official additioin + zero bonus

This commit is contained in:
xiaomlove
2022-09-25 16:33:52 +08:00
parent e94c7340e4
commit 3f559de57f
21 changed files with 206 additions and 55 deletions
+2
View File
@@ -2,4 +2,6 @@
return [
'invalid_argument' => 'Invalid argument',
'require_argument' => ':argument cannot be empty',
'select_one_please' => 'Please select one',
];
+1
View File
@@ -3,4 +3,5 @@
return [
'invalid_argument' => '参数错误',
'require_argument' => ':argument 不能为空',
'select_one_please' => '请选择一项',
];
+2
View File
@@ -2,4 +2,6 @@
return [
'invalid_argument' => '參數錯誤',
'require_argument' => ':argument 不能為空',
'select_one_please' => '請選擇一項',
];