From 0afe14a52fd9c5cc325f28a9ae2365875b6c9c68 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:38:07 +0000 Subject: [PATCH] translate: Updates for project authentik and language nl_NL (#18751) Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> --- locale/nl_NL/LC_MESSAGES/django.po | 158 +++++++++++++++++++++++++---- 1 file changed, 139 insertions(+), 19 deletions(-) diff --git a/locale/nl_NL/LC_MESSAGES/django.po b/locale/nl_NL/LC_MESSAGES/django.po index f201916386..ae4afdcc35 100644 --- a/locale/nl_NL/LC_MESSAGES/django.po +++ b/locale/nl_NL/LC_MESSAGES/django.po @@ -4,31 +4,64 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Melvin Snijders , 2023 -# Michel Heusschen, 2023 -# ServusNL, 2023 -# Wilmer, 2024 -# Sjors Wortelboer, 2024 # Marc Schmitt, 2025 -# Taeke , 2025 -# Dany Sluijk, 2025 -# Alex Kruidenberg , 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-12-01 15:07+0000\n" -"PO-Revision-Date: 2022-09-26 16:47+0000\n" -"Last-Translator: Alex Kruidenberg , 2025\n" -"Language-Team: Dutch (https://app.transifex.com/authentik/teams/119923/nl/)\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" @@ -165,10 +198,6 @@ msgstr "Gebruiker heeft geen toegang tot applicatie." msgid "The slug '{slug}' is reserved and cannot be used for applications." msgstr "" -#: authentik/core/api/groups.py -msgid "Cannot set group as parent of itself." -msgstr "Kan groep niet als bovenliggend van zichzelf instellen" - #: authentik/core/api/providers.py msgid "" "When not set all providers are returned. When set to true, only backchannel " @@ -238,12 +267,20 @@ msgstr "Supergebruiker status inschakelen" 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 authentik/rbac/models.py +#: authentik/providers/saml/models.py msgid "User" msgstr "Gebruiker" @@ -570,6 +607,14 @@ msgstr "Certificaat-Sleutelpaar" 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 "" @@ -668,6 +713,14 @@ msgstr "" 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 "" @@ -918,6 +971,27 @@ msgstr "" 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 "" @@ -1310,6 +1384,10 @@ msgstr "" 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 "" @@ -2605,6 +2683,12 @@ msgstr "" 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" @@ -2689,6 +2773,14 @@ msgstr "" 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." @@ -2915,6 +3007,10 @@ msgid "" "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" @@ -3108,6 +3204,14 @@ msgstr "Discord OAuth-bron" 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" @@ -3172,6 +3276,14 @@ msgstr "Reddit OAuth-bron" 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 "" @@ -3400,6 +3512,10 @@ msgstr "" 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 "" @@ -3444,11 +3560,11 @@ msgstr "" msgid "Group Telegram Source Connections" msgstr "" -#: authentik/sources/telegram/stage.py +#: authentik/sources/telegram/telegram.py msgid "Authentication date is too old" msgstr "" -#: authentik/sources/telegram/stage.py +#: authentik/sources/telegram/telegram.py msgid "Invalid hash" msgstr "" @@ -4564,6 +4680,10 @@ msgstr "Domein" 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 ""