停车场管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

70 lines
2.5 KiB

<?php
return [
'vip_list' => [
'license' => '車牌號碼',
'import_template' => 'VIP名單導入範本',
'list' => 'VIP名單'
],
'global' => [
'index' => '序號',
'admin' => '操作員'
],
'license_plate' => [
'import_template' => '車牌管理導入範本'
],
'parking_space' => [
'list' => '車位清單',
'floor' => '樓層',
'number' => '車位號碼',
'space_attr' => '車位内容',
'license_plate' => '車牌號碼',
'berthing_time' => '停泊時間',
'recognition' => '車牌識別度',
'status' => '狀態',
'space_type' => '車位類型',
'operation_type' => '操作類型',
'updated_at' => '最後更新時間',
],
'parking_camera' => [
'list' => '車位相機',
'number' => '設備編號',
'camera_ip' => 'IP地址',
'parking_space_count' => '設備管理車位個數',
'parking_space_numbers' => '關聯車位號',
'is_control_lights' => '是否有外控燈',
'type' => '相機類型',
'status' => '通訊狀態',
'updated_at' => '最後更新時間',
],
'parking_pattern' => [
'model_name' => '活動模式',
'parking_space_number' => '車位號碼',
'parking_space_type' => '車位類型',
'create_pattern' => '活動模式創建範本',
'spaces_pattern' => '活動模式分配範本'
],
'operation_log' => [
'list' => '系統日誌',
'created_at' => '操作時間',
'operation_name' => '操作員',
'main_directory' => '主目錄',
'sub_directory' => '副目錄',
'action' => '操作',
'action_str' => '操作類型',
'description' => '操作内容',
],
'event_calendar' => [
'list' => '活動行事曆範本'
],
'notice' => [
'list' => '警報通知',
'alarm_time' => '資訊時間',
'alarm_type' => '資訊類型',
'msg_type' => '資訊內容',
'space_number' => '車位號碼',
'license_plate' => '車牌號碼',
'camera_ip' => 'IP',
'msg_content' => '資訊內容詳情'
]
];