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

Skip to content

Translate tutorial-venv.po file #520

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 14, 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/venv.po
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
  • Loading branch information
skpanagiotis and lysnikolaou authored Jun 13, 2024
commit d392b8159947552f401ebccb17be0fd47e5d8506
2 changes: 1 addition & 1 deletion tutorial/venv.po
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ msgid ""
"whichever version you want."
msgstr ""
"Το module που χρησιμοποιείται για τη δημιουργία και τη διαχείριση εικονικών "
"περιβάλλοντων ονομάζεται :mod:`venv`. Το :mod:`venv` θα εγκαταστήσει "
"περιβαλλόντων ονομάζεται :mod:`venv`. Το :mod:`venv` θα εγκαταστήσει "
"συνήθως την πιο πρόσφατη έκδοση της Python που έχετε διαθέσιμη. Εάν έχετε "
"πολλές εκδόσεις της Python στο σύστημά σας, μπορείτε να επιλέξετε μια "
"συγκεκριμένη έκδοση Python εκτελώντας το ``python3`` ή όποια έκδοση θέλετε."
Expand Down
0