From f1257c59f91f01885a3c6a216a697fda4b581bcf Mon Sep 17 00:00:00 2001 From: Angular <15901434509@qq.com> Date: Wed, 20 May 2026 03:18:12 +0800 Subject: [PATCH] fix(i18n): translate zh-CN contextGathering errorDesc (#1917) (#2042) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 李冠辰 Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com> --- app/src/lib/i18n/chunks/zh-CN-4.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/lib/i18n/chunks/zh-CN-4.ts b/app/src/lib/i18n/chunks/zh-CN-4.ts index 16ae7501b..60f121c9a 100644 --- a/app/src/lib/i18n/chunks/zh-CN-4.ts +++ b/app/src/lib/i18n/chunks/zh-CN-4.ts @@ -141,7 +141,7 @@ const zhCN4: TranslationMap = { 'onboarding.contextGathering.buildingProfile': '正在构建你的档案...', 'onboarding.contextGathering.continueToChat': '前往对话', 'onboarding.contextGathering.errorDesc': - '我们暂时无法构建你的完整资料,但没关系——你可以继续,资料会随时间逐步完善。', + '暂时无法完整构建你的档案,但没关系——你可以继续,档案会随时间逐步完善。', 'onboarding.contextGathering.title': '上下文收集', 'openhuman.team_list_teams': '团队列表', 'overlay.ariaAttention': '注意消息',