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

Skip to content

Commit 24bebd4

Browse files
committed
[po] auto sync bot
1 parent 180dbd4 commit 24bebd4

5 files changed

Lines changed: 4324 additions & 4270 deletions

File tree

distutils/builtdist.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
# cdarlint <[email protected]>, 2017
99
# Fei Yin <[email protected]>, 2018
1010
# Freesand Leo <[email protected]>, 2018
11-
# 叶浚安 <[email protected]>, 2019
11+
# Pandaaaa906 <[email protected]>, 2019
1212
# ppcfish <[email protected]>, 2019
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.7\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
19+
"POT-Creation-Date: 2019-07-02 11:48+0900\n"
2020
"PO-Revision-Date: 2017-02-16 17:40+0000\n"
2121
"Last-Translator: ppcfish <[email protected]>, 2019\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -638,8 +638,8 @@ msgstr ""
638638
msgid ""
639639
"If you have a pure module distribution (only containing pure Python modules "
640640
"and packages), the resulting installer will be version independent and have "
641-
"a name like :file:`foo-1.0.win32.exe`. These installers can even be created"
642-
" on Unix platforms or Mac OS X."
641+
"a name like :file:`foo-1.0.win32.exe`. Note that creating ``wininst`` binary"
642+
" distributions in only supported on Windows systems."
643643
msgstr ""
644644

645645
#: ../../distutils/builtdist.rst:319

howto/logging-cookbook.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.7\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
19+
"POT-Creation-Date: 2019-07-02 11:48+0900\n"
2020
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
2121
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1371,8 +1371,9 @@ msgid ""
13711371
"parameter and attaches a memory handler for the duration of the call to the "
13721372
"decorated function. The decorator can be additionally parameterised using a "
13731373
"target handler, a level at which flushing should occur, and a capacity for "
1374-
"the buffer. These default to a :class:`~logging.StreamHandler` which writes "
1375-
"to ``sys.stderr``, ``logging.ERROR`` and ``100`` respectively."
1374+
"the buffer (number of records buffered). These default to a "
1375+
":class:`~logging.StreamHandler` which writes to ``sys.stderr``, "
1376+
"``logging.ERROR`` and ``100`` respectively."
13761377
msgstr ""
13771378

13781379
#: ../../howto/logging-cookbook.rst:2274

0 commit comments

Comments
 (0)