Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Translate library/gc.po #204

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

Merged
merged 2 commits into from
Feb 18, 2023
Merged

Translate library/gc.po #204

merged 2 commits into from
Feb 18, 2023

Conversation

mattwang44
Copy link
Collaborator

resolve #203

preview:

image

@josix josix self-requested a review February 15, 2022 11:04
@mattwang44 mattwang44 force-pushed the library/gc branch 2 times, most recently from b376664 to 6ea680f Compare June 12, 2022 07:31
library/gc.po Outdated
"凍結 (freeze) 垃圾回收器所追蹤的所有物件 —— 將它們移至永久代並忽略所有未來的"
"收集動作。這可以在呼叫 POSIX fork() 之前使用以便寫入時複製 (copy-on-write) 或"
"加速回收。且在 POSIX fork() 呼叫之前的回收也可以釋放分頁 (page) ,以供未來可"
"能導致寫入時複製的記憶體分配來使用,因此建議在主程序 (parent process) 中停用"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"能導致寫入時複製的記憶體分配來使用,因此建議在主程序 (parent process) 中停用"
"能導致寫入時複製的記憶體分配來使用,因此建議在父進程 (parent process) 中停用"

這個是“父進程”還是“主程序”?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

現有翻譯為 行程,我改一下

library/gc.po Outdated

#: ../../library/gc.rst:265
msgid "\"start\": The garbage collection is about to start."
msgstr ""
msgstr "\"start”:垃圾回收即將開始。"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
msgstr "\"start:垃圾回收即將開始。"
msgstr "\"start\":垃圾回收即將開始。"

library/gc.po Outdated

#: ../../library/gc.rst:267
msgid "\"stop\": The garbage collection has finished."
msgstr ""
msgstr "\"stop”:垃圾回收已結束。"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
msgstr "\"stop:垃圾回收已結束。"
msgstr "\"stop\":垃圾回收已結束。"

library/gc.po Outdated

#: ../../library/gc.rst:274
msgid ""
"\"collected\": When *phase* is \"stop\", the number of objects successfully "
"collected."
msgstr ""
"\"collected\"(已回收的 ):當 *phase* 為 \"stop\" 時,被成功回收的物件的數"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"\"collected\"(已回收的 ):當 *phase* 為 \"stop\" 時,被成功回收的物件的數"
"\"collected\"(已回收的):當 *phase* 為 \"stop\" 時,被成功回收的物件的數"

@mattwang44 mattwang44 changed the base branch from 3.10 to 3.11 October 16, 2022 06:56
@mattwang44 mattwang44 merged commit a1f24ef into python:3.11 Feb 18, 2023
@mattwang44 mattwang44 deleted the library/gc branch February 18, 2023 06:10
beccalzh pushed a commit to beccalzh/python-docs-zh-tw that referenced this pull request Sep 4, 2024
* translate `library/gc.po`

* fix(library/gc): update based on reviewer's comment
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/gc.po
2 participants