docs: complete German structured documentation
Module Package Release / publish-packages (push) Successful in 12s
Module Package Release / publish-packages (push) Successful in 12s
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "govoplan-identity"
|
||||
version = "0.1.19"
|
||||
version = "0.1.20"
|
||||
description = "GovOPlaN identity directory module."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""GovOPlaN identity module."""
|
||||
|
||||
__version__ = "0.1.19"
|
||||
__version__ = "0.1.20"
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
"""German translations for public structured documentation metadata."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
||||
|
||||
GERMAN_STRUCTURED_TRANSLATIONS: dict[str, dict[str, Any]] = {'identity.administration': {'outcome': 'Canonical Identität und Link Zustand ändert sich atomar '
|
||||
'mit system-scoped Audit-Beweis.',
|
||||
'prerequisites': ['Der Administrator verfügt über die Berechtigung '
|
||||
'zur Verwaltung der Systemidentität.',
|
||||
'Konto-IDs werden von einem autorisierten '
|
||||
'Access-Verwaltungsworkflow abgerufen.'],
|
||||
'verification': 'Laden Sie die Identität neu, überprüfen Sie den '
|
||||
'primären Marker und den Lebenszykluszustand und '
|
||||
'prüfen Sie dann die entsprechenden '
|
||||
'Systemaudit-Aufzeichnungen.'},
|
||||
'identity.data-subject-requests': {'consequence_classes': {'corroborated_export': 'Gibt nur ein '
|
||||
'übereinstimmendes '
|
||||
'Identitäts-/Konto-Link-Paar '
|
||||
'an.',
|
||||
'manual_erasure_review': 'Verhindert, '
|
||||
'dass eine '
|
||||
'Mandantenanfrage '
|
||||
'den '
|
||||
'systemweiten '
|
||||
'Identitätsstatus '
|
||||
'ändert.'}},
|
||||
'identity.lifecycle': {'outcome': 'Identitätssichtbarkeit oder Statusänderungen des Primärkontos, '
|
||||
'ohne die Herkunft des Kontolinks zu löschen.',
|
||||
'prerequisites': ['Der Anrufer hat eine separate Lifecycle-Berechtigung '
|
||||
'eingerichtet.',
|
||||
'Das Ersatz-Primärkonto ist bereits mit der Identität '
|
||||
'verknüpft.'],
|
||||
'verification': 'Bestätigen Sie gewöhnliche versus inaktive '
|
||||
'Verzeichnisergebnisse, überprüfen Sie jeden beibehaltenen '
|
||||
'Kontolink und überprüfen Sie den entsprechenden '
|
||||
'Identitätslebenszyklus-Audit-Record.'}}
|
||||
@@ -1,5 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from govoplan_core.core.modules import with_documentation_structured_translations
|
||||
from govoplan_identity.backend.german_structured_documentation import GERMAN_STRUCTURED_TRANSLATIONS
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from govoplan_core.core.access import (
|
||||
@@ -115,7 +118,7 @@ def _dsar_provider(context: ModuleContext) -> IdentityDsarProvider:
|
||||
manifest = ModuleManifest(
|
||||
id="identity",
|
||||
name="Identity",
|
||||
version="0.1.19",
|
||||
version="0.1.20",
|
||||
required_capabilities=(
|
||||
CAPABILITY_AUTH_PRINCIPAL_RESOLVER,
|
||||
CAPABILITY_AUTH_PERMISSION_EVALUATOR,
|
||||
@@ -362,5 +365,10 @@ manifest = ModuleManifest(
|
||||
)
|
||||
|
||||
|
||||
manifest = with_documentation_structured_translations(
|
||||
manifest, locale="de", translations=GERMAN_STRUCTURED_TRANSLATIONS
|
||||
)
|
||||
|
||||
|
||||
def get_manifest() -> ModuleManifest:
|
||||
return manifest
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@govoplan/identity-webui",
|
||||
"version": "0.1.19",
|
||||
"version": "0.1.20",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user