2025-08-26 09:17:22 +08:00

26 lines
1017 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'select_time' => 'Вказати час',
'empty_options' => 'Список варіантів не вказаний',
'loading' => 'Завантаження...',
'search_here' => 'Шукати тут',
'date_picker' => [
'months' => ['Січень', 'Лютий', 'Березень', 'Квітень', 'Травень', 'Червень', 'Липень', 'Серпень', 'Вересень', 'Жовтень', 'Листопад', 'Грудень'],
'days' => ['НД', 'ПН', 'ВТ', 'СР', 'ЧТ', 'ПТ', 'СБ'],
'tomorrow' => 'Завтра',
'today' => 'Сьогодні',
'yesterday' => 'Вчора',
'clear' => 'Спорожнити',
'close' => 'Закрити',
'apply' => 'Погодити',
'cancel' => 'Скасувати',
],
'errors' => [
'title' => 'У ваших данних {errors} помилок',
],
'labels' => [
'remove' => 'Видалити',
],
];