perf: update ad

This commit is contained in:
ibuler 2025-04-08 16:05:31 +08:00 committed by 老广
parent ba3bce1e2e
commit 76e57b9a3e
3 changed files with 7 additions and 6 deletions

View File

@ -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')}
} }

View File

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

View File

@ -495,6 +495,7 @@
"DownloadReplay": "下载录像", "DownloadReplay": "下载录像",
"DownloadUpdateTemplateMsg": "下载更新模板", "DownloadUpdateTemplateMsg": "下载更新模板",
"DragUploadFileInfo": "将文件拖到此处,或点击此处上传", "DragUploadFileInfo": "将文件拖到此处,或点击此处上传",
"IdentityDomain": "身份域",
"DropConfirmMsg": "你想移动节点: {src} 到 {dst} 下吗?", "DropConfirmMsg": "你想移动节点: {src} 到 {dst} 下吗?",
"Duplicate": "副本", "Duplicate": "副本",
"DuplicateFileExists": "不允许上传同名文件,请删除同名文件", "DuplicateFileExists": "不允许上传同名文件,请删除同名文件",