akaunting/resources/lang/id-ID/transfers.php
2021-08-08 18:44:44 +00:00

16 lines
340 B
PHP

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