docs: complete German structured documentation
Module Package Release / publish-packages (push) Successful in 10s

This commit is contained in:
2026-08-24 01:23:36 +02:00
parent c6c643778b
commit 38e038b3a0
6 changed files with 34 additions and 5 deletions
@@ -0,0 +1,21 @@
"""German translations for public structured documentation metadata."""
from __future__ import annotations
from typing import Any
GERMAN_STRUCTURED_TRANSLATIONS: dict[str, dict[str, Any]] = {'tickets.module-boundary': {'consequence_classes': {'canonical_store': 'Tickets ist der einzige '
'betriebsbereite '
'Ticketshop; Helpdesk '
'liefert Richtlinien und '
'Warteschlangensemantik.',
'case_boundary': 'Fall Eskalation schafft '
'eine stabile auditierbare '
'Verbindung und konvertiert '
'oder kopiert nie '
'Ticket-Historie.',
'soft_delete': 'Die Löschung verbirgt die '
'aktuelle Arbeit, bewahrt aber '
'unveränderliche Nachweise der '
'Rechenschaftspflicht.'}}}