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

30 lines
1.2 KiB

<?php
return [
'rule' => [
'store_success' => '添加角色成功',
'update_success' => '更新角色成功'
],
'user' => [],
'config' => [
'parking_lot' => '车场配置',
'parking_lot_id' => '本地停车场ID',
'parking_lot_sum' => '车场总车位数',
'parking_lot_image_path' => '车位图片路径',
'zombie_car_parking_duration' => '僵尸车停车时长',
'numberplate_fuzzy_search' => '车牌模糊检索方式',
'automatically_clear_photo_cycle' => '自动清除照片周期',
'third_party' => '第三方平台配置',
'report_data_switch' => '上报数据开关',
'third_parking_lot_id' => '第三方平台车场ID',
'report_api_url' => '上报接口地址',
'report_cycle' => '上报周期',
],
'upload' => [
'empty_file' => '没有文件上传',
'empty_image' => '没有图片上传'
],
'import' => [
'success' => '导入成功'
]
];