← 返回首页
Translate `library/queue.po` by allen91wu · Pull Request #187 · python/python-docs-zh-tw · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Translate library/queue.po#187

Merged
mattwang44 merged 10 commits into
python:3.10from
allen91wu:translate-queue
Sep 29, 2022
Merged

Translate library/queue.po#187
mattwang44 merged 10 commits into
python:3.10from
allen91wu:translate-queue

Conversation

Copy link
Copy Markdown
Collaborator

resolve #181

Preview

Copy link
Copy Markdown
Collaborator

@jordanSu, would you be interested in reviewing this PR?

Copy link
Copy Markdown
Contributor

@mattwang44 sorry for late reply, sure let me review this.

Copy link
Copy Markdown
Collaborator

@jordanSu I've sent an invitation for joining this project (in order to set you as a reviewer) a while ago. Remember to confirm it (link).

Copy link
Copy Markdown
Contributor

@jordanSu I've sent an invitation for joining this project (in order to set you as a reviewer) a while ago. Remember to confirm it (link).

@mattwang44 sorry for missing the invitation, I found the link has expired, could you kindly send me a new one? Thanks a lot!

Copy link
Copy Markdown
Collaborator

@jordanSu just sent!

mattwang44 requested a review from jordanSu January 17, 2022 05:03

mattwang44 commented Mar 17, 2022
edited
Loading

Copy link
Copy Markdown
Collaborator

@jordanSu
Is there any chance you can finish reviewing this PR recently? It's fine if you need it to be assigned to another reviewer!

Copy link
Copy Markdown
Contributor

@mattwang44 Sorry for late, I might not be able to review it recently, I think it would be better to assign this to another reviewer.
Sorry for making you guys wait🙇

Copy link
Copy Markdown
Collaborator

@jordanSu NP! Thanks for the efforts. Look forward to seeing your contribution again!

mattwang44 removed the request for review from jordanSu March 17, 2022 05:39
StevenHsuYL self-requested a review July 2, 2022 14:57

StevenHsuYL left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

幫忙 review 一下。
建議僅供參考,大多是閱讀流暢度的小建議,都可以再討論。 😃

Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
31 hidden conversations Load more…
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated
"A queue class for use in a multi-processing (rather than multi-threading) "
"context."
msgstr ""
msgstr "用於多工(而非多執行緒)上下文的佇列 class。"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment
Suggested change
msgstr "用於多工(而非多執行緒)上下文的佇列 class。"
msgstr "用於多元處理(而非多執行緒)上下文的佇列 class。"

Reference: 多元處理 wiki

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

process 一詞目前多翻譯為行程

Suggested change
msgstr "用於多工(而非多執行緒)上下文的佇列 class。"
msgstr "用於多行程處理 (multi-processing)(而非多執行緒)情境 (context) 的佇列 class。"

Copy link
Copy Markdown
Collaborator

幫忙 review 一下。 建議僅供參考,大多是閱讀流暢度的小建議,都可以再討論。 😃

感謝 Steven!這個 PR 我會接手處理

mattwang44 self-assigned this Jul 5, 2022

Copy link
Copy Markdown
Collaborator Author

Thanks for the review from Steven. I'm just updated the file from the review. Please have a look!

mattwang44 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

前面 Steven 的 comment 還有一些沒修掉,要再請你檢查一下 🙏🏽

Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
Comment thread library/queue.po Outdated Show resolved Hide resolved
mattwang44 assigned allen91wu and unassigned mattwang44 Sep 26, 2022

Copy link
Copy Markdown
Collaborator

@allen91wu 還差 FIFO 那段 (../../library/queue.rst:37) 的 消耗完 要改成 消耗
#187 (comment)

Copy link
Copy Markdown
Collaborator Author

@mattwang44 感謝提醒,已經 push 修正過後的版本

mattwang44 previously approved these changes Sep 26, 2022

mattwang44 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

LGTM
@StevenHsuYL 有沒有興趣再檢查一下~

Comment thread library/queue.po Show resolved Hide resolved
StevenHsuYL previously approved these changes Sep 28, 2022

StevenHsuYL left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

LGTM (with optional editing later). 👍

Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>
allen91wu dismissed stale reviews from StevenHsuYL and mattwang44 via 306bb1a September 29, 2022 03:06

Copy link
Copy Markdown
Collaborator Author

@mattwang44 @StevenHsuYL
I’m just updated the file from Steven’s suggestion. Please have a look.

Copy link
Copy Markdown
Contributor

@mattwang44 @StevenHsuYL I’m just updated the file from Steven’s suggestion. Please have a look.

line 360-371 好像重複貼上了,再麻煩修改一下,謝謝!

Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>

mattwang44 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

LGTM
Thanks for the great work!

mattwang44 merged commit a67c64b into python:3.10 Sep 29, 2022
allen91wu deleted the translate-queue branch September 29, 2022 11:37
beccalzh pushed a commit to beccalzh/python-docs-zh-tw that referenced this pull request Sep 4, 2024
* Translate `library/queue.po` * Translate `library/queue.po` * update file from the review * fix typo * Update library/queue.po Co-authored-by: Steven Hsu <hsuhaochun@gmail.com> * Update library/queue.po Co-authored-by: Steven Hsu <hsuhaochun@gmail.com> * remove redundant part Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com> Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Translate library/queue.po

4 participants

Footer

© 2026 GitHub, Inc.