docs(i18n): address round-2 terminology review

- ACP/SSE: show full English name in parens on first occurrence
- fixture: drop 测试夹具 gloss, keep descriptive note
- manifest: keep English, drop 首次出现可写 clause
This commit is contained in:
Tianyi Cui
2026-07-01 23:08:45 +08:00
parent c93ed006e2
commit 57900f9cbd
+4 -4
View File
@@ -4,7 +4,7 @@
| English | 中文 | 备注 |
|---|---|---|
| ACP | ACP | |
| ACP | ACP | 首次出现可写:ACPAgent Client Protocol |
| AI | AI | 首次出现可写:人工智能(AI) |
| API | API | |
| CLI | CLI | 首次出现可写:命令行界面(CLI) |
@@ -19,14 +19,14 @@
| MCP | MCP | |
| RAG | RAG | 首次出现可写:检索增强生成(RAG) |
| SDK | SDK | |
| SSE | SSE | |
| SSE | SSE | 首次出现可写:SSEServer-Sent Events |
| agent | agent | 首次出现可写:agent(智能体) |
| agent loop | agent loop | |
| fiber | fiber | 首次出现可写:fiber(插件运行时) |
| fixture | fixture | 首次出现可写:fixture(测试夹具);指测试前置数据或环境 |
| fixture | fixture | 指测试前置数据或环境 |
| fork | fork | 保留英文 |
| harness | harness | 保留英文 |
| manifest | manifest | 首次出现可写:manifest描述模块或工具元数据的文件 |
| manifest | manifest | 描述模块或工具元数据的文件 |
| schema DSL | schema DSL | |
| schema | schema | 保留英文 |
| seam | seam | 首次出现可写:seam(扩展点) |