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 3525de9 commit 19d9870Copy full SHA for 19d9870
l10n/be.js
@@ -0,0 +1,7 @@
1
+OC.L10N.register(
2
+ "twofactor_totp",
3
+ {
4
+ "Verify" : "Спраўдзіць",
5
+ "Submit" : "Адправіць"
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