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-10-20 05:18:38 +0300
committerNextcloud bot <bot@nextcloud.com>2020-10-20 05:18:38 +0300
commitf116595b3f98e5cfd1791e44364e03249cd55c5e (patch)
treee713401f177878e2034de988565888f348145b31 /apps/cloud_federation_api
parent46e04a30a43418f36b3443f040cde031d5e73b9d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/pt_BR.js8
-rw-r--r--apps/cloud_federation_api/l10n/pt_BR.json6
-rw-r--r--apps/cloud_federation_api/l10n/sl.js7
-rw-r--r--apps/cloud_federation_api/l10n/sl.json5
4 files changed, 26 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/pt_BR.js b/apps/cloud_federation_api/l10n/pt_BR.js
new file mode 100644
index 00000000000..f853f359ee7
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/pt_BR.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "API de Nuvem Federada",
+ "Enable clouds to communicate with each other and exchange data" : "Permite que diferentes nuvens se comuniquem entre si e troquem dados",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "A API de Nuvem Federada permite que várias instâncias do Nextcloud se comuniquem entre si e troquem dados."
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/cloud_federation_api/l10n/pt_BR.json b/apps/cloud_federation_api/l10n/pt_BR.json
new file mode 100644
index 00000000000..dd61f1a81fe
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/pt_BR.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "API de Nuvem Federada",
+ "Enable clouds to communicate with each other and exchange data" : "Permite que diferentes nuvens se comuniquem entre si e troquem dados",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "A API de Nuvem Federada permite que várias instâncias do Nextcloud se comuniquem entre si e troquem dados."
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/apps/cloud_federation_api/l10n/sl.js b/apps/cloud_federation_api/l10n/sl.js
new file mode 100644
index 00000000000..6df80bee372
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/sl.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "Vmesnik API zveznega oblaka",
+ "Enable clouds to communicate with each other and exchange data" : "Omogoči povezovanje različnih oblakov in varno izmenjavo podatkov"
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/cloud_federation_api/l10n/sl.json b/apps/cloud_federation_api/l10n/sl.json
new file mode 100644
index 00000000000..7d8dfbde361
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/sl.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Cloud Federation API" : "Vmesnik API zveznega oblaka",
+ "Enable clouds to communicate with each other and exchange data" : "Omogoči povezovanje različnih oblakov in varno izmenjavo podatkov"
+},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
+} \ No newline at end of file