Skip to content

Commit e63cb5a

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 0ce08a4 commit e63cb5a

File tree

5 files changed

+2949
-2869
lines changed

5 files changed

+2949
-2869
lines changed

library/ssl.po

Lines changed: 45 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-01-05 15:01+0000\n"
11+
"POT-Creation-Date: 2018-02-26 12:43+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: cocoatomo, 2017\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -3192,111 +3192,136 @@ msgstr ""
31923192
":func:`~ssl.RAND_pseudo_bytes` のいずれかの呼び出し成功があれば十分です。"
31933193

31943194
#: ../../library/ssl.rst:2326
3195+
msgid "LibreSSL support"
3196+
msgstr ""
3197+
3198+
#: ../../library/ssl.rst:2328
3199+
msgid ""
3200+
"LibreSSL is a fork of OpenSSL 1.0.1. The ssl module has limited support for "
3201+
"LibreSSL. Some features are not available when the ssl module is compiled "
3202+
"with LibreSSL."
3203+
msgstr ""
3204+
3205+
#: ../../library/ssl.rst:2332
3206+
msgid ""
3207+
"LibreSSL >= 2.6.1 no longer supports NPN. The methods "
3208+
":meth:`SSLContext.set_npn_protocols` and "
3209+
":meth:`SSLSocket.selected_npn_protocol` are not available."
3210+
msgstr ""
3211+
3212+
#: ../../library/ssl.rst:2335
3213+
msgid ""
3214+
":meth:`SSLContext.set_default_verify_paths` ignores the env vars "
3215+
":envvar:`SSL_CERT_FILE` and :envvar:`SSL_CERT_PATH` although "
3216+
":func:`get_default_verify_paths` still reports them."
3217+
msgstr ""
3218+
3219+
#: ../../library/ssl.rst:2343
31953220
msgid "Class :class:`socket.socket`"
31963221
msgstr ":class:`socket.socket` クラス"
31973222

3198-
#: ../../library/ssl.rst:2326
3223+
#: ../../library/ssl.rst:2343
31993224
msgid "Documentation of underlying :mod:`socket` class"
32003225
msgstr "下位レイヤーの :mod:`socket` クラスのドキュメント"
32013226

3202-
#: ../../library/ssl.rst:2329
3227+
#: ../../library/ssl.rst:2346
32033228
msgid ""
32043229
"`SSL/TLS Strong Encryption: An Introduction "
32053230
"<https://httpd.apache.org/docs/trunk/en/ssl/ssl_intro.html>`_"
32063231
msgstr ""
32073232
"`SSL/TLS Strong Encryption: An Introduction "
32083233
"<https://httpd.apache.org/docs/trunk/en/ssl/ssl_intro.html>`_"
32093234

3210-
#: ../../library/ssl.rst:2329
3235+
#: ../../library/ssl.rst:2346
32113236
msgid "Intro from the Apache webserver documentation"
32123237
msgstr "Apache WEBサーバのドキュメンテーションのイントロ"
32133238

3214-
#: ../../library/ssl.rst:2332
3239+
#: ../../library/ssl.rst:2349
32153240
msgid ""
32163241
"`RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: "
32173242
"Certificate-Based Key Management <https://www.ietf.org/rfc/rfc1422>`_"
32183243
msgstr ""
32193244
"`RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: "
32203245
"Certificate-Based Key Management <https://www.ietf.org/rfc/rfc1422>`_"
32213246

3222-
#: ../../library/ssl.rst:2332
3247+
#: ../../library/ssl.rst:2349
32233248
msgid "Steve Kent"
32243249
msgstr "Steve Kent"
32253250

3226-
#: ../../library/ssl.rst:2335
3251+
#: ../../library/ssl.rst:2352
32273252
msgid ""
32283253
"`RFC 4086: Randomness Requirements for Security "
32293254
"<http://datatracker.ietf.org/doc/rfc4086/>`_"
32303255
msgstr ""
32313256

3232-
#: ../../library/ssl.rst:2335
3257+
#: ../../library/ssl.rst:2352
32333258
msgid "Donald E., Jeffrey I. Schiller"
32343259
msgstr ""
32353260

3236-
#: ../../library/ssl.rst:2338
3261+
#: ../../library/ssl.rst:2355
32373262
msgid ""
32383263
"`RFC 5280: Internet X.509 Public Key Infrastructure Certificate and "
32393264
"Certificate Revocation List (CRL) Profile "
32403265
"<http://datatracker.ietf.org/doc/rfc5280/>`_"
32413266
msgstr ""
32423267

3243-
#: ../../library/ssl.rst:2338
3268+
#: ../../library/ssl.rst:2355
32443269
msgid "D. Cooper"
32453270
msgstr ""
32463271

3247-
#: ../../library/ssl.rst:2341
3272+
#: ../../library/ssl.rst:2358
32483273
msgid ""
32493274
"`RFC 5246: The Transport Layer Security (TLS) Protocol Version 1.2 "
32503275
"<https://tools.ietf.org/html/rfc5246>`_"
32513276
msgstr ""
32523277
"`RFC 5246: The Transport Layer Security (TLS) Protocol Version 1.2 "
32533278
"<https://tools.ietf.org/html/rfc5246>`_"
32543279

3255-
#: ../../library/ssl.rst:2341
3280+
#: ../../library/ssl.rst:2358
32563281
msgid "T. Dierks et. al."
32573282
msgstr "T. Dierks et. al."
32583283

3259-
#: ../../library/ssl.rst:2344
3284+
#: ../../library/ssl.rst:2361
32603285
msgid ""
32613286
"`RFC 6066: Transport Layer Security (TLS) Extensions "
32623287
"<https://tools.ietf.org/html/rfc6066>`_"
32633288
msgstr ""
32643289
"`RFC 6066: Transport Layer Security (TLS) Extensions "
32653290
"<https://tools.ietf.org/html/rfc6066>`_"
32663291

3267-
#: ../../library/ssl.rst:2344
3292+
#: ../../library/ssl.rst:2361
32683293
msgid "D. Eastlake"
32693294
msgstr "D. Eastlake"
32703295

3271-
#: ../../library/ssl.rst:2347
3296+
#: ../../library/ssl.rst:2364
32723297
msgid ""
32733298
"`IANA TLS: Transport Layer Security (TLS) Parameters "
32743299
"<https://www.iana.org/assignments/tls-parameters/tls-parameters.xml>`_"
32753300
msgstr ""
32763301
"`IANA TLS: Transport Layer Security (TLS) Parameters "
32773302
"<https://www.iana.org/assignments/tls-parameters/tls-parameters.xml>`_"
32783303

3279-
#: ../../library/ssl.rst:2347
3304+
#: ../../library/ssl.rst:2364
32803305
msgid "IANA"
32813306
msgstr "IANA"
32823307

3283-
#: ../../library/ssl.rst:2350
3308+
#: ../../library/ssl.rst:2367
32843309
msgid ""
32853310
"`RFC 7525: Recommendations for Secure Use of Transport Layer Security (TLS) "
32863311
"and Datagram Transport Layer Security (DTLS) "
32873312
"<https://tools.ietf.org/html/rfc7525>`_"
32883313
msgstr ""
32893314

3290-
#: ../../library/ssl.rst:2350
3315+
#: ../../library/ssl.rst:2367
32913316
msgid "IETF"
32923317
msgstr ""
32933318

3294-
#: ../../library/ssl.rst:2352
3319+
#: ../../library/ssl.rst:2369
32953320
msgid ""
32963321
"`Mozilla's Server Side TLS recommendations "
32973322
"<https://wiki.mozilla.org/Security/Server_Side_TLS>`_"
32983323
msgstr ""
32993324

3300-
#: ../../library/ssl.rst:2353
3325+
#: ../../library/ssl.rst:2370
33013326
msgid "Mozilla"
33023327
msgstr ""

tutorial/inputoutput.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-01-05 15:01+0000\n"
11+
"POT-Creation-Date: 2018-02-26 12:43+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: cocoatomo, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -106,10 +106,9 @@ msgstr "以下に 2 乗と 3 乗の値からなる表を書く二つの方法を
106106
#: ../../tutorial/inputoutput.rst:102
107107
msgid ""
108108
"(Note that in the first example, one space between each column was added by "
109-
"the way :func:`print` works: it always adds spaces between its arguments.)"
109+
"the way :func:`print` works: by default it adds spaces between its "
110+
"arguments.)"
110111
msgstr ""
111-
"(最初の例で、各カラムの間のスペース一個は :func:`print` により追加されていることに注意してください。 :func:`print` "
112-
"は引数間に常に空白を追加します。)"
113112

114113
#: ../../tutorial/inputoutput.rst:105
115114
msgid ""

0 commit comments

Comments
 (0)