-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
2f24010
commit b2419c2
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,35 @@ | ||
OC.L10N.register( | ||
"drawio", | ||
{ | ||
"Versions plugin is not enabled" : "El plugin Versiones nun ta activáu", | ||
"You can not open a folder" : "Nun pues abrir una carpeta", | ||
"An internal server error occurred." : "Prodúxose un error internu del sirvidor.", | ||
"Cannot read the file." : "Nun se pue lleer el ficheru.", | ||
"File not found." : "Nun s'atopó'l ficheru.", | ||
"The file is locked." : "El ficheru ta bloquiáu.", | ||
"You can not write to a folder" : "Nun se pue escribir una carpeta", | ||
"Could not write to file." : "Nun se pudo escribir nel ficheru.", | ||
"File content not supplied" : "Nun se fornió'l conteníu del ficheru", | ||
"You cannot write to this path" : "Nun se pue escribir nesti camín", | ||
"Incorrect parameters" : "Los parámetros son incorreutos", | ||
"The required folder was not found" : "Nun s'atopó la carpeta riquida", | ||
"You don't have enough permission to create file" : "Nun tienes abondos permisos pa crear el ficheru", | ||
"Can't create file" : "Nun se pue crear el ficheru", | ||
"Draw.io" : "Draw.io", | ||
"FileId is empty" : "El campu ta baleru", | ||
"Loading, please wait." : "Cargando, espera.", | ||
"Error loading the file" : "Hebo un error al cargar el ficheru", | ||
"Saving..." : "Guardando…", | ||
"Theme:" : "Estilu:", | ||
"Classic" : "Clásicu", | ||
"Modern" : "Modernu", | ||
"Minimal" : "Mínimu", | ||
"Atlas" : "Atles", | ||
"Dark" : "Escuridá", | ||
"Yes" : "Sí", | ||
"No" : "Non", | ||
"Language" : "Llingua", | ||
"Enable libraries?" : "¿Quies activar les biblioteques?", | ||
"Save" : "Guardar" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,33 @@ | ||
{ "translations": { | ||
"Versions plugin is not enabled" : "El plugin Versiones nun ta activáu", | ||
"You can not open a folder" : "Nun pues abrir una carpeta", | ||
"An internal server error occurred." : "Prodúxose un error internu del sirvidor.", | ||
"Cannot read the file." : "Nun se pue lleer el ficheru.", | ||
"File not found." : "Nun s'atopó'l ficheru.", | ||
"The file is locked." : "El ficheru ta bloquiáu.", | ||
"You can not write to a folder" : "Nun se pue escribir una carpeta", | ||
"Could not write to file." : "Nun se pudo escribir nel ficheru.", | ||
"File content not supplied" : "Nun se fornió'l conteníu del ficheru", | ||
"You cannot write to this path" : "Nun se pue escribir nesti camín", | ||
"Incorrect parameters" : "Los parámetros son incorreutos", | ||
"The required folder was not found" : "Nun s'atopó la carpeta riquida", | ||
"You don't have enough permission to create file" : "Nun tienes abondos permisos pa crear el ficheru", | ||
"Can't create file" : "Nun se pue crear el ficheru", | ||
"Draw.io" : "Draw.io", | ||
"FileId is empty" : "El campu ta baleru", | ||
"Loading, please wait." : "Cargando, espera.", | ||
"Error loading the file" : "Hebo un error al cargar el ficheru", | ||
"Saving..." : "Guardando…", | ||
"Theme:" : "Estilu:", | ||
"Classic" : "Clásicu", | ||
"Modern" : "Modernu", | ||
"Minimal" : "Mínimu", | ||
"Atlas" : "Atles", | ||
"Dark" : "Escuridá", | ||
"Yes" : "Sí", | ||
"No" : "Non", | ||
"Language" : "Llingua", | ||
"Enable libraries?" : "¿Quies activar les biblioteques?", | ||
"Save" : "Guardar" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |