From 5c6400c0eb4f98cf34a860e6b7b4ae25cf4aa9f1 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 2 Feb 2021 15:07:56 -0800 Subject: [PATCH] Added missing labels on shop config IO-479 --- bodyshop_translations.babel | 67 ++++++++++++++++++++++- 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, 80 insertions(+), 8 deletions(-) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 5dd73d1ff..c118e9728 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -2631,6 +2631,27 @@ + + appt_alt_transport + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + appt_colors @@ -3002,7 +3023,7 @@ intake - template + templates false @@ -4499,7 +4520,7 @@ - atp + ats false @@ -5025,6 +5046,48 @@ + + schedule_end_time + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + schedule_start_time + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + shopname false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 0e2c496f3..8884e65b2 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -179,6 +179,7 @@ "fields": { "address1": "Address 1", "address2": "Address 2", + "appt_alt_transport": "Appointment Alternative Transportation Options", "appt_colors": { "color": "Color", "label": "Label" @@ -201,7 +202,7 @@ "inhousevendorid": "In House Vendor ID", "insurance_vendor_id": "Insurance Vendor ID", "intake": { - "template": "Intake Templates" + "templates": "Intake Templates" }, "invoice_federal_tax_rate": "Invoices - Federal Tax Rate", "invoice_local_tax_rate": "Invoices - Local Tax Rate", @@ -304,7 +305,7 @@ "responsibilitycenters": { "ap": "Accounts Payable", "ar": "Accounts Receivable", - "atp": "ATP", + "ats": "ATS", "federal_tax": "Federal Tax", "lab": "Body", "lad": "Diagnostic", @@ -330,6 +331,8 @@ "state_tax": "State Tax", "tow": "Towing" }, + "schedule_end_time": "Schedule Ending Time", + "schedule_start_time": "Schedule Starting Time", "shopname": "Shop Name", "speedprint": { "id": "Id", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 80903d486..8d931216d 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -179,6 +179,7 @@ "fields": { "address1": "", "address2": "", + "appt_alt_transport": "", "appt_colors": { "color": "", "label": "" @@ -201,7 +202,7 @@ "inhousevendorid": "", "insurance_vendor_id": "", "intake": { - "template": "" + "templates": "" }, "invoice_federal_tax_rate": "", "invoice_local_tax_rate": "", @@ -304,7 +305,7 @@ "responsibilitycenters": { "ap": "", "ar": "", - "atp": "", + "ats": "", "federal_tax": "", "lab": "", "lad": "", @@ -330,6 +331,8 @@ "state_tax": "", "tow": "" }, + "schedule_end_time": "", + "schedule_start_time": "", "shopname": "", "speedprint": { "id": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 53149e4d0..ba44e2391 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -179,6 +179,7 @@ "fields": { "address1": "", "address2": "", + "appt_alt_transport": "", "appt_colors": { "color": "", "label": "" @@ -201,7 +202,7 @@ "inhousevendorid": "", "insurance_vendor_id": "", "intake": { - "template": "" + "templates": "" }, "invoice_federal_tax_rate": "", "invoice_local_tax_rate": "", @@ -304,7 +305,7 @@ "responsibilitycenters": { "ap": "", "ar": "", - "atp": "", + "ats": "", "federal_tax": "", "lab": "", "lad": "", @@ -330,6 +331,8 @@ "state_tax": "", "tow": "" }, + "schedule_end_time": "", + "schedule_start_time": "", "shopname": "", "speedprint": { "id": "",