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