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

Skip to content

Commit 3fc78dc

Browse files
committed
[po] auto sync bot
1 parent c2a8dfb commit 3fc78dc

4 files changed

Lines changed: 3743 additions & 3720 deletions

File tree

library/email.parser.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
11+
"POT-Creation-Date: 2018-10-19 09:31+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1414
"MIME-Version: 1.0\n"
@@ -296,7 +296,7 @@ msgstr ""
296296
msgid ""
297297
"Return a message object structure from a :term:`bytes-like object`. This is"
298298
" equivalent to ``BytesParser().parsebytes(s)``. Optional *_class* and "
299-
"*strict* are interpreted as with the :class:`~email.parser.BytesParser` "
299+
"*policy* are interpreted as with the :class:`~email.parser.BytesParser` "
300300
"class constructor."
301301
msgstr ""
302302

library/email.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
11+
"POT-Creation-Date: 2018-10-19 09:31+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1414
"MIME-Version: 1.0\n"
@@ -130,7 +130,7 @@ msgstr ""
130130

131131
#: ../../library/email.rst:90
132132
msgid ""
133-
"The forgoing represent the modern (unicode friendly) API of the email "
133+
"The foregoing represent the modern (unicode friendly) API of the email "
134134
"package. The remaining sections, starting with the "
135135
":class:`~email.message.Message` class, cover the legacy "
136136
":data:`~email.policy.compat32` API that deals much more directly with the "

library/logging.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-07-08 08:31+0900\n"
11+
"POT-Creation-Date: 2018-10-19 09:31+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1375,8 +1375,9 @@ msgid ""
13751375
"There are three keyword arguments in *kwargs* which are inspected: "
13761376
"*exc_info* which, if it does not evaluate as false, causes exception "
13771377
"information to be added to the logging message. If an exception tuple (in "
1378-
"the format returned by :func:`sys.exc_info`) is provided, it is used; "
1379-
"otherwise, :func:`sys.exc_info` is called to get the exception information."
1378+
"the format returned by :func:`sys.exc_info`) or an exception instance is "
1379+
"provided, it is used; otherwise, :func:`sys.exc_info` is called to get the "
1380+
"exception information."
13801381
msgstr ""
13811382

13821383
#: ../../library/logging.rst:957

0 commit comments

Comments
 (0)