mirror of
https://github.com/ArthurDanjou/artdanj-shortener.git
synced 2026-01-23 03:58:30 +01:00
11 lines
324 B
JSON
11 lines
324 B
JSON
{
|
|
"shared": {
|
|
"required": "Value for the field is required",
|
|
"email.unique": "Email is already in use",
|
|
"email.email": "Email must be valid",
|
|
"password.confirmation": "Passwords are not the same",
|
|
"code.unique": "Code already exists",
|
|
"code.maxLength": "Code is too long (max 10 characters)"
|
|
}
|
|
}
|