Skip to content

Commit b533ca4

Browse files
sync with cpython d793ebc1
1 parent 7d74b88 commit b533ca4

File tree

1 file changed

+38
-37
lines changed

1 file changed

+38
-37
lines changed

library/idle.po

+38-37
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-06-29 00:14+0000\n"
10+
"POT-Creation-Date: 2022-07-04 00:18+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:03+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1078,7 +1078,7 @@ msgstr ""
10781078

10791079
#: ../../library/idle.rst:597
10801080
msgid ""
1081-
"Lines containing ``'RESTART'`` mean that the user execution process has been "
1081+
"Lines containing ``RESTART`` mean that the user execution process has been "
10821082
"re-started. This occurs when the user execution process has crashed, when "
10831083
"one requests a restart on the Shell menu, or when one runs code in an editor "
10841084
"window."
@@ -1330,44 +1330,45 @@ msgid ""
13301330
"created in the execution process, whether directly by user code or by "
13311331
"modules such as multiprocessing. If such subprocess use ``input`` from sys."
13321332
"stdin or ``print`` or ``write`` to sys.stdout or sys.stderr, IDLE should be "
1333-
"started in a command line window. The secondary subprocess will then be "
1333+
"started in a command line window. (On Windows, use ``python`` or ``py`` "
1334+
"rather than ``pythonw`` or ``pyw``.) The secondary subprocess will then be "
13341335
"attached to that window for input and output."
13351336
msgstr ""
13361337

1337-
#: ../../library/idle.rst:781
1338+
#: ../../library/idle.rst:783
13381339
msgid ""
13391340
"If ``sys`` is reset by user code, such as with ``importlib.reload(sys)``, "
13401341
"IDLE's changes are lost and input from the keyboard and output to the screen "
13411342
"will not work correctly."
13421343
msgstr ""
13431344

1344-
#: ../../library/idle.rst:785
1345+
#: ../../library/idle.rst:787
13451346
msgid ""
13461347
"When Shell has the focus, it controls the keyboard and screen. This is "
13471348
"normally transparent, but functions that directly access the keyboard and "
13481349
"screen will not work. These include system-specific functions that "
13491350
"determine whether a key has been pressed and if so, which."
13501351
msgstr ""
13511352

1352-
#: ../../library/idle.rst:790
1353+
#: ../../library/idle.rst:792
13531354
msgid ""
13541355
"The IDLE code running in the execution process adds frames to the call stack "
13551356
"that would not be there otherwise. IDLE wraps ``sys.getrecursionlimit`` and "
13561357
"``sys.setrecursionlimit`` to reduce the effect of the additional stack "
13571358
"frames."
13581359
msgstr ""
13591360

1360-
#: ../../library/idle.rst:795
1361+
#: ../../library/idle.rst:797
13611362
msgid ""
13621363
"When user code raises SystemExit either directly or by calling sys.exit, "
13631364
"IDLE returns to a Shell prompt instead of exiting."
13641365
msgstr ""
13651366

1366-
#: ../../library/idle.rst:799
1367+
#: ../../library/idle.rst:801
13671368
msgid "User output in Shell"
13681369
msgstr ""
13691370

1370-
#: ../../library/idle.rst:801
1371+
#: ../../library/idle.rst:803
13711372
msgid ""
13721373
"When a program outputs text, the result is determined by the corresponding "
13731374
"output device. When IDLE executes user code, ``sys.stdout`` and ``sys."
@@ -1377,7 +1378,7 @@ msgid ""
13771378
"rather than production runs."
13781379
msgstr ""
13791380

1380-
#: ../../library/idle.rst:808
1381+
#: ../../library/idle.rst:810
13811382
msgid ""
13821383
"For instance, Shell never throws away output. A program that sends "
13831384
"unlimited output to Shell will eventually fill memory, resulting in a memory "
@@ -1386,7 +1387,7 @@ msgid ""
13861387
"lines, with 300 the default."
13871388
msgstr ""
13881389

1389-
#: ../../library/idle.rst:814
1390+
#: ../../library/idle.rst:816
13901391
msgid ""
13911392
"A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) "
13921393
"in the BMP (Basic Multilingual Plane) subset of Unicode. Which characters "
@@ -1400,7 +1401,7 @@ msgid ""
14001401
"spacing behavior.) ::"
14011402
msgstr ""
14021403

1403-
#: ../../library/idle.rst:832
1404+
#: ../../library/idle.rst:834
14041405
msgid ""
14051406
"The ``repr`` function is used for interactive echo of expression values. It "
14061407
"returns an altered version of the input string in which control codes, some "
@@ -1409,13 +1410,13 @@ msgid ""
14091410
"regardless of how they are displayed."
14101411
msgstr ""
14111412

1412-
#: ../../library/idle.rst:838
1413+
#: ../../library/idle.rst:840
14131414
msgid ""
14141415
"Normal and error output are generally kept separate (on separate lines) from "
14151416
"code input and each other. They each get different highlight colors."
14161417
msgstr ""
14171418

1418-
#: ../../library/idle.rst:841
1419+
#: ../../library/idle.rst:843
14191420
msgid ""
14201421
"For SyntaxError tracebacks, the normal '^' marking where the error was "
14211422
"detected is replaced by coloring the text with an error highlight. When code "
@@ -1424,7 +1425,7 @@ msgid ""
14241425
"opened if necessary."
14251426
msgstr ""
14261427

1427-
#: ../../library/idle.rst:847
1428+
#: ../../library/idle.rst:849
14281429
msgid ""
14291430
"Shell has a special facility for squeezing output lines down to a 'Squeezed "
14301431
"text' label. This is done automatically for output over N lines (N = 50 by "
@@ -1433,18 +1434,18 @@ msgid ""
14331434
"on the output. This can be useful lines long enough to slow down scrolling."
14341435
msgstr ""
14351436

1436-
#: ../../library/idle.rst:855
1437+
#: ../../library/idle.rst:857
14371438
msgid ""
14381439
"Squeezed output is expanded in place by double-clicking the label. It can "
14391440
"also be sent to the clipboard or a separate view window by right-clicking "
14401441
"the label."
14411442
msgstr ""
14421443

1443-
#: ../../library/idle.rst:860
1444+
#: ../../library/idle.rst:862
14441445
msgid "Developing tkinter applications"
14451446
msgstr ""
14461447

1447-
#: ../../library/idle.rst:862
1448+
#: ../../library/idle.rst:864
14481449
msgid ""
14491450
"IDLE is intentionally different from standard Python in order to facilitate "
14501451
"development of tkinter programs. Enter ``import tkinter as tk; root = tk."
@@ -1456,35 +1457,35 @@ msgid ""
14561457
"changes in standard Python until one enters ``root.update()``."
14571458
msgstr ""
14581459

1459-
#: ../../library/idle.rst:871
1460+
#: ../../library/idle.rst:873
14601461
msgid ""
14611462
"Most tkinter programs run ``root.mainloop()``, which usually does not return "
14621463
"until the tk app is destroyed. If the program is run with ``python -i`` or "
14631464
"from an IDLE editor, a ``>>>`` shell prompt does not appear until "
14641465
"``mainloop()`` returns, at which time there is nothing left to interact with."
14651466
msgstr ""
14661467

1467-
#: ../../library/idle.rst:877
1468+
#: ../../library/idle.rst:879
14681469
msgid ""
14691470
"When running a tkinter program from an IDLE editor, one can comment out the "
14701471
"mainloop call. One then gets a shell prompt immediately and can interact "
14711472
"with the live application. One just has to remember to re-enable the "
14721473
"mainloop call when running in standard Python."
14731474
msgstr ""
14741475

1475-
#: ../../library/idle.rst:883
1476+
#: ../../library/idle.rst:885
14761477
msgid "Running without a subprocess"
14771478
msgstr ""
14781479

1479-
#: ../../library/idle.rst:885
1480+
#: ../../library/idle.rst:887
14801481
msgid ""
14811482
"By default, IDLE executes user code in a separate subprocess via a socket, "
14821483
"which uses the internal loopback interface. This connection is not "
14831484
"externally visible and no data is sent to or received from the internet. If "
14841485
"firewall software complains anyway, you can ignore it."
14851486
msgstr ""
14861487

1487-
#: ../../library/idle.rst:890
1488+
#: ../../library/idle.rst:892
14881489
msgid ""
14891490
"If the attempt to make the socket connection fails, Idle will notify you. "
14901491
"Such failures are sometimes transient, but if persistent, the problem may be "
@@ -1493,7 +1494,7 @@ msgid ""
14931494
"command line switch."
14941495
msgstr ""
14951496

1496-
#: ../../library/idle.rst:896
1497+
#: ../../library/idle.rst:898
14971498
msgid ""
14981499
"If IDLE is started with the -n command line switch it will run in a single "
14991500
"process and will not create the subprocess which runs the RPC Python "
@@ -1507,15 +1508,15 @@ msgid ""
15071508
"at all possible."
15081509
msgstr ""
15091510

1510-
#: ../../library/idle.rst:911
1511+
#: ../../library/idle.rst:913
15111512
msgid "Help and Preferences"
15121513
msgstr ""
15131514

1514-
#: ../../library/idle.rst:916
1515+
#: ../../library/idle.rst:918
15151516
msgid "Help sources"
15161517
msgstr ""
15171518

1518-
#: ../../library/idle.rst:918
1519+
#: ../../library/idle.rst:920
15191520
msgid ""
15201521
"Help menu entry \"IDLE Help\" displays a formatted html version of the IDLE "
15211522
"chapter of the Library Reference. The result, in a read-only tkinter text "
@@ -1525,7 +1526,7 @@ msgid ""
15251526
"the opened box."
15261527
msgstr ""
15271528

1528-
#: ../../library/idle.rst:926
1529+
#: ../../library/idle.rst:928
15291530
msgid ""
15301531
"Help menu entry \"Python Docs\" opens the extensive sources of help, "
15311532
"including tutorials, available at ``docs.python.org/x.y``, where 'x.y' is "
@@ -1534,17 +1535,17 @@ msgid ""
15341535
"instead."
15351536
msgstr ""
15361537

1537-
#: ../../library/idle.rst:932
1538+
#: ../../library/idle.rst:934
15381539
msgid ""
15391540
"Selected URLs can be added or removed from the help menu at any time using "
15401541
"the General tab of the Configure IDLE dialog."
15411542
msgstr ""
15421543

1543-
#: ../../library/idle.rst:938
1544+
#: ../../library/idle.rst:940
15441545
msgid "Setting preferences"
15451546
msgstr ""
15461547

1547-
#: ../../library/idle.rst:940
1548+
#: ../../library/idle.rst:942
15481549
msgid ""
15491550
"The font preferences, highlighting, keys, and general preferences can be "
15501551
"changed via Configure IDLE on the Option menu. Non-default user settings are "
@@ -1553,7 +1554,7 @@ msgid ""
15531554
"or more of the files in ``.idlerc``."
15541555
msgstr ""
15551556

1556-
#: ../../library/idle.rst:946
1557+
#: ../../library/idle.rst:948
15571558
msgid ""
15581559
"On the Font tab, see the text sample for the effect of font face and size on "
15591560
"multiple characters in multiple languages. Edit the sample to add other "
@@ -1562,30 +1563,30 @@ msgid ""
15621563
"them to the top of the sample and try changing first size and then font."
15631564
msgstr ""
15641565

1565-
#: ../../library/idle.rst:953
1566+
#: ../../library/idle.rst:955
15661567
msgid ""
15671568
"On the Highlights and Keys tab, select a built-in or custom color theme and "
15681569
"key set. To use a newer built-in color theme or key set with older IDLEs, "
15691570
"save it as a new custom theme or key set and it well be accessible to older "
15701571
"IDLEs."
15711572
msgstr ""
15721573

1573-
#: ../../library/idle.rst:959
1574+
#: ../../library/idle.rst:961
15741575
msgid "IDLE on macOS"
15751576
msgstr ""
15761577

1577-
#: ../../library/idle.rst:961
1578+
#: ../../library/idle.rst:963
15781579
msgid ""
15791580
"Under System Preferences: Dock, one can set \"Prefer tabs when opening "
15801581
"documents\" to \"Always\". This setting is not compatible with the tk/"
15811582
"tkinter GUI framework used by IDLE, and it breaks a few IDLE features."
15821583
msgstr ""
15831584

1584-
#: ../../library/idle.rst:966
1585+
#: ../../library/idle.rst:968
15851586
msgid "Extensions"
15861587
msgstr ""
15871588

1588-
#: ../../library/idle.rst:968
1589+
#: ../../library/idle.rst:970
15891590
msgid ""
15901591
"IDLE contains an extension facility. Preferences for extensions can be "
15911592
"changed with the Extensions tab of the preferences dialog. See the beginning "

0 commit comments

Comments
 (0)