Begin work on BOD-6

This commit is contained in:
Patrick Fic
2020-03-10 18:13:31 -07:00
parent 0377603732
commit 73d4112123
7 changed files with 395 additions and 1 deletions

View File

@@ -67,6 +67,20 @@
"bodyshop": {
"errors": {
"loading": "Unable to load shop details. Please call technical support."
},
"fields": {
"address1": "Address 1",
"address2": "Address 2",
"city": "City",
"country": "Country",
"email": "General Shop Email",
"federal_tax_id": "Federal Tax ID (GST/HST)",
"insurance_vendor_id": "Insurance Vendor ID",
"logo_img_path": "Shop Logo",
"shopname": "Shop Name",
"state": "State/Province",
"state_tax_id": "State Tax ID (PST, QST)",
"zip_post": "Zip/Postal Code"
}
},
"documents": {

View File

@@ -67,6 +67,20 @@
"bodyshop": {
"errors": {
"loading": "No se pueden cargar los detalles de la tienda. Por favor llame al soporte técnico."
},
"fields": {
"address1": "",
"address2": "",
"city": "",
"country": "",
"email": "",
"federal_tax_id": "",
"insurance_vendor_id": "",
"logo_img_path": "",
"shopname": "",
"state": "",
"state_tax_id": "",
"zip_post": ""
}
},
"documents": {

View File

@@ -67,6 +67,20 @@
"bodyshop": {
"errors": {
"loading": "Impossible de charger les détails de la boutique. Veuillez appeler le support technique."
},
"fields": {
"address1": "",
"address2": "",
"city": "",
"country": "",
"email": "",
"federal_tax_id": "",
"insurance_vendor_id": "",
"logo_img_path": "",
"shopname": "",
"state": "",
"state_tax_id": "",
"zip_post": ""
}
},
"documents": {