From 4723d072158e8c144dd0a6beab2c633e14ed7f4e Mon Sep 17 00:00:00 2001 From: XLion Date: Fri, 18 Jul 2025 18:16:28 +0800 Subject: [PATCH] Update tw.rs (#12327) * Update tw.rs * Update tw.rs --- src/lang/tw.rs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 55da035bb..ae3982227 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -699,16 +699,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Enable camera", "允許查看鏡頭"), ("No cameras", "沒有鏡頭"), ("view_camera_unsupported_tip", "您的遠端設備不支援查看鏡頭"), - ("Terminal", ""), - ("Enable terminal", ""), - ("New tab", ""), - ("Keep terminal sessions on disconnect", ""), - ("Terminal (Run as administrator)", ""), - ("terminal-admin-login-tip", ""), - ("Failed to get user token.", ""), - ("Incorrect username or password.", ""), - ("The user is not an administrator.", ""), - ("Failed to check if the user is an administrator.", ""), - ("Supported only in the installed version.", ""), + ("Terminal", "終端機"), + ("Enable terminal", "啟用終端機"), + ("New tab", "新分頁"), + ("Keep terminal sessions on disconnect", "在斷線時保持終端機的工作階段"), + ("Terminal (Run as administrator)", "終端機(使用系統管理員執行)"), + ("terminal-admin-login-tip", "請輸入被控端系統管理員的使用者名稱與密碼"), + ("Failed to get user token.", "取得使用者權杖失敗"), + ("Incorrect username or password.", "使用者名稱或密碼不正確"), + ("The user is not an administrator.", "使用者並不是系統管理員"), + ("Failed to check if the user is an administrator.", "檢查使用者是否是系統管理員時失敗了"), + ("Supported only in the installed version.", "僅支援於已安裝的版本"), ].iter().cloned().collect(); }