mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-13 23:07:33 +08:00
8 lines
159 B
PHP
8 lines
159 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_argument' => '參數錯誤',
|
|
'require_argument' => ':argument 不能為空',
|
|
'select_one_please' => '請選擇一項',
|
|
];
|