fix trans

This commit is contained in:
xiaomlove
2022-10-06 18:31:16 +08:00
parent fac5ad3cc8
commit 2c41009111
3 changed files with 3 additions and 0 deletions

View File

@@ -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)',
];

View File

@@ -4,4 +4,5 @@ return [
'invalid_argument' => '参数错误',
'require_argument' => ':argument 不能为空',
'select_one_please' => '请选择一项',
'user_not_exists' => '(无此帐户)',
];

View File

@@ -4,4 +4,5 @@ return [
'invalid_argument' => '參數錯誤',
'require_argument' => ':argument 不能為空',
'select_one_please' => '請選擇一項',
'user_not_exists' => '(無此帳戶)',
];