{{ 'The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?' | translate: { n: total } }}
{{ '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() }}