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

@@ -726,6 +726,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("allow-insecure-tls-fallback-tip", "默认情况下,对于使用 TLS 的协议RustDesk 会验证服务器证书。\n启用此选项后在验证失败时RustDesk 将转为跳过验证步骤并继续连接。"),
("Disable UDP", "禁用 UDP"),
("disable-udp-tip", "控制是否仅使用TCP。\n启用此选项后RustDesk 将不再使用UDP 21116而是使用TCP 21116。"),
("oss-not-support-tip", "注意RustDesk 开源服务器(oss server) 不包含此功能。"),
("server-oss-not-support-tip", "注意RustDesk 开源服务器(OSS server) 不包含此功能。"),
].iter().cloned().collect();
}