mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-29 08:17:17 +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",
|
||||||
|
@ -495,6 +495,7 @@
|
|||||||
"DownloadReplay": "下载录像",
|
"DownloadReplay": "下载录像",
|
||||||
"DownloadUpdateTemplateMsg": "下载更新模板",
|
"DownloadUpdateTemplateMsg": "下载更新模板",
|
||||||
"DragUploadFileInfo": "将文件拖到此处,或点击此处上传",
|
"DragUploadFileInfo": "将文件拖到此处,或点击此处上传",
|
||||||
|
"IdentityDomain": "身份域",
|
||||||
"DropConfirmMsg": "你想移动节点: {src} 到 {dst} 下吗?",
|
"DropConfirmMsg": "你想移动节点: {src} 到 {dst} 下吗?",
|
||||||
"Duplicate": "副本",
|
"Duplicate": "副本",
|
||||||
"DuplicateFileExists": "不允许上传同名文件,请删除同名文件",
|
"DuplicateFileExists": "不允许上传同名文件,请删除同名文件",
|
||||||
|
Loading…
Reference in New Issue
Block a user