feat(pitch-deck): rename Traction → Meilensteine, update milestones data
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m10s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 32s
CI / test-python-voice (push) Successful in 36s
CI / test-bqas (push) Successful in 36s
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m10s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 32s
CI / test-python-voice (push) Successful in 36s
CI / test-bqas (push) Successful in 36s
- i18n: Traction & Meilensteine → Meilensteine / Milestones - slideNames updated (DE + EN) - Chat display name updated - Milestones data replaced via MCP (both versions): 13 milestones chronologically: domains, DPMA, IHK, prototype, pilot customers, RAG pipeline, EUIPO, L-Bank, Gründerzuschuss, GmbH founding, onboarding, App Store, distribution - Metrics updated: 385 docs, 25k controls, 12 modules, etc. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,7 @@ const SLIDE_DISPLAY_NAMES: Record<string, { de: string; en: string }> = {
|
||||
'how-it-works': { de: 'So funktioniert\'s', en: 'How It Works' },
|
||||
'market': { de: 'Markt', en: 'Market' },
|
||||
'business-model': { de: 'Geschäftsmodell', en: 'Business Model' },
|
||||
'traction': { de: 'Traction', en: 'Traction' },
|
||||
'traction': { de: 'Meilensteine', en: 'Milestones' },
|
||||
'competition': { de: 'Wettbewerb', en: 'Competition' },
|
||||
'team': { de: 'Team', en: 'Team' },
|
||||
'financials': { de: 'Finanzen', en: 'Financials' },
|
||||
|
||||
@@ -19,7 +19,7 @@ const translations = {
|
||||
'So funktioniert\'s',
|
||||
'Markt',
|
||||
'Geschäftsmodell',
|
||||
'Traction',
|
||||
'Meilensteine',
|
||||
'Wettbewerb',
|
||||
'Team',
|
||||
'Finanzen',
|
||||
@@ -205,8 +205,8 @@ const translations = {
|
||||
savingsTotal: 'Ersparnis',
|
||||
},
|
||||
traction: {
|
||||
title: 'Traction & Meilensteine',
|
||||
subtitle: 'Unser bisheriger Fortschritt',
|
||||
title: 'Meilensteine',
|
||||
subtitle: 'Was wir bereits erreicht haben — und was als Nächstes kommt',
|
||||
completed: 'Abgeschlossen',
|
||||
inProgress: 'In Arbeit',
|
||||
planned: 'Geplant',
|
||||
@@ -315,7 +315,7 @@ const translations = {
|
||||
'How It Works',
|
||||
'Market',
|
||||
'Business Model',
|
||||
'Traction',
|
||||
'Milestones',
|
||||
'Competition',
|
||||
'Team',
|
||||
'Financials',
|
||||
@@ -501,8 +501,8 @@ const translations = {
|
||||
savingsTotal: 'Total Savings',
|
||||
},
|
||||
traction: {
|
||||
title: 'Traction & Milestones',
|
||||
subtitle: 'Our progress so far',
|
||||
title: 'Milestones',
|
||||
subtitle: 'What we have achieved — and what comes next',
|
||||
completed: 'Completed',
|
||||
inProgress: 'In Progress',
|
||||
planned: 'Planned',
|
||||
|
||||
Reference in New Issue
Block a user