mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 00:51:04 +03:00
fix lang
This commit is contained in:
@@ -513,7 +513,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Accept and Elevate", "接受并提权"),
|
||||
("accept_and_elevate_btn_tooltip", "接受连接并提升 UAC 权限"),
|
||||
("clipboard_wait_response_timeout_tip", "等待拷贝响应超时"),
|
||||
("incomming connection", "收到的连接"),
|
||||
("outgoing connection", "发起的连接"),
|
||||
("Incoming connection", "收到的连接"),
|
||||
("Outgoing connection", "发起的连接"),
|
||||
("Exit", "退出"),
|
||||
("Open", "打开"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user