@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.11\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-02-03 14:14+0000\n "
15
+ "POT-Creation-Date : 2023-02-17 14:14+0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:49+0000\n "
17
17
"
Last-Translator :
Akira inamori <[email protected] >, 2021\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
@@ -597,27 +597,18 @@ msgstr ""
597
597
598
598
#: ../../c-api/module.rst:391
599
599
msgid ""
600
- "Create a new module object, given the definition in *module * and the "
601
- "ModuleSpec *spec*. This behaves like :c:func:`PyModule_FromDefAndSpec2` "
602
- "with *module_api_version* set to :const:`PYTHON_API_VERSION`."
600
+ "Create a new module object, given the definition in *def * and the ModuleSpec "
601
+ "*spec*. This behaves like :c:func:`PyModule_FromDefAndSpec2` with "
602
+ "*module_api_version* set to :const:`PYTHON_API_VERSION`."
603
603
msgstr ""
604
- "*module* と ModuleSpec オブジェクトの *spec* で定義されたとおりに新しいモ"
605
- "ジュールオブジェクトを生成します。\n"
606
- "この関数は、 :c:func:`PyModule_FromDefAndSpec2` 関数の *module_api_version* "
607
- "に :const:`PYTHON_API_VERSION` を指定した時とおなじようにふるまいます。"
608
604
609
605
#: ../../c-api/module.rst:399
610
606
msgid ""
611
- "Create a new module object, given the definition in *module * and the "
612
- "ModuleSpec *spec*, assuming the API version *module_api_version*. If that "
613
- "version does not match the version of the running interpreter, a :exc:"
614
- "`RuntimeWarning` is emitted."
607
+ "Create a new module object, given the definition in *def * and the ModuleSpec "
608
+ "*spec*, assuming the API version *module_api_version*. If that version does "
609
+ "not match the version of the running interpreter, a :exc:`RuntimeWarning` is "
610
+ "emitted."
615
611
msgstr ""
616
- "APIバージョンを *module_api_version* として、 *module* と ModuleSpec オブジェ"
617
- "クトの *spec* で定義されたとおりに新しいモジュールオブジェクトを生成しま"
618
- "す。\n"
619
- "もし指定されたバージョンが実行しているインタープリターのバージョンと異なる場"
620
- "合は、 :exc:`RuntimeWarning` を発生させます。"
621
612
622
613
#: ../../c-api/module.rst:406
623
614
msgid ""
0 commit comments