Translate file howto/pyporting.po (#568) · python/python-docs-el@793d3ff

@@ -9,24 +9,24 @@ msgstr ""

99

"Project-Id-Version: Python 3.12\n"

1010

"Report-Msgid-Bugs-To: \n"

1111

"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"

1515

"MIME-Version: 1.0\n"

1616

"Content-Type: text/plain; charset=UTF-8\n"

1717

"Content-Transfer-Encoding: 8bit\n"

18181919

#: howto/pyporting.rst:7

2020

msgid "How to port Python 2 Code to Python 3"

21-

msgstr ""

21+

msgstr "Πώς να μετατρέψετε τον κώδικα από Python 2 σε Python 3"

22222323

#: howto/pyporting.rst:0

2424

msgid "author"

25-

msgstr ""

25+

msgstr "συγγραφέας"

26262727

#: howto/pyporting.rst:9

2828

msgid "Brett Cannon"

29-

msgstr ""

29+

msgstr "Brett Cannon"

30303131

#: howto/pyporting.rst:11

3232

msgid ""

@@ -35,49 +35,64 @@ msgid ""

3535

"no longer supported: see :pep:`373` and `status of Python versions <https://"

3636

"devguide.python.org/versions>`_."

3737

msgstr ""

38+

"Η Python 2 έφτασε στο επίσημο τέλος ζωής της στις αρχές του 2020. Αυτό "

39+

"σημαίνει ότι δεν θα γίνονται πλέον αναφορές σφαλμάτων, διορθώσεις ή αλλαγές "

40+

"στην Python 2 - δεν υποστηρίζεται πλέον: δείτε :pep:`373` και την `κατάσταση "

41+

"των εκδόσεων της Python <https://devguide.python.org/versions>`_."

38423943

#: howto/pyporting.rst:16

4044

msgid ""

4145

"If you are looking to port an extension module instead of pure Python code, "

4246

"please see :ref:`cporting-howto`."

4347

msgstr ""

48+

"Αν επιθυμείτε να μεταφέρετε ένα module επέκτασης αντί για καθαρό κώδικα "

49+

"Python, παρακαλούμε δείτε :ref:`cporting-howto`."

44504551

#: howto/pyporting.rst:19

4652

msgid ""

4753

"The archived python-porting_ mailing list may contain some useful guidance."

4854

msgstr ""

55+

"Η αρχειοθετημένη λίστα αλληλογραφίας python-porting_ μπορεί να περιέχει "

56+

"χρήσιμες οδηγίες."

49575058

#: howto/pyporting.rst:21

5159

msgid ""

5260

"Since Python 3.13 the original porting guide was discontinued. You can find "

5361

"the old guide in the `archive <https://docs.python.org/3.12/howto/pyporting."

5462

"html>`_."

5563

msgstr ""

64+

"Από την Python 3.13 και μετά, ο αρχικός οδηγός μεταφοράς διακόπηκε. Μπορείτε "

65+

"να βρείτε τον παλιό οδηγό στο `αρχείο <https://docs.python.org/3.12/howto/"

66+

"pyporting.html>`_."

56675768

#: howto/pyporting.rst:27

5869

msgid "Third-party guides"

59-

msgstr ""

70+

msgstr "Οδηγοί τρίτων"

60716172

#: howto/pyporting.rst:29

6273

msgid "There are also multiple third-party guides that might be useful:"

63-

msgstr ""

74+

msgstr "Υπάρχουν επίσης πολλοί οδηγοί τρίτων που μπορεί να είναι χρήσιμοι:"

64756576

#: howto/pyporting.rst:31

6677

msgid "`Guide by Fedora <https://portingguide.readthedocs.io>`_"

67-

msgstr ""

78+

msgstr "`Οδηγός από το Fedora <https://portingguide.readthedocs.io>`_"

68796980

#: howto/pyporting.rst:32

7081

msgid "`PyCon 2020 tutorial <https://www.youtube.com/watch?v=JgIgEjASOlk>`_"

71-

msgstr ""

82+

msgstr "`Σεμινάριο PyCon 2020 <https://www.youtube.com/watch?v=JgIgEjASOlk>`_"

72837384

#: howto/pyporting.rst:33

7485

msgid ""

7586

"`Guide by DigitalOcean <https://www.digitalocean.com/community/tutorials/how-"

7687

"to-port-python-2-code-to-python-3>`_"

7788

msgstr ""

89+

"`Οδηγός από το DigitalOcean <https://www.digitalocean.com/community/"

90+

"tutorials/how-to-port-python-2-code-to-python-3>`_"

78917992

#: howto/pyporting.rst:34

8093

msgid ""

8194

"`Guide by ActiveState <https://www.activestate.com/blog/how-to-migrate-"

8295

"python-2-applications-to-python-3>`_"

8396

msgstr ""

97+

"`Οδηγός από το ActiveState <https://www.activestate.com/blog/how-to-migrate-"

98+

"python-2-applications-to-python-3>`_"