-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -18,7 +18,7 @@ msgstr "" | |||||
|
|
||||||
| #: reference/toplevel_components.rst:6 | ||||||
| msgid "Top-level components" | ||||||
| msgstr "" | ||||||
| msgstr "Top-level στοιχεία" | ||||||
|
|
||||||
| #: reference/toplevel_components.rst:10 | ||||||
| msgid "" | ||||||
|
|
@@ -27,10 +27,14 @@ msgid "" | |||||
| "interactively, from a module source file, etc. This chapter gives the " | ||||||
| "syntax used in these cases." | ||||||
| msgstr "" | ||||||
| "Ο διερμηνευτής της Python μπορεί να λαμβάνει την είσοδό του από διάφορες πηγές: απο ενα " | ||||||
|
||||||
| "Ο διερμηνευτής της Python μπορεί να λαμβάνει την είσοδό του από διάφορες πηγές: απο ενα " | |
| "Ο διερμηνέας της Python μπορεί να λαμβάνει την είσοδό του από διάφορες πηγές: από ένα " |
Outdated
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 που του περνάτε ως τυπική είσοδος ή ως όρισμα προγράμματος, που πληκτρολογήθηκε " |
Outdated
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 είναι διαθέσιμα, αλλά κανένα δεν έχει " |
Outdated
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: " |
Outdated
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*, ως ένα αρχείο που μεταβιβάζεται ως πρώτο " |
Outdated
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) πρέπει να ακολουθείται από μια κενή γραμμή " |
Outdated
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υτό είναι απαραίτητο για να βοηθήσει τον αναλυτή να εντοπίσει το τέλος της " | |
| "σε διαδραστική λειτουργία· αυτό είναι απαραίτητο για να βοηθήσει τον αναλυτή να εντοπίσει το τέλος της " |
Outdated
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` χρησιμοποιείται για την εισαγωγή έκφρασης. Αγνοεί τα αρχικά κενό. " |
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.