docs: complete German structured documentation
Module Package Release / publish-packages (push) Successful in 10s
Module Package Release / publish-packages (push) Successful in 10s
This commit is contained in:
@@ -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.'}}}
|
||||
Reference in New Issue
Block a user