diff --git a/dictionaries/main.txt b/dictionaries/main.txt index ea010d18..ad631c94 100644 --- a/dictionaries/main.txt +++ b/dictionaries/main.txt @@ -1083,6 +1083,7 @@ titlecased to today token +tokens toolkits total trace diff --git a/glossary.po b/glossary.po index 1d7b23ce..c577c100 100644 --- a/glossary.po +++ b/glossary.po @@ -1836,11 +1836,11 @@ msgstr "" #: glossary.rst:736 msgid "lexical analyzer" -msgstr "" +msgstr "λεξικός αναλυτής" #: glossary.rst:739 msgid "Formal name for the *tokenizer*; see :term:`token`." -msgstr "" +msgstr "Επίσημη ονομασία για τον *tokenizer* · δείτε :term:`token`." #: glossary.rst:740 msgid "list" @@ -3033,7 +3033,7 @@ msgstr "" #: glossary.rst:1218 msgid "token" -msgstr "" +msgstr "token" #: glossary.rst:1221 msgid "" @@ -3041,12 +3041,18 @@ msgid "" "` (also called the *tokenizer*). Names, numbers, strings, " "operators, newlines and similar are represented by tokens." msgstr "" +"Μια μικρή μονάδα πηγαίου κώδικα, που παράγεται από τον :ref:`lexical " +"analyzer ` (ο οποίος αποκαλείται επίσης *tokenizer*). Ονόματα, " +"αριθμοί, συμβολοσειρές, τελεστές, αλλαγές γραμμής και παρόμοια στοιχεία " +"αναπαρίστανται ως tokens." #: glossary.rst:1226 msgid "" "The :mod:`tokenize` module exposes Python's lexical analyzer. The :mod:" "`token` module contains information on the various types of tokens." msgstr "" +"Το module :mod:`tokenize` εκθέτει τον λεξικό αναλυτή της Python. Το module :" +"mod:`token` περιέχει πληροφορίες για του διαφόρους τύπους tokens." #: glossary.rst:1229 msgid "triple-quoted string"