fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
pull/1981/head
Nextcloud bot 2025-07-19 01:35:57 +00:00
rodzic 176da59913
commit c28467e550
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 130DAB86D3FB356C
2 zmienionych plików z 18 dodań i 0 usunięć

10
l10n/be.js 100644
Wyświetl plik

@ -0,0 +1,10 @@
OC.L10N.register(
"social",
{
"Help" : "Help",
"Home" : "Дадому",
"Notifications" : "Апавяшчэнні",
"Profile" : "Профіль",
"Delete" : "Delete"
},
"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);");

8
l10n/be.json 100644
Wyświetl plik

@ -0,0 +1,8 @@
{ "translations": {
"Help" : "Help",
"Home" : "Дадому",
"Notifications" : "Апавяшчэнні",
"Profile" : "Профіль",
"Delete" : "Delete"
},"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);"
}