@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.8\n "
13
13
"Report-Msgid-Bugs-To :\n "
14
- "POT-Creation-Date :2021-01-27 16:18 +0000\n "
14
+ "POT-Creation-Date :2021-02-21 16:31 +0000\n "
15
15
"PO-Revision-Date :2020-05-30 12:04+0000\n "
16
16
"Last-Translator :tomo, 2020\n "
17
17
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1322,14 +1322,6 @@ msgstr ""
1322
1322
1323
1323
#: ../../library/idle.rst:729
1324
1324
msgid ""
1325
- "When Shell has the focus, it controls the keyboard and screen. This is "
1326
- "normally transparent, but functions that directly access the keyboard and "
1327
- "screen will not work. These include system-specific functions that "
1328
- "determine whether a key has been pressed and if so, which."
1329
- msgstr ""
1330
-
1331
- #: ../../library/idle.rst:734
1332
- msgid ""
1333
1325
"IDLE's standard stream replacements are not inherited by subprocesses "
1334
1326
"created in the execution process, whether directly by user code or by "
1335
1327
"modules such as multiprocessing. If such subprocess use ``input`` from "
@@ -1338,32 +1330,40 @@ msgid ""
1338
1330
" attached to that window for input and output."
1339
1331
msgstr ""
1340
1332
1341
- #: ../../library/idle.rst:741
1333
+ #: ../../library/idle.rst:736
1342
1334
msgid ""
1343
- "The IDLE code running in the execution process adds frames to the call stack"
1344
- " that would not be there otherwise. IDLE wraps ``sys.getrecursionlimit`` "
1345
- "and ``sys.setrecursionlimit`` to reduce the effect of the additional stack "
1346
- "frames."
1335
+ "If ``sys`` is reset by user code, such as with ``importlib.reload(sys)``, "
1336
+ "IDLE's changes are lost and input from the keyboard and output to the screen"
1337
+ " will not work correctly."
1338
+ msgstr ""
1339
+
1340
+ #: ../../library/idle.rst:740
1341
+ msgid ""
1342
+ "When Shell has the focus, it controls the keyboard and screen. This is "
1343
+ "normally transparent, but functions that directly access the keyboard and "
1344
+ "screen will not work. These include system-specific functions that "
1345
+ "determine whether a key has been pressed and if so, which."
1347
1346
msgstr ""
1348
1347
1349
1348
#: ../../library/idle.rst:745
1350
1349
msgid ""
1351
- "If ``sys`` is reset by user code, such as with ``importlib.reload(sys)``, "
1352
- "IDLE's changes are lost and input from the keyboard and output to the screen"
1353
- " will not work correctly."
1350
+ "The IDLE code running in the execution process adds frames to the call stack"
1351
+ " that would not be there otherwise. IDLE wraps ``sys.getrecursionlimit`` "
1352
+ "and ``sys.setrecursionlimit`` to reduce the effect of the additional stack "
1353
+ "frames."
1354
1354
msgstr ""
1355
1355
1356
- #: ../../library/idle.rst:749
1356
+ #: ../../library/idle.rst:750
1357
1357
msgid ""
1358
1358
"When user code raises SystemExit either directly or by calling sys.exit, "
1359
1359
"IDLE returns to a Shell prompt instead of exiting."
1360
1360
msgstr ""
1361
1361
1362
- #: ../../library/idle.rst:753
1362
+ #: ../../library/idle.rst:754
1363
1363
msgid "User output in Shell"
1364
1364
msgstr ""
1365
1365
1366
- #: ../../library/idle.rst:755
1366
+ #: ../../library/idle.rst:756
1367
1367
msgid ""
1368
1368
"When a program outputs text, the result is determined by the corresponding "
1369
1369
"output device. When IDLE executes user code, ``sys.stdout`` and "
@@ -1373,7 +1373,7 @@ msgid ""
1373
1373
"rather than production runs."
1374
1374
msgstr ""
1375
1375
1376
- #: ../../library/idle.rst:762
1376
+ #: ../../library/idle.rst:763
1377
1377
msgid ""
1378
1378
"For instance, Shell never throws away output. A program that sends "
1379
1379
"unlimited output to Shell will eventually fill memory, resulting in a memory"
@@ -1382,7 +1382,7 @@ msgid ""
1382
1382
"lines, with 300 the default."
1383
1383
msgstr ""
1384
1384
1385
- #: ../../library/idle.rst:768
1385
+ #: ../../library/idle.rst:769
1386
1386
msgid ""
1387
1387
"A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) "
1388
1388
"in the BMP (Basic Multilingual Plane) subset of Unicode. Which characters "
@@ -1396,7 +1396,7 @@ msgid ""
1396
1396
"spacing behavior.) ::"
1397
1397
msgstr ""
1398
1398
1399
- #: ../../library/idle.rst:786
1399
+ #: ../../library/idle.rst:787
1400
1400
msgid ""
1401
1401
"The ``repr`` function is used for interactive echo of expression values. It"
1402
1402
" returns an altered version of the input string in which control codes, some"
@@ -1405,13 +1405,13 @@ msgid ""
1405
1405
" regardless of how they are displayed."
1406
1406
msgstr ""
1407
1407
1408
- #: ../../library/idle.rst:792
1408
+ #: ../../library/idle.rst:793
1409
1409
msgid ""
1410
1410
"Normal and error output are generally kept separate (on separate lines) from"
1411
1411
" code input and each other. They each get different highlight colors."
1412
1412
msgstr ""
1413
1413
1414
- #: ../../library/idle.rst:795
1414
+ #: ../../library/idle.rst:796
1415
1415
msgid ""
1416
1416
"For SyntaxError tracebacks, the normal '^' marking where the error was "
1417
1417
"detected is replaced by coloring the text with an error highlight. When code"
@@ -1420,7 +1420,7 @@ msgid ""
1420
1420
"opened if necessary."
1421
1421
msgstr ""
1422
1422
1423
- #: ../../library/idle.rst:801
1423
+ #: ../../library/idle.rst:802
1424
1424
msgid ""
1425
1425
"Shell has a special facility for squeezing output lines down to a 'Squeezed "
1426
1426
"text' label. This is done automatically for output over N lines (N = 50 by "
@@ -1430,18 +1430,18 @@ msgid ""
1430
1430
"scrolling."
1431
1431
msgstr ""
1432
1432
1433
- #: ../../library/idle.rst:809
1433
+ #: ../../library/idle.rst:810
1434
1434
msgid ""
1435
1435
"Squeezed output is expanded in place by double-clicking the label. It can "
1436
1436
"also be sent to the clipboard or a separate view window by right-clicking "
1437
1437
"the label."
1438
1438
msgstr ""
1439
1439
1440
- #: ../../library/idle.rst:814
1440
+ #: ../../library/idle.rst:815
1441
1441
msgid "Developing tkinter applications"
1442
1442
msgstr ""
1443
1443
1444
- #: ../../library/idle.rst:816
1444
+ #: ../../library/idle.rst:817
1445
1445
msgid ""
1446
1446
"IDLE is intentionally different from standard Python in order to facilitate "
1447
1447
"development of tkinter programs. Enter ``import tkinter as tk; root = "
@@ -1453,7 +1453,7 @@ msgid ""
1453
1453
" visibly changes in standard Python until one enters ``root.update()``."
1454
1454
msgstr ""
1455
1455
1456
- #: ../../library/idle.rst:825
1456
+ #: ../../library/idle.rst:826
1457
1457
msgid ""
1458
1458
"Most tkinter programs run ``root.mainloop()``, which usually does not return"
1459
1459
" until the tk app is destroyed. If the program is run with ``python -i`` or"
@@ -1462,19 +1462,19 @@ msgid ""
1462
1462
"with."
1463
1463
msgstr ""
1464
1464
1465
- #: ../../library/idle.rst:831
1465
+ #: ../../library/idle.rst:832
1466
1466
msgid ""
1467
1467
"When running a tkinter program from an IDLE editor, one can comment out the "
1468
1468
"mainloop call. One then gets a shell prompt immediately and can interact "
1469
1469
"with the live application. One just has to remember to re-enable the "
1470
1470
"mainloop call when running in standard Python."
1471
1471
msgstr ""
1472
1472
1473
- #: ../../library/idle.rst:837
1473
+ #: ../../library/idle.rst:838
1474
1474
msgid "Running without a subprocess"
1475
1475
msgstr "サブプロセスを起こさずに起動する"
1476
1476
1477
- #: ../../library/idle.rst:839
1477
+ #: ../../library/idle.rst:840
1478
1478
msgid ""
1479
1479
"By default, IDLE executes user code in a separate subprocess via a socket, "
1480
1480
"which uses the internal loopback interface. This connection is not "
@@ -1484,7 +1484,7 @@ msgstr ""
1484
1484
"デフォルトでは、IDLE "
1485
1485
"でのユーザコードの実行は、内部的なループバックインターフェイスを使用する、ソケット経由の分離されたサブプロセスで行われます。この接続は外部からは見えませんし、インターネットとのデータの送受信は行われません。ファイアウォールソフトウェアの警告が発生しても、無視して構いません。"
1486
1486
1487
- #: ../../library/idle.rst:844
1487
+ #: ../../library/idle.rst:845
1488
1488
msgid ""
1489
1489
"If the attempt to make the socket connection fails, Idle will notify you. "
1490
1490
"Such failures are sometimes transient, but if persistent, the problem may be"
@@ -1493,7 +1493,7 @@ msgid ""
1493
1493
" command line switch."
1494
1494
msgstr ""
1495
1495
1496
- #: ../../library/idle.rst:850
1496
+ #: ../../library/idle.rst:851
1497
1497
msgid ""
1498
1498
"If IDLE is started with the -n command line switch it will run in a single "
1499
1499
"process and will not create the subprocess which runs the RPC Python "
@@ -1513,15 +1513,15 @@ msgstr ""
1513
1513
"しないといけませんし、変更を反映するには、すべての特定の項目 (``from foo import baz`` など) "
1514
1514
"を再インポートしないといけません。これらの理由から、可能なら常にデフォルトのサブプロセスを起こすモードで IDLE を起動するのが吉です。"
1515
1515
1516
- #: ../../library/idle.rst:865
1516
+ #: ../../library/idle.rst:866
1517
1517
msgid "Help and preferences"
1518
1518
msgstr "ヘルプとお好み設定"
1519
1519
1520
- #: ../../library/idle.rst:870
1520
+ #: ../../library/idle.rst:871
1521
1521
msgid "Help sources"
1522
1522
msgstr ""
1523
1523
1524
- #: ../../library/idle.rst:872
1524
+ #: ../../library/idle.rst:873
1525
1525
msgid ""
1526
1526
"Help menu entry\" IDLE Help\" displays a formatted html version of the IDLE "
1527
1527
"chapter of the Library Reference. The result, in a read-only tkinter text "
@@ -1531,7 +1531,7 @@ msgid ""
1531
1531
"the opened box."
1532
1532
msgstr ""
1533
1533
1534
- #: ../../library/idle.rst:880
1534
+ #: ../../library/idle.rst:881
1535
1535
msgid ""
1536
1536
"Help menu entry\" Python Docs\" opens the extensive sources of help, "
1537
1537
"including tutorials, available at ``docs.python.org/x.y``, where 'x.y' is "
@@ -1540,17 +1540,17 @@ msgid ""
1540
1540
"instead."
1541
1541
msgstr ""
1542
1542
1543
- #: ../../library/idle.rst:886
1543
+ #: ../../library/idle.rst:887
1544
1544
msgid ""
1545
1545
"Selected URLs can be added or removed from the help menu at any time using "
1546
1546
"the General tab of the Configure IDLE dialog."
1547
1547
msgstr ""
1548
1548
1549
- #: ../../library/idle.rst:892
1549
+ #: ../../library/idle.rst:893
1550
1550
msgid "Setting preferences"
1551
1551
msgstr "Setting preferences [お好み設定]"
1552
1552
1553
- #: ../../library/idle.rst:894
1553
+ #: ../../library/idle.rst:895
1554
1554
msgid ""
1555
1555
"The font preferences, highlighting, keys, and general preferences can be "
1556
1556
"changed via Configure IDLE on the Option menu. Non-default user settings are"
@@ -1559,7 +1559,7 @@ msgid ""
1559
1559
" or more of the files in ``.idlerc``."
1560
1560
msgstr ""
1561
1561
1562
- #: ../../library/idle.rst:900
1562
+ #: ../../library/idle.rst:901
1563
1563
msgid ""
1564
1564
"On the Font tab, see the text sample for the effect of font face and size on"
1565
1565
" multiple characters in multiple languages. Edit the sample to add other "
@@ -1568,30 +1568,30 @@ msgid ""
1568
1568
"the top of the sample and try changing first size and then font."
1569
1569
msgstr ""
1570
1570
1571
- #: ../../library/idle.rst:907
1571
+ #: ../../library/idle.rst:908
1572
1572
msgid ""
1573
1573
"On the Highlights and Keys tab, select a built-in or custom color theme and "
1574
1574
"key set. To use a newer built-in color theme or key set with older IDLEs, "
1575
1575
"save it as a new custom theme or key set and it well be accessible to older "
1576
1576
"IDLEs."
1577
1577
msgstr ""
1578
1578
1579
- #: ../../library/idle.rst:913
1579
+ #: ../../library/idle.rst:914
1580
1580
msgid "IDLE on macOS"
1581
1581
msgstr ""
1582
1582
1583
- #: ../../library/idle.rst:915
1583
+ #: ../../library/idle.rst:916
1584
1584
msgid ""
1585
1585
"Under System Preferences: Dock, one can set\" Prefer tabs when opening "
1586
1586
"documents\" to\" Always\" . This setting is not compatible with the "
1587
1587
"tk/tkinter GUI framework used by IDLE, and it breaks a few IDLE features."
1588
1588
msgstr ""
1589
1589
1590
- #: ../../library/idle.rst:920
1590
+ #: ../../library/idle.rst:921
1591
1591
msgid "Extensions"
1592
1592
msgstr "Extensions [拡張]"
1593
1593
1594
- #: ../../library/idle.rst:922
1594
+ #: ../../library/idle.rst:923
1595
1595
msgid ""
1596
1596
"IDLE contains an extension facility. Preferences for extensions can be "
1597
1597
"changed with the Extensions tab of the preferences dialog. See the beginning"