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.6 KiB
44 lines
1.6 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' => '導入成功'
|
|
],
|
|
'license_plate' => [
|
|
'clear_success' => '清除成功',
|
|
'not_put' => '請輸入正確的車牌號'
|
|
],
|
|
'parking_pattern' => [
|
|
'not_parking_space' => '當前模式沒有[優越]車位'
|
|
],
|
|
'parking_space' => [
|
|
'days' => '天',
|
|
'hours' => '時',
|
|
'minutes' => '分',
|
|
'seconds' => '秒',
|
|
'not_space' => '未査詢到車位資訊'
|
|
]
|
|
];
|
|
|