forked from python/python-docs-el
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcporting.po
More file actions
60 lines (55 loc) · 2.53 KB
/
cporting.po
File metadata and controls
60 lines (55 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-02 23:29+0300\n"
"PO-Revision-Date: 2025-05-09 23:07+0300\n"
"Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n"
"Language-Team: PyGreece <pygreece@gmail.com>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: howto/cporting.rst:7
msgid "Porting Extension Modules to Python 3"
msgstr "Μεταφορά Extension Modules στην Python 3"
#: howto/cporting.rst:9
msgid ""
"We recommend the following resources for porting extension modules to Python "
"3:"
msgstr ""
"Προτείνουμε τις παρακάτω πηγές για τη μεταφορά extension modules στην Python "
"3:"
#: howto/cporting.rst:11
msgid ""
"The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth "
"guide*, a book on moving from Python 2 to Python 3 in general, guides the "
"reader through porting an extension module."
msgstr ""
"Το κεφάλαιο `Migrating C extensions`_ από το *Supporting Python 3: An in-"
"depth guide*, ένα βιβλίο για τη μετάβαση από την Python 2 στην Python 3 "
"γενικά, καθοδηγεί τον αναγνώστη στη μεταφορά ενός extension module."
#: howto/cporting.rst:15
msgid ""
"The `Porting guide`_ from the *py3c* project provides opinionated "
"suggestions with supporting code."
msgstr ""
"Ο `Porting guide`_ από το έργο *py3c* παρέχει προτάσεις και υποστηρικτικό "
"κώδικα."
#: howto/cporting.rst:17
msgid ""
"The `Cython`_ and `CFFI`_ libraries offer abstractions over Python's C API. "
"Extensions generally need to be re-written to use one of them, but the "
"library then handles differences between various Python versions and "
"implementations."
msgstr ""
"Οι βιβλιοθήκες `Cython`_ και `CFFI`_ προσφέρουν αφαιρέσεις πάνω στην C API "
"της Python. Οι επεκτάσεις συνήθως πρέπει να ξαναγραφούν για να χρησιμοποιούν "
"μία από αυτές, αλλά στη συνέχεια η βιβλιοθήκη χειρίζεται τις διαφορές μεταξύ "
"εκδόσεων και υλοποιήσεων της Python."