th-TH translation
This commit is contained in:
24
resources/lang/th-TH/dashboard.php
Normal file
24
resources/lang/th-TH/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'รายได้รวม',
|
||||
'receivables' => 'ลูกหนี้',
|
||||
'open_invoices' => 'เปิดใบแจ้งหนี้',
|
||||
'overdue_invoices' => 'ใบแจ้งหนี้ที่ค้างชำระ',
|
||||
'total_expenses' => 'ค่าใช้จ่ายทั้งหมด',
|
||||
'payables' => 'เจ้าหนี้',
|
||||
'open_bills' => 'เปิดบิล',
|
||||
'overdue_bills' => 'บิลที่ค้างชำระ',
|
||||
'total_profit' => 'กำไรรวม',
|
||||
'open_profit' => 'เปิดกำไร',
|
||||
'overdue_profit' => 'กำไรที่ค้างชำระ',
|
||||
'cash_flow' => 'กระแสเงินสด',
|
||||
'no_profit_loss' => 'ไม่มีการสูญเสียกำไร',
|
||||
'incomes_by_category' => 'รายได้ตามประเภท',
|
||||
'expenses_by_category' => 'ค่าใช้จ่ายตามประเภท',
|
||||
'account_balance' => 'ยอดเงินในบัญชี',
|
||||
'latest_incomes' => 'รายได้ล่าสุด',
|
||||
'latest_expenses' => 'ค่าใช้จ่ายล่าสุด',
|
||||
|
||||
];
|
Reference in New Issue
Block a user