@@ -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-02-24 16:36 +0000\n "
14
+ "POT-Creation-Date :2021-03-31 16:55 +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 "
@@ -1239,20 +1239,30 @@ msgid ""
1239
1239
"code execution process. A connection must be established whenever the Shell"
1240
1240
" starts or restarts. (The latter is indicated by a divider line that says "
1241
1241
"'RESTART'). If the user process fails to connect to the GUI process, it "
1242
- "displays a ``Tk`` error box with a 'cannot connect' message thatdirects the "
1243
- " user here. It then exits."
1242
+ "usually displays a ``Tk`` error box with a 'cannot connect' message that "
1243
+ "directs the user here. It then exits."
1244
1244
msgstr ""
1245
1245
1246
1246
#: ../../library/idle.rst:676
1247
1247
msgid ""
1248
+ "One specific connection failure on Unix systems results from misconfigured "
1249
+ "masquerading rules somewhere in a system's network setup. When IDLE is "
1250
+ "started from a terminal, one will see a message starting with ``** Invalid "
1251
+ "host:``. The valid value is ``127.0.0.1 (idlelib.rpc.LOCALHOST)``. One can "
1252
+ "diagnose with ``tcpconnect -irv 127.0.0.1 6543`` in one terminal window and "
1253
+ "``tcplisten <same args>`` in another."
1254
+ msgstr ""
1255
+
1256
+ #: ../../library/idle.rst:684
1257
+ msgid ""
1248
1258
"A common cause of failure is a user-written file with the same name as a "
1249
1259
"standard library module, such as *random.py* and *tkinter.py*. When such a "
1250
1260
"file is located in the same directory as a file that is about to be run, "
1251
1261
"IDLE cannot import the stdlib file. The current fix is to rename the user "
1252
1262
"file."
1253
1263
msgstr ""
1254
1264
1255
- #: ../../library/idle.rst:682
1265
+ #: ../../library/idle.rst:690
1256
1266
msgid ""
1257
1267
"Though less common than in the past, an antivirus or firewall program may "
1258
1268
"stop the connection. If the program cannot be taught to allow the "
@@ -1261,15 +1271,15 @@ msgid ""
1261
1271
" A similar problem is a network mis-configuration that blocks connections."
1262
1272
msgstr ""
1263
1273
1264
- #: ../../library/idle.rst:689
1274
+ #: ../../library/idle.rst:697
1265
1275
msgid ""
1266
1276
"Python installation issues occasionally stop IDLE: multiple versions can "
1267
1277
"clash, or a single installation might need admin access. If one undo the "
1268
1278
"clash, or cannot or does not want to run as admin, it might be easiest to "
1269
1279
"completely remove Python and start over."
1270
1280
msgstr ""
1271
1281
1272
- #: ../../library/idle.rst:694
1282
+ #: ../../library/idle.rst:702
1273
1283
msgid ""
1274
1284
"A zombie pythonw.exe process could be a problem. On Windows, use Task "
1275
1285
"Manager to check for one and stop it if there is. Sometimes a restart "
@@ -1278,7 +1288,7 @@ msgid ""
1278
1288
"may fix a temporary problem."
1279
1289
msgstr ""
1280
1290
1281
- #: ../../library/idle.rst:700
1291
+ #: ../../library/idle.rst:708
1282
1292
msgid ""
1283
1293
"When IDLE first starts, it attempts to read user configuration files in "
1284
1294
"``~/.idlerc/`` (~ is one's home directory). If there is a problem, an error"
@@ -1289,18 +1299,28 @@ msgid ""
1289
1299
"with the settings dialog."
1290
1300
msgstr ""
1291
1301
1292
- #: ../../library/idle.rst:708
1302
+ #: ../../library/idle.rst:716
1293
1303
msgid ""
1294
1304
"If IDLE quits with no message, and it was not started from a console, try "
1295
1305
"starting it from a console or terminal (``python -m idlelib``) and see if "
1296
1306
"this results in an error message."
1297
1307
msgstr ""
1298
1308
1299
- #: ../../library/idle.rst:713
1309
+ #: ../../library/idle.rst:720
1310
+ msgid ""
1311
+ "On Unix-based systems with tcl/tk older than ``8.6.11`` (see ``About IDLE``)"
1312
+ " certain characters of certain fonts can cause a tk failure with a message "
1313
+ "to the terminal. This can happen either if one starts IDLE to edit a file "
1314
+ "with such a character or later when entering such a character. If one "
1315
+ "cannot upgrade tcl/tk, then re-configure IDLE to use a font that works "
1316
+ "better."
1317
+ msgstr ""
1318
+
1319
+ #: ../../library/idle.rst:728
1300
1320
msgid "Running user code"
1301
1321
msgstr ""
1302
1322
1303
- #: ../../library/idle.rst:715
1323
+ #: ../../library/idle.rst:730
1304
1324
msgid ""
1305
1325
"With rare exceptions, the result of executing Python code with IDLE is "
1306
1326
"intended to be the same as executing the same code by the default method, "
@@ -1310,7 +1330,7 @@ msgid ""
1310
1330
"``threading.activeCount()`` returns 2 instead of 1."
1311
1331
msgstr ""
1312
1332
1313
- #: ../../library/idle.rst:722
1333
+ #: ../../library/idle.rst:737
1314
1334
msgid ""
1315
1335
"By default, IDLE runs user code in a separate OS process rather than in the "
1316
1336
"user interface process that runs the shell and editor. In the execution "
@@ -1320,7 +1340,7 @@ msgid ""
1320
1340
"``sys.__stderr__`` are not touched, but may be ``None``."
1321
1341
msgstr ""
1322
1342
1323
- #: ../../library/idle.rst:729
1343
+ #: ../../library/idle.rst:744
1324
1344
msgid ""
1325
1345
"Sending print output from one process to a text widget in another is slower "
1326
1346
"than printing to a system terminal in the same process. This has the most "
@@ -1332,7 +1352,7 @@ msgid ""
1332
1352
"fields and lines."
1333
1353
msgstr ""
1334
1354
1335
- #: ../../library/idle.rst:738
1355
+ #: ../../library/idle.rst:753
1336
1356
msgid ""
1337
1357
"IDLE's standard stream replacements are not inherited by subprocesses "
1338
1358
"created in the execution process, whether directly by user code or by "
@@ -1342,40 +1362,40 @@ msgid ""
1342
1362
" attached to that window for input and output."
1343
1363
msgstr ""
1344
1364
1345
- #: ../../library/idle.rst:745
1365
+ #: ../../library/idle.rst:760
1346
1366
msgid ""
1347
1367
"If ``sys`` is reset by user code, such as with ``importlib.reload(sys)``, "
1348
1368
"IDLE's changes are lost and input from the keyboard and output to the screen"
1349
1369
" will not work correctly."
1350
1370
msgstr ""
1351
1371
1352
- #: ../../library/idle.rst:749
1372
+ #: ../../library/idle.rst:764
1353
1373
msgid ""
1354
1374
"When Shell has the focus, it controls the keyboard and screen. This is "
1355
1375
"normally transparent, but functions that directly access the keyboard and "
1356
1376
"screen will not work. These include system-specific functions that "
1357
1377
"determine whether a key has been pressed and if so, which."
1358
1378
msgstr ""
1359
1379
1360
- #: ../../library/idle.rst:754
1380
+ #: ../../library/idle.rst:769
1361
1381
msgid ""
1362
1382
"The IDLE code running in the execution process adds frames to the call stack"
1363
1383
" that would not be there otherwise. IDLE wraps ``sys.getrecursionlimit`` "
1364
1384
"and ``sys.setrecursionlimit`` to reduce the effect of the additional stack "
1365
1385
"frames."
1366
1386
msgstr ""
1367
1387
1368
- #: ../../library/idle.rst:759
1388
+ #: ../../library/idle.rst:774
1369
1389
msgid ""
1370
1390
"When user code raises SystemExit either directly or by calling sys.exit, "
1371
1391
"IDLE returns to a Shell prompt instead of exiting."
1372
1392
msgstr ""
1373
1393
1374
- #: ../../library/idle.rst:763
1394
+ #: ../../library/idle.rst:778
1375
1395
msgid "User output in Shell"
1376
1396
msgstr ""
1377
1397
1378
- #: ../../library/idle.rst:765
1398
+ #: ../../library/idle.rst:780
1379
1399
msgid ""
1380
1400
"When a program outputs text, the result is determined by the corresponding "
1381
1401
"output device. When IDLE executes user code, ``sys.stdout`` and "
@@ -1385,7 +1405,7 @@ msgid ""
1385
1405
"rather than production runs."
1386
1406
msgstr ""
1387
1407
1388
- #: ../../library/idle.rst:772
1408
+ #: ../../library/idle.rst:787
1389
1409
msgid ""
1390
1410
"For instance, Shell never throws away output. A program that sends "
1391
1411
"unlimited output to Shell will eventually fill memory, resulting in a memory"
@@ -1394,7 +1414,7 @@ msgid ""
1394
1414
"lines, with 300 the default."
1395
1415
msgstr ""
1396
1416
1397
- #: ../../library/idle.rst:778
1417
+ #: ../../library/idle.rst:793
1398
1418
msgid ""
1399
1419
"A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) "
1400
1420
"in the BMP (Basic Multilingual Plane) subset of Unicode. Which characters "
@@ -1408,7 +1428,7 @@ msgid ""
1408
1428
"spacing behavior.) ::"
1409
1429
msgstr ""
1410
1430
1411
- #: ../../library/idle.rst:796
1431
+ #: ../../library/idle.rst:811
1412
1432
msgid ""
1413
1433
"The ``repr`` function is used for interactive echo of expression values. It"
1414
1434
" returns an altered version of the input string in which control codes, some"
@@ -1417,13 +1437,13 @@ msgid ""
1417
1437
" regardless of how they are displayed."
1418
1438
msgstr ""
1419
1439
1420
- #: ../../library/idle.rst:802
1440
+ #: ../../library/idle.rst:817
1421
1441
msgid ""
1422
1442
"Normal and error output are generally kept separate (on separate lines) from"
1423
1443
" code input and each other. They each get different highlight colors."
1424
1444
msgstr ""
1425
1445
1426
- #: ../../library/idle.rst:805
1446
+ #: ../../library/idle.rst:820
1427
1447
msgid ""
1428
1448
"For SyntaxError tracebacks, the normal '^' marking where the error was "
1429
1449
"detected is replaced by coloring the text with an error highlight. When code"
@@ -1432,7 +1452,7 @@ msgid ""
1432
1452
"opened if necessary."
1433
1453
msgstr ""
1434
1454
1435
- #: ../../library/idle.rst:811
1455
+ #: ../../library/idle.rst:826
1436
1456
msgid ""
1437
1457
"Shell has a special facility for squeezing output lines down to a 'Squeezed "
1438
1458
"text' label. This is done automatically for output over N lines (N = 50 by "
@@ -1442,18 +1462,18 @@ msgid ""
1442
1462
"scrolling."
1443
1463
msgstr ""
1444
1464
1445
- #: ../../library/idle.rst:819
1465
+ #: ../../library/idle.rst:834
1446
1466
msgid ""
1447
1467
"Squeezed output is expanded in place by double-clicking the label. It can "
1448
1468
"also be sent to the clipboard or a separate view window by right-clicking "
1449
1469
"the label."
1450
1470
msgstr ""
1451
1471
1452
- #: ../../library/idle.rst:824
1472
+ #: ../../library/idle.rst:839
1453
1473
msgid "Developing tkinter applications"
1454
1474
msgstr ""
1455
1475
1456
- #: ../../library/idle.rst:826
1476
+ #: ../../library/idle.rst:841
1457
1477
msgid ""
1458
1478
"IDLE is intentionally different from standard Python in order to facilitate "
1459
1479
"development of tkinter programs. Enter ``import tkinter as tk; root = "
@@ -1465,7 +1485,7 @@ msgid ""
1465
1485
" visibly changes in standard Python until one enters ``root.update()``."
1466
1486
msgstr ""
1467
1487
1468
- #: ../../library/idle.rst:835
1488
+ #: ../../library/idle.rst:850
1469
1489
msgid ""
1470
1490
"Most tkinter programs run ``root.mainloop()``, which usually does not return"
1471
1491
" until the tk app is destroyed. If the program is run with ``python -i`` or"
@@ -1474,19 +1494,19 @@ msgid ""
1474
1494
"with."
1475
1495
msgstr ""
1476
1496
1477
- #: ../../library/idle.rst:841
1497
+ #: ../../library/idle.rst:856
1478
1498
msgid ""
1479
1499
"When running a tkinter program from an IDLE editor, one can comment out the "
1480
1500
"mainloop call. One then gets a shell prompt immediately and can interact "
1481
1501
"with the live application. One just has to remember to re-enable the "
1482
1502
"mainloop call when running in standard Python."
1483
1503
msgstr ""
1484
1504
1485
- #: ../../library/idle.rst:847
1505
+ #: ../../library/idle.rst:862
1486
1506
msgid "Running without a subprocess"
1487
1507
msgstr "サブプロセスを起こさずに起動する"
1488
1508
1489
- #: ../../library/idle.rst:849
1509
+ #: ../../library/idle.rst:864
1490
1510
msgid ""
1491
1511
"By default, IDLE executes user code in a separate subprocess via a socket, "
1492
1512
"which uses the internal loopback interface. This connection is not "
@@ -1496,7 +1516,7 @@ msgstr ""
1496
1516
"デフォルトでは、IDLE "
1497
1517
"でのユーザコードの実行は、内部的なループバックインターフェイスを使用する、ソケット経由の分離されたサブプロセスで行われます。この接続は外部からは見えませんし、インターネットとのデータの送受信は行われません。ファイアウォールソフトウェアの警告が発生しても、無視して構いません。"
1498
1518
1499
- #: ../../library/idle.rst:854
1519
+ #: ../../library/idle.rst:869
1500
1520
msgid ""
1501
1521
"If the attempt to make the socket connection fails, Idle will notify you. "
1502
1522
"Such failures are sometimes transient, but if persistent, the problem may be"
@@ -1505,7 +1525,7 @@ msgid ""
1505
1525
" command line switch."
1506
1526
msgstr ""
1507
1527
1508
- #: ../../library/idle.rst:860
1528
+ #: ../../library/idle.rst:875
1509
1529
msgid ""
1510
1530
"If IDLE is started with the -n command line switch it will run in a single "
1511
1531
"process and will not create the subprocess which runs the RPC Python "
@@ -1525,15 +1545,15 @@ msgstr ""
1525
1545
"しないといけませんし、変更を反映するには、すべての特定の項目 (``from foo import baz`` など) "
1526
1546
"を再インポートしないといけません。これらの理由から、可能なら常にデフォルトのサブプロセスを起こすモードで IDLE を起動するのが吉です。"
1527
1547
1528
- #: ../../library/idle.rst:875
1548
+ #: ../../library/idle.rst:890
1529
1549
msgid "Help and preferences"
1530
1550
msgstr "ヘルプとお好み設定"
1531
1551
1532
- #: ../../library/idle.rst:880
1552
+ #: ../../library/idle.rst:895
1533
1553
msgid "Help sources"
1534
1554
msgstr ""
1535
1555
1536
- #: ../../library/idle.rst:882
1556
+ #: ../../library/idle.rst:897
1537
1557
msgid ""
1538
1558
"Help menu entry\" IDLE Help\" displays a formatted html version of the IDLE "
1539
1559
"chapter of the Library Reference. The result, in a read-only tkinter text "
@@ -1543,7 +1563,7 @@ msgid ""
1543
1563
"the opened box."
1544
1564
msgstr ""
1545
1565
1546
- #: ../../library/idle.rst:890
1566
+ #: ../../library/idle.rst:905
1547
1567
msgid ""
1548
1568
"Help menu entry\" Python Docs\" opens the extensive sources of help, "
1549
1569
"including tutorials, available at ``docs.python.org/x.y``, where 'x.y' is "
@@ -1552,17 +1572,17 @@ msgid ""
1552
1572
"instead."
1553
1573
msgstr ""
1554
1574
1555
- #: ../../library/idle.rst:896
1575
+ #: ../../library/idle.rst:911
1556
1576
msgid ""
1557
1577
"Selected URLs can be added or removed from the help menu at any time using "
1558
1578
"the General tab of the Configure IDLE dialog."
1559
1579
msgstr ""
1560
1580
1561
- #: ../../library/idle.rst:902
1581
+ #: ../../library/idle.rst:917
1562
1582
msgid "Setting preferences"
1563
1583
msgstr "Setting preferences [お好み設定]"
1564
1584
1565
- #: ../../library/idle.rst:904
1585
+ #: ../../library/idle.rst:919
1566
1586
msgid ""
1567
1587
"The font preferences, highlighting, keys, and general preferences can be "
1568
1588
"changed via Configure IDLE on the Option menu. Non-default user settings are"
@@ -1571,7 +1591,7 @@ msgid ""
1571
1591
" or more of the files in ``.idlerc``."
1572
1592
msgstr ""
1573
1593
1574
- #: ../../library/idle.rst:910
1594
+ #: ../../library/idle.rst:925
1575
1595
msgid ""
1576
1596
"On the Font tab, see the text sample for the effect of font face and size on"
1577
1597
" multiple characters in multiple languages. Edit the sample to add other "
@@ -1580,30 +1600,30 @@ msgid ""
1580
1600
"the top of the sample and try changing first size and then font."
1581
1601
msgstr ""
1582
1602
1583
- #: ../../library/idle.rst:917
1603
+ #: ../../library/idle.rst:932
1584
1604
msgid ""
1585
1605
"On the Highlights and Keys tab, select a built-in or custom color theme and "
1586
1606
"key set. To use a newer built-in color theme or key set with older IDLEs, "
1587
1607
"save it as a new custom theme or key set and it well be accessible to older "
1588
1608
"IDLEs."
1589
1609
msgstr ""
1590
1610
1591
- #: ../../library/idle.rst:923
1611
+ #: ../../library/idle.rst:938
1592
1612
msgid "IDLE on macOS"
1593
1613
msgstr ""
1594
1614
1595
- #: ../../library/idle.rst:925
1615
+ #: ../../library/idle.rst:940
1596
1616
msgid ""
1597
1617
"Under System Preferences: Dock, one can set\" Prefer tabs when opening "
1598
1618
"documents\" to\" Always\" . This setting is not compatible with the "
1599
1619
"tk/tkinter GUI framework used by IDLE, and it breaks a few IDLE features."
1600
1620
msgstr ""
1601
1621
1602
- #: ../../library/idle.rst:930
1622
+ #: ../../library/idle.rst:945
1603
1623
msgid "Extensions"
1604
1624
msgstr "Extensions [拡張]"
1605
1625
1606
- #: ../../library/idle.rst:932
1626
+ #: ../../library/idle.rst:947
1607
1627
msgid ""
1608
1628
"IDLE contains an extension facility. Preferences for extensions can be "
1609
1629
"changed with the Extensions tab of the preferences dialog. See the beginning"