diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1171d2fb..b926d2c52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Guarded the system tags against deletion and renaming in the tag management of the admin control panel
+- Improved the language localization for Spanish (`es`)
### Fixed
diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf
index ab4e4eb3e..866dac527 100644
--- a/apps/client/src/locales/messages.es.xlf
+++ b/apps/client/src/locales/messages.es.xlf
@@ -356,7 +356,7 @@
Unknown
- Unknown
+ Desconocidolibs/ui/src/lib/i18n.ts88
@@ -440,7 +440,7 @@
Splits
- Splits
+ Desdoblamientosapps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html512
@@ -840,7 +840,7 @@
Split Ratio
- Split Ratio
+ Relación de desdoblamientoapps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html526
@@ -1776,7 +1776,7 @@
Invalid API key
- Invalid API key
+ Clave de API no válidaapps/client/src/app/components/admin-settings/admin-settings.component.html112
@@ -3056,7 +3056,7 @@
Export
- Export
+ Exportar libs/ui/src/lib/activities-table/activities-table.component.html68
@@ -4168,7 +4168,7 @@
Cache has been flushed.
- Cache has been flushed.
+ Caché vaciada.apps/client/src/app/components/admin-overview/admin-overview.component.ts281
@@ -4324,7 +4324,7 @@
Shares After
- Shares After
+ Acciones despuésapps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html584
@@ -5292,7 +5292,7 @@
Do you really want to delete these activities?
- Do you really want to delete these activities?
+ ¿De verdad quieres eliminar estas actividades?libs/ui/src/lib/activities-table/activities-table.component.ts334
@@ -5758,7 +5758,7 @@
Data gathering has been started.
- Data gathering has been started.
+ La recopilación de datos ha comenzado.apps/client/src/app/components/admin-market-data/admin-market-data.component.ts413
@@ -7367,7 +7367,7 @@
Shares Before
- Shares Before
+ Acciones antesapps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html597
@@ -8170,7 +8170,7 @@
{VAR_PLURAL, plural, =1 {Activity} other {Activities}}
- {VAR_PLURAL, plural, =1 {Activity} other {Activities}}
+ {VAR_PLURAL, plural, =1 {Actividad} other {Actividades}}libs/ui/src/lib/activities-table/activities-table.component.html69