akaunting/resources/lang/id-ID/transfers.php

13 lines
200 B
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
'from_account' => 'Dari Rekening',
'to_account' => 'Ke Rekening',
2018-06-20 18:47:39 +03:00
'messages' => [
'delete' => ':from ke :to (:amount)',
],
2018-01-13 15:08:50 +03:00
];