blob: 376122d7d7ee99e7a40f0128f437037b0fee4909 [file]
{
"Custom Functions": "Benutzerdefinierte Funktionen",
"Add Function": "Funktion hinzufügen",
"Add Role Matching": "Rolle hinzufügen",
"Add Domain Matching": "Domain hinzufügen",
"Model": "Modell",
"Select your model": "Wählen Sie Ihr Modell",
"RESET": "Zurücksetzen",
"Reset tooltip": "Alle Felder auf ihre Standardwerte zurücksetzen.",
"Policy": "Richtlinie",
"Policy Editor": "Richtlinien-Editor",
"Model Gallery": "Modell-Galerie",
"Load in Editor": "Im Editor öffnen",
"Request": "Anfrage",
"Enforcement Result": "Durchsetzungsergebnis",
"Why this result": "Warum dieses Ergebnis?",
"Explain it": "Erklären",
"RUN THE TEST": "Test ausführen",
"Run test tooltip": "Führen Sie die Abfrage aus und sehen Sie das Ergebnis im Durchsetzungsergebnis-Bereich.",
"Refresh Engines": "Engines aktualisieren",
"SHARE": "Teilen",
"Share tooltip": "Teilen Sie die aktuelle Konfiguration über einen generierten Link.",
"Sharing": "Teilen...",
"Share failed": "Teilen fehlgeschlagen",
"No content to share": "Kein Inhalt zum Teilen",
"Link copied to clipboard": "Link in die Zwischenablage kopiert",
"Test completed successfully": "Test erfolgreich abgeschlossen",
"Enter custom endpoint": "Benutzerdefinierte Endpunkt eingeben",
"Upload File": "Datei hochladen",
"Select Endpoint": "Endpunkt auswählen",
"Compare Engines": "Engines vergleichen",
"View Source Code": "Quellcode anzeigen",
"Refreshing engines...": "Engines werden aktualisiert...",
"Engines refreshed successfully": "Engines wurden erfolgreich aktualisiert",
"Failed to refresh engines": "Fehler beim Aktualisieren der Engines",
"Shared at": "Geteilt unter",
"Done in": "Abgeschlossen in",
"COPY": "KOPIEREN",
"Copy tooltip": "Kopieren Sie alle Inhalte aus Modell, Richtlinie, Anfrage und Durchsetzungsergebnis.",
"DOWNLOAD": "HERUNTERLADEN",
"Download tooltip": "Laden Sie die aktuelle Konfiguration als Datei herunter.",
"Content copied to clipboard": "Inhalt in die Zwischenablage kopiert",
"Failed to copy content": "Fehler beim Kopieren des Inhalts",
"Configuration downloaded successfully": "Konfiguration erfolgreich heruntergeladen",
"Failed to download configuration": "Fehler beim Herunterladen der Konfiguration",
"Model Gallery": "Modellgalerie",
"Role Graph": "Rollengraph",
"Show Role Inheritance Graph": "Rollenvererbungsgraph anzeigen",
"Role Inheritance Graph": "Rollenvererbungsgraph",
"User": "Benutzer",
"Role": "Rolle",
"Resource": "Ressource",
"Circular dependency detected": "Circular dependency detected:",
"No role inheritance relationships found": "No role inheritance relationships found. Please ensure the policy contains g, or g2, rules.",
"Legend": "Legend",
"Actual user entity": "Actual user entity",
"Permission set": "Permission set",
"Resource role (g2)": "Resource role (g2)",
"Node Types": "Knotentypen",
"Connection Types": "Verbindungstypen",
"Object": "Objekt",
"Action": "Aktion",
"No policy relationships found": "No policy relationships found",
"(empty)": "(leer)",
"Ask AI": "KI fragen",
"Auto": "Auto",
"Gallery description": "Durchsuchen und wählen Sie aus unserer Sammlung von Zugriffskontrollmodellen",
"Copyright": "Copyright © {year} Casbin-Mitwirkende.",
"All": "Alle",
"ACL": "ACL",
"RBAC": "RBAC",
"ABAC": "ABAC",
"ReBAC": "ReBAC",
"Security": "Sicherheit",
"RESTful": "RESTful",
"Network": "Netzwerk",
"Other": "Andere",
"ACL model": "ACL",
"ACL model description": "Access Control List (ACL) model for basic permission management.",
"ACL with superuser": "ACL with superuser",
"ACL with superuser description": "ACL model with a superuser role that has access to all resources.",
"ACL without resources": "ACL without resources",
"ACL without resources description": "Simplified ACL model that does not include resource specifications.",
"ACL without users": "ACL without users",
"ACL without users description": "ACL model that focuses on resources without specific user assignments.",
"RBAC model": "RBAC",
"RBAC model description": "Role-Based Access Control (RBAC) model for managing permissions through roles.",
"RBAC with resource roles": "RBAC with resource roles",
"RBAC with resource roles description": "RBAC model that supports roles assigned to specific resources.",
"RBAC with domains/tenants": "RBAC with domains/tenants",
"RBAC with domains/tenants description": "Multi-tenant RBAC model supporting domain-specific role assignments.",
"RBAC with pattern": "RBAC with pattern",
"RBAC with pattern description": "RBAC model with pattern matching for flexible resource access control.",
"RBAC with all pattern": "RBAC with all pattern",
"RBAC with all pattern description": "Advanced RBAC with comprehensive pattern matching capabilities.",
"RBAC with deny-override": "RBAC with deny-override",
"RBAC with deny-override description": "RBAC model supporting explicit deny rules that override allow permissions.",
"RBAC with domains and resource hierarchy": "RBAC with domains and resource hierarchy",
"RBAC with domains and resource hierarchy description": "RBAC with hierarchical resources across multiple domains.",
"RBAC with time constraints": "RBAC with time constraints",
"RBAC with time constraints description": "Time-based RBAC model with temporal access control policies.",
"RBAC with tags": "RBAC with tags",
"RBAC with tags description": "RBAC model using tags for flexible resource categorization.",
"RBAC with resource filter": "RBAC with resource filter",
"RBAC with resource filter description": "RBAC with advanced filtering capabilities for resource access.",
"RBAC with multiple roles": "RBAC with multiple roles",
"RBAC with multiple roles description": "RBAC supporting users with multiple simultaneous role assignments.",
"RBAC with resource roles and deny rules": "RBAC with resource roles and deny rules",
"RBAC with resource roles and deny rules description": "Combined resource roles and deny rules in a single RBAC model.",
"ABAC model": "ABAC",
"ABAC model description": "Attribute-Based Access Control (ABAC) for policy decisions based on attributes.",
"ABAC with policy rule": "ABAC with policy rule",
"ABAC with policy rule description": "ABAC model with explicit policy rules for attribute evaluation.",
"ReBAC model": "ReBAC",
"ReBAC model description": "Relationship-Based Access Control (ReBAC) for managing access through relationships.",
"PBAC": "PBAC",
"PBAC description": "Policy-Based Access Control (PBAC) for complex policy-driven authorization.",
"BLP": "BLP",
"BLP description": "Bell-LaPadula (BLP) model for multi-level security with confidentiality focus.",
"BIBA": "BIBA",
"BIBA description": "Biba Integrity Model for maintaining data integrity in security systems.",
"LBAC": "LBAC",
"LBAC description": "Lattice-Based Access Control (LBAC) for hierarchical security labels.",
"RESTful (KeyMatch)": "RESTful (KeyMatch)",
"RESTful (KeyMatch) description": "RESTful API access control using KeyMatch pattern matching.",
"IP match": "IP match",
"IP match description": "Access control based on IP address matching and filtering.",
"Priority": "Priority",
"Priority description": "Priority-based access control with rule precedence handling.",
"p (Policy)": "p (Richtlinie)",
"g (Role)": "g (Rolle)",
"g2 (Resource)": "g2 (Ressource)",
"g3 (Domain)": "g3 (Domäne)",
"Search models": "Modelle suchen...",
"Search placeholder": "Nach Name, Beschreibung oder Kategorie suchen..."
}