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

17 lines
635 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 [
'empty_options' => 'Опциите са празни',
'search_here' => 'Търсене тук',
'date_picker' => [
'months' => ['Януари', 'Февруари', 'Март', 'Април', 'Май', 'Юни', 'Юли', 'Август', 'Септември', 'Октомври', 'Ноември', 'Декември'],
'days' => ['Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'],
'tomorrow' => 'Утре',
'today' => 'Днес',
'yesterday' => 'Вчера',
],
'errors' => [
'title' => 'Бяха открити {errors} грешки',
],
];