Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from derBretti/feat-derbretti-labels
Browse files Browse the repository at this point in the history
feat: labels for tax sourcing
  • Loading branch information
willopez authored Jun 10, 2020
2 parents 2c654a9 + ca53960 commit 189c9de
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@
"country": "Country",
"postal": "Postal code",
"rate": "Rate",
"ratePlaceholder": "Example: 0.05 means a 5% tax rate",
"ratePlaceholder": "Example: 5 means a 5% tax rate",
"region": "Region",
"sourcing": "Sourcing",
"taxCode": "Tax code"
},
"taxFormHelpText": "For which destination addresses and for which products is this tax rate applicable? Leave these blank to apply this rate to every product and every destination address.",
"taxFormHelpText": "For which destination or origin addresses and for which products is this tax rate applicable? Leave these blank to apply this rate to every product and every destination address.",
"taxGrid": {
"any": "Any",
"country": "Country",
"newTaxRateButton": "New Tax Rate",
"postal": "Postal Code",
"rate": "Rate",
"region": "Region",
"sourcing": "Sourcing",
"taxCode": "Tax Code"
},
"settings": {
Expand All @@ -54,6 +56,10 @@
"primaryTaxServiceNamePlaceholder": "None (do not charge tax)",
"fallbackTaxServiceName": "Fallback tax service",
"fallbackTaxServiceNamePlaceholder": "None (no fallback tax service)"
},
"taxSourcingOptions": {
"destination": "Destination",
"origin": "Origin"
}
}
}
Expand Down

0 comments on commit 189c9de

Please sign in to comment.