From 41457f4534f786e9264f2775b9e1f47a714da424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Tue, 26 Nov 2024 11:17:49 +0100 Subject: [PATCH] Update Spanish Changelog titles (#1701) --- .../src/main/kotlin/publish/ChangelogParser.kt | 4 ++-- docs/whatsNew/WHATS_NEW_ES.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-conventions-secant/src/main/kotlin/publish/ChangelogParser.kt b/build-conventions-secant/src/main/kotlin/publish/ChangelogParser.kt index fccdb8df..d670f11b 100644 --- a/build-conventions-secant/src/main/kotlin/publish/ChangelogParser.kt +++ b/build-conventions-secant/src/main/kotlin/publish/ChangelogParser.kt @@ -21,11 +21,11 @@ object ChangelogParser { internal const val SPANISH_TAG = "ES" private const val ADDED_PART_EN = "Added" - private const val ADDED_PART_ES = "Agregado" + private const val ADDED_PART_ES = "Añadido" private const val CHANGED_PART_EN = "Changed" private const val CHANGED_PART_ES = "Cambiado" private const val FIXED_PART_EN = "Fixed" - private const val FIXED_PART_ES = "Arreglado" + private const val FIXED_PART_ES = "Corregido" private const val REMOVED_PART_EN = "Removed" private const val REMOVED_PART_ES = "Removido" diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index d13ea72d..f71c6154 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -14,14 +14,14 @@ directly impact users rather than highlighting other key architectural updates.* ## [1.2.3 (796)] - 2024-11-26 -### Agregado +### Añadido - ¡Finalmente está aquí! ¡La integración de Flexa a tu servicio! - Paga con Flexa en comercios compatibles en Estados Unidos, Canadá y El Salvador. - Te está esperando en la configuración de Zashi. ## [1.2.2 (789)] - 2024-11-18 -### Agregado +### Añadido - ¡Hola!, Zashi aprendió Español. - Nuevo manejo de transacciones de baja denominación, esto hace transacciones más rápidas y uso eficiente del saldo. - Implementación de encriptado y almacenamiento remoto de información en agenda. @@ -32,5 +32,5 @@ directly impact users rather than highlighting other key architectural updates.* - Mejora en pantalla de configuración y estatus. - Comentarios y sugerencias mejoradas. -### Arreglado +### Corregido - Icono de transacciones privadas arreglado.