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

17 lines
476 B
PHP
Raw Permalink Normal View History

2018-11-08 12:11:42 +03:00
<?php
return [
2020-02-17 15:10:32 +03:00
'reconcile' => '对账',
'reconciled' => '已对帐的',
'closing_balance' => '期终结余',
'unreconciled' => '未对帐的',
'transactions' => '交易记录',
'start_date' => '开始日期',
'end_date' => '结束日期',
'cleared_amount' => '已清算金额',
'deposit' => '存款',
'withdrawal' => '提款',
2018-11-08 12:11:42 +03:00
];