From b2893b7a9c1be0dd0296ff47372f2665a878cc56 Mon Sep 17 00:00:00 2001 From: "kelvin.yau" Date: Thu, 25 Sep 2025 06:12:25 +0800 Subject: [PATCH] Update --- src/components/DoSearch/DoSearch.tsx | 2 +- src/i18n/zh/do.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/DoSearch/DoSearch.tsx b/src/components/DoSearch/DoSearch.tsx index a0422ea..9b2ab7e 100644 --- a/src/components/DoSearch/DoSearch.tsx +++ b/src/components/DoSearch/DoSearch.tsx @@ -420,7 +420,7 @@ if(orderStartDate != ""){ Swal.fire({ position: "bottom-end", icon: "success", - text: "Batch release completed successfully.", + text: t("Batch release completed successfully."), showConfirmButton: false, timer: 1500 }); diff --git a/src/i18n/zh/do.json b/src/i18n/zh/do.json index 2720aab..e1eda74 100644 --- a/src/i18n/zh/do.json +++ b/src/i18n/zh/do.json @@ -40,6 +40,8 @@ "Edit": "編輯", "Delete": "刪除", "Release": "放單", - "Back": "返回" + "Back": "返回", + "Batch Release": "批量放單", + "Batch release completed successfully.": "已完成批量放單" } \ No newline at end of file