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>2021-01-17 05:19:53 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-17 05:19:53 +0300
commit1907cc197d63d0f10fda741a6ccff853a43a5740 (patch)
tree30f1ed3374ab2e6bcb5875c77972e8e416b704c6 /apps/cloud_federation_api
parentc5ae29e9a39aa304ca602a202c39ef2a48bdced5 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/es.js4
-rw-r--r--apps/cloud_federation_api/l10n/es.json4
-rw-r--r--apps/cloud_federation_api/l10n/eu.js8
-rw-r--r--apps/cloud_federation_api/l10n/eu.json6
4 files changed, 18 insertions, 4 deletions
diff --git a/apps/cloud_federation_api/l10n/es.js b/apps/cloud_federation_api/l10n/es.js
index d7e5a024547..6a9c9151651 100644
--- a/apps/cloud_federation_api/l10n/es.js
+++ b/apps/cloud_federation_api/l10n/es.js
@@ -2,7 +2,7 @@ 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."
+ "Enable clouds to communicate with each other and exchange data" : "Permitir que las nubes se comuniquen entre ellas e intercambien datos",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "La 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
index b5ea484d6e4..aaeaabcc9db 100644
--- a/apps/cloud_federation_api/l10n/es.json
+++ b/apps/cloud_federation_api/l10n/es.json
@@ -1,6 +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."
+ "Enable clouds to communicate with each other and exchange data" : "Permitir que las nubes se comuniquen entre ellas e intercambien datos",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "La 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
diff --git a/apps/cloud_federation_api/l10n/eu.js b/apps/cloud_federation_api/l10n/eu.js
new file mode 100644
index 00000000000..105abbf19e5
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/eu.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" : "Aukera ematen du beste hodeirekin komunikatzeko eta datuak trukatzeko.",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation APIk aukera ematen du hainbat Nextcloud instantzien artean elkarri komunikatzeko eta datuak trukatzeko. "
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/eu.json b/apps/cloud_federation_api/l10n/eu.json
new file mode 100644
index 00000000000..358a36596a3
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/eu.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "Cloud Federation API",
+ "Enable clouds to communicate with each other and exchange data" : "Aukera ematen du beste hodeirekin komunikatzeko eta datuak trukatzeko.",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation APIk aukera ematen du hainbat Nextcloud instantzien artean elkarri komunikatzeko eta datuak trukatzeko. "
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file