-
-
Notifications
You must be signed in to change notification settings - Fork 222
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 程式碼的高階單位。" | ||||||
|
||||||
| "這個章節概述用於執行 asyncio 程式碼的高階單位。" | |
| "這個章節概述用於執行 asyncio 程式碼的高階 asyncio 原始物件。" |
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.
突然想到, 「原生物件」會不會比 「原始物件」 好?
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.
能夠請你發個 discussion 嗎XD
https://github.com/python/python-docs-zh-tw/discussions
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: 附註一下原文會不會比較好?
Uh oh!
There was an error while loading. Please reload this page.
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。看你覺得哪個通暢即可。