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

github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-24 06:11:01 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 06:11:01 +0300
commit1e4e0e31ffec77ffb03d96454451154e13a08762 (patch)
treee501b17e39bc37b1474dd2b4c82021788ce75b99
parent7dcb033cfc1e98e8a4e438bbe388ea78e4032197 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ar.js6
-rw-r--r--l10n/ar.json4
-rw-r--r--l10n/vi.js6
-rw-r--r--l10n/vi.json4
4 files changed, 20 insertions, 0 deletions
diff --git a/l10n/ar.js b/l10n/ar.js
new file mode 100644
index 0000000..56b5874
--- /dev/null
+++ b/l10n/ar.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "orcid",
+ {
+ "Client ID" : "معرف العميل"
+},
+"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
diff --git a/l10n/ar.json b/l10n/ar.json
new file mode 100644
index 0000000..81f46d6
--- /dev/null
+++ b/l10n/ar.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Client ID" : "معرف العميل"
+},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
+} \ No newline at end of file
diff --git a/l10n/vi.js b/l10n/vi.js
new file mode 100644
index 0000000..fa172da
--- /dev/null
+++ b/l10n/vi.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "orcid",
+ {
+ "Client ID" : "ID khách hàng"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/vi.json b/l10n/vi.json
new file mode 100644
index 0000000..5cfbdb4
--- /dev/null
+++ b/l10n/vi.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Client ID" : "ID khách hàng"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file