Additionally localized strings

This commit is contained in:
Garth Vander Houwen 2022-12-29 16:36:43 -08:00
parent d4e5d44520
commit 9f23ea3fea
5 changed files with 15 additions and 7 deletions

View file

@ -51,7 +51,7 @@ struct InvalidVersion: View {
Button {
dismiss()
} label: {
Label("Close", systemImage: "xmark")
Label("close", systemImage: "xmark")
}
.buttonStyle(.bordered)

View file

@ -263,7 +263,7 @@ struct Channels: View {
Button {
isPresentingEditView = false
} label: {
Label("Close", systemImage: "xmark")
Label("close", systemImage: "xmark")
}
.buttonStyle(.bordered)
.buttonBorderShape(.capsule)

View file

@ -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 {

View file

@ -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";

View file

@ -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";