10000 translate-library-asynchat by alextzioras · Pull Request #1086 · python/python-docs-gr · GitHub
[go: up one dir, main page]

Skip to content

translate-library-asynchat #1086

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 2 commits into from
May 21, 2025
Merged
Changes from all commits
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
14 changes: 10 additions & 4 deletions library/asynchat.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-10 10:19+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: 2025-05-20 17:00+0300\n"
"Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n"
"Language-Team: Language-Team: PyGreece <pygreece@gmail.com>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -20,20 +20,26 @@ msgstr ""
#: library/asynchat.rst:2
msgid ":mod:`!asynchat` --- Asynchronous socket command/response handler"
msgstr ""
":mod:`!asynchat` --- Διαχειριστής εντολών/απαντήσεων ασύγχρονων υποδοχών"

#: library/asynchat.rst:10
msgid ""
"This module is no longer part of the Python standard library. It was :ref:"
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
"Python 3.6. The removal was decided in :pep:`594`."
msgstr ""
"Αυτό το module δεν αποτελεί πλέον μέρος της βασικής βιβλιοθήκης της Python. "
"Αφαιρέθηκε στην έκδοση :ref:`Python 3.12 <whatsnew312-removed>` αφού είχε "
"ήδη καταργηθεί στην Python 3.6. Η αφαίρεση αποφασίστηκε στο :pep:`594`."

#: library/asynchat.rst:14
msgid "Applications should use the :mod:`asyncio` module instead."
msgstr ""
msgstr "Οι εφαρμογές θα πρέπει να χρησιμοποιούν το module :mod:`asyncio`."

#: library/asynchat.rst:16
msgid ""
"The last version of Python that provided the :mod:`!asynchat` module was "
"`Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_."
msgstr ""
"Η τελευταία έκδοση της Python που περιλάμβανε το module :mod:`!asynchat` "
"ήταν η `Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_."
0