Translation key updates

This commit is contained in:
Garth Vander Houwen 2025-05-03 08:58:33 -07:00
parent 01a0f45b99
commit 0f7ac9bc59
20 changed files with 321 additions and 530 deletions

View file

@ -27,7 +27,7 @@ struct PaxCounterConfig: View {
Section {
Toggle(isOn: $enabled) {
Label("Enabled", systemImage: "figure.walk.motion")
Text("config.module.paxcounter.enabled.description")
Text("When enabled the PAX Counter module counts the number of people passing by using WiFi and Bluetooth. Both WiFI and Bluetooth must be disabled for PAX counter to work.")
}
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
.listRowSeparator(.visible)