@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.7\n "
13
13
"Report-Msgid-Bugs-To :\n "
14
- "POT-Creation-Date :2020-02-10 04:47 +0000\n "
14
+ "POT-Creation-Date :2020-03-15 05:10 +0000\n "
15
15
"PO-Revision-Date :2019-09-01 03:31+0000\n "
16
16
"Last-Translator :tomo, 2019\n "
17
17
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -31,18 +31,17 @@ msgstr "**ソースコード:** :source:`Lib/keyword.py`"
31
31
32
32
#: ../../library/keyword.rst:11
33
33
msgid ""
34
- "This module allows a Python program to determine if a string is a keyword."
35
- msgstr "このモジュールでは、Python プログラムで文字列がキーワードか否かをチェックする機能を提供します。"
34
+ "This module allows a Python program to determine if a string is a "
35
+ ":ref:`keyword <keywords>`."
36
+ msgstr ""
36
37
37
- #: ../../library/keyword.rst:16
38
- msgid "Return ``True`` if *s* is a Python keyword."
39
- msgstr "*s* が Python のキーワードであれば ``True`` を返します。 "
38
+ #: ../../library/keyword.rst:17
39
+ msgid "Return ``True`` if *s* is a Python:ref:` keyword <keywords>` ."
40
+ msgstr ""
40
41
41
- #: ../../library/keyword.rst:21
42
+ #: ../../library/keyword.rst:22
42
43
msgid ""
43
- "Sequence containing all the keywords defined for the interpreter. If any "
44
- "keywords are defined to only be active when particular :mod:`__future__` "
45
- "statements are in effect, these will be included as well."
44
+ "Sequence containing all the:ref:` keywords<keywords>` defined for the "
45
+ "interpreter. If any keywords are defined to only be active when particular "
46
+ ":mod:`__future__` statements are in effect, these will be included as well."
46
47
msgstr ""
47
- "インタープリタで定義している全てのキーワードのシーケンス。特定の :mod:`__future__` "
48
- "宣言がなければ有効ではないキーワードでもこのリストには含まれます。"