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-28 05:19:08 +0300
committerNextcloud bot <bot@nextcloud.com>2020-12-28 05:19:08 +0300
commita7862479c7d1617e7dde2d2cc0a81cae7fdffb63 (patch)
tree04c05cce32bc1ca097f3e2e6eec078a8f30580d5 /apps/cloud_federation_api
parent3d60c9611f57e62efb9d43cf97fba7d2ba3705b1 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/nb.js8
-rw-r--r--apps/cloud_federation_api/l10n/nb.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/nb.js b/apps/cloud_federation_api/l10n/nb.js
new file mode 100644
index 00000000000..4757827f1d1
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/nb.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" : "Lar nettskyer kommunisere med hverandre og utveksle data.",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation APIet lar flere instanser av Nextcloud kommunisere med hverandre og utveksle data."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/nb.json b/apps/cloud_federation_api/l10n/nb.json
new file mode 100644
index 00000000000..03c593cb888
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/nb.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "Cloud Federation API",
+ "Enable clouds to communicate with each other and exchange data" : "Lar nettskyer kommunisere med hverandre og utveksle data.",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation APIet lar flere instanser av Nextcloud kommunisere med hverandre og utveksle data."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file