zh_CN.js 20.1 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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
  'User Name': '用户名',
  'Please enter user name': '请输入用户名',
  'Password': '密码',
  'Please enter your password': '请输入密码',
  'Login': '登录',
  'Home': '首页',
  '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': '查看日志',
  'Enter this child node': '进入该子节点',
  'Node name': '节点名称',
  'Please enter name(required)': '请输入名称(必填)',
  'Run flag': '运行标志',
  'Normal': '正常',
  'Prohibition execution': '禁止执行',
  'Please enter description': '请输入描述',
  'Number of failed retries': '失败重试次数',
  'Times': '',
  'Failed retry interval': '失败重试间隔',
  'Minute': '',
  'Cancel': '取消',
  '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': '该任务还未执行,不能进入子工作流',
49
  'Please enter name (required)': '请输入名称(必填)',
G
i18n  
gongzijian 已提交
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
  'Name already exists': '名称已存在请重新输入',
  'Download Log': '下载日志',
  'Refresh Log': '刷新日志',
  'Enter full screen': '进入全屏',
  'Cancel full screen': '取消全屏',
  'Close': '关闭',
  'Update log success': '更新日志成功',
  'No more logs': '暂无更多日志',
  'No log': '暂无日志',
  'Loading Log...': '正在努力请求日志中...',
  'Set the DAG diagram name': '设置DAG图名称',
  'Please enter description(optional)': '请输入描述(选填)',
  'Set global': '设置全局',
  'Whether to update the process definition': '是否更新流程定义',
  'Add': '添加',
  'DAG graph name cannot be empty': 'DAG图名称不能为空',
  'Create Datasource': '创建数据源',
  'Project Home': '项目首页',
  'Project Manage': '项目管理',
  'Create Project': '创建项目',
G
gongzijian 已提交
70 71
  'Cron Manage': '定时管理',
  'Tenant Manage': '租户管理',
G
i18n  
gongzijian 已提交
72
  'Create Tenant': '创建租户',
G
gongzijian 已提交
73
  'User Manage': '用户管理',
G
i18n  
gongzijian 已提交
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
  'Create User': '创建用户',
  'User Information': '用户信息',
  'Edit Password': '密码修改',
  'success': '成功',
  'failed': '失败',
  'delete': '删除',
  'Please choose': '请选择',
  'Please enter a positive integer': '请输入正整数',
  'Program Type': '程序类型',
  'Main class': '主函数的class',
  'Main jar package': '主jar包',
  'Please enter main jar package': '请选择主jar包',
  'Command-line parameters': '命令行参数',
  'Please enter Command-line parameters': '请输入命令行参数',
  'Other parameters': '其他参数',
  'Please enter other parameters': '请输入其他参数',
  'Resources': '资源',
  'Custom Parameters': '自定义参数',
  'Please enter main class': '请填写主函数的class',
  'Datasource': '数据源',
  'methods': '方法',
  'Please enter method(optional)': '请输入方法(选填)',
  'Script': '脚本',
  'Please enter script(required)': '请输入脚本(必填)',
  'Deploy Mode': '部署方式',
  'Driver core number': 'Driver内核数',
  'Please enter driver core number': '请输入Driver内核数',
  'Driver memory use': 'Driver内存数',
  'Please enter driver memory use': '请输入Driver内存数',
  'Number of Executors': 'Executor数量',
  'Please enter the number of Executor': '请输入Executor数量',
  'Executor memory': 'Executor内存数',
  'Please enter the Executor memory': '请输入Executor内存数',
  'Executor core number': 'Executor内核数',
  'Please enter Executor core number': '请输入Executor内核数',
  'The number of Executors should be a positive integer': 'Executor数量为正整数',
  'Memory should be a positive integer': '内存数为数字',
  'Please enter ExecutorPlease enter Executor core number': '请填写Executor内核数',
  'Core number should be positive integer': '内核数为正整数',
  'SQL Type': 'sql类型',
114 115
  'Title': '主题',
  'Please enter the title of email': '请输入邮件主题',
G
i18n  
gongzijian 已提交
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
  'Table': '表格',
  'Attachment': '附件',
  'SQL Parameter': 'sql参数',
  'SQL Statement': 'sql语句',
  'UDF Function': 'UDF函数',
  'Please enter a SQL Statement(required)': '请输入sql语句(必填)',
  'Child Node': '子节点',
  'Please select a sub-Process': '请选择子工作流',
  'Edit': '编辑',
  'Datasource Name': '数据源名称',
  'Please enter datasource name': '请输入数据源名称',
  'IP': 'IP主机名',
  'Please enter IP': '请输入IP主机名',
  'Port': '端口',
  'Please enter port': '请输入端口',
  'Database Name': '数据库名',
  'Please enter database name': '请输入数据库名',
  'jdbc connect parameters': 'jdbc连接参数',
  'Test Connect': '测试连接',
一子三木's avatar
一子三木 已提交
135
  'Please enter resource name': '请输入数据源名称',
136
  'Please enter a non-query SQL statement': '请输入非查询sql语句',
G
i18n  
gongzijian 已提交
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
  'Please enter IP/hostname': '请输入IP/主机名',
  'jdbc connection parameters is not a correct JSON format': 'jdbc连接参数不是一个正确的JSON格式',
  '#': '编号',
  'Datasource Type': '数据源类型',
  'Datasource Parameter': '数据源参数',
  'Create Time': '创建时间',
  'Update Time': '更新时间',
  'Operation': '操作',
  'Click to view': '点击查看',
  'Delete?': '确定删除吗?',
  'Confirm': '确定',
  'Task status statistics': '任务状态统计',
  'Number': '数量',
  'State': '状态',
  'Process Status Statistics': '流程状态统计',
  'Process Definition Statistics': '流程定义统计',
  'Project Name': '项目名称',
  'Please enter name': '请输入名称',
  'Owned Users': '所属用户',
  'Process Pid': '进程pid',
G
gongzijian 已提交
157
  'Zk registration directory': 'zk注册目录',
L
ligang 已提交
158 159
  'cpuUsage': 'cpuUsage',
  'memoryUsage': 'memoryUsage',
G
i18n  
gongzijian 已提交
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
  'Last heartbeat time': '最后心跳时间',
  'Edit Tenant': '编辑租户',
  'Tenant Code': '租户编码',
  'Tenant Name': '租户名称',
  'Queue': '队列',
  'Please enter the tenant code in English': '请输入租户编码只允许英文',
  'Please enter tenant code in English': '请输入英文租户编码',
  'Edit User': '编辑用户',
  'Tenant': '租户',
  'Email': '邮件',
  'Phone': '手机',
  'Please enter phone number': '请输入手机',
  'Please enter email': '请输入邮箱',
  'Please enter the correct email format': '请输入正确的邮箱格式',
  'Please enter the correct mobile phone format': '请输入正确的手机格式',
  'Project': '项目',
  'Authorize': '授权',
177 178
  'File resources': '文件资源',
  'UDF resources': 'UDF资源',
G
i18n  
gongzijian 已提交
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
  'Edit alarm group': '编辑告警组',
  'Create alarm group': '创建告警组',
  'Group Name': '组名称',
  'Please enter group name': '请输入组名称',
  'Group Type': '组类型',
  'Remarks': '备注',
  'SMS': '短信',
  'Managing Users': '管理用户',
  'Permission': '权限',
  'Administrator': '管理员',
  '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': '请选择资源',
  'Query': '查询',
  'Non Query': '非查询',
  'prop(required)': 'prop(必填)',
  'value(optional)': 'value(选填)',
202
  'value(required)': 'value(必填)',
G
i18n  
gongzijian 已提交
203
  'prop is empty': 'prop不能为空',
204
  'value is empty': 'value不能为空',
G
i18n  
gongzijian 已提交
205 206 207
  'prop is repeat': 'prop中有重复',
  'Start Time': '开始时间',
  'End Time': '结束时间',
L
ligang 已提交
208
  'crontab': 'crontab',
G
i18n  
gongzijian 已提交
209 210 211 212 213 214 215 216 217
  'Failure Strategy': '失败策略',
  'online': '上线',
  'offline': '下线',
  'Task Status': '任务状态',
  'Process Instance': '工作流实例',
  'Task Instance': '任务实例',
  'Select date range': '选择日期区间',
  'Date': '日期',
  'waiting': '等待',
218 219
  'execution': '执行中',
  'finish': '完成',
G
i18n  
gongzijian 已提交
220 221 222 223
  'Create File': '创建文件',
  'File Name': '文件名称',
  'File Format': '文件格式',
  'File Content': '文件内容',
224
  'Upload File Size': '文件大小不能超过1G',
G
i18n  
gongzijian 已提交
225 226 227 228 229 230
  'Create': '创建',
  'Please enter the resource content': '请输入资源内容',
  'File Details': '文件详情',
  'Download Details': '下载详情',
  'Return': '返回',
  'Save': '保存',
G
gongzijian 已提交
231
  'File Manage': '文件管理',
G
i18n  
gongzijian 已提交
232 233 234 235 236 237 238
  'Upload Files': '上传文件',
  'Create UDF Function': '创建UDF函数',
  'Upload UDF Resources': '上传UDF资源',
  'Service-Master': '服务管理-Master',
  'Service-Worker': '服务管理-Worker',
  'Process Name': '工作流名称',
  'Run Type': '运行类型',
239
  'Scheduling Time': '调度时间',
G
i18n  
gongzijian 已提交
240
  'Run Times': '运行次数',
L
ligang 已提交
241
  'host': 'host',
G
i18n  
gongzijian 已提交
242 243 244 245 246
  'fault-tolerant sign': '容错标识',
  'Rerun': '重跑',
  'Recovery Failed': '恢复失败',
  'Stop': '停止',
  'Pause': '暂停',
leon-baoliang's avatar
leon-baoliang 已提交
247
  'Recovery Suspend': '恢复运行',
G
i18n  
gongzijian 已提交
248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
  'Gantt': '甘特图',
  'Name': '名称',
  'Node Type': '节点类型',
  'Submit Time': '提交时间',
  'Duration': '运行时长',
  'Retry Count': '重试次数',
  'Task Name': '任务名称',
  'Task Date': '任务日期',
  'Source Table': '源表',
  'Record Number': '记录数',
  'Target Table': '目标表',
  'Online viewing type is not supported': '不支持在线查看类型',
  'Size': '大小',
  'Rename': '重命名',
  'Download': '下载',
263
  'Export': '导出',
G
i18n  
gongzijian 已提交
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292
  'Submit': '提交',
  'Edit UDF Function': '编辑UDF函数',
  'type': '类型',
  'UDF Function Name': 'UDF函数名称',
  'Please enter a function name': '请输入函数名',
  'Package Name': '包名类名',
  'Please enter a Package name': '请输入包名类名',
  'Parameter': '参数',
  'Please enter a parameter': '请输入参数',
  'UDF Resources': 'UDF资源',
  'Upload Resources': '上传资源',
  'Instructions': '使用说明',
  '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': '文件大小',
  'Description': '描述',
  'Drag Nodes and Selected Items': '拖动节点和选中项',
  'Select Line Connection': '选择线条连接',
  'Delete selected lines or nodes': '删除选中的线或节点',
  'Full Screen': '全屏',
  'Unpublished': '未发布',
  'Start Process': '启动工作流',
  'Execute from the current node': '从当前节点开始执行',
  'Recover tolerance fault process': '恢复被容错的工作流',
leon-baoliang's avatar
leon-baoliang 已提交
293
  'Resume the suspension process': '恢复运行流程',
G
i18n  
gongzijian 已提交
294 295 296 297 298 299 300 301 302
  'Execute from the failed nodes': '从失败节点开始执行',
  'Complement Data': '补数',
  'Scheduling execution': '调度执行',
  'Recovery waiting thread': '恢复等待线程',
  'Submitted successfully': '提交成功',
  'Executing': '正在执行',
  'Ready to pause': '准备暂停',
  'Ready to stop': '准备停止',
  'Need fault tolerance': '需要容错',
L
ligang 已提交
303
  'kill': 'kill',
G
i18n  
gongzijian 已提交
304 305 306 307
  'Waiting for thread': '等待线程',
  'Waiting for dependence': '等待依赖',
  'Start': '运行',
  'Copy': '复制节点',
308
  'Delete': '删除',
G
i18n  
gongzijian 已提交
309 310 311 312
  'Please enter keyword': '请输入关键词',
  'File Upload': '文件上传',
  'Drag the file into the current upload window': '请将文件拖拽到当前上传窗口内!',
  'Drag area upload': '拖动区域上传',
313
  'Upload': '上传',
G
i18n  
gongzijian 已提交
314 315 316 317 318 319 320 321 322 323 324 325 326
  'Please enter file name': '请输入文件名',
  'Please select the file to upload': '请选择要上传的文件',
  'Resources manage': '资源中心',
  'Security': '安全中心',
  'Logout': '退出',
  'No data': '查询无数据',
  'Uploading...': '文件上传中',
  'Loading...': '正在努力加载中...',
  'List': '列表',
  'Unable to download without proper url': '无下载url无法下载',
  'Process': '工作流',
  'Process definition': '工作流定义',
  'Task record': '任务记录',
G
gongzijian 已提交
327 328 329 330 331
  'Warning group manage': '告警组管理',
  'Servers manage': '服务管理',
  'UDF manage': 'UDF管理',
  'Resource manage': '资源管理',
  'Function manage': '函数管理',
G
i18n  
gongzijian 已提交
332 333 334
  'Edit password': '修改密码',
  'Ordinary users': '普通用户',
  'Create process': '创建工作流',
335
  'Import process': '导入工作流',
G
i18n  
gongzijian 已提交
336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
  'Timing state': '定时状态',
  'Timing': '定时',
  'TreeView': '树形图',
  'Mailbox already exists! Recipients and copyers cannot repeat': '邮箱已存在!收件人和抄送人不能重复',
  'Mailbox input is illegal': '邮箱输入不合法',
  'Please set the parameters before starting': '启动前请先设置参数',
  'Continue': '继续',
  'End': '结束',
  'Node execution': '节点执行',
  'Backward execution': '向后执行',
  'Forward execution': '向前执行',
  'Execute only the current node': '仅执行当前节点',
  'Notification strategy': '通知策略',
  'Notification group': '通知组',
  'Please select a notification group': '请选择通知组',
  'Recipient': '收件人',
  'Cc': '抄送人',
  'Whether it is a complement process?': '是否补数',
  'Mode of execution': '执行方式',
  'Serial execution': '串行执行',
  'Parallel execution': '并行执行',
  'Set parameters before timing': '定时前请先设置参数',
  'Start and stop time': '起止时间',
  'Please select time': '请选择时间',
  'Please enter crontab': '请输入crontab',
  'none_1': '都不发',
  'success_1': '成功发',
  'failure_1': '失败发',
  'All_1': '成功或失败都发',
  'Toolbar': '工具栏',
  'View variables': '查看变量',
  'Refresh DAG status': '刷新DAG状态',
  'Return_1': '返回上一节点',
  'Please enter format': '请输入格式为',
  'connection parameter': '连接参数',
  'Process definition details': '流程定义详情',
  'Create process definition': '创建流程定义',
  'Scheduled task list': '定时任务列表',
  'Process instance details': '流程实例详情',
  'Create Resource': '创建资源',
  'User Center': '用户中心',
  'Please enter method': '请输入方法',
  'none': '',
G
gongzijian 已提交
379
  'name': '名称',
G
i18n  
gongzijian 已提交
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401
  'Process priority': '流程优先级',
  'Task priority': '任务优先级',
  'Task timeout alarm': '任务超时告警',
  'Timeout strategy': '超时策略',
  'Timeout alarm': '超时告警',
  'Timeout failure': '超时失败',
  'Timeout period': '超时时长',
  'Timeout strategy must be selected': '超时策略必须选一个',
  'Timeout must be a positive integer': '超时时长必须为正整数',
  'Add dependency': '添加依赖',
  'and': '',
  'or': '',
  'month': '',
  'week': '',
  'day': '',
  'hour': '',
  'Running': '正在运行',
  'Waiting for dependency to complete': '等待依赖完成',
  'Selected': '已选',
  'Last1Hour': '前1小时',
  'Last2Hours': '前2小时',
  'Last3Hours': '前3小时',
B
baoliang 已提交
402
  'today': '今天',
G
i18n  
gongzijian 已提交
403 404 405 406
  'Last1Days': '昨天',
  'Last2Days': '前两天',
  'Last3Days': '前三天',
  'Last7Days': '前七天',
feloxx's avatar
feloxx 已提交
407
  'ThisWeek': '本周',
G
i18n  
gongzijian 已提交
408 409 410 411 412 413 414 415
  'LastWeek': '上周',
  'LastMonday': '上周一',
  'LastTuesday': '上周二',
  'LastWednesday': '上周三',
  'LastThursday': '上周四',
  'LastFriday': '上周五',
  'LastSaturday': '上周六',
  'LastSunday': '上周日',
feloxx's avatar
feloxx 已提交
416
  'ThisMonth': '本月',
G
i18n  
gongzijian 已提交
417 418 419 420 421 422 423
  'LastMonth': '上月',
  'LastMonthBegin': '上月初',
  'LastMonthEnd': '上月末',
  'Refresh status succeeded': '刷新状态成功',
  'Queue manage': '队列管理',
  'Create queue': '创建队列',
  'Edit queue': '编辑队列',
G
gongzijian 已提交
424
  'Datasource manage': '数据源中心',
425
  'History task record': '历史任务记录',
G
gongzijian 已提交
426 427
  'Please go online': '不要忘记上线',
  'Queue value': '队列值',
G
gongzijian 已提交
428 429 430 431 432 433 434 435
  'Please enter queue value': '请输入队列值',
  'Worker group manage': 'Worker分组管理',
  'Create worker group': '创建Worker分组',
  'Edit worker group': '编辑Worker分组',
  'Token manage': '令牌管理',
  'Create token': '创建令牌',
  'Edit token': '编辑令牌',
  'Please enter the IP address separated by commas': '请输入IP地址多个用逗号隔开',
一子三木's avatar
一子三木 已提交
436
  'Note: Multiple IP addresses have been comma separated': '注意:多个IP地址以逗号分割',
G
gongzijian 已提交
437 438 439 440 441
  'Failure time': '失效时间',
  'User': '用户',
  'Please enter token': '请输入令牌',
  'Generate token': '生成令牌',
  'Monitor': '监控中心',
G
gongzijian 已提交
442 443 444 445
  'Group': '分组',
  'Queue statistics': '队列统计',
  'Command status statistics': '命令状态统计',
  'Task kill': '等待kill任务',
G
gongzijian 已提交
446 447 448 449 450 451 452 453 454 455 456
  'Task queue': '等待执行任务',
  'Error command count': '错误指令数',
  'Normal command count': '正确指令数',
  'Manage': '管理',
  'Number of connections': '连接数',
  'Sent': '发送量',
  'Received': '接收量',
  'Min latency': '最低延时',
  'Avg latency': '平均延时',
  'Max latency': '最大延时',
  'Node count': '节点数',
457
  'Query time': '当前查询时间',
G
gongzijian 已提交
458 459 460 461 462 463
  'Node self-test status': '节点自检状态',
  'Health status': '健康状态',
  'Max connections': '最大连接数',
  'Threads connections': '当前活跃连接',
  'Max used connections': '同时使用连接最大数',
  'Threads running connections': '数据库当前活跃连接数',
G
bug  
gongzijian 已提交
464
  'Worker group': 'Worker分组',
465
  'Please enter a positive integer greater than 0': '请输入大于 0 的正整数',
466 467 468
  'Pre Statement': '前置sql',
  'Post Statement': '后置sql',
  'Statement cannot be empty': '语句不能为空',
G
test  
gongzijian 已提交
469
  'Process Define Count': '流程定义个数',
470 471
  'Process Instance Running Count': '运行流程实例个数',
  'Please select a queue': '请选择队列',
472
  'command number of waiting for running': '待执行的命令数',
473 474 475 476 477
  'failure command number': '执行失败的命令数',
  'tasks number of waiting running': '待运行任务数',
  'task number of ready to kill': '待杀死任务数',
  'Statistics manage': '统计管理',
  'statistics': '统计',
478
  'select tenant':'选择租户',
479
  'Please enter Principal':'请输入Principal',
H
huyuanming 已提交
480 481 482
  'The start time must not be the same as the end': '开始时间和结束时间不能相同',
  'Startup parameter': '启动参数',
  'Startup type': '启动类型',
leon-baoliang's avatar
leon-baoliang 已提交
483
  'warning of timeout': '超时告警',
B
bao liang 已提交
484 485
  'Next five execution times': '接下来五次执行时间',
  'Execute time': '执行时间',
486 487 488 489
  'Complement range': '补数范围',
  'slot':'slot数量',
  'taskManager':'taskManage数量',
  'jobManagerMemory':'jobManager内存数',
490 491 492 493 494 495 496 497 498 499
  'taskManagerMemory':'taskManager内存数',
  'Http Url':'请求地址',
  'Http Method':'请求类型',
  'Http Parameters':'请求参数',
  'Http Parameters Key':'参数名',
  'Http Parameters Position':'参数位置',
  'Http Parameters Value':'参数值',
  'Http Check Condition':'校验条件',
  'Http Condition':'校验内容',
  'Please Enter Http Url': '请填写请求地址(必填)',
500
  'Please Enter Http Condition': '请填写校验内容',
501 502 503
  'There is no data for this period of time': '该时间段无数据',
  'IP address cannot be empty': 'IP地址不能为空',
  'Please generate token': '请生成Token'
504
}