1
0
Fork 0
python-docs-fr/library/debug.po

39 lines
1.6 KiB
Plaintext
Raw Normal View History

2018-07-04 09:06:45 +00:00
# Copyright (C) 2001-2018, Python Software Foundation
2018-07-04 09:08:42 +00:00
# For licence information, see README file.
2016-10-30 09:46:26 +00:00
#
msgid ""
msgstr ""
2019-12-05 22:15:54 +00:00
"Project-Id-Version: Python 3\n"
2016-10-30 09:46:26 +00:00
"Report-Msgid-Bugs-To: \n"
2020-09-11 07:11:46 +00:00
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2019-10-31 11:32+0100\n"
"Last-Translator: Cléo Buck <cleo.buck@gmail.com>\n"
2018-07-04 09:14:25 +00:00
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
2017-05-23 22:40:56 +00:00
"Language: fr\n"
2016-10-30 09:46:26 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
2016-10-30 09:46:26 +00:00
#: library/debug.rst:3
2016-10-30 09:46:26 +00:00
msgid "Debugging and Profiling"
2018-09-28 10:32:42 +00:00
msgstr "Débogueur et instrumentation"
2016-10-30 09:46:26 +00:00
#: library/debug.rst:5
2016-10-30 09:46:26 +00:00
msgid ""
"These libraries help you with Python development: the debugger enables you "
"to step through code, analyze stack frames and set breakpoints etc., and the "
"profilers run code and give you a detailed breakdown of execution times, "
2019-09-04 09:35:23 +00:00
"allowing you to identify bottlenecks in your programs. Auditing events "
"provide visibility into runtime behaviors that would otherwise require "
"intrusive debugging or patching."
2016-10-30 09:46:26 +00:00
msgstr ""
2017-09-24 19:43:25 +00:00
"Ces bibliothèques sont là pour vous aider lors du développement en Python : "
2018-09-28 10:32:42 +00:00
"Le débogueur vous permet d'avancer pas à pas dans le code, d'analyser la "
"pile d'appel, de placer des points d'arrêts, … Les outils d'instrumentation "
"exécutent du code et vous donnent un rapport détaillé du temps d'exécution, "
"vous permettant d'identifier les goulots d'étranglement dans vos programmes. "
"Les événements d'audit fournissent une visibilité sur les comportements "
"d'exécution qui nécessiteraient autrement un débogage ou une correction "
"intrusifs."