@@ -9,24 +9,24 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.12\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2024-03-14 12:51+0000\n "
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 "
12
+ "PO-Revision-Date : 2024-12-06 13:40+0200 \n "
13
+ "Last-Translator : Marios Giannopoulos <mariosgian_2002@yahoo.gr >\n "
14
+ "Language-Team : PyGreece <pygreece@gmail.com >\n "
15
15
"MIME-Version : 1.0\n "
16
16
"Content-Type : text/plain; charset=UTF-8\n "
17
17
"Content-Transfer-Encoding : 8bit\n "
18
18
19
19
#: howto/pyporting.rst:7
20
20
msgid "How to port Python 2 Code to Python 3"
21
- msgstr ""
21
+ msgstr "Πώς να μετατρέψετε τον κώδικα από Python 2 σε Python 3 "
22
22
23
23
#: howto/pyporting.rst:0
24
24
msgid "author"
25
- msgstr ""
25
+ msgstr "συγγραφέας "
26
26
27
27
#: howto/pyporting.rst:9
28
28
msgid "Brett Cannon"
29
- msgstr ""
29
+ msgstr "Brett Cannon "
30
30
31
31
#: howto/pyporting.rst:11
32
32
msgid ""
@@ -35,49 +35,64 @@ msgid ""
35
35
"no longer supported: see :pep:`373` and `status of Python versions <https://"
36
36
"devguide.python.org/versions>`_."
37
37
msgstr ""
38
+ "Η Python 2 έφτασε στο επίσημο τέλος ζωής της στις αρχές του 2020. Αυτό "
39
+ "σημαίνει ότι δεν θα γίνονται πλέον αναφορές σφαλμάτων, διορθώσεις ή αλλαγές "
40
+ "στην Python 2 - δεν υποστηρίζεται πλέον: δείτε :pep:`373` και την `κατάσταση "
41
+ "των εκδόσεων της Python <https://devguide.python.org/versions>`_."
38
42
39
43
#: howto/pyporting.rst:16
40
44
msgid ""
41
45
"If you are looking to port an extension module instead of pure Python code, "
42
46
"please see :ref:`cporting-howto`."
43
47
msgstr ""
48
+ "Αν επιθυμείτε να μεταφέρετε ένα module επέκτασης αντί για καθαρό κώδικα "
49
+ "Python, παρακαλούμε δείτε :ref:`cporting-howto`."
44
50
45
51
#: howto/pyporting.rst:19
46
52
msgid ""
47
53
"The archived python-porting_ mailing list may contain some useful guidance."
48
54
msgstr ""
55
+ "Η αρχειοθετημένη λίστα αλληλογραφίας python-porting_ μπορεί να περιέχει "
56
+ "χρήσιμες οδηγίες."
49
57
50
58
#: howto/pyporting.rst:21
51
59
msgid ""
52
60
"Since Python 3.13 the original porting guide was discontinued. You can find "
53
61
"the old guide in the `archive <https://docs.python.org/3.12/howto/pyporting."
54
62
"html>`_."
55
63
msgstr ""
64
+ "Από την Python 3.13 και μετά, ο αρχικός οδηγός μεταφοράς διακόπηκε. Μπορείτε "
65
+ "να βρείτε τον παλιό οδηγό στο `αρχείο <https://docs.python.org/3.12/howto/"
66
+ "pyporting.html>`_."
56
67
57
68
#: howto/pyporting.rst:27
58
69
msgid "Third-party guides"
59
- msgstr ""
70
+ msgstr "Οδηγοί τρίτων "
60
71
61
72
#: howto/pyporting.rst:29
62
73
msgid "There are also multiple third-party guides that might be useful:"
63
- msgstr ""
74
+ msgstr "Υπάρχουν επίσης πολλοί οδηγοί τρίτων που μπορεί να είναι χρήσιμοι: "
64
75
65
76
#: howto/pyporting.rst:31
66
77
msgid "`Guide by Fedora <https://portingguide.readthedocs.io>`_"
67
- msgstr ""
78
+ msgstr "`Οδηγός από το Fedora <https://portingguide.readthedocs.io>`_ "
68
79
69
80
#: howto/pyporting.rst:32
70
81
msgid "`PyCon 2020 tutorial <https://www.youtube.com/watch?v=JgIgEjASOlk>`_"
71
- msgstr ""
82
+ msgstr "`Σεμινάριο PyCon 2020 <https://www.youtube.com/watch?v=JgIgEjASOlk>`_ "
72
83
73
84
#: howto/pyporting.rst:33
74
85
msgid ""
75
86
"`Guide by DigitalOcean <https://www.digitalocean.com/community/tutorials/how-"
76
87
"to-port-python-2-code-to-python-3>`_"
77
88
msgstr ""
89
+ "`Οδηγός από το DigitalOcean <https://www.digitalocean.com/community/"
90
+ "tutorials/how-to-port-python-2-code-to-python-3>`_"
78
91
79
92
#: howto/pyporting.rst:34
80
93
msgid ""
81
94
"`Guide by ActiveState <https://www.activestate.com/blog/how-to-migrate-"
82
95
"python-2-applications-to-python-3>`_"
83
96
msgstr ""
97
+ "`Οδηγός από το ActiveState <https://www.activestate.com/blog/how-to-migrate-"
98
+ "python-2-applications-to-python-3>`_"
0 commit comments