Add missing strings for here_travel_time (#74641)

* Add missing strings for here_travel_time

* script.translations develop

* Correct origin_menu option
pull/74760/head
Kevin Stillhammer 2022-07-08 15:16:13 +02:00 committed by Paulus Schoutsen
parent 5018b91f6c
commit 7ffc60fb2c
2 changed files with 14 additions and 0 deletions

View File

@ -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": {

View File

@ -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",