Translate library/asyncio-runner.po - #1240
Open
nrps9909 wants to merge 2 commits into
Open
Conversation
mattwang44
reviewed
Aug 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
此 PR 針對 Python 3.14 zh_TW 文件補齊 library/asyncio-runner.po 尚未翻譯的字串,完成 asyncio runner 相關章節的繁中化並維持既有術語與 reST 標記可用性。
Changes:
- 補上
asyncio.run()與asyncio.Runner相關段落(含 timeout、參數說明、KeyboardInterrupt handling)之未翻譯內容。 - 依既有用語將 runner 譯為「執行器」、event loop 譯為「事件迴圈」,並保留 reST roles/inline literals。
- 調整部分句子換行以符合 PO 檔行寬與格式要求。
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
mattwang44
reviewed
Aug 11, 2026
Author
|
感謝詳細審閱,已在 275eb84 逐項更新:
重新驗證結果:
若 Runner 的術語偏好不同,我可以再依專案慣例調整。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
完成
library/asyncio-runner.po的 26 筆未翻譯字串。runner依 issue 建議譯為「執行器」event loop依目前 3.14 asyncio 翻譯用語譯為「事件迴圈」驗證:
make build library/asyncio-runner.pouvx powrap --check library/asyncio-runner.pomsgfmt --check --statistics -o /dev/null library/asyncio-runner.po(41 translated)sphinx-lint --enable default-role library/asyncio-runner.po(No problems found)全庫
make lint仍會列出其他既有檔案的 default-role 問題;本次目標檔案沒有 lint 問題。Closes #683