From a7862479c7d1617e7dde2d2cc0a81cae7fdffb63 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 28 Dec 2020 02:19:08 +0000 Subject: [tx-robot] updated from transifex --- apps/cloud_federation_api/l10n/nb.js | 8 ++++++++ apps/cloud_federation_api/l10n/nb.json | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 apps/cloud_federation_api/l10n/nb.js create mode 100644 apps/cloud_federation_api/l10n/nb.json (limited to 'apps/cloud_federation_api/l10n') 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 -- cgit v1.2.3