mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
First spanish translation. Issue #8
This commit is contained in:
16
l10n/es.js
Normal file
16
l10n/es.js
Normal 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
14
l10n/es.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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 }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user