Skip to content

docs(blog): correct rehydrate translation - #4768

Merged
Astro-Han merged 1 commit into
apache:mainfrom
Sun-GLiang:fix/rehydrate-translation
Sep 5, 2026
Merged

docs(blog): correct rehydrate translation#4768
Astro-Han merged 1 commit into
apache:mainfrom
Sun-GLiang:fix/rehydrate-translation

Conversation

@Sun-GLiang

@Sun-GLiang Sun-GLiang commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Correct the literal Chinese translation of rehydrate in the Beyond Function Calling blog:

  • use 恢复执行状态(Rehydrate) in Chinese prose;
  • use 恢复会话上下文(Rehydrate) in the Chinese diagram;
  • keep Rehydrate unchanged in English-only diagrams and leave the English article unchanged.

Fixes #4767

Verification

  • git diff --check upstream/main...HEAD
  • Confirmed git diff --name-only upstream/main...HEAD contains only docs/blogs/beyond-function-calling.zh-CN.md.
  • Automated tests were not run because this is a documentation-only wording change.

AI use

Select exactly one:

  • No generative tool made a substantive contribution
  • Generative tooling made a substantive contribution

Tool(s) and scope:

  • OpenAI Codex: identified the affected translation contexts, edited two lines, and drafted the Issue and PR text.

Checklist

  • Tests cover the change and fail without it
  • Lint, format, typecheck and the affected suites pass locally

Does this PR entail a change in behavior?

  • Yes — described under Summary above
  • No

Replace the literal Chinese translation with state-recovery wording while retaining the English runtime term for clarity.

Generated-by: OpenAI Codex
@Sun-GLiang
Sun-GLiang force-pushed the fix/rehydrate-translation branch from f329e4b to 6ab35ed Compare September 4, 2026 10:14
@github-actions github-actions Bot added the effort/XS Under 10 readable lines label Sep 4, 2026

@Astro-Han Astro-Han left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving at 6ab35ed. 「水合」was a literal calque; 「恢复执行状态(Rehydrate)」in prose and 「恢复会话上下文(Rehydrate)」in the diagram read naturally and keep the English term for cross-reference. The two English-only diagrams (lines 393, 454) are correctly left alone, and the file is the only one in docs/ using the old wording. Merges clean.

@Astro-Han
Astro-Han merged commit 1b7af3d into apache:main Sep 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

effort/XS Under 10 readable lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(blog): correct the Chinese translation of "rehydrate"

2 participants