Hi!
I had the same problem, I wanted to change the word “home” with a greek word.
I add the line
$opt['home'] = "the_greek_word";
after the line 170
$opt = get_option("yoast_breadcrumbs");
into yoast_breadcrumb.php
Let me know if it worked for you also.