{ selectedResponsesCount > 0 ? sprintf( // translators: placeholder is a number of trash total _n( '%d response in spam will be deleted forever. This action cannot be undone.', 'All %d responses in spam will be deleted forever. This action cannot be undone.', totalItemsSpam || 0, 'jetpack-forms' ), totalItemsSpam ) : __( 'All responses in spam will be deleted forever. This action cannot be undone.', 'jetpack-forms' ) }