15 lines
622 B
JSON
15 lines
622 B
JSON
|
|
{
|
||
|
|
"username_required": "Username is required",
|
||
|
|
"username_length": "Username must be between 3-20 characters",
|
||
|
|
"password_required": "Password is required",
|
||
|
|
"password_length": "Password must be between 6-20 characters",
|
||
|
|
"email_required": "Email is required",
|
||
|
|
"email_format": "Email format is incorrect",
|
||
|
|
"mobile_required": "Mobile number is required",
|
||
|
|
"mobile_format": "Mobile number format is incorrect",
|
||
|
|
"captcha_required": "Captcha is required",
|
||
|
|
"captcha_error": "Captcha is incorrect",
|
||
|
|
"confirm_password_required": "Confirm password is required",
|
||
|
|
"password_not_match": "Passwords do not match"
|
||
|
|
}
|