2017-10-09 14:56:08 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'Normë',
|
|
|
|
'rate_percent' => 'Normë (%)',
|
2018-11-16 16:02:06 +03:00
|
|
|
'normal' => 'Normale',
|
|
|
|
'inclusive' => 'Gjithëpërfshirës',
|
|
|
|
'compound' => 'Përbërës',
|
2019-12-25 14:32:47 +03:00
|
|
|
'fixed' => 'Fikse',
|
2020-07-27 17:07:32 +03:00
|
|
|
'withholding' => 'Në burim',
|
2017-10-09 14:56:08 +03:00
|
|
|
];
|