From 66594306fe3f12cbf601b08fff9a8059f595e12b Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Tue, 10 Jul 2018 14:37:01 +0100 Subject: [PATCH] New translations validation.php (Ukrainian) --- resources/lang/uk-UA/validation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/uk-UA/validation.php b/resources/lang/uk-UA/validation.php index 5dc7123c..e95ed950 100644 --- a/resources/lang/uk-UA/validation.php +++ b/resources/lang/uk-UA/validation.php @@ -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.',