Update tw.rs (#12091)

This commit is contained in:
XLion 2025-06-16 13:29:59 +08:00 committed by GitHub
parent 14a8f00e5b
commit 31934e9bd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -699,7 +699,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Trackpad speed", "觸控板速度"),
("Default trackpad speed", "預設觸控板速度"),
("Numeric one-time password", "數字一次性密碼"),
("Enable IPv6 P2P connection", ""),
("Enable UDP hole punching", ""),
("Enable IPv6 P2P connection", "啟用 IPv6 P2P 連線"),
("Enable UDP hole punching", "啟用 UDP 打洞"),
].iter().cloned().collect();
}