healchow commented on code in PR #7267:
URL: https://github.com/apache/inlong/pull/7267#discussion_r1086685393
##########
inlong-dashboard/src/locales/cn.json:
##########
@@ -344,6 +344,17 @@
"meta.Sinks.Redis.DataSeparator.Asterisk": "星号(*)",
"meta.Sinks.Redis.DataSeparator.DoubleQuotes": "双引号(\")",
"meta.Sinks.Redis.FormatDataSeparator": "数据字段分隔符",
+ "meta.Sinks.Kudu.masters": "masters",
Review Comment:
Did this `masters` need i18n?
##########
inlong-dashboard/src/locales/en.json:
##########
@@ -344,6 +344,17 @@
"meta.Sinks.Redis.DataSeparator.Asterisk": "Asterisk(*)",
"meta.Sinks.Redis.DataSeparator.DoubleQuotes": "Double quotes(\")",
"meta.Sinks.Redis.FormatDataSeparator": "Data separator",
+ "meta.Sinks.Kudu.masters": "masters",
+ "meta.Sinks.Kudu.TableName": "Table",
+ "meta.Sinks.Kudu.ExtListHelper": "The DDL attribute of the hudi table needs
to be prefixed with 'ddl.'",
+ "meta.Sinks.Kudu.ExtList": "ExtList",
Review Comment:
```suggestion
"meta.Sinks.Kudu.ExtListHelper": "The DDL attribute of the Kudu table
needs to be prefixed with 'ddl.'",
"meta.Sinks.Kudu.ExtList": "Extenstion params",
```
##########
inlong-dashboard/src/locales/en.json:
##########
@@ -344,6 +344,17 @@
"meta.Sinks.Redis.DataSeparator.Asterisk": "Asterisk(*)",
"meta.Sinks.Redis.DataSeparator.DoubleQuotes": "Double quotes(\")",
"meta.Sinks.Redis.FormatDataSeparator": "Data separator",
+ "meta.Sinks.Kudu.masters": "masters",
Review Comment:
ditto.
##########
inlong-dashboard/src/locales/cn.json:
##########
@@ -344,6 +344,17 @@
"meta.Sinks.Redis.DataSeparator.Asterisk": "星号(*)",
"meta.Sinks.Redis.DataSeparator.DoubleQuotes": "双引号(\")",
"meta.Sinks.Redis.FormatDataSeparator": "数据字段分隔符",
+ "meta.Sinks.Kudu.masters": "masters",
+ "meta.Sinks.Kudu.TableName": "表名",
+ "meta.Sinks.Kudu.ExtListHelper": "kudu表的DDL属性需带前缀'ddl.'",
Review Comment:
```suggestion
"meta.Sinks.Kudu.ExtListHelper": "Kudu 表的 DDL 属性需添加'ddl.'前缀",
```
--
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]