summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-05-16 03:12:07 +0000
committerNextcloud bot <bot@nextcloud.com>2023-05-16 03:12:07 +0000
commit8c3262036164f8304924778649e6f06d4edb13c4 (patch)
treefac5140f983581192666efc5eec9b23729a30748
parent73feeb94c99edfc5565786ad1becb99df407b44c (diff)
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ast.js16
-rw-r--r--l10n/ast.json14
2 files changed, 30 insertions, 0 deletions
diff --git a/l10n/ast.js b/l10n/ast.js
new file mode 100644
index 000000000..c9f68f518
--- /dev/null
+++ b/l10n/ast.js
@@ -0,0 +1,16 @@
+OC.L10N.register(
+ "news",
+ {
+ "Download" : "Baxar",
+ "Description" : "Descripción",
+ "Folder" : "Carpeta",
+ "New folder" : "Carpeta nueva",
+ "Password" : "Contraseña",
+ "New Folder" : "Carpeta nueva",
+ "Menu" : "Menú",
+ "Delete" : "Desaniciar",
+ "Settings" : "Configuración",
+ "Help" : "Ayuda",
+ "Documentation" : "Documentación"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ast.json b/l10n/ast.json
new file mode 100644
index 000000000..f0ca54091
--- /dev/null
+++ b/l10n/ast.json
@@ -0,0 +1,14 @@
+{ "translations": {
+ "Download" : "Baxar",
+ "Description" : "Descripción",
+ "Folder" : "Carpeta",
+ "New folder" : "Carpeta nueva",
+ "Password" : "Contraseña",
+ "New Folder" : "Carpeta nueva",
+ "Menu" : "Menú",
+ "Delete" : "Desaniciar",
+ "Settings" : "Configuración",
+ "Help" : "Ayuda",
+ "Documentation" : "Documentación"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file