mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
Update tw.rs (#9112)
This commit is contained in:
parent
715d475f49
commit
c0de0aa108
@ -632,17 +632,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("About RustDesk", "關於 RustDesk"),
|
||||
("Send clipboard keystrokes", "發送剪貼簿按鍵"),
|
||||
("network_error_tip", "請檢查網路連結,然後點擊重試"),
|
||||
("Unlock with PIN", ""),
|
||||
("Requires at least {} characters", ""),
|
||||
("Wrong PIN", ""),
|
||||
("Set PIN", ""),
|
||||
("Enable trusted devices", ""),
|
||||
("Manage trusted devices", ""),
|
||||
("Platform", ""),
|
||||
("Days remaining", ""),
|
||||
("enable-trusted-devices-tip", ""),
|
||||
("Parent directory", ""),
|
||||
("Resume", ""),
|
||||
("Invalid file name", ""),
|
||||
("Unlock with PIN", "使用 PIN 碼解鎖設定"),
|
||||
("Requires at least {} characters", "不少於 {} 個字元"),
|
||||
("Wrong PIN", "PIN 碼錯誤"),
|
||||
("Set PIN", "設定 PIN 碼"),
|
||||
("Enable trusted devices", "啟用信任設備"),
|
||||
("Manage trusted devices", "管理信任設備"),
|
||||
("Platform", "平台"),
|
||||
("Days remaining", "剩餘天數"),
|
||||
("enable-trusted-devices-tip", "允許受信任的設備跳過 2FA 驗證"),
|
||||
("Parent directory", "父目錄"),
|
||||
("Resume", "繼續"),
|
||||
("Invalid file name", "無效文件名"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user