mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-28 11:11:14 -05:00
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' => 'เมื่อวานนี้',
|
|
];
|