Skip to content

Commit d6df6b2

Browse files
Merge branch '3.14' of github.com:pygreece/python-docs-gr into 3.14
2 parents 08d734d + 51b80b7 commit d6df6b2

File tree

4 files changed

+34
-12
lines changed

4 files changed

+34
-12
lines changed

dictionaries/main.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Cannon
3333
Case
3434
Category
3535
Centrum
36+
Changelog
3637
Cheese
3738
Cleese
3839
Command

library/asynchat.po

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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 17:00+0300\n"
13+
"Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n"
14+
"Language-Team: Language-Team: PyGreece <pygreece@gmail.com>\n"
1515
"Language: \n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,20 +20,26 @@ msgstr ""
2020
#: library/asynchat.rst:2
2121
msgid ":mod:`!asynchat` --- Asynchronous socket command/response handler"
2222
msgstr ""
23+
":mod:`!asynchat` --- Διαχειριστής εντολών/απαντήσεων ασύγχρονων υποδοχών"
2324

2425
#: library/asynchat.rst:10
2526
msgid ""
2627
"This module is no longer part of the Python standard library. It was :ref:"
2728
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
2829
"Python 3.6. The removal was decided in :pep:`594`."
2930
msgstr ""
31+
"Αυτό το module δεν αποτελεί πλέον μέρος της βασικής βιβλιοθήκης της Python. "
32+
"Αφαιρέθηκε στην έκδοση :ref:`Python 3.12 <whatsnew312-removed>` αφού είχε "
33+
"ήδη καταργηθεί στην Python 3.6. Η αφαίρεση αποφασίστηκε στο :pep:`594`."
3034

3135
#: library/asynchat.rst:14
3236
msgid "Applications should use the :mod:`asyncio` module instead."
33-
msgstr ""
37+
msgstr "Οι εφαρμογές θα πρέπει να χρησιμοποιούν το module :mod:`asyncio`."
3438

3539
#: library/asynchat.rst:16
3640
msgid ""
3741
"The last version of Python that provided the :mod:`!asynchat` module was "
3842
"`Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_."
3943
msgstr ""
44+
"Η τελευταία έκδοση της Python που περιλάμβανε το module :mod:`!asynchat` "
45+
"ήταν η `Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_."

library/binary.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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 17:46+0300\n"
13+
"Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n"
14+
"Language-Team: Language-Team: PyGreece <pygreece@gmail.com>\n"
1515
"Language: \n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: library/binary.rst:5
2121
msgid "Binary Data Services"
22-
msgstr ""
22+
msgstr "Υπηρεσίες Δυαδικών Δεδομένων"
2323

2424
#: library/binary.rst:7
2525
msgid ""
@@ -28,16 +28,25 @@ msgid ""
2828
"specifically in relation to file formats and network protocols, are "
2929
"described in the relevant sections."
3030
msgstr ""
31+
"Τα modules που περιγράφονται σε αυτό το κεφάλαιο παρέχουν βασικές "
32+
"λειτουργίες για τη διαχείριση δυαδικών δεδομένων. Άλλες λειτουργίες σε "
33+
"δυαδικά δεδομένα, ιδιαίτερα σε σχέση με μορφές αρχείων και δικτυακά "
34+
"πρωτόκολλα, περιγράφονται στις αντίστοιχες ενότητες."
3135

3236
#: library/binary.rst:12
3337
msgid ""
3438
"Some libraries described under :ref:`textservices` also work with either "
3539
"ASCII-compatible binary formats (for example, :mod:`re`) or all binary data "
3640
"(for example, :mod:`difflib`)."
3741
msgstr ""
42+
"Ορισμένες βιβλιοθήκες που περιγράφονται στο :ref:`textservices` λειτουργούν "
43+
"επίσης με δυαδικές μορφές συμβατές με ASCII (για παράδειγμα, :mod:`re`) ή με "
44+
"όλα τα δυαδικά δεδομένα (για παράδειγμα, :mod:`difflib`)."
3845

3946
#: library/binary.rst:16
4047
msgid ""
4148
"In addition, see the documentation for Python's built-in binary data types "
4249
"in :ref:`binaryseq`."
4350
msgstr ""
51+
"Επιπλέον, δείτε την τεκμηρίωση για τους ενσωματωμένους τύπους δυαδικών "
52+
"δεδομένων της Python στο :ref:`binaryseq`."

whatsnew/index.po

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,34 @@ msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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 15:48+0300\n"
13+
"Last-Translator: Marios Giannopoulos <mariosgian_2002@yahoo.gr>\n"
14+
"Language-Team: PyGreece <pygreece@gmail.com>\n"
1515
"Language: \n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: whatsnew/index.rst:5
2121
msgid "What's New in Python"
22-
msgstr ""
22+
msgstr "Τι νέο υπάρχει στην Python"
2323

2424
#: whatsnew/index.rst:7
2525
msgid ""
2626
"The \"What's New in Python\" series of essays takes tours through the most "
2727
"important changes between major Python versions. They are a \"must read\" "
2828
"for anyone wishing to stay up-to-date after a new release."
2929
msgstr ""
30+
"Η σειρά άρθρων \"Τι νέο υπάρχει στην Python\" περιγράφει τις πιο σημαντικές "
31+
"αλλαγές μεταξύ μεγάλων εκδόσεων της Python. Αποτελεί \"must read\" για όσους "
32+
"επιθυμούν να παραμείνουν ενημερωμένοι μετά από κάθε νέα έκδοση."
3033

3134
#: whatsnew/index.rst:38
3235
msgid ""
3336
"The \"Changelog\" is an HTML version of the :pypi:`file built<blurb>` from "
3437
"the contents of the :source:`Misc/NEWS.d` directory tree, which contains "
3538
"*all* nontrivial changes to Python for the current version."
3639
msgstr ""
40+
"Το \"Changelog\" είναι μια έκδοση σε HTML του :pypi:`file built<blurb>` από "
41+
"τα περιεχόμενα του :source:`Misc/NEWS.d` δέντρου καταλόγων, το οποίο "
42+
"περιέχει *όλες* τις μη ασήμαντες αλλαγές στην Python για την τρέχουσα έκδοση."

0 commit comments

Comments
 (0)