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