From a8a90fd2d5040e66cc66b3da122a7f82561ff6f6 Mon Sep 17 00:00:00 2001 From: 826220679@qq.com <826220679@qq.com> Date: 星期六, 09 八月 2025 23:32:29 +0800 Subject: [PATCH] 优化了欢迎页面 --- systemfile/Messages_en.properties | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/systemfile/Messages_en.properties b/systemfile/Messages_en.properties index 1a9a709..d565c51 100644 --- a/systemfile/Messages_en.properties +++ b/systemfile/Messages_en.properties @@ -1,3 +1,26 @@ +TAG_STATS = Tag Statistics +BASE_STATION_STATS = Base Station Statistics +SOFTWARE_VERSION = Software Version +APP_VERSION = 1.0.0 +UDP_PORT_A = UDP Receive Port A +UDP_PORT_B = UDP Receive Port B +DB_VERSION = Database Version +DB_STATUS = Database Status +RECEIVED_PACKETS=Received +# New message viewing related resources +MESSAGE_VIEW_ALL_TYPES=All Types +MESSAGE_VIEW_UDP_PORT_A=UDP Port A +MESSAGE_VIEW_UDP_PORT_B=UDP Port B +MESSAGE_VIEW_TCP_PORT=TCP Port +MESSAGE_VIEW_MQTT_PORT=MQTT Port +MESSAGE_VIEW_ALL_DEVICES=All Devices +MESSAGE_VIEW_ALL_PROTOCOLS=All Protocols +MESSAGE_VIEW_SHOW_DATA=Show Data +MESSAGE_VIEW_DATA_SOURCE=Data Source +MESSAGE_VIEW_FILTERED_DATA=Filtered Data +MESSAGE_VIEW_HEX_FORMAT=HEX Format +MESSAGE_VIEW_ASCII_FORMAT=ASCII Format +MESSAGE_VIEW_MIXED_FORMAT=Mixed Format # New Resource Key-Value Pairs packet.count.format=Packets Received: %d label.id=Label ID -- Gitblit v1.9.3