diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-14 02:18:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-14 02:18:46 +0000 |
commit | 42fcc74b67196f8650d6317353cdf00fe919651a (patch) | |
tree | d24f62095d58cfc17d8dbaf3cd715f71d60d04d2 /apps/cloud_federation_api/l10n | |
parent | a560c30725c5f34494a8db418b43fe6e5000f2f6 (diff) | |
download | nextcloud-server-42fcc74b67196f8650d6317353cdf00fe919651a.tar.gz nextcloud-server-42fcc74b67196f8650d6317353cdf00fe919651a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api/l10n')
-rw-r--r-- | apps/cloud_federation_api/l10n/sr.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/sr.json | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/sr.js b/apps/cloud_federation_api/l10n/sr.js new file mode 100644 index 00000000000..fcf925bfd86 --- /dev/null +++ b/apps/cloud_federation_api/l10n/sr.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" : "Омогућава различитим облацима да причају међусобно и да размењују податке", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "The Cloud Federation API омогућава различитим Некстклауд инстанцама да причају међусобно и да размењују податке између себе." +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/cloud_federation_api/l10n/sr.json b/apps/cloud_federation_api/l10n/sr.json new file mode 100644 index 00000000000..fe4fb391131 --- /dev/null +++ b/apps/cloud_federation_api/l10n/sr.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "Cloud Federation API", + "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 омогућава различитим Некстклауд инстанцама да причају међусобно и да размењују податке између себе." +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file |