This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
website/locales/en/errors.json

10 lines
355 B
JSON
Raw Normal View History

2021-10-24 05:19:39 +02:00
{
"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."
}