From 529810f2f4298d14494c7690055412f93f8b8539 Mon Sep 17 00:00:00 2001 From: XLion Date: Sun, 7 Sep 2025 16:07:10 +0800 Subject: [PATCH] Update tw.rs (#12814) --- 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 7e5aa9f0c..77b4e12ce 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -708,7 +708,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Failed to check if the user is an administrator.", "檢查使用者是否是系統管理員時失敗了"), ("Supported only in the installed version.", "僅支援於已安裝的版本"), ("elevation_username_tip", "輸入使用者名稱或網域\\使用者名稱"), - ("Preparing for installation ...", ""), - ("Show my cursor", ""), + ("Preparing for installation ...", "正在準備安裝..."), + ("Show my cursor", "顯示我的游標"), ].iter().cloned().collect(); }