Skip to content

Commit 97ccaa4

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 7e0dc10 commit 97ccaa4

File tree

2 files changed

+4568
-4542
lines changed

2 files changed

+4568
-4542
lines changed

library/keyword.po

Lines changed: 11 additions & 12 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: 2020-02-10 04:47+0000\n"
14+
"POT-Creation-Date: 2020-03-15 05:10+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:31+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -31,18 +31,17 @@ msgstr "**ソースコード:** :source:`Lib/keyword.py`"
3131

3232
#: ../../library/keyword.rst:11
3333
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 ""
3637

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 ""
4041

41-
#: ../../library/keyword.rst:21
42+
#: ../../library/keyword.rst:22
4243
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."
4647
msgstr ""
47-
"インタープリタで定義している全てのキーワードのシーケンス。特定の :mod:`__future__` "
48-
"宣言がなければ有効ではないキーワードでもこのリストには含まれます。"

0 commit comments

Comments
 (0)