.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user