First spanish translation. Issue #8

This commit is contained in:
Matias De lellis
2016-09-29 22:39:46 -03:00
parent 74af6caa1e
commit 499f7c7af4
3 changed files with 32 additions and 2 deletions

16
l10n/es.js Normal file
View File

@@ -0,0 +1,16 @@
OC.L10N.register(
"quicknotes",
{
"Quick Notes" : "Notas Rapidas",
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus primeras notas.",
"New note" : "Nueva nota",
"All notes" : "Todas las notas",
"Shared with you" : "Compartido contigo",
"Shared with others" : "Compartido con otros",
"Colors" : "Colores",
"Notes" : "Notas",
"Share" : "Compartir",
"Cancel" : "Cancelar",
"Save" : "Guardar"
}
);

14
l10n/es.json Normal file
View File

@@ -0,0 +1,14 @@
{ "translations": {
"Quick Notes" : "Notas Rapidas",
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus primeras notas.",
"New note" : "Nueva nota",
"All notes" : "Todas las notas",
"Shared with you" : "Compartido contigo",
"Shared with others" : "Compartido con otros",
"Colors" : "Colores",
"Notes" : "Notas",
"Share" : "Compartir",
"Cancel" : "Cancelar",
"Save" : "Guardar"
}
}

View File

@@ -9,7 +9,7 @@
<li class="collapsible open"> <li class="collapsible open">
<button class="collapse"></button> <button class="collapse"></button>
<a href="#" class="icon-search svg">Colors</a> <a href="#" class="icon-search svg"><?php p($l->t('Colors')); ?></a>
<ul> <ul>
<li style="display: flex; justify-content: center;"> <li style="display: flex; justify-content: center;">
<button class="circle-toolbar icon-checkmark any-color"></button> <button class="circle-toolbar icon-checkmark any-color"></button>
@@ -22,7 +22,7 @@
<li class="collapsible open"> <li class="collapsible open">
<button class="collapse"></button> <button class="collapse"></button>
<a href="#" class="icon-folder svg">Notes</a> <a href="#" class="icon-folder svg"><?php p($l->t('Notes')); ?></a>
<ul> <ul>
{{#each notes}} {{#each notes}}
<li class="note with-menu {{#if active}}active{{/if}}" data-id="{{ id }}"> <li class="note with-menu {{#if active}}active{{/if}}" data-id="{{ id }}">