-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsrc_debug_client.po
2628 lines (2102 loc) · 82.6 KB
/
src_debug_client.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Module src_debug_client translation file for language=en
# Copyright (C) 2003 Archaeopteryx Software, Inc.
# Wing IDE for Python -- www.wingide.com
#
msgid ""
msgstr ""
"Project-Id-Version: wingide 5.0.0\n"
"POT-Creation-Date: 2013-11-13 10:33+EST\n"
"PO-Revision-Date: 2013-11-23 16:28+0800\n"
"Last-Translator: Rains <rains31@gmail.com>\n"
"Language-Team: www.knownsec.com\n"
"Language: zh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.4\n"
"X-Generator: Poedit 1.5.7\n"
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:34
msgid "Breakpoints for a file"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:38
msgid "Exceptions ignored for a file"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:42
msgid "History list of commands in Python Shell"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:46
msgid "History list of commands in Debug Probe"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:50
msgid "History list of expressions used in the evaluator"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:54
msgid "History list of expressions"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:61
msgid ""
"Use $(ENV) to insert values from the environment or from the following "
"special variables: $(WING:FILENAME) for full path of current file, $(WING:"
"LINENO) for current line number, $(WING:SCOPE) for x.y.z-formatted list of "
"current Python scope, $(WING:PROJECT) for full path of current project, "
"$(WING:PROJECT_DIR) for the directory that contains the current project, "
"$(WING:SELECTION) for the text selected on the current editor, and $(WING:"
"PYTHON) forthe full path to the Python being used by the current project. "
"%s can be used as a short hand for $(WING:FILENAME). These values will be "
"empty if undefined or there is no current file. "
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:71
msgid ""
"Command line arguments to use when executing or debugging. Arguments can "
"optionally be delimited by \"s or 's. Use \\\" to add \" to an argument and "
"\\\\\" to add \\\" to an argument. Environment variable references may "
"also be used. A \\ that does not precede a \", ', or $ adds a \\ to an "
"argument."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:87
msgid "Used internally to save recently used run arguments"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:96
msgid ""
"Whether to show dialog before running file. This may be overridden with the "
"Debugger > Advanced > Auto-show Run Args Dialog preference."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/attribs.py:99
msgid "Whether to show dialog before running file"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/bpmanager.py:110
msgid "Breakpoint Insert Failed"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/bpmanager.py:110
msgid "Failed to insert breakpoint: "
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/bpmanager.py:450
msgid "No code at the selected line"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/bpmanager.py:1041
msgid ""
"No response from TrackBreaks: Setting server side ID opportunistically "
"during UpdateChangedBPs"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/bpmanager.py:1041
msgid "TrackBreaks Failed"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:56
msgid "Call Stack"
msgstr "调用栈"
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:61
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:142
msgid "Debug Process Call Stack"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:195
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:203
msgid "Stack Frames"
msgstr "栈帧"
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:244
msgid " pos %s-%s"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:246
msgid " line %s"
msgstr "%s 行"
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:255
#: /Users/sdeibel/src/ide/src/debug/client/stackpanel.py:496
msgid "<thread is running>"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:319
#: /Users/sdeibel/src/ide/src/debug/client/excpanel.py:720
msgid "Failed to select stack frame"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:320
#: /Users/sdeibel/src/ide/src/debug/client/excpanel.py:721
msgid "Could not display selected stack frame"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:380
msgid "Copy Stack to Clipboard"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:382
msgid "Hide Code Line"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:384
msgid "Show Code Line Appended"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:386
msgid "Show Code Line Below"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:389
msgid "Show Call Stack Documentation"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/callstack.py:394
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:437
msgid "Breakpoint Mgr"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:320
msgid "Cannot ignore breakpoint '%s' times"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:320
msgid "Invalid Value"
msgstr "无效的值"
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:357
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:701
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:806
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1703
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1762
#: /Users/sdeibel/src/ide/src/debug/client/runstate.py:600
#: /Users/sdeibel/src/ide/src/debug/client/runstate.py:2650
msgid "_OK"
msgstr "确认(_O)"
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:358
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:702
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:807
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1704
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1763
#: /Users/sdeibel/src/ide/src/debug/client/interactive.py:729
#: /Users/sdeibel/src/ide/src/debug/client/runstate.py:2058
#: /Users/sdeibel/src/ide/src/debug/client/shell.py:1177
msgid "_Cancel"
msgstr "取消(_C)"
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:362
msgid "Conditional Breakpoint"
msgstr "条件断点"
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:388
msgid "Enter new breakpoint condition:"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:461
msgid "OK"
msgstr "确认"
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:462
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:413
msgid "Cancel"
msgstr "取消"
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:466
msgid "Ignore Breakpoint"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_advbreak.py:492
msgid "Enter number of hits to ignore:"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:143
msgid "Could not attach"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:143
msgid "Could not attach to host %s, port %s: "
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:144
msgid ""
"The remote process is not accepting connections, or is not running. This "
"may be caused by a missing or incorrect wingdebugpw file. The wingdebugpw "
"file in the IDE's user settings directory (%s) must match the wingdebugpw "
"file that is being read by the debug process (see kPWFilePath in wingdbstub."
"py)."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:291
msgid "Both host and port must be filled in"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:291
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:297
msgid "Invalid Entry"
msgstr "无效的条目"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:297
msgid "Invalid (non-numeric) port number"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:322
msgid "Select a process to attach to:"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:336
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:340
msgid "Description"
msgstr "描述"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:336
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:340
msgid "Host"
msgstr "主机"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:336
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:340
msgid "Origin"
msgstr "来源"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:336
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:340
msgid "PID"
msgstr "进程号"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:336
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:340
#: /Users/sdeibel/src/ide/src/debug/client/prefs.py:156
msgid "Port"
msgstr "端口"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:358
msgid "Prefs"
msgstr "首选项"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:360
msgid "Wing IDE"
msgstr "Wing IDE"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:362
msgid "External"
msgstr "外部"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:373
msgid "Host:"
msgstr "主机:"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:386
msgid "Port:"
msgstr "端口:"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:410
msgid "Attach"
msgstr "附着"
#: /Users/sdeibel/src/ide/src/debug/client/cap_attach.py:428
msgid "Attach to Debug Process"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:57
msgid "Breakpoints"
msgstr "断点"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:62
msgid "Debug Breakpoint Manager"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:147
msgid "Breakpoint Manager"
msgstr "断点管理器"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:162
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:172
msgid "Breakpoint manager state"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:224
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:304
msgid "Condition"
msgstr "条件"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:224
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:304
msgid "Ignores"
msgstr "忽略"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:224
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:304
msgid "Location"
msgstr "位置"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:224
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:304
msgid "Temporary"
msgstr "临时"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:224
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:304
#: /Users/sdeibel/src/ide/src/debug/client/prefs.py:573
msgid "Enabled"
msgstr "已启用"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:225
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:305
#, fuzzy
msgid "Hits"
msgstr "浏览次数"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:225
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:305
msgid "Ignores Left"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:359
#: /Users/sdeibel/src/ide/src/debug/client/vartree.py:547
msgid "%s, line %i"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:425
msgid "Show Breakpoint"
msgstr "显示断点"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:426
msgid "Remove Breakpoint"
msgstr "移除断点"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:428
msgid "Remove All Breakpoints"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:429
msgid "Disable _All Breakpoints"
msgstr "禁用全部断点(_A)"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:430
msgid "Enable _All Breakpoints"
msgstr "启用全部断点(_A)"
#: /Users/sdeibel/src/ide/src/debug/client/cap_breakpanel.py:432
msgid "Show Breakpoints Documentation"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:114
#: /Users/sdeibel/src/ide/src/debug/client/interactive.py:525
msgid "Cannot execute: program is exiting"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:120
msgid "Cannot execute: debug process is busy"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:124
msgid "Executing command. Please wait for result."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:126
#: /Users/sdeibel/src/ide/src/debug/client/interactive.py:531
msgid "Waiting for keyboard input"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:128
msgid "Commands execute in current stack frame. Use arrow keys for history."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:130
msgid "Cannot execute: no debug process"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:132
msgid "Cannot execute: debug program is connecting"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:134
msgid "Cannot execute: debugger not ready or exiting"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:136
msgid "Cannot execute: unknown or invalid debug mode"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:175
msgid "Debug Probe"
msgstr "调试探头"
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:180
msgid "Command Line for Probing Paused Debug Process Data"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:262
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:578
#: /Users/sdeibel/src/ide/src/debug/client/excpanel.py:318
#: /Users/sdeibel/src/ide/src/debug/client/interactive.py:1317
#: /Users/sdeibel/src/ide/src/debug/client/shell.py:648
msgid "_Clear"
msgstr "清除(_C)"
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:263
#: /Users/sdeibel/src/ide/src/debug/client/shell.py:652
msgid "_Save a Copy..."
msgstr "保存副本"
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:265
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:581
#: /Users/sdeibel/src/ide/src/debug/client/interactive.py:1325
msgid "_Wrap Lines"
msgstr "超长自动换行"
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:266
#: /Users/sdeibel/src/ide/src/debug/client/interactive.py:1326
msgid "_Pretty Print"
msgstr "易读方式打印(_P)"
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:267
msgid "_Enable Auto-completion"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:268
#: /Users/sdeibel/src/ide/src/debug/client/interactive.py:1328
msgid "_Filter history by entered prefix"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:270
#: /Users/sdeibel/src/ide/src/debug/client/interactive.py:1330
msgid "Evaluate Only W_hole Lines"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:273
msgid "Show Debug Probe _Documentation"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_debugprobe.py:296
msgid "Could not find definition of '%s'"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:44
msgid "Untitled"
msgstr "无标题"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:343
msgid "Launch %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:345
msgid "Untitled Launch Config"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:580
msgid "Show _Docs..."
msgstr "显示文档(_D)..."
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:582
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1602
msgid "_Close"
msgstr "关闭"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:585
msgid "ID"
msgstr "编号"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:585
msgid "Shared"
msgstr "共享的"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:585
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1146
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1605
msgid "Name"
msgstr "名称"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:621
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1634
msgid "Right click on the list for editing operations"
msgstr "右键点击列表编辑"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:628
msgid "Manage Launch Configurations"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:698
msgid "Use Duplicate Launch Configuration Name?"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:699
msgid ""
"That launch configuration already exists. Are you sure you want to create "
"two launch configurations named '%s'?"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:783
msgid "Named Entry Point: "
msgstr "已命名的入口点:"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:791
msgid "File: "
msgstr "文件: "
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:793
msgid ""
"This launch configuration is used by the following, which will revert to "
"using project-wide settings if the launch configuration is removed:"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:802
msgid "Delete Launch Configuration?"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:803
msgid ""
"Are you sure you want to delete launch configuration '%s'? This cannot be "
"undone."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:838
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1828
msgid "_New..."
msgstr "新建(_N)..."
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:839
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1829
msgid "D_uplicate..."
msgstr "重复(u)..."
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:840
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1830
msgid "_Edit..."
msgstr "编辑(_E)..."
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:841
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1831
msgid "_Delete..."
msgstr "删除(_D)..."
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:875
#, fuzzy
msgid "Launch Configuration: %s"
msgstr "调用配置工具:%s"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:963
msgid ""
"Python Executable '%s' is a full path, which may not work if this launch "
"configuration is shared to other machines or OSes. You may want to use an "
"environment variable reference such as ${ENV} as the first part of the path "
"or use the project setting and configure the project on each machine or OS."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:978
msgid ""
"Python Path entry '%s' is a partial path -- We recommend using full paths to "
"avoid problems locating source files for analysis and debugging. If this "
"launch configuration will be shared to other machines or OSes, use an "
"environment variable reference such as ${WING:PROJECT_DIR} as the first part "
"of the entry. "
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:984
msgid ""
"If you must use a partial path, be sure to set Initial Directory under the "
"Python tab."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:988
msgid "Python Path entry '%s' is also a partial path"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:992
msgid ""
"Python Path entry '%s' is a full path which may not work when this launch "
"configuration is shared to another machine or OS. Use an environment "
"variable reference such as ${WING:PROJECT_DIR} as the first part of the path."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:998
msgid "Python Path entry '%s' is also a full path"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1002
msgid "Python Path entry '%s' does not exist"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1004
msgid "Python Path entry '%s' is not a directory"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1022
msgid "Build command '%s' could not be found by id or title"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1071
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1939
msgid "Environment"
msgstr "环境"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1072
msgid "Python"
msgstr "Python"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1101
msgid ""
"Command line arguments to use when executing or debugging with this launch "
"configuration. Arguments can optionally be delimited by \"s or 's. Use \\"
"\" to add \" to an argument and \\\\\" to add \\\" to an argument. "
"Environment variable references may also be used. A \\ that does not "
"precede a \", ', or $ adds a \\ to an argument."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1110
msgid ""
"The starting directory for the sub-process. If unspecified, the directory "
"for commands will be the location of the project's main debug file or the "
"project file. For executing a file, the default directory is the location "
"of the file. $(ENV) formatted variables may be used to insert values from "
"the environment and special variables."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1117
msgid ""
"Environment variables to set before running this command. Entries are in "
"\"name=value\" format, one per line. Use \"name=\" (without a value) to "
"unset and remove an inherited environment value. If unspecified, the "
"environment Wing inherits at startup is used."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1122
msgid ""
"The Python executable to use. The default is to use the value selected in "
"Project Properties, or the interpreter run by \"python\" on the command line "
"or as found on the path (or registry on Windows)"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1125
msgid ""
"The PYTHONPATH to set when running this command. The path separator is \"%s"
"\". If unspecified, the PYTHONPATH Wing inherits at startup is used. $(ENV) "
"formatted variables may be used to insert values from the environment and "
"special variables."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1130
msgid ""
"Arguments to pass to the Python interpreter when debugging. The default is "
"to use the value selected in Project Properties, or -u for unbuffered "
"output. Prompts for keyboard input may not appear without the -u option."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1137
msgid ""
"Command to execute before launching. If the launch configuration is shared "
"to other projects, machines, or OSes the command must be given a title and a "
"like-titled command must be created in each project or on each machine."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1147
msgid "The name of the launch configuration"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1167
msgid "Unbuffered (-u)"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1173
msgid "None"
msgstr "无"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1593
msgid "_Show Docs..."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1595
#: /Users/sdeibel/src/ide/src/debug/client/runstate.py:2042
msgid "_Debug"
msgstr "调试(_D)"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1599
msgid "_Execute"
msgstr "执行(_E)"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1605
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:2080
msgid "Debug Key Binding"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1605
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:2083
msgid "Execute Key Binding"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1641
msgid "Manage Named Entry Points"
msgstr "管理已命名的入口点..."
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1700
msgid "Overwrite Existing Named Entry Point?"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1701
msgid ""
"That named entry point already exists. Are you sure you want to overwrite "
"the existing named entry point '%s'?"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1759
msgid "Confirm Named Entry Point Deletion"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1760
msgid "Are you sure you want to delete named entry point '%s'?"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1833
msgid "_Set Debug Key Binding..."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1834
msgid "Set E_xecute Key Binding..."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1866
msgid "Named Entry Point: %s"
msgstr "已命名的入口点: %s"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1918
msgid "Data"
msgstr "数据"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1933
msgid "Python File"
msgstr "Python 文件"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1934
msgid "The Python file to launch"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1940
msgid ""
"The launch environment to use. Either the project environment with "
"specified run arguments, or a selected launch configuration."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:1947
msgid "Whether to show this dialog before launching this entry point"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:2025
msgid "You must specify a file to launch."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:2030
msgid "The selected file does not exist."
msgstr "所选的文件不存在。"
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:2034
msgid ""
"The selected file is not a Python file. Use the OS Commands tool to launch "
"non-Python files."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:2041
msgid "The selected launch configuration no longer exists."
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:2102
msgid "The key binding assigned to initiate debug of the named entry point"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:2104
msgid ""
"The key binding assigned to initiate execution (without debugger) of the "
"named entry point"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_launch.py:2106
msgid "Key Binding"
msgstr "快捷键绑定"
#: /Users/sdeibel/src/ide/src/debug/client/cap_modview.py:55
msgid "Modules"
msgstr "模块"
#: /Users/sdeibel/src/ide/src/debug/client/cap_modview.py:60
msgid "Module-oriented Debug Data View (sys.modules)"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:47
msgid "Cannot evaluate: no debug program"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:49
msgid "Cannot evaluate: debug program is running"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:51
msgid "Right-click for option menu"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:53
msgid "Cannot evaluate: debugger not ready"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:55
msgid "Cannot evaluate: unknown or invalid debug mode"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:81
msgid "Watch"
msgstr "监视"
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:86
msgid "Watch Debug Data Values and Expressions"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:104
msgid "No reference value selected"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:110
msgid "No value found"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:116
msgid "No reference to track"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:126
msgid "No parent reference to track"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:129
msgid "No parent found"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:132
msgid "No parent value found"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:144
msgid "No symbolic path found"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:159
msgid "Value not in module scope"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:181
msgid "Invalid watch style"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:260
msgid "Watch tool tree state"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:270
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:307
msgid "Watch tool state"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:292
msgid "Debug %s watch on %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:294
msgid "Debug %s watch on %s: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:304
msgid "Debug watch tree state"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:423
msgid "Add Expression"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:425
msgid "Clear Selected"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:426
msgid "Clear All"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:428
msgid "Use Tree View"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:429
msgid "Use Combo View"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:432
msgid "Watching"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:432
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:512
#: /Users/sdeibel/src/ide/src/debug/client/vartree.py:213
#: /Users/sdeibel/src/ide/src/debug/client/varutils.py:1067
msgid "Value"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:473
msgid ""
"Cannot edit sub-value name::Only top-level watch point names can be edited"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/cap_watch.py:478
msgid "Cannot edit watchpoint name::Only expressions can be edited"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:331
msgid "Debug I/O"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:336
msgid "Debug Process I/O"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:483
#: /Users/sdeibel/src/ide/src/debug/client/excpanel.py:235
#: /Users/sdeibel/src/ide/src/debug/client/interactive.py:1051
msgid "_Options"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:518
msgid ""
"Redirected I/O is disabled on Windows 98 & ME; See external console for "
"debug I/O"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:522
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:530
#: /Users/sdeibel/src/ide/src/debug/client/varutils.py:1018
msgid "No debug process"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:533
msgid "Debug I/O appears in context where process was launched"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:536
msgid "See external console for debug I/O"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:539
msgid "Debug I/O (stdin, stdout, stderr) appears below"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:582
msgid "_Auto-Clear When Debug Starts"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:589
#: /Users/sdeibel/src/ide/src/debug/client/prefs.py:528
msgid "Never Auto-Show"
msgstr ""
#: /Users/sdeibel/src/ide/src/debug/client/debugio.py:590