akaunting/resources/lang/zh-CN/transfers.php
2020-02-17 15:10:32 +03:00

13 lines
201 B
PHP

<?php
return [
'from_account' => '来自账户',
'to_account' => '收件账户',
'messages' => [
'delete' => ':from 到 :to (:amount)',
],
];