After a while I realized that these data are derived from the database, and then wrote a small code
if ($result->post_type == 'post')
{
$result->post_type = 'Пост';
}
if ($result->post_type == 'page')
{
$result->post_type = 'Страница';
}
I do not know right or wrong, but it works