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

github.com/nextcloud/passman.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:36:30 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-17 03:36:30 +0300
commitf7213eee008c44f15714af9206948760ca9c04b5 (patch)
tree460759ac0ab9334cbe5629a19a58b5fd99c32ee9 /l10n
parent77c5b572fc815ff0e1caff42b0f16f8b12b9a39f (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/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
10 files changed, 10 insertions, 10 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index d1891860..a4b95755 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -329,4 +329,4 @@ OC.L10N.register(
"Dismiss" : "Zavřít",
"seconds ago" : "před pár sekundami"
},
-"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 157dd9fd..2e8bf40d 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -326,5 +326,5 @@
"Saving..." : "Ukládám...",
"Dismiss" : "Zavřít",
"seconds ago" : "před pár sekundami"
-},"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 1655685c..1b4e3102 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -150,4 +150,4 @@ OC.L10N.register(
"Loading…" : "בטעינה…",
"Error while saving field" : "אירעה שגיאה במהלך שמירת השדה"
},
-"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 e9197f97..31211c39 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -147,5 +147,5 @@
"Click here to request it" : "יש ללחוץ כאן כדי לבקש זאת",
"Loading…" : "בטעינה…",
"Error while saving field" : "אירעה שגיאה במהלך שמירת השדה"
-},"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 33986ab2..0b63745a 100644
--- a/l10n/ka_GE.js
+++ b/l10n/ka_GE.js
@@ -329,4 +329,4 @@ OC.L10N.register(
"Dismiss" : "დათხოვნა",
"seconds ago" : "წამის წინ"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n==1);");
diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json
index ad51f99a..8ab4a98d 100644
--- a/l10n/ka_GE.json
+++ b/l10n/ka_GE.json
@@ -326,5 +326,5 @@
"Saving..." : "მიმდინარეობს შენახვა…",
"Dismiss" : "დათხოვნა",
"seconds ago" : "წამის წინ"
-},"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 f76875a7..b06c25a5 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -183,4 +183,4 @@ OC.L10N.register(
"Dismiss" : "Atmesti",
"seconds ago" : "prieš keletą sekundžių"
},
-"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 83e36a00..460d2af5 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -180,5 +180,5 @@
"Saving..." : "Įrašoma...",
"Dismiss" : "Atmesti",
"seconds ago" : "prieš keletą sekundžių"
-},"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 7f30b6c9..cc1901f5 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -206,4 +206,4 @@ OC.L10N.register(
"Connection to server lost" : "Stratené spojenie so serverom",
"Saving..." : "Ukladám..."
},
-"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 8a568e23..def891aa 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -203,5 +203,5 @@
"Reason" : "Dôvod",
"Connection to server lost" : "Stratené spojenie so serverom",
"Saving..." : "Ukladám..."
-},"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