mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -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
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
"all_time" => "全部",
|
|
"apply" => "申請",
|
|
"cancel" => "取消銷售",
|
|
"custom" => "定制",
|
|
"from" => "從",
|
|
"last_30" => "過去七天",
|
|
"last_7" => "過去七天",
|
|
"last_financial_year" => "上一財政年度",
|
|
"last_month" => "上個月",
|
|
"last_year" => "去年",
|
|
"same_month_last_year" => "去年同月",
|
|
"same_month_to_same_day_last_year" => "去年同月同日",
|
|
"this_financial_year" => "當前財政年度",
|
|
"this_month" => "這個月",
|
|
"this_year" => "今年",
|
|
"to" => "To",
|
|
"today" => "今天",
|
|
"today_last_year" => "去年的今天",
|
|
"weekstart" => "0",
|
|
"yesterday" => "昨天",
|
|
];
|