Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a11762

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 53ebac6 commit 4a11762

File tree

2 files changed

+5866
-5847
lines changed

2 files changed

+5866
-5847
lines changed

library/idle.po

Lines changed: 47 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-02-21 16:31+0000\n"
14+
"POT-Creation-Date: 2021-02-24 16:36+0000\n"
1515
"PO-Revision-Date: 2020-05-30 12:04+0000\n"
1616
"Last-Translator: tomo, 2020\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1322,6 +1322,18 @@ msgstr ""
13221322

13231323
#: ../../library/idle.rst:729
13241324
msgid ""
1325+
"Sending print output from one process to a text widget in another is slower "
1326+
"than printing to a system terminal in the same process. This has the most "
1327+
"effect when printing multiple arguments, as the string for each argument, "
1328+
"each separator, the newline are sent separately. For development, this is "
1329+
"usually not a problem, but if one wants to print faster in IDLE, format and "
1330+
"join together everything one wants displayed together and then print a "
1331+
"single string. Both format strings and :meth:`str.join` can help combine "
1332+
"fields and lines."
1333+
msgstr ""
1334+
1335+
#: ../../library/idle.rst:738
1336+
msgid ""
13251337
"IDLE's standard stream replacements are not inherited by subprocesses "
13261338
"created in the execution process, whether directly by user code or by "
13271339
"modules such as multiprocessing. If such subprocess use ``input`` from "
@@ -1330,40 +1342,40 @@ msgid ""
13301342
" attached to that window for input and output."
13311343
msgstr ""
13321344

1333-
#: ../../library/idle.rst:736
1345+
#: ../../library/idle.rst:745
13341346
msgid ""
13351347
"If ``sys`` is reset by user code, such as with ``importlib.reload(sys)``, "
13361348
"IDLE's changes are lost and input from the keyboard and output to the screen"
13371349
" will not work correctly."
13381350
msgstr ""
13391351

1340-
#: ../../library/idle.rst:740
1352+
#: ../../library/idle.rst:749
13411353
msgid ""
13421354
"When Shell has the focus, it controls the keyboard and screen. This is "
13431355
"normally transparent, but functions that directly access the keyboard and "
13441356
"screen will not work. These include system-specific functions that "
13451357
"determine whether a key has been pressed and if so, which."
13461358
msgstr ""
13471359

1348-
#: ../../library/idle.rst:745
1360+
#: ../../library/idle.rst:754
13491361
msgid ""
13501362
"The IDLE code running in the execution process adds frames to the call stack"
13511363
" that would not be there otherwise. IDLE wraps ``sys.getrecursionlimit`` "
13521364
"and ``sys.setrecursionlimit`` to reduce the effect of the additional stack "
13531365
"frames."
13541366
msgstr ""
13551367

1356-
#: ../../library/idle.rst:750
1368+
#: ../../library/idle.rst:759
13571369
msgid ""
13581370
"When user code raises SystemExit either directly or by calling sys.exit, "
13591371
"IDLE returns to a Shell prompt instead of exiting."
13601372
msgstr ""
13611373

1362-
#: ../../library/idle.rst:754
1374+
#: ../../library/idle.rst:763
13631375
msgid "User output in Shell"
13641376
msgstr ""
13651377

1366-
#: ../../library/idle.rst:756
1378+
#: ../../library/idle.rst:765
13671379
msgid ""
13681380
"When a program outputs text, the result is determined by the corresponding "
13691381
"output device. When IDLE executes user code, ``sys.stdout`` and "
@@ -1373,7 +1385,7 @@ msgid ""
13731385
"rather than production runs."
13741386
msgstr ""
13751387

1376-
#: ../../library/idle.rst:763
1388+
#: ../../library/idle.rst:772
13771389
msgid ""
13781390
"For instance, Shell never throws away output. A program that sends "
13791391
"unlimited output to Shell will eventually fill memory, resulting in a memory"
@@ -1382,7 +1394,7 @@ msgid ""
13821394
"lines, with 300 the default."
13831395
msgstr ""
13841396

1385-
#: ../../library/idle.rst:769
1397+
#: ../../library/idle.rst:778
13861398
msgid ""
13871399
"A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) "
13881400
"in the BMP (Basic Multilingual Plane) subset of Unicode. Which characters "
@@ -1396,7 +1408,7 @@ msgid ""
13961408
"spacing behavior.) ::"
13971409
msgstr ""
13981410

1399-
#: ../../library/idle.rst:787
1411+
#: ../../library/idle.rst:796
14001412
msgid ""
14011413
"The ``repr`` function is used for interactive echo of expression values. It"
14021414
" returns an altered version of the input string in which control codes, some"
@@ -1405,13 +1417,13 @@ msgid ""
14051417
" regardless of how they are displayed."
14061418
msgstr ""
14071419

1408-
#: ../../library/idle.rst:793
1420+
#: ../../library/idle.rst:802
14091421
msgid ""
14101422
"Normal and error output are generally kept separate (on separate lines) from"
14111423
" code input and each other. They each get different highlight colors."
14121424
msgstr ""
14131425

1414-
#: ../../library/idle.rst:796
1426+
#: ../../library/idle.rst:805
14151427
msgid ""
14161428
"For SyntaxError tracebacks, the normal '^' marking where the error was "
14171429
"detected is replaced by coloring the text with an error highlight. When code"
@@ -1420,7 +1432,7 @@ msgid ""
14201432
"opened if necessary."
14211433
msgstr ""
14221434

1423-
#: ../../library/idle.rst:802
1435+
#: ../../library/idle.rst:811
14241436
msgid ""
14251437
"Shell has a special facility for squeezing output lines down to a 'Squeezed "
14261438
"text' label. This is done automatically for output over N lines (N = 50 by "
@@ -1430,18 +1442,18 @@ msgid ""
14301442
"scrolling."
14311443
msgstr ""
14321444

1433-
#: ../../library/idle.rst:810
1445+
#: ../../library/idle.rst:819
14341446
msgid ""
14351447
"Squeezed output is expanded in place by double-clicking the label. It can "
14361448
"also be sent to the clipboard or a separate view window by right-clicking "
14371449
"the label."
14381450
msgstr ""
14391451

1440-
#: ../../library/idle.rst:815
1452+
#: ../../library/idle.rst:824
14411453
msgid "Developing tkinter applications"
14421454
msgstr ""
14431455

1444-
#: ../../library/idle.rst:817
1456+
#: ../../library/idle.rst:826
14451457
msgid ""
14461458
"IDLE is intentionally different from standard Python in order to facilitate "
14471459
"development of tkinter programs. Enter ``import tkinter as tk; root = "
@@ -1453,7 +1465,7 @@ msgid ""
14531465
" visibly changes in standard Python until one enters ``root.update()``."
14541466
msgstr ""
14551467

1456-
#: ../../library/idle.rst:826
1468+
#: ../../library/idle.rst:835
14571469
msgid ""
14581470
"Most tkinter programs run ``root.mainloop()``, which usually does not return"
14591471
" until the tk app is destroyed. If the program is run with ``python -i`` or"
@@ -1462,19 +1474,19 @@ msgid ""
14621474
"with."
14631475
msgstr ""
14641476

1465-
#: ../../library/idle.rst:832
1477+
#: ../../library/idle.rst:841
14661478
msgid ""
14671479
"When running a tkinter program from an IDLE editor, one can comment out the "
14681480
"mainloop call. One then gets a shell prompt immediately and can interact "
14691481
"with the live application. One just has to remember to re-enable the "
14701482
"mainloop call when running in standard Python."
14711483
msgstr ""
14721484

1473-
#: ../../library/idle.rst:838
1485+
#: ../../library/idle.rst:847
14741486
msgid "Running without a subprocess"
14751487
msgstr "サブプロセスを起こさずに起動する"
14761488

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

1487-
#: ../../library/idle.rst:845
1499+
#: ../../library/idle.rst:854
14881500
msgid ""
14891501
"If the attempt to make the socket connection fails, Idle will notify you. "
14901502
"Such failures are sometimes transient, but if persistent, the problem may be"
@@ -1493,7 +1505,7 @@ msgid ""
14931505
" command line switch."
14941506
msgstr ""
14951507

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

1516-
#: ../../library/idle.rst:866
1528+
#: ../../library/idle.rst:875
15171529
msgid "Help and preferences"
15181530
msgstr "ヘルプとお好み設定"
15191531

1520-
#: ../../library/idle.rst:871
1532+
#: ../../library/idle.rst:880
15211533
msgid "Help sources"
15221534
msgstr ""
15231535

1524-
#: ../../library/idle.rst:873
1536+
#: ../../library/idle.rst:882
15251537
msgid ""
15261538
"Help menu entry \"IDLE Help\" displays a formatted html version of the IDLE "
15271539
"chapter of the Library Reference. The result, in a read-only tkinter text "
@@ -1531,7 +1543,7 @@ msgid ""
15311543
"the opened box."
15321544
msgstr ""
15331545

1534-
#: ../../library/idle.rst:881
1546+
#: ../../library/idle.rst:890
15351547
msgid ""
15361548
"Help menu entry \"Python Docs\" opens the extensive sources of help, "
15371549
"including tutorials, available at ``docs.python.org/x.y``, where 'x.y' is "
@@ -1540,17 +1552,17 @@ msgid ""
15401552
"instead."
15411553
msgstr ""
15421554

1543-
#: ../../library/idle.rst:887
1555+
#: ../../library/idle.rst:896
15441556
msgid ""
15451557
"Selected URLs can be added or removed from the help menu at any time using "
15461558
"the General tab of the Configure IDLE dialog."
15471559
msgstr ""
15481560

1549-
#: ../../library/idle.rst:893
1561+
#: ../../library/idle.rst:902
15501562
msgid "Setting preferences"
15511563
msgstr "Setting preferences [お好み設定]"
15521564

1553-
#: ../../library/idle.rst:895
1565+
#: ../../library/idle.rst:904
15541566
msgid ""
15551567
"The font preferences, highlighting, keys, and general preferences can be "
15561568
"changed via Configure IDLE on the Option menu. Non-default user settings are"
@@ -1559,7 +1571,7 @@ msgid ""
15591571
" or more of the files in ``.idlerc``."
15601572
msgstr ""
15611573

1562-
#: ../../library/idle.rst:901
1574+
#: ../../library/idle.rst:910
15631575
msgid ""
15641576
"On the Font tab, see the text sample for the effect of font face and size on"
15651577
" multiple characters in multiple languages. Edit the sample to add other "
@@ -1568,30 +1580,30 @@ msgid ""
15681580
"the top of the sample and try changing first size and then font."
15691581
msgstr ""
15701582

1571-
#: ../../library/idle.rst:908
1583+
#: ../../library/idle.rst:917
15721584
msgid ""
15731585
"On the Highlights and Keys tab, select a built-in or custom color theme and "
15741586
"key set. To use a newer built-in color theme or key set with older IDLEs, "
15751587
"save it as a new custom theme or key set and it well be accessible to older "
15761588
"IDLEs."
15771589
msgstr ""
15781590

1579-
#: ../../library/idle.rst:914
1591+
#: ../../library/idle.rst:923
15801592
msgid "IDLE on macOS"
15811593
msgstr ""
15821594

1583-
#: ../../library/idle.rst:916
1595+
#: ../../library/idle.rst:925
15841596
msgid ""
15851597
"Under System Preferences: Dock, one can set \"Prefer tabs when opening "
15861598
"documents\" to \"Always\". This setting is not compatible with the "
15871599
"tk/tkinter GUI framework used by IDLE, and it breaks a few IDLE features."
15881600
msgstr ""
15891601

1590-
#: ../../library/idle.rst:921
1602+
#: ../../library/idle.rst:930
15911603
msgid "Extensions"
15921604
msgstr "Extensions [拡張]"
15931605

1594-
#: ../../library/idle.rst:923
1606+
#: ../../library/idle.rst:932
15951607
msgid ""
15961608
"IDLE contains an extension facility. Preferences for extensions can be "
15971609
"changed with the Extensions tab of the preferences dialog. See the beginning"

0 commit comments

Comments
 (0)