{{ currentTurn === 'black' ? t('omok.black_turn') : t('omok.white_turn') }} ({{ history.length + 1 }}{{ t('game.move_suffix') }})

{{ winner === 'black' ? t('omok.win_black') : t('omok.win_white') }}