translate changes

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-08 12:51:04 +08:00
parent ad32eec879
commit 1d85d87b40
35 changed files with 104 additions and 101 deletions

View File

@@ -45,5 +45,6 @@ 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?")
].iter().cloned().collect();
}