8000 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
Minor
  • Loading branch information
skpanagiotis committed Jun 5, 2024
commit 5a560375c5c9bd9f8293e3dd1de100d7985d7a65
4 changes: 2 additions & 2 deletions faq/programming.po
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ msgstr ""

#: faq/programming.rst:73
msgid "How can I create a stand-alone binary from a Python script?"
msgstr "Πως μπορώ να δημιουργήσω ένα stand-alone binary από ένα Python script;"
msgstr "Πως μπορώ να δημιουργήσω ένα standalone binary από ένα Python script;"

#: faq/programming.rst:75
msgid ""
Expand All @@ -176,7 +176,7 @@ msgid ""
"together with a Python binary to produce a single executable."
msgstr ""
"Δεν χρειάζεστε την δυνατότητα μεταγλώττισης κώδικα Python σε C, εάν το μόνο "
"που θέλετε είναι ένα αυτόνομο πρόγραμμα που οι χρήστες μπορούν να κατεβάσουν "
"που θέλετε είναι ένα standalone πρόγραμμα που οι χρήστες μπορούν να κατεβάσουν "
"και να εκτελέσουν χωρίς να χρειάζεται να εγκαταστήσουν πρώτα την διανομή της "
"Python. Υπάρχει μια σειρά από εργαλεία που καθορίζουν το σύνολο των modules "
"που απαιτούνται από ένα πρόγραμμα και συνδέουν αυτά τα modules μαζί με ένα "
Expand Down
Loading
0