akaunting/resources/lang/zh-TW/reconciliations.php

19 lines
570 B
PHP
Raw Normal View History

2018-11-08 12:11:42 +03:00
<?php
return [
'reconcile' => '帳戶核對',
2021-04-02 10:47:48 +00:00
'unreconcile' => '未核對',
2018-11-08 12:11:42 +03:00
'reconciled' => '帳戶已核對',
2021-04-02 10:47:48 +00:00
'opening_balance' => '期初餘額',
2018-11-08 12:11:42 +03:00
'closing_balance' => '期末餘額',
'unreconciled' => '帳戶未核對',
2020-06-29 17:11:50 +03:00
'transactions' => '交易',
2018-11-08 12:11:42 +03:00
'start_date' => '開始日期',
'end_date' => '結束日期',
'cleared_amount' => '清算金額',
2020-06-29 17:11:50 +03:00
'deposit' => '存款',
'withdrawal' => '提款',
2018-11-08 12:11:42 +03:00
];