Update tw.rs; Add space for cn.rs (#13609)

* Update tw.rs

* Update cn.rs

* Update tw.rs

* Update tw.rs
This commit is contained in:
XLion
2025-11-25 01:08:48 +08:00
committed by GitHub
parent 22b1dcaf7b
commit 33e1493932
2 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -721,13 +721,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show virtual joystick", "顯示虛擬搖桿"),
("Edit note", "編輯備註"),
("Alias", "別名"),
("ScrollEdge", ""),
("Allow insecure TLS fallback", ""),
("allow-insecure-tls-fallback-tip", ""),
("Disable UDP", ""),
("disable-udp-tip", ""),
("server-oss-not-support-tip", ""),
("input note here", ""),
("note-at-conn-end-tip", ""),
("ScrollEdge", "邊緣滾動"),
("Allow insecure TLS fallback", "允許降級到不安全的 TLS 連接"),
("allow-insecure-tls-fallback-tip", "預設情況下,對於使用 TLS 的協定RustDesk 會驗證伺服器的憑證。\n啟用此選項後在驗證失敗時RustDesk 將轉為跳過驗證步驟並繼續連接。"),
("Disable UDP", "停用 UDP"),
("disable-udp-tip", "控制是否僅使用 TCP。\n啟用此選項後RustDesk 將不再使用 UDP 21116而是使用 TCP 21116。"),
("server-oss-not-support-tip", "注意RustDesk 開源伺服器 (OSS server) 不包含此功能。"),
("input note here", "輸入備註"),
("note-at-conn-end-tip", "在連接結束時請求備註"),
].iter().cloned().collect();
}