Files
opensourcepos/app/Language/zh-Hans/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.3 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" => "1月",
"feb" => "2月",
"mar" => "3月",
"apr" => "4月",
"may" => "5月",
"jun" => "6月",
"jul" => "7月",
"aug" => "8月",
"sep" => "9月",
"oct" => "10月",
"nov" => "11月",
"dec" => "12月",
"january" => "一月",
"february" => "二月",
"march" => "三月",
"april" => "四月",
"mayl" => "五月",
"june" => "六月",
"july" => "七月",
"august" => "八月",
"september" => "九月",
"october" => "十月",
"november" => "十一月",
"december" => "十二月",
];