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

Skip to content

Commit e754cd3

Browse files
committed
feature: validation - distinct
1 parent 9366335 commit e754cd3

Some content is hidden

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

48 files changed

+48
-0
lines changed

ar/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'different' => 'يجب أن يكون الحقلان :attribute و :other مُختلفان',
3535
'digits' => 'يجب أن يحتوي الحقل :attribute على :digits رقمًا/أرقام',
3636
'digits_between' => 'يجب أن يحتوي الحقل :attribute ما بين :min و :max رقمًا/أرقام ',
37+
'distinct' => 'The :attribute field has a duplicate value.',
3738
'email' => 'يجب أن يكون :attribute عنوان بريد إلكتروني صحيح البُنية',
3839
'exists' => 'الحقل :attribute لاغٍ',
3940
'filled' => 'الحقل :attribute إجباري',

be/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'different' => 'Палі :attribute і :other павінны адрознівацца.',
3636
'digits' => 'Даўжыня лічбавага поля :attribute павінна быць :digits.',
3737
'digits_between' => 'Даўжыня лічбавага поля :attribute павінна быць паміж :min і :max.',
38+
'distinct' => 'The :attribute field has a duplicate value.',
3839
'email' => 'Поле :attribute павінна быць сапраўдным электронным адрасам.',
3940
'filled' => 'Поле :attribute абавязкова для запаўнення.',
4041
'exists' => 'Выбранае значэнне для :attribute некарэктна.',

bg/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'different' => 'Полетата :attribute и :other трябва да са различни.',
3535
'digits' => 'Полето :attribute трябва да има :digits цифри.',
3636
'digits_between' => 'Полето :attribute трябва да има между :min и :max цифри.',
37+
'distinct' => 'The :attribute field has a duplicate value.',
3738
'email' => 'Полето :attribute е в невалиден формат.',
3839
'exists' => 'Избранато поле :attribute вече съществува.',
3940
'filled' => 'Полето :attribute е задължително.',

bs/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'different' => 'Polja :attribute i :other moraju biti različita.',
3535
'digits' => 'Polje :attribute mora da sadži :digits brojeve.',
3636
'digits_between' => 'Polje :attribute mora biti između :min i :max broja.',
37+
'distinct' => 'The :attribute field has a duplicate value.',
3738
'email' => 'Format polja :attribute mora biti validan email.',
3839
'exists' => 'Odabrano polje :attribute nije validno.',
3940
'filled' => 'Polje :attribute je obavezno.',

ca/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'different' => ':attribute i :other han de ser diferents.',
3535
'digits' => ':attribute ha de tenir :digits digits.',
3636
'digits_between' => ':attribute ha de tenir entre :min i :max digits.',
37+
'distinct' => 'The :attribute field has a duplicate value.',
3738
'email' => ':attribute no és un e-mail vàlid',
3839
'exists' => ':attribute és invàlid.',
3940
'filled' => 'El camp :attribute és obligatori.',

cs/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'different' => ':attribute a :other se musí lišit.',
3535
'digits' => ':attribute musí být :digits pozic dlouhé.',
3636
'digits_between' => ':attribute musí být dlouhé nejméně :min a nejvíce :max pozic.',
37+
'distinct' => 'The :attribute field has a duplicate value.',
3738
'email' => ':attribute není platný formát.',
3839
'exists' => 'Zvolená hodnota pro :attribute není platná.',
3940
'filled' => ':attribute musí být vyplněno.',

cy/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'different' => 'Rhaid i :attribute a :other fod yn wahanol.',
3535
'digits' => 'Rhaid i :attribute fod yn :digits digid.',
3636
'digits_between' => 'Rhaid i :attribute fod rhwng :min a :max digid.',
37+
'distinct' => 'The :attribute field has a duplicate value.',
3738
'email' => 'Rhaid i :attribute fod yn gyfeiriad ebost dilys.',
3839
'filled' => 'Rhaid cynnwys :attribute.',
3940
'exists' => 'Nid yw :attribute yn ddilys.',

da/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'different' => ':attribute og :other skal være forskellige.',
3535
'digits' => ':attribute skal have :digits cifre.',
3636
'digits_between' => ':attribute skal have mellem :min og :max cifre.',
37+
'distinct' => 'The :attribute field has a duplicate value.',
3738
'email' => ':attribute skal være en gyldig e-mailadresse.',
3839
'exists' => 'Det valgte :attribute er ugyldig.',
3940
'filled' => ':attribute skal udfyldes.',

de/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'different' => ':attribute und :other müssen sich unterscheiden.',
3535
'digits' => ':attribute muss :digits Stellen haben.',
3636
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
37+
'distinct' => 'The :attribute field has a duplicate value.',
3738
'email' => ':attribute Format ist ungültig.',
3839
'exists' => 'Der gewählte Wert für :attribute ist ungültig.',
3940
'filled' => ':attribute muss ausgefüllt sein.',

el/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'different' => 'Το πεδίο :attribute και :other πρέπει να είναι διαφορετικά.',
3535
'digits' => 'Το πεδίο :attribute πρέπει να είναι :digits ψηφία.',
3636
'digits_between' => 'Το πεδίο :attribute πρέπει να είναι μεταξύ :min και :max ψηφία.',
37+
'distinct' => 'The :attribute field has a duplicate value.',
3738
'email' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη διεύθυνση email.',
3839
'filled' => 'To πεδίο :attribute είναι απαραίτητο.',
3940
'exists' => 'Το επιλεγμένο :attribute δεν είναι έγκυρο.',

0 commit comments

Comments
 (0)