Update tw.rs (#8022)

This commit is contained in:
XLion 2024-05-12 10:49:49 +08:00 committed by GitHub
parent 97f0642a8b
commit 8b6913d31f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -605,12 +605,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_need_privacy_mode_no_physical_displays_tip", "沒有物理螢幕,沒必要使用隱私模式。"),
("Follow remote cursor", "跟隨遠端游標"),
("Follow remote window focus", "跟隨遠端視窗焦點"),
("default_proxy_tip", ""),
("no_audio_input_device_tip", ""),
("Incoming", ""),
("Outgoing", ""),
("Clear Wayland screen selection", ""),
("clear_Wayland_screen_selection_tip", ""),
("confirm_clear_Wayland_screen_selection_tip", ""),
("default_proxy_tip", "預設代理協定及端口為 Socks5 和 1080"),
("no_audio_input_device_tip", "未找到音訊輸入裝置"),
("Incoming", "連入"),
("Outgoing", "連出"),
("Clear Wayland screen selection", "清除 Wayland 的螢幕選擇"),
("clear_Wayland_screen_selection_tip", "清除 Wayland 的螢幕選擇後,您可以重新選擇分享的螢幕。"),
("confirm_clear_Wayland_screen_selection_tip", "是否確認清除 Wayland 的分享螢幕選擇?"),
].iter().cloned().collect();
}