mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Use proper sentence-case for all strings in azure_event_hub (#135328)
This commit is contained in:
parent
8f71d7a6f3
commit
fc6695b05c
@ -2,26 +2,26 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Set up your Azure Event Hub integration",
|
"title": "Set up Azure Event Hub",
|
||||||
"data": {
|
"data": {
|
||||||
"event_hub_instance_name": "Event Hub Instance Name",
|
"event_hub_instance_name": "Event Hub instance name",
|
||||||
"use_connection_string": "Use Connection String"
|
"use_connection_string": "Use connection string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"conn_string": {
|
"conn_string": {
|
||||||
"title": "Connection String method",
|
"title": "Connection string method",
|
||||||
"description": "Please enter the connection string for: {event_hub_instance_name}",
|
"description": "Please enter the connection string for: {event_hub_instance_name}",
|
||||||
"data": {
|
"data": {
|
||||||
"event_hub_connection_string": "Event Hub Connection String"
|
"event_hub_connection_string": "Event Hub connection string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sas": {
|
"sas": {
|
||||||
"title": "SAS Credentials method",
|
"title": "SAS credentials method",
|
||||||
"description": "Please enter the SAS (shared access signature) credentials for: {event_hub_instance_name}",
|
"description": "Please enter the SAS (shared access signature) credentials for: {event_hub_instance_name}",
|
||||||
"data": {
|
"data": {
|
||||||
"event_hub_namespace": "Event Hub Namespace",
|
"event_hub_namespace": "Event Hub namespace",
|
||||||
"event_hub_sas_policy": "Event Hub SAS Policy",
|
"event_hub_sas_policy": "Event Hub SAS policy",
|
||||||
"event_hub_sas_key": "Event Hub SAS Key"
|
"event_hub_sas_key": "Event Hub SAS key"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -38,7 +38,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"title": "Options for the Azure Event Hub.",
|
"title": "Options for Azure Event Hub.",
|
||||||
"data": {
|
"data": {
|
||||||
"send_interval": "Interval between sending batches to the hub."
|
"send_interval": "Interval between sending batches to the hub."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user