archive: add confirm dialog

This commit is contained in:
Girish Ramakrishnan
2024-12-09 20:53:53 +01:00
parent 24df6edbf1
commit fe68887cdd
4 changed files with 48 additions and 29 deletions
+7 -2
View File
@@ -1682,7 +1682,7 @@
},
"uninstallDialog": {
"title": "Uninstall {{ app }}",
"description": "This will immediately uninstall <b>{{ app }}</b> and remove all its data.",
"description": "This will uninstall <b>{{ app }}</b> and remove all its data.",
"uninstallAction": "Uninstall"
},
"domainCollisionDialog": {
@@ -1792,7 +1792,12 @@
"title": "Archive",
"description": "The latest app backup will be added to the App Archive. The app will be uninstalled, but can be restored from the Backups View. Other backups will be cleaned up based on the backup policy.",
"action": "Archive",
"latestBackupInfo": "The last backup was created at : {{ timestamp }}"
"latestBackupInfo": "The last backup was created at {{date}}.",
"noBackup": "This app has no backup. Archiving requires at least one backup."
},
"archiveDialog": {
"title": "Archive {{app}}",
"description": "This will uninstall the app and put the app's latest backup created at {{date}} in the App Archive."
}
},
"login": {