dockerzhang commented on code in PR #7044: URL: https://github.com/apache/inlong/pull/7044#discussion_r1057150296
########## inlong-dashboard/src/locales/cn.json: ########## @@ -167,6 +167,7 @@ "meta.Sinks.ES.RetryTimes": "重试次数", "meta.Sinks.ES.RetryTimesUnit": "次", "meta.Sinks.ES.EsVersion": "Elasticsearch 版本", + "meta.Sinks.ES.EsVersionHelp": "此处 Elasticsearch 版本为大版本号", Review Comment: ```suggestion "meta.Sinks.ES.EsVersionHelp": "Elasticsearch 大版本号,比如 5/6/7", ``` ########## inlong-dashboard/src/locales/en.json: ########## @@ -167,6 +167,7 @@ "meta.Sinks.ES.RetryTimes": "RetryTimes", "meta.Sinks.ES.RetryTimesUnit": "items", "meta.Sinks.ES.EsVersion": "Elasticsearch Version", + "meta.Sinks.ES.EsVersionHelp": "Here the Elasticsearch version is the major version number", Review Comment: ```suggestion "meta.Sinks.ES.EsVersionHelp": "Elasticsearch major version number, such as 5/6/7", ``` -- 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