From 3cfb3270fe2dbe3b009c307ce31881c772c24eee Mon Sep 17 00:00:00 2001 From: xiangzihao <460888207@qq.com> Date: Tue, 1 Mar 2022 15:14:52 +0800 Subject: [PATCH] [Fix-8581][API-Doc] Add some missing chinese translation (#8588) --- .../src/main/resources/i18n/messages.properties | 3 +++ .../src/main/resources/i18n/messages_en_US.properties | 5 ++++- .../src/main/resources/i18n/messages_zh_CN.properties | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/dolphinscheduler-api/src/main/resources/i18n/messages.properties b/dolphinscheduler-api/src/main/resources/i18n/messages.properties index 5534809557..26683adb1c 100644 --- a/dolphinscheduler-api/src/main/resources/i18n/messages.properties +++ b/dolphinscheduler-api/src/main/resources/i18n/messages.properties @@ -296,3 +296,6 @@ TABLE_NAME=table name AUDIT_LOG_TAG=audit log related operation MODULE_TYPE=module type OPERATION_TYPE=operation type +TASK_DEFINITION_TAG=task definition related operation +PROCESS_TASK_RELATION_TAG=process task relation related operation +ENVIRONMENT_TAG=environment related operation diff --git a/dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties b/dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties index 752313eeee..7a4752f225 100644 --- a/dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties +++ b/dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties @@ -354,4 +354,7 @@ TABLE_NAME=table name QUERY_AUDIT_LOG=query audit log AUDIT_LOG_TAG=audit log related operation MODULE_TYPE=module type -OPERATION_TYPE=operation type \ No newline at end of file +OPERATION_TYPE=operation type +TASK_DEFINITION_TAG=task definition related operation +PROCESS_TASK_RELATION_TAG=process task relation related operation +ENVIRONMENT_TAG=environment related operation diff --git a/dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties b/dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties index 9492795b11..bdcf2f5d37 100644 --- a/dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties +++ b/dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties @@ -351,4 +351,7 @@ TABLE_NAME=表名 QUERY_AUDIT_LOG=查询审计日志 AUDIT_LOG_TAG=审计日志执行相关操作 MODULE_TYPE=模块类型 -OPERATION_TYPE=操作类型 \ No newline at end of file +OPERATION_TYPE=操作类型 +TASK_DEFINITION_TAG=任务定义相关操作 +PROCESS_TASK_RELATION_TAG=工作流关系相关操作 +ENVIRONMENT_TAG=环境相关操作