forked from Linho1219/function-plot-GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen-US.json
More file actions
129 lines (129 loc) · 3.18 KB
/
en-US.json
File metadata and controls
129 lines (129 loc) · 3.18 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
{
"nav": {
"toogleTheme": "Toggle Theme",
"language": "Language",
"repo": "GitHub Repository"
},
"editor": {
"functions": "Function List",
"annotations": "Annotation List",
"graphOptions": "Global Options",
"add": "Add",
"import": "Import",
"importRelated": {
"title": "Import Data",
"placeholder": "Data in JSON / JSON5 format",
"cancel": "Cancel",
"confirm": "Import",
"success": "Import Successful",
"fail": "Import Failed"
},
"delete": {
"success": "Deleted",
"undo": "Undo"
}
},
"output": {
"title": "Output Code",
"copy": {
"tip": "Copy Code",
"success": "Copied",
"fail": "Copy Failed"
},
"expand": "Expand",
"collapse": "Collapse"
},
"data": {
"fnType": {
"linear": "Linear",
"implicit": "Implicit",
"parametric": "Parametric",
"polar": "Polar",
"points": "Points",
"vector": "Vector",
"text": "Text"
},
"graphType": {
"interval": "Interval",
"polyline": "Polyline",
"scatter": "Scatter",
"text": "Text"
},
"topButton": {
"delete": "Delete Function",
"hide": "Hide Function",
"more": "More Options",
"less": "Less Options"
},
"main": {
"fnType": "Type",
"graphType": "Renderer",
"vector": "Vector Size",
"offset": "Offset",
"text": "Text",
"location": "Text Position"
},
"more": {
"dividerTitle": "More Options",
"range": "Domain",
"rangeMin": "Min Value",
"rangeMax": "Max Value",
"color": "Color",
"colorHelp": "Supports color name / RGB(A) / HEX. Leave blank for auto coloring",
"nSamples": "Sample Count",
"closed": "Close and Fill",
"skipTip": "Hide Hover Tips",
"skipTipHelp": "Hide point and coordinate info on mouse hover",
"skipTipWarn": "When 'Hide Hover Tips' is enabled, tangent and secant lines will not follow the mouse"
},
"derivateAndSecants": "Tangents & Secants",
"derivateAndSecantsPane": "Open panel",
"derivate": {
"title": "Tangent Settings",
"enable": "Enable Tangent Display",
"point": "Position",
"followMouse": "Dynamic",
"manual": "Specify Point",
"sepcify": "Point Abscissa",
"xcoord": "Abscissa"
},
"secant": {
"title": "Secant Settings",
"enable": "Enable Secant Display",
"followMouse": "Dynamic",
"add": "Add Secant"
},
"points": {
"add": "Add Point",
"delete": "Delete Point"
}
},
"annotation": {
"topButton": {
"delete": "Delete Annotation",
"addText": "Add Text",
"removeText": "Remove Text"
},
"horizontal": "Horizontal",
"vertical": "Vertical",
"text": "Text",
"value": "Value"
},
"options": {
"grid": "Grid Lines",
"title": "Chart Title",
"global": "Global Options",
"horizontal": "Horizontal Axis Options",
"vertical": "Vertical Axis Options",
"axis": {
"reverse": "Reverse",
"grow": "Growth Type",
"linear": "Linear",
"log": "Logarithmic",
"caption": "Axis Caption"
}
},
"graph": {
"reload": "Reload"
}
}