akaunting/resources/lang/id-ID/transfers.php
2021-06-27 15:31:40 +00:00

15 lines
294 B
PHP

<?php
return [
'from_account' => 'Dari Akun',
'from_account_rate' => 'Dari Tarif Akun',
'to_account' => 'Ke Akun',
'to_account_rate' => 'Ke Tarif Akun',
'messages' => [
'delete' => ':from sampai :to (:amount)',
],
];