-
Notifications
You must be signed in to change notification settings - Fork 11
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 reference toplevel components #578
base: 3.12
Are you sure you want to change the base?
Translate reference toplevel components #578
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.
Μια χαρά, κάτι μικρές διορθώσεις χρειάζονται, και μην ξεχάσεις να βάλεις και τα στοιχεία σου στα metadata.
@@ -27,10 +27,14 @@ msgid "" | |||
"interactively, from a module source file, etc. This chapter gives the " | |||
"syntax used in these cases." | |||
msgstr "" | |||
"Ο διερμηνέας της Python μπορεί να λαμβάνει την είσοδό του από διάφορες πηγές: από ένα " | |||
"script που του περνάτε ως τυπική είσοδος ή ως όρισμα προγράμματος, που πληκτρολογήθηκε " | |||
"διαδραστικά, από ενα module αρχείο προέλευσης, κλπ. Αυτό το κεφάλαιο δίνει τη " |
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.
"διαδραστικά, από ενα module αρχείο προέλευσης, κλπ. Αυτό το κεφάλαιο δίνει τη " | |
"διαδραστικά, από ένα module αρχείο προέλευσης, κλπ. Αυτό το κεφάλαιο δίνει τη " |
|
||
#: 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` χρησιμοποιείται για την εισαγωγή έκφρασης. Αγνοεί τα αρχικά κενό. " | ||
" Το όρισμα συμβολοσειράς σε :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.rst:39 | ||
msgid "interactive mode" | ||
msgstr "" | ||
msgstr "διαδραστική λειτουργία | ||
" |
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:39 | ||
msgid "interactive mode" | ||
msgstr "" | ||
msgstr "διαδραστική λειτουργία |
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 "διαδραστική λειτουργία | |
msgstr "διαδραστική λειτουργία" |
|
||
#: reference/toplevel_components.rst:49 | ||
msgid "command line" | ||
msgstr "" | ||
msgstr "γραμμή εντολών | ||
" |
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:49 | ||
msgid "command line" | ||
msgstr "" | ||
msgstr "γραμμή εντολών |
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 "γραμμή εντολών | |
msgstr "γραμμή εντολών" |
Ποιο issue κλείνει το συγκεκριμένο PR;
Closes #514
Περιγραφή του PR