32 lines
1.6 KiB
PHP
32 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Home Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used in home page.
|
|
|
|
|
*/
|
|
'home' => 'ໜ້າຫ໌ັກ',
|
|
'welcome_message' => 'ຍິນດີຕ້ອນຮັບ :ຊື່,',
|
|
'total_sell' => 'ຍອດຂາຍທັງໝົດ',
|
|
'total_purchase' => 'ຍອດຊື້ທັງໝົດ',
|
|
'invoice_due' => 'ໃບແຈ້ງໜີ້ຄົບກຳໜົດຊຳລະ',
|
|
'purchase_due' => 'ໃບສັ່ງຊື້ຄົບກຳໜົດຊຳລະ',
|
|
'today' => 'ມື້ນີ້',
|
|
'this_week' => 'ອາທິດນີ້',
|
|
'this_month' => 'ເດືອນນີ້',
|
|
'this_fy' => 'ປີການເງິນນີ້',
|
|
'sells_last_30_days' => 'ຍອດຂາຍ 30 ວັນຫຼ້າສຸດ',
|
|
'sells_current_fy' => 'ຍອດຂາຍປີການເງິນປະຈຸບັນ',
|
|
'total_sells' => 'ຍອດຂາຍທັງໝົດ (:ສະກຸນເງິນ)',
|
|
'product_stock_alert' => 'ການແຈ້ງເຕືອນສະຕັອກສິນຄ້າ',
|
|
'payment_dues' => 'ການຊຳລະເງິນຄົບກຳໜົດຊຳລະ',
|
|
'due_amount' => 'ກຳນົດຊຳລະຈຳນວນ',
|
|
'stock_expiry_alert' => 'ແຈ້ງເຕືອນສະຕັອກໝົດອາຍຸ',
|
|
'todays_profit' => 'ກຳໄລ ມື້ນີ້',
|
|
];
|