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

26 lines
948 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' => 'Удалить',
],
];