From c0d910528c3cf180c7189d9f5eb0fba9c6790fc3 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Thu, 28 Aug 2025 12:05:35 -0600 Subject: [PATCH] =?UTF-8?q?traduccion=20del=20juego=20al=20espa=C3=B1ol=20?= =?UTF-8?q?100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/EventChart.vue | 6 +- client/src/components/EventFilters.vue | 6 +- client/src/views/Dashboard.vue | 76 ++++++++++++------------- client/src/views/DemoGame.vue | 16 +++--- client/src/views/Lobby.vue | 28 ++++----- client/src/views/games/ChatWidget.vue | 2 +- client/src/views/games/GameEndModal.vue | 2 +- client/src/views/games/PlayerStats.vue | 4 +- 8 files changed, 70 insertions(+), 70 deletions(-) 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) }}