Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1f04be

Browse files
committed
Merge pull request Laravel-Lang#459 from billmn/fix-required-unless
Fixed "required_unless"
2 parents 0f3d721 + d6043cb commit d1f04be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed

ar/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => 'صيغة الحقل :attribute .غير صحيحة',
6161
'required' => 'الحقل :attribute مطلوب.',
6262
'required_if' => 'الحقل :attribute مطلوب في حال ما إذا كان :other يساوي :value.',
63-
'required_unless' => 'الحقل :attribute مطلوب في حال ما لم يكن :other يساوي :value.',
63+
'required_unless' => 'الحقل :attribute مطلوب في حال ما لم يكن :other يساوي :values.',
6464
'required_with' => 'الحقل :attribute إذا توفّر :values.',
6565
'required_with_all' => 'الحقل :attribute إذا توفّر :values.',
6666
'required_without' => 'الحقل :attribute إذا لم يتوفّر :values.',

bg/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => 'Полето :attribute е в невалиден формат.',
6161
'required' => 'Полето :attribute е задължително.',
6262
'required_if' => 'Полето :attribute се изисква, когато :other е :value.',
63-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
63+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6464
'required_with' => 'Полето :attribute се изисква, когато :values има стойност.',
6565
'required_with_all' => 'Полето :attribute е задължително, когато :values имат стойност.',
6666
'required_without' => 'Полето :attribute се изисква, когато :values няма стойност.',

bs/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
'regex' => 'Polje :attribute ima neispravan format.',
5959
'required' => 'Polje :attribute je obavezno.',
6060
'required_if' => 'Polje :attribute je obavezno kada :other je :value.',
61-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
61+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6262
'required_with' => 'Polje :attribute je obavezno kada je :values prikazano.',
6363
'required_with_all' => 'Polje :attribute je obavezno kada je :values prikazano.',
6464
'required_without' => 'Polje :attribute je obavezno kada :values nije prikazano.',

ca/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => 'El format de :attribute és invàlid.',
6161
'required' => 'El camp :attribute és obligatori.',
6262
'required_if' => 'El camp :attribute és obligatori quan :other és :value.',
63-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
63+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6464
'required_with' => 'El camp :attribute és obligatori quan :values és present.',
6565
'required_with_all' => 'El camp :attribute és obligatori quan :values és present.',
6666
'required_without' => 'El camp :attribute és obligatori quan :values no és present.',

cs/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => ':attribute nemá správný formát.',
6161
'required' => ':attribute musí být vyplněno.',
6262
'required_if' => ':attribute musí být vyplněno pokud :other je :value.',
63-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
63+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6464
'required_with' => ':attribute musí být vyplněno pokud :values je zvoleno.',
6565
'required_with_all' => 'The :attribute field is required when :values is present.',
6666
'required_without' => ':attribute musí být vyplněno pokud :values není vyplněno.',

cy/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => 'Nid yw fformat :attribute yn ddilys.',
6161
'required' => 'Rhaid cynnwys :attribute.',
6262
'required_if' => 'Rhaid cynnwys :attribute pan mae :other yn :value.',
63-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
63+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6464
'required_with' => 'Rhaid cynnwys :attribute pan mae :values yn bresennol.',
6565
'required_with_all' => 'Rhaid cynnwys :attribute pan mae :values yn bresennol.',
6666
'required_without' => 'Rhaid cynnwys :attribute pan nad oes :values yn bresennol.',

da/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => ':attribute formatet er ugyldigt.',
6161
'required' => ':attribute skal udfyldes.',
6262
'required_if' => ':attribute skal udfyldes når :other er :value.',
63-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
63+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6464
'required_with' => ':attribute skal udfyldes når :values er udfyldt.',
6565
'required_with_all' => ':attribute skal udfyldes når :values er udfyldt.',
6666
'required_without' => ':attribute skal udfyldes når :values ikke er udfyldt.',

de/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => ':attribute Format ist ungültig.',
6161
'required' => ':attribute muss ausgefüllt sein.',
6262
'required_if' => ':attribute muss ausgefüllt sein wenn :other :value ist.',
63-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
63+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6464
'required_with' => ':attribute muss angegeben werden wenn :values ausgefüllt wurde.',
6565
'required_with_all' => ':attribute muss angegeben werden, wenn :values ausgefüllt wurde.',
6666
'required_without' => ':attribute muss angegeben werden wenn :values nicht ausgefüllt wurde.',

el/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => 'Η μορφή του :attribute δεν είναι αποδεκτή.',
6161
'required' => 'Το πεδίο :attribute είναι απαραίτητο.',
6262
'required_if' => 'Το πεδίο :attribute είναι απαραίτητο όταν το πεδίο :other είναι :value.',
63-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
63+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6464
'required_with' => 'Το πεδίο :attribute είναι απαραίτητο όταν υπάρχει :values.',
6565
'required_with_all' => 'Το πεδίο :attribute είναι απαραίτητο όταν υπάρχουν :values.',
6666
'required_without' => 'Το πεδίο :attribute είναι απαραίτητο όταν δεν υπάρχει :values.',

es/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => 'El formato de :attribute es inválido.',
6161
'required' => 'El campo :attribute es obligatorio.',
6262
'required_if' => 'El campo :attribute es obligatorio cuando :other es :value.',
63-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
63+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6464
'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.',
6565
'required_with_all' => 'El campo :attribute es obligatorio cuando :values está presente.',
6666
'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.',

0 commit comments

Comments
 (0)