23 lines
730 B
PHP
23 lines
730 B
PHP
<?php
|
|
|
|
return [
|
|
'home' => '家',
|
|
'welcome_message' => '歡迎:名字',
|
|
'total_sell' => '總銷售額',
|
|
'total_purchase' => '總購買量',
|
|
'invoice_due' => '到期發票',
|
|
'purchase_due' => '購買到期',
|
|
'今天' => '今天',
|
|
'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' => '今天的利潤',
|
|
];
|