Hi natichief
Edit this file /templates/ja_playmag/html/com_content/article/review.php and around line 139 find :
<div class="rating-log">(<meta itemprop="bestRating" content="5" /><span itemprop="ratingValue"><?php echo $this->item->rating ?></span> / <span itemprop="ratingCount"><?php echo $this->item->rating_count; ?></span> votes)</div>
Change it to
<div class="rating-log">(<meta itemprop="bestRating" content="5" /><span itemprop="ratingValue"><?php echo $this->item->rating ?></span> / <span itemprop="ratingCount"><?php echo $this->item->rating_count; ?></span> YOURTEXTHERE )</div>
YOURTEXTHERE will be your translation for word votes.
Hope it helps