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

Skip to content

Commit a440b8a

Browse files
[po] auto sync
1 parent 381b846 commit a440b8a

5 files changed

Lines changed: 29 additions & 10 deletions

File tree

c-api/conversion.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# dannyvi <[email protected]>, 2019
1111
# Naisen Xu <[email protected]>, 2019
1212
# Meng Du <[email protected]>, 2019
13-
# Freesand Leo <[email protected]>, 2019
13+
# Freesand Leo <[email protected]>, 2021
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2021-02-19 05:30+0000\n"
2121
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
22-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
22+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -41,13 +41,17 @@ msgid ""
4141
"*format* and the extra arguments. See the Unix man page "
4242
":manpage:`snprintf(3)`."
4343
msgstr ""
44+
"根据格式字符串 *format* 和额外参数,输出不超过 *size* 个字节到 *str*。 参见 Unix 手册页面 "
45+
":manpage:`snprintf(3)`。"
4446

4547
#: ../../c-api/conversion.rst:19
4648
msgid ""
4749
"Output not more than *size* bytes to *str* according to the format string "
4850
"*format* and the variable argument list *va*. Unix man page "
4951
":manpage:`vsnprintf(3)`."
5052
msgstr ""
53+
"根据格式字符串 *format* 和变量参数列表 *va*,输出不超过 *size* 个字节到 *str*。 参见 Unix 手册页面 "
54+
":manpage:`vsnprintf(3)`。"
5155

5256
#: ../../c-api/conversion.rst:23
5357
msgid ""

library/argparse.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Zombie110year <[email protected]>, 2019
1212
# 汪心禾 <[email protected]>, 2019
1313
# stone jing <[email protected]>, 2019
14-
# Freesand Leo <[email protected]>, 2020
14+
# Freesand Leo <[email protected]>, 2021
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2222
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
23-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
23+
"Last-Translator: Freesand Leo <[email protected]>, 2021\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"
@@ -334,8 +334,8 @@ msgid ""
334334
"description is displayed between the command-line usage string and the help "
335335
"messages for the various arguments::"
336336
msgstr ""
337-
"大多数对 :class:`ArgumentParser` 构造方法的调用都会使用 ``description=`` "
338-
"关键字参数。这个参数简要描述这个程度做什么以及怎么做。在帮助消息中,这个描述会显示在命令行用法字符串和各种参数的帮助消息之间"
337+
"大多数对 :class:`ArgumentParser` 构造方法的调用都会使用 ``description=`` 关键字参数。 "
338+
"这个参数简要描述这个程序做什么以及怎么做。 在帮助消息中,这个描述会显示在命令行用法字符串和各种参数的帮助消息之间::"
339339

340340
#: ../../library/argparse.rst:313
341341
msgid ""

library/email.contentmanager.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,16 @@ msgid ""
255255
"specified encoding (for example, specifying a *cte* of ``7bit`` for an input"
256256
" that contains non-ASCII values), raise a :exc:`ValueError`."
257257
msgstr ""
258+
"如果设置了 *cte*,则使用指定的内容传输编码格式对有效载荷进行编码,并将 :mailheader:`Content-Transfer-"
259+
"Encoding` 标头设为该值。 可能的 *cte* 值有 ``quoted-printable``, ``base64``, ``7bit``, "
260+
"``8bit`` 和 ``binary``。 如果输入无法以指定的编码格式被编码 (例如,对于包含非 ASCII 值的输入指定 *cte* 值为 "
261+
"``7bit``),则会引发 :exc:`ValueError`。"
258262

259263
#: ../../library/email.contentmanager.rst:158
260264
msgid ""
261265
"For ``str`` objects, if *cte* is not set use heuristics to determine the "
262266
"most compact encoding."
263-
msgstr ""
267+
msgstr "对于 ``str`` 对象,如果 *cte* 未设置则会使用启发方式来确定最紧凑的编码格式。"
264268

265269
#: ../../library/email.contentmanager.rst:160
266270
msgid ""
@@ -270,13 +274,19 @@ msgid ""
270274
"body``. For ``message/rfc822``, use ``8bit`` if *cte* is not specified. "
271275
"For all other values of *subtype*, use ``7bit``."
272276
msgstr ""
277+
"对于 :class:`~email.message.EmailMessage`,按照 :rfc:`2046`,如果为 *subtype* "
278+
"``rfc822`` 请求的 *cte* 为 ``quoted-printable`` 或 ``base64`` ,而为 ``7bit`` 以外的任何 "
279+
"*cte* 为 *subtype* ``external-body`` 则会引发一个错误。 对于 ``message/rfc822``,如果 *cte*"
280+
" 未指定则会使用 ``8bit``。 对于所有其他 *subtype* 值,都会使用 ``7bit``。"
273281

274282
#: ../../library/email.contentmanager.rst:167
275283
msgid ""
276284
"A *cte* of ``binary`` does not actually work correctly yet. The "
277285
"``EmailMessage`` object as modified by ``set_content`` is correct, but "
278286
":class:`~email.generator.BytesGenerator` does not serialize it correctly."
279287
msgstr ""
288+
"*cte* 值为 ``binary`` 实际上还不能正确工作。 由 ``set_content`` 所修改的 ``EmailMessage`` "
289+
"对象是正确的,但 :class:`~email.generator.BytesGenerator` 不会正确地将其序列化。"
280290

281291
#: ../../library/email.contentmanager.rst:172
282292
msgid ""

whatsnew/3.6.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,9 @@ msgid ""
465465
"ensure that the new ``__classcell__`` namespace entry is propagated to "
466466
"``type.__new__`` (as described in :ref:`class-object-creation`)."
467467
msgstr ""
468+
"为了让来自 :meth:`~object.__init_subclass__` 实现的零参数 :func:`super` "
469+
"调用能正确工作,自定义元类必须保证新的 ``__classcell__`` 命名空间入口被传播到 ``type.__new__`` (如 :ref"
470+
":`class-object-creation` 中所描述)。"
468471

469472
#: ../../whatsnew/3.6.rst:356 ../../whatsnew/3.6.rst:394
470473
msgid ":pep:`487` -- Simpler customization of class creation"
@@ -476,7 +479,7 @@ msgstr "PEP 由 Martin Teichmann 撰写并实现。"
476479

477480
#: ../../whatsnew/3.6.rst:358
478481
msgid ":ref:`Feature documentation <class-customization>`"
479-
msgstr ""
482+
msgstr ":ref:`特性文档 <class-customization>`"
480483

481484
#: ../../whatsnew/3.6.rst:364
482485
msgid "PEP 487: Descriptor Protocol Enhancements"

whatsnew/changelog.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,16 @@ msgid ""
7575
"`bpo-43155 <https://bugs.python.org/issue43155>`__: :c:func:`PyCMethod_New` "
7676
"is now present in ``python3.lib``."
7777
msgstr ""
78+
"`bpo-43155 <https://bugs.python.org/issue43155>`__: :c:func:`PyCMethod_New` "
79+
"现在已加入 ``python3.lib``。"
7880

7981
#: ../../../build/NEWS:16
8082
msgid "Python 3.9.2 release candidate 1"
81-
msgstr ""
83+
msgstr "Python 3.9.2 发布候选版 1"
8284

8385
#: ../../../build/NEWS:18
8486
msgid "*Release date: 2021-02-16*"
85-
msgstr ""
87+
msgstr "*发布日期: 2021-02-16*"
8688

8789
#: ../../../build/NEWS:21 ../../../build/NEWS:400 ../../../build/NEWS:1006
8890
#: ../../../build/NEWS:1108 ../../../build/NEWS:1550 ../../../build/NEWS:1903

0 commit comments

Comments
 (0)