@Leandro
Ok what you did is that you have translated all the files of theme, not just translation files.
Example, in item-post.php:
$('body').on('clique em alterar', 'input[name="catId"]', function() {
Should be:
$('body').on('click change', 'input[name="catId"]', function() {
Please update theme and use original files.