Uh oh!
There was an error while loading. Please reload this page.
Translate library/asyncio-runner.po - #1240
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nrps9909
commented
Aug 11, 2026
感謝詳細審閱,已在 275eb84 逐項更新:
重新驗證結果:
若 Runner 的術語偏好不同,我可以再依專案慣例調整。 |
mattwang44
commented
Aug 14, 2026
Thank you! |
Uh oh!
There was an error while loading. Please reload this page.
完成
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