1
0
Fork 0

merge pot files.

This commit is contained in:
Julien Palard 2018-05-05 20:30:02 +02:00
parent ceb04f1c42
commit 8212e72ac6
3 changed files with 222 additions and 221 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-29 00:24+0200\n"
"POT-Creation-Date: 2018-05-05 20:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -374,9 +374,9 @@ msgstr ""
#: ../Doc/howto/logging.rst:299
msgid ""
"The default format for date/time display (shown above) is ISO8601. If you "
"need more control over the formatting of the date/time, provide a *datefmt* "
"argument to ``basicConfig``, as in this example::"
"The default format for date/time display (shown above) is like ISO8601 or "
"RFC 3339. If you need more control over the formatting of the date/time, "
"provide a *datefmt* argument to ``basicConfig``, as in this example::"
msgstr ""
#: ../Doc/howto/logging.rst:307

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-29 00:24+0200\n"
"POT-Creation-Date: 2018-05-05 20:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -821,11 +821,11 @@ msgstr ""
msgid ""
"The ``format`` entry is the overall format string, and the ``datefmt`` entry "
"is the :func:`strftime`\\ -compatible date/time format string. If empty, "
"the package substitutes ISO8601 format date/times, which is almost "
"the package substitutes ISO8601-style format date/times, which is almost "
"equivalent to specifying the date format string ``'%Y-%m-%d %H:%M:%S'``. "
"The ISO8601 format also specifies milliseconds, which are appended to the "
"result of using the above format string, with a comma separator. An example "
"time in ISO8601 format is ``2003-01-23 00:29:50,411``."
"This format also specifies milliseconds, which are appended to the result of "
"using the above format string, with a comma separator. An example time in "
"this format is ``2003-01-23 00:29:50,411``."
msgstr ""
#: ../Doc/library/logging.config.rst:792

File diff suppressed because it is too large Load Diff