File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # Takanori Suzuki <[email protected] >, 2021
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-02-09 18:48+0900\n "
15
16
"PO-Revision-Date : 2018-06-29 17:31+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
17
+ "
Last-Translator :
Takanori Suzuki <[email protected] >, 2021 \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 "
@@ -389,7 +390,7 @@ msgstr "*encoding* および *errors* パラメータが追加されました。
389
390
390
391
#: ../../library/urllib.parse.rst:179 ../../library/urllib.parse.rst:213
391
392
msgid "Added *max_num_fields* parameter."
392
- msgstr ""
393
+ msgstr "*max_num_fields* 引数が追加されました。 "
393
394
394
395
#: ../../library/urllib.parse.rst:185
395
396
msgid ""
Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# tomo, 2018
8
8
# mollinaca, 2021
9
+ # Takanori Suzuki <[email protected] >, 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 : 2020-02-09 18:48+0900\n "
16
17
"PO-Revision-Date : 2018-06-29 17:40+0000\n "
17
- "Last-Translator : mollinaca , 2021\n "
18
+ "
Last-Translator :
Takanori Suzuki <[email protected] > , 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 "
@@ -235,6 +236,8 @@ msgid ""
235
236
":func:`ssl.create_default_context` select the system's trusted CA "
236
237
"certificates for you."
237
238
msgstr ""
239
+ "*cafile*, *capath* および *cadefault* は非推奨となったので、 *context* を使ってください。\n"
240
+ "代わりに :meth:`ssl.SSLContext.load_cert_chain` を使うか、または :func:`ssl.create_default_context` にシステムが信頼する CA 証明書を選んでもらうかしてください。"
238
241
239
242
#: ../../library/urllib.request.rst:123
240
243
msgid ""
@@ -750,7 +753,7 @@ msgstr ""
750
753
msgid ""
751
754
"boolean, indicates whether the request is unverifiable as defined by "
752
755
":rfc:`2965`."
753
- msgstr ""
756
+ msgstr "リクエストが :rfc:`2965` で定義された証明不能 (unverifiable) であるかどうかを示す論理値です。 "
754
757
755
758
#: ../../library/urllib.request.rst:511
756
759
msgid ""
You can’t perform that action at this time.
0 commit comments