13 lines
384 B
PHP
Raw Normal View History

2018-04-14 09:41:49 +03:00
<?php
return [
2020-08-26 00:28:32 +00:00
'rate' => 'Ставка',
2018-04-14 09:41:49 +03:00
'rate_percent' => 'Ставка (%)',
2019-11-18 20:30:10 +03:00
'normal' => 'Нормално',
'inclusive' => 'Включително',
2020-08-26 00:28:32 +00:00
'compound' => 'С натрупване',
2019-11-18 20:30:10 +03:00
'fixed' => 'Фиксиран',
2020-08-26 00:28:32 +00:00
'withholding' => 'Удържан',
2018-04-14 09:41:49 +03:00
];