This commit is contained in:
2026-06-06 22:45:31 +02:00
parent 54f291033c
commit 644119377d
8 changed files with 65 additions and 28 deletions
@@ -33,7 +33,7 @@ val EsHomeStrings = AppStrings(
justNow = "justo ahora",
minAgo = {min -> "hace $min min"},
atTime = {time -> "a las $time"},
viewHistory = "Ver historial",
viewHistory = "Historial",
selectCurrency = "Seleccionar moneda",
currencyNone = "Ninguna",
hideFiatEquivalent = "Ocultar equivalente fiat",
@@ -272,6 +272,10 @@ val EsHomeStrings = AppStrings(
"las coincidencias parciales también funcionan.",
// ── PaymentDetailScreen ───────────────────────────────────────────────────
statusSuccess = "Completado",
statusPending = "Pendiente",
statusFailed = "Fallido",
statusUnknown = "Desconocido",
detailOutgoingTitle = "Pago saliente",
detailIncomingTitle = "Pago entrante",
detailBack = "Atrás",