From 8cb18d6d1d9d670d96cfd4afa281adc37fd072a3 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 19 Mar 2024 10:42:07 -0700 Subject: [PATCH] IO-2701 resolve missing dashboard translation. --- bodyshop_translations.babel | 21 +++++++++++++++++++++ client/src/translations/en_us/common.json | 1 + client/src/translations/es/common.json | 1 + client/src/translations/fr/common.json | 1 + 4 files changed, 24 insertions(+) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index bac95454e..16033ffdb 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -14791,6 +14791,27 @@ titles + + joblifecycle + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + labhours false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 2e240846c..7e61fc11e 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -899,6 +899,7 @@ "refhrs": "Refinish Hrs" }, "titles": { + "joblifecycle": "Job Life Cycles", "labhours": "Total Body Hours", "larhours": "Total Refinish Hours", "monthlyemployeeefficiency": "Monthly Employee Efficiency", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 3bdda9711..7c4416b16 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -899,6 +899,7 @@ "refhrs": "" }, "titles": { + "joblifecycle": "", "labhours": "", "larhours": "", "monthlyemployeeefficiency": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 8f180d52a..c219fbd89 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -899,6 +899,7 @@ "refhrs": "" }, "titles": { + "joblifecycle": "", "labhours": "", "larhours": "", "monthlyemployeeefficiency": "",