first commit

This commit is contained in:
2026-03-03 19:33:16 +08:00
commit 7d333f219f
904 changed files with 72462 additions and 0 deletions

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

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

View File

@@ -0,0 +1,12 @@
export default {
'errorLog': {
'table': {
'device_code': '设备编码',
'alarm_code': '报警编码',
'alarm_message': '报警信息',
'start_time': '开始日期',
'end_time': '结束日期',
'error_time': '错误时间'
}
}
}