添加 国际化框架
This commit is contained in:
12
wms_pro/qd/src/i18n/langs/deviceErrorInfo/en.js
Normal file
12
wms_pro/qd/src/i18n/langs/deviceErrorInfo/en.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
'errorLog': {
|
||||
'table': {
|
||||
'device_code': 'Device Code',
|
||||
'alarm_code': 'Alarm Code',
|
||||
'alarm_message': 'Alarm Message',
|
||||
'start_time': 'Start Time',
|
||||
'end_time': 'End Time',
|
||||
'error_time': 'Error Time'
|
||||
}
|
||||
}
|
||||
}
|
||||
12
wms_pro/qd/src/i18n/langs/deviceErrorInfo/in.js
Normal file
12
wms_pro/qd/src/i18n/langs/deviceErrorInfo/in.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
'errorLog': {
|
||||
'table': {
|
||||
'device_code': 'Kode Perangkat',
|
||||
'alarm_code': 'Kode Alarm',
|
||||
'alarm_message': 'Pesan Peringatan',
|
||||
'start_time': 'Tanggal Mulai',
|
||||
'end_time': 'Tanggal Selesai',
|
||||
'error_time': 'Waktu Kesalahan'
|
||||
}
|
||||
}
|
||||
}
|
||||
12
wms_pro/qd/src/i18n/langs/deviceErrorInfo/zh.js
Normal file
12
wms_pro/qd/src/i18n/langs/deviceErrorInfo/zh.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
'errorLog': {
|
||||
'table': {
|
||||
'device_code': '设备编码',
|
||||
'alarm_code': '报警编码',
|
||||
'alarm_message': '报警信息',
|
||||
'start_time': '开始日期',
|
||||
'end_time': '结束日期',
|
||||
'error_time': '错误时间'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user