From 960e3ba81d2ca63f11b788932b34f868709e0517 Mon Sep 17 00:00:00 2001 From: Dominik Seemann Date: Thu, 7 May 2026 21:57:06 +0000 Subject: [PATCH] fix(i18n): externalize chinese ui strings in process and step views Routes ~50 hard-coded Chinese literals across Process.vue, Step2EnvSetup.vue, Step3Simulation.vue, Step4Report.vue and Step5Interaction.vue through vue-i18n, with corresponding entries added in lockstep to locales/en.json and locales/zh.json (1031 -> 1101 lines each, parity preserved). En-locale users no longer see Chinese in headers, status messages, error fallbacks, project- info modals, or chat-history prompt construction. Backend-coupled regex parsers in Step4Report.vue (28 markers + no-reply predicate + log-severity helper) are centralised into a frozen REPORT_MARKERS block at the top of