From 31934e9bd8377481cf2d02637daf48c7a61a8f3d Mon Sep 17 00:00:00 2001 From: XLion Date: Mon, 16 Jun 2025 13:29:59 +0800 Subject: [PATCH] Update tw.rs (#12091) --- src/lang/tw.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/tw.rs b/src/lang/tw.rs index eb2c3a715..996785206 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -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(); }