-
-
Notifications
You must be signed in to change notification settings - Fork 214
Translate /libary/asyncio-runner.po from rst:6 to rst:13 #685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
5d7613c
48ab13c
209acd4
300fff2
0ce395d
1f0cf6b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -19,7 +19,7 @@ msgstr "" | |||||
|
||||||
#: ../../library/asyncio-runner.rst:6 | ||||||
msgid "Runners" | ||||||
msgstr "" | ||||||
msgstr "執行器" | ||||||
|
||||||
#: ../../library/asyncio-runner.rst:8 | ||||||
msgid "**Source code:** :source:`Lib/asyncio/runners.py`" | ||||||
|
@@ -29,12 +29,14 @@ msgstr "**原始碼:**\\ :source:`Lib/asyncio/runners.py`" | |||||
msgid "" | ||||||
"This section outlines high-level asyncio primitives to run asyncio code." | ||||||
msgstr "" | ||||||
"這個章節概述用於執行 asyncio 程式碼的高階單位。" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 沒有特別想法耶, 統一翻譯成 「原始物件」好了 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 以本 suggestion 為例:
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 突然想到, 「原生物件」會不會比 「原始物件」 好? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 能夠請你發個 discussion 嗎XD |
||||||
|
||||||
#: ../../library/asyncio-runner.rst:13 | ||||||
msgid "" | ||||||
"They are built on top of an :ref:`event loop <asyncio-event-loop>` with the " | ||||||
"aim to simplify async code usage for common wide-spread scenarios." | ||||||
msgstr "" | ||||||
"他們是基於一個 :ref:`事件迴圈 <asyncio-event-loop>`,目的是為了簡化常見且廣泛運用場景的異步程式碼。" | ||||||
mattwang44 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
#: ../../library/asyncio-runner.rst:23 | ||||||
msgid "Running an asyncio Program" | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: 附註一下原文會不會比較好?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同意, 不過我剛剛參閱 python unittest 的文檔, 附註的順序是相反的, 不知道 Matt 覺得那個比較好XD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果是
執行器 (Runner)
就是代表後面出現該詞的地方都只要翻成執行器
,但若是Runner(執行器)
的話代表之後都翻成runner
。看你覺得哪個通暢即可。