From c8eba1887d044ee35e8aa9b04fd46ca5265266e3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:20:48 +0000 Subject: [PATCH 2/2] =?UTF-8?q?fix(i18n):=20update=20zh=20layer=5Flabels.m?= =?UTF-8?q?emory=20from=20=E5=86=85=E5=AD=98=E7=AE=A1=E7=90=86=20to=20?= =?UTF-8?q?=E8=AE=B0=E5=BF=86=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: w4n9hu1 <20451477+w4n9hu1@users.noreply.github.com> --- web/src/i18n/messages/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/i18n/messages/zh.json b/web/src/i18n/messages/zh.json index ebd85db..94120ce 100644 --- a/web/src/i18n/messages/zh.json +++ b/web/src/i18n/messages/zh.json @@ -55,7 +55,7 @@ "layer_labels": { "tools": "工具与执行", "planning": "规划与协调", - "memory": "内存管理", + "memory": "记忆管理", "concurrency": "并发", "collaboration": "协作" },