mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Form correct headline for 'Delete backups?' alert, separate "Delete backup" menu item (#22891)
Create correct headline for 'Delete backups?' alert Change 'Delete backup' to 'Delete backups?' to use correct plural and form a question the user has to confirm. Separates the 'Delete backup' menu item that is currently referenced from this key.
This commit is contained in:
parent
36f3ef9e86
commit
64c260c1c4
@ -2186,7 +2186,7 @@
|
||||
"create_backup": "[%key:supervisor::backup::create_backup%]",
|
||||
"creating_backup": "Backup is currently being created",
|
||||
"download_backup": "[%key:supervisor::backup::download_backup%]",
|
||||
"remove_backup": "[%key:supervisor::backup::delete_backup_title%]",
|
||||
"remove_backup": "Delete backup",
|
||||
"name": "[%key:supervisor::backup::name%]",
|
||||
"path": "Path",
|
||||
"size": "[%key:supervisor::backup::size%]",
|
||||
@ -7867,7 +7867,7 @@
|
||||
"create_blocked_not_running": "Creating a backup is not possible right now because the system is in \"{state}\" state.",
|
||||
"restore_blocked_not_running": "Restoring a backup is not possible right now because the system is in \"{state}\" state.",
|
||||
"delete_selected": "Delete selected backups",
|
||||
"delete_backup_title": "Delete backup",
|
||||
"delete_backup_title": "Delete backups?",
|
||||
"delete_backup_text": "Do you want to delete {number} {number, plural,\n one {backup}\n other {backups}\n}?",
|
||||
"delete_backup_confirm": "delete",
|
||||
"selected": "{number} selected",
|
||||
|
Loading…
x
Reference in New Issue
Block a user