chore: initial commit
This commit is contained in:
9
locales/en/errors.json
Normal file
9
locales/en/errors.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"page-not-found": "This page could not be found.",
|
||||
"server-error": "Internal Server Error.",
|
||||
"required": "Oops, this field is required 🙈.",
|
||||
"stringMin": "The field must contain at least {expected} characters.",
|
||||
"email": "Mmm… It seems that this email is not valid 🤔.",
|
||||
"alreadyUsed": "Already used.",
|
||||
"invalid": "Invalid value."
|
||||
}
|
Reference in New Issue
Block a user