summaryrefslogtreecommitdiffstats
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-17 00:20:16 +0000
committerNextcloud bot <bot@nextcloud.com>2018-05-17 00:20:16 +0000
commitc101a6a51224b66b42e85962c97fc86ea7b548f6 (patch)
tree6a2d2ae8de46f3f2d6e5fae1c1af03a4a37a5282 /l10n
parent0631dba5725922e563103aca5f077960e6156bd7 (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/fa.js2
-rw-r--r--l10n/fa.json2
-rw-r--r--l10n/he.js2
-rw-r--r--l10n/he.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
-rw-r--r--l10n/uk.js2
-rw-r--r--l10n/uk.json2
14 files changed, 14 insertions, 14 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index 03e224f0..c16008b0 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -106,4 +106,4 @@ OC.L10N.register(
"Details" : "Detaily",
"Settings" : "Nastavení"
},
-"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 64a2b9ee..3a4d52be 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -103,5 +103,5 @@
"Male" : "Muž",
"Details" : "Detaily",
"Settings" : "Nastavení"
-},"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 fff54c1f..da606257 100644
--- a/l10n/fa.js
+++ b/l10n/fa.js
@@ -93,4 +93,4 @@ OC.L10N.register(
"Details" : "جزئیات",
"Settings" : "تنظیمات"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=((n<=1 && n>= 0) ? 1);");
diff --git a/l10n/fa.json b/l10n/fa.json
index 93008101..8f81144e 100644
--- a/l10n/fa.json
+++ b/l10n/fa.json
@@ -90,5 +90,5 @@
"Male" : "مذکر",
"Details" : "جزئیات",
"Settings" : "تنظیمات"
-},"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 c3ace316..a505b74f 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -73,4 +73,4 @@ OC.L10N.register(
"Details" : "פרטים",
"Settings" : "הגדרות"
},
-"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 9d1f7352..3c05bb17 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -70,5 +70,5 @@
"Social network" : "רשת חברתית",
"Details" : "פרטים",
"Settings" : "הגדרות"
-},"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 e41ed7b2..c39b81fd 100644
--- a/l10n/ka_GE.js
+++ b/l10n/ka_GE.js
@@ -108,4 +108,4 @@ OC.L10N.register(
"Details" : "დეტალები",
"Settings" : "პარამეტრები"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n==1);");
diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json
index d1e1ce92..b0791265 100644
--- a/l10n/ka_GE.json
+++ b/l10n/ka_GE.json
@@ -105,5 +105,5 @@
"Male" : "მამრობითი",
"Details" : "დეტალები",
"Settings" : "პარამეტრები"
-},"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 b34aa264..083e3e07 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -109,4 +109,4 @@ OC.L10N.register(
"Details" : "Išsamesnė informacija",
"Settings" : "Nustatymai"
},
-"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 5cc57f46..257da5a7 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -106,5 +106,5 @@
"Male" : "Vyras",
"Details" : "Išsamesnė informacija",
"Settings" : "Nustatymai"
-},"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 ba1b48c5..710b078e 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -116,4 +116,4 @@ OC.L10N.register(
"Details" : "Podrobnosti",
"Settings" : "Nastavenia"
},
-"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 b71a6a83..75967483 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -113,5 +113,5 @@
"Male" : "Muž",
"Details" : "Podrobnosti",
"Settings" : "Nastavenia"
-},"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 50ff20b8..2681ba5f 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -99,4 +99,4 @@ OC.L10N.register(
"Details" : "Деталі",
"Settings" : "Налаштування"
},
-"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 7429a8f3..5bbf6082 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -96,5 +96,5 @@
"Male" : "Чоловік",
"Details" : "Деталі",
"Settings" : "Налаштування"
-},"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