2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'from_account' => 'From Account',
|
2021-03-18 20:00:55 +03:00
|
|
|
'from_account_rate' => 'From Account Rate',
|
2017-09-14 22:21:00 +03:00
|
|
|
'to_account' => 'To Account',
|
2021-03-18 20:00:55 +03:00
|
|
|
'to_account_rate' => 'To Account Rate',
|
2021-07-09 23:36:41 +03:00
|
|
|
'details' => 'Detail|Details',
|
2018-05-21 20:05:37 +03:00
|
|
|
|
|
|
|
'messages' => [
|
|
|
|
'delete' => ':from to :to (:amount)',
|
|
|
|
],
|
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
];
|