Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b9d140

Browse files
authored
Merge branch '3.14' into translate-library-colorsys
2 parents ae2ea32 + 9e81a67 commit 4b9d140

File tree

6 files changed

+458
-50
lines changed

6 files changed

+458
-50
lines changed

dictionaries/main.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Alternate
1010
Alternative
1111
Android
1212
Apache
13+
App
1314
April
1415
Associates
1516
Audio
@@ -33,8 +34,10 @@ Cannon
3334
Case
3435
Category
3536
Centrum
37+
Changelog
3638
Cheese
3739
Cleese
40+
Cocoa
3841
Command
3942
Comment
4043
Compaq
@@ -57,6 +60,7 @@ Dec
5760
December
5861
Decimal
5962
Default
63+
Developer
6064
Dictionaries
6165
Digit
6266
Digital
@@ -171,6 +175,8 @@ Number
171175
Numeric
172176
173177
O
178+
Objective
179+
Optimized
174180
Organization
175181
Origin
176182
Other
@@ -224,6 +230,7 @@ Setup
224230
Shebang
225231
Shop
226232
Sign
233+
Silicon
227234
Skimming
228235
Slackware
229236
Smalltalk
@@ -238,6 +245,7 @@ States
238245
Stefan
239246
Stichting
240247
Storage
248+
Store
241249
String
242250
Subject
243251
Sun
@@ -348,6 +356,7 @@ bignum
348356
bin
349357
binary
350358
binding
359+
bindings
351360
bit
352361
bits
353362
bitwise
@@ -510,6 +519,7 @@ deque
510519
derivative
511520
descriptor
512521
descriptors
522+
desktop
513523
devel
514524
dict
515525
dictionaries
@@ -522,6 +532,7 @@ dispatch
522532
display
523533
distribute
524534
distribution
535+
distutils
525536
dll
526537
do
527538
doc
@@ -859,6 +870,7 @@ mixin
859870
mixins
860871
mkdir
861872
mm
873+
mobile
862874
mod
863875
mode
864876
modification
@@ -902,6 +914,7 @@ num
902914
number
903915
numbers
904916
numeric
917+
numpy
905918
o
906919
obj
907920
object
@@ -917,6 +930,7 @@ open
917930
opener
918931
operations
919932
operator
933+
options
920934
or
921935
orange
922936
ordinal
@@ -940,6 +954,7 @@ padding
940954
page
941955
pages
942956
pairs
957+
pandas
943958
parrot
944959
parser
945960
parsing
@@ -1070,6 +1085,7 @@ salad
10701085
sausage
10711086
scalar
10721087
scanf
1088+
scipy
10731089
scope
10741090
script
10751091
scripting
@@ -1093,6 +1109,7 @@ setlocale
10931109
sets
10941110
setter
10951111
setup
1112+
setuptools
10961113
shall
10971114
shallow
10981115
shell
@@ -1104,6 +1121,7 @@ short
11041121
sign
11051122
signature
11061123
signed
1124+
sigstore
11071125
singleton
11081126
singletons
11091127
site
@@ -1218,6 +1236,7 @@ this
12181236
tho
12191237
thon
12201238
thread
1239+
threaded
12211240
threading
12221241
threads
12231242
time
@@ -1347,6 +1366,7 @@ zlib
13471366
Η
13481367
Κινητής
13491368
Μετα
1369+
Μια
13501370
Μπορείτε
13511371
Οδηγοί
13521372
Περιβάλλοντας
@@ -1418,6 +1438,7 @@ zlib
14181438
διαγραφέα
14191439
διακόπηκε
14201440
διαλειτουργήσει
1441+
διαλειτουργικό
14211442
διαλειτουργικότητα
14221443
διαρρεύσετε
14231444
διαχειρίζοντας
@@ -1427,6 +1448,10 @@ zlib
14271448
διεπαφών
14281449
διορθώσεις
14291450
εγειρθεί
1451+
εγκαταστάτες
1452+
εγκαταστάτη
1453+
εγκαταστάτης
1454+
εγκαταστατών
14301455
εκδόσεων
14311456
εκτελούμενης
14321457
εκτυπώσιμη
@@ -1482,6 +1507,7 @@ zlib
14821507
κεφαλίδας
14831508
κεφαλίδες
14841509
κεφαλίδων
1510+
κρυπτικό
14851511
κωδικοποίηση
14861512
κωδικοποιητή
14871513
κωδικοποιητών

extending/building.po

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,26 @@ 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-21 21:57+0300\n"
13+
"Last-Translator: ALEXANDROS TZIORAS [email protected]\n"
14+
"Language-Team: Language-Team: PyGreece <organizers@pygreece.org>\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
#: extending/building.rst:7
2121
msgid "Building C and C++ Extensions"
22-
msgstr ""
22+
msgstr "Κατασκευή Επεκτάσεων C και C++"
2323

2424
#: extending/building.rst:9
2525
msgid ""
2626
"A C extension for CPython is a shared library (e.g. a ``.so`` file on Linux, "
2727
"``.pyd`` on Windows), which exports an *initialization function*."
2828
msgstr ""
29+
"Μια επέκταση C για τη CPython είναι μια κοινόχρηστη βιβλιοθήκη (π.χ. ένα "
30+
"αρχείο ``.so`` στο Linux, ή ``.pyd`` στα Windows), η οποία εξάγει μια "
31+
"*συνάρτηση αρχικοποίησης*."
2932

3033
#: extending/building.rst:12
3134
msgid ""
@@ -34,16 +37,23 @@ msgid ""
3437
"extension. When using setuptools, the correct filename is generated "
3538
"automatically."
3639
msgstr ""
40+
"Για να μπορεί να γίνει η εισαγωγή της, η κοινόχρηστη βιβλιοθήκη πρέπει να "
41+
"είναι διαθέσιμη στο :envvar:`PYTHONPATH` και να έχει όνομα ίδιο με αυτό του "
42+
"module, με τη σωστή επέκταση αρχείου. Όταν χρησιμοποιείται το setuptools, το "
43+
"σωστό όνομα αρχείου δημιουργείται αυτόματα."
3744

3845
#: extending/building.rst:16
3946
msgid "The initialization function has the signature:"
40-
msgstr ""
47+
msgstr "Η συνάρτηση αρχικοποίησης έχει την εξής υπογραφή:"
4148

4249
#: extending/building.rst:20
4350
msgid ""
4451
"It returns either a fully initialized module, or a :c:type:`PyModuleDef` "
4552
"instance. See :ref:`initializing-modules` for details."
4653
msgstr ""
54+
"Επιστρέφει είτε ένα πλήρως αρχικοποιημένο module, είτε ένα στιγμιότυπο :c:"
55+
"type:`PyModuleDef`. Δείτε το :ref:`initializing-modules` για περισσότερες "
56+
"λεπτομέρειες."
4757

4858
#: extending/building.rst:25
4959
msgid ""
@@ -54,6 +64,14 @@ msgid ""
5464
"``PyInitU_<modulename>``, with ``<modulename>`` encoded using Python's "
5565
"*punycode* encoding with hyphens replaced by underscores. In Python::"
5666
msgstr ""
67+
"Για modules με ονόματα μόνο σε ASCII χαρακτήρες, η συνάρτηση πρέπει να "
68+
"ονομάζεται ``PyInit_<modulename>``, όπου το ``<modulename>`` αντικαθίσταται "
69+
"με το όνομα του module. Όταν χρησιμοποιείται :ref:`multi-phase-"
70+
"initialization`, επιτρέπονται ονόματα module με μη ASCII χαρακτήρες. Σε αυτή "
71+
"την περίπτωση, η συνάρτηση αρχικοποίησης ονομάζεται "
72+
"``PyInitU_<modulename>``, με το ``<modulename>`` να κωδικοποιείται με το "
73+
"*punycode* του Python, αντικαθιστώντας τις παύλες με κάτω παύλες. Στην "
74+
"Python::"
5775

5876
#: extending/building.rst:32
5977
msgid ""
@@ -64,6 +82,12 @@ msgid ""
6482
" suffix = b'U_' + name.encode('punycode').replace(b'-', b'_')\n"
6583
" return b'PyInit' + suffix"
6684
msgstr ""
85+
"def initfunc_name(name):\n"
86+
" try:\n"
87+
" suffix = b'_' + name.encode('ascii')\n"
88+
" except UnicodeEncodeError:\n"
89+
" suffix = b'U_' + name.encode('punycode').replace(b'-', b'_')\n"
90+
" return b'PyInit' + suffix"
6791

6892
#: extending/building.rst:39
6993
msgid ""
@@ -73,10 +97,16 @@ msgid ""
7397
"function corresponding to the filename is found. See the *\"Multiple modules "
7498
"in one library\"* section in :pep:`489` for details."
7599
msgstr ""
100+
"Είναι δυνατόν να εξαχθούν πολλά modules από μία κοινόχρηστη βιβλιοθήκη, "
101+
"ορίζοντας πολλαπλές συναρτήσεις αρχικοποίησης. Ωστόσο, για την εισαγωγή τους "
102+
"απαιτείται η χρήση συμβολικών συνδέσμων ή προσαρμοσμένου import μηχανισμού, "
103+
"καθώς από προεπιλογή βρίσκονται μόνο οι συναρτήσεις που αντιστοιχούν στο "
104+
"όνομα του αρχείου. Δείτε το *\"Multiple modules in one library\"* στο :pep:"
105+
"`489` για λεπτομέρειες."
76106

77107
#: extending/building.rst:52
78108
msgid "Building C and C++ Extensions with setuptools"
79-
msgstr ""
109+
msgstr "Κατασκευή Επεκτάσεων C και C++ με το setuptools"
80110

81111
#: extending/building.rst:54
82112
msgid ""
@@ -85,3 +115,8 @@ msgid ""
85115
"setuptools.html to learn more about how build and distribute C/C++ "
86116
"extensions with setuptools."
87117
msgstr ""
118+
"Από την έκδοση Python 3.12 και μετά, το distutils δεν περιλαμβάνεται πλέον. "
119+
"Παρακαλούμε ανατρέξτε στην τεκμηρίωση του ``setuptools`` στη διεύθυνση "
120+
"https://setuptools.readthedocs.io/en/latest/setuptools.html για να μάθετε "
121+
"περισσότερα σχετικά με την κατασκευή και διανομή επεκτάσεων C/C++ με το "
122+
"setuptools."

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 <[email protected]>\n"
12+
"PO-Revision-Date: 2025-05-20 17:00+0300\n"
13+
"Last-Translator: ALEXANDROS TZIORAS [email protected]\n"
14+
"Language-Team: Language-Team: PyGreece <[email protected]>\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 <[email protected]>\n"
12+
"PO-Revision-Date: 2025-05-20 17:46+0300\n"
13+
"Last-Translator: ALEXANDROS TZIORAS [email protected]\n"
14+
"Language-Team: Language-Team: PyGreece <[email protected]>\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`."

0 commit comments

Comments
 (0)