From d135c58ead9e6a19d086f204462d27ba3fc0a88b Mon Sep 17 00:00:00 2001 From: XLion Date: Tue, 31 Mar 2026 21:26:00 +0800 Subject: [PATCH] Update tw.rs (#14643) --- src/lang/tw.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 4089257cc..5211cc92b 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -740,8 +740,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("keep-awake-during-outgoing-sessions-label", "在連出工作階段期間保持螢幕喚醒"), ("keep-awake-during-incoming-sessions-label", "在連入工作階段期間保持螢幕喚醒"), ("Continue with {}", "使用 {} 登入"), - ("Display Name", ""), - ("password-hidden-tip", ""), - ("preset-password-in-use-tip", ""), + ("Display Name", "顯示名稱"), + ("password-hidden-tip", "固定密碼已設定(已隱藏)"), + ("preset-password-in-use-tip", "目前正在使用預設密碼"), ].iter().cloned().collect(); }