Files
authentik/locale/nl_NL/LC_MESSAGES/django.po
transifex-integration[bot] 0afe14a52f translate: Updates for project authentik and language nl_NL (#18751)
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-12-11 17:38:07 +00:00

4783 lines
133 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Marc Schmitt, 2025
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-12-10 23:02+0000\n"
"PO-Revision-Date: 2025-12-01 19:09+0000\n"
"Last-Translator: Marc Schmitt, 2025\n"
"Language-Team: Dutch (Netherlands) (https://app.transifex.com/authentik/teams/119923/nl_NL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: authentik/admin/files/api.py
#, python-brace-format
msgid "File size ({file.size}B) exceeds maximum allowed "
msgstr ""
#: authentik/admin/files/validation.py
msgid "File name cannot be empty"
msgstr ""
#: authentik/admin/files/validation.py
msgid ""
"File name can only contain letters (a-z, A-Z), numbers (0-9), dots (.), "
"hyphens (-), underscores (_), and forward slashes (/)"
msgstr ""
#: authentik/admin/files/validation.py
msgid "File name cannot contain duplicate /"
msgstr ""
#: authentik/admin/files/validation.py
msgid "Absolute paths are not allowed"
msgstr ""
#: authentik/admin/files/validation.py
msgid "Parent directory references ('..') are not allowed"
msgstr ""
#: authentik/admin/files/validation.py
msgid "Paths cannot start with '.'"
msgstr ""
#: authentik/admin/files/validation.py
#, python-brace-format
msgid "File name too long (max {MAX_FILE_NAME_LENGTH} characters)"
msgstr ""
#: authentik/admin/files/validation.py
#, python-brace-format
msgid "Path component too long (max {MAX_PATH_COMPONENT_LENGTH} characters)"
msgstr ""
#: authentik/admin/models.py
msgid "Version history"
msgstr "Versiegeschiedenis"
#: authentik/admin/tasks.py
msgid "Update latest version info."
msgstr ""
#: authentik/admin/tasks.py
#, python-brace-format
msgid "New version {version} available!"
msgstr "Nieuwe versie {version} beschikbaar!"
#: authentik/api/v3/schema/query.py
msgid "Which field to use when ordering the results."
msgstr ""
#: authentik/api/v3/schema/query.py
msgid "A page number within the paginated result set."
msgstr ""
#: authentik/api/v3/schema/query.py
msgid "Number of results to return per page."
msgstr ""
#: authentik/api/v3/schema/query.py
msgid "A search term."
msgstr ""
#: authentik/api/v3/schema/response.py
msgid "Generic API Error"
msgstr "Algemene API-fout"
#: authentik/api/v3/schema/response.py
msgid "Validation Error"
msgstr "Validatiefout"
#: authentik/blueprints/api.py
msgid "Blueprint file does not exist"
msgstr "Blauwdruk bestand bestaat niet"
#: authentik/blueprints/api.py
msgid "Failed to validate blueprint"
msgstr "Fout bij valideren blauwdruk"
#: authentik/blueprints/api.py
msgid "Either path or content must be set."
msgstr "Het pad of de inhoud moet worden ingesteld."
#: authentik/blueprints/models.py
msgid "Managed by authentik"
msgstr "Beheerd door authentik"
#: authentik/blueprints/models.py
msgid ""
"Objects that are managed by authentik. These objects are created and updated"
" automatically. This flag only indicates that an object can be overwritten "
"by migrations. You can still modify the objects via the API, but expect "
"changes to be overwritten in a later update."
msgstr ""
"Objecten die worden beheerd door authentik. Deze objecten worden automatisch"
" aangemaakt en bijgewerkt. Deze vlag geeft alleen aan dat een object kan "
"worden overschreven door migraties. U kunt de objecten nog steeds wijzigen "
"via de API, maar verwacht dat wijzigingen in een latere update worden "
"overschreven."
#: authentik/blueprints/models.py
msgid "Blueprint Instance"
msgstr "Blauwdruk Instantie"
#: authentik/blueprints/models.py
msgid "Blueprint Instances"
msgstr "Blauwdruk Instanties"
#: authentik/blueprints/v1/exporter.py
#, python-brace-format
msgid "authentik Export - {date}"
msgstr "authentik Export - {date}"
#: authentik/blueprints/v1/tasks.py
msgid "Find blueprints as `blueprints_find` does, but return a safe dict."
msgstr ""
#: authentik/blueprints/v1/tasks.py
msgid "Find blueprints and check if they need to be created in the database."
msgstr ""
#: authentik/blueprints/v1/tasks.py
msgid "Apply single blueprint."
msgstr ""
#: authentik/blueprints/v1/tasks.py
msgid "Remove blueprints which couldn't be fetched."
msgstr ""
#: authentik/brands/models.py
msgid ""
"Domain that activates this brand. Can be a superset, i.e. `a.b` for `aa.b` "
"and `ba.b`"
msgstr ""
"Domein dat dit merk activeert. Kan een superset zijn, i.e. `a.b` voor `aa.b`"
" en `ba.b`"
#: authentik/brands/models.py
msgid ""
"When set, external users will be redirected to this application after "
"authenticating."
msgstr ""
"Wanneer ingesteld zullen externe gebruikers na authenticatie omgeleid worden"
" naar deze applicatie."
#: authentik/brands/models.py
msgid "Web Certificate used by the authentik Core webserver."
msgstr "Webcertificaat gebruikt door de authentik Core-webserver."
#: authentik/brands/models.py
msgid "Certificates used for client authentication."
msgstr ""
#: authentik/brands/models.py
msgid "Brand"
msgstr "Merk"
#: authentik/brands/models.py
msgid "Brands"
msgstr "Merken"
#: authentik/core/api/application_entitlements.py
msgid "User does not have access to application."
msgstr "Gebruiker heeft geen toegang tot applicatie."
#: authentik/core/api/applications.py
#, python-brace-format
msgid "The slug '{slug}' is reserved and cannot be used for applications."
msgstr ""
#: authentik/core/api/providers.py
msgid ""
"When not set all providers are returned. When set to true, only backchannel "
"providers are returned. When set to false, backchannel providers are "
"excluded"
msgstr ""
#: authentik/core/api/transactional_applications.py
#, python-brace-format
msgid "User lacks permission to create {model}"
msgstr "Gebruiker heeft geen rechten om {model} aan te maken"
#: authentik/core/api/users.py
msgid "No leading or trailing slashes allowed."
msgstr "Geen voor- of achtervoegsels toegestaan."
#: authentik/core/api/users.py
msgid "No empty segments in user path allowed."
msgstr "Geen lege segmenten in het gebruikerspad toegestaan."
#: authentik/core/api/users.py
msgid "A user/group with these details already exists"
msgstr ""
#: authentik/core/api/users.py
msgid "Unable to create user"
msgstr ""
#: authentik/core/api/users.py
msgid "Unknown error occurred"
msgstr ""
#: authentik/core/api/users.py
msgid "This field is required."
msgstr ""
#: authentik/core/models.py
msgid "name"
msgstr "naam"
#: authentik/core/models.py
msgid "Users added to this group will be superusers."
msgstr ""
"Gebruikers die aan deze groep worden toegevoegd, worden supergebruikers."
#: authentik/core/models.py
msgid "Group"
msgstr "Groep"
#: authentik/core/models.py
msgid "Groups"
msgstr "Groepen"
#: authentik/core/models.py
msgid "Add user to group"
msgstr "Gebruiker toevoegen aan groep"
#: authentik/core/models.py
msgid "Remove user from group"
msgstr "Gebruiker verwijderen van groep"
#: authentik/core/models.py
msgid "Enable superuser status"
msgstr "Supergebruiker status inschakelen"
#: authentik/core/models.py
msgid "Disable superuser status"
msgstr "Supergebruiker status uitschakelen"
#: authentik/core/models.py
msgid "Group Parentage Node"
msgstr ""
#: authentik/core/models.py
msgid "Group Parentage Nodes"
msgstr ""
#: authentik/core/models.py
msgid "User's display name."
msgstr "Weergavenaam van de gebruiker."
#: authentik/core/models.py authentik/providers/oauth2/models.py
#: authentik/providers/saml/models.py
msgid "User"
msgstr "Gebruiker"
#: authentik/core/models.py
msgid "Users"
msgstr "Gebruikers"
#: authentik/core/models.py
#: authentik/stages/email/templates/email/password_reset.html
msgid "Reset Password"
msgstr "Wachtwoord herstellen"
#: authentik/core/models.py
msgid "Can impersonate other users"
msgstr "Kan andere gebruikers imiteren"
#: authentik/core/models.py
msgid "Can assign permissions to users"
msgstr "Kan rechten toevoegen aan gebruikers"
#: authentik/core/models.py
msgid "Can unassign permissions from users"
msgstr "Kan rechten verwijderen van gebruikers"
#: authentik/core/models.py
msgid "Can preview user data sent to providers"
msgstr "Kan gebruiker data bekijken verzonden naar provider"
#: authentik/core/models.py
msgid "View applications the user has access to"
msgstr "Toon applicaties waar de gebruiker toegang to heeft"
#: authentik/core/models.py
msgid ""
"Flow used for authentication when the associated application is accessed by "
"an un-authenticated user."
msgstr ""
"Flow gebruikt voor authenticatie wanneer de bijbehorende applicatie wordt "
"geopend door een niet-geauthenticeerde gebruiker."
#: authentik/core/models.py
msgid "Flow used when authorizing this provider."
msgstr "Flow gebruikt bij het autoriseren van deze provider."
#: authentik/core/models.py
msgid "Flow used ending the session from a provider."
msgstr "Flow gebruikt bij het beëindigen van de sessie van een provider."
#: authentik/core/models.py
msgid ""
"Accessed from applications; optional backchannel providers for protocols "
"like LDAP and SCIM."
msgstr ""
"Toegankelijk vanuit applicaties; optionele backchannel-providers voor "
"protocollen zoals LDAP en SCIM."
#: authentik/core/models.py
msgid "Application's display Name."
msgstr "Weergavenaam van de applicatie."
#: authentik/core/models.py
msgid "Internal application name, used in URLs."
msgstr "Interne naam van de applicatie, gebruikt in URL's."
#: authentik/core/models.py
msgid "Open launch URL in a new browser tab or window."
msgstr "Open de lanceer-URL in een nieuw browser-tabblad of venster."
#: authentik/core/models.py
msgid "Application"
msgstr "Applicatie"
#: authentik/core/models.py
msgid "Applications"
msgstr "Applicaties"
#: authentik/core/models.py
msgid "Application Entitlement"
msgstr "Applicatierecht"
#: authentik/core/models.py
msgid "Application Entitlements"
msgstr "Applicatierechten"
#: authentik/core/models.py
msgid "Use the source-specific identifier"
msgstr "Gebruik de bron-specifieke identificator"
#: authentik/core/models.py
msgid ""
"Link to a user with identical email address. Can have security implications "
"when a source doesn't validate email addresses."
msgstr ""
"Koppel aan een gebruiker met een identiek e-mailadres. Kan "
"beveiligingsimplicaties hebben wanneer een bron e-mailadressen niet "
"valideert."
#: authentik/core/models.py
msgid ""
"Use the user's email address, but deny enrollment when the email address "
"already exists."
msgstr ""
"Gebruik het e-mailadres van de gebruiker, maar weiger inschrijving als het "
"e-mailadres al bestaat."
#: authentik/core/models.py
msgid ""
"Link to a user with identical username. Can have security implications when "
"a username is used with another source."
msgstr ""
"Koppel aan een gebruiker met dezelfde gebruikersnaam. Kan "
"beveiligingsimplicaties hebben wanneer een gebruikersnaam wordt gebruikt met"
" een andere bron."
#: authentik/core/models.py
msgid ""
"Use the user's username, but deny enrollment when the username already "
"exists."
msgstr ""
"Gebruik de gebruikersnaam van de gebruiker, maar weiger inschrijving als de "
"gebruikersnaam al bestaat."
#: authentik/core/models.py
msgid ""
"Link to a group with identical name. Can have security implications when a "
"group name is used with another source."
msgstr ""
"Koppel aan een groep met dezelfde naam. Dit kan beveiligingsimplicaties "
"hebben als een groepsnaam gebruikt wordt met een andere bron."
#: authentik/core/models.py
msgid "Use the group name, but deny enrollment when the name already exists."
msgstr ""
"Gebruik de groepsnaam, maar voer geen registratie uit wanneer de naam al "
"bestaat."
#: authentik/core/models.py
msgid "Source's display Name."
msgstr "Weergavenaam van de bron."
#: authentik/core/models.py
msgid "Internal source name, used in URLs."
msgstr "Interne naam van de bron, gebruikt in URL's."
#: authentik/core/models.py
msgid ""
"When enabled, this source will be displayed as a prominent button on the "
"login page, instead of a small icon."
msgstr ""
#: authentik/core/models.py
msgid "Flow to use when authenticating existing users."
msgstr "Flow om te gebruiken bij het authenticeren van bestaande gebruikers."
#: authentik/core/models.py
msgid "Flow to use when enrolling new users."
msgstr "Flow om te gebruiken bij het inschrijven van nieuwe gebruikers."
#: authentik/core/models.py
msgid ""
"How the source determines if an existing user should be authenticated or a "
"new user enrolled."
msgstr ""
"Hoe de bron bepaalt of een bestaande gebruiker moet worden geauthenticeerd "
"of een nieuwe gebruiker moet worden ingeschreven."
#: authentik/core/models.py
msgid ""
"How the source determines if an existing group should be used or a new group"
" created."
msgstr ""
"Hoe de bron wordt bepaald als een bestaande groep moet worden gebruikt of "
"een nieuwe groep wordt aangemaakt."
#: authentik/core/models.py authentik/providers/scim/models.py
msgid "Token"
msgstr "Token"
#: authentik/core/models.py
msgid "Tokens"
msgstr "Tokens"
#: authentik/core/models.py authentik/endpoints/connectors/agent/models.py
msgid "View token's key"
msgstr "Toon token sleutel"
#: authentik/core/models.py
msgid "Set a token's key"
msgstr ""
#: authentik/core/models.py
msgid "Property Mapping"
msgstr "Eigenschapskoppeling"
#: authentik/core/models.py
msgid "Property Mappings"
msgstr "Eigenschapskoppelingen"
#: authentik/core/models.py
msgid "session data"
msgstr ""
#: authentik/core/models.py
msgid "Session"
msgstr "Sessie"
#: authentik/core/models.py
msgid "Sessions"
msgstr "Sessies"
#: authentik/core/models.py
msgid "Authenticated Session"
msgstr "Geauthenticeerde Sessie"
#: authentik/core/models.py
msgid "Authenticated Sessions"
msgstr "Geauthenticeerde Sessies"
#: authentik/core/sources/flow_manager.py
#, python-brace-format
msgid ""
"Request to authenticate with {source} has been denied. Please authenticate "
"with the source you've previously signed up with."
msgstr ""
"Verzoek om te authenticeren met {source} is afgekeurd. Authenticeer "
"alstublieft met de bron waarmee u zich eerder heeft ingeschreven."
#: authentik/core/sources/flow_manager.py
msgid "Configured flow does not exist."
msgstr "Geconfigureerde flow bestaat niet."
#: authentik/core/sources/flow_manager.py
#, python-brace-format
msgid "Successfully authenticated with {source}!"
msgstr "Succesvol geauthenticeerd met {source}!"
#: authentik/core/sources/flow_manager.py
#, python-brace-format
msgid "Successfully linked {source}!"
msgstr "Succesvol gekoppeld met {source}!"
#: authentik/core/sources/flow_manager.py
msgid "Source is not configured for enrollment."
msgstr "Bron is niet geconfigureerd voor inschrijving."
#: authentik/core/tasks.py
msgid "Remove expired objects."
msgstr ""
#: authentik/core/tasks.py
msgid "Remove temporary users created by SAML Sources."
msgstr ""
#: authentik/core/templates/if/error.html
#: authentik/policies/templates/policies/denied.html
msgid "Go home"
msgstr "Ga naar startpagina"
#: authentik/core/templates/login/base_full.html
#: authentik/flows/templates/if/flow-sfe.html
msgid "Powered by authentik"
msgstr "Aangedreven door authentik"
#: authentik/core/views/apps.py authentik/providers/oauth2/views/authorize.py
#: authentik/providers/oauth2/views/device_init.py
#: authentik/providers/saml/views/sso.py
#, python-format
msgid "You're about to sign into %(application)s."
msgstr "U staat op het punt om in te loggen bij %(application)s."
#: authentik/core/views/interface.py
msgid "Interface can only be accessed by internal users."
msgstr "Interface is alleen toegankelijk voor interne gebruikers."
#: authentik/crypto/api.py
msgid "Subject-alt name"
msgstr "Alternatieve onderwerpsnaam"
#: authentik/crypto/builder.py
msgid "rsa"
msgstr "rsa"
#: authentik/crypto/builder.py
msgid "ecdsa"
msgstr "ecdsa"
#: authentik/crypto/models.py
msgid "RSA"
msgstr ""
#: authentik/crypto/models.py
msgid "Elliptic Curve"
msgstr ""
#: authentik/crypto/models.py
msgid "DSA"
msgstr ""
#: authentik/crypto/models.py
msgid "Ed25519"
msgstr ""
#: authentik/crypto/models.py
msgid "Ed448"
msgstr ""
#: authentik/crypto/models.py
msgid "PEM-encoded Certificate data"
msgstr "PEM-gecodeerde certificaatgegevens"
#: authentik/crypto/models.py
msgid ""
"Optional Private Key. If this is set, you can use this keypair for "
"encryption."
msgstr ""
"Optionele privésleutel. Als deze is ingesteld, kunt u dit sleutelpaar "
"gebruiken voor versleuteling."
#: authentik/crypto/models.py
msgid "Certificate-Key Pair"
msgstr "Certificaat-Sleutelpaar"
#: authentik/crypto/models.py
msgid "Certificate-Key Pairs"
msgstr "Certificaat-Sleutelparen"
#: authentik/crypto/models.py
msgid "View Certificate-Key pair's certificate"
msgstr ""
#: authentik/crypto/models.py
msgid "View Certificate-Key pair's private key"
msgstr ""
#: authentik/crypto/tasks.py
msgid "Discover, import and update certificates from the filesystem."
msgstr ""
#: authentik/endpoints/connectors/agent/api/connectors.py
msgid "Selected platform not supported"
msgstr ""
#: authentik/endpoints/connectors/agent/api/connectors.py
msgid "Token is expired"
msgstr ""
#: authentik/endpoints/connectors/agent/api/connectors.py
msgid "Invalid token for connector"
msgstr ""
#: authentik/endpoints/connectors/agent/models.py
msgid "Agent Connector"
msgstr ""
#: authentik/endpoints/connectors/agent/models.py
msgid "Agent Connectors"
msgstr ""
#: authentik/endpoints/connectors/agent/models.py
#: authentik/providers/oauth2/models.py
msgid "Device Token"
msgstr "Apparaattoken"
#: authentik/endpoints/connectors/agent/models.py
#: authentik/providers/oauth2/models.py
msgid "Device Tokens"
msgstr "Apparaattokens"
#: authentik/endpoints/connectors/agent/models.py
msgid "Enrollment Token"
msgstr ""
#: authentik/endpoints/connectors/agent/models.py
msgid "Enrollment Tokens"
msgstr ""
#: authentik/endpoints/connectors/agent/models.py
msgid "Device authentication token"
msgstr ""
#: authentik/endpoints/connectors/agent/models.py
msgid "Device authentication tokens"
msgstr ""
#: authentik/endpoints/connectors/agent/models.py
msgid "Apple Nonce"
msgstr ""
#: authentik/endpoints/connectors/agent/models.py
msgid "Apple Nonces"
msgstr ""
#: authentik/endpoints/models.py
msgid "Device"
msgstr ""
#: authentik/endpoints/models.py
msgid "Devices"
msgstr ""
#: authentik/endpoints/models.py
msgid "Device User binding"
msgstr ""
#: authentik/endpoints/models.py
msgid "Device User bindings"
msgstr ""
#: authentik/endpoints/models.py
msgid "Device connection"
msgstr ""
#: authentik/endpoints/models.py
msgid "Device connections"
msgstr ""
#: authentik/endpoints/models.py
msgid "Device fact snapshot"
msgstr ""
#: authentik/endpoints/models.py
msgid "Device fact snapshots"
msgstr ""
#: authentik/endpoints/models.py
msgid "Device access group"
msgstr ""
#: authentik/endpoints/models.py
msgid "Device access groups"
msgstr ""
#: authentik/endpoints/models.py
msgid "Endpoint Stage"
msgstr ""
#: authentik/endpoints/models.py
msgid "Endpoint Stages"
msgstr ""
#: authentik/endpoints/tasks.py
msgid "Sync endpoints."
msgstr ""
#: authentik/enterprise/api.py
msgid "Enterprise is required to create/update this object."
msgstr "Enterprise is benodigd om dit object te aan te maken/bijwerken."
#: authentik/enterprise/models.py
msgid "License"
msgstr "Licentie"
#: authentik/enterprise/models.py
msgid "Licenses"
msgstr "Licenties"
#: authentik/enterprise/models.py
msgid "License Usage"
msgstr "Licentie Gebruik"
#: authentik/enterprise/models.py
msgid "License Usage Records"
msgstr "Licentie Gebruik Records"
#: authentik/enterprise/policies/unique_password/models.py
#: authentik/policies/password/models.py
msgid "Field key to check, field keys defined in Prompt stages are available."
msgstr ""
"Veldsleutel om te controleren, veldsleutels gedefinieerd in Prompt-stadia "
"zijn beschikbaar."
#: authentik/enterprise/policies/unique_password/models.py
msgid "Number of passwords to check against."
msgstr ""
#: authentik/enterprise/policies/unique_password/models.py
#: authentik/policies/password/models.py
msgid "Password not set in context"
msgstr "Wachtwoord niet ingesteld in context"
#: authentik/enterprise/policies/unique_password/models.py
msgid "This password has been used previously. Please choose a different one."
msgstr ""
#: authentik/enterprise/policies/unique_password/models.py
msgid "Password Uniqueness Policy"
msgstr ""
#: authentik/enterprise/policies/unique_password/models.py
msgid "Password Uniqueness Policies"
msgstr ""
#: authentik/enterprise/policies/unique_password/models.py
msgid "User Password History"
msgstr ""
#: authentik/enterprise/policies/unique_password/tasks.py
msgid ""
"Check if any UniquePasswordPolicy exists, and if not, purge the password "
"history table."
msgstr ""
#: authentik/enterprise/policies/unique_password/tasks.py
msgid "Remove user password history that are too old."
msgstr ""
#: authentik/enterprise/policy.py
msgid "Enterprise required to access this feature."
msgstr "Enterprise benodigd voor toegang tot deze functie."
#: authentik/enterprise/policy.py
msgid "Feature only accessible for internal users."
msgstr "Functie alleen toegankelijk voor interne gebruikers."
#: authentik/enterprise/providers/google_workspace/models.py
msgid "Google Workspace Provider User"
msgstr "Google Workspace Provider Gebruiker"
#: authentik/enterprise/providers/google_workspace/models.py
msgid "Google Workspace Provider Users"
msgstr "Google Workspace Provider Gebruikers"
#: authentik/enterprise/providers/google_workspace/models.py
msgid "Google Workspace Provider Group"
msgstr "Google Workspace Provider Groep"
#: authentik/enterprise/providers/google_workspace/models.py
msgid "Google Workspace Provider Groups"
msgstr "Google Workspace Provider Groepen"
#: authentik/enterprise/providers/google_workspace/models.py
#: authentik/enterprise/providers/microsoft_entra/models.py
#: authentik/providers/scim/models.py
msgid "Property mappings used for group creation/updating."
msgstr ""
"Eigenschapsafbeeldingen gebruikt voor het maken/bijwerken van groepen."
#: authentik/enterprise/providers/google_workspace/models.py
msgid "Google Workspace Provider"
msgstr "Google Workspace Provider"
#: authentik/enterprise/providers/google_workspace/models.py
msgid "Google Workspace Providers"
msgstr "Google Workspace Provider Providers"
#: authentik/enterprise/providers/google_workspace/models.py
msgid "Google Workspace Provider Mapping"
msgstr "Google Workspace Provider Toewijzing"
#: authentik/enterprise/providers/google_workspace/models.py
msgid "Google Workspace Provider Mappings"
msgstr "Google Workspace Provider Toewijzingen"
#: authentik/enterprise/providers/google_workspace/tasks.py
msgid "Sync Google Workspace provider objects."
msgstr ""
#: authentik/enterprise/providers/google_workspace/tasks.py
msgid "Full sync for Google Workspace provider."
msgstr ""
#: authentik/enterprise/providers/google_workspace/tasks.py
msgid "Sync a direct object (user, group) for Google Workspace provider."
msgstr ""
#: authentik/enterprise/providers/google_workspace/tasks.py
msgid ""
"Dispatch syncs for a direct object (user, group) for Google Workspace "
"providers."
msgstr ""
#: authentik/enterprise/providers/google_workspace/tasks.py
msgid "Sync a related object (memberships) for Google Workspace provider."
msgstr ""
#: authentik/enterprise/providers/google_workspace/tasks.py
msgid ""
"Dispatch syncs for a related object (memberships) for Google Workspace "
"providers."
msgstr ""
#: authentik/enterprise/providers/microsoft_entra/models.py
msgid "Microsoft Entra Provider User"
msgstr "Microsoft Entra Provider Gebruiker"
#: authentik/enterprise/providers/microsoft_entra/models.py
msgid "Microsoft Entra Provider Group"
msgstr "Microsoft Entra Provider Groep"
#: authentik/enterprise/providers/microsoft_entra/models.py
msgid "Microsoft Entra Provider Groups"
msgstr "Microsoft Entra Provider Groepen"
#: authentik/enterprise/providers/microsoft_entra/models.py
msgid "Microsoft Entra Provider"
msgstr "Microsoft Entra Provider"
#: authentik/enterprise/providers/microsoft_entra/models.py
msgid "Microsoft Entra Providers"
msgstr "Microsoft Entra Providers"
#: authentik/enterprise/providers/microsoft_entra/models.py
msgid "Microsoft Entra Provider Mapping"
msgstr "Microsoft Entra Provider Toewijzing"
#: authentik/enterprise/providers/microsoft_entra/models.py
msgid "Microsoft Entra Provider Mappings"
msgstr "Microsoft Entra Provider Toewijzingen"
#: authentik/enterprise/providers/microsoft_entra/tasks.py
msgid "Sync Microsoft Entra provider objects."
msgstr ""
#: authentik/enterprise/providers/microsoft_entra/tasks.py
msgid "Full sync for Microsoft Entra provider."
msgstr ""
#: authentik/enterprise/providers/microsoft_entra/tasks.py
msgid "Sync a direct object (user, group) for Microsoft Entra provider."
msgstr ""
#: authentik/enterprise/providers/microsoft_entra/tasks.py
msgid ""
"Dispatch syncs for a direct object (user, group) for Microsoft Entra "
"providers."
msgstr ""
#: authentik/enterprise/providers/microsoft_entra/tasks.py
msgid "Sync a related object (memberships) for Microsoft Entra provider."
msgstr ""
#: authentik/enterprise/providers/microsoft_entra/tasks.py
msgid ""
"Dispatch syncs for a related object (memberships) for Microsoft Entra "
"providers."
msgstr ""
#: authentik/enterprise/providers/radius/api.py
msgid "Enterprise is required to use EAP-TLS."
msgstr ""
#: authentik/enterprise/providers/scim/api.py
msgid "Enterprise is required to use the OAuth mode."
msgstr ""
#: authentik/enterprise/providers/ssf/models.py
#: authentik/providers/oauth2/models.py
msgid "Signing Key"
msgstr "Ondertekeningsleutel"
#: authentik/enterprise/providers/ssf/models.py
msgid "Key used to sign the SSF Events."
msgstr "Sleutel gebruikt om SSF gebeurtenissen te tekenen."
#: authentik/enterprise/providers/ssf/models.py
msgid "Shared Signals Framework Provider"
msgstr "Shared Signals Framework Provider"
#: authentik/enterprise/providers/ssf/models.py
msgid "Shared Signals Framework Providers"
msgstr "Shared Signals Framework Providers"
#: authentik/enterprise/providers/ssf/models.py
msgid "Add stream to SSF provider"
msgstr "Voeg stroom toe aan SSF provider"
#: authentik/enterprise/providers/ssf/models.py
msgid "SSF Stream"
msgstr "SSF Stroom"
#: authentik/enterprise/providers/ssf/models.py
msgid "SSF Streams"
msgstr "SSF Stromen"
#: authentik/enterprise/providers/ssf/models.py
msgid "SSF Stream Event"
msgstr "SSF Stroom Gebeurtenis"
#: authentik/enterprise/providers/ssf/models.py
msgid "SSF Stream Events"
msgstr "SSF Stroom Gebeurtenissen"
#: authentik/enterprise/providers/ssf/tasks.py
msgid "Dispatch SSF events."
msgstr ""
#: authentik/enterprise/providers/ssf/tasks.py
msgid "Send an SSF event."
msgstr ""
#: authentik/enterprise/reports/models.py
msgid "Data Export"
msgstr ""
#: authentik/enterprise/reports/models.py
msgid "Data Exports"
msgstr ""
#: authentik/enterprise/reports/models.py
#, python-brace-format
msgid "{model_verbose_name} export generated successfully"
msgstr ""
#: authentik/enterprise/reports/models.py
msgid "Download"
msgstr ""
#: authentik/enterprise/reports/tasks.py
msgid "Generate data export."
msgstr ""
#: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py
msgid "Endpoint Authenticator Google Device Trust Connector Stage"
msgstr ""
#: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py
msgid "Endpoint Authenticator Google Device Trust Connector Stages"
msgstr ""
#: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py
msgid "Endpoint Device"
msgstr ""
#: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py
msgid "Endpoint Devices"
msgstr ""
#: authentik/enterprise/stages/authenticator_endpoint_gdtc/stage.py
msgid "Verifying your browser..."
msgstr "Uw browser wordt geverifieerd..."
#: authentik/enterprise/stages/mtls/models.py
msgid ""
"Configure certificate authorities to validate the certificate against. This "
"option has a higher priority than the `client_certificate` option on "
"`Brand`."
msgstr ""
#: authentik/enterprise/stages/mtls/models.py
msgid "Mutual TLS Stage"
msgstr ""
#: authentik/enterprise/stages/mtls/models.py
msgid "Mutual TLS Stages"
msgstr ""
#: authentik/enterprise/stages/mtls/models.py
msgid "Permissions to pass Certificates for outposts."
msgstr ""
#: authentik/enterprise/stages/mtls/stage.py
msgid "Certificate required but no certificate was given."
msgstr ""
#: authentik/enterprise/stages/mtls/stage.py
msgid "No user found for certificate."
msgstr ""
#: authentik/enterprise/stages/source/models.py
msgid ""
"Amount of time a user can take to return from the source to continue the "
"flow (Format: hours=-1;minutes=-2;seconds=-3)"
msgstr ""
"De hoeveelheid tijd die een gebruiker kan gebruiken om door te gaan met een "
"flow (Formaat: uur=-1;minuten=-2;seconden=-3)"
#: authentik/enterprise/stages/source/models.py
msgid "Source Stage"
msgstr "Bron Fase"
#: authentik/enterprise/stages/source/models.py
msgid "Source Stages"
msgstr "Bron Fases"
#: authentik/enterprise/tasks.py
msgid "Update enterprise license status."
msgstr ""
#: authentik/events/models.py
msgid "Event"
msgstr "Gebeurtenis"
#: authentik/events/models.py
msgid "Events"
msgstr "Gebeurtenissen"
#: authentik/events/models.py
msgid "authentik inbuilt notifications"
msgstr "authentik ingebouwde meldingen"
#: authentik/events/models.py
msgid "Generic Webhook"
msgstr "Generieke Webhook"
#: authentik/events/models.py
msgid "Slack Webhook (Slack/Discord)"
msgstr "Slack Webhook (Slack/Discord)"
#: authentik/events/models.py
#: authentik/stages/authenticator_validate/models.py
msgid "Email"
msgstr "E-mail"
#: authentik/events/models.py
msgid ""
"Only send notification once, for example when sending a webhook into a chat "
"channel."
msgstr ""
"Stuur de melding slechts eenmaal, bijvoorbeeld bij het verzenden van een "
"webhook naar een chatkanaal."
#: authentik/events/models.py
msgid ""
"Customize the body of the request. Mapping should return data that is JSON-"
"serializable."
msgstr ""
#: authentik/events/models.py
msgid ""
"Configure additional headers to be sent. Mapping should return a dictionary "
"of key-value pairs"
msgstr ""
#: authentik/events/models.py
msgid "Severity"
msgstr "Ernst"
#: authentik/events/models.py
msgid "Dispatched for user"
msgstr "Verzonden voor gebruiker"
#: authentik/events/models.py
msgid "Event user"
msgstr "Gebruiker van gebeurtenis"
#: authentik/events/models.py
msgid "Notification Transport"
msgstr "Meldingsvervoer"
#: authentik/events/models.py
msgid "Notification Transports"
msgstr "Meldingsvervoer"
#: authentik/events/models.py
msgid "Notice"
msgstr "Kennisgeving"
#: authentik/events/models.py
msgid "Warning"
msgstr "Waarschuwing"
#: authentik/events/models.py
msgid "Alert"
msgstr "Alarm"
#: authentik/events/models.py
msgid "Notification"
msgstr "Melding"
#: authentik/events/models.py
msgid "Notifications"
msgstr "Meldingen"
#: authentik/events/models.py
msgid ""
"Select which transports should be used to notify the user. If none are "
"selected, the notification will only be shown in the authentik UI."
msgstr ""
"Kies welke vervoersmiddelen moeten worden gebruikt om de gebruiker op de "
"hoogte te stellen. Als er geen zijn geselecteerd, wordt de melding alleen "
"getoond in de authentik-UI."
#: authentik/events/models.py
msgid "Controls which severity level the created notifications will have."
msgstr "Regelt welk ernstniveau de aangemaakte meldingen zullen hebben."
#: authentik/events/models.py
msgid ""
"Define which group of users this notification should be sent and shown to. "
"If left empty, Notification won't ben sent."
msgstr ""
"Definieer welke groep gebruikers deze melding moet ontvangen en zien. Als "
"dit leeg wordt gelaten, wordt er geen melding verzonden."
#: authentik/events/models.py
msgid ""
"When enabled, notification will be sent to user the user that triggered the "
"event.When destination_group is configured, notification is sent to both."
msgstr ""
#: authentik/events/models.py
msgid "Notification Rule"
msgstr "Meldingsregel"
#: authentik/events/models.py
msgid "Notification Rules"
msgstr "Meldingsregels"
#: authentik/events/models.py
msgid "Webhook Mapping"
msgstr "Webhook-toewijzing"
#: authentik/events/models.py
msgid "Webhook Mappings"
msgstr "Webhook-toewijzingen"
#: authentik/events/tasks.py
msgid "Dispatch new event notifications."
msgstr ""
#: authentik/events/tasks.py
msgid ""
"Check if policies attached to NotificationRule match event and dispatch "
"notification tasks."
msgstr ""
#: authentik/events/tasks.py
msgid "Send notification."
msgstr ""
#: authentik/events/tasks.py
msgid "Cleanup events for GDPR compliance."
msgstr ""
#: authentik/events/tasks.py
msgid "Cleanup seen notifications and notifications whose event expired."
msgstr ""
#: authentik/flows/api/flows.py
#, python-brace-format
msgid "Flow not applicable to current user/request: {messages}"
msgstr "Flow is niet toepasbaar op huidige gebruiker/verzoek: {messages}"
#: authentik/flows/api/flows_diagram.py
#, python-brace-format
msgid "Policy ({type})"
msgstr "Beleid ({type})"
#: authentik/flows/api/flows_diagram.py
#, python-brace-format
msgid "Binding {order}"
msgstr "Verband {order}"
#: authentik/flows/api/flows_diagram.py
msgid "Policy passed"
msgstr "Beleid geslaagd"
#: authentik/flows/api/flows_diagram.py
#, python-brace-format
msgid "Stage ({type})"
msgstr "Fase ({type})"
#: authentik/flows/api/flows_diagram.py
msgid "Policy denied"
msgstr "Beleid geweigerd"
#: authentik/flows/api/flows_diagram.py
msgid "End of the flow"
msgstr "Einde van de flow"
#: authentik/flows/api/flows_diagram.py
msgid "Requirement not fulfilled"
msgstr "Vereiste niet vervuld"
#: authentik/flows/api/flows_diagram.py
msgid "Flow authentication requirement"
msgstr "Authenticatievereiste voor flow"
#: authentik/flows/api/flows_diagram.py
msgid "Requirement fulfilled"
msgstr "Vereiste vervuld"
#: authentik/flows/api/flows_diagram.py
msgid "Pre-flow policies"
msgstr "Beleid voorafgaand aan flow"
#: authentik/flows/api/flows_diagram.py authentik/flows/models.py
msgid "Flow"
msgstr "Flow"
#: authentik/flows/exceptions.py
msgid "Flow does not apply to current user."
msgstr "Flow is niet van toepassing op de huidige gebruiker."
#: authentik/flows/models.py
#, python-brace-format
msgid "Dynamic In-memory stage: {doc}"
msgstr "Dynamisch In-geheugen fase: {doc}"
#: authentik/flows/models.py
msgid "Visible in the URL."
msgstr "Zichtbaar in de URL."
#: authentik/flows/models.py
msgid "Shown as the Title in Flow pages."
msgstr "Weergegeven als de titel op Flow-pagina's."
#: authentik/flows/models.py
msgid ""
"Decides what this Flow is used for. For example, the Authentication flow is "
"redirect to when an un-authenticated user visits authentik."
msgstr ""
"Bepaalt waarvoor deze Flow wordt gebruikt. Bijvoorbeeld, de "
"Authenticatieflow wordt gebruikt wanneer een niet-geauthenticeerde gebruiker"
" authentik bezoekt."
#: authentik/flows/models.py
msgid "Background shown during execution"
msgstr "Achtergrond weergegeven tijdens uitvoering"
#: authentik/flows/models.py
msgid ""
"Enable compatibility mode, increases compatibility with password managers on"
" mobile devices."
msgstr ""
"Schakel compatibiliteitsmodus in, verhoogt de compatibiliteit met "
"wachtwoordbeheerders op mobiele apparaten."
#: authentik/flows/models.py
msgid "Configure what should happen when a flow denies access to a user."
msgstr ""
"Configureer wat er moet gebeuren wanneer een flow de toegang tot een "
"gebruiker weigert."
#: authentik/flows/models.py
msgid "Required level of authentication and authorization to access a flow."
msgstr ""
"Vereist niveau van authenticatie en autorisatie om toegang te krijgen tot "
"een flow."
#: authentik/flows/models.py
msgid "Flows"
msgstr "Stromen"
#: authentik/flows/models.py
msgid "Can export a Flow"
msgstr "Kan Flow exporteren"
#: authentik/flows/models.py
msgid "Can inspect a Flow's execution"
msgstr "Kan Flow executie inspecteren"
#: authentik/flows/models.py
msgid "View Flow's cache metrics"
msgstr "Bekijk Flow's cache statistieken"
#: authentik/flows/models.py
msgid "Clear Flow's cache metrics"
msgstr "Wis Flow's cache statistieken"
#: authentik/flows/models.py
msgid "Evaluate policies during the Flow planning process."
msgstr "Evalueer beleid tijdens het planningsproces van de Flow."
#: authentik/flows/models.py
msgid "Evaluate policies when the Stage is presented to the user."
msgstr ""
#: authentik/flows/models.py
msgid ""
"Configure how the flow executor should handle an invalid response to a "
"challenge. RETRY returns the error message and a similar challenge to the "
"executor. RESTART restarts the flow from the beginning, and "
"RESTART_WITH_CONTEXT restarts the flow while keeping the current context."
msgstr ""
"Configureer hoe de flowuitvoerder moet omgaan met een ongeldige reactie op "
"een uitdaging. RETRY geeft het foutbericht en een soortgelijke uitdaging "
"terug aan de uitvoerder. RESTART start de flow opnieuw vanaf het begin, en "
"RESTART_WITH_CONTEXT start de flow opnieuw terwijl de huidige context "
"behouden blijft."
#: authentik/flows/models.py
msgid "Flow Stage Binding"
msgstr "Flowfasebinding"
#: authentik/flows/models.py
msgid "Flow Stage Bindings"
msgstr "Flowfasebindingen"
#: authentik/flows/models.py
msgid ""
"Flow used by an authenticated user to configure this Stage. If empty, user "
"will not be able to configure this stage."
msgstr ""
"Flow gebruikt door een geauthenticeerde gebruiker om deze fase te "
"configureren. Als leeg, zal de gebruiker deze fase niet kunnen configureren."
#: authentik/flows/models.py
msgid "Flow Token"
msgstr "Flowtoken"
#: authentik/flows/models.py
msgid "Flow Tokens"
msgstr "Flowtokens"
#: authentik/flows/templates/if/flow.html
msgid "Site footer"
msgstr ""
#: authentik/flows/views/executor.py
msgid "Invalid next URL"
msgstr "Invalide volgend URL"
#: authentik/lib/sync/incoming/models.py
msgid "When to trigger sync for outgoing providers"
msgstr ""
#: authentik/lib/sync/outgoing/models.py
msgid "Controls the number of objects synced in a single task"
msgstr ""
#: authentik/lib/sync/outgoing/models.py
msgid "Timeout for synchronization of a single page"
msgstr ""
#: authentik/lib/sync/outgoing/models.py
msgid ""
"When enabled, provider will not modify or create objects in the remote "
"system."
msgstr ""
#: authentik/lib/utils/time.py
#, python-format
msgid "%(value)s is not in the correct format of 'hours=3;minutes=1'."
msgstr "%(value)s heeft niet het juiste formaat van 'uren=3;minuten=1'."
#: authentik/lib/validators.py
#, python-brace-format
msgid "The fields {field_names} must be used together."
msgstr "Het veld {field_names} moet samen gebruikt worden."
#: authentik/outposts/api/service_connections.py
msgid ""
"You can only use an empty kubeconfig when connecting to a local cluster."
msgstr ""
"U kunt alleen een lege kubeconfig gebruiken bij het verbinden met een lokale"
" cluster."
#: authentik/outposts/api/service_connections.py
msgid "Invalid kubeconfig"
msgstr "Ongeldige kubeconfig"
#: authentik/outposts/models.py
msgid ""
"If enabled, use the local connection. Required Docker socket/Kubernetes "
"Integration"
msgstr ""
"Indien ingeschakeld, gebruik de lokale verbinding. Vereist Docker-"
"socket/Kubernetes-integratie."
#: authentik/outposts/models.py
msgid "Outpost Service-Connection"
msgstr "Buitenpost Service-verbinding"
#: authentik/outposts/models.py
msgid "Outpost Service-Connections"
msgstr "Buitenpost Service-verbindingen"
#: authentik/outposts/models.py
msgid ""
"Can be in the format of 'unix://<path>' when connecting to a local docker "
"daemon, or 'https://<hostname>:2376' when connecting to a remote system."
msgstr ""
"Kan in het formaat 'unix://<pad>' zijn bij het verbinden met een lokale "
"dockerdaemon, of 'https://<hostname>:2376' bij het verbinden met een extern "
"systeem."
#: authentik/outposts/models.py
msgid ""
"CA which the endpoint's Certificate is verified against. Can be left empty "
"for no validation."
msgstr ""
"CA waartegen het certificaat van de eindpunt wordt geverifieerd. Kan leeg "
"worden gelaten voor geen validatie."
#: authentik/outposts/models.py
msgid ""
"Certificate/Key used for authentication. Can be left empty for no "
"authentication."
msgstr ""
"Certificaat/Sleutel gebruikt voor authenticatie. Kan leeg worden gelaten "
"voor geen authenticatie."
#: authentik/outposts/models.py
msgid "Docker Service-Connection"
msgstr "Docker Service-verbinding"
#: authentik/outposts/models.py
msgid "Docker Service-Connections"
msgstr "Docker Service-verbindingen"
#: authentik/outposts/models.py
msgid ""
"Paste your kubeconfig here. authentik will automatically use the currently "
"selected context."
msgstr ""
"Plak hier uw kubeconfig. Authentik zal automatisch de momenteel "
"geselecteerde context gebruiken."
#: authentik/outposts/models.py
msgid "Verify SSL Certificates of the Kubernetes API endpoint"
msgstr "SSL-certificaten van het Kubernetes API-eindpunt verifiëren"
#: authentik/outposts/models.py
msgid "Kubernetes Service-Connection"
msgstr "Kubernetes Service-verbinding"
#: authentik/outposts/models.py
msgid "Kubernetes Service-Connections"
msgstr "Kubernetes Service-verbindingen"
#: authentik/outposts/models.py
msgid ""
"Select Service-Connection authentik should use to manage this outpost. Leave"
" empty if authentik should not handle the deployment."
msgstr ""
"Selecteer de Service-verbinding die authentik moet gebruiken om deze "
"buitenpost te beheren. Laat leeg als authentik de implementatie niet moet "
"afhandelen."
#: authentik/outposts/models.py
msgid "Outpost"
msgstr "Buitenpost"
#: authentik/outposts/models.py
msgid "Outposts"
msgstr "Buitenposten"
#: authentik/outposts/tasks.py
msgid "Update cached state of service connection."
msgstr ""
#: authentik/outposts/tasks.py
msgid "Create/update/monitor/delete the deployment of an Outpost."
msgstr ""
#: authentik/outposts/tasks.py
msgid "Ensure that all Outposts have valid Service Accounts and Tokens."
msgstr ""
#: authentik/outposts/tasks.py
msgid "Send update to outpost"
msgstr ""
#: authentik/outposts/tasks.py
msgid "Checks the local environment and create Service connections."
msgstr ""
#: authentik/outposts/tasks.py
msgid "Terminate session on all outposts."
msgstr ""
#: authentik/policies/denied.py
msgid "Access denied"
msgstr "Toegang geweigerd"
#: authentik/policies/dummy/models.py
msgid "Dummy Policy"
msgstr "Dumme Beleid"
#: authentik/policies/dummy/models.py
msgid "Dummy Policies"
msgstr "Dumme Beleid"
#: authentik/policies/event_matcher/api.py
#: authentik/policies/event_matcher/models.py
msgid ""
"Match events created by selected application. When left empty, all "
"applications are matched."
msgstr ""
"Overeenkomst met gebeurtenissen gemaakt door de geselecteerde toepassing. "
"Als leeg gelaten, worden alle toepassingen overeenkomen."
#: authentik/policies/event_matcher/api.py
#: authentik/policies/event_matcher/models.py
msgid ""
"Match events created by selected model. When left empty, all models are "
"matched. When an app is selected, all the application's models are matched."
msgstr ""
"Overeenkomst met gebeurtenissen gemaakt door het geselecteerde model. Als "
"leeg gelaten, worden alle modellen overeenkomen. Wanneer een toepassing is "
"geselecteerd, worden alle modellen van de toepassing overeenkomen."
#: authentik/policies/event_matcher/api.py
msgid "At least one criteria must be set."
msgstr "Minstens één criterium moet worden ingesteld."
#: authentik/policies/event_matcher/models.py
msgid ""
"Match created events with this action type. When left empty, all action "
"types will be matched."
msgstr ""
"Overeenkomst met gemaakte gebeurtenissen met dit actietype. Als leeg "
"gelaten, worden alle actietypen overeenkomen."
#: authentik/policies/event_matcher/models.py
msgid ""
"Matches Event's Client IP (strict matching, for network matching use an "
"Expression Policy)"
msgstr ""
"Komt overeen met het client-IP van de gebeurtenis (strikte overeenkomst, "
"voor netwerkomgeving gebruik een Expressiebeleid)."
#: authentik/policies/event_matcher/models.py
msgid "Event Matcher Policy"
msgstr "Gebeurtenismatcher Beleid"
#: authentik/policies/event_matcher/models.py
msgid "Event Matcher Policies"
msgstr "Gebeurtenismatcher Beleid"
#: authentik/policies/expiry/models.py
#, python-brace-format
msgid "Password expired {days} days ago. Please update your password."
msgstr ""
#: authentik/policies/expiry/models.py
msgid "Password has expired."
msgstr "Wachtwoord is verlopen."
#: authentik/policies/expiry/models.py
msgid "Password Expiry Policy"
msgstr "Wachtwoordvervalbeleid"
#: authentik/policies/expiry/models.py
msgid "Password Expiry Policies"
msgstr "Wachtwoordvervalbeleid"
#: authentik/policies/expression/models.py
msgid "Expression Policy"
msgstr "Expressiebeleid"
#: authentik/policies/expression/models.py
msgid "Expression Policies"
msgstr "Expressiebeleid"
#: authentik/policies/geoip/models.py
msgid "GeoIP: client IP not found in ASN database."
msgstr ""
#: authentik/policies/geoip/models.py
msgid "Client IP is not part of an allowed autonomous system."
msgstr ""
#: authentik/policies/geoip/models.py
msgid "GeoIP: client IP address not found in City database."
msgstr ""
#: authentik/policies/geoip/models.py
msgid "Client IP is not in an allowed country."
msgstr ""
#: authentik/policies/geoip/models.py
msgid "Distance from previous authentication is larger than threshold."
msgstr ""
#: authentik/policies/geoip/models.py
msgid "Distance is further than possible."
msgstr ""
#: authentik/policies/geoip/models.py
msgid "GeoIP Policy"
msgstr ""
#: authentik/policies/geoip/models.py
msgid "GeoIP Policies"
msgstr ""
#: authentik/policies/models.py
msgid "all, all policies must pass"
msgstr "alle, alle beleidsregels moeten slagen"
#: authentik/policies/models.py
msgid "any, any policy must pass"
msgstr "elk, elk beleid moet slagen"
#: authentik/policies/models.py
msgid "Policy Binding Model"
msgstr "Beleidsbinding Model"
#: authentik/policies/models.py
msgid "Policy Binding Models"
msgstr "Beleidsbinding Modellen"
#: authentik/policies/models.py
msgid "Negates the outcome of the policy. Messages are unaffected."
msgstr ""
"Maakt de uitkomst van het beleid ongedaan. Berichten worden niet beïnvloed."
#: authentik/policies/models.py
msgid "Timeout after which Policy execution is terminated."
msgstr "Time-out na welke de uitvoering van het beleid wordt beëindigd."
#: authentik/policies/models.py
msgid "Result if the Policy execution fails."
msgstr "Resultaat als het Beleid executie faalt. "
#: authentik/policies/models.py
msgid "Policy Binding"
msgstr "Beleidsbinding"
#: authentik/policies/models.py
msgid "Policy Bindings"
msgstr "Beleidsbindingen"
#: authentik/policies/models.py
msgid ""
"When this option is enabled, all executions of this policy will be logged. "
"By default, only execution errors are logged."
msgstr ""
"Wanneer deze optie is ingeschakeld, worden alle uitvoeringen van dit beleid "
"gelogd. Standaard worden alleen uitvoeringsfouten gelogd."
#: authentik/policies/models.py
msgid "Policy"
msgstr "Beleid"
#: authentik/policies/models.py
msgid "Policies"
msgstr "Beleid"
#: authentik/policies/models.py
msgid "View Policy's cache metrics"
msgstr ""
#: authentik/policies/models.py
msgid "Clear Policy's cache metrics"
msgstr ""
#: authentik/policies/password/models.py
msgid "How many times the password hash is allowed to be on haveibeenpwned"
msgstr "Hoe vaak het wachtwoordhash op haveibeenpwned mag voorkomen"
#: authentik/policies/password/models.py
msgid ""
"If the zxcvbn score is equal or less than this value, the policy will fail."
msgstr ""
"Als de zxcvbn-score gelijk is aan of lager is dan deze waarde, zal het "
"beleid falen."
#: authentik/policies/password/models.py
msgid "Invalid password."
msgstr ""
#: authentik/policies/password/models.py
#, python-brace-format
msgid "Password exists on {count} online lists."
msgstr ""
#: authentik/policies/password/models.py
msgid "Password is too weak."
msgstr "Wachtwoord is te zwak."
#: authentik/policies/password/models.py
msgid "Password Policy"
msgstr "Wachtwoordbeleid"
#: authentik/policies/password/models.py
msgid "Password Policies"
msgstr "Wachtwoordbeleiden"
#: authentik/policies/reputation/api.py
msgid "Either IP or Username must be checked"
msgstr ""
#: authentik/policies/reputation/models.py
msgid "Reputation Policy"
msgstr "Reputatiebeleid"
#: authentik/policies/reputation/models.py
msgid "Reputation Policies"
msgstr "Reputatiebeleiden"
#: authentik/policies/reputation/models.py
msgid "Reputation Score"
msgstr "Reputatie Score"
#: authentik/policies/reputation/models.py
msgid "Reputation Scores"
msgstr "Reputatie Scores"
#: authentik/policies/templates/policies/buffer.html
msgid "Waiting for authentication..."
msgstr ""
#: authentik/policies/templates/policies/buffer.html
msgid ""
"You're already authenticating in another tab. This page will refresh once "
"authentication is completed."
msgstr ""
#: authentik/policies/templates/policies/buffer.html
msgid "Authenticate in this tab"
msgstr ""
#: authentik/policies/templates/policies/denied.html
msgid "Permission denied"
msgstr "Toestemming geweigerd"
#: authentik/policies/templates/policies/denied.html
msgid "User's avatar"
msgstr "Avatar van de gebruiker"
#: authentik/policies/templates/policies/denied.html
msgid "Not you?"
msgstr "Niet jij?"
#: authentik/policies/templates/policies/denied.html
msgid "Error"
msgstr "Fout"
#: authentik/policies/templates/policies/denied.html
msgid "Request has been denied."
msgstr "Verzoek is geweigerd."
#: authentik/policies/templates/policies/denied.html
msgid "Messages:"
msgstr "Berichten:"
#: authentik/policies/templates/policies/denied.html
msgid "Explanation:"
msgstr "Uitleg:"
#: authentik/policies/templates/policies/denied.html
#, python-format
msgid ""
"\n"
" Policy binding '%(name)s' returned result '%(result)s'\n"
" "
msgstr ""
"\n"
" Beleidsbinding '%(name)s' gaf resultaat '%(result)s' terug\n"
" "
#: authentik/policies/views.py
msgid "Failed to resolve application"
msgstr "Kan toepassing niet oplossen"
#: authentik/providers/ldap/models.py
msgid "DN under which objects are accessible."
msgstr "DN waarin objecten toegankelijk zijn."
#: authentik/providers/ldap/models.py
msgid ""
"The start for uidNumbers, this number is added to the user.pk to make sure "
"that the numbers aren't too low for POSIX users. Default is 2000 to ensure "
"that we don't collide with local users uidNumber"
msgstr ""
"Het begin voor uidNumbers, dit nummer wordt toegevoegd aan user.pk om ervoor"
" te zorgen dat de nummers niet te laag zijn voor POSIX-gebruikers. De "
"standaardwaarde is 2000 om ervoor te zorgen dat we geen conflict hebben met "
"lokale gebruikers uidNumber."
#: authentik/providers/ldap/models.py
msgid ""
"The start for gidNumbers, this number is added to a number generated from "
"the group.pk to make sure that the numbers aren't too low for POSIX groups. "
"Default is 4000 to ensure that we don't collide with local groups or users "
"primary groups gidNumber"
msgstr ""
"Het begin voor gidNumbers, dit nummer wordt toegevoegd aan een nummer dat is"
" gegenereerd uit group.pk om ervoor te zorgen dat de nummers niet te laag "
"zijn voor POSIX-groepen. De standaardwaarde is 4000 om ervoor te zorgen dat "
"we geen conflict hebben met lokale groepen of gebruikers primaire groepen "
"gidNumber."
#: authentik/providers/ldap/models.py authentik/providers/radius/models.py
msgid ""
"When enabled, code-based multi-factor authentication can be used by "
"appending a semicolon and the TOTP code to the password. This should only be"
" enabled if all users that will bind to this provider have a TOTP device "
"configured, as otherwise a password may incorrectly be rejected if it "
"contains a semicolon."
msgstr ""
"Indien ingeschakeld, kan codegebaseerde multi-factor authenticatie worden "
"gebruikt door een puntkomma en de TOTP-code aan het wachtwoord toe te "
"voegen. Dit moet alleen worden ingeschakeld als alle gebruikers die zich bij"
" deze provider willen aanmelden een TOTP-apparaat geconfigureerd hebben, "
"omdat anders een wachtwoord mogelijk onterecht wordt afgewezen als het een "
"puntkomma bevat."
#: authentik/providers/ldap/models.py
msgid "LDAP Provider"
msgstr "LDAP-provider"
#: authentik/providers/ldap/models.py
msgid "LDAP Providers"
msgstr "LDAP-providers"
#: authentik/providers/ldap/models.py
msgid "Search full LDAP directory"
msgstr ""
#: authentik/providers/oauth2/api/providers.py
#, python-brace-format
msgid "Invalid Regex Pattern: {url}"
msgstr ""
#: authentik/providers/oauth2/constants.py
msgid "Based on the Hashed User ID"
msgstr "Gebaseerd op de Gehashte Gebruikers-ID"
#: authentik/providers/oauth2/constants.py
msgid "Based on user ID"
msgstr "Gebaseerd op gebruikers-ID"
#: authentik/providers/oauth2/constants.py
msgid "Based on user UUID"
msgstr "Gebaseerd op gebruikers-UUID"
#: authentik/providers/oauth2/constants.py
msgid "Based on the username"
msgstr "Gebaseerd op de gebruikersnaam"
#: authentik/providers/oauth2/constants.py
msgid "Based on the User's Email. This is recommended over the UPN method."
msgstr ""
"Gebaseerd op het e-mailadres van de gebruiker. Dit wordt aanbevolen boven de"
" UPN-methode."
#: authentik/providers/oauth2/constants.py
msgid ""
"Based on the User's UPN, only works if user has a 'upn' attribute set. Use "
"this method only if you have different UPN and Mail domains."
msgstr ""
"Gebaseerd op de UPN van de gebruiker, werkt alleen als de gebruiker een "
"'upn'-attribuut heeft ingesteld. Gebruik deze methode alleen als u "
"verschillende UPN- en Mail-domeinen heeft."
#: authentik/providers/oauth2/models.py
msgid "Confidential"
msgstr "Vertrouwelijk"
#: authentik/providers/oauth2/models.py
msgid "Public"
msgstr "Openbaar"
#: authentik/providers/oauth2/models.py
msgid "Same identifier is used for all providers"
msgstr "Hetzelfde identificatiemiddel wordt voor alle providers gebruikt"
#: authentik/providers/oauth2/models.py
msgid "Each provider has a different issuer, based on the application slug."
msgstr ""
"Elke provider heeft een andere uitgever, gebaseerd op de toepassingsslug."
#: authentik/providers/oauth2/models.py
msgid "Strict URL comparison"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid "Regular Expression URL matching"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid "Back-channel"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid "Front-channel"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid "code (Authorization Code Flow)"
msgstr "code (Autorisatiecode-flow)"
#: authentik/providers/oauth2/models.py
msgid "id_token (Implicit Flow)"
msgstr "id_token (Impliciete Flow)"
#: authentik/providers/oauth2/models.py
msgid "id_token token (Implicit Flow)"
msgstr "id_token token (Impliciete Flow)"
#: authentik/providers/oauth2/models.py
msgid "code token (Hybrid Flow)"
msgstr "code token (Hybride Flow)"
#: authentik/providers/oauth2/models.py
msgid "code id_token (Hybrid Flow)"
msgstr "code id_token (Hybride Flow)"
#: authentik/providers/oauth2/models.py
msgid "code id_token token (Hybrid Flow)"
msgstr "code id_token token (Hybride Flow)"
#: authentik/providers/oauth2/models.py
msgid "HS256 (Symmetric Encryption)"
msgstr "HS256 (Symmetrische Versleuteling)"
#: authentik/providers/oauth2/models.py
msgid "RS256 (Asymmetric Encryption)"
msgstr "RS256 (Asymmetrische Versleuteling)"
#: authentik/providers/oauth2/models.py
msgid "ES256 (Asymmetric Encryption)"
msgstr "ES256 (Asymmetrische Versleuteling)"
#: authentik/providers/oauth2/models.py
msgid "ES384 (Asymmetric Encryption)"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid "ES512 (Asymmetric Encryption)"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid "Scope used by the client"
msgstr "Scope gebruikt door de cliënt"
#: authentik/providers/oauth2/models.py
msgid ""
"Description shown to the user when consenting. If left empty, the user won't"
" be informed."
msgstr ""
"Beschrijving getoond aan de gebruiker bij toestemming. Als leeg gelaten, "
"wordt de gebruiker niet geïnformeerd."
#: authentik/providers/oauth2/models.py
msgid "Scope Mapping"
msgstr "Scope-mapping"
#: authentik/providers/oauth2/models.py
msgid "Scope Mappings"
msgstr "Scope-mappings"
#: authentik/providers/oauth2/models.py
msgid "Client Type"
msgstr "Clienttype"
#: authentik/providers/oauth2/models.py
msgid ""
"Confidential clients are capable of maintaining the confidentiality of their"
" credentials. Public clients are incapable"
msgstr ""
"Vertrouwelijke clients zijn in staat om de vertrouwelijkheid van hun "
"referenties te behouden. Openbare clients zijn dat niet."
#: authentik/providers/oauth2/models.py
msgid "Client ID"
msgstr "Client-ID"
#: authentik/providers/oauth2/models.py
msgid "Client Secret"
msgstr "Client Geheim"
#: authentik/providers/oauth2/models.py
msgid "Redirect URIs"
msgstr "Omleidings-URI's"
#: authentik/providers/oauth2/models.py
msgid "Logout URI"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid "Logout Method"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid ""
"Backchannel logs out with server to server calls. Frontchannel uses iframes "
"in your browser"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid "Include claims in id_token"
msgstr "Inclusief claims in id_token"
#: authentik/providers/oauth2/models.py
msgid ""
"Include User claims from scopes in the id_token, for applications that don't"
" access the userinfo endpoint."
msgstr ""
"Inclusief Gebruikersclaims uit scopes in id_token, voor toepassingen die "
"geen toegang hebben tot het userinfo-eindpunt."
#: authentik/providers/oauth2/models.py
msgid ""
"Access codes not valid on or after current time + this value (Format: "
"hours=1;minutes=2;seconds=3)."
msgstr ""
"Toegangscodes zijn niet geldig op of na de huidige tijd + deze waarde "
"(Formaat: uren=1;minuten=2;seconden=3)."
#: authentik/providers/oauth2/models.py
msgid ""
"Tokens not valid on or after current time + this value (Format: "
"hours=1;minutes=2;seconds=3)."
msgstr ""
"Tokens zijn niet geldig op of na de huidige tijd + deze waarde (Formaat: "
"uren=1;minuten=2;seconden=3)."
#: authentik/providers/oauth2/models.py
msgid ""
"When refreshing a token, if the refresh token is valid for less than this "
"duration, it will be renewed. When set to seconds=0, token will always be "
"renewed. (Format: hours=1;minutes=2;seconds=3)."
msgstr ""
#: authentik/providers/oauth2/models.py
msgid ""
"Configure what data should be used as unique User Identifier. For most "
"cases, the default should be fine."
msgstr ""
"Configureer welke gegevens moeten worden gebruikt als unieke "
"gebruikersidentificatie. In de meeste gevallen is de standaardinstelling "
"prima."
#: authentik/providers/oauth2/models.py
msgid "Configure how the issuer field of the ID Token should be filled."
msgstr ""
"Configureer hoe het uitgeversveld van het ID-token moet worden ingevuld."
#: authentik/providers/oauth2/models.py
msgid "Key used to sign the tokens."
msgstr ""
#: authentik/providers/oauth2/models.py
msgid "Encryption Key"
msgstr ""
#: authentik/providers/oauth2/models.py
msgid ""
"Key used to encrypt the tokens. When set, tokens will be encrypted and "
"returned as JWEs."
msgstr ""
#: authentik/providers/oauth2/models.py
msgid ""
"Any JWT signed by the JWK of the selected source can be used to "
"authenticate."
msgstr ""
"Elke JWT ondertekend door de JWK van de geselecteerde bron kan worden "
"gebruikt voor authenticatie."
#: authentik/providers/oauth2/models.py
msgid "OAuth2/OpenID Provider"
msgstr "OAuth2/OpenID-provider"
#: authentik/providers/oauth2/models.py
msgid "OAuth2/OpenID Providers"
msgstr "OAuth2/OpenID-providers"
#: authentik/providers/oauth2/models.py
msgid "Scopes"
msgstr "Scopes"
#: authentik/providers/oauth2/models.py
msgid "Code"
msgstr "Code"
#: authentik/providers/oauth2/models.py
msgid "Nonce"
msgstr "Nonce"
#: authentik/providers/oauth2/models.py
msgid "Code Challenge"
msgstr "Code-uitdaging"
#: authentik/providers/oauth2/models.py
msgid "Code Challenge Method"
msgstr "Code-uitdaging methode"
#: authentik/providers/oauth2/models.py
msgid "Authorization Code"
msgstr "Autorisatiecode"
#: authentik/providers/oauth2/models.py
msgid "Authorization Codes"
msgstr "Autorisatiecodes"
#: authentik/providers/oauth2/models.py
msgid "OAuth2 Access Token"
msgstr "OAuth2 Toegangstoken"
#: authentik/providers/oauth2/models.py
msgid "OAuth2 Access Tokens"
msgstr "OAuth2 Toegangstokens"
#: authentik/providers/oauth2/models.py
msgid "ID Token"
msgstr "ID-token"
#: authentik/providers/oauth2/models.py
msgid "OAuth2 Refresh Token"
msgstr "OAuth2 Verversingstoken"
#: authentik/providers/oauth2/models.py
msgid "OAuth2 Refresh Tokens"
msgstr "OAuth2 Verversingstokens"
#: authentik/providers/oauth2/tasks.py
msgid "Send a back-channel logout request to the registered client"
msgstr ""
#: authentik/providers/oauth2/tasks.py
msgid "Handle backchannel logout notifications dispatched via signal"
msgstr ""
#: authentik/providers/oauth2/views/authorize.py
#: authentik/providers/saml/views/flows.py
#, python-brace-format
msgid "Redirecting to {app}..."
msgstr ""
#: authentik/providers/oauth2/views/device_init.py
msgid "Invalid code"
msgstr "Ongeldige code"
#: authentik/providers/oauth2/views/userinfo.py
msgid "GitHub Compatibility: Access your User Information"
msgstr "GitHub-compatibiliteit: Toegang tot uw Gebruikersinformatie"
#: authentik/providers/oauth2/views/userinfo.py
msgid "GitHub Compatibility: Access you Email addresses"
msgstr "GitHub-compatibiliteit: Toegang tot uw E-mailadressen"
#: authentik/providers/oauth2/views/userinfo.py
msgid "GitHub Compatibility: Access your Groups"
msgstr "GitHub-compatibiliteit: Toegang tot uw Groepen"
#: authentik/providers/proxy/api.py
msgid "User and password attributes must be set when basic auth is enabled."
msgstr ""
"Gebruikers- en wachtwoordeigenschappen moeten worden ingesteld wanneer "
"basisverificatie is ingeschakeld."
#: authentik/providers/proxy/api.py
msgid "Internal host cannot be empty when forward auth is disabled."
msgstr ""
"Interne host kan niet leeg zijn wanneer doorsturen van verificatie is "
"uitgeschakeld."
#: authentik/providers/proxy/models.py
msgid "Proxy Session"
msgstr ""
#: authentik/providers/proxy/models.py
msgid "Proxy Sessions"
msgstr ""
#: authentik/providers/proxy/models.py
msgid "Validate SSL Certificates of upstream servers"
msgstr "Valideer SSL-certificaten van upstream-servers"
#: authentik/providers/proxy/models.py
msgid "Internal host SSL Validation"
msgstr "Interne host SSL-validatie"
#: authentik/providers/proxy/models.py
msgid ""
"Enable support for forwardAuth in traefik and nginx auth_request. Exclusive "
"with internal_host."
msgstr ""
"Schakel ondersteuning in voor forwardAuth in traefik en nginx auth_request. "
"Uitsluitend met interne host."
#: authentik/providers/proxy/models.py
msgid ""
"Regular expressions for which authentication is not required. Each new line "
"is interpreted as a new Regular Expression."
msgstr ""
"Reguliere expressies waarvoor geen verificatie vereist is. Elke nieuwe regel"
" wordt geïnterpreteerd als een nieuwe reguliere expressie."
#: authentik/providers/proxy/models.py
msgid ""
"When enabled, this provider will intercept the authorization header and "
"authenticate requests based on its value."
msgstr ""
"Wanneer ingeschakeld, zal deze provider de autorisatieheader onderscheppen "
"en verzoeken verifiëren op basis van de waarde ervan."
#: authentik/providers/proxy/models.py
msgid "Set HTTP-Basic Authentication"
msgstr "Stel HTTP-Basisverificatie in"
#: authentik/providers/proxy/models.py
msgid ""
"Set a custom HTTP-Basic Authentication header based on values from "
"authentik."
msgstr ""
"Stel een aangepaste HTTP-Basisverificatieheader in op basis van waarden van "
"authentik."
#: authentik/providers/proxy/models.py
msgid "HTTP-Basic Username Key"
msgstr "HTTP-Basis Gebruikersnaamsleutel"
#: authentik/providers/proxy/models.py
msgid ""
"User/Group Attribute used for the user part of the HTTP-Basic Header. If not"
" set, the user's Email address is used."
msgstr ""
"Gebruikers-/Groepseigenschap gebruikt voor het gebruikersgedeelte van de "
"HTTP-Basisheader. Als het niet is ingesteld, wordt het e-mailadres van de "
"gebruiker gebruikt."
#: authentik/providers/proxy/models.py
msgid "HTTP-Basic Password Key"
msgstr "HTTP-Basis Wachtwoordsleutel"
#: authentik/providers/proxy/models.py
msgid ""
"User/Group Attribute used for the password part of the HTTP-Basic Header."
msgstr ""
"Gebruikers-/Groepseigenschap gebruikt voor het wachtwoordgedeelte van de "
"HTTP-Basisheader."
#: authentik/providers/proxy/models.py
msgid "Proxy Provider"
msgstr "Proxy-provider"
#: authentik/providers/proxy/models.py
msgid "Proxy Providers"
msgstr "Proxy-providers"
#: authentik/providers/proxy/tasks.py
msgid "Terminate session on Proxy outpost."
msgstr ""
#: authentik/providers/rac/models.py authentik/stages/user_login/models.py
msgid ""
"Determines how long a session lasts. Default of 0 means that the sessions "
"lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3)"
msgstr ""
"Bepaalt hoe lang een sessie duurt. Standaardwaarde van 0 betekent dat de "
"sessies duren tot de browser wordt gesloten. (Indeling: "
"uren=-1;minuten=-2;seconden=-3)"
#: authentik/providers/rac/models.py
msgid "When set to true, connection tokens will be deleted upon disconnect."
msgstr ""
#: authentik/providers/rac/models.py
msgid "RAC Provider"
msgstr "RAC Provider"
#: authentik/providers/rac/models.py
msgid "RAC Providers"
msgstr "RAC Providers"
#: authentik/providers/rac/models.py
msgid "RAC Endpoint"
msgstr "RAC Eindpunt"
#: authentik/providers/rac/models.py
msgid "RAC Endpoints"
msgstr "RAC Eindpunten"
#: authentik/providers/rac/models.py
msgid "RAC Provider Property Mapping"
msgstr ""
#: authentik/providers/rac/models.py
msgid "RAC Provider Property Mappings"
msgstr ""
#: authentik/providers/rac/models.py
msgid "RAC Connection token"
msgstr "RAC Verbinding sleutel"
#: authentik/providers/rac/models.py
msgid "RAC Connection tokens"
msgstr "RAC Verbinding sleutels"
#: authentik/providers/rac/views.py
msgid "Maximum connection limit reached."
msgstr "Maximum verbindingen limiet bereikt."
#: authentik/providers/rac/views.py
msgid "(You are already connected in another tab/window)"
msgstr "(Je bent al verbonden in een andere tab/venster)"
#: authentik/providers/radius/models.py
msgid "Shared secret between clients and server to hash packets."
msgstr "Gedeeld geheim tussen clients en server om pakketten te hashen."
#: authentik/providers/radius/models.py
msgid ""
"List of CIDRs (comma-separated) that clients can connect from. A more "
"specific CIDR will match before a looser one. Clients connecting from a non-"
"specified CIDR will be dropped."
msgstr ""
"Lijst met CIDR's (door komma's gescheiden) waarvan clients kunnen verbinden."
" Een specifiekere CIDR zal eerder overeenkomen dan een lossere. Clients die "
"verbinden vanaf een niet-gespecificeerde CIDR zullen worden verworpen."
#: authentik/providers/radius/models.py
msgid "Radius Provider"
msgstr "Radius-provider"
#: authentik/providers/radius/models.py
msgid "Radius Providers"
msgstr "Radius-providers"
#: authentik/providers/radius/models.py
msgid "Radius Provider Property Mapping"
msgstr ""
#: authentik/providers/radius/models.py
msgid "Radius Provider Property Mappings"
msgstr ""
#: authentik/providers/saml/api/providers.py
msgid ""
"With a signing keypair selected, at least one of 'Sign assertion' and 'Sign "
"Response' must be selected."
msgstr ""
#: authentik/providers/saml/api/providers.py
msgid "Invalid XML Syntax"
msgstr "Ongeldige XML-syntaxis"
#: authentik/providers/saml/api/providers.py
#, python-brace-format
msgid "Failed to import Metadata: {messages}"
msgstr ""
#: authentik/providers/saml/models.py
msgid "ACS URL"
msgstr "ACS-URL"
#: authentik/providers/saml/models.py
msgid "Service Provider Binding"
msgstr "Serviceproviderbinding"
#: authentik/providers/saml/models.py
msgid ""
"This determines how authentik sends the response back to the Service "
"Provider."
msgstr ""
"Dit bepaalt hoe authentik de reactie terugstuurt naar de serviceprovider."
#: authentik/providers/saml/models.py
msgid ""
"Value of the audience restriction field of the assertion. When left empty, "
"no audience restriction will be added."
msgstr ""
"Waarde van het veld voor publieksbeperking van de bewering. Als het leeg "
"wordt gelaten, wordt er geen publieksbeperking toegevoegd."
#: authentik/providers/saml/models.py
msgid "Also known as EntityID"
msgstr "Ook bekend als EntityID"
#: authentik/providers/saml/models.py
msgid "SLS URL"
msgstr ""
#: authentik/providers/saml/models.py
msgid "Single Logout Service URL where the logout response should be sent."
msgstr ""
#: authentik/providers/saml/models.py
msgid "SLS Binding"
msgstr ""
#: authentik/providers/saml/models.py
msgid ""
"This determines how authentik sends the logout response back to the Service "
"Provider."
msgstr ""
#: authentik/providers/saml/models.py
msgid ""
"Method to use for logout. Front-channel iframe loads all logout URLs "
"simultaneously in hidden iframes. Front-channel native uses your active "
"browser tab to send post requests and redirect to providers. Back-channel "
"sends logout requests directly from the server without user interaction "
"(requires POST SLS binding)."
msgstr ""
#: authentik/providers/saml/models.py
msgid "NameID Property Mapping"
msgstr "Naam-ID-eigenschapsafbeelding"
#: authentik/providers/saml/models.py
msgid ""
"Configure how the NameID value will be created. When left empty, the "
"NameIDPolicy of the incoming request will be considered"
msgstr ""
"Configureer hoe de waarde van de Naam-ID zal worden gemaakt. Als het leeg "
"wordt gelaten, wordt de Naam-ID-policy van het inkomende verzoek overwogen."
#: authentik/providers/saml/models.py
msgid "AuthnContextClassRef Property Mapping"
msgstr ""
#: authentik/providers/saml/models.py
msgid ""
"Configure how the AuthnContextClassRef value will be created. When left "
"empty, the AuthnContextClassRef will be set based on which authentication "
"methods the user used to authenticate."
msgstr ""
#: authentik/providers/saml/models.py
msgid ""
"Assertion valid not before current time + this value (Format: "
"hours=-1;minutes=-2;seconds=-3)."
msgstr ""
"Bewering geldig niet voor huidige tijd + deze waarde (Indeling: "
"uren=-1;minuten=-2;seconden=-3)."
#: authentik/providers/saml/models.py
msgid ""
"Assertion not valid on or after current time + this value (Format: "
"hours=1;minutes=2;seconds=3)."
msgstr ""
"Bewering niet geldig op of na huidige tijd + deze waarde (Indeling: "
"uren=1;minuten=2;seconden=3)."
#: authentik/providers/saml/models.py
msgid ""
"Session not valid on or after current time + this value (Format: "
"hours=1;minutes=2;seconds=3)."
msgstr ""
"Sessie niet geldig op of na huidige tijd + deze waarde (Indeling: "
"uren=1;minuten=2;seconden=3)."
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "SHA1"
msgstr "SHA1"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "SHA256"
msgstr "SHA256"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "SHA384"
msgstr "SHA384"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "SHA512"
msgstr "SHA512"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "RSA-SHA1"
msgstr "RSA-SHA1"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "RSA-SHA256"
msgstr "RSA-SHA256"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "RSA-SHA384"
msgstr "RSA-SHA384"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "RSA-SHA512"
msgstr "RSA-SHA512"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "ECDSA-SHA1"
msgstr ""
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "ECDSA-SHA256"
msgstr ""
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "ECDSA-SHA384"
msgstr ""
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "ECDSA-SHA512"
msgstr ""
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "DSA-SHA1"
msgstr "DSA-SHA1"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid ""
"When selected, incoming assertion's Signatures will be validated against "
"this certificate. To allow unsigned Requests, leave on default."
msgstr ""
"Wanneer geselecteerd, worden handtekeningen van inkomende beweringen "
"gevalideerd tegen dit certificaat. Om niet-ondertekende verzoeken toe te "
"staan, laat het op de standaardwaarde staan."
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "Verification Certificate"
msgstr "Verificatiecertificaat"
#: authentik/providers/saml/models.py
msgid "Keypair used to sign outgoing Responses going to the Service Provider."
msgstr ""
"Sleutelpaar dat wordt gebruikt om uitgaande reacties te ondertekenen die "
"naar de serviceprovider gaan."
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "Signing Keypair"
msgstr "Ondertekeningssleutelpaar"
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid ""
"When selected, incoming assertions are encrypted by the IdP using the public"
" key of the encryption keypair. The assertion is decrypted by the SP using "
"the the private key."
msgstr ""
#: authentik/providers/saml/models.py authentik/sources/saml/models.py
msgid "Encryption Keypair"
msgstr ""
#: authentik/providers/saml/models.py
msgid "Default relay_state value for IDP-initiated logins"
msgstr ""
#: authentik/providers/saml/models.py
msgid "SAML Provider"
msgstr "SAML-provider"
#: authentik/providers/saml/models.py
msgid "SAML Providers"
msgstr "SAML-providers"
#: authentik/providers/saml/models.py
msgid "SAML Provider Property Mapping"
msgstr ""
#: authentik/providers/saml/models.py
msgid "SAML Provider Property Mappings"
msgstr ""
#: authentik/providers/saml/models.py
msgid "SAML Provider from Metadata"
msgstr "SAML-provider uit metagegevens"
#: authentik/providers/saml/models.py
msgid "SAML Providers from Metadata"
msgstr ""
#: authentik/providers/saml/models.py
msgid "Link to the user's authenticated session"
msgstr ""
#: authentik/providers/saml/models.py
msgid "SAML SessionIndex for this session"
msgstr ""
#: authentik/providers/saml/models.py
msgid "SAML NameID value for this session"
msgstr ""
#: authentik/providers/saml/models.py
msgid "SAML NameID format"
msgstr ""
#: authentik/providers/saml/models.py
msgid "SAML Session"
msgstr ""
#: authentik/providers/saml/models.py
msgid "SAML Sessions"
msgstr ""
#: authentik/providers/scim/models.py
msgid "OAuth"
msgstr ""
#: authentik/providers/scim/models.py
msgid "Default"
msgstr "Standaard"
#: authentik/providers/scim/models.py
msgid "AWS"
msgstr ""
#: authentik/providers/scim/models.py
msgid "Slack"
msgstr ""
#: authentik/providers/scim/models.py
msgid "Salesforce"
msgstr ""
#: authentik/providers/scim/models.py
msgid "Base URL to SCIM requests, usually ends in /v2"
msgstr "Basis-URL voor SCIM-verzoeken, eindigt meestal op /v2"
#: authentik/providers/scim/models.py
msgid "Authentication token"
msgstr "Verificatietoken"
#: authentik/providers/scim/models.py
msgid "OAuth Source used for authentication"
msgstr ""
#: authentik/providers/scim/models.py
msgid "Additional OAuth parameters, such as grant_type"
msgstr ""
#: authentik/providers/scim/models.py
msgid "SCIM Compatibility Mode"
msgstr ""
#: authentik/providers/scim/models.py
msgid "Alter authentik behavior for vendor-specific SCIM implementations."
msgstr ""
#: authentik/providers/scim/models.py
msgid ""
"Cache duration for ServiceProviderConfig responses. Set minutes=0 to "
"disable."
msgstr ""
#: authentik/providers/scim/models.py
msgid "SCIM Provider"
msgstr "SCIM-provider"
#: authentik/providers/scim/models.py
msgid "SCIM Providers"
msgstr "SCIM-providers"
#: authentik/providers/scim/models.py
msgid "SCIM Provider Mapping"
msgstr ""
#: authentik/providers/scim/models.py
msgid "SCIM Provider Mappings"
msgstr ""
#: authentik/providers/scim/tasks.py
msgid "Sync SCIM provider objects."
msgstr ""
#: authentik/providers/scim/tasks.py
msgid "Full sync for SCIM provider."
msgstr ""
#: authentik/providers/scim/tasks.py
msgid "Sync a direct object (user, group) for SCIM provider."
msgstr ""
#: authentik/providers/scim/tasks.py
msgid "Dispatch syncs for a direct object (user, group) for SCIM providers."
msgstr ""
#: authentik/providers/scim/tasks.py
msgid "Sync a related object (memberships) for SCIM provider."
msgstr ""
#: authentik/providers/scim/tasks.py
msgid "Dispatch syncs for a related object (memberships) for SCIM providers."
msgstr ""
#: authentik/rbac/models.py
msgid "Role"
msgstr ""
#: authentik/rbac/models.py
msgid "Roles"
msgstr ""
#: authentik/rbac/models.py
msgid "Can assign permissions to roles"
msgstr ""
#: authentik/rbac/models.py
msgid "Can unassign permissions from roles"
msgstr ""
#: authentik/rbac/models.py
msgid "Initial Permissions"
msgstr ""
#: authentik/rbac/models.py
msgid "System permission"
msgstr ""
#: authentik/rbac/models.py
msgid "System permissions"
msgstr ""
#: authentik/rbac/models.py
msgid "Can view system info"
msgstr ""
#: authentik/rbac/models.py
msgid "Can access admin interface"
msgstr ""
#: authentik/rbac/models.py
msgid "Can view system settings"
msgstr ""
#: authentik/rbac/models.py
msgid "Can edit system settings"
msgstr ""
#: authentik/rbac/models.py
msgid "Can view media files"
msgstr ""
#: authentik/rbac/models.py
msgid "Can manage media files"
msgstr ""
#: authentik/recovery/management/commands/create_admin_group.py
msgid "Create admin group if the default group gets deleted."
msgstr "Maak een beheergroep aan als de standaardgroep wordt verwijderd."
#: authentik/recovery/management/commands/create_recovery_key.py
msgid "Create a Key which can be used to restore access to authentik."
msgstr ""
"Maak een sleutel aan die kan worden gebruikt om toegang tot authentik te "
"herstellen."
#: authentik/recovery/views.py
msgid "Used recovery-link to authenticate."
msgstr "Gebruikte herstelkoppeling om te verifiëren."
#: authentik/sources/kerberos/models.py
msgid "Kerberos realm"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Custom krb5.conf to use. Uses the system one by default"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "KAdmin server type"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Sync users from Kerberos into authentik"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "When a user changes their password, sync it back to Kerberos"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Principal to authenticate to kadmin for sync."
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Password to authenticate to kadmin for sync"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid ""
"Keytab to authenticate to kadmin for sync. Must be base64-encoded or in the "
"form TYPE:residual"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid ""
"Credentials cache to authenticate to kadmin for sync. Must be in the form "
"TYPE:residual"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid ""
"Force the use of a specific server name for SPNEGO. Must be in the form "
"HTTP@hostname"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "SPNEGO keytab base64-encoded or path to keytab in the form FILE:path"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Credential cache to use for SPNEGO in form type:residual"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid ""
"If enabled, the authentik-stored password will be updated upon login with "
"the Kerberos password backend"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Kerberos Source"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Kerberos Sources"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Kerberos Source Property Mapping"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Kerberos Source Property Mappings"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "User Kerberos Source Connection"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "User Kerberos Source Connections"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Group Kerberos Source Connection"
msgstr ""
#: authentik/sources/kerberos/models.py
msgid "Group Kerberos Source Connections"
msgstr ""
#: authentik/sources/kerberos/tasks.py
msgid "Check connectivity for Kerberos sources."
msgstr ""
#: authentik/sources/kerberos/tasks.py
msgid "Sync Kerberos source."
msgstr ""
#: authentik/sources/kerberos/views.py
msgid "SPNEGO authentication required"
msgstr ""
#: authentik/sources/kerberos/views.py
msgid ""
"\n"
" Make sure you have valid tickets (obtainable via kinit)\n"
" and configured the browser correctly.\n"
" Please contact your administrator.\n"
" "
msgstr ""
#: authentik/sources/ldap/api.py
msgid "Only a single LDAP Source with password synchronization is allowed"
msgstr ""
#: authentik/sources/ldap/models.py
msgid "Server URI"
msgstr "Server-URI"
#: authentik/sources/ldap/models.py
msgid ""
"Optionally verify the LDAP Server's Certificate against the CA Chain in this"
" keypair."
msgstr ""
"Optioneel het certificaat van de LDAP-server verifiëren tegen de CA-keten in"
" dit sleutelpaar."
#: authentik/sources/ldap/models.py
msgid ""
"Client certificate to authenticate against the LDAP Server's Certificate."
msgstr ""
"Clientcertificaat om te verifiëren tegen het certificaat van de LDAP-server."
#: authentik/sources/ldap/models.py
msgid "Bind CN"
msgstr "Bind CN"
#: authentik/sources/ldap/models.py
msgid "Enable Start TLS"
msgstr "Start TLS inschakelen"
#: authentik/sources/ldap/models.py
msgid "Use Server URI for SNI verification"
msgstr "Gebruik Server-URI voor SNI-verificatie"
#: authentik/sources/ldap/models.py
msgid "Base DN"
msgstr "Basis-DN"
#: authentik/sources/ldap/models.py
msgid "Prepended to Base DN for User-queries."
msgstr "Toegevoegd aan Basis-DN voor Gebruikersquery's."
#: authentik/sources/ldap/models.py
msgid "Addition User DN"
msgstr "Aanvullende Gebruikers-DN"
#: authentik/sources/ldap/models.py
msgid "Prepended to Base DN for Group-queries."
msgstr "Toegevoegd aan Basis-DN voor Groepquery's."
#: authentik/sources/ldap/models.py
msgid "Addition Group DN"
msgstr "Aanvullende Groeps-DN"
#: authentik/sources/ldap/models.py
msgid "Consider Objects matching this filter to be Users."
msgstr "Beschouw objecten die overeenkomen met deze filter als Gebruikers."
#: authentik/sources/ldap/models.py
msgid "Attribute which matches the value of `group_membership_field`."
msgstr ""
#: authentik/sources/ldap/models.py
msgid "Field which contains members of a group."
msgstr "Veld dat leden van een groep bevat."
#: authentik/sources/ldap/models.py
msgid "Consider Objects matching this filter to be Groups."
msgstr "Beschouw objecten die overeenkomen met deze filter als Groepen."
#: authentik/sources/ldap/models.py
msgid "Field which contains a unique Identifier."
msgstr "Veld dat een unieke identificatie bevat."
#: authentik/sources/ldap/models.py
msgid "Update internal authentik password when login succeeds with LDAP"
msgstr ""
#: authentik/sources/ldap/models.py
msgid ""
"When a user changes their password, sync it back to LDAP. This can only be "
"enabled on a single LDAP source."
msgstr ""
"Wanneer een gebruiker zijn wachtwoord wijzigt, synchroniseer het dan terug "
"naar LDAP. Dit kan alleen worden ingeschakeld voor een enkele LDAP-bron."
#: authentik/sources/ldap/models.py
msgid ""
"Lookup group membership based on a user attribute instead of a group "
"attribute. This allows nested group resolution on systems like FreeIPA and "
"Active Directory"
msgstr ""
#: authentik/sources/ldap/models.py
msgid ""
"Delete authentik users and groups which were previously supplied by this "
"source, but are now missing from it."
msgstr ""
#: authentik/sources/ldap/models.py
msgid "N/A"
msgstr ""
#: authentik/sources/ldap/models.py
msgid "LDAP Source"
msgstr "LDAP-bron"
#: authentik/sources/ldap/models.py
msgid "LDAP Sources"
msgstr "LDAP-bronnen"
#: authentik/sources/ldap/models.py
msgid "LDAP Source Property Mapping"
msgstr ""
#: authentik/sources/ldap/models.py
msgid "LDAP Source Property Mappings"
msgstr ""
#: authentik/sources/ldap/models.py
msgid ""
"Unique ID used while checking if this object still exists in the directory."
msgstr ""
#: authentik/sources/ldap/models.py
msgid "User LDAP Source Connection"
msgstr ""
#: authentik/sources/ldap/models.py
msgid "User LDAP Source Connections"
msgstr ""
#: authentik/sources/ldap/models.py
msgid "Group LDAP Source Connection"
msgstr ""
#: authentik/sources/ldap/models.py
msgid "Group LDAP Source Connections"
msgstr ""
#: authentik/sources/ldap/signals.py
msgid "Password does not match Active Directory Complexity."
msgstr ""
"Wachtwoord voldoet niet aan de complexiteitseisen van Active Directory."
#: authentik/sources/ldap/tasks.py
msgid "Check connectivity for LDAP source."
msgstr ""
#: authentik/sources/ldap/tasks.py
msgid "Sync LDAP source."
msgstr ""
#: authentik/sources/ldap/tasks.py
msgid "Sync page for LDAP source."
msgstr ""
#: authentik/sources/oauth/clients/oauth2.py
msgid "No token received."
msgstr "Geen token ontvangen."
#: authentik/sources/oauth/models.py
msgid "HTTP Basic Authentication"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "Include the client ID and secret as request parameters"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "No PKCE"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "Plain"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "S256"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "Request Token URL"
msgstr "URL voor aanvragen van token"
#: authentik/sources/oauth/models.py
msgid ""
"URL used to request the initial token. This URL is only required for OAuth "
"1."
msgstr ""
"URL die wordt gebruikt om het initiële token aan te vragen. Deze URL is "
"alleen vereist voor OAuth 1."
#: authentik/sources/oauth/models.py
msgid "Authorization URL"
msgstr "Autorisatie-URL"
#: authentik/sources/oauth/models.py
msgid "URL the user is redirect to to conest the flow."
msgstr "URL waarnaar de gebruiker wordt omgeleid om de flow te verbinden."
#: authentik/sources/oauth/models.py
msgid "Access Token URL"
msgstr "URL voor toegangstoken"
#: authentik/sources/oauth/models.py
msgid "URL used by authentik to retrieve tokens."
msgstr "URL die door authentik wordt gebruikt om tokens op te halen."
#: authentik/sources/oauth/models.py
msgid "Profile URL"
msgstr "Profiel-URL"
#: authentik/sources/oauth/models.py
msgid "URL used by authentik to get user information."
msgstr ""
"URL die door authentik wordt gebruikt om gebruikersinformatie op te halen."
#: authentik/sources/oauth/models.py
msgid "Additional Scopes"
msgstr "Aanvullende scopes"
#: authentik/sources/oauth/models.py
msgid "PKCE"
msgstr ""
#: authentik/sources/oauth/models.py
msgid ""
"How to perform authentication during an authorization_code token request "
"flow"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "OAuth Source"
msgstr "OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "OAuth Sources"
msgstr "OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "GitHub OAuth Source"
msgstr "GitHub OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "GitHub OAuth Sources"
msgstr "GitHub OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "GitLab OAuth Source"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "GitLab OAuth Sources"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "Twitch OAuth Source"
msgstr "Twitch OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Twitch OAuth Sources"
msgstr "Twitch OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Mailcow OAuth Source"
msgstr "Mailcow OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Mailcow OAuth Sources"
msgstr "Mailcow OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Twitter OAuth Source"
msgstr "Twitter OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Twitter OAuth Sources"
msgstr "Twitter OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Facebook OAuth Source"
msgstr "Facebook OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Facebook OAuth Sources"
msgstr "Facebook OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Discord OAuth Source"
msgstr "Discord OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Discord OAuth Sources"
msgstr "Discord OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Slack OAuth Source"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "Slack OAuth Sources"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "Patreon OAuth Source"
msgstr "Patreon OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Patreon OAuth Sources"
msgstr "Patreon OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Google OAuth Source"
msgstr "Google OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Google OAuth Sources"
msgstr "Google OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Azure AD OAuth Source"
msgstr "Azure AD OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Azure AD OAuth Sources"
msgstr "Azure AD OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Entra ID OAuth Source"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "Entra ID OAuth Sources"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "OpenID OAuth Source"
msgstr "OpenID OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "OpenID OAuth Sources"
msgstr "OpenID OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Apple OAuth Source"
msgstr "Apple OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Apple OAuth Sources"
msgstr "Apple OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Okta OAuth Source"
msgstr "Okta OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Okta OAuth Sources"
msgstr "Okta OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "Reddit OAuth Source"
msgstr "Reddit OAuth-bron"
#: authentik/sources/oauth/models.py
msgid "Reddit OAuth Sources"
msgstr "Reddit OAuth-bronnen"
#: authentik/sources/oauth/models.py
msgid "WeChat OAuth Source"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "WeChat OAuth Sources"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "OAuth Source Property Mapping"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "OAuth Source Property Mappings"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "User OAuth Source Connection"
msgstr "Gebruikers OAuth-bronverbinding"
#: authentik/sources/oauth/models.py
msgid "User OAuth Source Connections"
msgstr "Gebruikers OAuth-bronverbindingen"
#: authentik/sources/oauth/models.py
msgid "Group OAuth Source Connection"
msgstr ""
#: authentik/sources/oauth/models.py
msgid "Group OAuth Source Connections"
msgstr ""
#: authentik/sources/oauth/tasks.py
msgid ""
"Update OAuth sources' config from well_known, and JWKS info from the "
"configured URL."
msgstr ""
#: authentik/sources/oauth/views/callback.py
#, python-brace-format
msgid "Authentication failed: {reason}"
msgstr ""
#: authentik/sources/plex/models.py
msgid "Client identifier used to talk to Plex."
msgstr "Client-identificatie gebruikt om met Plex te communiceren."
#: authentik/sources/plex/models.py
msgid ""
"Which servers a user has to be a member of to be granted access. Empty list "
"allows every server."
msgstr ""
"Aan welke servers een gebruiker lid moet zijn om toegang te krijgen. Een "
"lege lijst staat alle servers toe."
#: authentik/sources/plex/models.py
msgid "Allow friends to authenticate, even if you don't share a server."
msgstr "Laat vrienden zich authenticeren, zelfs als je geen server deelt."
#: authentik/sources/plex/models.py
msgid "Plex token used to check friends"
msgstr "Plex-token gebruikt om vrienden te controleren"
#: authentik/sources/plex/models.py
msgid "Plex Source"
msgstr "Plex-bron"
#: authentik/sources/plex/models.py
msgid "Plex Sources"
msgstr "Plex-bronnen"
#: authentik/sources/plex/models.py
msgid "Plex Source Property Mapping"
msgstr ""
#: authentik/sources/plex/models.py
msgid "Plex Source Property Mappings"
msgstr ""
#: authentik/sources/plex/models.py
msgid "User Plex Source Connection"
msgstr "Gebruikers Plex-bronverbinding"
#: authentik/sources/plex/models.py
msgid "User Plex Source Connections"
msgstr "Gebruikers Plex-bronverbindingen"
#: authentik/sources/plex/models.py
msgid "Group Plex Source Connection"
msgstr ""
#: authentik/sources/plex/models.py
msgid "Group Plex Source Connections"
msgstr ""
#: authentik/sources/plex/tasks.py
msgid "Check the validity of a Plex source."
msgstr ""
#: authentik/sources/saml/api/source.py
msgid ""
"With a Verification Certificate selected, at least one of 'Verify Assertion "
"Signature' or 'Verify Response Signature' must be selected."
msgstr ""
#: authentik/sources/saml/models.py
msgid "Redirect Binding"
msgstr "Doorverwijzing Binding"
#: authentik/sources/saml/models.py
msgid "POST Binding"
msgstr "POST Binding"
#: authentik/sources/saml/models.py
msgid "POST Binding with auto-confirmation"
msgstr "POST Binding met automatische bevestiging"
#: authentik/sources/saml/models.py authentik/sources/telegram/models.py
msgid "Flow used before authentication."
msgstr "Flow gebruikt vóór authenticatie."
#: authentik/sources/saml/models.py
msgid "Issuer"
msgstr "Uitgever"
#: authentik/sources/saml/models.py
msgid "Also known as Entity ID. Defaults the Metadata URL."
msgstr "Ook bekend als Entity ID. Standaard de Metadat URL."
#: authentik/sources/saml/models.py
msgid "SSO URL"
msgstr "SSO URL"
#: authentik/sources/saml/models.py
msgid "URL that the initial Login request is sent to."
msgstr "URL waarnaar het initiële loginverzoek wordt verzonden."
#: authentik/sources/saml/models.py
msgid "SLO URL"
msgstr "SLO URL"
#: authentik/sources/saml/models.py
msgid "Optional URL if your IDP supports Single-Logout."
msgstr "Optionele URL als uw IDP Single-Logout ondersteunt."
#: authentik/sources/saml/models.py
msgid ""
"Allows authentication flows initiated by the IdP. This can be a security "
"risk, as no validation of the request ID is done."
msgstr ""
"Staat authenticatiestromen toe die zijn geïnitieerd door de IdP. Dit kan een"
" beveiligingsrisico zijn, aangezien er geen validatie van het verzoek-ID "
"wordt uitgevoerd."
#: authentik/sources/saml/models.py
msgid ""
"NameID Policy sent to the IdP. Can be unset, in which case no Policy is "
"sent."
msgstr ""
"NameID-beleid verzonden naar de IdP. Kan niet ingesteld zijn, in welk geval "
"er geen beleid wordt verzonden."
#: authentik/sources/saml/models.py
msgid "Delete temporary users after"
msgstr "Verwijder tijdelijke gebruikers na"
#: authentik/sources/saml/models.py
msgid ""
"Time offset when temporary users should be deleted. This only applies if "
"your IDP uses the NameID Format 'transient', and the user doesn't log out "
"manually. (Format: hours=1;minutes=2;seconds=3)."
msgstr ""
"Tijdverschil wanneer tijdelijke gebruikers moeten worden verwijderd. Dit is "
"alleen van toepassing als uw IDP de NameID-indeling 'tijdelijk' gebruikt en "
"de gebruiker niet handmatig uitlogt. (Formaat: uren=1;minuten=2;seconden=3)."
#: authentik/sources/saml/models.py
msgid ""
"Keypair used to sign outgoing Responses going to the Identity Provider."
msgstr ""
"Sleutelpaar dat wordt gebruikt om uitgaande antwoorden te ondertekenen die "
"naar de Identity Provider gaan."
#: authentik/sources/saml/models.py
msgid "SAML Source"
msgstr "SAML-bron"
#: authentik/sources/saml/models.py
msgid "SAML Sources"
msgstr "SAML-bronnen"
#: authentik/sources/saml/models.py
msgid "SAML Source Property Mapping"
msgstr ""
#: authentik/sources/saml/models.py
msgid "SAML Source Property Mappings"
msgstr ""
#: authentik/sources/saml/models.py
msgid "User SAML Source Connection"
msgstr "Gebruikers SAML-bronverbinding"
#: authentik/sources/saml/models.py
msgid "User SAML Source Connections"
msgstr "Gebruikers SAML-bronverbindingen"
#: authentik/sources/saml/models.py
msgid "Group SAML Source Connection"
msgstr ""
#: authentik/sources/saml/models.py
msgid "Group SAML Source Connections"
msgstr ""
#: authentik/sources/saml/views.py
#, python-brace-format
msgid "Continue to {source_name}"
msgstr ""
#: authentik/sources/scim/models.py
msgid "SCIM Source"
msgstr ""
#: authentik/sources/scim/models.py
msgid "SCIM Sources"
msgstr ""
#: authentik/sources/scim/models.py
msgid "SCIM Source Property Mapping"
msgstr ""
#: authentik/sources/scim/models.py
msgid "SCIM Source Property Mappings"
msgstr ""
#: authentik/sources/telegram/api/source.py
msgid "This Telegram account is already connected to another user."
msgstr ""
#: authentik/sources/telegram/models.py authentik/sources/telegram/stage.py
msgid "Telegram bot username"
msgstr ""
#: authentik/sources/telegram/models.py
msgid "Telegram bot token"
msgstr ""
#: authentik/sources/telegram/models.py
msgid "Request access to send messages from your bot."
msgstr ""
#: authentik/sources/telegram/models.py
msgid "Telegram Source"
msgstr ""
#: authentik/sources/telegram/models.py
msgid "Telegram Sources"
msgstr ""
#: authentik/sources/telegram/models.py
msgid "Telegram Source Property Mapping"
msgstr ""
#: authentik/sources/telegram/models.py
msgid "Telegram Source Property Mappings"
msgstr ""
#: authentik/sources/telegram/models.py
msgid "User Telegram Source Connection"
msgstr ""
#: authentik/sources/telegram/models.py
msgid "User Telegram Source Connections"
msgstr ""
#: authentik/sources/telegram/models.py
msgid "Group Telegram Source Connection"
msgstr ""
#: authentik/sources/telegram/models.py
msgid "Group Telegram Source Connections"
msgstr ""
#: authentik/sources/telegram/telegram.py
msgid "Authentication date is too old"
msgstr ""
#: authentik/sources/telegram/telegram.py
msgid "Invalid hash"
msgstr ""
#: authentik/stages/authenticator_duo/models.py
msgid "Duo Authenticator Setup Stage"
msgstr "Duo Authenticator Installatiestadium"
#: authentik/stages/authenticator_duo/models.py
msgid "Duo Authenticator Setup Stages"
msgstr "Duo Authenticator Installatiestadia"
#: authentik/stages/authenticator_duo/models.py
msgid "Duo Device"
msgstr "Duo-apparaat"
#: authentik/stages/authenticator_duo/models.py
msgid "Duo Devices"
msgstr "Duo-apparaten"
#: authentik/stages/authenticator_email/models.py
#: authentik/stages/email/models.py
msgid ""
"When enabled, global Email connection settings will be used and connection "
"settings below will be ignored."
msgstr ""
"Wanneer ingeschakeld, worden de wereldwijde e-mailverbindinginstellingen "
"gebruikt en worden de onderstaande verbindingsinstellingen genegeerd."
#: authentik/stages/authenticator_email/models.py
#: authentik/stages/email/models.py
msgid "Time the token sent is valid (Format: hours=3,minutes=17,seconds=300)."
msgstr ""
#: authentik/stages/authenticator_email/models.py
msgid "Email Authenticator Setup Stage"
msgstr ""
#: authentik/stages/authenticator_email/models.py
msgid "Email Authenticator Setup Stages"
msgstr ""
#: authentik/stages/authenticator_email/models.py
#: authentik/stages/authenticator_email/stage.py
#: authentik/stages/email/stage.py
msgid "Exception occurred while rendering E-mail template"
msgstr ""
#: authentik/stages/authenticator_email/models.py
msgid "Email Device"
msgstr ""
#: authentik/stages/authenticator_email/models.py
msgid "Email Devices"
msgstr ""
#: authentik/stages/authenticator_email/stage.py
#: authentik/stages/authenticator_sms/stage.py
#: authentik/stages/authenticator_totp/stage.py
msgid "Code does not match"
msgstr "Code komt niet overeen"
#: authentik/stages/authenticator_email/stage.py
msgid "Invalid email"
msgstr ""
#: authentik/stages/authenticator_email/stage.py
msgid "The user already has an email address registered for MFA."
msgstr ""
#: authentik/stages/authenticator_email/templates/email/email_otp.html
#: authentik/stages/email/templates/email/password_reset.html
#, python-format
msgid ""
"\n"
" Hi %(username)s,\n"
" "
msgstr ""
"\n"
" Hallo %(username)s,"
#: authentik/stages/authenticator_email/templates/email/email_otp.html
msgid ""
"\n"
" Email MFA code.\n"
" "
msgstr ""
"\n"
" E-mail MFA code"
#: authentik/stages/authenticator_email/templates/email/email_otp.html
#, python-format
msgid ""
"\n"
" If you did not request this code, please ignore this email. The code above is valid for %(expires)s.\n"
" "
msgstr ""
"\n"
" Als je deze code niet hebt aangevraagd, negeer dan deze e-mail. De bovenstaande code is %(expires)s geldig."
#: authentik/stages/authenticator_email/templates/email/email_otp.txt
#: authentik/stages/email/templates/email/password_reset.txt
#, python-format
msgid "Hi %(username)s,"
msgstr "Hallo %(username)s,"
#: authentik/stages/authenticator_email/templates/email/email_otp.txt
msgid ""
"\n"
"Email MFA code\n"
msgstr ""
"\n"
"E-mail MFA code\n"
#: authentik/stages/authenticator_email/templates/email/email_otp.txt
#, python-format
msgid ""
"\n"
"If you did not request this code, please ignore this email. The code above is valid for %(expires)s.\n"
msgstr ""
"\n"
"Als je deze code niet hebt aangevraagd, negeer dan deze e-mail. De bovenstaande code is %(expires)s geldig.\n"
#: authentik/stages/authenticator_sms/models.py
msgid ""
"When enabled, the Phone number is only used during enrollment to verify the "
"users authenticity. Only a hash of the phone number is saved to ensure it is"
" not reused in the future."
msgstr ""
#: authentik/stages/authenticator_sms/models.py
msgid "Optionally modify the payload being sent to custom providers."
msgstr ""
"Optioneel de payload aanpassen die naar aangepaste providers wordt "
"verzonden."
#: authentik/stages/authenticator_sms/models.py
#, python-brace-format
msgid "Use this code to authenticate in authentik: {token}"
msgstr ""
#: authentik/stages/authenticator_sms/models.py
msgid "SMS Authenticator Setup Stage"
msgstr "SMS Authenticator Installatiestadium"
#: authentik/stages/authenticator_sms/models.py
msgid "SMS Authenticator Setup Stages"
msgstr "SMS Authenticator Installatiestadia"
#: authentik/stages/authenticator_sms/models.py
msgid "SMS Device"
msgstr "SMS-apparaat"
#: authentik/stages/authenticator_sms/models.py
msgid "SMS Devices"
msgstr "SMS-apparaten"
#: authentik/stages/authenticator_sms/stage.py
msgid "Invalid phone number"
msgstr "Onjuist telefoonnummer"
#: authentik/stages/authenticator_static/models.py
msgid "Static Authenticator Setup Stage"
msgstr ""
#: authentik/stages/authenticator_static/models.py
msgid "Static Authenticator Setup Stages"
msgstr ""
#: authentik/stages/authenticator_static/models.py
msgid "Static Device"
msgstr ""
#: authentik/stages/authenticator_static/models.py
msgid "Static Devices"
msgstr ""
#: authentik/stages/authenticator_static/models.py
msgid "Static Token"
msgstr ""
#: authentik/stages/authenticator_static/models.py
msgid "Static Tokens"
msgstr "Statische Tokens"
#: authentik/stages/authenticator_totp/models.py
msgid "6 digits, widely compatible"
msgstr "6 cijfers, breed compatibel"
#: authentik/stages/authenticator_totp/models.py
msgid "8 digits, not compatible with apps like Google Authenticator"
msgstr "8 cijfers, niet compatibel met apps zoals Google Authenticator"
#: authentik/stages/authenticator_totp/models.py
msgid "TOTP Authenticator Setup Stage"
msgstr "TOTP Authenticator Installatiestadium"
#: authentik/stages/authenticator_totp/models.py
msgid "TOTP Authenticator Setup Stages"
msgstr "TOTP Authenticator Installatiestadia"
#: authentik/stages/authenticator_totp/models.py
msgid "TOTP Device"
msgstr "TOTP Apparaat"
#: authentik/stages/authenticator_totp/models.py
msgid "TOTP Devices"
msgstr ""
#: authentik/stages/authenticator_validate/challenge.py
msgid ""
"Invalid Token. Please ensure the time on your device is accurate and try "
"again."
msgstr ""
#: authentik/stages/authenticator_validate/challenge.py
#: authentik/stages/authenticator_webauthn/stage.py
#, python-brace-format
msgid "Invalid device type. Contact your {brand} administrator for help."
msgstr ""
#: authentik/stages/authenticator_validate/models.py
msgid "Static"
msgstr "Statisch"
#: authentik/stages/authenticator_validate/models.py
msgid "TOTP"
msgstr "TOTP"
#: authentik/stages/authenticator_validate/models.py
msgid "WebAuthn"
msgstr "WebAuthn"
#: authentik/stages/authenticator_validate/models.py
msgid "Duo"
msgstr "Duo"
#: authentik/stages/authenticator_validate/models.py
msgid "SMS"
msgstr "SMS"
#: authentik/stages/authenticator_validate/models.py
msgid ""
"Stages used to configure Authenticator when user doesn't have any compatible"
" devices. After this configuration Stage passes, the user is not prompted "
"again."
msgstr ""
"Fasen die worden gebruikt om Authenticator te configureren wanneer de "
"gebruiker geen compatibele apparaten heeft. Nadat deze configuratiefase is "
"doorlopen, wordt de gebruiker niet opnieuw gevraagd."
#: authentik/stages/authenticator_validate/models.py
msgid "Device classes which can be used to authenticate"
msgstr "Apparaatklassen die kunnen worden gebruikt om te authenticeren"
#: authentik/stages/authenticator_validate/models.py
msgid ""
"If any of the user's device has been used within this threshold, this stage "
"will be skipped"
msgstr ""
"Als een van de apparaten van de gebruiker binnen deze drempel is gebruikt, "
"wordt deze fase overgeslagen."
#: authentik/stages/authenticator_validate/models.py
msgid "Enforce user verification for WebAuthn devices."
msgstr "Dwing gebruikersverificatie af voor WebAuthn-apparaten."
#: authentik/stages/authenticator_validate/models.py
msgid "Authenticator Validation Stage"
msgstr "Authenticator Validatiefase"
#: authentik/stages/authenticator_validate/models.py
msgid "Authenticator Validation Stages"
msgstr "Authenticator Validatiefasen"
#: authentik/stages/authenticator_validate/stage.py
msgid "No (allowed) MFA authenticator configured."
msgstr ""
#: authentik/stages/authenticator_webauthn/models.py
msgid "WebAuthn Authenticator Setup Stage"
msgstr "WebAuthn Authenticator Installatiestadium"
#: authentik/stages/authenticator_webauthn/models.py
msgid "WebAuthn Authenticator Setup Stages"
msgstr "WebAuthn Authenticator Installatiestadia"
#: authentik/stages/authenticator_webauthn/models.py
msgid "WebAuthn Device"
msgstr "WebAuthn-apparaat"
#: authentik/stages/authenticator_webauthn/models.py
msgid "WebAuthn Devices"
msgstr "WebAuthn-apparaten"
#: authentik/stages/authenticator_webauthn/models.py
msgid "WebAuthn Device type"
msgstr ""
#: authentik/stages/authenticator_webauthn/models.py
msgid "WebAuthn Device types"
msgstr ""
#: authentik/stages/authenticator_webauthn/tasks.py
msgid ""
"Background task to import FIDO Alliance MDS blob and AAGUIDs into database."
msgstr ""
#: authentik/stages/captcha/models.py
msgid "Public key, acquired your captcha Provider."
msgstr "Openbare sleutel, verworven door uw captcha-provider."
#: authentik/stages/captcha/models.py
msgid "Private key, acquired your captcha Provider."
msgstr "Privésleutel, verworven door uw captcha-provider."
#: authentik/stages/captcha/models.py
msgid ""
"When enabled and the received captcha score is outside of the given "
"threshold, the stage will show an error message. When not enabled, the flow "
"will continue, but the data from the captcha will be available in the "
"context for policy decisions"
msgstr ""
#: authentik/stages/captcha/models.py
msgid "Captcha Stage"
msgstr "Captcha-fase"
#: authentik/stages/captcha/models.py
msgid "Captcha Stages"
msgstr "Captcha-fasen"
#: authentik/stages/captcha/stage.py
msgid "Invalid captcha response. Retrying may solve this issue."
msgstr ""
#: authentik/stages/captcha/stage.py
msgid "Invalid captcha response"
msgstr ""
#: authentik/stages/captcha/stage.py
msgid "Failed to validate token"
msgstr ""
#: authentik/stages/consent/models.py
msgid ""
"Offset after which consent expires. (Format: hours=1;minutes=2;seconds=3)."
msgstr ""
"Offset waarna toestemming vervalt. (Formaat: uren=1;minuten=2;seconden=3)."
#: authentik/stages/consent/models.py
msgid "Consent Stage"
msgstr "Toestemmingsfase"
#: authentik/stages/consent/models.py
msgid "Consent Stages"
msgstr "Toestemmingsfasen"
#: authentik/stages/consent/models.py
msgid "User Consent"
msgstr "Gebruikerstoestemming"
#: authentik/stages/consent/models.py
msgid "User Consents"
msgstr "Gebruikersinstemmingen"
#: authentik/stages/consent/stage.py
msgid "Invalid consent token, re-showing prompt"
msgstr ""
#: authentik/stages/deny/models.py
msgid "Deny Stage"
msgstr "Weigerfase"
#: authentik/stages/deny/models.py
msgid "Deny Stages"
msgstr "Weigerfasen"
#: authentik/stages/dummy/models.py
msgid "Dummy Stage"
msgstr "Dummystadium"
#: authentik/stages/dummy/models.py
msgid "Dummy Stages"
msgstr "Dummystadia"
#: authentik/stages/email/flow.py
msgid "Continue to confirm this email address."
msgstr ""
#: authentik/stages/email/flow.py
msgid "Link was already used, please request a new link."
msgstr ""
#: authentik/stages/email/models.py
msgid "Password Reset"
msgstr "Wachtwoordherstel"
#: authentik/stages/email/models.py
msgid "Account Confirmation"
msgstr "Accountbevestiging"
#: authentik/stages/email/models.py
msgid "Email OTP"
msgstr ""
#: authentik/stages/email/models.py
msgid "Event Notification"
msgstr ""
#: authentik/stages/email/models.py
msgid ""
"The time window used to count recent account recovery attempts. If the "
"number of attempts exceed recovery_max_attempts within this period, further "
"attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3)."
msgstr ""
#: authentik/stages/email/models.py
msgid "Activate users upon completion of stage."
msgstr "Activeer gebruikers na voltooiing van het stadium."
#: authentik/stages/email/models.py
msgid "Email Stage"
msgstr "E-mailstadium"
#: authentik/stages/email/models.py
msgid "Email Stages"
msgstr "E-mailstadia"
#: authentik/stages/email/stage.py
msgid "Successfully verified Email."
msgstr "E-mail succesvol geverifieerd."
#: authentik/stages/email/stage.py
msgid "No pending user."
msgstr "Geen wachtende gebruiker."
#: authentik/stages/email/stage.py
msgid "Email sent."
msgstr "E-mail verzonden."
#: authentik/stages/email/stage.py
#, python-brace-format
msgid ""
"Too many account verification attempts. Please try again after {minutes} "
"minutes."
msgstr ""
#: authentik/stages/email/stage.py
msgid "Email Successfully sent."
msgstr ""
#: authentik/stages/email/tasks.py
msgid "Send email."
msgstr ""
#: authentik/stages/email/templates/email/account_confirmation.html
#: authentik/stages/email/templates/email/account_confirmation.txt
msgid "Welcome!"
msgstr "Welkom!"
#: authentik/stages/email/templates/email/account_confirmation.html
msgid ""
"We're excited to have you get started. First, you need to confirm your "
"account. Just press the button below."
msgstr ""
"We zijn verheugd dat je aan de slag gaat. Allereerst moet je je account "
"bevestigen. Druk gewoon op de knop hieronder."
#: authentik/stages/email/templates/email/account_confirmation.html
msgid "Confirm Account"
msgstr "Bevestig account"
#: authentik/stages/email/templates/email/account_confirmation.html
#, python-format
msgid ""
"\n"
" If that doesn't work, copy and paste the following link in your browser: %(url)s\n"
" "
msgstr ""
"\n"
" Als dat niet werkt, kopieer en plak de volgende link in uw browser: %(url)s\n"
" "
#: authentik/stages/email/templates/email/account_confirmation.txt
msgid ""
"We're excited to have you get started. First, you need to confirm your "
"account. Just open the link below."
msgstr ""
"We zijn verheugd dat je aan de slag gaat. Allereerst moet je je account "
"bevestigen. Klik gewoon op de link hieronder."
#: authentik/stages/email/templates/email/event_notification.html
#, python-format
msgid ""
"\n"
" This email was sent from the notification transport <code>%(name)s</code>.\n"
" "
msgstr ""
"\n"
"Deze e-mail is verzonden vanuit de notificatie transport %(name)s."
#: authentik/stages/email/templates/email/event_notification.txt
msgid "Dear authentik user,"
msgstr "Beste authentik gebruiker,"
#: authentik/stages/email/templates/email/event_notification.txt
msgid "The following notification was created:"
msgstr "De volgende notificatie is gemaakt:"
#: authentik/stages/email/templates/email/event_notification.txt
msgid "Additional attributes:"
msgstr "Extra attributen:"
#: authentik/stages/email/templates/email/event_notification.txt
#, python-format
msgid ""
"\n"
"This email was sent from the notification transport %(name)s.\n"
msgstr ""
"\n"
"Deze e-mail is verzonden vanuit de notificatie transport %(name)s.\n"
#: authentik/stages/email/templates/email/password_reset.html
msgid ""
"\n"
" You recently requested to change your password for your authentik account. Use the button below to set a new password.\n"
" "
msgstr ""
"\n"
" Je hebt onlangs gevraagd om het wachtwoord voor je authentik-account te wijzigen. Gebruik de link hieronder om een nieuw wachtwoord in te stellen."
#: authentik/stages/email/templates/email/password_reset.html
#, python-format
msgid ""
"\n"
" If you did not request a password change, please ignore this email. The link above is valid for %(expires)s.\n"
" "
msgstr ""
"\n"
" Als je geen verzoek hebt ingediend om je wachtwoord te wijzigen, negeer dan deze e-mail. De bovenstaande link is geldig tot %(expires)s."
#: authentik/stages/email/templates/email/password_reset.txt
msgid ""
"\n"
"You recently requested to change your password for your authentik account. Use the link below to set a new password.\n"
msgstr ""
"\n"
"Je hebt onlangs gevraagd om het wachtwoord voor je authentik-account te wijzigen. Gebruik de link hieronder om een nieuw wachtwoord in te stellen.\n"
#: authentik/stages/email/templates/email/password_reset.txt
#, python-format
msgid ""
"\n"
"If you did not request a password change, please ignore this email. The link above is valid for %(expires)s.\n"
msgstr ""
"\n"
"Als je geen verzoek hebt ingediend om je wachtwoord te wijzigen, negeer dan deze e-mail. De bovenstaande link is geldig tot %(expires)s.\n"
#: authentik/stages/email/templates/email/setup.html
msgid "authentik Test-Email"
msgstr "authentik Test-E-mail"
#: authentik/stages/email/templates/email/setup.html
msgid ""
"\n"
" This is a test email to inform you, that you've successfully configured authentik emails.\n"
" "
msgstr ""
"\n"
" Dit is een test-e-mail om je te informeren dat je authentik-e-mails succesvol ingesteld hebt.\n"
" "
#: authentik/stages/email/templates/email/setup.txt
msgid ""
"\n"
"This is a test email to inform you, that you've successfully configured authentik emails.\n"
msgstr ""
"\n"
"Dit is een test e-mail om u te informeren dat u authentik e-mails succesvol heeft ingesteld.\n"
#: authentik/stages/identification/api.py
msgid "When no user fields are selected, at least one source must be selected"
msgstr ""
"Wanneer er geen gebruikersvelden zijn geselecteerd, moet ten minste één bron"
" worden geselecteerd"
#: authentik/stages/identification/models.py
msgid ""
"Fields of the user object to match against. (Hold shift to select multiple "
"options)"
msgstr ""
"Velden van het gebruikersobject om tegen te matchen. (Houd Shift ingedrukt "
"om meerdere opties te selecteren)"
#: authentik/stages/identification/models.py
msgid "When enabled, user fields are matched regardless of their casing."
msgstr ""
"Indien ingeschakeld, worden gebruikersvelden gematcht ongeacht hun "
"hoofdlettergebruik."
#: authentik/stages/identification/models.py
msgid ""
"When a valid username/email has been entered, and this option is enabled, "
"the user's username and avatar will be shown. Otherwise, the text that the "
"user entered will be shown"
msgstr ""
"Als een geldige gebruikersnaam/e-mail is ingevoerd en deze optie is "
"ingeschakeld, worden de gebruikersnaam en avatar van de gebruiker "
"weergegeven. Anders wordt de tekst die de gebruiker heeft ingevoerd getoond."
#: authentik/stages/identification/models.py
msgid ""
"When enabled, the stage will succeed and continue even when incorrect user "
"info is entered."
msgstr ""
"Wanneer ingeschakeld, slaagt de stap en gaat verder wanneer ongeldige "
"gebruikersgegevens zijn ingevoerd."
#: authentik/stages/identification/models.py
msgid ""
"Show the user the 'Remember me on this device' toggle, allowing repeat users"
" to skip straight to entering their password."
msgstr ""
#: authentik/stages/identification/models.py
msgid "Optional enrollment flow, which is linked at the bottom of the page."
msgstr "Optionele inschrijvingsflow, die onderaan de pagina is gekoppeld."
#: authentik/stages/identification/models.py
msgid "Optional recovery flow, which is linked at the bottom of the page."
msgstr "Optionele herstelflow, die onderaan de pagina is gekoppeld."
#: authentik/stages/identification/models.py
msgid "Optional passwordless flow, which is linked at the bottom of the page."
msgstr "Optionele wachtwoordloze flow, die onderaan de pagina is gekoppeld."
#: authentik/stages/identification/models.py
msgid "Specify which sources should be shown."
msgstr "Specificeer welke bronnen moeten worden getoond."
#: authentik/stages/identification/models.py
msgid "Identification Stage"
msgstr "Identificatiestadium"
#: authentik/stages/identification/models.py
msgid "Identification Stages"
msgstr "Identificatiestadia"
#: authentik/stages/identification/stage.py
msgid "Failed to authenticate."
msgstr ""
#: authentik/stages/identification/stage.py
msgid "Log in"
msgstr "Inloggen"
#: authentik/stages/identification/stage.py
msgid "Continue"
msgstr "Doorgaan"
#: authentik/stages/invitation/models.py
msgid ""
"If this flag is set, this Stage will jump to the next Stage when no "
"Invitation is given. By default this Stage will cancel the Flow when no "
"invitation is given."
msgstr ""
"Als deze vlag is ingesteld, zal dit stadium naar het volgende stadium "
"springen wanneer er geen uitnodiging wordt gegeven. Standaard zal dit "
"stadium de flow annuleren als er geen uitnodiging wordt gegeven."
#: authentik/stages/invitation/models.py
msgid "Invitation Stage"
msgstr "Uitnodigingsstadium"
#: authentik/stages/invitation/models.py
msgid "Invitation Stages"
msgstr "Uitnodigingsstadia"
#: authentik/stages/invitation/models.py
msgid "When set, only the configured flow can use this invitation."
msgstr ""
"Wanneer ingesteld, kan alleen de geconfigureerde flow deze uitnodiging "
"gebruiken."
#: authentik/stages/invitation/models.py
msgid "When enabled, the invitation will be deleted after usage."
msgstr "Indien ingeschakeld, wordt de uitnodiging verwijderd na gebruik."
#: authentik/stages/invitation/models.py
msgid "Optional fixed data to enforce on user enrollment."
msgstr "Optionele vaste gegevens om af te dwingen bij gebruikersinschrijving."
#: authentik/stages/invitation/models.py
msgid "Invitation"
msgstr "Uitnodiging"
#: authentik/stages/invitation/models.py
msgid "Invitations"
msgstr "Uitnodigingen"
#: authentik/stages/invitation/stage.py
msgid "Invalid invite/invite not found"
msgstr "Ongeldige uitnodiging/uitnodiging niet gevonden"
#: authentik/stages/password/models.py
msgid "User database + standard password"
msgstr "Gebruikersdatabase + standaard wachtwoord"
#: authentik/stages/password/models.py
msgid "User database + app passwords"
msgstr "Gebruikersdatabase + app-wachtwoorden"
#: authentik/stages/password/models.py
msgid "User database + LDAP password"
msgstr "Gebruikersdatabase + LDAP-wachtwoord"
#: authentik/stages/password/models.py
msgid "User database + Kerberos password"
msgstr "Gebruikersdatabase + Kerberos wachtwoord"
#: authentik/stages/password/models.py
msgid "Selection of backends to test the password against."
msgstr "Selectie van back-ends om het wachtwoord tegen te testen."
#: authentik/stages/password/models.py
msgid ""
"How many attempts a user has before the flow is canceled. To lock the user "
"out, use a reputation policy and a user_write stage."
msgstr ""
"Hoeveel pogingen een gebruiker heeft voordat de flow wordt geannuleerd. Om "
"de gebruiker buiten te sluiten, gebruik een reputatiebeleid en een "
"gebruikersschrijffase."
#: authentik/stages/password/models.py
msgid ""
"When enabled, provides a 'show password' button with the password input "
"field."
msgstr ""
"Wanneer ingeschakeld, wordt een 'toon wachtwoord'-knop getoond bij het "
"wachtwoord invulveld."
#: authentik/stages/password/models.py
msgid "Password Stage"
msgstr "Wachtwoordstadium"
#: authentik/stages/password/models.py
msgid "Password Stages"
msgstr "Wachtwoordstadia"
#: authentik/stages/password/stage.py
msgid "Invalid password"
msgstr "Ongeldig wachtwoord"
#: authentik/stages/prompt/models.py
msgid "Text: Simple Text input"
msgstr "Tekst: Eenvoudige tekstinvoer"
#: authentik/stages/prompt/models.py
msgid "Text area: Multiline Text Input."
msgstr "Tekstgebied: Meerregelige tekstinvoer."
#: authentik/stages/prompt/models.py
msgid "Text (read-only): Simple Text input, but cannot be edited."
msgstr ""
"Tekst (alleen-lezen): Eenvoudige tekstinvoer, maar kan niet worden bewerkt."
#: authentik/stages/prompt/models.py
msgid "Text area (read-only): Multiline Text input, but cannot be edited."
msgstr ""
"Tekstgebied (alleen-lezen): Meerregelige tekstinvoer, maar kan niet worden "
"bewerkt."
#: authentik/stages/prompt/models.py
msgid ""
"Username: Same as Text input, but checks for and prevents duplicate "
"usernames."
msgstr ""
"Gebruikersnaam: Hetzelfde als Tekstinvoer, maar controleert op en voorkomt "
"dubbele gebruikersnamen."
#: authentik/stages/prompt/models.py
msgid "Email: Text field with Email type."
msgstr "E-mail: Tekstveld met e-mailtype."
#: authentik/stages/prompt/models.py
msgid ""
"Password: Masked input, multiple inputs of this type on the same prompt need"
" to be identical."
msgstr ""
"Wachtwoord: Gemaskeerde invoer, meerdere invoer van dit type op dezelfde "
"prompt moeten identiek zijn."
#: authentik/stages/prompt/models.py
msgid "Fixed choice field rendered as a group of radio buttons."
msgstr "Vast keuzeveld weergegeven als een groep radioknoppen."
#: authentik/stages/prompt/models.py
msgid "Fixed choice field rendered as a dropdown."
msgstr "Vast keuzeveld weergegeven als een vervolgkeuzemenu."
#: authentik/stages/prompt/models.py
msgid ""
"File: File upload for arbitrary files. File content will be available in "
"flow context as data-URI"
msgstr ""
"Bestand: Bestandsupload voor willekeurige bestanden. Bestandsinhoud is "
"beschikbaar in de flowcontext als gegevens-URI."
#: authentik/stages/prompt/models.py
msgid "Separator: Static Separator Line"
msgstr "Scheidingsteken: Statische scheiderlijn"
#: authentik/stages/prompt/models.py
msgid "Hidden: Hidden field, can be used to insert data into form."
msgstr ""
"Verborgen: Verborgen veld, kan worden gebruikt om gegevens in het formulier "
"in te voegen."
#: authentik/stages/prompt/models.py
msgid "Static: Static value, displayed as-is."
msgstr "Statisch: Statische waarde, weergegeven zoals deze is."
#: authentik/stages/prompt/models.py
msgid "authentik: Selection of locales authentik supports"
msgstr ""
"authentik: Selectie van de door authentik ondersteunde taalinstellingen"
#: authentik/stages/prompt/models.py
msgid "Name of the form field, also used to store the value"
msgstr ""
"Naam van het formulierenveld, wordt ook gebruikt om de waarde op te slaan"
#: authentik/stages/prompt/models.py
msgid ""
"Optionally provide a short hint that describes the expected input value. "
"When creating a fixed choice field, enable interpreting as expression and "
"return a list to return multiple choices."
msgstr ""
"Optioneel een korte hint geven die de verwachte invoerwaarde beschrijft. Bij"
" het maken van een vast keuzeveld, interpreteren als expressie inschakelen "
"en een lijst retourneren om meerdere keuzes terug te geven."
#: authentik/stages/prompt/models.py
msgid ""
"Optionally pre-fill the input with an initial value. When creating a fixed "
"choice field, enable interpreting as expression and return a list to return "
"multiple default choices."
msgstr ""
"Optioneel de invoer vooraf invullen met een initiële waarde. Bij het maken "
"van een vast keuzeveld, interpreteren als expressie inschakelen en een lijst"
" retourneren om meerdere standaardkeuzes terug te geven."
#: authentik/stages/prompt/models.py
msgid "Prompt"
msgstr "Prompt"
#: authentik/stages/prompt/models.py
msgid "Prompts"
msgstr "Prompts"
#: authentik/stages/prompt/models.py
msgid "Prompt Stage"
msgstr "Promptstadium"
#: authentik/stages/prompt/models.py
msgid "Prompt Stages"
msgstr "Promptstadia"
#: authentik/stages/prompt/stage.py
msgid "Passwords don't match."
msgstr "Wachtwoorden komen niet overeen."
#: authentik/stages/redirect/api.py
msgid "Target URL should be present when mode is Static."
msgstr ""
#: authentik/stages/redirect/api.py
msgid "Target Flow should be present when mode is Flow."
msgstr ""
#: authentik/stages/redirect/models.py
msgid "Redirect Stage"
msgstr "Leidt Stap Om"
#: authentik/stages/redirect/models.py
msgid "Redirect Stages"
msgstr "Leidt Stappen Om"
#: authentik/stages/user_delete/models.py
msgid "User Delete Stage"
msgstr "Gebruikersverwijderingsstadium"
#: authentik/stages/user_delete/models.py
msgid "User Delete Stages"
msgstr "Gebruikersverwijderingsstadia"
#: authentik/stages/user_delete/stage.py
msgid "No Pending User."
msgstr "Geen in behandeling zijnde gebruiker."
#: authentik/stages/user_login/models.py
msgid "Bind sessions created by this stage to the configured network"
msgstr "Koppel door deze stap gemaakte sessies aan het ingestelde netwerk"
#: authentik/stages/user_login/models.py
msgid "Bind sessions created by this stage to the configured GeoIP location"
msgstr ""
"Koppel door deze stap gemaakte sessies aan de ingestelde GeoIP lokatie"
#: authentik/stages/user_login/models.py
msgid "Terminate all other sessions of the user logging in."
msgstr "Beëindig alle andere sessies van de gebruiker die inlogt."
#: authentik/stages/user_login/models.py
msgid ""
"Offset the session will be extended by when the user picks the remember me "
"option. Default of 0 means that the remember me option will not be shown. "
"(Format: hours=-1;minutes=-2;seconds=-3)"
msgstr ""
"De sessie zal worden verlengd met het opgegeven aantal uren, minuten en "
"seconden wanneer de gebruiker de optie 'Onthoud mij' kiest. De "
"standaardwaarde van 0 betekent dat de optie 'Onthoud mij' niet wordt "
"getoond. (Indeling: uren=-1;minuten=-2;seconden=-3)"
#: authentik/stages/user_login/models.py
msgid ""
"When set to a non-zero value, authentik will save a cookie with a longer "
"expiry,to remember the device the user is logging in from. (Format: "
"hours=-1;minutes=-2;seconds=-3)"
msgstr ""
#: authentik/stages/user_login/models.py
msgid "User Login Stage"
msgstr "Inlogstadium voor gebruikers"
#: authentik/stages/user_login/models.py
msgid "User Login Stages"
msgstr "Inlogstadia voor gebruikers"
#: authentik/stages/user_login/stage.py
msgid "No Pending user to login."
msgstr "Geen in behandeling zijnde gebruiker om in te loggen."
#: authentik/stages/user_logout/models.py
msgid "User Logout Stage"
msgstr "Gebruikersafmeldingsfase"
#: authentik/stages/user_logout/models.py
msgid "User Logout Stages"
msgstr "Gebruikersafmeldingsfasen"
#: authentik/stages/user_write/models.py
msgid "When set, newly created users are inactive and cannot login."
msgstr ""
"Wanneer ingesteld, zijn nieuw aangemaakte gebruikers inactief en kunnen ze "
"niet inloggen."
#: authentik/stages/user_write/models.py
msgid "Optionally add newly created users to this group."
msgstr "Voeg indien gewenst nieuw aangemaakte gebruikers toe aan deze groep."
#: authentik/stages/user_write/models.py
msgid "User Write Stage"
msgstr "Gebruikersschrijffase"
#: authentik/stages/user_write/models.py
msgid "User Write Stages"
msgstr "Gebruikersschrijffasen"
#: authentik/stages/user_write/stage.py
msgid "No Pending data."
msgstr "Geen in behandeling zijnde gegevens."
#: authentik/stages/user_write/stage.py
msgid "No user found and can't create new user."
msgstr "Geen gebruiker gevonden en kan geen nieuwe gebruiker aanmaken."
#: authentik/stages/user_write/stage.py
msgid "Failed to update user. Please try again later."
msgstr "Het bijwerken van de gebruiker is mislukt. Probeer het later opnieuw."
#: authentik/tasks/models.py
msgid "Tenant this task belongs to"
msgstr ""
#: authentik/tasks/models.py
msgid "Retry failed task"
msgstr ""
#: authentik/tasks/models.py
msgid "Task log"
msgstr ""
#: authentik/tasks/models.py
msgid "Task logs"
msgstr ""
#: authentik/tasks/models.py
msgid "Worker status"
msgstr ""
#: authentik/tasks/models.py
msgid "Worker statuses"
msgstr ""
#: authentik/tasks/schedules/models.py
msgid "Unique schedule identifier"
msgstr ""
#: authentik/tasks/schedules/models.py
msgid "User schedule identifier"
msgstr ""
#: authentik/tasks/schedules/models.py
msgid "Manually trigger a schedule"
msgstr ""
#: authentik/tasks/tasks.py
msgid "Remove old worker statuses."
msgstr ""
#: authentik/tenants/api/settings.py
#, python-brace-format
msgid "Value for flag {flag_key} needs to be of type {type}."
msgstr ""
#: authentik/tenants/models.py
msgid ""
"Schema name must start with t_, only contain lowercase letters and numbers "
"and be less than 63 characters."
msgstr ""
"Schemanaam moet starten met t_, mag alleen kleine letters en nummers "
"bevatten en moet korter dan 63 karakters zijn."
#: authentik/tenants/models.py
msgid "Configure how authentik should show avatars for users."
msgstr "Stel in hoe authentik avatars voor gebruikers toont "
#: authentik/tenants/models.py
msgid "Enable the ability for users to change their name."
msgstr "Schakel de mogelijkheid in om gebruikers hun naam te laten wijzigen."
#: authentik/tenants/models.py
msgid "Enable the ability for users to change their email address."
msgstr ""
"Schakel de mogelijkheid in om gebruikers hun e-mailadres te laten wijzigen."
#: authentik/tenants/models.py
msgid "Enable the ability for users to change their username."
msgstr ""
"Schakel de mogelijkheid in om gebruikers hun gebruikersnaam te laten "
"wijzigen."
#: authentik/tenants/models.py
msgid ""
"Events will be deleted after this duration.(Format: "
"weeks=3;days=2;hours=3,seconds=2)."
msgstr ""
"Gebeurtenissen worden verwijderd na deze duur. (Indeling: "
"weken=3;dagen=2;uren=3;seconden=2)."
#: authentik/tenants/models.py
msgid "Reputation cannot decrease lower than this value. Zero or negative."
msgstr ""
#: authentik/tenants/models.py
msgid "Reputation cannot increase higher than this value. Zero or positive."
msgstr ""
#: authentik/tenants/models.py
msgid "The option configures the footer links on the flow executor pages."
msgstr "De optie stelt de voettekst links in op de flow uitvoer pagina's."
#: authentik/tenants/models.py
msgid ""
"When enabled, all the events caused by a user will be deleted upon the "
"user's deletion."
msgstr ""
"Wanneer ingeschakeld zullen alle door een gebruiker veroorzaakte "
"gebeurtenissen worden verwijderd wanneer de gebruiker wordt verwijderd."
#: authentik/tenants/models.py
msgid "Globally enable/disable impersonation."
msgstr "Impersonatie globaal inschakelen"
#: authentik/tenants/models.py
msgid "Require administrators to provide a reason for impersonating a user."
msgstr ""
"Verplicht beheerders een reden op te geven om een gebruiker te "
"impersonaliseren"
#: authentik/tenants/models.py
msgid "Default token duration"
msgstr "Standaard token duur"
#: authentik/tenants/models.py
msgid "Default token length"
msgstr "Standaard token lengte"
#: authentik/tenants/models.py
msgid "Tenant"
msgstr "Tenant"
#: authentik/tenants/models.py
msgid "Tenants"
msgstr "Tenants"
#: authentik/tenants/models.py
msgid "Domain"
msgstr "Domein"
#: authentik/tenants/models.py
msgid "Domains"
msgstr "Domeinen"
#: packages/ak-guardian/guardian/models.py
msgid "object ID"
msgstr ""
#: packages/django-channels-postgres/django_channels_postgres/models.py
msgid "Group channel"
msgstr ""
#: packages/django-channels-postgres/django_channels_postgres/models.py
msgid "Group channels"
msgstr ""
#: packages/django-channels-postgres/django_channels_postgres/models.py
msgid "Message"
msgstr "Bericht"
#: packages/django-channels-postgres/django_channels_postgres/models.py
msgid "Messages"
msgstr "Berichten"
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Queue name"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Dramatiq actor name"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Message body"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Task status"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Task last modified time"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Number of retries"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Planned execution time"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Task result"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Result expiry time"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Task"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Tasks"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
#, python-format
msgid "%(value)s is not a valid crontab"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Dramatiq actor to call"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Args to send to the actor"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Kwargs to send to the actor"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Options to send to the actor"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "When to schedule tasks"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Pause this schedule"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Schedule"
msgstr ""
#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py
msgid "Schedules"
msgstr ""