mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
feat: Adding color themes + .ignore files update
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user