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

github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-17 03:33:44 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-17 03:33:44 +0300
commitc528eb4a254b25488986e90bb0775b0b444e1508 (patch)
tree4a805e719d30a38aad7799e4e58b1e5284d5ad34 /l10n
parent246e5efb6f41fa4a64afe980c77b5ae14af86603 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs.js2
-rw-r--r--l10n/cs.json2
-rw-r--r--l10n/ka_GE.js2
-rw-r--r--l10n/ka_GE.json2
-rw-r--r--l10n/lt_LT.js2
-rw-r--r--l10n/lt_LT.json2
-rw-r--r--l10n/sk.js2
-rw-r--r--l10n/sk.json2
8 files changed, 8 insertions, 8 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index 592de79..c5c80e6 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Shows the latest news of Nextcloud in your notifications." : "Zobrazuje novinky o Nextcloudu ve vašich upozorněních.",
"These groups will be notified about the announcements." : "Tyto skupiny budou upozorněni na oznámení."
},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
+"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;");
diff --git a/l10n/cs.json b/l10n/cs.json
index 56ad149..61ffbc6 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -3,5 +3,5 @@
"Nextcloud announcement" : "Nextcloud oznámení",
"Shows the latest news of Nextcloud in your notifications." : "Zobrazuje novinky o Nextcloudu ve vašich upozorněních.",
"These groups will be notified about the announcements." : "Tyto skupiny budou upozorněni na oznámení."
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+},"pluralForm" :"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;"
} \ No newline at end of file
diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js
index dfcc6a7..d4c5d6a 100644
--- a/l10n/ka_GE.js
+++ b/l10n/ka_GE.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Shows the latest news of Nextcloud in your notifications." : "თქვენს შეტყობინებებში აჩვენებს Nextcloud-ის უახლეს ამბებს",
"These groups will be notified about the announcements." : "განცხადებებს შეიტყობენ ეს ჯგუფები"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n==1);");
diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json
index 95b5409..1167940 100644
--- a/l10n/ka_GE.json
+++ b/l10n/ka_GE.json
@@ -3,5 +3,5 @@
"Nextcloud announcement" : "Nextcloud განცხადება",
"Shows the latest news of Nextcloud in your notifications." : "თქვენს შეტყობინებებში აჩვენებს Nextcloud-ის უახლეს ამბებს",
"These groups will be notified about the announcements." : "განცხადებებს შეიტყობენ ეს ჯგუფები"
-},"pluralForm" :"nplurals=1; plural=0;"
+},"pluralForm" :"nplurals=2; plural=(n==1);"
} \ No newline at end of file
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index e416417..8afc7c6 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Shows the latest news of Nextcloud in your notifications." : "Rodyti Nextcloud naujienas pranešimų skiltyje.",
"These groups will be notified about the announcements." : "Šios grupės bus informuojamos."
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);");
diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json
index 73def3b..90b0985 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -3,5 +3,5 @@
"Nextcloud announcement" : "Nextcloud pranešimas",
"Shows the latest news of Nextcloud in your notifications." : "Rodyti Nextcloud naujienas pranešimų skiltyje.",
"These groups will be notified about the announcements." : "Šios grupės bus informuojamos."
-},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
+},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);"
} \ No newline at end of file
diff --git a/l10n/sk.js b/l10n/sk.js
index dafca18..72c4813 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Shows the latest news of Nextcloud in your notifications." : "Zobrazovať novinky Nextcloud vo vašich oznámeniach",
"These groups will be notified about the announcements." : "Tieto skupiny budú informované o oznámeniach."
},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
+"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
index e753881..036cc6d 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -3,5 +3,5 @@
"Nextcloud announcement" : "Nextcloud oznam",
"Shows the latest news of Nextcloud in your notifications." : "Zobrazovať novinky Nextcloud vo vašich oznámeniach",
"These groups will be notified about the announcements." : "Tieto skupiny budú informované o oznámeniach."
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);"
} \ No newline at end of file