add 自动线程国际化
This commit is contained in:
17
acs/nladmin-ui/src/i18n/langs/auto/en.js
Normal file
17
acs/nladmin-ui/src/i18n/langs/auto/en.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
'Auto': {
|
||||
'table': {
|
||||
'name': 'name',
|
||||
'code': 'code',
|
||||
'status': 'status',
|
||||
'thread_name': 'thread_name',
|
||||
'thread_state': 'thread_state',
|
||||
'usedStatus': 'usedStatus',
|
||||
'stopMessage': 'stopMessage',
|
||||
'operate': 'operate',
|
||||
},
|
||||
'msg': {
|
||||
'stop_msg': 'Are you sure to stop this thread?'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user