Files
opensourcepos/app/Language/km/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.8 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" => "ខែធ្នូ",
];