mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 20:41:29 +03:00
Update tw.rs (#10799)
This commit is contained in:
@@ -41,7 +41,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("length %min% to %max%", "長度在 %min% 與 %max% 之間"),
|
("length %min% to %max%", "長度在 %min% 與 %max% 之間"),
|
||||||
("starts with a letter", "以字母開頭"),
|
("starts with a letter", "以字母開頭"),
|
||||||
("allowed characters", "允許的字元"),
|
("allowed characters", "允許的字元"),
|
||||||
("id_change_tip", "僅能使用以下字元:a-z、A-Z、0-9, - (dash)、_ (底線)。第一個字元必須為 a-z 或 A-Z。長度介於 6 到 16 之間。"),
|
("id_change_tip", "僅能使用以下字元:a-z、A-Z、0-9、 - (dash)、_ (底線)。第一個字元必須為 a-z 或 A-Z。長度介於 6 到 16 之間。"),
|
||||||
("Website", "網站"),
|
("Website", "網站"),
|
||||||
("About", "關於"),
|
("About", "關於"),
|
||||||
("Slogan_tip", "在這個混沌的世界中用心製作!"),
|
("Slogan_tip", "在這個混沌的世界中用心製作!"),
|
||||||
@@ -646,9 +646,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Resume", "繼續"),
|
("Resume", "繼續"),
|
||||||
("Invalid file name", "無效檔名"),
|
("Invalid file name", "無效檔名"),
|
||||||
("one-way-file-transfer-tip", "被控端啟用了單向檔案傳輸"),
|
("one-way-file-transfer-tip", "被控端啟用了單向檔案傳輸"),
|
||||||
("Authentication Required", "需要驗證驗證"),
|
("Authentication Required", "需要驗證"),
|
||||||
("Authenticate", "認證"),
|
("Authenticate", "認證"),
|
||||||
("web_id_input_tip", "您可以輸入同一個伺服器內的 ID,Web 用戶端不支援直接 IP 存取。\n如果您要存取位於其他伺服器上的裝置,請在 ID 之後新增伺服器位址(<ID>@<伺服器位址>?key=<金鑰>)\n例如:9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=\n要存取公共伺服器上的裝置,請輸入「<id>@public」,不需輸入金鑰。"),
|
("web_id_input_tip", "您可以輸入同一個伺服器內的 ID,Web 客戶端不支援直接 IP 存取。\n如果您要存取位於其他伺服器上的裝置,請在 ID 之後新增伺服器位址(<ID>@<伺服器位址>?key=<金鑰>)\n例如:9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=\n要存取公共伺服器上的裝置,請輸入「<id>@public」,不需輸入金鑰。"),
|
||||||
("Download", "下載"),
|
("Download", "下載"),
|
||||||
("Upload folder", "上傳資料夾"),
|
("Upload folder", "上傳資料夾"),
|
||||||
("Upload files", "上傳檔案"),
|
("Upload files", "上傳檔案"),
|
||||||
@@ -656,6 +656,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Update client clipboard", "更新客戶端的剪貼簿"),
|
("Update client clipboard", "更新客戶端的剪貼簿"),
|
||||||
("Untagged", "無標籤"),
|
("Untagged", "無標籤"),
|
||||||
("new-version-of-{}-tip", "有新版本的 {} 可用"),
|
("new-version-of-{}-tip", "有新版本的 {} 可用"),
|
||||||
("Accessible devices", ""),
|
("Accessible devices", "可存取的裝置"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user