Skip to content

Commit a942d90

Browse files
authored
Update in zipimport.po from review suggestions
Υλοποιήθηκαν όλα τα suggestions από τον reviewer.
1 parent 6681ed5 commit a942d90

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

library/zipimport.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ msgstr ":mod:`!zipimport` --- Εισαγωγή ενοτήτων από αρχε
2424

2525
#: library/zipimport.rst:9
2626
msgid "**Source code:** :source:`Lib/zipimport.py`"
27-
msgstr ""
27+
msgstr "**Πηγαίος κώδικας:** :source:`Lib/zipimport.py`"
2828

2929
#: library/zipimport.rst:13
3030
msgid ""
3131
"This module adds the ability to import Python modules (:file:`\\*.py`, :file:"
32-
"`\\*.pyc`) It is usually not needed to use the zipimport module explicitly; "
33-
"it is automatically used by the built-in :keyword:`import` mechanism for :"
34-
"data:`sys.path` items that are paths to ZIP archives."
32+
"`\\*.pyc`) and packages from ZIP-format archives. It is usually not needed "
33+
"to use the :mod:`zipimport` module explicitly; it is automatically used by "
34+
"the built-in :keyword:`import` mechanism for :data:`sys.path` items that are "
35+
"paths to ZIP archives."
3536
msgstr ""
3637
"Αυτή η ενότητα προσθέτει τη δυνατότητα εισαγωγής Python modules (:file:`\\*."
3738
"py`, :file:`\\*.pyc`) και πακέτα από αρχεία σε μορφή ZIP. Συνήθως δεν είναι "

0 commit comments

Comments
 (0)