From 0b01b505e8373941ee6066082bb3a35101af405a Mon Sep 17 00:00:00 2001 From: ownCloud Jenkins Date: Thu, 17 May 2018 01:27:20 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/cs_CZ.js | 2 +- l10n/cs_CZ.json | 2 +- l10n/he.js | 2 +- l10n/he.json | 2 +- l10n/lt_LT.js | 2 +- l10n/lt_LT.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js index 1d1daf8..2c4d01e 100644 --- a/l10n/cs_CZ.js +++ b/l10n/cs_CZ.js @@ -12,4 +12,4 @@ OC.L10N.register( "Authenticate with a TOTP app" : "Přihlaste se pomocí TOTP aplikace", "TOTP Second-factor Auth" : "TOTP ověření druhým faktorem" }, -"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_CZ.json b/l10n/cs_CZ.json index 6c6fda7..aafe866 100644 --- a/l10n/cs_CZ.json +++ b/l10n/cs_CZ.json @@ -9,5 +9,5 @@ "Not verified" : "Neověřeno", "Authenticate with a TOTP app" : "Přihlaste se pomocí TOTP aplikace", "TOTP Second-factor Auth" : "TOTP ověření druhým faktorem" -},"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 d79c7bb..b2cf90b 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -12,4 +12,4 @@ OC.L10N.register( "Authenticate with a TOTP app" : "אימות עם יישום ה- TOTP", "TOTP Second-factor Auth" : "אימות מקדם שני של TOTP" }, -"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 f612d9d..009b002 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -9,5 +9,5 @@ "Not verified" : "לא מאומת", "Authenticate with a TOTP app" : "אימות עם יישום ה- TOTP", "TOTP Second-factor Auth" : "אימות מקדם שני של TOTP" -},"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/lt_LT.js b/l10n/lt_LT.js index 07acf2e..a5aac72 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -12,4 +12,4 @@ OC.L10N.register( "Authenticate with a TOTP app" : "Prisijungti su TOTP programėle", "TOTP Second-factor Auth" : "TOTP papildoma autorizacija" }, -"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 e401c47..5fbc645 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -9,5 +9,5 @@ "Not verified" : "Nepatvirtinta", "Authenticate with a TOTP app" : "Prisijungti su TOTP programėle", "TOTP Second-factor Auth" : "TOTP papildoma autorizacija" -},"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