2023-03-02 00:22:42 +00:00

21 lines
1005 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'rate' => 'Стапка',
'rate_percent' => 'Стапка (%)',
'normal' => 'Нормално',
'inclusive' => 'Инклузивно',
'compound' => 'Составен',
'fixed' => 'Фиксна',
'withholding' => 'Задршка',
'no_taxes' => 'Без даноци',
'create_task' => 'Создајте нов данок и уредувајте го во секое време од поставките.',
'new_tax' => 'Нов Данок',
'form_description' => [
'general' => 'Вклучениот данок се пресметува во цената на артиклот. Комбинираниот данок се пресметува над другите даноци. Фиксниот данок се применува како износ, а не како процент.',
],
];