mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-13 02:47:11 +00:00
New translations en-us.json (German)
[ci skip]
This commit is contained in:
@@ -756,11 +756,11 @@
|
|||||||
"rulesErrorDuplicate": "Doppelte Regel",
|
"rulesErrorDuplicate": "Doppelte Regel",
|
||||||
"rulesErrorDuplicateDescription": "Eine Regel mit diesen Einstellungen existiert bereits",
|
"rulesErrorDuplicateDescription": "Eine Regel mit diesen Einstellungen existiert bereits",
|
||||||
"rulesErrorInvalidIpAddressRange": "Ungültiger CIDR",
|
"rulesErrorInvalidIpAddressRange": "Ungültiger CIDR",
|
||||||
"rulesErrorInvalidIpAddressRangeDescription": "Bitte geben Sie einen gültigen CIDR-Wert ein",
|
"rulesErrorInvalidIpAddressRangeDescription": "Enter a valid CIDR range (e.g., 10.0.0.0/8).",
|
||||||
"rulesErrorInvalidUrl": "Ungültiger URL-Pfad",
|
"rulesErrorInvalidUrl": "Invalid path",
|
||||||
"rulesErrorInvalidUrlDescription": "Bitte geben Sie einen gültigen URL-Pfad-Wert ein",
|
"rulesErrorInvalidUrlDescription": "Enter a valid URL path or pattern (e.g., /api/*).",
|
||||||
"rulesErrorInvalidIpAddress": "Ungültige IP",
|
"rulesErrorInvalidIpAddress": "Invalid IP address",
|
||||||
"rulesErrorInvalidIpAddressDescription": "Bitte geben Sie eine gültige IP-Adresse ein",
|
"rulesErrorInvalidIpAddressDescription": "Enter a valid IPv4 or IPv6 address.",
|
||||||
"rulesErrorUpdate": "Fehler beim Aktualisieren der Regeln",
|
"rulesErrorUpdate": "Fehler beim Aktualisieren der Regeln",
|
||||||
"rulesErrorUpdateDescription": "Beim Aktualisieren der Regeln ist ein Fehler aufgetreten",
|
"rulesErrorUpdateDescription": "Beim Aktualisieren der Regeln ist ein Fehler aufgetreten",
|
||||||
"rulesUpdated": "Regeln aktivieren",
|
"rulesUpdated": "Regeln aktivieren",
|
||||||
@@ -768,15 +768,23 @@
|
|||||||
"rulesMatchIpAddressRangeDescription": "Geben Sie eine Adresse im CIDR-Format ein (z.B. 103.21.244.0/22)",
|
"rulesMatchIpAddressRangeDescription": "Geben Sie eine Adresse im CIDR-Format ein (z.B. 103.21.244.0/22)",
|
||||||
"rulesMatchIpAddress": "Geben Sie eine IP-Adresse ein (z.B. 103.21.244.12)",
|
"rulesMatchIpAddress": "Geben Sie eine IP-Adresse ein (z.B. 103.21.244.12)",
|
||||||
"rulesMatchUrl": "Geben Sie einen URL-Pfad oder -Muster ein (z.B. /api/v1/todos oder /api/v1/*)",
|
"rulesMatchUrl": "Geben Sie einen URL-Pfad oder -Muster ein (z.B. /api/v1/todos oder /api/v1/*)",
|
||||||
"rulesErrorInvalidPriority": "Ungültige Priorität",
|
"rulesErrorInvalidPriority": "Invalid priority",
|
||||||
"rulesErrorInvalidPriorityDescription": "Bitte geben Sie eine gültige Priorität ein",
|
"rulesErrorInvalidPriorityDescription": "Enter a whole number of 1 or higher.",
|
||||||
"rulesErrorDuplicatePriority": "Doppelte Prioritäten",
|
"rulesErrorDuplicatePriority": "Duplicate priorities",
|
||||||
"rulesErrorDuplicatePriorityDescription": "Bitte geben Sie eindeutige Prioritäten ein",
|
"rulesErrorDuplicatePriorityDescription": "Each rule must have a unique priority number.",
|
||||||
|
"rulesErrorValidation": "Invalid rules",
|
||||||
|
"rulesErrorValidationRuleDescription": "Rule {ruleNumber}: {message}",
|
||||||
|
"rulesErrorValueRequired": "Enter a value for this rule.",
|
||||||
|
"rulesErrorInvalidCountry": "Invalid country",
|
||||||
|
"rulesErrorInvalidCountryDescription": "Select a valid country.",
|
||||||
|
"rulesErrorInvalidAsn": "Invalid ASN",
|
||||||
|
"rulesErrorInvalidAsnDescription": "Enter a valid ASN (e.g., AS15169).",
|
||||||
"ruleUpdated": "Regeln aktualisiert",
|
"ruleUpdated": "Regeln aktualisiert",
|
||||||
"ruleUpdatedDescription": "Regeln erfolgreich aktualisiert",
|
"ruleUpdatedDescription": "Regeln erfolgreich aktualisiert",
|
||||||
"ruleErrorUpdate": "Operation fehlgeschlagen",
|
"ruleErrorUpdate": "Operation fehlgeschlagen",
|
||||||
"ruleErrorUpdateDescription": "Während des Speichervorgangs ist ein Fehler aufgetreten",
|
"ruleErrorUpdateDescription": "Während des Speichervorgangs ist ein Fehler aufgetreten",
|
||||||
"rulesPriority": "Priorität",
|
"rulesPriority": "Priorität",
|
||||||
|
"rulesReorderDragHandle": "Drag to reorder rule priority",
|
||||||
"rulesAction": "Aktion",
|
"rulesAction": "Aktion",
|
||||||
"rulesMatchType": "Übereinstimmungstyp",
|
"rulesMatchType": "Übereinstimmungstyp",
|
||||||
"value": "Wert",
|
"value": "Wert",
|
||||||
@@ -795,7 +803,7 @@
|
|||||||
"rulesResource": "Ressourcen-Regelkonfiguration",
|
"rulesResource": "Ressourcen-Regelkonfiguration",
|
||||||
"rulesResourceDescription": "Regeln konfigurieren, um den Zugriff auf die Ressource zu steuern",
|
"rulesResourceDescription": "Regeln konfigurieren, um den Zugriff auf die Ressource zu steuern",
|
||||||
"ruleSubmit": "Regel hinzufügen",
|
"ruleSubmit": "Regel hinzufügen",
|
||||||
"rulesNoOne": "Keine Regeln. Fügen Sie eine Regel über das Formular hinzu.",
|
"rulesNoOne": "No rules yet.",
|
||||||
"rulesOrder": "Regeln werden nach aufsteigender Priorität ausgewertet.",
|
"rulesOrder": "Regeln werden nach aufsteigender Priorität ausgewertet.",
|
||||||
"rulesSubmit": "Regeln speichern",
|
"rulesSubmit": "Regeln speichern",
|
||||||
"policyErrorCreate": "Fehler beim Erstellen der Richtlinie",
|
"policyErrorCreate": "Fehler beim Erstellen der Richtlinie",
|
||||||
@@ -806,7 +814,44 @@
|
|||||||
"policyErrorUpdateMessageDescription": "Ein unerwarteter Fehler ist aufgetreten",
|
"policyErrorUpdateMessageDescription": "Ein unerwarteter Fehler ist aufgetreten",
|
||||||
"policyCreatedSuccess": "Ressourcenrichtlinie erfolgreich erstellt",
|
"policyCreatedSuccess": "Ressourcenrichtlinie erfolgreich erstellt",
|
||||||
"policyUpdatedSuccess": "Ressourcenrichtlinie erfolgreich aktualisiert",
|
"policyUpdatedSuccess": "Ressourcenrichtlinie erfolgreich aktualisiert",
|
||||||
"authMethodsSave": "Authentifizierungsmethoden speichern",
|
"authMethodsSave": "Save Settings",
|
||||||
|
"policyAuthStackTitle": "Authentication",
|
||||||
|
"policyAuthStackDescription": "Control which authentication methods are required to access this resource",
|
||||||
|
"policyAuthOrLogicTitle": "Multiple authentication methods active",
|
||||||
|
"policyAuthOrLogicBanner": "Visitors may authenticate using any one of the active methods below. They do not need to complete all of them.",
|
||||||
|
"policyAuthMethodActive": "Active",
|
||||||
|
"policyAuthMethodOff": "Off",
|
||||||
|
"policyAuthSsoTitle": "Platform SSO",
|
||||||
|
"policyAuthSsoDescription": "Require sign-in through your organization's identity provider",
|
||||||
|
"policyAuthSsoSummary": "{idp} · {users} users, {roles} roles",
|
||||||
|
"policyAuthSsoDefaultIdp": "Default provider",
|
||||||
|
"policyAuthAddDefaultIdentityProvider": "Add Default Identity Provider",
|
||||||
|
"policyAuthOtherMethodsTitle": "Other Methods",
|
||||||
|
"policyAuthOtherMethodsDescription": "Optional methods visitors can use instead of or alongside platform SSO",
|
||||||
|
"policyAuthPasscodeTitle": "Passcode",
|
||||||
|
"policyAuthPasscodeDescription": "Require a shared alphanumeric passcode to access the resource",
|
||||||
|
"policyAuthPasscodeSummary": "Passcode set",
|
||||||
|
"policyAuthPincodeTitle": "PIN Code",
|
||||||
|
"policyAuthPincodeDescription": "A short numeric code required to access the resource",
|
||||||
|
"policyAuthPincodeSummary": "6-digit PIN set",
|
||||||
|
"policyAuthEmailTitle": "Email Whitelist",
|
||||||
|
"policyAuthEmailDescription": "Allow listed email addresses with one-time passwords",
|
||||||
|
"policyAuthEmailSummary": "{count} addresses allowed",
|
||||||
|
"policyAuthEmailOtpCallout": "Enabling email whitelist sends a one-time password to the visitor's email on login.",
|
||||||
|
"policyAuthHeaderAuthTitle": "Basic Header Auth",
|
||||||
|
"policyAuthHeaderAuthDescription": "Validate a custom HTTP header name and value on each request",
|
||||||
|
"policyAuthHeaderAuthSummary": "Header configured",
|
||||||
|
"policyAuthHeaderName": "Header name",
|
||||||
|
"policyAuthHeaderValue": "Expected value",
|
||||||
|
"policyAccessRulesTitle": "Access Rules",
|
||||||
|
"policyAccessRulesEnableDescription": "When enabled, rules are evaluated in descending order until one evaluates as true.",
|
||||||
|
"policyAccessRulesFirstMatch": "Rules are evaluated top to bottom. The first matching rule decides the outcome.",
|
||||||
|
"policyAccessRulesHowItWorks": "Rules match requests by path, IP address, location, or other criteria. Each rule applies an action: bypass authentication, block access, or pass to authentication. If no rule matches, traffic continues to authentication.",
|
||||||
|
"policyAccessRulesFallthroughOff": "When rules are disabled, all traffic passes through to authentication.",
|
||||||
|
"policyAccessRulesFallthroughOn": "When no rule matches, traffic passes through to authentication.",
|
||||||
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
|
"rulesPlaceholderPath": "/admin/*",
|
||||||
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Regeln speichern",
|
"rulesSave": "Regeln speichern",
|
||||||
"resourceErrorCreate": "Fehler beim Erstellen der Ressource",
|
"resourceErrorCreate": "Fehler beim Erstellen der Ressource",
|
||||||
"resourceErrorCreateDescription": "Beim Erstellen der Ressource ist ein Fehler aufgetreten",
|
"resourceErrorCreateDescription": "Beim Erstellen der Ressource ist ein Fehler aufgetreten",
|
||||||
@@ -3045,7 +3090,7 @@
|
|||||||
"enterConfirmation": "Bestätigung eingeben",
|
"enterConfirmation": "Bestätigung eingeben",
|
||||||
"blueprintViewDetails": "Details",
|
"blueprintViewDetails": "Details",
|
||||||
"defaultIdentityProvider": "Standard Identitätsanbieter",
|
"defaultIdentityProvider": "Standard Identitätsanbieter",
|
||||||
"defaultIdentityProviderDescription": "Wenn ein Standard-Identity Provider ausgewählt ist, wird der Benutzer zur Authentifizierung automatisch an den Anbieter weitergeleitet.",
|
"defaultIdentityProviderDescription": "The user will be automatically redirected to this identity provider for authentication.",
|
||||||
"editInternalResourceDialogNetworkSettings": "Netzwerkeinstellungen",
|
"editInternalResourceDialogNetworkSettings": "Netzwerkeinstellungen",
|
||||||
"editInternalResourceDialogAccessPolicy": "Zugriffsrichtlinie",
|
"editInternalResourceDialogAccessPolicy": "Zugriffsrichtlinie",
|
||||||
"editInternalResourceDialogAddRoles": "Rollen hinzufügen",
|
"editInternalResourceDialogAddRoles": "Rollen hinzufügen",
|
||||||
|
|||||||
Reference in New Issue
Block a user