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

Skip to content

Commit 9c92e26

Browse files
[po] auto sync
1 parent 91aeae0 commit 9c92e26

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

c-api/exceptions.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ msgid ""
726726
"clear it. There is no type check to make sure that *ctx* is an exception "
727727
"instance. This steals a reference to *ctx*."
728728
msgstr ""
729+
"将与异常相关联的上下文设置为 *ctx*。 使用 ``NULL`` 来清空它。 没有用来确保 *ctx* 是一个异常实例的类型检查。 这将窃取一个指向 "
730+
"*ctx* 的引用。"
729731

730732
#: ../../c-api/exceptions.rst:605
731733
msgid ""

library/multiprocessing.shared_memory.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Chi Xu <[email protected]>, 2020
88
# zeroswan <[email protected]>, 2020
9-
# Freesand Leo <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2022
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1717
"PO-Revision-Date: 2020-05-30 12:06+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -135,10 +135,10 @@ msgid ""
135135
"relinquishing its hold on a shared memory block may call ``unlink()`` and "
136136
":meth:`close()` in either order."
137137
msgstr ""
138-
"请求销毁底层的共享内存块。为了执行必要的资源清理, 在所有使用这个共享内存块的进程中, ``unlink()`` 应该调用一次(且只能调用一次) "
139-
"发出此销毁请求后,共享内存块可能会、也可能不会立即销毁,且此行为在不同操作系统之间可能不同。调用 ``unlink()`` "
140-
"后再尝试方位其中的数据可能导致内存错误。注意: 最后一个关闭共享内存访问权限的进程可以以任意顺序调用 ``unlink()`` 和 "
141-
":meth:`close()` 。"
138+
"请求销毁底层的共享内存块。 为了执行必要的资源清理,在所有使用这个共享内存块的进程中,``unlink()`` 应该调用一次且只能调用一次)。 "
139+
"发出此销毁请求后,共享内存块可能会、也可能不会立即销毁,且此行为在不同操作系统之间可能不同。 调用 ``unlink()`` "
140+
"后再尝试访问其中的数据可能导致内存错误。 注意:最后一个关闭共享内存访问权限的进程可以以任意顺序调用 ``unlink()`` 和 "
141+
":meth:`close()`。"
142142

143143
#: ../../library/multiprocessing.shared_memory.rst:90
144144
msgid "A memoryview of contents of the shared memory block."

tutorial/introduction.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ msgstr "相邻的两个或多个 *字符串字面值* (引号引起来的字
220220
#: ../../tutorial/introduction.rst:217
221221
msgid ""
222222
"This feature is particularly useful when you want to break long strings::"
223-
msgstr "把很长的字符串拆开分别输入的时候尤其有用::"
223+
msgstr "拼接分隔开的长字符串时,这个功能特别实用:"
224224

225225
#: ../../tutorial/introduction.rst:224
226226
msgid ""

0 commit comments

Comments
 (0)