From 68fa688c96d9554e80169236a7cdfdaf69be2b75 Mon Sep 17 00:00:00 2001 From: XLion Date: Thu, 16 May 2024 15:48:39 +0800 Subject: [PATCH] Update tw.rs (#8065) --- src/lang/tw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 8f97ede9940e..88400d78b3bd 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -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(); }