mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 21:49:17 +00:00
Add config flow data description to swiss public transport (#133997)
* add config flow data description * improve strings
This commit is contained in:
parent
60774c69cd
commit
73b6bd8bd3
@ -9,7 +9,7 @@ rules:
|
|||||||
brands: done
|
brands: done
|
||||||
common-modules: done
|
common-modules: done
|
||||||
config-flow-test-coverage: done
|
config-flow-test-coverage: done
|
||||||
config-flow: todo
|
config-flow: done
|
||||||
dependency-transparency: todo
|
dependency-transparency: todo
|
||||||
docs-actions: done
|
docs-actions: done
|
||||||
docs-high-level-description: done
|
docs-high-level-description: done
|
||||||
|
@ -17,11 +17,14 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"from": "Start station",
|
"from": "Start station",
|
||||||
"to": "End station",
|
"to": "End station",
|
||||||
"via": "List of up to 5 via stations",
|
"via": "Via stations",
|
||||||
"time_station": "Select the relevant station",
|
"time_station": "Select the relevant station",
|
||||||
"time_mode": "Select a time mode"
|
"time_mode": "Select a time mode"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
|
"from": "The station where the connection starts",
|
||||||
|
"to": "The station where the connection ends",
|
||||||
|
"via": "List of up to 5 stations the route must go through",
|
||||||
"time_station": "Usually the departure time of a connection when it leaves the start station is tracked. Alternatively, track the time when the connection arrives at its end station.",
|
"time_station": "Usually the departure time of a connection when it leaves the start station is tracked. Alternatively, track the time when the connection arrives at its end station.",
|
||||||
"time_mode": "Time mode lets you change the departure timing and fix it to a specific time (e.g. 7:12:00 AM every morning) or add a moving offset (e.g. +00:05:00 taking into account the time to walk to the station)."
|
"time_mode": "Time mode lets you change the departure timing and fix it to a specific time (e.g. 7:12:00 AM every morning) or add a moving offset (e.g. +00:05:00 taking into account the time to walk to the station)."
|
||||||
},
|
},
|
||||||
@ -32,6 +35,9 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"time_fixed": "Time of day"
|
"time_fixed": "Time of day"
|
||||||
},
|
},
|
||||||
|
"data_description": {
|
||||||
|
"time_fixed": "The time of day for the connection"
|
||||||
|
},
|
||||||
"description": "Please select the relevant time for the connection (e.g. 7:12:00 AM every morning).",
|
"description": "Please select the relevant time for the connection (e.g. 7:12:00 AM every morning).",
|
||||||
"title": "Swiss Public Transport"
|
"title": "Swiss Public Transport"
|
||||||
},
|
},
|
||||||
@ -39,6 +45,9 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"time_offset": "Time offset"
|
"time_offset": "Time offset"
|
||||||
},
|
},
|
||||||
|
"data_description": {
|
||||||
|
"time_offset": "The time offset added to the earliest possible connection"
|
||||||
|
},
|
||||||
"description": "Please select the relevant offset to add to the earliest possible connection (e.g. add +00:05:00 offset, taking into account the time to walk to the station)",
|
"description": "Please select the relevant offset to add to the earliest possible connection (e.g. add +00:05:00 offset, taking into account the time to walk to the station)",
|
||||||
"title": "Swiss Public Transport"
|
"title": "Swiss Public Transport"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user