Skip to content

Commit

Permalink
Update tw.rs (rustdesk#8065)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlionjuan authored May 16, 2024
1 parent 4242826 commit 68fa688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/tw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clear Wayland screen selection", "清除 Wayland 的螢幕選擇"),
("clear_Wayland_screen_selection_tip", "清除 Wayland 的螢幕選擇後,您可以重新選擇分享的螢幕。"),
("confirm_clear_Wayland_screen_selection_tip", "是否確認清除 Wayland 的分享螢幕選擇?"),
("android_new_voice_call_tip", ""),
("android_new_voice_call_tip", "收到新的語音通話請求。如果您接受,音訊將切換為語音通訊。"),
].iter().cloned().collect();
}

0 comments on commit 68fa688

Please sign in to comment.