diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-20 02:17:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-20 02:17:05 +0000 |
commit | bdc60ef9b2d4793b3da7887632fb4b0e77bf964a (patch) | |
tree | c30fafca8df3e2ec928ae8ab819b2ac5691244b7 /apps/cloud_federation_api/l10n/gl.js | |
parent | ed9f3ee990a4f31da34e44abd35bab903e125cfa (diff) | |
download | nextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.tar.gz nextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api/l10n/gl.js')
-rw-r--r-- | apps/cloud_federation_api/l10n/gl.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/gl.js b/apps/cloud_federation_api/l10n/gl.js new file mode 100644 index 00000000000..4c885ae3b93 --- /dev/null +++ b/apps/cloud_federation_api/l10n/gl.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "API da Nube federada", + "Enable clouds to communicate with each other and exchange data" : "Permite que as nubes se comuniquen entre elas e intercambien datos", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "A API de Nube federada permite que varias instancias do Nextcloud se comuniquen entre elas e intercambien datos." +}, +"nplurals=2; plural=(n != 1);"); |