added Chinese Traditional translation
This commit is contained in:
24
resources/lang/zh-TW/dashboard.php
Normal file
24
resources/lang/zh-TW/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