mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"app": {
|
|
"title": "Pharmaco Kinetics",
|
|
"version": "v1.00 • Dr Georges Mion"
|
|
},
|
|
"nav": {
|
|
"mode_esk": "ESKETAMINE",
|
|
"mode_rac": "RACEMIC",
|
|
"calculator": "Calculator",
|
|
"export_csv": "Export CSV",
|
|
"raz": "Reset"
|
|
},
|
|
"patient": {
|
|
"name_label": "Patient Name",
|
|
"name_placeholder": "e.g. SMITH John",
|
|
"weight_label": "Patient Weight (kg)",
|
|
"weight_warning": "⚠️ Pharmacokinetic models are not guaranteed outside the 30 - 120 kg range.",
|
|
"infusion_unit_label": "Continuous infusion unit"
|
|
},
|
|
"units": {
|
|
"mg_kg_h": "mg / kg / h",
|
|
"mcg_kg_min": "µg / kg / min",
|
|
"mg_h": "mg / h (fixed dose)"
|
|
},
|
|
"buttons": {
|
|
"export_csv": "📊 Export CSV values (ng/mL)"
|
|
},
|
|
"table": {
|
|
"summary_title": "🔍 Concentration Control Table (0 - 300 min)",
|
|
"summary_subtitle": "Click to expand/collapse",
|
|
"col_time": "Time",
|
|
"col_bolus": "Bolus (mg)",
|
|
"col_infusion": "Active Infusion",
|
|
"col_domino": "Domino (ng/mL)",
|
|
"col_clements": "Clements (ng/mL)",
|
|
"col_kamp": "Kamp (ng/mL)"
|
|
},
|
|
"csv": {
|
|
"title": "KetaPK - Raw Data Report",
|
|
"weight": "Patient weight (kg)",
|
|
"unit": "Infusion unit",
|
|
"col_time": "Time (min)",
|
|
"col_bolus": "Bolus (mg)",
|
|
"col_infusion": "Active infusion",
|
|
"col_domino": "Domino (ng/mL)",
|
|
"col_clements": "Clements (ng/mL)",
|
|
"col_kamp": "Kamp (ng/mL)"
|
|
},
|
|
"zones": {
|
|
"inactive": "Inactive",
|
|
"anti_hyperalgesic": "Anti-hyperalgesic",
|
|
"analgesia": "Analgesia",
|
|
"psychedelic": "Psychedelic",
|
|
"emergence": "Emergence",
|
|
"narcosis": "Narcosis",
|
|
"excessive": "Excessive"
|
|
},
|
|
"models": {
|
|
"title": "Pharmacokinetic Models"
|
|
},
|
|
"timeline": {
|
|
"title": "Chronological Doses & Infusion Entry (0 - 300 min)",
|
|
"scroll_hint": "Horizontal scroll 👉",
|
|
"bolus": "Bolus (mg)",
|
|
"perf": "Infusion rate"
|
|
},
|
|
"calculator": {
|
|
"title": "Calculator & Dose Conversions",
|
|
"patient_weight": "Patient Weight",
|
|
"drug_conc": "Concentration",
|
|
"bolus_header": "Bolus Conversion",
|
|
"total_dose": "Total dose (mg)",
|
|
"relative_dose": "Relative dose (mg/kg)",
|
|
"infusion_header": "Infusion Conversion",
|
|
"rate_mgkgh": "Rate (mg/kg/h)",
|
|
"rate_ugkgmin": "Rate (µg/kg/min)"
|
|
}
|
|
} |