Files
einundzwanzig-portal/lang/vendor/wireui/ru/messages.php
2022-11-30 00:04:07 +01:00

17 lines
667 B
PHP
Raw 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 [
'empty_options' => 'Опции не указанны',
'searchHere' => 'Искать здесь',
'datePicker' => [
'months' => "['Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь']",
'days' => "['ВС', 'ПН', 'ВТ', 'СР', 'ЧТ', 'ПТ', 'СБ']",
'tomorrow' => 'Завтра',
'today' => 'Сегодня',
'yesterday' => 'Вчера',
],
'errors' => [
'title' => 'В ваших данных {errors} ошибок',
],
];