mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
19 lines
456 B
PHP
19 lines
456 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_argument' => '参数错误',
|
|
'require_argument' => ':argument 不能为空',
|
|
'select_one_please' => '请选择一项',
|
|
'user_not_exists' => '(无此帐户)',
|
|
'time_units' => [
|
|
'week' => '周',
|
|
],
|
|
'select_all' => '全选',
|
|
'unselect_all' => '全不选',
|
|
'increment' => '增加',
|
|
'decrement' => '减少',
|
|
'action' => '操作',
|
|
'no_limit' => '不限',
|
|
'sum' => '累计',
|
|
];
|