Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
pull/249/head
Nextcloud bot 2023-05-13 04:21:13 +00:00
parent fe2546dc2e
commit ca5913d269
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 22 additions and 0 deletions

12
l10n/ast.js Normal file
View File

@ -0,0 +1,12 @@
OC.L10N.register(
"bbb",
{
"Let's go!" : "¡Vamos!",
"Password" : "Contraseña",
"Name" : "Nome",
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
"Error" : "Error",
"API secret is invalid" : "El secretu de l'API nun ye válidu"
},
"nplurals=2; plural=(n != 1);");

10
l10n/ast.json Normal file
View File

@ -0,0 +1,10 @@
{ "translations": {
"Let's go!" : "¡Vamos!",
"Password" : "Contraseña",
"Name" : "Nome",
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
"Error" : "Error",
"API secret is invalid" : "El secretu de l'API nun ye válidu"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}