2025-02-24 19:59:51 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"error": {
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"storage_account_key": "Storage account key",
|
|
|
|
"account_name": "Account name",
|
|
|
|
"container_name": "Container name"
|
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"storage_account_key": "Storage account access key used for authorization",
|
|
|
|
"account_name": "Name of the storage account",
|
|
|
|
"container_name": "Name of the storage container to be used (will be created if it does not exist)"
|
|
|
|
},
|
|
|
|
"description": "Set up an Azure (Blob) storage account to be used for backups.",
|
|
|
|
"title": "Add Azure storage account"
|
2025-02-27 09:17:57 +00:00
|
|
|
},
|
|
|
|
"reauth_confirm": {
|
|
|
|
"data": {
|
|
|
|
"storage_account_key": "[%key:component::azure_storage::config::step::user::data::storage_account_key%]"
|
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"storage_account_key": "[%key:component::azure_storage::config::step::user::data_description::storage_account_key%]"
|
|
|
|
},
|
|
|
|
"description": "Provide a new storage account key.",
|
|
|
|
"title": "Reauthenticate Azure storage account"
|
2025-02-27 10:06:03 +00:00
|
|
|
},
|
|
|
|
"reconfigure": {
|
|
|
|
"data": {
|
|
|
|
"container_name": "[%key:component::azure_storage::config::step::user::data::container_name%]",
|
|
|
|
"storage_account_key": "[%key:component::azure_storage::config::step::user::data::storage_account_key%]"
|
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"container_name": "[%key:component::azure_storage::config::step::user::data_description::container_name%]",
|
|
|
|
"storage_account_key": "[%key:component::azure_storage::config::step::user::data_description::storage_account_key%]"
|
|
|
|
},
|
|
|
|
"description": "Change the settings of the Azure storage integration.",
|
|
|
|
"title": "Reconfigure Azure storage account"
|
2025-02-24 19:59:51 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
2025-02-27 09:17:57 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
2025-02-27 10:06:03 +00:00
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
2025-02-24 19:59:51 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"issues": {
|
|
|
|
"container_not_found": {
|
|
|
|
"title": "Storage container not found",
|
|
|
|
"description": "The storage container {container_name} has not been found in the storage account. Please re-create it manually, then fix this issue."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"exceptions": {
|
|
|
|
"account_not_found": {
|
|
|
|
"message": "Storage account {account_name} not found"
|
|
|
|
},
|
|
|
|
"cannot_connect": {
|
|
|
|
"message": "Can not connect to storage account {account_name}"
|
|
|
|
},
|
|
|
|
"invalid_auth": {
|
|
|
|
"message": "Authentication failed for storage account {account_name}"
|
|
|
|
},
|
|
|
|
"container_not_found": {
|
|
|
|
"message": "Storage container {container_name} not found"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|