Skip to content

Commit 7013d67

Browse files
alextzioraspre-commit-ci-lite[bot]thepetk
authored
translate howto/cporting (#609)
* translate howto/cporting * [pre-commit.ci lite] apply automatic fixes * Update howto/cporting.po Co-authored-by: Theofanis Petkos <thepetk@gmail.com> --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
1 parent 977a9ba commit 7013d67

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

howto/cporting.po

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,43 @@ msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2025-05-02 23:29+0300\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: 2025-05-09 23:07+0300\n"
13+
"Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n"
14+
"Language-Team: PyGreece <pygreece@gmail.com>\n"
1515
"Language: \n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: howto/cporting.rst:7
2121
msgid "Porting Extension Modules to Python 3"
22-
msgstr ""
22+
msgstr "Μεταφορά Extension Modules στην Python 3"
2323

2424
#: howto/cporting.rst:9
2525
msgid ""
2626
"We recommend the following resources for porting extension modules to Python "
2727
"3:"
2828
msgstr ""
29+
"Προτείνουμε τις παρακάτω πηγές για τη μεταφορά extension modules στην Python "
30+
"3:"
2931

3032
#: howto/cporting.rst:11
3133
msgid ""
3234
"The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth "
3335
"guide*, a book on moving from Python 2 to Python 3 in general, guides the "
3436
"reader through porting an extension module."
3537
msgstr ""
38+
"Το κεφάλαιο `Migrating C extensions`_ από το *Supporting Python 3: An in-"
39+
"depth guide*, ένα βιβλίο για τη μετάβαση από την Python 2 στην Python 3 "
40+
"γενικά, καθοδηγεί τον αναγνώστη στη μεταφορά ενός extension module."
3641

3742
#: howto/cporting.rst:15
3843
msgid ""
3944
"The `Porting guide`_ from the *py3c* project provides opinionated "
4045
"suggestions with supporting code."
4146
msgstr ""
47+
"Ο `Porting guide`_ από το έργο *py3c* παρέχει προτάσεις και υποστηρικτικό "
48+
"κώδικα."
4249

4350
#: howto/cporting.rst:17
4451
msgid ""
@@ -47,3 +54,7 @@ msgid ""
4754
"library then handles differences between various Python versions and "
4855
"implementations."
4956
msgstr ""
57+
"Οι βιβλιοθήκες `Cython`_ και `CFFI`_ προσφέρουν αφαιρέσεις πάνω στην C API "
58+
"της Python. Οι επεκτάσεις συνήθως πρέπει να ξαναγραφούν για να χρησιμοποιούν "
59+
"μία από αυτές, αλλά στη συνέχεια η βιβλιοθήκη χειρίζεται τις διαφορές μεταξύ "
60+
"εκδόσεων και υλοποιήσεων της Python."

0 commit comments

Comments
 (0)