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-12-06 05:19:28 +0300
committerNextcloud bot <bot@nextcloud.com>2020-12-06 05:19:28 +0300
commite41e2fe0037642a1d72d06c29bb16ad118783892 (patch)
tree80e0eb9bdbce0e004f312d9310463b873530568c /apps/cloud_federation_api
parent9a6569d4f2ffd86614c760a2d306a38869fa2538 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/nl.js8
-rw-r--r--apps/cloud_federation_api/l10n/nl.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/nl.js b/apps/cloud_federation_api/l10n/nl.js
new file mode 100644
index 00000000000..fac75360059
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/nl.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" : "Laat clouds met elkaar communiceren en gegevens uitwisselen",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "De Cloud Federation API stelt verschillende Nextcloud-servers in staat met elkaar te communiceren en gegevens uit te wisselen."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/nl.json b/apps/cloud_federation_api/l10n/nl.json
new file mode 100644
index 00000000000..8eb66877614
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/nl.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "Cloud Federation API",
+ "Enable clouds to communicate with each other and exchange data" : "Laat clouds met elkaar communiceren en gegevens uitwisselen",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "De Cloud Federation API stelt verschillende Nextcloud-servers in staat met elkaar te communiceren en gegevens uit te wisselen."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file