From 35fa75f9c94a3df81f188832b381d5af341dfbd4 Mon Sep 17 00:00:00 2001 From: Integral Date: Sun, 7 Jan 2024 01:44:44 +0000 Subject: [PATCH] Add cn translation for 2FA code (#6805) --- src/lang/cn.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 8fe7c4c69..86e80d9c2 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -578,7 +578,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("capture_display_elevated_connections_tip", "用户提权后,不能显示多个显示器。若要控制多显示器,请安装后再试。"), ("Swap control-command key", "交换Control键和Command键"), ("swap-left-right-mouse", "交换鼠标左右键"), - ("2FA code", "2FA code"), - ("2fa_tip", "请输入授权 app 中的 2FA code"), + ("2FA code", "双重认证代码"), + ("2fa_tip", "请输入授权 app 中的双重认证代码"), ].iter().cloned().collect(); }