feat : add i18n translations for dashboard and health
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -49,7 +49,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dashboard": {
|
"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": {
|
"applications": {
|
||||||
"title": "Applications",
|
"title": "Applications",
|
||||||
@@ -109,6 +117,15 @@
|
|||||||
"path": "Chemin",
|
"path": "Chemin",
|
||||||
"remove": "Retirer"
|
"remove": "Retirer"
|
||||||
},
|
},
|
||||||
|
"health": {
|
||||||
|
"title": "Sante du container",
|
||||||
|
"status": "Statut",
|
||||||
|
"version": "Version",
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpu": "CPU",
|
||||||
|
"memory": "Memoire",
|
||||||
|
"noData": "Aucune donnee disponible"
|
||||||
|
},
|
||||||
"deploy": {
|
"deploy": {
|
||||||
"button": "Deployer",
|
"button": "Deployer",
|
||||||
"title": "Deployer une version",
|
"title": "Deployer une version",
|
||||||
|
|||||||
Reference in New Issue
Block a user