perf: Optimize summary calculation

pull/14484/head
wangruidong 2024-11-19 17:09:33 +08:00 committed by Bryan
parent fba80342a5
commit 7c9e3a1362
2 changed files with 6 additions and 2 deletions

View File

@ -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"
}

View File

@ -1419,5 +1419,7 @@
"JobsAudit": "作业审计",
"JobList": "作业列表",
"StopJobMsg": "停止成功",
"ExtraArgsFormatError": "格式错误,请按要求输入"
"ExtraArgsFormatError": "格式错误,请按要求输入",
"MFAOnlyAdminUsers": "全局启用仅管理员",
"MFAAllUsers": "全局启用"
}