leezng commented on code in PR #6791: URL: https://github.com/apache/inlong/pull/6791#discussion_r1042857586
########## inlong-dashboard/src/locales/cn.json: ########## @@ -177,6 +177,25 @@ "meta.Sinks.Iceberg.FieldDescription": "字段描述", "meta.Sinks.Iceberg.PartitionStrategy": "分区策略", "meta.Sinks.Iceberg.DataNodeName": "数据节点", + "meta.Sinks.Hudi.DbName": "DB名称", + "meta.Sinks.Hudi.TableName": "表名称", + "meta.Sinks.Hudi.Warehouse": "仓库路径", + "meta.Sinks.Hudi.FileFormat": "⽂件格式", + "meta.Sinks.Hudi.Description": "表描述", + "meta.Sinks.Hudi.ExtList": "属性", + "meta.Sinks.Hudi.DataConsistency": "数据一致性", + "meta.Sinks.Hudi.FieldName": "字段名", + "meta.Sinks.Hudi.FieldNameRule": "以英文字母或下划线开头,只能包含英文字母、数字、下划线", + "meta.Sinks.Hudi.FieldType": "字段类型", + "meta.Sinks.Hudi.FieldDescription": "字段描述", + "meta.Sinks.Hudi.IsPrimaryKey": "主键", Review Comment: Is this key(`IsPrimaryKey`) not used? ########## inlong-dashboard/src/locales/cn.json: ########## @@ -177,6 +177,25 @@ "meta.Sinks.Iceberg.FieldDescription": "字段描述", "meta.Sinks.Iceberg.PartitionStrategy": "分区策略", "meta.Sinks.Iceberg.DataNodeName": "数据节点", + "meta.Sinks.Hudi.DbName": "DB名称", + "meta.Sinks.Hudi.TableName": "表名称", + "meta.Sinks.Hudi.Warehouse": "仓库路径", + "meta.Sinks.Hudi.FileFormat": "⽂件格式", + "meta.Sinks.Hudi.Description": "表描述", + "meta.Sinks.Hudi.ExtList": "属性", + "meta.Sinks.Hudi.DataConsistency": "数据一致性", + "meta.Sinks.Hudi.FieldName": "字段名", + "meta.Sinks.Hudi.FieldNameRule": "以英文字母或下划线开头,只能包含英文字母、数字、下划线", + "meta.Sinks.Hudi.FieldType": "字段类型", + "meta.Sinks.Hudi.FieldDescription": "字段描述", + "meta.Sinks.Hudi.IsPrimaryKey": "主键", + "meta.Sinks.Hudi.PrimaryKey": "主键", + "meta.Sinks.Hudi.IsPartitionKey": "分区字段", Review Comment: Is this key(`IsPartitionKey`) not used? -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org