Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update translation team email#1092

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
thepetk wants to merge5 commits intopython:3.14fromthepetk:fix-contributing-guide
Closed
Show file tree
Hide file tree
Changes from1 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
NextNext commit
Fixes for 3.12 Update (#606)
* Minor fixes in glossary.po* Update glossary.po and main.txt* Update glossary.poCo-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>---------Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
  • Loading branch information
@skpanagiotis@lysnikolaou
skpanagiotis andlysnikolaou authoredMay 7, 2025
commitf21fc09bcd6e3181a37fe0ce4850b0bb874b7915
1 change: 1 addition & 0 deletionsdictionaries/main.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1083,6 +1083,7 @@ titlecased
to
today
token
tokens
toolkits
total
trace
Expand Down
12 changes: 9 additions & 3 deletionsglossary.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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

[8]ページ先頭

©2009-2025 Movatter.jp