add 自动线程国际化

This commit is contained in:
周俊杰
2023-11-30 10:54:39 +08:00
parent f5e7e2023f
commit c294d65603
10 changed files with 427 additions and 388 deletions

View 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?'
}
}
}