add 任务调度国际化
This commit is contained in:
@@ -11,7 +11,7 @@ export default {
|
||||
'operate': 'operate',
|
||||
},
|
||||
'msg': {
|
||||
'stop_msg': 'Are you sure to stop this thread?'
|
||||
'select_msg': 'Are you sure to stop this thread?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,21 +13,22 @@ import storageCell from './storageCell/zh'
|
||||
import route from './route/zh'
|
||||
import auto from './auto/zh'
|
||||
import monitor from './monitor/zh'
|
||||
|
||||
import timing from './timing/zh'
|
||||
export default {
|
||||
...zhLocale,
|
||||
...zh,
|
||||
...menu,
|
||||
...param,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...auto,
|
||||
...monitor
|
||||
}
|
||||
...zhLocale,
|
||||
...zh,
|
||||
...menu,
|
||||
...param,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...auto,
|
||||
...monitor,
|
||||
...timing
|
||||
}
|
||||
@@ -13,21 +13,22 @@ import storageCell from './storageCell/en'
|
||||
import route from './route/en'
|
||||
import auto from './auto/en'
|
||||
import monitor from './monitor/en'
|
||||
|
||||
import timing from './timing/en'
|
||||
export default {
|
||||
...enLocale,
|
||||
...en,
|
||||
...menu,
|
||||
...param,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...auto,
|
||||
...monitor
|
||||
}
|
||||
...enLocale,
|
||||
...en,
|
||||
...menu,
|
||||
...param,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...auto,
|
||||
...monitor,
|
||||
...timing
|
||||
}
|
||||
@@ -13,21 +13,22 @@ import storageCell from './storageCell/in'
|
||||
import route from './route/in'
|
||||
import auto from './auto/in'
|
||||
import monitor from './monitor/in'
|
||||
|
||||
import timing from './timing/in'
|
||||
export default {
|
||||
...idLocale,
|
||||
...id,
|
||||
...menu,
|
||||
...param,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...auto,
|
||||
...monitor
|
||||
}
|
||||
...idLocale,
|
||||
...id,
|
||||
...menu,
|
||||
...param,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...auto,
|
||||
...monitor,
|
||||
...timing
|
||||
}
|
||||
25
acs/nladmin-ui/src/i18n/langs/timing/en.js
Normal file
25
acs/nladmin-ui/src/i18n/langs/timing/en.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'Timing': {
|
||||
'DB': {
|
||||
'job_id': 'job_id',
|
||||
'job_name': 'job_name',
|
||||
'bean_name': 'bean_name',
|
||||
'method_name': 'method_name',
|
||||
'thread_state': 'thread_state',
|
||||
'params': 'params',
|
||||
'cron_expression': 'cron_expression',
|
||||
'is_pause': 'is_pause',
|
||||
'description': 'description',
|
||||
'create_time': 'create_time',
|
||||
'log': 'log',
|
||||
'edit': 'edit',
|
||||
'execute': 'execute',
|
||||
'restore': 'restore',
|
||||
'suspend': 'suspend',
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': 'Enter task name to search for',
|
||||
'delete_msg': 'Are you sure to stop and delete this task?',
|
||||
}
|
||||
}
|
||||
}
|
||||
25
acs/nladmin-ui/src/i18n/langs/timing/in.js
Normal file
25
acs/nladmin-ui/src/i18n/langs/timing/in.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'Timing': {
|
||||
'DB': {
|
||||
'job_id': 'ID Tugas',
|
||||
'job_name': 'Tugas Nama',
|
||||
'bean_name': 'Nama kacang',
|
||||
'method_name': 'Metode eksekusi',
|
||||
'thread_state': 'Status benang',
|
||||
'params': 'parameter',
|
||||
'cron_expression': 'ekspresi cron',
|
||||
'is_pause': 'keadaan',
|
||||
'description': 'deskripsikan',
|
||||
'create_time': 'Tarikh penciptaan',
|
||||
'log': 'jurnal',
|
||||
'edit': 'edit',
|
||||
'execute': 'implementasi',
|
||||
'restore': 'Kembalikan',
|
||||
'suspend': 'suspend',
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': 'Masukkan nama tugas untuk dicari',
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghentikan dan menghapus tugas ini?',
|
||||
}
|
||||
}
|
||||
}
|
||||
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