-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Conversation
1377f69
to
4b27389
Compare
b376664
to
6ea680f
Compare
library/gc.po
Outdated
"凍結 (freeze) 垃圾回收器所追蹤的所有物件 —— 將它們移至永久代並忽略所有未來的" | ||
"收集動作。這可以在呼叫 POSIX fork() 之前使用以便寫入時複製 (copy-on-write) 或" | ||
"加速回收。且在 POSIX fork() 呼叫之前的回收也可以釋放分頁 (page) ,以供未來可" | ||
"能導致寫入時複製的記憶體分配來使用,因此建議在主程序 (parent process) 中停用" |
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.
"能導致寫入時複製的記憶體分配來使用,因此建議在主程序 (parent process) 中停用" | |
"能導致寫入時複製的記憶體分配來使用,因此建議在父進程 (parent process) 中停用" |
這個是“父進程”還是“主程序”?
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.
現有翻譯為 行程
,我改一下
library/gc.po
Outdated
|
||
#: ../../library/gc.rst:265 | ||
msgid "\"start\": The garbage collection is about to start." | ||
msgstr "" | ||
msgstr "\"start”:垃圾回收即將開始。" |
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.
msgstr "\"start”:垃圾回收即將開始。" | |
msgstr "\"start\":垃圾回收即將開始。" |
library/gc.po
Outdated
|
||
#: ../../library/gc.rst:267 | ||
msgid "\"stop\": The garbage collection has finished." | ||
msgstr "" | ||
msgstr "\"stop”:垃圾回收已結束。" |
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.
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\" 時,被成功回收的物件的數" |
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.
"\"collected\"(已回收的 ):當 *phase* 為 \"stop\" 時,被成功回收的物件的數" | |
"\"collected\"(已回收的):當 *phase* 為 \"stop\" 時,被成功回收的物件的數" |
e0f4eeb
to
7630296
Compare
257177a
to
a0661f5
Compare
a0661f5
to
b541dd9
Compare
* translate `library/gc.po` * fix(library/gc): update based on reviewer's comment
resolve #203
preview: