translations

This commit is contained in:
rustdesk
2026-08-17 17:22:57 +08:00
parent 8ffe3117a5
commit 14a4b197ad
48 changed files with 135 additions and 135 deletions

View File

@@ -766,7 +766,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("id_whitelist_caveat_tip", "ID 由对端客户端上报,白名单用于减少暴露面,不能替代密码或 2FA"),
("whitelist_cidr_tip", "支持 CIDR 写法,例如 192.168.1.0/24"),
("Continue", "继续"),
("Browser didn't open? Use the url below to sign in.", ""),
("Browser didn't open? Use the url below to sign in.", "浏览器未打开?请使用下方网址登录。"),
("Lock canvas", "锁定画布"),
].iter().cloned().collect();
}