8000 Fixes for 3.12 Update by skpanagiotis · Pull Request #606 · python/python-docs-gr · GitHub
[go: up one dir, main page]

Skip to content

Fixes for 3.12 Update #606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 7, 2025
Merged
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
Next Next commit
Minor fixes in glossary.po
  • Loading branch information
skpanagiotis committed May 6, 2025
commit ca1e3b5ad6a69ea89dc4fc27196b9966f8dda746
12 changes: 9 additions & 3 deletions glossary.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -3033,20 +3033,26 @@ msgstr ""

#: glossary.rst:1218
msgid "token"
msgstr ""
msgstr "token"

#: glossary.rst:1221
msgid ""
"A small unit of source code, generated by the :ref:`lexical analyzer "
"<lexical>` (also called the *tokenizer*). Names, numbers, strings, "
"operators, newlines and similar are represented by tokens."
msgstr ""
"Μια μικρή μονάδα πηγαίου κώδικα, που παράγεται από τον "
":ref:`lexical analyzer <lexical>` (ο οποίος αποκαλείται επίσης *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"
Expand Down
0