From 1562f05c0c85fb45cc8ffba8ac6984e9b6f96bd4 Mon Sep 17 00:00:00 2001 From: 826220679@qq.com <826220679@qq.com> Date: 星期五, 08 八月 2025 23:07:50 +0800 Subject: [PATCH] 串口通信 --- systemfile/Messages_en.properties | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/systemfile/Messages_en.properties b/systemfile/Messages_en.properties index 4cf9cd7..1a9a709 100644 --- a/systemfile/Messages_en.properties +++ b/systemfile/Messages_en.properties @@ -1,3 +1,47 @@ +# New Resource Key-Value Pairs +packet.count.format=Packets Received: %d +label.id=Label ID +label.sequence=Packet Sequence +label.power=Battery Level +label.status=Status +label.tag_height=Tag Height +label.anchor_count=Anchor Count +label.anchor_ids=Anchor IDs +label.distances=Distance Values +label.anchor_powers=Anchor Battery Levels +status.button=Button +status.static=Static +status.sleeping=Sleeping +status.vibration=Vibration +status.uwb_switch=UWB Switch +parser.ready=Parser: Ready +yes=Yes +no=No +on=On +off=Off +HEX_SEND=Hex Send +Serial_Port_Tool=Serial Port Tool +SERIAL_PORT=Port +BAUD_RATE=Baud Rate +OPEN_SERIAL=Open Serial +CLOSE_SERIAL=Close Serial +HEX_DISPLAY=HEX Display +TIMESTAMP=Timestamp +APPEND_NEWLINE=Append Newline +TIMED_SEND=Timed Send +INTERVAL_MS=Interval (ms) +RAW_DATA_WINDOW=Raw Data Window +PARSED_DATA_WINDOW=Parsed Data Window +START=Start +PAUSE=Pause +RESUME=Resume +CLEAR=Clear +SEND_DATA=Send Data +SEND=Send +SELECT_PORT_ERROR=Please select a serial port +OPEN_PORT_ERROR=Error opening port +EMPTY_SEND_DATA=Send data is empty +INVALID_INTERVAL=Invalid interval value # New resource key\u2013value pairs map.dialog.selectMap=Select map.dialog.selectMapImage=Select Map Image -- Gitblit v1.9.3