2017-12-13 11:54:52 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
'from_account' => 'من حساب',
|
2021-08-08 18:44:44 +00:00
|
|
|
'from_account_rate' => 'من تسعيرة حساب',
|
2018-08-29 13:47:58 +00:00
|
|
|
'to_account' => 'إلى حساب',
|
2021-08-08 18:44:44 +00:00
|
|
|
'to_account_rate' => 'إلى تسعيرة حساب',
|
|
|
|
|
'details' => 'تفاصيل|تفاصيل',
|
2017-12-13 11:54:52 +00:00
|
|
|
|
2018-08-06 07:25:41 +00:00
|
|
|
'messages' => [
|
2018-08-29 13:47:58 +00:00
|
|
|
'delete' => ':from إلى :to (:amount)',
|
2018-08-06 07:25:41 +00:00
|
|
|
],
|
|
|
|
|
|
2017-12-13 11:54:52 +00:00
|
|
|
];
|