14 lines
752 B
Python
14 lines
752 B
Python
"""German translations for public structured documentation metadata."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from typing import Any
|
|
|
|
|
|
GERMAN_STRUCTURED_TRANSLATIONS: dict[str, dict[str, Any]] = {'evaluation.module-boundary': {'consequence_classes': {'seed_boundary': 'Deklariert Besitz und '
|
|
'optionale '
|
|
'Integrationsgrenzen; es '
|
|
'ist noch kein '
|
|
'Laufzeit-Workflow '
|
|
'verfügbar.'}}}
|