This commit is contained in:
glovetleong
2021-06-17 09:53:04 +08:00
commit 8fa80e4a1a
2382 changed files with 196486 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
return [
'invalid_app_key' => 'INVALID_APP_KEY',
'exist_error' => 'EXIST_ERROR',
'unique_error' => 'UNIQUE_ERRO',
'img_error' => 'IMG_ERROR',
'login_error' => 'LOGIN_ERROR',
'pending_error' => 'LOGIN_PENDING_ERROR',
'required' => 'REQUIRED',
'required_if' => 'REQUIRED',
'email' => 'EMAIL_ERROR',
'unique' => 'UNIQUE_ERRO',
'confirmed' => 'CONFIRM_ERROR',
'min' => [
'string' => 'MIN_ERROR_:min',
],
'numeric' => 'NUMERIC_ERROR',
'gt' => [
'numeric' => 'GREATER_ERROR_:value'
],
'lt' => [
'numeric' => 'LESS_ERROR_:value'
],
];