Hi,
Not sure if I understand correctly your request. In the original code the sentences that need to be translated are
“No results”
“No search results could be found, please try another query.”
And can be found also in the original code in cardinal\swift-framework\core\sf-header.php
$search_results_ouput .= '<h6>'.__("No results", "swiftframework").'</h6>';
$search_results_ouput .= '<p>'.__("No search results could be found, please try another query.", "swiftframework").'</p>';
Are you editing the de_DE.po with Poedit and generate the .mo file and upload to the server again?
Also check this additional documentation.
Translation
-Rui