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

Skip to content

Commit 771db96

Browse files
[po] auto sync
1 parent ded0fd1 commit 771db96

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

howto/descriptor.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Junkai Shao <[email protected]>, 2018
1111
# banxi <[email protected]>, 2019
1212
# ppcfish <[email protected]>, 2019
13-
# Freesand Leo <[email protected]>, 2021
1413
# WH-2099 <[email protected]>, 2021
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-02-03 05:20+0000\n"
2222
"PO-Revision-Date: 2017-02-16 17:44+0000\n"
23-
"Last-Translator: WH-2099 <wh2099@outlook.com>, 2021\n"
23+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 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"
@@ -437,6 +437,8 @@ msgid ""
437437
":meth:`__set__`, and :meth:`__delete__`. If any of those methods are "
438438
"defined for an attribute, it is said to be a :term:`descriptor`."
439439
msgstr ""
440+
"一般而言,描述器是一个包含了描述器协议中的方法的属性值。 这些方法有 :meth:`__get__`, :meth:`__set__` 和 "
441+
":meth:`__delete__`。 如果为某个属性定义了这些方法中的任意一个,它就可以被称为 :term:`descriptor`。"
440442

441443
#: ../../howto/descriptor.rst:503
442444
msgid ""

library/email.policy.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,12 +734,16 @@ msgid ""
734734
"uses the standard Python ``\\n`` line endings rather than the RFC-correct "
735735
"``\\r\\n``."
736736
msgstr ""
737+
"一个未改变任何默认值的 ``EmailPolicy`` 实例。 此策略使用标准的 Python ``\\n`` 行结束符而非遵循 RFC 的 "
738+
"``\\r\\n``。"
737739

738740
#: ../../library/email.policy.rst:527
739741
msgid ""
740742
"Suitable for serializing messages in conformance with the email RFCs. Like "
741743
"``default``, but with ``linesep`` set to ``\\r\\n``, which is RFC compliant."
742744
msgstr ""
745+
"适用于按照符合电子邮件 RFC 的方式来序列化消息。 与 ``default`` 类似,但 ``linesep`` 被设为遵循 RFC 的 "
746+
"``\\r\\n``。"
743747

744748
#: ../../library/email.policy.rst:534
745749
msgid ""

using/windows.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Meng Du <[email protected]>, 2019
99
# Shengjing Zhu <[email protected]>, 2019
1010
# ppcfish <[email protected]>, 2020
11-
# Freesand Leo <[email protected]>, 2020
11+
# Freesand Leo <[email protected]>, 2021
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-02-03 05:20+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
20-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
20+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -721,6 +721,10 @@ msgid ""
721721
"scenes <https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-"
722722
"uwp-behind-the-scenes>`_"
723723
msgstr ""
724+
"有关此限制的技术原理的更多细节,请查询 Microsoft 已打包完全可信应用的文档,当前位于 `docs.microsoft.com/en-"
725+
"us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes "
726+
"<https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-"
727+
"behind-the-scenes>`_"
724728

725729
#: ../../using/windows.rst:351
726730
msgid "The nuget.org packages"

0 commit comments

Comments
 (0)