2018-05-08 16:49:32 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'Rata',
|
2019-02-04 19:07:34 +03:00
|
|
|
'rate_percent' => 'Voturi (%)',
|
|
|
|
'normal' => 'Normal',
|
|
|
|
'inclusive' => 'Inclusiv',
|
|
|
|
'compound' => 'Taxă compusă',
|
2021-05-12 00:16:24 +00:00
|
|
|
'fixed' => 'Corectat',
|
|
|
|
'withholding' => 'Taxă salarială',
|
2018-05-08 16:49:32 +03:00
|
|
|
];
|