From b3a670d380cafb419fc9ff03083c938a7997d2cd Mon Sep 17 00:00:00 2001
From: fit2bot <68588906+fit2bot@users.noreply.github.com>
Date: Mon, 1 Jul 2024 16:12:13 +0800
Subject: [PATCH] perf: Lina mfa translate (#13555)

Co-authored-by: feng <1304903146@qq.com>
Co-authored-by: feng626 <57284900+feng626@users.noreply.github.com>
---
 apps/i18n/core/zh/LC_MESSAGES/django.po | 2 +-
 apps/i18n/lina/en.json                  | 1 +
 apps/i18n/lina/zh.json                  | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/apps/i18n/core/zh/LC_MESSAGES/django.po b/apps/i18n/core/zh/LC_MESSAGES/django.po
index 7dc8a0ddb..a6e7b5a4a 100644
--- a/apps/i18n/core/zh/LC_MESSAGES/django.po
+++ b/apps/i18n/core/zh/LC_MESSAGES/django.po
@@ -8551,7 +8551,7 @@ msgstr "登录用户"
 
 #: users/serializers/user.py:248
 msgid "Email address"
-msgstr "无效地址"
+msgstr "邮件地址"
 
 #: users/serializers/user.py:258
 msgid "User groups to join"
diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json
index a22b58922..f9e0aabca 100644
--- a/apps/i18n/lina/en.json
+++ b/apps/i18n/lina/en.json
@@ -1380,5 +1380,6 @@
     "ZoneList": "Zones",
     "ZoneUpdate": "Update the zone",
     "removeWarningMsg": "Are you sure you want to remove",
+    "forceEnableMFAHelpText": "If force enable, user can not disable by themselves",
     "PleaseSelect": "Please select "
 }
\ No newline at end of file
diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json
index 93a52a6e2..f32a5266e 100644
--- a/apps/i18n/lina/zh.json
+++ b/apps/i18n/lina/zh.json
@@ -1380,6 +1380,7 @@
     "ZoneList": "网域列表",
     "ZoneUpdate": "更新网域",
     "removeWarningMsg": "你确定要移除",
+    "forceEnableMFAHelpText": "如果强制启用,用户无法自行禁用",
     "PleaseSelect": "请选择",
     "Periodic": "定期执行"
 }
\ No newline at end of file