From 7e217580c19f4d4a698e893c697db53f65dcd4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=85=C3=BC?= <53787985+LaiYueTing@users.noreply.github.com> Date: Fri, 21 Apr 2023 17:32:23 +0800 Subject: [PATCH] Update tw.rs --- src/lang/tw.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/tw.rs b/src/lang/tw.rs index f9337827a..60333cb1e 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -492,8 +492,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("no_desktop_title_tip", "沒有可用的桌面"), ("no_desktop_text_tip", "請安裝 GNOME 桌面"), ("No need to elevate", "不需要提升權限"), - ("System Sound", ""), - ("Default", ""), + ("System Sound", "系統音效"), + ("Default", "預設"), ("New RDP", "新的 RDP"), ("Fingerprint", "指紋"), ("Copy Fingerprint", "複製指紋"),