Dear @daffson
Unfortunately this string was not printed for translation, we’ve fixed this in our dev version, Please follow the below steps to achieve this.
Go to file /root/resources/views/layouts/header.blade.php
Line number 155
Find the below line
<input type="text" class="form-control" name="q" placeholder="Search">
Replace it with below line <input type="text" class="form-control" name="q" placeholder="@lang('app.search')">
Then it will be translate from your translation file
Best regards