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

Skip to content

Fuzzies in library/datatypes.po #999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions library/datatypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-09 17:54+0200\n"
"PO-Revision-Date: 2018-09-28 11:37+0200\n"
"Last-Translator: Julien Palard <[email protected]>\n"
"PO-Revision-Date: 2019-11-17 23:05+0100\n"
"Last-Translator: Jules Lasne <[email protected]>\n"
"Language-Team: FRENCH <[email protected]>\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.2.4\n"

#: ../Doc/library/datatypes.rst:5
msgid "Data Types"
msgstr "Types de données"

#: ../Doc/library/datatypes.rst:7
#, fuzzy
msgid ""
"The modules described in this chapter provide a variety of specialized data "
"types such as dates and times, fixed-type arrays, heap queues, double-ended "
Expand All @@ -30,7 +30,6 @@ msgstr ""
"prédéfini, les *heap queue*, les queues synchronisées, et les ensembles."

#: ../Doc/library/datatypes.rst:11
#, fuzzy
msgid ""
"Python also provides some built-in data types, in particular, :class:"
"`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and :class:"
Expand All @@ -39,8 +38,8 @@ msgid ""
msgstr ""
"Python fournit aussi quelques types natifs, typiquement :class:`dict`, :"
"class:`list`, :class:`set`, :class:`frozenset`, et :class:`tuple`. La "
"classe :class:`str` est utilisée pour stocker des chaînes Unicode, et la "
"classe :class:`bytes` des données binaires."
"classe :class:`str` est utilisée pour stocker des chaînes Unicode, et les "
"classes :class:`bytes` et :class:`bytearray` des données binaires."

#: ../Doc/library/datatypes.rst:17
msgid "The following modules are documented in this chapter:"
Expand Down