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

Skip to content

Commit e52ad90

Browse files
committed
[po] auto sync bot
1 parent c14189f commit e52ad90

4 files changed

Lines changed: 2989 additions & 2974 deletions

File tree

howto/logging.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-04-10 13:00+0900\n"
11+
"POT-Creation-Date: 2018-05-08 09:37+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Natasha Li <[email protected]>, 2017\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -381,9 +381,9 @@ msgstr ""
381381

382382
#: ../../howto/logging.rst:299
383383
msgid ""
384-
"The default format for date/time display (shown above) is ISO8601. If you "
385-
"need more control over the formatting of the date/time, provide a *datefmt* "
386-
"argument to ``basicConfig``, as in this example::"
384+
"The default format for date/time display (shown above) is like ISO8601 or "
385+
"RFC 3339. If you need more control over the formatting of the date/time, "
386+
"provide a *datefmt* argument to ``basicConfig``, as in this example::"
387387
msgstr ""
388388

389389
#: ../../howto/logging.rst:307

library/logging.config.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-04-10 13:00+0900\n"
11+
"POT-Creation-Date: 2018-05-08 09:37+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"
@@ -825,11 +825,11 @@ msgstr ""
825825
msgid ""
826826
"The ``format`` entry is the overall format string, and the ``datefmt`` entry"
827827
" is the :func:`strftime`\\ -compatible date/time format string. If empty, "
828-
"the package substitutes ISO8601 format date/times, which is almost "
828+
"the package substitutes ISO8601-style format date/times, which is almost "
829829
"equivalent to specifying the date format string ``'%Y-%m-%d %H:%M:%S'``. "
830-
"The ISO8601 format also specifies milliseconds, which are appended to the "
831-
"result of using the above format string, with a comma separator. An example"
832-
" time in ISO8601 format is ``2003-01-23 00:29:50,411``."
830+
"This format also specifies milliseconds, which are appended to the result of"
831+
" using the above format string, with a comma separator. An example time in "
832+
"this format is ``2003-01-23 00:29:50,411``."
833833
msgstr ""
834834

835835
#: ../../library/logging.config.rst:792

0 commit comments

Comments
 (0)