mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 11:37:54 -05:00
* 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
50 lines
1.5 KiB
PHP
50 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
"su" => "Chủ nhật",
|
|
"mo" => "Thứ 2",
|
|
"tu" => "Thứ 3",
|
|
"we" => "Thứ 4",
|
|
"th" => "Thứ 5",
|
|
"fr" => "Thứ 6",
|
|
"sa" => "Thứ 7",
|
|
"sun" => "Chủ nhật",
|
|
"mon" => "Thứ hai",
|
|
"tue" => "Thứ ba",
|
|
"wed" => "Thứ tư",
|
|
"thu" => "Thứ năm",
|
|
"fri" => "Thứ sáu",
|
|
"sat" => "Thứ bảy",
|
|
"sunday" => "Chủ nhật",
|
|
"monday" => "Thứ hai",
|
|
"tuesday" => "Thứ ba",
|
|
"wednesday" => "Thứ tư",
|
|
"thursday" => "Thứ năm",
|
|
"friday" => "Thứ sáu",
|
|
"saturday" => "Thứ bảy",
|
|
"jan" => "Tháng 1",
|
|
"feb" => "Tháng 2",
|
|
"mar" => "Tháng 3",
|
|
"apr" => "Tháng 4",
|
|
"may" => "Tháng 5",
|
|
"jun" => "Tháng 6",
|
|
"jul" => "Tháng 7",
|
|
"aug" => "Tháng 8",
|
|
"sep" => "Tháng 9",
|
|
"oct" => "Tháng 10",
|
|
"nov" => "Tháng 11",
|
|
"dec" => "Tháng 12",
|
|
"january" => "Tháng một",
|
|
"february" => "Tháng hai",
|
|
"march" => "Tháng ba",
|
|
"april" => "Tháng tư",
|
|
"mayl" => "Tháng năm",
|
|
"june" => "Tháng sáu",
|
|
"july" => "Tháng bảy",
|
|
"august" => "Tháng tám",
|
|
"september" => "Tháng chín",
|
|
"october" => "Tháng mười",
|
|
"november" => "Tháng mười một",
|
|
"december" => "Tháng mười hai",
|
|
];
|