From 7d4aeb50f08cd3b8ea957cf6f3e1c9f42f37f22f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 21 Jul 2025 04:14:41 +0000 Subject: [PATCH] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/be.js | 14 ++++++++++++++ l10n/be.json | 12 ++++++++++++ l10n/es_CO.js | 1 + l10n/es_CO.json | 1 + 4 files changed, 28 insertions(+) create mode 100644 l10n/be.js create mode 100644 l10n/be.json diff --git a/l10n/be.js b/l10n/be.js new file mode 100644 index 0000000..80228c1 --- /dev/null +++ b/l10n/be.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Захаваць", + "Password" : "Пароль", + "Hello %s" : "Прывітанне %s", + "Group" : "Група", + "Name" : "Назва", + "Create" : "Стварыць", + "Copy to clipboard" : "Капіяваць у буфер абмену", + "Delete" : "Выдаліць", + "Error" : "Памылка" +}, +"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/l10n/be.json b/l10n/be.json new file mode 100644 index 0000000..707c0bb --- /dev/null +++ b/l10n/be.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "Захаваць", + "Password" : "Пароль", + "Hello %s" : "Прывітанне %s", + "Group" : "Група", + "Name" : "Назва", + "Create" : "Стварыць", + "Copy to clipboard" : "Капіяваць у буфер абмену", + "Delete" : "Выдаліць", + "Error" : "Памылка" +},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" +} \ No newline at end of file diff --git a/l10n/es_CO.js b/l10n/es_CO.js index 9ec1858..7caa719 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Public" : "Público", "Save" : "Guardar", + "Community" : "Comunidad", "Display name" : "Nombre a desplegar", "Password" : "Contraseña", "Hello %s" : "Hola %s", diff --git a/l10n/es_CO.json b/l10n/es_CO.json index c2dff7a..37b8e83 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -1,6 +1,7 @@ { "translations": { "Public" : "Público", "Save" : "Guardar", + "Community" : "Comunidad", "Display name" : "Nombre a desplegar", "Password" : "Contraseña", "Hello %s" : "Hola %s",