mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-28 15:57:23 +00:00
perf: update ad
This commit is contained in:
parent
ba3bce1e2e
commit
76e57b9a3e
@ -15,8 +15,7 @@ class DSSerializer(AssetSerializer):
|
||||
extra_kwargs = {
|
||||
**AssetSerializer.Meta.extra_kwargs,
|
||||
'domain_name': {
|
||||
'help_text': _(
|
||||
'The domain name of the Active Directory'
|
||||
),
|
||||
'label': _('Domain name')}
|
||||
'help_text': _('The domain name of the active directory or other directory service'),
|
||||
'label': _('Domain name')
|
||||
}
|
||||
}
|
||||
|
@ -495,6 +495,7 @@
|
||||
"DownloadImportTemplateMsg": "Download creation template",
|
||||
"DownloadReplay": "Download recording",
|
||||
"DownloadUpdateTemplateMsg": "Download update template",
|
||||
"IdentityDomain": "Identity domain",
|
||||
"DragUploadFileInfo": "Drag files here, or click to upload",
|
||||
"DropConfirmMsg": "Do you want to move node: {src} to {dst}?",
|
||||
"Duplicate": "Duplicate",
|
||||
@ -1530,4 +1531,4 @@
|
||||
"forceEnableMFAHelpText": "If force enable, user can not disable by themselves",
|
||||
"removeWarningMsg": "Are you sure you want to remove",
|
||||
"setVariable": "Set variable"
|
||||
}
|
||||
}
|
||||
|
@ -495,6 +495,7 @@
|
||||
"DownloadReplay": "下载录像",
|
||||
"DownloadUpdateTemplateMsg": "下载更新模板",
|
||||
"DragUploadFileInfo": "将文件拖到此处,或点击此处上传",
|
||||
"IdentityDomain": "身份域",
|
||||
"DropConfirmMsg": "你想移动节点: {src} 到 {dst} 下吗?",
|
||||
"Duplicate": "副本",
|
||||
"DuplicateFileExists": "不允许上传同名文件,请删除同名文件",
|
||||
@ -1532,4 +1533,4 @@
|
||||
"forceEnableMFAHelpText": "如果强制启用,用户无法自行禁用",
|
||||
"removeWarningMsg": "你确定要移除",
|
||||
"setVariable": "设置参数"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user