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>2018-12-21 04:42:57 +0300
committerNextcloud bot <bot@nextcloud.com>2018-12-21 04:42:57 +0300
commita1183f0c010ac0976485a09f7cf4a2fd4ac2f9cf (patch)
tree562e19f65b6f6f9ae8ca0f26ef8de497f88cdc90
parentbeec953cb5a2b2355decd71aa5770962734d0e04 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/lt_LT.js9
-rw-r--r--l10n/lt_LT.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
new file mode 100644
index 0000000..535e20e
--- /dev/null
+++ b/l10n/lt_LT.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "event_update_notification",
+ {
+ "Calendar event update notifications" : "Kalendoriaus įvykių atnaujinimo pranešimai",
+ "{actor} created {event} in {calendar}" : "{actor} kalendoriuje {calendar} sukūrė įvykį {event}",
+ "{actor} deleted {event} from {calendar}" : "{actor} kalendoriuje {calendar} ištrynė įvykį {event}",
+ "{actor} updated {event} in {calendar}" : "{actor} kalendoriuje {calendar} atnaujino įvykį {event}"
+},
+"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json
new file mode 100644
index 0000000..3ed6c5e
--- /dev/null
+++ b/l10n/lt_LT.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Calendar event update notifications" : "Kalendoriaus įvykių atnaujinimo pranešimai",
+ "{actor} created {event} in {calendar}" : "{actor} kalendoriuje {calendar} sukūrė įvykį {event}",
+ "{actor} deleted {event} from {calendar}" : "{actor} kalendoriuje {calendar} ištrynė įvykį {event}",
+ "{actor} updated {event} in {calendar}" : "{actor} kalendoriuje {calendar} atnaujino įvykį {event}"
+},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
+} \ No newline at end of file