2018-10-10 17:40:26 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'Стапка',
|
|
|
|
'rate_percent' => 'Стапка (%)',
|
2022-05-31 00:25:33 +00:00
|
|
|
'normal' => 'Нормално',
|
|
|
|
'inclusive' => 'Инклузивно',
|
|
|
|
'compound' => 'Составен',
|
|
|
|
'fixed' => 'Фиксна',
|
|
|
|
'withholding' => 'Задршка',
|
2018-10-10 17:40:26 +03:00
|
|
|
];
|