diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index 676860a..57372ca 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -111,8 +111,21 @@ "hoursWorked": "Heures travaillées", "inProgress": "En cours", "done": "Terminé", + "filters": { + "period": "Période", + "project": "Projet", + "user": "Utilisateur", + "allProjects": "Tous les projets", + "allUsers": "Tous les utilisateurs" + }, + "periods": { + "thisWeek": "Cette semaine", + "lastWeek": "Semaine dernière", + "thisMonth": "Ce mois", + "lastMonth": "Mois dernier" + }, "stats": { - "hoursThisWeek": "Heures cette semaine", + "hoursPeriod": "Heures sur la période", "myActiveTasks": "Mes tâches actives", "completed": "terminée(s)", "totalTasks": "Tâches totales", @@ -121,8 +134,8 @@ "users": "utilisateur(s)" }, "charts": { - "hoursByDay": "Heures par jour (semaine en cours)", - "hoursByProject": "Temps par projet (semaine en cours)", + "hoursByDay": "Heures par jour", + "hoursByProject": "Temps par projet", "tasksByStatus": "Tâches par statut", "tasksByPriority": "Tâches par priorité", "tasksByProject": "Tâches par projet" diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue index 04ad910..1866c76 100644 --- a/frontend/layouts/default.vue +++ b/frontend/layouts/default.vue @@ -22,7 +22,7 @@