{{ t('games.allGames') }}
{{ t('games.loading') }}
{{ t('pagination.showing', { start: (currentPage - 1) * itemsPerPage + 1, end: Math.min(currentPage * itemsPerPage, games.length), total: games.length }) }}
{{ t('games.loading') }}