-
-
Notifications
You must be signed in to change notification settings - Fork 16
translate-extending-index #1089
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
alextzioras
wants to merge
4
commits into
python:3.14
Choose a base branch
from
alextzioras:translate-extending-index
base: 3.14
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,17 @@ msgstr "" | |
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-05-10 10:19+0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||
"PO-Revision-Date: 2025-05-21 21:30+0300\n" | ||
"Last-Translator: ALEXANDROS TZIORAS [email protected]\n" | ||
"Language-Team: Language-Team: PyGreece <organizers@pygreece.org>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: extending/index.rst:5 | ||
msgid "Extending and Embedding the Python Interpreter" | ||
msgstr "" | ||
msgstr "Επέκταση και Ενσωμάτωση του Διερμηνευτή της Python" | ||
|
||
#: extending/index.rst:7 | ||
msgid "" | ||
|
@@ -31,6 +31,15 @@ msgid "" | |
"extension modules so that they can be loaded dynamically (at run time) into " | ||
"the interpreter, if the underlying operating system supports this feature." | ||
msgstr "" | ||
"Αυτό το έγγραφο περιγράφει πώς να γράφετε modules σε C ή C++ για να " | ||
"επεκτείνετε τον διερμηνευτή της Python με νέα modules. Αυτά τα modules δεν " | ||
"μπορούν μόνο να ορίσουν νέες συναρτήσεις αλλά και νέους τύπους αντικειμένων " | ||
"και τις μεθόδους τους. Το έγγραφο επίσης περιγράφει πώς να ενσωματώσετε τον " | ||
"διερμηνευτή της Python σε μια άλλη εφαρμογή, ώστε να χρησιμοποιείται ως " | ||
"γλώσσα επέκτασης. Τέλος, δείχνει πώς να μεταγλωττίζετε και να συνδέετε τα " | ||
"modules επέκτασης ώστε να μπορούν να φορτώνονται δυναμικά (κατά την " | ||
"εκτέλεση) στον διερμηνευτή, εφόσον το υποκείμενο λειτουργικό σύστημα " | ||
"υποστηρίζει αυτήν τη λειτουργία." | ||
|
||
#: extending/index.rst:15 | ||
msgid "" | ||
|
@@ -40,16 +49,24 @@ msgid "" | |
"documents the existing object types, functions and modules (both built-in " | ||
"and written in Python) that give the language its wide application range." | ||
msgstr "" | ||
"Αυτό το έγγραφο προϋποθέτει βασικές γνώσεις Python. Για μια ανεπίσημη " | ||
"εισαγωγή στη γλώσσα, δείτε το :ref:`tutorial-index`. Το :ref:`reference-" | ||
"index` παρέχει έναν πιο επίσημο ορισμό της γλώσσας. Το :ref:`library-index` " | ||
"τεκμηριώνει τους υπάρχοντες τύπους αντικειμένων, τις συναρτήσεις και τα " | ||
"modules (ενσωματωμένα και γραμμένα σε Python και τα δύο) που προσφέρουν στη " | ||
"γλώσσα το ευρύ πεδίο εφαρμογών της." | ||
|
||
#: extending/index.rst:21 | ||
msgid "" | ||
"For a detailed description of the whole Python/C API, see the separate :ref:" | ||
"`c-api-index`." | ||
msgstr "" | ||
"Για μια λεπτομερή περιγραφή ολόκληρου του Python/C API, δείτε το ξεχωριστό :" | ||
"ref:`c-api-index`." | ||
|
||
#: extending/index.rst:26 | ||
msgid "Recommended third party tools" | ||
msgstr "" | ||
msgstr "Προτεινόμενα εργαλεία τρίτων" | ||
|
||
#: extending/index.rst:28 | ||
msgid "" | ||
|
@@ -59,23 +76,35 @@ msgid "" | |
"swig.org>`_ and `Numba <https://numba.pydata.org/>`_ offer both simpler and " | ||
"more sophisticated approaches to creating C and C++ extensions for Python." | ||
msgstr "" | ||
"Αυτός ο οδηγός καλύπτει μόνο τα βασικά εργαλεία για τη δημιουργία επεκτάσεων " | ||
"που παρέχονται ως μέρος αυτής της έκδοσης του CPython. Εργαλεία τρίτων όπως " | ||
"τα `Cython <https://cython.org/>`_, `cffi <https://cffi.readthedocs.io>`_, " | ||
"`SWIG <https://www.swig.org>`_ και `Numba <https://numba.pydata.org/>`_ " | ||
"προσφέρουν τόσο απλούστερες όσο και πιο εξελιγμένες προσεγγίσεις για τη " | ||
"δημιουργία επεκτάσεων σε C και C++ για την Python." | ||
|
||
#: extending/index.rst:37 | ||
msgid "" | ||
"`Python Packaging User Guide: Binary Extensions <https://packaging.python." | ||
"org/guides/packaging-binary-extensions/>`_" | ||
msgstr "" | ||
"`Οδηγός Χρήστη για Δημιουργία πακέτων Python: Δυαδικές Επεκτάσεις <https://" | ||
"packaging.python.org/guides/packaging-binary-extensions/>`_" | ||
|
||
#: extending/index.rst:38 | ||
msgid "" | ||
"The Python Packaging User Guide not only covers several available tools that " | ||
"simplify the creation of binary extensions, but also discusses the various " | ||
"reasons why creating an extension module may be desirable in the first place." | ||
msgstr "" | ||
"Ο Οδηγός Χρήστη για Δημιουργία πακέτων της Python δεν καλύπτει μόνο διάφορα " | ||
"διαθέσιμα εργαλεία που απλοποιούν τη δημιουργία δυαδικών επεκτάσεων, αλλά " | ||
"επίσης συζητά και τους διάφορους λόγους για τους οποίους μπορεί να είναι " | ||
"επιθυμητή η δημιουργία ενός module επέκτασης σε πρώτη φάση." | ||
|
||
#: extending/index.rst:45 | ||
msgid "Creating extensions without third party tools" | ||
msgstr "" | ||
msgstr "Δημιουργία επεκτάσεων χωρίς εργαλεία τρίτων" | ||
|
||
#: extending/index.rst:47 | ||
msgid "" | ||
|
@@ -84,10 +113,14 @@ msgid "" | |
"those tools, rather than being a recommended way to create your own C " | ||
"extensions." | ||
msgstr "" | ||
"Αυτό το μέρος του οδηγού καλύπτει τη δημιουργία επεκτάσεων σε C και C++ " | ||
"χωρίς τη βοήθεια εργαλείων τρίτων. Απευθύνεται κυρίως σε δημιουργούς αυτών " | ||
"των εργαλείων, παρά ως προτεινόμενη μέθοδος για τη δημιουργία δικών σας " | ||
"επεκτάσεων σε C." | ||
|
||
#: extending/index.rst:63 | ||
msgid "Embedding the CPython runtime in a larger application" | ||
msgstr "" | ||
msgstr "Ενσωμάτωση του χρόνου εκτέλεσης της CPython σε μεγαλύτερη εφαρμογή" | ||
|
||
#: extending/index.rst:65 | ||
msgid "" | ||
|
@@ -96,3 +129,7 @@ msgid "" | |
"CPython runtime inside a larger application. This section covers some of the " | ||
"details involved in doing that successfully." | ||
msgstr "" | ||
"Μερικές φορές, αντί να δημιουργήσουμε μια επέκταση που εκτελείται μέσα στον " | ||
"διερμηνευτή της Python ως κύρια εφαρμογή, είναι προτιμότερο να ενσωματώσουμε " | ||
"τον χρόνο εκτέλεσης της CPython σε μια μεγαλύτερη εφαρμογή. Αυτή η ενότητα " | ||
"καλύπτει μερικές λεπτομέρειες για το πώς να το κάνετε αυτό με επιτυχία." |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.