feat: Glossar-Folie mit 27 Abkürzungen in 4 Kategorien

Letzte Folie "Glossar & Abkürzungen":
- Code Security & DevSecOps: SAST, DAST, SBOM, DevSecOps, SCA, CI/CD, AppSec
- Compliance & Datenschutz: DSGVO, VVT, TOMs, DSFA, DSR, DSB, ISMS
- EU-Regulierungen: AI Act, CRA, NIS2, MVO, TISAX
- Geschäftskennzahlen: ARR, MRR, CAC, LTV, ARPU, SaaS, ESOP, ROI

Jede Abkürzung mit ausgeschriebenem Namen + Kurzbeschreibung (DE+EN)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-28 23:03:27 +01:00
parent 06431be40d
commit 159d07efd5
5 changed files with 106 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ const translations = {
'Anhang: SDK Demo',
'Anhang: Strategie',
'Anhang: Finanzplan',
'Glossar',
],
executiveSummary: {
title: 'Executive Summary',
@@ -329,6 +330,7 @@ const translations = {
'Appendix: SDK Demo',
'Appendix: Strategy',
'Appendix: Financial Plan',
'Glossary',
],
executiveSummary: {
title: 'Executive Summary',

View File

@@ -28,6 +28,7 @@ export const SLIDE_ORDER: SlideId[] = [
'annex-sdk-demo',
'annex-strategy',
'annex-finanzplan',
'annex-glossary',
]
export const TOTAL_SLIDES = SLIDE_ORDER.length

View File

@@ -228,3 +228,4 @@ export type SlideId =
| 'annex-sdk-demo'
| 'annex-strategy'
| 'annex-finanzplan'
| 'annex-glossary'