We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f878a commit 5d7b545Copy full SHA for 5d7b545
l10n/be.js
@@ -0,0 +1,7 @@
1
+OC.L10N.register(
2
+ "files_texteditor",
3
+ {
4
+ "Saving …" : "Захаванне …",
5
+ "Saved" : "Захавана"
6
+},
7
+"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
@@ -0,0 +1,5 @@
+{ "translations": {
+},"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);"
+}
0 commit comments