From ed95b292b8ed0b888da85d349febbdc7682abff5 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 23 Apr 2021 09:14:34 -0700 Subject: [PATCH] Add templates to List --- 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 55055d963..bdf2d05d6 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -30043,6 +30043,48 @@ + + purchases_by_cost_center_detail + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + purchases_by_cost_center_summary + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + purchases_by_date_range_detail false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index e51094304..7ccf38f08 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1805,6 +1805,8 @@ "job_costing_ro_source": "Job Costing by RO Source", "open_orders": "Open Orders by Date", "payments_by_date_type": "Payments by Date Range", + "purchases_by_cost_center_detail": "Purchases by Cost Center (Detail)", + "purchases_by_cost_center_summary": "Purchases by Cost Center (Summary)", "purchases_by_date_range_detail": "Purchases by Date - Detail", "purchases_by_date_range_summary": "Purchases by Date - Summary", "purchases_by_vendor_detailed_date_range": "Purchases By Vendor - Detailed", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index aa29f4c29..452a135a8 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -1805,6 +1805,8 @@ "job_costing_ro_source": "", "open_orders": "", "payments_by_date_type": "", + "purchases_by_cost_center_detail": "", + "purchases_by_cost_center_summary": "", "purchases_by_date_range_detail": "", "purchases_by_date_range_summary": "", "purchases_by_vendor_detailed_date_range": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 65855ea5f..2521c06bb 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -1805,6 +1805,8 @@ "job_costing_ro_source": "", "open_orders": "", "payments_by_date_type": "", + "purchases_by_cost_center_detail": "", + "purchases_by_cost_center_summary": "", "purchases_by_date_range_detail": "", "purchases_by_date_range_summary": "", "purchases_by_vendor_detailed_date_range": "",