mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add reauth_successful to base strings (#41316)
This commit is contained in:
parent
0444f3de14
commit
883c9b5e18
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
"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": {
|
"step": {
|
||||||
"validation": {
|
"validation": {
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
||||||
"no_devices": "[%key:common::config_flow::abort::no_devices_found%]",
|
"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%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
"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"
|
"title": "Azure DevOps"
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
"all_configured": "All linked servers already configured",
|
"all_configured": "All linked servers already configured",
|
||||||
"already_configured": "This Plex server is already configured",
|
"already_configured": "This Plex server is already configured",
|
||||||
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
"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",
|
"token_request_timeout": "Timed out obtaining token",
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"abort": {
|
"abort": {
|
||||||
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]",
|
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]",
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"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%]"
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "This SimpliSafe account is already in use.",
|
"already_configured": "This SimpliSafe account is already in use.",
|
||||||
"reauth_successful": "SimpliSafe successfully reauthenticated."
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
"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%]"
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -62,7 +62,8 @@
|
|||||||
"no_devices_found": "No devices found on the network",
|
"no_devices_found": "No devices found on the network",
|
||||||
"oauth2_missing_configuration": "The component is not configured. Please follow the documentation.",
|
"oauth2_missing_configuration": "The component is not configured. Please follow the documentation.",
|
||||||
"oauth2_authorize_url_timeout": "Timeout generating authorize URL.",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user