arbret/frontend/locales/en/exchange.json
2025-12-26 23:27:33 +01:00

77 lines
2.1 KiB
JSON

{
"status": {
"pending": "Pending",
"completed": "Completed",
"userCancelled": "User Cancelled",
"adminCancelled": "Admin Cancelled",
"noShow": "No Show"
},
"direction": {
"buy": "BUY BTC",
"sell": "SELL BTC",
"buyShort": "Buy BTC",
"sellShort": "Sell BTC"
},
"transferMethod": {
"onchain": "Onchain",
"lightning": "Lightning"
},
"page": {
"title": "Exchange Bitcoin",
"subtitle": "Buy or sell Bitcoin with a 5% premium",
"viewExistingTrade": "View your existing trade →"
},
"steps": {
"details": "Exchange Details",
"booking": "Book Appointment",
"confirm": "Confirm"
},
"detailsStep": {
"paymentMethod": "Payment Method",
"required": "*",
"lightningThreshold": "Lightning payments are only available for amounts up to €{max}",
"amount": "Amount (EUR)",
"summaryBuy": "You pay {eur}, you receive {sats}",
"summarySell": "You pay {sats}, you receive {eur}",
"continueToBooking": "Continue to Booking"
},
"bookingStep": {
"yourExchange": "Your Exchange",
"edit": "Edit",
"buy": "Buy",
"sell": "Sell",
"receiveVia": "Receive via",
"sendVia": "Send via",
"selectDate": "Select a Date",
"existingTradeWarning": "You already have a trade booked on this day. You can only book one trade per day.",
"viewExistingTrade": "View your existing trade →",
"availableSlots": "Available Slots for",
"loadingSlots": "Loading slots...",
"noSlots": "No available slots for this date"
},
"confirmationStep": {
"appointment": "Appointment",
"edit": "Edit",
"confirmTrade": "Confirm Trade",
"time": "Time:",
"direction": "Direction:",
"eur": "EUR:",
"btc": "BTC:",
"rate": "Rate:",
"payment": "Payment:",
"receiveVia": "Receive via",
"sendVia": "Send via",
"booking": "Booking...",
"priceStale": "Price Stale",
"confirmBuy": "Confirm Buy",
"confirmSell": "Confirm Sell",
"back": "Back"
},
"priceDisplay": {
"loading": "Loading price...",
"market": "Market:",
"ourPrice": "Our price:",
"updated": "Updated",
"stale": "(stale)"
}
}