diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 99c808320..9bbef2431 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -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(); }