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

Skip to content

Translate tutorial/stdlib2 #552

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 29 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cfe8837
Fixes in powrap and spelling and add words in main.txt
skpanagiotis Sep 11, 2024
6594a0b
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Sep 11, 2024
75dccbf
Merge branch 'main' into tutorial-stdlib2
thepetk Sep 20, 2024
2d01134
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Sep 20, 2024
3a10e93
Add word in main.txt
skpanagiotis Sep 22, 2024
f902dbc
Merge main into tutorial-stdlib2
skpanagiotis Oct 9, 2024
9902d75
Minor additions in main.txt
skpanagiotis Oct 9, 2024
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/stdlib2.po
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
  • Loading branch information
skpanagiotis and thepetk authored Sep 11, 2024
commit 30256f8a47d2f14d3c290482fcdfe7d203832016
2 changes: 1 addition & 1 deletion tutorial/stdlib2.po
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ msgid ""
"order::"
msgstr ""
"Το module :mod:`struct` παρέχει τις συναρτήσεις :func:`~struct.pack` και :"
"func:`~struct.unpack` για εργασία με μορφές δυαδικών εγγραφών μεταβλητού "
"func:`~struct.unpack` για εργασία με μορφές δυαδικών (binary) εγγραφών μεταβλητού "
"μήκους. Το ακόλουθο παράδειγμα δείχνει πως να κάνετε μια λούπα μέσω των "
"πληροφοριών κεφαλίδας στο ένα αρχείο ZIP χωρίς τη χρήση του module :mod:"
"`zipfile`. Οι κωδικοί πακέτου ``\"H\"`` και ``\"I\"`` αντιπροσωπεύουν "
Expand Down
Loading
0