8000 Traduction de glossary.po by Mindiell · Pull Request #1454 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Traduction de glossary.po #1454

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
Oct 18, 2020
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
Traduction de glossary.po
  • Loading branch information
Mindiell committed Oct 16, 2020
commit 6f7145100be57e71e3fc716d65e20e252e3bfd5c
11 changes: 5 additions & 6 deletions glossary.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
"PO-Revision-Date: 2020-08-19 23:06+0200\n"
"Last-Translator: Antoine Wecxsteen\n"
"PO-Revision-Date: 2020-10-16 22:40+0200\n"
"Last-Translator: Mindiell <mindiell@mindiell.net>\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.3\n"
"X-Generator: Poedit 2.2.1\n"

#: glossary.rst:5
msgid "Glossary"
Expand Down Expand Up @@ -1072,7 +1072,7 @@ msgstr ""
"Fait généralement référence à une fonction générateur mais peut faire "
"référence à un *itérateur de générateur* dans certains contextes. Dans les "
"cas où le sens voulu n'est pas clair, utiliser les termes complets lève "
"l’ambigüité."
"l’ambiguïté."

#: glossary.rst:450
msgid "generator iterator"
Expand Down Expand Up @@ -1397,7 +1397,6 @@ msgid "iterable"
msgstr "itérable"

#: glossary.rst:585
#, fuzzy
msgid ""
"An object capable of returning its members one at a time. Examples of "
"iterables include all sequence types (such as :class:`list`, :class:`str`, "
Expand Down Expand Up @@ -1596,7 +1595,7 @@ msgstr ""

#: glossary.rst:666
msgid "list comprehension"
msgstr "liste en compréhension (ou liste en intension)"
msgstr "liste en compréhension (ou liste en intention)"

#: glossary.rst:668
msgid ""
Expand Down
0