@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version :Python 3.8\n "
14
14
"Report-Msgid-Bugs-To :\n "
15
- "POT-Creation-Date :2020-02-09 12:40 +0000\n "
15
+ "POT-Creation-Date :2020-09-03 15:01 +0000\n "
16
16
"PO-Revision-Date :2020-05-30 11:46+0000\n "
17
17
"Last-Translator :Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n "
18
18
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -237,31 +237,55 @@ msgstr "Guido の指示の下、これらのリリースを可能にしてくだ
237
237
msgid "Terms and conditions for accessing or otherwise using Python"
238
238
msgstr "Terms and conditions for accessing or otherwise using Python"
239
239
240
- #: ../../license.rst:77
240
+ #: ../../license.rst:75
241
+ msgid ""
242
+ "Python software and documentation are licensed under the :ref:`PSF License "
243
+ "Agreement <PSF-license>`."
244
+ msgstr ""
245
+
246
+ #: ../../license.rst:78
247
+ msgid ""
248
+ "Starting with Python 3.8.6, examples, recipes, and other code in the "
249
+ "documentation are dual licensed under the PSF License Agreement and the :ref"
250
+ ":`Zero-Clause BSD license <BSD0>`."
251
+ msgstr ""
252
+
253
+ #: ../../license.rst:82
254
+ msgid ""
255
+ "Some software incorporated into Python is under different licenses. The "
256
+ "licenses are listed with code falling under that license. See "
257
+ ":ref:`OtherLicenses` for an incomplete list of these licenses."
258
+ msgstr ""
259
+
260
+ #: ../../license.rst:90
241
261
msgid "PSF LICENSE AGREEMENT FOR PYTHON |release|"
242
262
msgstr "PSF LICENSE AGREEMENT FOR PYTHON |release|"
243
263
244
- #: ../../license.rst:125
264
+ #: ../../license.rst:138
245
265
msgid "BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0"
246
266
msgstr "BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0"
247
267
248
- #: ../../license.rst:127
268
+ #: ../../license.rst:140
249
269
msgid "BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1"
250
270
msgstr "BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1"
251
271
252
- #: ../../license.rst:172
272
+ #: ../../license.rst:185
253
273
msgid "CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1"
254
274
msgstr "CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1"
255
275
256
- #: ../../license.rst:237
276
+ #: ../../license.rst:250
257
277
msgid "CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2"
258
278
msgstr "CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2"
259
279
260
- #: ../../license.rst:262
280
+ #: ../../license.rst:277
281
+ msgid "ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON |release| DOCUMENTATION"
282
+ msgstr ""
283
+
284
+ #: ../../license.rst:296
261
285
msgid "Licenses and Acknowledgements for Incorporated Software"
262
286
msgstr "Licenses and Acknowledgements for Incorporated Software"
263
287
264
- #: ../../license.rst:264
288
+ #: ../../license.rst:298
265
289
msgid ""
266
290
"This section is an incomplete, but growing list of licenses and "
267
291
"acknowledgements for third-party software incorporated in the Python "
@@ -271,11 +295,11 @@ msgstr ""
271
295
"acknowledgements for third-party software incorporated in the Python "
272
296
"distribution."
273
297
274
- #: ../../license.rst:269
298
+ #: ../../license.rst:303
275
299
msgid "Mersenne Twister"
276
300
msgstr "Mersenne Twister"
277
301
278
- #: ../../license.rst:271
302
+ #: ../../license.rst:305
279
303
msgid ""
280
304
"The :mod:`_random` module includes code based on a download from "
281
305
"http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The "
@@ -285,11 +309,11 @@ msgstr ""
285
309
"http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The "
286
310
"following are the verbatim comments from the original code::"
287
311
288
- #: ../../license.rst:318
312
+ #: ../../license.rst:352
289
313
msgid "Sockets"
290
314
msgstr "ソケット"
291
315
292
- #: ../../license.rst:320
316
+ #: ../../license.rst:354
293
317
msgid ""
294
318
"The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and "
295
319
":func:`getnameinfo`, which are coded in separate source files from the WIDE "
@@ -299,83 +323,83 @@ msgstr ""
299
323
":func:`getnameinfo`, which are coded in separate source files from the WIDE "
300
324
"Project, http://www.wide.ad.jp/. ::"
301
325
302
- #: ../../license.rst:353
326
+ #: ../../license.rst:387
303
327
msgid "Asynchronous socket services"
304
328
msgstr "Asynchronous socket services"
305
329
306
- #: ../../license.rst:355
330
+ #: ../../license.rst:389
307
331
msgid ""
308
332
"The :mod:`asynchat` and :mod:`asyncore` modules contain the following "
309
333
"notice::"
310
334
msgstr ""
311
335
"The :mod:`asynchat` and :mod:`asyncore` modules contain the following "
312
336
"notice::"
313
337
314
- #: ../../license.rst:380
338
+ #: ../../license.rst:414
315
339
msgid "Cookie management"
316
340
msgstr "Cookie management"
317
341
318
- #: ../../license.rst:382
342
+ #: ../../license.rst:416
319
343
msgid "The :mod:`http.cookies` module contains the following notice::"
320
344
msgstr "The :mod:`http.cookies` module contains the following notice::"
321
345
322
- #: ../../license.rst:408
346
+ #: ../../license.rst:442
323
347
msgid "Execution tracing"
324
348
msgstr "Execution tracing"
325
349
326
- #: ../../license.rst:410
350
+ #: ../../license.rst:444
327
351
msgid "The :mod:`trace` module contains the following notice::"
328
352
msgstr "The :mod:`trace` module contains the following notice::"
329
353
330
- #: ../../license.rst:441
354
+ #: ../../license.rst:475
331
355
msgid "UUencode and UUdecode functions"
332
356
msgstr "UUencode and UUdecode functions"
333
357
334
- #: ../../license.rst:443
358
+ #: ../../license.rst:477
335
359
msgid "The :mod:`uu` module contains the following notice::"
336
360
msgstr "The :mod:`uu` module contains the following notice::"
337
361
338
- #: ../../license.rst:471
362
+ #: ../../license.rst:505
339
363
msgid "XML Remote Procedure Calls"
340
364
msgstr "XML Remote Procedure Calls"
341
365
342
- #: ../../license.rst:473
366
+ #: ../../license.rst:507
343
367
msgid "The :mod:`xmlrpc.client` module contains the following notice::"
344
368
msgstr "The :mod:`xmlrpc.client` module contains the following notice::"
345
369
346
- #: ../../license.rst:504
370
+ #: ../../license.rst:538
347
371
msgid "test_epoll"
348
372
msgstr "test_epoll"
349
373
350
- #: ../../license.rst:506
374
+ #: ../../license.rst:540
351
375
msgid "The :mod:`test_epoll` module contains the following notice::"
352
376
msgstr ":mod:`test_epoll` モジュールは次の告知を含んでいます::"
353
377
354
- #: ../../license.rst:530
378
+ #: ../../license.rst:564
355
379
msgid "Select kqueue"
356
380
msgstr "Select kqueue"
357
381
358
- #: ../../license.rst:532
382
+ #: ../../license.rst:566
359
383
msgid ""
360
384
"The :mod:`select` module contains the following notice for the kqueue "
361
385
"interface::"
362
386
msgstr ":mod:`select` モジュールは kqueue インターフェースについての次の告知を含んでいます::"
363
387
364
- #: ../../license.rst:561
388
+ #: ../../license.rst:595
365
389
msgid "SipHash24"
366
390
msgstr "SipHash24"
367
391
368
- #: ../../license.rst:563
392
+ #: ../../license.rst:597
369
393
msgid ""
370
394
"The file :file:`Python/pyhash.c` contains Marek Majkowski' implementation of"
371
395
" Dan Bernstein's SipHash24 algorithm. It contains the following note::"
372
396
msgstr ""
373
397
374
- #: ../../license.rst:590
398
+ #: ../../license.rst:624
375
399
msgid "strtod and dtoa"
376
400
msgstr "strtod と dtoa"
377
401
378
- #: ../../license.rst:592
402
+ #: ../../license.rst:626
379
403
msgid ""
380
404
"The file :file:`Python/dtoa.c`, which supplies C functions dtoa and strtod "
381
405
"for conversion of C doubles to and from strings, is derived from the file of"
@@ -389,11 +413,11 @@ msgstr ""
389
413
"http://www.netlib.org/fp/. The original file, as retrieved on March 16, "
390
414
"2009, contains the following copyright and licensing notice::"
391
415
392
- #: ../../license.rst:620
416
+ #: ../../license.rst:654
393
417
msgid "OpenSSL"
394
418
msgstr "OpenSSL"
395
419
396
- #: ../../license.rst:622
420
+ #: ../../license.rst:656
397
421
msgid ""
398
422
"The modules :mod:`hashlib`, :mod:`posix`, :mod:`ssl`, :mod:`crypt` use the "
399
423
"OpenSSL library for added performance if made available by the operating "
@@ -402,35 +426,35 @@ msgid ""
402
426
" license here::"
403
427
msgstr ""
404
428
405
- #: ../../license.rst:757
429
+ #: ../../license.rst:791
406
430
msgid "expat"
407
431
msgstr "expat"
408
432
409
- #: ../../license.rst:759
433
+ #: ../../license.rst:793
410
434
msgid ""
411
435
"The :mod:`pyexpat` extension is built using an included copy of the expat "
412
436
"sources unless the build is configured ``--with-system-expat``::"
413
437
msgstr ""
414
438
"The :mod:`pyexpat` extension is built using an included copy of the expat "
415
439
"sources unless the build is configured ``--with-system-expat``::"
416
440
417
- #: ../../license.rst:786
441
+ #: ../../license.rst:820
418
442
msgid "libffi"
419
443
msgstr "libffi"
420
444
421
- #: ../../license.rst:788
445
+ #: ../../license.rst:822
422
446
msgid ""
423
447
"The :mod:`_ctypes` extension is built using an included copy of the libffi "
424
448
"sources unless the build is configured ``--with-system-libffi``::"
425
449
msgstr ""
426
450
"The :mod:`_ctypes` extension is built using an included copy of the libffi "
427
451
"sources unless the build is configured ``--with-system-libffi``::"
428
452
429
- #: ../../license.rst:815
453
+ #: ../../license.rst:849
430
454
msgid "zlib"
431
455
msgstr "zlib"
432
456
433
- #: ../../license.rst:817
457
+ #: ../../license.rst:851
434
458
msgid ""
435
459
"The :mod:`zlib` extension is built using an included copy of the zlib "
436
460
"sources if the zlib version found on the system is too old to be used for "
@@ -440,70 +464,70 @@ msgstr ""
440
464
"sources if the zlib version found on the system is too old to be used for "
441
465
"the build::"
442
466
443
- #: ../../license.rst:846
467
+ #: ../../license.rst:880
444
468
msgid "cfuhash"
445
469
msgstr "cfuhash"
446
470
447
- #: ../../license.rst:848
471
+ #: ../../license.rst:882
448
472
msgid ""
449
473
"The implementation of the hash table used by the :mod:`tracemalloc` is based"
450
474
" on the cfuhash project::"
451
475
msgstr ""
452
476
453
- #: ../../license.rst:887
477
+ #: ../../license.rst:921
454
478
msgid "libmpdec"
455
479
msgstr "libmpdec"
456
480
457
- #: ../../license.rst:889
481
+ #: ../../license.rst:923
458
482
msgid ""
459
483
"The :mod:`_decimal` module is built using an included copy of the libmpdec "
460
484
"library unless the build is configured ``--with-system-libmpdec``::"
461
485
msgstr ""
462
486
463
- #: ../../license.rst:919
487
+ #: ../../license.rst:953
464
488
msgid "W3C C14N test suite"
465
489
msgstr ""
466
490
467
- #: ../../license.rst:921
491
+ #: ../../license.rst:955
468
492
msgid ""
469
493
"The C14N 2.0 test suite in the :mod:`test` package "
470
494
"(``Lib/test/xmltestdata/c14n-20/``) was retrieved from the W3C website at "
471
495
"https://www.w3.org/TR/xml-c14n2-testcases/ and is distributed under the "
472
496
"3-clause BSD license:"
473
497
msgstr ""
474
498
475
- #: ../../license.rst:926
499
+ #: ../../license.rst:960
476
500
msgid ""
477
501
"Copyright (c) 2013 W3C(R) (MIT, ERCIM, Keio, Beihang), All Rights Reserved."
478
502
msgstr ""
479
503
480
- #: ../../license.rst:929
504
+ #: ../../license.rst:963
481
505
msgid ""
482
506
"Redistribution and use in source and binary forms, with or without "
483
507
"modification, are permitted provided that the following conditions are met:"
484
508
msgstr ""
485
509
486
- #: ../../license.rst:933
510
+ #: ../../license.rst:967
487
511
msgid ""
488
512
"Redistributions of works must retain the original copyright notice, this "
489
513
"list of conditions and the following disclaimer."
490
514
msgstr ""
491
515
492
- #: ../../license.rst:935
516
+ #: ../../license.rst:969
493
517
msgid ""
494
518
"Redistributions in binary form must reproduce the original copyright notice,"
495
519
" this list of conditions and the following disclaimer in the documentation "
496
520
"and/or other materials provided with the distribution."
497
521
msgstr ""
498
522
499
- #: ../../license.rst:938
523
+ #: ../../license.rst:972
500
524
msgid ""
501
525
"Neither the name of the W3C nor the names of its contributors may be used to"
502
526
" endorse or promote products derived from this work without specific prior "
503
527
"written permission."
504
528
msgstr ""
505
529
506
- #: ../../license.rst:942
530
+ #: ../../license.rst:976
507
531
msgid ""
508
532
"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\" AS "
509
533
"IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, "