From a0572a0cec87fe72ff2da60456148ce3e8d7c339 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Thu, 14 Mar 2024 12:37:38 -0400 Subject: [PATCH] - Missing translation Signed-off-by: Dave Richer --- client/src/translations/en_us/common.json | 3 ++- client/src/translations/es/common.json | 3 ++- client/src/translations/fr/common.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 5f5a17882..be26a0d3b 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -898,7 +898,8 @@ "scheduledindate": "Sheduled In Today: {{date}}", "scheduledintoday": "Sheduled In Today", "scheduledoutdate": "Sheduled Out Today: {{date}}", - "scheduledouttoday": "Sheduled Out Today" + "scheduledouttoday": "Sheduled Out Today", + "joblifecycle": "Job Lifecycle" } }, "dms": { diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index e2be3360e..6ab6669a6 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -898,7 +898,8 @@ "scheduledindate": "", "scheduledintoday": "", "scheduledoutdate": "", - "scheduledouttoday": "" + "scheduledouttoday": "", + "joblifecycle": "" } }, "dms": { diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 3430ea4c2..373456210 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -1258,7 +1258,8 @@ "title_loading": "", "title_transitions": "", "calculated_based_on": "", - "jobs_in_since": "" + "jobs_in_since": "", + "joblifecycle": "" }, "errors": { "fetch": "Erreur lors de l'obtention des données du cycle de vie des tâches"