diff --git a/src/lang/tw.rs b/src/lang/tw.rs index fd23bfcbf..86cc8bb56 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -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(); }