21 lines
718 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'rate' => 'Rate',
'rate_percent' => 'Rate (%)',
2018-11-06 17:55:31 +03:00
'normal' => 'Normal',
2018-11-07 12:07:38 +03:00
'inclusive' => 'Inclusive',
2018-11-05 19:51:01 +03:00
'compound' => 'Compound',
2019-11-16 10:21:14 +03:00
'fixed' => 'Fixed',
2020-07-22 15:11:31 +03:00
'withholding' => 'Withholding',
2022-06-01 10:15:55 +03: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.',
],
2017-09-14 22:21:00 +03:00
];