Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Translatelibrary/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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 2 commits intopython:3.11frommattwang44:library/gc
Feb 18, 2023
Merged

Conversation

@mattwang44
Copy link
Collaborator

resolve#203

preview:

image

@josixjosix self-requested a reviewFebruary 15, 2022 11:04
@mattwang44mattwang44force-pushed thelibrary/gc branch 2 times, most recently fromb376664 to6ea680fCompareJune 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
CollaboratorAuthor

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
"\"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\" 時,被成功回收的物件的數"

@mattwang44mattwang44 merged commita1f24ef intopython:3.11Feb 18, 2023
@mattwang44mattwang44 deleted the library/gc branchFebruary 18, 2023 06:10
beccalzh pushed a commit to beccalzh/python-docs-zh-tw that referenced this pull requestSep 4, 2024
* translate `library/gc.po`* fix(library/gc): update based on reviewer's comment
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@josixjosixAwaiting requested review from josix

1 more reviewer

@ezio-melottiezio-melottiezio-melotti left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Translatelibrary/gc.po

2 participants

@mattwang44@ezio-melotti

[8]ページ先頭

©2009-2025 Movatter.jp