mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-26 19:17:51 -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.6 KiB
PHP
25 lines
1.6 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" => "0",
|
|
"yesterday" => "เมื่อวานนี้",
|
|
];
|