Files
lanzhouhailiang_two/acs/nladmin-ui/src/i18n/langs/auto/en.js
2023-11-30 10:54:39 +08:00

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