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

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write docs/cordis-api/context.md
context.md: 320b23de1c8d19e2dacdf0ec9f2361037bcf8048
context.zh.md: 9b1f92a329ff4d75b3fafe7bf6bc8db317bcc267
context.zh.md: 32b513e2a29d2f6bd42c0a12134722691da37080

View File

@@ -230,7 +230,7 @@ static is(value: any): value is Context
- `value`:要测试的值。
如果返回 `true``value` 是 Cordis 上下文,并会收窄其类型。
**返回** `true``value` 是 Cordis 上下文,并会收窄其类型。
[源码](../../vendor/cordis/src/context.ts#L61)

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write docs/cordis-api/registry.md
registry.md: e6ddce5700ab071c2a4fedae19d99e2cb6e994ec
registry.zh.md: c10509f569adfe65b4dbee4ca5b7139085dce1f7
registry.zh.md: d928ff20c9d764a36d84ce0d0aec0af7f41b630f

View File

@@ -23,7 +23,7 @@
inject(deps: Inject, callback: Plugin.Function<void>): Fiber & PromiseLike<Fiber>
```
请求的服务可用后,运行一次回调。
请求的服务可用后,运行回调。
这是 `ctx.plugin({ inject, apply: callback })` 的简写形式:每当某个必需服务发生变化时,系统都会卸载并重新运行该回调。