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",