diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-14 02:19:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-14 02:19:03 +0000 |
commit | e46486c7ef201495b051c0c2113c4245c47175a0 (patch) | |
tree | 9d3e96e37174d6759ff1ce7376c62a5c160bae7c /apps/cloud_federation_api | |
parent | b0caa55563acc16c02a3bb8463af863d4f83879c (diff) | |
download | nextcloud-server-e46486c7ef201495b051c0c2113c4245c47175a0.tar.gz nextcloud-server-e46486c7ef201495b051c0c2113c4245c47175a0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r-- | apps/cloud_federation_api/l10n/sc.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/sc.json | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/sc.js b/apps/cloud_federation_api/l10n/sc.js new file mode 100644 index 00000000000..b00eee7442e --- /dev/null +++ b/apps/cloud_federation_api/l10n/sc.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "Federatzione Cloud API", + "Enable clouds to communicate with each other and exchange data" : "Permite a is nues informàticas de comunicare a pares e iscambiare datos", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Sa Federatzione Cloud API permitet a vàrias istàntzias de Nextocloud de comunicare a pares e iscambiare datos." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/cloud_federation_api/l10n/sc.json b/apps/cloud_federation_api/l10n/sc.json new file mode 100644 index 00000000000..48d3d8ad198 --- /dev/null +++ b/apps/cloud_federation_api/l10n/sc.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "Federatzione Cloud API", + "Enable clouds to communicate with each other and exchange data" : "Permite a is nues informàticas de comunicare a pares e iscambiare datos", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Sa Federatzione Cloud API permitet a vàrias istàntzias de Nextocloud de comunicare a pares e iscambiare datos." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |