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

7 lines
113 B
PHP
Raw Normal View History

2021-05-04 14:21:18 +08:00
<?php
return [
'invalid_argument' => '参数错误',
2022-09-19 16:27:04 +08:00
'require_argument' => ':argument 不能为空',
2021-05-04 14:21:18 +08:00
];