Fix fuzzies in library/datetime.po (#784)

This commit is contained in:
Jules Lasne (jlasne) 2019-05-28 11:13:41 +02:00 committed by Julien Palard
parent 0f167bc9d4
commit c97e74ca46

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-23 16:48+0200\n"
"PO-Revision-Date: 2019-04-11 19:54+0200\n"
"PO-Revision-Date: 2019-05-23 20:04+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -2984,6 +2984,9 @@ msgid ""
"``1900-01-01T00:00:00.000``: any components not specified in the format "
"string will be pulled from the default value. [#]_"
msgstr ""
"Pour la méthode :meth:`datetime.strptime`, la valeur pas défaut est "
"``1900-01-01T00:00:00.000`` : tous les composants non spécifiés dans la "
"chaîne de formatage seront retirés de la valeur par défaut. [#]_"
#: ../Doc/library/datetime.rst:2037
msgid ""
@ -3629,3 +3632,5 @@ msgid ""
"Passing ``datetime.strptime('Feb 29', '%b %d')`` will fail since ``1900`` is "
"not a leap year."
msgstr ""
"Passer ``datetime.strptime(Feb 29, %b %d)`` ne marchera pas car ``1900`` "
"nest pas une année bissextile."