tractatus/public/locales/de/media-inquiry.json
TheFlow a69d12b5ba feat(i18n): add multilingual support to Contact Us modal and fix translations
**Contact Modal:**
- Added complete DE/FR translations for contact form
- Added 17 data-i18n attributes to modal elements
- Form labels, buttons, messages now translate
- Languages: EN, DE (Nachricht senden), FR (Envoyer le message)

**Fixed Translations:**
- media-inquiry.json: Fixed "Your Name" → "Ihr Name" (DE), "Votre nom" (FR)
- common.json: Added contact_modal section with all form text

**Translations Added:**
- Modal heading, description, all form labels
- Inquiry type options (general, partnership, technical, feedback)
- Submit/cancel buttons, success/error messages
- Dynamic "Sending..." text (Senden.../Envoi en cours...)

**Technical:**
- Contact modal in footer.js now fully i18n-enabled
- Uses window.I18n.translations for dynamic content
- All text translates when language selector is used

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 16:57:47 +13:00

29 lines
No EOL
1.6 KiB
JSON

{
"page": {
"title": "Medienrecherche | Tractatus AI Sicherheit",
"heading": "Medien-Anfrage",
"description": "Presse- und Medienanfragen über den Tractatus-Rahmen. Wir prüfen alle Anfragen und antworten umgehend."
},
"form": {
"contact_info_heading": "Kontaktinformationen",
"contact_name_label": "Ihr Name",
"contact_email_label": "E-Mail Adresse",
"contact_outlet_label": "Medienvertrieb/Organisation",
"contact_outlet_help": "Veröffentlichung, Website, Podcast oder Organisation, die Sie vertreten",
"contact_phone_label": "Telefonnummer (optional)",
"inquiry_details_heading": "Anfrage Details",
"inquiry_subject_label": "Thema",
"inquiry_message_label": "Nachricht",
"inquiry_deadline_label": "Frist (falls zutreffend)",
"inquiry_deadline_help": "Bis wann benötigen Sie eine Antwort?",
"submit_button": "Anfrage einreichen",
"submit_help": "Wir prüfen alle Medienanfragen und antworten in der Regel innerhalb von 24-48 Stunden."
},
"privacy_note": "Ihre Kontaktinformationen werden nach unseren <a href=\"/about/values.html\" class=\"hover:underline transition-colors text-tractatus-link\">Datenschutzgrundsätzen</a> behandelt. Wir geben Medienanfragen niemals an Dritte weiter.",
"messages": {
"submitting": "Einreichen...",
"success": "Vielen Dank für Ihre Anfrage. Wir werden sie prüfen und in Kürze beantworten.",
"error": "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.",
"network_error": "Netzwerkfehler. Bitte überprüfen Sie Ihre Verbindung und versuchen Sie es erneut."
}
}