updated translations
This commit is contained in:
14
resources/lang/zh-TW/reconciliations.php
Normal file
14
resources/lang/zh-TW/reconciliations.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'reconcile' => '帳戶核對',
|
||||
'reconciled' => '帳戶已核對',
|
||||
'closing_balance' => '期末餘額',
|
||||
'unreconciled' => '帳戶未核對',
|
||||
'list_transactions' => '查看交易記錄',
|
||||
'start_date' => '開始日期',
|
||||
'end_date' => '結束日期',
|
||||
'cleared_amount' => '清算金額',
|
||||
|
||||
];
|
Reference in New Issue
Block a user