.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.bitcointxoko.gudariwallet.i18n
|
||||
|
||||
import cafe.adriel.lyricist.LyricistStrings
|
||||
import kotlin.String
|
||||
|
||||
@LyricistStrings(languageTag = "en", default = true)
|
||||
val EnHomeStrings = AppStrings(
|
||||
@@ -31,9 +32,9 @@ val EnHomeStrings = AppStrings(
|
||||
showFiat = "+ Show fiat",
|
||||
updatedAt = { label -> "Updated $label" },
|
||||
justNow = "just now",
|
||||
minAgo = {min -> "$min ago"},
|
||||
minAgo = {min -> "$min min ago"},
|
||||
atTime = {time -> "at $time"},
|
||||
viewHistory = "View History",
|
||||
viewHistory = "Activity",
|
||||
selectCurrency = "Select currency",
|
||||
currencyNone = "None",
|
||||
hideFiatEquivalent = "Hide fiat equivalent",
|
||||
@@ -196,7 +197,7 @@ val EnHomeStrings = AppStrings(
|
||||
sendVmPaymentFailedRescan = "Payment failed — could not re-fetch address",
|
||||
|
||||
// ── HistoryScreen ─────────────────────────────────────────────────────────
|
||||
historyTitle = "History",
|
||||
historyTitle = "Activity",
|
||||
historyClose = "Close",
|
||||
historySearchPayments = "Search payments",
|
||||
historyFilterPayments = "Filter payments",
|
||||
@@ -272,6 +273,10 @@ val EnHomeStrings = AppStrings(
|
||||
"partial matches work too.",
|
||||
|
||||
// ── PaymentDetailScreen ───────────────────────────────────────────────────
|
||||
statusSuccess = "Success", // e.g. "Success"
|
||||
statusPending = "Pending", // e.g. "Pending"
|
||||
statusFailed = "Failed", // e.g. "Failed"
|
||||
statusUnknown = "Unknown", // e.g. "Unknown"
|
||||
detailOutgoingTitle = "Outgoing payment",
|
||||
detailIncomingTitle = "Incoming payment",
|
||||
detailBack = "Back",
|
||||
|
||||
Reference in New Issue
Block a user