From aea31d5dddfe261e51f7462c8a8afdbb0114d1d9 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 26 Nov 2020 02:18:48 +0000 Subject: [tx-robot] updated from transifex --- apps/cloud_federation_api/l10n/en_GB.js | 8 ++++++++ apps/cloud_federation_api/l10n/en_GB.json | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 apps/cloud_federation_api/l10n/en_GB.js create mode 100644 apps/cloud_federation_api/l10n/en_GB.json (limited to 'apps/cloud_federation_api') diff --git a/apps/cloud_federation_api/l10n/en_GB.js b/apps/cloud_federation_api/l10n/en_GB.js new file mode 100644 index 00000000000..9876aa4b953 --- /dev/null +++ b/apps/cloud_federation_api/l10n/en_GB.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" : "Enable clouds to communicate with each other and exchange data", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/cloud_federation_api/l10n/en_GB.json b/apps/cloud_federation_api/l10n/en_GB.json new file mode 100644 index 00000000000..85cb7986481 --- /dev/null +++ b/apps/cloud_federation_api/l10n/en_GB.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "Cloud Federation API", + "Enable clouds to communicate with each other and exchange data" : "Enable clouds to communicate with each other and exchange data", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file -- cgit v1.2.3