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-02 14:06:18 +0300
committerNextcloud bot <bot@nextcloud.com>2020-10-02 14:06:18 +0300
commit0d05c600d607900ecddc5d4a57d9f861f460ce44 (patch)
tree6a55224a81f03ff05f0ad29a01f0c3b30eb48480 /apps/cloud_federation_api
parent905e1918d2796b9a79025283cd6edf2c40f49d77 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/es.js8
-rw-r--r--apps/cloud_federation_api/l10n/es.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/es.js b/apps/cloud_federation_api/l10n/es.js
new file mode 100644
index 00000000000..d7e5a024547
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/es.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "Cloud Federation API",
+ "Enable clouds to communicate with each other and exchange data" : "Habilitar las nubes para que se comuniquen entre ellas e intercambien datos",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "El API Cloud Federation permite que varias instancias de Nextcloud se comuniquen entre ellas e intercambien datos."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/es.json b/apps/cloud_federation_api/l10n/es.json
new file mode 100644
index 00000000000..b5ea484d6e4
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/es.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "Cloud Federation API",
+ "Enable clouds to communicate with each other and exchange data" : "Habilitar las nubes para que se comuniquen entre ellas e intercambien datos",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "El API Cloud Federation permite que varias instancias de Nextcloud se comuniquen entre ellas e intercambien datos."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file