mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
9 lines
202 B
PHP
9 lines
202 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_argument' => '參數錯誤',
|
|
'require_argument' => ':argument 不能為空',
|
|
'select_one_please' => '請選擇一項',
|
|
'user_not_exists' => '(無此帳戶)',
|
|
];
|