From c24abf5b32865f294d91a9cb8bd89c285f3d695f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Fri, 5 Jun 2026 23:17:40 -0500 Subject: [PATCH] Add missing Chinese desktop i18n translations --- apps/desktop/src/i18n/zh.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/desktop/src/i18n/zh.ts b/apps/desktop/src/i18n/zh.ts index 25a794fd874..42f01a2d366 100644 --- a/apps/desktop/src/i18n/zh.ts +++ b/apps/desktop/src/i18n/zh.ts @@ -318,6 +318,9 @@ export const zh: Translations = { max_concurrent_children: '并行子智能体', child_timeout_seconds: '子智能体超时', reasoning_effort: '子智能体推理强度' + }, + updates: { + non_interactive_local_changes: '应用内更新本地更改' } }), fieldDescriptions: defineFieldCopy({ @@ -370,6 +373,10 @@ export const zh: Translations = { elevenlabs: { language_code: '可选的 ISO-639-3 语言代码。留空让 ElevenLabs 自动检测。' } + }, + updates: { + non_interactive_local_changes: + 'Hermes 从应用内更新时(无终端提示),保留本地源码修改(暂存)或丢弃(放弃)。通过终端更新时始终会询问。' } }), about: {