python-docs-fr/library/symbol.po

60 lines
2.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright (C) 2001-2018, Python Software Foundation
# For licence information, see README file.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2018-09-29 18:24+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\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"
#: library/symbol.rst:2
msgid ":mod:`symbol` --- Constants used with Python parse trees"
msgstr ":mod:`symbol` — Constantes utilisées dans les Arbres Syntaxiques"
#: library/symbol.rst:9
msgid "**Source code:** :source:`Lib/symbol.py`"
msgstr "**Code source :** :source:`Lib/symbol.py`"
#: library/symbol.rst:13
msgid ""
"This module provides constants which represent the numeric values of "
"internal nodes of the parse tree. Unlike most Python constants, these use "
"lower-case names. Refer to the file :file:`Grammar/Grammar` in the Python "
"distribution for the definitions of the names in the context of the language "
"grammar. The specific numeric values which the names map to may change "
"between Python versions."
msgstr ""
"Ce module fournit des constantes représentant les valeurs numériques des "
"nœuds internes de l'analyseur. Contrairement à la plupart des constantes en "
"Python, celles-ci utilisent des noms en minuscules. Référez-vous au fichier :"
"file:`Grammar/Grammar` dans la distribution de Python pour les définitions "
"de ces noms dans le contexte de la grammaire du langage. La valeur numérique "
"correspondant au nom peut changer d'une version de Python à l'autre."
#: library/symbol.rst:22
msgid ""
"The symbol module is deprecated and will be removed in future versions of "
"Python."
msgstr ""
#: library/symbol.rst:25
msgid "This module also provides one additional data object:"
msgstr "Ce module fournit aussi ces objets :"
#: library/symbol.rst:30
msgid ""
"Dictionary mapping the numeric values of the constants defined in this "
"module back to name strings, allowing more human-readable representation of "
"parse trees to be generated."
msgstr ""
"Dictionnaire faisant correspondre les valeurs numériques des constantes "
"définies dans ce module à leurs noms, permettant de générer une "
"représentation plus humaine des arbres syntaxiques."