Files
maternal-app/maternal-web/locales/fr/family.json
Andrei 58c3a8d9d5
Some checks failed
CI/CD Pipeline / Lint and Test (push) Has been cancelled
CI/CD Pipeline / E2E Tests (push) Has been cancelled
CI/CD Pipeline / Build Application (push) Has been cancelled
feat: Complete Spanish, French, Portuguese, Chinese localization and add German/Italian support
- Updated all Spanish (es) translation files with comprehensive translations for tracking, AI, family, insights, children, and settings pages
- Updated French (fr), Portuguese (pt), and Chinese (zh) translations to match English structure
- Added German (de) and Italian (it) language support with complete translation files
- Fixed medicine tracker route from /track/medication to /track/medicine
- Updated i18n config to support 7 languages: en, es, fr, pt, zh, de, it
- All tracking pages now fully localized: sleep, feeding, diaper, medicine, activity
- AI assistant interface fully translated with thinking messages and suggested questions
- Family management and insights pages now support all languages

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-03 15:03:02 +00:00

44 lines
1.4 KiB
JSON

{
"pageTitle": "Family",
"pageSubtitle": "Manage your family members and share access",
"buttons": {
"joinFamily": "Join Family",
"inviteMember": "Invite Member",
"copyCode": "Copy Code",
"inviteFirstMember": "Invite First Member"
},
"shareCode": {
"title": "Family Share Code",
"description": "Share this code with family members to give them access to your family's data"
},
"members": {
"title": "Family Members ({{count}})",
"noMembers": "No family members yet",
"noMembersDescription": "Invite family members to collaborate on child care",
"youLabel": "You",
"removeAriaLabel": "Remove {{name}} from family"
},
"roles": {
"parent": "Parent",
"caregiver": "Caregiver",
"viewer": "Viewer"
},
"messages": {
"shareCodeCopied": "Share code copied to clipboard!",
"shareCodeCopyFailed": "Failed to copy share code",
"invitationSent": "Invitation sent successfully!",
"joinedFamily": "Successfully joined family!",
"memberRemoved": "Member removed successfully",
"noFamilyFound": "No family found. Please complete onboarding first.",
"failedToLoad": "Failed to load family information",
"noFamilyId": "No family ID found",
"failedToInvite": "Failed to send invitation",
"failedToJoin": "Failed to join family",
"failedToRemove": "Failed to remove member"
},
"placeholders": {
"unknownUser": "Unknown User",
"noEmail": "No email"
}
}