停车场管理系统
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.
 
 

101 lines
3.6 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' => '最後更新時間',
'region' => '區域',
'list_export' => '導入車位',
],
'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' => '資訊內容詳情'
],
'parking_behavior' => [
'list' => '停車行為',
'time_period' => '時間段',
'license_plate' => '車牌號碼',
'parking_frequency' => '停車次數',
'parking_duration' => '停車時長(min)'
],
'license_plate_recognition' => [
'list' => '車牌識別率',
'time_slot' => '時間段',
'sum_count' => '總識別次數',
'high_ratio' => '高車牌識別度',
'middle_ratio' => '低車牌識別度',
'manual_count' => '手動修改次數',
'manual_ratio' => '手動修改比例'
],
'whitelist' => [
'list' => '白名單導入範本',
'export_list' => '白名單車輛清單',
'parking' => '停車場',
'channel' => '通行通道',
'reason' => '通行原因',
'member_type' => '身份類型'
],
'parking_repair_list' => [
'list' => '維修車位導入範本',
'start_at' => '維修開始時間',
'end_at' => '維修結束時間'
]
];