Client - add full statistics chart

This commit is contained in:
Sam
2021-10-03 19:23:17 +02:00
parent 60a5df70a9
commit 1502e97211
12 changed files with 579 additions and 250 deletions

View File

@ -1,4 +1,9 @@
{
"STATISTICS": "Statistics",
"TOTAL": "Total"
"TOTAL": "Total",
"TIME_FRAMES": {
"week": "week",
"month": "month",
"year": "year"
}
}

View File

@ -1,4 +1,9 @@
{
"STATISTICS": "Statistiques",
"TOTAL": "Total"
"TOTAL": "Total",
"TIME_FRAMES": {
"week": "semaine",
"month": "mois",
"year": "année"
}
}