From 026aaba42d389a53e8489f6a1efd8fd283833374 Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Mon, 8 Sep 2025 01:15:13 +0800 Subject: [PATCH] update --- src/components/NavigationContent/NavigationContent.tsx | 2 +- src/i18n/zh/common.json | 4 +++- src/i18n/zh/pickOrder.json | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 90d17a1..9b1f6a6 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -86,7 +86,7 @@ const NavigationContent: React.FC = () => { }, { icon: , - label: "Finished Good", + label: "Finished Good Order", path: "/finishedGood", }, ], diff --git a/src/i18n/zh/common.json b/src/i18n/zh/common.json index d006477..e5292d1 100644 --- a/src/i18n/zh/common.json +++ b/src/i18n/zh/common.json @@ -85,5 +85,7 @@ "Edit Job Order": "編輯工單", "Production": "生產流程", "Put Away": "上架", - "Put Away Scan": "上架掃碼" + "Put Away Scan": "上架掃碼", + "Finished Good Order": "成品訂單", + "finishedGood": "成品" } diff --git a/src/i18n/zh/pickOrder.json b/src/i18n/zh/pickOrder.json index b2d82c3..478d667 100644 --- a/src/i18n/zh/pickOrder.json +++ b/src/i18n/zh/pickOrder.json @@ -186,6 +186,7 @@ "Pick Another Lot": "重新選擇批號", "Lot No": "批號", "Expiry Date": "到期日", - "Location": "位置" - + "Location": "位置", + "All Pick Order Lots": "所有提料單批次", + "Completed": "已完成" } \ No newline at end of file