13 lines
208 B
PHP
13 lines
208 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'من حساب',
|
|
'to_account' => 'إلى حساب',
|
|
|
|
'messages' => [
|
|
'delete' => ':from إلى :to (:amount)',
|
|
],
|
|
|
|
];
|