zsh_root
2025-12-10 8d662de2fd262b3a485f16e197cb4d0ca2a61cdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
app.title=ConfigTool  
standby.status.exception=StandbyErr  
 
serial.communication=SerialCom  
network.communication=NetCom  
network.config=NetCfg  
language.switch=LangSw  
select.serial=SelPort  
baud.rate=Baud  
open=Open  
close=Close  
 
base.parameters=BasePara  
base.station=BaseSta  
tag=Tag  
anti.collision=AntiCol  
upgrade=Upg  
 
device.version=DevVer  
device.id=DevId  
comm.frequency=Freq  
base.stations.per.comm=StaPerComm  
group.id=GrpId  
distance.calibration=DistCal  
device.type=DevType  
base.station.ranging=BaseRng  
alarm.device=AlarmDev  
pairing.id=PairId  
heartbeat.switch=HrtSw  
modbus.mode=ModMode  
rf.power=RFPwr  
 
peripheral.control=PeriCtl  
adjacent.stations.count=AdjStaCnt  
adjacent.station1=AdjSta1  
adjacent.station2=AdjSta2
adjacent.station3=AdjSta3
adjacent.station4=AdjSta4
adjacent.station5=AdjSta5
adjacent.station6=AdjSta6
adjacent.station7=AdjSta7
adjacent.station8=AdjSta8
adjacent.station9=AdjSta9
adjacent.station10=AdjSta10  
sync.station.id=SyncStaId  
sync.station.type=SyncStaTyp  
 
imu.idle.time=ImuIdle  
uwb.switch.status=UwbSw  
vibration.duration=VibDur  
accelerometer.threshold=AccThr  
idle.sleep.time=IdleSleep  
vibration.enable=VibEn  
accelerometer.enable=AccEn  
tag.config.status=TagCfg  
accelerometer.duration=AccDur  
device.activation.status=ActStat  
speed.filter.limit=SpdFltLim  
pressure.calibration=PrsCal  
 
anti.collision.enable=ColEn  
safety.distance=SafeDist  
warning.distance=WarnDist  
alarm.distance=AlarmDist  
alarm.type=AlarmTyp  
serial.settings=SerSet  
 
tag.id=TagId  
tag.type=TagTyp  
tag.mode=TagMod  
tag.interval=TagInt  
tag.power=TagPwr  
tag.sensitivity=TagSens  
 
modbus.address=ModAddr  
whitelist.start=WlStart  
whitelist.end=WlEnd  
relay.duration=RlyDur  
ranging.output.format=RngFmt  
antenna.cable.length=AntLen  
feedline.length=FeedLen  
relay1.control=Rly1Ctl
relay.settings=Relay setting
relay2.control=Rly2Ctl  
relay1.alarm.distance1=Rly1Dist1
relay1.alarm.distance2=Rly1Dist2
relay1.alarm.distance3=Rly1Dist3  
 
relay2.alarm.distance1=Rly2Dist1  
relay2.alarm.distance2=Rly2Dist2  
relay2.alarm.distance3=Rly2Dist3
 
select.bin.file=SelBin  
file.path=FilePath  
upgrade.progress=UpgProg  
 
protocol.type=ProtTyp  
local.host.address=LocalIp  
local.host.port=LocalPort  
remote.host.address=RemIp  
remote.host.port=RemPort  
 
device.list=DevList  
select=Sel  
device.ip=DevIp  
device.name=DevName  
mac.address=Mac  
version=Ver  
search.devices=SearchDev  
 
basic.settings=BasicSet  
ip.address.type=IpType  
static.ip=StaticIp  
http.service.port=HttpPort  
module.static.ip=ModIp  
username=User  
subnet.mask=Mask  
password=Pwd  
gateway=Gw  
dns.address=DNS  
user.mac.address=UserMac  
timeout.restart=TimeoutRst  
clear.cache=ClrCache  
options=Opts  
 
port.settings=PortSet  
parity.data.stop=ParDataStop  
serial.baud.rate=SerBaud  
module.work.mode=ModMode  
local.port=LocalPort  
target.ip.domain=TgtIp  
remote.port=RemPort  
short.connection.time=ShortConn  
tcp.server.connections=TcpConn  
enable.short.connection=ShortEn  
heartbeat.enable=HrtEn  
heartbeat.off=HrtOff  
heartbeat.on=HrtOn  
 
data.log=DataLog  
ascii.display=Ascii  
auto.save=Save  
show.time=Time  
start=Startr
pause=Pause  
clear=Wipe  
 
send.data=Send 
hex.send=Hex
loop.send=Loop 
loop.time=LoopMs  
send=Send
specified.address=SpecAddr  
 
read.parameters=ReadPara  
save.parameters=SavePara  
restart.device=RstDev  
reset.factory=FactoryRst  
 
address=Addr  
parameter.name=ParaName  
parameter.value=ParaVal  
 
base.station.spacing=BaseGap  
responder.mode=RespMode  
external.control=ExtCtl  
 
save.common.command=SaveCmd  
modify.common.command=ModCmd  
hex=Hex  
string=Str  
send.button=SendBtn  
 
memlis.mode=MemMode  
single.comm.activity.count=CommAct  
small.range.encoding=SmlEnc  
return.main.function.group=BackMain  
horizontal.package.switch=HorSw  
wk1038.mode=WkMode  
base.station.main.function.diagram=BaseDiag  
radio.transmission.power=RFPwr  
 
timing.number=TimNum  
heartbeat.line.switch=HrtLineSw  
meglis.mode=MegMode  
audio.transmission.power=AudPwr  
basic.main.function.diagram=BasicDiag  
 
connection.success=ConnOk  
connection.failed=ConnFail  
reading.parameters=ReadingPara  
saving.parameters=SavingPara  
restarting.device=RstDevProg  
resetting.factory=FactoryProg  
upgrade.in.progress=UpgProg  
upgrade.completed=UpgDone  
upgrade.failed=UpgFail  
file.not.selected=NoFile  
invalid.file.format=BadFile  
 
device.connected=DevConn  
device.disconnected=DevDisc  
searching.devices=SearchingDev  
devices.found=DevFound {0}  
no.devices.found=NoDev  
 
invalid.ip.address=BadIp  
invalid.port=BadPort  
invalid.baud.rate=BadBaud  
field.required=Required  
value.out.of.range=OutOfRange  
 
confirm.save=SavePara?  
confirm.restart=RstDev?  
confirm.reset=FactoryRst?  
confirm.upgrade=StartUpg?  
 
loading=Loading  
please.wait=Wait  
success=Ok  
error=Err  
warning=Warn  
info=Info  
ok=OK  
cancel=Cancel  
apply=Apply  
refresh=Refresh  
search=Search  
filter=Filter  
all=All  
none=None  
enabled=En  
disabled=Dis  
on=On  
off=Off  
yes=Yes  
no=No  
extension=Ext  
common.commands=Cmds  
command.string=CmdStr  
save.common.commands=SaveCmd  
modify.common.commands=ModCmd  
load.commands.failed=LoadCmdFail  
save.commands.success=SaveCmdOk  
save.commands.failed=SaveCmdFail  
command.cannot.empty=CmdEmpty  
now.can.modify.commands=EditCmdThenSave  
prompt=Prompt  
 
quick.calculation=QuickCalc  
quick.calc.title=CoordTool  
 
POINT_INPUT_SECTION=PointIn  
POINT_A=PtA  
POINT_A1=Fmt: lon,lat,x,y  
POINT_B=PtB  
POINT_B1=Fmt: lon,lat,x,y  
 
COORDINATE_CONVERSION=CoordConv  
XY_TO_LONLAT=XY2LatLon  
XY_TO_LONLAT1=InXY  
LONLAT_TO_XY=LatLon2XY  
LONLAT_TO_XY1=InLatLon  
CONVERT=Conv  
RESULT=Result  
 
DISTANCE_CALCULATION=DistCalc  
POINT1_RAW=Raw1  
POINT2_RAW=Raw2  
CALCULATE_DISTANCE=CalcDist  
METERS=m  
 
NMEA_DATA_TABLE=NmeaTbl  
FIELD_NAME=Field  
POINT1=Pt1  
POINT2=Pt2  
MSG_ID=MsgId  
UTC_TIME=Utc  
LATITUDE=Lat  
LAT_HEMISPHERE=LatH  
LONGITUDE=Lon  
LON_HEMISPHERE=LonH  
QUALITY=Qual  
NUM_SATELLITES=Sats  
HDOP=Hdop  
ALTITUDE=Alt  
ALTITUDE_UNIT=AltU  
GEOID_HEIGHT=GeoidH  
GEOID_HEIGHT_UNIT=GeoidU  
DIFF_TIME=DiffT  
CHECKSUM=Chk  
DEVICE_ID=DevId  
DEVICE_POWER=DevPwr  
SIGNAL_STRENGTH=Sig  
RESERVED1=Rsv1  
RESERVED2=Rsv2  
RESERVED3=Rsv3  
 
FIELD_REQUIRED=Required  
VALIDATION_ERROR=ValidErr  
INVALID_POINT_FORMAT2=%sBadFmt: lon,lat,x,y  
INVALID_POINT_FORMAT3=%sBadFmt: lon,lat,x,y  
INVALID_POINT_FORMAT=%sBadFmt  
ZERO_LATLON=%sLatLonZero  
INVALID_NUMBER=BadNum  
INVALID_LONLAT_FORMAT=BadLatLonFmt  
INVALID_NMEA_FORMAT=BadNmea  
XY_TO_LONLAT12=InXY  
SAVE_FENCE_ERROR=SaveFenceErr: %s  
CONVERSION_ERROR=ConvErr: %s  
CALCULATION_ERROR=CalcErr: %s
start.upgrade=Upgrade
select.serial.first=Please select a serial port first
open.serial.failed=Failed to open serial port
serial.opened=Serial port opened successfully
serial.closed=Serial port closed
config_save_success=Save configuration send successfully 
open_serial_first=Please open the serial port first 
 
communication.type=communication type
serial=serial
tcp.client=tcp_client
tcp.server=tcp_server
udp=UDP
 
# NetworkConfigPanel new internationalization keys
please.select.device=SelectDevice
select.one.device=SelectOne
read.timeout=ReadTimeout
read.device.error=ReadErr
read.success=ReadOk
read.parameters.first=ReadFirst
save.success=SaveOk
udp.socket.failed=UdpSockFail
invalid.broadcast.address=BadBroadcast
send.udp.failed=SendUdpFail
save.config.error=SaveCfgErr
port.timeout.format.error=PortTimeFmt
baudrate.format.error=BaudFmt
port.time.format.error=PortTimeFmt
update.ui.error=UpdateUiErr
listen.timeout=ListenTimeout
search.complete.timeout=SearchDoneTimeout
send.receive.udp.failed=SendRecvFail
search.complete.responses=SearchDone
listen.device.error=ListenErr
device.table.cleared=TableCleared
table.model.error=TableModelErr
 
 
# Satellite panel new components
select.all=Select All
nmea.data.table=NMEA Data Table
utc.time=UTC time
longitude=longitude
latitude=latitude
quality=quality
num.satellites=satellites Nums
altitude=altitude
geoid.height=geoid height
diff.time=diff time
device.power=power
reserved1=CCID
 
# 在 MainFrame 的字符串资源中添加
device.not.found=device not found
data.refreshed=data refreshed
 
 
satellite.data=Satellite data
sat.table.title=Satellite data panel
 
send.success=send success
send.fail=send fail
 
# 新增继电器参数按钮文本
read.relay.parameters=Read Relay
save.relay.parameters=Save Relay
 
# 新增继电器操作状态消息
relay_read_success=Relay parameters read successfully
relay_save_success=Relay parameters saved successfully
relay_save_failed=Failed to save relay parameters
invalid_relay_config=Invalid relay configuration data
 
# Data log related command text
send.read.relay.command=Send read relay parameters command
send.save.relay.command=Send save relay parameters command
send.read.config.command=Send read config command
send.save.config.command=Send save config command
send.restart.command=Send restart device command
send.reset.factory.command=Send reset factory command
 
# Network communication related error and prompt messages
please.select.client=Please select a client first
send.data.failed=Send data failed
please.fill.host.port=Please fill in complete host address and port
connection.established=Connection established
data.sender.list=Data sender list
client.connection.list=Client connection list
not.connected=Not connected
port.must.be.number=Port must be a number
connection.failed.msg=Connection failed
network.connection.closed=Network connection closed
save.file.error=Save file error
 
# UDP listener related
start.listen.failed=Failed to start listening, please check if port is in use
listen.error=Error occurred while starting listener
udp.listener.not.ready=UDP listener not ready, cannot send data to device
device.ip.not.found=Device {0} IP address not found
 
# Extension panel related
cannot.display.in.data.log=Cannot display content in data log
send.content.empty=Send content cannot be empty
extension.command=Extension command
 
# Relay read timeout
relay_read_timeout=Read relay parameters timeout
invalid_response_data=Invalid response data
send_data_failed=Send data failed
config_read_timeout=Read config timeout
invalid_config_data=Invalid config data
config_save_failed=Save config failed
restart_success=Restart device success
reset_success=Reset factory success
invalid_hex_format=Invalid hex format
open_network_first=Please open network connection first
search.complete=Search complete
 
# PanelFieldUpdater related error messages
panel.not.initialized=Panel not properly initialized
save.parameters.failed=Save parameters failed
field.cannot.empty={0} cannot be empty
parameter.error=Parameter Error
connection.failed.check.server=Connection failed, please check server
tcp.client.connected=TCP client connected
tcp.client.disconnected=TCP client disconnected
 
# NetworkConfigPanel checkbox options
option.index=Index
option.reset=Reset
option.link=Link
option.rfc2217=RFC2217
 
# NetworkConfigPanel work mode options
work.mode.udp.client=UDP Client
work.mode.tcp.client=TCP Client
work.mode.tcp.server=TCP Server
 
# NetworkConfigPanel parity options
parity.none=NONE