diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-05-17 00:14:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-05-17 00:14:09 +0000 |
commit | b08e53d3650f2288432c09049aa75dccb3802109 (patch) | |
tree | 41ee2255b5e2319efa11da4de7223b2453a40d52 /settings | |
parent | edd5712c6ead5b09fa4f996cfda66fc4e18ba597 (diff) | |
download | nextcloud-server-b08e53d3650f2288432c09049aa75dccb3802109.tar.gz nextcloud-server-b08e53d3650f2288432c09049aa75dccb3802109.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/cs.js | 2 | ||||
-rw-r--r-- | settings/l10n/cs.json | 2 | ||||
-rw-r--r-- | settings/l10n/fa.js | 2 | ||||
-rw-r--r-- | settings/l10n/fa.json | 2 | ||||
-rw-r--r-- | settings/l10n/he.js | 2 | ||||
-rw-r--r-- | settings/l10n/he.json | 2 | ||||
-rw-r--r-- | settings/l10n/ka_GE.js | 4 | ||||
-rw-r--r-- | settings/l10n/ka_GE.json | 4 | ||||
-rw-r--r-- | settings/l10n/kn.js | 2 | ||||
-rw-r--r-- | settings/l10n/kn.json | 2 | ||||
-rw-r--r-- | settings/l10n/lt_LT.js | 2 | ||||
-rw-r--r-- | settings/l10n/lt_LT.json | 2 | ||||
-rw-r--r-- | settings/l10n/sk.js | 2 | ||||
-rw-r--r-- | settings/l10n/sk.json | 2 | ||||
-rw-r--r-- | settings/l10n/uk.js | 2 | ||||
-rw-r--r-- | settings/l10n/uk.json | 2 |
16 files changed, 18 insertions, 18 deletions
diff --git a/settings/l10n/cs.js b/settings/l10n/cs.js index 6356eccd2e0..008bb827de3 100644 --- a/settings/l10n/cs.js +++ b/settings/l10n/cs.js @@ -386,4 +386,4 @@ OC.L10N.register( "Create" : "Vytvořit", "Group name" : "Název skupiny" }, -"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/settings/l10n/cs.json b/settings/l10n/cs.json index 323735fa943..919c70fde41 100644 --- a/settings/l10n/cs.json +++ b/settings/l10n/cs.json @@ -383,5 +383,5 @@ "Send email to new user" : "Poslat e-mail novému uživateli", "Create" : "Vytvořit", "Group name" : "Název skupiny" -},"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/settings/l10n/fa.js b/settings/l10n/fa.js index f8b29c78d1b..1debc05852f 100644 --- a/settings/l10n/fa.js +++ b/settings/l10n/fa.js @@ -157,4 +157,4 @@ OC.L10N.register( "Send email to new user" : "ارسال ایمیل به کاربر جدید", "Create" : "ایجاد کردن" }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=((n<=1 && n>= 0) ? 1);"); diff --git a/settings/l10n/fa.json b/settings/l10n/fa.json index 71232d63c66..0c17e065136 100644 --- a/settings/l10n/fa.json +++ b/settings/l10n/fa.json @@ -154,5 +154,5 @@ "Show email address" : "نمایش پست الکترونیکی", "Send email to new user" : "ارسال ایمیل به کاربر جدید", "Create" : "ایجاد کردن" -},"pluralForm" :"nplurals=1; plural=0;" +},"pluralForm" :"nplurals=2; plural=((n<=1 && n>= 0) ? 1);" }
\ No newline at end of file diff --git a/settings/l10n/he.js b/settings/l10n/he.js index 911e68e79d5..d163393908e 100644 --- a/settings/l10n/he.js +++ b/settings/l10n/he.js @@ -217,4 +217,4 @@ OC.L10N.register( "Send email to new user" : "שליחת דואר אלקטרוני למשתמש חדש", "Create" : "יצירה" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);"); diff --git a/settings/l10n/he.json b/settings/l10n/he.json index 87594941a67..058ab60965e 100644 --- a/settings/l10n/he.json +++ b/settings/l10n/he.json @@ -214,5 +214,5 @@ "Show email address" : "הצגת כתובת דואר אלקטרוני", "Send email to new user" : "שליחת דואר אלקטרוני למשתמש חדש", "Create" : "יצירה" -},"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/settings/l10n/ka_GE.js b/settings/l10n/ka_GE.js index 941f992a542..e60026a0382 100644 --- a/settings/l10n/ka_GE.js +++ b/settings/l10n/ka_GE.js @@ -380,7 +380,7 @@ OC.L10N.register( "Migration Completed" : "მიგრაცია დასრულდა", "Are you really sure you want add {domain} as trusted domain?" : "დამდვილად გსურთ {domain}-ის დამატება სანდო დომენად?", "Add trusted domain" : "სანდო დომენის დამატება", - "_You have %n app update pending_::_You have %n app updates pending_" : ["თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება"], + "_You have %n app update pending_::_You have %n app updates pending_" : ["თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება","თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება"], "Updating...." : "ნახლდება…", "Error while updating app" : "შეცდომა აპლიკაციის განახლების დროს", "Error while removing app" : "აპლიკაციის წაშლისას წარმოიშვა შეცდომა", @@ -425,4 +425,4 @@ OC.L10N.register( "Create" : "შექმნა", "Group name" : "ჯგუფის სახელი" }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=(n==1);"); diff --git a/settings/l10n/ka_GE.json b/settings/l10n/ka_GE.json index 03cce24cdee..1d95a1ab57f 100644 --- a/settings/l10n/ka_GE.json +++ b/settings/l10n/ka_GE.json @@ -378,7 +378,7 @@ "Migration Completed" : "მიგრაცია დასრულდა", "Are you really sure you want add {domain} as trusted domain?" : "დამდვილად გსურთ {domain}-ის დამატება სანდო დომენად?", "Add trusted domain" : "სანდო დომენის დამატება", - "_You have %n app update pending_::_You have %n app updates pending_" : ["თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება"], + "_You have %n app update pending_::_You have %n app updates pending_" : ["თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება","თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება"], "Updating...." : "ნახლდება…", "Error while updating app" : "შეცდომა აპლიკაციის განახლების დროს", "Error while removing app" : "აპლიკაციის წაშლისას წარმოიშვა შეცდომა", @@ -422,5 +422,5 @@ "Send email to new user" : "გაუგზავნეთ ელ-წერილი ახალ მომხმარებელს", "Create" : "შექმნა", "Group name" : "ჯგუფის სახელი" -},"pluralForm" :"nplurals=1; plural=0;" +},"pluralForm" :"nplurals=2; plural=(n==1);" }
\ No newline at end of file diff --git a/settings/l10n/kn.js b/settings/l10n/kn.js index 5bd4ca353fd..ace1620f468 100644 --- a/settings/l10n/kn.js +++ b/settings/l10n/kn.js @@ -91,4 +91,4 @@ OC.L10N.register( "A valid email must be provided" : "ಮಾನ್ಯ ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನ್ನು ಒದಗಿಸಬೇಕಾಗುತ್ತದೆ", "Create" : "ಸೃಷ್ಟಿಸಿ" }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=((n<=1 && n>= 0) ? 1);"); diff --git a/settings/l10n/kn.json b/settings/l10n/kn.json index aa41e3f4aba..3eca4b7534d 100644 --- a/settings/l10n/kn.json +++ b/settings/l10n/kn.json @@ -88,5 +88,5 @@ "A valid password must be provided" : "ಸರಿಯಾದ ಬಳಕೆದಾರ ಗುಪ್ತಪದ ಒದಗಿಸಬೇಕಾಗಿದೆ", "A valid email must be provided" : "ಮಾನ್ಯ ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನ್ನು ಒದಗಿಸಬೇಕಾಗುತ್ತದೆ", "Create" : "ಸೃಷ್ಟಿಸಿ" -},"pluralForm" :"nplurals=1; plural=0;" +},"pluralForm" :"nplurals=2; plural=((n<=1 && n>= 0) ? 1);" }
\ No newline at end of file diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js index e3b4118790d..1d77beffd34 100644 --- a/settings/l10n/lt_LT.js +++ b/settings/l10n/lt_LT.js @@ -231,4 +231,4 @@ OC.L10N.register( "Show email address" : "Rodyti el. pašto adresą", "Create" : "Sukurti" }, -"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/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json index 5b9b00504db..8c1f618375e 100644 --- a/settings/l10n/lt_LT.json +++ b/settings/l10n/lt_LT.json @@ -228,5 +228,5 @@ "Subscribe to our newsletter!" : "Prenumeruokite mūsų naujienlaiškį!", "Show email address" : "Rodyti el. pašto adresą", "Create" : "Sukurti" -},"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/settings/l10n/sk.js b/settings/l10n/sk.js index 9c3c47b32a3..083b83f8945 100644 --- a/settings/l10n/sk.js +++ b/settings/l10n/sk.js @@ -392,4 +392,4 @@ OC.L10N.register( "Create" : "Vytvoriť", "Group name" : "Názov skupiny" }, -"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/settings/l10n/sk.json b/settings/l10n/sk.json index b55f6b5b719..701b828a054 100644 --- a/settings/l10n/sk.json +++ b/settings/l10n/sk.json @@ -389,5 +389,5 @@ "Send email to new user" : "Odoslať email novému používateľovi", "Create" : "Vytvoriť", "Group name" : "Názov skupiny" -},"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/settings/l10n/uk.js b/settings/l10n/uk.js index d4c0917ccf0..4392ff6f431 100644 --- a/settings/l10n/uk.js +++ b/settings/l10n/uk.js @@ -182,4 +182,4 @@ OC.L10N.register( "Send email to new user" : "Надіслати email новому користувачу", "Create" : "Створити" }, -"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/settings/l10n/uk.json b/settings/l10n/uk.json index 9cfeceadc3c..6ce4a155707 100644 --- a/settings/l10n/uk.json +++ b/settings/l10n/uk.json @@ -179,5 +179,5 @@ "Show email address" : "Показати адресу електронної пошти", "Send email to new user" : "Надіслати email новому користувачу", "Create" : "Створити" -},"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 |