From 114a29eb0f450d0849de9720864969db1488172c Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 6 Apr 2026 16:09:38 +0200 Subject: [PATCH] feat : add i18n translations for dashboard and health Co-Authored-By: Claude Sonnet 4.6 --- frontend/i18n/locales/fr.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index d71b2ed..c1cba89 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -49,7 +49,15 @@ } }, "dashboard": { - "title": "Tableau de bord" + "title": "Dashboard", + "description": "Vue d'ensemble du SI", + "refresh": "Actualiser", + "status": { + "running": "En ligne", + "exited": "Arrete", + "restarting": "Redemarrage", + "not_found": "Introuvable" + } }, "applications": { "title": "Applications", @@ -109,6 +117,15 @@ "path": "Chemin", "remove": "Retirer" }, + "health": { + "title": "Sante du container", + "status": "Statut", + "version": "Version", + "uptime": "Uptime", + "cpu": "CPU", + "memory": "Memoire", + "noData": "Aucune donnee disponible" + }, "deploy": { "button": "Deployer", "title": "Deployer une version",