Files
lanzhouhailiang_two/acs/nladmin-ui/src/i18n/langs/auto/en.js

18 lines
373 B
JavaScript

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': {
'select_msg': 'Are you sure to stop this thread?'
}
}
}