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

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扩展点 |