From 5501ec815b508fe889c381413cb2985989ffc277 Mon Sep 17 00:00:00 2001 From: thomas-ext-ux Date: Sun, 22 Mar 2026 09:44:44 +0100 Subject: [PATCH 1/4] feat: translate entire frontend UI from Chinese to English Translate all user-facing text, labels, placeholders, button text, log messages, error messages, and comments across all Vue components and views to English. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/GraphPanel.vue | 182 ++++---- frontend/src/components/HistoryDatabase.vue | 288 ++++++------- frontend/src/components/Step1GraphBuild.vue | 48 +-- frontend/src/components/Step2EnvSetup.vue | 420 +++++++++---------- frontend/src/components/Step3Simulation.vue | 148 +++---- frontend/src/components/Step4Report.vue | 370 ++++++++-------- frontend/src/components/Step5Interaction.vue | 192 ++++----- frontend/src/views/Home.vue | 156 +++---- frontend/src/views/MainView.vue | 18 +- frontend/src/views/Process.vue | 140 +++---- frontend/src/views/SimulationView.vue | 84 ++-- 11 files changed, 1023 insertions(+), 1023 deletions(-) diff --git a/frontend/src/components/GraphPanel.vue b/frontend/src/components/GraphPanel.vue index 314c966e4..83c4ae028 100644 --- a/frontend/src/components/GraphPanel.vue +++ b/frontend/src/components/GraphPanel.vue @@ -2,24 +2,24 @@
Graph Relationship Visualization - +
- -
- +
- +
@@ -27,10 +27,10 @@
- {{ isSimulating ? 'GraphRAG长短期记忆实时更新中' : '实时更新中...' }} + {{ isSimulating ? 'GraphRAG long/short-term memory updating in real-time' : 'Updating in real-time...' }}
- +
@@ -39,8 +39,8 @@
- 还有少量内容处理中,建议稍后手动刷新图谱 -
- +
{{ selectedItem.type === 'node' ? 'Node Details' : 'Relationship' }} @@ -58,7 +58,7 @@
- +
Name: @@ -101,9 +101,9 @@
- +
- + - +