FitTrackee/fittrackee_client/src/locales/en/api.json

11 lines
516 B
JSON
Raw Normal View History

{
"ERROR": {
"UNKNOWN": "Error. Please try again or contact the administrator.",
"Invalid credentials": "Invalid credentials.",
"Network Error": "Network Error",
"Password and password confirmation don't match": "Password and password confirmation don't match.",
"Password: 8 characters required": "Password: 8 characters required.",
"Username: 3 to 12 characters required": "Username: 3 to 12 characters required.",
"Valid email must be provided": "Valid email must be provided."
}
}