Skip to content

Commit 8f598c8

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

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

l10n/be.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OC.L10N.register(
2+
"files_lock",
3+
{
4+
"File is not locked" : "Файл не заблакаваны.",
5+
"Unlock file" : "Разблакіраваць файл",
6+
"Lock file" : "Блакіраваць файл"
7+
},
8+
"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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ "translations": {
2+
"File is not locked" : "Файл не заблакаваны.",
3+
"Unlock file" : "Разблакіраваць файл",
4+
"Lock file" : "Блакіраваць файл"
5+
},"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);"
6+
}

0 commit comments

Comments
 (0)