From 537e8f3f2d18444f6b1c2208b61c9aef2f6cf708 Mon Sep 17 00:00:00 2001 From: RyukuZero Date: Sun, 29 Mar 2026 18:26:55 +0000 Subject: [PATCH 1/7] Translate initial sections of telnetlib.po --- library/telnetlib.po | 92 ++++++++++++++++++++++++-------------------- 1 file changed, 50 insertions(+), 42 deletions(-) diff --git a/library/telnetlib.po b/library/telnetlib.po index 08ad4ea5..28af8975 100644 --- a/library/telnetlib.po +++ b/library/telnetlib.po @@ -1,42 +1,50 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2001-2024, Python Software Foundation -# This file is distributed under the same license as the Python package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Python 3.12\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-12-04 09:48+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: library/telnetlib.rst:2 -msgid ":mod:`!telnetlib` --- Telnet client" -msgstr "" - -#: library/telnetlib.rst:10 -msgid "" -"This module is no longer part of the Python standard library. It was :ref:" -"`removed in Python 3.13 ` after being deprecated in " -"Python 3.11. The removal was decided in :pep:`594`." -msgstr "" - -#: library/telnetlib.rst:14 -msgid "" -"Possible replacements are third-party libraries from PyPI: :pypi:" -"`telnetlib3` or :pypi:`Exscript`. These are not supported or maintained by " -"the Python core team." -msgstr "" - -#: library/telnetlib.rst:18 -msgid "" -"The last version of Python that provided the :mod:`!telnetlib` module was " -"`Python 3.12 `_." -msgstr "" +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2001-2024, Python Software Foundation +# This file is distributed under the same license as the Python package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Python 3.12\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-12-04 09:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: RyukuZero \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: library/telnetlib.rst:2 +msgid ":mod:`!telnetlib` --- Telnet client" +msgstr ":mod:!telnetlib --- Πελάτης Telnet" + +#: library/telnetlib.rst:10 +msgid "" +"This module is no longer part of the Python standard library. It was :ref:" +"`removed in Python 3.13 ` after being deprecated in " +"Python 3.11. The removal was decided in :pep:`594`." +msgstr "" +"Αυτή η ενότητα δεν αποτελεί πλέον μέρος της τυπικής βιβλιοθήκης Python. :ref:" +"Aφαιρέθηκε στην Python 3.13 ` αφού καταργήθηκε στην" +"Python 3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." + +#: library/telnetlib.rst:14 +msgid "" +"Possible replacements are third-party libraries from PyPI: :pypi:" +"`telnetlib3` or :pypi:`Exscript`. These are not supported or maintained by " +"the Python core team." +msgstr "" +"Πιθανές αντικαταστάσεις είναι βιβλιοθήκες τρίτων από το PyPI: :pypi:" +"`telnetlib3` ή :pypi:`Exscript`. Αυτά δεν υποστηρίζονται ούτε συντηρούνται από" +"την βασική ομάδα της Python." + +#: library/telnetlib.rst:18 +msgid "" +"The last version of Python that provided the :mod:`!telnetlib` module was " +"`Python 3.12 `_." +msgstr "" +"Η τελευταία έκδοση της Python που παρείχε την ενότητα :mod:`!telnetlib` ήταν" +"`Python 3.12 `_." \ No newline at end of file From f4a137b6e75ce1f8dde3dc7d8a36e3198412e2b4 Mon Sep 17 00:00:00 2001 From: RyukuZero Date: Sun, 29 Mar 2026 19:08:34 +0000 Subject: [PATCH 2/7] Fix syntax and backticks --- library/telnetlib.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/telnetlib.po b/library/telnetlib.po index 28af8975..35409fb2 100644 --- a/library/telnetlib.po +++ b/library/telnetlib.po @@ -19,7 +19,7 @@ msgstr "" #: library/telnetlib.rst:2 msgid ":mod:`!telnetlib` --- Telnet client" -msgstr ":mod:!telnetlib --- Πελάτης Telnet" +msgstr ":mod:`!telnetlib` --- Πελάτης Telnet" #: library/telnetlib.rst:10 msgid "" From 2bd062ca2f8f1fdd7d02636e29c75fd90ef0b90b Mon Sep 17 00:00:00 2001 From: RyukuZero Date: Sun, 29 Mar 2026 19:19:38 +0000 Subject: [PATCH 3/7] Actually saving the backtick fixes --- library/telnetlib.po | 100 +++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/library/telnetlib.po b/library/telnetlib.po index 35409fb2..aee0f8e7 100644 --- a/library/telnetlib.po +++ b/library/telnetlib.po @@ -1,50 +1,50 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2001-2024, Python Software Foundation -# This file is distributed under the same license as the Python package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Python 3.12\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-12-04 09:48+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: RyukuZero \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: library/telnetlib.rst:2 -msgid ":mod:`!telnetlib` --- Telnet client" -msgstr ":mod:`!telnetlib` --- Πελάτης Telnet" - -#: library/telnetlib.rst:10 -msgid "" -"This module is no longer part of the Python standard library. It was :ref:" -"`removed in Python 3.13 ` after being deprecated in " -"Python 3.11. The removal was decided in :pep:`594`." -msgstr "" -"Αυτή η ενότητα δεν αποτελεί πλέον μέρος της τυπικής βιβλιοθήκης Python. :ref:" -"Aφαιρέθηκε στην Python 3.13 ` αφού καταργήθηκε στην" -"Python 3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." - -#: library/telnetlib.rst:14 -msgid "" -"Possible replacements are third-party libraries from PyPI: :pypi:" -"`telnetlib3` or :pypi:`Exscript`. These are not supported or maintained by " -"the Python core team." -msgstr "" -"Πιθανές αντικαταστάσεις είναι βιβλιοθήκες τρίτων από το PyPI: :pypi:" -"`telnetlib3` ή :pypi:`Exscript`. Αυτά δεν υποστηρίζονται ούτε συντηρούνται από" -"την βασική ομάδα της Python." - -#: library/telnetlib.rst:18 -msgid "" -"The last version of Python that provided the :mod:`!telnetlib` module was " -"`Python 3.12 `_." -msgstr "" -"Η τελευταία έκδοση της Python που παρείχε την ενότητα :mod:`!telnetlib` ήταν" -"`Python 3.12 `_." \ No newline at end of file +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2001-2024, Python Software Foundation +# This file is distributed under the same license as the Python package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Python 3.12\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-12-04 09:48+0200\n" +"PO-Revision-Date: 2026-04-8 14:45+0300\n" +"Last-Translator: RyukuZero \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: library/telnetlib.rst:2 +msgid ":mod:`!telnetlib` --- Telnet client" +msgstr ":mod:`!telnetlib` --- Πελάτης Telnet" + +#: library/telnetlib.rst:10 +msgid "" +"This module is no longer part of the Python standard library. It " +"was :ref:`removed in Python 3.13 ` after being " +"deprecated in Python 3.11. The removal was decided in :pep:`594`." +msgstr "" +"Αυτή η ενότητα δεν αποτελεί πλέον μέρος της τυπικής βιβλιοθήκης " +"Python. :ref:`Aφαιρέθηκε στην Python 3.13 ` αφού " +"καταργήθηκε στηνPython 3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." + +#: library/telnetlib.rst:14 +msgid "" +"Possible replacements are third-party libraries from " +"PyPI: :pypi:`telnetlib3` or :pypi:`Exscript`. These are not supported or " +"maintained by the Python core team." +msgstr "" +"Πιθανές αντικαταστάσεις είναι βιβλιοθήκες τρίτων από το " +"PyPI: :pypi:`telnetlib3` ή :pypi:`Exscript`. Αυτά δεν υποστηρίζονται ούτε " +"συντηρούνται απότην βασική ομάδα της Python." + +#: library/telnetlib.rst:18 +msgid "" +"The last version of Python that provided the :mod:`!telnetlib` module was " +"`Python 3.12 `_." +msgstr "" +"Η τελευταία έκδοση της Python που παρείχε την ενότητα :mod:`!telnetlib` " +"ήταν`Python 3.12 `_." From d3d9cb9d5925ce96aae5a731a37c46462eb18b93 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:48:28 +0000 Subject: [PATCH 4/7] [pre-commit.ci lite] apply automatic fixes --- library/telnetlib.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/library/telnetlib.po b/library/telnetlib.po index aee0f8e7..3b5cfe36 100644 --- a/library/telnetlib.po +++ b/library/telnetlib.po @@ -23,23 +23,23 @@ msgstr ":mod:`!telnetlib` --- Πελάτης Telnet" #: library/telnetlib.rst:10 msgid "" -"This module is no longer part of the Python standard library. It " -"was :ref:`removed in Python 3.13 ` after being " -"deprecated in Python 3.11. The removal was decided in :pep:`594`." +"This module is no longer part of the Python standard library. It was :ref:" +"`removed in Python 3.13 ` after being deprecated in " +"Python 3.11. The removal was decided in :pep:`594`." msgstr "" -"Αυτή η ενότητα δεν αποτελεί πλέον μέρος της τυπικής βιβλιοθήκης " -"Python. :ref:`Aφαιρέθηκε στην Python 3.13 ` αφού " -"καταργήθηκε στηνPython 3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." +"Αυτή η ενότητα δεν αποτελεί πλέον μέρος της τυπικής βιβλιοθήκης Python. :ref:" +"`Aφαιρέθηκε στην Python 3.13 ` αφού καταργήθηκε " +"στηνPython 3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." #: library/telnetlib.rst:14 msgid "" -"Possible replacements are third-party libraries from " -"PyPI: :pypi:`telnetlib3` or :pypi:`Exscript`. These are not supported or " -"maintained by the Python core team." +"Possible replacements are third-party libraries from PyPI: :pypi:" +"`telnetlib3` or :pypi:`Exscript`. These are not supported or maintained by " +"the Python core team." msgstr "" -"Πιθανές αντικαταστάσεις είναι βιβλιοθήκες τρίτων από το " -"PyPI: :pypi:`telnetlib3` ή :pypi:`Exscript`. Αυτά δεν υποστηρίζονται ούτε " -"συντηρούνται απότην βασική ομάδα της Python." +"Πιθανές αντικαταστάσεις είναι βιβλιοθήκες τρίτων από το PyPI: :pypi:" +"`telnetlib3` ή :pypi:`Exscript`. Αυτά δεν υποστηρίζονται ούτε συντηρούνται " +"απότην βασική ομάδα της Python." #: library/telnetlib.rst:18 msgid "" From f7002cd4ab26ca945aaf7315e98fb3abc4175115 Mon Sep 17 00:00:00 2001 From: Panagiotis Skias Date: Tue, 14 Apr 2026 10:49:29 +0300 Subject: [PATCH 5/7] Apply suggestions from code review Co-authored-by: Panagiotis Skias --- library/telnetlib.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/telnetlib.po b/library/telnetlib.po index 3b5cfe36..f9289163 100644 --- a/library/telnetlib.po +++ b/library/telnetlib.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-12-04 09:48+0200\n" "PO-Revision-Date: 2026-04-8 14:45+0300\n" "Last-Translator: RyukuZero \n" -"Language-Team: LANGUAGE \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,5 +46,5 @@ msgid "" "The last version of Python that provided the :mod:`!telnetlib` module was " "`Python 3.12 `_." msgstr "" -"Η τελευταία έκδοση της Python που παρείχε την ενότητα :mod:`!telnetlib` " -"ήταν`Python 3.12 `_." +"Η τελευταία έκδοση της Python που παρείχε το module :mod:`!telnetlib` " +"ήταν `Python 3.12 `_." From b5a383fefb5a2ebea3aa06341f19838a36b6dc61 Mon Sep 17 00:00:00 2001 From: Panagiotis Skias Date: Tue, 14 Apr 2026 10:50:23 +0300 Subject: [PATCH 6/7] Apply suggestions from code review Co-authored-by: Panagiotis Skias --- library/telnetlib.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/telnetlib.po b/library/telnetlib.po index f9289163..b3caf3e0 100644 --- a/library/telnetlib.po +++ b/library/telnetlib.po @@ -27,9 +27,9 @@ msgid "" "`removed in Python 3.13 ` after being deprecated in " "Python 3.11. The removal was decided in :pep:`594`." msgstr "" -"Αυτή η ενότητα δεν αποτελεί πλέον μέρος της τυπικής βιβλιοθήκης Python. :ref:" -"`Aφαιρέθηκε στην Python 3.13 ` αφού καταργήθηκε " -"στηνPython 3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." +"Αυτό το module δεν αποτελεί πλέον μέρος της τυπικής βιβλιοθήκης Python. :ref:" +"`removed in Python 3.13 ` αφού καταργήθηκε " +"στην Python 3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." #: library/telnetlib.rst:14 msgid "" @@ -39,7 +39,7 @@ msgid "" msgstr "" "Πιθανές αντικαταστάσεις είναι βιβλιοθήκες τρίτων από το PyPI: :pypi:" "`telnetlib3` ή :pypi:`Exscript`. Αυτά δεν υποστηρίζονται ούτε συντηρούνται " -"απότην βασική ομάδα της Python." +"από την βασική ομάδα της Python." #: library/telnetlib.rst:18 msgid "" From 804c235e2c42aa9812c190927ca442e3c03e240b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:53:11 +0000 Subject: [PATCH 7/7] [pre-commit.ci lite] apply automatic fixes --- library/telnetlib.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/telnetlib.po b/library/telnetlib.po index b3caf3e0..a7aba925 100644 --- a/library/telnetlib.po +++ b/library/telnetlib.po @@ -28,8 +28,8 @@ msgid "" "Python 3.11. The removal was decided in :pep:`594`." msgstr "" "Αυτό το module δεν αποτελεί πλέον μέρος της τυπικής βιβλιοθήκης Python. :ref:" -"`removed in Python 3.13 ` αφού καταργήθηκε " -"στην Python 3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." +"`removed in Python 3.13 ` αφού καταργήθηκε στην Python " +"3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." #: library/telnetlib.rst:14 msgid "" @@ -46,5 +46,5 @@ msgid "" "The last version of Python that provided the :mod:`!telnetlib` module was " "`Python 3.12 `_." msgstr "" -"Η τελευταία έκδοση της Python που παρείχε το module :mod:`!telnetlib` " -"ήταν `Python 3.12 `_." +"Η τελευταία έκδοση της Python που παρείχε το module :mod:`!telnetlib` ήταν " +"`Python 3.12 `_."