mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
userdetails add weeks
This commit is contained in:
@@ -5,4 +5,7 @@ return [
|
||||
'require_argument' => ':argument cannot be empty',
|
||||
'select_one_please' => 'Please select one',
|
||||
'user_not_exists' => '(orphaned)',
|
||||
'time_units' => [
|
||||
'week' => 'weeks',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -5,4 +5,7 @@ return [
|
||||
'require_argument' => ':argument 不能为空',
|
||||
'select_one_please' => '请选择一项',
|
||||
'user_not_exists' => '(无此帐户)',
|
||||
'time_units' => [
|
||||
'week' => '周',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -5,4 +5,7 @@ return [
|
||||
'require_argument' => ':argument 不能為空',
|
||||
'select_one_please' => '請選擇一項',
|
||||
'user_not_exists' => '(無此帳戶)',
|
||||
'time_units' => [
|
||||
'week' => '周',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user