This commit is contained in:
Garth Vander Houwen 2023-08-10 10:27:54 -07:00
parent da64ca113e
commit 8f3d3998ea
5 changed files with 8 additions and 5 deletions

View file

@ -102,7 +102,7 @@ struct NodeList: View {
.padding([.top, .bottom])
}
}
.navigationTitle("Nodes (\(nodes.count))")
.navigationTitle(String.localizedStringWithFormat("nodes %@".localized, String(nodes.count)))
.navigationBarItems(leading:
MeshtasticLogo()
)

View file

@ -62,7 +62,7 @@ struct MQTTConfig: View {
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
Toggle(isOn: $proxyToClientEnabled) {
Label("proxyToClientEnabled", systemImage: "iphone.radiowaves.left.and.right")
Label("mqtt.clientproxy", systemImage: "iphone.radiowaves.left.and.right")
}
.toggleStyle(SwitchToggleStyle(tint: .accentColor))

View file

@ -189,11 +189,12 @@
"module.configuration"="Modul Konfiguration";
"mqtt"="MQTT";
"mqtt.config"="MQTT Config";
"mqtt.clientproxy"="MQTT Client Proxy";
"mqtt.username"="Benutzername";
"name"="Name";
"network"="Netzwerk";
"network.config"="Netzwerkeinstellungen";
"nodes"="Nodes";
"nodes %@"="Nodes (%@)";
"no.nodes"="Keine Meshtastic Nodes gefunden";
"not.connected"="Kein Gerät verbunden";
"numbers.punctuation"="Ziffern und Interpunktion";

View file

@ -189,11 +189,12 @@
"module.configuration"="Module Configuration";
"mqtt"="MQTT";
"mqtt.config"="MQTT Config";
"mqtt.clientproxy"="MQTT Client Proxy";
"mqtt.username"="Username";
"name"="Name";
"network"="Network";
"network.config"="Network Config";
"nodes"="Nodes";
"nodes %@"="Nodes (%@)";
"no.nodes"="No Meshtastic Nodes Found";
"not.connected"="No device connected";
"numbers.punctuation"="Numbers and Punctuation";

View file

@ -189,11 +189,12 @@
"module.configuration"="模块配置";
"mqtt"="MQTT";
"mqtt.config"="MQTT 配置";
"mqtt.clientproxy"="MQTT Client Proxy";
"mqtt.username"="用户名称";
"name"="名称";
"network"="网络";
"network.config"="网络配置";
"nodes"="节点";
"nodes %@"="节点 (%@)";
"no.nodes"="未找到 Meshtastic 节点";
"not.connected"="未连接到电台";
"numbers.punctuation"="数字和标点符号";