Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Mar 1, 2024
1 parent 2f24010 commit b2419c2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions l10n/ast.js
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);");
19 changes: 19 additions & 0 deletions l10n/ast.json
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" : "",
"No" : "Non",
"Language" : "Llingua",
"Enable libraries?" : "¿Quies activar les biblioteques?",
"Save" : "Guardar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit b2419c2

Please sign in to comment.