Skip to content

Commit

Permalink
fix-cluster-config-i18n-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Dec 22, 2023
1 parent 3e1cbf4 commit 0ee5f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dinky-web/src/locales/zh-CN/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ export default {
'rc.cc.addConfig': '添加配置项',
'rc.cc.baseConfig': '基本配置',
'rc.cc.ckpDir': '检查点路径',
'rc.cc.ckpDirHelp': '对应SavePoint路径',
'rc.cc.ckpDirHelp': '对应Checkpoint路径 ,如 hdfs:///flink/ckp',
'rc.cc.create': '创建集群配置',
'rc.cc.defineConfig': 'Flink 预设配置(高优先级)',
'rc.cc.delete': '删除集群配置',
Expand Down Expand Up @@ -715,7 +715,7 @@ export default {
'rc.cc.search': '搜索 名称',
'rc.cc.namePlaceholder': '请输入集群配置名称!',
'rc.cc.spDir': '保存点路径',
'rc.cc.spDirHelp': '对应CheckPoint目录,如 hdfs://xxx/flink',
'rc.cc.spDirHelp': '对应SavePoint目录,如 hdfs:///flink/savepoint',
'rc.cc.sqlSubmitJarPath': 'Jar 文件路径',
'rc.cc.sqlSubmitJarPathHelp': '请输入 Jar 文件路径! eg',
'rc.cc.start': '启动 Session 集群',
Expand Down

0 comments on commit 0ee5f2d

Please sign in to comment.