- Expand exchange.json with all exchange page strings (page, steps, detailsStep, bookingStep, confirmationStep, priceDisplay) - Create trades.json translation files for es, en, ca - Create invites.json translation files for es, en, ca - Create profile.json translation files for es, en, ca - Translate exchange page and all components (ExchangeDetailsStep, BookingStep, ConfirmationStep, StepIndicator, PriceDisplay) - Translate trades page (titles, sections, buttons, status labels) - Translate invites page (titles, sections, status badges, copy button) - Translate profile page (form labels, hints, placeholders, messages) - Update IntlProvider to load all new namespaces - All frontend tests passing
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|