2020-12-26 23:32:05 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'from_account' => 'From Account',
|
2021-04-02 10:47:48 +00:00
|
|
|
'from_account_rate' => 'From Account Rate',
|
2020-12-26 23:32:05 +00:00
|
|
|
'to_account' => 'To Account',
|
2021-04-02 10:47:48 +00:00
|
|
|
'to_account_rate' => 'To Account Rate',
|
2020-12-26 23:32:05 +00:00
|
|
|
|
|
|
|
'messages' => [
|
|
|
|
'delete' => ':from to :to (:amount)',
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|