mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Improve failing backup repair messages (#145388)
This commit is contained in:
parent
77ec87d0ac
commit
dd00d0daad
@ -14,15 +14,15 @@
|
|||||||
},
|
},
|
||||||
"automatic_backup_failed_addons": {
|
"automatic_backup_failed_addons": {
|
||||||
"title": "Not all add-ons could be included in automatic backup",
|
"title": "Not all add-ons could be included in automatic backup",
|
||||||
"description": "Add-ons {failed_addons} could not be included in automatic backup. Please check the logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured."
|
"description": "Add-ons {failed_addons} could not be included in automatic backup. Please check the supervisor logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured."
|
||||||
},
|
},
|
||||||
"automatic_backup_failed_agents_addons_folders": {
|
"automatic_backup_failed_agents_addons_folders": {
|
||||||
"title": "Automatic backup was created with errors",
|
"title": "Automatic backup was created with errors",
|
||||||
"description": "The automatic backup was created with errors:\n* Locations which the backup could not be uploaded to: {failed_agents}\n* Add-ons which could not be backed up: {failed_addons}\n* Folders which could not be backed up: {failed_folders}\n\nPlease check the logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured."
|
"description": "The automatic backup was created with errors:\n* Locations which the backup could not be uploaded to: {failed_agents}\n* Add-ons which could not be backed up: {failed_addons}\n* Folders which could not be backed up: {failed_folders}\n\nPlease check the core and supervisor logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured."
|
||||||
},
|
},
|
||||||
"automatic_backup_failed_folders": {
|
"automatic_backup_failed_folders": {
|
||||||
"title": "Not all folders could be included in automatic backup",
|
"title": "Not all folders could be included in automatic backup",
|
||||||
"description": "Folders {failed_folders} could not be included in automatic backup. Please check the logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured."
|
"description": "Folders {failed_folders} could not be included in automatic backup. Please check the supervisor logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user