添加 国际化框架
This commit is contained in:
17
wms_pro/qd/src/i18n/langs/auto/en.js
Normal file
17
wms_pro/qd/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': {
|
||||
'select_msg': 'Are You Sure To Stop This Thread?'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user