{{ 'Delete' | translate }}

{{ 'The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?' | translate: { n: total } }}

{{ dataset }} ({{ '{ n, plural, one {# snapshot} other {# snapshots} }' | translate: { n: dialogData.snapshots[dataset].length } }})
  • {{ snapshot }}
{{ 'Go to Storage' | translate }}

{{ 'Deleted {n, plural, one {# snapshot} other {# snapshots}}' | translate: { n: jobSuccess.length} }}

{{ 'Warning: {n} of {total} snapshots could not be deleted.' | translate: { n: jobErrors.length, total } }}

{{ getErrorMessage() }}