mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 16:31:29 +03:00
@@ -390,5 +390,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Continue with", ""),
|
||||
("Elevate", "提權"),
|
||||
("Zoom cursor", ""),
|
||||
("Accept sessions via password", "只允許密碼訪問"),
|
||||
("Accept sessions via click", "只允許點擊訪問"),
|
||||
("Accept sessions via both", "允許密碼或點擊訪問"),
|
||||
("Please wait for the remote side to accept your session request...", "請等待對方接受你的連接..."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user