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

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-04-11 03:44:24 +0300
committerNextcloud bot <bot@nextcloud.com>2019-04-11 03:44:24 +0300
commit908bff2b18edc84897a610e14330930656fcddd7 (patch)
treed778eafcf18a0d421eb21dc3f5a3473aa7eed14a
parente60d7c33b71d417208f074ca18baf787b77b2391 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sk.js3
-rw-r--r--l10n/sk.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/sk.js b/l10n/sk.js
index d5ef820..7101366 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"event_update_notification",
{
"{actor} created {event} in {calendar}" : "{actor} vytvoril {event} v {calendar}",
- "{actor} deleted {event} from {calendar}" : "{actor} zmazal {event} z {calendar}"
+ "{actor} deleted {event} from {calendar}" : "{actor} zmazal {event} z {calendar}",
+ "Busy" : "Zaneprázdnený"
},
"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
index ddd33e3..5935300 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -1,5 +1,6 @@
{ "translations": {
"{actor} created {event} in {calendar}" : "{actor} vytvoril {event} v {calendar}",
- "{actor} deleted {event} from {calendar}" : "{actor} zmazal {event} z {calendar}"
+ "{actor} deleted {event} from {calendar}" : "{actor} zmazal {event} z {calendar}",
+ "Busy" : "Zaneprázdnený"
},"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