2017-11-15 01:42:02 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'from_account' => 'از حساب',
|
|
|
|
'to_account' => 'به حساب',
|
|
|
|
|
2018-11-08 12:11:42 +03:00
|
|
|
'messages' => [
|
2018-11-20 11:41:17 +03:00
|
|
|
'delete' => ':from تا :to (:amount)',
|
2018-11-08 12:11:42 +03:00
|
|
|
],
|
|
|
|
|
2017-11-15 01:42:02 +03:00
|
|
|
];
|