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

Skip to content

Commit a786ea5

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 55f2b6b commit a786ea5

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

c-api/module.po

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2019-10-31 03:57+0000\n"
14+
"POT-Creation-Date: 2019-11-06 03:59+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:40+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -649,7 +649,23 @@ msgstr ""
649649
msgid "Only effective on modules created using single-phase initialization."
650650
msgstr "一段階初期化を使って作成されたモジュールにのみ有効です。"
651651

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

tutorial/interpreter.po

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.7\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2019-09-17 03:30+0000\n"
15+
"POT-Creation-Date: 2019-11-06 03:59+0000\n"
1616
"PO-Revision-Date: 2019-09-01 02:41+0000\n"
1717
"Last-Translator: Atsuo Ishimoto <atsuoishimoto@gmail.com>, 2019\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\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.7` 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.7` 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-
":ref:`Microsoft ストア <windows-store>` からのインストールを行った Windows マシンでは、 :file:`python3.7` コマンドが利用可能です。\n"
64-
":ref:`py.exe ランチャ <launcher>` をインストールした場合、 :file:`py` コマンドが使えます。\n"
65-
"Python を起動する他の方法については :ref:`setting-envvars` を参照してください。"
6663

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

0 commit comments

Comments
 (0)
0