refact: translate tip id (#13412)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-11-04 08:56:43 +08:00
committed by GitHub
parent 5a812e3b2f
commit fef44ffa57
49 changed files with 50 additions and 50 deletions

View File

@@ -260,6 +260,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("elevation_username_tip", "Input username or domain\\username"),
("allow-insecure-tls-fallback-tip", "By default, RustDesk verifies the server certificate for protocols using TLS.\nWith this option enabled, RustDesk will fall back to skipping the verification step and proceed in case of verification failure."),
("disable-udp-tip", "Controls whether to use TCP only.\nWhen this option enabled, RustDesk will not use UDP 21116 any more, TCP 21116 will be used instead."),
("oss-not-support-tip", "NOTE: RustDesk server oss doesn't include this feature."),
("server-oss-not-support-tip", "NOTE: RustDesk server OSS doesn't include this feature."),
].iter().cloned().collect();
}