mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 21:27:36 +08:00
12 lines
256 B
PHP
12 lines
256 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_argument' => '参数错误',
|
|
'require_argument' => ':argument 不能为空',
|
|
'select_one_please' => '请选择一项',
|
|
'user_not_exists' => '(无此帐户)',
|
|
'time_units' => [
|
|
'week' => '周',
|
|
],
|
|
];
|