File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1083,6 +1083,7 @@ titlecased
10831083to
10841084today
10851085token
1086+ tokens
10861087toolkits
10871088total
10881089trace
Original file line number Diff line number Diff line change @@ -1836,11 +1836,11 @@ msgstr ""
18361836
18371837#: glossary.rst:736
18381838msgid "lexical analyzer"
1839- msgstr ""
1839+ msgstr "λεξικός αναλυτής "
18401840
18411841#: glossary.rst:739
18421842msgid "Formal name for the *tokenizer*; see :term:`token`."
1843- msgstr ""
1843+ msgstr "Επίσημη ονομασία για τον *tokenizer* · δείτε :term:`token`. "
18441844
18451845#: glossary.rst:740
18461846msgid "list"
@@ -3033,20 +3033,26 @@ msgstr ""
30333033
30343034#: glossary.rst:1218
30353035msgid "token"
3036- msgstr ""
3036+ msgstr "token "
30373037
30383038#: glossary.rst:1221
30393039msgid ""
30403040"A small unit of source code, generated by the :ref:`lexical analyzer "
30413041"<lexical>` (also called the *tokenizer*). Names, numbers, strings, "
30423042"operators, newlines and similar are represented by tokens."
30433043msgstr ""
3044+ "Μια μικρή μονάδα πηγαίου κώδικα, που παράγεται από τον :ref:`lexical "
3045+ "analyzer <lexical>` (ο οποίος αποκαλείται επίσης *tokenizer*). Ονόματα, "
3046+ "αριθμοί, συμβολοσειρές, τελεστές, αλλαγές γραμμής και παρόμοια στοιχεία "
3047+ "αναπαρίστανται ως tokens."
30443048
30453049#: glossary.rst:1226
30463050msgid ""
30473051"The :mod:`tokenize` module exposes Python's lexical analyzer. The :mod:"
30483052"`token` module contains information on the various types of tokens."
30493053msgstr ""
3054+ "Το module :mod:`tokenize` εκθέτει τον λεξικό αναλυτή της Python. Το module :"
3055+ "mod:`token` περιέχει πληροφορίες για του διαφόρους τύπους tokens."
30503056
30513057#: glossary.rst:1229
30523058msgid "triple-quoted string"
You can’t perform that action at this time.
0 commit comments