arbret/frontend/locales/en/trades.json

46 lines
1.4 KiB
JSON
Raw Normal View History

{
"page": {
"title": "My Trades",
"subtitle": "View and manage your Bitcoin trades",
"loadingTrades": "Loading trades...",
"noTrades": "You don't have any trades yet.",
"startTrading": "Start trading",
"upcoming": "Upcoming ({count})",
"history": "History ({count})"
},
"trade": {
"rate": "Rate:",
"cancel": "Cancel",
"viewDetails": "View Details"
2025-12-26 19:00:56 +01:00
},
"details": {
"title": "Trade Details",
"loading": "Loading...",
"backToTrades": "← Back to Trades",
"backToTradesShort": "Back to Trades",
"error": "Failed to load trade. It may not exist or you may not have permission to view it.",
"tradeInformation": "Trade Information",
"amounts": "Amounts",
"pricing": "Pricing",
"timestamps": "Timestamps",
"status": "Status:",
"time": "Time:",
"direction": "Direction:",
"paymentMethod": "Payment Method:",
"eurAmount": "EUR Amount:",
"bitcoinAmount": "Bitcoin Amount:",
"marketPrice": "Market Price:",
"agreedPrice": "Agreed Price:",
"premium": "Premium:",
"created": "Created:",
"cancelled": "Cancelled:",
"completed": "Completed:",
"buyBtc": "BUY BTC",
"sellBtc": "SELL BTC",
"receiveVia": "Receive via",
"sendVia": "Send via",
"cancelTrade": "Cancel Trade",
"cancelConfirm": "Are you sure you want to cancel this trade? This action cannot be undone."
}
}