add 任务调度国际化
This commit is contained in:
25
acs/nladmin-ui/src/i18n/langs/timing/zh.js
Normal file
25
acs/nladmin-ui/src/i18n/langs/timing/zh.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'Timing': {
|
||||
'DB': {
|
||||
'job_id': '任务ID',
|
||||
'job_name': '任务名称',
|
||||
'bean_name': 'Bean名称',
|
||||
'method_name': '执行方法',
|
||||
'thread_state': '线程状态',
|
||||
'params': '参数',
|
||||
'cron_expression': 'cron表达式',
|
||||
'is_pause': '状态',
|
||||
'description': '描述',
|
||||
'create_time': '创建日期',
|
||||
'log': '日志',
|
||||
'edit': '编辑',
|
||||
'execute': '执行',
|
||||
'restore': '恢复',
|
||||
'suspend': '暂停',
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': '输入任务名称搜索',
|
||||
'delete_msg': '确定停止并删除该任务吗?',
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user