소스 검색

[Fix][UI] Fix the problem of multi-language support of workflow instance host in Chinese state. (#10223)

songjianet 3 년 전
부모
커밋
6cebdfdf50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dolphinscheduler-ui/src/locales/modules/zh_CN.ts

+ 1 - 1
dolphinscheduler-ui/src/locales/modules/zh_CN.ts

@@ -464,7 +464,7 @@ const project = {
     fault_tolerant_sign: '容错标识',
     dry_run_flag: '空跑标识',
     executor: '执行用户',
-    host: 'Host',
+    host: '主机',
     start_process: '启动工作流',
     execute_from_the_current_node: '从当前节点开始执行',
     recover_tolerance_fault_process: '恢复被容错的工作流',