8000 Regenerate all po files to bring up-to-date with cpython 3.12 by lysnikolaou · Pull Request #589 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Regenerate all po files to bring up-to-date with cpython 3.12 #589

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 12 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
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
Docs build fixes
  • Loading branch information
skpanagiotis committed Feb 20, 2025
commit bd1b174da221cacf4cbca845aa86630e9fd24cf5
2 changes: 1 addition & 1 deletion glossary.po
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,7 @@ msgid ""
msgstr ""
"Τα πακέτα χώρου ονομάτων επιτρέπουν σε πολλά πακέτα με δυνατότητα "
"εγκατάστασης μεμονωμένα να έχουν ένα κοινό γονικό πακέτο. Διαφορετικά, "
"συνίσταται η χρήση ενός :term:`κανονικού πακέτου`."
"συνίσταται η χρήση ενός :term:`regular package`."

#: glossary.rst:884
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/collections.abc.po
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ msgid ""
"See :ref:`annotating-callables` for details on how to use :class:`!Callable` "
"in type annotations."
msgstr ""
"Ανατρέξτε στο :ref:`annotating-calables` για λεπτομέρειες σχετικά με τον "
"Ανατρέξτε στο :ref:`annotating-callables` για λεπτομέρειες σχετικά με τον "
"τρόπο χρήσης του :class:`!Callable` σε τύπους annotations."

#: library/collections.abc.rst:225
Expand Down
3 changes: 1 addition & 2 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -5803,8 +5803,7 @@ msgstr ""
"από μια ακολουθία πολλών byte ως μεμονωμένο οριοθέτη. Ο διαχωρισμός μιας "
"κενής ακολουθίας με ένα καθορισμένο διαχωριστικό επιστρέφει το ``[b'']`` ή "
"το ``[bytearray(b'')]`` ανάλογα με τον τύπο του αντικειμένου που χωρίζεται. "
"Το όρισμα *sep* μπορεί να είναι οποιοδήποτε :term:`object που μοιάζει με "
"bytes`."
"Το όρισμα *sep* μπορεί να είναι οποιοδήποτε :term:`bytes-like object`."

#: library/stdtypes.rst:3160
msgid ""
Expand Down
0