Files
opensourcepos/app/Language/bg/Calendar.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00

50 lines
1.4 KiB
PHP

<?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" => "Декември",
];