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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-09-20 05:17:05 +0300
committerNextcloud bot <bot@nextcloud.com>2020-09-20 05:17:05 +0300
commitbdc60ef9b2d4793b3da7887632fb4b0e77bf964a (patch)
treec30fafca8df3e2ec928ae8ab819b2ac5691244b7 /apps/cloud_federation_api
parented9f3ee990a4f31da34e44abd35bab903e125cfa (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/ca.js8
-rw-r--r--apps/cloud_federation_api/l10n/ca.json6
-rw-r--r--apps/cloud_federation_api/l10n/gl.js8
-rw-r--r--apps/cloud_federation_api/l10n/gl.json6
-rw-r--r--apps/cloud_federation_api/l10n/it.js8
-rw-r--r--apps/cloud_federation_api/l10n/it.json6
-rw-r--r--apps/cloud_federation_api/l10n/pl.js8
-rw-r--r--apps/cloud_federation_api/l10n/pl.json6
-rw-r--r--apps/cloud_federation_api/l10n/tr.js8
-rw-r--r--apps/cloud_federation_api/l10n/tr.json6
10 files changed, 70 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/ca.js b/apps/cloud_federation_api/l10n/ca.js
new file mode 100644
index 00000000000..389da07af89
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/ca.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "API de la Federació cloud",
+ "Enable clouds to communicate with each other and exchange data" : "Permetre que els núvols es comuniquin entre si i intercanviar dades",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L'API de la Federació cloud permet que diverses instàncies Nextcloud es comuniquin entre si i intercanviin dades."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/ca.json b/apps/cloud_federation_api/l10n/ca.json
new file mode 100644
index 00000000000..fa2cad5e80f
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/ca.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "API de la Federació cloud",
+ "Enable clouds to communicate with each other and exchange data" : "Permetre que els núvols es comuniquin entre si i intercanviar dades",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L'API de la Federació cloud permet que diverses instàncies Nextcloud es comuniquin entre si i intercanviin dades."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/cloud_federation_api/l10n/gl.js b/apps/cloud_federation_api/l10n/gl.js
new file mode 100644
index 00000000000..4c885ae3b93
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/gl.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "API da Nube federada",
+ "Enable clouds to communicate with each other and exchange data" : "Permite que as nubes se comuniquen entre elas e intercambien datos",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "A API de Nube federada permite que varias instancias do Nextcloud se comuniquen entre elas e intercambien datos."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/gl.json b/apps/cloud_federation_api/l10n/gl.json
new file mode 100644
index 00000000000..5d468a800b8
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/gl.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "API da Nube federada",
+ "Enable clouds to communicate with each other and exchange data" : "Permite que as nubes se comuniquen entre elas e intercambien datos",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "A API de Nube federada permite que varias instancias do Nextcloud se comuniquen entre elas e intercambien datos."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/cloud_federation_api/l10n/it.js b/apps/cloud_federation_api/l10n/it.js
new file mode 100644
index 00000000000..795f0579529
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/it.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "API Federazione Cloud",
+ "Enable clouds to communicate with each other and exchange data" : "Consenti ai cloud di comunicare tra loro e di scambiare dati",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L'API Federazione Cloud consente a varie istanze di Nextcloud di comunicare tra loro e scambiare dati."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/it.json b/apps/cloud_federation_api/l10n/it.json
new file mode 100644
index 00000000000..ef52752308b
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/it.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "API Federazione Cloud",
+ "Enable clouds to communicate with each other and exchange data" : "Consenti ai cloud di comunicare tra loro e di scambiare dati",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L'API Federazione Cloud consente a varie istanze di Nextcloud di comunicare tra loro e scambiare dati."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/cloud_federation_api/l10n/pl.js b/apps/cloud_federation_api/l10n/pl.js
new file mode 100644
index 00000000000..147599a94d6
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/pl.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "API Chmury Federacyjnej",
+ "Enable clouds to communicate with each other and exchange data" : "Umożliwia chmurom komunikację między sobą i wymianę danych.",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API Chmury Federacyjnej umożliwia różnym instancjom Nextcloud komunikowanie się ze sobą i wymianę danych."
+},
+"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/apps/cloud_federation_api/l10n/pl.json b/apps/cloud_federation_api/l10n/pl.json
new file mode 100644
index 00000000000..6bc491c1b97
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/pl.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "API Chmury Federacyjnej",
+ "Enable clouds to communicate with each other and exchange data" : "Umożliwia chmurom komunikację między sobą i wymianę danych.",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API Chmury Federacyjnej umożliwia różnym instancjom Nextcloud komunikowanie się ze sobą i wymianę danych."
+},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
+} \ No newline at end of file
diff --git a/apps/cloud_federation_api/l10n/tr.js b/apps/cloud_federation_api/l10n/tr.js
new file mode 100644
index 00000000000..98c5ff91d60
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/tr.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "Bulut Birleşim API",
+ "Enable clouds to communicate with each other and exchange data" : "Karşılıklı iletişim kurmak için bulut hizmetlerini kullanın",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Bulut Birleşim API farklı Nextcloud kopyalarının birbiri ile iletişim kurarak karşılıklı veri aktarmasını sağlar."
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/cloud_federation_api/l10n/tr.json b/apps/cloud_federation_api/l10n/tr.json
new file mode 100644
index 00000000000..c77f170f3b9
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/tr.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "Bulut Birleşim API",
+ "Enable clouds to communicate with each other and exchange data" : "Karşılıklı iletişim kurmak için bulut hizmetlerini kullanın",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Bulut Birleşim API farklı Nextcloud kopyalarının birbiri ile iletişim kurarak karşılıklı veri aktarmasını sağlar."
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file