- Are you sure you want to permanently delete
- {#if size > 1}
- these {size} assets? This will also remove them from their album(s).
- {:else}
- this asset? This will also remove it from its album(s).
- {/if}
+
{$t('cannot_undo_this_action')}
diff --git a/web/src/lib/i18n/en.json b/web/src/lib/i18n/en.json index 6aa325d0fd..01b7a5e475 100644 --- a/web/src/lib/i18n/en.json +++ b/web/src/lib/i18n/en.json @@ -868,6 +868,7 @@ "permanent_deletion_warning_setting_description": "Show a warning when permanently deleting assets", "permanently_delete": "Permanently delete", "permanently_delete_assets_count": "Permanently delete {count, plural, one {asset} other {assets}}", + "permanently_delete_assets_prompt": "Are you sure you want to permanently delete {count, plural, one {this asset?} other {these # assets?}} This will also remove {count, plural, one {it from its} other {them from their}} album(s).", "permanently_deleted_asset": "Permanently deleted asset", "permanently_deleted_assets_count": "Permanently deleted {count, plural, one {# asset} other {# assets}}", "person": "Person",