mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
17 lines
405 B
PHP
17 lines
405 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' => '操作',
|
|
];
|