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