Skip to content

Translate file library/annotationlib.po#1146

Open
vadal wants to merge 6 commits into
python:3.14from
vadal:translate-library-annotationlib
Open

Translate file library/annotationlib.po#1146
vadal wants to merge 6 commits into
python:3.14from
vadal:translate-library-annotationlib

Conversation

@vadal
Copy link
Copy Markdown
Contributor

@vadal vadal commented Jun 6, 2026

Ποιο issue κλείνει το συγκεκριμένο PR;

Closes #738

Περιγραφή του PR

Adds greek translation for library/annotationlib.po file

Copy link
Copy Markdown
Collaborator

@skpanagiotis skpanagiotis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work and difficult text. I suggest to have επισήμανση (annotation) the translation and the english word in parenthesis

Comment thread library/annotationlib.po
#: library/annotationlib.rst:2
msgid ":mod:`!annotationlib` --- Functionality for introspecting annotations"
msgstr ""
":mod:`!annotationlib` --- Λειτουργικότητα για την ενδοσκόπηση των annotations"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
":mod:`!annotationlib` --- Λειτουργικότητα για την ενδοσκόπηση των annotations"
":mod:`!annotationlib` --- Λειτουργικότητα για την ενδοσκόπηση των επισημάνσεων (annotations)"

Comment thread library/annotationlib.po
"to retrieve annotations in a reliable way, even in the presence of forward "
"references and other edge cases."
msgstr ""
"Τα annotations :ref:`αξιολογούνται νωχελικά <lazy-evaluation>` και συχνά "
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Τα annotations :ref:`αξιολογούνται νωχελικά <lazy-evaluation>` και συχνά "
"Οι επισημάνσεις (annotations) :ref:`αξιολογούνται νωχελικά <lazy-evaluation>` και συχνά "

Comment thread library/annotationlib.po
msgstr ""
"Τα annotations :ref:`αξιολογούνται νωχελικά <lazy-evaluation>` και συχνά "
"περιέχουν αναφορές προς τα εμπρός σε αντικείμενα που δεν έχουν ακόμη οριστεί "
"όταν δημιουργείται το annotation. Αυτό το module παρέχει ένα σύνολο "
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"όταν δημιουργείται το annotation. Αυτό το module παρέχει ένα σύνολο "
"όταν δημιουργείται η επισήμανση (annotation). Αυτό το module παρέχει ένα σύνολο "

Comment thread library/annotationlib.po
"περιέχουν αναφορές προς τα εμπρός σε αντικείμενα που δεν έχουν ακόμη οριστεί "
"όταν δημιουργείται το annotation. Αυτό το module παρέχει ένα σύνολο "
"εργαλείων χαμηλού επιπέδου, που μπορούν να χρησιμοποιηθούν για την αξιόπιστη "
"ανάκτηση των annotations, ακόμη και στην παρουσία αναφορών προς τα εμπρός "
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ανάκτηση των annotations, ακόμη και στην παρουσία αναφορών προς τα εμπρός "
"ανάκτηση των επισημάνσεων (annotations), ακόμη και στην παρουσία αναφορών προς τα εμπρός "

Comment thread library/annotationlib.po
"This module supports retrieving annotations in three main formats (see :"
"class:`Format`), each of which works best for different use cases:"
msgstr ""
"Αυτό το module υποστηρίζει την ανάκτηση των annotations σε τρεις κύριες "
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Αυτό το module υποστηρίζει την ανάκτηση των annotations σε τρεις κύριες "
"Αυτό το module υποστηρίζει την ανάκτηση των επισημάνσεων (annotations) σε τρεις κύριες "

Comment thread library/annotationlib.po
msgstr ""
"Μετατρέπει ένα annotations λεξικό που περιέχει τιμές χρόνου εκτέλεσης, σε "
"ένα λεξικό που περιέχει μόνο συμβολοσειρές. Αν οι τιμές δεν είναι ήδη "
"συμβολοσειρές, μετατρέπονται χρησιμοποιώντας τη :func:`type_repr`. Αυτή "
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"συμβολοσειρές, μετατρέπονται χρησιμοποιώντας τη :func:`type_repr`. Αυτή "
"συμβολοσειρές, μετατρέπονται χρησιμοποιώντας τη :func:`type_repr`. Αυτό "

Comment thread library/annotationlib.po
"Μετατρέπει ένα annotations λεξικό που περιέχει τιμές χρόνου εκτέλεσης, σε "
"ένα λεξικό που περιέχει μόνο συμβολοσειρές. Αν οι τιμές δεν είναι ήδη "
"συμβολοσειρές, μετατρέπονται χρησιμοποιώντας τη :func:`type_repr`. Αυτή "
"προορίζεται ως βοηθητική λειτουργία για συναρτήσεις σχολιασμού, που "
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"προορίζεται ως βοηθητική λειτουργία για συναρτήσεις σχολιασμού, που "
"προορίζεται ως βοηθητικό εργαλείο για συναρτήσεις annotate, που "

Comment thread library/annotationlib.po
"member of the :class:`Format` enum, and return the annotations dictionary "
"produced by the function."
msgstr ""
"Καλεί τη :term:`συνάρτηση σχολιασμού <annotate function>` *annotate* με το "
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Καλεί τη :term:`συνάρτηση σχολιασμού <annotate function>` *annotate* με το "
"Καλεί τη :term:`συνάρτηση annotate <annotate function>` *annotate* με το "

Comment thread library/annotationlib.po
msgstr ""
"Καλεί τη :term:`συνάρτηση σχολιασμού <annotate function>` *annotate* με το "
"δοθέν *format*, ένα μέλος του enum :class:`Format`, και επιστρέφει το λεξικό "
"των annotations που παράγεται από τη συνάρτηση."
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"των annotations που παράγεται από τη συνάρτηση."
"των επισημάνσεων (annotations) που παράγεται από τη συνάρτηση."

Comment thread library/annotationlib.po
"when implementing functionality that needs to partially evaluate annotations "
"while a class is being constructed."
msgstr ""
"Αυτή η βοηθητική συνάρτηση απαιτείται, επειδή οι συναρτήσεις σχολιασμού που "
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pause

Copy link
Copy Markdown
Collaborator

@skpanagiotis skpanagiotis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work and difficult text. I suggest to have επισήμανση (annotation) the translation and the english word in parenthesis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[3.14] Translate library/annotationlib.po

2 participants