Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions dictionaries/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1763,8 +1763,10 @@ zoneinfo
Ειδαλλιώς
Επαναλήπτες
Επαναχρησιμοποιώντας
Επεξεργασίας
Επιστρεφόμενοι
Η
Κειμένου
Κινητής
Μετα
Μετακλάσεις
Expand Down
15 changes: 10 additions & 5 deletions library/text.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,32 @@ msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-12-04 09:48+0200\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"
"Language: \n"
"PO-Revision-Date: 2026-05-25 19:40+0300\n"
"Last-Translator: Marios Giannopoulos <mariosgian_2002@yahoo.gr>\n"
"Language-Team: PyGreece <organizers@pygreece.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: library/text.rst:6
msgid "Text Processing Services"
msgstr ""
msgstr "Υπηρεσίες Επεξεργασίας Κειμένου"

#: library/text.rst:8
msgid ""
"The modules described in this chapter provide a wide range of string "
"manipulation operations and other text processing services."
msgstr ""
"Οι ενότητες που περιγράφονται σε αυτό το κεφάλαιο παρέχουν ένα ευρύ φάσμα "
"συμβολοσειρών πράξεις χειραγώγησης και άλλες υπηρεσίες επεξεργασίας κειμένου."

#: library/text.rst:11
msgid ""
"The :mod:`codecs` module described under :ref:`binaryservices` is also "
"highly relevant to text processing. In addition, see the documentation for "
"Python's built-in string type in :ref:`textseq`."
msgstr ""
"Το module :mod:`codecs` που περιγράφεται στην ενότητα :ref:`binaryservices` "
"είναι επίσης πολύ σχετικό με την επεξεργασία κειμένου. Επιπλέον, δείτε την "
"τεκμηρίωση για τον ενσωματωμένο τύπο συμβολοσειράς της Python :ref:`textseq`."
1 change: 1 addition & 0 deletions library/trace.po
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ msgstr ""
"\n"
"# δημιούργησε ένα αντικείμενο Trace λέγοντάς του τι να αγνοήσει και\n"
"# εάν θα κάνει ιχνηλάτηση, αρίθμηση γραμμών ή και τα δύο.\n"
"\n"
"tracer = trace.Trace(\n"
" ignoredirs=[sys.prefix, sys.exec_prefix],\n"
" trace=0,\n"
Expand Down
Loading