add reconnect button on Connection Error

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-02-16 14:54:13 +08:00
parent f21bd44f43
commit ed441242bf
35 changed files with 98 additions and 55 deletions

View File

@@ -422,7 +422,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Ask the remote user for authentication", "请求远端用户授权"),
("Choose this if the remote account is administrator", "当对面电脑是管理员账号时选择该选项"),
("Transmit the username and password of administrator", "发送管理员账号的用户名密码"),
("still_click_uac_tip", "依然需要被控端用戶在運行 RustDesk 的 UAC 窗口點擊確認"),
("still_click_uac_tip", "依然需要被控端用户在运行 RustDesk 的 UAC 窗口点击确认"),
("Request Elevation", "请求提权"),
("wait_accept_uac_tip", "请等待远端用户确认 UAC 对话框。"),
("Elevate successfully", "提权成功"),
@@ -450,5 +450,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Text chat", "文字聊天"),
("Stop voice call", "停止语音聊天"),
("relay_hint_tip", "可能无法直连,可以尝试中继连接。\n另外如果想直接使用中继连接可以在ID后面添加/r或者在卡片选项里选择强制走中继连接。"),
].iter().cloned().collect();
("Reconnect", "重连"),
].iter().cloned().collect();
}