From 325f657a6cb92149737dd6bbcbb899201ff39319 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 8 Dec 2020 11:52:26 -0800 Subject: [PATCH] Added shop info labels. IO-449 IO-447 --- bodyshop_translations.babel | 105 ++++++++++++++++++++++ client/src/translations/en_us/common.json | 7 +- client/src/translations/es/common.json | 7 +- client/src/translations/fr/common.json | 7 +- 4 files changed, 123 insertions(+), 3 deletions(-) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index f44c1e97c..74a3a9aa5 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -2762,6 +2762,69 @@ + + invoice_federal_tax_rate + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + invoice_local_tax_rate + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + invoice_state_tax_rate + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + lastnumberworkingdays false @@ -3449,6 +3512,27 @@ + + deliver + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + detail false @@ -3533,6 +3617,27 @@ + + partsqueue + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index c8724c662..cf666ff84 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -187,6 +187,9 @@ "federal_tax_id": "Federal Tax ID (GST/HST)", "inhousevendorid": "In House Vendor ID", "insurance_vendor_id": "Insurance Vendor ID", + "invoice_federal_tax_rate": "Invoices - Federal Tax Rate", + "invoice_local_tax_rate": "Invoices - Local Tax Rate", + "invoice_state_tax_rate": "Invoices - State Tax Rate", "lastnumberworkingdays": "Scoreboard - Last Number of Working Days", "logo_img_path": "Shop Logo", "md_categories": "Categories", @@ -232,10 +235,12 @@ "available-list": "Jobs -> Available List", "close": "Jobs -> Close", "create": "Jobs -> Create", + "deliver": "Jobs -> Deliver", "detail": "Jobs -> Detail", "intake": "Jobs -> Intake", "list-active": "Jobs -> List Active", - "list-all": "Jobs -> List All" + "list-all": "Jobs -> List All", + "partsqueue": "Jobs -> Parts Queue" }, "owners": { "detail": "Owners -> Detail", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index a87c58c6e..bd7dc6fac 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -187,6 +187,9 @@ "federal_tax_id": "", "inhousevendorid": "", "insurance_vendor_id": "", + "invoice_federal_tax_rate": "", + "invoice_local_tax_rate": "", + "invoice_state_tax_rate": "", "lastnumberworkingdays": "", "logo_img_path": "", "md_categories": "", @@ -232,10 +235,12 @@ "available-list": "", "close": "", "create": "", + "deliver": "", "detail": "", "intake": "", "list-active": "", - "list-all": "" + "list-all": "", + "partsqueue": "" }, "owners": { "detail": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 052e2a45a..98af9d648 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -187,6 +187,9 @@ "federal_tax_id": "", "inhousevendorid": "", "insurance_vendor_id": "", + "invoice_federal_tax_rate": "", + "invoice_local_tax_rate": "", + "invoice_state_tax_rate": "", "lastnumberworkingdays": "", "logo_img_path": "", "md_categories": "", @@ -232,10 +235,12 @@ "available-list": "", "close": "", "create": "", + "deliver": "", "detail": "", "intake": "", "list-active": "", - "list-all": "" + "list-all": "", + "partsqueue": "" }, "owners": { "detail": "",