1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00
Files
core/homeassistant/components/here_travel_time/strings.json
T
2025-10-28 10:33:10 +01:00

118 lines
3.7 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"destination_coordinates": {
"data": {
"destination": "Destination as GPS coordinates"
},
"title": "[%key:component::here_travel_time::config::step::destination_menu::title%]"
},
"destination_entity_id": {
"data": {
"destination_entity_id": "Destination using an entity"
},
"title": "[%key:component::here_travel_time::config::step::destination_menu::title%]"
},
"destination_menu": {
"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%]"
},
"title": "Choose destination"
},
"origin_coordinates": {
"data": {
"origin": "Origin as GPS coordinates"
},
"title": "[%key:component::here_travel_time::config::step::origin_menu::title%]"
},
"origin_entity_id": {
"data": {
"origin_entity_id": "Origin using an entity"
},
"title": "[%key:component::here_travel_time::config::step::origin_menu::title%]"
},
"origin_menu": {
"menu_options": {
"origin_coordinates": "Using a map location",
"origin_entity": "Using an entity"
},
"title": "Choose origin"
},
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"mode": "Travel mode",
"name": "[%key:common::config_flow::data::name%]"
}
}
}
},
"entity": {
"sensor": {
"destination": {
"name": "Destination"
},
"distance": {
"name": "Distance"
},
"duration": {
"name": "Duration"
},
"duration_in_traffic": {
"name": "Duration in traffic"
},
"origin": {
"name": "Origin"
}
}
},
"issues": {
"multiple_here_travel_time_entries": {
"description": "HERE deprecated the previous free tier. The new Base Plan has only 5000 instead of the previous 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.",
"title": "More than one HERE Travel Time integration detected"
}
},
"options": {
"step": {
"arrival_time": {
"data": {
"arrival_time": "Arrival time"
},
"title": "Choose arrival time"
},
"departure_time": {
"data": {
"departure_time": "Departure time"
},
"title": "Choose departure time"
},
"init": {
"data": {
"route_mode": "Route mode",
"traffic_mode": "Use traffic and time-aware routing"
},
"data_description": {
"traffic_mode": "Needed for defining arrival/departure times"
}
},
"time_menu": {
"menu_options": {
"arrival_time": "Configure an arrival time",
"departure_time": "Configure a departure time",
"no_time": "Do not configure a time"
},
"title": "Choose time type"
}
}
}
}