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

github.com/nextcloud/mail.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:32:24 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-17 03:32:24 +0300
commitf8ed63031a51a4f7fcd0502e95f433b8b319075a (patch)
tree53a7dd5533e61b0cd151ffcfdc08b18fab930e34 /l10n
parent9d1a117cb9ad9eaad5612a2e2d3bc57de0495348 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs.js4
-rw-r--r--l10n/cs.json4
-rw-r--r--l10n/he.js2
-rw-r--r--l10n/he.json2
-rw-r--r--l10n/ka_GE.js4
-rw-r--r--l10n/ka_GE.json4
-rw-r--r--l10n/lt_LT.js4
-rw-r--r--l10n/lt_LT.json4
-rw-r--r--l10n/sk.js4
-rw-r--r--l10n/sk.json4
-rw-r--r--l10n/uk.js2
-rw-r--r--l10n/uk.json2
12 files changed, 20 insertions, 20 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index c6d9515f5..a888c121d 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -29,7 +29,7 @@ OC.L10N.register(
"Could not load the desired message" : "Nelze načíst vyžádanou zprávu",
"Could not load the message" : "Nelze načíst zprívu",
"{from}\n{subject}" : "{from}\n{subject}",
- "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n nová zpráva\nod {from}","%n nové zprávy\nod {from}","%n nových zpráv\nod {from}"],
+ "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n nová zpráva\nod {from}","%n nové zprávy\nod {from}","%n nových zpráv\nod {from}","%n nových zpráv\nod {from}"],
"Nextcloud Mail" : "Nextcloud Mail",
"Save" : "Uložit",
"Saved" : "Uloženo",
@@ -128,4 +128,4 @@ OC.L10N.register(
"Download attachment" : "Stáhnout přílohu",
"Save to Files" : "Uložit do Souborů"
},
-"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 4b6d213fc..c941ca3a4 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -27,7 +27,7 @@
"Could not load the desired message" : "Nelze načíst vyžádanou zprávu",
"Could not load the message" : "Nelze načíst zprívu",
"{from}\n{subject}" : "{from}\n{subject}",
- "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n nová zpráva\nod {from}","%n nové zprávy\nod {from}","%n nových zpráv\nod {from}"],
+ "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n nová zpráva\nod {from}","%n nové zprávy\nod {from}","%n nových zpráv\nod {from}","%n nových zpráv\nod {from}"],
"Nextcloud Mail" : "Nextcloud Mail",
"Save" : "Uložit",
"Saved" : "Uloženo",
@@ -125,5 +125,5 @@
"Import into calendar" : "Importovat do kalendáře",
"Download attachment" : "Stáhnout přílohu",
"Save to Files" : "Uložit do Souborů"
-},"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/he.js b/l10n/he.js
index 669d5a9fa..5a8df1d1a 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -52,4 +52,4 @@ OC.L10N.register(
"Continue to %s" : "ממשיך אל %s",
"Connect" : "התחברות"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);");
diff --git a/l10n/he.json b/l10n/he.json
index 2036b6835..3ed6249d7 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -49,5 +49,5 @@
"If you don’t want to visit that page, you can return to <a href=\"%s\">Mail</a>." : "אם אינך רוצה לבקר בדף זה, ניתן לחזור אל <a href=\"%s\">הדואר</a>.",
"Continue to %s" : "ממשיך אל %s",
"Connect" : "התחברות"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);"
} \ No newline at end of file
diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js
index 0abc1ed18..8a236234a 100644
--- a/l10n/ka_GE.js
+++ b/l10n/ka_GE.js
@@ -29,7 +29,7 @@ OC.L10N.register(
"Could not load the desired message" : "სასურველი წერილის ჩატვირთვა ვერ მოხერხდა",
"Could not load the message" : "წერილის ჩატვირთვა ვერ მოხერხდა",
"{from}\n{subject}" : "{from}\n{subject}",
- "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n ახალი წერილი\n{from}-ისგან"],
+ "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n ახალი წერილი\n{from}-ისგან","%n ახალი წერილი\n{from}-ისგან"],
"Nextcloud Mail" : "Nextcloud ფოსტა",
"Save" : "შენახვა",
"Saved" : "შენახულია",
@@ -127,4 +127,4 @@ OC.L10N.register(
"Download attachment" : "დანართის გადმოწერა",
"Save to Files" : "შენახვა ფაილებში"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n==1);");
diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json
index d81ad2a55..9e9103873 100644
--- a/l10n/ka_GE.json
+++ b/l10n/ka_GE.json
@@ -27,7 +27,7 @@
"Could not load the desired message" : "სასურველი წერილის ჩატვირთვა ვერ მოხერხდა",
"Could not load the message" : "წერილის ჩატვირთვა ვერ მოხერხდა",
"{from}\n{subject}" : "{from}\n{subject}",
- "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n ახალი წერილი\n{from}-ისგან"],
+ "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n ახალი წერილი\n{from}-ისგან","%n ახალი წერილი\n{from}-ისგან"],
"Nextcloud Mail" : "Nextcloud ფოსტა",
"Save" : "შენახვა",
"Saved" : "შენახულია",
@@ -124,5 +124,5 @@
"Import into calendar" : "იმპორტი კალენდარში",
"Download attachment" : "დანართის გადმოწერა",
"Save to Files" : "შენახვა ფაილებში"
-},"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 edc764de1..096d0fbe7 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -29,7 +29,7 @@ OC.L10N.register(
"Could not load the desired message" : "Nepavyko įkelti pageidaujamo laiško",
"Could not load the message" : "Nepavyko įkelti laiško",
"{from}\n{subject}" : "{from}\n{subject}",
- "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n naujas laiškas \nnuo {from}","%n nauji laiškai \nnuo {from}","%n naujų laiškų \nnuo {from}"],
+ "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n naujas laiškas \nnuo {from}","%n nauji laiškai \nnuo {from}","%n naujų laiškų \nnuo {from}","%n naujų laiškų \nnuo {from}"],
"Nextcloud Mail" : "Nextcloud el. paštas",
"Save" : "Įrašyti",
"Saved" : "Įrašyta",
@@ -128,4 +128,4 @@ OC.L10N.register(
"Download attachment" : "Atsisiųsti priedą",
"Save to Files" : "Įrašyti į Failus"
},
-"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 cc65d88d4..6652ebdb5 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -27,7 +27,7 @@
"Could not load the desired message" : "Nepavyko įkelti pageidaujamo laiško",
"Could not load the message" : "Nepavyko įkelti laiško",
"{from}\n{subject}" : "{from}\n{subject}",
- "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n naujas laiškas \nnuo {from}","%n nauji laiškai \nnuo {from}","%n naujų laiškų \nnuo {from}"],
+ "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n naujas laiškas \nnuo {from}","%n nauji laiškai \nnuo {from}","%n naujų laiškų \nnuo {from}","%n naujų laiškų \nnuo {from}"],
"Nextcloud Mail" : "Nextcloud el. paštas",
"Save" : "Įrašyti",
"Saved" : "Įrašyta",
@@ -125,5 +125,5 @@
"Import into calendar" : "Importuoti į kalendorių",
"Download attachment" : "Atsisiųsti priedą",
"Save to Files" : "Įrašyti į Failus"
-},"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 e4ed9dc00..b61ccfc48 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -29,7 +29,7 @@ OC.L10N.register(
"Could not load the desired message" : "Nepodarilo sa načítať požadovanú správu",
"Could not load the message" : "Správu sa nepodarilo sa načítať",
"{from}\n{subject}" : "{from}\n{subject}",
- "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n nová správa\nod {from}","%n nové správy\nod {from}","%n nových správ\nod {from}"],
+ "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n nová správa\nod {from}","%n nové správy\nod {from}","%n nových správ\nod {from}","%n nových správ\nod {from}"],
"Nextcloud Mail" : "Nextcloud Mail",
"Save" : "Uložiť",
"Saved" : "Uložené",
@@ -127,4 +127,4 @@ OC.L10N.register(
"Download attachment" : "Stiahnuť prílohu",
"Save to Files" : "Uložiť do Súborov"
},
-"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 5cceef0ae..a144be6dd 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -27,7 +27,7 @@
"Could not load the desired message" : "Nepodarilo sa načítať požadovanú správu",
"Could not load the message" : "Správu sa nepodarilo sa načítať",
"{from}\n{subject}" : "{from}\n{subject}",
- "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n nová správa\nod {from}","%n nové správy\nod {from}","%n nových správ\nod {from}"],
+ "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n nová správa\nod {from}","%n nové správy\nod {from}","%n nových správ\nod {from}","%n nových správ\nod {from}"],
"Nextcloud Mail" : "Nextcloud Mail",
"Save" : "Uložiť",
"Saved" : "Uložené",
@@ -124,5 +124,5 @@
"Import into calendar" : "Importovať do kalendára",
"Download attachment" : "Stiahnuť prílohu",
"Save to Files" : "Uložiť do Súborov"
-},"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
diff --git a/l10n/uk.js b/l10n/uk.js
index df020ecd1..3e2f25dd9 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -43,4 +43,4 @@ OC.L10N.register(
"Continue to %s" : "Подовження за %s",
"Connect" : "З'єднати"
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=( n % 1 == 0 && n % 10 =1 && n % 100 != 11) ? 1 : ( n %1 == 0 && ( n >= 2 && n <=4) && ( n % 100 <12 || n % 100 > 14)) ? 3 : ( n % 1 ==0 && (n% 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14));");
diff --git a/l10n/uk.json b/l10n/uk.json
index 48b9b6704..bd90737ca 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -40,5 +40,5 @@
"Error loading message" : "Помилка завантаження повідомлення.",
"Continue to %s" : "Подовження за %s",
"Connect" : "З'єднати"
-},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+},"pluralForm" :"nplurals=4; plural=( n % 1 == 0 && n % 10 =1 && n % 100 != 11) ? 1 : ( n %1 == 0 && ( n >= 2 && n <=4) && ( n % 100 <12 || n % 100 > 14)) ? 3 : ( n % 1 ==0 && (n% 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14));"
} \ No newline at end of file