From f40192b6eba39f10220bf8e8cd88c1a3a1506abc Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 25 Jul 2025 01:17:47 +0000 Subject: [PATCH] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/be.js | 3 ++- l10n/be.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/l10n/be.js b/l10n/be.js index 87f9bcf..212f50a 100644 --- a/l10n/be.js +++ b/l10n/be.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Cancel" : "Скасаваць", "Confirm" : "Пацвердзіць", - "Settings" : "Налады" + "Settings" : "Налады", + "Last message" : "Апошняе паведамленне" }, "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 1dd3978..b5571dc 100644 --- a/l10n/be.json +++ b/l10n/be.json @@ -1,6 +1,7 @@ { "translations": { "Cancel" : "Скасаваць", "Confirm" : "Пацвердзіць", - "Settings" : "Налады" + "Settings" : "Налады", + "Last message" : "Апошняе паведамленне" },"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