Skip to content

Commit a159dc3

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent de8cb2b commit a159dc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

l10n/be.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OC.L10N.register(
22
"data_request",
33
{
4-
"Hello %s," : "Прывітанне %s,"
4+
"Hello %s," : "Вітаем, %s,"
55
},
66
"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);");

l10n/be.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{ "translations": {
2-
"Hello %s," : "Прывітанне %s,"
2+
"Hello %s," : "Вітаем, %s,"
33
},"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);"
44
}

0 commit comments

Comments
 (0)