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-11-10 05:18:44 +0300
committerNextcloud bot <bot@nextcloud.com>2020-11-10 05:18:44 +0300
commit98d1a3f34cfb421366643a26df791af0c5507a72 (patch)
tree25b9d5693042d44a48e7d81c4346913e58f24339 /apps/cloud_federation_api
parentc8822508de0aec9e1e6dbdfb793d2a1db8cb92c4 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/sk.js8
-rw-r--r--apps/cloud_federation_api/l10n/sk.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/sk.js b/apps/cloud_federation_api/l10n/sk.js
new file mode 100644
index 00000000000..29fd7ca1ee3
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/sk.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "API združovania cloudu",
+ "Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudom navzájom komunikovať a vymieňať si údaje",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API združovania cloudov umožňuje rôznym inštanciám NextCloudu navzájom komunikovať a vymieňať si údaje."
+},
+"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/apps/cloud_federation_api/l10n/sk.json b/apps/cloud_federation_api/l10n/sk.json
new file mode 100644
index 00000000000..bc57052793c
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/sk.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "API združovania cloudu",
+ "Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudom navzájom komunikovať a vymieňať si údaje",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API združovania cloudov umožňuje rôznym inštanciám NextCloudu navzájom komunikovať a vymieňať si údaje."
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
+} \ No newline at end of file