akaunting/resources/lang/zh-CN/transfers.php
2018-09-12 16:18:47 +03:00

13 lines
200 B
PHP

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