From d9b5a5a88df529cd520e1c6cfdfcc45ea0403673 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 2 Dec 2020 15:04:35 -0800 Subject: [PATCH] Added translations for manual job creation menus IO-436 --- bodyshop_translations.babel | 42 +++++++++++++++++++++++ client/src/translations/en_us/common.json | 2 ++ client/src/translations/es/common.json | 2 ++ client/src/translations/fr/common.json | 2 ++ 4 files changed, 48 insertions(+) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index ffe0ef237..c19a88f3f 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -19058,6 +19058,27 @@ + + financials + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + general false @@ -19079,6 +19100,27 @@ + + insurance + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + labor false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 318d1a925..d56de7ed0 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1148,7 +1148,9 @@ "jobsdetail": { "claimdetail": "Claim Details", "dates": "Dates", + "financials": "Financial Information", "general": "General", + "insurance": "Insurance Information", "labor": "Labor", "partssublet": "Parts/Sublet", "rates": "Rates", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 5299768f2..3bc3a2999 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -1148,7 +1148,9 @@ "jobsdetail": { "claimdetail": "Detalles de la reclamación", "dates": "fechas", + "financials": "", "general": "", + "insurance": "", "labor": "Labor", "partssublet": "Piezas / Subarrendamiento", "rates": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index ca6d59951..eac8def41 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -1148,7 +1148,9 @@ "jobsdetail": { "claimdetail": "Détails de la réclamation", "dates": "Rendez-vous", + "financials": "", "general": "", + "insurance": "", "labor": "La main d'oeuvre", "partssublet": "Pièces / Sous-location", "rates": "",