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

13 lines
201 B
PHP
Raw Normal View History

2018-09-12 16:18:47 +03:00
<?php
return [
'from_account' => '来自账户',
'to_account' => '收件账户',
'messages' => [
2020-02-17 15:10:32 +03:00
'delete' => ':from 到 :to (:amount)',
2018-09-12 16:18:47 +03:00
],
];