python-docs-fr/library/symbol.po

60 lines
2.4 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: 2018-09-29 18:24+0200\n"
2017-11-05 11:18:02 +00:00
"Last-Translator: Julien Palard <julien@palard.fr>\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"
#: library/symbol.rst:2
2016-10-30 09:46:26 +00:00
msgid ":mod:`symbol` --- Constants used with Python parse trees"
msgstr ":mod:`symbol` — Constantes utilisées dans les Arbres Syntaxiques"
2016-10-30 09:46:26 +00:00
#: library/symbol.rst:9
2016-10-30 09:46:26 +00:00
msgid "**Source code:** :source:`Lib/symbol.py`"
2017-11-05 11:18:02 +00:00
msgstr "**Code source :** :source:`Lib/symbol.py`"
2016-10-30 09:46:26 +00:00
#: library/symbol.rst:13
2016-10-30 09:46:26 +00:00
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 ""
2017-11-05 11:18:02 +00:00
"Ce module fournit des constantes représentant les valeurs numériques des "
"nœuds internes de l'analyseur. Contrairement à la plupart des constantes en "
2017-11-05 11:18:02 +00:00
"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."
2016-10-30 09:46:26 +00:00
2020-07-20 08:56:42 +00:00
#: library/symbol.rst:22
msgid ""
"The symbol module is deprecated and will be removed in future versions of "
"Python."
msgstr ""
#: library/symbol.rst:25
2016-10-30 09:46:26 +00:00
msgid "This module also provides one additional data object:"
2017-11-05 11:18:02 +00:00
msgstr "Ce module fournit aussi ces objets :"
2016-10-30 09:46:26 +00:00
2020-07-20 08:56:42 +00:00
#: library/symbol.rst:30
2016-10-30 09:46:26 +00:00
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 "
2017-11-05 11:18:02 +00:00
"définies dans ce module à leurs noms, permettant de générer une "
"représentation plus humaine des arbres syntaxiques."