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", "name": "Name",
"birthDate": "Geburtsdatum", "birthDate": "Geburtsdatum",
"gender": "Geschlecht", "gender": "Geschlecht",
"photoUrl": "Foto-URL (Optional)", "photoUrl": "Kinderbild (Optional)",
"photoPlaceholder": "https://example.com/photo.jpg", "photoPlaceholder": "https://example.com/photo.jpg",
"cancel": "Abbrechen", "cancel": "Abbrechen",
"add": "Hinzufügen", "add": "Hinzufügen",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long