This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new b513109d9 [INLONG-7702][Dashboard] Add Chinese name for partitionKeys
properties of Hudi LoadNode (#7703)
b513109d9 is described below
commit b513109d91ee2d431bf5867a8932d62572786a33
Author: feat <[email protected]>
AuthorDate: Mon Mar 27 17:00:54 2023 +0800
[INLONG-7702][Dashboard] Add Chinese name for partitionKeys properties of
Hudi LoadNode (#7703)
---
inlong-dashboard/src/locales/cn.json | 4 ++--
inlong-dashboard/src/locales/en.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/inlong-dashboard/src/locales/cn.json
b/inlong-dashboard/src/locales/cn.json
index 8b62655c8..0b07d3a11 100644
--- a/inlong-dashboard/src/locales/cn.json
+++ b/inlong-dashboard/src/locales/cn.json
@@ -211,8 +211,8 @@
"meta.Sinks.Hudi.FieldDescription": "字段描述",
"meta.Sinks.Hudi.PrimaryKey": "主键",
"meta.Sinks.Hudi.PartitionKey": "分区字段",
- "meta.Sinks.Hudi.PrimaryKeyHelper": "主键字段,以逗号(,)分割",
- "meta.Sinks.Hudi.PartitionKeyHelp": "分区字段列表,以英文逗号(,)分隔.",
+ "meta.Sinks.Hudi.PrimaryKeyHelper": "主键字段列表,以逗号(,)分割",
+ "meta.Sinks.Hudi.PartitionKeyHelper": "分区字段列表,以英文逗号(,)分隔.",
"meta.Sinks.Hudi.FieldFormat": "字段格式",
"meta.Sinks.Hudi.ExtListHelper": "hudi表的DDL属性需带前缀'ddl.'",
"meta.Sinks.Greenplum.TableName": "表名称",
diff --git a/inlong-dashboard/src/locales/en.json
b/inlong-dashboard/src/locales/en.json
index 80136e779..7d1de9361 100644
--- a/inlong-dashboard/src/locales/en.json
+++ b/inlong-dashboard/src/locales/en.json
@@ -212,7 +212,7 @@
"meta.Sinks.Hudi.PrimaryKey": "PrimaryKey",
"meta.Sinks.Hudi.PrimaryKeyHelper": "The Primary key fields, separated by
commas (,)",
"meta.Sinks.Hudi.PartitionKey": "PartitionKey",
- "meta.Sinks.Hudi.PartitionKeyHelp": "A list of partition fields, separated
by commas.",
+ "meta.Sinks.Hudi.PartitionKeyHelper": "A list of partition fields, separated
by commas (,).",
"meta.Sinks.Hudi.FieldFormat": "FieldFormat",
"meta.Sinks.Hudi.ExtListHelper": "The DDL attribute of the hudi table needs
to be prefixed with 'ddl.'",
"meta.Sinks.Greenplum.TableName": "TableName",