File tree 3 files changed +7588
-7584
lines changed
3 files changed +7588
-7584
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.10\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2021-06-29 12:56 +0000\n "
15
+ "POT-Creation-Date : 2021-07-30 13:09 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
17
17
"Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -787,7 +787,7 @@ msgid "``name`` is a raw string of the function name."
787
787
msgstr ""
788
788
789
789
#: ../../library/ast.rst:1624
790
- msgid "``args`` is a :class:`arguments` node."
790
+ msgid "``args`` is an :class:`arguments` node."
791
791
msgstr ""
792
792
793
793
#: ../../library/ast.rst:1625
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.10\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2021-07-27 13:07 +0000\n "
15
+ "POT-Creation-Date : 2021-07-30 13:09 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 01:07+0000\n "
17
17
"Last-Translator : tomo, 2021\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -278,12 +278,9 @@ msgid ""
278
278
"When a HTTP/1.1 compliant server receives an ``Expect: 100-continue`` "
279
279
"request header it responds back with a ``100 Continue`` followed by ``200 "
280
280
"OK`` headers. This method can be overridden to raise an error if the server "
281
- "does not want the client to continue. For e.g. server can chose to send "
281
+ "does not want the client to continue. For e.g. server can choose to send "
282
282
"``417 Expectation Failed`` as a response header and ``return False``."
283
283
msgstr ""
284
- "HTTP/1.1 準拠のサーバが ``Expect: 100-continue`` リクエストヘッダを受け取ったとき、 ``100 Continue`` を返し、その後に ``200 OK`` がきます。\n"
285
- "このメソッドは、サーバがクライアントに継続を要求しない場合、エラーを送出するようにオーバーライドできます。\n"
286
- "例えば、サーバはレスポンスヘッダとして ``417 Expectation Failed`` を送る選択をし、 ``return False`` とできます。"
287
284
288
285
#: ../../library/http.server.rst:207
289
286
msgid ""
You can’t perform that action at this time.
0 commit comments