10000 [skip ci] Update .po files · python/python-docs-ja@3cc6902 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cc6902

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 645b70d commit 3cc6902

File tree

3 files changed

+5244
-5222
lines changed

3 files changed

+5244
-5222
lines changed

c-api/module.po

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.8\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2019-10-31 11:48+0000\n"
18+
"POT-Creation-Date: 2019-11-06 11:52+0000\n"
1919
"PO-Revision-Date: 2017-02-16 17:37+0000\n"
2020
"Last-Translator: tomo, 2019\n"
2121
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -653,7 +653,23 @@ msgstr ""
653653
msgid "Only effective on modules created using single-phase initialization."
654654
msgstr "一段階初期化を使って作成されたモジュールにのみ有効です。"
655655

656-
#: ../../c-api/module.rst:492
656+
#: ../../c-api/module.rst:488
657657
msgid ""
658-
"Removes the module object created from *def* from the interpreter state."
659-
msgstr "*def* から作られたモジュールオブジェクトをインタプリタ state から削除します。"
658+
"Python calls ``PyState_AddModule`` automatically after importing a module, "
659+
"so it is unnecessary (but harmless) to call it from module initialization "
660+
"code. An explicit call is needed only if the module's own init code "
661+
"subsequently calls ``PyState_FindModule``. The function is mainly intended "
662+
"for implementing alternative import mechanisms (either by calling it "
663+
"directly, or by referring to its implementation for details of the required "
664+
"state updates)."
665+
msgstr ""
666+
667+
#: ../../c-api/module.rst:496
668+
msgid "Return 0 on success or -1 on failure."
669+
msgstr ""
670+
671+
#: ../../c-api/module.rst:502
672+
msgid ""
673+
"Removes the module object created from *def* from the interpreter state. "
674+
"Return 0 on success or -1 on failure."
675+
msgstr ""

tutorial/interpreter.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.8\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2019-09-17 11:28+0000\n"
20+
"POT-Creation-Date: 2019-11-06 11:52+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
2222
"Last-Translator: Atsuo Ishimoto <atsuoishimoto@gmail.com>, 2018\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -56,9 +56,9 @@ msgstr ""
5656

5757
#: ../../tutorial/interpreter.rst:26
5858
msgid ""
59-
"On Windows machines where you have installed from the :ref:`Microsoft Store "
60-
"<windows-store>`, the :file:`python3.8` command will be available. If you "
61-
"have the :ref:`py.exe launcher <launcher>` installed, you can use the "
59+
"On Windows machines where you have installed Python from the :ref:`Microsoft"
60+
" Store <windows-store>`, the :file:`python3.8` command will be available. If"
61+
" you have the :ref:`py.exe launcher <launcher>` installed, you can use the "
6262
":file:`py` command. See :ref:`setting-envvars` for other ways to launch "
6363
"Python."
6464
msgstr ""

0 commit comments

Comments
 (0)
0