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"
}
}