diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-28 02:19:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-28 02:19:08 +0000 |
commit | a7862479c7d1617e7dde2d2cc0a81cae7fdffb63 (patch) | |
tree | 04c05cce32bc1ca097f3e2e6eec078a8f30580d5 /apps/cloud_federation_api/l10n | |
parent | 3d60c9611f57e62efb9d43cf97fba7d2ba3705b1 (diff) | |
download | nextcloud-server-a7862479c7d1617e7dde2d2cc0a81cae7fdffb63.tar.gz nextcloud-server-a7862479c7d1617e7dde2d2cc0a81cae7fdffb63.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api/l10n')
-rw-r--r-- | apps/cloud_federation_api/l10n/nb.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/nb.json | 6 |
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 |