13 lines
204 B
PHP
13 lines
204 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'از حساب',
|
|
'to_account' => 'به حساب',
|
|
|
|
'messages' => [
|
|
'delete' => ':from تا :to (:amount)',
|
|
],
|
|
|
|
];
|