Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Translate tutorial/inputoutput#554

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
skpanagiotis merged 19 commits intopython:mainfromskpanagiotis:tutorial-inputoutput
Oct 9, 2024
Merged
Changes from1 commit
Commits
Show all changes
19 commits
Select commitHold shift + click to select a range
e0c91d3
Add (WIP) translation for tutorial/inputoutput file
skpanagiotisSep 19, 2024
7b68ed6
Merge branch 'main' into tutorial-inputoutput
skpanagiotisSep 20, 2024
a25829a
Translate and fixes in tutorial/inputoutput
skpanagiotisSep 20, 2024
8319679
Update tutorial/inputoutput.po
skpanagiotisSep 20, 2024
37cb8d1
Update tutorial/inputoutput.po
skpanagiotisSep 20, 2024
e76ca85
Update tutorial/inputoutput.po
skpanagiotisSep 20, 2024
a0a23c7
Update tutorial/inputoutput.po
skpanagiotisSep 20, 2024
50501fb
Update tutorial/inputoutput.po
skpanagiotisSep 20, 2024
2d38ecd
Update tutorial/inputoutput.po
skpanagiotisSep 20, 2024
0aacc97
Update tutorial/inputoutput.po
skpanagiotisSep 20, 2024
7aa3a62
Update tutorial/inputoutput.po
skpanagiotisSep 20, 2024
4c8237e
Update tutorial/inputoutput.po
skpanagiotisSep 20, 2024
62898e4
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot]Sep 20, 2024
15d902f
Fix in translation
skpanagiotisSep 20, 2024
12abe8f
Minor change for word προσδιοριστής
skpanagiotisSep 25, 2024
991d56d
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot]Sep 25, 2024
1b4ca5b
Update main.txt
skpanagiotisSep 30, 2024
9ba4deb
Merge master into tutorial-inputoutput
skpanagiotisOct 9, 2024
9f43f6a
Add words in main.txt
skpanagiotisOct 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
PrevPrevious commit
NextNext commit
[pre-commit.ci lite] apply automatic fixes
  • Loading branch information
@pre-commit-ci-lite
pre-commit-ci-lite[bot] authoredSep 20, 2024
commit62898e4996248651a2a4dae0fa53fd396ddaf66b
26 changes: 13 additions & 13 deletionstutorial/inputoutput.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -240,8 +240,8 @@ msgid ""
"If keyword arguments are used in the :meth:`str.format` method, their values "
"are referred to by using the name of the argument. ::"
msgstr ""
"Εάν χρησιμοποιούνται keyword ορίσματα στη μέθοδο :meth:`str.format`, "
"οιτιμές τους αναφέρονται χρησιμοποιώντας το όνομα του ορίσματος. ::"
"Εάν χρησιμοποιούνται keyword ορίσματα στη μέθοδο :meth:`str.format`,οι"
"τιμές τους αναφέρονται χρησιμοποιώντας το όνομα του ορίσματος. ::"

#: tutorial/inputoutput.rst:176
msgid "Positional and keyword arguments can be arbitrarily combined::"
Expand DownExpand Up@@ -273,9 +273,9 @@ msgid ""
"This is particularly useful in combination with the built-in function :func:"
"`vars`, which returns a dictionary containing all local variables."
msgstr ""
"Αυτό είναι ιδιαίτερα χρήσιμο σε συνδυασμό με την ενσωματωμένη (built-in)συνάρτηση :"
"func:`vars`, η οποία επιστρέφει ένα λεξικό που περιέχει όλες τις τοπικές "
"μεταβλητές."
"Αυτό είναι ιδιαίτερα χρήσιμο σε συνδυασμό με την ενσωματωμένη (built-in) "
"συνάρτηση :func:`vars`, η οποία επιστρέφει ένα λεξικό που περιέχει όλες τις "
"τοπικέςμεταβλητές."

#: tutorial/inputoutput.rst:202
msgid ""
Expand DownExpand Up@@ -452,9 +452,9 @@ msgid ""
msgstr ""
"Είναι καλή πρακτική να χρησιμοποιείτε το keyword :keyword:`with` όταν "
"ασχολούμαστε με αντικείμενα αρχείου. Το πλεονέκτημα είναι ότι το αρχείο "
"κλείνει σωστά μετά την ολοκλήρωση της εκτέλεσής του, ακόμα κι αν κάποιαστιγμή"
"προκύψει εξαίρεση. Χρησιμοποιώντας το :keyword:`!with` είναι επίσης πολύ "
"πιο σύντομο από την σύνταξη ισοδύναμου :keyword:`try`\\ -\\ :keyword:"
"κλείνει σωστά μετά την ολοκλήρωση της εκτέλεσής του, ακόμα κι αν κάποια "
"στιγμήπροκύψει εξαίρεση. Χρησιμοποιώντας το :keyword:`!with` είναι επίσης "
"πολύπιο σύντομο από την σύνταξη ισοδύναμου :keyword:`try`\\ -\\ :keyword:"
"`finally` blocks::"

#: tutorial/inputoutput.rst:344
Expand All@@ -463,18 +463,18 @@ msgid ""
"close()`` to close the file and immediately free up any system resources "
"used by it."
msgstr ""
"Εάν δεν χρησιμοποιείτε τη keyword :keyword:`with`, τότε θα πρέπει να "
"καλείτετη ``f.close()`` για να κλείσετε το αρχείο και να ελευθερώσετε "
"αμέσως τυχόνπόρους συστήματος που χρησιμοποιούνται από αυτό."
"Εάν δεν χρησιμοποιείτε τη keyword :keyword:`with`, τότε θα πρέπει νακαλείτε"
"τη ``f.close()`` για να κλείσετε το αρχείο και να ελευθερώσετε αμέσως τυχόν "
"πόρους συστήματος που χρησιμοποιούνται από αυτό."

#: tutorial/inputoutput.rst:349
msgid ""
"Calling ``f.write()`` without using the :keyword:`!with` keyword or calling "
"``f.close()`` **might** result in the arguments of ``f.write()`` not being "
"completely written to the disk, even if the program exits successfully."
msgstr ""
"Η κλήση του ``f.write()`` χωρίς τη χρήση της keyword :keyword:`!with` "
"ή ηκλήση του ``f.close()`` **μπορεί** να οδηγήσει στα ορίσματα του ``f."
"Η κλήση του ``f.write()`` χωρίς τη χρήση της keyword :keyword:`!with`ή η"
"κλήση του ``f.close()`` **μπορεί** να οδηγήσει στα ορίσματα του ``f."
"write()`` να μην εγγραφεί πλήρως στο δίσκο, ακόμα και αν το πρόγραμμα "
"εξέλθει με επιτυχία."

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp