|
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | | -#, fuzzy |
| 6 | + |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.12\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | 11 | "POT-Creation-Date: 2025-12-04 09:48+0200\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | | -"Language-Team: LANGUAGE <LL@li.org>\n" |
| 13 | +"Last-Translator: Miltiadis Papavramidis <georgeppvr@gmail.com>\n" |
| 14 | +"Language-Team: PyGreece <organizers@pygreece.org>\n" |
15 | 15 | "Language: \n" |
16 | 16 | "MIME-Version: 1.0\n" |
17 | 17 | "Content-Type: text/plain; charset=UTF-8\n" |
18 | 18 | "Content-Transfer-Encoding: 8bit\n" |
19 | 19 |
|
20 | 20 | #: library/pipes.rst:2 |
21 | 21 | msgid ":mod:`!pipes` --- Interface to shell pipelines" |
22 | | -msgstr "" |
| 22 | +msgstr ":mod:`!pipes` --- Διεπαφή για shell pipelines" |
23 | 23 |
|
24 | 24 | #: library/pipes.rst:10 |
25 | 25 | msgid "" |
26 | 26 | "This module is no longer part of the Python standard library. It was :ref:" |
27 | 27 | "`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in " |
28 | 28 | "Python 3.11. The removal was decided in :pep:`594`." |
29 | 29 | msgstr "" |
| 30 | +"Αυτό το module δεν αποτελεί πλέον μέρος της Python standard library. " |
| 31 | +"Αφαιρέθηκε στην Python 3.13 (:ref:`removed in Python 3.13 " |
| 32 | +"<whatsnew313-pep594>`) αφού πρώτα είχε χαρακτηριστεί deprecated στην " |
| 33 | +"Python 3.11. Η αφαίρεση αποφασίστηκε στο :pep:`594`." |
30 | 34 |
|
31 | 35 | #: library/pipes.rst:14 |
32 | 36 | msgid "Applications should use the :mod:`subprocess` module instead." |
33 | | -msgstr "" |
| 37 | +msgstr "Οι εφαρμογές θα πρέπει να χρησιμοποιούν το module :mod:`subprocess` αντ' αυτού." |
34 | 38 |
|
35 | 39 | #: library/pipes.rst:16 |
36 | 40 | msgid "" |
37 | 41 | "The last version of Python that provided the :mod:`!pipes` module was " |
38 | 42 | "`Python 3.12 <https://docs.python.org/3.12/library/pipes.html>`_." |
39 | 43 | msgstr "" |
| 44 | +"Η τελευταία έκδοση της Python που παρείχε το module :mod:`!pipes` ήταν η " |
| 45 | +"`Python 3.12 <https://docs.python.org/3.12/library/pipes.html>`_." |
0 commit comments