Skip to content

Commit d135c58

Browse files
authored
Update tw.rs (rustdesk#14643)
1 parent de19441 commit d135c58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lang/tw.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
740740
("keep-awake-during-outgoing-sessions-label", "在連出工作階段期間保持螢幕喚醒"),
741741
("keep-awake-during-incoming-sessions-label", "在連入工作階段期間保持螢幕喚醒"),
742742
("Continue with {}", "使用 {} 登入"),
743-
("Display Name", ""),
744-
("password-hidden-tip", ""),
745-
("preset-password-in-use-tip", ""),
743+
("Display Name", "顯示名稱"),
744+
("password-hidden-tip", "固定密碼已設定(已隱藏)"),
745+
("preset-password-in-use-tip", "目前正在使用預設密碼"),
746746
].iter().cloned().collect();
747747
}

0 commit comments

Comments
 (0)