Files
nexusphp/resources/lang/zh_TW/nexus.php
T

9 lines
202 B
PHP
Raw Normal View History

2021-05-04 14:21:18 +08:00
<?php
return [
'invalid_argument' => '參數錯誤',
2022-09-25 16:33:52 +08:00
'require_argument' => ':argument 不能為空',
'select_one_please' => '請選擇一項',
2022-10-06 18:31:16 +08:00
'user_not_exists' => '(無此帳戶)',
2021-05-04 14:21:18 +08:00
];