-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDictionary.JSON
More file actions
254 lines (254 loc) · 4.33 KB
/
Dictionary.JSON
File metadata and controls
254 lines (254 loc) · 4.33 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
{
"Format Version": "1.0",
"Languages": [
{
"Language": "English",
"Font": "Arial",
"Color": ""
},
{
"Language": "Dutch",
"Font": "Arial",
"Color": "rgb(55,55,55)"
},
{
"Language": "Chinese",
"Font": "",
"Color": "rgb(0,0,0)"
}
],
"Phrase Dictionary": [
{
"Key": "Current Date and Time",
"Phrases": [
"Current Date or Time",
"Huidige Datum of Tijd",
"当前日期或时间"
]
},
{
"Key": "Date and Time.Item0",
"Phrases": [
"Show Localized Time",
"Toon Gelokaliseerde Tijd",
"显示本地化时间"
]
},
{
"Key": "Date and Time.Item1",
"Phrases": [
"Show Localized Date",
"Toon Gelokaliseerde Datum",
"显示本地化日期"
]
},
{
"Key": "Date and Time",
"Phrases": [
"Date and Time",
"Datum en Tijd",
"日期和时间"
]
},
{
"Key": "Date Format",
"Phrases": [
"%<%m-%d-%Y>T",
"%<%d-%m-%Y>T",
"%<%Y年%m月%d日>T"
]
},
{
"Key": "Time Format",
"Phrases": [
"%<%I:%M:%S>T",
"%<%H:%M:%S>T",
"%<%H時%M分%S秒>T"
]
},
{
"Key": "Language ListBox.Item0",
"Phrases": [
"English",
"Engels",
"英语"
]
},
{
"Key": "Language ListBox.Item1",
"Phrases": [
"Dutch",
"Nederlands",
"荷兰人"
]
},
{
"Key": "Language ListBox.Item2",
"Phrases": [
"Chinese",
"Chinees",
"中文"
]
},
{
"Key": "Language ListBox",
"Phrases": [
"Language",
"Taal",
"语言"
]
},
{
"Key": "Data.Display.xAxisLabel",
"Phrases": [
"Time (sec)",
"Tijd (sec)",
"时间(秒"
]
},
{
"Key": "Data.Display.yAxisLabel",
"Phrases": [
"Voltage (V)",
"Voltage (V)",
"电压(V)"
]
},
{
"Key": "Data.Display",
"Phrases": [
"Incoming Data",
"Inkomende Data",
"传入数据"
]
},
{
"Key": "Error.False",
"Phrases": [
"OFF",
"UIT",
"关闭"
]
},
{
"Key": "Error.True",
"Phrases": [
"ON",
"AAN",
"上"
]
},
{
"Key": "Error",
"Phrases": [
"Error",
"Fout",
"错误"
]
},
{
"Key": "CustomControl.Increment.False",
"Phrases": [
"Okay",
"Oke",
"好的"
]
},
{
"Key": "CustomControl.Increment.True",
"Phrases": [
"+1",
"+1",
"+1"
]
},
{
"Key": "CustomControl.Increment",
"Phrases": [
"Increment",
"Incrementeel",
"增量"
]
},
{
"Key": "Count",
"Phrases": [
"Count",
"Telling",
"伯爵"
]
},
{
"Key": "Exit",
"Phrases": [
"Exit",
"Verlaten",
"出口"
]
},
{
"Key": "Exit.BoolText",
"Phrases": [
"Exit",
"Verlaten",
"出口"
]
},
{
"Key": "DialogText",
"Phrases": [
"This is an example of a localized string value.",
"Dit is een voorbeeld van een gelokaliseerde string",
"这是一个本地化字符串值的例子"
]
},
{
"Key": "DialogConfirmation",
"Phrases": [
"Okay",
"Oke",
"好的"
]
},
{
"Key": "Show Dialog",
"Phrases": [
"Show Localized Dialog",
"Toon gelokaliseerde dialoog",
"显示本地化对话"
]
},
{
"Key": "Show Dialog.BoolText",
"Phrases": [
"Show",
"Toon",
"显示"
]
},
{
"Key":"Button with Multiple Strings.False",
"Phrases":[
"Off text",
"Uit tekst",
"文字关闭"
]
},
{
"Key":"Button with Multiple Strings.True",
"Phrases":[
"On text",
"Op tekst",
"在文字上"
]
},
{
"Key":"Button with Multiple Strings",
"Phrases":[
"Button with Multiple Strings",
"Knop met meerdere snaren",
"具有多个字符串的按钮"
]
}
]
}