{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]", "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%]" } } }