Skip to content

Commit d8f9c39

Browse files
[po] auto sync
1 parent 22022b3 commit d8f9c39

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "0.89%", "updated_at": "2025-11-24T20:25:45Z"}
1+
{"translation": "0.90%", "updated_at": "2025-11-24T21:24:02Z"}

tutorial/modules.mo

1.97 KB
Binary file not shown.

tutorial/modules.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,18 @@ msgstr ""
458458

459459
#: ../../tutorial/modules.rst:201
460460
msgid "More details are at :ref:`sys-path-init`."
461-
msgstr ""
461+
msgstr "Более подробная информация приведена в :ref:`sys-path-init`."
462462

463463
#: ../../tutorial/modules.rst:204
464464
msgid ""
465465
"On file systems which support symlinks, the directory containing the input "
466466
"script is calculated after the symlink is followed. In other words the "
467467
"directory containing the symlink is **not** added to the module search path."
468468
msgstr ""
469+
"В файловых системах, поддерживающих символические ссылки, каталог, "
470+
"содержащий входной скрипт, определяется после перехода по символической "
471+
"ссылке. Другими словами, каталог, содержащий символическую ссылку, **не** "
472+
"добавляется в путь поиска модулей."
469473

470474
#: ../../tutorial/modules.rst:208
471475
msgid ""
@@ -476,6 +480,12 @@ msgid ""
476480
"library directory. This is an error unless the replacement is intended. See"
477481
" section :ref:`tut-standardmodules` for more information."
478482
msgstr ""
483+
"После инициализации Python-программы могут изменять :data:`sys.path` "
484+
"вручную. Кроме того, каталог, содержащий выполняемый скрипт, помещается в "
485+
"начало пути поиска модулей — перед путями стандартной библиотеки. Из-за "
486+
"этого файлы из этого каталога будут загружаться вместо библиотечных модулей "
487+
"с тем же именем. Такая подмена считается ошибкой, если она не была "
488+
"намеренной. Подробнее см. раздел :ref:`tut-standardmodules`."
479489

480490
#: ../../tutorial/modules.rst:221
481491
msgid "\"Compiled\" Python files"

0 commit comments

Comments
 (0)