Client - display user stats (wip)

This commit is contained in:
Sam
2021-08-18 17:10:16 +02:00
parent cd20e3c167
commit 8247751281
14 changed files with 257 additions and 8 deletions

View File

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

View File

@ -1,4 +1,6 @@
{
"ADD_WORKOUT": "Add workout",
"WORKOUTS": "Workouts"
"KM": "km",
"SPORT": "sport | sports",
"WORKOUT": "workout | workouts"
}

View File

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

View File

@ -1,4 +1,6 @@
{
"ADD_WORKOUT": "Ajouter une séance",
"WORKOUTS": "Séances"
"KM": "km",
"SPORT": "sport | sports",
"WORKOUT": "séance | séances"
}