mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
official additioin + zero bonus
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
|
||||
return [
|
||||
'invalid_argument' => 'Invalid argument',
|
||||
'require_argument' => ':argument cannot be empty',
|
||||
'select_one_please' => 'Please select one',
|
||||
];
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
return [
|
||||
'invalid_argument' => '参数错误',
|
||||
'require_argument' => ':argument 不能为空',
|
||||
'select_one_please' => '请选择一项',
|
||||
];
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
|
||||
return [
|
||||
'invalid_argument' => '參數錯誤',
|
||||
'require_argument' => ':argument 不能為空',
|
||||
'select_one_please' => '請選擇一項',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user