archive: add confirm dialog
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user