tractatus/public/locales/de/common.json
TheFlow ac2db33732 fix(submissions): restructure Economist package and fix article display
- Create Economist SubmissionTracking package correctly:
  * mainArticle = full blog post content
  * coverLetter = 216-word SIR— letter
  * Links to blog post via blogPostId
- Archive 'Letter to The Economist' from blog posts (it's the cover letter)
- Fix date display on article cards (use published_at)
- Target publication already displaying via blue badge

Database changes:
- Make blogPostId optional in SubmissionTracking model
- Economist package ID: 68fa85ae49d4900e7f2ecd83
- Le Monde package ID: 68fa2abd2e6acd5691932150

Next: Enhanced modal with tabs, validation, export

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 08:47:42 +13:00

31 lines
1.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 🇳🇿"
}
}