Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-31 05:57:09 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-31 05:57:09 +0300
commit805039e1771829981bc7388265a14af6b9d6aab9 (patch)
treef5e5823a72768175d1a435a4eb4b856f5acc0567
parent53646e7fc86f176a5287a26f0853c2cd75a7b372 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/be.js10
-rw-r--r--l10n/be.json8
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/be.js b/l10n/be.js
new file mode 100644
index 00000000..db0d8c7f
--- /dev/null
+++ b/l10n/be.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "firstrunwizard",
+ {
+ "Copy to clipboard" : "Капіяваць у буфер абмену",
+ "Copied!" : "Скапіявана!",
+ "Not supported!" : "Не падтрымліваецца!",
+ "Press ⌘-C to copy." : "Націсніце ⌘-C для капіявання.",
+ "Press Ctrl-C to copy." : "Націсніце Ctrl-C для капіявання."
+},
+"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);");
diff --git a/l10n/be.json b/l10n/be.json
new file mode 100644
index 00000000..50cd15f9
--- /dev/null
+++ b/l10n/be.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Copy to clipboard" : "Капіяваць у буфер абмену",
+ "Copied!" : "Скапіявана!",
+ "Not supported!" : "Не падтрымліваецца!",
+ "Press ⌘-C to copy." : "Націсніце ⌘-C для капіявання.",
+ "Press Ctrl-C to copy." : "Націсніце Ctrl-C для капіявання."
+},"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);"
+} \ No newline at end of file