mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-28 20:17:53 -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.3 KiB
PHP
25 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"all_time" => "គ្រប់ពេល",
|
|
"apply" => "ដាក់បញ្ជូល",
|
|
"cancel" => "បោះបង់",
|
|
"custom" => "",
|
|
"from" => "ពី",
|
|
"last_30" => "ត្រឹម 30 ថ្ងៃមុន",
|
|
"last_7" => "ត្រឹម 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" => "",
|
|
"today" => "",
|
|
"today_last_year" => "",
|
|
"weekstart" => "",
|
|
"yesterday" => "",
|
|
];
|