From 15443701c6d85ca50ae000752d21d2da3358d8dc Mon Sep 17 00:00:00 2001 From: ludong <69644939+bins-dev@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:00:39 +0800 Subject: [PATCH] fix: i18n (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * zh_TW添加缺少的DeviceGroupManager以及Import * 使用繁體 --- src/utils/i18n/zh_TW.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utils/i18n/zh_TW.json b/src/utils/i18n/zh_TW.json index a80985e..f7bd35d 100644 --- a/src/utils/i18n/zh_TW.json +++ b/src/utils/i18n/zh_TW.json @@ -527,6 +527,12 @@ "Result": { "One": "結果" }, + "DeviceGroupManage": { + "One": "設備組管理" + }, + "Import": { + "One": "導入" + }, "Drop file here or click to upload": { "One": "將檔案拖到這裡,或點擊上傳" },