停车场管理系统
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.
 
 

18 lines
635 B

<?php
return [
'import1' => '第',
'import2' => '行',
'import3' => '模式名稱不能為空',
'import4' => '模式名稱不存在',
'import5' => '開始日期不能為空',
'import6' => '開始日期資料錯誤',
'import7' => '開始時間不能為空',
'import8' => '開始時間資料錯誤',
'import9' => '結束日期不能為空',
'import10' => '結束日期資料錯誤',
'import11' => '結束時間不能為空',
'import12' => '結束時間資料錯誤',
'import13' => '開始時間不能大於結束時間',
'import14' => '目前時段已有活動,不可上傳'
];