Skip to content

Commit

Permalink
Update tw.rs (rustdesk#8022)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlionjuan authored May 12, 2024
1 parent 97f0642 commit 8b6913d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lang/tw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 8b6913d

Please sign in to comment.