Client - delete a workout
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
"ERROR": {
|
||||
"UNKNOWN": "Error. Please try again or contact the administrator.",
|
||||
"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.",
|
||||
|
@ -1,4 +1,6 @@
|
||||
{
|
||||
"LOGIN": "Log in",
|
||||
"REGISTER": "Register"
|
||||
"NO": "No",
|
||||
"REGISTER": "Register",
|
||||
"YES": "Yes"
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"CONFIRMATION": "Confirmation",
|
||||
"DAY": "day | days",
|
||||
"HOME": "Home"
|
||||
}
|
@ -57,5 +57,6 @@
|
||||
"wind": "wind"
|
||||
}
|
||||
},
|
||||
"WORKOUT": "workout | workouts"
|
||||
"WORKOUT": "workout | workouts",
|
||||
"WORKOUT_DELETION_CONFIRMATION": "Are you sure you want to delete this workout?"
|
||||
}
|
||||
|
Reference in New Issue
Block a user