From 94986bc123b797c741dae938c4a02daad1c9ea5e Mon Sep 17 00:00:00 2001 From: hxedcl Date: Sat, 16 Aug 2025 23:20:22 -0700 Subject: [PATCH] chore(webui): update to Spanish translation --- static/webui/translations/es.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/webui/translations/es.js b/static/webui/translations/es.js index 54fb50ce..d7afa021 100644 --- a/static/webui/translations/es.js +++ b/static/webui/translations/es.js @@ -262,9 +262,9 @@ dict = { worldState_proxyRebellion: `Rebelión Proxy`, worldState_proxyRebellionRewards: `Recompensas de Rebelión Proxy`, worldState_bellyOfTheBeast: `Vientre de la Bestia`, - worldState_bellyOfTheBeastProgressOverride: `[UNTRANSLATED] Belly of the Beast Progress`, + worldState_bellyOfTheBeastProgressOverride: `Progreso del Vientre de la Bestia`, worldState_eightClaw: `Octava Garra`, - worldState_eightClawProgressOverride: `[UNTRANSLATED] Eight Claw Progress`, + worldState_eightClawProgressOverride: `Progreso de Octava Garra`, worldState_from_year: `de |VAL|`, worldState_pre_year: `antes de |VAL|`, worldState_week: `[UNTRANSLATED] Week |VAL|`, @@ -312,7 +312,7 @@ dict = { worldState_varziaFullyStocked: `Varzia con stock completo`, worldState_varziaOverride: `Cambio en rotación de Varzia`, - import_importNote: `[UNTRANSLATED] You can provide a full or partial inventory.php or getShip.php response (client representation) here.`, + import_importNote: `Puedes proporcionar una respuesta de inventory.php o getShip.php completa o parcial (representación del cliente) aquí.`, import_importNote2: `Todos los campos compatibles con el importador serán sobrescritos en tu cuenta.`, import_submit: `Enviar`, import_samples: `Muestras:`, -- 2.47.2