**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>
54 lines
No EOL
2.3 KiB
JSON
54 lines
No EOL
2.3 KiB
JSON
{
|
|
"footer": {
|
|
"about_heading": "Tractatus Framework",
|
|
"about_text": "Architektonische Beschränkungen für KI-Sicherheit, die menschliche Entscheidungsfreiheit durch strukturelle, nicht aspirationale, Garantien wahren.",
|
|
"documentation_heading": "Dokumentation",
|
|
"documentation_links": {
|
|
"framework_docs": "Framework-Dokumentation",
|
|
"about": "Über uns",
|
|
"core_values": "Grundwerte",
|
|
"interactive_demo": "Interaktive Demo"
|
|
},
|
|
"support_heading": "Unterstützung",
|
|
"support_links": {
|
|
"koha": "Unterstützung (Koha)",
|
|
"transparency": "Transparenz",
|
|
"media_inquiries": "Medienanfragen",
|
|
"submit_case": "Fallstudie einreichen"
|
|
},
|
|
"legal_heading": "Rechtliches",
|
|
"legal_links": {
|
|
"privacy": "Datenschutzerklärung",
|
|
"contact": "Kontakt",
|
|
"github": "GitHub"
|
|
},
|
|
"te_tiriti_label": "Te Tiriti o Waitangi:",
|
|
"te_tiriti_text": "Wir erkennen Te Tiriti o Waitangi und unser Bekenntnis zu Partnerschaft, Schutz und Teilhabe an. Dieses Projekt respektiert die Māori-Datensouveränität (rangatiratanga) und kollektive Vormundschaft (kaitiakitanga).",
|
|
"copyright": "John G Stroh. Lizenziert unter",
|
|
"license": "Apache 2.0",
|
|
"location": "Hergestellt in Aotearoa Neuseeland 🇳🇿"
|
|
},
|
|
"contact_modal": {
|
|
"heading": "Kontakt",
|
|
"description": "Haben Sie eine Frage oder möchten Sie Kontakt mit uns aufnehmen? Füllen Sie das untenstehende Formular aus und wir werden Ihnen innerhalb von 24 Stunden antworten.",
|
|
"type_label": "Anfrage Typ",
|
|
"type_options": {
|
|
"general": "Allgemeine Anfrage",
|
|
"partnership": "Partnerschaft",
|
|
"technical": "Technische Unterstützung",
|
|
"feedback": "Rückmeldung"
|
|
},
|
|
"name_label": "Name",
|
|
"email_label": "E-Mail",
|
|
"organization_label": "Organisation (fakultativ)",
|
|
"subject_label": "Thema (fakultativ)",
|
|
"message_label": "Nachricht",
|
|
"message_help": "Maximal 5000 Zeichen",
|
|
"email_link_text": "Oder senden Sie uns eine E-Mail an",
|
|
"cancel_button": "Abbrechen",
|
|
"submit_button": "Nachricht senden",
|
|
"success_message": "Vielen Dank, dass Sie mit uns Kontakt aufgenommen haben! Wir werden innerhalb von 24 Stunden antworten.",
|
|
"error_prefix": "Fehler:",
|
|
"submitting": "Senden..."
|
|
}
|
|
} |