Skip to content

Commit f879f89

Browse files
Translate pipes module deprecation notice
1 parent 24a4005 commit f879f89

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

library/pipes.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,19 @@ msgid ""
2727
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
2828
"Python 3.11. The removal was decided in :pep:`594`."
2929
msgstr ""
30+
"Αυτό το module δεν αποτελεί πλέον μέρος της Python standard library. "
31+
"Αφαιρέθηκε στην Python 3.13 (:ref:`removed in Python 3.13 "
32+
"<whatsnew313-pep594>`) αφού πρώτα είχε χαρακτηριστεί παρωχημένο στην "
33+
"Python 3.11. Η κατάργηση του αποφασίστηκε μέσω του :pep:`594`."
3034

3135
#: library/pipes.rst:14
3236
msgid "Applications should use the :mod:`subprocess` module instead."
33-
msgstr ""
37+
msgstr "Οι εφαρμογές θα πρέπει να χρησιμοποιούν αντ' αυτού το άρθρωμα :mod:`subprocess`."
3438

3539
#: library/pipes.rst:16
3640
msgid ""
3741
"The last version of Python that provided the :mod:`!pipes` module was "
3842
"`Python 3.12 <https://docs.python.org/3.12/library/pipes.html>`_."
3943
msgstr ""
44+
"Η τελευταία έκδοση της Python που παρείχε το άρθρωμα :mod:`!pipes` ήταν η "
45+
"`Python 3.12 <https://docs.python.org/3.12/library/pipes.html>`_."

0 commit comments

Comments
 (0)