{ selectedResponsesCount > 0 ? sprintf( // translators: %d: the number of responses in the trash. _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' ) }