project.ts 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. export default {
  18. list: {
  19. create_project: '创建项目',
  20. edit_project: '编辑项目',
  21. project_list: '项目列表',
  22. project_tips: '请输入项目名称',
  23. description_tips: '请输入项目描述',
  24. username_tips: '请输入所属用户',
  25. project_name: '项目名称',
  26. project_description: '项目描述',
  27. owned_users: '所属用户',
  28. workflow_define_count: '工作流定义数',
  29. process_instance_running_count: '正在运行的流程数',
  30. description: '描述',
  31. create_time: '创建时间',
  32. update_time: '更新时间',
  33. operation: '操作',
  34. edit: '编辑',
  35. delete: '删除',
  36. confirm: '确定',
  37. cancel: '取消',
  38. delete_confirm: '确定删除吗?',
  39. authorize_level: '权限等级',
  40. no_permission: '无权限',
  41. read_permission: '读权限',
  42. all_permission: '所有权限'
  43. },
  44. workflow: {
  45. on_line: '线上',
  46. test: '测试',
  47. operating_environment: '运行环境',
  48. workflow_relation: '工作流关系',
  49. create_workflow: '创建工作流',
  50. create_workflow_dynamic: '创建工作流 (动态)',
  51. import_workflow: '导入工作流',
  52. workflow_name: '工作流名称',
  53. workflow_instance_name: '工作流实例名称',
  54. current_selection: '当前选择',
  55. online: '已上线',
  56. offline: '已下线',
  57. refresh: '刷新',
  58. show_hide_label: '显示 / 隐藏标签',
  59. workflow_offline: '工作流下线',
  60. schedule_offline: '调度下线',
  61. schedule_start_time: '定时开始时间',
  62. schedule_end_time: '定时结束时间',
  63. crontab_expression: 'Crontab',
  64. workflow_publish_status: '工作流上线状态',
  65. schedule_publish_status: '定时状态',
  66. workflow_definition: '工作流定义',
  67. workflow_instance: '工作流实例',
  68. workflow_timing: '工作流定时',
  69. status: '状态',
  70. create_time: '创建时间',
  71. update_time: '更新时间',
  72. description: '描述',
  73. create_user: '创建用户',
  74. modify_user: '修改用户',
  75. operation: '操作',
  76. edit: '编辑',
  77. confirm: '确定',
  78. cancel: '取消',
  79. start: '运行',
  80. timing: '定时',
  81. timezone: '时区',
  82. up_line: '上线',
  83. down_line: '下线',
  84. copy_workflow: '复制工作流',
  85. copy_workflow_name: '复制工作流名称',
  86. visit_workflow_instances: '查看工作流实例',
  87. cron_manage: '定时管理',
  88. delete: '删除',
  89. tree_view: '工作流树形图',
  90. tree_limit: '限制大小',
  91. export: '导出',
  92. batch_copy: '批量复制',
  93. batch_delete: '批量删除',
  94. batch_export: '批量导出',
  95. version_info: '版本信息',
  96. version: '版本',
  97. file_upload: '文件上传',
  98. upload_file: '上传文件',
  99. upload: '上传',
  100. file_name: '文件名称',
  101. success: '成功',
  102. set_parameters_before_starting: '启动前请先设置参数',
  103. set_parameters_before_timing: '定时前请先设置参数',
  104. start_and_stop_time: '起止时间',
  105. next_five_execution_times: '接下来五次执行时间',
  106. execute_time: '执行时间',
  107. failure_strategy: '失败策略',
  108. node_execution: '节点执行',
  109. backward_execution: '向后执行',
  110. forward_execution: '向前执行',
  111. current_node_execution: '仅执行当前节点',
  112. backward_execution_task: '向后运行',
  113. forward_execution_task: '向前运行',
  114. current_node_execution_task: '运行',
  115. notification_strategy: '通知策略',
  116. workflow_priority: '流程优先级',
  117. worker_group: 'Worker分组',
  118. tenant_code: '租户',
  119. environment_name: '环境名称',
  120. alarm_group: '告警组',
  121. complement_data: '补数',
  122. startup_parameter: '启动参数',
  123. whether_dry_run: '是否空跑',
  124. whether_test: '是否测试',
  125. continue: '继续',
  126. end: '结束',
  127. none_send: '都不发',
  128. success_send: '成功发',
  129. failure_send: '失败发',
  130. all_send: '成功或失败都发',
  131. warning_group_tip: '请选择告警组',
  132. whether_complement_data: '是否是补数',
  133. schedule_date: '调度日期',
  134. select_date: '日期选择',
  135. enter_date: '手动输入',
  136. schedule_date_tips: '格式为yyyy-MM-dd HH:mm:ss,多个逗号分割',
  137. schedule_date_limit: '输入日期不满足<=100条',
  138. mode_of_execution: '执行方式',
  139. serial_execution: '串行执行',
  140. parallel_execution: '并行执行',
  141. parallelism: '并行度',
  142. custom_parallelism: '自定义并行度',
  143. please_enter_parallelism: '请输入并行度',
  144. order_of_execution: '执行顺序',
  145. ascending_order: '按日期升序执行',
  146. descending_order: '按日期降序执行',
  147. please_choose: '请选择',
  148. start_time: '开始时间',
  149. end_time: '结束时间',
  150. crontab: 'Crontab',
  151. delete_confirm: '确定删除吗?',
  152. enter_name_tips: '请输入名称',
  153. switch_version: '切换到该版本',
  154. confirm_switch_version: '确定切换到该版本吗?',
  155. current_version: '当前版本',
  156. run_type: '运行类型',
  157. scheduling_time: '调度时间',
  158. duration: '运行时长',
  159. run_times: '运行次数',
  160. fault_tolerant_sign: '容错标识',
  161. dry_run_flag: '空跑标识',
  162. executor: '执行用户',
  163. host: '主机',
  164. start_process: '启动工作流',
  165. execute_from_the_current_node: '从当前节点开始执行',
  166. recover_tolerance_fault_process: '恢复被容错的工作流',
  167. resume_the_suspension_process: '恢复运行流程',
  168. execute_from_the_failed_nodes: '从失败节点开始执行',
  169. scheduling_execution: '调度执行',
  170. rerun: '重跑',
  171. stop: '停止',
  172. pause: '暂停',
  173. recovery_waiting_thread: '恢复等待线程',
  174. recover_serial_wait: '串行恢复',
  175. execute_task: '执行指定任务',
  176. dynamic_generation: '动态生成',
  177. recovery_suspend: '恢复运行',
  178. recovery_failed: '重跑失败任务',
  179. gantt: '甘特图',
  180. name: '名称',
  181. all_status: '全部状态',
  182. submit_success: '提交成功',
  183. running: '正在运行',
  184. ready_to_pause: '准备暂停',
  185. ready_to_stop: '准备停止',
  186. failed: '失败',
  187. need_fault_tolerance: '需要容错',
  188. kill: 'Kill',
  189. waiting_for_thread: '等待线程',
  190. waiting_for_dependence: '等待依赖',
  191. waiting_for_dependency_to_complete: '等待依赖完成',
  192. delay_execution: '延时执行',
  193. forced_success: '强制成功',
  194. serial_wait: '串行等待',
  195. dispatch: '派发',
  196. pending: '挂起',
  197. executing: '正在执行',
  198. startup_type: '启动类型',
  199. complement_range: '补数范围',
  200. parameters_variables: '参数变量',
  201. global_parameters: '全局参数',
  202. local_parameters: '局部参数',
  203. type: '类型',
  204. retry_count: '重试次数',
  205. submit_time: '提交时间',
  206. refresh_status_succeeded: '刷新状态成功',
  207. view_log: '查看日志',
  208. update_log_success: '更新日志成功',
  209. no_more_log: '暂无更多日志',
  210. no_log: '暂无日志',
  211. loading_log: '正在努力请求日志中...',
  212. close: '关闭',
  213. download_log: '下载日志',
  214. refresh_log: '刷新日志',
  215. enter_full_screen: '进入全屏',
  216. cancel_full_screen: '取消全屏',
  217. task_state: '任务状态',
  218. mode_of_dependent: '依赖模式',
  219. all_level_dependent: '所有层级依赖',
  220. open: '打开',
  221. project_name_required: '项目名称必填',
  222. related_items: '关联项目',
  223. project_name: '项目名称',
  224. project_tips: '请选择项目',
  225. workflow_relation_no_data_result_title: '工作流关系不存在',
  226. workflow_relation_no_data_result_desc:
  227. '目前没有任何工作流,请先创建工作流,再访问该页面',
  228. ready_to_block: '准备锁定',
  229. block: '锁定',
  230. want_to_set_timing: '现在想去配置该工作流定时?',
  231. confirm_to_online: '是否确定上线该工作流?',
  232. confirm_to_offline: '是否确定下线该工作流?',
  233. },
  234. task: {
  235. on_line: '线上',
  236. test: '测试',
  237. operating_environment: '运行环境',
  238. cancel_full_screen: '取消全屏',
  239. enter_full_screen: '全屏',
  240. current_task_settings: '当前任务设置',
  241. online: '已上线',
  242. offline: '已下线',
  243. task_name: '任务名称',
  244. task_code: '任务编码',
  245. task_type: '任务类型',
  246. task_instance: '任务实例',
  247. create_task: '创建任务',
  248. workflow_instance: '工作流实例',
  249. workflow_name: '工作流名称',
  250. workflow_name_tips: '请选择工作流名称',
  251. workflow_state: '工作流状态',
  252. version: '版本',
  253. current_version: '当前版本',
  254. switch_version: '切换到该版本',
  255. confirm_switch_version: '确定切换到该版本吗?',
  256. description: '描述',
  257. move: '移动',
  258. upstream_tasks: '上游任务',
  259. executor: '执行用户',
  260. node_type: '节点类型',
  261. state: '状态',
  262. submit_time: '提交时间',
  263. start_time: '开始时间',
  264. create_time: '创建时间',
  265. update_time: '更新时间',
  266. end_time: '结束时间',
  267. duration: '运行时间',
  268. retry_count: '重试次数',
  269. dry_run_flag: '空跑标识',
  270. app_link: '外部应用链接',
  271. host: '主机',
  272. operation: '操作',
  273. edit: '编辑',
  274. delete: '删除',
  275. delete_confirm: '确定删除吗?',
  276. forced_success: '强制成功',
  277. view_log: '查看日志',
  278. download_log: '下载日志',
  279. refresh: '刷新',
  280. app_id: 'Application ID',
  281. execute: '执行',
  282. stop: '停止',
  283. batch_task: '批量任务',
  284. stream_task: '实时任务',
  285. jump_tip: '跳转,暂未开放!',
  286. savepoint: 'Savepoint',
  287. success: '成功',
  288. none_send: '都不发',
  289. success_send: '成功发',
  290. failure_send: '失败发',
  291. all_send: '成功或失败都发',
  292. set_parameters_before_starting: '启动前请先设置参数',
  293. notification_strategy: '通知策略',
  294. worker_group: 'Worker分组',
  295. tenant_code: '租户',
  296. environment_name: '环境名称',
  297. alarm_group: '告警组',
  298. startup_parameter: '启动参数',
  299. whether_dry_run: '是否空跑',
  300. please_choose: '请选择',
  301. remove_task_cache: '清除缓存'
  302. },
  303. dag: {
  304. create: '创建工作流',
  305. search: '搜索',
  306. download_png: '下载工作流图片',
  307. fullscreen_open: '全屏',
  308. fullscreen_close: '退出全屏',
  309. save: '保存',
  310. close: '关闭',
  311. format: '格式化',
  312. refresh_dag_status: '刷新DAG状态',
  313. layout_type: '布局类型',
  314. grid_layout: '网格布局',
  315. dagre_layout: '层次布局',
  316. rows: '行数',
  317. cols: '列数',
  318. copy_success: '复制成功',
  319. workflow_name: '工作流名称',
  320. description: '描述',
  321. timeout_alert: '超时告警',
  322. process_execute_type: '执行策略',
  323. parallel: '并行',
  324. serial_wait: '串行等待',
  325. serial_discard: '串行抛弃',
  326. serial_priority: '串行优先',
  327. recover_serial_wait: '串行恢复',
  328. global_variables: '全局参数',
  329. basic_info: '基本信息',
  330. minute: '分',
  331. key: '键',
  332. value: '值',
  333. success: '成功',
  334. delete_cell: '删除选中的线或节点',
  335. online_directly: '是否上线工作流定义',
  336. update_directly: '是否更新工作流定义',
  337. dag_name_empty: 'DAG图名称不能为空',
  338. positive_integer: '请输入大于 0 的正整数',
  339. prop_empty: '自定义参数prop不能为空',
  340. prop_repeat: 'prop中有重复',
  341. node_not_created: '未创建节点保存失败',
  342. copy_name: '复制名称',
  343. view_variables: '查看变量',
  344. startup_parameter: '启动参数',
  345. online: '已上线'
  346. },
  347. node: {
  348. is_cache: '缓存执行',
  349. is_module_path: '使用模块路径',
  350. run_type: '运行类型',
  351. jvm_args: '虚拟机参数',
  352. jvm_args_tips: '请输入虚拟机参数',
  353. return_back: '返回上一节点',
  354. current_node_settings: '当前节点设置',
  355. instructions: '使用说明',
  356. view_history: '查看历史',
  357. view_log: '查看日志',
  358. enter_this_child_node: '进入该子节点',
  359. name: '节点名称',
  360. task_name: '任务名称',
  361. task_name_tips: '任务名称(必填)',
  362. name_tips: '请输入名称(必填)',
  363. task_type: '任务类型',
  364. task_type_tips: '请选择任务类型(必选)',
  365. workflow_name: '工作流名称',
  366. workflow_name_tips: '请选择工作流(必选)',
  367. child_node: '子节点',
  368. child_node_tips: '请选择子节点(必选)',
  369. run_flag: '运行标志',
  370. normal: '正常',
  371. prohibition_execution: '禁止执行',
  372. description: '描述',
  373. description_tips: '请输入描述',
  374. task_priority: '任务优先级',
  375. worker_group: 'Worker分组',
  376. worker_group_tips: '该Worker分组已经不存在,请选择正确的Worker分组!',
  377. environment_name: '环境名称',
  378. task_group_name: '任务组名称',
  379. task_group_queue_priority: '组内优先级',
  380. number_of_failed_retries: '失败重试次数',
  381. cpu_quota: 'CPU配额',
  382. memory_max: '最大内存',
  383. times: '次',
  384. failed_retry_interval: '失败重试间隔',
  385. minute: '分',
  386. second: '秒',
  387. delay_execution_time: '延时执行时间',
  388. namespace_cluster: '命名空间(集群)',
  389. min_cpu: '最小cpu',
  390. min_memory: '最小内存',
  391. cores: '核',
  392. mb: 'MB',
  393. image: '镜像',
  394. image_tips: '请输入镜像',
  395. image_pull_policy: '镜像拉取策略',
  396. image_pull_policy_tips: '请选择镜像拉取策略(必选)',
  397. pull_secret: '仓库密钥',
  398. pull_secret_tips: '请输入仓库密钥',
  399. command: '容器执行命令',
  400. command_tips: '请输入容器执行命令,例如:["printenv"]',
  401. args: '执行命令参数',
  402. args_tips: '请输入容器执行命令参数,例如:["HOSTNAME", "KUBERNETES_PORT"]',
  403. min_memory_tips: '请输入最小内存',
  404. state: '状态',
  405. branch_flow: '分支流转',
  406. cancel: '取消',
  407. loading: '正在努力加载中...',
  408. confirm: '确定',
  409. success: '成功',
  410. failed: '失败',
  411. backfill_tips: '新创建子工作流还未执行,不能进入子工作流',
  412. task_instance_tips: '该任务还未执行,不能进入子工作流',
  413. branch_tips: '成功分支流转和失败分支流转不能选择同一个节点',
  414. timeout_alarm: '超时告警',
  415. timeout_strategy: '超时策略',
  416. timeout_strategy_tips: '超时策略必须选一个',
  417. timeout_failure: '超时失败',
  418. timeout_period: '超时时长',
  419. timeout_period_tips: '超时时长必须为正整数',
  420. script: '脚本',
  421. script_tips: '请输入脚本(必填)',
  422. init_script: '初始化脚本',
  423. init_script_tips: '请输入初始化脚本',
  424. resources: '资源',
  425. resources_tips: '请选择资源',
  426. resources_limit_tips: '请重新选择,资源个数限制:',
  427. no_resources_tips: '请删除所有未授权或已删除资源',
  428. useless_resources_tips: '未授权或已删除资源',
  429. custom_parameters: '自定义参数',
  430. copy_failed: '该浏览器不支持自动复制',
  431. prop_tips: 'prop(必填)',
  432. prop_repeat: 'prop中有重复',
  433. value_tips: 'value(选填)',
  434. value_required_tips: 'value(必填)',
  435. custom_labels: '自定义标签',
  436. node_selectors: '节点选择器',
  437. label_repeat: 'label中有重复',
  438. label_name_tips: 'label name(必填)',
  439. label_value_tips: 'label value(必填)',
  440. expression_name_tips: '表达式标签键值(必填)',
  441. expression_value_tips: '表达式值集(选填)',
  442. pre_tasks: '前置任务',
  443. program_type: '程序类型',
  444. main_class: '主函数的Class',
  445. main_class_tips: '请填写主函数的Class',
  446. main_package: '主程序包',
  447. main_package_tips: '请选择主程序包',
  448. deploy_mode: '部署方式',
  449. app_name: '任务名称',
  450. app_name_tips: '请输入任务名称(选填)',
  451. driver_cores: 'Driver核心数',
  452. driver_cores_tips: '请输入Driver核心数',
  453. driver_memory: 'Driver内存数',
  454. driver_memory_tips: '请输入Driver内存数',
  455. executor_number: 'Executor数量',
  456. executor_number_tips: '请输入Executor数量',
  457. executor_memory: 'Executor内存数',
  458. executor_memory_tips: '请输入Executor内存数',
  459. executor_cores: 'Executor核心数',
  460. executor_cores_tips: '请输入Executor核心数',
  461. main_arguments: '主程序参数',
  462. main_arguments_tips: '请输入主程序参数',
  463. option_parameters: '选项参数',
  464. option_parameters_tips: '请输入选项参数',
  465. positive_integer_tips: '应为正整数',
  466. flink_version: 'Flink版本',
  467. job_manager_memory: 'JobManager内存数',
  468. job_manager_memory_tips: '请输入JobManager内存数',
  469. task_manager_memory: 'TaskManager内存数',
  470. task_manager_memory_tips: '请输入TaskManager内存数',
  471. slot_number: 'Slot数量',
  472. slot_number_tips: '请输入Slot数量',
  473. parallelism: '并行度',
  474. custom_parallelism: '自定义并行度',
  475. parallelism_tips: '请输入并行度',
  476. parallelism_number_tips: '并行度必须为正整数',
  477. parallelism_complement_tips:
  478. '如果存在大量任务需要补数时,可以利用自定义并行度将补数的任务线程设置成合理的数值,避免对服务器造成过大的影响',
  479. task_manager_number: 'TaskManager数量',
  480. task_manager_number_tips: '请输入TaskManager数量',
  481. http_url: '请求地址',
  482. http_url_tips: '请填写请求地址(必填)',
  483. http_url_validator: '请求地址需包含http或者https',
  484. http_method: '请求类型',
  485. http_parameters: '请求参数',
  486. http_check_condition: '校验条件',
  487. http_condition: '校验内容',
  488. http_condition_tips: '请填写校验内容',
  489. timeout_settings: '超时设置',
  490. connect_timeout: '连接超时',
  491. ms: '毫秒',
  492. socket_timeout: 'Socket超时',
  493. status_code_default: '默认响应码200',
  494. status_code_custom: '自定义响应码',
  495. body_contains: '内容包含',
  496. body_not_contains: '内容不包含',
  497. http_parameters_position: '参数位置',
  498. target_task_name: '目标任务名',
  499. target_task_name_tips: '请输入Pigeon任务名(必填)',
  500. datasource_type: '数据源类型',
  501. datasource_instances: '数据源实例',
  502. sql_type: 'SQL类型',
  503. sql_type_query: '查询',
  504. sql_type_non_query: '非查询',
  505. sql_statement: 'SQL语句',
  506. pre_sql_statement: '前置SQL语句',
  507. post_sql_statement: '后置SQL语句',
  508. sql_input_placeholder: '请输入非查询SQL语句',
  509. sql_empty_tips: '语句不能为空',
  510. procedure_method: 'SQL语句',
  511. procedure_method_tips: '请输入存储脚本',
  512. procedure_method_snippet:
  513. '--请输入存储脚本 \n\n--调用存储过程: call <procedure-name>[(<arg1>,<arg2>, ...)] \n\n--调用存储函数:?= call <procedure-name>[(<arg1>,<arg2>, ...)]',
  514. start: '运行',
  515. edit: '编辑',
  516. copy: '复制节点',
  517. delete: '删除',
  518. custom_job: '自定义任务',
  519. custom_script: '自定义脚本',
  520. sqoop_job_name: '任务名称',
  521. sqoop_job_name_tips: '请输入任务名称(必填)',
  522. direct: '流向',
  523. hadoop_custom_params: 'Hadoop参数',
  524. sqoop_advanced_parameters: 'Sqoop参数',
  525. data_source: '数据来源',
  526. type: '类型',
  527. datasource: '数据源',
  528. datasource_tips: '请选择数据源',
  529. model_type: '模式',
  530. form: '表单',
  531. table: '表名',
  532. table_tips: '请输入表名(必填)',
  533. column_type: '列类型',
  534. all_columns: '全表导入',
  535. some_columns: '选择列',
  536. column: '列',
  537. column_tips: '请输入列名,用 , 隔开',
  538. database: '数据库',
  539. database_tips: '请输入Hive数据库(必填)',
  540. hive_table_tips: '请输入Hive表名(必填)',
  541. hive_partition_keys: 'Hive 分区键',
  542. hive_partition_keys_tips: '请输入分区键',
  543. hive_partition_values: 'Hive 分区值',
  544. hive_partition_values_tips: '请输入分区值',
  545. export_dir: '数据源路径',
  546. export_dir_tips: '请输入数据源路径(必填)',
  547. sql_statement_tips: 'SQL语句(必填)',
  548. map_column_hive: 'Hive类型映射',
  549. map_column_java: 'Java类型映射',
  550. data_target: '数据目的',
  551. create_hive_table: '是否创建新表',
  552. drop_delimiter: '是否删除分隔符',
  553. over_write_src: '是否覆盖数据源',
  554. hive_target_dir: 'Hive目标路径',
  555. hive_target_dir_tips: '请输入Hive临时目录',
  556. replace_delimiter: '替换分隔符',
  557. replace_delimiter_tips: '请输入替换分隔符',
  558. target_dir: '目标路径',
  559. target_dir_tips: '请输入目标路径(必填)',
  560. delete_target_dir: '是否删除目录',
  561. compression_codec: '压缩类型',
  562. file_type: '保存格式',
  563. fields_terminated: '列分隔符',
  564. fields_terminated_tips: '请输入列分隔符',
  565. lines_terminated: '行分隔符',
  566. lines_terminated_tips: '请输入行分隔符',
  567. is_update: '是否更新',
  568. update_key: '更新列',
  569. update_key_tips: '请输入更新列',
  570. update_mode: '更新类型',
  571. only_update: '只更新',
  572. allow_insert: '无更新便插入',
  573. concurrency: '并发度',
  574. concurrency_tips: '请输入并发度',
  575. concurrency_column: '并发键',
  576. concurrency_column_tips: '请输入并发键',
  577. sea_tunnel_master: 'Master',
  578. sea_tunnel_master_url: 'Master URL',
  579. sea_tunnel_queue: '队列',
  580. sea_tunnel_master_url_tips: '请直接填写地址,例如:127.0.0.1:7077',
  581. add_pre_task_check_condition: '添加前置检查条件',
  582. switch_condition: '条件',
  583. switch_branch_flow: '分支流转',
  584. switch_branch_flow_default: '默认分支流转',
  585. switch_branch_flow_tips: '请选择分支流转',
  586. and: '且',
  587. or: '或',
  588. datax_custom_template: '自定义模板',
  589. datax_json_template: 'JSON',
  590. datax_target_datasource_type: '目标源类型',
  591. datax_target_database: '目标源实例',
  592. datax_target_table: '目标表',
  593. datax_target_table_tips: '请输入目标表名',
  594. datax_target_database_pre_sql: '目标库前置SQL',
  595. datax_target_database_post_sql: '目标库后置SQL',
  596. datax_non_query_sql_tips: '请输入非查询SQL语句',
  597. datax_job_speed_byte: '限流(字节数)',
  598. datax_job_speed_byte_info: '(KB,0代表不限制)',
  599. datax_job_speed_record: '限流(记录数)',
  600. datax_job_speed_record_info: '(0代表不限制)',
  601. datax_job_runtime_memory: '运行内存',
  602. datax_job_runtime_memory_xms: '最小内存',
  603. datax_job_runtime_memory_xmx: '最大内存',
  604. datax_job_runtime_memory_unit: 'G',
  605. chunjun_json_template: 'JSON 脚本',
  606. current_hour: '当前小时',
  607. last_1_hour: '前1小时',
  608. last_2_hour: '前2小时',
  609. last_3_hour: '前3小时',
  610. last_24_hour: '前24小时',
  611. today: '今天',
  612. last_1_days: '昨天',
  613. last_2_days: '前两天',
  614. last_3_days: '前三天',
  615. last_7_days: '前七天',
  616. this_week: '本周',
  617. last_week: '上周',
  618. last_monday: '上周一',
  619. last_tuesday: '上周二',
  620. last_wednesday: '上周三',
  621. last_thursday: '上周四',
  622. last_friday: '上周五',
  623. last_saturday: '上周六',
  624. last_sunday: '上周日',
  625. this_month: '本月',
  626. this_month_begin: '本月初',
  627. last_month: '上月',
  628. last_month_begin: '上月初',
  629. last_month_end: '上月末',
  630. month: '月',
  631. week: '周',
  632. day: '日',
  633. hour: '时',
  634. add_dependency: '添加依赖',
  635. waiting_dependent_start: '等待依赖启动',
  636. dependent_task_parameter_passing: '参数传递',
  637. check_interval: '检查间隔',
  638. check_interval_tips: '检查间隔必须为正整数',
  639. waiting_dependent_complete: '等待依赖完成',
  640. project_name: '项目名称',
  641. project_name_tips: '项目名称(必填)',
  642. process_name: '工作流名称',
  643. process_name_tips: '工作流名称(必填)',
  644. cycle_time: '时间周期',
  645. cycle_time_tips: '时间周期(必填)',
  646. date_tips: '日期(必填)',
  647. rule_name: '规则名称',
  648. null_check: '空值检测',
  649. custom_sql: '自定义SQL',
  650. multi_table_accuracy: '多表准确性',
  651. multi_table_value_comparison: '两表值比对',
  652. field_length_check: '字段长度校验',
  653. uniqueness_check: '唯一性校验',
  654. regexp_check: '正则表达式',
  655. timeliness_check: '及时性校验',
  656. enumeration_check: '枚举值校验',
  657. table_count_check: '表行数校验',
  658. src_connector_type: '源数据类型',
  659. src_datasource_id: '源数据源',
  660. src_database: '源数据库',
  661. src_table: '源数据表',
  662. src_filter: '源表过滤条件',
  663. src_field: '源表检测列',
  664. statistics_name: '实际值名',
  665. check_type: '校验方式',
  666. operator: '校验操作符',
  667. threshold: '阈值',
  668. failure_strategy: '失败策略',
  669. target_connector_type: '目标数据类型',
  670. target_datasource_id: '目标数据源',
  671. target_database: '目标数据库',
  672. target_table: '目标数据表',
  673. target_filter: '目标表过滤条件',
  674. mapping_columns: 'ON语句',
  675. statistics_execute_sql: '实际值计算SQL',
  676. comparison_name: '期望值名',
  677. comparison_execute_sql: '期望值计算SQL',
  678. comparison_type: '期望值类型',
  679. writer_connector_type: '输出数据类型',
  680. writer_datasource_id: '输出数据源',
  681. target_field: '目标表检测列',
  682. field_length: '字段长度限制',
  683. logic_operator: '逻辑操作符',
  684. regexp_pattern: '正则表达式',
  685. deadline: '截止时间',
  686. datetime_format: '时间格式',
  687. enum_list: '枚举值列表',
  688. begin_time: '起始时间',
  689. fix_value: '固定值',
  690. required: '必填',
  691. emr_flow_define_json: 'jobFlowDefineJson',
  692. emr_flow_define_json_tips: '请输入工作流定义',
  693. emr_steps_define_json: 'stepsDefineJson',
  694. emr_steps_define_json_tips: '请输入EMR步骤定义',
  695. zeppelin_note_id: 'zeppelinNoteId',
  696. zeppelin_note_id_tips: '请输入zeppelin note id',
  697. zeppelin_paragraph_id: 'zeppelinParagraphId',
  698. zeppelin_production_note_directory: '生产模式下存放克隆note的目录',
  699. zeppelin_production_note_directory_tips:
  700. '请输入生产环境note目录以启用生产模式',
  701. zeppelin_paragraph_id_tips: '请输入zeppelin paragraph id',
  702. zeppelin_parameters: 'parameters',
  703. zeppelin_parameters_tips: '请输入zeppelin dynamic form参数',
  704. zeppelin_rest_endpoint: 'zeppelinRestEndpoint',
  705. zeppelin_rest_endpoint_tips: '请输入zeppelin server的rest endpoint',
  706. zeppelin_username: 'zeppelinUsername',
  707. zeppelin_username_tips: '请输入zeppelin server的登陆用户名',
  708. zeppelin_password: 'zeppelinPassword',
  709. zeppelin_password_tips: '请输入zeppelin server的登陆密码',
  710. sql_execution_type: 'SQL来源',
  711. sql_execution_type_from_file: '选择资源中心文件',
  712. sql_execution_type_from_script: '脚本输入',
  713. hive_cli_task_execution_type: 'Hive Cli 任务类型',
  714. hive_sql_script: 'Hive SQL 脚本',
  715. hive_cli_options: 'Hive Cli 选项',
  716. hive_cli_options_tips: '请输入您的Hive Cli选项,如--verbose等',
  717. jupyter_conda_env_name: 'condaEnvName',
  718. jupyter_conda_env_name_tips: '请输入papermill所在的conda环境名',
  719. jupyter_input_note_path: 'inputNotePath',
  720. jupyter_input_note_path_tips: '请输入jupyter note的输入路径',
  721. jupyter_output_note_path: 'outputNotePath',
  722. jupyter_output_note_path_tips: '请输入jupyter note的输出路径',
  723. jupyter_parameters: 'parameters',
  724. jupyter_parameters_tips: '请输入jupyter parameterization参数',
  725. jupyter_kernel: 'kernel',
  726. jupyter_kernel_tips: '请输入jupyter kernel名',
  727. jupyter_engine: 'engine',
  728. jupyter_engine_tips: '请输入引擎名称',
  729. jupyter_execution_timeout: 'executionTimeout',
  730. jupyter_execution_timeout_tips: '请输入jupyter note cell的执行最长时间',
  731. jupyter_start_timeout: 'startTimeout',
  732. jupyter_start_timeout_tips: '请输入jupyter kernel的启动最长时间',
  733. jupyter_others: 'others',
  734. jupyter_others_tips: '请输入papermill的其他参数',
  735. mlflow_algorithm: '算法',
  736. mlflow_algorithm_tips: 'svm',
  737. mlflow_params: '参数',
  738. mlflow_params_tips: ' ',
  739. mlflow_searchParams: '参数搜索空间',
  740. mlflow_searchParams_tips: ' ',
  741. mlflow_isSearchParams: '是否搜索参数',
  742. mlflow_dataPath: '数据路径',
  743. mlflow_dataPath_tips:
  744. ' 文件/文件夹的绝对路径, 若文件需以.csv结尾, 文件夹需包含train.csv和test.csv ',
  745. mlflow_dataPath_error_tips: ' 数据路径不能为空 ',
  746. mlflow_experimentName: '实验名称',
  747. mlflow_experimentName_tips: 'experiment_001',
  748. mlflow_registerModel: '注册模型',
  749. mlflow_modelName: '注册的模型名称',
  750. mlflow_modelName_tips: 'model_001',
  751. mlflow_mlflowTrackingUri: 'MLflow Tracking Server URI',
  752. mlflow_mlflowTrackingUri_tips: 'http://127.0.0.1:5000',
  753. mlflow_mlflowTrackingUri_error_tips: ' MLflow Tracking Server URI 不能为空',
  754. mlflow_jobType: '任务类型',
  755. mlflow_automlTool: 'AutoML工具',
  756. mlflow_taskType: 'MLflow 任务类型',
  757. mlflow_deployType: '部署类型',
  758. mlflow_deployModelKey: '部署的模型URI',
  759. mlflow_deployPort: '监听端口',
  760. mlflowProjectRepository: '运行仓库',
  761. mlflowProjectRepository_tips: '可以为git仓库或worker上的路径',
  762. mlflowProjectVersion: '项目版本',
  763. mlflowProjectVersion_tips: '项目git版本',
  764. mlflow_cpuLimit: '最大cpu限制',
  765. mlflow_memoryLimit: '最大内存限制',
  766. openmldb_zk_address: 'zookeeper地址',
  767. openmldb_zk_address_tips: '请输入zookeeper地址',
  768. openmldb_zk_path: 'zookeeper路径',
  769. openmldb_zk_path_tips: '请输入zookeeper路径',
  770. openmldb_execute_mode: '执行模式',
  771. openmldb_execute_mode_tips: '请选择执行模式',
  772. openmldb_execute_mode_offline: '离线',
  773. openmldb_execute_mode_online: '在线',
  774. dvc_task_type: 'DVC任务类型',
  775. dvc_repository: 'DVC仓库',
  776. dvc_repository_tips: '请输入DVC仓库地址',
  777. dvc_version: '数据版本',
  778. dvc_version_tips: '数据版本标识,会以git tag的形式标记',
  779. dvc_data_location: 'DVC仓库中的数据路径',
  780. dvc_message: '提交信息',
  781. dvc_load_save_data_path: 'Worker中数据路径',
  782. dvc_store_url: '数据存储地址',
  783. dvc_empty_tips: '该参数不能为空',
  784. send_email: '发送邮件',
  785. log_display: '日志显示',
  786. rows_of_result: '行查询结果',
  787. title: '主题',
  788. title_tips: '请输入邮件主题',
  789. alarm_group: '告警组',
  790. alarm_group_tips: '告警组必填',
  791. integer_tips: '请输入一个正整数',
  792. sql_parameter: 'sql参数',
  793. format_tips: '请输入格式为',
  794. udf_function: 'UDF函数',
  795. unlimited: '不限制',
  796. please_select_source_connector_type: '请选择源数据类型',
  797. please_select_source_datasource_id: '请选择源数据源',
  798. please_select_source_database: '请选择源数据库',
  799. please_enter_source_table_name: '请选择源数据表',
  800. please_enter_filter_expression: '请输入源表过滤条件',
  801. please_enter_column_only_single_column_is_supported: '请选择源表检测列',
  802. please_enter_threshold_number_is_needed: '请输入阈值',
  803. please_enter_comparison_title: '请选择期望值类型',
  804. please_select_target_connector_type: '请选择目标数据类型',
  805. please_select_target_datasource: '请选择目标数据源',
  806. please_select_target_database: '请选择目标数据库',
  807. please_enter_target_table: '请选择目标数据表',
  808. please_enter_target_filter_expression: '请输入目标表过滤条件',
  809. please_enter_comparison_name_the_alias_in_comparison_execute_sql: '请输入期望值名',
  810. please_enter_statistics_name_the_alias_in_statistics_execute_sql: '请输入实际值名',
  811. please_enter_comparison_execute_sql: '请输入期望值计算SQL',
  812. please_enter_statistics_execute_sql: '请输入实际值计算SQL',
  813. custom_config: '自定义配置',
  814. engine: '引擎',
  815. engine_tips: '请选择引擎',
  816. startup_script: '启动脚本',
  817. startup_script_tips: '请选择启动脚本',
  818. run_mode: '运行模式',
  819. dinky_address: 'dinky 地址',
  820. dinky_address_tips: '请输入 Dinky 地址',
  821. dinky_task_id: 'dinky 作业ID',
  822. dinky_task_id_tips: '请输入作业 ID',
  823. dinky_online: '是否上线作业',
  824. pytorch_script: 'python脚本',
  825. pytorch_script_params: '脚本启动参数',
  826. pytorch_other_params: '展开更多配置',
  827. pytorch_python_path: 'python项目地址',
  828. pytorch_is_create_environment: '是否创建新环境',
  829. pytorch_python_command: 'python命令路径',
  830. pytorch_python_command_tips: '若为空,则使用$PYTHON_LAUNCHER',
  831. pytorch_python_env_tool: 'python环境管理工具',
  832. pytorch_requirements: '依赖文件',
  833. pytorch_conda_python_version: 'python版本',
  834. pytorch_conda_python_version_tips: '请输入版本号,如 3.6, 3.7, 3.x等',
  835. factory_name: '工厂名称',
  836. resource_group_name: '资源组名称',
  837. pipeline_name: 'pipeline名称',
  838. factory_tips: '请选择工厂',
  839. resource_group_tips: '请选择资源组',
  840. pipeline_tips: '请选择pipeline',
  841. dependent_failure_policy: '依赖失败策略',
  842. dependent_failure_policy_failure: '失败',
  843. dependent_failure_policy_waiting: '等待',
  844. dependent_failure_waiting_time: '依赖失败等待时间',
  845. dependent_failure_waiting_time_tips: '失败等待时间必须为正整数',
  846. max_num_of_sub_workflow_instances: '动态生成实例上限',
  847. filter_condition: '过滤条件',
  848. params_value: '取值参数',
  849. separator: '分隔符',
  850. dynamic_name_tips: 'name(必填)',
  851. dynamic_value_tips: 'params or value(必填)',
  852. dynamic_separator_tips: '分隔符(必填)',
  853. child_node_definition: '子节点定义',
  854. child_node_instance: '子节点实例',
  855. yarn_queue: 'Yarn队列',
  856. yarn_queue_tips: '请输入Yarn队列(选填)',
  857. dependent_type: '依赖类型',
  858. dependent_on_workflow: '依赖于工作流',
  859. dependent_on_task: '依赖于任务',
  860. },
  861. menu: {
  862. fav: '收藏组件',
  863. universal: '通用组件',
  864. cloud: '云',
  865. logic: '逻辑节点',
  866. di: '数据集成',
  867. dq: '数据质量',
  868. ml: '机器学习',
  869. other: '其他'
  870. },
  871. parameter: {
  872. create_parameter: '创建项目级别参数',
  873. edit_parameter: '修改项目级别参数',
  874. parameter_manage: '参数管理',
  875. code: '参数编码',
  876. name: '参数名称',
  877. value: '参数值',
  878. create_time: '创建时间',
  879. update_time: '更新时间',
  880. name_tips: '请输入参数名称',
  881. value_tips: '请输入参数值',
  882. operation: '操作',
  883. edit: '编辑',
  884. delete: '删除',
  885. delete_confirm: '确定删除吗?',
  886. success: '成功',
  887. },
  888. preference: {
  889. edit_preference: '修改项目偏好设置',
  890. preference_manage: '项目偏好管理',
  891. instruction_tips: '下面这些项目偏好配置将影响这个项目下的所有工作流和任务。当创建工作流和任务时,这些配置将影响组件中的默认选项',
  892. success: '成功',
  893. submit: '提交',
  894. enabled: '启用',
  895. disabled: '未启用'
  896. },
  897. }