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