-
-
Notifications
You must be signed in to change notification settings - Fork 16
Translate file reference/toplevel_components.po #562
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
Translate file reference/toplevel_components.po #562
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Μια χαρά George! 👍
Διόρθωσα κάποια μικρολαθάκια ορθογραφικά, γραμματικά και συντακτικά.
reference/toplevel_components.po
Outdated
@@ -18,7 +18,7 @@ msgstr "" | |||
|
|||
#: reference/toplevel_components.rst:6 | |||
msgid "Top-level components" | |||
msgstr "" | |||
msgstr "Top-level στοιχεία" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msgstr "Top-level στοιχεία" | |
msgstr "Top-level στοιχεία (components)" |
reference/toplevel_components.po
Outdated
@@ -27,10 +27,14 @@ msgid "" | |||
"interactively, from a module source file, etc. This chapter gives the " | |||
"syntax used in these cases." | |||
msgstr "" | |||
"Ο διερμηνευτής της Python μπορεί να λαμβάνει την είσοδό του από διάφορες πηγές: απο ενα " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Ο διερμηνευτής της Python μπορεί να λαμβάνει την είσοδό του από διάφορες πηγές: απο ενα " | |
"Ο διερμηνέας της Python μπορεί να λαμβάνει την είσοδό του από διάφορες πηγές: από ένα " |
reference/toplevel_components.po
Outdated
@@ -27,10 +27,14 @@ msgid "" | |||
"interactively, from a module source file, etc. This chapter gives the " | |||
"syntax used in these cases." | |||
msgstr "" | |||
"Ο διερμηνευτής της Python μπορεί να λαμβάνει την είσοδό του από διάφορες πηγές: απο ενα " | |||
"script που του περνάται ως τυπική είσοδος ή ως όρισμα προγράμματος, που πληκτρολογήθηκε " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"script που του περνάται ως τυπική είσοδος ή ως όρισμα προγράμματος, που πληκτρολογήθηκε " | |
"script που του περνάτε ως τυπική είσοδος ή ως όρισμα προγράμματος, που πληκτρολογήθηκε " |
reference/toplevel_components.po
Outdated
"Ενώ μια προδιαγραφή γλώσσας δεν χρειάζεται να καθορίζει πώς ο διερμηνέας " | ||
"της γλώσσας καλείται, είναι χρήσιμο να έχουμε μια ιδέα ενός πλήρους προγράμματος " | ||
"Python. Ένα πλήρες πρόγραμμα Python εκτελείται σε ένα ελάχιστα αρχικοποιημένο " | ||
"περιβάλλον: όλες τα built-in και standard modules είναι διαθέσιμα, αλλα κανενα δεν εχει " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"περιβάλλον: όλες τα built-in και standard modules είναι διαθέσιμα, αλλα κανενα δεν εχει " | |
"περιβάλλον: όλα τα built-in και standard modules είναι διαθέσιμα, αλλά κανένα δεν έχει " |
reference/toplevel_components.po
Outdated
"της γλώσσας καλείται, είναι χρήσιμο να έχουμε μια ιδέα ενός πλήρους προγράμματος " | ||
"Python. Ένα πλήρες πρόγραμμα Python εκτελείται σε ένα ελάχιστα αρχικοποιημένο " | ||
"περιβάλλον: όλες τα built-in και standard modules είναι διαθέσιμα, αλλα κανενα δεν εχει " | ||
"αεχικοποιηθεί. εκτός από το :mod:`sys` (διάφορες υπηρεσίες συστήματος), :mod: " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"αεχικοποιηθεί. εκτός από το :mod:`sys` (διάφορες υπηρεσίες συστήματος), :mod: " | |
"αρχικοποιηθεί, εκτός από το :mod:`sys` (διάφορες υπηρεσίες συστήματος), :mod: " |
reference/toplevel_components.po
Outdated
@@ -67,110 +86,122 @@ msgid "" | |||
"is a tty device, the interpreter enters interactive mode; otherwise, it " | |||
"executes the file as a complete program." | |||
msgstr "" | |||
"Ένα πλήρες πρόγραμμα μπορεί να περάσει στον διερμηνέα με τρεις μορφές: με " | |||
"την με την επιλογή γραμμής εντολών :option:`-c` *string*, ως αρχείο που μεταβιβάζεται ως πρώτο " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"την με την επιλογή γραμμής εντολών :option:`-c` *string*, ως αρχείο που μεταβιβάζεται ως πρώτο " | |
"την επιλογή γραμμής εντολών :option:`-c` *string*, ως ένα αρχείο που μεταβιβάζεται ως πρώτο " |
reference/toplevel_components.po
Outdated
|
||
#: reference/toplevel_components.rst:91 | ||
msgid "" | ||
"Note that a (top-level) compound statement must be followed by a blank line " | ||
"in interactive mode; this is needed to help the parser detect the end of the " | ||
"input." | ||
msgstr "" | ||
"Σημειώστε ότι μια σύνθετη δήλωση ανώτατου επιπέδου(top-level) πρέπει να ακολουθείται από μια κενή γραμμή " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Σημειώστε ότι μια σύνθετη δήλωση ανώτατου επιπέδου(top-level) πρέπει να ακολουθείται από μια κενή γραμμή " | |
"Σημειώστε ότι μια σύνθετη δήλωση ανώτατου επιπέδου (top-level) πρέπει να ακολουθείται από μια κενή γραμμή " |
reference/toplevel_components.po
Outdated
|
||
#: reference/toplevel_components.rst:91 | ||
msgid "" | ||
"Note that a (top-level) compound statement must be followed by a blank line " | ||
"in interactive mode; this is needed to help the parser detect the end of the " | ||
"input." | ||
msgstr "" | ||
"Σημειώστε ότι μια σύνθετη δήλωση ανώτατου επιπέδου(top-level) πρέπει να ακολουθείται από μια κενή γραμμή " | ||
"σε διαδραστική λειτουργία· aυτό είναι απαραίτητο για να βοηθήσει τον αναλυτή να εντοπίσει το τέλος της " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"σε διαδραστική λειτουργία· aυτό είναι απαραίτητο για να βοηθήσει τον αναλυτή να εντοπίσει το τέλος της " | |
"σε διαδραστική λειτουργία· αυτό είναι απαραίτητο για να βοηθήσει τον αναλυτή να εντοπίσει το τέλος της " |
reference/toplevel_components.po
Outdated
|
||
#: reference/toplevel_components.rst:103 | ||
msgid "" | ||
":func:`eval` is used for expression input. It ignores leading whitespace. " | ||
"The string argument to :func:`eval` must have the following form:" | ||
msgstr "" | ||
":func:`eval` χρησιμοποιείται για την εισαγωγή έκφρασης. Αγνοεί τα αρχικά κενό. " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
":func:`eval` χρησιμοποιείται για την εισαγωγή έκφρασης. Αγνοεί τα αρχικά κενό. " | |
"Η :func:`eval` χρησιμοποιείται για την εισαγωγή έκφρασης. Αγνοεί τα αρχικά κενό. " |
reference/toplevel_components.po
Outdated
|
||
#: reference/toplevel_components.rst:103 | ||
#Η : reference/toplevel_components.rst:103 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#Η : reference/toplevel_components.rst:103 | |
#: reference/toplevel_components.rst:103 |
Ποιο issue κλείνει το συγκεκριμένο PR;
Closes #514
Περιγραφή του PR