Skip to main content
A shared vocabulary is cheaper than debugging two correct ideas with the same nickname.

1. Motivation

These definitions keep public docs, Chinese translations, APIs, and architecture references aligned. Translators should also follow _docs-guide/doc-trans.md and _docs-guide/terminology.md.

2. Core Concepts


3. Search and Storage Terms


4. Chinese Translation Reference


5. Translation Rules

  • Translate prose one line at a time while preserving structure and links.
  • Keep code fences byte-identical.
  • Use Chinese corner brackets 「」 for quoted prose.
  • On first mention or in headings, pair important Chinese concepts with their English term.
  • Do not translate identifiers, configuration keys, CLI flags, package names, paths, or URLs.

Summary

  • Architecture terms name one owner and one contract.
  • Runtime session state is not durable persistence.
  • Chinese prose translates concepts while code retains canonical identifiers.

Further Exploration

Related resources:
  • Architecture — See the terms in their ownership model
  • API Overview — Map concepts to public Python surfaces
  • Extensions — Understand Module and Extension boundaries