@@ -9,17 +9,17 @@ msgstr ""
9
9
"Project-Id-Version :Python 3.12\n "
10
10
"Report-Msgid-Bugs-To :\n "
11
11
"POT-Creation-Date :2025-05-10 10:19+0300\n "
12
- "PO-Revision-Date :YEAR-MO-DA HO:MI+ZONE\n "
13
- "Last-Translator :FULL NAME <EMAIL@ADDRESS> \n "
14
- "Language-Team :LANGUAGE <LL@li.org >\n "
12
+ "PO-Revision-Date :2025-05-20 HO:MI+ZONE\n "
13
+ "Last-Translator :ALEXANDROS TZIORAS alextzioras23@gmail.com \n "
14
+ "Language-Team :Language-Team: PyGreece <pygreece@gmail.com >\n "
15
15
"Language :\n "
16
16
"MIME-Version :1.0\n "
17
17
"Content-Type :text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding :8bit\n "
19
19
20
20
#: library/binary.rst:5
21
21
msgid "Binary Data Services"
22
- msgstr ""
22
+ msgstr "Υπηρεσίες Δυαδικών Δεδομένων "
23
23
24
24
#: library/binary.rst:7
25
25
msgid ""
@@ -28,16 +28,25 @@ msgid ""
28
28
"specifically in relation to file formats and network protocols, are "
29
29
"described in the relevant sections."
30
30
msgstr ""
31
+ "Τα modules που περιγράφονται σε αυτό το κεφάλαιο παρέχουν βασικές λειτουργίες "
32
+ "για τη διαχείριση δυαδικών δεδομένων. Άλλες λειτουργίες σε δυαδικά δεδομένα, "
33
+ "ιδιαίτερα σε σχέση με μορφές αρχείων και δικτυακά πρωτόκολλα, περιγράφονται "
34
+ "στις αντίστοιχες ενότητες."
31
35
32
36
#: library/binary.rst:12
33
37
msgid ""
34
38
"Some libraries described under :ref:`textservices` also work with either "
35
39
"ASCII-compatible binary formats (for example, :mod:`re`) or all binary data "
36
40
"(for example, :mod:`difflib`)."
37
41
msgstr ""
42
+ "Ορισμένες βιβλιοθήκες που περιγράφονται στο :ref:`textservices` "
43
+ "λειτουργούν επίσης με δυαδικές μορφές συμβατές με ASCII (για παράδειγμα, :mod:`re`) "
44
+ "ή με όλα τα δυαδικά δεδομένα (για παράδειγμα, :mod:`difflib`)."
38
45
39
46
#: library/binary.rst:16
40
47
msgid ""
41
48
"In addition, see the documentation for Python's built-in binary data types "
42
49
"in :ref:`binaryseq`."
43
50
msgstr ""
51
+ "Επιπλέον, δείτε την τεκμηρίωση για τους ενσωματωμένους τύπους δυαδικών δεδομένων "
52
+ "της Python στο :ref:`binaryseq`."