Description
Completes the Simplified Chinese (zh) translation for three modules (app, ui, desktop). Follow-up to issue #25604.
Changes
app module (24 new keys + fixes)
- Fixed
command.prompt.mode.normal: Prompt → 提示
- Removed outdated untranslated English entries for terminal font settings (replaced with proper Chinese translations)
- Added translations for:
- Project navigation commands (
command.project.next/previous)
- Child session UI (
session.child.*)
- Git/review status messages (
session.review.*)
- Shell/terminal settings (
settings.general.row.shell.*, settings.general.row.terminalFont.*)
- Terminal display options (
settings.general.row.showTerminal.*)
- Navigation/search toggle settings (
settings.general.row.showNavigation.*, settings.general.row.showSearch.*)
- File tree toggle (
settings.general.row.showFileTree.*)
- Workspace team settings (
settings.workspace.enableTeam.*)
ui module (6 new keys + fix)
- Fixed
ui.tool.webfetch: Webfetch → 网页获取
- Added translations for session review/diffs UI labels
Files changed
packages/app/src/i18n/zh.ts — 25 additions, 3 deletions
packages/ui/src/i18n/zh.ts — 7 additions, 1 deletion
Verification
All 994 keys present in both EN and ZH TypeScript files. Verified via custom parser.
Description
Completes the Simplified Chinese (zh) translation for three modules (app, ui, desktop). Follow-up to issue #25604.
Changes
app module (24 new keys + fixes)
command.prompt.mode.normal: Prompt → 提示command.project.next/previous)session.child.*)session.review.*)settings.general.row.shell.*,settings.general.row.terminalFont.*)settings.general.row.showTerminal.*)settings.general.row.showNavigation.*,settings.general.row.showSearch.*)settings.general.row.showFileTree.*)settings.workspace.enableTeam.*)ui module (6 new keys + fix)
ui.tool.webfetch: Webfetch → 网页获取Files changed
packages/app/src/i18n/zh.ts— 25 additions, 3 deletionspackages/ui/src/i18n/zh.ts— 7 additions, 1 deletionVerification
All 994 keys present in both EN and ZH TypeScript files. Verified via custom parser.