Files
einundzwanzig-portal/resources/lang/vendor/wireui/ru/messages.php
HolgerHatGarKeineNode 12847f95f6 huge Laravel 10 upgrade
2023-02-19 20:13:20 +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} ошибок',
],
];