SbloodyS commented on code in PR #16947:
URL: 
https://github.com/apache/dolphinscheduler/pull/16947#discussion_r1923135986


##########
dolphinscheduler-ui/src/locales/en_US/project.ts:
##########
@@ -257,6 +257,8 @@ export default {
     operating_environment: 'Operating Environment',
     cancel_full_screen: 'Cancel full screen',
     enter_full_screen: 'Enter full screen',
+    enter_log_auto_scroll: 'Enter log auto scroll',
+    cancel_log_auto_scroll: 'Cancel log auto scroll',

Review Comment:
   ```suggestion
       enter_log_auto_scroll: 'Enable log auto scroll',
       cancel_log_auto_scroll: 'Disable log auto scroll',
   ```



##########
dolphinscheduler-ui/src/locales/zh_CN/project.ts:
##########
@@ -253,6 +253,8 @@ export default {
     operating_environment: '运行环境',
     cancel_full_screen: '取消全屏',
     enter_full_screen: '全屏',
+    enter_log_auto_scroll: '日志自动滚动',
+    cancel_log_auto_scroll: '取消日志滚动',

Review Comment:
   ```suggestion
       enter_log_auto_scroll: '启动日志自动刷新',
       cancel_log_auto_scroll: '取消日志自动刷新',
   ```



-- 
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]

Reply via email to