Update tw.rs (#9112)

This commit is contained in:
XLion 2024-08-19 14:13:31 +08:00 committed by GitHub
parent 715d475f49
commit c0de0aa108
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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