mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
46 lines
1.8 KiB
JSON
46 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"wrong_account": "Wrong account: Please authenticate with the correct account."
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
},
|
|
"step": {
|
|
"pick_implementation": {
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "The Dropbox integration needs to re-authenticate your account.",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
},
|
|
"reauth_permissions": {
|
|
"description": "The Dropbox integration requires additional permissions to function correctly.",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"authentication_failed": {
|
|
"message": "Authentication with Dropbox failed"
|
|
},
|
|
"cannot_connect": {
|
|
"message": "Error communicating with Dropbox"
|
|
},
|
|
"missing_refresh_token": {
|
|
"message": "[%key:component::dropbox::config::step::reauth_confirm::description%]"
|
|
},
|
|
"missing_scopes": {
|
|
"message": "[%key:component::dropbox::config::step::reauth_permissions::description%]"
|
|
},
|
|
"oauth2_implementation_unavailable": {
|
|
"message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]"
|
|
}
|
|
}
|
|
}
|