New translations validation.php (Ukrainian)

This commit is contained in:
Cachet Bot
2018-07-10 14:37:01 +01:00
parent b0b10ea530
commit 66594306fe

View File

@@ -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.',