8000 Translate file tutorial/interactive.po by skpanagiotis · Pull Request #517 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Translate file tutorial/interactive.po #517

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

Merged
merged 17 commits into from
Jun 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tutorial/interactive.po
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
  • Loading branch information
skpanagiotis and thepetk authored May 31, 2024
commit e9bf57407fabad34a75d5cf26b35a2d532b9bd94
2 changes: 1 addition & 1 deletion tutorial/interactive.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ msgid ""
msgstr ""
"Η ολοκλήρωση των ονομάτων των μεταβλητών και των module είναι :ref:"
"`ενεργοποιείται αυτόματα <rlcompleter-config>` κατά την εκκίνηση του "
"interprete, έτσι ώστε το κλειδί :kbd:`Tab` να καλεί τη συνάρτηση "
"interpreter, έτσι ώστε το κλειδί :kbd:`Tab` να καλεί τη συνάρτηση "
"ολοκλήρωσης' να κοιτάζει τα ονόματα δηλώσεων της Python, τις τρέχουσες local "
"μεταβλητές, και τα διαθέσιμα ονόματα του module. Για dotted εκφράσεις, όπως "
"``string.a``, θα αξιολογήσει την έκφραση μέχρι το τελικό ``'.'`` και στη "
Expand Down
0