mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Add missing strings for here_travel_time (#74641)
* Add missing strings for here_travel_time * script.translations develop * Correct origin_menu option
This commit is contained in:
parent
540ffe116e
commit
e55a4dcab1
@ -8,6 +8,13 @@
|
||||
"mode": "Travel Mode"
|
||||
}
|
||||
},
|
||||
"origin_menu": {
|
||||
"title": "Choose Origin",
|
||||
"menu_options": {
|
||||
"origin_coordinates": "Using a map location",
|
||||
"origin_entity": "Using an entity"
|
||||
}
|
||||
},
|
||||
"origin_coordinates": {
|
||||
"title": "Choose Origin",
|
||||
"data": {
|
||||
|
@ -39,6 +39,13 @@
|
||||
},
|
||||
"title": "Choose Origin"
|
||||
},
|
||||
"origin_menu": {
|
||||
"menu_options": {
|
||||
"origin_coordinates": "Using a map location",
|
||||
"origin_entity": "Using an entity"
|
||||
},
|
||||
"title": "Choose Origin"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key",
|
||||
|
Loading…
x
Reference in New Issue
Block a user