Skip to content

Commit bc84c34

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

l10n/be.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ OC.L10N.register(
6262
"Status" : "Стан",
6363
"Confirmed" : "Пацверджана",
6464
"Canceled" : "Скасавана",
65-
"Categories" : "Катэгорыі"
65+
"Categories" : "Катэгорыі",
66+
"User not found" : "Карыстальнік не знойдзены"
6667
},
6768
"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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"Status" : "Стан",
6161
"Confirmed" : "Пацверджана",
6262
"Canceled" : "Скасавана",
63-
"Categories" : "Катэгорыі"
63+
"Categories" : "Катэгорыі",
64+
"User not found" : "Карыстальнік не знойдзены"
6465
},"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);"
6566
}

0 commit comments

Comments
 (0)