Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update glossary.po and main.txt
  • Loading branch information
skpanagiotis committed May 6, 2025
commit 2cc463a15a280cf8c84fe7494af0d827cca9593e
1 change: 1 addition & 0 deletions dictionaries/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ titlecased
to
today
token
tokens
toolkits
total
trace
Expand Down
8 changes: 4 additions & 4 deletions glossary.po
Original file line number Diff line number Diff line change
Expand Up @@ -3041,8 +3041,8 @@ msgid ""
"<lexical>` (also called the *tokenizer*). Names, numbers, strings, "
"operators, newlines and similar are represented by tokens."
msgstr ""
"Μια μικρή μονάδα πηγαίου κώδικα, που παράγεται από τον "
":ref:`lexical analyzer <lexical>` (ο οποίος αποκαλείται επίσης *tokenizer*). Ονόματα, "
"Μια μικρή μονάδα πηγαίου κώδικα, που παράγεται από τον :ref:`lexical "
"analyzer <lexical>` (ο οποίος αποκαλείται επίσης *tokenizer*). Ονόματα, "
"αριθμοί, συμβολοσειρές, τελεστές αλλαγές γραμμής και παρόμοια στοιχεία "
Comment thread
skpanagiotis marked this conversation as resolved.
Outdated
"αναπαρίστανται ως tokens."

Expand All @@ -3051,8 +3051,8 @@ 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."
"Το module :mod:`tokenize` εκθέτει τον λεξικό αναλυτή της Python. Το module :"
"mod:`token` περιέχει πληροφορίες για του διαφόρους τύπους tokens."

#: glossary.rst:1229
msgid "triple-quoted string"
Expand Down