Added VAT calculator tool and applet, Cleaned up launch logs and DOM trash
Update .gitignore, vat-calculator.yml, and 17 more files...
This commit is contained in:
@@ -91,3 +91,19 @@ format.json: "JSON"
|
||||
format.yaml: "YAML"
|
||||
|
||||
action.generate: "Generate"
|
||||
|
||||
country.afghanistan: "Afghanistan"
|
||||
country.albania: "Albania"
|
||||
country.algeria: "Algeria"
|
||||
country.andorra: "Andorra"
|
||||
country.angola: "Angola"
|
||||
country.anguilla: "Anguilla"
|
||||
country.argentina: "Argentina"
|
||||
country.australia: "Australia"
|
||||
country.austria: "Austria"
|
||||
country.azerbaijan: "Azerbaijan"
|
||||
country.bahamas: "Bahamas"
|
||||
|
||||
country.belgium: "Belgium"
|
||||
|
||||
country.luxembourg: "Luxembourg"
|
||||
|
||||
50
data/strings/en/vat-calculator.yml
Normal file
50
data/strings/en/vat-calculator.yml
Normal file
@@ -0,0 +1,50 @@
|
||||
# EN - VAT Calculator
|
||||
|
||||
meta.title: "VAT Calculator"
|
||||
meta.description: "Simple VAT calculator with a selection of common rates for over X countries."
|
||||
|
||||
preset.label: "Official rates"
|
||||
|
||||
option.detailed: "Show VAT rate types"
|
||||
|
||||
radio.rate: "VAT rate: "
|
||||
radio.untaxed: "Excl. VAT: "
|
||||
radio.taxed: "Incl. VAT: "
|
||||
|
||||
text.radio.explanation: "The selected radio input indicates the automatically calculated field."
|
||||
|
||||
rate.option.custom: "Custom rate"
|
||||
|
||||
rate.type.standard: "Standard"
|
||||
rate.type.intermediate: "Intermediate"
|
||||
rate.type.reduced: "Reduced"
|
||||
rate.type.reduced.super: "Super reduced"
|
||||
|
||||
option.decimal-places: "Decimal places count"
|
||||
option.trim-zeroes: "Trim trailing zeroes"
|
||||
|
||||
rounding.mode.label: "Rounding mode"
|
||||
|
||||
rounding.mode.group.regular: "Regular rounding"
|
||||
rounding.mode.group.half: "Half rounding (Towards nearest neighbour)"
|
||||
|
||||
rounding.mode.up: "Away from zero (Up)"
|
||||
rounding.mode.down: "Towards zero (Down)"
|
||||
rounding.mode.ceil: "Towards infinity (Ceil)"
|
||||
rounding.mode.floor: "Towards negative infinity (Floor)"
|
||||
|
||||
rounding.mode.up.half: "Away from zero if equidistant (Half up)"
|
||||
rounding.mode.down.half: "Towards zero if equidistant (Half down)"
|
||||
rounding.mode.even.half: "Towards even neighbour if equidistant (Half even)"
|
||||
rounding.mode.ceil.half: "Towards infinity if equidistant (Half ceil)"
|
||||
rounding.mode.floor.half: "Towards negative infinity if equidistant (Half floor)"
|
||||
|
||||
#rounding.mode.up.half: "Towards nearest neighbour, away from zero if equidistant (Half up)"
|
||||
#rounding.mode.down.half: "Towards nearest neighbour, towards zero if equidistant (Half down)"
|
||||
#rounding.mode.even.half: "Towards nearest neighbour, towards even neighbour if equidistant (Half even)"
|
||||
#rounding.mode.ceil.half: "Towards nearest neighbour, towards infinity if equidistant (Half ceil)"
|
||||
#rounding.mode.floor.half: "Towards nearest neighbour, towards negative infinity if equidistant (Half floor)"
|
||||
|
||||
license.text.1: "This tool uses the <a href=\"https://github.com/MikeMcl/decimal.js-light\">decimal.js-light</a>
|
||||
library, which is licensed under the <a href=\"https://github.com/MikeMcl/decimal.js-light/blob/master/LICENCE.md\">MIT license</a>."
|
||||
license.text.2: "The rest of this tool's code is released in the public domain."
|
||||
Reference in New Issue
Block a user