Skip to content

Translate file faq/programming.po #515

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 20 commits into from
Jun 17, 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
Fixes in layout
  • Loading branch information
skpanagiotis committed Jun 12, 2024
commit 8fa2c068e4e49079c7d6b6b01ac6da5bf52a3dcd
15 changes: 8 additions & 7 deletions faq/programming.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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-06-05 22:20+0300\n"
"PO-Revision-Date: 2024-06-12 23:09+0300\n"
"Last-Translator: Panagiotis Skias <panagiotis.skias@gmail.com>\n"
"Language-Team: PyGreece <pygreece@gmail.com>\n"
"Language: el\n"
Expand Down Expand Up @@ -1096,8 +1096,8 @@ msgid ""
msgstr ""
"Γενικά μιλώντας, δεν θα πρέπει να είναι απαραίτητο ο κώδικας σας να "
"\"γνωρίζει τα ονόματα\" συγκεκριμένων τιμών. Αν δεν γράφετε εσκεμμένα "
"ενδοσκοπικά (introspective) προγράμματα, αυτό είναι συνήθως μια ένδειξη ότι μια αλλαγή "
"προσέγγισης μπορεί να είναι επωφελής."
"ενδοσκοπικά (introspective) προγράμματα, αυτό είναι συνήθως μια ένδειξη ότι "
"μια αλλαγή προσέγγισης μπορεί να είναι επωφελής."

#: faq/programming.rst:688
msgid ""
Expand Down Expand Up @@ -2034,7 +2034,8 @@ msgid ""
"<https://numpy.org/>`_ is the best known."
msgstr ""
"Εναλλακτικά, μπορείτε να χρησιμοποιήσετε μια επέκταση που παρέχει έναν τύπο "
"δεδομένων μήτρας (matrix)∙ Το `NumPy <https://numpy.org/>`_ είναι το πιο γνωστό."
"δεδομένων μήτρας (matrix)∙ Το `NumPy <https://numpy.org/>`_ είναι το πιο "
"γνωστό."

#: faq/programming.rst:1325
msgid "How do I apply a method or function to a sequence of objects?"
Expand Down Expand Up @@ -2896,7 +2897,7 @@ msgstr ""

#: faq/programming.rst:1949
msgid "The classes can be used like this:"
msgstr "Οι κλάσσεις μπορούν να χρησιμοποιηθούν έτσι:"
msgstr "Οι κλάσεις μπορούν να χρησιμοποιηθούν έτσι:"

#: faq/programming.rst:1966
msgid "How do I cache method calls?"
Expand Down Expand Up @@ -3183,8 +3184,8 @@ msgid ""
"and the global symbol dictionary for ``foo`` is still empty."
msgstr ""
"Το τελευταίο βήμα αποτυγχάνει, επειδή η Python δεν έχει τελειώσει ακόμα με "
"την ερμηνεία του ``foo`` και το global λεξικό συμβόλων για το ``foo`` "
"είναι ακόμα κενό."
"την ερμηνεία του ``foo`` και το global λεξικό συμβόλων για το ``foo`` είναι "
"ακόμα κενό."

#: faq/programming.rst:2144
msgid ""
Expand Down