File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ literal
223
223
loader
224
224
loaders
225
225
locks
226
+ logging
226
227
looks
227
228
mail
228
229
mailing
@@ -301,13 +302,15 @@ symlinks
301
302
tab
302
303
tabs
303
304
tag
305
+ templating
304
306
terminal
305
307
terminator
306
308
terminators
307
309
test
308
310
testing
309
311
tests
310
312
the
313
+ thread
311
314
threading
312
315
to
313
316
tracker
336
339
you
337
340
z
338
341
zlib
342
+ Αριθμητική
339
343
Βλ
344
+ Κινητής
340
345
Μετα
341
346
Περιβάλλοντας
347
+ Υποδιαστολής
342
348
αίτημά
343
349
αγγίξετε
344
350
αλληλοαποκλείονται
Original file line number Diff line number Diff line change 2
2
# Copyright (C) 2001-2024, Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
5
+ #
6
6
#, fuzzy
7
7
msgid ""
8
8
msgstr ""
@@ -153,10 +153,9 @@ msgid ""
153
153
"The :mod:`struct` module provides :func:`~struct.pack` and :func:`~struct."
154
154
"unpack` functions for working with variable length binary record formats. "
155
155
"The following example shows how to loop through header information in a ZIP "
156
- "file without using the :mod:`zipfile` module. Pack codes ``\" H\" `` and "
157
- "``\" I\" `` represent two and four byte unsigned numbers respectively. The "
158
- "``\" <\" `` indicates that they are standard size and in little-endian byte "
159
- "order::"
156
+ "file without using the :mod:`zipfile` module. Pack codes ``\" H\" `` and ``\" I"
157
+ "\" `` represent two and four byte unsigned numbers respectively. The ``\" <"
158
+ "\" `` indicates that they are standard size and in little-endian byte order::"
160
159
msgstr ""
161
160
"Το module :mod:`struct` παρέχει τις συναρτήσεις :func:`~struct.pack` και :"
162
161
"func:`~struct.unpack` για εργασία με μορφές δυαδικών (binary) εγγραφών "
@@ -370,7 +369,7 @@ msgstr ""
370
369
371
370
#: tutorial/stdlib2.rst:356
372
371
msgid "Decimal Floating Point Arithmetic"
373
- msgstr "Δεκαδική Aριθμητική Kινητής Yποδιαστολής "
372
+ msgstr "Δεκαδική Αριθμητικής Κινητής Υποδιαστολής "
374
373
375
374
#: tutorial/stdlib2.rst:358
376
375
msgid ""
You can’t perform that action at this time.
0 commit comments