From ac8579c7d9111b22ca404ce5bf11abee949cad5a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 22 Jul 2025 01:19:28 +0000 Subject: [PATCH] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/be.js | 1 + l10n/be.json | 1 + 2 files changed, 2 insertions(+) diff --git a/l10n/be.js b/l10n/be.js index 2be1120..87f9bcf 100644 --- a/l10n/be.js +++ b/l10n/be.js @@ -2,6 +2,7 @@ OC.L10N.register( "ocsms", { "Cancel" : "Скасаваць", + "Confirm" : "Пацвердзіць", "Settings" : "Налады" }, "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 index 65c02e1..1dd3978 100644 --- a/l10n/be.json +++ b/l10n/be.json @@ -1,5 +1,6 @@ { "translations": { "Cancel" : "Скасаваць", + "Confirm" : "Пацвердзіць", "Settings" : "Налады" },"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