From 89ee07c265b5b7958dec742c3af1a9d5d58be7df Mon Sep 17 00:00:00 2001
From: slegarraga <64795732+slegarraga@users.noreply.github.com>
Date: Thu, 19 Feb 2026 02:26:39 -0300
Subject: [PATCH] feat(i18n): add Spanish translations for fee ratio rules
---
apps/client/src/locales/messages.es.xlf | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf
index fb4773203..77d82abbd 100644
--- a/apps/client/src/locales/messages.es.xlf
+++ b/apps/client/src/locales/messages.es.xlf
@@ -7883,7 +7883,7 @@
Fee Ratio (legacy)
- Relación de tarifas
+ Relación de tarifas (heredado)apps/client/src/app/pages/i18n/i18n-page.html152
@@ -7907,7 +7907,7 @@
Fee Ratio
- Fee Ratio
+ Relación de tarifasapps/client/src/app/pages/i18n/i18n-page.html161
@@ -7915,7 +7915,7 @@
The fees do exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
- The fees do exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
+ Las tarifas superan el ${thresholdMax}% de su volumen total de inversión (${feeRatio}%)apps/client/src/app/pages/i18n/i18n-page.html163
@@ -7923,7 +7923,7 @@
The fees do not exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
- The fees do not exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
+ Las tarifas no superan el ${thresholdMax}% de su volumen total de inversión (${feeRatio}%)apps/client/src/app/pages/i18n/i18n-page.html167