From 20d6dcea45c6b65203ace15e2480e139db8dc9eb Mon Sep 17 00:00:00 2001 From: Matthieu Date: Wed, 8 Apr 2026 16:05:49 +0200 Subject: [PATCH] feat(i18n) : add database section translations Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/i18n/locales/fr.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index fdcf49d..abc883b 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -141,6 +141,20 @@ "ports": "Ports", "noData": "Aucune donnee disponible" }, + "database": { + "title": "Base de donnees", + "status": "Statut", + "connected": "Connecte", + "unreachable": "Injoignable", + "name": "Base", + "size": "Taille", + "tableCount": "Tables", + "activeConnections": "Connexions", + "cacheHitRatio": "Cache hit", + "largestTable": "Plus grosse table", + "formLabel": "Nom de la base", + "formHint": "Ex : coltura" + }, "deploy": { "button": "Deployer", "title": "Deployer une version",