diff options
| author | Adam <[email protected]> | 2026-02-10 07:11:13 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-10 07:11:19 -0600 |
| commit | 4c4e30cd714d316f44d99b91f846e2be666a26db (patch) | |
| tree | 3a8bf8aad3be9a01ec3d00a306f2fd2c707c3da9 /packages/web/src/content/i18n/zh-TW.json | |
| parent | 19ad7ad80916836560ce9903b58a02be63ea4715 (diff) | |
| download | opencode-4c4e30cd714d316f44d99b91f846e2be666a26db.tar.gz opencode-4c4e30cd714d316f44d99b91f846e2be666a26db.zip | |
fix(docs): locale translations
Diffstat (limited to 'packages/web/src/content/i18n/zh-TW.json')
| -rw-r--r-- | packages/web/src/content/i18n/zh-TW.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/web/src/content/i18n/zh-TW.json b/packages/web/src/content/i18n/zh-TW.json index 51d2d11e9..391e3f71f 100644 --- a/packages/web/src/content/i18n/zh-TW.json +++ b/packages/web/src/content/i18n/zh-TW.json @@ -1,13 +1,13 @@ { - "app.head.titleSuffix": "為終端打造的AI編碼代理", + "app.head.titleSuffix": "為 terminal 打造的 AI 編碼代理", "app.header.home": "首頁", "app.header.docs": "文件", "app.footer.issueLink": "發現問題?提交 issue", "app.footer.discordLink": "加入我們的 Discord 社群", - "app.lander.hero.title": "為終端打造的AI編碼代理。", + "app.lander.hero.title": "為 terminal 打造的 AI 編碼代理。", "app.lander.cta.getStarted": "開始使用", "app.lander.features.native_tui.title": "本機 TUI", - "app.lander.features.native_tui.description": "響應式、原生、可主題化的終端 UI。", + "app.lander.features.native_tui.description": "響應式、原生、可主題化的 terminal UI。", "app.lander.features.lsp_enabled.title": "LSP 已啟用", "app.lander.features.lsp_enabled.description": "自動為 LLM 載入正確的 LSP。", "app.lander.features.multi_session.title": "多會話", @@ -25,7 +25,7 @@ "app.lander.images.vscode.alt": "opencode 在 VS Code 中", "app.lander.images.github.caption": "opencode 在 GitHub 中", "app.lander.images.github.alt": "opencode 在 GitHub 中", - "share.meta_description": "opencode - 為終端構建的AI編碼代理。", + "share.meta_description": "opencode - 為 terminal 打造的 AI 編碼代理。", "share.not_found": "未找到", "share.link_to_message": "連結到此訊息", "share.copied": "複製了!", |
