Skip to content

Commit

Permalink
Prettify json (strings.json) (#68885)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Mar 30, 2022
1 parent 8fb645e commit e362871
Show file tree
Hide file tree
Showing 124 changed files with 952 additions and 946 deletions.
3 changes: 1 addition & 2 deletions homeassistant/components/abode/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_mfa_code": "Invalid MFA code"

},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/airthings/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/airzone/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/aseko_pool_live/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
}
}
}
}
38 changes: 19 additions & 19 deletions homeassistant/components/aurora/strings.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"title": "NOAA Aurora Sensor",
"config": {
"step": {
"user": {
"data": {
"name": "[%key:common::config_flow::data::name%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"latitude": "[%key:common::config_flow::data::latitude%]"
}
"title": "NOAA Aurora Sensor",
"config": {
"step": {
"user": {
"data": {
"name": "[%key:common::config_flow::data::name%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"latitude": "[%key:common::config_flow::data::latitude%]"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"options": {
"step": {
"init": {
"data": {
"threshold": "Threshold (%)"
}
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"options": {
"step": {
"init": {
"data": {
"threshold": "Threshold (%)"
}
}
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/aussie_broadband/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"unknown": "[%key:common::config_flow::error::unknown%]"
}
}
}
}
80 changes: 40 additions & 40 deletions homeassistant/components/azure_event_hub/strings.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"config": {
"step": {
"user": {
"title": "Setup your Azure Event Hub integration",
"data": {
"event_hub_instance_name": "Event Hub Instance Name",
"use_connection_string": "Use Connection String"
}
},
"conn_string": {
"title": "Connection String method",
"description": "Please enter the connection string for: {event_hub_instance_name}",
"data": {
"event_hub_connection_string": "Event Hub Connection String"
}
},
"sas": {
"title": "SAS Credentials method",
"description": "Please enter the SAS (shared access signature) credentials for: {event_hub_instance_name}",
"data": {
"event_hub_namespace": "Event Hub Namespace",
"event_hub_sas_policy": "Event Hub SAS Policy",
"event_hub_sas_key": "Event Hub SAS Key"
}
"config": {
"step": {
"user": {
"title": "Setup your Azure Event Hub integration",
"data": {
"event_hub_instance_name": "Event Hub Instance Name",
"use_connection_string": "Use Connection String"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
"conn_string": {
"title": "Connection String method",
"description": "Please enter the connection string for: {event_hub_instance_name}",
"data": {
"event_hub_connection_string": "Event Hub Connection String"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"cannot_connect": "Connecting with the credentials from the configuration.yaml failed, please remove from yaml and use the config flow.",
"unknown": "Connecting with the credentials from the configuration.yaml failed with an unknown error, please remove from yaml and use the config flow."
"sas": {
"title": "SAS Credentials method",
"description": "Please enter the SAS (shared access signature) credentials for: {event_hub_instance_name}",
"data": {
"event_hub_namespace": "Event Hub Namespace",
"event_hub_sas_policy": "Event Hub SAS Policy",
"event_hub_sas_key": "Event Hub SAS Key"
}
}
},
"options": {
"step": {
"options": {
"title": "Options for the Azure Event Hub.",
"data": {
"send_interval": "Interval between sending batches to the hub."
}
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"cannot_connect": "Connecting with the credentials from the configuration.yaml failed, please remove from yaml and use the config flow.",
"unknown": "Connecting with the credentials from the configuration.yaml failed with an unknown error, please remove from yaml and use the config flow."
}
},
"options": {
"step": {
"options": {
"title": "Options for the Azure Event Hub.",
"data": {
"send_interval": "Interval between sending batches to the hub."
}
}
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/binary_sensor/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@
"sound": "sound",
"vibration": "vibration"
}
}
}
8 changes: 4 additions & 4 deletions homeassistant/components/blink/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"user": {
"title": "Sign-in with Blink account",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"2fa": {
Expand All @@ -21,7 +21,7 @@
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
Expand All @@ -34,5 +34,5 @@
"description": "Configure Blink integration"
}
}
}
}
}
48 changes: 24 additions & 24 deletions homeassistant/components/brunt/strings.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"config": {
"step": {
"user": {
"title": "Setup your Brunt integration",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "Please reenter the password for: {username}",
"data": {
"password": "[%key:common::config_flow::data::password%]"
}
"config": {
"step": {
"user": {
"title": "Setup your Brunt integration",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "Please reenter the password for: {username}",
"data": {
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/cloud/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"subscription_expiration": "Subscription Expiration"
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/cloudflare/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"records": {
"title": "Choose the Records to Update",
"data": {
"records": "Records"
"records": "Records"
}
},
"reauth_confirm": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/coinbase/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"exchange_rate_unavailable": "One or more of the requested exchange rates is not provided by Coinbase."
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/crownstone/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/deluge/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"not_home": "[%key:common::state::not_home%]"
}
}
}
}
1 change: 0 additions & 1 deletion homeassistant/components/devolo_home_control/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@
}
}
}

2 changes: 1 addition & 1 deletion homeassistant/components/devolo_home_network/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"home_control": "The devolo Home Control Central Unit does not work with this integration."
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/dexcom/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/directv/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
Expand Down
48 changes: 24 additions & 24 deletions homeassistant/components/dnsip/strings.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"config": {
"step": {
"user": {
"data": {
"hostname": "The hostname for which to perform the DNS query",
"resolver": "Resolver for IPV4 lookup",
"resolver_ipv6": "Resolver for IPV6 lookup"
}
}
},
"error": {
"invalid_hostname": "Invalid hostname"
"config": {
"step": {
"user": {
"data": {
"hostname": "The hostname for which to perform the DNS query",
"resolver": "Resolver for IPV4 lookup",
"resolver_ipv6": "Resolver for IPV6 lookup"
}
}
},
"options": {
"step": {
"init": {
"data": {
"resolver": "Resolver for IPV4 lookup",
"resolver_ipv6": "Resolver for IPV6 lookup"
}
}
},
"error": {
"invalid_resolver": "Invalid IP address for resolver"
"error": {
"invalid_hostname": "Invalid hostname"
}
},
"options": {
"step": {
"init": {
"data": {
"resolver": "Resolver for IPV4 lookup",
"resolver_ipv6": "Resolver for IPV6 lookup"
}
}
},
"error": {
"invalid_resolver": "Invalid IP address for resolver"
}
}
}
}
Loading

0 comments on commit e362871

Please sign in to comment.