userdetails add weeks

This commit is contained in:
xiaomlove
2022-11-10 03:58:48 +08:00
parent c54993ee7d
commit ecddf836b7
5 changed files with 16 additions and 5 deletions
+3
View File
@@ -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',
],
];
+3
View File
@@ -5,4 +5,7 @@ return [
'require_argument' => ':argument 不能为空',
'select_one_please' => '请选择一项',
'user_not_exists' => '(无此帐户)',
'time_units' => [
'week' => '周',
],
];
+3
View File
@@ -5,4 +5,7 @@ return [
'require_argument' => ':argument 不能為空',
'select_one_please' => '請選擇一項',
'user_not_exists' => '(無此帳戶)',
'time_units' => [
'week' => '周',
],
];