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

Skip to content

Commit 1fc2a68

Browse files
[po] auto sync
1 parent 70bceae commit 1fc2a68

12 files changed

Lines changed: 58 additions & 35 deletions

File tree

c-api/bytes.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#
66
# Translators:
77
# sgqy <[email protected]>, 2021
8-
# Freesand Leo <[email protected]>, 2021
98
# allenjuly7 <[email protected]>, 2021
109
# ppcfish <[email protected]>, 2021
1110
# Iterator <[email protected]>, 2021
1211
# 昌伟 任 <[email protected]>, 2021
12+
# Freesand Leo <[email protected]>, 2022
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
21-
"Last-Translator: 昌伟 任 <small_pupil@126.com>, 2021\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -34,7 +34,7 @@ msgstr "bytes 对象"
3434
msgid ""
3535
"These functions raise :exc:`TypeError` when expecting a bytes parameter and "
3636
"called with a non-bytes parameter."
37-
msgstr ""
37+
msgstr "这些函数在期望附带一个字节串形参但却附带了一个非字节串形参被调用时会引发 :exc:`TypeError`。"
3838

3939
#: ../../c-api/bytes.rst:16
4040
msgid "This subtype of :c:type:`PyObject` represents a Python bytes object."
@@ -177,7 +177,7 @@ msgstr ":attr:`%zd`"
177177

178178
#: ../../c-api/bytes.rst:87
179179
msgid ":c:type:`\\ Py_ssize_t`"
180-
msgstr ""
180+
msgstr ":c:type:`\\ Py_ssize_t`"
181181

182182
#: ../../c-api/bytes.rst:87
183183
msgid "Equivalent to ``printf(\"%zd\")``. [1]_"

c-api/call.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Zxilly Chou <[email protected]>, 2021
1212
# Jiuh-star <[email protected]>, 2021
1313
# helloworldSB <[email protected]>, 2021
14-
# Freesand Leo <[email protected]>, 2021
14+
# Freesand Leo <[email protected]>, 2022
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2222
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
23-
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
23+
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
2424
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -70,7 +70,7 @@ msgstr ""
7070
msgid ""
7171
"To call an object, use :c:func:`PyObject_Call` or another :ref:`call API "
7272
"<capi-call>`."
73-
msgstr ""
73+
msgstr "要调用一个对象,请使用 :c:func:`PyObject_Call` 或者其他的 :ref:`调用 API <capi-call>`。"
7474

7575
#: ../../c-api/call.rst:36
7676
msgid "The Vectorcall Protocol"
@@ -303,6 +303,8 @@ msgid ""
303303
"*tp_call* or vectorcall. In order to do as little conversion as possible, "
304304
"pick one that best fits the format of data you have available."
305305
msgstr ""
306+
"有多个函数可被用来调用 Python 对象。 各个函数会将其参数转换为被调用对象所支持的惯例 – 可以是 *tp_call* 或 vectorcall。"
307+
" 为了尽可能少地进行转换,请选择一个适合你所拥有的数据格式的函数。"
306308

307309
#: ../../c-api/call.rst:185
308310
msgid ""

c-api/refcounting.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# jaystone776 <[email protected]>, 2021
8-
# Freesand Leo <[email protected]>, 2021
8+
# Freesand Leo <[email protected]>, 2022
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -174,14 +174,14 @@ msgid ""
174174
"Increment the reference count for object *o*. A function version of "
175175
":c:func:`Py_XINCREF`. It can be used for runtime dynamic embedding of "
176176
"Python."
177-
msgstr ""
177+
msgstr "增加对象 *o* 的引用计数。 :c:func:`Py_XINCREF` 的函数版本。 它可被用于 Python 的运行时动态嵌入。"
178178

179179
#: ../../c-api/refcounting.rst:120
180180
msgid ""
181181
"Decrement the reference count for object *o*. A function version of "
182182
":c:func:`Py_XDECREF`. It can be used for runtime dynamic embedding of "
183183
"Python."
184-
msgstr ""
184+
msgstr "增加对象 *o* 的引用计数。 :c:func:`Py_XDECREF` 的函数版本。 它可被用于 Python 的运行时动态嵌入。"
185185

186186
#: ../../c-api/refcounting.rst:124
187187
msgid ""

c-api/unicode.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# 1lin24 <[email protected]>, 2021
99
# 伟 裴 <[email protected]>, 2021
1010
# Jiuh-star <[email protected]>, 2021
11-
# Freesand Leo <[email protected]>, 2021
1211
# ppcfish <[email protected]>, 2021
12+
# Freesand Leo <[email protected]>, 2022
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
21-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2021\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -605,7 +605,7 @@ msgstr ":attr:`%zd`"
605605

606606
#: ../../c-api/unicode.rst:493 ../../c-api/unicode.rst:496
607607
msgid ":c:type:`\\ Py_ssize_t`"
608-
msgstr ""
608+
msgstr ":c:type:`\\ Py_ssize_t`"
609609

610610
#: ../../c-api/unicode.rst:493
611611
msgid "Equivalent to ``printf(\"%zd\")``. [1]_"

library/2to3.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# cissoid <[email protected]>, 2021
8-
# Freesand Leo <[email protected]>, 2021
98
# Alpha Du <[email protected]>, 2021
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: 2022-06-16 06:28+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
18-
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2021\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 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"
@@ -509,7 +509,7 @@ msgstr ""
509509
msgid ""
510510
"Renames definitions of methods called :meth:`__nonzero__` to "
511511
":meth:`~object.__bool__`."
512-
msgstr ""
512+
msgstr "将被调用的方法定义 :meth:`__nonzero__` 改名为 :meth:`~object.__bool__`。"
513513

514514
#: ../../library/2to3.rst:341
515515
msgid "Converts octal literals into the new syntax."
@@ -709,6 +709,11 @@ msgid ""
709709
"standard library in Python 3.13. Consider third-party alternatives such as "
710710
"`LibCST`_ or `parso`_."
711711
msgstr ""
712+
"Python 3.9 已切换至 PEG 解析器 (参见 :pep:`617`) 而 lib2to3 是使用不够灵活的 LL(1) 解析器。 Python"
713+
" 3.10 包括了 lib2to3 的 LL(1) 解析器所无法解析的新增语言特性 (参见 :pep:`634`)。 ``lib2to3`` 模块已在 "
714+
"Python 3.9 中被标记为即将弃用 (在导入时会引发 :exc:`PendingDeprecationWarning`) 并会在 Python "
715+
"3.11 中被正式弃用 (会引发 :exc:`DeprecationWarning`)。 它将在 Python 3.13 中被移出标准库。 请考虑使用 "
716+
"`LibCST`_ 或 `parso`_ 等第三方替代品。"
712717

713718
#: ../../library/2to3.rst:480
714719
msgid ""

library/asyncio-future.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Woko <[email protected]>, 2021
88
# MuSheng Chen <[email protected]>, 2021
9-
# Freesand Leo <[email protected]>, 2021
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: 2022-06-16 06:28+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2021\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"
@@ -104,7 +104,7 @@ msgstr "查看 :func:`create_task` 函数,它是创建新任务的首选途径
104104
msgid ""
105105
"Save a reference to the result of this function, to avoid a task "
106106
"disappearing mid execution."
107-
msgstr ""
107+
msgstr "保存一个指向此函数的结果的引用,以避免任务在执行期间消失。"
108108

109109
#: ../../library/asyncio-future.rst:60
110110
msgid "The function accepts any :term:`awaitable` object."
@@ -298,7 +298,7 @@ msgstr ""
298298

299299
#: ../../library/asyncio-future.rst:196
300300
msgid "Added the *msg* parameter."
301-
msgstr ""
301+
msgstr "增加了 *msg* 形参。"
302302

303303
#: ../../library/asyncio-future.rst:201
304304
msgid "Return the exception that was set on this Future."

library/asyncio-task.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# walkinrain <[email protected]>, 2021
1111
# MuSheng Chen <[email protected]>, 2021
1212
# jaystone776 <[email protected]>, 2021
13-
# Freesand Leo <[email protected]>, 2022
1413
# Alpha Du <[email protected]>, 2022
14+
# Freesand Leo <[email protected]>, 2022
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2222
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
23-
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2022\n"
23+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
2424
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -870,7 +870,7 @@ msgstr ""
870870

871871
#: ../../library/asyncio-task.rst:854
872872
msgid "Added the *msg* parameter."
873-
msgstr ""
873+
msgstr "增加了 *msg* 形参。"
874874

875875
#: ../../library/asyncio-task.rst:859
876876
msgid ""

library/calendar.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2021
87
# walkinrain <[email protected]>, 2021
98
# nick <[email protected]>, 2021
109
# Trim21 <[email protected]>, 2021
1110
# 1lin24 <[email protected]>, 2021
1211
# Naisen Xu <[email protected]>, 2021
12+
# Freesand Leo <[email protected]>, 2022
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
21-
"Last-Translator: Naisen Xu <723648649@qq.com>, 2021\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -69,6 +69,8 @@ msgid ""
6969
"the first day of the week. :const:`MONDAY` is ``0`` (the default), "
7070
":const:`SUNDAY` is ``6``."
7171
msgstr ""
72+
"创建一个 :class:`Calendar` 对象。 *firstweekday* 是一个用来指定每星期第一天的整数。 :const:`MONDAY` "
73+
"是 ``0`` (默认值), :const:`SUNDAY` 是 ``6``。"
7274

7375
#: ../../library/calendar.rst:36
7476
msgid ""
@@ -486,7 +488,7 @@ msgstr ""
486488
#: ../../library/calendar.rst:420
487489
msgid ""
488490
"Aliases for day numbers, where ``MONDAY`` is ``0`` and ``SUNDAY`` is ``6``."
489-
msgstr ""
491+
msgstr "星期内序号的别名,其中 ``MONDAY`` 是 ``0`` 而 ``SUNDAY`` 是 ``6``。"
490492

491493
#: ../../library/calendar.rst:426
492494
msgid "Module :mod:`datetime`"

library/cgi.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ msgid ""
147147
"environment variables set according to the CGI standard). Since it may "
148148
"consume standard input, it should be instantiated only once."
149149
msgstr ""
150+
"要获取提交的表单数据,请使用 :class:`FieldStorage` 类。 如果表单包含非 ASCII 字符,请使用 *encoding* "
151+
"关键字参数并设置为文档所定义的编码格式值。 它通常包含在 HTML 文档的 HEAD 部分的 META 标记中或者由 "
152+
":mailheader:`Content-Type` 标头所指明。 这会从标准输入或环境读取表单内容(取决于根据 CGI 标准设置的多个环境变量的值)。"
153+
" 由于它可能会消耗标准输入,它应当只被实例化一次。"
150154

151155
#: ../../library/cgi.rst:102
152156
msgid ""

reference/import.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# eric R <[email protected]>, 2021
88
# Hissy <[email protected]>, 2021
9-
# Freesand Leo <[email protected]>, 2021
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: 2022-06-16 06:28+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2021\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"
@@ -162,6 +162,8 @@ msgid ""
162162
"subpackage called :mod:`email.mime` and a module within that subpackage "
163163
"called :mod:`email.mime.text`."
164164
msgstr ""
165+
"所有模块都有自己的名字。 子包名与其父包名会以点号分隔,与 Python 的标准属性访问语法一致。 因此你可能会有一个名为 :mod:`email` "
166+
"的包,这个包中又有一个名为 :mod:`email.mime` 的子包以及该子包中的名为 :mod:`email.mime.text` 的子包。"
165167

166168
#: ../../reference/import.rst:93
167169
msgid "Regular packages"
@@ -767,7 +769,7 @@ msgstr ""
767769

768770
#: ../../reference/import.rst:494
769771
msgid "and ``spam/__init__.py`` has the following line in it::"
770-
msgstr ""
772+
msgstr "并且 ``spam/__init__.py`` 中有如下几行内容::"
771773

772774
#: ../../reference/import.rst:498
773775
msgid ""

0 commit comments

Comments
 (0)