Files
einundzwanzig-portal/resources/lang/vendor/wireui/bg/messages.php
HolgerHatGarKeineNode 30b2e4072f add bg lang
2023-05-04 20:21:13 +02:00

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