feat: Update child photo label from Photo URL to Child Image
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

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>
This commit is contained in:
2025-10-04 09:32:29 +00:00
parent 0519740fc1
commit afdb51cf71
8 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
"name": "Name",
"birthDate": "Geburtsdatum",
"gender": "Geschlecht",
"photoUrl": "Foto-URL (Optional)",
"photoUrl": "Kinderbild (Optional)",
"photoPlaceholder": "https://example.com/photo.jpg",
"cancel": "Abbrechen",
"add": "Hinzufügen",

View File

@@ -17,7 +17,7 @@
"name": "Name",
"birthDate": "Birth Date",
"gender": "Gender",
"photoUrl": "Photo URL (Optional)",
"photoUrl": "Child Image (Optional)",
"photoPlaceholder": "https://example.com/photo.jpg",
"cancel": "Cancel",
"add": "Add",

View File

@@ -17,7 +17,7 @@
"name": "Nombre",
"birthDate": "Fecha de Nacimiento",
"gender": "Género",
"photoUrl": "URL de Foto (Opcional)",
"photoUrl": "Imagen del Niño (Opcional)",
"photoPlaceholder": "https://example.com/photo.jpg",
"cancel": "Cancelar",
"add": "Agregar",

View File

@@ -17,7 +17,7 @@
"name": "Nom",
"birthDate": "Date de Naissance",
"gender": "Genre",
"photoUrl": "URL de Photo (Optionnel)",
"photoUrl": "Image de l'Enfant (Optionnel)",
"photoPlaceholder": "https://example.com/photo.jpg",
"cancel": "Annuler",
"add": "Ajouter",

View File

@@ -17,7 +17,7 @@
"name": "Nome",
"birthDate": "Data di Nascita",
"gender": "Genere",
"photoUrl": "URL Foto (Opzionale)",
"photoUrl": "Immagine Bambino (Opzionale)",
"photoPlaceholder": "https://example.com/photo.jpg",
"cancel": "Annulla",
"add": "Aggiungi",

View File

@@ -17,7 +17,7 @@
"name": "Nome",
"birthDate": "Data de Nascimento",
"gender": "Gênero",
"photoUrl": "URL da Foto (Opcional)",
"photoUrl": "Imagem da Criança (Opcional)",
"photoPlaceholder": "https://example.com/photo.jpg",
"cancel": "Cancelar",
"add": "Adicionar",

View File

@@ -17,7 +17,7 @@
"name": "姓名",
"birthDate": "出生日期",
"gender": "性别",
"photoUrl": "照片URL(可选)",
"photoUrl": "儿童照片(可选)",
"photoPlaceholder": "https://example.com/photo.jpg",
"cancel": "取消",
"add": "添加",

File diff suppressed because one or more lines are too long