Files
maternal-app/maternal-web/locales/en/children.json
Andrei afdb51cf71
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: Update child photo label from Photo URL to Child Image
Changed translation key from "Photo URL (Optional)" to "Child Image (Optional)"
in all supported languages:
- English: Child Image (Optional)
- Spanish: Imagen del Niño (Opcional)
- French: Image de l'Enfant (Optionnel)
- Portuguese: Imagem da Criança (Opcional)
- German: Kinderbild (Optional)
- Italian: Immagine Bambino (Opzionale)
- Chinese: 儿童照片(可选)

This makes it clearer that users should upload a child's photo, not a URL.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-04 09:32:29 +00:00

51 lines
1.5 KiB
JSON

{
"title": "Children",
"subtitle": "Manage your family's children profiles",
"addChild": "Add Child",
"addFirstChild": "Add First Child",
"editChild": "Edit Child",
"deleteChild": "Delete Child",
"noChildren": "No children added yet",
"noChildrenSubtitle": "Add your first child to start tracking their activities",
"age": "Age",
"gender": {
"male": "Male",
"female": "Female",
"other": "Other"
},
"dialog": {
"name": "Name",
"birthDate": "Birth Date",
"gender": "Gender",
"photoUrl": "Child Image (Optional)",
"photoPlaceholder": "https://example.com/photo.jpg",
"cancel": "Cancel",
"add": "Add",
"update": "Update",
"saving": "Saving...",
"delete": "Delete",
"deleting": "Deleting...",
"confirmDelete": "Confirm Delete",
"confirmDeleteMessage": "Are you sure you want to delete",
"confirmDeleteWarning": "This action cannot be undone. All associated data will be permanently removed.",
"validation": {
"nameRequired": "Please enter a name",
"birthDateRequired": "Please select a birth date",
"birthDateFuture": "Birth date cannot be in the future"
}
},
"errors": {
"noFamily": "No family found. Please complete onboarding first.",
"loadFailed": "Failed to load children",
"saveFailed": "Failed to save child",
"deleteFailed": "Failed to delete child",
"noFamilyId": "No family ID found"
},
"ageFormat": {
"year": "year",
"years": "years",
"month": "month",
"months": "months"
}
}