From 8c3262036164f8304924778649e6f06d4edb13c4 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 16 May 2023 03:12:07 +0000 Subject: Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ast.js | 16 ++++++++++++++++ l10n/ast.json | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 l10n/ast.js create mode 100644 l10n/ast.json 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 -- cgit v1.2.3