Fixed fuzzys in library/datetime.po (#700)

This commit is contained in:
Jules Lasne (jlasne) 2019-04-18 13:14:10 +02:00 committed by GitHub
parent 585f18412a
commit ebf0688363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 09:35+0200\n"
"PO-Revision-Date: 2019-03-27 15:18+0100\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"PO-Revision-Date: 2019-04-11 19:54+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.2\n"
"X-Generator: Poedit 2.2.1\n"
#: ../Doc/library/datetime.rst:2
msgid ":mod:`datetime` --- Basic date and time types"
@ -485,7 +485,6 @@ msgid "``f = t2 / t3``"
msgstr "``f = t2 / t3``"
#: ../Doc/library/datetime.rst:257
#, fuzzy
msgid ""
"Division (3) of overall duration *t2* by interval unit *t3*. Returns a :"
"class:`float` object."
@ -695,7 +694,6 @@ msgid "Instance methods:"
msgstr "Méthodes de l'instance :"
#: ../Doc/library/datetime.rst:354
#, fuzzy
msgid ""
"Return the total number of seconds contained in the duration. Equivalent to "
"``td / timedelta(seconds=1)``. For interval units other than seconds, use "