feat(i18n): replace remaining Chinese in config generator and profile generator
Also update simulation prompts to be locale-neutral for timezone/schedule.
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
"generating": "Generating"
|
||||
},
|
||||
"step3": {
|
||||
"startGenerateReport": "Generate Result Report",
|
||||
"startGenerateReport": "Generate Report",
|
||||
"generatingReport": "Starting...",
|
||||
"waitingForActions": "Waiting for agent actions...",
|
||||
"errorMissingSimId": "Error: missing simulationId",
|
||||
@@ -204,7 +204,7 @@
|
||||
"checkStatusFailed": "Failed to check simulation status: {error}",
|
||||
"forceStopSuccess": "Simulation force stopped",
|
||||
"forceStopFailed": "Force stop failed: {error}",
|
||||
"startGenerateReportBtn": "Generate Result Report",
|
||||
"startGenerateReportBtn": "Generate Report",
|
||||
"generatingReportBtn": "Starting..."
|
||||
},
|
||||
"step4": {
|
||||
@@ -404,7 +404,12 @@
|
||||
"generatingEventConfig": "Generating event config and hot topics...",
|
||||
"generatingAgentConfig": "Generating agent config ({start}-{end}/{total})...",
|
||||
"generatingPlatformConfig": "Generating platform config...",
|
||||
"zepSearchQuery": "All information, activities, events, relationships and background about {name}"
|
||||
"zepSearchQuery": "All information, activities, events, relationships and background about {name}",
|
||||
"timeConfigLabel": "Time Config",
|
||||
"eventConfigLabel": "Event Config",
|
||||
"agentConfigResult": "Agent Config: {count} generated",
|
||||
"postAssignResult": "Post Assignment: {count} posts assigned",
|
||||
"profileGenerated": "[Generated] {name} ({type})"
|
||||
},
|
||||
"log": {
|
||||
"preparingGoBack": "Preparing to return to Step 2, closing simulation...",
|
||||
@@ -476,6 +481,47 @@
|
||||
"configSummaryPostsAlt": " └─ Initial posts: {count}",
|
||||
"configGenerating": "Config generating, polling...",
|
||||
"loadConfigFailed": "Failed to load config: {error}",
|
||||
"step2Init": "Step 2 environment setup initialized"
|
||||
"step2Init": "Step 2 environment setup initialized",
|
||||
"step3Init": "Step 3 simulation run initialized",
|
||||
"startingDualSim": "Starting dual-platform parallel simulation...",
|
||||
"setMaxRounds": "Max simulation rounds set to: {rounds}",
|
||||
"graphMemoryUpdateEnabled": "Dynamic graph memory update enabled",
|
||||
"oldSimCleared": "✓ Old simulation logs cleared, restarting simulation",
|
||||
"engineStarted": "✓ Simulation engine started successfully",
|
||||
"startFailed": "✗ Start failed: {error}",
|
||||
"startException": "✗ Start error: {error}",
|
||||
"stoppingSim": "Stopping simulation...",
|
||||
"simStoppedSuccess": "✓ Simulation stopped",
|
||||
"stopFailed": "Stop failed: {error}",
|
||||
"stopException": "Stop error: {error}",
|
||||
"allPlatformsCompleted": "✓ All platform simulations have ended",
|
||||
"simCompleted": "✓ Simulation completed",
|
||||
"reportRequestSent": "Report generation request sent, please wait...",
|
||||
"startingReportGen": "Starting report generation...",
|
||||
"reportGenTaskStarted": "✓ Report generation task started: {reportId}",
|
||||
"reportGenFailed": "✗ Failed to start report generation: {error}",
|
||||
"reportGenException": "✗ Report generation error: {error}",
|
||||
"step5Init": "Step 5 deep interaction initialized",
|
||||
"selectChatTarget": "Selected chat target: {name}",
|
||||
"sendFailed": "Send failed: {error}",
|
||||
"sendToReportAgent": "Sent to Report Agent: {message}...",
|
||||
"reportAgentReplied": "Report Agent replied",
|
||||
"sendToAgent": "Sent to {name}: {message}...",
|
||||
"agentReplied": "{name} replied",
|
||||
"sendSurvey": "Sending survey to {count} targets...",
|
||||
"receivedReplies": "Received {count} replies",
|
||||
"surveySendFailed": "Survey send failed: {error}",
|
||||
"loadReportData": "Loading report data: {id}",
|
||||
"loadReportFailed": "Failed to load report: {error}",
|
||||
"reportDataLoaded": "Report data loaded",
|
||||
"loadReportLogFailed": "Failed to load report logs: {error}",
|
||||
"loadedProfiles": "Loaded {count} simulated individuals",
|
||||
"loadProfilesFailed": "Failed to load simulated individuals: {error}",
|
||||
"interactionViewInit": "InteractionView initialized",
|
||||
"reportViewInit": "ReportView initialized",
|
||||
"getReportInfoFailed": "Failed to get report info: {error}",
|
||||
"enterStep": "Entering Step {step}: {name}",
|
||||
"returnToStep": "Returning to Step {step}: {name}",
|
||||
"customSimRounds": "Custom simulation rounds: {rounds} rounds"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user