Skip to content

Commit

Permalink
Spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 authored and github-actions[bot] committed Dec 22, 2023
1 parent 9cc442a commit 41bbfd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dinky-web/src/locales/en-US/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,8 @@ export default {
'rc.cc.spDir': 'SavePoint Path',
'rc.cc.spDirHelp': 'Please enter the savepoint path! This parameter configuration item is',
'rc.cc.sqlSubmitJarPath': 'Jar File Path',
'rc.cc.sqlSubmitJarPathHelp': 'Please enter the Jar file path! eg: hdfs:///dinky/dinky-app-1.16-with-dependencies.jar',
'rc.cc.sqlSubmitJarPathHelp':
'Please enter the Jar file path! eg: hdfs:///dinky/dinky-app-1.16-with-dependencies.jar',
'rc.cc.start': 'Start Session Cluster',
'rc.cc.submitSqlConfig': 'Submit FlinkSQL Config items (required in Application mode)',
'rc.cc.tmHeap': 'TaskManager Heap Memory',
Expand Down
3 changes: 2 additions & 1 deletion dinky-web/src/locales/zh-CN/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,8 @@ export default {
'rc.cc.spDir': '保存点路径',
'rc.cc.spDirHelp': '对应SavePoint目录,如 hdfs:///flink/savepoint',
'rc.cc.sqlSubmitJarPath': 'Jar 文件路径',
'rc.cc.sqlSubmitJarPathHelp': '请输入 Jar 文件路径! eg: hdfs:///dinky/dinky-app-1.16-with-dependencies.jar',
'rc.cc.sqlSubmitJarPathHelp':
'请输入 Jar 文件路径! eg: hdfs:///dinky/dinky-app-1.16-with-dependencies.jar',
'rc.cc.start': '启动 Session 集群',
'rc.cc.submitSqlConfig': '提交 FlinkSQL 配置项 (Application 模式必填)',
'rc.cc.tmHeap': 'TaskManager 堆内存',
Expand Down

0 comments on commit 41bbfd3

Please sign in to comment.