mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00: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' => '累計',
|
|
];
|