10000 Translate file faq/programming.po by skpanagiotis · Pull Request #515 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Translate file faq/programming.po #515

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 20 commits into from
Jun 17, 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 faq/programming.po
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
  • Loading branch information
skpanagiotis and thepetk authored May 28, 2024
commit 72d3a41006035b09b527b3442ba9c83163a97c73
2 changes: 1 addition & 1 deletion faq/programming.po
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ msgid ""
msgstr ""
"Αυτή η δυνατότητα μπορεί να είναι χρήσιμη. Όταν έχετε μια συνάρτηση που "
"είναι χρονοβόρα για τον υπολογισμό, μια κοινή τεχνική είναι να αποθηκεύσετε "
"προσωρινά τις παραμέτρους και την προκύπτουσα τιμή κάθε κλήσης στη συνάρτηση "
"προσωρινά τις παραμέτρους και την επιστρεφόμενη τιμή κάθε κλήσης στη συνάρτηση "
"και να επιστρέφετε την προσωρινά αποθηκευμένη τιμή εάν ζητηθεί ξανά η ίδια "
"τιμή. Αυτό ονομάζεται \"memoizing\", και μπορεί να εφαρμοστεί ως εξής:"

Expand Down
Loading
0