mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
24 lines
1.1 KiB
PHP
24 lines
1.1 KiB
PHP
<?php
|
|
return [
|
|
"datepicker_all_time" => "គ្រប់ពេល",
|
|
"datepicker_apply" => "ដាក់បញ្ជូល",
|
|
"datepicker_cancel" => "បោះបង់",
|
|
"datepicker_custom" => "",
|
|
"datepicker_from" => "ពី",
|
|
"datepicker_last_30" => "ត្រឹម 30 ថ្ងៃមុន",
|
|
"datepicker_last_7" => "ត្រឹម 7 ថ្ងៃមុន",
|
|
"datepicker_last_financial_year" => "គិតថ្ងៃខែពន្ធដារ",
|
|
"datepicker_last_month" => "ខែមុន",
|
|
"datepicker_last_year" => "ឆ្នាំមុន",
|
|
"datepicker_same_month_last_year" => "ខែដដែល ឆ្នាំទៅ",
|
|
"datepicker_same_month_to_same_day_last_year" => "ពីខែដដែល ទៅថ្ងៃដដែល ឆ្នាំទៅ",
|
|
"datepicker_this_financial_year" => "ឆ្នាំនេះ",
|
|
"datepicker_this_month" => "ខែនេះ",
|
|
"datepicker_this_year" => "",
|
|
"datepicker_to" => "",
|
|
"datepicker_today" => "",
|
|
"datepicker_today_last_year" => "",
|
|
"datepicker_weekstart" => "",
|
|
"datepicker_yesterday" => "",
|
|
];
|