1
0
Fork 0

End translation for pdb.po (2) (#1131)

* End translation for pdb.po (2)

* Update library/pdb.po

Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr>

* powrap

Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
This commit is contained in:
PhilippeGalvan 2020-02-04 20:46:32 +01:00 committed by GitHub
parent dd8b7eb66d
commit 3932e4a6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-12-05 23:16+0100\n"
"PO-Revision-Date: 2019-06-08 15:18+0200\n"
"PO-Revision-Date: 2020-02-04 19:59+0100\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.2.1\n"
"X-Generator: Poedit 2.3\n"
#: ../Doc/library/pdb.rst:4
msgid ":mod:`pdb` --- The Python Debugger"
@ -291,7 +291,7 @@ msgstr "Exemple d'appel pour activer le traçage avec *skip* ::"
#: ../Doc/library/pdb.rst:185
msgid ""
"Raises an :ref:`auditing event <auditing>` ``pdb.Pdb`` with no arguments."
msgstr ""
msgstr "Lève un :ref:`évènement d'audit <auditing>` ``pdb.Pdb`` sans argument."
#: ../Doc/library/pdb.rst:186
msgid "The *skip* argument."
@ -875,6 +875,9 @@ msgid ""
"Enter a recursive debugger that steps through the code argument (which is an "
"arbitrary expression or statement to be executed in the current environment)."
msgstr ""
"Entre dans un débogueur récursif qui parcours l'argument ``code`` (qui est "
"une expression arbitraire ou une instruction à exécuter dans l'environnement "
"courant)."
#: ../Doc/library/pdb.rst:544
msgid "Footnotes"