[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
pull/224/head
Nextcloud bot 2022-09-01 04:12:59 +00:00
parent 25db78bff1
commit 0a7e584368
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 24 additions and 0 deletions

13
l10n/an.js Normal file
View File

@ -0,0 +1,13 @@
OC.L10N.register(
"bbb",
{
"Password" : "Clau",
"Hello %s" : "Hola %s",
"Group" : "Grupo",
"Name" : "Nombre",
"Create" : "Crear",
"Delete" : "Borrar",
"Error" : "Error",
"Share" : "Compartir"
},
"nplurals=2; plural=(n != 1);");

11
l10n/an.json Normal file
View File

@ -0,0 +1,11 @@
{ "translations": {
"Password" : "Clau",
"Hello %s" : "Hola %s",
"Group" : "Grupo",
"Name" : "Nombre",
"Create" : "Crear",
"Delete" : "Borrar",
"Error" : "Error",
"Share" : "Compartir"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}