forked from python/python-docs-el
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.po
More file actions
40 lines (37 loc) · 1.78 KB
/
Copy pathtext.po
File metadata and controls
40 lines (37 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
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: 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 "Υπηρεσίες Επεξεργασίας Κειμένου"
#: 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`."