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

15 lines
294 B
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
2021-06-27 15:31:40 +00:00
'from_account' => 'Dari Akun',
'from_account_rate' => 'Dari Tarif Akun',
'to_account' => 'Ke Akun',
'to_account_rate' => 'Ke Tarif Akun',
2018-01-13 15:08:50 +03:00
2018-06-20 18:47:39 +03:00
'messages' => [
2021-06-27 15:31:40 +00:00
'delete' => ':from sampai :to (:amount)',
2018-06-20 18:47:39 +03:00
],
2018-01-13 15:08:50 +03:00
];