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.
187 lines
6.6 KiB
187 lines
6.6 KiB
<?php
|
|
|
|
return [
|
|
'admin_role' => [
|
|
'not_edit' => '超級管理員不可編輯',
|
|
'not_delete' => '超級管理員不可刪除',
|
|
'name_exists' => '角色名稱已存在',
|
|
'menu_error' => '角色編號參數有誤'
|
|
],
|
|
'admin_user' => [
|
|
'name_exists' => '用戶帳號已存在',
|
|
'not_del' => '超管帳號不可删除',
|
|
'not_edit' => '超管帳號不可編輯'
|
|
],
|
|
'admin_translation' => [
|
|
'data_exists' => '翻譯配寘已存在'
|
|
],
|
|
'admin_floor' => [
|
|
'name_exists' => '樓層名稱已存在'
|
|
],
|
|
'admin_floor_region' => [
|
|
'name_exists' => '區域名稱已存在'
|
|
],
|
|
'admin_vip_list' => [
|
|
'license_exists' => '車牌號碼已存在'
|
|
],
|
|
'space_attributes' => [
|
|
'attributes_exists' => '車位内容名稱已存在'
|
|
],
|
|
'space_type' => [
|
|
'red' => '紅色',
|
|
'green' => '綠色',
|
|
'yellow' => '黃色',
|
|
'blue' => '藍色',
|
|
'purple' => '紫色',
|
|
'cyan' => '青色',
|
|
'white' => '白色',
|
|
'magenta' => '品紅',
|
|
'name_exists' => '車位類型名稱已存在',
|
|
'license_exists' => '請先清空車牌,即可删除'
|
|
],
|
|
'license_plate' => [
|
|
'number_exists' => '車牌號碼已存在',
|
|
'not_clear' => '沒有車牌需要清除'
|
|
],
|
|
'reservation' => [
|
|
'undetermined' => '待確定',
|
|
'confirmed' => '已確定',
|
|
'canceled' => '已取消',
|
|
'yes' => '是',
|
|
'no' => '否',
|
|
'fuel' => '燃油',
|
|
'new_energy' => '新能源',
|
|
'week0' => '星期日',
|
|
'week1' => '星期一',
|
|
'week2' => '星期二',
|
|
'week3' => '星期三',
|
|
'week4' => '星期四',
|
|
'week5' => '星期五',
|
|
'week6' => '星期六'
|
|
],
|
|
'parking_space' => [
|
|
'vacant' => '空置',
|
|
'occupy' => '佔用',
|
|
'repair' => '維修中',
|
|
'yes_license' => '有車牌',
|
|
'no_license' => '無車牌',
|
|
'high' => '高',
|
|
'middle' => '中',
|
|
'land' => '低',
|
|
'no_cars' => '車位狀態無車更新有車',
|
|
'yes_cars' => '車位狀態有車更新無車',
|
|
'number_update' => '車牌號更新',
|
|
'number_exists' => '車位號碼已存在'
|
|
],
|
|
'parking_information' => [
|
|
'not_default' => '未設定默認車位類型'
|
|
],
|
|
'parking_camera' => [
|
|
'number_exists' => '設備編號已存在',
|
|
'flat_garage' => '平面車庫'
|
|
],
|
|
'parking_pattern' => [
|
|
'name_exists' => '活動模式已存在',
|
|
'space_exists' => '當前模式車位號已存在',
|
|
'space_not_exists' => '當前模式車位號不存在',
|
|
'type_not_exists' => '當前模式車位類型不存在'
|
|
],
|
|
'event_calendar' => [
|
|
'planned' => '計畫中',
|
|
'running' => '運行中',
|
|
'ended' => '已結束',
|
|
'disabled' => '已停用',
|
|
'pattern_exists' => '當前活動模式已存在',
|
|
'error_status' => '當前活動狀態不可删除',
|
|
'error_end' => '當前活動狀態不可結束',
|
|
'not_space' => '此模式下車位配寘不完整'
|
|
],
|
|
'notice' => [
|
|
'hint' => '提示資訊',
|
|
'support' => '支援資訊',
|
|
'touch' => '壓線',
|
|
'illegal' => '違泊',
|
|
'offline' => '設備離線',
|
|
'vip' => 'VIP',
|
|
'task' => '任務切換'
|
|
],
|
|
'channel_management' => [
|
|
'entrance' => '入口',
|
|
'export' => '出口',
|
|
'on-site' => '場內',
|
|
'off-site' => '場外',
|
|
'name_exists' => '通道名稱已存在'
|
|
],
|
|
'guard_booth_management' => [
|
|
'name_exists' => '崗亭名稱已存在'
|
|
],
|
|
'departure_management' => [
|
|
'reason_exists' => '離場原因已存在'
|
|
],
|
|
'channel_permissions' => [
|
|
'type_exists' => '通道會員類型已存在'
|
|
],
|
|
'equipment_management' => [
|
|
'type1' => '道閘',
|
|
'type2' => '入口通道相機',
|
|
'type3' => '交通燈',
|
|
'type4' => '32寸顯示幕',
|
|
'type5' => '科拓識別相機',
|
|
'name_exists' => '同類型設備名稱已存在'
|
|
],
|
|
'whitelist' => [
|
|
'number_exists' => '車牌號碼已存在'
|
|
],
|
|
'abnormal_resource_usage' => [
|
|
'occupancy' => '异常佔用',
|
|
'unprocessed' => '未處理',
|
|
'processed' => '已處理',
|
|
'handle' => '處理',
|
|
'ignore' => '忽略',
|
|
'reason1' => '未預約車輛停車',
|
|
'reason2' => '與預約車位内容不一致',
|
|
'reason3' => '與預約車位類型不一致',
|
|
'reason4' => '類型不一致',
|
|
'today' => '當天',
|
|
'days3' => '過去三天',
|
|
'week' => '過去一周',
|
|
'month' => '過去一月',
|
|
'month3' => '過去三月'
|
|
],
|
|
'alarm_information' => [
|
|
'scene' => '需現場支持',
|
|
'notice' => '消息通知',
|
|
'info_notice' => '資訊消息',
|
|
'support_notice' => '支持消息',
|
|
'urgent' => '緊急',
|
|
'high' => '高',
|
|
'middle' => '中',
|
|
'low' => '低',
|
|
'info' => '訊息',
|
|
'handler1' => '運營值班 A',
|
|
'handler2' => '運營值班 B',
|
|
'handler3' => '工程維保組',
|
|
'handler4' => '安保巡邏'
|
|
],
|
|
'parking_repair_list' => [
|
|
'not_synced' => '未同步',
|
|
'synced' => '已同步'
|
|
],
|
|
'gate_control' => [
|
|
'automatic' => '自動入場',
|
|
'manual' => '手動入場',
|
|
'cat_exists' => '當前車輛還未離場',
|
|
'cat_not_exists' => '當前車輛未入場',
|
|
'not_reservation' => '無預約',
|
|
'yes_reservation' => '有預約',
|
|
'get_error' => '獲取失敗',
|
|
'leave_remark1' => '大型起重車輛',
|
|
'leave_remark2' => '車輛已繳費',
|
|
'leave_remark3' => '特殊工作車輛'
|
|
],
|
|
'prohibited_passage' => [
|
|
'remark1' => '無預約,不可進場',
|
|
'remark2' => '黑名單車輛禁止離場',
|
|
'remark3' => '預約超時未到場'
|
|
]
|
|
];
|
|
|