Files
ha-core/homeassistant/components/here_travel_time/strings.json
2025-09-23 15:56:13 +02:00

118 lines
3.7 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"name": "[%key:common::config_flow::data::name%]",
"api_key": "[%key:common::config_flow::data::api_key%]",
"mode": "Travel mode"
}
},
"origin_menu": {
"title": "Choose origin",
"menu_options": {
"origin_coordinates": "Using a map location",
"origin_entity": "Using an entity"
}
},
"origin_coordinates": {
"title": "[%key:component::here_travel_time::config::step::origin_menu::title%]",
"data": {
"origin": "Origin as GPS coordinates"
}
},
"origin_entity_id": {
"title": "[%key:component::here_travel_time::config::step::origin_menu::title%]",
"data": {
"origin_entity_id": "Origin using an entity"
}
},
"destination_menu": {
"title": "Choose destination",
"menu_options": {
"destination_coordinates": "[%key:component::here_travel_time::config::step::origin_menu::menu_options::origin_coordinates%]",
"destination_entity": "[%key:component::here_travel_time::config::step::origin_menu::menu_options::origin_entity%]"
}
},
"destination_coordinates": {
"title": "[%key:component::here_travel_time::config::step::destination_menu::title%]",
"data": {
"destination": "Destination as GPS coordinates"
}
},
"destination_entity_id": {
"title": "[%key:component::here_travel_time::config::step::destination_menu::title%]",
"data": {
"destination_entity_id": "Destination using an entity"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
}
},
"options": {
"step": {
"init": {
"data": {
"traffic_mode": "Use traffic and time-aware routing",
"route_mode": "Route mode"
},
"data_description": {
"traffic_mode": "Needed for defining arrival/departure times"
}
},
"time_menu": {
"title": "Choose time type",
"menu_options": {
"departure_time": "Configure a departure time",
"arrival_time": "Configure an arrival time",
"no_time": "Do not configure a time"
}
},
"departure_time": {
"title": "Choose departure time",
"data": {
"departure_time": "Departure time"
}
},
"arrival_time": {
"title": "Choose arrival time",
"data": {
"arrival_time": "Arrival time"
}
}
}
},
"entity": {
"sensor": {
"duration": {
"name": "Duration"
},
"duration_in_traffic": {
"name": "Duration in traffic"
},
"distance": {
"name": "Distance"
},
"origin": {
"name": "Origin"
},
"destination": {
"name": "Destination"
}
}
},
"issues": {
"multiple_here_travel_time_entries": {
"title": "More than one HERE Travel Time integration detected",
"description": "HERE deprecated the previous free tier. You have change to the Base Plan which has 5000 instead of 30000 free requests per month.\n\nSince you have more than one HERE Travel Time integration configured, you will need to disable or remove the additional integrations to avoid exceeding the free request limit.\nYou can ignore this issue if you are okay with the additional cost."
}
}
}