From 061930d38a4f0e4d43b1f06c8d35645c2726ef36 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 17 May 2018 00:33:09 +0000 Subject: [tx-robot] updated from transifex --- l10n/cs.js | 2 +- l10n/cs.json | 2 +- l10n/fa.js | 2 +- l10n/fa.json | 2 +- l10n/he.js | 2 +- l10n/he.json | 2 +- l10n/ka_GE.js | 2 +- l10n/ka_GE.json | 2 +- l10n/lt_LT.js | 2 +- l10n/lt_LT.json | 2 +- l10n/sk.js | 2 +- l10n/sk.json | 2 +- l10n/uk.js | 2 +- l10n/uk.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/l10n/cs.js b/l10n/cs.js index f851e422c..dc2bcdae7 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -146,4 +146,4 @@ OC.L10N.register( "Documentation" : "Dokumentace", "Report a bug" : "Nahlásit chybu" }, -"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 28f339e29..5708db675 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -143,5 +143,5 @@ "Keyboard shortcuts" : "Klávesové zkratky", "Documentation" : "Dokumentace", "Report a bug" : "Nahlásit chybu" -},"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/fa.js b/l10n/fa.js index eb58a1655..c0c26707f 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -55,4 +55,4 @@ OC.L10N.register( "Keyboard shortcuts" : "میان بر صفحه ی کلید", "Documentation" : "مستندسازی" }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=((n<=1 && n>= 0) ? 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index 27f8947c0..7def7deb8 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -52,5 +52,5 @@ "Help" : "کمک", "Keyboard shortcuts" : "میان بر صفحه ی کلید", "Documentation" : "مستندسازی" -},"pluralForm" :"nplurals=1; plural=0;" +},"pluralForm" :"nplurals=2; plural=((n<=1 && n>= 0) ? 1);" } \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js index bfdcdd9c3..d7ac8ebcf 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -129,4 +129,4 @@ OC.L10N.register( "Documentation" : "תיעוד", "Report a bug" : "דיווח על באג" }, -"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 f65cdca98..402772ef3 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -126,5 +126,5 @@ "Keyboard shortcuts" : "קיצורי מקלדת", "Documentation" : "תיעוד", "Report a bug" : "דיווח על באג" -},"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 76c9d60eb..523621ba9 100644 --- a/l10n/ka_GE.js +++ b/l10n/ka_GE.js @@ -146,4 +146,4 @@ OC.L10N.register( "Documentation" : "დოკუმენტაცია", "Report a bug" : "განაცხადეთ შეცდომა" }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=(n==1);"); diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json index 253adf777..3e9682368 100644 --- a/l10n/ka_GE.json +++ b/l10n/ka_GE.json @@ -143,5 +143,5 @@ "Keyboard shortcuts" : "კლავიატურის კომბინაციები", "Documentation" : "დოკუმენტაცია", "Report a bug" : "განაცხადეთ შეცდომა" -},"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 e4a09fb2a..b4bb06b24 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -146,4 +146,4 @@ OC.L10N.register( "Documentation" : "Dokumentacija", "Report a bug" : "Pranešti apie klaidą" }, -"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 533d02092..db290488b 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -143,5 +143,5 @@ "Keyboard shortcuts" : "Klavišų kombinacija", "Documentation" : "Dokumentacija", "Report a bug" : "Pranešti apie klaidą" -},"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 66d2b84bf..8acd846a4 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -146,4 +146,4 @@ OC.L10N.register( "Documentation" : "Dokumentácia", "Report a bug" : "Nahlásiť chybu" }, -"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 81afed25c..d755a93e0 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -143,5 +143,5 @@ "Keyboard shortcuts" : "Klávesové skratky", "Documentation" : "Dokumentácia", "Report a bug" : "Nahlásiť chybu" -},"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 f96808691..d0eba1e02 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -105,4 +105,4 @@ OC.L10N.register( "Keyboard shortcuts" : "Сполучення клавіш", "Documentation" : "Документація" }, -"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 187e3699f..2cef26a39 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -102,5 +102,5 @@ "Help" : "Допомога", "Keyboard shortcuts" : "Сполучення клавіш", "Documentation" : "Документація" -},"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 -- cgit v1.2.3