Fix missing sentence-casing etc. in several strings (#134775)

This commit is contained in:
Norbert Rittel 2025-01-06 14:53:28 +01:00 committed by Franck Nijhof
parent b32a791ea4
commit 09ffa38ddf
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -3,7 +3,7 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"description": "For Origin and Destination, enter the address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma). You can also enter an entity id which provides this information in its state, an entity id with latitude and longitude attributes, or zone friendly name.", "description": "For Origin and Destination, enter the address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma). You can also enter an entity ID which provides this information in its state, an entity ID with latitude and longitude attributes, or zone friendly name.",
"data": { "data": {
"name": "[%key:common::config_flow::data::name%]", "name": "[%key:common::config_flow::data::name%]",
"origin": "Origin", "origin": "Origin",
@ -26,13 +26,13 @@
"description": "Some options will allow you to force the integration to use a particular route or avoid a particular route in its time travel calculation.", "description": "Some options will allow you to force the integration to use a particular route or avoid a particular route in its time travel calculation.",
"data": { "data": {
"units": "Units", "units": "Units",
"vehicle_type": "Vehicle Type", "vehicle_type": "Vehicle type",
"incl_filter": "Exact streetname which must be part of the selected route", "incl_filter": "Exact streetname which must be part of the selected route",
"excl_filter": "Exact streetname which must NOT be part of the selected route", "excl_filter": "Exact streetname which must NOT be part of the selected route",
"realtime": "Realtime Travel Time?", "realtime": "Realtime travel time?",
"avoid_toll_roads": "Avoid Toll Roads?", "avoid_toll_roads": "Avoid toll roads?",
"avoid_ferries": "Avoid Ferries?", "avoid_ferries": "Avoid ferries?",
"avoid_subscription_roads": "Avoid Roads Needing a Vignette / Subscription?" "avoid_subscription_roads": "Avoid roads needing a vignette / subscription?"
} }
} }
} }
@ -47,8 +47,8 @@
}, },
"units": { "units": {
"options": { "options": {
"metric": "Metric System", "metric": "Metric system",
"imperial": "Imperial System" "imperial": "Imperial system"
} }
}, },
"region": { "region": {
@ -63,8 +63,8 @@
}, },
"services": { "services": {
"get_travel_times": { "get_travel_times": {
"name": "Get Travel Times", "name": "Get travel times",
"description": "Get route alternatives and travel times between two locations.", "description": "Retrieves route alternatives and travel times between two locations.",
"fields": { "fields": {
"origin": { "origin": {
"name": "[%key:component::waze_travel_time::config::step::user::data::origin%]", "name": "[%key:component::waze_travel_time::config::step::user::data::origin%]",
@ -76,7 +76,7 @@
}, },
"region": { "region": {
"name": "[%key:component::waze_travel_time::config::step::user::data::region%]", "name": "[%key:component::waze_travel_time::config::step::user::data::region%]",
"description": "The region. Controls which waze server is used." "description": "The region. Controls which Waze server is used."
}, },
"units": { "units": {
"name": "[%key:component::waze_travel_time::options::step::init::data::units%]", "name": "[%key:component::waze_travel_time::options::step::init::data::units%]",