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

Skip to content

Commit fda517b

Browse files
committed
Update translation from Transifex
1 parent 1aea917 commit fda517b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorial/modules.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,18 @@ msgid ""
132132
"for that matter). The imported module names are placed in the importing "
133133
"module's global symbol table."
134134
msgstr ""
135+
"Moduły mogą importować inne moduły. Zwyczajowo (nieobowiązkowo) umieszcza "
136+
"się wszystkie instrukcje :keyword:`import` na początku modułu (lub skryptu). "
137+
"Zaimportowane nazwy modułów są umieszczane w globalnej tablicy symboli "
138+
"modułu importującego."
135139

136140
msgid ""
137141
"There is a variant of the :keyword:`import` statement that imports names "
138142
"from a module directly into the importing module's symbol table. For "
139143
"example::"
140144
msgstr ""
145+
"Istnieje wariant instrukcji :keyword:`import`, który importuje nazwy z "
146+
"modułu bezpośrednio do tablicy symboli modułu importującego. Na przykład::"
141147

142148
msgid ""
143149
"This does not introduce the module name from which the imports are taken in "

0 commit comments

Comments
 (0)