mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-19 03:57:29 +08:00
14 lines
321 B
PHP
14 lines
321 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_argument' => '參數錯誤',
|
|
'require_argument' => ':argument 不能為空',
|
|
'select_one_please' => '請選擇一項',
|
|
'user_not_exists' => '(無此帳戶)',
|
|
'time_units' => [
|
|
'week' => '周',
|
|
],
|
|
'select_all' => '全選',
|
|
'unselect_all' => '全不選',
|
|
];
|