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"), ("About RustDesk", "關於 RustDesk"),
("Send clipboard keystrokes", "發送剪貼簿按鍵"), ("Send clipboard keystrokes", "發送剪貼簿按鍵"),
("network_error_tip", "請檢查網路連結,然後點擊重試"), ("network_error_tip", "請檢查網路連結,然後點擊重試"),
("Unlock with PIN", ""), ("Unlock with PIN", "使用 PIN 碼解鎖設定"),
("Requires at least {} characters", ""), ("Requires at least {} characters", "不少於 {} 個字元"),
("Wrong PIN", ""), ("Wrong PIN", "PIN 碼錯誤"),
("Set PIN", ""), ("Set PIN", "設定 PIN 碼"),
("Enable trusted devices", ""), ("Enable trusted devices", "啟用信任設備"),
("Manage trusted devices", ""), ("Manage trusted devices", "管理信任設備"),
("Platform", ""), ("Platform", "平台"),
("Days remaining", ""), ("Days remaining", "剩餘天數"),
("enable-trusted-devices-tip", ""), ("enable-trusted-devices-tip", "允許受信任的設備跳過 2FA 驗證"),
("Parent directory", ""), ("Parent directory", "父目錄"),
("Resume", ""), ("Resume", "繼續"),
("Invalid file name", ""), ("Invalid file name", "無效文件名"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }