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.
44 lines
1.7 KiB
44 lines
1.7 KiB
<?php
|
|
|
|
return [
|
|
'rule' => [
|
|
'store_success' => 'Successfully added role',
|
|
'update_success' => 'Successfully updated role'
|
|
],
|
|
'user' => [],
|
|
'config' => [
|
|
'parking_lot' => 'Yard configuration',
|
|
'parking_lot_id' => 'Local parking lot ID',
|
|
'parking_lot_sum' => 'Total number of parking spaces in the parking lot',
|
|
'parking_lot_image_path' => 'Parking space image path',
|
|
'zombie_car_parking_duration' => 'Zombie car parking duration',
|
|
'numberplate_fuzzy_search' => 'Fuzzy license plate retrieval method',
|
|
'automatically_clear_photo_cycle' => 'Automatically clear photo cycle',
|
|
'third_party' => 'Automatically clear photo cycle',
|
|
'report_data_switch' => 'Report data switch',
|
|
'third_parking_lot_id' => 'Third party platform parking lot ID',
|
|
'report_api_url' => 'Report interface address',
|
|
'report_cycle' => 'reporting cycle',
|
|
],
|
|
'upload' => [
|
|
'empty_file' => 'No files uploaded',
|
|
'empty_image' => 'No images uploaded'
|
|
],
|
|
'import' => [
|
|
'success' => 'Import successful'
|
|
],
|
|
'license_plate' => [
|
|
'clear_success' => 'Cleared successfully',
|
|
'not_put' => 'Please enter the correct license plate number'
|
|
],
|
|
'parking_pattern' => [
|
|
'not_parking_space' => 'There are no [superior] parking spaces in the current mode'
|
|
],
|
|
'parking_space' => [
|
|
'days' => 'Days',
|
|
'hours' => 'Hours',
|
|
'minutes' => 'Minutes',
|
|
'seconds' => 'Seconds',
|
|
'not_space' => 'No parking space information found'
|
|
]
|
|
];
|
|
|