mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Prettify json (strings.json) (#68885)
This commit is contained in:
parent
8fb645e1d7
commit
e362871499
@ -26,7 +26,6 @@
|
||||
"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%]",
|
||||
|
@ -23,4 +23,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -46,4 +46,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@
|
||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,9 @@
|
||||
{
|
||||
"title": "Emulated Roku",
|
||||
"config": {
|
||||
"abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" },
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -16,4 +16,4 @@
|
||||
}
|
||||
},
|
||||
"title": "Filesize"
|
||||
}
|
||||
}
|
||||
|
@ -6,6 +6,8 @@
|
||||
"data": { "radius": "Radius", "mmi": "MMI" }
|
||||
}
|
||||
},
|
||||
"abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" }
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,6 +6,8 @@
|
||||
"data": { "radius": "Radius" }
|
||||
}
|
||||
},
|
||||
"abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_location%]" }
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,8 +22,7 @@
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"not_intellifire_device":"Not an IntelliFire Device."
|
||||
"not_intellifire_device": "Not an IntelliFire Device."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -19,4 +19,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,6 +12,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" }
|
||||
"error": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"step":{
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Select city/county",
|
||||
"data" : {
|
||||
"data": {
|
||||
"_a_to_d": "City/county (A-D)",
|
||||
"_e_to_h": "City/county (E-H)",
|
||||
"_i_to_l": "City/county (I-L)",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description":"Configure hosts to be scanned by Nmap. Network address and excludes can be IP Addresses (192.168.1.1), IP Networks (192.168.0.0/24) or IP Ranges (192.168.1.0-32).",
|
||||
"description": "Configure hosts to be scanned by Nmap. Network address and excludes can be IP Addresses (192.168.1.1), IP Networks (192.168.0.0/24) or IP Ranges (192.168.1.0-32).",
|
||||
"data": {
|
||||
"hosts": "Network addresses (comma separated) to scan",
|
||||
"home_interval": "Minimum number of minutes between scans of active devices (preserve battery)",
|
||||
|
@ -29,7 +29,7 @@
|
||||
},
|
||||
"step": {
|
||||
"ack_no_options": {
|
||||
"data": { },
|
||||
"data": {},
|
||||
"description": "There are no options for the SysBus implementation",
|
||||
"title": "OneWire SysBus Options"
|
||||
},
|
||||
|
@ -10,7 +10,7 @@
|
||||
"pair": {
|
||||
"title": "Pair",
|
||||
"description": "Enter the PIN displayed on your TV",
|
||||
"data":{
|
||||
"data": {
|
||||
"pin": "[%key:common::config_flow::data::pin%]"
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,7 @@
|
||||
"password": "Smile ID",
|
||||
"host": "[%key:common::config_flow::data::ip%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"username" : "Smile Username"
|
||||
"username": "Smile Username"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -9,7 +9,7 @@
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"description":"To re-authenticate with PVOutput you'll need to get the API key at {account_url}.",
|
||||
"description": "To re-authenticate with PVOutput you'll need to get the API key at {account_url}.",
|
||||
"data": {
|
||||
"api_key": "[%key:common::config_flow::data::api_key%]"
|
||||
}
|
||||
|
@ -25,7 +25,7 @@
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||
}
|
||||
},
|
||||
"options":{
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "ScreenLogic",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"unsupported_firmware": "The device is using an unsupported firmware version."
|
||||
}
|
||||
},
|
||||
"device_automation":{
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"button": "Button",
|
||||
"button1": "First button",
|
||||
|
@ -9,12 +9,11 @@
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"description":"Tailscale API tokens are valid for 90-days. You can create a fresh Tailscale API key at https://login.tailscale.com/admin/settings/authkeys.",
|
||||
"description": "Tailscale API tokens are valid for 90-days. You can create a fresh Tailscale API key at https://login.tailscale.com/admin/settings/authkeys.",
|
||||
"data": {
|
||||
"api_key": "[%key:common::config_flow::data::api_key%]"
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"radius": "Search radius"
|
||||
}
|
||||
},
|
||||
"select_station":{
|
||||
"select_station": {
|
||||
"title": "Select stations to add",
|
||||
"description": "found {stations_count} stations in radius",
|
||||
"data": {
|
||||
|
@ -24,4 +24,4 @@
|
||||
"ice_pellets": "Ice Pellets"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,5 +25,5 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@
|
||||
"down": "Down"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,9 @@
|
||||
"description": "Provide a unique profile name for this data. Typically this is the name of the profile you selected in the previous step.",
|
||||
"data": { "profile": "Profile Name" }
|
||||
},
|
||||
"pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" },
|
||||
"pick_implementation": {
|
||||
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
||||
},
|
||||
"reauth": {
|
||||
"title": "[%key:common::config_flow::title::reauth%]",
|
||||
"description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data."
|
||||
|
@ -6,4 +6,4 @@
|
||||
"off": "Off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user