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

12 lines
633 B
JSON
Raw Normal View History

{
"ERROR": {
"UNKNOWN": "Error. Please try again or contact the administrator.",
2021-09-28 09:10:01 +02:00
"Error, Please try again or contact the administrator": "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."
}
}