SbloodyS commented on code in PR #17064:
URL:
https://github.com/apache/dolphinscheduler/pull/17064#discussion_r2003134349
##########
dolphinscheduler-ui/src/locales/zh_CN/project.ts:
##########
@@ -894,7 +894,8 @@ export default {
spark_submit_parameters: 'spark submit parameters',
spark_submit_parameters_tips: 'spark submit parameters',
is_production: 'is production',
- is_production_tips: 'is production'
+ is_production_tips: 'is production',
+ json_format_tips: 'json参数不是一个正确的JSON格式'
Review Comment:
```suggestion
json_format_tips: 'JSON参数格式异常'
```
##########
dolphinscheduler-ui/src/locales/en_US/project.ts:
##########
@@ -924,7 +924,8 @@ export default {
spark_submit_parameters: 'spark submit parameters',
spark_submit_parameters_tips: 'spark submit parameters',
is_production: 'is production',
- is_production_tips: 'is production'
+ is_production_tips: 'is production',
+ json_format_tips: 'json parameters is not a correct JSON format'
Review Comment:
```suggestion
json_format_tips: 'Json parameters format is abnormal'
```
--
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]