diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e55a089a..64e998a29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the language localization for Dutch (`nl`)
- Improved the language localization for French (`fr`)
- Improved the language localization for Portuguese (`pt`)
+- Improved the language localization for Spanish (`es`)
## 2.181.0 - 2025-07-11
diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf
index a34f514aa..60929909a 100644
--- a/apps/client/src/locales/messages.es.xlf
+++ b/apps/client/src/locales/messages.es.xlf
@@ -6887,7 +6887,7 @@
Oops! Could not find any assets.
- Oops! Could not find any assets.
+ ¡Ups! No se pudieron encontrar activos.libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html40
@@ -6895,7 +6895,7 @@
Data Providers
- Data Providers
+ Proveedores de datosapps/client/src/app/components/admin-settings/admin-settings.component.html4
@@ -6903,7 +6903,7 @@
Set API key
- Set API key
+ Configurar clave APIapps/client/src/app/components/admin-settings/admin-settings.component.html171
@@ -6911,7 +6911,7 @@
Get access to 80’000+ tickers from over 50 exchanges
- Get access to 80’000+ tickers from over 50 exchanges
+ Accede a más de 80’000 tickers de más de 50 bolsaslibs/ui/src/lib/i18n.ts24
@@ -6919,7 +6919,7 @@
Ukraine
- Ukraine
+ Ucranialibs/ui/src/lib/i18n.ts97
@@ -6927,7 +6927,7 @@
Join now
- Join now
+ Únete ahoraapps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html110
@@ -6935,7 +6935,7 @@
Glossary
- Glossary
+ Glosarioapps/client/src/app/pages/resources/resources-page.component.ts42
@@ -6947,7 +6947,7 @@
Guides
- Guides
+ Guíasapps/client/src/app/pages/resources/resources-page.component.ts31
@@ -6959,7 +6959,7 @@
guides
- guides
+ guiaskebab-caselibs/common/src/lib/routes/routes.ts
@@ -6972,7 +6972,7 @@
glossary
- glossary
+ glosariokebab-caselibs/common/src/lib/routes/routes.ts
@@ -6985,7 +6985,7 @@
Threshold range
- Threshold range
+ Rango umbralapps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html9
@@ -6993,7 +6993,7 @@
Ghostfolio X-ray uses static analysis to uncover potential issues and risks in your portfolio. Adjust the rules below and set custom thresholds to align with your personal investment strategy.
- Ghostfolio X-ray uses static analysis to uncover potential issues and risks in your portfolio. Adjust the rules below and set custom thresholds to align with your personal investment strategy.
+ Ghostfolio X-ray utiliza análisis estático para descubrir posibles problemas y riesgos en tu cartera. Ajusta las reglas a continuación y define umbrales personalizados para alinearlos con tu estrategia de inversión personal.apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html5
@@ -7001,7 +7001,7 @@
Economic Market Cluster Risks
- Economic Market Cluster Risks
+ Riesgos de clúster del mercado económicoapps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html165
@@ -7009,7 +7009,7 @@
of
- of
+ deapps/client/src/app/components/admin-settings/admin-settings.component.html135
@@ -7017,7 +7017,7 @@
daily requests
- daily requests
+ solicitudes diariasapps/client/src/app/components/admin-settings/admin-settings.component.html137
@@ -7025,7 +7025,7 @@
Remove API key
- Remove API key
+ Eliminar clave APIapps/client/src/app/components/admin-settings/admin-settings.component.html161
@@ -7033,7 +7033,7 @@
Do you really want to delete the API key?
- Do you really want to delete the API key?
+ ¿Realmente deseas eliminar la clave API?apps/client/src/app/components/admin-settings/admin-settings.component.ts98