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