fix:代码丢失添加

This commit is contained in:
2023-11-30 13:32:57 +08:00
parent bee59a406f
commit 6fe192867f
6 changed files with 385 additions and 360 deletions

View File

@@ -87,6 +87,14 @@ export default {
'determine': 'determine', 'determine': 'determine',
'stop': 'stop', 'stop': 'stop',
'firing': 'firing', 'firing': 'firing',
'import': 'import',
'driver_configuration': 'driver configuration',
'create_time': 'create time',
'update_time': 'update time',
'create_by': 'create people',
'update_by': 'update people',
'is_on': 'Enable or not',
'please': 'please select'
}, },
'monitor': { 'monitor': {
'sys': 'System', 'sys': 'System',

View File

@@ -28,4 +28,5 @@ export default {
...storageCell, ...storageCell,
...route, ...route,
...auto ...auto
} }

View File

@@ -87,6 +87,14 @@ export default {
'determine': 'konfirmasi', 'determine': 'konfirmasi',
'stop': 'berhenti', 'stop': 'berhenti',
'firing': 'start-up', 'firing': 'start-up',
'import': 'Mengimpor',
'driver_configuration': 'Konfigurasi driver',
'create_time': 'Buat waktu',
'update_time': 'Untuk memperbarui waktu',
'create_by': 'Dibuat oleh',
'update_by': 'pengubah',
'is_on': 'Diaktifkan atau tidak',
'please': 'Silahkan pilih'
}, },
'monitor': { 'monitor': {
'sys': 'Sistem', 'sys': 'Sistem',

View File

@@ -87,6 +87,14 @@ export default {
'determine': '确定', 'determine': '确定',
'stop': '停止', 'stop': '停止',
'firing': '启动', 'firing': '启动',
'import': '导入',
'driver_configuration': '驱动配置',
'create_time': '创建时间',
'update_time': '更新时间',
'create_by': '创建者',
'update_by': '修改者',
'is_on': '是否启用',
'please': '请选择'
}, },
'monitor': { 'monitor': {
'sys': '系统', 'sys': '系统',