diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-12 02:20:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-12 02:20:18 +0000 |
commit | 361f160d0daa4c3baf84c801118c0d85886aa6d9 (patch) | |
tree | 73e829cc5eee72ca60abca670f823e2eea1ded6a /apps/cloud_federation_api | |
parent | f124cb0ef11fa15f21217552bedc6dd4a8ff9b5d (diff) | |
download | nextcloud-server-361f160d0daa4c3baf84c801118c0d85886aa6d9.tar.gz nextcloud-server-361f160d0daa4c3baf84c801118c0d85886aa6d9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r-- | apps/cloud_federation_api/l10n/ro.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/ro.json | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/ro.js b/apps/cloud_federation_api/l10n/ro.js new file mode 100644 index 00000000000..c880232b710 --- /dev/null +++ b/apps/cloud_federation_api/l10n/ro.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "API-ul Cloud Federation", + "Enable clouds to communicate with each other and exchange data" : "Permiteți serviciilor de cloud să comunice între ele și să facă schimb de date", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API-ul Cloud Federation permite diferitelor instanțe Nextcloud să comunice între ele și să facă schimb de date." +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/cloud_federation_api/l10n/ro.json b/apps/cloud_federation_api/l10n/ro.json new file mode 100644 index 00000000000..0d544d29dab --- /dev/null +++ b/apps/cloud_federation_api/l10n/ro.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "API-ul Cloud Federation", + "Enable clouds to communicate with each other and exchange data" : "Permiteți serviciilor de cloud să comunice între ele și să facă schimb de date", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API-ul Cloud Federation permite diferitelor instanțe Nextcloud să comunice între ele și să facă schimb de date." +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +}
\ No newline at end of file |