Update tw.rs (#8065)

This commit is contained in:
XLion 2024-05-16 15:48:39 +08:00 committed by GitHub
parent 42428261d7
commit 68fa688c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
}