diff --git a/CHANGELOG.md b/CHANGELOG.md
index fee7bd49d..183a51664 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Migrated the `HtmlTemplateMiddleware` to use `@Injectable()`
- Renamed `User` to `user` in the database schema
- Improved the language localization for Catalan (`ca`)
+- Improved the language localization for Español (`es`)
- Improved the language localization for French (`fr`)
- Improved the language localization for German (`de`)
- Improved the language localization for Italian (`it`)
diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf
index 6709fcd2d..1c86b03f1 100644
--- a/apps/client/src/locales/messages.es.xlf
+++ b/apps/client/src/locales/messages.es.xlf
@@ -5642,7 +5642,7 @@
Extreme Fear
- Extreme Fear
+ Miedo extremolibs/ui/src/lib/i18n.ts100
@@ -5650,7 +5650,7 @@
Extreme Greed
- Extreme Greed
+ Avaricia extremalibs/ui/src/lib/i18n.ts101
@@ -5658,7 +5658,7 @@
Neutral
- Neutral
+ Neutrallibs/ui/src/lib/i18n.ts104
@@ -5666,7 +5666,7 @@
Oops! Could not parse historical data.
- Oops! Could not parse historical data.
+ ¡Ups! No se pudieron analizar los datos históricos.libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor.component.ts262
@@ -5674,7 +5674,7 @@
Do you really want to delete this system message?
- Do you really want to delete this system message?
+ ¿Realmente deseas eliminar este mensaje del sistema?apps/client/src/app/components/admin-overview/admin-overview.component.ts155
@@ -5682,7 +5682,7 @@
50-Day Trend
- 50-Day Trend
+ Tendencia de 50 díaslibs/ui/src/lib/benchmark/benchmark.component.html25
@@ -5690,7 +5690,7 @@
200-Day Trend
- 200-Day Trend
+ Tendencia de 200 díaslibs/ui/src/lib/benchmark/benchmark.component.html54
@@ -5698,7 +5698,7 @@
Cash Balances
- Cash Balances
+ Saldos de efectivoapps/client/src/app/components/account-detail-dialog/account-detail-dialog.html124
@@ -5706,7 +5706,7 @@
Starting from
- Starting from
+ A partir deapps/client/src/app/pages/resources/personal-finance-tools/product-page.html289
@@ -5718,7 +5718,7 @@
year
- year
+ añoapps/client/src/app/pages/resources/personal-finance-tools/product-page.html290
@@ -5730,7 +5730,7 @@
Do you really want to delete this account balance?
- Do you really want to delete this account balance?
+ ¿Realmente desea eliminar el saldo de esta cuenta?libs/ui/src/lib/account-balances/account-balances.component.ts109
@@ -5738,7 +5738,7 @@
If a translation is missing, kindly support us in extending it here.
- If a translation is missing, kindly support us in extending it here.
+ Si falta una traducción, por favor ayúdenos a ampliarla. here. apps/client/src/app/components/user-account-settings/user-account-settings.html58
@@ -5746,7 +5746,7 @@
The current market price is
- The current market price is
+ El precio actual de mercado esapps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts536
@@ -5754,7 +5754,7 @@
Test
- Test
+ Pruebaapps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html473
@@ -5762,7 +5762,7 @@
Date Range
- Date Range
+ Rango de fechaslibs/ui/src/lib/assistant/assistant.html129
@@ -5782,7 +5782,7 @@
Restricted view
- Restricted view
+ Vista restringidaapps/client/src/app/components/access-table/access-table.component.html26
@@ -5794,7 +5794,7 @@
Oops! Could not grant access.
- Oops! Could not grant access.
+ ¡Ups! No se pudo otorgar acceso.apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.component.ts91
@@ -5810,7 +5810,7 @@
Job Queue
- Job Queue
+ Cola de trabajosapps/client/src/app/pages/admin/admin-page-routing.module.ts26