53 lines
2.4 KiB
YAML
53 lines
2.4 KiB
YAML
# EN - VAT Calculator
|
|
|
|
meta.title: "VAT Calculator"
|
|
meta.description: "Simple VAT calculator with a selection of common rates for 32 countries/regions."
|
|
|
|
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.preferential: "Preferential"
|
|
rate.type.reduced: "Reduced"
|
|
rate.type.reduced.super: "Super reduced"
|
|
rate.type.special: "Special"
|
|
|
|
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 <a href=\"https://github.com/aziascreations/Web-NibblePoker\">public domain</a>."
|