diff --git a/messages/en.json b/messages/en.json index e5b86c9..3f7f18b 100644 --- a/messages/en.json +++ b/messages/en.json @@ -385,6 +385,7 @@ "cancel": "Cancel", "creating": "Creating...", "runSimulation": "Run Simulation", + "createRun": "Create Run", "execute": "Execute", "executing": "Executing...", "generating": "Generating...", diff --git a/messages/zh.json b/messages/zh.json index 8b1d5b1..a305ab6 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -385,6 +385,7 @@ "cancel": "取消", "creating": "创建中...", "runSimulation": "运行模拟", + "createRun": "创建运行", "execute": "执行", "executing": "执行中...", "generating": "生成中...", diff --git a/src/app/simulator/new/page.tsx b/src/app/simulator/new/page.tsx index 71f800a..9c61a49 100644 --- a/src/app/simulator/new/page.tsx +++ b/src/app/simulator/new/page.tsx @@ -712,7 +712,7 @@ export default function NewSimulatorRunPage() { ) : ( <> - {t('runSimulation')} + {t('createRun')} )}