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