Update tw.rs (#12327)

* Update tw.rs

* Update tw.rs
This commit is contained in:
XLion
2025-07-18 18:16:28 +08:00
committed by GitHub
parent 3177786219
commit 4723d07215

View File

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