8000 Translate tutorial/errors by skpanagiotis · Pull Request #555 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Translate tutorial/errors #555

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 19 commits into from
Oct 8, 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/errors.po
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
  • Loading branch information
skpanagiotis and thepetk committed Oct 2, 2024
commit 365d7650c64c44b365f85cb8042b30cc393c62e2
2 changes: 1 addition & 1 deletion tutorial/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ msgid ""
"generated interruption is signalled by raising the :exc:`KeyboardInterrupt` "
"exception. ::"
msgstr ""
"Είναι δυνατό να γραφτούν προγράμματα που χειρίζονται επιλεγμένες εξαιρέσεις. "
"Είναι δυνατό να γραφτεί κώδικας που χειρίζεται επιλεγμένες εξαιρέσεις. "
"Κοιτάξτε το ακόλουθο παράδειγμα, το οποίο ζητά από τον χρήστη να εισάγει "
"έναν έγκυρο ακέραιο αριθμό, αλλά επιτρέπει στον χρήστη να διακόψει το "
"πρόγραμμα (χρησιμοποιώντας :kbd:`Control-C` ή ό,τι υποστηρίζει το "
Expand Down
0