init 二期ACS
This commit is contained in:
17
acs2/nladmin-ui/src/i18n/langs/auto/en.js
Normal file
17
acs2/nladmin-ui/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?'
|
||||
}
|
||||
}
|
||||
}
|
||||
17
acs2/nladmin-ui/src/i18n/langs/auto/in.js
Normal file
17
acs2/nladmin-ui/src/i18n/langs/auto/in.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
'Auto': {
|
||||
'table': {
|
||||
'name': 'Nama',
|
||||
'code': 'Nomor',
|
||||
'status': 'Keadaan',
|
||||
'thread_name': 'Nama Benda',
|
||||
'thread_state': 'Status benang',
|
||||
'usedStatus': 'Status Penggunaan',
|
||||
'stopMessage': 'Hentikan Pesan',
|
||||
'operate': 'Operasi'
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': 'Apakah Anda Yakin Untuk Menghentikan Benang Ini?'
|
||||
}
|
||||
}
|
||||
}
|
||||
17
acs2/nladmin-ui/src/i18n/langs/auto/zh.js
Normal file
17
acs2/nladmin-ui/src/i18n/langs/auto/zh.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
'Auto': {
|
||||
'table': {
|
||||
'name': '名称',
|
||||
'code': '编号',
|
||||
'status': '状态',
|
||||
'thread_name': '线程名',
|
||||
'thread_state': '线程状态',
|
||||
'usedStatus': '使用状态',
|
||||
'stopMessage': '停止信息',
|
||||
'operate': '操作'
|
||||
},
|
||||
'msg': {
|
||||
'stop_msg': '确定停止该线程吗?'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user