mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Additionally localized strings
This commit is contained in:
parent
d4e5d44520
commit
9f23ea3fea
5 changed files with 15 additions and 7 deletions
|
|
@ -51,7 +51,7 @@ struct InvalidVersion: View {
|
|||
Button {
|
||||
dismiss()
|
||||
} label: {
|
||||
Label("Close", systemImage: "xmark")
|
||||
Label("close", systemImage: "xmark")
|
||||
|
||||
}
|
||||
.buttonStyle(.bordered)
|
||||
|
|
|
|||
|
|
@ -263,7 +263,7 @@ struct Channels: View {
|
|||
Button {
|
||||
isPresentingEditView = false
|
||||
} label: {
|
||||
Label("Close", systemImage: "xmark")
|
||||
Label("close", systemImage: "xmark")
|
||||
}
|
||||
.buttonStyle(.bordered)
|
||||
.buttonBorderShape(.capsule)
|
||||
|
|
|
|||
|
|
@ -56,15 +56,15 @@ struct ShareChannels: View {
|
|||
Grid() {
|
||||
GridRow {
|
||||
Spacer()
|
||||
Text("Include")
|
||||
Text("include")
|
||||
.font(.caption)
|
||||
.fontWeight(.bold)
|
||||
.padding(.trailing)
|
||||
Text("Channel")
|
||||
Text("channel")
|
||||
.font(.caption)
|
||||
.fontWeight(.bold)
|
||||
.padding(.trailing)
|
||||
Text("Encrypted")
|
||||
Text("encrypted")
|
||||
.font(.caption)
|
||||
.fontWeight(.bold)
|
||||
}
|
||||
|
|
@ -246,7 +246,7 @@ struct ShareChannels: View {
|
|||
Button {
|
||||
isPresentingHelp = false
|
||||
} label: {
|
||||
Label("Close", systemImage: "xmark")
|
||||
Label("close", systemImage: "xmark")
|
||||
}
|
||||
.buttonStyle(.bordered)
|
||||
.buttonBorderShape(.capsule)
|
||||
|
|
@ -254,7 +254,7 @@ struct ShareChannels: View {
|
|||
.padding()
|
||||
#endif
|
||||
}
|
||||
.navigationTitle("Generate QR Code")
|
||||
.navigationTitle("generate.qr.code")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationBarItems(trailing:
|
||||
ZStack {
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
"channel.role.secondary"="Sekundär";
|
||||
"channels"="Kanäle";
|
||||
"clear.app.data"="App Daten löschen";
|
||||
"close"="Close";
|
||||
"connected.radio"="Verbundenes Gerät";
|
||||
"communicating"="Verbinde mit Gerät...";
|
||||
"connected"="Derzeit verbunden";
|
||||
|
|
@ -58,9 +59,11 @@
|
|||
"echo"="Echo";
|
||||
"email.address"="Email Adresse";
|
||||
"enabled"="Aktiviert";
|
||||
"encrypted"="Encrypted";
|
||||
"external.notification"="Externe Benachrichtigung";
|
||||
"external.notification.config"="Einstellungen der externen Benachrichtigung";
|
||||
"firmware.version"="Firmware Version";
|
||||
"generate.qr.code"="Generate QR Code";
|
||||
"gpsformat.dec"="Dezimalgrad Format";
|
||||
"gpsformat.dms"="Grad Minuten Sekunden";
|
||||
"gpsformat.utm"="Universal Transversal Mercator";
|
||||
|
|
@ -70,6 +73,7 @@
|
|||
"heard"="Gehört";
|
||||
"heard.last"="Zuletzt gehört";
|
||||
"hybrid"="Hybrid";
|
||||
"include"="Include";
|
||||
"inputevent.none"="Keins";
|
||||
"inputevent.up"="Hoch";
|
||||
"inputevent.down"="Runter";
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
"channel.role.secondary"="Secondary";
|
||||
"channels"="Channels";
|
||||
"clear.app.data"="Clear App Data";
|
||||
"close"="Close";
|
||||
"connected.radio"="Connected Radio";
|
||||
"communicating"="Communicating with device. .";
|
||||
"connected"="Currently Connected";
|
||||
|
|
@ -58,9 +59,11 @@
|
|||
"echo"="Echo";
|
||||
"email.address"="Email Address";
|
||||
"enabled"="Enabled";
|
||||
"encrypted"="Encrypted";
|
||||
"external.notification"="External Notification";
|
||||
"external.notification.config"="External Notification Config";
|
||||
"firmware.version"="Firmware Version";
|
||||
"generate.qr.code"="Generate QR Code";
|
||||
"gpsformat.dec"="Decimal Degrees Format";
|
||||
"gpsformat.dms"="Degrees Minutes Seconds";
|
||||
"gpsformat.utm"="Universal Transverse Mercator";
|
||||
|
|
@ -70,6 +73,7 @@
|
|||
"heard"="Heard";
|
||||
"heard.last"="Last Heard";
|
||||
"hybrid"="Hybrid";
|
||||
"include"="Include";
|
||||
"inputevent.none"="None";
|
||||
"inputevent.up"="Up";
|
||||
"inputevent.down"="Down";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue