better prompt

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-08 15:57:33 +08:00
parent 1d85d87b40
commit 18ca4273be
35 changed files with 119 additions and 127 deletions

View File

@@ -45,6 +45,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("config_microphone", "In order to speak remotely, you need to grant RustDesk \"Record Audio\" permissions."),
("relay_hint_tip", "It may not be possible to connect directly, you can try to connect via relay. \nIn addition, if you want to use relay on your first try, you can add the \"/r\" suffix to the ID, or select the option \"Always connect via relay\" in the peer card."),
("No transfers in progress", ""),
("instsall_cert_tip", "\"Install driver cert\" is checked, continue?")
("idd_driver_tip", "Install virtual display driver which is used when you have no physical displays."),
("confirm_idd_driver_tip", "The option to install the virtual display driver is checked. Note that a test certificate will be installed to trust the virtual display driver. This test certificate will only be used to trust Rustdesk drivers.")
].iter().cloned().collect();
}