Replies: 3
In the /lib/class-plugin.php on lines 152 & 153, two lines should be changed to:
$bulk_array['se_hide'] = __( 'Hide from Search', 'search-exclude' );
$bulk_array['se_show'] = __( 'Show in Search', 'search-exclude' );
So, we can translate the two strings in the dropdown for bulk actions.