diff --git a/client/src/components/EventChart.vue b/client/src/components/EventChart.vue index fd1bd43..53a24ed 100644 --- a/client/src/components/EventChart.vue +++ b/client/src/components/EventChart.vue @@ -16,7 +16,7 @@ {{ activeFilters?.dataSource === 'active-rooms' ? '🔴 Tiempo Real' : '📁 Agregado' }} - Round {{ activeFilters?.round }} + Ronda {{ activeFilters?.round }} {{ activeFilters?.game }} @@ -68,7 +68,7 @@ -
Basado en mensajes disponibles por sala. Click jugador para comparar.
+
Basado en mensajes disponibles por sala. Haz clic en un jugador para comparar.
@@ -113,7 +113,7 @@
- {{ selectedPlayerUuid ? 'Ratios del jugador seleccionado' : 'Ratios globales' }}. + {{ selectedPlayerUuid ? 'Proporciones del jugador seleccionado' : 'Proporciones globales' }}. Los segmentos muestran la proporción relativa dentro de cada categoría.
diff --git a/client/src/components/EventFilters.vue b/client/src/components/EventFilters.vue index 8e35772..50ba92b 100644 --- a/client/src/components/EventFilters.vue +++ b/client/src/components/EventFilters.vue @@ -1,7 +1,7 @@
diff --git a/client/src/views/games/PlayerStats.vue b/client/src/views/games/PlayerStats.vue index f12a635..526982e 100644 --- a/client/src/views/games/PlayerStats.vue +++ b/client/src/views/games/PlayerStats.vue @@ -53,7 +53,7 @@ Rol Tokens Evento - Round/Game + Ronda/Juego Mensaje Sala
@@ -62,7 +62,7 @@ {{ (m.role || '') || '—' }} 🦃 {{ m.pavoTokens ?? 0 }} · 🌽 {{ m.eloteTokens ?? 0 }} · 😶 {{ m.shameTokens }} {{ friendlyKind(m.kind) }} - R{{ m.round || '?' }}/{{ (m.gameVariant || m.variant || '?').replace('G', '') }} + R{{ m.round || '?' }}/{{ (m.gameVariant || m.variant || '?').replace('G', '') }} {{ m.text }} {{ (m.roomId || '').slice(0,8) }}