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.
28 lines
882 B
28 lines
882 B
<?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' => '最后更新时间',
|
|
]
|
|
];
|
|
|