8000 Translate howto index by alextzioras · Pull Request #600 · python/python-docs-gr · GitHub
[go: up one dir, main page]

Skip to content

Translate howto index #600

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 10 commits into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from 9 commits
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
58 changes: 31 additions & 27 deletions howto/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-17 21:03+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: 2025-04-10 15:57+0300\n"
"Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n"
"Language-Team: Language-Team: PyGreece <pygreece@gmail.com>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: howto/index.rst:3
msgid "Python HOWTOs"
msgstr ""
msgstr "Python HOWTOs"

#: howto/index.rst:5
msgid ""
Expand All @@ -28,95 +28,99 @@ msgid ""
"effort to foster documentation that's more detailed than the Python Library "
"Reference."
msgstr ""
"Τα HOWTOs της Python είναι έγγραφα που καλύπτουν ένα συγκεκριμένο θέμα σε "
"βάθος. Με πρότυπο τη συλλογή HOWTO του Linux Documentation Project, αυτή η "
"συλλογή είναι μια προσπάθεια να προωθηθεί η τεκμηρίωση που είναι πιο "
"λεπτομερής από την Αναφορά της Βιβλιοθήκης Python."

#: howto/index.rst:35
msgid "General:"
msgstr ""
msgstr "Γενικά:"

#: howto/index.rst:37
msgid ":ref:`annotations-howto`"
msgstr ""
msgstr ":ref:`annotations-howto`"

#: howto/index.rst:38
msgid ":ref:`argparse-tutorial`"
msgstr ""
msgstr ":ref:`argparse-tutorial`"

#: howto/index.rst:39
msgid ":ref:`descriptorhowto`"
msgstr ""
msgstr ":ref:`descriptorhowto`"

#: howto/index.rst:40
msgid ":ref:`enum-howto`"
msgstr ""
msgstr ":ref:`enum-howto`"

#: howto/index.rst:41
msgid ":ref:`functional-howto`"
msgstr ""
msgstr ":ref:`functional-howto`"

#: howto/index.rst:42
msgid ":ref:`ipaddress-howto`"
msgstr ""
msgstr ":ref:`ipaddress-howto`"

#: howto/index.rst:43
msgid ":ref:`logging-howto`"
msgstr ""
msgstr ":ref:`logging-howto`"

#: howto/index.rst:44
msgid ":ref:`logging-cookbook`"
msgstr ""
msgstr ":ref:`logging-cookbook`"

#: howto/index.rst:45
msgid ":ref:`regex-howto`"
msgstr ""
msgstr ":ref:`regex-howto`"

#: howto/index.rst:46
msgid ":ref:`sortinghowto`"
msgstr ""
msgstr ":ref:`sortinghowto`"

#: howto/index.rst:47
msgid ":ref:`unicode-howto`"
msgstr ""
msgstr ":ref:`unicode-howto`"

#: howto/index.rst:48
msgid ":ref:`urllib-howto`"
msgstr ""
msgstr ":ref:`urllib-howto`"

#: howto/index.rst:50
msgid "Advanced development:"
msgstr ""
msgstr "Προχωρημένη ανάπτυξη:"

#: howto/index.rst:52
msgid ":ref:`curses-howto`"
msgstr ""
msgstr ":ref:`curses-howto`"

#: howto/index.rst:53
msgid ":ref:`isolating-extensions-howto`"
msgstr ""
msgstr ":ref:`isolating-extensions-howto`"

#: howto/index.rst:54
msgid ":ref:`python_2.3_mro`"
msgstr ""
msgstr ":ref:`python_2.3_mro`"

#: howto/index.rst:55
msgid ":ref:`socket-howto`"
msgstr ""
msgstr ":ref:`socket-howto`"

#: howto/index.rst:56
msgid ":ref:`cporting-howto`"
msgstr ""
msgstr ":ref:`cporting-howto`"

#: howto/index.rst:58
msgid "Debugging and profiling:"
msgstr ""
msgstr "Αποσφαλμάτωση και σκιαγράφηση:"

#: howto/index.rst:60
msgid ":ref:`gdb`"
msgstr ""
msgstr ":ref:`gdb`"

#: howto/index.rst:61
msgid ":ref:`instrumentation`"
msgstr ""
msgstr ":ref:`instrumentation`"

#: howto/index.rst:62
msgid ":ref:`perf_profiling`"
msgstr ""
msgstr ":ref:`perf_profiling`"
4 changes: 2 additions & 2 deletions using/editors.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ msgid ""
msgstr ""
"Υπάρχουν αρκετά IDEs που υποστηρίζουν τη γλώσσα προγραμματισμού Python. "
"Αρκετοί επεξεργαστές κειμένου και IDEs παρέχουν επισήμανση σύνταξης, "
"εργαλεία αποσφαλμάτωσης και ελέγχους :pep:`8`."
"εργαλεία αποσφαλμάτωσης και ελέγχους :pep:`8`"

#: using/editors.rst:14
msgid "IDLE --- Python editor and shell"
msgstr "IDLE --- Επεξεργαστής και shell της Python"
msgstr "IDLE --- Επεξεργαστής και shell Python"

#: using/editors.rst:16
msgid ""
Expand Down
0