mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +08:00
06cd80d1bd
Prettier pads markdown table cells for column alignment, which turns any content change into a table-wide realignment diff. Markdown was only in prettierignore for packages/kilo-vscode/; the root formatter still repadded docs elsewhere (e.g. TESTING.md, kilo-docs, AGENTS.md). Adds *.md to the root .prettierignore, documents the convention in AGENTS.md, and adds script/check-md-table-padding.ts + a workflow to enforce it. Existing padded tables in Kilo-owned docs have been rewritten via the script's --fix mode.
1.6 KiB
1.6 KiB
zh-tw Glossary
Sources
Do Not Translate (Locale Additions)
Kilo(preserve casing in prose; keepkiloonly when it is part of commands, package names, paths, or code)Kilo ZenKilo CLICLI,TUI,MCP,OAuthModel Context Protocol(prefer the English expansion when introducingMCP)
Preferred Terms
These are preferred terms for docs/UI prose and may evolve.
| English | Preferred | Notes |
|---|---|---|
| prompt | 提示詞 | Keep --prompt unchanged in flags/code |
| session | 工作階段 | |
| provider | 供應商 | |
| share link / shared URL | 分享連結 | Prefer 分享 for user-facing share actions |
| headless (server) | 無介面 | Docs wording |
| authentication | 認證 | Prefer in auth/OAuth contexts |
| cache | 快取 | |
| keybind / shortcut | 快捷鍵 | User-facing docs wording |
| workflow | 工作流程 | e.g. GitHub Actions workflow |
Guidance
- Prefer natural, concise phrasing over literal translation
- Keep the tone direct and friendly (PR #13942 consistently moved wording in this direction)
- Preserve technical artifacts exactly: commands, flags, code, inline code, URLs, file paths, model IDs
- Keep enum-like values in English when they are literals (for example,
default,json) - Prefer consistent terminology across pages once a term is chosen (
工作階段,供應商,提示詞, etc.)
Avoid
- Avoid
opencodein prose when referring to the product name; useOpenCode - Avoid mixing alternative terms for the same concept across docs when a preferred term is already established