From e004ecbc43486519543d4787288075a6fc2d9409 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 14 May 2026 18:08:28 +0800 Subject: [PATCH] =?UTF-8?q?[FEAT]=20=E6=9B=B4=E6=96=B0=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E8=AA=9E=E7=B3=BB=E6=AA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 在 lang/en.json 中新增 「System restarting」 的翻譯對應,完善重啟狀態的各語系支援。 --- lang/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en.json b/lang/en.json index 65ce160..5b8827f 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1976,5 +1976,6 @@ "Download Template": "Download Template", "Please use our standard template to ensure data compatibility.": "Please use our standard template to ensure data compatibility.", ":count staff cards imported successfully": ":count staff cards imported successfully", - "Import failed": "Import failed" + "Import failed": "Import failed", + "System restarting": "System restarting" } \ No newline at end of file