Prettify json (strings.json) (#68885)

This commit is contained in:
epenet 2022-03-30 10:35:30 +02:00 committed by GitHub
parent 8fb645e1d7
commit e362871499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
124 changed files with 956 additions and 950 deletions

View File

@ -26,7 +26,6 @@
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_mfa_code": "Invalid MFA code" "invalid_mfa_code": "Invalid MFA code"
}, },
"abort": { "abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]", "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",

View File

@ -23,4 +23,4 @@
} }
} }
} }
} }

View File

@ -46,4 +46,4 @@
} }
} }
} }
} }

View File

@ -26,4 +26,4 @@
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
} }
} }
} }

View File

@ -26,4 +26,3 @@
} }
} }
} }

View File

@ -1,7 +1,9 @@
{ {
"title": "Emulated Roku", "title": "Emulated Roku",
"config": { "config": {
"abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" }, "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"step": { "step": {
"user": { "user": {
"data": { "data": {

View File

@ -16,4 +16,4 @@
} }
}, },
"title": "Filesize" "title": "Filesize"
} }

View File

@ -6,6 +6,8 @@
"data": { "radius": "Radius", "mmi": "MMI" } "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%]"
}
} }
} }

View File

@ -6,6 +6,8 @@
"data": { "radius": "Radius" } "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%]"
}
} }
} }

View File

@ -22,8 +22,7 @@
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"not_intellifire_device":"Not an IntelliFire Device." "not_intellifire_device": "Not an IntelliFire Device."
} }
} }
} }

View File

@ -19,4 +19,4 @@
} }
} }
} }
} }

View File

@ -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%]"
}
} }
} }

View File

@ -1,9 +1,9 @@
{ {
"config": { "config": {
"step":{ "step": {
"user": { "user": {
"title": "Select city/county", "title": "Select city/county",
"data" : { "data": {
"_a_to_d": "City/county (A-D)", "_a_to_d": "City/county (A-D)",
"_e_to_h": "City/county (E-H)", "_e_to_h": "City/county (E-H)",
"_i_to_l": "City/county (I-L)", "_i_to_l": "City/county (I-L)",

View File

@ -21,7 +21,7 @@
"config": { "config": {
"step": { "step": {
"user": { "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": { "data": {
"hosts": "Network addresses (comma separated) to scan", "hosts": "Network addresses (comma separated) to scan",
"home_interval": "Minimum number of minutes between scans of active devices (preserve battery)", "home_interval": "Minimum number of minutes between scans of active devices (preserve battery)",

View File

@ -29,7 +29,7 @@
}, },
"step": { "step": {
"ack_no_options": { "ack_no_options": {
"data": { }, "data": {},
"description": "There are no options for the SysBus implementation", "description": "There are no options for the SysBus implementation",
"title": "OneWire SysBus Options" "title": "OneWire SysBus Options"
}, },

View File

@ -10,7 +10,7 @@
"pair": { "pair": {
"title": "Pair", "title": "Pair",
"description": "Enter the PIN displayed on your TV", "description": "Enter the PIN displayed on your TV",
"data":{ "data": {
"pin": "[%key:common::config_flow::data::pin%]" "pin": "[%key:common::config_flow::data::pin%]"
} }
} }

View File

@ -25,7 +25,7 @@
"password": "Smile ID", "password": "Smile ID",
"host": "[%key:common::config_flow::data::ip%]", "host": "[%key:common::config_flow::data::ip%]",
"port": "[%key:common::config_flow::data::port%]", "port": "[%key:common::config_flow::data::port%]",
"username" : "Smile Username" "username": "Smile Username"
} }
} }
}, },

View File

@ -9,7 +9,7 @@
} }
}, },
"reauth_confirm": { "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": { "data": {
"api_key": "[%key:common::config_flow::data::api_key%]" "api_key": "[%key:common::config_flow::data::api_key%]"
} }

View File

@ -25,7 +25,7 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]" "already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
} }
}, },
"options":{ "options": {
"step": { "step": {
"init": { "init": {
"title": "ScreenLogic", "title": "ScreenLogic",

View File

@ -28,7 +28,7 @@
"unsupported_firmware": "The device is using an unsupported firmware version." "unsupported_firmware": "The device is using an unsupported firmware version."
} }
}, },
"device_automation":{ "device_automation": {
"trigger_subtype": { "trigger_subtype": {
"button": "Button", "button": "Button",
"button1": "First button", "button1": "First button",

View File

@ -9,12 +9,11 @@
} }
}, },
"reauth_confirm": { "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": { "data": {
"api_key": "[%key:common::config_flow::data::api_key%]" "api_key": "[%key:common::config_flow::data::api_key%]"
} }
} }
}, },
"error": { "error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",

View File

@ -11,7 +11,7 @@
"radius": "Search radius" "radius": "Search radius"
} }
}, },
"select_station":{ "select_station": {
"title": "Select stations to add", "title": "Select stations to add",
"description": "found {stations_count} stations in radius", "description": "found {stations_count} stations in radius",
"data": { "data": {

View File

@ -24,4 +24,4 @@
"ice_pellets": "Ice Pellets" "ice_pellets": "Ice Pellets"
} }
} }
} }

View File

@ -18,4 +18,4 @@
} }
} }
} }
} }

View File

@ -25,5 +25,5 @@
} }
} }
} }
} }
} }

View File

@ -8,4 +8,4 @@
"down": "Down" "down": "Down"
} }
} }
} }

View File

@ -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.", "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" } "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": { "reauth": {
"title": "[%key:common::config_flow::title::reauth%]", "title": "[%key:common::config_flow::title::reauth%]",
"description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data." "description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data."

View File

@ -6,4 +6,4 @@
"off": "Off" "off": "Off"
} }
} }
} }