tractatus/public/locales/en/common.json
TheFlow a7937dc274 feat: Add company website links to navbar and footer
- Add 'Company' section to footer with MySovereignty website links
  - Link to main website (mysovereignty.digital)
  - Link to Village Ecosystem page
  - Link to About Us page
- Add 'Company' section to navbar mobile menu
  - Link to main website (mysovereignty.digital)
- Update footer grid layout: md:grid-cols-4 → md:grid-cols-2 lg:grid-cols-5
- Include translations for all 3 languages (EN, DE, FR)
  - EN: Company
  - DE: Unternehmen
  - FR: Entreprise

Files modified:
- public/js/components/footer.js (lines 52-62)
- public/js/components/navbar.js (lines 110-116)
- public/locales/en/common.json
- public/locales/de/common.json
- public/locales/fr/common.json

Tested locally on port 9000 - all links functional, translations verified.
2025-11-24 13:12:44 +13:00

90 lines
No EOL
3.6 KiB
JSON

{
"footer": {
"company_heading": "Company",
"company_links": {
"website": "← MySovereignty",
"ecosystem": "Village Ecosystem",
"about_company": "About Us"
},
"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"
},
"subscribe_heading": "Subscribe",
"subscribe_links": {
"newsletter": "Newsletter",
"rss_all": "RSS Feed (All)",
"rss_research": "RSS (Research)",
"rss_governance": "RSS (Governance)"
},
"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",
"company_heading": "Company",
"company_links": {
"website": "← MySovereignty"
}
}
}