Browse Source

翻译

master
wanghongjun 1 month ago
parent
commit
1129297407
  1. 44
      resources/lang/en/controller.php
  2. 44
      resources/lang/zh-TW/controller.php

44
resources/lang/en/controller.php

@ -0,0 +1,44 @@
<?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' => '自动清除照片周期',
'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'
]
];

44
resources/lang/zh-TW/controller.php

@ -0,0 +1,44 @@
<?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' => '未査詢到車位資訊'
]
];
Loading…
Cancel
Save