Client - delete a workout

This commit is contained in:
Sam
2021-09-28 09:10:01 +02:00
parent bde004f83b
commit 3dbdd5cb6b
20 changed files with 234 additions and 20 deletions

View File

@ -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.",

View File

@ -1,4 +1,6 @@
{
"LOGIN": "Log in",
"REGISTER": "Register"
"NO": "No",
"REGISTER": "Register",
"YES": "Yes"
}

View File

@ -1,4 +1,5 @@
{
"CONFIRMATION": "Confirmation",
"DAY": "day | days",
"HOME": "Home"
}

View File

@ -57,5 +57,6 @@
"wind": "wind"
}
},
"WORKOUT": "workout | workouts"
"WORKOUT": "workout | workouts",
"WORKOUT_DELETION_CONFIRMATION": "Are you sure you want to delete this workout?"
}

View File

@ -1,6 +1,7 @@
{
"ERROR": {
"UNKNOWN": "Erreur. Veuillez réessayer ou contacter l'administrateur.",
"Error, Please try again or contact the administrator": "Erreur. Veuillez réessayer ou contacter l'administrateur.",
"Invalid credentials": "Identifiants invalides.",
"Network Error": "Erreur Réseau",
"Password and password confirmation don't match": "Les mots de passe saisis sont différents.",

View File

@ -1,4 +1,6 @@
{
"LOGIN": "Se connecter",
"REGISTER": "S'inscrire"
"NO": "Non",
"REGISTER": "S'inscrire",
"YES": "Oui"
}

View File

@ -1,4 +1,5 @@
{
"CONFIRMATION": "Confirmation",
"DAY": "jour | jours",
"HOME": "Accueil"
}

View File

@ -57,5 +57,6 @@
"wind": "venteux"
}
},
"WORKOUT": "séance | séances"
"WORKOUT": "séance | séances",
"WORKOUT_DELETION_CONFIRMATION": "Etes-vous sûr de vouloir supprimer cette séance ?"
}