New translations validation.php (Ukrainian)
This commit is contained in:
@@ -37,9 +37,9 @@ return [
|
||||
'array' => 'Поле :attribute має бути між :min та :max елементами.',
|
||||
],
|
||||
'boolean' => 'Поле :attribute має бути true або false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'confirmed' => 'Підтвердження для :attribute не співпадає.',
|
||||
'date' => 'Значення :attribute не є коректною датою.',
|
||||
'date_format' => 'Значення :attribute не відповідає формату :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
|
||||
Reference in New Issue
Block a user