feat: Adding color themes + .ignore files update

This commit is contained in:
gauvainboiche
2026-08-29 15:09:50 +02:00
parent 257e187964
commit 786b87270c
16 changed files with 419 additions and 169 deletions
+12 -3
View File
@@ -27,7 +27,11 @@
"name_placeholder": "ex: DUPONT Jean",
"weight_label": "Poids du patient (kg)",
"weight_warning": "⚠️ Modèles pharmacocinétiques non garantis hors de la plage 30 - 120 kg.",
"infusion_unit_label": "Unité de perfusion continue"
"infusion_unit_label": "Unité de perfusion continue",
"timeline_resolution_label": "Résolution de la timeline",
"timer_label": "Intervalles (min)",
"timespan_label": "Nombre d'Intervalles",
"total_label": "Durée totale : {total} min"
},
"units": {
"mg_kg_h": "mg / kg / h",
@@ -38,7 +42,7 @@
"export_csv": "📊 Exporter valeurs CSV (ng/mL)"
},
"table": {
"summary_title": "🔍 Tableau de contrôle des concentrations calculées (0 - 300 min)",
"summary_title": "🔍 Tableau de contrôle des concentrations calculées (0 - {total} min)",
"summary_subtitle": "Cliquer pour afficher/masquer",
"col_time": "Temps",
"col_bolus": "Bolus (mg)",
@@ -60,7 +64,7 @@
"title": "Modèles Pharmacocinétiques"
},
"timeline": {
"title": "Saisie Chronologique Doses & Perfusion (0 - 300 min)",
"title": "Saisie Chronologique Doses & Perfusion (0 - {total} min)",
"scroll_hint": "Défilement horizontal 👉",
"bolus": "Bolus (mg)",
"perf": "Débit perf."
@@ -75,5 +79,10 @@
"infusion_header": "Conversion Perfusion",
"rate_mgkgh": "Débit (mg/kg/h)",
"rate_ugkgmin": "Débit (µg/kg/min)"
},
"theme": {
"dark": "Sombre",
"light": "Clair",
"monokai": "Monokai"
}
}