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

@ -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

@ -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

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

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

@ -14,7 +14,6 @@
"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

@ -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."