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

Skip to content

Commit 7753f74

Browse files
[po] auto sync
1 parent d2f1aca commit 7753f74

3 files changed

Lines changed: 5243 additions & 5224 deletions

File tree

c-api/module.po

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2019-10-31 11:48+0000\n"
14+
"POT-Creation-Date: 2019-11-06 11:52+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17:37+0000\n"
1616
"Last-Translator: 汪心禾 <[email protected]>, 2019\n"
1717
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -565,7 +565,23 @@ msgstr ""
565565
msgid "Only effective on modules created using single-phase initialization."
566566
msgstr ""
567567

568-
#: ../../c-api/module.rst:492
568+
#: ../../c-api/module.rst:488
569569
msgid ""
570-
"Removes the module object created from *def* from the interpreter state."
570+
"Python calls ``PyState_AddModule`` automatically after importing a module, "
571+
"so it is unnecessary (but harmless) to call it from module initialization "
572+
"code. An explicit call is needed only if the module's own init code "
573+
"subsequently calls ``PyState_FindModule``. The function is mainly intended "
574+
"for implementing alternative import mechanisms (either by calling it "
575+
"directly, or by referring to its implementation for details of the required "
576+
"state updates)."
577+
msgstr ""
578+
579+
#: ../../c-api/module.rst:496
580+
msgid "Return 0 on success or -1 on failure."
581+
msgstr ""
582+
583+
#: ../../c-api/module.rst:502
584+
msgid ""
585+
"Removes the module object created from *def* from the interpreter state. "
586+
"Return 0 on success or -1 on failure."
571587
msgstr ""

tutorial/interpreter.po

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2019-09-17 11:28+0000\n"
17+
"POT-Creation-Date: 2019-11-06 11:52+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
1919
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -54,15 +54,12 @@ msgstr ""
5454

5555
#: ../../tutorial/interpreter.rst:26
5656
msgid ""
57-
"On Windows machines where you have installed from the :ref:`Microsoft Store "
58-
"<windows-store>`, the :file:`python3.8` command will be available. If you "
59-
"have the :ref:`py.exe launcher <launcher>` installed, you can use the "
57+
"On Windows machines where you have installed Python from the :ref:`Microsoft"
58+
" Store <windows-store>`, the :file:`python3.8` command will be available. If"
59+
" you have the :ref:`py.exe launcher <launcher>` installed, you can use the "
6060
":file:`py` command. See :ref:`setting-envvars` for other ways to launch "
6161
"Python."
6262
msgstr ""
63-
"在你的 Windows 机器上通过 :ref:`Microsoft Store <windows-store>` "
64-
"安装后,:file:`python3.8` 命令将可使用。 如果你安装了 the :ref:`py.exe 启动器 <launcher>`,你将可以使用"
65-
" :file:`py` 命令。 参阅 :ref:`setting-envvars` 了解其他启动 Python 的方式。"
6663

6764
#: ../../tutorial/interpreter.rst:31
6865
msgid ""

0 commit comments

Comments
 (0)