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": "例如:张三",
"weight_label": "患者体重 (kg)",
"weight_warning": "⚠️ 药代动力学模型仅在 30 - 120 kg 范围内保证准确性。",
"infusion_unit_label": "连续输注单位"
"infusion_unit_label": "连续输注单位",
"timeline_resolution_label": "时间轴分辨率",
"timer_label": "计时器(分钟)",
"timespan_label": "数值个数",
"total_label": "总时长:{total} 分钟"
},
"units": {
"mg_kg_h": "mg / kg / h",
@@ -38,7 +42,7 @@
"export_csv": "📊 导出 CSV 数据 (ng/mL)"
},
"table": {
"summary_title": "🔍 浓度计算控制表 (0 - 300 min)",
"summary_title": "🔍 浓度计算控制表 (0 - {total} min)",
"summary_subtitle": "点击展开/折叠",
"col_time": "时间",
"col_bolus": "负荷剂量 (mg)",
@@ -60,7 +64,7 @@
"title": "📈 药代动力学模型"
},
"timeline": {
"title": "⏱️ 给药与输注按时间录入 (0 - 300 min)",
"title": "⏱️ 给药与输注按时间录入 (0 - {total} min)",
"scroll_hint": "横向滚动 👉",
"bolus": "负荷剂量 (mg)",
"perf": "输注速率"
@@ -75,5 +79,10 @@
"infusion_header": "输注速率转换",
"rate_mgkgh": "速率 (mg/kg/h)",
"rate_ugkgmin": "速率 (µg/kg/min)"
},
"theme": {
"dark": "深色",
"light": "浅色",
"monokai": "Monokai"
}
}
+12 -3
View File
@@ -27,7 +27,11 @@
"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"
"infusion_unit_label": "Continuous infusion unit",
"timeline_resolution_label": "Timeline resolution",
"timer_label": "Timer (min)",
"timespan_label": "Timespan (values)",
"total_label": "Total duration: {total} min"
},
"units": {
"mg_kg_h": "mg / kg / h",
@@ -38,7 +42,7 @@
"export_csv": "📊 Export CSV values (ng/mL)"
},
"table": {
"summary_title": "🔍 Concentration Control Table (0 - 300 min)",
"summary_title": "🔍 Concentration Control Table (0 - {total} min)",
"summary_subtitle": "Click to expand/collapse",
"col_time": "Time",
"col_bolus": "Bolus (mg)",
@@ -60,7 +64,7 @@
"title": "Pharmacokinetic Models"
},
"timeline": {
"title": "Chronological Doses & Infusion Entry (0 - 300 min)",
"title": "Chronological Doses & Infusion Entry (0 - {total} min)",
"scroll_hint": "Horizontal scroll 👉",
"bolus": "Bolus (mg)",
"perf": "Infusion rate"
@@ -75,5 +79,10 @@
"infusion_header": "Infusion Conversion",
"rate_mgkgh": "Rate (mg/kg/h)",
"rate_ugkgmin": "Rate (µg/kg/min)"
},
"theme": {
"dark": "Dark",
"light": "Light",
"monokai": "Monokai"
}
}
+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"
}
}