13 lines
198 B
PHP
13 lines
198 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Dari Akaun',
|
|
'to_account' => 'Ke Akaun',
|
|
|
|
'messages' => [
|
|
'delete' => ':from kepada :to (:amount)',
|
|
],
|
|
|
|
];
|