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

8 lines
274 B
JSON
Raw Normal View History

2021-08-07 14:28:48 +02:00
{
2021-08-11 21:12:20 +02:00
"UNKNOWN": "Error. Please try again or contact the administrator.",
"APP_ERROR": "The application seems encounter some issues.<br />Please try later or contact the administrator.",
2021-08-11 21:12:20 +02:00
"NOT_FOUND": {
"PAGE": "Page not found",
"WORKOUT": "Workout not found"
2021-08-07 14:28:48 +02:00
}
}