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

Skip to content

Commit 16c2648

Browse files
[po] auto sync
1 parent ead5e6c commit 16c2648

12 files changed

Lines changed: 38 additions & 26 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.73%", "updated_at": "2024-02-16T15:56:30Z"}
1+
{"translation": "93.76%", "updated_at": "2024-02-17T01:18:53Z"}

c-api/buffer.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# helloworldSB <[email protected]>, 2021
2121
# Dai Xu <[email protected]>, 2021
2222
# Bryan不可思议, 2023
23-
# Freesand Leo <[email protected]>, 2023
23+
# Freesand Leo <[email protected]>, 2024
2424
#
2525
#, fuzzy
2626
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
2929
"Report-Msgid-Bugs-To: \n"
3030
"POT-Creation-Date: 2024-02-16 14:13+0000\n"
3131
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
32-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
32+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
3333
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3434
"MIME-Version: 1.0\n"
3535
"Content-Type: text/plain; charset=UTF-8\n"
@@ -859,7 +859,7 @@ msgstr "缓冲对象"
859859

860860
#: ../../c-api/buffer.rst:32
861861
msgid "PyBufferProcs (C type)"
862-
msgstr ""
862+
msgstr "PyBufferProcs (C 类型)"
863863

864864
#: ../../c-api/buffer.rst:294
865865
msgid "contiguous"

c-api/file.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ msgstr "EOFError (内置异常)"
178178

179179
#: ../../c-api/file.rst:98
180180
msgid "Py_PRINT_RAW (C macro)"
181-
msgstr ""
181+
msgstr "Py_PRINT_RAW (C 宏)"

c-api/gcsupport.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Makdon <[email protected]>, 2021
8-
# Freesand Leo <[email protected]>, 2023
8+
# Freesand Leo <[email protected]>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2024-02-16 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -168,12 +168,16 @@ msgid ""
168168
"resized object of type ``TYPE*`` (refers to any C type) or ``NULL`` on "
169169
"failure."
170170
msgstr ""
171+
"重新调整 :c:macro:`PyObject_NewVar` 所分配对象的大小。 返回调整大小后的类型为 ``TYPE*`` 的对象(指向任意 C "
172+
"类型)或在失败时返回 ``NULL``。"
171173

172174
#: ../../c-api/gcsupport.rst:92
173175
msgid ""
174176
"*op* must be of type :c:expr:`PyVarObject *` and must not be tracked by the "
175177
"collector yet. *newsize* must be of type :c:type:`Py_ssize_t`."
176178
msgstr ""
179+
"*op* 必须为 :c:expr:`PyVarObject *` 类型并且不能已被回收器所追踪。 *newsize* 必须为 "
180+
":c:type:`Py_ssize_t` 类型。"
177181

178182
#: ../../c-api/gcsupport.rst:99
179183
msgid ""

c-api/unicode.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# ppcfish <[email protected]>, 2023
1313
# ww song <[email protected]>, 2023
1414
# WH-2099 <[email protected]>, 2023
15-
# Freesand Leo <[email protected]>, 2023
15+
# Freesand Leo <[email protected]>, 2024
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2024-02-16 14:13+0000\n"
2323
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
24-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
24+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1174,12 +1174,15 @@ msgid ""
11741174
" trailing null termination character). Return the number of "
11751175
":c:type:`wchar_t` characters copied or ``-1`` in case of an error."
11761176
msgstr ""
1177+
"将 Unicode 对象的内容拷贝到 :c:type:`wchar_t` 缓冲区 *wstr* 中。 至多拷贝 *size* 个 "
1178+
":c:type:`wchar_t` 字符(不包括可能存在的末尾空结束字符)。 返回拷贝的 :c:type:`wchar_t` 字符数或在出错时返回 "
1179+
"``-1``。"
11771180

11781181
#: ../../c-api/unicode.rst:866
11791182
msgid ""
11801183
"When *wstr* is ``NULL``, instead return the *size* that would be required to"
11811184
" store all of *unicode* including a terminating null."
1182-
msgstr ""
1185+
msgstr "当 *wstr* 为 ``NULL`` 时,则改为返回存储包括结束空值在内的所有 *unicode* 内容所需的 *size*。"
11831186

11841187
#: ../../c-api/unicode.rst:869
11851188
msgid ""

c-api/veryhigh.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,4 @@ msgstr "这个标志位可在 *flags* 中设置以使得除法运算符 ``/``
518518
#: ../../c-api/veryhigh.rst:325 ../../c-api/veryhigh.rst:333
519519
#: ../../c-api/veryhigh.rst:342
520520
msgid "Py_CompileString (C function)"
521-
msgstr ""
521+
msgstr "Py_CompileString (C 函数)"

extending/extending.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# taotieren <[email protected]>, 2021
1010
# Harry Liu. <[email protected]>, 2021
1111
# ww song <[email protected]>, 2022
12-
# Freesand Leo <[email protected]>, 2023
12+
# Freesand Leo <[email protected]>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2024-02-16 14:13+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1584,15 +1584,15 @@ msgstr "当你使用 \"旧式\" 风格调用约定时,这些保证不成立,
15841584

15851585
#: ../../extending/extending.rst:539
15861586
msgid "PyObject_CallObject (C function)"
1587-
msgstr ""
1587+
msgstr "PyObject_CallObject (C 函数)"
15881588

15891589
#: ../../extending/extending.rst:630
15901590
msgid "PyArg_ParseTuple (C function)"
1591-
msgstr ""
1591+
msgstr "PyArg_ParseTuple (C 函数)"
15921592

15931593
#: ../../extending/extending.rst:722
15941594
msgid "PyArg_ParseTupleAndKeywords (C function)"
1595-
msgstr ""
1595+
msgstr "PyArg_ParseTupleAndKeywords (C 函数)"
15961596

15971597
#: ../../extending/extending.rst:743
15981598
msgid "Philbrick, Geoff"

extending/newtypes.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Jiuh-star <[email protected]>, 2021
1212
# ppcfish <[email protected]>, 2023
1313
# sgqy <[email protected]>, 2023
14-
# Freesand Leo <[email protected]>, 2023
14+
# Freesand Leo <[email protected]>, 2024
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2024-02-16 14:13+0000\n"
2222
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
23-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
23+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -729,11 +729,11 @@ msgstr "最终化,对象"
729729

730730
#: ../../extending/newtypes.rst:91
731731
msgid "PyErr_Fetch (C function)"
732-
msgstr ""
732+
msgstr "PyErr_Fetch (C 函数)"
733733

734734
#: ../../extending/newtypes.rst:91
735735
msgid "PyErr_Restore (C function)"
736-
msgstr ""
736+
msgstr "PyErr_Restore (C 函数)"
737737

738738
#: ../../extending/newtypes.rst:150
739739
msgid "string"

howto/logging-cookbook.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ msgstr "只要愿意,上述类似的效果即可用 :class:`LoggerAdapter` 实
11011101
msgid ""
11021102
"The above script should log the message ``Hello, world!`` when run with "
11031103
"Python 3.8 or later."
1104-
msgstr ""
1104+
msgstr "在用 Python 3.8 以上版本运行时上述脚本应该会将消息 ``Hello, world!`` 写入日志。"
11051105

11061106
#: ../../howto/logging-cookbook.rst:1771
11071107
msgid "Customizing ``LogRecord``"

library/asyncio-subprocess.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# walkinrain <[email protected]>, 2021
1010
# nick <[email protected]>, 2021
1111
# MuSheng Chen <[email protected]>, 2021
12-
# Freesand Leo <[email protected]>, 2023
12+
# Freesand Leo <[email protected]>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2024-02-16 14:13+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -346,6 +346,9 @@ msgid ""
346346
"with a *creationflags* parameter which includes "
347347
"``CREATE_NEW_PROCESS_GROUP``."
348348
msgstr ""
349+
"在 Windows 上,:py:const:`~signal.SIGTERM` 是 :meth:`terminate` 的别名。 "
350+
"``CTRL_C_EVENT`` 和 ``CTRL_BREAK_EVENT`` 可被发送给启动时带有 *creationflags* 形参且其中包括 "
351+
"``CREATE_NEW_PROCESS_GROUP`` 的进程。"
349352

350353
#: ../../library/asyncio-subprocess.rst:250
351354
msgid "Stop the child process."
@@ -355,13 +358,13 @@ msgstr "停止子进程。"
355358
msgid ""
356359
"On POSIX systems this method sends :py:const:`~signal.SIGTERM` to the child "
357360
"process."
358-
msgstr ""
361+
msgstr "在 POSIX 系统上此方法会发送 :py:const:`~signal.SIGTERM` 给子进程。"
359362

360363
#: ../../library/asyncio-subprocess.rst:255
361364
msgid ""
362365
"On Windows the Win32 API function :c:func:`!TerminateProcess` is called to "
363366
"stop the child process."
364-
msgstr ""
367+
msgstr "在 Windows 上会调用 Win32 API 函数 :c:func:`!TerminateProcess` 来停止子进程。"
365368

366369
#: ../../library/asyncio-subprocess.rst:260
367370
msgid "Kill the child process."

0 commit comments

Comments
 (0)