mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
fix: Deploying version dynamically + adding Tauri project files
This commit is contained in:
+13
-12
@@ -1,7 +1,19 @@
|
||||
{
|
||||
"app": {
|
||||
"title": "药代动力学模拟",
|
||||
"version": "v1.00 • Dr Georges Mion"
|
||||
"version": "v{version} • Dr Georges Mion"
|
||||
},
|
||||
"csv": {
|
||||
"title": "KetaPK - 原始数据报告",
|
||||
"version": "软件版本",
|
||||
"weight": "患者体重 (kg)",
|
||||
"unit": "输注单位",
|
||||
"col_time": "时间 (min)",
|
||||
"col_bolus": "负荷剂量 (mg)",
|
||||
"col_infusion": "有效输注速率",
|
||||
"col_domino": "Domino (ng/mL)",
|
||||
"col_clements": "Clements (ng/mL)",
|
||||
"col_kamp": "Kamp (ng/mL)"
|
||||
},
|
||||
"nav": {
|
||||
"mode_esk": "右旋氯胺酮",
|
||||
@@ -35,17 +47,6 @@
|
||||
"col_clements": "Clements (ng/mL)",
|
||||
"col_kamp": "Kamp (ng/mL)"
|
||||
},
|
||||
"csv": {
|
||||
"title": "KetaPK - 原始数据报告",
|
||||
"weight": "患者体重 (kg)",
|
||||
"unit": "输注单位",
|
||||
"col_time": "时间 (min)",
|
||||
"col_bolus": "负荷剂量 (mg)",
|
||||
"col_infusion": "有效输注速率",
|
||||
"col_domino": "Domino (ng/mL)",
|
||||
"col_clements": "Clements (ng/mL)",
|
||||
"col_kamp": "Kamp (ng/mL)"
|
||||
},
|
||||
"zones": {
|
||||
"inactive": "无活性",
|
||||
"anti_hyperalgesic": "抗痛觉过敏",
|
||||
|
||||
+13
-12
@@ -1,7 +1,19 @@
|
||||
{
|
||||
"app": {
|
||||
"title": "Pharmaco Kinetics",
|
||||
"version": "v1.00 • Dr Georges Mion"
|
||||
"version": "v{version} • Dr Georges Mion"
|
||||
},
|
||||
"csv": {
|
||||
"title": "KetaPK - Raw Data Report",
|
||||
"version": "App version",
|
||||
"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)"
|
||||
},
|
||||
"nav": {
|
||||
"mode_esk": "ESKETAMINE",
|
||||
@@ -35,17 +47,6 @@
|
||||
"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",
|
||||
|
||||
+13
-12
@@ -1,7 +1,19 @@
|
||||
{
|
||||
"app": {
|
||||
"title": "Pharmaco Kinetics",
|
||||
"version": "v1.00 • Dr Georges Mion"
|
||||
"version": "v{version} • Dr Georges Mion"
|
||||
},
|
||||
"csv": {
|
||||
"title": "KetaPK - Rapport de donnees brutes",
|
||||
"version": "Version application",
|
||||
"weight": "Poids du patient (kg)",
|
||||
"unit": "Unite de perfusion",
|
||||
"col_time": "Temps (min)",
|
||||
"col_bolus": "Bolus (mg)",
|
||||
"col_infusion": "Perfusion active",
|
||||
"col_domino": "Domino (ng/mL)",
|
||||
"col_clements": "Clements (ng/mL)",
|
||||
"col_kamp": "Kamp (ng/mL)"
|
||||
},
|
||||
"nav": {
|
||||
"mode_esk": "ESKETAMINE",
|
||||
@@ -35,17 +47,6 @@
|
||||
"col_clements": "Clements (ng/mL)",
|
||||
"col_kamp": "Kamp (ng/mL)"
|
||||
},
|
||||
"csv": {
|
||||
"title": "KetaPK - Rapport de donnees brutes",
|
||||
"weight": "Poids du patient (kg)",
|
||||
"unit": "Unite de perfusion",
|
||||
"col_time": "Temps (min)",
|
||||
"col_bolus": "Bolus (mg)",
|
||||
"col_infusion": "Perfusion active",
|
||||
"col_domino": "Domino (ng/mL)",
|
||||
"col_clements": "Clements (ng/mL)",
|
||||
"col_kamp": "Kamp (ng/mL)"
|
||||
},
|
||||
"zones": {
|
||||
"inactive": "Inactif",
|
||||
"anti_hyperalgesic": "Anti-hyperalgésique",
|
||||
|
||||
Reference in New Issue
Block a user