From 5c366779d522ed29a332095c5687d0b7ac58a256 Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Fri, 27 Jun 2025 14:55:44 +0800 Subject: [PATCH] i18n --- src/i18n/zh/common.json | 5 ++++- tsconfig.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/i18n/zh/common.json b/src/i18n/zh/common.json index 9fbdfa6..e075198 100644 --- a/src/i18n/zh/common.json +++ b/src/i18n/zh/common.json @@ -71,5 +71,8 @@ "Qc Item": "QC 項目", "FG Production Schedule": "FG 生產排程", "Inventory": "庫存", - "scheduling":"排程" + "scheduling":"排程", + "settings": "設定", + "items": "物料", + "edit":"編輯" } diff --git a/tsconfig.json b/tsconfig.json index a2591ca..a61a866 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ } ], "paths": { - "@/*": ["/src/*"] + "@/*": ["./src/*"] }, "baseUrl": "." },