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