Skip to content

Commit 39c3d50

Browse files
committed
Done: library/symbol.po
1 parent a929b18 commit 39c3d50

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

library/symbol.po

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12+
"PO-Revision-Date: 2017-11-07 23:52+0100\n"
13+
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"Language: fr\n"
1616
"MIME-Version: 1.0\n"
@@ -19,11 +19,11 @@ msgstr ""
1919

2020
#: ../Doc/library/symbol.rst:2
2121
msgid ":mod:`symbol` --- Constants used with Python parse trees"
22-
msgstr ""
22+
msgstr ":mod:`symbol` --- Constantes utilisées dans les Arbres Syntaxiques"
2323

2424
#: ../Doc/library/symbol.rst:9
2525
msgid "**Source code:** :source:`Lib/symbol.py`"
26-
msgstr "**Code source :** :source:`Lib/symbol.py`"
26+
msgstr "**Code source :** :source:`Lib/symbol.py`"
2727

2828
#: ../Doc/library/symbol.rst:13
2929
msgid ""
@@ -34,14 +34,23 @@ msgid ""
3434
"grammar. The specific numeric values which the names map to may change "
3535
"between Python versions."
3636
msgstr ""
37+
"Ce module fournit des constantes représentant les valeurs numériques des "
38+
"nœuds internes du parseur. Contrairement à la plupart des constantes en "
39+
"Python, celles-ci utilisent des noms en minuscules. Référez-vous au fichier :"
40+
"file:`Grammar/Grammar` dans la distribution de Python pour les définitions "
41+
"de ces noms dans le contexte de la grammaire du langage. La valeur numérique "
42+
"correpondant au nom peut changer d'une version de Python à l'autre."
3743

3844
#: ../Doc/library/symbol.rst:20
3945
msgid "This module also provides one additional data object:"
40-
msgstr ""
46+
msgstr "Ce module fournit aussi ces objets :"
4147

4248
#: ../Doc/library/symbol.rst:25
4349
msgid ""
4450
"Dictionary mapping the numeric values of the constants defined in this "
4551
"module back to name strings, allowing more human-readable representation of "
4652
"parse trees to be generated."
4753
msgstr ""
54+
"Dictionnaire faisant correpondre les valeurs numériques des constantes "
55+
"définies dans ce module à leurs noms, permettant de générer une "
56+
"représentation plus humaine des arbres syntaxiques."

0 commit comments

Comments
 (0)