th-TH translation

This commit is contained in:
denisdulici
2018-05-14 10:01:48 +03:00
parent 72ed09c352
commit 2c3aea4c0f
27 changed files with 831 additions and 1 deletions

View 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' => 'ค่าใช้จ่ายล่าสุด',
];