添加 国际化框架

This commit is contained in:
2024-12-20 10:55:03 +08:00
parent b78740a239
commit fba29e0abc
139 changed files with 5297 additions and 8 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': {
'select_msg': 'Are You Sure To Stop This Thread?'
}
}
}