From 64f74d0511ad8bdb67ca4203ad577fa1e8333035 Mon Sep 17 00:00:00 2001 From: Roman Pereviznyk <62486104+romawkafor@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:53:38 +0300 Subject: [PATCH] Update zh.ini Removed the typo in lines 15 and 16 (the \n symbol at the end of the tape) --- plugins/two-factor-auth/langs/zh.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/two-factor-auth/langs/zh.ini b/plugins/two-factor-auth/langs/zh.ini index 56091d914..87c530e92 100644 --- a/plugins/two-factor-auth/langs/zh.ini +++ b/plugins/two-factor-auth/langs/zh.ini @@ -12,8 +12,8 @@ BUTTON_SHOW_SECRET = "显示密钥" BUTTON_HIDE_SECRET = "隐藏密钥" TWO_FACTOR_SECRET_CONFIGURED_DESC = "已设置" TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "未设置" -TWO_FACTOR_SECRET_DESC = "将下面的信息导入 Google Authenticator (或其他 TOTP 客户端)。 扫描下面的二维码或手动输入密钥。\n" -TWO_FACTOR_BACKUP_CODES_DESC = "如果你无法从验证器获取验证码,你可以使用备用代码登录。 当你使用过某一个备用代码后,它将会失效。\n" +TWO_FACTOR_SECRET_DESC = "将下面的信息导入 Google Authenticator (或其他 TOTP 客户端)。 扫描下面的二维码或手动输入密钥。" +TWO_FACTOR_BACKUP_CODES_DESC = "如果你无法从验证器获取验证码,你可以使用备用代码登录。 当你使用过某一个备用代码后,它将会失效。" TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "完成测试前你无法更改此设置。" TITLE_TEST_CODE = "两步验证测试" LABEL_CODE = "代码"