1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-02-22 20:46:04 +01:00

Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2023-05-16 03:12:07 +00:00
parent 73feeb94c9
commit 8c32620361
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 30 additions and 0 deletions

16
l10n/ast.js Normal file
View File

@ -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);");

14
l10n/ast.json Normal file
View File

@ -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);"
}