Add missing strings for here_travel_time (#74641)

* Add missing strings for here_travel_time

* script.translations develop

* Correct origin_menu option
pull/74724/head
Kevin Stillhammer 2022-07-08 15:16:13 +02:00 committed by GitHub
parent 540ffe116e
commit e55a4dcab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",