docs(i18n): include complete proofreading corpus

This commit is contained in:
xjt
2026-08-12 12:30:19 +08:00
parent 7b450d121e
commit 4806d94715
884 changed files with 2546 additions and 2547 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/code-runtime/README.md
README.md: 024dea980b1678ca7d375bad4d4a627b4956bb02
README.zh.md: eaedc8acf7211e0347fdfbcb934f9013dc7539bd
README.zh.md: 8dcfe84fa0aca950fb831a34d4a0d3894dfa37f7
+1 -1
View File
@@ -9,6 +9,6 @@
| [`code-runtime/`](code-runtime/README.md) | Service Definition 与共享词汇 | `ctx.codeRuntime` |
| [`code-runtime-worker/`](code-runtime-worker/README.md) | Worker 线程后端 | 注册 `ctx.codeRuntime` |
提供方在不改变 Consumer 的情况下注册该服务。子 README 负责语言、隔离和执行预算细节。
提供方在不改变Consumer的情况下注册该服务。子 README 负责语言、隔离和执行预算细节。
子系统参考——运行请求/结果、绑定命名空间、失败分类体系——见 [docs/subsystems/code-runtime.md](../../docs/subsystems/code-runtime.md)。