ruanwenjun commented on a change in pull request #6322:
URL: https://github.com/apache/dolphinscheduler/pull/6322#discussion_r714921287
##########
File path: dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
##########
@@ -707,5 +707,11 @@ export default {
condition: '条件',
'The condition content cannot be empty': '条件内容不能为空',
'Reference from': '使用已有任务',
- 'No more...': '没有更多了...'
+ 'No more...': '没有更多了...',
+ 'Audit Log': '审计日志',
+ 'AuditType': '审计类型',
+ 'AllTypes': '所有类型',
+ 'AllOperations': '所有操作',
+ 'UserAudit': '用户管理审计',
+ 'ProjectAudit': '项目管理审计'
Review comment:
```suggestion
AuditLog: '审计日志',
AuditType: '审计类型',
AllTypes: '所有类型',
AllOperations: '所有操作',
UserAudit: '用户管理审计',
ProjectAudit: '项目管理审计'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]