Added comprehensive internationalization: - German and French translations via DeepL API - Language-responsive Agent Lightning integration page - Navbar feedback button now translates (DE: "Feedback geben", FR: "Donner son avis") - Translation files: agent-lightning-integration.json (EN/DE/FR) - Data-i18n attributes on all major headings and CTA buttons - i18n scripts loaded on Agent Lightning page Translation coverage: - Hero section - All major section headings - Call-to-action buttons - Navbar feedback menu item Files modified: - public/integrations/agent-lightning.html (i18n scripts + data-i18n attributes) - public/js/components/navbar.js (data-i18n for feedback button) - public/js/i18n-simple.js (page map entry) - public/locales/*/agent-lightning-integration.json (translations) - public/locales/*/common.json (navbar.feedback translations) - scripts/translate-agent-lightning.js (translation automation) - docs/reports/FRAMEWORK_PERFORMANCE_REPORT_2025-11-03.md (framework stats) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
73 lines
No EOL
3.2 KiB
JSON
73 lines
No EOL
3.2 KiB
JSON
{
|
|
"footer": {
|
|
"about_heading": "Tractatus Framework",
|
|
"about_text": "Architectural constraints for AI safety that preserve human agency through structural, not aspirational, enforcement.",
|
|
"documentation_heading": "Documentation",
|
|
"documentation_links": {
|
|
"framework_docs": "Framework Docs",
|
|
"about": "About",
|
|
"core_values": "Core Values",
|
|
"interactive_demo": "Interactive Demo"
|
|
},
|
|
"support_heading": "Support",
|
|
"support_links": {
|
|
"koha": "Support (Koha)",
|
|
"transparency": "Transparency",
|
|
"media_inquiries": "Media Inquiries",
|
|
"submit_case": "Submit Case Study"
|
|
},
|
|
"legal_heading": "Legal",
|
|
"legal_links": {
|
|
"privacy": "Privacy Policy",
|
|
"gdpr": "GDPR Compliance",
|
|
"contact": "Contact Us",
|
|
"github": "GitHub"
|
|
},
|
|
"te_tiriti_label": "Te Tiriti o Waitangi:",
|
|
"te_tiriti_text": "We acknowledge Te Tiriti o Waitangi and our commitment to partnership, protection, and participation. This project respects Māori data sovereignty (rangatiratanga) and collective guardianship (kaitiakitanga).",
|
|
"copyright": "John G Stroh. Licensed under",
|
|
"license": "Apache 2.0",
|
|
"location": "Made in Aotearoa New Zealand 🇳🇿",
|
|
"additional_resources": "Additional Resources",
|
|
"for_decision_makers": "For Decision-Makers",
|
|
"for_decision_makers_desc": "Strategic perspective on governance challenges and architectural approaches",
|
|
"implementation_guide": "Implementation Guide",
|
|
"implementation_guide_desc": "Technical integration patterns and deployment considerations",
|
|
"further_info": "Further Information",
|
|
"technical_docs": "Technical Documentation",
|
|
"technical_docs_desc": "Complete architecture specifications, implementation patterns, API reference",
|
|
"system_architecture": "System Architecture",
|
|
"system_architecture_desc": "Runtime-agnostic governance layer design and integration approach",
|
|
"research_case_studies": "Research & Case Studies",
|
|
"research_case_studies_desc": "Academic foundations, failure mode analysis, governance research",
|
|
"contact": "Contact:",
|
|
"contact_text": "For pilot partnerships, validation studies, or technical consultation, contact via"
|
|
},
|
|
"contact_modal": {
|
|
"heading": "Contact Us",
|
|
"description": "Have a question or want to get in touch? Fill out the form below and we will respond within 24 hours.",
|
|
"type_label": "Inquiry Type",
|
|
"type_options": {
|
|
"general": "General Inquiry",
|
|
"partnership": "Partnership",
|
|
"technical": "Technical Support",
|
|
"feedback": "Feedback"
|
|
},
|
|
"name_label": "Name",
|
|
"email_label": "Email",
|
|
"organization_label": "Organization (optional)",
|
|
"subject_label": "Subject (optional)",
|
|
"message_label": "Message",
|
|
"message_help": "Maximum 5000 characters",
|
|
"email_link_text": "Or email us at",
|
|
"cancel_button": "Cancel",
|
|
"submit_button": "Send Message",
|
|
"success_message": "Thank you for contacting us! We will respond within 24 hours.",
|
|
"error_prefix": "Error: ",
|
|
"submitting": "Sending..."
|
|
},
|
|
"navbar": {
|
|
"feedback": "Give Feedback",
|
|
"feedback_desc": "Governed by Tractatus + AL"
|
|
}
|
|
} |