Skip to content

Commit e3095f6

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 5eb729a commit e3095f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

l10n/be.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ OC.L10N.register(
3939
"Extension" : "Пашырэнне",
4040
"Format" : "Фармат",
4141
"Quality" : "Якасць",
42-
"Menu" : "Меню"
42+
"Menu" : "Меню",
43+
"Width" : "Шырыня",
44+
"Height" : "Вышыня"
4345
},
4446
"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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"Extension" : "Пашырэнне",
3838
"Format" : "Фармат",
3939
"Quality" : "Якасць",
40-
"Menu" : "Меню"
40+
"Menu" : "Меню",
41+
"Width" : "Шырыня",
42+
"Height" : "Вышыня"
4143
},"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);"
4244
}

0 commit comments

Comments
 (0)