Phase 6: Translate User Pages - exchange, trades, invites, profile
- 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
This commit is contained in:
parent
7dd13292a0
commit
246553c402
22 changed files with 559 additions and 115 deletions
17
frontend/locales/ca/invites.json
Normal file
17
frontend/locales/ca/invites.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"page": {
|
||||
"title": "Les Meves Invitacions",
|
||||
"subtitle": "Comparteix els teus codis d'invitació amb amics perquè s'uneixin",
|
||||
"noInvites": "Encara no tens invitacions.",
|
||||
"noInvitesHint": "Contacta amb un administrador si necessites codis d'invitació per compartir.",
|
||||
"available": "Disponibles ({count})",
|
||||
"availableHint": "Comparteix aquests enllaços amb les persones que vulguis convidar",
|
||||
"used": "Usades ({count})",
|
||||
"revoked": "Revocades ({count})",
|
||||
"copyLink": "Copiar Enllaç",
|
||||
"copied": "Copiat!",
|
||||
"usedBy": "per {email}",
|
||||
"usedStatus": "Usada",
|
||||
"revokedStatus": "Revocada"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue