Skip to content

Commit f21fc09

Browse files
Fixes for 3.12 Update (#606)
* Minor fixes in glossary.po * Update glossary.po and main.txt * Update glossary.po Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> --------- Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
1 parent 50d8bec commit f21fc09

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

dictionaries/main.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,7 @@ titlecased
10831083
to
10841084
today
10851085
token
1086+
tokens
10861087
toolkits
10871088
total
10881089
trace

glossary.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,11 +1836,11 @@ msgstr ""
18361836

18371837
#: glossary.rst:736
18381838
msgid "lexical analyzer"
1839-
msgstr ""
1839+
msgstr "λεξικός αναλυτής"
18401840

18411841
#: glossary.rst:739
18421842
msgid "Formal name for the *tokenizer*; see :term:`token`."
1843-
msgstr ""
1843+
msgstr "Επίσημη ονομασία για τον *tokenizer* · δείτε :term:`token`."
18441844

18451845
#: glossary.rst:740
18461846
msgid "list"
@@ -3033,20 +3033,26 @@ msgstr ""
30333033

30343034
#: glossary.rst:1218
30353035
msgid "token"
3036-
msgstr ""
3036+
msgstr "token"
30373037

30383038
#: glossary.rst:1221
30393039
msgid ""
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."
30433043
msgstr ""
3044+
"Μια μικρή μονάδα πηγαίου κώδικα, που παράγεται από τον :ref:`lexical "
3045+
"analyzer <lexical>` (ο οποίος αποκαλείται επίσης *tokenizer*). Ονόματα, "
3046+
"αριθμοί, συμβολοσειρές, τελεστές, αλλαγές γραμμής και παρόμοια στοιχεία "
3047+
"αναπαρίστανται ως tokens."
30443048

30453049
#: glossary.rst:1226
30463050
msgid ""
30473051
"The :mod:`tokenize` module exposes Python's lexical analyzer. The :mod:"
30483052
"`token` module contains information on the various types of tokens."
30493053
msgstr ""
3054+
"Το module :mod:`tokenize` εκθέτει τον λεξικό αναλυτή της Python. Το module :"
3055+
"mod:`token` περιέχει πληροφορίες για του διαφόρους τύπους tokens."
30503056

30513057
#: glossary.rst:1229
30523058
msgid "triple-quoted string"

0 commit comments

Comments
 (0)