-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathChinese (Simplified).po
More file actions
3848 lines (2953 loc) · 119 KB
/
Chinese (Simplified).po
File metadata and controls
3848 lines (2953 loc) · 119 KB
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
msgid ""
msgstr ""
"Project-Id-Version: Graph\n"
"POT-Creation-Date: 2012-11-12 22:11\n"
"PO-Revision-Date: 2012-11-07 21:20+0100\n"
"Last-Translator: Michael Bach Ipsen <rosenthall@hotmail.com>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: dxgettext 1.2.1\n"
#. Form1..Recent1..Hint
msgid "Open file: %s"
msgstr "打开Graph文件: %s"
#. Form1..PopupMenu1..Tree_ShowInLegend..Caption
msgid "Show in legend"
msgstr "在图例上显示"
#. Form1..PopupMenu1..Tree_ShowInLegend..Hint
msgid "Check to show the selected item in the legend."
msgstr "勾选要显示在图例上的项目"
#. Form1..PopupMenu1..Tree_Placement..Caption
#. Form1..PopupMenu3..Label_Placement..Caption
#. Form1..PopupMenu4..Legend_Placement..Caption
#. Form21..Caption
msgid "Placement"
msgstr "放置"
#. Form1..PopupMenu1..Tree_Placement..Tree_Above..Caption
#. Form1..PopupMenu3..Label_Placement..Label_Above..Caption
msgid "Above x-axis"
msgstr "x 轴之上"
#. Form1..PopupMenu1..Tree_Placement..Tree_Above....Hint
#. Form1..PopupMenu3..Label_Placement..Label_Above....Hint
msgid "Place the label directly above the x-axis on the right side of the image."
msgstr "把标签放在x轴上方及图形右侧"
#. Form1..PopupMenu1..Tree_Placement..Tree_Below..Caption
#. Form1..PopupMenu3..Label_Placement..Label_Below..Caption
msgid "Below x-axis"
msgstr "x 轴边下"
#. Form1..PopupMenu1..Tree_Placement..Tree_Below....Hint
#. Form1..PopupMenu3..Label_Placement..Label_Below....Hint
msgid "Place the label directly below the x-axis on the right side of the image."
msgstr "把标签放在x轴下方及图形右侧"
#. Form1..PopupMenu1..Tree_Placement..Tree_Left..Caption
#. Form1..PopupMenu3..Label_Placement..Label_Left..Caption
msgid "Left of y-axis"
msgstr "y 轴左侧"
#. Form1..PopupMenu1..Tree_Placement..Tree_Left....Hint
#. Form1..PopupMenu3..Label_Placement..Label_Left....Hint
msgid "Place the label to the left of the y-axis at the top of the image."
msgstr "把标签放在y轴左侧及图形上方"
#. Form1..PopupMenu1..Tree_Placement..Tree_Right..Caption
#. Form1..PopupMenu3..Label_Placement..Label_Right..Caption
msgid "Right of y-axis"
msgstr "y 轴右侧"
#. Form1..PopupMenu1..Tree_Placement..Tree_Right....Hint
#. Form1..PopupMenu3..Label_Placement..Label_Right....Hint
msgid "Place the label to the right of the y-axis at the top of the image."
msgstr "把标签放在y轴右侧及图形上方"
#. Form1..PopupMenu1..Tree_Placement..Tree_Placement_Custom..Caption
#. Form1..PopupMenu1..Tree_Rotation..Tree_Rotation_Custom..Caption
#. Form1..PopupMenu3..Label_Placement..Label_Placement_Custom..Caption
#. Form1..PopupMenu3..Label_Rotation..Label_Rotation_Custom..Caption
#. Form11..GroupBox2..ExtColorBox1..CustomName
#. Form12..GroupBox2..ExtColorBox1..CustomName
#. Form13..GroupBox1..ExtColorBox1..CustomName
#. Form14..PageControl1..TabSheet1..GroupBox1..ExtColorBox1..CustomName
#. Form14..PageControl1..TabSheet1..GroupBox2..ExtColorBox2..CustomName
#. Form16..PageControl1..TabSheet2..GroupBox3..ExtColorBox1..CustomName
#. Form3..PageControl1..TabSheet4..GroupBox3..ExtColorBox1..CustomName
#. Form3..PageControl1..TabSheet4..GroupBox3..ExtColorBox2..CustomName
#. Form3..PageControl1..TabSheet4..GroupBox3..ExtColorBox3..CustomName
#. Form5..GroupBox4..GridPanelEx1..ExtColorBox1..CustomName
#. Form6..ColorBox1..CustomName
#. Form6..ColorBox2..CustomName
#. Form7..GroupBox4..ExtColorBox1..CustomName
msgid "Custom..."
msgstr "自定"
#. Form1..PopupMenu1..Tree_Placement..Tree_Placement_Custom..Hint
#. Form1..PopupMenu3..Label_Placement..Label_Placement_Custom..Hint
msgid "Place the label at a custom position."
msgstr ""
#. Form1..PopupMenu1..Tree_Rotation..Caption
#. Form1..PopupMenu3..Label_Rotation..Caption
msgid "Rotation"
msgstr "旋转"
#. Form1..PopupMenu1..Tree_Rotation..Tree_Rotation_0..Hint
#. Form1..PopupMenu3..Label_Rotation..Rotation_0..Hint
#, fuzzy
msgid "Show the label with no rotation."
msgstr "函数下面范围阴影"
#. Form1..PopupMenu1..Tree_Rotation..Tree_Rotation_90..Hint
#. Form1..PopupMenu3..Label_Rotation..Rotation_90..Hint
msgid "Show the label rotated 90° counter clockwise."
msgstr ""
#. Form1..PopupMenu1..Tree_Rotation..Tree_Rotation_180..Hint
#. Form1..PopupMenu3..Label_Rotation..Rotation_180..Hint
msgid "Show the label rotated 180°."
msgstr ""
#. Form1..PopupMenu1..Tree_Rotation..Tree_Rotation_270..Hint
#. Form1..PopupMenu3..Label_Rotation..Rotation_270..Hint
msgid "Show the label rotated 270° counter clockwise."
msgstr ""
#. Form1..PopupMenu1..Tree_Rotation..Tree_Rotation_Custom..Hint
#. Form1..PopupMenu3..Label_Rotation..Label_Rotation_Custom..Hint
#, fuzzy
msgid "Specify the angle of rotation for the label."
msgstr "选择标题的字体"
#. Form1..PopupMenu1..Tree_Export..Caption
#. Form14..PopupMenu1..Popup_Export..Caption
#. Form15..PopupMenu1..Popup1_Export..Caption
#. Form17..PopupMenu1..Popup_Export..Caption
msgid "Export to file..."
msgstr "输出到文件"
#. Form1..PopupMenu1..Tree_Export..Hint
msgid "Export the selected point series to a file."
msgstr "输出选取的坐标点到一个文件"
#. Form1..ActionManager..............Caption
msgid "Import"
msgstr "导入"
#. Form1..ActionManager..........Caption
#. Form1..ActionManager..NewAction..Category
#. Form1..ActionManager..OpenAction..Category
#. Form1..ActionManager..SaveAction..Category
#. Form1..ActionManager..SaveAsAction..Category
#. Form1..ActionManager..SaveCopyAsAction..Category
#. Form1..ActionManager..SaveAsImageAction..Category
#. Form1..ActionManager..PrintAction..Category
#. Form1..ActionManager..ExitAction..Category
#. Form1..ActionManager..ImportGraphFileAction..Category
#. Form1..ActionManager..ImportPointSeriesAction..Category
msgid "File"
msgstr "文件"
#. Form1..ActionManager..........Caption
#. Form1..ActionManager..UndoAction..Category
#. Form1..ActionManager..RedoAction..Category
#. Form1..ActionManager..CutAction..Category
#. Form1..ActionManager..CopyAction..Category
#. Form1..ActionManager..PasteAction..Category
#. Form1..ActionManager..CopyImageAction..Category
#. Form1..ActionManager..AxesAction..Category
#. Form1..ActionManager..OptionsAction..Category
msgid "Edit"
msgstr "编辑"
#. Form1..ActionManager..........Caption
#. Form1..ActionManager..InsertFunctionAction..Category
#. Form1..ActionManager..InsertTangentAction..Category
#. Form1..ActionManager..InsertShadeAction..Category
#. Form1..ActionManager..InsertPointsAction..Category
#. Form1..ActionManager..InsertTrendlineAction..Category
#. Form1..ActionManager..EditAction..Category
#. Form1..ActionManager..DeleteAction..Category
#. Form1..ActionManager..InsertDifAction..Category
#. Form1..ActionManager..InsertLabelAction..Category
#. Form1..ActionManager..InsertRelationAction..Category
#. Form1..ActionManager..CustomFunctionsAction..Category
#. ParFuncFrame..ComboBox1..Text
#. ParFuncFrame..ComboBox1....Items.Strings
#. PolFuncFrame..ComboBox1..Text
#. PolFuncFrame..ComboBox1....Items.Strings
#. StdFuncFrame..ComboBox1..Text
#. StdFuncFrame..ComboBox1....Items.Strings
msgid "Function"
msgstr "函数"
#. Form1..ActionManager..........Caption
#. Form1..ActionManager..ZoomInAction..Category
#. Form1..ActionManager..ZoomOutAction..Category
#. Form1..ActionManager..ZoomWindowAction..Category
#. Form1..ActionManager..ZoomSquareAction..Category
#. Form1..ActionManager..ZoomStandardAction..Category
#. Form1..ActionManager..ZoomFitAction..Category
#. Form1..ActionManager..ZoomFitAllAction..Category
#. Form1..ActionManager..ZoomXInAction..Category
#. Form1..ActionManager..ZoomXOutAction..Category
#. Form1..ActionManager..ZoomYInAction..Category
#. Form1..ActionManager..ZoomYOutAction..Category
msgid "Zoom"
msgstr "缩放"
#. Form1..ActionManager..........Caption
#. Form1..ActionManager..PathAction..Category
#. Form1..ActionManager..AreaAction..Category
#. Form1..ActionManager..EvalAction..Category
#. Form1..ActionManager..TableAction..Category
#. Form1..ActionManager..AnimateAction..Category
#. Form15..Button2..Caption
msgid "Calc"
msgstr "计算"
#. Form1..ActionManager..........Caption
msgid "Plugins"
msgstr ""
#. Form1..ActionManager..............Caption
msgid "Internet"
msgstr "网络"
#. Form1..ActionManager..........Caption
#. Form1..ActionManager..ContentsAction..Category
#. Form1..ActionManager..ListAction..Category
#. Form1..ActionManager..HomePageAction..Category
#. Form1..ActionManager..UpdateAction..Category
#. Form1..ActionManager..AboutAction..Category
#. Form1..ActionManager..FaqAction..Category
#. Form1..ActionManager..DonateAction..Category
#. Form1..ActionManager..TipAction..Category
#. Form1..ActionManager..SupportAction..Category
#. Form1..ActionManager..ScriptDocAction..Category
#. Form11..Button3..Caption
#. Form12..Button3..Caption
#. Form13..Button3..Caption
#. Form14..Button3..Caption
#. Form15..Button3..Caption
#. Form16..Button3..Caption
#. Form17..Button4..Caption
#. Form19..Button3..Caption
#. Form3..Button3..Caption
#. Form4..Button3..Caption
#. Form5..Button3..Caption
#. Form6..Button3..Caption
#. Form7..Button3..Caption
msgid "Help"
msgstr "说明"
#. Form1..ActionManager..NewAction..Caption
msgid "New"
msgstr "新建"
#. Form1..ActionManager..NewAction..Hint
#, fuzzy
msgid "Create a new coordinate system."
msgstr "新建一个坐标系"
#. Form1..ActionManager..OpenAction..Caption
msgid "Open..."
msgstr "打开..."
#. Form1..ActionManager..OpenAction..Hint
#, fuzzy
msgid "Read a coordinate system from a file."
msgstr "从文件读取坐标系及函数"
#. Form1..ActionManager..SaveAction..Caption
msgid "Save"
msgstr "保存Graph图像"
#. Form1..ActionManager..SaveAction..Hint
#, fuzzy
msgid "Write the current coordinate system to a file."
msgstr "将坐标系和函数写入一个文件"
#. Form1..ActionManager..SaveAsAction..Caption
#. Form20..PopupMenu1..Save1..Caption
msgid "Save as..."
msgstr "另存为Graph图像..."
#. Form1..ActionManager..SaveAsAction..Hint
#, fuzzy
msgid "Write the current coordinate system to a file with a new name."
msgstr "保存坐标系及函数为另一个新Graph图像文件"
#. Form1..ActionManager..SaveCopyAsAction..Caption
msgid "Save copy as..."
msgstr "保存副本为"
#. Form1..ActionManager..SaveCopyAsAction..Hint
#, fuzzy
msgid "Save a copy of the current coordinate system to a file."
msgstr "保存一个此坐标系及函数的副本"
#. Form1..ActionManager..SaveAsImageAction..Caption
msgid "Save as image..."
msgstr "保存为其它图片格式..."
#. Form1..ActionManager..SaveAsImageAction..Hint
#, fuzzy
msgid "Save the shown coordinate system as an image."
msgstr "保存坐标系及函数图像为图片"
#. Form1..ActionManager..PrintAction..Caption
msgid "Print..."
msgstr "打印..."
#. Form1..ActionManager..PrintAction..Hint
msgid "Print shown coordinate system."
msgstr "打印坐标系及函数中所显示的部分"
#. Form1..ActionManager..ExitAction..Caption
msgid "Exit"
msgstr "退出"
#. Form1..ActionManager..ExitAction..Hint
msgid "Quit the program."
msgstr "退出此程序"
#. Form1..ActionManager..UndoAction..Caption
#. Form6..PopupMenu1..Popup_Undo..Caption
msgid "Undo"
msgstr "撤消"
#. Form1..ActionManager..UndoAction..Hint
msgid "Undo the last action."
msgstr "撤消上一个操作"
#. Form1..ActionManager..RedoAction..Caption
#. Form6..PopupMenu1..Popup_Redo..Caption
msgid "Redo"
msgstr "重复"
#. Form1..ActionManager..RedoAction..Hint
msgid "Redo the last action undone."
msgstr "重复上一个已撤消的操作"
#. Form1..ActionManager..CutAction..Caption
#. Form14..PopupMenu1..Popup_Cut..Caption
#. Form17..PopupMenu1..Popup_Cut..Caption
#. Form6..PopupMenu1..Popup_Cut..Caption
msgid "Cut"
msgstr "剪切"
#. Form1..ActionManager..CutAction..Hint
#, fuzzy
msgid "Cut the selected function or point series to the clipboard."
msgstr "剪切选择的函数或者坐标点数列到剪贴板上"
#. Form1..ActionManager..CopyAction..Caption
#. Form14..PopupMenu1..Popup_Copy..Caption
#. Form15..PopupMenu1..Popup1_Copy..Caption
#. Form17..PopupMenu1..Popup_Copy..Caption
#. Form6..PopupMenu1..Popup_Copy..Caption
msgid "Copy"
msgstr "复制"
#. Form1..ActionManager..CopyAction..Hint
#, fuzzy
msgid "Copy the selected function or point series to the clipboard."
msgstr "复制选择的函数或者坐标点数列到剪贴板上。"
#. Form1..ActionManager..PasteAction..Caption
#. Form14..PopupMenu1..Popup_Paste..Caption
#. Form17..PopupMenu1..Popup_Paste..Caption
#. Form6..PopupMenu1..Popup_Paste..Caption
msgid "Paste"
msgstr "粘贴"
#. Form1..ActionManager..PasteAction....Hint
#, fuzzy
msgid "Paste a function or point series from the clipboard into the coordinate system."
msgstr "将剪贴板上的函数或者坐标点数列粘贴到这个坐标系上。"
#. Form1..ActionManager..CopyImageAction..Caption
msgid "Copy image"
msgstr "复制图形"
#. Form1..ActionManager..CopyImageAction..Hint
#, fuzzy
msgid "Copy the shown coordinate system to the clipboard."
msgstr "复制坐标系及函数所显示的部分到剪贴板上"
#. Form1..ActionManager..AxesAction..Caption
msgid "Axes..."
msgstr "坐标轴"
#. Form1..ActionManager..AxesAction..Hint
msgid "Edit axes settings."
msgstr "编辑坐标轴设定"
#. Form1..ActionManager..OptionsAction..Caption
#. Form1..SaveDialogEx1..HelpCaption
#. Form19..Button4..Caption
msgid "Options..."
msgstr "选项..."
#. Form1..ActionManager..OptionsAction..Hint
msgid "Edit various options for the interface and program features."
msgstr "编辑介面与程序特性选项"
#. Form1..ActionManager..InsertFunctionAction..Caption
msgid "Insert function..."
msgstr "插入函数"
#. Form1..ActionManager..InsertFunctionAction..Hint
msgid "Insert a new function."
msgstr "插入新函数"
#. Form1..ActionManager..InsertTangentAction..Caption
msgid "Insert tangent/normal..."
msgstr "插入切线/法线"
#. Form1..ActionManager..InsertTangentAction..Hint
msgid "Insert a tangent or normal for the selected function."
msgstr "插入选定函数的切线或法线"
#. Form1..ActionManager..InsertShadeAction..Caption
msgid "Insert shading..."
msgstr "插入阴影"
#. Form1..ActionManager..InsertShadeAction..Hint
msgid "Add shading to the selected function."
msgstr "为此函数增加阴影"
#. Form1..ActionManager..InsertPointsAction..Caption
msgid "Insert point series..."
msgstr "插入坐标点数列"
#. Form1..ActionManager..InsertPointsAction..Hint
msgid "Insert a point series."
msgstr "插入坐标点数列"
#. Form1..ActionManager..InsertTrendlineAction..Caption
msgid "Insert trendline..."
msgstr "插入趋势线"
#. Form1..ActionManager..InsertTrendlineAction..Hint
msgid "Insert a curve of best fit for the selected point series."
msgstr "插入一个最适合曲线到选定的坐标数列"
#. Form1..ActionManager..EditAction..Caption
msgid "Edit..."
msgstr "编辑..."
#. Form1..ActionManager..EditAction..Hint
msgid "Edit the selected element: Function, tangent, point series, etc."
msgstr "编辑选取的函数, 切线或坐标点"
#. Form1..ActionManager..DeleteAction..Caption
#. Form14..PopupMenu1..Popup_Delete..Caption
#. Form17..PopupMenu1..Popup_Delete..Caption
msgid "Delete"
msgstr "删除"
#. Form1..ActionManager..DeleteAction..Hint
msgid "Delete the selected function, tangent or point series."
msgstr "删除选取的函数, 切线或坐标点"
#. Form1..ActionManager..InsertDifAction..Caption
msgid "Insert f'(x)..."
msgstr "插入 f'(x)..."
#. Form1..ActionManager..InsertDifAction..Hint
msgid "Insert the first derivative of the selected function."
msgstr "插入选定函数的第一导函数"
#. Form1..ActionManager..ZoomInAction..Caption
msgid "In"
msgstr "放大"
#. Form1..ActionManager..ZoomInAction..Hint
msgid "Zoom in. Hold down Shift to zoom with larger steps."
msgstr ""
#. Form1..ActionManager..ZoomOutAction..Caption
msgid "Out"
msgstr "缩小"
#. Form1..ActionManager..ZoomOutAction..Hint
msgid "Zoom out. Hold down Shift to zoom with larger steps."
msgstr ""
#. Form1..ActionManager..ZoomWindowAction..Caption
msgid "Window"
msgstr "窗口"
#. Form1..ActionManager..ZoomWindowAction..Hint
msgid "Zoom to user selected window."
msgstr "缩放到你所选择的窗口"
#. Form1..ActionManager..ZoomSquareAction..Caption
msgid "Square"
msgstr "正方形"
#. Form1..ActionManager..ZoomSquareAction....Hint
msgid "Zoom to scale the axes equally. This will show a plotted circle in its correct relation instead of an ellipse."
msgstr "缩放到坐标轴相同,这会显示圆形的关系而非椭圆"
#. Form1..ActionManager..ZoomStandardAction..Caption
msgid "Standard"
msgstr "标准"
#. Form1..ActionManager..ZoomStandardAction..Hint
#, fuzzy
msgid "Reset the axes to their default settings."
msgstr "重设工具列图示到安装预始值"
#. Form1..ActionManager..MoveUpAction..Category
#. Form1..ActionManager..MoveDownAction..Category
#. Form1..ActionManager..MoveLeftAction..Category
#. Form1..ActionManager..MoveRightAction..Category
#. Form1..ActionManager..MoveAction..Category
msgid "Move"
msgstr "移动"
#. Form1..ActionManager..MoveUpAction..Caption
msgid "Move up"
msgstr "上移"
#. Form1..ActionManager..MoveUpAction....Hint
#, fuzzy
msgid "Move the graphing area up along the coordinate system. Hold down Shift to move in larger steps."
msgstr "移动窗口到坐标系上面"
#. Form1..ActionManager..MoveDownAction..Caption
msgid "Move down"
msgstr "下移"
#. Form1..ActionManager..MoveDownAction....Hint
#, fuzzy
msgid "Move the graphing area down along the coordinate system. Hold down Shift to move in larger steps."
msgstr "移动窗口到坐标系下面"
#. Form1..ActionManager..MoveLeftAction..Caption
msgid "Move left"
msgstr "左移"
#. Form1..ActionManager..MoveLeftAction....Hint
#, fuzzy
msgid "Move the graphing area to the left along the coordinate system. Hold down Shift to move in larger steps."
msgstr "移动窗口到坐标系左侧"
#. Form1..ActionManager..MoveRightAction..Caption
msgid "Move right"
msgstr "右移"
#. Form1..ActionManager..MoveRightAction....Hint
#, fuzzy
msgid "Move the graphing area to the right along the coordinate system. Hold down Shift to move in larger steps."
msgstr "移动窗口到坐标系右侧"
#. Form1..ActionManager..MoveAction..Caption
msgid "Move system"
msgstr "移动坐标系"
#. Form1..ActionManager..MoveAction..Hint
msgid "Move the coordinate system with the mouse."
msgstr "用鼠标移动坐标系"
#. Form1..ActionManager..PathAction..Caption
msgid "Length of path"
msgstr "路径长度"
#. Form1..ActionManager..PathAction....Hint
#, fuzzy
msgid "Calculate the length of path between two given points on the curve."
msgstr "计算曲线上两点之间的路径长度"
#. Form1..ActionManager..AreaAction..Caption
#. AreaFrame..GridPanel1..Label3..Caption
msgid "Area"
msgstr "面积"
#. Form1..ActionManager..AreaAction..Hint
#, fuzzy
msgid "Calculate the definite integral over a given interval."
msgstr "计算表格"
#. Form1..ActionManager..EvalAction..Caption
#. Form9..Caption
msgid "Evaluate"
msgstr "求解"
#. Form1..ActionManager..EvalAction..Hint
msgid "Evaluate or trace the selected function."
msgstr "求解或推算选定的函数"
#. Form1..ActionManager..TableAction..Caption
#, fuzzy
msgid "Table"
msgstr "表格..."
#. Form1..ActionManager..TableAction..Hint
#, fuzzy
msgid "Show an evaluation table."
msgstr "显示一个求解表格"
#. Form1..ActionManager..ContentsAction..Caption
msgid "Contents and index"
msgstr "内容和索引"
#. Form1..ActionManager..ContentsAction..Hint
msgid "Open help file."
msgstr "打开帮助文件"
#. Form1..ActionManager..ListAction..Caption
msgid "List of functions"
msgstr "函数清单"
#. Form1..ActionManager..ListAction..Hint
#, fuzzy
msgid "Show a list of built-in functions that can be used for graphing."
msgstr "显示可以用来绘图的函数清单"
#. Form1..ActionManager..HomePageAction..Caption
#, fuzzy
msgid "Graph web site"
msgstr "图片属性"
#. Form1..ActionManager..HomePageAction..Hint
#, fuzzy
msgid "Open the default browser and show the Graph web site."
msgstr "访问主页"
#. Form1..ActionManager..UpdateAction..Caption
msgid "Check for update"
msgstr "确认更新"
#. Form1..ActionManager..UpdateAction..Hint
msgid "Contact the home page to see if a newer version is available."
msgstr "检查更新"
#. Form1..ActionManager..AboutAction..Caption
#. Form2..Caption
msgid "About Graph"
msgstr "关于 Graph"
#. Form1..ActionManager..AboutAction..Hint
msgid "Show copyright information."
msgstr "显示版权信息"
#. Form1..ActionManager..SeparatorAction..Category
#. Form1..ActionManager..SeparatorAction..Caption
msgid "Separator"
msgstr "分隔线"
#. Form1..ActionManager..ZoomFitAction..Caption
msgid "Fit"
msgstr "适合"
#. Form1..ActionManager..ZoomFitAction..Hint
#, fuzzy
msgid "Zoom to show the selected element."
msgstr "缩放显示选择的函数"
#. Form1..ActionManager..ZoomFitAllAction..Caption
#, fuzzy
msgid "Fit all"
msgstr "适合"
#. Form1..ActionManager..ZoomFitAllAction..Hint
#, fuzzy
msgid "Zoom to show all elements."
msgstr "缩放显示选择的函数"
#. Form1..ActionManager..FaqAction..Caption
msgid "Frequently Asked Questions"
msgstr "常见问题"
#. Form1..ActionManager..FaqAction..Hint
#, fuzzy
msgid "Show a list of frequently asked questions and their answers."
msgstr "显示常见问题与解答清单"
#. Form1..ActionManager..InsertLabelAction..Caption
msgid "Insert label..."
msgstr "插入标签"
#. Form1..ActionManager..InsertLabelAction..Hint
#, fuzzy
msgid "Insert a text label."
msgstr "插入标签"
#. Form1..ActionManager..DonateAction..Caption
msgid "Donate"
msgstr "捐助"
#. Form1..ActionManager..DonateAction..Hint
msgid "Donate money to the project."
msgstr "捐款帮助这个项目"
#. Form1..ActionManager..TipAction..Caption
#. Form10..Caption
#. Form10..Panel1..LinkLabel1..Caption
msgid "Tip of the day"
msgstr "今天的提示"
#. Form1..ActionManager..TipAction..Hint
msgid "Show tip of the day"
msgstr "显示今天提示"
#. Form1..ActionManager..SupportAction..Caption
msgid "Support"
msgstr "支持"
#. Form1..ActionManager..SupportAction..Hint
msgid "Open browser with the support page for the program."
msgstr "打开这个项目的主页"
#. Form1..ActionManager..ZoomXInAction..Caption
msgid "Zoom x-axis in"
msgstr "放大 x 轴"
#. Form1..ActionManager..ZoomXInAction....Hint
msgid "Zoom in on the x-axis only. Hold down Shift to zoom with larger steps."
msgstr ""
#. Form1..ActionManager..ZoomXOutAction..Caption
msgid "Zoom x-axis out"
msgstr "缩小 x 轴"
#. Form1..ActionManager..ZoomXOutAction....Hint
msgid "Zoom out on the x-axis only. Hold down Shift to zoom with larger steps."
msgstr ""
#. Form1..ActionManager..ZoomYInAction..Caption
msgid "Zoom y-axis in"
msgstr "放大 y 轴"
#. Form1..ActionManager..ZoomYInAction....Hint
msgid "Zoom in on the y-axis only. Hold down Shift to zoom with larger steps."
msgstr ""
#. Form1..ActionManager..ZoomYOutAction..Caption
msgid "Zoom y-axis out"
msgstr "缩小 y 轴"
#. Form1..ActionManager..ZoomYOutAction....Hint
msgid "Zoom out on the y-axis only. Hold down Shift to zoom with larger steps."
msgstr ""
#. Form1..ActionManager..InsertRelationAction..Caption
msgid "Insert relation..."
msgstr "插入关系式"
#. Form1..ActionManager..InsertRelationAction..Hint
msgid "Insert a new equation or inequality."
msgstr "插入一个等式或不等式"
#. Form1..ActionManager..CustomFunctionsAction..Caption
#, fuzzy
msgid "Custom functions/constants..."
msgstr "自定义函数/常数"
#. Form1..ActionManager..CustomFunctionsAction..Hint
msgid "Create custom functions and constants for use in graphs."
msgstr "新建绘图用的自定义函数及常数"
#. Form1..ActionManager..AnimateAction..Caption
msgid "Animate..."
msgstr "绘制动画"
#. Form1..ActionManager..AnimateAction..Hint
msgid "Create an animation by variating a constant."
msgstr "用改变常数来新增动画"
#. Form1..ActionManager..ImportGraphFileAction..Caption
msgid "Graph file..."
msgstr "Graph 图像..."
#. Form1..ActionManager..ImportGraphFileAction..Hint
msgid "Import a Graph file into the current coordinate system."
msgstr "导入一个Graph图像到当前坐标系"
#. Form1..ActionManager..ImportPointSeriesAction..Caption
msgid "Point series..."
msgstr "坐标点数列"
#. Form1..ActionManager..ImportPointSeriesAction..Hint
msgid "Import point series from a data file."
msgstr "由资料文件导入坐标点"
#. Form1..ActionManager..ScriptDocAction..Caption
msgid "Scripting engine documentation"
msgstr ""
#. Form1..ActionManager..ScriptDocAction..Hint
msgid "Show documentation for scripting engine and plugin system."
msgstr ""
#. Form1..PopupMenu2..ToolBar_Reset..Caption
msgid "Reset to default"
msgstr "重设到预始值"
#. Form1..PopupMenu2..ToolBar_Reset..Hint
msgid "Reset the toolbar icons to the installation default."
msgstr "重设工具列图示到安装预始值"
#. Form1..PopupMenu2..ToolBar_Customize..Caption
msgid "Customize toolbar..."
msgstr "自定义工具列"
#. Form1..PopupMenu2..ToolBar_Customize..Hint
msgid "Customize the icons shown on the toolbar."
msgstr "自定义工具列图示"
#. Form1..PopupMenu3..Label_Edit..Caption
msgid "Edit label..."
msgstr "编辑标签"
#. Form1..PopupMenu3..Label_Edit..Hint
msgid "Edit the label under the cursor."
msgstr "编辑游标下的标签"
#. Form1..PopupMenu3..Label_Delete..Caption
msgid "Delete label"
msgstr "删除标签"
#. Form1..PopupMenu3..Label_Delete..Hint
msgid "Delete the label under the cursor."
msgstr "删除在游标下面的标签"
#. Form1..PopupMenu4..Legend_Show..Caption
#. Form3..PageControl1..TabSheet3..CheckBox15..Caption
msgid "Show legend"
msgstr "显示图例说明"
#. Form1..PopupMenu4..Legend_Show..Hint
#. Form3..PageControl1..TabSheet3..CheckBox15..Hint
msgid "Select to show a legend in the coordinate system."
msgstr "选择显示此坐标系的图例说明"
#. Form1..PopupMenu4..Legend_Font..Caption
msgid "Font..."
msgstr "字体"
#. Form1..PopupMenu4..Legend_Font..Hint
msgid "Change the font of the legend."
msgstr "选择标题的字体"
#. Form1..PopupMenu4..Legend_Placement..Legend_TopRight..Caption
#. Form3..PageControl1..TabSheet3..RadioGroup3....Items.Strings
msgid "Top Right"
msgstr "右上"
#. Form1..PopupMenu4..Legend_Placement..Legend_TopRight..Hint
msgid "Show the legend in the upper right corner."
msgstr "显示图例说明在右上角"
#. Form1..PopupMenu4..Legend_Placement..Legend_BottomRight..Caption
#. Form3..PageControl1..TabSheet3..RadioGroup3....Items.Strings
msgid "Bottom Right"
msgstr "右下"
#. Form1..PopupMenu4..Legend_Placement..Legend_BottomRight..Hint
msgid "Show the legend in the bottom right corner."
msgstr "显示图例说明在右下角"
#. Form1..PopupMenu4..Legend_Placement..Legend_TopLeft..Caption
#. Form3..PageControl1..TabSheet3..RadioGroup3....Items.Strings
msgid "Top Left"
msgstr "左上"
#. Form1..PopupMenu4..Legend_Placement..Legend_TopLeft..Hint
msgid "Show the legend in the upper left corner."
msgstr "显示图例说明在左上角"
#. Form1..PopupMenu4..Legend_Placement..Legend_BottomLeft..Caption
#. Form3..PageControl1..TabSheet3..RadioGroup3....Items.Strings
msgid "Bottom Left"
msgstr "左下"
#. Form1..PopupMenu4..Legend_Placement..Legend_BottomLeft..Hint
msgid "Show the legend in the bottom left corner."
msgstr "显示图例说明在左下角"
#. Form10..Button1..Caption
#. Form15..Button1..Caption
#. Form19..Button2..Caption
msgid "Close"
msgstr "关闭"
#. Form10..Button2..Caption
msgid "Next tip"
msgstr "下一个提示"
#. Form10..Button3..Caption
msgid "Previous tip"
msgstr "上一个提示"
#. Form10..CheckBox1..Caption
msgid "Show tips at startup"
msgstr "在开始显示提示"
#. Form10..Panel1..Label1..Caption
msgid "Did you know..."
msgstr "你知道吗..."
#. Form11..Caption
msgid "Insert relation"
msgstr "插入关系式"
#. Form11..Label1..Caption
msgid "Relation:"
msgstr "关系式:"
#. Form11..Label2..Caption
msgid "Constraints:"
msgstr " 限制条件:"
#. Form11..Button1..Caption
#. Form12..Button1..Caption
#. Form13..Button1..Caption
#. Form14..Button1..Caption
#. Form16..Button1..Caption
#. Form17..Button1..Caption
#. Form18..Button1..Caption
#. Form2..Button1..Caption
#. Form21..TntButton1..Caption
#. Form3..Button1..Caption
#. Form4..Button1..Caption
#. Form5..Button1..Caption
#. Form6..Button1..Caption
#. Form7..Button1..Caption
#. Form8..Button1..Caption
#. PrintFrm..Button1..Caption
msgid "OK"
msgstr "确定"
#. Form11..Button2..Caption
#. Form12..Button2..Caption
#. Form13..Button2..Caption
#. Form14..Button2..Caption
#. Form15..ProgressForm1..ButtonCaption
#. Form16..Button2..Caption
#. Form17..Button2..Caption
#. Form18..Button2..Caption
#. Form19..ProgressForm1..ButtonCaption
#. Form21..TntButton2..Caption
#. Form3..Button2..Caption
#. Form4..Button2..Caption
#. Form5..Button2..Caption
#. Form6..Button2..Caption
#. Form7..Button2..Caption
#. Form8..Button2..Caption
#. PrintFrm..Button2..Caption
msgid "Cancel"
msgstr "取消"
#. Form11..GroupBox1..Caption
#. Form12..GroupBox1..Caption
#. Form5..GroupBox3..Caption
#. Form7..GroupBox3..Caption
msgid "Legend text"
msgstr "图例说明文字"
#. Form11..GroupBox1..Label10..Caption
#. Form12..GroupBox1..Label10..Caption
#. Form14..Label3..Caption
#. Form16..PageControl1..TabSheet2..Label12..Caption
#. Form5..GroupBox3..Label10..Caption
#. Form7..GroupBox3..Label10..Caption
msgid "Description:"
msgstr "描述:"
#. Form11..GroupBox1..Edit3....Hint
#. Form5..GroupBox3..Edit7....Hint
#, fuzzy
msgid "Write a descriptive text to show in the legend and function list. If empty the formula will be used."
msgstr "用于图例说明当中的描述。"
#. Form11..GroupBox2..Caption
#. Form16..PageControl1..TabSheet2..GroupBox3..Caption
#. PrintFrm..GroupBox1..Button3..Caption
msgid "Properties"
msgstr "属性:"
#. Form11..GroupBox2..Label7..Caption
#. Form13..GroupBox1..Label7..Caption
#. Form14..PageControl1..TabSheet1..GroupBox1..Label1..Caption
#. Form14..PageControl1..TabSheet1..GroupBox2..Label5..Caption
#. Form16..PageControl1..TabSheet2..GroupBox3..Label4..Caption
msgid "Style:"
msgstr "样式:"
#. Form11..GroupBox2..Label9..Caption
#. Form12..GroupBox2..Label9..Caption
#. Form13..GroupBox1..Label6..Caption
#. Form14..PageControl1..TabSheet1..GroupBox1..Label2..Caption
#. Form14..PageControl1..TabSheet1..GroupBox2..Label6..Caption
#. Form16..PageControl1..TabSheet2..GroupBox3..Label5..Caption
#. Form5..GroupBox4..GridPanelEx1..Label9..Caption
#. Form7..GroupBox4..Label9..Caption
msgid "Color:"
msgstr "颜色:"