refactor: nladmin-acs init
This commit is contained in:
33
nladmin-ui/src/i18n/langs/timing/en.js
Normal file
33
nladmin-ui/src/i18n/langs/timing/en.js
Normal file
@@ -0,0 +1,33 @@
|
||||
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',
|
||||
'Leader': 'Leader',
|
||||
'Alarm_mailbox': 'Alarm Mailbox',
|
||||
'Whether_pause': 'Whether Pause?',
|
||||
'Parameter_content': 'Parameter Content',
|
||||
'please_enter_cron_expression': 'Please Enter A Cron Expression',
|
||||
'spilt1': 'Multiple Expressions Are Separated By Commas',
|
||||
'spilt2': 'Multiple Mailboxes Are Separated By Commas',
|
||||
'Generate_expressions': 'Generate Expressions'
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': 'Enter Task Name To Search For',
|
||||
'delete_msg': 'Are You Sure To Stop And Delete This Task?'
|
||||
}
|
||||
}
|
||||
}
|
||||
33
nladmin-ui/src/i18n/langs/timing/in.js
Normal file
33
nladmin-ui/src/i18n/langs/timing/in.js
Normal file
@@ -0,0 +1,33 @@
|
||||
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',
|
||||
'Leader': 'Kepala',
|
||||
'Alarm_mailbox': 'Kotak surat alarm',
|
||||
'Whether_pause': 'Apakah Akan Berhenti Setelah Kegagalan',
|
||||
'Parameter_content': 'Konten Parameter',
|
||||
'please_enter_cron_expression': 'Silakan Masukkan Ekspresi Cron',
|
||||
'spilt1': 'Beberapa Ekspresi Dipisahkan Dengan Koma',
|
||||
'spilt2': 'Beberapa Kotak Pesan Dipisahkan Dengan Koma',
|
||||
'Generate_expressions': 'Menghasilkan Ekspresi'
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': 'Masukkan Nama Tugas Untuk Dicari',
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghentikan Dan Menghapus Tugas Ini?'
|
||||
}
|
||||
}
|
||||
}
|
||||
33
nladmin-ui/src/i18n/langs/timing/zh.js
Normal file
33
nladmin-ui/src/i18n/langs/timing/zh.js
Normal file
@@ -0,0 +1,33 @@
|
||||
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': '暂停',
|
||||
'Leader': '负责人',
|
||||
'Alarm_mailbox': '告警邮箱',
|
||||
'Whether_pause': '失败后是否暂停',
|
||||
'Parameter_content': '参数内容',
|
||||
'please_enter_cron_expression': '请输入cron表达式',
|
||||
'spilt1': '多个表达式用逗号隔开',
|
||||
'spilt2': '多个邮箱用逗号隔开',
|
||||
'Generate_expressions': '生成表达式'
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': '输入任务名称搜索',
|
||||
'delete_msg': '确定停止并删除该任务吗?'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user