python-docs-fr/reference/introduction.po

329 lines
15 KiB
Plaintext
Raw Permalink 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"
2023-07-23 12:39:39 +00:00
"POT-Creation-Date: 2023-07-23 14:38+0200\n"
2018-10-08 12:10:51 +00:00
"PO-Revision-Date: 2018-10-07 19:09+0200\n"
2018-05-01 22:20:18 +00:00
"Last-Translator: \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"
2018-10-08 12:10:51 +00:00
"X-Generator: Poedit 2.1.1\n"
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:6
2016-10-30 09:46:26 +00:00
msgid "Introduction"
msgstr "Introduction"
#: reference/introduction.rst:8
2016-10-30 09:46:26 +00:00
msgid ""
"This reference manual describes the Python programming language. It is not "
"intended as a tutorial."
msgstr ""
2018-03-17 20:16:08 +00:00
"Ce manuel de référence décrit le langage de programmation Python. Il n'a pas "
"vocation à être un tutoriel."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:11
2016-10-30 09:46:26 +00:00
msgid ""
"While I am trying to be as precise as possible, I chose to use English "
"rather than formal specifications for everything except syntax and lexical "
"analysis. This should make the document more understandable to the average "
"reader, but will leave room for ambiguities. Consequently, if you were "
"coming from Mars and tried to re-implement Python from this document alone, "
"you might have to guess things and in fact you would probably end up "
"implementing quite a different language. On the other hand, if you are using "
"Python and wonder what the precise rules about a particular area of the "
"language are, you should definitely be able to find them here. If you would "
"like to see a more formal definition of the language, maybe you could "
"volunteer your time --- or invent a cloning machine :-)."
msgstr ""
2018-03-17 20:16:08 +00:00
"Nous essayons d'être le plus précis possible et nous utilisons le français "
2020-01-04 14:24:57 +00:00
"(NdT : ou langlais pour les parties qui ne sont pas encore traduites) "
2018-03-17 20:16:08 +00:00
"plutôt que des spécifications formelles, sauf pour la syntaxe et lanalyse "
"lexicale. Nous espérons ainsi rendre ce document plus compréhensible pour un "
"grand nombre de lecteurs, même si cela laisse un peu de place à lambiguïté. "
"En conséquence, si vous arrivez de Mars et que vous essayez de ré-"
"implémenter Python à partir de cet unique document, vous devrez faire des "
"hypothèses et, finalement, vous aurez certainement implémenté un langage "
"sensiblement différent. Dun autre côté, si vous utilisez Python et que vous "
"vous demandez quelles règles sappliquent pour telle partie du langage, vous "
2020-01-04 14:24:57 +00:00
"devriez trouver une réponse satisfaisante ici. Si vous souhaitez voir une "
2018-03-17 20:16:08 +00:00
"définition plus formelle du langage, nous acceptons toutes les bonnes "
2018-10-06 15:37:06 +00:00
"volontés (ou bien inventez une machine pour nous cloner ☺)."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:23
2016-10-30 09:46:26 +00:00
msgid ""
"It is dangerous to add too many implementation details to a language "
"reference document --- the implementation may change, and other "
"implementations of the same language may work differently. On the other "
"hand, CPython is the one Python implementation in widespread use (although "
"alternate implementations continue to gain support), and its particular "
"quirks are sometimes worth being mentioned, especially where the "
"implementation imposes additional limitations. Therefore, you'll find short "
"\"implementation notes\" sprinkled throughout the text."
msgstr ""
2018-03-17 20:16:08 +00:00
"Sagissant du manuel de référence dun langage, il est dangereux de rentrer "
"profondément dans les détails dimplémentation ; limplémentation peut "
"changer et dautres implémentations du même langage peuvent fonctionner "
"différemment. En même temps, CPython est limplémentation de Python la plus "
"répandue (bien que dautres implémentations gagnent en popularité) et "
"certaines de ses bizarreries méritent parfois dêtre mentionnées, en "
"particulier lorsque limplémentation impose des limitations supplémentaires. "
"Par conséquent, vous trouvez de courtes \"notes dimplémentation\" "
"saupoudrées dans le texte."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:32
2016-10-30 09:46:26 +00:00
msgid ""
"Every Python implementation comes with a number of built-in and standard "
"modules. These are documented in :ref:`library-index`. A few built-in "
"modules are mentioned when they interact in a significant way with the "
"language definition."
msgstr ""
2018-03-17 20:16:08 +00:00
"Chaque implémentation de Python est livrée avec un certain nombre de modules "
"natifs. Ceux-ci sont documentés dans :ref:`library-index`. Quelques modules "
"natifs sont mentionnés quand ils interagissent significativement avec la "
"définition du langage."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:41
2016-10-30 09:46:26 +00:00
msgid "Alternate Implementations"
2018-03-17 20:16:08 +00:00
msgstr "Autres implémentations"
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:43
2016-10-30 09:46:26 +00:00
msgid ""
"Though there is one Python implementation which is by far the most popular, "
"there are some alternate implementations which are of particular interest to "
"different audiences."
msgstr ""
2018-03-17 20:16:08 +00:00
"Bien quil existe une implémentation Python qui soit de loin la plus "
"populaire, il existe dautres implémentations qui présentent un intérêt "
"particulier pour différents publics."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:47
2016-10-30 09:46:26 +00:00
msgid "Known implementations include:"
2018-03-17 20:16:08 +00:00
msgstr "Parmi les implémentations les plus connues, nous pouvons citer :"
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:51
2016-10-30 09:46:26 +00:00
msgid "CPython"
msgstr "CPython"
#: reference/introduction.rst:50
2016-10-30 09:46:26 +00:00
msgid ""
"This is the original and most-maintained implementation of Python, written "
"in C. New language features generally appear here first."
msgstr ""
2018-03-17 20:16:08 +00:00
"Cest limplémentation originelle et la plus entretenue de Python, écrite en "
"C. Elle implémente généralement en premier les nouvelles fonctionnalités du "
"langage."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:57
2016-10-30 09:46:26 +00:00
msgid "Jython"
2018-10-08 12:10:51 +00:00
msgstr "Jython"
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:54
#, fuzzy
2016-10-30 09:46:26 +00:00
msgid ""
"Python implemented in Java. This implementation can be used as a scripting "
"language for Java applications, or can be used to create applications using "
"the Java class libraries. It is also often used to create tests for Java "
"libraries. More information can be found at `the Jython website <https://www."
2016-10-30 09:46:26 +00:00
"jython.org/>`_."
msgstr ""
2018-03-17 20:16:08 +00:00
"Python implémenté en Java. Cette implémentation peut être utilisée comme "
"langage de script pour les applications Java ou pour créer des applications "
"utilisant des bibliothèques Java. Elle est également souvent utilisée pour "
"créer des tests de bibliothèques Java. Plus dinformations peuvent être "
"trouvées sur `the Jython website <http://www.jython.org/>`_ (site en "
"anglais)."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:63
2016-10-30 09:46:26 +00:00
msgid "Python for .NET"
2018-10-08 12:10:51 +00:00
msgstr "Python pour .NET"
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:60
2016-10-30 09:46:26 +00:00
msgid ""
"This implementation actually uses the CPython implementation, but is a "
"managed .NET application and makes .NET libraries available. It was created "
"by Brian Lloyd. For more information, see the `Python for .NET home page "
"<https://pythonnet.github.io/>`_."
msgstr ""
2018-03-17 20:16:08 +00:00
"Cette implémentation utilise en fait limplémentation CPython, mais cest "
"une application .NET et permet un accès aux bibliothèques .NET. Elle a été "
"créée par Brian Lloyd. Pour plus dinformations, consultez la page daccueil "
"`Python pour .NET <https://pythonnet.github.io/>`_ (site en anglais)."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:69
2016-10-30 09:46:26 +00:00
msgid "IronPython"
2018-10-08 12:10:51 +00:00
msgstr "IronPython"
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:66
#, fuzzy
2016-10-30 09:46:26 +00:00
msgid ""
"An alternate Python for .NET. Unlike Python.NET, this is a complete Python "
"implementation that generates IL, and compiles Python code directly to .NET "
"assemblies. It was created by Jim Hugunin, the original creator of Jython. "
"For more information, see `the IronPython website <https://ironpython.net/"
">`_."
2016-10-30 09:46:26 +00:00
msgstr ""
2018-03-17 20:16:08 +00:00
"Un autre Python pour .NET. Contrairement à Python.NET, il sagit dune "
"implémentation Python complète qui génère du code intermédiaire (IL) .NET et "
"compile le code Python directement en assemblages .NET. Il a été créé par "
"Jim Hugunin, le programmeur à lorigine de Jython. Pour plus dinformations, "
"voir `the IronPython website <http://ironpython.net/>`_ (site en anglais)."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:77
2016-10-30 09:46:26 +00:00
msgid "PyPy"
2018-10-08 12:10:51 +00:00
msgstr "PyPy"
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:72
#, fuzzy
2016-10-30 09:46:26 +00:00
msgid ""
"An implementation of Python written completely in Python. It supports "
"several advanced features not found in other implementations like stackless "
"support and a Just in Time compiler. One of the goals of the project is to "
"encourage experimentation with the language itself by making it easier to "
"modify the interpreter (since it is written in Python). Additional "
2023-07-23 12:39:39 +00:00
"information is available on `the PyPy project's home page <https://www.pypy."
"org/>`_."
2016-10-30 09:46:26 +00:00
msgstr ""
2018-03-17 20:16:08 +00:00
"Une implémentation de Python complètement écrite en Python. Elle apporte des "
"fonctionnalités avancées introuvables dans d'autres implémentations, telles "
"que le fonctionnement sans pile (*stackless* en anglais) et un compilateur à "
"la volée (*Just in Time compiler* en anglais). L'un des objectifs du projet "
"est d'encourager l'expérimentation du langage lui-même en facilitant la "
"modification de l'interpréteur (puisqu'il est écrit en Python). Des "
"informations complémentaires sont disponibles sur la `page d'accueil du "
"projet PyPy <http://pypy.org/>`_ (site en anglais)."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:79
2016-10-30 09:46:26 +00:00
msgid ""
"Each of these implementations varies in some way from the language as "
"documented in this manual, or introduces specific information beyond what's "
"covered in the standard Python documentation. Please refer to the "
"implementation-specific documentation to determine what else you need to "
"know about the specific implementation you're using."
msgstr ""
2018-03-17 20:16:08 +00:00
"Chacune de ces implémentations diffère d'une manière ou d'une autre par "
"rapport au langage décrit dans ce manuel, ou comporte des spécificités que "
"la documentation standard de Python ne couvre pas. Reportez-vous à la "
"documentation spécifique à l'implémentation pour déterminer ce que vous "
"devez savoir sur l'implémentation que vous utilisez."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:89
2016-10-30 09:46:26 +00:00
msgid "Notation"
2018-03-17 20:16:08 +00:00
msgstr "Notations"
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:93
2016-10-30 09:46:26 +00:00
msgid ""
"The descriptions of lexical analysis and syntax use a modified BNF grammar "
"notation. This uses the following style of definition:"
msgstr ""
2018-03-17 20:16:08 +00:00
"Les descriptions de l'analyse lexicale et de la syntaxe utilisent une "
"notation de grammaire BNF modifiée. Le style utilisé est le suivant :"
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:100
2016-10-30 09:46:26 +00:00
msgid ""
"The first line says that a ``name`` is an ``lc_letter`` followed by a "
"sequence of zero or more ``lc_letter``\\ s and underscores. An "
"``lc_letter`` in turn is any of the single characters ``'a'`` through "
"``'z'``. (This rule is actually adhered to for the names defined in lexical "
"and grammar rules in this document.)"
msgstr ""
2018-03-17 20:16:08 +00:00
"La première ligne indique qu'un ``name`` est un ``lc_letter`` suivi d'une "
"suite de zéro ou plus ``lc_letter``\\s ou tiret bas. Un ``lc_letter`` est, à "
2020-01-04 14:24:57 +00:00
"son tour, l'un des caractères ``'a'`` à ``'z'`` (cette règle est "
2018-03-17 20:16:08 +00:00
"effectivement respectée pour les noms définis dans les règles lexicales et "
"grammaticales de ce document)."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:105
2016-10-30 09:46:26 +00:00
msgid ""
"Each rule begins with a name (which is the name defined by the rule) and ``::"
"=``. A vertical bar (``|``) is used to separate alternatives; it is the "
"least binding operator in this notation. A star (``*``) means zero or more "
"repetitions of the preceding item; likewise, a plus (``+``) means one or "
"more repetitions, and a phrase enclosed in square brackets (``[ ]``) means "
"zero or one occurrences (in other words, the enclosed phrase is optional). "
"The ``*`` and ``+`` operators bind as tightly as possible; parentheses are "
"used for grouping. Literal strings are enclosed in quotes. White space is "
"only meaningful to separate tokens. Rules are normally contained on a single "
"line; rules with many alternatives may be formatted alternatively with each "
"line after the first beginning with a vertical bar."
msgstr ""
2018-03-17 20:16:08 +00:00
"Chaque règle commence par un nom (qui est le nom que la règle définit) et "
"``::=``. Une barre verticale (``|``) est utilisée pour séparer les "
"alternatives ; c'est l'opérateur le moins prioritaire de cette notation. Une "
"étoile (``*``) signifie zéro ou plusieurs répétitions de l'élément "
"précédent ; de même, un plus (``+``) signifie une ou plusieurs répétitions, "
"et une expression entre crochets (``[ ]``) signifie zéro ou une occurrence "
"(en d'autres termes, l'expression encadrée est facultative). Les opérateurs "
"``*`` et ``+`` agissent aussi étroitement que possible ; les parenthèses "
"sont utilisées pour le regroupement. Les chaînes littérales sont entourées "
"de guillemets anglais ``\"``. L'espace n'est utilisée que pour séparer les "
"lexèmes. Les règles sont normalement contenues sur une seule ligne ; les "
"règles avec de nombreuses alternatives peuvent être formatées avec chaque "
"ligne représentant une alternative (et donc débutant par une barre "
"verticale, sauf la première)."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:119
2016-10-30 09:46:26 +00:00
msgid ""
"In lexical definitions (as the example above), two more conventions are "
"used: Two literal characters separated by three dots mean a choice of any "
"single character in the given (inclusive) range of ASCII characters. A "
"phrase between angular brackets (``<...>``) gives an informal description of "
"the symbol defined; e.g., this could be used to describe the notion of "
"'control character' if needed."
msgstr ""
2018-03-17 20:16:08 +00:00
"Dans les définitions lexicales (comme dans l'exemple ci-dessus), deux autres "
2020-01-04 14:24:57 +00:00
"conventions sont utilisées : deux caractères littéraux séparés par des "
2018-03-17 20:16:08 +00:00
"points de suspension signifient le choix d'un seul caractère dans la plage "
"donnée (en incluant les bornes) de caractères ASCII. Une phrase entre les "
"signes inférieur et supérieur (``<...>``) donne une description informelle "
2020-01-04 14:24:57 +00:00
"du symbole défini ; par exemple, pour décrire la notion de \"caractère de "
2018-03-17 20:16:08 +00:00
"contrôle\" si nécessaire."
2016-10-30 09:46:26 +00:00
#: reference/introduction.rst:126
2016-10-30 09:46:26 +00:00
msgid ""
"Even though the notation used is almost the same, there is a big difference "
"between the meaning of lexical and syntactic definitions: a lexical "
"definition operates on the individual characters of the input source, while "
"a syntax definition operates on the stream of tokens generated by the "
"lexical analysis. All uses of BNF in the next chapter (\"Lexical Analysis\") "
"are lexical definitions; uses in subsequent chapters are syntactic "
"definitions."
msgstr ""
2018-03-17 20:16:08 +00:00
"Même si la notation utilisée est presque la même, il existe une grande "
2020-01-04 14:24:57 +00:00
"différence entre la signification des définitions lexicales et syntaxiques : "
2018-03-17 20:16:08 +00:00
"une définition lexicale opère sur les caractères individuels de l'entrée, "
"tandis qu'une définition syntaxique opère sur le flux de lexèmes générés par "
"l'analyse lexicale. Toutes les notations sous la forme BNF dans le chapitre "
2020-01-04 14:24:57 +00:00
"suivant (« Analyse lexicale ») sont des définitions lexicales ; les "
2018-03-17 20:16:08 +00:00
"notations dans les chapitres suivants sont des définitions syntaxiques."
2023-07-23 12:39:39 +00:00
#: reference/introduction.rst:91
msgid "BNF"
msgstr ""
#: reference/introduction.rst:91
msgid "grammar"
msgstr ""
#: reference/introduction.rst:91
msgid "syntax"
msgstr ""
#: reference/introduction.rst:91
#, fuzzy
msgid "notation"
msgstr "Notations"
#: reference/introduction.rst:117
msgid "lexical definitions"
msgstr ""
#: reference/introduction.rst:117
msgid "ASCII"
msgstr ""