21 lines
718 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'rate' => 'Rate',
'rate_percent' => 'Rate (%)',
'normal' => 'Normal',
'inclusive' => 'Inclusive',
'compound' => 'Compound',
'fixed' => 'Fixed',
'withholding' => 'Withholding',
2022-06-04 00:26:44 +00:00
'no_taxes' => 'No Taxes',
'create_task' => 'Create a new tax and edit anytime from settings.',
'new_tax' => 'New Tax',
'form_description' => [
'general' => 'Inclusive tax is calculated into the price of the item. Compound tax is calculated on top of the other taxes. Fixed tax is applied as an amount, not a percentage.',
],
2020-12-26 23:32:05 +00:00
];