We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de19441 commit d135c58Copy full SHA for d135c58
1 file changed
src/lang/tw.rs
@@ -740,8 +740,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
740
("keep-awake-during-outgoing-sessions-label", "在連出工作階段期間保持螢幕喚醒"),
741
("keep-awake-during-incoming-sessions-label", "在連入工作階段期間保持螢幕喚醒"),
742
("Continue with {}", "使用 {} 登入"),
743
- ("Display Name", ""),
744
- ("password-hidden-tip", ""),
745
- ("preset-password-in-use-tip", ""),
+ ("Display Name", "顯示名稱"),
+ ("password-hidden-tip", "固定密碼已設定(已隱藏)"),
+ ("preset-password-in-use-tip", "目前正在使用預設密碼"),
746
].iter().cloned().collect();
747
}
0 commit comments