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