-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prettify json (strings.json) (#68885)
- Loading branch information
Showing
124 changed files
with
952 additions
and
946 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (%)" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,4 @@ | |
"unknown": "[%key:common::config_flow::error::unknown%]" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -230,4 +230,4 @@ | |
"sound": "sound", | ||
"vibration": "vibration" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%]" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
"subscription_expiration": "Subscription Expiration" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,4 @@ | |
"exchange_rate_unavailable": "One or more of the requested exchange rates is not provided by Coinbase." | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,4 +72,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ | |
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
"not_home": "[%key:common::state::not_home%]" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,3 @@ | |
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
"home_control": "The devolo Home Control Central Unit does not work with this integration." | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.