diff --git a/l10n/ast.js b/l10n/ast.js new file mode 100644 index 0000000..4cb8154 --- /dev/null +++ b/l10n/ast.js @@ -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);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 0000000..e0eb220 --- /dev/null +++ b/l10n/ast.json @@ -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);" +} \ No newline at end of file