0
Try to enter the functions.php file of the theme and look for the section where it has this name type:
'name' => _x('Produtos', 'post type general name'),
or
'singular_name' => _x('produtos', 'post type singular name'),
And change the name, but only where has name, otherwise you compromise the functioning, because ai in these 2 items are only label. I do not touch with ready themes but if it is easier, gives a Ctrl+F to search the name 8Theme Options and see if it is inside 'name'. But please take a backup!