File tree Expand file tree Collapse file tree 4 files changed +120
-14
lines changed Expand file tree Collapse file tree 4 files changed +120
-14
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ msgstr "商業のグラフィカルデバッガ付き Python IDE もあります
112
112
113
113
#: ../../faq/programming.rst:49
114
114
msgid "`Wing IDE <https://wingware.com/>`_"
115
- msgstr ""
115
+ msgstr "`Wing IDE <https://wingware.com/>`_ "
116
116
117
117
#: ../../faq/programming.rst:50
118
118
msgid "`Komodo IDE <https://www.activestate.com/products/komodo-ide/>`_"
119
- msgstr ""
119
+ msgstr "`Komodo IDE <https://www.activestate.com/products/komodo-ide/>`_ "
120
120
121
121
#: ../../faq/programming.rst:51
122
122
msgid "`PyCharm <https://www.jetbrains.com/pycharm/>`_"
123
- msgstr ""
123
+ msgstr "`PyCharm <https://www.jetbrains.com/pycharm/>`_ "
124
124
125
125
#: ../../faq/programming.rst:55
126
126
msgid "Are there tools to help find bugs or perform static analysis?"
@@ -1478,7 +1478,7 @@ msgstr "シーケンスを逆順にイテレートするにはどうしたらい
1478
1478
1479
1479
#: ../../faq/programming.rst:1125
1480
1480
msgid "Use the :func:`reversed` built-in function::"
1481
- msgstr ""
1481
+ msgstr "組み込み関数 :func:`reversed` を使ってください。 "
1482
1482
1483
1483
#: ../../faq/programming.rst:1130
1484
1484
msgid ""
@@ -1519,7 +1519,7 @@ msgstr "リストを集合に変換するときに重複は取り除かれるの
1519
1519
1520
1520
#: ../../faq/programming.rst:1163
1521
1521
msgid "How do you remove multiple items from a list"
1522
- msgstr ""
1522
+ msgstr "リストから複数のアイテムを取り除く方法 "
1523
1523
1524
1524
#: ../../faq/programming.rst:1165
1525
1525
msgid ""
Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# tomo, 2020
8
8
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
9
+ # Mikami Akiko, 2021
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2021-01-01 16:06+0000\n "
16
17
"PO-Revision-Date : 2020-05-30 12:12+0000\n "
17
- "Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020 \n "
18
+ "Last-Translator : Mikami Akiko, 2021 \n "
18
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
20
"MIME-Version : 1.0\n "
20
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -58,15 +59,15 @@ msgstr "ディクショナリはこのモジュールで定義されている定
58
59
59
60
#: ../../library/token.rst:32
60
61
msgid "Return ``True`` for terminal token values."
61
- msgstr ""
62
+ msgstr "終端トークンの値に対して ``True`` を返します。 "
62
63
63
64
#: ../../library/token.rst:37
64
65
msgid "Return ``True`` for non-terminal token values."
65
- msgstr ""
66
+ msgstr "非終端トークンの値に対して ``True`` を返します。 "
66
67
67
68
#: ../../library/token.rst:42
68
69
msgid "Return ``True`` if *x* is the marker indicating the end of input."
69
- msgstr ""
70
+ msgstr "*x* が入力の終わりを示すマーカーならば、 ``True`` を返します。 "
70
71
71
72
#: ../../library/token.rst:45
72
73
msgid "The token constants are:"
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ msgstr ""
198
198
msgid ""
199
199
"The audit event only occurs for direct instantiation of function objects, "
200
200
"and is not raised for normal compilation."
201
- msgstr ""
201
+ msgstr "この監査イベントは、関数オブジェクトを直接インスタンス化した場合にのみ発生し、通常のコンパイル時には発生しません。 "
202
202
203
203
#: ../../library/types.rst:120
204
204
msgid ""
You can’t perform that action at this time.
0 commit comments