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