8000 Update translation team email by thepetk · Pull Request #1092 · python/python-docs-gr · GitHub
[go: up one dir, main page]

Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
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
Merge branch '3.14' into fix-contributing-guide
  • Loading branch information
thepetk authored May 22, 2025
commit 1cf3dbf79ea246b779928ee293d464427234022a
17 changes: 9 additions & 8 deletions glossary.po
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ msgstr "λεξικός αναλυτής"

#: glossary.rst:831
msgid "Formal name for the *tokenizer*; see :term:`token`."
msgstr "Επίσημη ονομασία για τον *tokenizer* · δείτε :term:`token`."
msgstr "Επίσημη ονομασία για τον *tokenizer* · βλ. :term:`token`."

#: glossary.rst:832
msgid "list"
Expand Down Expand Up @@ -3320,9 +3320,9 @@ msgstr ""
"Βλ. επίσης :term:`binary file` για ένα αντικείμενο αρχείου με δυνατότητα "
"ανάγνωσης και εγγραφής :term:`δυαδικά αντικείμενα <bytes-like object>`."

#: glossary.rst:1218
msgid "token"
msgstr "token"
#: glossary.rst:1323
msgid "thread state"
msgstr "κατάσταση νήματος"

#: glossary.rst:1326
msgid ""
Expand Down Expand Up @@ -3391,17 +3391,18 @@ msgid ""
"operators, newlines and similar are represented by tokens."
msgstr ""
"Μια μικρή μονάδα πηγαίου κώδικα, που παράγεται από τον :ref:`lexical "
"analyzer <lexical>` (ο οποίος αποκαλείται επίσης *tokenizer*). Ονόματα, "
"αριθμοί, συμβολοσειρές, τελεστές, αλλαγές γραμμής και παρόμοια στοιχεία "
"αναπαρίστανται ως tokens."
"analyzer <lexical>` (γνωστό και ως *αναλυτή (tokenizer)*). Ονόματα, αριθμοί, "
"συμβολοσειρές, τελεστές αλλαγές γραμμής και παρόμοια στοιχεία αναπαρίστανται "
"ως λεκτικά σύμβολα (tokens)."

#: glossary.rst:1354
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."
"mod:`token` περιέχει πληροφορίες για τους διάφορους τύπους λεκτικών συμβόλων "
"(tokens)."

#: glossary.rst:1357
msgid "triple-quoted string"
Expand Down
4 changes: 2 additions & 2 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-10 10:19+0300\n"
"PO-Revision-Date: 2025-05-03 00:13+0300\n"
"Last-Translator: Theofanis Petkos <thepetk@gmail.com>Language-Team: PyGreece "
"<organizers@pygreece.org>\n"
"Last-Translator: Theofanis Petkos <thepetk@gmail.com>"
"Language-Team: PyGreece <organizers@pygreece.org>\n"
"Language-Team: \n"
"Language: el\n"
"MIME-Version: 1.0\n"
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0