- 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
17 lines
566 B
JSON
17 lines
566 B
JSON
{
|
|
"page": {
|
|
"title": "My Invites",
|
|
"subtitle": "Share your invite codes with friends to let them join",
|
|
"noInvites": "You don't have any invites yet.",
|
|
"noInvitesHint": "Contact an admin if you need invite codes to share.",
|
|
"available": "Available ({count})",
|
|
"availableHint": "Share these links with people you want to invite",
|
|
"used": "Used ({count})",
|
|
"revoked": "Revoked ({count})",
|
|
"copyLink": "Copy Link",
|
|
"copied": "Copied!",
|
|
"usedBy": "by {email}",
|
|
"usedStatus": "Used",
|
|
"revokedStatus": "Revoked"
|
|
}
|
|
}
|