添加 国际化框架

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,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': '错误时间'
}
}
}