@ic10/metadata 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/locals/builtin.d.ts +33 -0
- package/dist/locals/builtin.js +34 -0
- package/dist/locals/enums.d.ts +3 -0
- package/dist/locals/enums.js +4044 -0
- package/dist/locals/index.d.ts +3 -0
- package/dist/locals/index.js +3 -0
- package/dist/locals/instructions.d.ts +981 -0
- package/dist/locals/instructions.js +982 -0
- package/dist/stationpedia/CN/colors.d.ts +67 -0
- package/dist/stationpedia/CN/colors.js +132 -0
- package/dist/stationpedia/CN/constants.d.ts +3 -0
- package/dist/stationpedia/CN/constants.js +6765 -0
- package/dist/stationpedia/CN/consts.d.ts +681 -0
- package/dist/stationpedia/CN/consts.js +682 -0
- package/dist/stationpedia/CN/data.d.ts +3 -0
- package/dist/stationpedia/CN/data.js +41463 -0
- package/dist/stationpedia/CN/index.d.ts +6 -0
- package/dist/stationpedia/CN/index.js +6 -0
- package/dist/stationpedia/CN/instructions.d.ts +2 -0
- package/dist/stationpedia/CN/instructions.js +3 -0
- package/dist/stationpedia/CN/tags.d.ts +2 -0
- package/dist/stationpedia/CN/tags.js +14 -0
- package/dist/stationpedia/EN/colors.d.ts +67 -0
- package/dist/stationpedia/EN/colors.js +132 -0
- package/dist/stationpedia/EN/constants.d.ts +3 -0
- package/dist/stationpedia/EN/constants.js +6765 -0
- package/dist/stationpedia/EN/consts.d.ts +681 -0
- package/dist/stationpedia/EN/consts.js +682 -0
- package/dist/stationpedia/EN/data.d.ts +3 -0
- package/dist/stationpedia/EN/data.js +41471 -0
- package/dist/stationpedia/EN/index.d.ts +6 -0
- package/dist/stationpedia/EN/index.js +6 -0
- package/dist/stationpedia/EN/instructions.d.ts +2 -0
- package/dist/stationpedia/EN/instructions.js +3 -0
- package/dist/stationpedia/EN/tags.d.ts +2 -0
- package/dist/stationpedia/EN/tags.js +15 -0
- package/dist/std/builtin.d.ts +18 -0
- package/dist/std/builtin.js +19 -0
- package/dist/std/enums.d.ts +3 -0
- package/dist/std/enums.js +3582 -0
- package/dist/std/index.d.ts +3 -0
- package/dist/std/index.js +3 -0
- package/dist/std/instructions.d.ts +818 -0
- package/dist/std/instructions.js +819 -0
- package/package.json +50 -0
|
@@ -0,0 +1,4044 @@
|
|
|
1
|
+
const data = {
|
|
2
|
+
"AirCon": {
|
|
3
|
+
"desc": {
|
|
4
|
+
"en-us": "Air Conditioner Mode",
|
|
5
|
+
"zh-hans": "空调模式"
|
|
6
|
+
},
|
|
7
|
+
"enums": {
|
|
8
|
+
"Cold": {
|
|
9
|
+
"desc": {
|
|
10
|
+
"en-us": "Cold",
|
|
11
|
+
"zh-hans": "冷"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"Hot": {
|
|
15
|
+
"desc": {
|
|
16
|
+
"en-us": "Hot",
|
|
17
|
+
"zh-hans": "热"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"AirControl": {
|
|
23
|
+
"desc": {
|
|
24
|
+
"en-us": "Air Control",
|
|
25
|
+
"zh-hans": "空气控制"
|
|
26
|
+
},
|
|
27
|
+
"enums": {
|
|
28
|
+
"Draught": {
|
|
29
|
+
"desc": {
|
|
30
|
+
"en-us": "Draught",
|
|
31
|
+
"zh-hans": "通风"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"None": {
|
|
35
|
+
"desc": {
|
|
36
|
+
"en-us": "None",
|
|
37
|
+
"zh-hans": "无"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"Offline": {
|
|
41
|
+
"desc": {
|
|
42
|
+
"en-us": "Offline",
|
|
43
|
+
"zh-hans": "离线"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"Pressure": {
|
|
47
|
+
"desc": {
|
|
48
|
+
"en-us": "Pressure",
|
|
49
|
+
"zh-hans": "压力"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"BatchMode": {
|
|
55
|
+
"Average": {
|
|
56
|
+
"desc": {
|
|
57
|
+
"en-us": "Average: returns the arithmetic mean of the selected logic value across all matching devices. Batch mode value 0.",
|
|
58
|
+
"zh-hans": "Average(平均值):对所有匹配设备的指定逻辑值求算术平均。批处理模式值 0。"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"Count": {
|
|
62
|
+
"desc": {
|
|
63
|
+
"en-us": "Count: returns the number of matching devices. Batch mode value 4.",
|
|
64
|
+
"zh-hans": "Count(计数):返回匹配设备的数量。批处理模式值 4。"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"Maximum": {
|
|
68
|
+
"desc": {
|
|
69
|
+
"en-us": "Maximum: returns the largest selected logic value among all matching devices. Batch mode value 3.",
|
|
70
|
+
"zh-hans": "Maximum(最大值):返回所有匹配设备中指定逻辑值的最大值。批处理模式值 3。"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"Minimum": {
|
|
74
|
+
"desc": {
|
|
75
|
+
"en-us": "Minimum: returns the smallest selected logic value among all matching devices. Batch mode value 2.",
|
|
76
|
+
"zh-hans": "Minimum(最小值):返回所有匹配设备中指定逻辑值的最小值。批处理模式值 2。"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"Sum": {
|
|
80
|
+
"desc": {
|
|
81
|
+
"en-us": "Sum: returns the total sum of the selected logic value across all matching devices. Batch mode value 1.",
|
|
82
|
+
"zh-hans": "Sum(求和):返回所有匹配设备中指定逻辑值的总和。批处理模式值 1。"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"Color": {
|
|
87
|
+
"desc": {
|
|
88
|
+
"en-us": "Color",
|
|
89
|
+
"zh-hans": "颜色"
|
|
90
|
+
},
|
|
91
|
+
"enums": {
|
|
92
|
+
"Black": {
|
|
93
|
+
"desc": {
|
|
94
|
+
"en-us": "Black",
|
|
95
|
+
"zh-hans": "黑色"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"Blue": {
|
|
99
|
+
"desc": {
|
|
100
|
+
"en-us": "Blue",
|
|
101
|
+
"zh-hans": "蓝色"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"Brown": {
|
|
105
|
+
"desc": {
|
|
106
|
+
"en-us": "Brown",
|
|
107
|
+
"zh-hans": "棕色"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"Gray": {
|
|
111
|
+
"desc": {
|
|
112
|
+
"en-us": "Gray",
|
|
113
|
+
"zh-hans": "灰色"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"Green": {
|
|
117
|
+
"desc": {
|
|
118
|
+
"en-us": "Green",
|
|
119
|
+
"zh-hans": "绿色"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"Khaki": {
|
|
123
|
+
"desc": {
|
|
124
|
+
"en-us": "Khaki",
|
|
125
|
+
"zh-hans": "卡其色"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"Orange": {
|
|
129
|
+
"desc": {
|
|
130
|
+
"en-us": "Orange",
|
|
131
|
+
"zh-hans": "橙色"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"Pink": {
|
|
135
|
+
"desc": {
|
|
136
|
+
"en-us": "Pink",
|
|
137
|
+
"zh-hans": "粉色"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"Purple": {
|
|
141
|
+
"desc": {
|
|
142
|
+
"en-us": "Purple",
|
|
143
|
+
"zh-hans": "紫色"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"Red": {
|
|
147
|
+
"desc": {
|
|
148
|
+
"en-us": "Red",
|
|
149
|
+
"zh-hans": "红色"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"White": {
|
|
153
|
+
"desc": {
|
|
154
|
+
"en-us": "White",
|
|
155
|
+
"zh-hans": "白色"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"Yellow": {
|
|
159
|
+
"desc": {
|
|
160
|
+
"en-us": "Yellow",
|
|
161
|
+
"zh-hans": "黄色"
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"CompareOperator": {
|
|
167
|
+
"desc": {
|
|
168
|
+
"en-us": "Comparison Operator",
|
|
169
|
+
"zh-hans": "比较运算符"
|
|
170
|
+
},
|
|
171
|
+
"enums": {
|
|
172
|
+
"Equals": {
|
|
173
|
+
"desc": {
|
|
174
|
+
"en-us": "Equals",
|
|
175
|
+
"zh-hans": "等于"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"Greater": {
|
|
179
|
+
"desc": {
|
|
180
|
+
"en-us": "Greater",
|
|
181
|
+
"zh-hans": "大于"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"Less": {
|
|
185
|
+
"desc": {
|
|
186
|
+
"en-us": "Less",
|
|
187
|
+
"zh-hans": "小于"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"NotEquals": {
|
|
191
|
+
"desc": {
|
|
192
|
+
"en-us": "Not Equals",
|
|
193
|
+
"zh-hans": "不等于"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"DaylightsensorMode": {
|
|
199
|
+
"desc": {
|
|
200
|
+
"en-us": "Daylight Sensor Mode",
|
|
201
|
+
"zh-hans": "日光传感器模式"
|
|
202
|
+
},
|
|
203
|
+
"enums": {
|
|
204
|
+
"Default": {
|
|
205
|
+
"desc": {
|
|
206
|
+
"en-us": "Default",
|
|
207
|
+
"zh-hans": "默认"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"Horizontal": {
|
|
211
|
+
"desc": {
|
|
212
|
+
"en-us": "Horizontal",
|
|
213
|
+
"zh-hans": "水平"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"Vertical": {
|
|
217
|
+
"desc": {
|
|
218
|
+
"en-us": "Vertical",
|
|
219
|
+
"zh-hans": "垂直"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"DisplayMode": {
|
|
225
|
+
"desc": {
|
|
226
|
+
"en-us": "Display Mode",
|
|
227
|
+
"zh-hans": "显示模式"
|
|
228
|
+
},
|
|
229
|
+
"enums": {
|
|
230
|
+
"Celsius": {
|
|
231
|
+
"desc": {
|
|
232
|
+
"en-us": "Celsius",
|
|
233
|
+
"zh-hans": "摄氏度"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"Credits": {
|
|
237
|
+
"desc": {
|
|
238
|
+
"en-us": "Credits",
|
|
239
|
+
"zh-hans": "积分"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"Days": {
|
|
243
|
+
"desc": {
|
|
244
|
+
"en-us": "Days",
|
|
245
|
+
"zh-hans": "天数"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"Default": {
|
|
249
|
+
"desc": {
|
|
250
|
+
"en-us": "Default",
|
|
251
|
+
"zh-hans": "默认"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"Degrees": {
|
|
255
|
+
"desc": {
|
|
256
|
+
"en-us": "Degrees",
|
|
257
|
+
"zh-hans": "角度"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"Fahrenheit": {
|
|
261
|
+
"desc": {
|
|
262
|
+
"en-us": "Fahrenheit",
|
|
263
|
+
"zh-hans": "华氏度"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"Kelvin": {
|
|
267
|
+
"desc": {
|
|
268
|
+
"en-us": "Kelvin",
|
|
269
|
+
"zh-hans": "开尔文"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"Litres": {
|
|
273
|
+
"desc": {
|
|
274
|
+
"en-us": "Litres",
|
|
275
|
+
"zh-hans": "升"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"Meters": {
|
|
279
|
+
"desc": {
|
|
280
|
+
"en-us": "Meters",
|
|
281
|
+
"zh-hans": "米"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"Minutes": {
|
|
285
|
+
"desc": {
|
|
286
|
+
"en-us": "Minutes",
|
|
287
|
+
"zh-hans": "分钟"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"Mol": {
|
|
291
|
+
"desc": {
|
|
292
|
+
"en-us": "Mol",
|
|
293
|
+
"zh-hans": "摩尔"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"Newtons": {
|
|
297
|
+
"desc": {
|
|
298
|
+
"en-us": "Newtons",
|
|
299
|
+
"zh-hans": "牛顿"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"Pa": {
|
|
303
|
+
"desc": {
|
|
304
|
+
"en-us": "Pa",
|
|
305
|
+
"zh-hans": "帕斯卡"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"Percent": {
|
|
309
|
+
"desc": {
|
|
310
|
+
"en-us": "Percent",
|
|
311
|
+
"zh-hans": "百分比"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"Power": {
|
|
315
|
+
"desc": {
|
|
316
|
+
"en-us": "Power",
|
|
317
|
+
"zh-hans": "功率"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"Seconds": {
|
|
321
|
+
"desc": {
|
|
322
|
+
"en-us": "Seconds",
|
|
323
|
+
"zh-hans": "秒"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"String": {
|
|
327
|
+
"desc": {
|
|
328
|
+
"en-us": "String",
|
|
329
|
+
"zh-hans": "字符串"
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"ElevatorMode": {
|
|
335
|
+
"desc": {
|
|
336
|
+
"en-us": "Elevator Mode",
|
|
337
|
+
"zh-hans": "电梯模式"
|
|
338
|
+
},
|
|
339
|
+
"enums": {
|
|
340
|
+
"Downward": {
|
|
341
|
+
"desc": {
|
|
342
|
+
"en-us": "Downward",
|
|
343
|
+
"zh-hans": "向下"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"Stationary": {
|
|
347
|
+
"desc": {
|
|
348
|
+
"en-us": "Stationary",
|
|
349
|
+
"zh-hans": "静止"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"Upward": {
|
|
353
|
+
"desc": {
|
|
354
|
+
"en-us": "Upward",
|
|
355
|
+
"zh-hans": "向上"
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"EntityState": {
|
|
361
|
+
"desc": {
|
|
362
|
+
"en-us": "Entity State",
|
|
363
|
+
"zh-hans": "实体状态"
|
|
364
|
+
},
|
|
365
|
+
"enums": {
|
|
366
|
+
"Alive": {
|
|
367
|
+
"desc": {
|
|
368
|
+
"en-us": "Alive",
|
|
369
|
+
"zh-hans": "存活"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"Dead": {
|
|
373
|
+
"desc": {
|
|
374
|
+
"en-us": "Dead",
|
|
375
|
+
"zh-hans": "死亡"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"Decay": {
|
|
379
|
+
"desc": {
|
|
380
|
+
"en-us": "Decay",
|
|
381
|
+
"zh-hans": "腐烂"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
"Unconscious": {
|
|
385
|
+
"desc": {
|
|
386
|
+
"en-us": "Unconscious",
|
|
387
|
+
"zh-hans": "昏迷"
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"GasType": {
|
|
393
|
+
"desc": {
|
|
394
|
+
"en-us": "Gas Type",
|
|
395
|
+
"zh-hans": "气体类型"
|
|
396
|
+
},
|
|
397
|
+
"enums": {
|
|
398
|
+
"Air": {
|
|
399
|
+
"desc": {
|
|
400
|
+
"en-us": "Air",
|
|
401
|
+
"zh-hans": "空气"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"CarbonDioxide": {
|
|
405
|
+
"desc": {
|
|
406
|
+
"en-us": "Carbon Dioxide",
|
|
407
|
+
"zh-hans": "二氧化碳"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"Fuel": {
|
|
411
|
+
"desc": {
|
|
412
|
+
"en-us": "Fuel",
|
|
413
|
+
"zh-hans": "燃料"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"Hydrogen": {
|
|
417
|
+
"desc": {
|
|
418
|
+
"en-us": "Hydrogen",
|
|
419
|
+
"zh-hans": "氢气"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"LiquidCarbonDioxide": {
|
|
423
|
+
"desc": {
|
|
424
|
+
"en-us": "Liquid Carbon Dioxide",
|
|
425
|
+
"zh-hans": "液态二氧化碳"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"LiquidHydrogen": {
|
|
429
|
+
"desc": {
|
|
430
|
+
"en-us": "Liquid Hydrogen",
|
|
431
|
+
"zh-hans": "液态氢气"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"LiquidNitrogen": {
|
|
435
|
+
"desc": {
|
|
436
|
+
"en-us": "Liquid Nitrogen",
|
|
437
|
+
"zh-hans": "液态氮气"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"LiquidNitrousOxide": {
|
|
441
|
+
"desc": {
|
|
442
|
+
"en-us": "Liquid Nitrous Oxide",
|
|
443
|
+
"zh-hans": "液态氧化亚氮"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"LiquidOxygen": {
|
|
447
|
+
"desc": {
|
|
448
|
+
"en-us": "Liquid Oxygen",
|
|
449
|
+
"zh-hans": "液态氧气"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"LiquidPollutant": {
|
|
453
|
+
"desc": {
|
|
454
|
+
"en-us": "Liquid Pollutant",
|
|
455
|
+
"zh-hans": "液态污染物"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"LiquidVolatiles": {
|
|
459
|
+
"desc": {
|
|
460
|
+
"en-us": "Liquid Volatiles",
|
|
461
|
+
"zh-hans": "液态挥发物"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"Nitrogen": {
|
|
465
|
+
"desc": {
|
|
466
|
+
"en-us": "Nitrogen",
|
|
467
|
+
"zh-hans": "氮气"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"NitrousOxide": {
|
|
471
|
+
"desc": {
|
|
472
|
+
"en-us": "Nitrous Oxide",
|
|
473
|
+
"zh-hans": "氧化亚氮"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"Oxygen": {
|
|
477
|
+
"desc": {
|
|
478
|
+
"en-us": "Oxygen",
|
|
479
|
+
"zh-hans": "氧气"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"Pollutant": {
|
|
483
|
+
"desc": {
|
|
484
|
+
"en-us": "Pollutant",
|
|
485
|
+
"zh-hans": "污染物"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"PollutedWater": {
|
|
489
|
+
"desc": {
|
|
490
|
+
"en-us": "Polluted Water",
|
|
491
|
+
"zh-hans": "污染水"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"Steam": {
|
|
495
|
+
"desc": {
|
|
496
|
+
"en-us": "Steam",
|
|
497
|
+
"zh-hans": "蒸汽"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"Undefined": {
|
|
501
|
+
"desc": {
|
|
502
|
+
"en-us": "Undefined",
|
|
503
|
+
"zh-hans": "未定义"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"Volatiles": {
|
|
507
|
+
"desc": {
|
|
508
|
+
"en-us": "Volatiles",
|
|
509
|
+
"zh-hans": "挥发物"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"Water": {
|
|
513
|
+
"desc": {
|
|
514
|
+
"en-us": "Water",
|
|
515
|
+
"zh-hans": "水"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"Helium": {
|
|
519
|
+
"desc": null
|
|
520
|
+
},
|
|
521
|
+
"Hydrazine": {
|
|
522
|
+
"desc": null
|
|
523
|
+
},
|
|
524
|
+
"HydrochloricAcid": {
|
|
525
|
+
"desc": null
|
|
526
|
+
},
|
|
527
|
+
"LiquidAlcohol": {
|
|
528
|
+
"desc": null
|
|
529
|
+
},
|
|
530
|
+
"LiquidHydrazine": {
|
|
531
|
+
"desc": null
|
|
532
|
+
},
|
|
533
|
+
"LiquidHydrochloricAcid": {
|
|
534
|
+
"desc": null
|
|
535
|
+
},
|
|
536
|
+
"LiquidMethane": {
|
|
537
|
+
"desc": null
|
|
538
|
+
},
|
|
539
|
+
"LiquidOzone": {
|
|
540
|
+
"desc": null
|
|
541
|
+
},
|
|
542
|
+
"LiquidSilanol": {
|
|
543
|
+
"desc": null
|
|
544
|
+
},
|
|
545
|
+
"LiquidSodiumChloride": {
|
|
546
|
+
"desc": null
|
|
547
|
+
},
|
|
548
|
+
"Methane": {
|
|
549
|
+
"desc": null
|
|
550
|
+
},
|
|
551
|
+
"Ozone": {
|
|
552
|
+
"desc": null
|
|
553
|
+
},
|
|
554
|
+
"Silanol": {
|
|
555
|
+
"desc": null
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"HashType": {
|
|
560
|
+
"desc": {
|
|
561
|
+
"en-us": "Hash Type",
|
|
562
|
+
"zh-hans": "哈希类型"
|
|
563
|
+
},
|
|
564
|
+
"enums": {
|
|
565
|
+
"GasLiquid": {
|
|
566
|
+
"desc": {
|
|
567
|
+
"en-us": "Gas Liquid",
|
|
568
|
+
"zh-hans": "气液"
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
"Prefab": {
|
|
572
|
+
"desc": {
|
|
573
|
+
"en-us": "Prefab",
|
|
574
|
+
"zh-hans": "预制体"
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"LogicSlotType": {
|
|
580
|
+
"desc": {
|
|
581
|
+
"en-us": "Logic Slot Type",
|
|
582
|
+
"zh-hans": "逻辑槽类型"
|
|
583
|
+
},
|
|
584
|
+
"enums": {
|
|
585
|
+
"Charge": {
|
|
586
|
+
"desc": {
|
|
587
|
+
"en-us": "Returns the charge of the item in this slot",
|
|
588
|
+
"zh-hans": "返回该槽位中的物品的电量"
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
"ChargeRatio": {
|
|
592
|
+
"desc": {
|
|
593
|
+
"en-us": "Returns the ratio of the current charge to the maximum charge of the item in this slot (0 to 1)",
|
|
594
|
+
"zh-hans": "返回该槽位中的物品的当前电量与其最大电量的比值(0至1)"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"Class": {
|
|
598
|
+
"desc": {
|
|
599
|
+
"en-us": "Returns the Class value of the item in this slot",
|
|
600
|
+
"zh-hans": "返回该槽位中的物品的分类(Class)值"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"Damage": {
|
|
604
|
+
"desc": {
|
|
605
|
+
"en-us": "Returns the damage state of the item in this slot",
|
|
606
|
+
"zh-hans": "返回该槽位中的物品的损坏状态"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"Efficiency": {
|
|
610
|
+
"desc": {
|
|
611
|
+
"en-us": "Returns the growth rate coefficient of the plant in this slot",
|
|
612
|
+
"zh-hans": "返回该槽位中的植物的生长率系数"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"FilterType": {
|
|
616
|
+
"desc": null
|
|
617
|
+
},
|
|
618
|
+
"FreeSlots": {
|
|
619
|
+
"desc": {
|
|
620
|
+
"en-us": "The number of free slots in this object",
|
|
621
|
+
"zh-hans": "此物体中的空闲槽位数量"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"Growth": {
|
|
625
|
+
"desc": {
|
|
626
|
+
"en-us": "Returns the current growth stage of the plant in this slot",
|
|
627
|
+
"zh-hans": "返回该槽位中的植物的当前生长阶段"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"HarvestedHash": {
|
|
631
|
+
"desc": null
|
|
632
|
+
},
|
|
633
|
+
"Health": {
|
|
634
|
+
"desc": {
|
|
635
|
+
"en-us": "Returns the health status of the plant in this slot",
|
|
636
|
+
"zh-hans": "返回该槽位中的植物的健康状况"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"LineNumber": {
|
|
640
|
+
"desc": {
|
|
641
|
+
"en-us": "The current line number being executed by the IC chip code running on this device. This value supports writing, but please use it with caution",
|
|
642
|
+
"zh-hans": "在此设备上运行的IC芯片代码当前执行的行号. 虽然该值支持写入, 但请谨慎使用"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"Lock": {
|
|
646
|
+
"desc": null
|
|
647
|
+
},
|
|
648
|
+
"Mature": {
|
|
649
|
+
"desc": {
|
|
650
|
+
"en-us": "Returns the growth state of the plant in this slot, 0 for not growing, 1 for growing",
|
|
651
|
+
"zh-hans": "返回该槽位中的植物的生长状态, 0为未生长, 1为生长"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"MaturityRatio": {
|
|
655
|
+
"desc": {
|
|
656
|
+
"en-us": "The maturity progress of the plant, expressed as a fraction between 0 and 1, 1 means mature and ready for harvest",
|
|
657
|
+
"zh-hans": "植物成熟的进度, 以0到1之间的分数表示, 1表示成熟并准备收获。"
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"MaxQuantity": {
|
|
661
|
+
"desc": {
|
|
662
|
+
"en-us": "Returns the maximum stackable quantity of the item in this slot",
|
|
663
|
+
"zh-hans": "返回该槽位中的物品在堆叠时能达到的最大数量"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"Mode": {
|
|
667
|
+
"desc": null
|
|
668
|
+
},
|
|
669
|
+
"None": {
|
|
670
|
+
"desc": {
|
|
671
|
+
"en-us": "No description",
|
|
672
|
+
"zh-hans": "无说明"
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"OccupantHash": {
|
|
676
|
+
"desc": {
|
|
677
|
+
"en-us": "Returns the hash value of the item in this slot",
|
|
678
|
+
"zh-hans": "返回该槽位中物品的哈希值"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"Occupied": {
|
|
682
|
+
"desc": {
|
|
683
|
+
"en-us": "Returns 0 if the slot is unoccupied, 1 if occupied",
|
|
684
|
+
"zh-hans": "当槽位未被占用返回0, 被占用时返回1"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"true": {
|
|
688
|
+
"desc": null
|
|
689
|
+
},
|
|
690
|
+
"Open": {
|
|
691
|
+
"desc": null
|
|
692
|
+
},
|
|
693
|
+
"PrefabHash": {
|
|
694
|
+
"desc": {
|
|
695
|
+
"en-us": "Returns the hash value of this slot structure",
|
|
696
|
+
"zh-hans": "返回该槽位结构的哈希值"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"Pressure": {
|
|
700
|
+
"desc": {
|
|
701
|
+
"en-us": "Returns the internal pressure of the item in this slot",
|
|
702
|
+
"zh-hans": "返回该槽位中的物品内部的压强"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
"PressureAir": {
|
|
706
|
+
"desc": {
|
|
707
|
+
"en-us": "Returns the pressure value of the spacesuit oxygen tank in this slot",
|
|
708
|
+
"zh-hans": "返回该槽位中的太空服氧气罐的压强值"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"PressureWaste": {
|
|
712
|
+
"desc": {
|
|
713
|
+
"en-us": "Returns the pressure value of the spacesuit waste gas tank in this slot",
|
|
714
|
+
"zh-hans": "返回该槽位中的太空服废气罐的压强值"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"Quantity": {
|
|
718
|
+
"desc": {
|
|
719
|
+
"en-us": "Returns the quantity of the item in this slot, such as stack quantity",
|
|
720
|
+
"zh-hans": "返回该槽位中的物品的数量, 比如堆叠数量"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"ReferenceId": {
|
|
724
|
+
"desc": {
|
|
725
|
+
"en-us": "The unique reference identifier of this object",
|
|
726
|
+
"zh-hans": "本对象的唯一参考标识符"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"Seeding": {
|
|
730
|
+
"desc": {
|
|
731
|
+
"en-us": "Whether the plant has produced seeds. 1 for seeded, 0 for not seeded",
|
|
732
|
+
"zh-hans": "植物是否已经结出种子. 1为已结种, 0为未结种"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"SeedingRatio": {
|
|
736
|
+
"desc": {
|
|
737
|
+
"en-us": "The progress of the plant towards seeding, expressed as a fraction between 0 and 1, 1 means seeded and will provide seeds when harvested",
|
|
738
|
+
"zh-hans": "植物朝向结籽的进度, 以0到1之间的分数表示, 1表示已经结种并在收获时提供种子."
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
"SortingClass": {
|
|
742
|
+
"desc": null
|
|
743
|
+
},
|
|
744
|
+
"Temperature": {
|
|
745
|
+
"desc": {
|
|
746
|
+
"en-us": "Returns the internal temperature of the item in this slot",
|
|
747
|
+
"zh-hans": "返回该槽位中的物品内部的的温度"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"TotalSlots": {
|
|
751
|
+
"desc": {
|
|
752
|
+
"en-us": "The total number of slots in this object",
|
|
753
|
+
"zh-hans": "此物体中的槽位总数"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"Volume": {
|
|
757
|
+
"desc": null
|
|
758
|
+
},
|
|
759
|
+
"On": {
|
|
760
|
+
"desc": null
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"LogicType": {
|
|
765
|
+
"desc": {
|
|
766
|
+
"en-us": "Logic Type",
|
|
767
|
+
"zh-hans": "逻辑类型"
|
|
768
|
+
},
|
|
769
|
+
"enums": {
|
|
770
|
+
"Acceleration": {
|
|
771
|
+
"desc": {
|
|
772
|
+
"en-us": "Acceleration value. Decelerating rockets during landing will show negative values",
|
|
773
|
+
"zh-hans": "加速度值, 着陆时减速的火箭将显示为负值"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"Activate": {
|
|
777
|
+
"desc": {
|
|
778
|
+
"en-us": "1 if the device is activated (usually running), 0 otherwise",
|
|
779
|
+
"zh-hans": "如果设备已激活(通常表示正在运行), 则为1, 否则为0"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"AirRelease": {
|
|
783
|
+
"desc": {
|
|
784
|
+
"en-us": "Current state of the air release system, e.g. AirRelease=1 means the spacesuit air system is set to On",
|
|
785
|
+
"zh-hans": "空气释放系统的当前状态, 例如AirRelease=1表示太空服的空气系统设置为On(启用)"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"AlignmentError": {
|
|
789
|
+
"desc": {
|
|
790
|
+
"en-us": "Angular deviation between the telescope's current pointing direction and the target. Returns NaN when there is no target",
|
|
791
|
+
"zh-hans": "望远镜当前指向方位与目标之间的角度偏差值, 表示望远镜的\"偏离目标\"程度, 无目标时返回NaN"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"Altitude": {
|
|
795
|
+
"desc": {
|
|
796
|
+
"en-us": "Height of the rocket above the planet surface. -1 means the rocket is in space",
|
|
797
|
+
"zh-hans": "火箭距离行星表面的高度. -1表示火箭位于太空"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
"Apex": {
|
|
801
|
+
"desc": {
|
|
802
|
+
"en-us": "The lowest altitude the rocket will reach before ascending again",
|
|
803
|
+
"zh-hans": "火箭在再次上升前将达到的最低高度"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"AutoLand": {
|
|
807
|
+
"desc": {
|
|
808
|
+
"en-us": "Activates the auto-landing algorithm. The rocket will automatically adjust throttle and start/stop engines for a smooth landing",
|
|
809
|
+
"zh-hans": "启动自动着陆算法. 火箭将自动调节节流阀, 自动启动和关闭引擎, 以实现平稳着陆"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"AutoShutOff": {
|
|
813
|
+
"desc": {
|
|
814
|
+
"en-us": "Whether to automatically shut down all devices on the rocket when reaching the destination",
|
|
815
|
+
"zh-hans": "是否在到达目的地时自动关闭火箭上的所有设备"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
"BestContactFilter": {
|
|
819
|
+
"desc": {
|
|
820
|
+
"en-us": "Filters the satellite's automatic target selection to a single reference ID",
|
|
821
|
+
"zh-hans": "将卫星的自动目标选择过滤为单一参考ID"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
"Bpm": {
|
|
825
|
+
"desc": {
|
|
826
|
+
"en-us": "Beats per minute",
|
|
827
|
+
"zh-hans": "节拍"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"BurnTimeRemaining": {
|
|
831
|
+
"desc": {
|
|
832
|
+
"en-us": "Estimated time until rocket fuel is exhausted, in seconds. Calculated based on current fuel consumption rate",
|
|
833
|
+
"zh-hans": "火箭燃料耗尽的预计时间, 单位为秒. 基于当前燃料消耗速度计算"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"CelestialHash": {
|
|
837
|
+
"desc": {
|
|
838
|
+
"en-us": "Hash value of the current target celestial body",
|
|
839
|
+
"zh-hans": "当前目标天体的哈希值"
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
"CelestialParentHash": {
|
|
843
|
+
"desc": {
|
|
844
|
+
"en-us": "Hash value of the parent body name the celestial body orbits. 0 if there is no parent body",
|
|
845
|
+
"zh-hans": "天体所绕行的母天体的名称的哈希值, 若无母天体则为0"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"Channel0": {
|
|
849
|
+
"desc": {
|
|
850
|
+
"en-us": "The channel is volatile on the cable network",
|
|
851
|
+
"zh-hans": "频道在电缆网络上是易失性的"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
"Channel1": {
|
|
855
|
+
"desc": {
|
|
856
|
+
"en-us": "The channel is volatile on the cable network",
|
|
857
|
+
"zh-hans": "频道在电缆网络上是易失性的"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
"Channel2": {
|
|
861
|
+
"desc": {
|
|
862
|
+
"en-us": "The channel is volatile on the cable network",
|
|
863
|
+
"zh-hans": "频道在电缆网络上是易失性的"
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"Channel3": {
|
|
867
|
+
"desc": {
|
|
868
|
+
"en-us": "The channel is volatile on the cable network",
|
|
869
|
+
"zh-hans": "频道在电缆网络上是易失性的"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
"Channel4": {
|
|
873
|
+
"desc": {
|
|
874
|
+
"en-us": "The channel is volatile on the cable network",
|
|
875
|
+
"zh-hans": "频道在电缆网络上是易失性的"
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
"Channel5": {
|
|
879
|
+
"desc": {
|
|
880
|
+
"en-us": "The channel is volatile on the cable network",
|
|
881
|
+
"zh-hans": "频道在电缆网络上是易失性的"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"Channel6": {
|
|
885
|
+
"desc": {
|
|
886
|
+
"en-us": "The channel is volatile on the cable network",
|
|
887
|
+
"zh-hans": "频道在电缆网络上是易失性的"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"Channel7": {
|
|
891
|
+
"desc": {
|
|
892
|
+
"en-us": "The channel is volatile on the cable network",
|
|
893
|
+
"zh-hans": "频道在电缆网络上是易失性的"
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
"Charge": {
|
|
897
|
+
"desc": {
|
|
898
|
+
"en-us": "Current charge of the device",
|
|
899
|
+
"zh-hans": "设备当前的电量"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
"Chart": {
|
|
903
|
+
"desc": {
|
|
904
|
+
"en-us": "State of the rocket mapping a space map location, returns a quantified value. Returns -1 if not in mapping state",
|
|
905
|
+
"zh-hans": "火箭对太空地图地点进行测绘时的状态, 返回一个范围内的量化值. 若未处于测绘状态, 返回-1"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"ChartedNavPoints": {
|
|
909
|
+
"desc": {
|
|
910
|
+
"en-us": "Number of mapped navigation points at the rocket's current target space map location",
|
|
911
|
+
"zh-hans": "火箭当前目标太空地图地点已测绘的导航点数量"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"ClearMemory": {
|
|
915
|
+
"desc": {
|
|
916
|
+
"en-us": "When set to 1, resets device counter memory (e.g. ExportCount). Returns 0 after reset completes",
|
|
917
|
+
"zh-hans": "设置为1时, 将重置设备计数器内存(比如ExportCount). 此值自身将在重置完成后返回0"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
"CollectableGoods": {
|
|
921
|
+
"desc": {
|
|
922
|
+
"en-us": "Gets the fuel cost for the rocket to return to the player's location",
|
|
923
|
+
"zh-hans": "获取火箭返回玩家所在地的燃料花费"
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
"Color": {
|
|
927
|
+
"desc": {
|
|
928
|
+
"en-us": "Device color as integer. 0:Blue 1:Gray 2:Green 3:Orange 4:Red 5:Yellow 6:White 7:Black 8:Brown 9:Tan 10:Pink 11:Purple; values >11 are purple, values <0 are blue",
|
|
929
|
+
"zh-hans": "设备的颜色设置,以整型表示。0:蓝色 1:灰色 2:绿色 3:橙色 4:红色 5:黄色 6:白色 7:黑色 8:棕色 9:土黄色 10:粉红色 11:紫色;大于11为紫色,小于0为蓝色"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
"Combustion": {
|
|
933
|
+
"desc": {
|
|
934
|
+
"en-us": "Detects if the air environment is burning. Returns 1 if true, 0 if false",
|
|
935
|
+
"zh-hans": "检测空气环境是否正在燃烧. 是则返回1, 否则返回0"
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
"CombustionInput": {
|
|
939
|
+
"desc": {
|
|
940
|
+
"en-us": "Detects if the pipe network at the device input is burning. Returns 1 if true, 0 if false",
|
|
941
|
+
"zh-hans": "检测设备输入口的管道网是否正在燃烧. 是则返回1, 否则返回0"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"CombustionInput2": {
|
|
945
|
+
"desc": {
|
|
946
|
+
"en-us": "Detects if the pipe network at device input 2 is burning. Returns 1 if true, 0 if false",
|
|
947
|
+
"zh-hans": "检测设备输入口2的管道网是否正在燃烧. 是则返回1, 否则返回0"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"CombustionLimiter": {
|
|
951
|
+
"desc": {
|
|
952
|
+
"en-us": "Limits machine internal combustion speed (range: 0~100). 0 = slowest, 100 = fastest",
|
|
953
|
+
"zh-hans": "延缓机器的内部燃烧速度(范围:0~100), 0代表燃烧速度最慢, 100代表燃烧速度最快"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"CombustionOutput": {
|
|
957
|
+
"desc": {
|
|
958
|
+
"en-us": "Detects if the pipe network at the device output is burning. Returns 1 if true, 0 if false",
|
|
959
|
+
"zh-hans": "检测设备输出口的管道网是否正在燃烧. 是则返回1, 否则返回0"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
"CombustionOutput2": {
|
|
963
|
+
"desc": {
|
|
964
|
+
"en-us": "Detects if the pipe network at device output 2 is burning. Returns 1 if true, 0 if false",
|
|
965
|
+
"zh-hans": "检测设备输出口2的管道网是否正在燃烧. 是则返回1, 否则返回0"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
"CompletionRatio": {
|
|
969
|
+
"desc": {
|
|
970
|
+
"en-us": "Current manufacturing progress of the device, value between 0 and 1",
|
|
971
|
+
"zh-hans": "设备当前的制造进度, 取值介于0和1"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"ContactSlotIndex": {
|
|
975
|
+
"desc": {
|
|
976
|
+
"en-us": "Index of the trader's generation slot. Defines trader category (utility, small, medium, etc.)",
|
|
977
|
+
"zh-hans": "贸易商生成槽位的索引值. 该索引定义了贸易商的类别, 例如: 实用型, 小型, 中型等."
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"ContactTypeId": {
|
|
981
|
+
"desc": {
|
|
982
|
+
"en-us": "Type ID of the contact signal",
|
|
983
|
+
"zh-hans": "联络信号的类型ID"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
"CurrentCode": {
|
|
987
|
+
"desc": {
|
|
988
|
+
"en-us": "Address code of the rocket's current space map location",
|
|
989
|
+
"zh-hans": "火箭当前太空地图地点的地址码"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
"CurrentNodeType": {
|
|
993
|
+
"desc": {
|
|
994
|
+
"en-us": "Returns the NodeType as an integer for the current location for a Rocket",
|
|
995
|
+
"zh-hans": "返回火箭当前位置的节点类型整数"
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"CurrentResearchPodType": {
|
|
999
|
+
"desc": null
|
|
1000
|
+
},
|
|
1001
|
+
"Density": {
|
|
1002
|
+
"desc": {
|
|
1003
|
+
"en-us": "Density of mineable deposits at the rocket's target space map location",
|
|
1004
|
+
"zh-hans": "火箭目标太空地图地点可开采矿床的密度"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"DerivativeGain": {
|
|
1008
|
+
"desc": {
|
|
1009
|
+
"en-us": "Derivative gain of the PID controller. Determines how the controller responds to the rate of error change. Higher values help suppress oscillation and improve stability, but may also amplify noise.",
|
|
1010
|
+
"zh-hans": "PID控制器的微分增益. 此值决定了控制器对误差变化率的响应程度. 较高的值有助于抑制振荡并提高稳定性, 但也可能导致噪声放大."
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"DestinationCode": {
|
|
1014
|
+
"desc": {
|
|
1015
|
+
"en-us": "Address code of the rocket's target space map location",
|
|
1016
|
+
"zh-hans": "火箭目标太空地图地点的地址码"
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
"Discover": {
|
|
1020
|
+
"desc": {
|
|
1021
|
+
"en-us": "Scanning state of the rocket for a space map location, returns a quantified value. Returns -1 if not in scanning state",
|
|
1022
|
+
"zh-hans": "火箭对太空地图地点进行扫描时的状态, 返回一个范围内的量化值. 若未处于扫描状态, 返回-1"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"Dispense": {
|
|
1026
|
+
"desc": {
|
|
1027
|
+
"en-us": "The device will dispense once, used in logic mode for export devices.",
|
|
1028
|
+
"zh-hans": "设备将分发一次,用于导出设备的逻辑模式"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"DispenseSlot": {
|
|
1032
|
+
"desc": {
|
|
1033
|
+
"en-us": "Set to the index of a stored item to dispense that specific item once. The device dispenses it then resets this back to -1. A value of -1 means idle.",
|
|
1034
|
+
"zh-hans": "设置为已存储物品的索引以单次分发该特定物品。设备分发后会将此值重置为-1。值为-1表示空闲。"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"DistanceAu": {
|
|
1038
|
+
"desc": {
|
|
1039
|
+
"en-us": "Current distance to the celestial body, in astronomical units",
|
|
1040
|
+
"zh-hans": "当前与天体的距离(以天文单位计)"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
"DistanceKm": {
|
|
1044
|
+
"desc": {
|
|
1045
|
+
"en-us": "Current distance to the celestial body, in kilometers",
|
|
1046
|
+
"zh-hans": "当前与天体的距离(以千米计)"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"DrillCondition": {
|
|
1050
|
+
"desc": {
|
|
1051
|
+
"en-us": "Condition of the drill bit in the device's drill slot, expressed as 0 to 1",
|
|
1052
|
+
"zh-hans": "当前设备钻头槽位中钻头的状况(以0到1表示)"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
"DryMass": {
|
|
1056
|
+
"desc": {
|
|
1057
|
+
"en-us": "Dry mass of the rocket excluding fuel, in kilograms. Heavier rockets consume more fuel to travel to new locations in space.",
|
|
1058
|
+
"zh-hans": "火箭不包括燃料在内的干质量, 以千克为单位. 火箭质量越大, 移动到太空中的新地点所消耗的燃料越多"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"Eccentricity": {
|
|
1062
|
+
"desc": {
|
|
1063
|
+
"en-us": "Measure of orbital eccentricity. Ranges from 0 (perfect circle) to 1 (parabolic trajectory)",
|
|
1064
|
+
"zh-hans": "轨道椭圆度(偏心率)的度量值. 范围从0(完美圆形)到1(抛物线轨迹)"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"ElevatorLevel": {
|
|
1068
|
+
"desc": {
|
|
1069
|
+
"en-us": "Current floor of the elevator",
|
|
1070
|
+
"zh-hans": "电梯当前的楼层"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
"ElevatorSpeed": {
|
|
1074
|
+
"desc": {
|
|
1075
|
+
"en-us": "Speed of the elevator",
|
|
1076
|
+
"zh-hans": "电梯的速度"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"EnergyConvected": {
|
|
1080
|
+
"desc": {
|
|
1081
|
+
"en-us": "The energy convected with the surroundings on the last atmospheric tick, in Joules. Positive values remove heat from the internal atmosphere (cooling); negative values add heat.",
|
|
1082
|
+
"zh-hans": "上一次大气刷新时与环境对流交换的能量,单位为焦耳。正值表示从内部大气带走热量(冷却);负值表示增加热量。"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
"EnergyRadiated": {
|
|
1086
|
+
"desc": {
|
|
1087
|
+
"en-us": "The energy radiated to the surroundings on the last atmospheric tick, in Joules, net of solar heating. Positive values remove heat from the internal atmosphere (cooling); negative values add heat.",
|
|
1088
|
+
"zh-hans": "上一次大气刷新时向环境辐射的能量,单位为焦耳,已扣除太阳加热净值。正值表示从内部大气带走热量(冷却);负值表示增加热量。"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"EntityState": {
|
|
1092
|
+
"desc": {
|
|
1093
|
+
"en-us": "Current entity state (e.g. dead/unconscious/alive), expressed as an integer",
|
|
1094
|
+
"zh-hans": "当前实体状态(如死亡/无意识/存活等),以整数表示"
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
"EnvironmentEfficiency": {
|
|
1098
|
+
"desc": {
|
|
1099
|
+
"en-us": "Environmental impact on work efficiency reported by the device, a float between 0 and 1",
|
|
1100
|
+
"zh-hans": "设备反馈的环境对于工作效率的影响, 是取值范围介于0和1的浮点数"
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
"Error": {
|
|
1104
|
+
"desc": {
|
|
1105
|
+
"en-us": "1 if the device is in an error state, 0 otherwise",
|
|
1106
|
+
"zh-hans": "如果设备处于错误状态, 则为1, 否则为0"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
"ExhaustVelocity": {
|
|
1110
|
+
"desc": {
|
|
1111
|
+
"en-us": "Velocity of exhaust gas, in m/s",
|
|
1112
|
+
"zh-hans": "排出气体的速度, 单位为m/s"
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
1115
|
+
"ExportCount": {
|
|
1116
|
+
"desc": {
|
|
1117
|
+
"en-us": "Total number of items exported since the last ClearMemory operation on the device",
|
|
1118
|
+
"zh-hans": "自设备上次进行ClearMemory操作时至今输出的物品总数"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"Extended": {
|
|
1122
|
+
"desc": {
|
|
1123
|
+
"en-us": "Extended",
|
|
1124
|
+
"zh-hans": "已展开"
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"Filtration": {
|
|
1128
|
+
"desc": {
|
|
1129
|
+
"en-us": "Current state of the filtration system, e.g. Filtration=1 means spacesuit filtration is set to On",
|
|
1130
|
+
"zh-hans": "过滤系统的当前状态, 例如Filtration=1表示太空服的过滤设置为On(启用)"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
"FlightControlRule": {
|
|
1134
|
+
"desc": {
|
|
1135
|
+
"en-us": "Rocket flight control rule. None=0: no autopilot. Normal=1: within 60m of target. Alternate=2: too fast, full thrust. Alternate2=3: too slow, accelerate to proper speed. FinalApproach=4: controlled deceleration to landing pad",
|
|
1136
|
+
"zh-hans": "火箭飞行控制规则. None=0:无自动驾驶. Normal=1, 接近目标60米内. Alternate=2, 速度太快, 推力全开. Alternate2=3, 速度太慢, 加速到合适速度. FinalApproach=4, 正受控减速直至火箭降落平台"
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
"Flush": {
|
|
1140
|
+
"desc": {
|
|
1141
|
+
"en-us": "Setting this value to 1 activates the device's built-in purge function",
|
|
1142
|
+
"zh-hans": "将该值设置为1可以激活设备自带的排空功能"
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"ForceWrite": {
|
|
1146
|
+
"desc": {
|
|
1147
|
+
"en-us": "Forces logic write to refresh the device write",
|
|
1148
|
+
"zh-hans": "强制逻辑写入设备重新写入"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"ForwardX": {
|
|
1152
|
+
"desc": {
|
|
1153
|
+
"en-us": "Normalized vector representation of the entity's forward X direction",
|
|
1154
|
+
"zh-hans": "实体朝向的规范化矢量表示"
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
"ForwardY": {
|
|
1158
|
+
"desc": {
|
|
1159
|
+
"en-us": "Normalized vector representation of the entity's forward Y direction",
|
|
1160
|
+
"zh-hans": "实体朝向的规范化矢量表示"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"ForwardZ": {
|
|
1164
|
+
"desc": {
|
|
1165
|
+
"en-us": "Normalized vector representation of the entity's forward Z direction",
|
|
1166
|
+
"zh-hans": "实体朝向的规范化矢量表示"
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"Fuel": {
|
|
1170
|
+
"desc": {
|
|
1171
|
+
"en-us": "Gets the fuel cost for the rocket to return to the player's location",
|
|
1172
|
+
"zh-hans": "获取火箭返回玩家所在地的燃料花费"
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
"Gravity": {
|
|
1176
|
+
"desc": {
|
|
1177
|
+
"en-us": "The gravitational acceleration acting on the rocket, in m/s²",
|
|
1178
|
+
"zh-hans": "作用在火箭上的重力加速度,单位为m/s²"
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"Harvest": {
|
|
1182
|
+
"desc": {
|
|
1183
|
+
"en-us": "Executes harvest operation on all plant-based devices",
|
|
1184
|
+
"zh-hans": "对所有基于植物工作的设备执行收获操作"
|
|
1185
|
+
}
|
|
1186
|
+
},
|
|
1187
|
+
"HealthDamage": {
|
|
1188
|
+
"desc": {
|
|
1189
|
+
"en-us": "The total amount of health damage on the entity",
|
|
1190
|
+
"zh-hans": "实体受到的总生命值伤害量"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"Horizontal": {
|
|
1194
|
+
"desc": {
|
|
1195
|
+
"en-us": "Horizontal angle setting of the device",
|
|
1196
|
+
"zh-hans": "设备的水平角度设置"
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"HorizontalRatio": {
|
|
1200
|
+
"desc": {
|
|
1201
|
+
"en-us": "Horizontal angle percentage setting of the device",
|
|
1202
|
+
"zh-hans": "设备的水平角度百分比设置"
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
"Idle": {
|
|
1206
|
+
"desc": {
|
|
1207
|
+
"en-us": "1 if the device is currently idle, 0 otherwise",
|
|
1208
|
+
"zh-hans": "如果设备当前处于闲置状态, 则为1, 否则为0"
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
"ImportCount": {
|
|
1212
|
+
"desc": {
|
|
1213
|
+
"en-us": "Total number of items imported since the last ClearMemory operation on the device",
|
|
1214
|
+
"zh-hans": "自设备上次进行ClearMemory操作时至今输入的物品总数"
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"Inclination": {
|
|
1218
|
+
"desc": {
|
|
1219
|
+
"en-us": "Inclination angle of the orbital plane relative to the equatorial plane, in degrees. Defines the angle of the orbital plane",
|
|
1220
|
+
"zh-hans": "轨道平面相对于赤道平面的倾斜角度(以度为单位). 定义轨道平面的角度"
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
"Index": {
|
|
1224
|
+
"desc": {
|
|
1225
|
+
"en-us": "Current index value of the device",
|
|
1226
|
+
"zh-hans": "设备的当前索引值"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
"IntegralGain": {
|
|
1230
|
+
"desc": {
|
|
1231
|
+
"en-us": "Integral gain of the PID controller. Determines how the controller responds to accumulated error over time. Higher values help eliminate steady-state error, but may cause oscillation or instability.",
|
|
1232
|
+
"zh-hans": "PID控制器的积分增益. 此值决定了控制器对随时间累积误差的响应程度. 较高的值有助于消除稳态误差, 但也可能导致振荡或不稳定."
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
"InterrogationProgress": {
|
|
1236
|
+
"desc": {
|
|
1237
|
+
"en-us": "Signal communication progress of the satellite antenna to its current target, expressed as a ratio from 0 to 1",
|
|
1238
|
+
"zh-hans": "该卫星天线对其当前目标的信号通信进度, 以0~1的比率表示"
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
"LineNumber": {
|
|
1242
|
+
"desc": {
|
|
1243
|
+
"en-us": "Current line number being executed by the IC chip code running on this device. This value supports writing, but use with caution.",
|
|
1244
|
+
"zh-hans": "在此设备上运行的IC芯片代码当前执行的行号. 虽然该值支持写入, 但请谨慎使用"
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
"Lock": {
|
|
1248
|
+
"desc": {
|
|
1249
|
+
"en-us": "1 if the device is locked, 0 otherwise. Can be set on most devices. Locked devices still operate but cannot be manually controlled.",
|
|
1250
|
+
"zh-hans": "设备如果锁定则为1, 否则为0. 可在大多数设备中设置, 锁定时设备依然可以运转, 但无法人工操作"
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
"ManualResearchRequiredPod": {
|
|
1254
|
+
"desc": {
|
|
1255
|
+
"en-us": "Sets the pod type to search for a specific pod when decomposing pods",
|
|
1256
|
+
"zh-hans": "设置pod类型, 以便在分解pod时搜索一个特定的pod"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"Mass": {
|
|
1260
|
+
"desc": {
|
|
1261
|
+
"en-us": "Total mass of the rocket including fuel and cargo, in kilograms. Heavier rockets consume more fuel to travel to new locations in space.",
|
|
1262
|
+
"zh-hans": "火箭包括燃料和货物在内的总质量, 以千克为单位. 火箭质量越大, 移动到太空中的新地点所消耗的燃料越多"
|
|
1263
|
+
}
|
|
1264
|
+
},
|
|
1265
|
+
"Maximum": {
|
|
1266
|
+
"desc": {
|
|
1267
|
+
"en-us": "Maximum Setting value of the device",
|
|
1268
|
+
"zh-hans": "设备的最大Setting(设置)值"
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"MineablesInQueue": {
|
|
1272
|
+
"desc": {
|
|
1273
|
+
"en-us": "Returns the amount of minerals waiting to be mined in the AIMEe queue",
|
|
1274
|
+
"zh-hans": "返回AIMEe队列中等待开采的矿物含量"
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
"MineablesInVicinity": {
|
|
1278
|
+
"desc": {
|
|
1279
|
+
"en-us": "Returns the amount of potential mineable minerals in the extended area around AIMEe",
|
|
1280
|
+
"zh-hans": "返回AIMEe周围扩展区域内的潜在可开采矿物含量"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"MinedQuantity": {
|
|
1284
|
+
"desc": {
|
|
1285
|
+
"en-us": "Total amount of mined resources at the rocket's target space map location",
|
|
1286
|
+
"zh-hans": "火箭目标太空地图地点已开采资源总量"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"Minimum": {
|
|
1290
|
+
"desc": {
|
|
1291
|
+
"en-us": "The minimum value of the provided logic device.",
|
|
1292
|
+
"zh-hans": "所提供逻辑设备的最小值。"
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
"MinimumWattsToContact": {
|
|
1296
|
+
"desc": {
|
|
1297
|
+
"en-us": "Minimum power required for a satellite antenna to detect an interstellar trade ship. Only antennas exceeding this power can communicate with it.",
|
|
1298
|
+
"zh-hans": "卫星天线检测到星际贸易飞船所需的最小功率, 只有超过该功率的天线才能与星际贸易飞船进行通信"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"Mode": {
|
|
1302
|
+
"desc": {
|
|
1303
|
+
"en-us": "Device Mode state expressed as an integer. The effect of Mode values varies across different devices.",
|
|
1304
|
+
"zh-hans": "以整数形式表示的设备Mode(模式)状态, 不同设备的Mode值对设备工作造成的影响也不尽相同"
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
"NameHash": {
|
|
1308
|
+
"desc": {
|
|
1309
|
+
"en-us": "A 32-bit integer hash value used to distinguish objects",
|
|
1310
|
+
"zh-hans": "用一个32位长度的整型值作为哈希值来区分对象"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
"NavPoints": {
|
|
1314
|
+
"desc": {
|
|
1315
|
+
"en-us": "Number of navigation points at the rocket's current target space map location",
|
|
1316
|
+
"zh-hans": "火箭当前目标太空地图地点的导航点数量"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
"NetworkFault": {
|
|
1320
|
+
"desc": {
|
|
1321
|
+
"en-us": "A fault exists in the connected network, such as a pipe rupture or other failure.",
|
|
1322
|
+
"zh-hans": "连接的网络出现故障, 例如管道破裂或其他故障."
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
"NextWeatherEventTime": {
|
|
1326
|
+
"desc": {
|
|
1327
|
+
"en-us": "Returns the countdown to the next weather event, in seconds",
|
|
1328
|
+
"zh-hans": "返回下一个天气事件倒计时, 单位为秒"
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
"NextWeatherHash": {
|
|
1332
|
+
"desc": {
|
|
1333
|
+
"en-us": "Provides the hash value of the next weather event name as a 32-bit integer.",
|
|
1334
|
+
"zh-hans": "以一个32位整数形式提供下一个天气事件名称的哈希值."
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"true": {
|
|
1338
|
+
"desc": {
|
|
1339
|
+
"en-us": "Power state of the device. 0 for off, 1 for on.",
|
|
1340
|
+
"zh-hans": "设备的启动状态, 0为关闭, 1为开启"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
"Open": {
|
|
1344
|
+
"desc": {
|
|
1345
|
+
"en-us": "1 if the device is activated, 0 otherwise",
|
|
1346
|
+
"zh-hans": "如果设备已启动, 则为1, 否则为0"
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
"OperationalTemperatureEfficiency": {
|
|
1350
|
+
"desc": {
|
|
1351
|
+
"en-us": "Efficiency coefficient representing the impact of pipe network temperature at the input on machine work efficiency",
|
|
1352
|
+
"zh-hans": "输入口连接的管道网的温度对机器工作效率造成的影响的效率系数"
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1355
|
+
"OrbitPeriod": {
|
|
1356
|
+
"desc": {
|
|
1357
|
+
"en-us": "Time for one celestial body to complete a full orbit around another, in days. Represents the orbital period duration.",
|
|
1358
|
+
"zh-hans": "一个天体绕另一天体完整绕行一周所需的时间(以天为单位). 表示轨道周期时长"
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
"Orientation": {
|
|
1362
|
+
"desc": {
|
|
1363
|
+
"en-us": "Horizontal angle difference between the entity's current facing and true north",
|
|
1364
|
+
"zh-hans": "实体当前朝向与正北方向的水平角度差值"
|
|
1365
|
+
}
|
|
1366
|
+
},
|
|
1367
|
+
"Output": {
|
|
1368
|
+
"desc": {
|
|
1369
|
+
"en-us": "Used by sorting devices in Logic mode (e.g. stackers or sorters) to output items. When set to a value >0, the device performs one output operation, then returns to -1 and waits for the next command.",
|
|
1370
|
+
"zh-hans": "用于工作在逻辑(Logic)模式的分拣设备(如堆垛机或分拣机)进行输出物品, 当设置值大于0时, 该设备将执行一次输出操作, 然后返回到-1并等待下一步操作"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
"PassedMoles": {
|
|
1374
|
+
"desc": {
|
|
1375
|
+
"en-us": "Moles of substance that passed through the device in the last tick",
|
|
1376
|
+
"zh-hans": "上个tick内通过该设备的物质的摩尔数"
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
"Plant": {
|
|
1380
|
+
"desc": {
|
|
1381
|
+
"en-us": "Executes planting operation on all plant-based devices",
|
|
1382
|
+
"zh-hans": "对所有基于植物工作的设备执行种植操作"
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
"PositionX": {
|
|
1386
|
+
"desc": {
|
|
1387
|
+
"en-us": "X-axis value of the current position in world coordinates",
|
|
1388
|
+
"zh-hans": "当前位置在世界坐标X轴上的值"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
"PositionY": {
|
|
1392
|
+
"desc": {
|
|
1393
|
+
"en-us": "Y-axis value of the current position in world coordinates",
|
|
1394
|
+
"zh-hans": "当前位置在世界坐标Y轴上的值"
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"PositionZ": {
|
|
1398
|
+
"desc": {
|
|
1399
|
+
"en-us": "Z-axis value of the current position in world coordinates",
|
|
1400
|
+
"zh-hans": "当前位置在世界坐标Z轴上的值"
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
"Power": {
|
|
1404
|
+
"desc": {
|
|
1405
|
+
"en-us": "Read to check if the device is properly powered. Returns 1 if powered, 0 otherwise.",
|
|
1406
|
+
"zh-hans": "可以读取该值来得知设备是否获得正常供电, 是则返回1;否则返回0"
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
"PowerActual": {
|
|
1410
|
+
"desc": {
|
|
1411
|
+
"en-us": "Electrical power consumed by the device or network",
|
|
1412
|
+
"zh-hans": "设备或网络消耗的电功率"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
"PowerGeneration": {
|
|
1416
|
+
"desc": {
|
|
1417
|
+
"en-us": "Returns the generated electrical power",
|
|
1418
|
+
"zh-hans": "返回产生的电功率"
|
|
1419
|
+
}
|
|
1420
|
+
},
|
|
1421
|
+
"PowerPotential": {
|
|
1422
|
+
"desc": {
|
|
1423
|
+
"en-us": "Electrical power generated by the device or network",
|
|
1424
|
+
"zh-hans": "设备或网络产生的电功率"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
"PowerRequired": {
|
|
1428
|
+
"desc": {
|
|
1429
|
+
"en-us": "Electrical power requested by the device from other devices and/or the power grid",
|
|
1430
|
+
"zh-hans": "设备从其他设备和/或电网请求的电功率"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
"PrefabHash": {
|
|
1434
|
+
"desc": {
|
|
1435
|
+
"en-us": "Hash value of this object",
|
|
1436
|
+
"zh-hans": "该对象的哈希值"
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
"Pressure": {
|
|
1440
|
+
"desc": {
|
|
1441
|
+
"en-us": "Pressure reading inside the device",
|
|
1442
|
+
"zh-hans": "设备内部的压强读数"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"PressureEfficiency": {
|
|
1446
|
+
"desc": {
|
|
1447
|
+
"en-us": "Efficiency coefficient representing the impact of pressure difference between input and waste pipe networks on machine work efficiency",
|
|
1448
|
+
"zh-hans": "输入口与废物口连接的管道网的压强差值对机器工作效率造成的影响的效率系数"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
"PressureExternal": {
|
|
1452
|
+
"desc": {
|
|
1453
|
+
"en-us": "Preset external pressure safety value of the device, in kPa. The device gradually stops working when external pressure approaches this value.",
|
|
1454
|
+
"zh-hans": "设备的预设外部压强安全值, 单位为kPa. 设备在外部压强接近该值时会逐渐停止工作"
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"PressureInput": {
|
|
1458
|
+
"desc": {
|
|
1459
|
+
"en-us": "Pressure reading of the pipe network connected to the device input",
|
|
1460
|
+
"zh-hans": "设备输入口连接的管道网的压强读数"
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
"PressureInput2": {
|
|
1464
|
+
"desc": {
|
|
1465
|
+
"en-us": "Pressure reading of the pipe network connected to the device's output port 2",
|
|
1466
|
+
"zh-hans": "设备输出口2连接的管道网的压强读数"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"PressureInternal": {
|
|
1470
|
+
"desc": {
|
|
1471
|
+
"en-us": "Preset internal pressure safety value of the device, in kPa. The device gradually stops working when internal pressure approaches this value.",
|
|
1472
|
+
"zh-hans": "设备的预设内部压强安全值, 单位为kPa. 设备在内部压强接近该值时会逐渐停止工作"
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
"PressureOutput": {
|
|
1476
|
+
"desc": {
|
|
1477
|
+
"en-us": "Pressure reading of the pipe network connected to the device's output port",
|
|
1478
|
+
"zh-hans": "设备输出口连接的管道网的压强读数"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
"PressureOutput2": {
|
|
1482
|
+
"desc": {
|
|
1483
|
+
"en-us": "Pressure reading of the pipe network connected to the device's output port 2",
|
|
1484
|
+
"zh-hans": "设备输出口2连接的管道网的压强读数"
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
"PressureSetting": {
|
|
1488
|
+
"desc": {
|
|
1489
|
+
"en-us": "Sets the target pressure inside the object (e.g. spacesuit air pressure setting), in kPa",
|
|
1490
|
+
"zh-hans": "设置对象内部的目标压强(例如, 太空服的气压设置), 单位为kPa"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
"Progress": {
|
|
1494
|
+
"desc": {
|
|
1495
|
+
"en-us": "Progress of the rocket to the next waypoint on the map, expressed as a number between 0 and 1",
|
|
1496
|
+
"zh-hans": "火箭到达地图上下一个路径点的进度, 以0到1之间的数字表示"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
"ProportionalGain": {
|
|
1500
|
+
"desc": {
|
|
1501
|
+
"en-us": "Proportional gain of the PID controller. Determines how strongly the controller responds to the error between setpoint and process variable. Higher values lead to faster response but may cause overshoot or instability.",
|
|
1502
|
+
"zh-hans": "PID控制器的比例增益. 此值决定了控制器对设定点与过程变量之间误差的响应强度. 较高的值会导致更快的响应, 但可能导致超调或不稳定."
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
"Quantity": {
|
|
1506
|
+
"desc": {
|
|
1507
|
+
"en-us": "Total number of items inside the device",
|
|
1508
|
+
"zh-hans": "设备内的物品总数量"
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
"Ratio": {
|
|
1512
|
+
"desc": {
|
|
1513
|
+
"en-us": "Specific effect depends on the device's ratio value, range 0~1",
|
|
1514
|
+
"zh-hans": "具体作用取决于设备的比例值, 取值区间为0~1"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
"RatioCarbonDioxide": {
|
|
1518
|
+
"desc": {
|
|
1519
|
+
"en-us": "Ratio of carbon dioxide inside the device",
|
|
1520
|
+
"zh-hans": "设备内部二氧化碳的比例"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
"RatioCarbonDioxideInput": {
|
|
1524
|
+
"desc": {
|
|
1525
|
+
"en-us": "Ratio of carbon dioxide in the pipe network connected to the device's input port",
|
|
1526
|
+
"zh-hans": "设备输入口连接的管道网二氧化碳的比例"
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
"RatioCarbonDioxideInput2": {
|
|
1530
|
+
"desc": {
|
|
1531
|
+
"en-us": "Ratio of carbon dioxide in the pipe network connected to the device's input port 2",
|
|
1532
|
+
"zh-hans": "设备输入口2连接的管道网二氧化碳的比例"
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
"RatioCarbonDioxideOutput": {
|
|
1536
|
+
"desc": {
|
|
1537
|
+
"en-us": "Ratio of carbon dioxide in the pipe network connected to the device's output port",
|
|
1538
|
+
"zh-hans": "设备输出口连接的管道网二氧化碳的比例"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
"RatioCarbonDioxideOutput2": {
|
|
1542
|
+
"desc": {
|
|
1543
|
+
"en-us": "Ratio of carbon dioxide in the pipe network connected to the device's output port 2",
|
|
1544
|
+
"zh-hans": "设备输出口2连接的管道网二氧化碳的比例"
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
"RatioHelium": {
|
|
1548
|
+
"desc": {
|
|
1549
|
+
"en-us": "Ratio of helium in the device's internal space",
|
|
1550
|
+
"zh-hans": "设备内部空间中氦所占的比例"
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1553
|
+
"RatioHeliumInput": {
|
|
1554
|
+
"desc": {
|
|
1555
|
+
"en-us": "The ratio of helium in device's Input Atmosphere",
|
|
1556
|
+
"zh-hans": "设备输入大气中氦的比例"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
"RatioHeliumInput2": {
|
|
1560
|
+
"desc": {
|
|
1561
|
+
"en-us": "The ratio of helium in device's Input2 Atmosphere",
|
|
1562
|
+
"zh-hans": "设备第二输入大气中氦的比例"
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
"RatioHeliumOutput": {
|
|
1566
|
+
"desc": {
|
|
1567
|
+
"en-us": "The ratio of helium in device's Output Atmosphere",
|
|
1568
|
+
"zh-hans": "设备输出大气中氦的比例"
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
"RatioHeliumOutput2": {
|
|
1572
|
+
"desc": {
|
|
1573
|
+
"en-us": "The ratio of helium in device's Output2 Atmosphere",
|
|
1574
|
+
"zh-hans": "设备第二输出大气中氦的比例"
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
"RatioHydrazine": {
|
|
1578
|
+
"desc": {
|
|
1579
|
+
"en-us": "Ratio of hydrazine in the device's internal space",
|
|
1580
|
+
"zh-hans": "设备内部空间中肼所占的比例"
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
"RatioHydrazineInput": {
|
|
1584
|
+
"desc": {
|
|
1585
|
+
"en-us": "The ratio of hydrazine in device's Input Atmosphere",
|
|
1586
|
+
"zh-hans": "设备输入大气中肼的比例"
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"RatioHydrazineInput2": {
|
|
1590
|
+
"desc": {
|
|
1591
|
+
"en-us": "The ratio of hydrazine in device's Input2 Atmosphere",
|
|
1592
|
+
"zh-hans": "设备第二输入大气中肼的比例"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
"RatioHydrazineOutput": {
|
|
1596
|
+
"desc": {
|
|
1597
|
+
"en-us": "The ratio of hydrazine in device's Output Atmosphere",
|
|
1598
|
+
"zh-hans": "设备输出大气中肼的比例"
|
|
1599
|
+
}
|
|
1600
|
+
},
|
|
1601
|
+
"RatioHydrazineOutput2": {
|
|
1602
|
+
"desc": {
|
|
1603
|
+
"en-us": "The ratio of hydrazine in device's Output2 Atmosphere",
|
|
1604
|
+
"zh-hans": "设备第二输出大气中肼的比例"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"RatioHydrochloricAcid": {
|
|
1608
|
+
"desc": {
|
|
1609
|
+
"en-us": "Ratio of hydrochloric acid in the device's internal space",
|
|
1610
|
+
"zh-hans": "设备内部空间中氢氯酸所占的比例"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
"RatioHydrochloricAcidInput": {
|
|
1614
|
+
"desc": {
|
|
1615
|
+
"en-us": "The ratio of hydrochloric acid in device's Input Atmosphere",
|
|
1616
|
+
"zh-hans": "设备输入大气中氢氯酸的比例"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"RatioHydrochloricAcidInput2": {
|
|
1620
|
+
"desc": {
|
|
1621
|
+
"en-us": "The ratio of hydrochloric acid in device's Input2 Atmosphere",
|
|
1622
|
+
"zh-hans": "设备第二输入大气中氢氯酸的比例"
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
"RatioHydrochloricAcidOutput": {
|
|
1626
|
+
"desc": {
|
|
1627
|
+
"en-us": "The ratio of hydrochloric acid in device's Output Atmosphere",
|
|
1628
|
+
"zh-hans": "设备输出大气中氢氯酸的比例"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"RatioHydrochloricAcidOutput2": {
|
|
1632
|
+
"desc": {
|
|
1633
|
+
"en-us": "The ratio of hydrochloric acid in device's Output2 Atmosphere",
|
|
1634
|
+
"zh-hans": "设备第二输出大气中氢氯酸的比例"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
"RatioHydrogen": {
|
|
1638
|
+
"desc": {
|
|
1639
|
+
"en-us": "Ratio of hydrogen in the device's internal space",
|
|
1640
|
+
"zh-hans": "设备内部空间中氢气的比例"
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
"RatioHydrogenInput": {
|
|
1644
|
+
"desc": {
|
|
1645
|
+
"en-us": "The ratio of hydrogen in device's Input Atmosphere",
|
|
1646
|
+
"zh-hans": "设备输入大气中氢气的比例"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"RatioHydrogenInput2": {
|
|
1650
|
+
"desc": {
|
|
1651
|
+
"en-us": "The ratio of hydrogen in device's Input2 Atmosphere",
|
|
1652
|
+
"zh-hans": "设备第二输入大气中氢气的比例"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"RatioHydrogenOutput": {
|
|
1656
|
+
"desc": {
|
|
1657
|
+
"en-us": "The ratio of hydrogen in device's Output Atmosphere",
|
|
1658
|
+
"zh-hans": "设备输出大气中氢气的比例"
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"RatioHydrogenOutput2": {
|
|
1662
|
+
"desc": {
|
|
1663
|
+
"en-us": "The ratio of hydrogen in device's Output2 Atmosphere",
|
|
1664
|
+
"zh-hans": "设备第二输出大气中氢气的比例"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"RatioLiquidAlcohol": {
|
|
1668
|
+
"desc": {
|
|
1669
|
+
"en-us": "Ratio of liquid alcohol (ethanol) in the device's internal space",
|
|
1670
|
+
"zh-hans": "设备内部空间中乙醇所占的比例"
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
"RatioLiquidAlcoholInput": {
|
|
1674
|
+
"desc": {
|
|
1675
|
+
"en-us": "The ratio of ethanol in device's Input Atmosphere",
|
|
1676
|
+
"zh-hans": "设备输入大气中乙醇的比例"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
"RatioLiquidAlcoholInput2": {
|
|
1680
|
+
"desc": {
|
|
1681
|
+
"en-us": "The ratio of ethanol in device's Input2 Atmosphere",
|
|
1682
|
+
"zh-hans": "设备第二输入大气中乙醇的比例"
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
"RatioLiquidAlcoholOutput": {
|
|
1686
|
+
"desc": {
|
|
1687
|
+
"en-us": "The ratio of ethanol in device's Output Atmosphere",
|
|
1688
|
+
"zh-hans": "设备输出大气中乙醇的比例"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"RatioLiquidAlcoholOutput2": {
|
|
1692
|
+
"desc": {
|
|
1693
|
+
"en-us": "The ratio of ethanol in device's Output2 Atmosphere",
|
|
1694
|
+
"zh-hans": "设备第二输出大气中乙醇的比例"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
"RatioLiquidCarbonDioxide": {
|
|
1698
|
+
"desc": {
|
|
1699
|
+
"en-us": "Ratio of liquid carbon dioxide in the device's internal space",
|
|
1700
|
+
"zh-hans": "设备内部空间中液态二氧化碳的比例"
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
"RatioLiquidCarbonDioxideInput": {
|
|
1704
|
+
"desc": {
|
|
1705
|
+
"en-us": "Ratio of liquid carbon dioxide in the pipe network connected to the device's input port",
|
|
1706
|
+
"zh-hans": "设备输入口连接的管道网中液态二氧化碳的比例"
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
"RatioLiquidCarbonDioxideInput2": {
|
|
1710
|
+
"desc": {
|
|
1711
|
+
"en-us": "Ratio of liquid carbon dioxide in the pipe network connected to the device's input port 2",
|
|
1712
|
+
"zh-hans": "设备输入口2连接的管道网中液态二氧化碳的比例"
|
|
1713
|
+
}
|
|
1714
|
+
},
|
|
1715
|
+
"RatioLiquidCarbonDioxideOutput": {
|
|
1716
|
+
"desc": {
|
|
1717
|
+
"en-us": "Ratio of liquid carbon dioxide in the pipe network connected to the device's output port",
|
|
1718
|
+
"zh-hans": "设备输出口连接的管道网中液态二氧化碳的比例"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
"RatioLiquidCarbonDioxideOutput2": {
|
|
1722
|
+
"desc": {
|
|
1723
|
+
"en-us": "Ratio of liquid carbon dioxide in the pipe network connected to the device's output port 2",
|
|
1724
|
+
"zh-hans": "设备输出口2连接的管道网中液态二氧化碳的比例"
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"RatioLiquidHydrazine": {
|
|
1728
|
+
"desc": {
|
|
1729
|
+
"en-us": "Ratio of liquid hydrazine in the device's internal space",
|
|
1730
|
+
"zh-hans": "设备内部空间中液态肼所占的比例"
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
"RatioLiquidHydrazineInput": {
|
|
1734
|
+
"desc": {
|
|
1735
|
+
"en-us": "The ratio of liquid hydrazine in device's Input Atmosphere",
|
|
1736
|
+
"zh-hans": "设备输入大气中液态肼的比例"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
"RatioLiquidHydrazineInput2": {
|
|
1740
|
+
"desc": {
|
|
1741
|
+
"en-us": "The ratio of liquid hydrazine in device's Input2 Atmosphere",
|
|
1742
|
+
"zh-hans": "设备第二输入大气中液态肼的比例"
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1745
|
+
"RatioLiquidHydrazineOutput": {
|
|
1746
|
+
"desc": {
|
|
1747
|
+
"en-us": "The ratio of liquid hydrazine in device's Output Atmosphere",
|
|
1748
|
+
"zh-hans": "设备输出大气中液态肼的比例"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
"RatioLiquidHydrazineOutput2": {
|
|
1752
|
+
"desc": {
|
|
1753
|
+
"en-us": "The ratio of liquid hydrazine in device's Output2 Atmosphere",
|
|
1754
|
+
"zh-hans": "设备第二输出大气中液态肼的比例"
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
"RatioLiquidHydrochloricAcid": {
|
|
1758
|
+
"desc": {
|
|
1759
|
+
"en-us": "Ratio of liquid hydrochloric acid in the device's internal space",
|
|
1760
|
+
"zh-hans": "设备内部空间中液态氢氯酸所占的比例"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"RatioLiquidHydrochloricAcidInput": {
|
|
1764
|
+
"desc": {
|
|
1765
|
+
"en-us": "The ratio of liquid hydrochloric acid in device's Input Atmosphere",
|
|
1766
|
+
"zh-hans": "设备输入大气中液态氢氯酸的比例"
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
"RatioLiquidHydrochloricAcidInput2": {
|
|
1770
|
+
"desc": {
|
|
1771
|
+
"en-us": "The ratio of liquid hydrochloric acid in device's Input2 Atmosphere",
|
|
1772
|
+
"zh-hans": "设备第二输入大气中液态氢氯酸的比例"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
"RatioLiquidHydrochloricAcidOutput": {
|
|
1776
|
+
"desc": {
|
|
1777
|
+
"en-us": "The ratio of liquid hydrochloric acid in device's Output Atmosphere",
|
|
1778
|
+
"zh-hans": "设备输出大气中液态氢氯酸的比例"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
"RatioLiquidHydrochloricAcidOutput2": {
|
|
1782
|
+
"desc": {
|
|
1783
|
+
"en-us": "The ratio of liquid hydrochloric acid in device's Output2 Atmosphere",
|
|
1784
|
+
"zh-hans": "设备第二输出大气中液态氢氯酸的比例"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
"RatioLiquidHydrogen": {
|
|
1788
|
+
"desc": {
|
|
1789
|
+
"en-us": "Ratio of liquid hydrogen in the device's internal space",
|
|
1790
|
+
"zh-hans": "设备内部空间中液氢的比例"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
"RatioLiquidHydrogenInput": {
|
|
1794
|
+
"desc": {
|
|
1795
|
+
"en-us": "The ratio of liquid hydrogen in device's Input Atmosphere",
|
|
1796
|
+
"zh-hans": "设备输入大气中液氢的比例"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
"RatioLiquidHydrogenInput2": {
|
|
1800
|
+
"desc": {
|
|
1801
|
+
"en-us": "The ratio of liquid hydrogen in device's Input2 Atmosphere",
|
|
1802
|
+
"zh-hans": "设备第二输入大气中液氢的比例"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
"RatioLiquidHydrogenOutput": {
|
|
1806
|
+
"desc": {
|
|
1807
|
+
"en-us": "The ratio of liquid hydrogen in device's Output Atmosphere",
|
|
1808
|
+
"zh-hans": "设备输出大气中液氢的比例"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
"RatioLiquidHydrogenOutput2": {
|
|
1812
|
+
"desc": {
|
|
1813
|
+
"en-us": "The ratio of liquid hydrogen in device's Output2 Atmosphere",
|
|
1814
|
+
"zh-hans": "设备第二输出大气中液氢的比例"
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
"RatioLiquidMethane": {
|
|
1818
|
+
"desc": {
|
|
1819
|
+
"en-us": "Ratio of liquid methane in the device's internal space",
|
|
1820
|
+
"zh-hans": "设备内部空间中液态甲烷的比例"
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
"RatioLiquidMethaneInput": {
|
|
1824
|
+
"desc": {
|
|
1825
|
+
"en-us": "Ratio of liquid methane in the pipe network connected to the device's input port",
|
|
1826
|
+
"zh-hans": "设备输入口连接的管道网中液态甲烷的比例"
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1829
|
+
"RatioLiquidMethaneInput2": {
|
|
1830
|
+
"desc": {
|
|
1831
|
+
"en-us": "Ratio of liquid methane in the pipe network connected to the device's input port 2",
|
|
1832
|
+
"zh-hans": "设备输入口2连接的管道网中液态甲烷的比例"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
"RatioLiquidMethaneOutput": {
|
|
1836
|
+
"desc": {
|
|
1837
|
+
"en-us": "Ratio of liquid methane in the pipe network connected to the device's output port",
|
|
1838
|
+
"zh-hans": "设备输出口连接的管道网中液态甲烷的比例"
|
|
1839
|
+
}
|
|
1840
|
+
},
|
|
1841
|
+
"RatioLiquidMethaneOutput2": {
|
|
1842
|
+
"desc": {
|
|
1843
|
+
"en-us": "Ratio of liquid methane in the pipe network connected to the device's output port 2",
|
|
1844
|
+
"zh-hans": "设备输出口2连接的管道网中液态甲烷的比例"
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
"RatioLiquidNitrogen": {
|
|
1848
|
+
"desc": {
|
|
1849
|
+
"en-us": "Ratio of liquid nitrogen",
|
|
1850
|
+
"zh-hans": "液氮的比例"
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"RatioLiquidNitrogenInput": {
|
|
1854
|
+
"desc": {
|
|
1855
|
+
"en-us": "Ratio of liquid nitrogen in the pipe network connected to the device's input port",
|
|
1856
|
+
"zh-hans": "设备输入口连接的管道网液氮的比例"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
"RatioLiquidNitrogenInput2": {
|
|
1860
|
+
"desc": {
|
|
1861
|
+
"en-us": "Ratio of liquid nitrogen in the pipe network connected to the device's input port 2",
|
|
1862
|
+
"zh-hans": "设备输入口2连接的管道网液氮的比例"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
"RatioLiquidNitrogenOutput": {
|
|
1866
|
+
"desc": {
|
|
1867
|
+
"en-us": "Ratio of liquid nitrogen in the pipe network connected to the device's output port",
|
|
1868
|
+
"zh-hans": "设备输出口连接的管道网液氮的比例"
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
"RatioLiquidNitrogenOutput2": {
|
|
1872
|
+
"desc": {
|
|
1873
|
+
"en-us": "Ratio of liquid nitrogen in the pipe network connected to the device's output port 2",
|
|
1874
|
+
"zh-hans": "设备输出口2连接的管道网液氮的比例"
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
"RatioLiquidNitrousOxide": {
|
|
1878
|
+
"desc": {
|
|
1879
|
+
"en-us": "Ratio of liquid nitrous oxide in the device's internal space",
|
|
1880
|
+
"zh-hans": "设备内部空间中液态一氧化二氮的比例"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
"RatioLiquidNitrousOxideInput": {
|
|
1884
|
+
"desc": {
|
|
1885
|
+
"en-us": "Ratio of liquid nitrous oxide in the pipe network connected to the device's input port",
|
|
1886
|
+
"zh-hans": "设备输入口连接的管道网中液态一氧化二氮的比例"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
"RatioLiquidNitrousOxideInput2": {
|
|
1890
|
+
"desc": {
|
|
1891
|
+
"en-us": "Ratio of liquid nitrous oxide in the pipe network connected to the device's input port 2",
|
|
1892
|
+
"zh-hans": "设备输入口2连接的管道网中液态一氧化二氮的比例"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
"RatioLiquidNitrousOxideOutput": {
|
|
1896
|
+
"desc": {
|
|
1897
|
+
"en-us": "Ratio of liquid nitrous oxide in the pipe network connected to the device's output port",
|
|
1898
|
+
"zh-hans": "设备输出口连接的管道网中液态一氧化二氮的比例"
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1901
|
+
"RatioLiquidNitrousOxideOutput2": {
|
|
1902
|
+
"desc": {
|
|
1903
|
+
"en-us": "Ratio of liquid nitrous oxide in the pipe network connected to the device's output port 2",
|
|
1904
|
+
"zh-hans": "设备输出口2连接的管道网中液态一氧化二氮的比例"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"RatioLiquidOxygen": {
|
|
1908
|
+
"desc": {
|
|
1909
|
+
"en-us": "Ratio of liquid oxygen in the device's internal space",
|
|
1910
|
+
"zh-hans": "设备内部空间中液氧的比例"
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1913
|
+
"RatioLiquidOxygenInput": {
|
|
1914
|
+
"desc": {
|
|
1915
|
+
"en-us": "Ratio of liquid oxygen in the pipe network connected to the device's input port",
|
|
1916
|
+
"zh-hans": "设备输入口连接的管道网中液氧的比例"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"RatioLiquidOxygenInput2": {
|
|
1920
|
+
"desc": {
|
|
1921
|
+
"en-us": "Ratio of liquid oxygen in the pipe network connected to the device's input port 2",
|
|
1922
|
+
"zh-hans": "设备输入口2连接的管道网中液氧的比例"
|
|
1923
|
+
}
|
|
1924
|
+
},
|
|
1925
|
+
"RatioLiquidOxygenOutput": {
|
|
1926
|
+
"desc": {
|
|
1927
|
+
"en-us": "Ratio of liquid oxygen in the pipe network connected to the device's output port",
|
|
1928
|
+
"zh-hans": "设备输出口连接的管道网中液氧的比例"
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
"RatioLiquidOxygenOutput2": {
|
|
1932
|
+
"desc": {
|
|
1933
|
+
"en-us": "Ratio of liquid oxygen in the pipe network connected to the device's output port 2",
|
|
1934
|
+
"zh-hans": "设备输出口2连接的管道网中液氧的比例"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
"RatioLiquidOzone": {
|
|
1938
|
+
"desc": {
|
|
1939
|
+
"en-us": "Ratio of liquid ozone in the device's internal space",
|
|
1940
|
+
"zh-hans": "设备内部空间中液态臭氧所占的比例"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
"RatioLiquidOzoneInput": {
|
|
1944
|
+
"desc": {
|
|
1945
|
+
"en-us": "The ratio of liquid ozone in device's Input Atmosphere",
|
|
1946
|
+
"zh-hans": "设备输入大气中液态臭氧的比例"
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
"RatioLiquidOzoneInput2": {
|
|
1950
|
+
"desc": {
|
|
1951
|
+
"en-us": "The ratio of liquid ozone in device's Input2 Atmosphere",
|
|
1952
|
+
"zh-hans": "设备第二输入大气中液态臭氧的比例"
|
|
1953
|
+
}
|
|
1954
|
+
},
|
|
1955
|
+
"RatioLiquidOzoneOutput": {
|
|
1956
|
+
"desc": {
|
|
1957
|
+
"en-us": "The ratio of liquid ozone in device's Output Atmosphere",
|
|
1958
|
+
"zh-hans": "设备输出大气中液态臭氧的比例"
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
"RatioLiquidOzoneOutput2": {
|
|
1962
|
+
"desc": {
|
|
1963
|
+
"en-us": "The ratio of liquid ozone in device's Output2 Atmosphere",
|
|
1964
|
+
"zh-hans": "设备第二输出大气中液态臭氧的比例"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
"RatioLiquidPollutant": {
|
|
1968
|
+
"desc": {
|
|
1969
|
+
"en-us": "Ratio of liquid pollutants in the device's internal space",
|
|
1970
|
+
"zh-hans": "设备内部空间中液态污染物的比例"
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
"RatioLiquidPollutantInput": {
|
|
1974
|
+
"desc": {
|
|
1975
|
+
"en-us": "Ratio of liquid pollutants in the pipe network connected to the device's input port",
|
|
1976
|
+
"zh-hans": "设备输入口连接的管道网中液态污染物的比例"
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"RatioLiquidPollutantInput2": {
|
|
1980
|
+
"desc": {
|
|
1981
|
+
"en-us": "Ratio of liquid pollutants in the pipe network connected to the device's input port 2",
|
|
1982
|
+
"zh-hans": "设备输入口2连接的管道网中液态污染物的比例"
|
|
1983
|
+
}
|
|
1984
|
+
},
|
|
1985
|
+
"RatioLiquidPollutantOutput": {
|
|
1986
|
+
"desc": {
|
|
1987
|
+
"en-us": "Ratio of liquid pollutants in the pipe network connected to the device's output port",
|
|
1988
|
+
"zh-hans": "设备输出口连接的管道网中液态污染物的比例"
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
"RatioLiquidPollutantOutput2": {
|
|
1992
|
+
"desc": {
|
|
1993
|
+
"en-us": "Ratio of liquid pollutants in the pipe network connected to the device's output port 2",
|
|
1994
|
+
"zh-hans": "设备输出口2连接的管道网中液态污染物的比例"
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
"RatioLiquidSilanol": {
|
|
1998
|
+
"desc": {
|
|
1999
|
+
"en-us": "Ratio of liquid silanol in the device's internal space",
|
|
2000
|
+
"zh-hans": "设备内部空间中液态硅烷醇所占的比例"
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"RatioLiquidSilanolInput": {
|
|
2004
|
+
"desc": {
|
|
2005
|
+
"en-us": "The ratio of liquid silanol in device's Input Atmosphere",
|
|
2006
|
+
"zh-hans": "设备输入大气中液态硅烷醇的比例"
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
"RatioLiquidSilanolInput2": {
|
|
2010
|
+
"desc": {
|
|
2011
|
+
"en-us": "The ratio of liquid silanol in device's Input2 Atmosphere",
|
|
2012
|
+
"zh-hans": "设备第二输入大气中液态硅烷醇的比例"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
"RatioLiquidSilanolOutput": {
|
|
2016
|
+
"desc": {
|
|
2017
|
+
"en-us": "The ratio of liquid silanol in device's Output Atmosphere",
|
|
2018
|
+
"zh-hans": "设备输出大气中液态硅烷醇的比例"
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
"RatioLiquidSilanolOutput2": {
|
|
2022
|
+
"desc": {
|
|
2023
|
+
"en-us": "The ratio of liquid silanol in device's Output2 Atmosphere",
|
|
2024
|
+
"zh-hans": "设备第二输出大气中液态硅烷醇的比例"
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
"RatioLiquidSodiumChloride": {
|
|
2028
|
+
"desc": {
|
|
2029
|
+
"en-us": "Ratio of molten sodium chloride in the device's internal space",
|
|
2030
|
+
"zh-hans": "设备内部空间中氯化钠熔盐所占的比例"
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
"RatioLiquidSodiumChlorideInput": {
|
|
2034
|
+
"desc": {
|
|
2035
|
+
"en-us": "The ratio of molten sodium chloride in device's Input Atmosphere",
|
|
2036
|
+
"zh-hans": "设备输入大气中氯化钠熔盐的比例"
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
"RatioLiquidSodiumChlorideInput2": {
|
|
2040
|
+
"desc": {
|
|
2041
|
+
"en-us": "The ratio of molten sodium chloride in device's Input2 Atmosphere",
|
|
2042
|
+
"zh-hans": "设备第二输入大气中氯化钠熔盐的比例"
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
"RatioLiquidSodiumChlorideOutput": {
|
|
2046
|
+
"desc": {
|
|
2047
|
+
"en-us": "The ratio of molten sodium chloride in device's Output Atmosphere",
|
|
2048
|
+
"zh-hans": "设备输出大气中氯化钠熔盐的比例"
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"RatioLiquidSodiumChlorideOutput2": {
|
|
2052
|
+
"desc": {
|
|
2053
|
+
"en-us": "The ratio of molten sodium chloride in device's Output2 Atmosphere",
|
|
2054
|
+
"zh-hans": "设备第二输出大气中氯化钠熔盐的比例"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
"RatioMethane": {
|
|
2058
|
+
"desc": {
|
|
2059
|
+
"en-us": "Ratio of methane inside the device",
|
|
2060
|
+
"zh-hans": "设备内部甲烷的比例"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
"RatioMethaneInput": {
|
|
2064
|
+
"desc": {
|
|
2065
|
+
"en-us": "Ratio of methane in the pipe network connected to the device's input port",
|
|
2066
|
+
"zh-hans": "设备输入口连接的管道网甲烷的比例"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
"RatioMethaneInput2": {
|
|
2070
|
+
"desc": {
|
|
2071
|
+
"en-us": "Ratio of methane in the pipe network connected to the device's input port 2",
|
|
2072
|
+
"zh-hans": "设备输入口2连接的管道网甲烷的比例"
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
"RatioMethaneOutput": {
|
|
2076
|
+
"desc": {
|
|
2077
|
+
"en-us": "Ratio of methane in the pipe network connected to the device's output port",
|
|
2078
|
+
"zh-hans": "设备输出口连接的管道网甲烷的比例"
|
|
2079
|
+
}
|
|
2080
|
+
},
|
|
2081
|
+
"RatioMethaneOutput2": {
|
|
2082
|
+
"desc": {
|
|
2083
|
+
"en-us": "Ratio of methane in the pipe network connected to the device's output port 2",
|
|
2084
|
+
"zh-hans": "设备输出口2连接的管道网甲烷的比例"
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
"RatioNitrogen": {
|
|
2088
|
+
"desc": {
|
|
2089
|
+
"en-us": "Ratio of nitrogen inside the device",
|
|
2090
|
+
"zh-hans": "设备内部氮的比例"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"RatioNitrogenInput": {
|
|
2094
|
+
"desc": {
|
|
2095
|
+
"en-us": "Ratio of nitrogen in the pipe network connected to the device's input port",
|
|
2096
|
+
"zh-hans": "设备输入口连接的管道网氮的比例"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
"RatioNitrogenInput2": {
|
|
2100
|
+
"desc": {
|
|
2101
|
+
"en-us": "Ratio of nitrogen in the pipe network connected to the device's input port 2",
|
|
2102
|
+
"zh-hans": "设备输入口2连接的管道网氮的比例"
|
|
2103
|
+
}
|
|
2104
|
+
},
|
|
2105
|
+
"RatioNitrogenOutput": {
|
|
2106
|
+
"desc": {
|
|
2107
|
+
"en-us": "Ratio of nitrogen in the pipe network connected to the device's output port",
|
|
2108
|
+
"zh-hans": "设备输出口连接的管道网氮的比例"
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
"RatioNitrogenOutput2": {
|
|
2112
|
+
"desc": {
|
|
2113
|
+
"en-us": "Ratio of nitrogen in the pipe network connected to the device's output port 2",
|
|
2114
|
+
"zh-hans": "设备输出口2连接的管道网氮的比例"
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2117
|
+
"RatioNitrousOxide": {
|
|
2118
|
+
"desc": {
|
|
2119
|
+
"en-us": "Ratio of nitrous oxide",
|
|
2120
|
+
"zh-hans": "一氧化二氮的比例"
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
"RatioNitrousOxideInput": {
|
|
2124
|
+
"desc": {
|
|
2125
|
+
"en-us": "Ratio of nitrous oxide in the pipe network connected to the device's input port",
|
|
2126
|
+
"zh-hans": "设备输入口连接的管道网一氧化二氮的比例"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
"RatioNitrousOxideInput2": {
|
|
2130
|
+
"desc": {
|
|
2131
|
+
"en-us": "Ratio of nitrous oxide in the pipe network connected to the device's input port 2",
|
|
2132
|
+
"zh-hans": "设备输入口2连接的管道网一氧化二氮的比例"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
"RatioNitrousOxideOutput": {
|
|
2136
|
+
"desc": {
|
|
2137
|
+
"en-us": "Ratio of nitrous oxide in the pipe network connected to the device's output port",
|
|
2138
|
+
"zh-hans": "设备输出口连接的管道网一氧化二氮的比例"
|
|
2139
|
+
}
|
|
2140
|
+
},
|
|
2141
|
+
"RatioNitrousOxideOutput2": {
|
|
2142
|
+
"desc": {
|
|
2143
|
+
"en-us": "Ratio of nitrous oxide in the pipe network connected to the device's output port 2",
|
|
2144
|
+
"zh-hans": "设备输出口2连接的管道网一氧化二氮的比例"
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2147
|
+
"RatioOxygen": {
|
|
2148
|
+
"desc": {
|
|
2149
|
+
"en-us": "Ratio of oxygen inside the device",
|
|
2150
|
+
"zh-hans": "设备内部氧的比例"
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
"RatioOxygenInput": {
|
|
2154
|
+
"desc": {
|
|
2155
|
+
"en-us": "Ratio of oxygen in the pipe network connected to the device's input port",
|
|
2156
|
+
"zh-hans": "设备输入口连接的管道网氧的比例"
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
"RatioOxygenInput2": {
|
|
2160
|
+
"desc": {
|
|
2161
|
+
"en-us": "Ratio of oxygen in the pipe network connected to the device's input port 2",
|
|
2162
|
+
"zh-hans": "设备输入口2连接的管道网氧的比例"
|
|
2163
|
+
}
|
|
2164
|
+
},
|
|
2165
|
+
"RatioOxygenOutput": {
|
|
2166
|
+
"desc": {
|
|
2167
|
+
"en-us": "Ratio of oxygen in the pipe network connected to the device's output port",
|
|
2168
|
+
"zh-hans": "设备输出口连接的管道网氧的比例"
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
"RatioOxygenOutput2": {
|
|
2172
|
+
"desc": {
|
|
2173
|
+
"en-us": "Ratio of oxygen in the pipe network connected to the device's output port 2",
|
|
2174
|
+
"zh-hans": "设备输出口2连接的管道网氧的比例"
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
"RatioOzone": {
|
|
2178
|
+
"desc": {
|
|
2179
|
+
"en-us": "Ratio of ozone in the device's internal space",
|
|
2180
|
+
"zh-hans": "设备内部空间中臭氧所占的比例"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
"RatioOzoneInput": {
|
|
2184
|
+
"desc": {
|
|
2185
|
+
"en-us": "The ratio of ozone in device's Input Atmosphere",
|
|
2186
|
+
"zh-hans": "设备输入大气中臭氧的比例"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
"RatioOzoneInput2": {
|
|
2190
|
+
"desc": {
|
|
2191
|
+
"en-us": "The ratio of ozone in device's Input2 Atmosphere",
|
|
2192
|
+
"zh-hans": "设备第二输入大气中臭氧的比例"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
"RatioOzoneOutput": {
|
|
2196
|
+
"desc": {
|
|
2197
|
+
"en-us": "The ratio of ozone in device's Output Atmosphere",
|
|
2198
|
+
"zh-hans": "设备输出大气中臭氧的比例"
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"RatioOzoneOutput2": {
|
|
2202
|
+
"desc": {
|
|
2203
|
+
"en-us": "The ratio of ozone in device's Output2 Atmosphere",
|
|
2204
|
+
"zh-hans": "设备第二输出大气中臭氧的比例"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
"RatioPollutant": {
|
|
2208
|
+
"desc": {
|
|
2209
|
+
"en-us": "Ratio of pollutants inside the device",
|
|
2210
|
+
"zh-hans": "设备内部污染物的比例"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
"RatioPollutantInput": {
|
|
2214
|
+
"desc": {
|
|
2215
|
+
"en-us": "Ratio of pollutants in the pipe network connected to the device's input port",
|
|
2216
|
+
"zh-hans": "设备输入口连接的管道网污染物的比例"
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
"RatioPollutantInput2": {
|
|
2220
|
+
"desc": {
|
|
2221
|
+
"en-us": "Ratio of pollutants in the pipe network connected to the device's input port 2",
|
|
2222
|
+
"zh-hans": "设备输入口2连接的管道网污染物的比例"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
"RatioPollutantOutput": {
|
|
2226
|
+
"desc": {
|
|
2227
|
+
"en-us": "Ratio of pollutants in the pipe network connected to the device's output port",
|
|
2228
|
+
"zh-hans": "设备输出口连接的管道网污染物的比例"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
"RatioPollutantOutput2": {
|
|
2232
|
+
"desc": {
|
|
2233
|
+
"en-us": "Ratio of pollutants in the pipe network connected to the device's output port 2",
|
|
2234
|
+
"zh-hans": "设备输出口2连接的管道网污染物的比例"
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
"RatioPollutedWater": {
|
|
2238
|
+
"desc": {
|
|
2239
|
+
"en-us": "Ratio of polluted water inside the device",
|
|
2240
|
+
"zh-hans": "设备内部污染水的比例"
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2243
|
+
"RatioPollutedWaterInput": {
|
|
2244
|
+
"desc": {
|
|
2245
|
+
"en-us": "The ratio of polluted water in device's Input Atmosphere",
|
|
2246
|
+
"zh-hans": "设备输入大气中污水的比例"
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
"RatioPollutedWaterInput2": {
|
|
2250
|
+
"desc": {
|
|
2251
|
+
"en-us": "The ratio of polluted water in device's Input2 Atmosphere",
|
|
2252
|
+
"zh-hans": "设备第二输入大气中污水的比例"
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
"RatioPollutedWaterOutput": {
|
|
2256
|
+
"desc": {
|
|
2257
|
+
"en-us": "The ratio of polluted water in device's Output Atmosphere",
|
|
2258
|
+
"zh-hans": "设备输出大气中污水的比例"
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
"RatioPollutedWaterOutput2": {
|
|
2262
|
+
"desc": {
|
|
2263
|
+
"en-us": "The ratio of polluted water in device's Output2 Atmosphere",
|
|
2264
|
+
"zh-hans": "设备第二输出大气中污水的比例"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"RatioSilanol": {
|
|
2268
|
+
"desc": {
|
|
2269
|
+
"en-us": "Ratio of silanol in the device's internal space",
|
|
2270
|
+
"zh-hans": "设备内部空间中硅烷醇所占的比例"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"RatioSilanolInput": {
|
|
2274
|
+
"desc": {
|
|
2275
|
+
"en-us": "The ratio of silanol in device's Input Atmosphere",
|
|
2276
|
+
"zh-hans": "设备输入大气中硅烷醇的比例"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
"RatioSilanolInput2": {
|
|
2280
|
+
"desc": {
|
|
2281
|
+
"en-us": "The ratio of silanol in device's Input2 Atmosphere",
|
|
2282
|
+
"zh-hans": "设备第二输入大气中硅烷醇的比例"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
"RatioSilanolOutput": {
|
|
2286
|
+
"desc": {
|
|
2287
|
+
"en-us": "The ratio of silanol in device's Output Atmosphere",
|
|
2288
|
+
"zh-hans": "设备输出大气中硅烷醇的比例"
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
"RatioSilanolOutput2": {
|
|
2292
|
+
"desc": {
|
|
2293
|
+
"en-us": "The ratio of silanol in device's Output2 Atmosphere",
|
|
2294
|
+
"zh-hans": "设备第二输出大气中硅烷醇的比例"
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
"RatioSteam": {
|
|
2298
|
+
"desc": {
|
|
2299
|
+
"en-us": "Ratio of steam in the device's internal space",
|
|
2300
|
+
"zh-hans": "设备内部空间中水蒸汽的比例"
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
"RatioSteamInput": {
|
|
2304
|
+
"desc": {
|
|
2305
|
+
"en-us": "Ratio of steam in the pipe network connected to the device's input port",
|
|
2306
|
+
"zh-hans": "设备输入口连接的管道网中水蒸汽的比例"
|
|
2307
|
+
}
|
|
2308
|
+
},
|
|
2309
|
+
"RatioSteamInput2": {
|
|
2310
|
+
"desc": {
|
|
2311
|
+
"en-us": "Ratio of steam in the pipe network connected to the device's input port 2",
|
|
2312
|
+
"zh-hans": "设备输入口2连接的管道网中水蒸汽的比例"
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
"RatioSteamOutput": {
|
|
2316
|
+
"desc": {
|
|
2317
|
+
"en-us": "Ratio of steam in the pipe network connected to the device's output port",
|
|
2318
|
+
"zh-hans": "设备输出口连接的管道网中水蒸汽的比例"
|
|
2319
|
+
}
|
|
2320
|
+
},
|
|
2321
|
+
"RatioSteamOutput2": {
|
|
2322
|
+
"desc": {
|
|
2323
|
+
"en-us": "Ratio of steam in the pipe network connected to the device's output port 2",
|
|
2324
|
+
"zh-hans": "设备输出口2连接的管道网中水蒸汽的比例"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"RatioWater": {
|
|
2328
|
+
"desc": {
|
|
2329
|
+
"en-us": "Ratio of water inside the device",
|
|
2330
|
+
"zh-hans": "设备内部水的比例"
|
|
2331
|
+
}
|
|
2332
|
+
},
|
|
2333
|
+
"RatioWaterInput": {
|
|
2334
|
+
"desc": {
|
|
2335
|
+
"en-us": "Ratio of water in the pipe network connected to the device's input port",
|
|
2336
|
+
"zh-hans": "设备输入口连接的管道网水的比例"
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
"RatioWaterInput2": {
|
|
2340
|
+
"desc": {
|
|
2341
|
+
"en-us": "Ratio of water in the pipe network connected to the device's input port 2",
|
|
2342
|
+
"zh-hans": "设备输入口2连接的管道网水的比例"
|
|
2343
|
+
}
|
|
2344
|
+
},
|
|
2345
|
+
"RatioWaterOutput": {
|
|
2346
|
+
"desc": {
|
|
2347
|
+
"en-us": "Ratio of water in the pipe network connected to the device's output port",
|
|
2348
|
+
"zh-hans": "设备输出口连接的管道网水的比例"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
"RatioWaterOutput2": {
|
|
2352
|
+
"desc": {
|
|
2353
|
+
"en-us": "Ratio of water in the pipe network connected to the device's output port 2",
|
|
2354
|
+
"zh-hans": "设备输出口2连接的管道网水的比例"
|
|
2355
|
+
}
|
|
2356
|
+
},
|
|
2357
|
+
"Reagents": {
|
|
2358
|
+
"desc": {
|
|
2359
|
+
"en-us": "Total number of reagents inside the device",
|
|
2360
|
+
"zh-hans": "设备内部的原料总数"
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2363
|
+
"RecipeHash": {
|
|
2364
|
+
"desc": {
|
|
2365
|
+
"en-us": "Hash value of the recipe item the device is currently producing",
|
|
2366
|
+
"zh-hans": "设备当前生产的配方物品的哈希值"
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
2369
|
+
"ReEntryAltitude": {
|
|
2370
|
+
"desc": {
|
|
2371
|
+
"en-us": "Altitude at which the rocket begins deceleration during landing, must be between 25km and 120km",
|
|
2372
|
+
"zh-hans": "火箭着陆时开始减速的高度, 范围必须位于25km至120km之间"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
"ReferenceId": {
|
|
2376
|
+
"desc": {
|
|
2377
|
+
"en-us": "Unique reference identifier of this object",
|
|
2378
|
+
"zh-hans": "本对象的唯一参考标识符"
|
|
2379
|
+
}
|
|
2380
|
+
},
|
|
2381
|
+
"RequestHash": {
|
|
2382
|
+
"desc": {
|
|
2383
|
+
"en-us": "When set to an item's unique identifier (prefab hash), immediately requests the corresponding item from this device",
|
|
2384
|
+
"zh-hans": "该值设置为物品的唯一标识符(物品预设哈希值)时, 将立刻从该设备请求对应物品"
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
"RequiredPower": {
|
|
2388
|
+
"desc": {
|
|
2389
|
+
"en-us": "Electrical power of the device when idle, not necessarily equal to actual power consumption",
|
|
2390
|
+
"zh-hans": "设备闲置时的电功率, 不一定等于实际消耗的电功率"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"Reset": {
|
|
2394
|
+
"desc": {
|
|
2395
|
+
"en-us": "Resets the internal state of the PID controller, clears all accumulated error and resets output to zero. Useful for restarting or recovering from instability.",
|
|
2396
|
+
"zh-hans": "重置PID控制器的内部状态, 清除所有累积误差并将输出归零. 这对于重新开始或从不稳定状态恢复非常有用."
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
"ReturnFuelCost": {
|
|
2400
|
+
"desc": {
|
|
2401
|
+
"en-us": "Gets the remaining fuel in the rocket's fuel tank",
|
|
2402
|
+
"zh-hans": "获取火箭燃料箱中的剩余燃料"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
"Richness": {
|
|
2406
|
+
"desc": {
|
|
2407
|
+
"en-us": "Abundance of mineable deposits at the rocket's target space map location",
|
|
2408
|
+
"zh-hans": "火箭目标太空地图地点可开采矿床的丰度"
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
"Rpm": {
|
|
2412
|
+
"desc": {
|
|
2413
|
+
"en-us": "Rotation speed of the device's rotating component",
|
|
2414
|
+
"zh-hans": "设备旋转装置的转速"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
"SemiMajorAxis": {
|
|
2418
|
+
"desc": {
|
|
2419
|
+
"en-us": "The longest radius of the elliptical orbit, in astronomical units, measuring half of the major axis. Determines the size of the orbit.",
|
|
2420
|
+
"zh-hans": "椭圆轨道的最长半径,以天文单位表示,量度主轴的一半。决定了轨道的大小"
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
"Setpoint": {
|
|
2424
|
+
"desc": {
|
|
2425
|
+
"en-us": "The target value the PID controller aims to reach for the process variable. The controller adjusts its output to minimize the difference between setpoint and process variable.",
|
|
2426
|
+
"zh-hans": "PID控制器旨在尽可能达到的值。这是过程变量的目标值,控制器将调整其输出以最小化设定点与过程变量之间的差异。"
|
|
2427
|
+
}
|
|
2428
|
+
},
|
|
2429
|
+
"Setting": {
|
|
2430
|
+
"desc": {
|
|
2431
|
+
"en-us": "Readable/writable Setting value. Its specific effect depends on the device and varies across different devices.",
|
|
2432
|
+
"zh-hans": "可读取或写入的Setting(设置)值,具体作用取决于设备,在不同的设备上起的作用也不同"
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
"SettingInput": {
|
|
2436
|
+
"desc": {
|
|
2437
|
+
"en-us": "Input setting of the device",
|
|
2438
|
+
"zh-hans": "设备的输入设置"
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
"SettingOutput": {
|
|
2442
|
+
"desc": {
|
|
2443
|
+
"en-us": "Output setting of the device",
|
|
2444
|
+
"zh-hans": "设备的输出设置"
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
"SignalID": {
|
|
2448
|
+
"desc": {
|
|
2449
|
+
"en-us": "Returns the ID of the strongest signal detected by this device",
|
|
2450
|
+
"zh-hans": "返回此设备检测到的最强信号的ID"
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
"SignalStrength": {
|
|
2454
|
+
"desc": {
|
|
2455
|
+
"en-us": "Returns the angular difference on the celestial sphere between the device's pointing direction and the strongest detectable signal direction.",
|
|
2456
|
+
"zh-hans": "返回此设备所指向的方向,与此设备能够检测到的信号中最强的信号方向在天球上的角度差值"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"Sites": {
|
|
2460
|
+
"desc": {
|
|
2461
|
+
"en-us": "Number of discovered locations at the rocket's current target space map site",
|
|
2462
|
+
"zh-hans": "火箭当前目标太空地图地点已发现的位置数量"
|
|
2463
|
+
}
|
|
2464
|
+
},
|
|
2465
|
+
"Size": {
|
|
2466
|
+
"desc": {
|
|
2467
|
+
"en-us": "Scale of mineable deposits at the rocket's target space map site",
|
|
2468
|
+
"zh-hans": "火箭目标太空地图地点可开采矿床的规模"
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
"SizeX": {
|
|
2472
|
+
"desc": {
|
|
2473
|
+
"en-us": "X (right) axis size of the object in large grid (large grid edge length is 2 meters)",
|
|
2474
|
+
"zh-hans": "对象在大网格中的X(右)轴尺寸(大网格的边长为2米)"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
"SizeY": {
|
|
2478
|
+
"desc": {
|
|
2479
|
+
"en-us": "Y (up) axis size of the object in large grid (large grid edge length is 2 meters)",
|
|
2480
|
+
"zh-hans": "对象在大网格中的Y(上)轴尺寸(大网格的边长为2米)"
|
|
2481
|
+
}
|
|
2482
|
+
},
|
|
2483
|
+
"SizeZ": {
|
|
2484
|
+
"desc": {
|
|
2485
|
+
"en-us": "Z (forward) axis size of the object in large grid (large grid edge length is 2 meters)",
|
|
2486
|
+
"zh-hans": "对象在大网格中的Z(前)轴尺寸(大网格的边长为2米)"
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"SolarAngle": {
|
|
2490
|
+
"desc": {
|
|
2491
|
+
"en-us": "Solar angle of the device",
|
|
2492
|
+
"zh-hans": "设备的太阳角度"
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
"SolarIrradiance": {
|
|
2496
|
+
"desc": {
|
|
2497
|
+
"en-us": "Current solar irradiance intensity",
|
|
2498
|
+
"zh-hans": "当前阳光辐射强度"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2501
|
+
"SoundAlert": {
|
|
2502
|
+
"desc": {
|
|
2503
|
+
"en-us": "Plays an audible alert on the device's speaker",
|
|
2504
|
+
"zh-hans": "在设备的扬声器上播放声音警报"
|
|
2505
|
+
}
|
|
2506
|
+
},
|
|
2507
|
+
"StackSize": {
|
|
2508
|
+
"desc": {
|
|
2509
|
+
"en-us": "Returns the stack size of the device's internal memory",
|
|
2510
|
+
"zh-hans": "返回设备内部内存的堆栈大小"
|
|
2511
|
+
}
|
|
2512
|
+
},
|
|
2513
|
+
"Stress": {
|
|
2514
|
+
"desc": {
|
|
2515
|
+
"en-us": "Stress builds up when the machine operates under harsh conditions. The machine will shut down forcibly when stress reaches 100.",
|
|
2516
|
+
"zh-hans": "机器在恶劣条件下工作的时候会产生压应力。当压应力达到100时,机器将强制停机"
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2519
|
+
"StunDamage": {
|
|
2520
|
+
"desc": {
|
|
2521
|
+
"en-us": "The amount of stun damage on the entity",
|
|
2522
|
+
"zh-hans": "实体受到的眩晕伤害量"
|
|
2523
|
+
}
|
|
2524
|
+
},
|
|
2525
|
+
"Survey": {
|
|
2526
|
+
"desc": {
|
|
2527
|
+
"en-us": "Survey state of the rocket for a space map site, returns a quantified value. Equals 1 when 100% surveyed. Returns -1 if not surveying.",
|
|
2528
|
+
"zh-hans": "火箭对太空地图地点进行勘探时的状态,返回一个量化后的值,当100%勘探完成时等于1。若未处于勘探状态,返回-1"
|
|
2529
|
+
}
|
|
2530
|
+
},
|
|
2531
|
+
"TargetNodeType": {
|
|
2532
|
+
"desc": {
|
|
2533
|
+
"en-us": "Returns the NodeType as an integer for the target location for a Rocket",
|
|
2534
|
+
"zh-hans": "返回火箭目标位置的节点类型整数"
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
"TargetPadIndex": {
|
|
2538
|
+
"desc": {
|
|
2539
|
+
"en-us": "Index of the landing pad in the device data network. Can be used to guide trade ships to land on the corresponding landing pad.",
|
|
2540
|
+
"zh-hans": "设备数据网络中着陆场的索引值,使用该值可以引导贸易飞船降落在与该索引值对应的着陆场"
|
|
2541
|
+
}
|
|
2542
|
+
},
|
|
2543
|
+
"TargetPrefabHash": {
|
|
2544
|
+
"desc": {
|
|
2545
|
+
"en-us": "Prefab hash",
|
|
2546
|
+
"zh-hans": "预设哈希"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
"TargetSlotIndex": {
|
|
2550
|
+
"desc": {
|
|
2551
|
+
"en-us": "Slot index of the target device. The device will interact with the slot at the corresponding index.",
|
|
2552
|
+
"zh-hans": "目标设备的插槽索引,该设备将与对应索引的槽位进行交互"
|
|
2553
|
+
}
|
|
2554
|
+
},
|
|
2555
|
+
"TargetX": {
|
|
2556
|
+
"desc": {
|
|
2557
|
+
"en-us": "X-axis position of the target in world coordinates",
|
|
2558
|
+
"zh-hans": "世界坐标下目标在X轴上的位置"
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2561
|
+
"TargetY": {
|
|
2562
|
+
"desc": {
|
|
2563
|
+
"en-us": "Y-axis position of the target in world coordinates",
|
|
2564
|
+
"zh-hans": "世界坐标下目标在Y轴上的位置"
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
"TargetZ": {
|
|
2568
|
+
"desc": {
|
|
2569
|
+
"en-us": "Z-axis position of the target in world coordinates",
|
|
2570
|
+
"zh-hans": "世界坐标下目标在Z轴上的位置"
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
"Temperature": {
|
|
2574
|
+
"desc": {
|
|
2575
|
+
"en-us": "Current temperature reading of the device",
|
|
2576
|
+
"zh-hans": "设备当前的温度读数"
|
|
2577
|
+
}
|
|
2578
|
+
},
|
|
2579
|
+
"TemperatureDifferentialEfficiency": {
|
|
2580
|
+
"desc": {
|
|
2581
|
+
"en-us": "Efficiency coefficient representing the impact of temperature difference between input and waste pipe networks on machine work efficiency",
|
|
2582
|
+
"zh-hans": "输入口与废物口连接的管道网的温度差值对机器工作效率造成的影响的效率系数"
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2585
|
+
"TemperatureExternal": {
|
|
2586
|
+
"desc": {
|
|
2587
|
+
"en-us": "External temperature of the object (e.g. current external environmental temperature of a spacesuit)",
|
|
2588
|
+
"zh-hans": "对象外部的温度(例如,太空服当前的外部环境温度)"
|
|
2589
|
+
}
|
|
2590
|
+
},
|
|
2591
|
+
"TemperatureInput": {
|
|
2592
|
+
"desc": {
|
|
2593
|
+
"en-us": "Temperature reading of the pipe network connected to the device's input port",
|
|
2594
|
+
"zh-hans": "设备输入口连接的管道网的温度读数"
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
"TemperatureInput2": {
|
|
2598
|
+
"desc": {
|
|
2599
|
+
"en-us": "Temperature reading of the pipe network connected to the device's input port 2",
|
|
2600
|
+
"zh-hans": "设备输入口2连接的管道网的温度读数"
|
|
2601
|
+
}
|
|
2602
|
+
},
|
|
2603
|
+
"TemperatureOutput": {
|
|
2604
|
+
"desc": {
|
|
2605
|
+
"en-us": "Temperature reading of the pipe network connected to the device's output port",
|
|
2606
|
+
"zh-hans": "设备输出口连接的管道网的温度读数"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
"TemperatureOutput2": {
|
|
2610
|
+
"desc": {
|
|
2611
|
+
"en-us": "Temperature reading of the pipe network connected to the device's output port 2",
|
|
2612
|
+
"zh-hans": "设备输出口2连接的管道网的温度读数"
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
"TemperatureSetting": {
|
|
2616
|
+
"desc": {
|
|
2617
|
+
"en-us": "Sets the target temperature inside the object (e.g. temperature setting of a spacesuit)",
|
|
2618
|
+
"zh-hans": "设置对象内部的目标温度(例如,太空服的温度设置)"
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
"Throttle": {
|
|
2622
|
+
"desc": {
|
|
2623
|
+
"en-us": "Increases machine operating speed (range: 0-100)",
|
|
2624
|
+
"zh-hans": "提高机器工作速度(范围:0-100)"
|
|
2625
|
+
}
|
|
2626
|
+
},
|
|
2627
|
+
"Thrust": {
|
|
2628
|
+
"desc": {
|
|
2629
|
+
"en-us": "Total thrust of all rocket engines on the rocket, in Newtons",
|
|
2630
|
+
"zh-hans": "火箭上所有火箭发动机的总推力,单位为牛顿"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
"ThrustToWeight": {
|
|
2634
|
+
"desc": {
|
|
2635
|
+
"en-us": "Thrust-to-weight ratio of the rocket. Affected by celestial gravity. Rockets with lower TWR consume more fuel during launch and landing.",
|
|
2636
|
+
"zh-hans": "火箭的推重比。推重比受到天体重力的影响。推重比较低的火箭在发射和着陆过程中会消耗更多燃料"
|
|
2637
|
+
}
|
|
2638
|
+
},
|
|
2639
|
+
"Time": {
|
|
2640
|
+
"desc": {
|
|
2641
|
+
"en-us": "Time axis",
|
|
2642
|
+
"zh-hans": "时间轴"
|
|
2643
|
+
}
|
|
2644
|
+
},
|
|
2645
|
+
"TimeToDestination": {
|
|
2646
|
+
"desc": {
|
|
2647
|
+
"en-us": "Estimated time for the rocket to reach the destination, in seconds",
|
|
2648
|
+
"zh-hans": "火箭到达目标地点的预计时间,单位为秒"
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
"TotalMoles": {
|
|
2652
|
+
"desc": {
|
|
2653
|
+
"en-us": "Returns the total moles of substance inside the device",
|
|
2654
|
+
"zh-hans": "返回设备内物质的总摩尔数"
|
|
2655
|
+
}
|
|
2656
|
+
},
|
|
2657
|
+
"TotalMolesInput": {
|
|
2658
|
+
"desc": {
|
|
2659
|
+
"en-us": "Returns the total moles of substance in the pipe network connected to the device's input port",
|
|
2660
|
+
"zh-hans": "返回设备输入口连接的管道网中物质的总摩尔数"
|
|
2661
|
+
}
|
|
2662
|
+
},
|
|
2663
|
+
"TotalMolesInput2": {
|
|
2664
|
+
"desc": {
|
|
2665
|
+
"en-us": "Returns the total moles of substance in the pipe network connected to the device's input port 2",
|
|
2666
|
+
"zh-hans": "返回设备输入口2连接的管道网中物质的总摩尔数"
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2669
|
+
"TotalMolesOutput": {
|
|
2670
|
+
"desc": {
|
|
2671
|
+
"en-us": "Returns the total moles of substance in the pipe network connected to the device's output port",
|
|
2672
|
+
"zh-hans": "返回设备输出口连接的管道网中物质的总摩尔数"
|
|
2673
|
+
}
|
|
2674
|
+
},
|
|
2675
|
+
"TotalMolesOutput2": {
|
|
2676
|
+
"desc": {
|
|
2677
|
+
"en-us": "Returns the total moles of substance in the pipe network connected to the device's output port 2",
|
|
2678
|
+
"zh-hans": "返回设备输出口2连接的管道网中物质的总摩尔数"
|
|
2679
|
+
}
|
|
2680
|
+
},
|
|
2681
|
+
"TotalQuantity": {
|
|
2682
|
+
"desc": {
|
|
2683
|
+
"en-us": "Estimated total mineable resources at the rocket's target space map site",
|
|
2684
|
+
"zh-hans": "火箭目标太空地图地点预估可开采的资源总量"
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
"TrueAnomaly": {
|
|
2688
|
+
"desc": {
|
|
2689
|
+
"en-us": "Angular parameter defining the position of a body in Keplerian orbit. The angle between the periapsis direction and the body's current position as seen from the primary focus.",
|
|
2690
|
+
"zh-hans": "定义沿开普勒轨道运动天体位置的角度参数。指从椭圆主焦点(天体绕行点)观察,近拱点方向与天体当前位置之间的夹角"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
"VelocityMagnitude": {
|
|
2694
|
+
"desc": {
|
|
2695
|
+
"en-us": "Magnitude of the current velocity vector",
|
|
2696
|
+
"zh-hans": "当前速度矢量的大小"
|
|
2697
|
+
}
|
|
2698
|
+
},
|
|
2699
|
+
"VelocityRelativeX": {
|
|
2700
|
+
"desc": {
|
|
2701
|
+
"en-us": "X-axis component of the current velocity vector in world coordinates",
|
|
2702
|
+
"zh-hans": "当前速度矢量在世界坐标X轴上的分量"
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
"VelocityRelativeY": {
|
|
2706
|
+
"desc": {
|
|
2707
|
+
"en-us": "Y-axis component of the current velocity vector in world coordinates",
|
|
2708
|
+
"zh-hans": "当前速度矢量在世界坐标Y轴上的分量"
|
|
2709
|
+
}
|
|
2710
|
+
},
|
|
2711
|
+
"VelocityRelativeZ": {
|
|
2712
|
+
"desc": {
|
|
2713
|
+
"en-us": "Z-axis component of the current velocity vector in world coordinates",
|
|
2714
|
+
"zh-hans": "当前速度矢量在世界坐标Z轴上的分量"
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
"VelocityX": {
|
|
2718
|
+
"desc": {
|
|
2719
|
+
"en-us": "Velocity component of the entity on the world X axis",
|
|
2720
|
+
"zh-hans": "实体在世界坐标X轴上的速度分量"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
"VelocityY": {
|
|
2724
|
+
"desc": {
|
|
2725
|
+
"en-us": "Velocity component of the entity on the world Y axis",
|
|
2726
|
+
"zh-hans": "实体在世界坐标Y轴上的速度分量"
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2729
|
+
"VelocityZ": {
|
|
2730
|
+
"desc": {
|
|
2731
|
+
"en-us": "Velocity component of the entity on the world Z axis",
|
|
2732
|
+
"zh-hans": "实体在世界坐标Z轴上的速度分量"
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2735
|
+
"Vertical": {
|
|
2736
|
+
"desc": {
|
|
2737
|
+
"en-us": "Vertical angle setting of the device",
|
|
2738
|
+
"zh-hans": "设备的垂直角度设置"
|
|
2739
|
+
}
|
|
2740
|
+
},
|
|
2741
|
+
"VerticalRatio": {
|
|
2742
|
+
"desc": {
|
|
2743
|
+
"en-us": "Vertical angle percentage setting of the device",
|
|
2744
|
+
"zh-hans": "设备的垂直角度百分比设置"
|
|
2745
|
+
}
|
|
2746
|
+
},
|
|
2747
|
+
"Volume": {
|
|
2748
|
+
"desc": {
|
|
2749
|
+
"en-us": "Returns the internal volume of the device",
|
|
2750
|
+
"zh-hans": "返回设备内部容积"
|
|
2751
|
+
}
|
|
2752
|
+
},
|
|
2753
|
+
"VolumeOfLiquid": {
|
|
2754
|
+
"desc": {
|
|
2755
|
+
"en-us": "Total volume of all liquids detectable by the device, in liters",
|
|
2756
|
+
"zh-hans": "该设备能够检测到的所有液体的总体积,单位为L"
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
"WattsReachingContact": {
|
|
2760
|
+
"desc": {
|
|
2761
|
+
"en-us": "Effective power of the satellite antenna when detecting an interstellar trade ship. Affected by transmit power and the alignment of the antenna's pointing vector with the ship's bearing.",
|
|
2762
|
+
"zh-hans": "卫星天线检测星际贸易飞船时的有效功率。该值受天线的发射功率和天线指向矢量与贸易飞船方位偏离程度影响"
|
|
2763
|
+
}
|
|
2764
|
+
},
|
|
2765
|
+
"Weight": {
|
|
2766
|
+
"desc": {
|
|
2767
|
+
"en-us": "Weight of the rocket (including fuel and cargo), in Newtons. Weight is affected by local celestial gravity.",
|
|
2768
|
+
"zh-hans": "火箭(包括燃料和货物)的重量,以牛顿为单位。重量受当地天体重力影响"
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2771
|
+
"WorkingGasEfficiency": {
|
|
2772
|
+
"desc": {
|
|
2773
|
+
"en-us": "Working efficiency impact of the medium gas reported by the device, a float value between 0 and 1",
|
|
2774
|
+
"zh-hans": "设备反馈的媒介气体工作效率的影响,是取值范围介于0和1的浮点数"
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
"ExportQuantity": {
|
|
2778
|
+
"desc": null
|
|
2779
|
+
},
|
|
2780
|
+
"ExportSlotHash": {
|
|
2781
|
+
"desc": null
|
|
2782
|
+
},
|
|
2783
|
+
"ExportSlotOccupant": {
|
|
2784
|
+
"desc": null
|
|
2785
|
+
},
|
|
2786
|
+
"ImportQuantity": {
|
|
2787
|
+
"desc": null
|
|
2788
|
+
},
|
|
2789
|
+
"ImportSlotHash": {
|
|
2790
|
+
"desc": null
|
|
2791
|
+
},
|
|
2792
|
+
"ImportSlotOccupant": {
|
|
2793
|
+
"desc": null
|
|
2794
|
+
},
|
|
2795
|
+
"On": {
|
|
2796
|
+
"desc": null
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2799
|
+
},
|
|
2800
|
+
"PowerMode": {
|
|
2801
|
+
"desc": {
|
|
2802
|
+
"en-us": "Power Mode",
|
|
2803
|
+
"zh-hans": "电源模式"
|
|
2804
|
+
},
|
|
2805
|
+
"enums": {
|
|
2806
|
+
"Charged": {
|
|
2807
|
+
"desc": {
|
|
2808
|
+
"en-us": "Charged",
|
|
2809
|
+
"zh-hans": "已充电"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
"Charging": {
|
|
2813
|
+
"desc": {
|
|
2814
|
+
"en-us": "Charging",
|
|
2815
|
+
"zh-hans": "充电中"
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
"Discharged": {
|
|
2819
|
+
"desc": {
|
|
2820
|
+
"en-us": "Discharged",
|
|
2821
|
+
"zh-hans": "已放电"
|
|
2822
|
+
}
|
|
2823
|
+
},
|
|
2824
|
+
"Discharging": {
|
|
2825
|
+
"desc": {
|
|
2826
|
+
"en-us": "Discharging",
|
|
2827
|
+
"zh-hans": "放电中"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
"Idle": {
|
|
2831
|
+
"desc": {
|
|
2832
|
+
"en-us": "Idle",
|
|
2833
|
+
"zh-hans": "空闲"
|
|
2834
|
+
}
|
|
2835
|
+
}
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
"PrinterInstruction": {
|
|
2839
|
+
"desc": {
|
|
2840
|
+
"en-us": "Printer Instruction",
|
|
2841
|
+
"zh-hans": "打印机指令"
|
|
2842
|
+
},
|
|
2843
|
+
"enums": {
|
|
2844
|
+
"DeviceSetLock": {
|
|
2845
|
+
"desc": {
|
|
2846
|
+
"en-us": "Device Set Lock",
|
|
2847
|
+
"zh-hans": "设备设置锁定"
|
|
2848
|
+
}
|
|
2849
|
+
},
|
|
2850
|
+
"EjectAllReagents": {
|
|
2851
|
+
"desc": {
|
|
2852
|
+
"en-us": "Eject All Reagents",
|
|
2853
|
+
"zh-hans": "弹出所有试剂"
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
"EjectReagent": {
|
|
2857
|
+
"desc": {
|
|
2858
|
+
"en-us": "Eject Reagent",
|
|
2859
|
+
"zh-hans": "弹出试剂"
|
|
2860
|
+
}
|
|
2861
|
+
},
|
|
2862
|
+
"ExecuteRecipe": {
|
|
2863
|
+
"desc": {
|
|
2864
|
+
"en-us": "Execute Recipe",
|
|
2865
|
+
"zh-hans": "执行配方"
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2868
|
+
"JumpIfNextInvalid": {
|
|
2869
|
+
"desc": {
|
|
2870
|
+
"en-us": "Jump If Next Invalid",
|
|
2871
|
+
"zh-hans": "如果下一条无效则跳转"
|
|
2872
|
+
}
|
|
2873
|
+
},
|
|
2874
|
+
"JumpToAddress": {
|
|
2875
|
+
"desc": {
|
|
2876
|
+
"en-us": "Jump To Address",
|
|
2877
|
+
"zh-hans": "跳转到地址"
|
|
2878
|
+
}
|
|
2879
|
+
},
|
|
2880
|
+
"MissingRecipeReagent": {
|
|
2881
|
+
"desc": {
|
|
2882
|
+
"en-us": "Missing Recipe Reagent",
|
|
2883
|
+
"zh-hans": "缺少配方试剂"
|
|
2884
|
+
}
|
|
2885
|
+
},
|
|
2886
|
+
"None": {
|
|
2887
|
+
"desc": {
|
|
2888
|
+
"en-us": "None",
|
|
2889
|
+
"zh-hans": "无"
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2892
|
+
"StackPointer": {
|
|
2893
|
+
"desc": {
|
|
2894
|
+
"en-us": "Stack Pointer",
|
|
2895
|
+
"zh-hans": "堆栈指针"
|
|
2896
|
+
}
|
|
2897
|
+
},
|
|
2898
|
+
"WaitUntilNextValid": {
|
|
2899
|
+
"desc": {
|
|
2900
|
+
"en-us": "Wait Until Next Valid",
|
|
2901
|
+
"zh-hans": "等待直到下一条有效"
|
|
2902
|
+
}
|
|
2903
|
+
}
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
"ReEntryProfile": {
|
|
2907
|
+
"desc": {
|
|
2908
|
+
"en-us": "Re-entry Profile",
|
|
2909
|
+
"zh-hans": "再入剖面"
|
|
2910
|
+
},
|
|
2911
|
+
"enums": {
|
|
2912
|
+
"High": {
|
|
2913
|
+
"desc": {
|
|
2914
|
+
"en-us": "High",
|
|
2915
|
+
"zh-hans": "高"
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
"Low": {
|
|
2919
|
+
"desc": {
|
|
2920
|
+
"en-us": "Low",
|
|
2921
|
+
"zh-hans": "低"
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
|
+
"Max": {
|
|
2925
|
+
"desc": {
|
|
2926
|
+
"en-us": "Max",
|
|
2927
|
+
"zh-hans": "最大"
|
|
2928
|
+
}
|
|
2929
|
+
},
|
|
2930
|
+
"Medium": {
|
|
2931
|
+
"desc": {
|
|
2932
|
+
"en-us": "Medium",
|
|
2933
|
+
"zh-hans": "中"
|
|
2934
|
+
}
|
|
2935
|
+
},
|
|
2936
|
+
"None": {
|
|
2937
|
+
"desc": {
|
|
2938
|
+
"en-us": "None",
|
|
2939
|
+
"zh-hans": "无"
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
}
|
|
2943
|
+
},
|
|
2944
|
+
"RobotMode": {
|
|
2945
|
+
"desc": {
|
|
2946
|
+
"en-us": "Robot Mode",
|
|
2947
|
+
"zh-hans": "机器人模式"
|
|
2948
|
+
},
|
|
2949
|
+
"enums": {
|
|
2950
|
+
"Follow": {
|
|
2951
|
+
"desc": {
|
|
2952
|
+
"en-us": "Follow",
|
|
2953
|
+
"zh-hans": "跟随"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
"MoveToTarget": {
|
|
2957
|
+
"desc": {
|
|
2958
|
+
"en-us": "Move To Target",
|
|
2959
|
+
"zh-hans": "移动到目标"
|
|
2960
|
+
}
|
|
2961
|
+
},
|
|
2962
|
+
"None": {
|
|
2963
|
+
"desc": {
|
|
2964
|
+
"en-us": "None",
|
|
2965
|
+
"zh-hans": "无"
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
"PathToTarget": {
|
|
2969
|
+
"desc": {
|
|
2970
|
+
"en-us": "Path To Target",
|
|
2971
|
+
"zh-hans": "路径到目标"
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2974
|
+
"Roam": {
|
|
2975
|
+
"desc": {
|
|
2976
|
+
"en-us": "Roam",
|
|
2977
|
+
"zh-hans": "漫游"
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
"StorageFull": {
|
|
2981
|
+
"desc": {
|
|
2982
|
+
"en-us": "Storage Full",
|
|
2983
|
+
"zh-hans": "存储已满"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
"Unload": {
|
|
2987
|
+
"desc": {
|
|
2988
|
+
"en-us": "Unload",
|
|
2989
|
+
"zh-hans": "卸载"
|
|
2990
|
+
}
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"RocketMode": {
|
|
2995
|
+
"desc": {
|
|
2996
|
+
"en-us": "Rocket Mode",
|
|
2997
|
+
"zh-hans": "火箭模式"
|
|
2998
|
+
},
|
|
2999
|
+
"enums": {
|
|
3000
|
+
"Chart": {
|
|
3001
|
+
"desc": {
|
|
3002
|
+
"en-us": "Chart",
|
|
3003
|
+
"zh-hans": "制图"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
"Deploy": {
|
|
3007
|
+
"desc": {
|
|
3008
|
+
"en-us": "Deploy",
|
|
3009
|
+
"zh-hans": "部署"
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
3012
|
+
"Discover": {
|
|
3013
|
+
"desc": {
|
|
3014
|
+
"en-us": "Discover",
|
|
3015
|
+
"zh-hans": "发现"
|
|
3016
|
+
}
|
|
3017
|
+
},
|
|
3018
|
+
"Invalid": {
|
|
3019
|
+
"desc": {
|
|
3020
|
+
"en-us": "Invalid",
|
|
3021
|
+
"zh-hans": "无效"
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
"Mine": {
|
|
3025
|
+
"desc": {
|
|
3026
|
+
"en-us": "Mine",
|
|
3027
|
+
"zh-hans": "采矿"
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
"None": {
|
|
3031
|
+
"desc": {
|
|
3032
|
+
"en-us": "None",
|
|
3033
|
+
"zh-hans": "无"
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3036
|
+
"Survey": {
|
|
3037
|
+
"desc": {
|
|
3038
|
+
"en-us": "Survey",
|
|
3039
|
+
"zh-hans": "调查"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
"SurfaceScan": {
|
|
3043
|
+
"desc": null
|
|
3044
|
+
},
|
|
3045
|
+
"Transfer": {
|
|
3046
|
+
"desc": null
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
3050
|
+
"ReagentMode": {
|
|
3051
|
+
"Contents": {
|
|
3052
|
+
"desc": {
|
|
3053
|
+
"en-us": "Contents: reads the amount of the reagent currently contained in the device. Reagent mode value 0.",
|
|
3054
|
+
"zh-hans": "Contents(内含):读取设备当前包含的试剂量。试剂模式值 0。"
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
3057
|
+
"Recipe": {
|
|
3058
|
+
"desc": {
|
|
3059
|
+
"en-us": "Recipe: reads the total amount of the reagent required by the current recipe. Reagent mode value 2.",
|
|
3060
|
+
"zh-hans": "Recipe(配方):读取当前配方所需的该试剂总量。试剂模式值 2。"
|
|
3061
|
+
}
|
|
3062
|
+
},
|
|
3063
|
+
"Required": {
|
|
3064
|
+
"desc": {
|
|
3065
|
+
"en-us": "Required: reads the remaining amount of the reagent still needed to satisfy the current recipe. Reagent mode value 1.",
|
|
3066
|
+
"zh-hans": "Required(需求):读取满足当前配方仍缺少/需要的该试剂量。试剂模式值 1。"
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3069
|
+
"TotalContents": {
|
|
3070
|
+
"desc": {
|
|
3071
|
+
"en-us": "TotalContents: reads the total content amount in the device, typically aggregating all contained reagents. Reagent mode value 3.",
|
|
3072
|
+
"zh-hans": "TotalContents(总内容):读取设备中的总内容量,通常用于汇总所有已包含的试剂。试剂模式值 3。"
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
3075
|
+
},
|
|
3076
|
+
"SettingDisplayMode": {
|
|
3077
|
+
"desc": {
|
|
3078
|
+
"en-us": "Setting Display Mode",
|
|
3079
|
+
"zh-hans": "设置显示模式"
|
|
3080
|
+
},
|
|
3081
|
+
"enums": {
|
|
3082
|
+
"Number": {
|
|
3083
|
+
"desc": {
|
|
3084
|
+
"en-us": "Number",
|
|
3085
|
+
"zh-hans": "数字"
|
|
3086
|
+
}
|
|
3087
|
+
},
|
|
3088
|
+
"String": {
|
|
3089
|
+
"desc": {
|
|
3090
|
+
"en-us": "String",
|
|
3091
|
+
"zh-hans": "字符串"
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
}
|
|
3095
|
+
},
|
|
3096
|
+
"ShuttleType": {
|
|
3097
|
+
"desc": {
|
|
3098
|
+
"en-us": "Shuttle Type",
|
|
3099
|
+
"zh-hans": "航天飞机类型"
|
|
3100
|
+
},
|
|
3101
|
+
"enums": {
|
|
3102
|
+
"Large": {
|
|
3103
|
+
"desc": {
|
|
3104
|
+
"en-us": "Large",
|
|
3105
|
+
"zh-hans": "大型"
|
|
3106
|
+
}
|
|
3107
|
+
},
|
|
3108
|
+
"LargeGas": {
|
|
3109
|
+
"desc": {
|
|
3110
|
+
"en-us": "Large Gas",
|
|
3111
|
+
"zh-hans": "大型气体"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
"LargePlane": {
|
|
3115
|
+
"desc": {
|
|
3116
|
+
"en-us": "Large Plane",
|
|
3117
|
+
"zh-hans": "大型飞机"
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3120
|
+
"Medium": {
|
|
3121
|
+
"desc": {
|
|
3122
|
+
"en-us": "Medium",
|
|
3123
|
+
"zh-hans": "中型"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3126
|
+
"MediumGas": {
|
|
3127
|
+
"desc": {
|
|
3128
|
+
"en-us": "Medium Gas",
|
|
3129
|
+
"zh-hans": "中型气体"
|
|
3130
|
+
}
|
|
3131
|
+
},
|
|
3132
|
+
"MediumPlane": {
|
|
3133
|
+
"desc": {
|
|
3134
|
+
"en-us": "Medium Plane",
|
|
3135
|
+
"zh-hans": "中型飞机"
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3138
|
+
"None": {
|
|
3139
|
+
"desc": {
|
|
3140
|
+
"en-us": "None",
|
|
3141
|
+
"zh-hans": "无"
|
|
3142
|
+
}
|
|
3143
|
+
},
|
|
3144
|
+
"Small": {
|
|
3145
|
+
"desc": {
|
|
3146
|
+
"en-us": "Small",
|
|
3147
|
+
"zh-hans": "小型"
|
|
3148
|
+
}
|
|
3149
|
+
},
|
|
3150
|
+
"SmallGas": {
|
|
3151
|
+
"desc": {
|
|
3152
|
+
"en-us": "Small Gas",
|
|
3153
|
+
"zh-hans": "小型气体"
|
|
3154
|
+
}
|
|
3155
|
+
}
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
"SlotClass": {
|
|
3159
|
+
"desc": {
|
|
3160
|
+
"en-us": "Slot Class",
|
|
3161
|
+
"zh-hans": "槽位类别"
|
|
3162
|
+
},
|
|
3163
|
+
"enums": {
|
|
3164
|
+
"AccessCard": {
|
|
3165
|
+
"desc": {
|
|
3166
|
+
"en-us": "Access Card",
|
|
3167
|
+
"zh-hans": "门禁卡"
|
|
3168
|
+
}
|
|
3169
|
+
},
|
|
3170
|
+
"Appliance": {
|
|
3171
|
+
"desc": {
|
|
3172
|
+
"en-us": "Appliance",
|
|
3173
|
+
"zh-hans": "设备"
|
|
3174
|
+
}
|
|
3175
|
+
},
|
|
3176
|
+
"Back": {
|
|
3177
|
+
"desc": {
|
|
3178
|
+
"en-us": "Back",
|
|
3179
|
+
"zh-hans": "背部"
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
3182
|
+
"Battery": {
|
|
3183
|
+
"desc": {
|
|
3184
|
+
"en-us": "Battery",
|
|
3185
|
+
"zh-hans": "电池"
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
3188
|
+
"Belt": {
|
|
3189
|
+
"desc": {
|
|
3190
|
+
"en-us": "Belt",
|
|
3191
|
+
"zh-hans": "腰带"
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
3194
|
+
"Blocked": {
|
|
3195
|
+
"desc": {
|
|
3196
|
+
"en-us": "Blocked",
|
|
3197
|
+
"zh-hans": "已阻挡"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
"Bottle": {
|
|
3201
|
+
"desc": {
|
|
3202
|
+
"en-us": "Bottle",
|
|
3203
|
+
"zh-hans": "瓶子"
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3206
|
+
"Cartridge": {
|
|
3207
|
+
"desc": {
|
|
3208
|
+
"en-us": "Cartridge",
|
|
3209
|
+
"zh-hans": "磁带/卡带"
|
|
3210
|
+
}
|
|
3211
|
+
},
|
|
3212
|
+
"Circuit": {
|
|
3213
|
+
"desc": {
|
|
3214
|
+
"en-us": "Circuit",
|
|
3215
|
+
"zh-hans": "电路"
|
|
3216
|
+
}
|
|
3217
|
+
},
|
|
3218
|
+
"Circuitboard": {
|
|
3219
|
+
"desc": {
|
|
3220
|
+
"en-us": "Circuitboard",
|
|
3221
|
+
"zh-hans": "电路板"
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
"Crate": {
|
|
3225
|
+
"desc": {
|
|
3226
|
+
"en-us": "Crate",
|
|
3227
|
+
"zh-hans": "板条箱"
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
"CreditCard": {
|
|
3231
|
+
"desc": {
|
|
3232
|
+
"en-us": "Credit Card",
|
|
3233
|
+
"zh-hans": "信用卡"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3236
|
+
"DataDisk": {
|
|
3237
|
+
"desc": {
|
|
3238
|
+
"en-us": "Data Disk",
|
|
3239
|
+
"zh-hans": "数据磁盘"
|
|
3240
|
+
}
|
|
3241
|
+
},
|
|
3242
|
+
"DirtCanister": {
|
|
3243
|
+
"desc": {
|
|
3244
|
+
"en-us": "Dirt Canister",
|
|
3245
|
+
"zh-hans": "土壤罐"
|
|
3246
|
+
}
|
|
3247
|
+
},
|
|
3248
|
+
"DrillHead": {
|
|
3249
|
+
"desc": {
|
|
3250
|
+
"en-us": "Drill Head",
|
|
3251
|
+
"zh-hans": "钻头"
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
"Egg": {
|
|
3255
|
+
"desc": {
|
|
3256
|
+
"en-us": "Egg",
|
|
3257
|
+
"zh-hans": "蛋"
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
"Entity": {
|
|
3261
|
+
"desc": {
|
|
3262
|
+
"en-us": "Entity",
|
|
3263
|
+
"zh-hans": "实体"
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
"Flare": {
|
|
3267
|
+
"desc": {
|
|
3268
|
+
"en-us": "Flare",
|
|
3269
|
+
"zh-hans": "信号弹"
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
3272
|
+
"GasCanister": {
|
|
3273
|
+
"desc": {
|
|
3274
|
+
"en-us": "Gas Canister",
|
|
3275
|
+
"zh-hans": "气体罐"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
"GasFilter": {
|
|
3279
|
+
"desc": {
|
|
3280
|
+
"en-us": "Gas Filter",
|
|
3281
|
+
"zh-hans": "气体过滤器"
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
"Glasses": {
|
|
3285
|
+
"desc": {
|
|
3286
|
+
"en-us": "Glasses",
|
|
3287
|
+
"zh-hans": "眼镜"
|
|
3288
|
+
}
|
|
3289
|
+
},
|
|
3290
|
+
"Helmet": {
|
|
3291
|
+
"desc": {
|
|
3292
|
+
"en-us": "Helmet",
|
|
3293
|
+
"zh-hans": "头盔"
|
|
3294
|
+
}
|
|
3295
|
+
},
|
|
3296
|
+
"Input": {
|
|
3297
|
+
"desc": {
|
|
3298
|
+
"en-us": "Input",
|
|
3299
|
+
"zh-hans": "输入"
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
"LiquidBottle": {
|
|
3303
|
+
"desc": {
|
|
3304
|
+
"en-us": "Liquid Bottle",
|
|
3305
|
+
"zh-hans": "液体瓶"
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3308
|
+
"LiquidCanister": {
|
|
3309
|
+
"desc": {
|
|
3310
|
+
"en-us": "Liquid Canister",
|
|
3311
|
+
"zh-hans": "液体罐"
|
|
3312
|
+
}
|
|
3313
|
+
},
|
|
3314
|
+
"Magazine": {
|
|
3315
|
+
"desc": {
|
|
3316
|
+
"en-us": "Magazine",
|
|
3317
|
+
"zh-hans": "弹匣"
|
|
3318
|
+
}
|
|
3319
|
+
},
|
|
3320
|
+
"Motherboard": {
|
|
3321
|
+
"desc": {
|
|
3322
|
+
"en-us": "Motherboard",
|
|
3323
|
+
"zh-hans": "主板"
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
"None": {
|
|
3327
|
+
"desc": {
|
|
3328
|
+
"en-us": "None",
|
|
3329
|
+
"zh-hans": "无"
|
|
3330
|
+
}
|
|
3331
|
+
},
|
|
3332
|
+
"One": {
|
|
3333
|
+
"desc": {
|
|
3334
|
+
"en-us": "One",
|
|
3335
|
+
"zh-hans": "一"
|
|
3336
|
+
}
|
|
3337
|
+
},
|
|
3338
|
+
"Organ": {
|
|
3339
|
+
"desc": {
|
|
3340
|
+
"en-us": "Organ",
|
|
3341
|
+
"zh-hans": "器官"
|
|
3342
|
+
}
|
|
3343
|
+
},
|
|
3344
|
+
"Plant": {
|
|
3345
|
+
"desc": {
|
|
3346
|
+
"en-us": "Plant",
|
|
3347
|
+
"zh-hans": "植物"
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3350
|
+
"Portables": {
|
|
3351
|
+
"desc": {
|
|
3352
|
+
"en-us": "Portables",
|
|
3353
|
+
"zh-hans": "便携设备"
|
|
3354
|
+
}
|
|
3355
|
+
},
|
|
3356
|
+
"ProgrammableChip": {
|
|
3357
|
+
"desc": {
|
|
3358
|
+
"en-us": "Programmable Chip",
|
|
3359
|
+
"zh-hans": "可编程芯片"
|
|
3360
|
+
}
|
|
3361
|
+
},
|
|
3362
|
+
"RocketPayload": {
|
|
3363
|
+
"desc": {
|
|
3364
|
+
"en-us": "Rocket Payload",
|
|
3365
|
+
"zh-hans": "火箭有效载荷"
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
"ScanningHead": {
|
|
3369
|
+
"desc": {
|
|
3370
|
+
"en-us": "Scanning Head",
|
|
3371
|
+
"zh-hans": "扫描头"
|
|
3372
|
+
}
|
|
3373
|
+
},
|
|
3374
|
+
"SensorProcessingUnit": {
|
|
3375
|
+
"desc": {
|
|
3376
|
+
"en-us": "Sensor Processing Unit",
|
|
3377
|
+
"zh-hans": "传感器处理单元"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"SoundCartridge": {
|
|
3381
|
+
"desc": {
|
|
3382
|
+
"en-us": "Sound Cartridge",
|
|
3383
|
+
"zh-hans": "声音卡带"
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
"Suit": {
|
|
3387
|
+
"desc": {
|
|
3388
|
+
"en-us": "Suit",
|
|
3389
|
+
"zh-hans": "太空服"
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3392
|
+
"SuitMod": {
|
|
3393
|
+
"desc": {
|
|
3394
|
+
"en-us": "Suit Mod",
|
|
3395
|
+
"zh-hans": "太空服模块"
|
|
3396
|
+
}
|
|
3397
|
+
},
|
|
3398
|
+
"Tool": {
|
|
3399
|
+
"desc": {
|
|
3400
|
+
"en-us": "Tool",
|
|
3401
|
+
"zh-hans": "工具"
|
|
3402
|
+
}
|
|
3403
|
+
},
|
|
3404
|
+
"Torpedo": {
|
|
3405
|
+
"desc": {
|
|
3406
|
+
"en-us": "Torpedo",
|
|
3407
|
+
"zh-hans": "鱼雷"
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
"Uniform": {
|
|
3411
|
+
"desc": {
|
|
3412
|
+
"en-us": "Uniform",
|
|
3413
|
+
"zh-hans": "制服"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"Wreckage": {
|
|
3417
|
+
"desc": {
|
|
3418
|
+
"en-us": "Wreckage",
|
|
3419
|
+
"zh-hans": "残骸"
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
3422
|
+
"AutoInjector": {
|
|
3423
|
+
"desc": null
|
|
3424
|
+
},
|
|
3425
|
+
"Ingot": {
|
|
3426
|
+
"desc": null
|
|
3427
|
+
},
|
|
3428
|
+
"Ore": {
|
|
3429
|
+
"desc": null
|
|
3430
|
+
}
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
"SorterInstruction": {
|
|
3434
|
+
"desc": {
|
|
3435
|
+
"en-us": "Sorter Instruction",
|
|
3436
|
+
"zh-hans": "分拣器指令"
|
|
3437
|
+
},
|
|
3438
|
+
"enums": {
|
|
3439
|
+
"FilterPrefabHashEquals": {
|
|
3440
|
+
"desc": {
|
|
3441
|
+
"en-us": "Filter Prefab Hash Equals",
|
|
3442
|
+
"zh-hans": "过滤预制体哈希等于"
|
|
3443
|
+
}
|
|
3444
|
+
},
|
|
3445
|
+
"FilterPrefabHashNotEquals": {
|
|
3446
|
+
"desc": {
|
|
3447
|
+
"en-us": "Filter Prefab Hash Not Equals",
|
|
3448
|
+
"zh-hans": "过滤预制体哈希不等于"
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3451
|
+
"FilterQuantityCompare": {
|
|
3452
|
+
"desc": {
|
|
3453
|
+
"en-us": "Filter Quantity Compare",
|
|
3454
|
+
"zh-hans": "过滤数量比较"
|
|
3455
|
+
}
|
|
3456
|
+
},
|
|
3457
|
+
"FilterSlotTypeCompare": {
|
|
3458
|
+
"desc": {
|
|
3459
|
+
"en-us": "Filter Slot Type Compare",
|
|
3460
|
+
"zh-hans": "过滤槽位类型比较"
|
|
3461
|
+
}
|
|
3462
|
+
},
|
|
3463
|
+
"FilterSortingClassCompare": {
|
|
3464
|
+
"desc": {
|
|
3465
|
+
"en-us": "Filter Sorting Class Compare",
|
|
3466
|
+
"zh-hans": "过滤分类类别比较"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
"LimitNextExecutionByCount": {
|
|
3470
|
+
"desc": {
|
|
3471
|
+
"en-us": "Limit Next Execution By Count",
|
|
3472
|
+
"zh-hans": "按计数限制下次执行"
|
|
3473
|
+
}
|
|
3474
|
+
},
|
|
3475
|
+
"None": {
|
|
3476
|
+
"desc": {
|
|
3477
|
+
"en-us": "None",
|
|
3478
|
+
"zh-hans": "无"
|
|
3479
|
+
}
|
|
3480
|
+
}
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3483
|
+
"SortingClass": {
|
|
3484
|
+
"desc": {
|
|
3485
|
+
"en-us": "Sorting Class",
|
|
3486
|
+
"zh-hans": "分类类别"
|
|
3487
|
+
},
|
|
3488
|
+
"enums": {
|
|
3489
|
+
"Appliances": {
|
|
3490
|
+
"desc": {
|
|
3491
|
+
"en-us": "Appliances",
|
|
3492
|
+
"zh-hans": "设备"
|
|
3493
|
+
}
|
|
3494
|
+
},
|
|
3495
|
+
"Atmospherics": {
|
|
3496
|
+
"desc": {
|
|
3497
|
+
"en-us": "Atmospherics",
|
|
3498
|
+
"zh-hans": "大气"
|
|
3499
|
+
}
|
|
3500
|
+
},
|
|
3501
|
+
"Clothing": {
|
|
3502
|
+
"desc": {
|
|
3503
|
+
"en-us": "Clothing",
|
|
3504
|
+
"zh-hans": "服装"
|
|
3505
|
+
}
|
|
3506
|
+
},
|
|
3507
|
+
"Default": {
|
|
3508
|
+
"desc": {
|
|
3509
|
+
"en-us": "Default",
|
|
3510
|
+
"zh-hans": "默认"
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
"Food": {
|
|
3514
|
+
"desc": {
|
|
3515
|
+
"en-us": "Food",
|
|
3516
|
+
"zh-hans": "食物"
|
|
3517
|
+
}
|
|
3518
|
+
},
|
|
3519
|
+
"Ices": {
|
|
3520
|
+
"desc": {
|
|
3521
|
+
"en-us": "Ices",
|
|
3522
|
+
"zh-hans": "冰"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
"Kits": {
|
|
3526
|
+
"desc": {
|
|
3527
|
+
"en-us": "Kits",
|
|
3528
|
+
"zh-hans": "工具包"
|
|
3529
|
+
}
|
|
3530
|
+
},
|
|
3531
|
+
"Ores": {
|
|
3532
|
+
"desc": {
|
|
3533
|
+
"en-us": "Ores",
|
|
3534
|
+
"zh-hans": "矿石"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
"Resources": {
|
|
3538
|
+
"desc": {
|
|
3539
|
+
"en-us": "Resources",
|
|
3540
|
+
"zh-hans": "资源"
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3543
|
+
"Storage": {
|
|
3544
|
+
"desc": {
|
|
3545
|
+
"en-us": "Storage",
|
|
3546
|
+
"zh-hans": "存储"
|
|
3547
|
+
}
|
|
3548
|
+
},
|
|
3549
|
+
"Tools": {
|
|
3550
|
+
"desc": {
|
|
3551
|
+
"en-us": "Tools",
|
|
3552
|
+
"zh-hans": "工具"
|
|
3553
|
+
}
|
|
3554
|
+
}
|
|
3555
|
+
}
|
|
3556
|
+
},
|
|
3557
|
+
"Sound": {
|
|
3558
|
+
"desc": {
|
|
3559
|
+
"en-us": "Sound",
|
|
3560
|
+
"zh-hans": "声音"
|
|
3561
|
+
},
|
|
3562
|
+
"enums": {
|
|
3563
|
+
"AirlockCycling": {
|
|
3564
|
+
"desc": {
|
|
3565
|
+
"en-us": "Airlock Cycling",
|
|
3566
|
+
"zh-hans": "气闸循环"
|
|
3567
|
+
}
|
|
3568
|
+
},
|
|
3569
|
+
"Alarm1": {
|
|
3570
|
+
"desc": {
|
|
3571
|
+
"en-us": "Alarm 1",
|
|
3572
|
+
"zh-hans": "警报1"
|
|
3573
|
+
}
|
|
3574
|
+
},
|
|
3575
|
+
"Alarm10": {
|
|
3576
|
+
"desc": {
|
|
3577
|
+
"en-us": "Alarm 10",
|
|
3578
|
+
"zh-hans": "警报10"
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
"Alarm11": {
|
|
3582
|
+
"desc": {
|
|
3583
|
+
"en-us": "Alarm 11",
|
|
3584
|
+
"zh-hans": "警报11"
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
"Alarm12": {
|
|
3588
|
+
"desc": {
|
|
3589
|
+
"en-us": "Alarm 12",
|
|
3590
|
+
"zh-hans": "警报12"
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
"Alarm2": {
|
|
3594
|
+
"desc": {
|
|
3595
|
+
"en-us": "Alarm 2",
|
|
3596
|
+
"zh-hans": "警报2"
|
|
3597
|
+
}
|
|
3598
|
+
},
|
|
3599
|
+
"Alarm3": {
|
|
3600
|
+
"desc": {
|
|
3601
|
+
"en-us": "Alarm 3",
|
|
3602
|
+
"zh-hans": "警报3"
|
|
3603
|
+
}
|
|
3604
|
+
},
|
|
3605
|
+
"Alarm4": {
|
|
3606
|
+
"desc": {
|
|
3607
|
+
"en-us": "Alarm 4",
|
|
3608
|
+
"zh-hans": "警报4"
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
"Alarm5": {
|
|
3612
|
+
"desc": {
|
|
3613
|
+
"en-us": "Alarm 5",
|
|
3614
|
+
"zh-hans": "警报5"
|
|
3615
|
+
}
|
|
3616
|
+
},
|
|
3617
|
+
"Alarm6": {
|
|
3618
|
+
"desc": {
|
|
3619
|
+
"en-us": "Alarm 6",
|
|
3620
|
+
"zh-hans": "警报6"
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
"Alarm7": {
|
|
3624
|
+
"desc": {
|
|
3625
|
+
"en-us": "Alarm 7",
|
|
3626
|
+
"zh-hans": "警报7"
|
|
3627
|
+
}
|
|
3628
|
+
},
|
|
3629
|
+
"Alarm8": {
|
|
3630
|
+
"desc": {
|
|
3631
|
+
"en-us": "Alarm 8",
|
|
3632
|
+
"zh-hans": "警报8"
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
"Alarm9": {
|
|
3636
|
+
"desc": {
|
|
3637
|
+
"en-us": "Alarm 9",
|
|
3638
|
+
"zh-hans": "警报9"
|
|
3639
|
+
}
|
|
3640
|
+
},
|
|
3641
|
+
"Alert": {
|
|
3642
|
+
"desc": {
|
|
3643
|
+
"en-us": "Alert",
|
|
3644
|
+
"zh-hans": "警报"
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3647
|
+
"Danger": {
|
|
3648
|
+
"desc": {
|
|
3649
|
+
"en-us": "Danger",
|
|
3650
|
+
"zh-hans": "危险"
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3653
|
+
"Depressurising": {
|
|
3654
|
+
"desc": {
|
|
3655
|
+
"en-us": "Depressurising",
|
|
3656
|
+
"zh-hans": "减压中"
|
|
3657
|
+
}
|
|
3658
|
+
},
|
|
3659
|
+
"FireFireFire": {
|
|
3660
|
+
"desc": {
|
|
3661
|
+
"en-us": "Fire Fire Fire",
|
|
3662
|
+
"zh-hans": "火警"
|
|
3663
|
+
}
|
|
3664
|
+
},
|
|
3665
|
+
"Five": {
|
|
3666
|
+
"desc": {
|
|
3667
|
+
"en-us": "Five",
|
|
3668
|
+
"zh-hans": "五"
|
|
3669
|
+
}
|
|
3670
|
+
},
|
|
3671
|
+
"Floor": {
|
|
3672
|
+
"desc": {
|
|
3673
|
+
"en-us": "Floor",
|
|
3674
|
+
"zh-hans": "地面"
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
"Four": {
|
|
3678
|
+
"desc": {
|
|
3679
|
+
"en-us": "Four",
|
|
3680
|
+
"zh-hans": "四"
|
|
3681
|
+
}
|
|
3682
|
+
},
|
|
3683
|
+
"HallWhoGoesThere": {
|
|
3684
|
+
"desc": {
|
|
3685
|
+
"en-us": "Hall Who Goes There",
|
|
3686
|
+
"zh-hans": "大厅来人警报"
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3689
|
+
"HighCarbonDioxide": {
|
|
3690
|
+
"desc": {
|
|
3691
|
+
"en-us": "High Carbon Dioxide",
|
|
3692
|
+
"zh-hans": "高二氧化碳"
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3695
|
+
"IntruderAlert": {
|
|
3696
|
+
"desc": {
|
|
3697
|
+
"en-us": "Intruder Alert",
|
|
3698
|
+
"zh-hans": "入侵者警报"
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3701
|
+
"LiftOff": {
|
|
3702
|
+
"desc": {
|
|
3703
|
+
"en-us": "Lift Off",
|
|
3704
|
+
"zh-hans": "起飞"
|
|
3705
|
+
}
|
|
3706
|
+
},
|
|
3707
|
+
"MalfunctionDetected": {
|
|
3708
|
+
"desc": {
|
|
3709
|
+
"en-us": "Malfunction Detected",
|
|
3710
|
+
"zh-hans": "检测到故障"
|
|
3711
|
+
}
|
|
3712
|
+
},
|
|
3713
|
+
"Music1": {
|
|
3714
|
+
"desc": {
|
|
3715
|
+
"en-us": "Music 1",
|
|
3716
|
+
"zh-hans": "音乐1"
|
|
3717
|
+
}
|
|
3718
|
+
},
|
|
3719
|
+
"Music2": {
|
|
3720
|
+
"desc": {
|
|
3721
|
+
"en-us": "Music 2",
|
|
3722
|
+
"zh-hans": "音乐2"
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3725
|
+
"Music3": {
|
|
3726
|
+
"desc": {
|
|
3727
|
+
"en-us": "Music 3",
|
|
3728
|
+
"zh-hans": "音乐3"
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
"None": {
|
|
3732
|
+
"desc": {
|
|
3733
|
+
"en-us": "None",
|
|
3734
|
+
"zh-hans": "无"
|
|
3735
|
+
}
|
|
3736
|
+
},
|
|
3737
|
+
"One": {
|
|
3738
|
+
"desc": {
|
|
3739
|
+
"en-us": "One",
|
|
3740
|
+
"zh-hans": "一"
|
|
3741
|
+
}
|
|
3742
|
+
},
|
|
3743
|
+
"PollutantsDetected": {
|
|
3744
|
+
"desc": {
|
|
3745
|
+
"en-us": "Pollutants Detected",
|
|
3746
|
+
"zh-hans": "检测到污染物"
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3749
|
+
"PowerLow": {
|
|
3750
|
+
"desc": {
|
|
3751
|
+
"en-us": "Power Low",
|
|
3752
|
+
"zh-hans": "低电量"
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3755
|
+
"PressureHigh": {
|
|
3756
|
+
"desc": {
|
|
3757
|
+
"en-us": "Pressure High",
|
|
3758
|
+
"zh-hans": "高压"
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3761
|
+
"PressureLow": {
|
|
3762
|
+
"desc": {
|
|
3763
|
+
"en-us": "Pressure Low",
|
|
3764
|
+
"zh-hans": "低压"
|
|
3765
|
+
}
|
|
3766
|
+
},
|
|
3767
|
+
"Pressurising": {
|
|
3768
|
+
"desc": {
|
|
3769
|
+
"en-us": "Pressurising",
|
|
3770
|
+
"zh-hans": "加压中"
|
|
3771
|
+
}
|
|
3772
|
+
},
|
|
3773
|
+
"RocketLaunching": {
|
|
3774
|
+
"desc": {
|
|
3775
|
+
"en-us": "Rocket Launching",
|
|
3776
|
+
"zh-hans": "火箭发射"
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3779
|
+
"StormIncoming": {
|
|
3780
|
+
"desc": {
|
|
3781
|
+
"en-us": "Storm Incoming",
|
|
3782
|
+
"zh-hans": "风暴来袭"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
"SystemFailure": {
|
|
3786
|
+
"desc": {
|
|
3787
|
+
"en-us": "System Failure",
|
|
3788
|
+
"zh-hans": "系统故障"
|
|
3789
|
+
}
|
|
3790
|
+
},
|
|
3791
|
+
"TemperatureHigh": {
|
|
3792
|
+
"desc": {
|
|
3793
|
+
"en-us": "Temperature High",
|
|
3794
|
+
"zh-hans": "高温"
|
|
3795
|
+
}
|
|
3796
|
+
},
|
|
3797
|
+
"TemperatureLow": {
|
|
3798
|
+
"desc": {
|
|
3799
|
+
"en-us": "Temperature Low",
|
|
3800
|
+
"zh-hans": "低温"
|
|
3801
|
+
}
|
|
3802
|
+
},
|
|
3803
|
+
"Three": {
|
|
3804
|
+
"desc": {
|
|
3805
|
+
"en-us": "Three",
|
|
3806
|
+
"zh-hans": "三"
|
|
3807
|
+
}
|
|
3808
|
+
},
|
|
3809
|
+
"TraderIncoming": {
|
|
3810
|
+
"desc": {
|
|
3811
|
+
"en-us": "Trader Incoming",
|
|
3812
|
+
"zh-hans": "交易员到达"
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
"TraderLanded": {
|
|
3816
|
+
"desc": {
|
|
3817
|
+
"en-us": "Trader Landed",
|
|
3818
|
+
"zh-hans": "交易员已着陆"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3821
|
+
"Two": {
|
|
3822
|
+
"desc": {
|
|
3823
|
+
"en-us": "Two",
|
|
3824
|
+
"zh-hans": "二"
|
|
3825
|
+
}
|
|
3826
|
+
},
|
|
3827
|
+
"Warning": {
|
|
3828
|
+
"desc": {
|
|
3829
|
+
"en-us": "Warning",
|
|
3830
|
+
"zh-hans": "警告"
|
|
3831
|
+
}
|
|
3832
|
+
},
|
|
3833
|
+
"Welcome": {
|
|
3834
|
+
"desc": {
|
|
3835
|
+
"en-us": "Welcome",
|
|
3836
|
+
"zh-hans": "欢迎"
|
|
3837
|
+
}
|
|
3838
|
+
},
|
|
3839
|
+
"HaltWhoGoesThere": {
|
|
3840
|
+
"desc": null
|
|
3841
|
+
}
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3844
|
+
"TraderInstruction": {
|
|
3845
|
+
"desc": {
|
|
3846
|
+
"en-us": "Trader Instruction",
|
|
3847
|
+
"zh-hans": "交易员指令"
|
|
3848
|
+
},
|
|
3849
|
+
"enums": {
|
|
3850
|
+
"FilterGasContains": {
|
|
3851
|
+
"desc": {
|
|
3852
|
+
"en-us": "Filter Gas Contains",
|
|
3853
|
+
"zh-hans": "过滤气体包含"
|
|
3854
|
+
}
|
|
3855
|
+
},
|
|
3856
|
+
"FilterGasNotContains": {
|
|
3857
|
+
"desc": {
|
|
3858
|
+
"en-us": "Filter Gas Not Contains",
|
|
3859
|
+
"zh-hans": "过滤气体不包含"
|
|
3860
|
+
}
|
|
3861
|
+
},
|
|
3862
|
+
"FilterPrefabHashEquals": {
|
|
3863
|
+
"desc": {
|
|
3864
|
+
"en-us": "Filter Prefab Hash Equals",
|
|
3865
|
+
"zh-hans": "过滤预制体哈希等于"
|
|
3866
|
+
}
|
|
3867
|
+
},
|
|
3868
|
+
"FilterPrefabHashNotEquals": {
|
|
3869
|
+
"desc": {
|
|
3870
|
+
"en-us": "Filter Prefab Hash Not Equals",
|
|
3871
|
+
"zh-hans": "过滤预制体哈希不等于"
|
|
3872
|
+
}
|
|
3873
|
+
},
|
|
3874
|
+
"FilterQuantityCompare": {
|
|
3875
|
+
"desc": {
|
|
3876
|
+
"en-us": "Filter Quantity Compare",
|
|
3877
|
+
"zh-hans": "过滤数量比较"
|
|
3878
|
+
}
|
|
3879
|
+
},
|
|
3880
|
+
"FilterSortingClassCompare": {
|
|
3881
|
+
"desc": {
|
|
3882
|
+
"en-us": "Filter Sorting Class Compare",
|
|
3883
|
+
"zh-hans": "过滤分类类别比较"
|
|
3884
|
+
}
|
|
3885
|
+
},
|
|
3886
|
+
"None": {
|
|
3887
|
+
"desc": {
|
|
3888
|
+
"en-us": "None",
|
|
3889
|
+
"zh-hans": "无"
|
|
3890
|
+
}
|
|
3891
|
+
},
|
|
3892
|
+
"StrongestContactIdHash": {
|
|
3893
|
+
"desc": {
|
|
3894
|
+
"en-us": "Strongest Contact ID Hash",
|
|
3895
|
+
"zh-hans": "最强联系人ID哈希"
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3898
|
+
"StrongestContactMetaData": {
|
|
3899
|
+
"desc": {
|
|
3900
|
+
"en-us": "Strongest Contact Meta Data",
|
|
3901
|
+
"zh-hans": "最强联系人元数据"
|
|
3902
|
+
}
|
|
3903
|
+
},
|
|
3904
|
+
"StrongestContactSignalData": {
|
|
3905
|
+
"desc": {
|
|
3906
|
+
"en-us": "Strongest Contact Signal Data",
|
|
3907
|
+
"zh-hans": "最强联系人信号数据"
|
|
3908
|
+
}
|
|
3909
|
+
},
|
|
3910
|
+
"TraderBuyGasData": {
|
|
3911
|
+
"desc": {
|
|
3912
|
+
"en-us": "Trader Buy Gas Data",
|
|
3913
|
+
"zh-hans": "交易员购买气体数据"
|
|
3914
|
+
}
|
|
3915
|
+
},
|
|
3916
|
+
"TraderBuyThingChildData": {
|
|
3917
|
+
"desc": {
|
|
3918
|
+
"en-us": "Trader Buy Thing Child Data",
|
|
3919
|
+
"zh-hans": "交易员购买物品子数据"
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
"TraderBuyThingData": {
|
|
3923
|
+
"desc": {
|
|
3924
|
+
"en-us": "Trader Buy Thing Data",
|
|
3925
|
+
"zh-hans": "交易员购买物品数据"
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3928
|
+
"TraderSellGasData": {
|
|
3929
|
+
"desc": {
|
|
3930
|
+
"en-us": "Trader Sell Gas Data",
|
|
3931
|
+
"zh-hans": "交易员出售气体数据"
|
|
3932
|
+
}
|
|
3933
|
+
},
|
|
3934
|
+
"TraderSellThingChildData": {
|
|
3935
|
+
"desc": {
|
|
3936
|
+
"en-us": "Trader Sell Thing Child Data",
|
|
3937
|
+
"zh-hans": "交易员出售物品子数据"
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
"TraderSellThingData": {
|
|
3941
|
+
"desc": {
|
|
3942
|
+
"en-us": "Trader Sell Thing Data",
|
|
3943
|
+
"zh-hans": "交易员出售物品数据"
|
|
3944
|
+
}
|
|
3945
|
+
},
|
|
3946
|
+
"WriteTraderBuyData": {
|
|
3947
|
+
"desc": {
|
|
3948
|
+
"en-us": "Write Trader Buy Data",
|
|
3949
|
+
"zh-hans": "写入交易员购买数据"
|
|
3950
|
+
}
|
|
3951
|
+
},
|
|
3952
|
+
"WriteTraderData": {
|
|
3953
|
+
"desc": {
|
|
3954
|
+
"en-us": "Write Trader Data",
|
|
3955
|
+
"zh-hans": "写入交易员数据"
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
3958
|
+
"WriteTraderSellData": {
|
|
3959
|
+
"desc": {
|
|
3960
|
+
"en-us": "Write Trader Sell Data",
|
|
3961
|
+
"zh-hans": "写入交易员出售数据"
|
|
3962
|
+
}
|
|
3963
|
+
}
|
|
3964
|
+
}
|
|
3965
|
+
},
|
|
3966
|
+
"TransmitterMode": {
|
|
3967
|
+
"desc": {
|
|
3968
|
+
"en-us": "Transmitter Mode",
|
|
3969
|
+
"zh-hans": "发射器模式"
|
|
3970
|
+
},
|
|
3971
|
+
"enums": {
|
|
3972
|
+
"Active": {
|
|
3973
|
+
"desc": {
|
|
3974
|
+
"en-us": "Active",
|
|
3975
|
+
"zh-hans": "主动"
|
|
3976
|
+
}
|
|
3977
|
+
},
|
|
3978
|
+
"Passive": {
|
|
3979
|
+
"desc": {
|
|
3980
|
+
"en-us": "Passive",
|
|
3981
|
+
"zh-hans": "被动"
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3984
|
+
}
|
|
3985
|
+
},
|
|
3986
|
+
"Vent": {
|
|
3987
|
+
"desc": {
|
|
3988
|
+
"en-us": "Vent",
|
|
3989
|
+
"zh-hans": "通风口"
|
|
3990
|
+
},
|
|
3991
|
+
"enums": {
|
|
3992
|
+
"Inward": {
|
|
3993
|
+
"desc": {
|
|
3994
|
+
"en-us": "Inward",
|
|
3995
|
+
"zh-hans": "向内"
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3998
|
+
"Outward": {
|
|
3999
|
+
"desc": {
|
|
4000
|
+
"en-us": "Outward",
|
|
4001
|
+
"zh-hans": "向外"
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
}
|
|
4005
|
+
},
|
|
4006
|
+
"FiltrationMode": {
|
|
4007
|
+
"desc": null,
|
|
4008
|
+
"enums": {
|
|
4009
|
+
"Active": {
|
|
4010
|
+
"desc": null
|
|
4011
|
+
},
|
|
4012
|
+
"Idle": {
|
|
4013
|
+
"desc": null
|
|
4014
|
+
}
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
4017
|
+
"NodeType": {
|
|
4018
|
+
"desc": null,
|
|
4019
|
+
"enums": {
|
|
4020
|
+
"Entry": {
|
|
4021
|
+
"desc": null
|
|
4022
|
+
},
|
|
4023
|
+
"Generated": {
|
|
4024
|
+
"desc": null
|
|
4025
|
+
},
|
|
4026
|
+
"LaunchPad": {
|
|
4027
|
+
"desc": null
|
|
4028
|
+
},
|
|
4029
|
+
"LowOrbitHub": {
|
|
4030
|
+
"desc": null
|
|
4031
|
+
},
|
|
4032
|
+
"LowOrbitLaunchPad": {
|
|
4033
|
+
"desc": null
|
|
4034
|
+
},
|
|
4035
|
+
"None": {
|
|
4036
|
+
"desc": null
|
|
4037
|
+
},
|
|
4038
|
+
"Static": {
|
|
4039
|
+
"desc": null
|
|
4040
|
+
}
|
|
4041
|
+
}
|
|
4042
|
+
}
|
|
4043
|
+
};
|
|
4044
|
+
export default data;
|