Add reauth_successful to base strings (#41316)

This commit is contained in:
SNoof85 2020-10-06 11:29:53 +02:00 committed by GitHub
parent 0444f3de14
commit 883c9b5e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 8 deletions

View File

@ -7,7 +7,7 @@
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "Re-authentication was successful"
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"step": {
"validation": {

View File

@ -23,7 +23,7 @@
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"no_devices": "[%key:common::config_flow::abort::no_devices_found%]",
"reauth_successful": "[%key:common::config_flow::data::access_token%] updated successfully"
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
}
}

View File

@ -26,7 +26,7 @@
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::data::access_token%] updated successfully"
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
"title": "Azure DevOps"

View File

@ -41,7 +41,7 @@
"all_configured": "All linked servers already configured",
"already_configured": "This Plex server is already configured",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"reauth_successful": "Successfully reauthenticated",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"token_request_timeout": "Timed out obtaining token",
"unknown": "[%key:common::config_flow::error::unknown%]"
}

View File

@ -22,7 +22,7 @@
"abort": {
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"reauth_successful": "[%key:common::config_flow::data::access_token%] updated successfully",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
}

View File

@ -29,7 +29,7 @@
},
"abort": {
"already_configured": "This SimpliSafe account is already in use.",
"reauth_successful": "SimpliSafe successfully reauthenticated."
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
"options": {

View File

@ -25,7 +25,7 @@
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reauth_successful": "Successfully re-authenticated",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
},

View File

@ -62,7 +62,8 @@
"no_devices_found": "No devices found on the network",
"oauth2_missing_configuration": "The component is not configured. Please follow the documentation.",
"oauth2_authorize_url_timeout": "Timeout generating authorize URL.",
"oauth2_no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})"
"oauth2_no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
"reauth_successful": "Re-authentication was successful"
}
}
}