mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Revert previous PR and remove URL from error message instead (#137018)
This commit is contained in:
parent
f4166c5390
commit
4fe76ec78c
@ -2,7 +2,7 @@
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Cannot connect to server",
|
||||
"bad_config": "Request failed due to bad config: Check at [stationboard]({stationboard_url}) if your station names are valid",
|
||||
"bad_config": "Request failed due to bad config: Check the stationboard linked above if your station names are valid",
|
||||
"too_many_via_stations": "Too many via stations, only up to 5 via stations are allowed per connection.",
|
||||
"unknown": "An unknown error was raised by python-opendata-transport"
|
||||
},
|
||||
@ -28,7 +28,7 @@
|
||||
"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)."
|
||||
},
|
||||
"description": "Provide start and end station for your connection,\nand optionally up to 5 via stations.\n\nConsult the stationboard linked above.",
|
||||
"description": "Provide start and end station for your connection, and optionally up to 5 via stations.\n\nCheck the [stationboard]({stationboard_url}) for valid stations.",
|
||||
"title": "Swiss Public Transport"
|
||||
},
|
||||
"time_fixed": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user