The breadcrumbs text is not translated (tower\includes\view\page_header.php):
I have translated it directly in the template for now, but would be great that this would be fixed on the next update.
Sorry for the inconvenience.
You can translate the “You are here” text and other theme texts via .PO/.MO files. If the text does not exist in the .PO files, just add it using PoEditor.
But first go to file tower\includes\view\page_header.php and find the line: <li>You are here: </li>
Replace with: <li><?php __('You are here:', 'codeless') ?></li> then regenerate .PO file.