From e6f08d3b1c5b52f3018cf27ebab12424cc07d7f1 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 5 Sep 2025 12:51:12 -0400 Subject: [PATCH] feature/IO-3255-simplified-parts-management - missing translations --- 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 f4dacb9e1..39e11fe12 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1249,7 +1249,8 @@ "sizelimit": "The selected items exceed the size limit.", "sub_status": { "expired": "The subscription for this shop has expired. Please contact Sales to reactivate.", - "trial-expired": "The trial for this shop has expired. Please contact Sales to reactivate." + "trial-expired": "The trial for this shop has expired. Please contact Sales to reactivate.", + "undefined": "The subscription for this shop is removed. Please contact Sales to reactivate." }, "submit-for-testing": "Error submitting Job for testing." }, diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index c839c2171..84a6fcbf9 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -1249,7 +1249,8 @@ "sizelimit": "", "sub_status": { "expired": "", - "trial-expired": "" + "trial-expired": "", + "undefined": "" }, "submit-for-testing": "" }, diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 9dce10880..703afe3e2 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -1249,7 +1249,8 @@ "sizelimit": "", "sub_status": { "expired": "", - "trial-expired": "" + "trial-expired": "", + "undefined": "" }, "submit-for-testing": "" },