Skip to content

Commit c55e867

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

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

l10n/be.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"logreader",
3+
{
4+
"Show details" : "Паказаць падрабязнасці",
5+
"Info" : "Інфармацыя",
6+
"Warning" : "Папярэджанне",
7+
"Error" : "Памылка"
8+
},
9+
"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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"Show details" : "Паказаць падрабязнасці",
3+
"Info" : "Інфармацыя",
4+
"Warning" : "Папярэджанне",
5+
"Error" : "Памылка"
6+
},"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);"
7+
}

0 commit comments

Comments
 (0)