mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
fix trans
This commit is contained in:
@@ -4,4 +4,5 @@ return [
|
||||
'invalid_argument' => 'Invalid argument',
|
||||
'require_argument' => ':argument cannot be empty',
|
||||
'select_one_please' => 'Please select one',
|
||||
'user_not_exists' => '(orphaned)',
|
||||
];
|
||||
|
||||
@@ -4,4 +4,5 @@ return [
|
||||
'invalid_argument' => '参数错误',
|
||||
'require_argument' => ':argument 不能为空',
|
||||
'select_one_please' => '请选择一项',
|
||||
'user_not_exists' => '(无此帐户)',
|
||||
];
|
||||
|
||||
@@ -4,4 +4,5 @@ return [
|
||||
'invalid_argument' => '參數錯誤',
|
||||
'require_argument' => ':argument 不能為空',
|
||||
'select_one_please' => '請選擇一項',
|
||||
'user_not_exists' => '(無此帳戶)',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user