From 7c9e3a136238fdd163fbd5de7778263100b1a2c6 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Tue, 19 Nov 2024 17:09:33 +0800 Subject: [PATCH] perf: Optimize summary calculation --- apps/i18n/lina/en.json | 4 +++- apps/i18n/lina/zh.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 2445d9eac..9a6c06f15 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1414,5 +1414,7 @@ "JobsAudit": "Jobs audit", "JobList": "Job List", "StopJobMsg": "Stop job successfully", - "ExtraArgsFormatError": "Format error, please enter according to the requirements" + "ExtraArgsFormatError": "Format error, please enter according to the requirements", + "MFAOnlyAdminUsers": "Enabled only admin users", + "MFAAllUsers": "Globally Enabled" } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index ccb65d9c6..4da16c9a7 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1419,5 +1419,7 @@ "JobsAudit": "作业审计", "JobList": "作业列表", "StopJobMsg": "停止成功", - "ExtraArgsFormatError": "格式错误,请按要求输入" + "ExtraArgsFormatError": "格式错误,请按要求输入", + "MFAOnlyAdminUsers": "全局启用仅管理员", + "MFAAllUsers": "全局启用" } \ No newline at end of file