fix(i18n): replace hardcoded Chinese stage names in simulation prepare SSE

This commit is contained in:
ghostubborn
2026-04-01 17:31:00 +08:00
parent 3a8451c119
commit 380e456d41
3 changed files with 14 additions and 6 deletions

View File

@@ -409,7 +409,11 @@
"eventConfigLabel": "Event Config",
"agentConfigResult": "Agent Config: {count} generated",
"postAssignResult": "Post Assignment: {count} posts assigned",
"profileGenerated": "[Generated] {name} ({type})"
"profileGenerated": "[Generated] {name} ({type})",
"readingGraphEntities": "Reading Graph Entities",
"generatingProfiles": "Generating Agent Profiles",
"generatingSimConfig": "Generating Simulation Config",
"preparingScripts": "Preparing Scripts"
},
"log": {
"preparingGoBack": "Preparing to return to Step 2, closing simulation...",