summaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-11-11 02:23:07 +0000
committerNextcloud bot <bot@nextcloud.com>2021-11-11 02:23:07 +0000
commit3b22bc318379df7f77876c2b8183d0cc12527b0e (patch)
tree714532a44648e97d275da68c99d22957007fdfb9 /apps/cloud_federation_api/l10n
parent4e1e81f336936f8fbffaba9c6f16f46379cf028e (diff)
downloadnextcloud-server-3b22bc318379df7f77876c2b8183d0cc12527b0e.tar.gz
nextcloud-server-3b22bc318379df7f77876c2b8183d0cc12527b0e.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/cloud_federation_api/l10n')
-rw-r--r--apps/cloud_federation_api/l10n/da.js8
-rw-r--r--apps/cloud_federation_api/l10n/da.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/da.js b/apps/cloud_federation_api/l10n/da.js
new file mode 100644
index 00000000000..941a8a761e8
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/da.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" : "Gør det muligt for skyer at kommunikere med hinanden og udveksle data",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation API gør det muligt for forskellige Nextcloud-instanser at kommunikere med hinanden og udveksle data."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/da.json b/apps/cloud_federation_api/l10n/da.json
new file mode 100644
index 00000000000..b3fee15a43a
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/da.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "Cloud Federation API",
+ "Enable clouds to communicate with each other and exchange data" : "Gør det muligt for skyer at kommunikere med hinanden og udveksle data",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation API gør det muligt for forskellige Nextcloud-instanser at kommunikere med hinanden og udveksle data."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file