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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user