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

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