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

github.com/nextcloud/socialsharing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-14 06:19:27 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-14 06:19:27 +0300
commit96dfe2879d9ba95bd2d847bf5e0f9756ee569238 (patch)
tree0a386cf8d1c0c0cfa2d46a56527abcc40838ced0
parent87418824168e44e2bfe30e3376c1c89965a777f2 (diff)
[tx-robot] Update transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--socialsharing_telegram/l10n/sk.js8
-rw-r--r--socialsharing_telegram/l10n/sk.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/socialsharing_telegram/l10n/sk.js b/socialsharing_telegram/l10n/sk.js
new file mode 100644
index 0000000..b19e321
--- /dev/null
+++ b/socialsharing_telegram/l10n/sk.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "socialsharing_telegram",
+ {
+ "Share to Telegram" : "Zdieľať cez Telegram",
+ "Social sharing via Telegram" : "Sociálne zdieľanie cez Telegram",
+ "Enable direct sharing of files via Telegram, using shared links." : "Povoliť priame zdieľanie súborov cez Telegram pomocou zdieľaných odkazov."
+},
+"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/socialsharing_telegram/l10n/sk.json b/socialsharing_telegram/l10n/sk.json
new file mode 100644
index 0000000..a9a0628
--- /dev/null
+++ b/socialsharing_telegram/l10n/sk.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Share to Telegram" : "Zdieľať cez Telegram",
+ "Social sharing via Telegram" : "Sociálne zdieľanie cez Telegram",
+ "Enable direct sharing of files via Telegram, using shared links." : "Povoliť priame zdieľanie súborov cez Telegram pomocou zdieľaných odkazov."
+},"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