From ca5913d269e08c7bf5341d298ef8cb7f513d11c9 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 13 May 2023 04:21:13 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ast.js | 12 ++++++++++++ l10n/ast.json | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 l10n/ast.js create mode 100644 l10n/ast.json 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