Files
opensourcepos/app/Language/bg/Calendar.php
2024-06-15 17:19:15 +02:00

49 lines
1.1 KiB
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 [
"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" => "Декември",
];