akaunting/resources/lang/ja-JP/transfers.php

13 lines
219 B
PHP
Raw Normal View History

2019-03-25 15:23:26 +03:00
<?php
return [
'from_account' => 'アカウントから',
'to_account' => 'アカウントへ',
'messages' => [
2019-12-25 14:32:47 +03:00
'delete' => ':from から :to (:amount)',
2019-03-25 15:23:26 +03:00
],
];