refactor remote_restarting_tip

This commit is contained in:
rustdesk
2022-07-27 16:00:48 +08:00
parent 9b21182886
commit ab2ac0755e
18 changed files with 18 additions and 17 deletions

View File

@@ -298,6 +298,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Restart Remote Device", "重啓遠程電腦"),
("Are you sure you want to restart", "确定要重启"),
("Restarting Remote Device", "正在重啓遠程設備"),
("Remote device is restarting, please close this message box and reconnect with permanent password after a while", "遠程設備正在重啓,請關閉當前提示框,並在一段時間後使用永久密碼重新連接"),
("remote_restarting_tip", "遠程設備正在重啓,請關閉當前提示框,並在一段時間後使用永久密碼重新連接"),
].iter().cloned().collect();
}