mirror of https://github.com/sualko/cloud_bbb
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/249/head
parent
fe2546dc2e
commit
ca5913d269
|
@ -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);");
|
|
@ -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);"
|
||||||
|
}
|
Loading…
Reference in New Issue