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

Skip to content

Commit 69439e2

Browse files
committed
feature: validation - in_array
1 parent 13cb726 commit 69439e2

Some content is hidden

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

51 files changed

+74
-21
lines changed

ar/validation.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
4040
'filled' => 'الحقل :attribute إجباري',
4141
'image' => 'يجب أن يكون الحقل :attribute صورةً',
4242
'in' => 'الحقل :attribute لاغٍ',
43+
'in_array' => 'The :attribute field does not exist in :other.',
44+
'in_array' => 'The :attribute field does not exist in :other.',
4345
'integer' => 'يجب أن يكون الحقل :attribute عددًا صحيحًا',
46+
4447
'ip' => 'يجب أن يكون الحقل :attribute عنوان IP ذي بُنية صحيحة',
4548
'json' => 'يجب أن يكون الحقل :attribute نصآ من نوع JSON.',
4649
'max' => [

be/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'exists' => 'Выбранае значэнне для :attribute некарэктна.',
4242
'image' => 'Поле :attribute павінна быць малюнкам.',
4343
'in' => 'Выбранае значэнне для :attribute памылкова.',
44+
'in_array' => 'The :attribute field does not exist in :other.',
4445
'integer' => 'Поле :attribute павінна быць цэлым лікам.',
4546
'ip' => 'Поле :attribute дпавінна быць сапраўдным IP-адрасам.',
4647
'json' => 'Поле :attribute павінна быць JSON радком.',

bg/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'filled' => 'Полето :attribute е задължително.',
4141
'image' => 'Полето :attribute трябва да бъде изображение.',
4242
'in' => 'Избраното поле :attribute е невалидно.',
43+
'in_array' => 'The :attribute field does not exist in :other.',
4344
'integer' => 'Полето :attribute трябва да бъде цяло число.',
4445
'ip' => 'Полето :attribute трябва да бъде IP адрес.',
4546
'json' => 'Полето :attribute трябва да бъде JSON низ.',

bs/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'filled' => 'Polje :attribute je obavezno.',
4141
'image' => 'Polje :attribute mora biti slika.',
4242
'in' => 'Odabrano polje :attribute nije validno.',
43+
'in_array' => 'The :attribute field does not exist in :other.',
4344
'integer' => 'Polje :attribute mora biti broj.',
4445
'ip' => 'Polje :attribute mora biti validna IP adresa.',
4546
'json' => 'The :attribute must be a valid JSON string.',

ca/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'filled' => 'El camp :attribute és obligatori.',
4141
'image' => ':attribute ha de ser una imatge.',
4242
'in' => ':attribute és invàlid',
43+
'in_array' => 'The :attribute field does not exist in :other.',
4344
'integer' => ':attribute ha de ser un nombre enter.',
4445
'ip' => ':attribute ha de ser una adreça IP vàlida.',
4546
'json' => 'El camp :attribute ha de contenir una cadena JSON vàlida.',

cs/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'filled' => ':attribute musí být vyplněno.',
4141
'image' => ':attribute musí být obrázek.',
4242
'in' => 'Zvolená hodnota pro :attribute není platná.',
43+
'in_array' => 'The :attribute field does not exist in :other.',
4344
'integer' => ':attribute musí být celé číslo.',
4445
'ip' => ':attribute musí být platnou IP adresou.',
4546
'json' => ':attribute musí být platný JSON řetězec.',

cy/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'exists' => 'Nid yw :attribute yn ddilys.',
4141
'image' => 'Rhaid i :attribute fod yn lun.',
4242
'in' => 'Nid yw :attribute yn ddilys.',
43+
'in_array' => 'The :attribute field does not exist in :other.',
4344
'integer' => 'Rhaid i :attribute fod yn integer.',
4445
'ip' => 'Rhaid i :attribute fod yn gyfeiriad IP dilys.',
4546
'json' => 'The :attribute must be a valid JSON string.',

da/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'filled' => ':attribute skal udfyldes.',
4141
'image' => ':attribute skal være et billede.',
4242
'in' => 'Det valgte :attribute er ugyldig.',
43+
'in_array' => 'The :attribute field does not exist in :other.',
4344
'integer' => ':attribute skal være et heltal.',
4445
'ip' => ':attribute skal være en gyldig IP adresse.',
4546
'json' => ':attribute skal være en gyldig JSON streng.',

de/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'filled' => ':attribute muss ausgefüllt sein.',
4141
'image' => ':attribute muss ein Bild sein.',
4242
'in' => 'Der gewählte Wert für :attribute ist ungültig.',
43+
'in_array' => 'The :attribute field does not exist in :other.',
4344
'integer' => ':attribute muss eine ganze Zahl sein.',
4445
'ip' => ':attribute muss eine gültige IP-Adresse sein.',
4546
'json' => ':attribute muss ein gültiger JSON-String sein.',

el/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'exists' => 'Το επιλεγμένο :attribute δεν είναι έγκυρο.',
4141
'image' => 'Το πεδίο :attribute πρέπει να είναι εικόνα.',
4242
'in' => 'Το επιλεγμένο :attribute δεν είναι έγκυρο.',
43+
'in_array' => 'The :attribute field does not exist in :other.',
4344
'integer' => 'Το πεδίο :attribute πρέπει να είναι ακέραιος.',
4445
'ip' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη διεύθυνση IP.',
4546
'json' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη συμβολοσειρά JSON.',

0 commit comments

Comments
 (0)