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

Skip to content

Translate file faq/windows.po #516

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 8 commits into from
Jun 1, 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
Translate rst 267 in faq/windows.po
  • Loading branch information
skpanagiotis committed May 29, 2024
commit c34110bd6973b3d532ecd19a012eaa16122a23e9
10 changes: 7 additions & 3 deletions faq/windows.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-14 12:51+0000\n"
"PO-Revision-Date: 2024-05-27 22:10+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"PO-Revision-Date: 2024-05-29 23:32+0300\n"
"Last-Translator: Panagiotis Skias <panagiotis.skias@gmail.com>\n"
"Language-Team: PyGreece <pygreece@gmail.com>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -502,6 +502,10 @@ msgid ""
"spaces are causing problems in leading whitespace. You may also run the :mod:"
"`tabnanny` module to check a directory tree in batch mode."
msgstr ""
"Η Python εγείρει το :exc:`IndentationError` ή :exc:`TabError` εάν τα μικτά "
"tabs και spaces προκαλούν προβλήματα στο leading whitespace. Μπορείτε επίσης "
"να εκτελέσετε το module :mod:`tabnanny` για να ελέγξετε εάν δέντρο καταλόγου "
"σε λειτουργία batch."

#: faq/windows.rst:274
msgid "How do I check for a keypress without blocking?"
Expand Down
0