10000 [skip ci] Update .po files · tkoyama010/python-docs-ja@fd3e25c · GitHub
[go: up one dir, main page]

Skip to content

Commit fd3e25c

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 23267d0 commit fd3e25c

File tree

1 file changed

+51
-49
lines changed

1 file changed

+51
-49
lines changed

library/idle.po

Lines changed: 51 additions & 49 deletions
A851
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-02-10 04:47+0000\n"
14+
"POT-Creation-Date: 2020-03-06 04:57+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:25+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1296,33 +1296,35 @@ msgstr ""
12961296
#: ../../library/idle.rst:683
12971297
msgid ""
12981298
"A zombie pythonw.exe process could be a problem. On Windows, use Task "
1299-
"Manager to detect and stop one. Sometimes a restart initiated by a program "
1300-
"crash or Keyboard Interrupt (control-C) may fail to connect. Dismissing the"
1301-
" error box or Restart Shell on the Shell menu may fix a temporary problem."
1299+
"Manager to check for one and stop it if there is. Sometimes a restart "
1300+
"initiated by a program crash or Keyboard Interrupt (control-C) may fail to "
1301+
"connect. Dismissing the error box or using Restart Shell on the Shell menu "
1302+
"may fix a temporary problem."
13021303
msgstr ""
13031304

1304-
#: ../../library/idle.rst:688
1305+
#: ../../library/idle.rst:689
13051306
msgid ""
13061307
"When IDLE first starts, it attempts to read user configuration files in "
13071308
"``~/.idlerc/`` (~ is one's home directory). If there is a problem, an error"
13081309
" message should be displayed. Leaving aside random disk glitches, this can "
1309-
"be prevented by never editing the files by hand, using the configuration "
1310-
"dialog, under Options, instead Options. Once it happens, the solution may "
1311-
"be to delete one or more of the configuration files."
1310+
"be prevented by never editing the files by hand. Instead, use the "
1311+
"configuration dialog, under Options. Once there is an error in a user "
1312+
"configuration file, the best solution may be to delete it and start over "
1313+
"with the settings dialog."
13121314
msgstr ""
13131315

1314-
#: ../../library/idle.rst:695
1316+
#: ../../library/idle.rst:697
13151317
msgid ""
13161318
"If IDLE quits with no message, and it was not started from a console, try "
1317-
"starting from a console (``python -m idlelib``) and see if a message "
1318-
"appears."
1319+
"starting it from a console or terminal (``python -m idlelib``) and see if "
1320+
"this results in an error message."
13191321
msgstr ""
13201322

1321-
#: ../../library/idle.rst:699
1323+
#: ../../library/idle.rst:702
13221324
msgid "Running user code"
13231325
msgstr ""
13241326

1325-
#: ../../library/idle.rst:701
1327+
#: ../../library/idle.rst:704
13261328
msgid ""
13271329
"With rare exceptions, the result of executing Python code with IDLE is "
13281330
"intended to be the same as executing the same code by the default method, "
@@ -1332,7 +1334,7 @@ msgid ""
13321334
"``threading.activeCount()`` returns 2 instead of 1."
13331335
msgstr ""
13341336

1335-
#: ../../library/idle.rst:708
1337+
#: ../../library/idle.rst:711
13361338
msgid ""
13371339
"By default, IDLE runs user code in a separate OS process rather than in the "
13381340
"user interface process that runs the shell and editor. In the execution "
@@ -1342,15 +1344,15 @@ msgid ""
13421344
"``sys.__stderr__`` are not touched, but may be ``None``."
13431345
msgstr ""
13441346

1345-
#: ../../library/idle.rst:715
1347+
#: ../../library/idle.rst:718
13461348
msgid ""
13471349
"When Shell has the focus, it controls the keyboard and screen. This is "
13481350
"normally transparent, but functions that directly access the keyboard and "
13491351
"screen will not work. These include system-specific functions that "
13501352
"determine whether a key has been pressed and if so, which."
13511353
msgstr ""
13521354

1353-
#: ../../library/idle.rst:720
1355+
#: ../../library/idle.rst:723
13541356
msgid ""
13551357
"IDLE's standard stream replacements are not inherited by subprocesses "
13561358
"created in the execution process, whether directly by user code or by "
@@ -1360,32 +1362,32 @@ msgid ""
13601362
" attached to that window for input and output."
13611363
msgstr ""
13621364

1363-
#: ../../library/idle.rst:727
1365+
#: ../../library/idle.rst:730
13641366
msgid ""
13651367
"The IDLE code running in the execution process adds frames to the call stack"
13661368
" that would not be there otherwise. IDLE wraps ``sys.getrecursionlimit`` "
13671369
"and ``sys.setrecursionlimit`` to reduce the effect of the additional stack "
13681370
"frames."
13691371
msgstr ""
13701372

1371-
#: ../../library/idle.rst:731
1373+
#: ../../library/idle.rst:734
13721374
msgid ""
13731375
"If ``sys`` is reset by user code, such as with ``importlib.reload(sys)``, "
13741376
"IDLE's changes are lost and input from the keyboard and output to the screen"
13751377
" will not work correctly."
13761378
msgstr ""
13771379

1378-
#: ../../library/idle.rst:735
1380+
#: ../../library/idle.rst:738
13791381
msgid ""
13801382
"When user code raises SystemExit either directly or by calling sys.exit, "
13811383
"IDLE returns to a Shell prompt instead of exiting."
13821384
msgstr ""
13831385

1384-
#: ../../library/idle.rst:739
1386+
#: ../../library/idle.rst:742
13851387
msgid "User output in Shell"
13861388
msgstr ""
13871389

1388-
#: ../../library/idle.rst:741
1390+
#: ../../library/idle.rst:744
13891391
msgid ""
13901392
"When a program outputs text, the result is determined by the corresponding "
13911393
"output device. When IDLE executes user code, ``sys.stdout`` and "
@@ -1395,7 +1397,7 @@ msgid ""
13951397
"rather than production runs."
13961398
msgstr ""
13971399

1398-
#: ../../library/idle.rst:748
1400+
#: ../../library/idle.rst:751
13991401
msgid ""
14001402
"For instance, Shell never throws away output. A program that sends "
14011403
"unlimited output to Shell will eventually fill memory, resulting in a memory"
@@ -1404,7 +1406,7 @@ msgid ""
14041406
"lines, with 300 the default."
14051407
msgstr ""
14061408

1407-
#: ../../library/idle.rst:754
1409+
#: ../../library/idle.rst:757
14081410
msgid ""
14091411
"A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) "
14101412
"in the BMP (Basic Multilingual Plane) subset of Unicode. Which characters "
@@ -1418,7 +1420,7 @@ msgid ""
14181420
"spacing behavior.) ::"
14191421
msgstr ""
14201422

1421-
#: ../../library/idle.rst:772
1423+
#: ../../library/idle.rst:775
14221424
msgid ""
14231425
"The ``repr`` function is used for interactive echo of expression values. It"
14241426
" returns an altered version of the input string in which control codes, some"
@@ -1427,13 +1429,13 @@ msgid ""
14271429
" regardless of how they are displayed."
14281430
msgstr ""
14291431

1430-
#: ../../library/idle.rst:778
1432+
#: ../../library/idle.rst:781
14311433
msgid ""
14321434
"Normal and error output are generally kept separate (on separate lines) from"
14331435
" code input and each other. They each get different highlight colors."
14341436
msgstr ""
14351437

1436-
#: ../../library/idle.rst:781
1438+
#: ../../library/idle.rst:784
14371439
msgid ""
14381440
"For SyntaxError tracebacks, the normal '^' marking where the error was "
14391441
"detected is replaced by coloring the text with an error highlight. When code"
@@ -1442,7 +1444,7 @@ msgid ""
14421444
"opened if necessary."
14431445
msgstr ""
14441446

1445-
#: ../../library/idle.rst:787
1447+
#: ../../library/idle.rst:790
14461448
msgid ""
14471449
"Shell has a special facility for squeezing output lines down to a 'Squeezed "
14481450
"text' label. This is done automatically for output over N lines (N = 50 by "
@@ -1452,18 +1454,18 @@ msgid ""
14521454
"scrolling."
14531455
msgstr ""
14541456

1455-
#: ../../library/idle.rst:795
1457+
#: ../../library/idle.rst:798
14561458
msgid ""
14571459
"Squeezed output is expanded in place by double-clicking the label. It can "
14581460
"also be sent to the clipboard or a separate view window by right-clicking "
14591461
"the label."
14601462
msgstr ""
14611463

1462-
6377 #: ../../library/idle.rst:800
1464+
#: ../../library/idle.rst:803
14631465
msgid "Developing tkinter applications"
14641466
msgstr ""
14651467

1466-
#: ../../library/idle.rst:802
1468+
#: ../../library/idle.rst:805
14671469
msgid ""
14681470
"IDLE is intentionally different from standard Python in order to facilitate "
14691471
"development of tkinter programs. Enter ``import tkinter as tk; root = "
@@ -1475,7 +1477,7 @@ msgid ""
14751477
" visibly changes in standard Python until one enters ``root.update()``."
14761478
msgstr ""
14771479

1478-
#: ../../library/idle.rst:811
1480+
#: ../../library/idle.rst:814
14791481
msgid ""
14801482
"Most tkinter programs run ``root.mainloop()``, which usually does not return"
14811483
" until the tk app is destroyed. If the program is run with ``python -i`` or"
@@ -1484,19 +1486,19 @@ msgid ""
14841486
"with."
14851487
msgstr ""
14861488

1487-
#: ../../library/idle.rst:817
1489+
#: ../../library/idle.rst:820
14881490
msgid ""
14891491
"When running a tkinter program from an IDLE editor, one can comment out the "
14901492
"mainloop call. One then gets a shell prompt immediately and can interact "
14911493
"with the live application. One just has to remember to re-enable the "
14921494
"mainloop call when running in standard Python."
14931495
msgstr ""
14941496

1495-
#: ../../library/idle.rst:823
1497+
#: ../../library/idle.rst:826
14961498
msgid "Running without a subprocess"
14971499
msgstr "サブプロセスを起こさずに起動する"
14981500

1499-
#: ../../library/idle.rst:825
1501+
#: ../../library/idle.rst:828
15001502
msgid ""
15011503
"By default, IDLE executes user code in a separate subprocess via a socket, "
15021504
"which uses the internal loopback interface. This connection is not "
@@ -1506,7 +1508,7 @@ msgstr ""
15061508
"デフォルトでは、IDLE "
15071509
"でのユーザコードの実行は、内部的なループバックインターフェイスを使用する、ソケット経由の分離されたサブプロセスで行われます。この接続は外部からは見えませんし、インターネットとのデータの送受信は行われません。ファイアウォールソフトウェアの警告が発生しても、無視して構いません。"
15081510

1509-
#: ../../library/idle.rst:830
1511+
#: ../../library/idle.rst:833
15101512
msgid ""
1511151 F438 3
"If the attempt to make the socket connection fails, Idle will notify you. "
15121514
"Such failures are sometimes transient, but if persistent, the problem may be"
@@ -1515,7 +1517,7 @@ msgid ""
15151517
" command line switch."
15161518
msgstr ""
15171519

1518-
#: ../../library/idle.rst:836
1520+
#: ../../library/idle.rst:839
15191521
msgid ""
15201522
"If IDLE is started with the -n command line switch it will run in a single "
15211523
"process and will not create the subprocess which runs the RPC Python "
@@ -1535,15 +1537,15 @@ msgstr ""
15351537
"しないといけませんし、変更を反映するには、すべての特定の項目 (``from foo import baz`` など) "
15361538
"を再インポートしないといけません。これらの理由から、可能なら常にデフォルトのサブプロセスを起こすモードで IDLE を起動するのが吉です。"
15371539

1538-
#: ../../library/idle.rst:851
1540+
#: ../../library/idle.rst:854
15391541
msgid "Help and preferences"
15401542
msgstr "ヘルプとお好み設定"
15411543

1542-
#: ../../library/idle.rst:856
1544+
#: ../../library/idle.rst:859
15431545
msgid "Help sources"
15441546
msgstr ""
15451547

1546-
#: ../../library/idle.rst:858
1548+
#: ../../library/idle.rst:861
15471549
msgid ""
15481550
"Help menu entry \"IDLE Help\" displays a formatted html version of the IDLE "
15491551
"chapter of the Library Reference. The result, in a read-only tkinter text "
@@ -1553,7 +1555,7 @@ msgid ""
15531555
"the opened box."
15541556
msgstr ""
15551557

1556-
#: ../../library/idle.rst:866
1558+
#: ../../library/idle.rst:869
15571559
msgid ""
15581560
"Help menu entry \"Python Docs\" opens the extensive sources of help, "
15591561
"including tutorials, available at ``docs.python.org/x.y``, where 'x.y' is "
@@ -1562,17 +1564,17 @@ msgid ""
15621564
"instead."
15631565
msgstr ""
15641566

1565-
#: ../../library/idle.rst:872
1567+
#: ../../library/idle.rst:875
15661568
msgid ""
15671569
"Selected URLs can be added or removed from the help menu at any time using "
15681570
"the General tab of the Configure IDLE dialog."
15691571
msgstr ""
15701572

1571-
#: ../../library/idle.rst:878
1573+
#: ../../library/idle.rst:881
15721574
msgid "Setting preferences"
15731575
msgstr "Setting preferences [お好み設定]"
15741576

1575-
#: ../../library/idle.rst:880
1577+
#: ../../library/idle.rst:883
15761578
msgid ""
15771579
"The font preferences, highlighting, keys, and general preferences can be "
15781580
"changed via Configure IDLE on the Option menu. Non-default user settings are"
@@ -1581,7 +1583,7 @@ msgid ""
15811583
" or more of the files in ``.idlerc``."
15821584
msgstr ""
15831585

1584-
#: ../../library/idle.rst:886
1586+
#: ../../library/idle.rst:889
15851587
msgid ""
15861588
"On the Font tab, see the text sample for the effect of font face and size on"
15871589
" multiple characters in multiple languages. Edit the sample to add other "
@@ -1590,30 +1592,30 @@ msgid ""
15901592
"the top of the sample and try changing first size and then font."
15911593
msgstr ""
15921594

1593-
#: ../../library/idle.rst:893
1595+
#: ../../library/idle.rst:896
15941596
msgid ""
15951597
"On the Highlights and Keys tab, select a built-in or custom color theme and "
15961598
"key set. To use a newer built-in color theme or key set with older IDLEs, "
15971599
"save it as a new custom theme or key set and it well be accessible to older "
15981600
"IDLEs."
15991601
msgstr ""
16001602

1601-
#: ../../library/idle.rst:899
1603+
#: ../../library/idle.rst:902
16021604
msgid "IDLE on macOS"
16031605
msgstr ""
16041606

1605-
#: ../../library/idle.rst:901
1607+
#: ../../library/idle.rst:904
16061608
msgid ""
16071609
"Under System Preferences: Dock, one can set \"Prefer tabs when opening "
16081610
"documents\" to \"Always\". This setting is not compatible with the "
16091611
"tk/tkinter GUI framework used by IDLE, and it breaks a few IDLE features."
16101612
msgstr ""
16111613

1612-
#: ../../library/idle.rst:906
1614+
#: ../../library/idle.rst:909
16131615
msgid "Extensions"
16141616
msgstr "Extensions [拡張]"
16151617

1616-
#: ../../library/idle.rst:908
1618+
#: ../../library/idle.rst:911
16171619
msgid ""
16181620
"IDLE contains an extension facility. Preferences for extensions can be "
16191621
"changed with the Extensions tab of the preferences dialog. See the beginning"

0 commit comments

Comments
 (0)
0