Skip to content

Commit 8fa6a3d

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent e901da8 commit 8fa6a3d

File tree

3 files changed

+6840
-6836
lines changed

3 files changed

+6840
-6836
lines changed

library/ast.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2021-05-22 06:40+0000\n"
20+
"POT-Creation-Date: 2021-07-30 07:06+0000\n"
2121
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
2222
"Last-Translator: Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -663,7 +663,7 @@ msgid "``name`` is a raw string of the function name."
663663
msgstr ""
664664

665665
#: ../../library/ast.rst:1256
666-
msgid "``args`` is a :class:`arguments` node."
666+
msgid "``args`` is an :class:`arguments` node."
667667
msgstr ""
668668

669669
#: ../../library/ast.rst:1257

library/http.server.po

+2-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2021-05-11 06:18+0000\n"
21+
"POT-Creation-Date: 2021-07-30 07:06+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:14+0000\n"
2323
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2021\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -285,12 +285,9 @@ msgid ""
285285
"When a HTTP/1.1 compliant server receives an ``Expect: 100-continue`` "
286286
"request header it responds back with a ``100 Continue`` followed by ``200 "
287287
"OK`` headers. This method can be overridden to raise an error if the server "
288-
"does not want the client to continue. For e.g. server can chose to send "
288+
"does not want the client to continue. For e.g. server can choose to send "
289289
"``417 Expectation Failed`` as a response header and ``return False``."
290290
msgstr ""
291-
"HTTP/1.1 準拠のサーバが ``Expect: 100-continue`` リクエストヘッダを受け取ったとき、 ``100 Continue`` を返し、その後に ``200 OK`` がきます。\n"
292-
"このメソッドは、サーバがクライアントに継続を要求しない場合、エラーを送出するようにオーバーライドできます。\n"
293-
"例えば、サーバはレスポンスヘッダとして ``417 Expectation Failed`` を送る選択をし、 ``return False`` とできます。"
294291

295292
#: ../../library/http.server.rst:207
296293
msgid ""

0 commit comments

Comments
 (0)