From f855e6423e73c337c877a9d7efb1cf4f5366984e Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 18 Mar 2024 08:19:29 -0700 Subject: [PATCH] Missing translations. --- 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 fadf405e1..bac95454e 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -47700,6 +47700,48 @@ + + job_lifecycle_date_detail + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + job_lifecycle_date_summary + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + jobs_completed_not_invoiced false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index db93e39a4..334fdbc42 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -2822,6 +2822,8 @@ "job_costing_ro_date_summary": "Job Costing by RO - Summary", "job_costing_ro_estimator": "Job Costing by Estimator", "job_costing_ro_ins_co": "Job Costing by RO Source", + "job_lifecycle_date_detail": "Job Lifecycle by Date - Detail", + "job_lifecycle_date_summary": "Job Lifecycle by Date - Summary", "jobs_completed_not_invoiced": "Jobs Completed not Invoiced", "jobs_invoiced_not_exported": "Jobs Invoiced not Exported", "jobs_reconcile": "Parts/Sublet/Labor Reconciliation", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 40d093a9e..3bdda9711 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -2822,6 +2822,8 @@ "job_costing_ro_date_summary": "", "job_costing_ro_estimator": "", "job_costing_ro_ins_co": "", + "job_lifecycle_date_detail": "", + "job_lifecycle_date_summary": "", "jobs_completed_not_invoiced": "", "jobs_invoiced_not_exported": "", "jobs_reconcile": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 4f2ca6f16..8f180d52a 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -2822,6 +2822,8 @@ "job_costing_ro_date_summary": "", "job_costing_ro_estimator": "", "job_costing_ro_ins_co": "", + "job_lifecycle_date_detail": "", + "job_lifecycle_date_summary": "", "jobs_completed_not_invoiced": "", "jobs_invoiced_not_exported": "", "jobs_reconcile": "",