1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/homeassistant/components/nmbs/strings.json
2025-10-28 10:33:10 +01:00

30 lines
957 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]",
"api_unavailable": "The API is currently unavailable.",
"invalid_station": "Invalid station.",
"same_station": "[%key:component::nmbs::config::error::same_station%]"
},
"error": {
"same_station": "Departure and arrival station can not be the same."
},
"step": {
"user": {
"data": {
"exclude_vias": "Direct connections only",
"show_on_map": "Display on map",
"station_from": "Departure station",
"station_to": "Arrival station"
},
"data_description": {
"exclude_vias": "Exclude connections with transfers",
"show_on_map": "Show the station on the map",
"station_from": "Station where the train departs",
"station_to": "Station where the train arrives"
}
}
}
}
}