整合配置列表
This commit is contained in:
@@ -24,10 +24,18 @@ Ip6None = "IPv6: —"
|
||||
IpNone = "IP: —"
|
||||
UptimeLabel = "运行时长: {{.uptime}}"
|
||||
UptimeNone = "运行时长: —"
|
||||
RxLabel = "↓ {{.bytes}}"
|
||||
TxLabel = "↑ {{.bytes}}"
|
||||
RxZero = "↓ 0 B"
|
||||
TxZero = "↑ 0 B"
|
||||
RxV4Label = "IPv4 ↓ {{.bytes}} {{.speed}}"
|
||||
TxV4Label = "↑ {{.bytes}} {{.speed}}"
|
||||
RxV6Label = "IPv6 ↓ {{.bytes}} {{.speed}}"
|
||||
TxV6Label = "↑ {{.bytes}} {{.speed}}"
|
||||
RxTotalLabel = "合计 ↓ {{.bytes}} {{.speed}}"
|
||||
TxTotalLabel = "↑ {{.bytes}} {{.speed}}"
|
||||
RxV4Zero = "IPv4 ↓ 0 B 0 bps"
|
||||
TxV4Zero = "↑ 0 B 0 bps"
|
||||
RxV6Zero = "IPv6 ↓ 0 B 0 bps"
|
||||
TxV6Zero = "↑ 0 B 0 bps"
|
||||
RxTotalZero = "合计 ↓ 0 B 0 bps"
|
||||
TxTotalZero = "↑ 0 B 0 bps"
|
||||
|
||||
DlgNoProfileTitle = "无配置"
|
||||
DlgNoProfileEditMsg = "请选择要编辑的配置。"
|
||||
@@ -50,6 +58,12 @@ BtnResetDB = "重置数据库"
|
||||
DlgResetDBTitle = "重置数据库"
|
||||
DlgResetDBMsg = "删除所有配置和连接记录?此操作无法撤销。"
|
||||
|
||||
BtnProfileList = "配置列表"
|
||||
ProfileListTitle = "配置列表"
|
||||
DlgNoListSelectTitle = "无选择"
|
||||
DlgNoListSelectEditMsg = "请在列表中选择一个配置。"
|
||||
DlgNoListSelectDeleteMsg = "请在列表中选择一个配置。"
|
||||
|
||||
TrayShowWindow = "显示窗口"
|
||||
TrayConnect = "连接"
|
||||
TrayDisconnect = "断开连接"
|
||||
|
||||
Reference in New Issue
Block a user