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

81 lines
2.8 KiB

<?php
return [
'admin_role' => [
'name_exists' => '角色名稱已存在',
'menu_error' => '角色編號參數有誤'
],
'admin_user' => [
'name_exists' => '用戶帳號已存在',
'not_del' => '超管帳號不可删除'
],
'admin_translation' => [
'data_exists' => '翻譯配寘已存在'
],
'admin_floor' => [
'name_exists' => '樓層名稱已存在'
],
'admin_vip_list' => [
'license_exists' => '車牌號碼已存在'
],
'space_attributes' => [
'attributes_exists' => '車位内容名稱已存在'
],
'space_type' => [
'red' => '紅色',
'green' => '綠色',
'yellow' => '黃色',
'blue' => '藍色',
'purple' => '紫色',
'cyan' => '青色',
'white' => '白色',
'name_exists' => '車位類型名稱已存在',
'license_exists' => '請先清空車牌,即可删除'
],
'license_plate' => [
'number_exists' => '車牌號碼已存在',
'not_clear' => '沒有車牌需要清除'
],
'reservation' => [
'undetermined' => '待確定',
'confirmed' => '已確定',
'canceled' => '已取消',
'yes' => '是',
'no' => '否',
'fuel' => '燃油',
'new_energy' => '新能源'
],
'parking_space' => [
'vacant' => '空置',
'occupy' => '佔用',
'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' => '當前活動狀態不可結束'
]
];