mirror of https://github.com/jumpserver/jumpserver
perf: Optimize summary calculation
parent
fba80342a5
commit
7c9e3a1362
|
@ -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"
|
||||
}
|
|
@ -1419,5 +1419,7 @@
|
|||
"JobsAudit": "作业审计",
|
||||
"JobList": "作业列表",
|
||||
"StopJobMsg": "停止成功",
|
||||
"ExtraArgsFormatError": "格式错误,请按要求输入"
|
||||
"ExtraArgsFormatError": "格式错误,请按要求输入",
|
||||
"MFAOnlyAdminUsers": "全局启用仅管理员",
|
||||
"MFAAllUsers": "全局启用"
|
||||
}
|
Loading…
Reference in New Issue