2017-12-13 14:54:52 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'المعدل',
|
2018-08-29 16:47:58 +03:00
|
|
|
'rate_percent' => 'المعدل (%)',
|
2019-02-04 19:07:34 +03:00
|
|
|
'normal' => 'Normal',
|
|
|
|
'inclusive' => 'Inclusive',
|
|
|
|
'compound' => 'Compound',
|
2017-12-13 14:54:52 +03:00
|
|
|
|
|
|
|
];
|