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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-08-18 03:30:23 +0300
committerNextcloud bot <bot@nextcloud.com>2018-08-18 03:30:23 +0300
commitf0639fa29e2e76fba08e44f8075039fc15f74e21 (patch)
tree4153cee39038cede809f1f91b64b393cf700967b
parent58d8d027c24d8b59de4050a6ade971e375af4b60 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sk.js11
-rw-r--r--l10n/sk.json9
2 files changed, 20 insertions, 0 deletions
diff --git a/l10n/sk.js b/l10n/sk.js
new file mode 100644
index 0000000..b0dc7e4
--- /dev/null
+++ b/l10n/sk.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "_" : "_",
+ "in {path}" : "v {path}",
+ "Notifications" : "Upozornenia",
+ "Dismiss all notifications" : "Odmietnuť všetky upozornenia",
+ "No notifications" : "Žiadne upozornenia",
+ "Dismiss" : "Odmietnuť"
+},
+"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/l10n/sk.json b/l10n/sk.json
new file mode 100644
index 0000000..ee45959
--- /dev/null
+++ b/l10n/sk.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "_" : "_",
+ "in {path}" : "v {path}",
+ "Notifications" : "Upozornenia",
+ "Dismiss all notifications" : "Odmietnuť všetky upozornenia",
+ "No notifications" : "Žiadne upozornenia",
+ "Dismiss" : "Odmietnuť"
+},"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