Files
opensourcepos/app/Language/bg/Calendar.php
objecttothis e90b5b87da Replace tabs with spaces (#4196)
Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-03-28 21:24:21 +04:00

49 lines
1.2 KiB
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 [
"su" => "Нд",
"mo" => "Пн",
"tu" => "Вт",
"we" => "Ср",
"th" => "Чт",
"fr" => "Пт",
"sa" => "Сб",
"sun" => "Нед",
"mon" => "Пон",
"tue" => "Вто",
"wed" => "Сря",
"thu" => "Чет",
"fri" => "Пет",
"sat" => "Съб",
"sunday" => "Неделя",
"monday" => "Понеделник",
"tuesday" => "Вторник",
"wednesday" => "Сряда",
"thursday" => "Четвъртък",
"friday" => "Петък",
"saturday" => "Събота",
"jan" => "Яну",
"feb" => "Фев",
"mar" => "Мар",
"apr" => "Апр",
"may" => "Май",
"jun" => "Юни",
"jul" => "Юли",
"aug" => "Авг",
"sep" => "Сеп",
"oct" => "Окт",
"nov" => "Ное",
"dec" => "Дек",
"january" => "Януари",
"february" => "Февруари",
"march" => "Март",
"april" => "Април",
"mayl" => "Май",
"june" => "Юни",
"july" => "Юли",
"august" => "Август",
"september" => "Септември",
"october" => "Октомври",
"november" => "Ноември",
"december" => "Декември",
];