zh_CN.js 31.7 KB
Newer Older
L
ligang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

export default {
G
i18n  
gongzijian 已提交
19 20
  'User Name': '用户名',
  'Please enter user name': '请输入用户名',
21
  Password: '密码',
G
i18n  
gongzijian 已提交
22
  'Please enter your password': '请输入密码',
23
  'Password consists of at least two combinations of numbers, letters, and characters, and the length is between 6-22': '密码至少包含数字,字母和字符的两种组合,长度在6-22之间',
24 25
  Login: '登录',
  Home: '首页',
G
i18n  
gongzijian 已提交
26 27 28 29 30 31 32 33 34
  'Failed to create node to save': '未创建节点保存失败',
  'Global parameters': '全局参数',
  'Local parameters': '局部参数',
  'Copy success': '复制成功',
  'The browser does not support automatic copying': '该浏览器不支持自动复制',
  'Whether to save the DAG graph': '是否保存DAG图',
  'Current node settings': '当前节点设置',
  'View history': '查看历史',
  'View log': '查看日志',
曹聚阳 已提交
35
  'Force success': '强制成功',
G
i18n  
gongzijian 已提交
36 37
  'Enter this child node': '进入该子节点',
  'Node name': '节点名称',
38
  'Please enter name (required)': '请输入名称(必填)',
G
i18n  
gongzijian 已提交
39
  'Run flag': '运行标志',
40
  Normal: '正常',
G
i18n  
gongzijian 已提交
41 42 43
  'Prohibition execution': '禁止执行',
  'Please enter description': '请输入描述',
  'Number of failed retries': '失败重试次数',
44
  Times: '',
G
i18n  
gongzijian 已提交
45
  'Failed retry interval': '失败重试间隔',
46
  Minute: '',
47
  'Delay execution time': '延时执行时间',
48
  'Delay execution': '延时执行',
49
  'Forced success': '强制成功',
50
  Cancel: '取消',
G
i18n  
gongzijian 已提交
51 52 53 54 55 56 57 58
  'Confirm add': '确认添加',
  'The newly created sub-Process has not yet been executed and cannot enter the sub-Process': '新创建子工作流还未执行,不能进入子工作流',
  'The task has not been executed and cannot enter the sub-Process': '该任务还未执行,不能进入子工作流',
  'Name already exists': '名称已存在请重新输入',
  'Download Log': '下载日志',
  'Refresh Log': '刷新日志',
  'Enter full screen': '进入全屏',
  'Cancel full screen': '取消全屏',
59
  Close: '关闭',
G
i18n  
gongzijian 已提交
60 61 62 63 64 65 66
  'Update log success': '更新日志成功',
  'No more logs': '暂无更多日志',
  'No log': '暂无日志',
  'Loading Log...': '正在努力请求日志中...',
  'Set the DAG diagram name': '设置DAG图名称',
  'Please enter description(optional)': '请输入描述(选填)',
  'Set global': '设置全局',
67
  'Whether to go online the process definition': '是否上线流程定义',
G
i18n  
gongzijian 已提交
68
  'Whether to update the process definition': '是否更新流程定义',
69
  Add: '添加',
G
i18n  
gongzijian 已提交
70 71
  'DAG graph name cannot be empty': 'DAG图名称不能为空',
  'Create Datasource': '创建数据源',
72
  'Project Home': '工作流监控',
G
i18n  
gongzijian 已提交
73 74
  'Project Manage': '项目管理',
  'Create Project': '创建项目',
G
gongzijian 已提交
75
  'Cron Manage': '定时管理',
_和's avatar
_和 已提交
76
  'Copy Workflow': '复制工作流',
G
gongzijian 已提交
77
  'Tenant Manage': '租户管理',
G
i18n  
gongzijian 已提交
78
  'Create Tenant': '创建租户',
G
gongzijian 已提交
79
  'User Manage': '用户管理',
G
i18n  
gongzijian 已提交
80 81 82
  'Create User': '创建用户',
  'User Information': '用户信息',
  'Edit Password': '密码修改',
83 84 85
  Success: '成功',
  Failed: '失败',
  Delete: '删除',
G
i18n  
gongzijian 已提交
86 87 88
  'Please choose': '请选择',
  'Please enter a positive integer': '请输入正整数',
  'Program Type': '程序类型',
89
  'Main Class': '主函数的Class',
90 91
  'Main Package': '主程序包',
  'Please enter main package': '请选择主程序包',
92 93 94 95 96
  'Please enter main class': '请填写主函数的Class',
  'Main Arguments': '主程序参数',
  'Please enter main arguments': '请输入主程序参数',
  'Option Parameters': '选项参数',
  'Please enter option parameters': '请输入选项参数',
97
  Resources: '资源',
G
i18n  
gongzijian 已提交
98
  'Custom Parameters': '自定义参数',
99
  'Custom template': '自定义模版',
100 101
  Datasource: '数据源',
  methods: '方法',
102 103
  'Please enter the procedure method': '请输入存储脚本 \n\n调用存储过程:{call <procedure-name>[(<arg1>,<arg2>, ...)]}\n\n调用存储函数:{?= call <procedure-name>[(<arg1>,<arg2>, ...)]} ',
  'The procedure method script example': '示例:{call <procedure-name>[(?,?, ...)]} 或 {?= call <procedure-name>[(?,?, ...)]}',
104
  Script: '脚本',
G
i18n  
gongzijian 已提交
105 106
  'Please enter script(required)': '请输入脚本(必填)',
  'Deploy Mode': '部署方式',
107 108 109
  'Driver Cores': 'Driver核心数',
  'Please enter Driver cores': '请输入Driver核心数',
  'Driver Memory': 'Driver内存数',
110 111 112
  'Please enter Driver memory': '请输入Driver内存数',
  'Executor Number': 'Executor数量',
  'Please enter Executor number': '请输入Executor数量',
113 114
  'The Executor number should be a positive integer': 'Executor数量为正整数',
  'Executor Memory': 'Executor内存数',
115
  'Please enter Executor memory': '请输入Executor内存数',
116 117
  'Executor Cores': 'Executor核心数',
  'Please enter Executor cores': '请输入Executor核心数',
G
i18n  
gongzijian 已提交
118
  'Memory should be a positive integer': '内存数为数字',
119 120 121
  'Core number should be positive integer': '核心数为正整数',
  'Flink Version': 'Flink版本',
  'JobManager Memory': 'JobManager内存数',
122
  'Please enter JobManager memory': '请输入JobManager内存数',
123
  'TaskManager Memory': 'TaskManager内存数',
124
  'Please enter TaskManager memory': '请输入TaskManager内存数',
125
  'Slot Number': 'Slot数量',
126
  'Please enter Slot number': '请输入Slot数量',
127
  Parallelism: '并行度',
128
  'Custom Parallelism': '自定义并行度',
129
  'Please enter Parallelism': '请输入并行度',
130 131
  'Parallelism number should be positive integer': '并行度必须为正整数',
  'Parallelism tip': '如果存在大量任务需要补数时,可以利用自定义并行度将补数的任务线程设置成合理的数值,避免对服务器造成过大的影响',
132
  'TaskManager Number': 'TaskManager数量',
133
  'Please enter TaskManager number': '请输入TaskManager数量',
134
  'App Name': '任务名称',
135
  'Please enter app name(optional)': '请输入任务名称(选填)',
G
i18n  
gongzijian 已提交
136
  'SQL Type': 'sql类型',
137
  'Send Email': '发送邮件',
138 139
  'Log display': '日志显示',
  'rows of result': '行查询结果',
140
  Title: '主题',
141
  'Please enter the title of email': '请输入邮件主题',
142 143 144
  Table: '表名',
  TableMode: '表格',
  Attachment: '附件',
G
i18n  
gongzijian 已提交
145 146 147 148
  'SQL Parameter': 'sql参数',
  'SQL Statement': 'sql语句',
  'UDF Function': 'UDF函数',
  'Please enter a SQL Statement(required)': '请输入sql语句(必填)',
149
  'Please enter a JSON Statement(required)': '请输入json语句(必填)',
B
break60 已提交
150 151
  'One form or attachment must be selected': '表格、附件必须勾选一个',
  'Mail subject required': '邮件主题必填',
G
i18n  
gongzijian 已提交
152 153
  'Child Node': '子节点',
  'Please select a sub-Process': '请选择子工作流',
154
  Edit: '编辑',
155
  'Switch To This Version': '切换到该版本',
G
i18n  
gongzijian 已提交
156 157
  'Datasource Name': '数据源名称',
  'Please enter datasource name': '请输入数据源名称',
158
  IP: 'IP主机名',
G
i18n  
gongzijian 已提交
159
  'Please enter IP': '请输入IP主机名',
160
  Port: '端口',
G
i18n  
gongzijian 已提交
161 162 163
  'Please enter port': '请输入端口',
  'Database Name': '数据库名',
  'Please enter database name': '请输入数据库名',
164 165 166
  'Oracle Connect Type': '服务名或SID',
  'Oracle Service Name': '服务名',
  'Oracle SID': 'SID',
G
i18n  
gongzijian 已提交
167 168
  'jdbc connect parameters': 'jdbc连接参数',
  'Test Connect': '测试连接',
一子三木's avatar
一子三木 已提交
169
  'Please enter resource name': '请输入数据源名称',
B
break60 已提交
170
  'Please enter resource folder name': '请输入资源文件夹名称',
171
  'Please enter a non-query SQL statement': '请输入非查询sql语句',
G
i18n  
gongzijian 已提交
172 173 174 175 176 177 178
  'Please enter IP/hostname': '请输入IP/主机名',
  'jdbc connection parameters is not a correct JSON format': 'jdbc连接参数不是一个正确的JSON格式',
  '#': '编号',
  'Datasource Type': '数据源类型',
  'Datasource Parameter': '数据源参数',
  'Create Time': '创建时间',
  'Update Time': '更新时间',
179
  Operation: '操作',
180
  'Current Version': '当前版本',
G
i18n  
gongzijian 已提交
181 182
  'Click to view': '点击查看',
  'Delete?': '确定删除吗?',
183 184
  'Switch Version Successfully': '切换版本成功',
  'Confirm Switch To This Version?': '确定切换到该版本吗?',
185
  Confirm: '确定',
G
i18n  
gongzijian 已提交
186
  'Task status statistics': '任务状态统计',
187 188
  Number: '数量',
  State: '状态',
189
  'Dry-run flag': '空跑标识',
G
i18n  
gongzijian 已提交
190 191 192 193 194
  'Process Status Statistics': '流程状态统计',
  'Process Definition Statistics': '流程定义统计',
  'Project Name': '项目名称',
  'Please enter name': '请输入名称',
  'Owned Users': '所属用户',
T
tlhhup 已提交
195
  'Process Pid': '进程Pid',
G
gongzijian 已提交
196
  'Zk registration directory': 'zk注册目录',
197 198
  cpuUsage: 'cpuUsage',
  memoryUsage: 'memoryUsage',
G
i18n  
gongzijian 已提交
199 200
  'Last heartbeat time': '最后心跳时间',
  'Edit Tenant': '编辑租户',
201
  'OS Tenant Code': '操作系统租户',
B
baoliang 已提交
202 203
  'Tenant Name': '租户名称',
  Queue: '队列',
204
  'Please select a queue': '默认为租户关联队列',
205 206 207
  'Please enter the os tenant code in English': '请输入操作系统租户只允许英文',
  'Please enter os tenant code in English': '请输入英文操作系统租户',
  'Please enter os tenant code': '请输入操作系统租户',
B
baoliang 已提交
208
  'Please enter tenant Name': '请输入租户名称',
209
  'The os tenant code. Only letters or a combination of letters and numbers are allowed': '操作系统租户只允许字母或字母与数字组合',
G
i18n  
gongzijian 已提交
210
  'Edit User': '编辑用户',
211 212 213
  Tenant: '租户',
  Email: '邮件',
  Phone: '手机',
214
  'User Type': '用户类型',
G
i18n  
gongzijian 已提交
215 216 217 218
  'Please enter phone number': '请输入手机',
  'Please enter email': '请输入邮箱',
  'Please enter the correct email format': '请输入正确的邮箱格式',
  'Please enter the correct mobile phone format': '请输入正确的手机格式',
219 220
  Project: '项目',
  Authorize: '授权',
221 222
  'File resources': '文件资源',
  'UDF resources': 'UDF资源',
B
break60 已提交
223 224
  'UDF resources directory': 'UDF资源目录',
  'Please select UDF resources directory': '请选择UDF资源目录',
225 226
  'Alarm group': '告警组',
  'Alarm group required': '告警组必填',
G
i18n  
gongzijian 已提交
227 228
  'Edit alarm group': '编辑告警组',
  'Create alarm group': '创建告警组',
B
break60 已提交
229 230
  'Create Alarm Instance': '创建告警实例',
  'Edit Alarm Instance': '编辑告警实例',
G
i18n  
gongzijian 已提交
231
  'Group Name': '组名称',
B
break60 已提交
232
  'Alarm instance name': '告警实例名称',
233
  'Alarm plugin name': '告警插件名称',
B
break60 已提交
234
  'Select plugin': '选择插件',
235
  'Select Alarm plugin': '请选择告警插件',
G
i18n  
gongzijian 已提交
236
  'Please enter group name': '请输入组名称',
237
  'Instance parameter exception': '实例参数异常',
G
i18n  
gongzijian 已提交
238
  'Group Type': '组类型',
B
break60 已提交
239
  'Alarm plugin instance': '告警插件实例',
240
  'Select Alarm plugin instance': '请选择告警插件实例',
241 242
  Remarks: '备注',
  SMS: '短信',
G
i18n  
gongzijian 已提交
243
  'Managing Users': '管理用户',
244 245
  Permission: '权限',
  Administrator: '管理员',
G
i18n  
gongzijian 已提交
246 247 248 249 250 251 252 253 254
  'Confirm Password': '确认密码',
  'Please enter confirm password': '请输入确认密码',
  'Password cannot be in Chinese': '密码不能为中文',
  'Please enter a password (6-22) character password': '请输入密码(6-22)字符密码',
  'Confirmation password cannot be in Chinese': '确认密码不能为中文',
  'Please enter a confirmation password (6-22) character password': '请输入确认密码(6-22)字符密码',
  'The password is inconsistent with the confirmation password': '密码与确认密码不一致,请重新确认',
  'Please select the datasource': '请选择数据源',
  'Please select resources': '请选择资源',
255
  Query: '查询',
G
i18n  
gongzijian 已提交
256 257 258
  'Non Query': '非查询',
  'prop(required)': 'prop(必填)',
  'value(optional)': 'value(选填)',
259
  'value(required)': 'value(必填)',
G
i18n  
gongzijian 已提交
260
  'prop is empty': 'prop不能为空',
261
  'value is empty': 'value不能为空',
G
i18n  
gongzijian 已提交
262 263 264
  'prop is repeat': 'prop中有重复',
  'Start Time': '开始时间',
  'End Time': '结束时间',
265
  crontab: 'crontab',
G
i18n  
gongzijian 已提交
266
  'Failure Strategy': '失败策略',
267 268
  online: '上线',
  offline: '下线',
G
i18n  
gongzijian 已提交
269 270 271 272
  'Task Status': '任务状态',
  'Process Instance': '工作流实例',
  'Task Instance': '任务实例',
  'Select date range': '选择日期区间',
273 274
  startDate: '开始日期',
  endDate: '结束日期',
275
  Date: '日期',
276 277 278
  Waiting: '等待',
  Execution: '执行中',
  Finish: '完成',
G
i18n  
gongzijian 已提交
279
  'Create File': '创建文件',
B
break60 已提交
280
  'Create folder': '创建文件夹',
G
i18n  
gongzijian 已提交
281
  'File Name': '文件名称',
B
break60 已提交
282
  'Folder Name': '文件夹名称',
G
i18n  
gongzijian 已提交
283
  'File Format': '文件格式',
B
break60 已提交
284
  'Folder Format': '文件夹格式',
G
i18n  
gongzijian 已提交
285
  'File Content': '文件内容',
286
  'Upload File Size': '文件大小不能超过1G',
287
  Create: '创建',
G
i18n  
gongzijian 已提交
288
  'Please enter the resource content': '请输入资源内容',
289
  'Resource content cannot exceed 3000 lines': '资源内容不能超过3000行',
G
i18n  
gongzijian 已提交
290 291
  'File Details': '文件详情',
  'Download Details': '下载详情',
292 293
  Return: '返回',
  Save: '保存',
G
gongzijian 已提交
294
  'File Manage': '文件管理',
G
i18n  
gongzijian 已提交
295 296 297 298 299 300
  'Upload Files': '上传文件',
  'Create UDF Function': '创建UDF函数',
  'Upload UDF Resources': '上传UDF资源',
  'Service-Master': '服务管理-Master',
  'Service-Worker': '服务管理-Worker',
  'Process Name': '工作流名称',
301
  Executor: '执行用户',
G
i18n  
gongzijian 已提交
302
  'Run Type': '运行类型',
303
  'Scheduling Time': '调度时间',
G
i18n  
gongzijian 已提交
304
  'Run Times': '运行次数',
305
  host: 'host',
G
i18n  
gongzijian 已提交
306
  'fault-tolerant sign': '容错标识',
307
  Rerun: '重跑',
G
i18n  
gongzijian 已提交
308
  'Recovery Failed': '恢复失败',
309 310
  Stop: '停止',
  Pause: '暂停',
leon-baoliang's avatar
leon-baoliang 已提交
311
  'Recovery Suspend': '恢复运行',
312
  Gantt: '甘特图',
G
i18n  
gongzijian 已提交
313 314
  'Node Type': '节点类型',
  'Submit Time': '提交时间',
315
  Duration: '运行时长',
G
i18n  
gongzijian 已提交
316 317 318 319 320 321 322
  'Retry Count': '重试次数',
  'Task Name': '任务名称',
  'Task Date': '任务日期',
  'Source Table': '源表',
  'Record Number': '记录数',
  'Target Table': '目标表',
  'Online viewing type is not supported': '不支持在线查看类型',
323 324 325 326
  Size: '大小',
  Rename: '重命名',
  Download: '下载',
  Export: '导出',
327
  'Version Info': '版本信息',
328
  Submit: '提交',
G
i18n  
gongzijian 已提交
329
  'Edit UDF Function': '编辑UDF函数',
330
  type: '类型',
G
i18n  
gongzijian 已提交
331
  'UDF Function Name': 'UDF函数名称',
332 333 334
  FILE: '文件',
  UDF: 'UDF',
  'File Subdirectory': '文件子目录',
G
i18n  
gongzijian 已提交
335 336 337
  'Please enter a function name': '请输入函数名',
  'Package Name': '包名类名',
  'Please enter a Package name': '请输入包名类名',
338
  Parameter: '参数',
G
i18n  
gongzijian 已提交
339 340 341
  'Please enter a parameter': '请输入参数',
  'UDF Resources': 'UDF资源',
  'Upload Resources': '上传资源',
342
  Instructions: '使用说明',
G
i18n  
gongzijian 已提交
343 344 345 346 347 348 349 350
  'Please enter a instructions': '请输入使用说明',
  'Please enter a UDF function name': '请输入UDF函数名称',
  'Select UDF Resources': '请选择UDF资源',
  'Class Name': '类名',
  'Jar Package': 'jar包',
  'Library Name': '库名',
  'UDF Resource Name': 'UDF资源名称',
  'File Size': '文件大小',
351
  Description: '描述',
G
i18n  
gongzijian 已提交
352 353 354 355
  'Drag Nodes and Selected Items': '拖动节点和选中项',
  'Select Line Connection': '选择线条连接',
  'Delete selected lines or nodes': '删除选中的线或节点',
  'Full Screen': '全屏',
356
  Unpublished: '未发布',
G
i18n  
gongzijian 已提交
357 358 359
  'Start Process': '启动工作流',
  'Execute from the current node': '从当前节点开始执行',
  'Recover tolerance fault process': '恢复被容错的工作流',
leon-baoliang's avatar
leon-baoliang 已提交
360
  'Resume the suspension process': '恢复运行流程',
G
i18n  
gongzijian 已提交
361 362 363 364 365
  'Execute from the failed nodes': '从失败节点开始执行',
  'Complement Data': '补数',
  'Scheduling execution': '调度执行',
  'Recovery waiting thread': '恢复等待线程',
  'Submitted successfully': '提交成功',
366
  Executing: '正在执行',
G
i18n  
gongzijian 已提交
367 368 369
  'Ready to pause': '准备暂停',
  'Ready to stop': '准备停止',
  'Need fault tolerance': '需要容错',
370
  Kill: 'Kill',
G
i18n  
gongzijian 已提交
371 372
  'Waiting for thread': '等待线程',
  'Waiting for dependence': '等待依赖',
373 374
  Start: '运行',
  Copy: '复制节点',
375
  'Copy name': '复制名称',
376
  'Copy path': '复制路径',
G
i18n  
gongzijian 已提交
377 378 379 380
  'Please enter keyword': '请输入关键词',
  'File Upload': '文件上传',
  'Drag the file into the current upload window': '请将文件拖拽到当前上传窗口内!',
  'Drag area upload': '拖动区域上传',
381
  Upload: '上传',
B
baoliang 已提交
382
  'ReUpload File': '重新上传文件',
G
i18n  
gongzijian 已提交
383 384 385
  'Please enter file name': '请输入文件名',
  'Please select the file to upload': '请选择要上传的文件',
  'Resources manage': '资源中心',
386 387
  Security: '安全中心',
  Logout: '退出',
G
i18n  
gongzijian 已提交
388 389 390
  'No data': '查询无数据',
  'Uploading...': '文件上传中',
  'Loading...': '正在努力加载中...',
391
  List: '列表',
G
i18n  
gongzijian 已提交
392
  'Unable to download without proper url': '无下载url无法下载',
393
  Process: '工作流',
G
i18n  
gongzijian 已提交
394 395
  'Process definition': '工作流定义',
  'Task record': '任务记录',
G
gongzijian 已提交
396
  'Warning group manage': '告警组管理',
B
break60 已提交
397
  'Warning instance manage': '告警实例管理',
G
gongzijian 已提交
398 399 400 401
  'Servers manage': '服务管理',
  'UDF manage': 'UDF管理',
  'Resource manage': '资源管理',
  'Function manage': '函数管理',
G
i18n  
gongzijian 已提交
402 403 404
  'Edit password': '修改密码',
  'Ordinary users': '普通用户',
  'Create process': '创建工作流',
405
  'Import process': '导入工作流',
G
i18n  
gongzijian 已提交
406
  'Timing state': '定时状态',
407
  Timing: '定时',
408
  Timezone: '时区',
409
  TreeView: '树形图',
G
i18n  
gongzijian 已提交
410 411 412
  'Mailbox already exists! Recipients and copyers cannot repeat': '邮箱已存在!收件人和抄送人不能重复',
  'Mailbox input is illegal': '邮箱输入不合法',
  'Please set the parameters before starting': '启动前请先设置参数',
413 414
  Continue: '继续',
  End: '结束',
G
i18n  
gongzijian 已提交
415 416 417 418 419 420 421 422
  'Node execution': '节点执行',
  'Backward execution': '向后执行',
  'Forward execution': '向前执行',
  'Execute only the current node': '仅执行当前节点',
  'Notification strategy': '通知策略',
  'Notification group': '通知组',
  'Please select a notification group': '请选择通知组',
  'Whether it is a complement process?': '是否补数',
423
  'Schedule date': '调度日期',
G
i18n  
gongzijian 已提交
424 425 426 427 428 429 430
  'Mode of execution': '执行方式',
  'Serial execution': '串行执行',
  'Parallel execution': '并行执行',
  'Set parameters before timing': '定时前请先设置参数',
  'Start and stop time': '起止时间',
  'Please select time': '请选择时间',
  'Please enter crontab': '请输入crontab',
431 432 433 434 435
  none_1: '都不发',
  success_1: '成功发',
  failure_1: '失败发',
  All_1: '成功或失败都发',
  Toolbar: '工具栏',
G
i18n  
gongzijian 已提交
436
  'View variables': '查看变量',
437
  'Format DAG': '格式化DAG',
G
i18n  
gongzijian 已提交
438
  'Refresh DAG status': '刷新DAG状态',
439
  Return_1: '返回上一节点',
G
i18n  
gongzijian 已提交
440 441 442 443 444 445 446 447
  'Please enter format': '请输入格式为',
  'connection parameter': '连接参数',
  'Process definition details': '流程定义详情',
  'Create process definition': '创建流程定义',
  'Scheduled task list': '定时任务列表',
  'Process instance details': '流程实例详情',
  'Create Resource': '创建资源',
  'User Center': '用户中心',
448
  AllStatus: '全部状态',
449 450
  None: '',
  Name: '名称',
G
i18n  
gongzijian 已提交
451 452 453 454 455 456 457
  'Process priority': '流程优先级',
  'Task priority': '任务优先级',
  'Task timeout alarm': '任务超时告警',
  'Timeout strategy': '超时策略',
  'Timeout alarm': '超时告警',
  'Timeout failure': '超时失败',
  'Timeout period': '超时时长',
曹聚阳 已提交
458 459
  'Waiting Dependent complete': '等待依赖完成',
  'Waiting Dependent start': '等待依赖启动',
曹聚阳 已提交
460
  'Check interval': '检查间隔',
461
  'Timeout must be longer than check interval': '超时时间必须比检查间隔长',
G
i18n  
gongzijian 已提交
462 463 464
  'Timeout strategy must be selected': '超时策略必须选一个',
  'Timeout must be a positive integer': '超时时长必须为正整数',
  'Add dependency': '添加依赖',
465
  'Whether dry-run': '是否空跑',
466 467 468 469 470 471 472
  and: '',
  or: '',
  month: '',
  week: '',
  day: '',
  hour: '',
  Running: '正在运行',
G
i18n  
gongzijian 已提交
473
  'Waiting for dependency to complete': '等待依赖完成',
474
  Selected: '已选',
475
  CurrentHour: '当前小时',
476 477 478
  Last1Hour: '前1小时',
  Last2Hours: '前2小时',
  Last3Hours: '前3小时',
479
  Last24Hours: '前24小时',
480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497
  today: '今天',
  Last1Days: '昨天',
  Last2Days: '前两天',
  Last3Days: '前三天',
  Last7Days: '前七天',
  ThisWeek: '本周',
  LastWeek: '上周',
  LastMonday: '上周一',
  LastTuesday: '上周二',
  LastWednesday: '上周三',
  LastThursday: '上周四',
  LastFriday: '上周五',
  LastSaturday: '上周六',
  LastSunday: '上周日',
  ThisMonth: '本月',
  LastMonth: '上月',
  LastMonthBegin: '上月初',
  LastMonthEnd: '上月末',
G
i18n  
gongzijian 已提交
498
  'Refresh status succeeded': '刷新状态成功',
499
  'Queue manage': 'Yarn 队列管理',
G
i18n  
gongzijian 已提交
500 501
  'Create queue': '创建队列',
  'Edit queue': '编辑队列',
G
gongzijian 已提交
502
  'Datasource manage': '数据源中心',
503
  'History task record': '历史任务记录',
G
gongzijian 已提交
504 505
  'Please go online': '不要忘记上线',
  'Queue value': '队列值',
G
gongzijian 已提交
506 507 508 509 510 511 512
  'Please enter queue value': '请输入队列值',
  'Worker group manage': 'Worker分组管理',
  'Create worker group': '创建Worker分组',
  'Edit worker group': '编辑Worker分组',
  'Token manage': '令牌管理',
  'Create token': '创建令牌',
  'Edit token': '编辑令牌',
513 514
  Addresses: '地址',
  'Worker Addresses': 'Worker地址',
515
  'Please select the worker addresses': '请选择Worker地址',
G
gongzijian 已提交
516
  'Failure time': '失效时间',
B
baoliang 已提交
517
  'Expiration time': '失效时间',
518
  User: '用户',
G
gongzijian 已提交
519 520
  'Please enter token': '请输入令牌',
  'Generate token': '生成令牌',
521 522
  Monitor: '监控中心',
  Group: '分组',
G
gongzijian 已提交
523 524 525
  'Queue statistics': '队列统计',
  'Command status statistics': '命令状态统计',
  'Task kill': '等待kill任务',
G
gongzijian 已提交
526 527 528
  'Task queue': '等待执行任务',
  'Error command count': '错误指令数',
  'Normal command count': '正确指令数',
529
  Manage: '管理',
G
gongzijian 已提交
530
  'Number of connections': '连接数',
531 532
  Sent: '发送量',
  Received: '接收量',
G
gongzijian 已提交
533 534 535 536
  'Min latency': '最低延时',
  'Avg latency': '平均延时',
  'Max latency': '最大延时',
  'Node count': '节点数',
537
  'Query time': '当前查询时间',
G
gongzijian 已提交
538 539 540
  'Node self-test status': '节点自检状态',
  'Health status': '健康状态',
  'Max connections': '最大连接数',
541
  'Threads connections': '当前连接数',
G
gongzijian 已提交
542 543
  'Max used connections': '同时使用连接最大数',
  'Threads running connections': '数据库当前活跃连接数',
G
bug  
gongzijian 已提交
544
  'Worker group': 'Worker分组',
545
  'Please enter a positive integer greater than 0': '请输入大于 0 的正整数',
546 547 548
  'Pre Statement': '前置sql',
  'Post Statement': '后置sql',
  'Statement cannot be empty': '语句不能为空',
549 550
  'Process Define Count': '工作流定义数',
  'Process Instance Running Count': '正在运行的流程数',
551
  'command number of waiting for running': '待执行的命令数',
552 553 554 555
  'failure command number': '执行失败的命令数',
  'tasks number of waiting running': '待运行任务数',
  'task number of ready to kill': '待杀死任务数',
  'Statistics manage': '统计管理',
556 557 558
  statistics: '统计',
  'select tenant': '选择租户',
  'Please enter Principal': '请输入Principal',
559 560 561
  'Please enter the kerberos authentication parameter java.security.krb5.conf': '请输入kerberos认证参数 java.security.krb5.conf',
  'Please enter the kerberos authentication parameter login.user.keytab.username': '请输入kerberos认证参数 login.user.keytab.username',
  'Please enter the kerberos authentication parameter login.user.keytab.path': '请输入kerberos认证参数 login.user.keytab.path',
H
huyuanming 已提交
562 563 564
  'The start time must not be the same as the end': '开始时间和结束时间不能相同',
  'Startup parameter': '启动参数',
  'Startup type': '启动类型',
leon-baoliang's avatar
leon-baoliang 已提交
565
  'warning of timeout': '超时告警',
B
bao liang 已提交
566 567
  'Next five execution times': '接下来五次执行时间',
  'Execute time': '执行时间',
568
  'Complement range': '补数范围',
569 570 571 572 573 574 575 576
  'Http Url': '请求地址',
  'Http Method': '请求类型',
  'Http Parameters': '请求参数',
  'Http Parameters Key': '参数名',
  'Http Parameters Position': '参数位置',
  'Http Parameters Value': '参数值',
  'Http Check Condition': '校验条件',
  'Http Condition': '校验内容',
577
  'Please Enter Http Url': '请填写请求地址(必填)',
578
  'Please Enter Http Condition': '请填写校验内容',
579
  'There is no data for this period of time': '该时间段无数据',
580
  'Worker addresses cannot be empty': 'Worker地址不能为空',
581
  'Please generate token': '请生成Token',
582
  'Please Select token': '请选择Token失效时间',
583
  'Spark Version': 'Spark版本',
584 585
  TargetDataBase: '目标库',
  TargetTable: '目标表',
586 587
  TargetJobName: '目标任务名',
  'Please enter Pigeon job name': '请输入Pigeon任务名',
588 589
  'Please enter the table of target': '请输入目标表名',
  'Please enter a Target Table(required)': '请输入目标表(必填)',
590 591
  SpeedByte: '限流(字节数)',
  SpeedRecord: '限流(记录数)',
592 593
  '0 means unlimited by byte': 'KB,0代表不限制',
  '0 means unlimited by count': '0代表不限制',
_和's avatar
_和 已提交
594
  'Modify User': '修改用户',
595 596 597
  'Whether directory': '是否文件夹',
  Yes: '',
  No: '',
E
eights 已提交
598 599 600
  'Hadoop Custom Params': 'Hadoop参数',
  'Sqoop Advanced Parameters': 'Sqoop参数',
  'Sqoop Job Name': '任务名称',
_和's avatar
_和 已提交
601 602 603 604 605 606 607 608 609 610 611 612 613 614
  'Please enter Mysql Database(required)': '请输入Mysql数据库(必填)',
  'Please enter Mysql Table(required)': '请输入Mysql表名(必填)',
  'Please enter Columns (Comma separated)': '请输入列名,用 , 隔开',
  'Please enter Target Dir(required)': '请输入目标路径(必填)',
  'Please enter Export Dir(required)': '请输入数据源路径(必填)',
  'Please enter Hive Database(required)': '请输入Hive数据库(必填)',
  'Please enter Hive Table(required)': '请输入Hive表名(必填)',
  'Please enter Hive Partition Keys': '请输入分区键',
  'Please enter Hive Partition Values': '请输入分区值',
  'Please enter Replace Delimiter': '请输入替换分隔符',
  'Please enter Fields Terminated': '请输入列分隔符',
  'Please enter Lines Terminated': '请输入行分隔符',
  'Please enter Concurrency': '请输入并发度',
  'Please enter Update Key': '请输入更新列',
E
eights 已提交
615 616
  'Please enter Job Name(required)': '请输入任务名称(必填)',
  'Please enter Custom Shell(required)': '请输入自定义脚本',
617 618 619 620 621 622
  Direct: '流向',
  Type: '类型',
  ModelType: '模式',
  ColumnType: '列类型',
  Database: '数据库',
  Column: '',
_和's avatar
_和 已提交
623 624 625 626 627
  'Map Column Hive': 'Hive类型映射',
  'Map Column Java': 'Java类型映射',
  'Export Dir': '数据源路径',
  'Hive partition Keys': 'Hive 分区键',
  'Hive partition Values': 'Hive 分区值',
628 629 630 631 632
  FieldsTerminated: '列分隔符',
  LinesTerminated: '行分隔符',
  IsUpdate: '是否更新',
  UpdateKey: '更新列',
  UpdateMode: '更新类型',
_和's avatar
_和 已提交
633
  'Target Dir': '目标路径',
634 635 636 637 638 639 640 641 642 643 644
  DeleteTargetDir: '是否删除目录',
  FileType: '保存格式',
  CompressionCodec: '压缩类型',
  CreateHiveTable: '是否创建新表',
  DropDelimiter: '是否删除分隔符',
  OverWriteSrc: '是否覆盖数据源',
  ReplaceDelimiter: '替换分隔符',
  Concurrency: '并发度',
  Form: '表单',
  OnlyUpdate: '只更新',
  AllowInsert: '无更新便插入',
_和's avatar
_和 已提交
645 646 647
  'Data Source': '数据来源',
  'Data Target': '数据目的',
  'All Columns': '全表导入',
648 649
  'Some Columns': '选择列',
  'Branch flow': '分支流转',
E
eights 已提交
650 651
  'Custom Job': '自定义任务',
  'Custom Script': '自定义脚本',
652
  'Cannot select the same node for successful branch flow and failed branch flow': '成功分支流转和失败分支流转不能选择同一个节点',
B
break60 已提交
653
  'Successful branch flow and failed branch flow are required': 'conditions节点成功和失败分支流转必填',
B
baoliang 已提交
654 655
  'No resources exist': '不存在资源',
  'Please delete all non-existing resources': '请删除所有不存在资源',
656
  'Unauthorized or deleted resources': '未授权或已删除资源',
R
Rubik-W 已提交
657
  'Please delete all non-existent resources': '请删除所有未授权或已删除资源',
658 659 660 661 662 663
  Kinship: '工作流关系',
  Reset: '重置',
  KinshipStateActive: '当前选择',
  KinshipState1: '已上线',
  KinshipState0: '工作流未上线',
  KinshipState10: '调度未上线',
L
LiemLin 已提交
664
  'Dag label display control': 'Dag节点名称显隐',
665 666
  Enable: '启用',
  Disable: '停用',
B
break60 已提交
667
  'The Worker group no longer exists, please select the correct Worker group!': '该Worker分组已经不存在,请选择正确的Worker分组!',
668
  'Please confirm whether the workflow has been saved before downloading': '下载前请确定工作流是否已保存',
L
lenboo 已提交
669
  'User name length is between 3 and 39': '用户名长度在3~39之间',
670
  'Timeout Settings': '超时设置',
671 672
  'Connect Timeout': '连接超时',
  'Socket Timeout': 'Socket超时',
673 674
  'Connect timeout be a positive integer': '连接超时必须为数字',
  'Socket Timeout be a positive integer': 'Socket超时必须为数字',
675
  ms: '毫秒',
X
xsbai 已提交
676
  'Please Enter Url': '请直接填写地址,例如:127.0.0.1:7077',
677 678
  Master: 'Master',
  'Please select the waterdrop resources': '请选择waterdrop配置文件',
679
  zkDirectory: 'zk注册目录',
680 681
  'Directory detail': '查看目录详情',
  'Connection name': '连线名',
682
  'Current connection settings': '当前连线设置',
683
  'Please save the DAG before formatting': '格式化前请先保存DAG',
684 685 686
  'Batch copy': '批量复制',
  'Related items': '关联项目',
  'Project name is required': '项目名称必填',
687
  'Batch move': '批量移动',
688 689
  Version: '版本',
  'Pre tasks': '前置任务',
690 691 692
  'Running Memory': '运行内存',
  'Max Memory': '最大内存',
  'Min Memory': '最小内存',
693
  'The workflow canvas is abnormal and cannot be saved, please recreate': '该工作流画布异常,无法保存,请重新创建',
694 695
  Info: '提示',
  'Datasource userName': '所属用户',
696
  'Resource userName': '所属用户',
697 698 699 700 701 702 703 704 705 706 707 708
  'Environment manage': '环境管理',
  'Create environment': '创建环境',
  'Edit environment': '编辑',
  'Environment value': 'Environment value',
  'Environment Name': '环境名称',
  'Environment Code': '环境编码',
  'Environment Config': '环境配置',
  'Environment Desc': '详细描述',
  'Environment Worker Group': 'Worker组',
  'Please enter environment config': '请输入环境配置信息',
  'Please enter environment desc': '请输入详细描述',
  'Please select worker groups': '请选择Worker分组',
709
  condition: '条件',
710
  'The condition content cannot be empty': '条件内容不能为空',
711
  'Reference from': '使用已有任务',
712 713 714 715 716 717 718 719 720 721 722 723
  'No more...': '没有更多了...',
  'Task Definition': '任务定义',
  'Create task': '创建任务',
  'Task Type': '任务类型',
  'Process execute type': '执行策略',
  parallel: '并行',
  'Serial wait': '串行等待',
  'Serial discard': '串行抛弃',
  'Serial priority': '串行优先',
  'Recover serial wait': '串行恢复',
  IsEnableProxy: '启用代理',
  WebHook: 'Web钩子',
724
  webHook: 'Web钩子',
725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750
  Keyword: '密钥',
  Proxy: '代理',
  receivers: '收件人',
  receiverCcs: '抄送人',
  transportProtocol: '邮件协议',
  serverHost: 'SMTP服务器',
  serverPort: 'SMTP端口',
  sender: '发件人',
  enableSmtpAuth: '请求认证',
  starttlsEnable: 'STARTTLS连接',
  sslEnable: 'SSL连接',
  smtpSslTrust: 'SSL证书信任',
  url: 'URL',
  requestType: '请求方式',
  headerParams: '请求头',
  bodyParams: '请求体',
  contentField: '内容字段',
  path: '脚本路径',
  userParams: '自定义参数',
  corpId: '企业ID',
  secret: '密钥',
  teamSendMsg: '群发信息',
  userSendMsg: '群员信息',
  agentId: '应用ID',
  users: '群员',
  Username: '用户名',
751
  username: '用户名',
752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767
  showType: '内容展示类型',
  'Please select a task type (required)': '请选择任务类型(必选)',
  layoutType: '布局类型',
  gridLayout: '网格布局',
  dagreLayout: '层次布局',
  rows: '行数',
  cols: '列数',
  processOnline: '已上线',
  searchNode: '搜索节点',
  dagScale: '缩放',
  workflowName: '工作流名称',
  scheduleStartTime: '定时开始时间',
  scheduleEndTime: '定时结束时间',
  crontabExpression: 'Crontab',
  workflowPublishStatus: '工作流上线状态',
  schedulePublishStatus: '定时状态'
768
}