From 112929740795d6263b770c5e051ac32e538219e0 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Wed, 6 May 2026 17:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/en/controller.php | 44 +++++++++++++++++++++++++++++ resources/lang/zh-TW/controller.php | 44 +++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 resources/lang/en/controller.php create mode 100644 resources/lang/zh-TW/controller.php diff --git a/resources/lang/en/controller.php b/resources/lang/en/controller.php new file mode 100644 index 0000000..f5e7ba5 --- /dev/null +++ b/resources/lang/en/controller.php @@ -0,0 +1,44 @@ + [ + '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' => '自动清除照片周期', + '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' + ] +]; diff --git a/resources/lang/zh-TW/controller.php b/resources/lang/zh-TW/controller.php new file mode 100644 index 0000000..fe5eacd --- /dev/null +++ b/resources/lang/zh-TW/controller.php @@ -0,0 +1,44 @@ + [ + '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' => '未査詢到車位資訊' + ] +];