Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-14 05:18:46 +0300
committerNextcloud bot <bot@nextcloud.com>2020-10-14 05:18:46 +0300
commit42fcc74b67196f8650d6317353cdf00fe919651a (patch)
treed24f62095d58cfc17d8dbaf3cd715f71d60d04d2 /apps/cloud_federation_api
parenta560c30725c5f34494a8db418b43fe6e5000f2f6 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/sr.js8
-rw-r--r--apps/cloud_federation_api/l10n/sr.json6
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