diff --git a/.github/transifex.yml b/.github/transifex.yml index c8e1f11252..6dbcdc4b9d 100644 --- a/.github/transifex.yml +++ b/.github/transifex.yml @@ -1,16 +1,17 @@ +--- git: filters: - filter_type: file # all supported i18n types: https://docs.transifex.com/formats file_format: XLIFF - source_language: en - source_file: web/xliff/en.xlf + source_language: en_US + source_file: web/xliff/en_US.xlf # path expression to translation files, must contain placeholder translation_files_expression: "web/xliff/.xlf" - filter_type: file # all supported i18n types: https://docs.transifex.com/formats file_format: PO - source_language: en - source_file: locale/en/LC_MESSAGES/django.po + source_language: en_US + source_file: locale/en_US/LC_MESSAGES/django.po # path expression to translation files, must contain placeholder translation_files_expression: "locale//LC_MESSAGES/django.po" diff --git a/Makefile b/Makefile index 9eb82eef26..ff89d61092 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ core-i18n-extract: --ignore ${GEN_API_TS} \ --ignore ${GEN_API_GO} \ --ignore website \ - -l en + -l en_US install: node-install docs-install core-install ## Install all requires dependencies for `node`, `docs` and `core` diff --git a/locale/cs_CZ/LC_MESSAGES/django.po b/locale/cs_CZ/LC_MESSAGES/django.po index 18ad9ca31d..249fc6d447 100644 --- a/locale/cs_CZ/LC_MESSAGES/django.po +++ b/locale/cs_CZ/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-25 00:09+0000\n" +"POT-Creation-Date: 2025-12-01 15:07+0000\n" "PO-Revision-Date: 2022-09-26 16:47+0000\n" "Last-Translator: Václav Nováček , 2025\n" "Language-Team: Czech (Czech Republic) (https://app.transifex.com/authentik/teams/119923/cs_CZ/)\n" @@ -391,6 +391,12 @@ msgstr "Zobrazované jméno zdroje." msgid "Internal source name, used in URLs." msgstr "Interní jméno zdroje, používané v URL." +#: 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 "Tok používaný při ověřování existujících uživatelů." @@ -591,6 +597,16 @@ msgstr "" msgid "Agent Connectors" msgstr "" +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Token" +msgstr "Token zařízení" + +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Tokens" +msgstr "Tokeny zařízení" + #: authentik/endpoints/connectors/agent/models.py msgid "Enrollment Token" msgstr "" @@ -599,6 +615,62 @@ msgstr "" 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/tasks.py msgid "Sync endpoints." msgstr "" @@ -2049,14 +2121,6 @@ msgstr "Obnovovací token OAuth2" msgid "OAuth2 Refresh Tokens" msgstr "Obnovovací tokeny OAuth2" -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "Token zařízení" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "Tokeny zařízení" - #: authentik/providers/oauth2/tasks.py msgid "Send a back-channel logout request to the registered client" msgstr "" diff --git a/locale/de/LC_MESSAGES/django.mo b/locale/de_DE/LC_MESSAGES/django.mo similarity index 100% rename from locale/de/LC_MESSAGES/django.mo rename to locale/de_DE/LC_MESSAGES/django.mo diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po similarity index 100% rename from locale/de/LC_MESSAGES/django.po rename to locale/de_DE/LC_MESSAGES/django.po diff --git a/locale/en/LC_MESSAGES/django.mo b/locale/en/LC_MESSAGES/django.mo deleted file mode 100644 index 71cbdf3e9d..0000000000 Binary files a/locale/en/LC_MESSAGES/django.mo and /dev/null differ diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po similarity index 99% rename from locale/en/LC_MESSAGES/django.po rename to locale/en_US/LC_MESSAGES/django.po index 945ce5ba5e..3bdabb99b6 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-12-01 15:07+0000\n" +"POT-Creation-Date: 2025-12-01 17:05+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,7 +16,6 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: authentik/admin/models.py msgid "Version history" @@ -1849,8 +1848,8 @@ msgstr "" #: authentik/providers/oauth2/models.py msgid "" -"Tokens not valid on or after current time + this value (Format: hours=1;" -"minutes=2;seconds=3)." +"Tokens not valid on or after current time + this value (Format: " +"hours=1;minutes=2;seconds=3)." msgstr "" #: authentik/providers/oauth2/models.py @@ -2223,20 +2222,20 @@ msgstr "" #: authentik/providers/saml/models.py msgid "" -"Assertion valid not before current time + this value (Format: hours=-1;" -"minutes=-2;seconds=-3)." +"Assertion valid not before current time + this value (Format: " +"hours=-1;minutes=-2;seconds=-3)." msgstr "" #: authentik/providers/saml/models.py msgid "" -"Assertion not valid on or after current time + this value (Format: hours=1;" -"minutes=2;seconds=3)." +"Assertion not valid on or after current time + this value (Format: " +"hours=1;minutes=2;seconds=3)." msgstr "" #: authentik/providers/saml/models.py msgid "" -"Session not valid on or after current time + this value (Format: hours=1;" -"minutes=2;seconds=3)." +"Session not valid on or after current time + this value (Format: " +"hours=1;minutes=2;seconds=3)." msgstr "" #: authentik/providers/saml/models.py authentik/sources/saml/models.py @@ -4081,8 +4080,8 @@ msgstr "" #: 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)" +"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 @@ -4202,8 +4201,8 @@ msgstr "" #: authentik/tenants/models.py msgid "" -"Events will be deleted after this duration.(Format: weeks=3;days=2;hours=3," -"seconds=2)." +"Events will be deleted after this duration.(Format: " +"weeks=3;days=2;hours=3,seconds=2)." msgstr "" #: authentik/tenants/models.py diff --git a/locale/es/LC_MESSAGES/django.mo b/locale/es_ES/LC_MESSAGES/django.mo similarity index 100% rename from locale/es/LC_MESSAGES/django.mo rename to locale/es_ES/LC_MESSAGES/django.mo diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es_ES/LC_MESSAGES/django.po similarity index 100% rename from locale/es/LC_MESSAGES/django.po rename to locale/es_ES/LC_MESSAGES/django.po diff --git a/locale/fi/LC_MESSAGES/django.mo b/locale/fi_FI/LC_MESSAGES/django.mo similarity index 100% rename from locale/fi/LC_MESSAGES/django.mo rename to locale/fi_FI/LC_MESSAGES/django.mo diff --git a/locale/fi/LC_MESSAGES/django.po b/locale/fi_FI/LC_MESSAGES/django.po similarity index 100% rename from locale/fi/LC_MESSAGES/django.po rename to locale/fi_FI/LC_MESSAGES/django.po diff --git a/locale/fr/LC_MESSAGES/django.mo b/locale/fr_FR/LC_MESSAGES/django.mo similarity index 100% rename from locale/fr/LC_MESSAGES/django.mo rename to locale/fr_FR/LC_MESSAGES/django.mo diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po similarity index 100% rename from locale/fr/LC_MESSAGES/django.po rename to locale/fr_FR/LC_MESSAGES/django.po diff --git a/locale/it/LC_MESSAGES/django.mo b/locale/it_IT/LC_MESSAGES/django.mo similarity index 100% rename from locale/it/LC_MESSAGES/django.mo rename to locale/it_IT/LC_MESSAGES/django.mo diff --git a/locale/it/LC_MESSAGES/django.po b/locale/it_IT/LC_MESSAGES/django.po similarity index 98% rename from locale/it/LC_MESSAGES/django.po rename to locale/it_IT/LC_MESSAGES/django.po index 641f4a4f8a..1f0ac03305 100644 --- a/locale/it/LC_MESSAGES/django.po +++ b/locale/it_IT/LC_MESSAGES/django.po @@ -11,18 +11,18 @@ # Nicola Mersi, 2024 # tmassimi, 2024 # Marc Schmitt, 2024 -# Kowalski Dragon (kowalski7cc) , 2025 # Matteo Piccina , 2025 # albanobattistella , 2025 +# Kowalski Dragon (kowalski7cc) , 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-20 00:11+0000\n" +"POT-Creation-Date: 2025-12-01 15:07+0000\n" "PO-Revision-Date: 2022-09-26 16:47+0000\n" -"Last-Translator: albanobattistella , 2025\n" +"Last-Translator: Kowalski Dragon (kowalski7cc) , 2025\n" "Language-Team: Italian (https://app.transifex.com/authentik/teams/119923/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -389,6 +389,12 @@ msgstr "Nome visualizzato della sorgente." msgid "Internal source name, used in URLs." msgstr "Nome interno della sorgente, utilizzato negli URL." +#: 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 "Flusso da usare per autenticare utenti esistenti." @@ -421,7 +427,7 @@ msgstr "Token" msgid "Tokens" msgstr "Tokens" -#: authentik/core/models.py +#: authentik/core/models.py authentik/endpoints/connectors/agent/models.py msgid "View token's key" msgstr "Visualizza la chiave token" @@ -493,6 +499,7 @@ msgid "Remove temporary users created by SAML Sources." msgstr "Rimuovi gli utenti temporanei creati da SAML Sources." #: authentik/core/templates/if/error.html +#: authentik/policies/templates/policies/denied.html msgid "Go home" msgstr "Vai alla pagina iniziale" @@ -524,6 +531,26 @@ msgstr "rsa" 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 "Dati del certificato in codifica PEM" @@ -548,6 +575,104 @@ msgstr "Coppie certificato-chiave" msgid "Discover, import and update certificates from the filesystem." msgstr "Scopri, importa e aggiorna i certificati dal file system." +#: 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 "Token Dispositivo" + +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Tokens" +msgstr "Token Dispositivi" + +#: 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 "Dispositivo" + +#: 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/tasks.py +msgid "Sync endpoints." +msgstr "" + #: authentik/enterprise/api.py msgid "Enterprise is required to create/update this object." msgstr "Versione Enterprise richiesta per creare/aggiornare questo oggetto" @@ -1211,10 +1336,22 @@ msgstr "Token del flusso" msgid "Flow Tokens" msgstr "Tokens del flusso" +#: authentik/flows/templates/if/flow.html +msgid "Site footer" +msgstr "" + #: authentik/flows/views/executor.py msgid "Invalid next URL" msgstr "URL successivo non valido" +#: 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 " @@ -1613,6 +1750,10 @@ msgstr "Avatar utente" msgid "Not you?" msgstr "Non sei tu?" +#: authentik/policies/templates/policies/denied.html +msgid "Error" +msgstr "Errore" + #: authentik/policies/templates/policies/denied.html msgid "Request has been denied." msgstr "La richiesta è stata negata." @@ -1994,14 +2135,6 @@ msgstr "Token di aggiornamento OAuth2" msgid "OAuth2 Refresh Tokens" msgstr "Tokens di aggiornamento OAuth2" -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "Token Dispositivo" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "Token Dispositivi" - #: authentik/providers/oauth2/tasks.py msgid "Send a back-channel logout request to the registered client" msgstr "" @@ -2238,18 +2371,6 @@ msgstr "Impossibile importare i metadati: {messages}" msgid "ACS URL" msgstr "URL ACS" -#: 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 "" -"Valore del campo di limitazione del pubblico dell'asserzione. Se lasciato " -"vuoto, non verrà aggiunta alcuna restrizione sul pubblico." - -#: authentik/providers/saml/models.py -msgid "Also known as EntityID" -msgstr "Conosciuto anche come EntityID" - #: authentik/providers/saml/models.py msgid "Service Provider Binding" msgstr "Associazione fornitore di servizi" @@ -2262,6 +2383,18 @@ msgstr "" "Ciò determina il modo in cui authentik invia la risposta al fornitore di " "servizi." +#: 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 "" +"Valore del campo di limitazione del pubblico dell'asserzione. Se lasciato " +"vuoto, non verrà aggiunta alcuna restrizione sul pubblico." + +#: authentik/providers/saml/models.py +msgid "Also known as EntityID" +msgstr "Conosciuto anche come EntityID" + #: authentik/providers/saml/models.py msgid "SLS URL" msgstr "" diff --git a/locale/ja/LC_MESSAGES/django.mo b/locale/ja_JP/LC_MESSAGES/django.mo similarity index 100% rename from locale/ja/LC_MESSAGES/django.mo rename to locale/ja_JP/LC_MESSAGES/django.mo diff --git a/locale/ja/LC_MESSAGES/django.po b/locale/ja_JP/LC_MESSAGES/django.po similarity index 98% rename from locale/ja/LC_MESSAGES/django.po rename to locale/ja_JP/LC_MESSAGES/django.po index 21f752169a..0f0e677963 100644 --- a/locale/ja/LC_MESSAGES/django.po +++ b/locale/ja_JP/LC_MESSAGES/django.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-10 00:11+0000\n" +"POT-Creation-Date: 2025-12-01 15:07+0000\n" "PO-Revision-Date: 2022-09-26 16:47+0000\n" "Last-Translator: Teffen Ellis, 2025\n" "Language-Team: Japanese (https://app.transifex.com/authentik/teams/119923/ja/)\n" @@ -363,6 +363,12 @@ msgstr "ソースの表示名。" msgid "Internal source name, used in URLs." msgstr "URLで使用される内部ソース名。" +#: 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 "フローは既存のユーザーを認証するときに使用されます。" @@ -391,7 +397,7 @@ msgstr "トークン" msgid "Tokens" msgstr "トークン" -#: authentik/core/models.py +#: authentik/core/models.py authentik/endpoints/connectors/agent/models.py msgid "View token's key" msgstr "トークンのキーを表示" @@ -461,6 +467,7 @@ msgid "Remove temporary users created by SAML Sources." msgstr "SAMLで作成された一時ユーザを削除。" #: authentik/core/templates/if/error.html +#: authentik/policies/templates/policies/denied.html msgid "Go home" msgstr "ホームに戻る" @@ -534,6 +541,104 @@ msgstr "証明書とキーのペア" 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 "デバイストークン" + +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Tokens" +msgstr "デバイストークン" + +#: 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/tasks.py +msgid "Sync endpoints." +msgstr "" + #: authentik/enterprise/api.py msgid "Enterprise is required to create/update this object." msgstr "このオブジェクトの作成/更新にはエンタープライズ契約が必要です。" @@ -1143,6 +1248,10 @@ msgstr "フロートークン" msgid "Flow Tokens" msgstr "フロートークン" +#: authentik/flows/templates/if/flow.html +msgid "Site footer" +msgstr "" + #: authentik/flows/views/executor.py msgid "Invalid next URL" msgstr "無効なネクスト URL" @@ -1522,6 +1631,10 @@ msgstr "アバター" msgid "Not you?" msgstr "あなたではありませんか?" +#: authentik/policies/templates/policies/denied.html +msgid "Error" +msgstr "" + #: authentik/policies/templates/policies/denied.html msgid "Request has been denied." msgstr "リクエストは拒否されました。" @@ -1877,14 +1990,6 @@ msgstr "OAuth2 リフレッシュトークン" msgid "OAuth2 Refresh Tokens" msgstr "OAuth2 リフレッシュトークン" -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "デバイストークン" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "デバイストークン" - #: authentik/providers/oauth2/tasks.py msgid "Send a back-channel logout request to the registered client" msgstr "登録されたクライアントにバックチャネルログアウトリクエストを送信" diff --git a/locale/ko/LC_MESSAGES/django.mo b/locale/ko/LC_MESSAGES/django.mo deleted file mode 100644 index 15ef497246..0000000000 Binary files a/locale/ko/LC_MESSAGES/django.mo and /dev/null differ diff --git a/locale/ko/LC_MESSAGES/django.po b/locale/ko/LC_MESSAGES/django.po deleted file mode 100644 index 1280354226..0000000000 --- a/locale/ko/LC_MESSAGES/django.po +++ /dev/null @@ -1,4291 +0,0 @@ -# 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 , YEAR. -# -# Translators: -# Eunsung Kim, 2023 -# NavyStack, 2023 -# Jeongeon An, 2025 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-20 00:11+0000\n" -"PO-Revision-Date: 2022-09-26 16:47+0000\n" -"Last-Translator: Jeongeon An, 2025\n" -"Language-Team: Korean (https://app.transifex.com/authentik/teams/119923/ko/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: authentik/admin/models.py -msgid "Version history" -msgstr "버전 기록" - -#: authentik/admin/tasks.py -msgid "Update latest version info." -msgstr "" - -#: authentik/admin/tasks.py -#, python-brace-format -msgid "New version {version} available!" -msgstr "새 버전 {version} 사용 가능!" - -#: 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 "일반 API 오류" - -#: authentik/api/v3/schema/response.py -msgid "Validation Error" -msgstr "유효성 검사 오류" - -#: authentik/blueprints/api.py -msgid "Blueprint file does not exist" -msgstr "Blueprint 파일이 존재하지 않습니다" - -#: authentik/blueprints/api.py -msgid "Failed to validate blueprint" -msgstr "블루프린트 검증 실패" - -#: authentik/blueprints/api.py -msgid "Either path or content must be set." -msgstr "경로 또는 콘텐츠 중 하나는 설정해야 합니다." - -#: authentik/blueprints/models.py -msgid "Managed by authentik" -msgstr "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 "" -"authentik에서 관리하는 오브젝트입니다. 자동으로 생성 및 업데이트됩니다. 이 플래그는 객체가 마이그레이션에 의해 덮어쓰일 수 " -"있음을 나타냅니다. 여전히 API를 통해 오브젝트를 수정할 수 있지만, 나중에 업데이트에서 덮어 쓰여집니다." - -#: authentik/blueprints/models.py -msgid "Blueprint Instance" -msgstr "블루프린트 인스턴스" - -#: authentik/blueprints/models.py -msgid "Blueprint Instances" -msgstr "블루프린트 인스턴스" - -#: authentik/blueprints/v1/exporter.py -#, python-brace-format -msgid "authentik Export - {date}" -msgstr "authentik 내보내기 - {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 "" - -#: authentik/brands/models.py -msgid "" -"When set, external users will be redirected to this application after " -"authenticating." -msgstr "" - -#: authentik/brands/models.py -msgid "Web Certificate used by the authentik Core webserver." -msgstr "Authentik Core 웹서버에서 사용하는 웹 인증서." - -#: authentik/brands/models.py -msgid "Certificates used for client authentication." -msgstr "" - -#: authentik/brands/models.py -msgid "Brand" -msgstr "브랜드" - -#: authentik/brands/models.py -msgid "Brands" -msgstr "브랜드" - -#: authentik/core/api/application_entitlements.py -msgid "User does not have access to application." -msgstr "" - -#: authentik/core/api/applications.py -#, python-brace-format -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 "" - -#: 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 "" - -#: authentik/core/api/users.py -msgid "No leading or trailing slashes allowed." -msgstr "앞 또는 뒤에 슬래시가 허용되지 않습니다." - -#: authentik/core/api/users.py -msgid "No empty segments in user path allowed." -msgstr "사용자 경로에 빈 세그먼트가 허용되지 않습니다." - -#: 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 "이름" - -#: authentik/core/models.py -msgid "Users added to this group will be superusers." -msgstr "이 그룹에 추가된 사용자는 슈퍼유저가 됩니다." - -#: authentik/core/models.py -msgid "Group" -msgstr "그룹" - -#: authentik/core/models.py -msgid "Groups" -msgstr "그룹" - -#: authentik/core/models.py -msgid "Add user to group" -msgstr "" - -#: authentik/core/models.py -msgid "Remove user from group" -msgstr "" - -#: authentik/core/models.py -msgid "Enable superuser status" -msgstr "" - -#: authentik/core/models.py -msgid "Disable superuser status" -msgstr "" - -#: authentik/core/models.py -msgid "User's display name." -msgstr "사용자의 표시 이름" - -#: authentik/core/models.py authentik/providers/oauth2/models.py -#: authentik/providers/saml/models.py authentik/rbac/models.py -msgid "User" -msgstr "사용자" - -#: authentik/core/models.py -msgid "Users" -msgstr "사용자" - -#: authentik/core/models.py -#: authentik/stages/email/templates/email/password_reset.html -msgid "Reset Password" -msgstr "비밀번호 초기화" - -#: authentik/core/models.py -msgid "Can impersonate other users" -msgstr "다른 사람으로 위장할 수 있음" - -#: authentik/core/models.py -msgid "Can assign permissions to users" -msgstr "다른 사용자의 권한을 할당할 수 있음" - -#: authentik/core/models.py -msgid "Can unassign permissions from users" -msgstr "다른 사용자의 권한을 취소 할당할 수 있음" - -#: authentik/core/models.py -msgid "Can preview user data sent to providers" -msgstr "" - -#: authentik/core/models.py -msgid "View applications the user has access to" -msgstr "" - -#: authentik/core/models.py -msgid "" -"Flow used for authentication when the associated application is accessed by " -"an un-authenticated user." -msgstr "플로우는 연결된 응용 프로그램이 인증되지 않은 사용자에게 액세스될 때 사용됩니다." - -#: authentik/core/models.py -msgid "Flow used when authorizing this provider." -msgstr "이 공급자를 인증할 때 사용되는 플로우입니다." - -#: authentik/core/models.py -msgid "Flow used ending the session from a provider." -msgstr "" - -#: authentik/core/models.py -msgid "" -"Accessed from applications; optional backchannel providers for protocols " -"like LDAP and SCIM." -msgstr "애플리케이션에서 액세스, LDAP 및 SCIM과 같은 프로토콜을 위한 선택적 백채널 공급자입니다." - -#: authentik/core/models.py -msgid "Application's display Name." -msgstr "애플리케이션의 표시 이름입니다." - -#: authentik/core/models.py -msgid "Internal application name, used in URLs." -msgstr "URL에 사용되는, 내부 애플리케이션 이름입니다." - -#: authentik/core/models.py -msgid "Open launch URL in a new browser tab or window." -msgstr "새 브라우저 탭 또는 창에서 실행 URL을 엽니다." - -#: authentik/core/models.py -msgid "Application" -msgstr "애플리케이션" - -#: authentik/core/models.py -msgid "Applications" -msgstr "애플리케이션" - -#: authentik/core/models.py -msgid "Application Entitlement" -msgstr "" - -#: authentik/core/models.py -msgid "Application Entitlements" -msgstr "" - -#: authentik/core/models.py -msgid "Use the source-specific identifier" -msgstr "소스별 식별자를 사용합니다." - -#: 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 "" -"이메일 주소가 동일한 사용자에게 링크합니다. 소스에서 이메일 주소의 유효성을 검사하지 않을 경우 보안에 영향을 미칠 수 있습니다." - -#: authentik/core/models.py -msgid "" -"Use the user's email address, but deny enrollment when the email address " -"already exists." -msgstr "사용자의 이메일 주소를 사용하되, 이메일 주소가 이미 존재하는 경우 등록을 거부합니다." - -#: 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 "" -"동일한 사용자 아이디를 가진 사용자와 연결합니다. 사용자 아이디가 다른 소스와 함께 사용될 경우 보안에 영향을 미칠 수 있습니다." - -#: authentik/core/models.py -msgid "" -"Use the user's username, but deny enrollment when the username already " -"exists." -msgstr "사용자의 사용자명을 사용하지만, 사용자명이 이미 존재하는 경우 등록을 거부합니다." - -#: 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 "" - -#: authentik/core/models.py -msgid "Use the group name, but deny enrollment when the name already exists." -msgstr "" - -#: authentik/core/models.py -msgid "Source's display Name." -msgstr "소스의 표시 이름입니다." - -#: authentik/core/models.py -msgid "Internal source name, used in URLs." -msgstr "URL에 사용되는, 내부 소스 이름입니다." - -#: authentik/core/models.py -msgid "Flow to use when authenticating existing users." -msgstr "기존 사용자를 인증할 때 사용되는 플로우입니다." - -#: authentik/core/models.py -msgid "Flow to use when enrolling new users." -msgstr "새 사용자를 등록할 때 사용되는 플로우입니다." - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing user should be authenticated or a " -"new user enrolled." -msgstr "소스가 기존 사용자를 인증할지 또는 새 사용자를 등록할지를 결정하는 방법입니다." - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing group should be used or a new group" -" created." -msgstr "" - -#: authentik/core/models.py authentik/providers/scim/models.py -msgid "Token" -msgstr "토큰" - -#: authentik/core/models.py -msgid "Tokens" -msgstr "토큰" - -#: authentik/core/models.py -msgid "View token's key" -msgstr "토큰 키 보기" - -#: authentik/core/models.py -msgid "Set a token's key" -msgstr "" - -#: authentik/core/models.py -msgid "Property Mapping" -msgstr "속성 매핑" - -#: authentik/core/models.py -msgid "Property Mappings" -msgstr "속성 매핑" - -#: authentik/core/models.py -msgid "session data" -msgstr "세션 데이터" - -#: authentik/core/models.py -msgid "Session" -msgstr "세션" - -#: authentik/core/models.py -msgid "Sessions" -msgstr "세션" - -#: authentik/core/models.py -msgid "Authenticated Session" -msgstr "인증된 세션" - -#: authentik/core/models.py -msgid "Authenticated Sessions" -msgstr "인증된 세션" - -#: 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 "" - -#: authentik/core/sources/flow_manager.py -msgid "Configured flow does not exist." -msgstr "구성된 플로우가 존재하지 않습니다." - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully authenticated with {source}!" -msgstr "" - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully linked {source}!" -msgstr "" - -#: authentik/core/sources/flow_manager.py -msgid "Source is not configured for enrollment." -msgstr "소스가 등록을 위해 구성되지 않았습니다." - -#: 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 -msgid "Go home" -msgstr "홈으로 가기" - -#: authentik/core/templates/login/base_full.html -#: authentik/flows/templates/if/flow-sfe.html -msgid "Powered by authentik" -msgstr "Powered by 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 "%(application)s에 로그인하려고 합니다." - -#: authentik/core/views/interface.py -msgid "Interface can only be accessed by internal users." -msgstr "" - -#: authentik/crypto/api.py -msgid "Subject-alt name" -msgstr "주체 대체 이름" - -#: authentik/crypto/builder.py -msgid "rsa" -msgstr "rsa" - -#: authentik/crypto/builder.py -msgid "ecdsa" -msgstr "ecdsa" - -#: authentik/crypto/models.py -msgid "PEM-encoded Certificate data" -msgstr "PEM 인코딩된 인증서 데이터" - -#: authentik/crypto/models.py -msgid "" -"Optional Private Key. If this is set, you can use this keypair for " -"encryption." -msgstr "선택적 개인 키. 이 옵션을 설정하면 이 키쌍을 암호화에 사용할 수 있습니다." - -#: authentik/crypto/models.py -msgid "Certificate-Key Pair" -msgstr "인증서-키 쌍" - -#: authentik/crypto/models.py -msgid "Certificate-Key Pairs" -msgstr "인증서-키 쌍" - -#: authentik/crypto/tasks.py -msgid "Discover, import and update certificates from the filesystem." -msgstr "" - -#: authentik/enterprise/api.py -msgid "Enterprise is required to create/update this object." -msgstr "" - -#: authentik/enterprise/models.py -msgid "License" -msgstr "라이선스" - -#: authentik/enterprise/models.py -msgid "Licenses" -msgstr "라이선스" - -#: authentik/enterprise/models.py -msgid "License Usage" -msgstr "라이선스 사용" - -#: authentik/enterprise/models.py -msgid "License Usage Records" -msgstr "라이선스 사용 기록" - -#: 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 "확인하려는 필드 키, 프롬프트 스테이지에서 정의된 필드 키를 사용할 수 있습니다." - -#: 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 "비밀번호가 컨텍스트에 설정되지 않음" - -#: 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 "" - -#: authentik/enterprise/policy.py -msgid "Feature only accessible for internal users." -msgstr "" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider User" -msgstr "Google Workspace 공급자 사용자" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Users" -msgstr "Google Workspace 공급자 사용자" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Group" -msgstr "Google Workspace 공급자 그룹" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Groups" -msgstr "Google Workspace 공급자 그룹" - -#: 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 "그룹 생성/업데이트에 사용될 속성 매핑입니다." - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider" -msgstr "Google Workspace 공급자" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Providers" -msgstr "Google Workspace 공급자" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mapping" -msgstr "Google Workspace 공급자 매핑" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mappings" -msgstr "Google Workspace 공급자 매핑" - -#: authentik/enterprise/providers/google_workspace/tasks.py -msgid "Sync Google Workspace provider objects." -msgstr "Google Workspace 공급자 오브젝트 동기화." - -#: authentik/enterprise/providers/google_workspace/tasks.py -msgid "Full sync for Google Workspace provider." -msgstr "Google Workspace 공급자 전체 동기화." - -#: 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 공급자 사용자" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Group" -msgstr "Microsoft Entra 공급자 그룹" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Groups" -msgstr "Microsoft Entra 공급자 그룹" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider" -msgstr "Microsoft Entra 공급자" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Providers" -msgstr "Microsoft Entra 공급자" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mapping" -msgstr "Microsoft Entra 공급자 매핑" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mappings" -msgstr "Microsoft Entra 공급자 매핑" - -#: authentik/enterprise/providers/microsoft_entra/tasks.py -msgid "Sync Microsoft Entra provider objects." -msgstr "Microsoft Entra 공급자 오브젝트 동기화." - -#: authentik/enterprise/providers/microsoft_entra/tasks.py -msgid "Full sync for Microsoft Entra provider." -msgstr "Microsoft Entra 공급자 전체 동기화." - -#: 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 "서명 키" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Key used to sign the SSF Events." -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Provider" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Providers" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Add stream to SSF provider" -msgstr "SSF 공급자에 스트림 추가" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream" -msgstr "SSF 스트림" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Streams" -msgstr "SSF 스트림" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Event" -msgstr "SSF 스트림 이벤트" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Events" -msgstr "SSF 스트림 이벤트" - -#: authentik/enterprise/providers/ssf/tasks.py -msgid "Dispatch SSF events." -msgstr "" - -#: authentik/enterprise/providers/ssf/tasks.py -msgid "Send an SSF event." -msgstr "SSF 이벤트 전송." - -#: 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 "" - -#: 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 "" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stage" -msgstr "" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stages" -msgstr "" - -#: authentik/enterprise/tasks.py -msgid "Update enterprise license status." -msgstr "" - -#: authentik/events/models.py -msgid "Event" -msgstr "이력" - -#: authentik/events/models.py -msgid "Events" -msgstr "이력" - -#: authentik/events/models.py -msgid "authentik inbuilt notifications" -msgstr "authentik 내장 통지" - -#: authentik/events/models.py -msgid "Generic Webhook" -msgstr "일반 웹훅" - -#: authentik/events/models.py -msgid "Slack Webhook (Slack/Discord)" -msgstr "Slack 웹훅 (Slack/Discord)" - -#: authentik/events/models.py -#: authentik/stages/authenticator_validate/models.py -msgid "Email" -msgstr "이메일" - -#: authentik/events/models.py -msgid "" -"Only send notification once, for example when sending a webhook into a chat " -"channel." -msgstr "예를 들어 채팅 채널로 웹훅을 보낼 때 알림을 한 번만 보내세요." - -#: 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 "심각도" - -#: authentik/events/models.py -msgid "Dispatched for user" -msgstr "사용자를 위해 발송됨" - -#: authentik/events/models.py -msgid "Event user" -msgstr "사용자 이력" - -#: authentik/events/models.py -msgid "Notification Transport" -msgstr "통지 전송" - -#: authentik/events/models.py -msgid "Notification Transports" -msgstr "통지 전송" - -#: authentik/events/models.py -msgid "Notice" -msgstr "통지" - -#: authentik/events/models.py -msgid "Warning" -msgstr "주의" - -#: authentik/events/models.py -msgid "Alert" -msgstr "경고" - -#: authentik/events/models.py -msgid "Notification" -msgstr "통지" - -#: authentik/events/models.py -msgid "Notifications" -msgstr "통지" - -#: 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 "" -"사용자에게 통지를 보내는 데 사용할 전송을 선택합니다. 아무것도 선택하지 않으면 통지는 authentik UI에만 표시됩니다." - -#: authentik/events/models.py -msgid "Controls which severity level the created notifications will have." -msgstr "생성된 통지의 심각도 수준을 제어합니다." - -#: 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 "이 통지를 받고 표시할 사용자 그룹을 정의합니다. 비워 둘 경우 통지가 전송되지 않습니다." - -#: 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 "통지 규칙" - -#: authentik/events/models.py -msgid "Notification Rules" -msgstr "통지 규칙" - -#: authentik/events/models.py -msgid "Webhook Mapping" -msgstr "웹훅 매핑" - -#: authentik/events/models.py -msgid "Webhook Mappings" -msgstr "웹훅 매핑" - -#: 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 "" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Policy ({type})" -msgstr "" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Binding {order}" -msgstr "" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy passed" -msgstr "정책 통과됨" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Stage ({type})" -msgstr "" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy denied" -msgstr "정책 거부됨" - -#: authentik/flows/api/flows_diagram.py -msgid "End of the flow" -msgstr "플로우 종료" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement not fulfilled" -msgstr "요구 사항 충족되지 않음" - -#: authentik/flows/api/flows_diagram.py -msgid "Flow authentication requirement" -msgstr "플로우 인증 요구 사항" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement fulfilled" -msgstr "요구 사항 충족됨" - -#: authentik/flows/api/flows_diagram.py -msgid "Pre-flow policies" -msgstr "사전 플로우 정책" - -#: authentik/flows/api/flows_diagram.py authentik/flows/models.py -msgid "Flow" -msgstr "플로우" - -#: authentik/flows/exceptions.py -msgid "Flow does not apply to current user." -msgstr "플로우가 현재 사용자에게 적용되지 않습니다." - -#: authentik/flows/models.py -#, python-brace-format -msgid "Dynamic In-memory stage: {doc}" -msgstr "" - -#: authentik/flows/models.py -msgid "Visible in the URL." -msgstr "URL에 표시됩니다." - -#: authentik/flows/models.py -msgid "Shown as the Title in Flow pages." -msgstr "플로우 페이지에서 타이틀로 표시됩니다." - -#: 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 "" -"이 플로우가 사용되는 용도를 결정합니다. 예를 들어, 인증되지 않은 사용자가 authentik을 방문할 때 인증 플로우가 리디렉션됩니다." - -#: authentik/flows/models.py -msgid "Background shown during execution" -msgstr "실행 중에 표시되는 배경" - -#: authentik/flows/models.py -msgid "" -"Enable compatibility mode, increases compatibility with password managers on" -" mobile devices." -msgstr "호환성 모드를 활성화하면, 모바일 장치에서 비밀번호 관리자와의 호환성이 향상됩니다." - -#: authentik/flows/models.py -msgid "Configure what should happen when a flow denies access to a user." -msgstr "플로우가 사용자에게 액세스를 거부할 때 어떻게 처리할지 구성합니다." - -#: authentik/flows/models.py -msgid "Required level of authentication and authorization to access a flow." -msgstr "플로우에 액세스하려면 필요한 인증 및 권한 수준입니다." - -#: authentik/flows/models.py -msgid "Flows" -msgstr "플로우" - -#: authentik/flows/models.py -msgid "Can export a Flow" -msgstr "플로우를 내보낼 수 있습니다." - -#: authentik/flows/models.py -msgid "Can inspect a Flow's execution" -msgstr "플로우 실행을 검사할 수 있습니다." - -#: authentik/flows/models.py -msgid "View Flow's cache metrics" -msgstr "플로우의 캐시 메트릭 보기" - -#: authentik/flows/models.py -msgid "Clear Flow's cache metrics" -msgstr "플로우의 캐시 메트릭 삭제" - -#: authentik/flows/models.py -msgid "Evaluate policies during the Flow planning process." -msgstr "플로우 계획 프로세스 중에 정책을 평가할 수 있습니다." - -#: 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 "" -"플로우 실행기가 챌린지에 대한 유효하지 않은 응답을 처리하는 방법을 구성합니다. RETRY는 오류 메시지와 유사한 챌린지를 실행기에 " -"반환합니다. RESTART는 플로우를 처음부터 다시 시작하고, RESTART_WITH_CONTEXT는 현재 컨텍스트를 유지하면서 플로우를" -" 다시 시작합니다." - -#: authentik/flows/models.py -msgid "Flow Stage Binding" -msgstr "플로우 스테이지 바인딩" - -#: authentik/flows/models.py -msgid "Flow Stage Bindings" -msgstr "플로우 스테이지 바인딩" - -#: 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 "이 스테이지를 구성하는 데 사용되는 인증된 사용자의 플로우입니다. 비어 있으면 사용자가 이 스테이지를 구성할 수 없습니다." - -#: authentik/flows/models.py -msgid "Flow Token" -msgstr "플로우 토큰" - -#: authentik/flows/models.py -msgid "Flow Tokens" -msgstr "플로우 토큰" - -#: authentik/flows/views/executor.py -msgid "Invalid next URL" -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의 형식이 'hours=3;minutes=1'인 올바른 형식이 아닙니다." - -#: authentik/lib/validators.py -#, python-brace-format -msgid "The fields {field_names} must be used together." -msgstr "{field_names} 필드는 함께 사용되어야 합니다." - -#: authentik/outposts/api/service_connections.py -msgid "" -"You can only use an empty kubeconfig when connecting to a local cluster." -msgstr "로컬 클러스터에 연결할 때만 빈 kubeconfig을 사용할 수 있습니다." - -#: authentik/outposts/api/service_connections.py -msgid "Invalid kubeconfig" -msgstr "kubeconfig이 올바르지 않음" - -#: authentik/outposts/models.py -msgid "" -"If enabled, use the local connection. Required Docker socket/Kubernetes " -"Integration" -msgstr "활성화되면 로컬 연결을 사용합니다. 필요한 Docker 소켓/쿠버네티스 통합에 필요합니다" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connection" -msgstr "Outpost 서비스 연결" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connections" -msgstr "Outpost 서비스 연결" - -#: authentik/outposts/models.py -msgid "" -"Can be in the format of 'unix://' when connecting to a local docker " -"daemon, or 'https://:2376' when connecting to a remote system." -msgstr "" -"로컬 도커 데몬에 연결할 때는 'unix://' 형식, 원격 시스템에 연결할 때는 " -"'https://:2376' 형식일 수 있습니다." - -#: authentik/outposts/models.py -msgid "" -"CA which the endpoint's Certificate is verified against. Can be left empty " -"for no validation." -msgstr "엔드포인트의 인증서를 검증하는 CA입니다. 검증을 수행하지 않으려면 비워둘 수 있습니다." - -#: authentik/outposts/models.py -msgid "" -"Certificate/Key used for authentication. Can be left empty for no " -"authentication." -msgstr "인증에 사용되는 인증서/키입니다. 인증이 필요하지 않은 경우 비워 둘 수 있습니다." - -#: authentik/outposts/models.py -msgid "Docker Service-Connection" -msgstr "도커 서비스 연결" - -#: authentik/outposts/models.py -msgid "Docker Service-Connections" -msgstr "도커 서비스 연결" - -#: authentik/outposts/models.py -msgid "" -"Paste your kubeconfig here. authentik will automatically use the currently " -"selected context." -msgstr "여기에 kubeconfig를 붙여넣습니다. authentik은 자동으로 현재 선택된 컨텍스트를 사용합니다." - -#: authentik/outposts/models.py -msgid "Verify SSL Certificates of the Kubernetes API endpoint" -msgstr "Kubernetes API 엔드포인트의 SSL 인증서 확인" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connection" -msgstr "쿠버네티스 서비스 연결" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connections" -msgstr "쿠버네티스 서비스 연결" - -#: 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 "" -"이 Outpost를 관리하는 데 사용할 서비스 연결을 선택하십시오. authentik이 배포를 처리하지 않아야 하는 경우 비워 두십시오." - -#: authentik/outposts/models.py -msgid "Outpost" -msgstr "Outpost" - -#: authentik/outposts/models.py -msgid "Outposts" -msgstr "Outposts" - -#: 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 "액세스 거부됨" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policy" -msgstr "더미 정책" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policies" -msgstr "더미 정책" - -#: 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 "선택한 응용 프로그램에서 생성된 이벤트와 일치시킵니다. 비워 둘 경우 모든 응용 프로그램이 일치합니다." - -#: 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 "" -"선택한 모델에서 생성된 이벤트와 일치시킵니다. 비워 두면 모든 모델이 일치합니다. 응용 프로그램이 선택된 경우 해당 응용 프로그램의 모든" -" 모델이 일치합니다." - -#: authentik/policies/event_matcher/api.py -msgid "At least one criteria must be set." -msgstr "기준을 하나 이상 설정해야 합니다." - -#: authentik/policies/event_matcher/models.py -msgid "" -"Match created events with this action type. When left empty, all action " -"types will be matched." -msgstr "생성된 이벤트를 이 액션 유형과 일치시킵니다. 비워두면 모든 액션 유형이 일치합니다." - -#: authentik/policies/event_matcher/models.py -msgid "" -"Matches Event's Client IP (strict matching, for network matching use an " -"Expression Policy)" -msgstr "이벤트의 클라이언트 IP와 일치시킵니다 (엄격한 일치, 네트워크 일치에는 표현식 정책을 사용하세요)." - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policy" -msgstr "이벤트 일치 정책" - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policies" -msgstr "이벤트 일치 정책" - -#: 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 "비밀번호가 만료되었습니다." - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policy" -msgstr "비밀번호 만료 정책" - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policies" -msgstr "비밀번호 만료 정책" - -#: authentik/policies/expression/models.py -msgid "Expression Policy" -msgstr "정규표현식 정책" - -#: authentik/policies/expression/models.py -msgid "Expression Policies" -msgstr "정규표현식 정책" - -#: 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 "all, 모든 정책이 통과해야 함" - -#: authentik/policies/models.py -msgid "any, any policy must pass" -msgstr "any, 어떤 정책이라도 통과하면 됨" - -#: authentik/policies/models.py -msgid "Policy Binding Model" -msgstr "정책 바인딩 모델" - -#: authentik/policies/models.py -msgid "Policy Binding Models" -msgstr "정책 바인딩 모델" - -#: authentik/policies/models.py -msgid "Negates the outcome of the policy. Messages are unaffected." -msgstr "정책의 결과를 무효화합니다. 메시지는 영향을 받지 않습니다." - -#: authentik/policies/models.py -msgid "Timeout after which Policy execution is terminated." -msgstr "시간을 초과하면 정책 실행을 종료합니다." - -#: authentik/policies/models.py -msgid "Result if the Policy execution fails." -msgstr "정책 실행이 실패한 경우의 결과입니다." - -#: authentik/policies/models.py -msgid "Policy Binding" -msgstr "정책 바인딩" - -#: authentik/policies/models.py -msgid "Policy Bindings" -msgstr "정책 바인딩" - -#: 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 "이 옵션을 활성화하면 이 정책의 모든 실행이 기록됩니다. 기본적으로 실행 오류만 기록됩니다." - -#: authentik/policies/models.py -msgid "Policy" -msgstr "정책" - -#: authentik/policies/models.py -msgid "Policies" -msgstr "정책" - -#: 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 "비밀번호 해시가 허용되는 해시 횟수" - -#: authentik/policies/password/models.py -msgid "" -"If the zxcvbn score is equal or less than this value, the policy will fail." -msgstr "만약 zxcvbn 점수가 이 값과 같거나 이 값보다 작다면, 정책이 실패합니다." - -#: 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 "비밀번호가 너무 약합니다." - -#: authentik/policies/password/models.py -msgid "Password Policy" -msgstr "비밀번호 정책" - -#: authentik/policies/password/models.py -msgid "Password Policies" -msgstr "비밀번호 정책" - -#: authentik/policies/reputation/api.py -msgid "Either IP or Username must be checked" -msgstr "IP 또는 사용자명 중 하나를 선택해야 합니다." - -#: authentik/policies/reputation/models.py -msgid "Reputation Policy" -msgstr "평판 정책" - -#: authentik/policies/reputation/models.py -msgid "Reputation Policies" -msgstr "평판 정책" - -#: authentik/policies/reputation/models.py -msgid "Reputation Score" -msgstr "평판 점수" - -#: authentik/policies/reputation/models.py -msgid "Reputation Scores" -msgstr "평판 점수" - -#: 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 "권한 거부됨" - -#: authentik/policies/templates/policies/denied.html -msgid "User's avatar" -msgstr "사용자 아바타" - -#: authentik/policies/templates/policies/denied.html -msgid "Not you?" -msgstr "본인이 아닌가요?" - -#: authentik/policies/templates/policies/denied.html -msgid "Request has been denied." -msgstr "요청이 거부되었습니다." - -#: authentik/policies/templates/policies/denied.html -msgid "Messages:" -msgstr "메세지:" - -#: authentik/policies/templates/policies/denied.html -msgid "Explanation:" -msgstr "설명:" - -#: authentik/policies/templates/policies/denied.html -#, python-format -msgid "" -"\n" -" Policy binding '%(name)s' returned result '%(result)s'\n" -" " -msgstr "" -"\n" -" 정책 바인딩 '%(name)s'이(가) 결과 '%(result)s'을(를) 반환했습니다\n" -" " - -#: authentik/policies/views.py -msgid "Failed to resolve application" -msgstr "애플리케이션 확인 실패" - -#: authentik/providers/ldap/models.py -msgid "DN under which objects are accessible." -msgstr "개체에 액세스할 수 있는 DN입니다." - -#: 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 "" -"UID의 시작값입니다. 이 숫자는 user.Pk에 추가되어 POSIX 사용자의 숫자가 너무 낮지 않도록 합니다. 기본값은 2000으로 " -"설정되어 로컬 사용자 UID와 충돌하지 않도록 합니다." - -#: 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 "" -"GID의 시작값입니다. 이 숫자는 group.Pk에서 생성된 숫자에 추가되어 POSIX 그룹의 숫자가 너무 낮지 않도록 합니다. 기본값은" -" 4000으로 설정되어 로컬 그룹 또는 사용자의 기본 그룹 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 "" -"이 옵션을 활성화하면, 비밀번호에 세미콜론과 TOTP 코드를 추가하여 코드 기반 멀티팩터 인증을 사용할 수 있습니다. 비밀번호에 " -"세미콜론이 포함되어 있으면 비밀번호가 거부될 수 있으므로, 이 공급자에 바인딩할 모든 사용자가 TOTP 디바이스를 구성한 경우에만 이 " -"기능을 사용하도록 설정해야 합니다." - -#: authentik/providers/ldap/models.py -msgid "LDAP Provider" -msgstr "LDAP 공급자" - -#: authentik/providers/ldap/models.py -msgid "LDAP Providers" -msgstr "LDAP 공급자" - -#: 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 "해시된 사용자 ID 기반" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user ID" -msgstr "사용자 ID 기반" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user UUID" -msgstr "사용자 UUID 기반" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the username" -msgstr "사용자명 기반" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the User's Email. This is recommended over the UPN method." -msgstr "사용자 이메일 기반. 이 방법은 UPN 방법보다 권장됩니다." - -#: 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 "" -"사용자의 UPN을 기반으로 하며, 사용자에게 'upn' 특성이 설정되어 있는 경우에만 작동합니다. 이 방법은 UPN과 메일 도메인이 다른" -" 경우에만 사용하세요." - -#: authentik/providers/oauth2/models.py -msgid "Confidential" -msgstr "컨피덴셜" - -#: authentik/providers/oauth2/models.py -msgid "Public" -msgstr "공개" - -#: authentik/providers/oauth2/models.py -msgid "Same identifier is used for all providers" -msgstr "모든 공급자에 대해 동일한 식별자가 사용됨" - -#: authentik/providers/oauth2/models.py -msgid "Each provider has a different issuer, based on the application slug." -msgstr "각 공급자는 애플리케이션 슬러그를 기반으로 서로 다른 발급자를 가짐" - -#: 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 (인증 코드 플로우)" - -#: authentik/providers/oauth2/models.py -msgid "id_token (Implicit Flow)" -msgstr "id_token (암시적 플로우)" - -#: authentik/providers/oauth2/models.py -msgid "id_token token (Implicit Flow)" -msgstr "id_token token (암시적 플로우)" - -#: authentik/providers/oauth2/models.py -msgid "code token (Hybrid Flow)" -msgstr "code token (하이브리드 플로우)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token (Hybrid Flow)" -msgstr "code id_token (하이브리드 플로우)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token token (Hybrid Flow)" -msgstr "code id_token token (하이브리드 플로우)" - -#: authentik/providers/oauth2/models.py -msgid "HS256 (Symmetric Encryption)" -msgstr "HS256 (대칭 암호화)" - -#: authentik/providers/oauth2/models.py -msgid "RS256 (Asymmetric Encryption)" -msgstr "RS256 (비대칭 암호화)" - -#: authentik/providers/oauth2/models.py -msgid "ES256 (Asymmetric Encryption)" -msgstr "ES256 (비대칭 암호화)" - -#: 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 "클라이언트에서 사용할 스코프" - -#: authentik/providers/oauth2/models.py -msgid "" -"Description shown to the user when consenting. If left empty, the user won't" -" be informed." -msgstr "동의할 때 사용자에게 표시되는 설명입니다. 비워두면 사용자에게 통지가 표시되지 않습니다." - -#: authentik/providers/oauth2/models.py -msgid "Scope Mapping" -msgstr "스코프 매핑" - -#: authentik/providers/oauth2/models.py -msgid "Scope Mappings" -msgstr "스코프 매핑" - -#: authentik/providers/oauth2/models.py -msgid "Client Type" -msgstr "클라이언트 유형" - -#: authentik/providers/oauth2/models.py -msgid "" -"Confidential clients are capable of maintaining the confidentiality of their" -" credentials. Public clients are incapable" -msgstr "기밀 클라이언트는 자격 증명의 기밀을 유지할 수 있습니다. 공개 클라이언트는 불가능" - -#: authentik/providers/oauth2/models.py -msgid "Client ID" -msgstr "클라이언트 ID" - -#: authentik/providers/oauth2/models.py -msgid "Client Secret" -msgstr "클라이언트 Secret" - -#: authentik/providers/oauth2/models.py -msgid "Redirect URIs" -msgstr "리다이렉트 URI" - -#: 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 "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 "사용자 정보 엔드포인트에 액세스하지 않는 애플리케이션의 경우, 범위의 사용자 선언을 Id_token에 포함하세요." - -#: 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 "현재 시간 이후로 이 값 (형식: hours=1;minutes=2;seconds=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 "현재 시간 이후로 이 값 (형식: hours=1;minutes=2;seconds=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 "고유 사용자 식별자로 사용할 데이터를 구성합니다. 대부분의 경우 기본값을 사용해도 무방합니다." - -#: authentik/providers/oauth2/models.py -msgid "Configure how the issuer field of the ID Token should be filled." -msgstr "ID 토큰의 발급자 필드를 채우는 방법을 구성합니다." - -#: 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 "선택한 소스의 JWK로 서명된 모든 JWT는 인증에 사용될 수 있습니다." - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Provider" -msgstr "OAuth2/OpenID 공급자" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Providers" -msgstr "OAuth2/OpenID 공급자" - -#: authentik/providers/oauth2/models.py -msgid "Scopes" -msgstr "스코프" - -#: authentik/providers/oauth2/models.py -msgid "Code" -msgstr "코드" - -#: authentik/providers/oauth2/models.py -msgid "Nonce" -msgstr "Nonce" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge" -msgstr "코드 챌린지" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge Method" -msgstr "코드 챌린지 메서드" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Code" -msgstr "인증 코드" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Codes" -msgstr "인증 코드" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Token" -msgstr "OAuth2 액세스 토큰" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Tokens" -msgstr "OAuth2 액세스 토큰" - -#: authentik/providers/oauth2/models.py -msgid "ID Token" -msgstr "ID 토큰" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Token" -msgstr "OAuth2 토큰 새로고침" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Tokens" -msgstr "OAuth2 토큰 새로고침" - -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "디바이스 토큰" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "디바이스 토큰" - -#: 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 "유효하지 않은 코드" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your User Information" -msgstr "GitHub Compatibility: 사용자 정보에 액세스" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access you Email addresses" -msgstr "GitHub Compatibility: 이메일 주소에 액세스" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your Groups" -msgstr "GitHub Compatibility 그룹 정보에 액세스" - -#: authentik/providers/proxy/api.py -msgid "User and password attributes must be set when basic auth is enabled." -msgstr "기본 인증이 활성화된 경우 사용자 및 비밀번호 특성을 설정해야 합니다." - -#: authentik/providers/proxy/api.py -msgid "Internal host cannot be empty when forward auth is disabled." -msgstr "전달 인증이 비활성화되면 내부 호스트를 비울 수 없습니다." - -#: 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 "업스트림 서버의 SSL 인증서 유효성 검사" - -#: authentik/providers/proxy/models.py -msgid "Internal host SSL Validation" -msgstr "내부 호스트 SSL 유효성 검사" - -#: authentik/providers/proxy/models.py -msgid "" -"Enable support for forwardAuth in traefik and nginx auth_request. Exclusive " -"with internal_host." -msgstr "" -"traefik과 nginx auth_request의 forwardAuth 지원을 사용합니다. internal_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 "인증이 필요하지 않은 정규 표현식. 각 새 줄은 새 표현식으로 해석됩니다." - -#: authentik/providers/proxy/models.py -msgid "" -"When enabled, this provider will intercept the authorization header and " -"authenticate requests based on its value." -msgstr "활성화하면 이 공급자는 권한 부여 헤더를 가로채고 그 값에 따라 요청을 인증합니다." - -#: authentik/providers/proxy/models.py -msgid "Set HTTP-Basic Authentication" -msgstr "HTTP-Basic 인증 설정" - -#: authentik/providers/proxy/models.py -msgid "" -"Set a custom HTTP-Basic Authentication header based on values from " -"authentik." -msgstr "authentik의 값을 기반으로 커스텀 HTTP-Basic 인증 헤더를 설정합니다." - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Username Key" -msgstr "HTTP-Basic 사용자명 키" - -#: 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 "" -"HTTP-Basic 헤더의 사용자 부분에 사용되는 사용자/그룹 속성입니다. 설정하지 않으면 사용자의 이메일 주소가 사용됩니다." - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Password Key" -msgstr "HTTP-Basic 비밀번호 키" - -#: authentik/providers/proxy/models.py -msgid "" -"User/Group Attribute used for the password part of the HTTP-Basic Header." -msgstr "HTTP-Basic 헤더의 비밀번호 부분에 사용되는 사용자/그룹 속성입니다." - -#: authentik/providers/proxy/models.py -msgid "Proxy Provider" -msgstr "프록시 공급자" - -#: authentik/providers/proxy/models.py -msgid "Proxy Providers" -msgstr "프록시 공급자" - -#: 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 "" -"세션이 지속되는 시간을 결정합니다. 기본값인 0초는 브라우저가 닫힐 때까지 세션이 지속된다는 의미입니다. (서식: " -"hours=-1;minutes=-2;seconds=-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 "" - -#: authentik/providers/rac/models.py -msgid "RAC Providers" -msgstr "" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoint" -msgstr "" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoints" -msgstr "" - -#: 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 "" - -#: authentik/providers/rac/models.py -msgid "RAC Connection tokens" -msgstr "" - -#: authentik/providers/rac/views.py -msgid "Maximum connection limit reached." -msgstr "" - -#: authentik/providers/rac/views.py -msgid "(You are already connected in another tab/window)" -msgstr "" - -#: authentik/providers/radius/models.py -msgid "Shared secret between clients and server to hash packets." -msgstr "클라이언트와 서버가 패킷을 해시하기 위해 공유하는 비밀입니다." - -#: 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 "" -"클라이언트가 연결할 수 있는 CIDR 목록(쉼표로 구분). 더 구체적인 CIDR은 더 일반적인 CIDR 앞에 매칭됩니다. 지정되지 않은 " -"CIDR에서 연결된 클라이언트는 드롭됩니다." - -#: authentik/providers/radius/models.py -msgid "Radius Provider" -msgstr "Radius 공급자" - -#: authentik/providers/radius/models.py -msgid "Radius Providers" -msgstr "Radius 공급자" - -#: 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 "올바르지 않은 XML 구문" - -#: 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 "" -"Value of the audience restriction field of the assertion. When left empty, " -"no audience restriction will be added." -msgstr "어설션의 대상 제한 필드의 값입니다. 비워두면 대상 제한이 추가되지 않습니다." - -#: authentik/providers/saml/models.py -msgid "Also known as EntityID" -msgstr "EntityID라고도 합니다." - -#: authentik/providers/saml/models.py -msgid "Service Provider Binding" -msgstr "서비스 공급자 바인딩" - -#: authentik/providers/saml/models.py -msgid "" -"This determines how authentik sends the response back to the Service " -"Provider." -msgstr "이는 Authentik이 응답을 서비스 제공자에게 다시 전송하는 방식을 결정합니다." - -#: 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 "NameID 속성 매핑" - -#: 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 "NameID 값이 어떻게 생성될지 구성합니다. 비워 둘 경우, 들어오는 요청의 NameIDPolicy을 고려합니다." - -#: 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 "어설션이 현재 시간 + 이 값 이후에만 유효합니다 (형식: hours=-1;minutes=-2;seconds=-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 "어설션이 현재 시간 + 이 값 이전에만 유효합니다 (형식: hours=1;minutes=2;seconds=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 "세션이 현재 시간 + 이 값 이전에만 유효합니다 (형식: hours=1;minutes=2;seconds=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 "" -"이 옵션을 선택하면 들어오는 어설션의 서명이 이 인증서에 대해 유효성을 검사합니다. 서명되지 않은 요청을 허용하려면 기본값으로 둡니다." - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Verification Certificate" -msgstr "검증 인증서" - -#: authentik/providers/saml/models.py -msgid "Keypair used to sign outgoing Responses going to the Service Provider." -msgstr "서비스 공급자에게 보내는 응답에 서명하는 데 사용되는 키 쌍입니다." - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Signing Keypair" -msgstr "서명 키 쌍" - -#: 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 "IDP-initiated 로그인에 대한 기본 relay_state 값" - -#: authentik/providers/saml/models.py -msgid "SAML Provider" -msgstr "SAML 공급자" - -#: authentik/providers/saml/models.py -msgid "SAML Providers" -msgstr "SAML 공급자" - -#: 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 공급자 메타데이터" - -#: 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 "" - -#: 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 "SCIM 요청에 대한 기본 URL은, 일반적으로 /v2로 끝납니다" - -#: authentik/providers/scim/models.py -msgid "Authentication token" -msgstr "인증 토큰" - -#: 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 "SCIM Provider" -msgstr "SCIM 공급자" - -#: authentik/providers/scim/models.py -msgid "SCIM Providers" -msgstr "SCIM 공급자" - -#: 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/recovery/management/commands/create_admin_group.py -msgid "Create admin group if the default group gets deleted." -msgstr "기본 그룹이 삭제되면 관리자 그룹을 만듭니다." - -#: authentik/recovery/management/commands/create_recovery_key.py -msgid "Create a Key which can be used to restore access to authentik." -msgstr "authentik에 대한 액세스를 복원하는 데 사용할 수 있는 키를 만듭니다." - -#: authentik/recovery/views.py -msgid "Used recovery-link to authenticate." -msgstr "인증하는 데 복구 링크를 사용합니다." - -#: 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 "서버 URI" - -#: authentik/sources/ldap/models.py -msgid "" -"Optionally verify the LDAP Server's Certificate against the CA Chain in this" -" keypair." -msgstr "선택적으로 이 키 쌍의 CA 체인에 대해 LDAP 서버의 인증서를 인증합니다." - -#: authentik/sources/ldap/models.py -msgid "" -"Client certificate to authenticate against the LDAP Server's Certificate." -msgstr "클라이언트 인증서를 사용하여 LDAP 서버의 인증서에 대해 인증합니다." - -#: authentik/sources/ldap/models.py -msgid "Bind CN" -msgstr "Bind CN" - -#: authentik/sources/ldap/models.py -msgid "Enable Start TLS" -msgstr "TLS 시작 활성화" - -#: authentik/sources/ldap/models.py -msgid "Use Server URI for SNI verification" -msgstr "SNI 확인에 서버 URI 사용" - -#: authentik/sources/ldap/models.py -msgid "Base DN" -msgstr "Base DN" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for User-queries." -msgstr "사용자 쿼리의 Base DN 앞에 추가됩니다." - -#: authentik/sources/ldap/models.py -msgid "Addition User DN" -msgstr "추가 사용자 DN" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for Group-queries." -msgstr "그룹 쿼리의 Base DN 앞에 추가됩니다." - -#: authentik/sources/ldap/models.py -msgid "Addition Group DN" -msgstr "추가 그룹 DN" - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Users." -msgstr "이 필터와 일치하는 개체를 사용자로 간주합니다." - -#: 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 "그룹의 구성원을 포함하는 필드입니다." - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Groups." -msgstr "이 필터와 일치하는 개체를 그룹으로 간주합니다." - -#: authentik/sources/ldap/models.py -msgid "Field which contains a unique Identifier." -msgstr "고유 식별자를 포함하는 필드입니다." - -#: 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 "사용자가 비밀번호를 변경하면 LDAP로 다시 동기화합니다. 이 기능은 단일의 LDAP 소스에서만 활성화할 수 있습니다." - -#: 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 "LDAP Source" -msgstr "LDAP 소스" - -#: authentik/sources/ldap/models.py -msgid "LDAP Sources" -msgstr "LDAP 소스" - -#: 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 "비밀번호가 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 "수신된 토큰이 없습니다." - -#: 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" - -#: authentik/sources/oauth/models.py -msgid "" -"URL used to request the initial token. This URL is only required for OAuth " -"1." -msgstr "초기 토큰을 요청하는 데 사용되는 URL입니다. 이 URL은 OAuth 1에만 필요합니다." - -#: authentik/sources/oauth/models.py -msgid "Authorization URL" -msgstr "인증 URL" - -#: authentik/sources/oauth/models.py -msgid "URL the user is redirect to to conest the flow." -msgstr "사용자가 플로우에 이의를 제기하기 위해 리디렉션되는 URL입니다." - -#: authentik/sources/oauth/models.py -msgid "Access Token URL" -msgstr "액세스 토큰 URL" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to retrieve tokens." -msgstr "토큰을 검색하기 위해 authentik에서 사용하는 URL입니다." - -#: authentik/sources/oauth/models.py -msgid "Profile URL" -msgstr "프로필 URL" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to get user information." -msgstr "사용자 정보를 가져오기 위해 authentik에서 사용하는 URL입니다." - -#: authentik/sources/oauth/models.py -msgid "Additional Scopes" -msgstr "추가 스코프" - -#: 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 소스" - -#: authentik/sources/oauth/models.py -msgid "OAuth Sources" -msgstr "OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Source" -msgstr "GitHub OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Sources" -msgstr "GitHub OAuth 소스" - -#: 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 소스" - -#: authentik/sources/oauth/models.py -msgid "Twitch OAuth Sources" -msgstr "Twitch OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Source" -msgstr "Mailcow OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Sources" -msgstr "Mailcow OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Source" -msgstr "Twitter OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Sources" -msgstr "Twitter OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Source" -msgstr "Facebook OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Sources" -msgstr "Facebook OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Source" -msgstr "Discord OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Sources" -msgstr "Discord OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Source" -msgstr "Patreon OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Sources" -msgstr "Patreon OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Source" -msgstr "Google OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Sources" -msgstr "Google OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Source" -msgstr "Azure AD OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Sources" -msgstr "Azure AD OAuth 소스" - -#: 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 소스" - -#: authentik/sources/oauth/models.py -msgid "OpenID OAuth Sources" -msgstr "OpenID OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Source" -msgstr "Apple OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Sources" -msgstr "Apple OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Source" -msgstr "Okta OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Sources" -msgstr "Okta OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Reddit OAuth Source" -msgstr "Reddit OAuth 소스" - -#: authentik/sources/oauth/models.py -msgid "Reddit OAuth Sources" -msgstr "Reddit OAuth 소스" - -#: 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 "사용자 OAuth 소스 연결" - -#: authentik/sources/oauth/models.py -msgid "User OAuth Source Connections" -msgstr "사용자 OAuth 소스 연결" - -#: 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 "Plex와 통신하는 데 사용되는 클라이언트 식별자입니다." - -#: 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 "사용자가 액세스를 허용받기 위해 소속되어야 하는 서버입니다. 빈 목록은 모든 서버를 허용합니다." - -#: authentik/sources/plex/models.py -msgid "Allow friends to authenticate, even if you don't share a server." -msgstr "서버를 공유하지 않더라도 친구의 인증을 허용합니다." - -#: authentik/sources/plex/models.py -msgid "Plex token used to check friends" -msgstr "친구를 확인하는 데 사용되는 Plex 토큰" - -#: authentik/sources/plex/models.py -msgid "Plex Source" -msgstr "Plex 소스" - -#: authentik/sources/plex/models.py -msgid "Plex Sources" -msgstr "Plex 소스" - -#: 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 "사용자 Plex 소스 연결" - -#: authentik/sources/plex/models.py -msgid "User Plex Source Connections" -msgstr "사용자 Plex 소스 연결" - -#: 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 "리다이렉트 바인딩" - -#: authentik/sources/saml/models.py -msgid "POST Binding" -msgstr "POST 바인딩" - -#: authentik/sources/saml/models.py -msgid "POST Binding with auto-confirmation" -msgstr "자동 확인 기능이 있는 POST 바인딩" - -#: authentik/sources/saml/models.py authentik/sources/telegram/models.py -msgid "Flow used before authentication." -msgstr "인증 전에 사용될 플로우" - -#: authentik/sources/saml/models.py -msgid "Issuer" -msgstr "발행자" - -#: authentik/sources/saml/models.py -msgid "Also known as Entity ID. Defaults the Metadata URL." -msgstr "Entity ID라고도 합니다. 기본값은 Metadata 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입니다." - -#: 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 "IDP가 단일 로그아웃을 지원하는 경우 사용하는 선택적 URL입니다." - -#: 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 "" -"IdP에 의해 시작된 인증 플로우를 허용합니다. 요청 ID에 대한 유효성 검사가 수행되지 않으므로 보안 위험이 있을 수 있습니다." - -#: authentik/sources/saml/models.py -msgid "" -"NameID Policy sent to the IdP. Can be unset, in which case no Policy is " -"sent." -msgstr "IdP로 보낼 NameID 정책입니다. 비워둘 수 있으며, 비워둘 경우 정책이 전송되지 않습니다." - -#: authentik/sources/saml/models.py -msgid "Delete temporary users after" -msgstr "다음 이후 임시 사용자를 삭제" - -#: 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 "" -"임시 사용자를 삭제해야 하는 시간 오프셋입니다. 이 설정은 IDP가 'Transient' NameID 형식을 사용하고 사용자가 수동으로 " -"로그아웃하지 않는 경우에만 적용됩니다. (형식: hours=1;minutes=2;seconds=3)" - -#: authentik/sources/saml/models.py -msgid "" -"Keypair used to sign outgoing Responses going to the Identity Provider." -msgstr "인증 공급자에게 보내는 응답에 서명하는 데 사용되는 키 쌍입니다." - -#: authentik/sources/saml/models.py -msgid "SAML Source" -msgstr "SAML 소스" - -#: authentik/sources/saml/models.py -msgid "SAML Sources" -msgstr "SAML 소스" - -#: 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 "사용자 SAML 소스 연결" - -#: authentik/sources/saml/models.py -msgid "User SAML Source Connections" -msgstr "사용자 SAML 소스 연결" - -#: 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/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/stage.py -msgid "Authentication date is too old" -msgstr "" - -#: authentik/sources/telegram/stage.py -msgid "Invalid hash" -msgstr "" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stage" -msgstr "Duo 인증기 설정 스테이지" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stages" -msgstr "Duo 인증기 설정 스테이지" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Device" -msgstr "Duo 디바이스" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Devices" -msgstr "Duo 디바이스" - -#: 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 "활성화하면, 전역 이메일 연결 설정이 사용되며 아래의 연결 설정은 무시됩니다." - -#: 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 "코드가 일치하지 않음" - -#: 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" -" %(username)s 님께,\n" -" " - -#: authentik/stages/authenticator_email/templates/email/email_otp.html -msgid "" -"\n" -" Email MFA code.\n" -" " -msgstr "" - -#: 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 "" - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -#: authentik/stages/email/templates/email/password_reset.txt -#, python-format -msgid "Hi %(username)s," -msgstr "" - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -msgid "" -"\n" -"Email MFA code\n" -msgstr "" - -#: 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 "" - -#: 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 "선택적으로 사용자 지정 제공자에게 전송되는 페이로드를 수정합니다." - -#: 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 인증기 설정 스테이지" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Authenticator Setup Stages" -msgstr "SMS 인증기 설정 스테이지" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Device" -msgstr "SMS 디바이스" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Devices" -msgstr "SMS 디바이스" - -#: authentik/stages/authenticator_sms/stage.py -msgid "Invalid phone number" -msgstr "유효하지 않은 전화번호" - -#: 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 "정적 토큰" - -#: authentik/stages/authenticator_totp/models.py -msgid "6 digits, widely compatible" -msgstr "6자리, 널리 호환됩니다." - -#: authentik/stages/authenticator_totp/models.py -msgid "8 digits, not compatible with apps like Google Authenticator" -msgstr "8자리, Google Authenticator와 같은 앱과 호환되지 않습니다." - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stage" -msgstr "TOTP 인증 설정 스테이지" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stages" -msgstr "TOTP 인증 설정 스테이지" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Device" -msgstr "TOTP 디바이스" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Devices" -msgstr "TOTP 디바이스" - -#: 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 "정적" - -#: 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 "" -"사용자에게 호환되는 디바이스가 없는 경우 인증기를 구성하는 데 사용되는 단계입니다. 이 구성 스테이지를 통과한 후에는 사용자에게 다시 " -"메시지가 표시되지 않습니다." - -#: authentik/stages/authenticator_validate/models.py -msgid "Device classes which can be used to authenticate" -msgstr "인증에 사용할 수 있는 디바이스 클래스" - -#: 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 "사용자의 장치 중 하나라도 이 기간 내에 사용된 경우, 이 단계는 건너뜁니다." - -#: authentik/stages/authenticator_validate/models.py -msgid "Enforce user verification for WebAuthn devices." -msgstr "WebAuthn 장치에 대한 사용자 확인을 강제합니다." - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stage" -msgstr "인증기 유효성 검사 스테이지" - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stages" -msgstr "인증기 유효성 검사 스테이지" - -#: 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 인증 설정 스테이지" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Authenticator Setup Stages" -msgstr "WebAuthn 인증 설정 스테이지" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device" -msgstr "WebAuthn 디바이스" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Devices" -msgstr "WebAuthn 디바이스" - -#: 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 "공개 키, 캡챠 공급자에서 얻을 수 있습니다." - -#: authentik/stages/captcha/models.py -msgid "Private key, acquired your captcha Provider." -msgstr "개인 키, 캡챠 공급자에서 얻을 수 있습니다." - -#: 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 "캡챠 스테이지" - -#: authentik/stages/captcha/models.py -msgid "Captcha Stages" -msgstr "캡챠 스테이지" - -#: 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 "동의의 만료 후 오프셋입니다. (형식: hours=1;minutes=2;seconds=3)" - -#: authentik/stages/consent/models.py -msgid "Consent Stage" -msgstr "동의 스테이지" - -#: authentik/stages/consent/models.py -msgid "Consent Stages" -msgstr "동의 스테이지" - -#: authentik/stages/consent/models.py -msgid "User Consent" -msgstr "사용자 동의" - -#: authentik/stages/consent/models.py -msgid "User Consents" -msgstr "사용자 동의" - -#: authentik/stages/consent/stage.py -msgid "Invalid consent token, re-showing prompt" -msgstr "" - -#: authentik/stages/deny/models.py -msgid "Deny Stage" -msgstr "거부 스테이지" - -#: authentik/stages/deny/models.py -msgid "Deny Stages" -msgstr "거부 스테이지" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stage" -msgstr "더미 스테이지" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stages" -msgstr "더미 스테이지" - -#: 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 "비밀번호 초기화" - -#: authentik/stages/email/models.py -msgid "Account Confirmation" -msgstr "계정 확인" - -#: 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 "스테이지가 완료되면 사용자를 활성화합니다." - -#: authentik/stages/email/models.py -msgid "Email Stage" -msgstr "이메일 스테이지" - -#: authentik/stages/email/models.py -msgid "Email Stages" -msgstr "이메일 스테이지" - -#: authentik/stages/email/stage.py -msgid "Successfully verified Email." -msgstr "이메일을 성공적으로 확인했습니다." - -#: authentik/stages/email/stage.py -msgid "No pending user." -msgstr "보류 중인 사용자가 없습니다." - -#: authentik/stages/email/stage.py -msgid "Email sent." -msgstr "이메일을 보냈습니다." - -#: 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 "반갑습니다!" - -#: 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 "시작하게 되어 기쁩니다. 먼저 계정을 확인해야 합니다. 아래 버튼을 누르기만 하면 됩니다." - -#: authentik/stages/email/templates/email/account_confirmation.html -msgid "Confirm Account" -msgstr "계정 확인" - -#: 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" -" 그래도 문제가 해결되지 않으면 다음 링크를 복사하여 브라우저에 붙여넣으세요: %(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 "" - -#: authentik/stages/email/templates/email/event_notification.html -#, python-format -msgid "" -"\n" -" This email was sent from the notification transport %(name)s.\n" -" " -msgstr "" -"\n" -" 이 이메일은 통지 전송 %(name)s에서 전송되었습니다.\n" -" " - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Dear authentik user," -msgstr "" - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "The following notification was created:" -msgstr "" - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Additional attributes:" -msgstr "" - -#: authentik/stages/email/templates/email/event_notification.txt -#, python-format -msgid "" -"\n" -"This email was sent from the notification transport %(name)s.\n" -msgstr "" - -#: 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" -" 최근에 인증 계정의 비밀번호 변경을 요청하셨습니다. 아래 버튼을 사용하여 새 비밀번호를 설정하세요.\n" -" " - -#: 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 "" - -#: 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 "" - -#: 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 "" - -#: authentik/stages/email/templates/email/setup.html -msgid "authentik Test-Email" -msgstr "authentik 테스트 이메일" - -#: 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" -" 이 이메일은 인증 이메일을 성공적으로 구성했음을 알려주는 테스트 이메일입니다.\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 "" - -#: authentik/stages/identification/api.py -msgid "When no user fields are selected, at least one source must be selected" -msgstr "사용자 필드를 선택하지 않은 경우 하나 이상의 소스를 선택해야 합니다." - -#: authentik/stages/identification/models.py -msgid "" -"Fields of the user object to match against. (Hold shift to select multiple " -"options)" -msgstr "사용자 오브젝트와 일치시키기 위한 사용자 필드입니다. (여러 옵션을 선택하려면 Shift 키를 누르세요)" - -#: authentik/stages/identification/models.py -msgid "When enabled, user fields are matched regardless of their casing." -msgstr "활성화하면, 사용자 필드를 대소문자에 관계없이 일치시킵니다." - -#: 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 "" -"유효한 사용자 아이디/이메일을 입력하고 이 옵션을 활성화하면 사용자의 사용자 아이디와 아바타가 표시됩니다. 그렇지 않으면 사용자가 입력한" -" 텍스트가 표시됩니다." - -#: authentik/stages/identification/models.py -msgid "" -"When enabled, the stage will succeed and continue even when incorrect user " -"info is entered." -msgstr "활성화되면 잘못된 사용자 정보가 입력되더라도 단계가 성공하고 계속됩니다." - -#: 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 "페이지 하단에 링크된, 선택적 등록 플로우를 참조하세요." - -#: authentik/stages/identification/models.py -msgid "Optional recovery flow, which is linked at the bottom of the page." -msgstr "페이지 하단에 링크된, 선택적 복구 플로우를 참조하세요." - -#: authentik/stages/identification/models.py -msgid "Optional passwordless flow, which is linked at the bottom of the page." -msgstr "페이지 하단에 링크된, 선택적 비밀번호 없는 플로우를 참조하세요." - -#: authentik/stages/identification/models.py -msgid "Specify which sources should be shown." -msgstr "표시할 소스를 지정합니다." - -#: authentik/stages/identification/models.py -msgid "Identification Stage" -msgstr "식별 스테이지" - -#: authentik/stages/identification/models.py -msgid "Identification Stages" -msgstr "식별 스테이지" - -#: authentik/stages/identification/stage.py -msgid "Failed to authenticate." -msgstr "" - -#: authentik/stages/identification/stage.py -msgid "Log in" -msgstr "로그인" - -#: authentik/stages/identification/stage.py -msgid "Continue" -msgstr "계속" - -#: 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 "" -"이 플래그를 설정하면 초대를 받지 못했을 때 이 스테이지가 다음 스테이지로 이동합니다. 기본적으로 이 스테이지는 초대를 받지 못하면 " -"플로우를 취소합니다." - -#: authentik/stages/invitation/models.py -msgid "Invitation Stage" -msgstr "초대 스테이지" - -#: authentik/stages/invitation/models.py -msgid "Invitation Stages" -msgstr "초대 스테이지" - -#: authentik/stages/invitation/models.py -msgid "When set, only the configured flow can use this invitation." -msgstr "설정되면, 구성된 플로우만이 이 초대를 사용할 수 있습니다." - -#: authentik/stages/invitation/models.py -msgid "When enabled, the invitation will be deleted after usage." -msgstr "활성화하면, 한 번만 사용할 수 있습니다." - -#: authentik/stages/invitation/models.py -msgid "Optional fixed data to enforce on user enrollment." -msgstr "사용자 등록에 강제로 적용할 선택적인 고정 데이터입니다." - -#: authentik/stages/invitation/models.py -msgid "Invitation" -msgstr "초대" - -#: authentik/stages/invitation/models.py -msgid "Invitations" -msgstr "초대" - -#: authentik/stages/invitation/stage.py -msgid "Invalid invite/invite not found" -msgstr "유효하지 않은 초대 / 초대를 찾을 수 없음" - -#: authentik/stages/password/models.py -msgid "User database + standard password" -msgstr "사용자 데이터베이스 + 표준 비밀번호" - -#: authentik/stages/password/models.py -msgid "User database + app passwords" -msgstr "사용자 데이터베이스 + 앱 비밀번호" - -#: authentik/stages/password/models.py -msgid "User database + LDAP password" -msgstr "사용자 데이터베이스 + LDAP 비밀번호" - -#: authentik/stages/password/models.py -msgid "User database + Kerberos password" -msgstr "" - -#: authentik/stages/password/models.py -msgid "Selection of backends to test the password against." -msgstr "비밀번호를 테스트할 백엔드를 선택합니다." - -#: 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 "" -"플로우가 취소되기 전에 사용자가 시도할 수 있는 횟수입니다. 사용자를 잠그려면 평판 정책과 user_write 단계를 사용하세요." - -#: authentik/stages/password/models.py -msgid "" -"When enabled, provides a 'show password' button with the password input " -"field." -msgstr "" - -#: authentik/stages/password/models.py -msgid "Password Stage" -msgstr "비밀번호 스테이지" - -#: authentik/stages/password/models.py -msgid "Password Stages" -msgstr "비밀번호 스테이지" - -#: authentik/stages/password/stage.py -msgid "Invalid password" -msgstr "올바르지 않은 비밀번호" - -#: authentik/stages/prompt/models.py -msgid "Text: Simple Text input" -msgstr "텍스트: 간단한 텍스트 입력" - -#: authentik/stages/prompt/models.py -msgid "Text area: Multiline Text Input." -msgstr "텍스트 영역: 여러줄의 텍스트 입력" - -#: authentik/stages/prompt/models.py -msgid "Text (read-only): Simple Text input, but cannot be edited." -msgstr "텍스트(읽기 전용): 간단한 텍스트 입력이 가능하지만 편집은 불가능합니다." - -#: authentik/stages/prompt/models.py -msgid "Text area (read-only): Multiline Text input, but cannot be edited." -msgstr "텍스트 영역(읽기 전용): 여러 줄 텍스트 입력이 가능하지만 편집은 불가능합니다." - -#: authentik/stages/prompt/models.py -msgid "" -"Username: Same as Text input, but checks for and prevents duplicate " -"usernames." -msgstr "사용자이름: 텍스트 입력과 동일하지만 중복된 사용자이름을 확인하고 방지합니다." - -#: authentik/stages/prompt/models.py -msgid "Email: Text field with Email type." -msgstr "이메일: 이메일 유형이 있는 텍스트 필드입니다." - -#: authentik/stages/prompt/models.py -msgid "" -"Password: Masked input, multiple inputs of this type on the same prompt need" -" to be identical." -msgstr "비밀번호: 마스킹 입력, 동일한 프롬프트에서 이 유형의 입력을 여러 번 입력할 경우 동일해야 합니다." - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a group of radio buttons." -msgstr "고정된 선택 필드는 라디오 버튼 그룹으로 렌더링됩니다." - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a dropdown." -msgstr "고정된 선택 필드는 드롭다운으로 렌더링됩니다." - -#: authentik/stages/prompt/models.py -msgid "" -"File: File upload for arbitrary files. File content will be available in " -"flow context as data-URI" -msgstr "파일: 임의의 파일을 업로드하는 데 사용됩니다. 파일 내용은 데이터 URI로 플로우 컨텍스트에서 사용 가능합니다." - -#: authentik/stages/prompt/models.py -msgid "Separator: Static Separator Line" -msgstr "구분자: 정적 구분선" - -#: authentik/stages/prompt/models.py -msgid "Hidden: Hidden field, can be used to insert data into form." -msgstr "숨김: 숨겨진 필드로, 양식에 데이터를 삽입하는 데 사용할 수 있습니다." - -#: authentik/stages/prompt/models.py -msgid "Static: Static value, displayed as-is." -msgstr "정적: 정적 값, 있는 그대로 표시됩니다." - -#: authentik/stages/prompt/models.py -msgid "authentik: Selection of locales authentik supports" -msgstr "Authentik: Authentik이 지원하는 로케일 선택" - -#: authentik/stages/prompt/models.py -msgid "Name of the form field, also used to store the value" -msgstr "값을 저장하는 데 사용되는, 양식 필드의 이름입니다." - -#: 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 "" -"옵션으로 예상되는 입력값을 설명하는 짧은 힌트를 제공할 수 있습니다. 고정 선택 필드를 만들 때, 식으로 해석을 활성화하고 여러 선택지를" -" 반환하려면 목록을 반환하세요." - -#: 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 "" -"옵션으로 입력을 초기 값으로 채울 수 있습니다. 고정 선택 필드를 만들 때, 정규표현식으로 해석을 활성화하고 목록을 반환하여 여러 개의 " -"기본 선택지를 반환합니다." - -#: authentik/stages/prompt/models.py -msgid "Prompt" -msgstr "프롬프트" - -#: authentik/stages/prompt/models.py -msgid "Prompts" -msgstr "프롬프트" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stage" -msgstr "프롬프트 스테이지" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stages" -msgstr "프롬프트 스테이지" - -#: authentik/stages/prompt/stage.py -msgid "Passwords don't match." -msgstr "비밀번호가 일치하지 않습니다." - -#: 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 "" - -#: authentik/stages/redirect/models.py -msgid "Redirect Stages" -msgstr "" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stage" -msgstr "사용자 삭제 스테이지" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stages" -msgstr "사용자 삭제 스테이지" - -#: authentik/stages/user_delete/stage.py -msgid "No Pending User." -msgstr "보류 중인 사용자가 없습니다." - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured network" -msgstr "" - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured GeoIP location" -msgstr "" - -#: authentik/stages/user_login/models.py -msgid "Terminate all other sessions of the user logging in." -msgstr "로그인하는 사용자의 다른 모든 세션을 종료합니다." - -#: 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 "" -"사용자가 나를 기억 옵션을 선택하면 세션이 연장될 시간의 오프셋입니다. 기본값 0은 나를 기억 옵션이 표시되지 않음을 의미합니다. " -"(서식: hours=-1;minutes=-2;seconds=-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 "사용자 로그인 스테이지" - -#: authentik/stages/user_login/models.py -msgid "User Login Stages" -msgstr "사용자 로그인 스테이지" - -#: authentik/stages/user_login/stage.py -msgid "No Pending user to login." -msgstr "로그인할 보류 중인 사용자가 없습니다." - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stage" -msgstr "사용자 로그아웃 스테이지" - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stages" -msgstr "사용자 로그아웃 스테이지" - -#: authentik/stages/user_write/models.py -msgid "When set, newly created users are inactive and cannot login." -msgstr "이 옵션을 설정하면 새로 만든 사용자가 비활성화되어 로그인할 수 없습니다." - -#: authentik/stages/user_write/models.py -msgid "Optionally add newly created users to this group." -msgstr "선택적으로 새로 만든 사용자를 이 그룹에 추가합니다." - -#: authentik/stages/user_write/models.py -msgid "User Write Stage" -msgstr "사용자 쓰기 스테이지" - -#: authentik/stages/user_write/models.py -msgid "User Write Stages" -msgstr "사용자 쓰기 스테이지" - -#: authentik/stages/user_write/stage.py -msgid "No Pending data." -msgstr "보류 중인 데이터가 없습니다." - -#: authentik/stages/user_write/stage.py -msgid "No user found and can't create new user." -msgstr "사용자를 찾을 수 없으며 새 사용자를 만들 수 없습니다." - -#: authentik/stages/user_write/stage.py -msgid "Failed to update user. Please try again later." -msgstr "사용자를 업데이트하지 못했습니다. 나중에 다시 시도하세요." - -#: 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 "" - -#: authentik/tenants/models.py -msgid "Configure how authentik should show avatars for users." -msgstr "" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their name." -msgstr "" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their email address." -msgstr "" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their username." -msgstr "" - -#: authentik/tenants/models.py -msgid "" -"Events will be deleted after this duration.(Format: " -"weeks=3;days=2;hours=3,seconds=2)." -msgstr "이 기간이 지나면 이벤트가 삭제됩니다. (서식: hours=-1;minutes=-2;seconds=-3)" - -#: 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 "" - -#: authentik/tenants/models.py -msgid "" -"When enabled, all the events caused by a user will be deleted upon the " -"user's deletion." -msgstr "" - -#: authentik/tenants/models.py -msgid "Globally enable/disable impersonation." -msgstr "" - -#: authentik/tenants/models.py -msgid "Require administrators to provide a reason for impersonating a user." -msgstr "" - -#: authentik/tenants/models.py -msgid "Default token duration" -msgstr "" - -#: authentik/tenants/models.py -msgid "Default token length" -msgstr "" - -#: authentik/tenants/models.py -msgid "Tenant" -msgstr "테넌트" - -#: authentik/tenants/models.py -msgid "Tenants" -msgstr "테넌트" - -#: authentik/tenants/models.py -msgid "Domain" -msgstr "" - -#: authentik/tenants/models.py -msgid "Domains" -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 "" - -#: packages/django-channels-postgres/django_channels_postgres/models.py -msgid "Messages" -msgstr "" - -#: 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 "" diff --git a/locale/ko_KR/LC_MESSAGES/django.mo b/locale/ko_KR/LC_MESSAGES/django.mo index bd892ecee5..15ef497246 100644 Binary files a/locale/ko_KR/LC_MESSAGES/django.mo and b/locale/ko_KR/LC_MESSAGES/django.mo differ diff --git a/locale/ko_KR/LC_MESSAGES/django.po b/locale/ko_KR/LC_MESSAGES/django.po index ae4818090b..cafd2ecbb4 100644 --- a/locale/ko_KR/LC_MESSAGES/django.po +++ b/locale/ko_KR/LC_MESSAGES/django.po @@ -4,587 +4,1643 @@ # FIRST AUTHOR , YEAR. # # Translators: -# despenser08, 2022 +# Eunsung Kim, 2023 +# NavyStack, 2023 +# Jeongeon An, 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-03 12:29+0000\n" -"PO-Revision-Date: 2021-10-09 18:10+0000\n" -"Last-Translator: despenser08, 2022\n" -"Language-Team: Korean (Korea) (https://www.transifex.com/authentik/teams/119923/ko_KR/)\n" +"POT-Creation-Date: 2025-12-01 15:07+0000\n" +"PO-Revision-Date: 2022-09-26 16:47+0000\n" +"Last-Translator: Jeongeon An, 2025\n" +"Language-Team: Korean (https://app.transifex.com/authentik/teams/119923/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ko_KR\n" +"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: authentik/admin/api/tasks.py:95 -#, python-format -msgid "Successfully re-scheduled Task %(name)s!" -msgstr "%(name)s 작업을 성공적으로 다시 예약했습니다." +#: authentik/admin/models.py +msgid "Version history" +msgstr "버전 기록" -#: authentik/api/schema.py:21 +#: authentik/admin/tasks.py +msgid "Update latest version info." +msgstr "" + +#: authentik/admin/tasks.py +#, python-brace-format +msgid "New version {version} available!" +msgstr "새 버전 {version} 사용 가능!" + +#: 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 "일반 API 오류" -#: authentik/api/schema.py:29 +#: authentik/api/v3/schema/response.py msgid "Validation Error" msgstr "유효성 검사 오류" -#: authentik/core/api/providers.py:89 -msgid "SAML Provider from Metadata" -msgstr "SAML 공급자 메타데이터" +#: authentik/blueprints/api.py +msgid "Blueprint file does not exist" +msgstr "Blueprint 파일이 존재하지 않습니다" -#: authentik/core/api/providers.py:90 -msgid "Create a SAML Provider by importing its Metadata." -msgstr "메타데이터를 가져와 SAML 공급자를 생성합니다." +#: authentik/blueprints/api.py +msgid "Failed to validate blueprint" +msgstr "블루프린트 검증 실패" -#: authentik/core/models.py:69 +#: authentik/blueprints/api.py +msgid "Either path or content must be set." +msgstr "경로 또는 콘텐츠 중 하나는 설정해야 합니다." + +#: authentik/blueprints/models.py +msgid "Managed by authentik" +msgstr "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 "" +"authentik에서 관리하는 오브젝트입니다. 자동으로 생성 및 업데이트됩니다. 이 플래그는 객체가 마이그레이션에 의해 덮어쓰일 수 " +"있음을 나타냅니다. 여전히 API를 통해 오브젝트를 수정할 수 있지만, 나중에 업데이트에서 덮어 쓰여집니다." + +#: authentik/blueprints/models.py +msgid "Blueprint Instance" +msgstr "블루프린트 인스턴스" + +#: authentik/blueprints/models.py +msgid "Blueprint Instances" +msgstr "블루프린트 인스턴스" + +#: authentik/blueprints/v1/exporter.py +#, python-brace-format +msgid "authentik Export - {date}" +msgstr "authentik 내보내기 - {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 "" + +#: authentik/brands/models.py +msgid "" +"When set, external users will be redirected to this application after " +"authenticating." +msgstr "" + +#: authentik/brands/models.py +msgid "Web Certificate used by the authentik Core webserver." +msgstr "Authentik Core 웹서버에서 사용하는 웹 인증서." + +#: authentik/brands/models.py +msgid "Certificates used for client authentication." +msgstr "" + +#: authentik/brands/models.py +msgid "Brand" +msgstr "브랜드" + +#: authentik/brands/models.py +msgid "Brands" +msgstr "브랜드" + +#: authentik/core/api/application_entitlements.py +msgid "User does not have access to application." +msgstr "" + +#: authentik/core/api/applications.py +#, python-brace-format +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 "" + +#: 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 "" + +#: authentik/core/api/users.py +msgid "No leading or trailing slashes allowed." +msgstr "앞 또는 뒤에 슬래시가 허용되지 않습니다." + +#: authentik/core/api/users.py +msgid "No empty segments in user path allowed." +msgstr "사용자 경로에 빈 세그먼트가 허용되지 않습니다." + +#: 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 "이름" -#: authentik/core/models.py:71 +#: authentik/core/models.py msgid "Users added to this group will be superusers." -msgstr "이 그룹에 추가된 유저는 관리자가 됩니다." +msgstr "이 그룹에 추가된 사용자는 슈퍼유저가 됩니다." -#: authentik/core/models.py:129 +#: authentik/core/models.py +msgid "Group" +msgstr "그룹" + +#: authentik/core/models.py +msgid "Groups" +msgstr "그룹" + +#: authentik/core/models.py +msgid "Add user to group" +msgstr "" + +#: authentik/core/models.py +msgid "Remove user from group" +msgstr "" + +#: authentik/core/models.py +msgid "Enable superuser status" +msgstr "" + +#: authentik/core/models.py +msgid "Disable superuser status" +msgstr "" + +#: authentik/core/models.py msgid "User's display name." -msgstr "유저의 표시 이름" +msgstr "사용자의 표시 이름" -#: authentik/core/models.py:212 authentik/providers/oauth2/models.py:299 +#: authentik/core/models.py authentik/providers/oauth2/models.py +#: authentik/providers/saml/models.py authentik/rbac/models.py msgid "User" -msgstr "유저" +msgstr "사용자" -#: authentik/core/models.py:213 +#: authentik/core/models.py msgid "Users" -msgstr "유저" +msgstr "사용자" -#: authentik/core/models.py:224 +#: authentik/core/models.py +#: authentik/stages/email/templates/email/password_reset.html +msgid "Reset Password" +msgstr "비밀번호 초기화" + +#: authentik/core/models.py +msgid "Can impersonate other users" +msgstr "다른 사람으로 위장할 수 있음" + +#: authentik/core/models.py +msgid "Can assign permissions to users" +msgstr "다른 사용자의 권한을 할당할 수 있음" + +#: authentik/core/models.py +msgid "Can unassign permissions from users" +msgstr "다른 사용자의 권한을 취소 할당할 수 있음" + +#: authentik/core/models.py +msgid "Can preview user data sent to providers" +msgstr "" + +#: authentik/core/models.py +msgid "View applications the user has access to" +msgstr "" + +#: authentik/core/models.py +msgid "" +"Flow used for authentication when the associated application is accessed by " +"an un-authenticated user." +msgstr "플로우는 연결된 응용 프로그램이 인증되지 않은 사용자에게 액세스될 때 사용됩니다." + +#: authentik/core/models.py msgid "Flow used when authorizing this provider." -msgstr "이 공급자를 인증할 때 사용되는 흐름입니다." +msgstr "이 공급자를 인증할 때 사용되는 플로우입니다." -#: authentik/core/models.py:257 +#: authentik/core/models.py +msgid "Flow used ending the session from a provider." +msgstr "" + +#: authentik/core/models.py +msgid "" +"Accessed from applications; optional backchannel providers for protocols " +"like LDAP and SCIM." +msgstr "애플리케이션에서 액세스, LDAP 및 SCIM과 같은 프로토콜을 위한 선택적 백채널 공급자입니다." + +#: authentik/core/models.py msgid "Application's display Name." msgstr "애플리케이션의 표시 이름입니다." -#: authentik/core/models.py:258 +#: authentik/core/models.py msgid "Internal application name, used in URLs." -msgstr "내부 애플리케이션 이름으로, URL에 사용됩니다." +msgstr "URL에 사용되는, 내부 애플리케이션 이름입니다." -#: authentik/core/models.py:311 +#: authentik/core/models.py +msgid "Open launch URL in a new browser tab or window." +msgstr "새 브라우저 탭 또는 창에서 실행 URL을 엽니다." + +#: authentik/core/models.py msgid "Application" msgstr "애플리케이션" -#: authentik/core/models.py:312 +#: authentik/core/models.py msgid "Applications" msgstr "애플리케이션" -#: authentik/core/models.py:318 +#: authentik/core/models.py +msgid "Application Entitlement" +msgstr "" + +#: authentik/core/models.py +msgid "Application Entitlements" +msgstr "" + +#: authentik/core/models.py msgid "Use the source-specific identifier" msgstr "소스별 식별자를 사용합니다." -#: authentik/core/models.py:326 +#: 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 "" +"이메일 주소가 동일한 사용자에게 링크합니다. 소스에서 이메일 주소의 유효성을 검사하지 않을 경우 보안에 영향을 미칠 수 있습니다." + +#: authentik/core/models.py msgid "" "Use the user's email address, but deny enrollment when the email address " "already exists." -msgstr "유저의 이메일을 사용하지만, 이메일이 이미 존재하는 경우 등록을 거부합니다." +msgstr "사용자의 이메일 주소를 사용하되, 이메일 주소가 이미 존재하는 경우 등록을 거부합니다." -#: authentik/core/models.py:335 +#: 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 "" +"동일한 사용자 아이디를 가진 사용자와 연결합니다. 사용자 아이디가 다른 소스와 함께 사용될 경우 보안에 영향을 미칠 수 있습니다." + +#: authentik/core/models.py msgid "" "Use the user's username, but deny enrollment when the username already " "exists." -msgstr "유저의 유저네임을 사용하지만, 유저네임이 이미 존재하는 경우 등록을 거부합니다." +msgstr "사용자의 사용자명을 사용하지만, 사용자명이 이미 존재하는 경우 등록을 거부합니다." -#: authentik/core/models.py:342 +#: 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 "" + +#: authentik/core/models.py +msgid "Use the group name, but deny enrollment when the name already exists." +msgstr "" + +#: authentik/core/models.py msgid "Source's display Name." msgstr "소스의 표시 이름입니다." -#: authentik/core/models.py:343 +#: authentik/core/models.py msgid "Internal source name, used in URLs." -msgstr "내부 소스 이름으로, URL에 사용됩니다." +msgstr "URL에 사용되는, 내부 소스 이름입니다." -#: authentik/core/models.py:354 +#: 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 "기존 유저를 인증할 때 사용되는 흐름입니다." +msgstr "기존 사용자를 인증할 때 사용되는 플로우입니다." -#: authentik/core/models.py:363 +#: authentik/core/models.py msgid "Flow to use when enrolling new users." -msgstr "새 유저를 등록할 때 사용되는 흐름입니다." +msgstr "새 사용자를 등록할 때 사용되는 플로우입니다." -#: authentik/core/models.py:501 +#: authentik/core/models.py +msgid "" +"How the source determines if an existing user should be authenticated or a " +"new user enrolled." +msgstr "소스가 기존 사용자를 인증할지 또는 새 사용자를 등록할지를 결정하는 방법입니다." + +#: authentik/core/models.py +msgid "" +"How the source determines if an existing group should be used or a new group" +" created." +msgstr "" + +#: authentik/core/models.py authentik/providers/scim/models.py msgid "Token" msgstr "토큰" -#: authentik/core/models.py:502 +#: authentik/core/models.py msgid "Tokens" msgstr "토큰" -#: authentik/core/models.py:545 +#: authentik/core/models.py authentik/endpoints/connectors/agent/models.py +msgid "View token's key" +msgstr "토큰 키 보기" + +#: authentik/core/models.py +msgid "Set a token's key" +msgstr "" + +#: authentik/core/models.py msgid "Property Mapping" msgstr "속성 매핑" -#: authentik/core/models.py:546 +#: authentik/core/models.py msgid "Property Mappings" msgstr "속성 매핑" -#: authentik/core/models.py:582 +#: authentik/core/models.py +msgid "session data" +msgstr "세션 데이터" + +#: authentik/core/models.py +msgid "Session" +msgstr "세션" + +#: authentik/core/models.py +msgid "Sessions" +msgstr "세션" + +#: authentik/core/models.py msgid "Authenticated Session" msgstr "인증된 세션" -#: authentik/core/models.py:583 +#: authentik/core/models.py msgid "Authenticated Sessions" msgstr "인증된 세션" -#: authentik/core/sources/flow_manager.py:166 -msgid "source" -msgstr "소스" - -#: authentik/core/sources/flow_manager.py:220 -#: authentik/core/sources/flow_manager.py:258 -#, python-format -msgid "Successfully authenticated with %(source)s!" -msgstr " 성공적으로 %(source)s을(를) 통해 인증되었습니다." - -#: authentik/core/sources/flow_manager.py:239 -#, python-format -msgid "Successfully linked %(source)s!" -msgstr "%(source)s을(를) 성공적으로 연결했습니다!" - -#: authentik/core/templates/error/generic.html:27 -msgid "Go to home" -msgstr "홈으로 이동" - -#: authentik/core/templates/if/admin.html:18 -#: authentik/core/templates/if/admin.html:24 -#: authentik/core/templates/if/flow.html:28 -#: authentik/core/templates/if/flow.html:34 -#: authentik/core/templates/if/user.html:18 -#: authentik/core/templates/if/user.html:24 -msgid "Loading..." -msgstr "로딩중..." - -#: authentik/core/templates/if/end_session.html:7 -msgid "End session" -msgstr "세션 종료하기" - -#: authentik/core/templates/if/end_session.html:11 -#, python-format +#: authentik/core/sources/flow_manager.py +#, python-brace-format msgid "" -"\n" -"You've logged out of %(application)s.\n" +"Request to authenticate with {source} has been denied. Please authenticate " +"with the source you've previously signed up with." msgstr "" -"\n" -"%(application)s에서 로그아웃했습니다.\n" -#: authentik/core/templates/if/end_session.html:19 -#, python-format -msgid "" -"\n" -" You've logged out of %(application)s. You can go back to the overview to launch another application, or log out of your authentik account.\n" -" " +#: authentik/core/sources/flow_manager.py +msgid "Configured flow does not exist." +msgstr "구성된 플로우가 존재하지 않습니다." + +#: authentik/core/sources/flow_manager.py +#, python-brace-format +msgid "Successfully authenticated with {source}!" msgstr "" -"\n" -" %(application)s에서 로그아웃했습니다. 개요로 돌아가 다른 애플리케이션을 실행하거나 authentik 계정을 로그아웃할 수 있습니다.\n" -" " -#: authentik/core/templates/if/end_session.html:24 -msgid "Go back to overview" -msgstr "개요로 돌아가기" - -#: authentik/core/templates/if/end_session.html:26 -msgid "Log out of authentik" -msgstr "authentik에서 로그아웃" - -#: authentik/core/templates/if/end_session.html:30 -#, python-format -msgid "" -"\n" -" Log back into %(application)s\n" -" " +#: authentik/core/sources/flow_manager.py +#, python-brace-format +msgid "Successfully linked {source}!" msgstr "" -"\n" -" %(application)s(으)로 다시 로그인\n" -" " -#: authentik/core/templates/login/base_full.html:65 +#: authentik/core/sources/flow_manager.py +msgid "Source is not configured for enrollment." +msgstr "소스가 등록을 위해 구성되지 않았습니다." + +#: 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 "홈으로 가기" + +#: authentik/core/templates/login/base_full.html +#: authentik/flows/templates/if/flow-sfe.html msgid "Powered by authentik" -msgstr "authentik 제공" +msgstr "Powered by authentik" -#: authentik/crypto/api.py:132 +#: 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 "%(application)s에 로그인하려고 합니다." + +#: authentik/core/views/interface.py +msgid "Interface can only be accessed by internal users." +msgstr "" + +#: authentik/crypto/api.py msgid "Subject-alt name" msgstr "주체 대체 이름" -#: authentik/crypto/models.py:34 -msgid "PEM-encoded Certificate data" -msgstr "PEM으로 인코딩된 인증서 데이터" +#: authentik/crypto/builder.py +msgid "rsa" +msgstr "rsa" -#: authentik/crypto/models.py:37 +#: 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 인코딩된 인증서 데이터" + +#: authentik/crypto/models.py msgid "" "Optional Private Key. If this is set, you can use this keypair for " "encryption." -msgstr "개인 키(선택 사항)입니다. 이 옵션을 설정하면 이 키 쌍을 암호화에 사용할 수 있습니다." +msgstr "선택적 개인 키. 이 옵션을 설정하면 이 키쌍을 암호화에 사용할 수 있습니다." -#: authentik/crypto/models.py:100 +#: authentik/crypto/models.py msgid "Certificate-Key Pair" msgstr "인증서-키 쌍" -#: authentik/crypto/models.py:101 +#: authentik/crypto/models.py msgid "Certificate-Key Pairs" msgstr "인증서-키 쌍" -#: authentik/crypto/tasks.py:93 -#, python-format -msgid "Successfully imported %(count)d files." -msgstr "%(count)d 파일을 성공적으로 가져왔습니다." +#: authentik/crypto/tasks.py +msgid "Discover, import and update certificates from the filesystem." +msgstr "" -#: authentik/events/models.py:285 +#: 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 "디바이스 토큰" + +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Tokens" +msgstr "디바이스 토큰" + +#: 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/tasks.py +msgid "Sync endpoints." +msgstr "" + +#: authentik/enterprise/api.py +msgid "Enterprise is required to create/update this object." +msgstr "" + +#: authentik/enterprise/models.py +msgid "License" +msgstr "라이선스" + +#: authentik/enterprise/models.py +msgid "Licenses" +msgstr "라이선스" + +#: authentik/enterprise/models.py +msgid "License Usage" +msgstr "라이선스 사용" + +#: authentik/enterprise/models.py +msgid "License Usage Records" +msgstr "라이선스 사용 기록" + +#: 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 "확인하려는 필드 키, 프롬프트 스테이지에서 정의된 필드 키를 사용할 수 있습니다." + +#: 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 "비밀번호가 컨텍스트에 설정되지 않음" + +#: 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 "" + +#: authentik/enterprise/policy.py +msgid "Feature only accessible for internal users." +msgstr "" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider User" +msgstr "Google Workspace 공급자 사용자" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Users" +msgstr "Google Workspace 공급자 사용자" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Group" +msgstr "Google Workspace 공급자 그룹" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Groups" +msgstr "Google Workspace 공급자 그룹" + +#: 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 "그룹 생성/업데이트에 사용될 속성 매핑입니다." + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider" +msgstr "Google Workspace 공급자" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Providers" +msgstr "Google Workspace 공급자" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Mapping" +msgstr "Google Workspace 공급자 매핑" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Mappings" +msgstr "Google Workspace 공급자 매핑" + +#: authentik/enterprise/providers/google_workspace/tasks.py +msgid "Sync Google Workspace provider objects." +msgstr "Google Workspace 공급자 오브젝트 동기화." + +#: authentik/enterprise/providers/google_workspace/tasks.py +msgid "Full sync for Google Workspace provider." +msgstr "Google Workspace 공급자 전체 동기화." + +#: 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 공급자 사용자" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider Group" +msgstr "Microsoft Entra 공급자 그룹" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider Groups" +msgstr "Microsoft Entra 공급자 그룹" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider" +msgstr "Microsoft Entra 공급자" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Providers" +msgstr "Microsoft Entra 공급자" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider Mapping" +msgstr "Microsoft Entra 공급자 매핑" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider Mappings" +msgstr "Microsoft Entra 공급자 매핑" + +#: authentik/enterprise/providers/microsoft_entra/tasks.py +msgid "Sync Microsoft Entra provider objects." +msgstr "Microsoft Entra 공급자 오브젝트 동기화." + +#: authentik/enterprise/providers/microsoft_entra/tasks.py +msgid "Full sync for Microsoft Entra provider." +msgstr "Microsoft Entra 공급자 전체 동기화." + +#: 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 "서명 키" + +#: authentik/enterprise/providers/ssf/models.py +msgid "Key used to sign the SSF Events." +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "Shared Signals Framework Provider" +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "Shared Signals Framework Providers" +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "Add stream to SSF provider" +msgstr "SSF 공급자에 스트림 추가" + +#: authentik/enterprise/providers/ssf/models.py +msgid "SSF Stream" +msgstr "SSF 스트림" + +#: authentik/enterprise/providers/ssf/models.py +msgid "SSF Streams" +msgstr "SSF 스트림" + +#: authentik/enterprise/providers/ssf/models.py +msgid "SSF Stream Event" +msgstr "SSF 스트림 이벤트" + +#: authentik/enterprise/providers/ssf/models.py +msgid "SSF Stream Events" +msgstr "SSF 스트림 이벤트" + +#: authentik/enterprise/providers/ssf/tasks.py +msgid "Dispatch SSF events." +msgstr "" + +#: authentik/enterprise/providers/ssf/tasks.py +msgid "Send an SSF event." +msgstr "SSF 이벤트 전송." + +#: 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 "" + +#: 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 "" + +#: authentik/enterprise/stages/source/models.py +msgid "Source Stage" +msgstr "" + +#: authentik/enterprise/stages/source/models.py +msgid "Source Stages" +msgstr "" + +#: authentik/enterprise/tasks.py +msgid "Update enterprise license status." +msgstr "" + +#: authentik/events/models.py msgid "Event" -msgstr "이벤트" +msgstr "이력" -#: authentik/events/models.py:286 +#: authentik/events/models.py msgid "Events" -msgstr "이벤트" +msgstr "이력" -#: authentik/events/models.py:292 +#: authentik/events/models.py +msgid "authentik inbuilt notifications" +msgstr "authentik 내장 통지" + +#: authentik/events/models.py msgid "Generic Webhook" msgstr "일반 웹훅" -#: authentik/events/models.py:293 +#: authentik/events/models.py msgid "Slack Webhook (Slack/Discord)" msgstr "Slack 웹훅 (Slack/Discord)" -#: authentik/events/models.py:294 +#: authentik/events/models.py +#: authentik/stages/authenticator_validate/models.py msgid "Email" msgstr "이메일" -#: authentik/events/models.py:312 +#: authentik/events/models.py msgid "" "Only send notification once, for example when sending a webhook into a chat " "channel." -msgstr "알림을 한 번만 보냅니다. 예를 들어 채팅 채널에 웹훅을 보낼 때 알림을 한 번만 보냅니다." +msgstr "예를 들어 채팅 채널로 웹훅을 보낼 때 알림을 한 번만 보내세요." -#: authentik/events/models.py:357 +#: 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 "심각도" -#: authentik/events/models.py:362 +#: authentik/events/models.py msgid "Dispatched for user" -msgstr "유저를 위해 발송됨" +msgstr "사용자를 위해 발송됨" -#: authentik/events/models.py:439 +#: authentik/events/models.py +msgid "Event user" +msgstr "사용자 이력" + +#: authentik/events/models.py msgid "Notification Transport" -msgstr "알림 전송" +msgstr "통지 전송" -#: authentik/events/models.py:440 +#: authentik/events/models.py msgid "Notification Transports" -msgstr "알림 전송" +msgstr "통지 전송" -#: authentik/events/models.py:446 +#: authentik/events/models.py msgid "Notice" -msgstr "알림" +msgstr "통지" -#: authentik/events/models.py:447 +#: authentik/events/models.py msgid "Warning" msgstr "주의" -#: authentik/events/models.py:448 +#: authentik/events/models.py msgid "Alert" msgstr "경고" -#: authentik/events/models.py:468 +#: authentik/events/models.py msgid "Notification" -msgstr "알림" +msgstr "통지" -#: authentik/events/models.py:469 +#: authentik/events/models.py msgid "Notifications" -msgstr "알림" +msgstr "통지" -#: authentik/events/models.py:488 +#: 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 "" +"사용자에게 통지를 보내는 데 사용할 전송을 선택합니다. 아무것도 선택하지 않으면 통지는 authentik UI에만 표시됩니다." + +#: authentik/events/models.py msgid "Controls which severity level the created notifications will have." -msgstr "생성된 알림의 심각도 수준을 제어합니다." +msgstr "생성된 통지의 심각도 수준을 제어합니다." -#: authentik/events/models.py:508 +#: 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 "이 통지를 받고 표시할 사용자 그룹을 정의합니다. 비워 둘 경우 통지가 전송되지 않습니다." + +#: 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 "알림 규칙" +msgstr "통지 규칙" -#: authentik/events/models.py:509 +#: authentik/events/models.py msgid "Notification Rules" -msgstr "알림 규칙" +msgstr "통지 규칙" -#: authentik/events/models.py:530 -msgid "Notification Webhook Mapping" -msgstr "알림 웹훅 매핑" +#: authentik/events/models.py +msgid "Webhook Mapping" +msgstr "웹훅 매핑" -#: authentik/events/models.py:531 -msgid "Notification Webhook Mappings" -msgstr "알림 웹훅 매핑" +#: authentik/events/models.py +msgid "Webhook Mappings" +msgstr "웹훅 매핑" -#: authentik/events/monitored_tasks.py:197 -msgid "Task has not been run yet." -msgstr "작업이 아직 실행되지 않았습니다." +#: authentik/events/tasks.py +msgid "Dispatch new event notifications." +msgstr "" -#: authentik/flows/api/flows.py:350 -#, python-format -msgid "Flow not applicable to current user/request: %(messages)s" -msgstr "현재 유저/요청에는 흐름을 적용할 수 없습니다: %(messages)s" +#: authentik/events/tasks.py +msgid "" +"Check if policies attached to NotificationRule match event and dispatch " +"notification tasks." +msgstr "" -#: authentik/flows/models.py:107 +#: 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 "" + +#: authentik/flows/api/flows_diagram.py +#, python-brace-format +msgid "Policy ({type})" +msgstr "" + +#: authentik/flows/api/flows_diagram.py +#, python-brace-format +msgid "Binding {order}" +msgstr "" + +#: authentik/flows/api/flows_diagram.py +msgid "Policy passed" +msgstr "정책 통과됨" + +#: authentik/flows/api/flows_diagram.py +#, python-brace-format +msgid "Stage ({type})" +msgstr "" + +#: authentik/flows/api/flows_diagram.py +msgid "Policy denied" +msgstr "정책 거부됨" + +#: authentik/flows/api/flows_diagram.py +msgid "End of the flow" +msgstr "플로우 종료" + +#: authentik/flows/api/flows_diagram.py +msgid "Requirement not fulfilled" +msgstr "요구 사항 충족되지 않음" + +#: authentik/flows/api/flows_diagram.py +msgid "Flow authentication requirement" +msgstr "플로우 인증 요구 사항" + +#: authentik/flows/api/flows_diagram.py +msgid "Requirement fulfilled" +msgstr "요구 사항 충족됨" + +#: authentik/flows/api/flows_diagram.py +msgid "Pre-flow policies" +msgstr "사전 플로우 정책" + +#: authentik/flows/api/flows_diagram.py authentik/flows/models.py +msgid "Flow" +msgstr "플로우" + +#: authentik/flows/exceptions.py +msgid "Flow does not apply to current user." +msgstr "플로우가 현재 사용자에게 적용되지 않습니다." + +#: authentik/flows/models.py +#, python-brace-format +msgid "Dynamic In-memory stage: {doc}" +msgstr "" + +#: authentik/flows/models.py msgid "Visible in the URL." msgstr "URL에 표시됩니다." -#: authentik/flows/models.py:109 +#: authentik/flows/models.py msgid "Shown as the Title in Flow pages." -msgstr "흐름 페이지에서 제목으로 표시됩니다." +msgstr "플로우 페이지에서 타이틀로 표시됩니다." -#: authentik/flows/models.py:126 +#: 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 "" +"이 플로우가 사용되는 용도를 결정합니다. 예를 들어, 인증되지 않은 사용자가 authentik을 방문할 때 인증 플로우가 리디렉션됩니다." + +#: authentik/flows/models.py msgid "Background shown during execution" -msgstr "실행 중 배경" +msgstr "실행 중에 표시되는 배경" -#: authentik/flows/models.py:133 +#: authentik/flows/models.py msgid "" "Enable compatibility mode, increases compatibility with password managers on" " mobile devices." -msgstr "호환성 모드를 활성화하여 모바일 장치의 비밀번호 관리자와의 호환성을 향상시킵니다." +msgstr "호환성 모드를 활성화하면, 모바일 장치에서 비밀번호 관리자와의 호환성이 향상됩니다." -#: authentik/flows/models.py:178 -msgid "Flow" -msgstr "흐름" +#: authentik/flows/models.py +msgid "Configure what should happen when a flow denies access to a user." +msgstr "플로우가 사용자에게 액세스를 거부할 때 어떻게 처리할지 구성합니다." -#: authentik/flows/models.py:179 +#: authentik/flows/models.py +msgid "Required level of authentication and authorization to access a flow." +msgstr "플로우에 액세스하려면 필요한 인증 및 권한 수준입니다." + +#: authentik/flows/models.py msgid "Flows" -msgstr "흐름" +msgstr "플로우" -#: authentik/flows/models.py:209 -msgid "Evaluate policies when the Stage is present to the user." -msgstr "단계가 유저에게 표시될 때 정책을 심사합니다." +#: authentik/flows/models.py +msgid "Can export a Flow" +msgstr "플로우를 내보낼 수 있습니다." -#: authentik/flows/models.py:216 +#: authentik/flows/models.py +msgid "Can inspect a Flow's execution" +msgstr "플로우 실행을 검사할 수 있습니다." + +#: authentik/flows/models.py +msgid "View Flow's cache metrics" +msgstr "플로우의 캐시 메트릭 보기" + +#: authentik/flows/models.py +msgid "Clear Flow's cache metrics" +msgstr "플로우의 캐시 메트릭 삭제" + +#: authentik/flows/models.py +msgid "Evaluate policies during the Flow planning process." +msgstr "플로우 계획 프로세스 중에 정책을 평가할 수 있습니다." + +#: 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 "" -"흐름 실행자가 챌린지에 대한 잘못된 응답을 처리하는 방법을 구성합니다. RETRY는 오류 메시지와 유사한 챌린지를 실행자에게 반환합니다." -" RESTART는 흐름을 처음부터 다시 시작하고 RESTART_WITH_CONTEXT는 현재 컨텍스트를 유지하면서 흐름을 다시 " -"시작합니다." +"플로우 실행기가 챌린지에 대한 유효하지 않은 응답을 처리하는 방법을 구성합니다. RETRY는 오류 메시지와 유사한 챌린지를 실행기에 " +"반환합니다. RESTART는 플로우를 처음부터 다시 시작하고, RESTART_WITH_CONTEXT는 현재 컨텍스트를 유지하면서 플로우를" +" 다시 시작합니다." -#: authentik/flows/models.py:240 +#: authentik/flows/models.py msgid "Flow Stage Binding" -msgstr "흐름 단계 바인딩" +msgstr "플로우 스테이지 바인딩" -#: authentik/flows/models.py:241 +#: authentik/flows/models.py msgid "Flow Stage Bindings" -msgstr "흐름 단계 바인딩" +msgstr "플로우 스테이지 바인딩" -#: authentik/flows/models.py:291 +#: 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 "이 스테이지를 구성하는 데 사용되는 인증된 사용자의 플로우입니다. 비어 있으면 사용자가 이 스테이지를 구성할 수 없습니다." + +#: authentik/flows/models.py msgid "Flow Token" -msgstr "흐름 토큰" +msgstr "플로우 토큰" -#: authentik/flows/models.py:292 +#: authentik/flows/models.py msgid "Flow Tokens" -msgstr "흐름 토큰" +msgstr "플로우 토큰" -#: authentik/flows/templates/flows/error.html:12 -msgid "Whoops!" -msgstr "이런!" +#: authentik/flows/templates/if/flow.html +msgid "Site footer" +msgstr "" -#: authentik/flows/templates/flows/error.html:17 -msgid "Something went wrong! Please try again later." -msgstr "뭔가 잘못됐습니다! 나중에 다시 시도해 주십시오." +#: authentik/flows/views/executor.py +msgid "Invalid next URL" +msgstr "" -#: authentik/lib/utils/time.py:24 +#: 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의 형식이 'hours=3;minutes=1'의 올바른 형식이 아닙니다." +msgstr "%(value)s의 형식이 'hours=3;minutes=1'인 올바른 형식이 아닙니다." -#: authentik/managed/models.py:12 -msgid "Managed by authentik" -msgstr "authentik 관리" +#: authentik/lib/validators.py +#, python-brace-format +msgid "The fields {field_names} must be used together." +msgstr "{field_names} 필드는 함께 사용되어야 합니다." -#: authentik/outposts/api/service_connections.py:131 +#: authentik/outposts/api/service_connections.py msgid "" "You can only use an empty kubeconfig when connecting to a local cluster." -msgstr "로컬 클러스터에 연결할 때만 빈 kubeconfig를 사용할 수 있습니다." +msgstr "로컬 클러스터에 연결할 때만 빈 kubeconfig을 사용할 수 있습니다." -#: authentik/outposts/api/service_connections.py:139 +#: authentik/outposts/api/service_connections.py msgid "Invalid kubeconfig" -msgstr "올바르지 않은 kubeconfig" +msgstr "kubeconfig이 올바르지 않음" -#: authentik/outposts/models.py:151 +#: authentik/outposts/models.py +msgid "" +"If enabled, use the local connection. Required Docker socket/Kubernetes " +"Integration" +msgstr "활성화되면 로컬 연결을 사용합니다. 필요한 Docker 소켓/쿠버네티스 통합에 필요합니다" + +#: authentik/outposts/models.py msgid "Outpost Service-Connection" -msgstr "아웃포스트 서비스 연결" +msgstr "Outpost 서비스 연결" -#: authentik/outposts/models.py:152 +#: authentik/outposts/models.py msgid "Outpost Service-Connections" -msgstr "아웃포스트 서비스 연결" +msgstr "Outpost 서비스 연결" -#: authentik/outposts/models.py:188 +#: authentik/outposts/models.py +msgid "" +"Can be in the format of 'unix://' when connecting to a local docker " +"daemon, or 'https://:2376' when connecting to a remote system." +msgstr "" +"로컬 도커 데몬에 연결할 때는 'unix://' 형식, 원격 시스템에 연결할 때는 " +"'https://:2376' 형식일 수 있습니다." + +#: authentik/outposts/models.py +msgid "" +"CA which the endpoint's Certificate is verified against. Can be left empty " +"for no validation." +msgstr "엔드포인트의 인증서를 검증하는 CA입니다. 검증을 수행하지 않으려면 비워둘 수 있습니다." + +#: authentik/outposts/models.py msgid "" "Certificate/Key used for authentication. Can be left empty for no " "authentication." -msgstr "인증에 사용될 인증서/키입니다. 인증이 없으면 비워 둘 수 있습니다." +msgstr "인증에 사용되는 인증서/키입니다. 인증이 필요하지 않은 경우 비워 둘 수 있습니다." -#: authentik/outposts/models.py:201 +#: authentik/outposts/models.py msgid "Docker Service-Connection" -msgstr "Docker 서비스 연결" +msgstr "도커 서비스 연결" -#: authentik/outposts/models.py:202 +#: authentik/outposts/models.py msgid "Docker Service-Connections" -msgstr "Docker 서비스 연결" +msgstr "도커 서비스 연결" -#: authentik/outposts/models.py:227 +#: authentik/outposts/models.py +msgid "" +"Paste your kubeconfig here. authentik will automatically use the currently " +"selected context." +msgstr "여기에 kubeconfig를 붙여넣습니다. authentik은 자동으로 현재 선택된 컨텍스트를 사용합니다." + +#: authentik/outposts/models.py +msgid "Verify SSL Certificates of the Kubernetes API endpoint" +msgstr "Kubernetes API 엔드포인트의 SSL 인증서 확인" + +#: authentik/outposts/models.py msgid "Kubernetes Service-Connection" -msgstr "Kubernetes 서비스 연결" +msgstr "쿠버네티스 서비스 연결" -#: authentik/outposts/models.py:228 +#: authentik/outposts/models.py msgid "Kubernetes Service-Connections" -msgstr "Kubernetes 서비스 연결" +msgstr "쿠버네티스 서비스 연결" -#: authentik/policies/denied.py:24 +#: 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 "" +"이 Outpost를 관리하는 데 사용할 서비스 연결을 선택하십시오. authentik이 배포를 처리하지 않아야 하는 경우 비워 두십시오." + +#: authentik/outposts/models.py +msgid "Outpost" +msgstr "Outpost" + +#: authentik/outposts/models.py +msgid "Outposts" +msgstr "Outposts" + +#: 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 "액세스 거부됨" -#: authentik/policies/dummy/models.py:45 +#: authentik/policies/dummy/models.py msgid "Dummy Policy" msgstr "더미 정책" -#: authentik/policies/dummy/models.py:46 +#: authentik/policies/dummy/models.py msgid "Dummy Policies" msgstr "더미 정책" -#: authentik/policies/event_matcher/models.py:80 +#: 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 "선택한 응용 프로그램에서 생성된 이벤트와 일치시킵니다. 비워 둘 경우 모든 응용 프로그램이 일치합니다." + +#: 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 "" +"선택한 모델에서 생성된 이벤트와 일치시킵니다. 비워 두면 모든 모델이 일치합니다. 응용 프로그램이 선택된 경우 해당 응용 프로그램의 모든" +" 모델이 일치합니다." + +#: authentik/policies/event_matcher/api.py +msgid "At least one criteria must be set." +msgstr "기준을 하나 이상 설정해야 합니다." + +#: authentik/policies/event_matcher/models.py +msgid "" +"Match created events with this action type. When left empty, all action " +"types will be matched." +msgstr "생성된 이벤트를 이 액션 유형과 일치시킵니다. 비워두면 모든 액션 유형이 일치합니다." + +#: authentik/policies/event_matcher/models.py +msgid "" +"Matches Event's Client IP (strict matching, for network matching use an " +"Expression Policy)" +msgstr "이벤트의 클라이언트 IP와 일치시킵니다 (엄격한 일치, 네트워크 일치에는 표현식 정책을 사용하세요)." + +#: authentik/policies/event_matcher/models.py msgid "Event Matcher Policy" msgstr "이벤트 일치 정책" -#: authentik/policies/event_matcher/models.py:81 +#: authentik/policies/event_matcher/models.py msgid "Event Matcher Policies" msgstr "이벤트 일치 정책" -#: authentik/policies/expiry/models.py:46 -msgid "days" -msgstr "일" +#: authentik/policies/expiry/models.py +#, python-brace-format +msgid "Password expired {days} days ago. Please update your password." +msgstr "" -#: authentik/policies/expiry/models.py:49 +#: authentik/policies/expiry/models.py msgid "Password has expired." msgstr "비밀번호가 만료되었습니다." -#: authentik/policies/expiry/models.py:54 +#: authentik/policies/expiry/models.py msgid "Password Expiry Policy" msgstr "비밀번호 만료 정책" -#: authentik/policies/expiry/models.py:55 +#: authentik/policies/expiry/models.py msgid "Password Expiry Policies" msgstr "비밀번호 만료 정책" -#: authentik/policies/expression/models.py:41 +#: authentik/policies/expression/models.py msgid "Expression Policy" -msgstr "식 정책" +msgstr "정규표현식 정책" -#: authentik/policies/expression/models.py:42 +#: authentik/policies/expression/models.py msgid "Expression Policies" -msgstr "식 정책" +msgstr "정규표현식 정책" -#: authentik/policies/hibp/models.py:22 -#: authentik/policies/password/models.py:24 -msgid "Field key to check, field keys defined in Prompt stages are available." -msgstr "확인할 필드 키입니다. 프롬프트 단계에 정의된 필드 키를 사용할 수 있습니다." +#: authentik/policies/geoip/models.py +msgid "GeoIP: client IP not found in ASN database." +msgstr "" -#: authentik/policies/hibp/models.py:47 -#: authentik/policies/password/models.py:57 -msgid "Password not set in context" -msgstr "비밀번호가 컨텍스트에 설정되지 않음" +#: authentik/policies/geoip/models.py +msgid "Client IP is not part of an allowed autonomous system." +msgstr "" -#: authentik/policies/hibp/models.py:60 -#, python-format -msgid "Password exists on %(count)d online lists." -msgstr "비밀번호가 %(count)d개의 온라인 목록에 있습니다." +#: authentik/policies/geoip/models.py +msgid "GeoIP: client IP address not found in City database." +msgstr "" -#: authentik/policies/hibp/models.py:66 -msgid "Have I Been Pwned Policy" -msgstr "Have I Been Pwned 정책" +#: authentik/policies/geoip/models.py +msgid "Client IP is not in an allowed country." +msgstr "" -#: authentik/policies/hibp/models.py:67 -msgid "Have I Been Pwned Policies" -msgstr "Have I Been Pwned 정책" +#: authentik/policies/geoip/models.py +msgid "Distance from previous authentication is larger than threshold." +msgstr "" -#: authentik/policies/models.py:23 -msgid "ALL, all policies must pass" -msgstr "ALL, 모든 정책이 통과해야 함" +#: authentik/policies/geoip/models.py +msgid "Distance is further than possible." +msgstr "" -#: authentik/policies/models.py:25 -msgid "ANY, any policy must pass" -msgstr "ANY, 아무 정책이나 통과하면 됨" +#: authentik/policies/geoip/models.py +msgid "GeoIP Policy" +msgstr "" -#: authentik/policies/models.py:45 +#: authentik/policies/geoip/models.py +msgid "GeoIP Policies" +msgstr "" + +#: authentik/policies/models.py +msgid "all, all policies must pass" +msgstr "all, 모든 정책이 통과해야 함" + +#: authentik/policies/models.py +msgid "any, any policy must pass" +msgstr "any, 어떤 정책이라도 통과하면 됨" + +#: authentik/policies/models.py msgid "Policy Binding Model" msgstr "정책 바인딩 모델" -#: authentik/policies/models.py:46 +#: authentik/policies/models.py msgid "Policy Binding Models" msgstr "정책 바인딩 모델" -#: authentik/policies/models.py:85 +#: authentik/policies/models.py msgid "Negates the outcome of the policy. Messages are unaffected." msgstr "정책의 결과를 무효화합니다. 메시지는 영향을 받지 않습니다." -#: authentik/policies/models.py:88 +#: authentik/policies/models.py msgid "Timeout after which Policy execution is terminated." msgstr "시간을 초과하면 정책 실행을 종료합니다." -#: authentik/policies/models.py:141 +#: authentik/policies/models.py +msgid "Result if the Policy execution fails." +msgstr "정책 실행이 실패한 경우의 결과입니다." + +#: authentik/policies/models.py msgid "Policy Binding" msgstr "정책 바인딩" -#: authentik/policies/models.py:142 +#: authentik/policies/models.py msgid "Policy Bindings" msgstr "정책 바인딩" -#: authentik/policies/models.py:181 +#: 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 "이 옵션을 활성화하면 이 정책의 모든 실행이 기록됩니다. 기본적으로 실행 오류만 기록됩니다." + +#: authentik/policies/models.py msgid "Policy" msgstr "정책" -#: authentik/policies/models.py:182 +#: authentik/policies/models.py msgid "Policies" msgstr "정책" -#: authentik/policies/password/models.py:89 +#: 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 "비밀번호 해시가 허용되는 해시 횟수" + +#: authentik/policies/password/models.py +msgid "" +"If the zxcvbn score is equal or less than this value, the policy will fail." +msgstr "만약 zxcvbn 점수가 이 값과 같거나 이 값보다 작다면, 정책이 실패합니다." + +#: 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 "비밀번호가 너무 약합니다." + +#: authentik/policies/password/models.py msgid "Password Policy" msgstr "비밀번호 정책" -#: authentik/policies/password/models.py:90 +#: authentik/policies/password/models.py msgid "Password Policies" msgstr "비밀번호 정책" -#: authentik/policies/reputation/models.py:54 +#: authentik/policies/reputation/api.py +msgid "Either IP or Username must be checked" +msgstr "IP 또는 사용자명 중 하나를 선택해야 합니다." + +#: authentik/policies/reputation/models.py msgid "Reputation Policy" msgstr "평판 정책" -#: authentik/policies/reputation/models.py:55 +#: authentik/policies/reputation/models.py msgid "Reputation Policies" msgstr "평판 정책" -#: authentik/policies/templates/policies/denied.html:7 -#: authentik/policies/templates/policies/denied.html:11 +#: authentik/policies/reputation/models.py +msgid "Reputation Score" +msgstr "평판 점수" + +#: authentik/policies/reputation/models.py +msgid "Reputation Scores" +msgstr "평판 점수" + +#: 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 "권한 거부됨" -#: authentik/policies/templates/policies/denied.html:20 +#: authentik/policies/templates/policies/denied.html +msgid "User's avatar" +msgstr "사용자 아바타" + +#: authentik/policies/templates/policies/denied.html +msgid "Not you?" +msgstr "본인이 아닌가요?" + +#: authentik/policies/templates/policies/denied.html +msgid "Error" +msgstr "" + +#: authentik/policies/templates/policies/denied.html msgid "Request has been denied." msgstr "요청이 거부되었습니다." -#: authentik/policies/templates/policies/denied.html:31 +#: authentik/policies/templates/policies/denied.html msgid "Messages:" msgstr "메세지:" -#: authentik/policies/templates/policies/denied.html:41 +#: authentik/policies/templates/policies/denied.html msgid "Explanation:" msgstr "설명:" -#: authentik/policies/templates/policies/denied.html:45 +#: authentik/policies/templates/policies/denied.html #, python-format msgid "" "\n" @@ -595,877 +1651,2096 @@ msgstr "" " 정책 바인딩 '%(name)s'이(가) 결과 '%(result)s'을(를) 반환했습니다\n" " " -#: authentik/policies/views.py:68 +#: authentik/policies/views.py msgid "Failed to resolve application" msgstr "애플리케이션 확인 실패" -#: authentik/providers/ldap/models.py:25 +#: authentik/providers/ldap/models.py msgid "DN under which objects are accessible." msgstr "개체에 액세스할 수 있는 DN입니다." -#: authentik/providers/ldap/models.py:34 +#: authentik/providers/ldap/models.py msgid "" -"Users in this group can do search queries. If not set, every user can " -"execute search queries." -msgstr "이 그룹의 유저는 검색 쿼리를 실행할 수 있습니다. 설정되지 않은 경우 모든 유저가 검색 쿼리를 실행할 수 있습니다." - -#: authentik/providers/ldap/models.py:53 -msgid "" -"The start for uidNumbers, this number is added to the user.Pk to make sure " +"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 "" -"uidNumbers의 시작입니다. 이 숫자는 POSIX 유저에 비해 숫자가 너무 낮지 않도록 user.Pk에 추가됩니다. 기본값은 " -"2000으로 로컬 유저의 uidNumber와 충돌하지 않도록 합니다." +"UID의 시작값입니다. 이 숫자는 user.Pk에 추가되어 POSIX 사용자의 숫자가 너무 낮지 않도록 합니다. 기본값은 2000으로 " +"설정되어 로컬 사용자 UID와 충돌하지 않도록 합니다." -#: authentik/providers/ldap/models.py:62 +#: 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. " +"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 "" -"gidNumbers의 시작입니다. 이 숫자는 POSIX 그룹에 비해 숫자가 너무 낮지 않도록 group.Pk에서 생성된 숫자에 " -"추가됩니다. 기본값은 4000으로 로컬 그룹이나 유저 기본 그룹의 gidNumber와 충돌하지 않도록 합니다." +"GID의 시작값입니다. 이 숫자는 group.Pk에서 생성된 숫자에 추가되어 POSIX 그룹의 숫자가 너무 낮지 않도록 합니다. 기본값은" +" 4000으로 설정되어 로컬 그룹 또는 사용자의 기본 그룹 gidNumber와 충돌하지 않도록 합니다." -#: authentik/providers/ldap/models.py:97 +#: 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 "" +"이 옵션을 활성화하면, 비밀번호에 세미콜론과 TOTP 코드를 추가하여 코드 기반 멀티팩터 인증을 사용할 수 있습니다. 비밀번호에 " +"세미콜론이 포함되어 있으면 비밀번호가 거부될 수 있으므로, 이 공급자에 바인딩할 모든 사용자가 TOTP 디바이스를 구성한 경우에만 이 " +"기능을 사용하도록 설정해야 합니다." + +#: authentik/providers/ldap/models.py msgid "LDAP Provider" msgstr "LDAP 공급자" -#: authentik/providers/ldap/models.py:98 +#: authentik/providers/ldap/models.py msgid "LDAP Providers" msgstr "LDAP 공급자" -#: authentik/providers/oauth2/models.py:36 +#: 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 "해시된 사용자 ID 기반" + +#: authentik/providers/oauth2/constants.py +msgid "Based on user ID" +msgstr "사용자 ID 기반" + +#: authentik/providers/oauth2/constants.py +msgid "Based on user UUID" +msgstr "사용자 UUID 기반" + +#: authentik/providers/oauth2/constants.py +msgid "Based on the username" +msgstr "사용자명 기반" + +#: authentik/providers/oauth2/constants.py +msgid "Based on the User's Email. This is recommended over the UPN method." +msgstr "사용자 이메일 기반. 이 방법은 UPN 방법보다 권장됩니다." + +#: 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 "" +"사용자의 UPN을 기반으로 하며, 사용자에게 'upn' 특성이 설정되어 있는 경우에만 작동합니다. 이 방법은 UPN과 메일 도메인이 다른" +" 경우에만 사용하세요." + +#: authentik/providers/oauth2/models.py msgid "Confidential" msgstr "컨피덴셜" -#: authentik/providers/oauth2/models.py:37 +#: authentik/providers/oauth2/models.py msgid "Public" msgstr "공개" -#: authentik/providers/oauth2/models.py:51 -msgid "Based on the Hashed User ID" -msgstr "해시된 유저 ID 기반" - -#: authentik/providers/oauth2/models.py:52 -msgid "Based on the username" -msgstr "유저네임 기반" - -#: authentik/providers/oauth2/models.py:55 -msgid "Based on the User's Email. This is recommended over the UPN method." -msgstr "유저 이메일 기반. 이 방법은 UPN 방법보다 권장됩니다." - -#: authentik/providers/oauth2/models.py:71 +#: authentik/providers/oauth2/models.py msgid "Same identifier is used for all providers" msgstr "모든 공급자에 대해 동일한 식별자가 사용됨" -#: authentik/providers/oauth2/models.py:73 +#: authentik/providers/oauth2/models.py msgid "Each provider has a different issuer, based on the application slug." msgstr "각 공급자는 애플리케이션 슬러그를 기반으로 서로 다른 발급자를 가짐" -#: authentik/providers/oauth2/models.py:80 +#: 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 (인증 코드 흐름)" +msgstr "code (인증 코드 플로우)" -#: authentik/providers/oauth2/models.py:81 +#: authentik/providers/oauth2/models.py msgid "id_token (Implicit Flow)" -msgstr "id_token (암시적 흐름)" +msgstr "id_token (암시적 플로우)" -#: authentik/providers/oauth2/models.py:82 +#: authentik/providers/oauth2/models.py msgid "id_token token (Implicit Flow)" -msgstr "id_token token (암시적 흐름)" +msgstr "id_token token (암시적 플로우)" -#: authentik/providers/oauth2/models.py:83 +#: authentik/providers/oauth2/models.py msgid "code token (Hybrid Flow)" -msgstr "code token (하이브리드 흐름)" +msgstr "code token (하이브리드 플로우)" -#: authentik/providers/oauth2/models.py:84 +#: authentik/providers/oauth2/models.py msgid "code id_token (Hybrid Flow)" -msgstr "code id_token (하이브리드 흐름)" +msgstr "code id_token (하이브리드 플로우)" -#: authentik/providers/oauth2/models.py:85 +#: authentik/providers/oauth2/models.py msgid "code id_token token (Hybrid Flow)" -msgstr "code id_token token (하이브리드 흐름)" +msgstr "code id_token token (하이브리드 플로우)" -#: authentik/providers/oauth2/models.py:91 +#: authentik/providers/oauth2/models.py msgid "HS256 (Symmetric Encryption)" msgstr "HS256 (대칭 암호화)" -#: authentik/providers/oauth2/models.py:92 +#: authentik/providers/oauth2/models.py msgid "RS256 (Asymmetric Encryption)" msgstr "RS256 (비대칭 암호화)" -#: authentik/providers/oauth2/models.py:93 +#: authentik/providers/oauth2/models.py msgid "ES256 (Asymmetric Encryption)" msgstr "ES256 (비대칭 암호화)" -#: authentik/providers/oauth2/models.py:99 +#: 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 "클라이언트에서 사용할 스코프" -#: authentik/providers/oauth2/models.py:125 +#: authentik/providers/oauth2/models.py +msgid "" +"Description shown to the user when consenting. If left empty, the user won't" +" be informed." +msgstr "동의할 때 사용자에게 표시되는 설명입니다. 비워두면 사용자에게 통지가 표시되지 않습니다." + +#: authentik/providers/oauth2/models.py msgid "Scope Mapping" msgstr "스코프 매핑" -#: authentik/providers/oauth2/models.py:126 +#: authentik/providers/oauth2/models.py msgid "Scope Mappings" msgstr "스코프 매핑" -#: authentik/providers/oauth2/models.py:136 +#: authentik/providers/oauth2/models.py msgid "Client Type" msgstr "클라이언트 유형" -#: authentik/providers/oauth2/models.py:142 +#: authentik/providers/oauth2/models.py +msgid "" +"Confidential clients are capable of maintaining the confidentiality of their" +" credentials. Public clients are incapable" +msgstr "기밀 클라이언트는 자격 증명의 기밀을 유지할 수 있습니다. 공개 클라이언트는 불가능" + +#: authentik/providers/oauth2/models.py msgid "Client ID" msgstr "클라이언트 ID" -#: authentik/providers/oauth2/models.py:148 +#: authentik/providers/oauth2/models.py msgid "Client Secret" msgstr "클라이언트 Secret" -#: authentik/providers/oauth2/models.py:154 +#: authentik/providers/oauth2/models.py msgid "Redirect URIs" msgstr "리다이렉트 URI" -#: authentik/providers/oauth2/models.py:155 -msgid "Enter each URI on a new line." -msgstr "각 행마다 URI를 입력하세요." +#: authentik/providers/oauth2/models.py +msgid "Logout URI" +msgstr "" -#: authentik/providers/oauth2/models.py:160 +#: 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 "id_token에 클레임 포함" -#: authentik/providers/oauth2/models.py:208 -msgid "RSA Key" -msgstr "RSA 키" - -#: authentik/providers/oauth2/models.py:212 +#: authentik/providers/oauth2/models.py msgid "" -"Key used to sign the tokens. Only required when JWT Algorithm is set to " -"RS256." -msgstr "토큰에 서명하는 데 사용되는 키입니다. JWT 알고리즘이 RS256으로 설정된 경우에만 필요합니다." +"Include User claims from scopes in the id_token, for applications that don't" +" access the userinfo endpoint." +msgstr "사용자 정보 엔드포인트에 액세스하지 않는 애플리케이션의 경우, 범위의 사용자 선언을 Id_token에 포함하세요." -#: authentik/providers/oauth2/models.py:291 +#: 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 "현재 시간 이후로 이 값 (형식: hours=1;minutes=2;seconds=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 "현재 시간 이후로 이 값 (형식: hours=1;minutes=2;seconds=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 "고유 사용자 식별자로 사용할 데이터를 구성합니다. 대부분의 경우 기본값을 사용해도 무방합니다." + +#: authentik/providers/oauth2/models.py +msgid "Configure how the issuer field of the ID Token should be filled." +msgstr "ID 토큰의 발급자 필드를 채우는 방법을 구성합니다." + +#: 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 "선택한 소스의 JWK로 서명된 모든 JWT는 인증에 사용될 수 있습니다." + +#: authentik/providers/oauth2/models.py msgid "OAuth2/OpenID Provider" msgstr "OAuth2/OpenID 공급자" -#: authentik/providers/oauth2/models.py:292 +#: authentik/providers/oauth2/models.py msgid "OAuth2/OpenID Providers" msgstr "OAuth2/OpenID 공급자" -#: authentik/providers/oauth2/models.py:300 +#: authentik/providers/oauth2/models.py msgid "Scopes" msgstr "스코프" -#: authentik/providers/oauth2/models.py:319 +#: authentik/providers/oauth2/models.py msgid "Code" msgstr "코드" -#: authentik/providers/oauth2/models.py:320 +#: authentik/providers/oauth2/models.py msgid "Nonce" msgstr "Nonce" -#: authentik/providers/oauth2/models.py:321 -msgid "Is Authentication?" -msgstr "인증입니까?" - -#: authentik/providers/oauth2/models.py:322 +#: authentik/providers/oauth2/models.py msgid "Code Challenge" msgstr "코드 챌린지" -#: authentik/providers/oauth2/models.py:324 +#: authentik/providers/oauth2/models.py msgid "Code Challenge Method" msgstr "코드 챌린지 메서드" -#: authentik/providers/oauth2/models.py:338 +#: authentik/providers/oauth2/models.py msgid "Authorization Code" msgstr "인증 코드" -#: authentik/providers/oauth2/models.py:339 +#: authentik/providers/oauth2/models.py msgid "Authorization Codes" msgstr "인증 코드" -#: authentik/providers/oauth2/models.py:382 -msgid "Access Token" -msgstr "액세스 토큰" +#: authentik/providers/oauth2/models.py +msgid "OAuth2 Access Token" +msgstr "OAuth2 액세스 토큰" -#: authentik/providers/oauth2/models.py:383 -msgid "Refresh Token" -msgstr "리프레시 토큰" +#: authentik/providers/oauth2/models.py +msgid "OAuth2 Access Tokens" +msgstr "OAuth2 액세스 토큰" -#: authentik/providers/oauth2/models.py:384 +#: authentik/providers/oauth2/models.py msgid "ID Token" msgstr "ID 토큰" -#: authentik/providers/oauth2/models.py:387 -msgid "OAuth2 Token" -msgstr "OAuth2 토큰" +#: authentik/providers/oauth2/models.py +msgid "OAuth2 Refresh Token" +msgstr "OAuth2 토큰 새로고침" -#: authentik/providers/oauth2/models.py:388 -msgid "OAuth2 Tokens" -msgstr "OAuth2 토큰" +#: authentik/providers/oauth2/models.py +msgid "OAuth2 Refresh Tokens" +msgstr "OAuth2 토큰 새로고침" -#: authentik/providers/oauth2/views/authorize.py:458 -#: authentik/providers/saml/views/sso.py:69 -#, python-format -msgid "You're about to sign into %(application)s." -msgstr "%(application)s에 로그인하려고 합니다." +#: authentik/providers/oauth2/tasks.py +msgid "Send a back-channel logout request to the registered client" +msgstr "" -#: authentik/providers/proxy/models.py:52 +#: 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 "유효하지 않은 코드" + +#: authentik/providers/oauth2/views/userinfo.py +msgid "GitHub Compatibility: Access your User Information" +msgstr "GitHub Compatibility: 사용자 정보에 액세스" + +#: authentik/providers/oauth2/views/userinfo.py +msgid "GitHub Compatibility: Access you Email addresses" +msgstr "GitHub Compatibility: 이메일 주소에 액세스" + +#: authentik/providers/oauth2/views/userinfo.py +msgid "GitHub Compatibility: Access your Groups" +msgstr "GitHub Compatibility 그룹 정보에 액세스" + +#: authentik/providers/proxy/api.py +msgid "User and password attributes must be set when basic auth is enabled." +msgstr "기본 인증이 활성화된 경우 사용자 및 비밀번호 특성을 설정해야 합니다." + +#: authentik/providers/proxy/api.py +msgid "Internal host cannot be empty when forward auth is disabled." +msgstr "전달 인증이 비활성화되면 내부 호스트를 비울 수 없습니다." + +#: 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 "업스트림 서버의 SSL 인증서 유효성 검사" -#: authentik/providers/proxy/models.py:53 +#: authentik/providers/proxy/models.py msgid "Internal host SSL Validation" msgstr "내부 호스트 SSL 유효성 검사" -#: authentik/providers/proxy/models.py:59 +#: authentik/providers/proxy/models.py msgid "" "Enable support for forwardAuth in traefik and nginx auth_request. Exclusive " "with internal_host." msgstr "" "traefik과 nginx auth_request의 forwardAuth 지원을 사용합니다. internal_host는 제외입니다." -#: authentik/providers/proxy/models.py:77 +#: 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 "인증이 필요하지 않은 정규 표현식. 각 새 줄은 새 표현식으로 해석됩니다." + +#: authentik/providers/proxy/models.py +msgid "" +"When enabled, this provider will intercept the authorization header and " +"authenticate requests based on its value." +msgstr "활성화하면 이 공급자는 권한 부여 헤더를 가로채고 그 값에 따라 요청을 인증합니다." + +#: authentik/providers/proxy/models.py msgid "Set HTTP-Basic Authentication" msgstr "HTTP-Basic 인증 설정" -#: authentik/providers/proxy/models.py:79 +#: authentik/providers/proxy/models.py msgid "" "Set a custom HTTP-Basic Authentication header based on values from " "authentik." msgstr "authentik의 값을 기반으로 커스텀 HTTP-Basic 인증 헤더를 설정합니다." -#: authentik/providers/proxy/models.py:84 +#: authentik/providers/proxy/models.py msgid "HTTP-Basic Username Key" -msgstr "HTTP-Basic 유저네임 키" +msgstr "HTTP-Basic 사용자명 키" -#: authentik/providers/proxy/models.py:94 +#: 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 "" +"HTTP-Basic 헤더의 사용자 부분에 사용되는 사용자/그룹 속성입니다. 설정하지 않으면 사용자의 이메일 주소가 사용됩니다." + +#: authentik/providers/proxy/models.py msgid "HTTP-Basic Password Key" msgstr "HTTP-Basic 비밀번호 키" -#: authentik/providers/proxy/models.py:149 +#: authentik/providers/proxy/models.py +msgid "" +"User/Group Attribute used for the password part of the HTTP-Basic Header." +msgstr "HTTP-Basic 헤더의 비밀번호 부분에 사용되는 사용자/그룹 속성입니다." + +#: authentik/providers/proxy/models.py msgid "Proxy Provider" msgstr "프록시 공급자" -#: authentik/providers/proxy/models.py:150 +#: authentik/providers/proxy/models.py msgid "Proxy Providers" msgstr "프록시 공급자" -#: authentik/providers/saml/api.py:176 +#: 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 "" +"세션이 지속되는 시간을 결정합니다. 기본값인 0초는 브라우저가 닫힐 때까지 세션이 지속된다는 의미입니다. (서식: " +"hours=-1;minutes=-2;seconds=-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 "" + +#: authentik/providers/rac/models.py +msgid "RAC Providers" +msgstr "" + +#: authentik/providers/rac/models.py +msgid "RAC Endpoint" +msgstr "" + +#: authentik/providers/rac/models.py +msgid "RAC Endpoints" +msgstr "" + +#: 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 "" + +#: authentik/providers/rac/models.py +msgid "RAC Connection tokens" +msgstr "" + +#: authentik/providers/rac/views.py +msgid "Maximum connection limit reached." +msgstr "" + +#: authentik/providers/rac/views.py +msgid "(You are already connected in another tab/window)" +msgstr "" + +#: authentik/providers/radius/models.py +msgid "Shared secret between clients and server to hash packets." +msgstr "클라이언트와 서버가 패킷을 해시하기 위해 공유하는 비밀입니다." + +#: 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 "" +"클라이언트가 연결할 수 있는 CIDR 목록(쉼표로 구분). 더 구체적인 CIDR은 더 일반적인 CIDR 앞에 매칭됩니다. 지정되지 않은 " +"CIDR에서 연결된 클라이언트는 드롭됩니다." + +#: authentik/providers/radius/models.py +msgid "Radius Provider" +msgstr "Radius 공급자" + +#: authentik/providers/radius/models.py +msgid "Radius Providers" +msgstr "Radius 공급자" + +#: 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 "올바르지 않은 XML 구문" -#: authentik/providers/saml/api.py:186 -#, python-format -msgid "Failed to import Metadata: %(message)s" -msgstr "메타데이터를 가져오지 못했습니다: %(message)s" +#: authentik/providers/saml/api/providers.py +#, python-brace-format +msgid "Failed to import Metadata: {messages}" +msgstr "" -#: authentik/providers/saml/models.py:38 +#: authentik/providers/saml/models.py msgid "ACS URL" msgstr "ACS URL" -#: authentik/providers/saml/models.py:49 -msgid "Also known as EntityID" -msgstr "EntityID라고도 합니다." - -#: authentik/providers/saml/models.py:53 +#: authentik/providers/saml/models.py msgid "Service Provider Binding" msgstr "서비스 공급자 바인딩" -#: authentik/providers/saml/models.py:65 +#: authentik/providers/saml/models.py +msgid "" +"This determines how authentik sends the response back to the Service " +"Provider." +msgstr "이는 Authentik이 응답을 서비스 제공자에게 다시 전송하는 방식을 결정합니다." + +#: 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 "어설션의 대상 제한 필드의 값입니다. 비워두면 대상 제한이 추가되지 않습니다." + +#: authentik/providers/saml/models.py +msgid "Also known as EntityID" +msgstr "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 "NameID 속성 매핑" -#: authentik/providers/saml/models.py:109 authentik/sources/saml/models.py:128 +#: 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 "NameID 값이 어떻게 생성될지 구성합니다. 비워 둘 경우, 들어오는 요청의 NameIDPolicy을 고려합니다." + +#: 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 "어설션이 현재 시간 + 이 값 이후에만 유효합니다 (형식: hours=-1;minutes=-2;seconds=-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 "어설션이 현재 시간 + 이 값 이전에만 유효합니다 (형식: hours=1;minutes=2;seconds=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 "세션이 현재 시간 + 이 값 이전에만 유효합니다 (형식: hours=1;minutes=2;seconds=3)." + +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "SHA1" msgstr "SHA1" -#: authentik/providers/saml/models.py:110 authentik/sources/saml/models.py:129 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "SHA256" msgstr "SHA256" -#: authentik/providers/saml/models.py:111 authentik/sources/saml/models.py:130 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "SHA384" msgstr "SHA384" -#: authentik/providers/saml/models.py:112 authentik/sources/saml/models.py:131 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "SHA512" msgstr "SHA512" -#: authentik/providers/saml/models.py:119 authentik/sources/saml/models.py:138 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "RSA-SHA1" msgstr "RSA-SHA1" -#: authentik/providers/saml/models.py:120 authentik/sources/saml/models.py:139 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "RSA-SHA256" msgstr "RSA-SHA256" -#: authentik/providers/saml/models.py:121 authentik/sources/saml/models.py:140 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "RSA-SHA384" msgstr "RSA-SHA384" -#: authentik/providers/saml/models.py:122 authentik/sources/saml/models.py:141 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "RSA-SHA512" msgstr "RSA-SHA512" -#: authentik/providers/saml/models.py:123 authentik/sources/saml/models.py:142 +#: 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:140 +#: 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 "" +"이 옵션을 선택하면 들어오는 어설션의 서명이 이 인증서에 대해 유효성을 검사합니다. 서명되지 않은 요청을 허용하려면 기본값으로 둡니다." + +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "Verification Certificate" msgstr "검증 인증서" -#: authentik/providers/saml/models.py:148 +#: authentik/providers/saml/models.py msgid "Keypair used to sign outgoing Responses going to the Service Provider." msgstr "서비스 공급자에게 보내는 응답에 서명하는 데 사용되는 키 쌍입니다." -#: authentik/providers/saml/models.py:150 authentik/sources/saml/models.py:118 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "Signing Keypair" msgstr "서명 키 쌍" -#: authentik/providers/saml/models.py:180 +#: 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 "IDP-initiated 로그인에 대한 기본 relay_state 값" + +#: authentik/providers/saml/models.py msgid "SAML Provider" msgstr "SAML 공급자" -#: authentik/providers/saml/models.py:181 +#: authentik/providers/saml/models.py msgid "SAML Providers" msgstr "SAML 공급자" -#: authentik/providers/saml/models.py:206 -msgid "SAML Property Mapping" -msgstr "SAML 속성 매핑" +#: authentik/providers/saml/models.py +msgid "SAML Provider Property Mapping" +msgstr "" -#: authentik/providers/saml/models.py:207 -msgid "SAML Property Mappings" -msgstr "SAML 속성 매핑" +#: authentik/providers/saml/models.py +msgid "SAML Provider Property Mappings" +msgstr "" -#: authentik/recovery/management/commands/create_admin_group.py:11 +#: authentik/providers/saml/models.py +msgid "SAML Provider from Metadata" +msgstr "SAML 공급자 메타데이터" + +#: 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 "" + +#: 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 "SCIM 요청에 대한 기본 URL은, 일반적으로 /v2로 끝납니다" + +#: authentik/providers/scim/models.py +msgid "Authentication token" +msgstr "인증 토큰" + +#: 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 "SCIM Provider" +msgstr "SCIM 공급자" + +#: authentik/providers/scim/models.py +msgid "SCIM Providers" +msgstr "SCIM 공급자" + +#: 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/recovery/management/commands/create_admin_group.py msgid "Create admin group if the default group gets deleted." msgstr "기본 그룹이 삭제되면 관리자 그룹을 만듭니다." -#: authentik/recovery/management/commands/create_recovery_key.py:17 +#: authentik/recovery/management/commands/create_recovery_key.py msgid "Create a Key which can be used to restore access to authentik." msgstr "authentik에 대한 액세스를 복원하는 데 사용할 수 있는 키를 만듭니다." -#: authentik/recovery/views.py:24 +#: authentik/recovery/views.py msgid "Used recovery-link to authenticate." msgstr "인증하는 데 복구 링크를 사용합니다." -#: authentik/sources/ldap/models.py:32 +#: 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 "서버 URI" -#: authentik/sources/ldap/models.py:40 +#: authentik/sources/ldap/models.py msgid "" "Optionally verify the LDAP Server's Certificate against the CA Chain in this" " keypair." msgstr "선택적으로 이 키 쌍의 CA 체인에 대해 LDAP 서버의 인증서를 인증합니다." -#: authentik/sources/ldap/models.py:45 +#: authentik/sources/ldap/models.py +msgid "" +"Client certificate to authenticate against the LDAP Server's Certificate." +msgstr "클라이언트 인증서를 사용하여 LDAP 서버의 인증서에 대해 인증합니다." + +#: authentik/sources/ldap/models.py msgid "Bind CN" msgstr "Bind CN" -#: authentik/sources/ldap/models.py:47 +#: authentik/sources/ldap/models.py msgid "Enable Start TLS" msgstr "TLS 시작 활성화" -#: authentik/sources/ldap/models.py:49 +#: authentik/sources/ldap/models.py +msgid "Use Server URI for SNI verification" +msgstr "SNI 확인에 서버 URI 사용" + +#: authentik/sources/ldap/models.py msgid "Base DN" msgstr "Base DN" -#: authentik/sources/ldap/models.py:51 +#: authentik/sources/ldap/models.py msgid "Prepended to Base DN for User-queries." -msgstr "유저 쿼리의 Base DN 앞에 추가됩니다." +msgstr "사용자 쿼리의 Base DN 앞에 추가됩니다." -#: authentik/sources/ldap/models.py:52 +#: authentik/sources/ldap/models.py msgid "Addition User DN" -msgstr "추가 유저 DN" +msgstr "추가 사용자 DN" -#: authentik/sources/ldap/models.py:56 +#: authentik/sources/ldap/models.py msgid "Prepended to Base DN for Group-queries." msgstr "그룹 쿼리의 Base DN 앞에 추가됩니다." -#: authentik/sources/ldap/models.py:57 +#: authentik/sources/ldap/models.py msgid "Addition Group DN" msgstr "추가 그룹 DN" -#: authentik/sources/ldap/models.py:63 +#: authentik/sources/ldap/models.py msgid "Consider Objects matching this filter to be Users." -msgstr "이 필터와 일치하는 개체를 유저로 간주합니다." +msgstr "이 필터와 일치하는 개체를 사용자로 간주합니다." -#: authentik/sources/ldap/models.py:66 +#: 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 "그룹의 구성원을 포함하는 필드입니다." -#: authentik/sources/ldap/models.py:70 +#: authentik/sources/ldap/models.py msgid "Consider Objects matching this filter to be Groups." msgstr "이 필터와 일치하는 개체를 그룹으로 간주합니다." -#: authentik/sources/ldap/models.py:73 +#: authentik/sources/ldap/models.py msgid "Field which contains a unique Identifier." msgstr "고유 식별자를 포함하는 필드입니다." -#: authentik/sources/ldap/models.py:80 -msgid "Property mappings used for group creation/updating." -msgstr "그룹 생성/업데이트에 사용될 속성 매핑입니다." +#: authentik/sources/ldap/models.py +msgid "Update internal authentik password when login succeeds with LDAP" +msgstr "" -#: authentik/sources/ldap/models.py:145 +#: 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 "사용자가 비밀번호를 변경하면 LDAP로 다시 동기화합니다. 이 기능은 단일의 LDAP 소스에서만 활성화할 수 있습니다." + +#: 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 "LDAP Source" msgstr "LDAP 소스" -#: authentik/sources/ldap/models.py:146 +#: authentik/sources/ldap/models.py msgid "LDAP Sources" msgstr "LDAP 소스" -#: authentik/sources/ldap/models.py:169 -msgid "LDAP Property Mapping" -msgstr "LDAP 속성 매핑" +#: authentik/sources/ldap/models.py +msgid "LDAP Source Property Mapping" +msgstr "" -#: authentik/sources/ldap/models.py:170 -msgid "LDAP Property Mappings" -msgstr "LDAP 속성 매핑" +#: authentik/sources/ldap/models.py +msgid "LDAP Source Property Mappings" +msgstr "" -#: authentik/sources/ldap/signals.py:58 +#: 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 "비밀번호가 Active Directory 복잡도와 일치하지 않습니다." -#: authentik/sources/oauth/models.py:24 +#: 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 "수신된 토큰이 없습니다." + +#: 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" -#: authentik/sources/oauth/models.py:26 +#: authentik/sources/oauth/models.py msgid "" "URL used to request the initial token. This URL is only required for OAuth " "1." msgstr "초기 토큰을 요청하는 데 사용되는 URL입니다. 이 URL은 OAuth 1에만 필요합니다." -#: authentik/sources/oauth/models.py:32 +#: authentik/sources/oauth/models.py msgid "Authorization URL" msgstr "인증 URL" -#: authentik/sources/oauth/models.py:33 +#: authentik/sources/oauth/models.py msgid "URL the user is redirect to to conest the flow." -msgstr "흐름에 동의하기 위해 유저가 리다이렉트되는 URL입니다." +msgstr "사용자가 플로우에 이의를 제기하기 위해 리디렉션되는 URL입니다." -#: authentik/sources/oauth/models.py:38 +#: authentik/sources/oauth/models.py msgid "Access Token URL" msgstr "액세스 토큰 URL" -#: authentik/sources/oauth/models.py:39 +#: authentik/sources/oauth/models.py msgid "URL used by authentik to retrieve tokens." -msgstr "authentik이 토큰을 검색하는 데 사용하는 URL입니다." +msgstr "토큰을 검색하기 위해 authentik에서 사용하는 URL입니다." -#: authentik/sources/oauth/models.py:44 +#: authentik/sources/oauth/models.py msgid "Profile URL" msgstr "프로필 URL" -#: authentik/sources/oauth/models.py:45 +#: authentik/sources/oauth/models.py msgid "URL used by authentik to get user information." -msgstr "authentik이 유저 정보를 가져오는 데 사용하는 URL입니다." +msgstr "사용자 정보를 가져오기 위해 authentik에서 사용하는 URL입니다." -#: authentik/sources/oauth/models.py:97 +#: authentik/sources/oauth/models.py +msgid "Additional Scopes" +msgstr "추가 스코프" + +#: 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 소스" -#: authentik/sources/oauth/models.py:98 +#: authentik/sources/oauth/models.py msgid "OAuth Sources" msgstr "OAuth 소스" -#: authentik/sources/oauth/models.py:107 +#: authentik/sources/oauth/models.py msgid "GitHub OAuth Source" msgstr "GitHub OAuth 소스" -#: authentik/sources/oauth/models.py:108 +#: authentik/sources/oauth/models.py msgid "GitHub OAuth Sources" msgstr "GitHub OAuth 소스" -#: authentik/sources/oauth/models.py:117 +#: 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 소스" + +#: authentik/sources/oauth/models.py +msgid "Twitch OAuth Sources" +msgstr "Twitch OAuth 소스" + +#: authentik/sources/oauth/models.py +msgid "Mailcow OAuth Source" +msgstr "Mailcow OAuth 소스" + +#: authentik/sources/oauth/models.py +msgid "Mailcow OAuth Sources" +msgstr "Mailcow OAuth 소스" + +#: authentik/sources/oauth/models.py msgid "Twitter OAuth Source" msgstr "Twitter OAuth 소스" -#: authentik/sources/oauth/models.py:118 +#: authentik/sources/oauth/models.py msgid "Twitter OAuth Sources" msgstr "Twitter OAuth 소스" -#: authentik/sources/oauth/models.py:127 +#: authentik/sources/oauth/models.py msgid "Facebook OAuth Source" msgstr "Facebook OAuth 소스" -#: authentik/sources/oauth/models.py:128 +#: authentik/sources/oauth/models.py msgid "Facebook OAuth Sources" msgstr "Facebook OAuth 소스" -#: authentik/sources/oauth/models.py:137 +#: authentik/sources/oauth/models.py msgid "Discord OAuth Source" msgstr "Discord OAuth 소스" -#: authentik/sources/oauth/models.py:138 +#: authentik/sources/oauth/models.py msgid "Discord OAuth Sources" msgstr "Discord OAuth 소스" -#: authentik/sources/oauth/models.py:147 +#: authentik/sources/oauth/models.py +msgid "Patreon OAuth Source" +msgstr "Patreon OAuth 소스" + +#: authentik/sources/oauth/models.py +msgid "Patreon OAuth Sources" +msgstr "Patreon OAuth 소스" + +#: authentik/sources/oauth/models.py msgid "Google OAuth Source" msgstr "Google OAuth 소스" -#: authentik/sources/oauth/models.py:148 +#: authentik/sources/oauth/models.py msgid "Google OAuth Sources" msgstr "Google OAuth 소스" -#: authentik/sources/oauth/models.py:157 +#: authentik/sources/oauth/models.py msgid "Azure AD OAuth Source" msgstr "Azure AD OAuth 소스" -#: authentik/sources/oauth/models.py:158 +#: authentik/sources/oauth/models.py msgid "Azure AD OAuth Sources" msgstr "Azure AD OAuth 소스" -#: authentik/sources/oauth/models.py:167 +#: 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 소스" -#: authentik/sources/oauth/models.py:168 +#: authentik/sources/oauth/models.py msgid "OpenID OAuth Sources" msgstr "OpenID OAuth 소스" -#: authentik/sources/oauth/models.py:177 +#: authentik/sources/oauth/models.py msgid "Apple OAuth Source" msgstr "Apple OAuth 소스" -#: authentik/sources/oauth/models.py:178 +#: authentik/sources/oauth/models.py msgid "Apple OAuth Sources" msgstr "Apple OAuth 소스" -#: authentik/sources/oauth/models.py:187 +#: authentik/sources/oauth/models.py msgid "Okta OAuth Source" msgstr "Okta OAuth 소스" -#: authentik/sources/oauth/models.py:188 +#: authentik/sources/oauth/models.py msgid "Okta OAuth Sources" msgstr "Okta OAuth 소스" -#: authentik/sources/oauth/models.py:203 +#: authentik/sources/oauth/models.py +msgid "Reddit OAuth Source" +msgstr "Reddit OAuth 소스" + +#: authentik/sources/oauth/models.py +msgid "Reddit OAuth Sources" +msgstr "Reddit OAuth 소스" + +#: 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 "유저 OAuth 소스 연결" +msgstr "사용자 OAuth 소스 연결" -#: authentik/sources/oauth/models.py:204 +#: authentik/sources/oauth/models.py msgid "User OAuth Source Connections" -msgstr "유저 OAuth 소스 연결" +msgstr "사용자 OAuth 소스 연결" -#: authentik/sources/oauth/views/callback.py:98 -msgid "Authentication Failed." -msgstr "인증에 실패했습니다." +#: authentik/sources/oauth/models.py +msgid "Group OAuth Source Connection" +msgstr "" -#: authentik/sources/plex/models.py:37 +#: 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 "Plex와 통신하는 데 사용되는 클라이언트 식별자입니다." -#: authentik/sources/plex/models.py:52 +#: 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 "사용자가 액세스를 허용받기 위해 소속되어야 하는 서버입니다. 빈 목록은 모든 서버를 허용합니다." + +#: authentik/sources/plex/models.py msgid "Allow friends to authenticate, even if you don't share a server." msgstr "서버를 공유하지 않더라도 친구의 인증을 허용합니다." -#: authentik/sources/plex/models.py:54 +#: authentik/sources/plex/models.py msgid "Plex token used to check friends" msgstr "친구를 확인하는 데 사용되는 Plex 토큰" -#: authentik/sources/plex/models.py:92 +#: authentik/sources/plex/models.py msgid "Plex Source" msgstr "Plex 소스" -#: authentik/sources/plex/models.py:93 +#: authentik/sources/plex/models.py msgid "Plex Sources" msgstr "Plex 소스" -#: authentik/sources/plex/models.py:104 +#: 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 "유저 Plex 소스 연결" +msgstr "사용자 Plex 소스 연결" -#: authentik/sources/plex/models.py:105 +#: authentik/sources/plex/models.py msgid "User Plex Source Connections" -msgstr "유저 Plex 소스 연결" +msgstr "사용자 Plex 소스 연결" -#: authentik/sources/saml/models.py:36 +#: 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 "리다이렉트 바인딩" -#: authentik/sources/saml/models.py:37 +#: authentik/sources/saml/models.py msgid "POST Binding" msgstr "POST 바인딩" -#: authentik/sources/saml/models.py:38 +#: authentik/sources/saml/models.py msgid "POST Binding with auto-confirmation" -msgstr "POST 바인딩과 자동 확인" +msgstr "자동 확인 기능이 있는 POST 바인딩" -#: authentik/sources/saml/models.py:57 +#: authentik/sources/saml/models.py authentik/sources/telegram/models.py msgid "Flow used before authentication." -msgstr "인증 전에 사용될 흐름" +msgstr "인증 전에 사용될 플로우" -#: authentik/sources/saml/models.py:64 +#: authentik/sources/saml/models.py msgid "Issuer" msgstr "발행자" -#: authentik/sources/saml/models.py:65 +#: authentik/sources/saml/models.py msgid "Also known as Entity ID. Defaults the Metadata URL." -msgstr "Entity ID라고도 합니다. 메타데이터 URL을 기본값으로 설정합니다." +msgstr "Entity ID라고도 합니다. 기본값은 Metadata URL입니다." -#: authentik/sources/saml/models.py:69 +#: authentik/sources/saml/models.py msgid "SSO URL" msgstr "SSO URL" -#: authentik/sources/saml/models.py:70 +#: authentik/sources/saml/models.py msgid "URL that the initial Login request is sent to." -msgstr "초기 로그인 요청이 전송되는 URL" +msgstr "초기 로그인 요청을 전송할 URL입니다." -#: authentik/sources/saml/models.py:76 +#: authentik/sources/saml/models.py msgid "SLO URL" msgstr "SLO URL" -#: authentik/sources/saml/models.py:77 +#: authentik/sources/saml/models.py msgid "Optional URL if your IDP supports Single-Logout." -msgstr "IDP가 단일 로그아웃을 지원하는 경우 URL(선택 사항)입니다." +msgstr "IDP가 단일 로그아웃을 지원하는 경우 사용하는 선택적 URL입니다." -#: authentik/sources/saml/models.py:83 +#: 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 "IdP에 의해 시작된 인증 흐름을 허용합니다. 요청 ID의 유효성 검사가 수행되지 않으므로 보안 위험이 있을 수 있습니다." +msgstr "" +"IdP에 의해 시작된 인증 플로우를 허용합니다. 요청 ID에 대한 유효성 검사가 수행되지 않으므로 보안 위험이 있을 수 있습니다." -#: authentik/sources/saml/models.py:91 +#: authentik/sources/saml/models.py msgid "" "NameID Policy sent to the IdP. Can be unset, in which case no Policy is " "sent." msgstr "IdP로 보낼 NameID 정책입니다. 비워둘 수 있으며, 비워둘 경우 정책이 전송되지 않습니다." -#: authentik/sources/saml/models.py:102 +#: authentik/sources/saml/models.py msgid "Delete temporary users after" -msgstr "임시 유저 삭제" +msgstr "다음 이후 임시 사용자를 삭제" -#: authentik/sources/saml/models.py:120 +#: authentik/sources/saml/models.py msgid "" -"Keypair which is used to sign outgoing requests. Leave empty to disable " -"signing." -msgstr "나가는 요청에 서명하는 데 사용되는 키 쌍입니다. 서명을 사용하지 않으려면 비워 두십시오." +"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 "" +"임시 사용자를 삭제해야 하는 시간 오프셋입니다. 이 설정은 IDP가 'Transient' NameID 형식을 사용하고 사용자가 수동으로 " +"로그아웃하지 않는 경우에만 적용됩니다. (형식: hours=1;minutes=2;seconds=3)" -#: authentik/sources/saml/models.py:188 +#: authentik/sources/saml/models.py +msgid "" +"Keypair used to sign outgoing Responses going to the Identity Provider." +msgstr "인증 공급자에게 보내는 응답에 서명하는 데 사용되는 키 쌍입니다." + +#: authentik/sources/saml/models.py msgid "SAML Source" msgstr "SAML 소스" -#: authentik/sources/saml/models.py:189 +#: authentik/sources/saml/models.py msgid "SAML Sources" msgstr "SAML 소스" -#: authentik/stages/authenticator_duo/models.py:64 +#: 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 "사용자 SAML 소스 연결" + +#: authentik/sources/saml/models.py +msgid "User SAML Source Connections" +msgstr "사용자 SAML 소스 연결" + +#: 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/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/stage.py +msgid "Authentication date is too old" +msgstr "" + +#: authentik/sources/telegram/stage.py +msgid "Invalid hash" +msgstr "" + +#: authentik/stages/authenticator_duo/models.py msgid "Duo Authenticator Setup Stage" -msgstr "Duo 인증 설정 단계" +msgstr "Duo 인증기 설정 스테이지" -#: authentik/stages/authenticator_duo/models.py:65 +#: authentik/stages/authenticator_duo/models.py msgid "Duo Authenticator Setup Stages" -msgstr "Duo 인증 설정 단계" +msgstr "Duo 인증기 설정 스테이지" -#: authentik/stages/authenticator_duo/models.py:82 +#: authentik/stages/authenticator_duo/models.py msgid "Duo Device" -msgstr "Duo 장치" +msgstr "Duo 디바이스" -#: authentik/stages/authenticator_duo/models.py:83 +#: authentik/stages/authenticator_duo/models.py msgid "Duo Devices" -msgstr "Duo 장치" +msgstr "Duo 디바이스" -#: authentik/stages/authenticator_sms/models.py:157 -msgid "SMS Authenticator Setup Stage" -msgstr "SMS 인증 설정 단계" +#: 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 "활성화하면, 전역 이메일 연결 설정이 사용되며 아래의 연결 설정은 무시됩니다." -#: authentik/stages/authenticator_sms/models.py:158 -msgid "SMS Authenticator Setup Stages" -msgstr "SMS 인증 설정 단계" +#: 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_sms/models.py:175 -msgid "SMS Device" -msgstr "SMS 장치" +#: authentik/stages/authenticator_email/models.py +msgid "Email Authenticator Setup Stage" +msgstr "" -#: authentik/stages/authenticator_sms/models.py:176 -msgid "SMS Devices" -msgstr "SMS 장치" +#: authentik/stages/authenticator_email/models.py +msgid "Email Authenticator Setup Stages" +msgstr "" -#: authentik/stages/authenticator_sms/stage.py:54 -#: authentik/stages/authenticator_totp/stage.py:45 +#: 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 "코드가 일치하지 않음" -#: authentik/stages/authenticator_static/models.py:47 -msgid "Static Authenticator Stage" -msgstr "정적 인증 단계" +#: authentik/stages/authenticator_email/stage.py +msgid "Invalid email" +msgstr "" -#: authentik/stages/authenticator_static/models.py:48 -msgid "Static Authenticator Stages" -msgstr "정적 인증 단계" +#: authentik/stages/authenticator_email/stage.py +msgid "The user already has an email address registered for MFA." +msgstr "" -#: authentik/stages/authenticator_totp/models.py:16 +#: 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" +" %(username)s 님께,\n" +" " + +#: authentik/stages/authenticator_email/templates/email/email_otp.html +msgid "" +"\n" +" Email MFA code.\n" +" " +msgstr "" + +#: 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 "" + +#: authentik/stages/authenticator_email/templates/email/email_otp.txt +#: authentik/stages/email/templates/email/password_reset.txt +#, python-format +msgid "Hi %(username)s," +msgstr "" + +#: authentik/stages/authenticator_email/templates/email/email_otp.txt +msgid "" +"\n" +"Email MFA code\n" +msgstr "" + +#: 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 "" + +#: 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 "선택적으로 사용자 지정 제공자에게 전송되는 페이로드를 수정합니다." + +#: 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 인증기 설정 스테이지" + +#: authentik/stages/authenticator_sms/models.py +msgid "SMS Authenticator Setup Stages" +msgstr "SMS 인증기 설정 스테이지" + +#: authentik/stages/authenticator_sms/models.py +msgid "SMS Device" +msgstr "SMS 디바이스" + +#: authentik/stages/authenticator_sms/models.py +msgid "SMS Devices" +msgstr "SMS 디바이스" + +#: authentik/stages/authenticator_sms/stage.py +msgid "Invalid phone number" +msgstr "유효하지 않은 전화번호" + +#: 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 "정적 토큰" + +#: authentik/stages/authenticator_totp/models.py msgid "6 digits, widely compatible" msgstr "6자리, 널리 호환됩니다." -#: authentik/stages/authenticator_totp/models.py:17 +#: authentik/stages/authenticator_totp/models.py msgid "8 digits, not compatible with apps like Google Authenticator" msgstr "8자리, Google Authenticator와 같은 앱과 호환되지 않습니다." -#: authentik/stages/authenticator_totp/models.py:54 +#: authentik/stages/authenticator_totp/models.py msgid "TOTP Authenticator Setup Stage" -msgstr "TOTP 인증 설정 단계" +msgstr "TOTP 인증 설정 스테이지" -#: authentik/stages/authenticator_totp/models.py:55 +#: authentik/stages/authenticator_totp/models.py msgid "TOTP Authenticator Setup Stages" -msgstr "TOTP 인증 설정 단계" +msgstr "TOTP 인증 설정 스테이지" -#: authentik/stages/authenticator_validate/challenge.py:99 -msgid "Invalid Token" -msgstr "올바르지 않은 토큰" +#: authentik/stages/authenticator_totp/models.py +msgid "TOTP Device" +msgstr "TOTP 디바이스" -#: authentik/stages/authenticator_validate/models.py:17 +#: authentik/stages/authenticator_totp/models.py +msgid "TOTP Devices" +msgstr "TOTP 디바이스" + +#: 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 "정적" + +#: authentik/stages/authenticator_validate/models.py msgid "TOTP" msgstr "TOTP" -#: authentik/stages/authenticator_validate/models.py:18 +#: authentik/stages/authenticator_validate/models.py msgid "WebAuthn" msgstr "WebAuthn" -#: authentik/stages/authenticator_validate/models.py:19 +#: authentik/stages/authenticator_validate/models.py msgid "Duo" msgstr "Duo" -#: authentik/stages/authenticator_validate/models.py:20 +#: authentik/stages/authenticator_validate/models.py msgid "SMS" msgstr "SMS" -#: authentik/stages/authenticator_validate/models.py:58 +#: 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 "" +"사용자에게 호환되는 디바이스가 없는 경우 인증기를 구성하는 데 사용되는 단계입니다. 이 구성 스테이지를 통과한 후에는 사용자에게 다시 " +"메시지가 표시되지 않습니다." + +#: authentik/stages/authenticator_validate/models.py msgid "Device classes which can be used to authenticate" -msgstr "인증에 사용할 수 있는 장치 클래스" +msgstr "인증에 사용할 수 있는 디바이스 클래스" -#: authentik/stages/authenticator_validate/models.py:80 +#: 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 "사용자의 장치 중 하나라도 이 기간 내에 사용된 경우, 이 단계는 건너뜁니다." + +#: authentik/stages/authenticator_validate/models.py +msgid "Enforce user verification for WebAuthn devices." +msgstr "WebAuthn 장치에 대한 사용자 확인을 강제합니다." + +#: authentik/stages/authenticator_validate/models.py msgid "Authenticator Validation Stage" -msgstr "인증 유효성 검사 단계" +msgstr "인증기 유효성 검사 스테이지" -#: authentik/stages/authenticator_validate/models.py:81 +#: authentik/stages/authenticator_validate/models.py msgid "Authenticator Validation Stages" -msgstr "인증 유효성 검사 단계" +msgstr "인증기 유효성 검사 스테이지" -#: authentik/stages/authenticator_webauthn/models.py:71 +#: 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 인증 설정 단계" +msgstr "WebAuthn 인증 설정 스테이지" -#: authentik/stages/authenticator_webauthn/models.py:72 +#: authentik/stages/authenticator_webauthn/models.py msgid "WebAuthn Authenticator Setup Stages" -msgstr "WebAuthn 인증 설정 단계" +msgstr "WebAuthn 인증 설정 스테이지" -#: authentik/stages/authenticator_webauthn/models.py:105 +#: authentik/stages/authenticator_webauthn/models.py msgid "WebAuthn Device" -msgstr "WebAuthn 장치" +msgstr "WebAuthn 디바이스" -#: authentik/stages/authenticator_webauthn/models.py:106 +#: authentik/stages/authenticator_webauthn/models.py msgid "WebAuthn Devices" -msgstr "WebAuthn 장치" +msgstr "WebAuthn 디바이스" -#: authentik/stages/captcha/models.py:15 +#: 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 "" -"Public key, acquired from https://www.google.com/recaptcha/intro/v3.html" -msgstr "공개 키, https://www.google.com/recaptcha/intro/v3.html에서 발급할 수 있습니다." +"Background task to import FIDO Alliance MDS blob and AAGUIDs into database." +msgstr "" -#: authentik/stages/captcha/models.py:18 +#: authentik/stages/captcha/models.py +msgid "Public key, acquired your captcha Provider." +msgstr "공개 키, 캡챠 공급자에서 얻을 수 있습니다." + +#: authentik/stages/captcha/models.py +msgid "Private key, acquired your captcha Provider." +msgstr "개인 키, 캡챠 공급자에서 얻을 수 있습니다." + +#: authentik/stages/captcha/models.py msgid "" -"Private key, acquired from https://www.google.com/recaptcha/intro/v3.html" -msgstr "개인 키, https://www.google.com/recaptcha/intro/v3.html에서 발급할 수 있습니다." +"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:39 +#: authentik/stages/captcha/models.py msgid "Captcha Stage" -msgstr "캡차 단계" +msgstr "캡챠 스테이지" -#: authentik/stages/captcha/models.py:40 +#: authentik/stages/captcha/models.py msgid "Captcha Stages" -msgstr "캡차 단계" +msgstr "캡챠 스테이지" -#: authentik/stages/consent/models.py:52 +#: 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 "동의의 만료 후 오프셋입니다. (형식: hours=1;minutes=2;seconds=3)" + +#: authentik/stages/consent/models.py msgid "Consent Stage" -msgstr "동의 단계" +msgstr "동의 스테이지" -#: authentik/stages/consent/models.py:53 +#: authentik/stages/consent/models.py msgid "Consent Stages" -msgstr "동의 단계" +msgstr "동의 스테이지" -#: authentik/stages/consent/models.py:68 +#: authentik/stages/consent/models.py msgid "User Consent" -msgstr "유저 동의" +msgstr "사용자 동의" -#: authentik/stages/consent/models.py:69 +#: authentik/stages/consent/models.py msgid "User Consents" -msgstr "유저 동의" +msgstr "사용자 동의" -#: authentik/stages/deny/models.py:31 +#: authentik/stages/consent/stage.py +msgid "Invalid consent token, re-showing prompt" +msgstr "" + +#: authentik/stages/deny/models.py msgid "Deny Stage" -msgstr "거부 단계" +msgstr "거부 스테이지" -#: authentik/stages/deny/models.py:32 +#: authentik/stages/deny/models.py msgid "Deny Stages" -msgstr "거부 단계" +msgstr "거부 스테이지" -#: authentik/stages/dummy/models.py:33 +#: authentik/stages/dummy/models.py msgid "Dummy Stage" -msgstr "더미 단계" +msgstr "더미 스테이지" -#: authentik/stages/dummy/models.py:34 +#: authentik/stages/dummy/models.py msgid "Dummy Stages" -msgstr "더미 단계" +msgstr "더미 스테이지" -#: authentik/stages/email/models.py:25 +#: 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 "비밀번호 초기화" -#: authentik/stages/email/models.py:29 +#: authentik/stages/email/models.py msgid "Account Confirmation" msgstr "계정 확인" -#: authentik/stages/email/models.py:75 +#: 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 "단계가 완료되면 유저를 활성화합니다." +msgstr "스테이지가 완료되면 사용자를 활성화합니다." -#: authentik/stages/email/models.py:79 -msgid "Time in minutes the token sent is valid." -msgstr "보낸 토큰이 유효할 기간(분)입니다." - -#: authentik/stages/email/models.py:125 +#: authentik/stages/email/models.py msgid "Email Stage" -msgstr "이메일 단계" +msgstr "이메일 스테이지" -#: authentik/stages/email/models.py:126 +#: authentik/stages/email/models.py msgid "Email Stages" -msgstr "이메일 단계" +msgstr "이메일 스테이지" -#: authentik/stages/email/stage.py:106 +#: authentik/stages/email/stage.py msgid "Successfully verified Email." -msgstr "이메일을 성공적으로 인증했습니다." +msgstr "이메일을 성공적으로 확인했습니다." -#: authentik/stages/email/stage.py:113 authentik/stages/email/stage.py:135 +#: authentik/stages/email/stage.py msgid "No pending user." -msgstr "보류 중인 유저가 없습니다." +msgstr "보류 중인 사용자가 없습니다." -#: authentik/stages/email/stage.py:125 +#: authentik/stages/email/stage.py msgid "Email sent." msgstr "이메일을 보냈습니다." -#: authentik/stages/email/templates/email/account_confirmation.html:9 -msgid "Welcome!" -msgstr "환영합니다!" +#: authentik/stages/email/stage.py +#, python-brace-format +msgid "" +"Too many account verification attempts. Please try again after {minutes} " +"minutes." +msgstr "" -#: authentik/stages/email/templates/email/account_confirmation.html:12 +#: 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 "반갑습니다!" + +#: 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 "시작을 맞아드리게 되어 기쁩니다. 먼저 계정을 확인해야 합니다. 아래 버튼을 누르시면 됩니다." +msgstr "시작하게 되어 기쁩니다. 먼저 계정을 확인해야 합니다. 아래 버튼을 누르기만 하면 됩니다." -#: authentik/stages/email/templates/email/account_confirmation.html:21 +#: authentik/stages/email/templates/email/account_confirmation.html msgid "Confirm Account" msgstr "계정 확인" -#: authentik/stages/email/templates/email/account_confirmation.html:30 +#: authentik/stages/email/templates/email/account_confirmation.html #, python-format msgid "" "\n" @@ -1473,282 +3748,677 @@ msgid "" " " msgstr "" "\n" -" 작동하지 않으면 다음 링크를 브라우저에 복사하여 붙여넣으십시오: %(url)s\n" +" 그래도 문제가 해결되지 않으면 다음 링크를 복사하여 브라우저에 붙여넣으세요: %(url)s\n" " " -#: authentik/stages/email/templates/email/account_confirmation.html:35 +#: authentik/stages/email/templates/email/account_confirmation.txt msgid "" -"If you have any questions, just reply to this email—we're always happy to " -"help out." -msgstr "질문이 있으시면 이 이메일에 회신해 주십시오. 언제든지 도와드리겠습니다." +"We're excited to have you get started. First, you need to confirm your " +"account. Just open the link below." +msgstr "" -#: authentik/stages/email/templates/email/generic.html:24 -msgid "Additional Information" -msgstr "추가 정보" - -#: authentik/stages/email/templates/email/password_reset.html:9 +#: authentik/stages/email/templates/email/event_notification.html #, python-format msgid "" "\n" -" Hi %(username)s,\n" -" " +" This email was sent from the notification transport %(name)s.\n" +" " msgstr "" "\n" -" 안녕하세요 %(username)s님,\n" -" " +" 이 이메일은 통지 전송 %(name)s에서 전송되었습니다.\n" +" " -#: authentik/stages/email/templates/email/password_reset.html:19 -msgid "" -"\n" -" You recently requested to change your password for you authentik account. Use the button below to set a new password.\n" -" " +#: authentik/stages/email/templates/email/event_notification.txt +msgid "Dear authentik user," msgstr "" -"\n" -" authentik 계정에 대한 비밀번호를 변경 요청했습니다. 아래 버튼를 사용하여 새 비밀번호를 설정하십시오.\n" -" " -#: authentik/stages/email/templates/email/password_reset.html:33 -msgid "Reset Password" -msgstr "비밀번호 초기화" +#: authentik/stages/email/templates/email/event_notification.txt +msgid "The following notification was created:" +msgstr "" -#: authentik/stages/email/templates/email/password_reset.html:45 +#: authentik/stages/email/templates/email/event_notification.txt +msgid "Additional attributes:" +msgstr "" + +#: authentik/stages/email/templates/email/event_notification.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" -" " +"This email was sent from the notification transport %(name)s.\n" +msgstr "" + +#: 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" -" 비밀번호 변경을 요청하지 않은 경우 이 이메일을 무시하십시오. 위의 링크는 %(expires)s동안 유효합니다.\n" -" " +" 최근에 인증 계정의 비밀번호 변경을 요청하셨습니다. 아래 버튼을 사용하여 새 비밀번호를 설정하세요.\n" +" " -#: authentik/stages/email/templates/email/setup.html:9 +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: authentik/stages/email/templates/email/setup.html msgid "authentik Test-Email" msgstr "authentik 테스트 이메일" -#: authentik/stages/email/templates/email/setup.html:17 +#: 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" -" 이메일을 성공적으로 구성했음을 알리기 위한 테스트 이메일입니다.\n" +" 이 이메일은 인증 이메일을 성공적으로 구성했음을 알려주는 테스트 이메일입니다.\n" " " -#: authentik/stages/identification/models.py:42 +#: authentik/stages/email/templates/email/setup.txt msgid "" -"When set, shows a password field, instead of showing the password field as " -"seaprate step." -msgstr "이 옵션을 설정하면 비밀번호 필드를 별도의 단계로 표시하는 대신 비밀번호 필드를 표시합니다." +"\n" +"This is a test email to inform you, that you've successfully configured authentik emails.\n" +msgstr "" -#: authentik/stages/identification/models.py:48 +#: authentik/stages/identification/api.py +msgid "When no user fields are selected, at least one source must be selected" +msgstr "사용자 필드를 선택하지 않은 경우 하나 이상의 소스를 선택해야 합니다." + +#: authentik/stages/identification/models.py +msgid "" +"Fields of the user object to match against. (Hold shift to select multiple " +"options)" +msgstr "사용자 오브젝트와 일치시키기 위한 사용자 필드입니다. (여러 옵션을 선택하려면 Shift 키를 누르세요)" + +#: authentik/stages/identification/models.py msgid "When enabled, user fields are matched regardless of their casing." -msgstr "이 옵션을 선택하면 유저 필드는 대소문자 관계없이 일치합니다." +msgstr "활성화하면, 사용자 필드를 대소문자에 관계없이 일치시킵니다." -#: authentik/stages/identification/models.py:68 +#: 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 "" +"유효한 사용자 아이디/이메일을 입력하고 이 옵션을 활성화하면 사용자의 사용자 아이디와 아바타가 표시됩니다. 그렇지 않으면 사용자가 입력한" +" 텍스트가 표시됩니다." + +#: authentik/stages/identification/models.py +msgid "" +"When enabled, the stage will succeed and continue even when incorrect user " +"info is entered." +msgstr "활성화되면 잘못된 사용자 정보가 입력되더라도 단계가 성공하고 계속됩니다." + +#: 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 "페이지 하단에 링크된 등록 흐름(선택 사항)입니다." +msgstr "페이지 하단에 링크된, 선택적 등록 플로우를 참조하세요." -#: authentik/stages/identification/models.py:77 +#: authentik/stages/identification/models.py msgid "Optional recovery flow, which is linked at the bottom of the page." -msgstr "페이지 하단에 링크된 복구 흐름(선택 사항)입니다." +msgstr "페이지 하단에 링크된, 선택적 복구 플로우를 참조하세요." -#: authentik/stages/identification/models.py:86 +#: authentik/stages/identification/models.py msgid "Optional passwordless flow, which is linked at the bottom of the page." -msgstr "페이지 하단에 링크된 비밀번호가 필요없는 흐름(선택 사항)입니다." +msgstr "페이지 하단에 링크된, 선택적 비밀번호 없는 플로우를 참조하세요." -#: authentik/stages/identification/models.py:90 +#: authentik/stages/identification/models.py msgid "Specify which sources should be shown." msgstr "표시할 소스를 지정합니다." -#: authentik/stages/identification/models.py:112 +#: authentik/stages/identification/models.py msgid "Identification Stage" -msgstr "식별 단계" +msgstr "식별 스테이지" -#: authentik/stages/identification/models.py:113 +#: authentik/stages/identification/models.py msgid "Identification Stages" -msgstr "식별 단계" +msgstr "식별 스테이지" -#: authentik/stages/identification/stage.py:175 +#: authentik/stages/identification/stage.py +msgid "Failed to authenticate." +msgstr "" + +#: authentik/stages/identification/stage.py msgid "Log in" msgstr "로그인" -#: authentik/stages/invitation/models.py:46 +#: authentik/stages/identification/stage.py +msgid "Continue" +msgstr "계속" + +#: 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 "" +"이 플래그를 설정하면 초대를 받지 못했을 때 이 스테이지가 다음 스테이지로 이동합니다. 기본적으로 이 스테이지는 초대를 받지 못하면 " +"플로우를 취소합니다." + +#: authentik/stages/invitation/models.py msgid "Invitation Stage" -msgstr "초대 단계" +msgstr "초대 스테이지" -#: authentik/stages/invitation/models.py:47 +#: authentik/stages/invitation/models.py msgid "Invitation Stages" -msgstr "초대 단계" +msgstr "초대 스테이지" -#: authentik/stages/invitation/models.py:57 +#: authentik/stages/invitation/models.py +msgid "When set, only the configured flow can use this invitation." +msgstr "설정되면, 구성된 플로우만이 이 초대를 사용할 수 있습니다." + +#: authentik/stages/invitation/models.py msgid "When enabled, the invitation will be deleted after usage." -msgstr "이 옵션을 선택하면 사용 후 초대장이 삭제됩니다." +msgstr "활성화하면, 한 번만 사용할 수 있습니다." -#: authentik/stages/invitation/models.py:64 +#: authentik/stages/invitation/models.py msgid "Optional fixed data to enforce on user enrollment." -msgstr "유저 등록 시 적용할 고정 데이터(선택 사항)입니다." +msgstr "사용자 등록에 강제로 적용할 선택적인 고정 데이터입니다." -#: authentik/stages/invitation/models.py:72 +#: authentik/stages/invitation/models.py msgid "Invitation" msgstr "초대" -#: authentik/stages/invitation/models.py:73 +#: authentik/stages/invitation/models.py msgid "Invitations" msgstr "초대" -#: authentik/stages/password/models.py:20 +#: authentik/stages/invitation/stage.py +msgid "Invalid invite/invite not found" +msgstr "유효하지 않은 초대 / 초대를 찾을 수 없음" + +#: authentik/stages/password/models.py msgid "User database + standard password" -msgstr "유저 데이터베이스 + 표준 비밀번호" +msgstr "사용자 데이터베이스 + 표준 비밀번호" -#: authentik/stages/password/models.py:24 +#: authentik/stages/password/models.py msgid "User database + app passwords" -msgstr "유저 데이터베이스 + 앱 비밀번호" +msgstr "사용자 데이터베이스 + 앱 비밀번호" -#: authentik/stages/password/models.py:28 +#: authentik/stages/password/models.py msgid "User database + LDAP password" -msgstr "유저 데이터베이스 + LDAP 비밀번호" +msgstr "사용자 데이터베이스 + LDAP 비밀번호" -#: authentik/stages/password/models.py:38 +#: authentik/stages/password/models.py +msgid "User database + Kerberos password" +msgstr "" + +#: authentik/stages/password/models.py msgid "Selection of backends to test the password against." msgstr "비밀번호를 테스트할 백엔드를 선택합니다." -#: authentik/stages/password/models.py:78 +#: 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 "" +"플로우가 취소되기 전에 사용자가 시도할 수 있는 횟수입니다. 사용자를 잠그려면 평판 정책과 user_write 단계를 사용하세요." + +#: authentik/stages/password/models.py +msgid "" +"When enabled, provides a 'show password' button with the password input " +"field." +msgstr "" + +#: authentik/stages/password/models.py msgid "Password Stage" -msgstr "비밀번호 단계" +msgstr "비밀번호 스테이지" -#: authentik/stages/password/models.py:79 +#: authentik/stages/password/models.py msgid "Password Stages" -msgstr "비밀번호 단계" +msgstr "비밀번호 스테이지" -#: authentik/stages/password/stage.py:152 +#: authentik/stages/password/stage.py msgid "Invalid password" msgstr "올바르지 않은 비밀번호" -#: authentik/stages/prompt/models.py:29 +#: authentik/stages/prompt/models.py msgid "Text: Simple Text input" -msgstr "텍스트: 단순 텍스트 입력" +msgstr "텍스트: 간단한 텍스트 입력" -#: authentik/stages/prompt/models.py:32 +#: authentik/stages/prompt/models.py +msgid "Text area: Multiline Text Input." +msgstr "텍스트 영역: 여러줄의 텍스트 입력" + +#: authentik/stages/prompt/models.py msgid "Text (read-only): Simple Text input, but cannot be edited." -msgstr "텍스트 (읽기 전용): 단순 텍스트 입력이지만 수정할 수 없습니다." +msgstr "텍스트(읽기 전용): 간단한 텍스트 입력이 가능하지만 편집은 불가능합니다." -#: authentik/stages/prompt/models.py:39 +#: authentik/stages/prompt/models.py +msgid "Text area (read-only): Multiline Text input, but cannot be edited." +msgstr "텍스트 영역(읽기 전용): 여러 줄 텍스트 입력이 가능하지만 편집은 불가능합니다." + +#: authentik/stages/prompt/models.py +msgid "" +"Username: Same as Text input, but checks for and prevents duplicate " +"usernames." +msgstr "사용자이름: 텍스트 입력과 동일하지만 중복된 사용자이름을 확인하고 방지합니다." + +#: authentik/stages/prompt/models.py msgid "Email: Text field with Email type." -msgstr "이메일: 이메일 유형 텍스트 필드입니다." +msgstr "이메일: 이메일 유형이 있는 텍스트 필드입니다." -#: authentik/stages/prompt/models.py:55 +#: authentik/stages/prompt/models.py +msgid "" +"Password: Masked input, multiple inputs of this type on the same prompt need" +" to be identical." +msgstr "비밀번호: 마스킹 입력, 동일한 프롬프트에서 이 유형의 입력을 여러 번 입력할 경우 동일해야 합니다." + +#: authentik/stages/prompt/models.py +msgid "Fixed choice field rendered as a group of radio buttons." +msgstr "고정된 선택 필드는 라디오 버튼 그룹으로 렌더링됩니다." + +#: authentik/stages/prompt/models.py +msgid "Fixed choice field rendered as a dropdown." +msgstr "고정된 선택 필드는 드롭다운으로 렌더링됩니다." + +#: authentik/stages/prompt/models.py +msgid "" +"File: File upload for arbitrary files. File content will be available in " +"flow context as data-URI" +msgstr "파일: 임의의 파일을 업로드하는 데 사용됩니다. 파일 내용은 데이터 URI로 플로우 컨텍스트에서 사용 가능합니다." + +#: authentik/stages/prompt/models.py msgid "Separator: Static Separator Line" -msgstr "구분 기호: 정적 구분선" +msgstr "구분자: 정적 구분선" -#: authentik/stages/prompt/models.py:56 +#: authentik/stages/prompt/models.py msgid "Hidden: Hidden field, can be used to insert data into form." -msgstr "숨김: 숨김 필드. 데이터를 양식에 삽입하는 데 사용할 수 있습니다." +msgstr "숨김: 숨겨진 필드로, 양식에 데이터를 삽입하는 데 사용할 수 있습니다." -#: authentik/stages/prompt/models.py:57 +#: authentik/stages/prompt/models.py msgid "Static: Static value, displayed as-is." msgstr "정적: 정적 값, 있는 그대로 표시됩니다." -#: authentik/stages/prompt/models.py:66 -msgid "Name of the form field, also used to store the value" -msgstr "양식 필드의 이름. 값을 저장하는 데도 사용됩니다." +#: authentik/stages/prompt/models.py +msgid "authentik: Selection of locales authentik supports" +msgstr "Authentik: Authentik이 지원하는 로케일 선택" -#: authentik/stages/prompt/models.py:131 +#: authentik/stages/prompt/models.py +msgid "Name of the form field, also used to store the value" +msgstr "값을 저장하는 데 사용되는, 양식 필드의 이름입니다." + +#: 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 "" +"옵션으로 예상되는 입력값을 설명하는 짧은 힌트를 제공할 수 있습니다. 고정 선택 필드를 만들 때, 식으로 해석을 활성화하고 여러 선택지를" +" 반환하려면 목록을 반환하세요." + +#: 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 "" +"옵션으로 입력을 초기 값으로 채울 수 있습니다. 고정 선택 필드를 만들 때, 정규표현식으로 해석을 활성화하고 목록을 반환하여 여러 개의 " +"기본 선택지를 반환합니다." + +#: authentik/stages/prompt/models.py msgid "Prompt" msgstr "프롬프트" -#: authentik/stages/prompt/models.py:132 +#: authentik/stages/prompt/models.py msgid "Prompts" msgstr "프롬프트" -#: authentik/stages/prompt/models.py:160 +#: authentik/stages/prompt/models.py msgid "Prompt Stage" -msgstr "프롬프트 단계" +msgstr "프롬프트 스테이지" -#: authentik/stages/prompt/models.py:161 +#: authentik/stages/prompt/models.py msgid "Prompt Stages" -msgstr "프롬프트 단계" +msgstr "프롬프트 스테이지" -#: authentik/stages/prompt/stage.py:94 +#: authentik/stages/prompt/stage.py msgid "Passwords don't match." msgstr "비밀번호가 일치하지 않습니다." -#: authentik/stages/user_delete/models.py:32 -msgid "User Delete Stage" -msgstr "유저 삭제 단계" - -#: authentik/stages/user_delete/models.py:33 -msgid "User Delete Stages" -msgstr "유저 삭제 단계" - -#: authentik/stages/user_delete/stage.py:24 -msgid "No Pending User." -msgstr "보류 중인 유저가 없습니다." - -#: authentik/stages/user_login/models.py:19 -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)" +#: authentik/stages/redirect/api.py +msgid "Target URL should be present when mode is Static." msgstr "" -"세션의 지속 시간을 결정합니다. 기본값 0은 브라우저가 닫힐 때까지 세션이 지속됨을 의미합니다. (형식: " + +#: 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 "" + +#: authentik/stages/redirect/models.py +msgid "Redirect Stages" +msgstr "" + +#: authentik/stages/user_delete/models.py +msgid "User Delete Stage" +msgstr "사용자 삭제 스테이지" + +#: authentik/stages/user_delete/models.py +msgid "User Delete Stages" +msgstr "사용자 삭제 스테이지" + +#: authentik/stages/user_delete/stage.py +msgid "No Pending User." +msgstr "보류 중인 사용자가 없습니다." + +#: authentik/stages/user_login/models.py +msgid "Bind sessions created by this stage to the configured network" +msgstr "" + +#: authentik/stages/user_login/models.py +msgid "Bind sessions created by this stage to the configured GeoIP location" +msgstr "" + +#: authentik/stages/user_login/models.py +msgid "Terminate all other sessions of the user logging in." +msgstr "로그인하는 사용자의 다른 모든 세션을 종료합니다." + +#: 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 "" +"사용자가 나를 기억 옵션을 선택하면 세션이 연장될 시간의 오프셋입니다. 기본값 0은 나를 기억 옵션이 표시되지 않음을 의미합니다. " +"(서식: hours=-1;minutes=-2;seconds=-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:43 +#: authentik/stages/user_login/models.py msgid "User Login Stage" -msgstr "유저 로그인 단계" +msgstr "사용자 로그인 스테이지" -#: authentik/stages/user_login/models.py:44 +#: authentik/stages/user_login/models.py msgid "User Login Stages" -msgstr "유저 로그인 단계" +msgstr "사용자 로그인 스테이지" -#: authentik/stages/user_login/stage.py:29 +#: authentik/stages/user_login/stage.py msgid "No Pending user to login." -msgstr "로그인할 보류 중인 유저가 없습니다." +msgstr "로그인할 보류 중인 사용자가 없습니다." -#: authentik/stages/user_login/stage.py:57 -msgid "Successfully logged in!" -msgstr "성공적으로 로그인했습니다!" - -#: authentik/stages/user_logout/models.py:31 +#: authentik/stages/user_logout/models.py msgid "User Logout Stage" -msgstr "유저 로그아웃 단계" +msgstr "사용자 로그아웃 스테이지" -#: authentik/stages/user_logout/models.py:32 +#: authentik/stages/user_logout/models.py msgid "User Logout Stages" -msgstr "유저 로그아웃 단계" +msgstr "사용자 로그아웃 스테이지" -#: authentik/stages/user_write/models.py:18 +#: authentik/stages/user_write/models.py msgid "When set, newly created users are inactive and cannot login." -msgstr "이 옵션을 설정하면 새로 만든 유저가 비활성화되어 로그인할 수 없습니다." +msgstr "이 옵션을 설정하면 새로 만든 사용자가 비활성화되어 로그인할 수 없습니다." -#: authentik/stages/user_write/models.py:26 +#: authentik/stages/user_write/models.py msgid "Optionally add newly created users to this group." -msgstr "선택적으로 새로 만든 유저를 이 그룹에 추가합니다." +msgstr "선택적으로 새로 만든 사용자를 이 그룹에 추가합니다." -#: authentik/stages/user_write/models.py:47 +#: authentik/stages/user_write/models.py msgid "User Write Stage" -msgstr "유저 쓰기 단계" +msgstr "사용자 쓰기 스테이지" -#: authentik/stages/user_write/models.py:48 +#: authentik/stages/user_write/models.py msgid "User Write Stages" -msgstr "유저 쓰기 단계" +msgstr "사용자 쓰기 스테이지" -#: authentik/stages/user_write/stage.py:53 +#: authentik/stages/user_write/stage.py msgid "No Pending data." msgstr "보류 중인 데이터가 없습니다." -#: authentik/tenants/models.py:18 -msgid "" -"Domain that activates this tenant. Can be a superset, i.e. `a.b` for `aa.b` " -"and `ba.b`" -msgstr "" -"이 테넌트를 활성화하는 도메인입니다. 상위 집합도 가능합니다. 예를 들어, `a.b`는 `aa.b`와 `ba.b`가 될 수 있습니다." +#: authentik/stages/user_write/stage.py +msgid "No user found and can't create new user." +msgstr "사용자를 찾을 수 없으며 새 사용자를 만들 수 없습니다." -#: authentik/tenants/models.py:70 +#: authentik/stages/user_write/stage.py +msgid "Failed to update user. Please try again later." +msgstr "사용자를 업데이트하지 못했습니다. 나중에 다시 시도하세요." + +#: 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 "" + +#: authentik/tenants/models.py +msgid "Configure how authentik should show avatars for users." +msgstr "" + +#: authentik/tenants/models.py +msgid "Enable the ability for users to change their name." +msgstr "" + +#: authentik/tenants/models.py +msgid "Enable the ability for users to change their email address." +msgstr "" + +#: authentik/tenants/models.py +msgid "Enable the ability for users to change their username." +msgstr "" + +#: authentik/tenants/models.py +msgid "" +"Events will be deleted after this duration.(Format: " +"weeks=3;days=2;hours=3,seconds=2)." +msgstr "이 기간이 지나면 이벤트가 삭제됩니다. (서식: hours=-1;minutes=-2;seconds=-3)" + +#: 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 "" + +#: authentik/tenants/models.py +msgid "" +"When enabled, all the events caused by a user will be deleted upon the " +"user's deletion." +msgstr "" + +#: authentik/tenants/models.py +msgid "Globally enable/disable impersonation." +msgstr "" + +#: authentik/tenants/models.py +msgid "Require administrators to provide a reason for impersonating a user." +msgstr "" + +#: authentik/tenants/models.py +msgid "Default token duration" +msgstr "" + +#: authentik/tenants/models.py +msgid "Default token length" +msgstr "" + +#: authentik/tenants/models.py msgid "Tenant" msgstr "테넌트" -#: authentik/tenants/models.py:71 +#: authentik/tenants/models.py msgid "Tenants" msgstr "테넌트" + +#: authentik/tenants/models.py +msgid "Domain" +msgstr "" + +#: authentik/tenants/models.py +msgid "Domains" +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 "" + +#: packages/django-channels-postgres/django_channels_postgres/models.py +msgid "Messages" +msgstr "" + +#: 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 "" diff --git a/locale/nl/LC_MESSAGES/django.mo b/locale/nl_NL/LC_MESSAGES/django.mo similarity index 100% rename from locale/nl/LC_MESSAGES/django.mo rename to locale/nl_NL/LC_MESSAGES/django.mo diff --git a/locale/nl/LC_MESSAGES/django.po b/locale/nl_NL/LC_MESSAGES/django.po similarity index 100% rename from locale/nl/LC_MESSAGES/django.po rename to locale/nl_NL/LC_MESSAGES/django.po diff --git a/locale/pl/LC_MESSAGES/django.mo b/locale/pl/LC_MESSAGES/django.mo deleted file mode 100644 index 1d85d3969d..0000000000 Binary files a/locale/pl/LC_MESSAGES/django.mo and /dev/null differ diff --git a/locale/pl/LC_MESSAGES/django.po b/locale/pl/LC_MESSAGES/django.po deleted file mode 100644 index 44adb015c7..0000000000 --- a/locale/pl/LC_MESSAGES/django.po +++ /dev/null @@ -1,4585 +0,0 @@ -# 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 , YEAR. -# -# Translators: -# Bartosz Karpiński, 2023 -# Michał Jastrzębski, 2024 -# Tomci 12 , 2024 -# Marc Schmitt, 2025 -# Bartosz Ostafin, 2025 -# Darek “NeroPcStation” NeroPcStation , 2025 -# Jens L. , 2025 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-25 00:09+0000\n" -"PO-Revision-Date: 2022-09-26 16:47+0000\n" -"Last-Translator: Jens L. , 2025\n" -"Language-Team: Polish (https://app.transifex.com/authentik/teams/119923/pl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" - -#: authentik/admin/models.py -msgid "Version history" -msgstr "Historia planu" - -#: authentik/admin/tasks.py -msgid "Update latest version info." -msgstr "Zaktualizuj informacje o najnowszej wersji." - -#: authentik/admin/tasks.py -#, python-brace-format -msgid "New version {version} available!" -msgstr "Nowa wersja {version} dostępna!" - -#: 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 "Ogólny błąd API" - -#: authentik/api/v3/schema/response.py -msgid "Validation Error" -msgstr "Błąd walidacji" - -#: authentik/blueprints/api.py -msgid "Blueprint file does not exist" -msgstr "Plik szablonu nie istnieje" - -#: authentik/blueprints/api.py -msgid "Failed to validate blueprint" -msgstr "Nie udało się zweryfikować szablonu" - -#: authentik/blueprints/api.py -msgid "Either path or content must be set." -msgstr "Ścieżka albo treść muszą być ustawione." - -#: authentik/blueprints/models.py -msgid "Managed by authentik" -msgstr "Zarządzane przez 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 "" -"Obiekty zarządzane przez authentik. Te obiekty są tworzone i aktualizowane " -"automatycznie. Ta flaga tylko wskazuje, że obiekt może zostać nadpisany " -"przez migracje. Nadal możesz modyfikować obiekty za pomocą API, ale " -"spodziewaj się, że zmiany zostaną nadpisane w późniejszej aktualizacji." - -#: authentik/blueprints/models.py -msgid "Blueprint Instance" -msgstr "Instancja schematu" - -#: authentik/blueprints/models.py -msgid "Blueprint Instances" -msgstr "Instancje schematu" - -#: authentik/blueprints/v1/exporter.py -#, python-brace-format -msgid "authentik Export - {date}" -msgstr "Eksport authentik - {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 "Zastosuj pojedynczy szablon." - -#: 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 "" -"Domena, która aktywuje tę markę. Może być nadzbiorem, tj. `a.b` dla `aa.b` i" -" `ba.b`" - -#: authentik/brands/models.py -msgid "" -"When set, external users will be redirected to this application after " -"authenticating." -msgstr "" -"Po ustawieniu tej opcji użytkownicy zewnętrzni zostaną przekierowani do tej " -"aplikacji po uwierzytelnieniu." - -#: authentik/brands/models.py -msgid "Web Certificate used by the authentik Core webserver." -msgstr "Certyfikat sieciowy używany przez serwer WWW authentik Core." - -#: authentik/brands/models.py -msgid "Certificates used for client authentication." -msgstr "" - -#: authentik/brands/models.py -msgid "Brand" -msgstr "Marka" - -#: authentik/brands/models.py -msgid "Brands" -msgstr "Marki" - -#: authentik/core/api/application_entitlements.py -msgid "User does not have access to application." -msgstr "" - -#: authentik/core/api/applications.py -#, python-brace-format -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 "" - -#: 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 "" -"Gdy nie ustawiono, zwracani są wszyscy dostawcy. Gdy ustawiono na prawdę, " -"zwracani są tylko dostawcy kanału zwrotnego. Gdy ustawiono na fałsz, " -"dostawcy kanału zwrotnego są wykluczeni." - -#: authentik/core/api/transactional_applications.py -#, python-brace-format -msgid "User lacks permission to create {model}" -msgstr "" - -#: authentik/core/api/users.py -msgid "No leading or trailing slashes allowed." -msgstr "Niedozwolone są początkowe lub końcowe ukośniki." - -#: authentik/core/api/users.py -msgid "No empty segments in user path allowed." -msgstr "Żadne puste segmenty w ścieżce użytkownika nie są dozwolone." - -#: 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 "nazwa" - -#: authentik/core/models.py -msgid "Users added to this group will be superusers." -msgstr "Użytkownicy dodani do tej grupy będą superużytkownikami." - -#: authentik/core/models.py -msgid "Group" -msgstr "Grupa" - -#: authentik/core/models.py -msgid "Groups" -msgstr "Grupy" - -#: authentik/core/models.py -msgid "Add user to group" -msgstr "Dodaj użytkownika do grupy" - -#: authentik/core/models.py -msgid "Remove user from group" -msgstr "Usuń użytkownika z grupy" - -#: authentik/core/models.py -msgid "Enable superuser status" -msgstr "" - -#: authentik/core/models.py -msgid "Disable superuser status" -msgstr "Wyłącz status superużytkownika" - -#: authentik/core/models.py -msgid "User's display name." -msgstr "Wyświetlana nazwa użytkownika." - -#: authentik/core/models.py authentik/providers/oauth2/models.py -#: authentik/providers/saml/models.py authentik/rbac/models.py -msgid "User" -msgstr "Użytkownik" - -#: authentik/core/models.py -msgid "Users" -msgstr "Użytkownicy" - -#: authentik/core/models.py -#: authentik/stages/email/templates/email/password_reset.html -msgid "Reset Password" -msgstr "Zresetuj hasło" - -#: authentik/core/models.py -msgid "Can impersonate other users" -msgstr "Może podszywać się pod innych użytkowników" - -#: authentik/core/models.py -msgid "Can assign permissions to users" -msgstr "Może nadawać uprawnienia użytkownikom" - -#: authentik/core/models.py -msgid "Can unassign permissions from users" -msgstr "Może odebrać uprawnienia użytkownikom" - -#: authentik/core/models.py -msgid "Can preview user data sent to providers" -msgstr "Może podglądać dane użytkownika wysłane do dostawców" - -#: authentik/core/models.py -msgid "View applications the user has access to" -msgstr "Wyświetl aplikacje, do których użytkownik ma dostęp" - -#: authentik/core/models.py -msgid "" -"Flow used for authentication when the associated application is accessed by " -"an un-authenticated user." -msgstr "" -"Przepływ używany do uwierzytelniania, gdy nieuwierzytelniony użytkownik " -"próbuje uzyskać dostęp do powiązanej aplikacji." - -#: authentik/core/models.py -msgid "Flow used when authorizing this provider." -msgstr "Przepływ używany podczas autoryzacji tego dostawcy." - -#: authentik/core/models.py -msgid "Flow used ending the session from a provider." -msgstr "" - -#: authentik/core/models.py -msgid "" -"Accessed from applications; optional backchannel providers for protocols " -"like LDAP and SCIM." -msgstr "" -"Dostępne z aplikacji; opcjonalni dostawcy kanału zwrotnego dla protokołów " -"takich jak LDAP i SCIM." - -#: authentik/core/models.py -msgid "Application's display Name." -msgstr "Wyświetlana nazwa aplikacji." - -#: authentik/core/models.py -msgid "Internal application name, used in URLs." -msgstr "Wewnętrzna nazwa aplikacji, używana w adresach URL." - -#: authentik/core/models.py -msgid "Open launch URL in a new browser tab or window." -msgstr "Otwórz adres URL uruchamiania w nowej karcie lub oknie przeglądarki." - -#: authentik/core/models.py -msgid "Application" -msgstr "Aplikacja" - -#: authentik/core/models.py -msgid "Applications" -msgstr "Aplikacje" - -#: authentik/core/models.py -msgid "Application Entitlement" -msgstr "" - -#: authentik/core/models.py -msgid "Application Entitlements" -msgstr "" - -#: authentik/core/models.py -msgid "Use the source-specific identifier" -msgstr "Użyj identyfikatora specyficznego dla źródła" - -#: 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 "" -"Łącz do użytkownika z identycznym adresem e-mail. Może mieć implikacje dla " -"bezpieczeństwa, gdy źródło nie waliduje adresów e-mail." - -#: authentik/core/models.py -msgid "" -"Use the user's email address, but deny enrollment when the email address " -"already exists." -msgstr "" -"Użyj adresu e-mail użytkownika, ale odrzuć rejestrację, gdy adres e-mail już" -" istnieje." - -#: 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 "" -"Łącz użytkownika o identycznej nazwie użytkownika. Może mieć wpływ na " -"bezpieczeństwo, gdy nazwa użytkownika jest używana z innym źródłem." - -#: authentik/core/models.py -msgid "" -"Use the user's username, but deny enrollment when the username already " -"exists." -msgstr "" -"Użyj nazwy użytkownika, ale odrzuć rejestrację, gdy nazwa użytkownika już " -"istnieje." - -#: 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 "" -"Połącz z grupą o identycznej nazwie. Może to mieć konsekwencje " -"bezpieczeństwa, gdy nazwa grupy jest używana z innym źródłem." - -#: authentik/core/models.py -msgid "Use the group name, but deny enrollment when the name already exists." -msgstr "" - -#: authentik/core/models.py -msgid "Source's display Name." -msgstr "Wyświetlana nazwa źródła." - -#: authentik/core/models.py -msgid "Internal source name, used in URLs." -msgstr "Wewnętrzna nazwa źródła używana w adresach URL." - -#: authentik/core/models.py -msgid "Flow to use when authenticating existing users." -msgstr "Przepływ używany podczas uwierzytelniania istniejących użytkowników." - -#: authentik/core/models.py -msgid "Flow to use when enrolling new users." -msgstr "Przepływ do wykorzystania podczas rejestrowania nowych użytkowników." - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing user should be authenticated or a " -"new user enrolled." -msgstr "" -"Jak źródło określa, czy istniejący użytkownik powinien być uwierzytelniony, " -"czy też należy zarejestrować nowego użytkownika." - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing group should be used or a new group" -" created." -msgstr "" - -#: authentik/core/models.py authentik/providers/scim/models.py -msgid "Token" -msgstr "Token" - -#: authentik/core/models.py -msgid "Tokens" -msgstr "Tokeny" - -#: authentik/core/models.py authentik/endpoints/connectors/agent/models.py -msgid "View token's key" -msgstr "Wyświetl klucz tokena" - -#: authentik/core/models.py -msgid "Set a token's key" -msgstr "" - -#: authentik/core/models.py -msgid "Property Mapping" -msgstr "Mapowanie właściwości" - -#: authentik/core/models.py -msgid "Property Mappings" -msgstr "Mapowanie właściwości" - -#: authentik/core/models.py -msgid "session data" -msgstr "" - -#: authentik/core/models.py -msgid "Session" -msgstr "Sesja" - -#: authentik/core/models.py -msgid "Sessions" -msgstr "Sesje" - -#: authentik/core/models.py -msgid "Authenticated Session" -msgstr "Sesja uwierzytelniona" - -#: authentik/core/models.py -msgid "Authenticated Sessions" -msgstr "Sesje uwierzytelnione" - -#: 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 "" -"Żądanie uwierzytelnienia z {source} zostało odrzucone. Proszę uwierzytelnij " -"się za pomocą źródła, z którym wcześniej się zarejestrowałeś." - -#: authentik/core/sources/flow_manager.py -msgid "Configured flow does not exist." -msgstr "Skonfigurowany przepływ nie istnieje." - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully authenticated with {source}!" -msgstr "Pomyślnie uwierzytelniono przy użyciu {source}!" - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully linked {source}!" -msgstr "Pomyślnie połączono {source}!" - -#: authentik/core/sources/flow_manager.py -msgid "Source is not configured for enrollment." -msgstr "Źródło nie jest skonfigurowane do rejestracji." - -#: 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 "Przejdź do domu" - -#: authentik/core/templates/login/base_full.html -#: authentik/flows/templates/if/flow-sfe.html -msgid "Powered by authentik" -msgstr "Napędzane przez 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 "Za chwilę zalogujesz się do %(application)s." - -#: authentik/core/views/interface.py -msgid "Interface can only be accessed by internal users." -msgstr "" - -#: authentik/crypto/api.py -msgid "Subject-alt name" -msgstr "Alternatywna nazwa tematu" - -#: 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 "Dane certyfikatu zakodowane w formacie PEM" - -#: authentik/crypto/models.py -msgid "" -"Optional Private Key. If this is set, you can use this keypair for " -"encryption." -msgstr "" -"Opcjonalny klucz prywatny. Jeśli to jest ustawione, możesz użyć tej pary " -"kluczy do szyfrowania." - -#: authentik/crypto/models.py -msgid "Certificate-Key Pair" -msgstr "Para certyfikat-klucz" - -#: authentik/crypto/models.py -msgid "Certificate-Key Pairs" -msgstr "Pary certyfikat-klucz" - -#: 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 -msgid "Enrollment Token" -msgstr "" - -#: authentik/endpoints/connectors/agent/models.py -msgid "Enrollment Tokens" -msgstr "" - -#: authentik/endpoints/tasks.py -msgid "Sync endpoints." -msgstr "" - -#: authentik/enterprise/api.py -msgid "Enterprise is required to create/update this object." -msgstr "" -"Wymagane jest konto Enterprise do tworzenia/aktualizacji tego obiektu." - -#: authentik/enterprise/models.py -msgid "License" -msgstr "Licencja" - -#: authentik/enterprise/models.py -msgid "Licenses" -msgstr "Licencje" - -#: authentik/enterprise/models.py -msgid "License Usage" -msgstr "Wykorzystanie licencji" - -#: authentik/enterprise/models.py -msgid "License Usage Records" -msgstr "Rejestr wykorzystania licencji" - -#: 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 "" -"Klucz pola do sprawdzenia, dostępne są klucze pola zdefiniowane w etapach " -"monitu." - -#: 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 "Hasło nie jest ustawione w kontekście" - -#: 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 "Historia Haseł Użytkownika" - -#: 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 "Wymagane jest konto Enterprise, aby uzyskać dostęp do tej funkcji." - -#: authentik/enterprise/policy.py -msgid "Feature only accessible for internal users." -msgstr "Funkcja dostępna tylko dla użytkowników wewnętrznych." - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider User" -msgstr "Użytkownik dostawcy Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Users" -msgstr "Użytkownicy dostawcy Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Group" -msgstr "Grupa dostawcy Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Groups" -msgstr "Grupy dostawcy Google Workspace" - -#: 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 "Mapowania właściwości używane do tworzenia/aktualizowania grup." - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider" -msgstr "Dostawca Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Providers" -msgstr "Dostawcy Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mapping" -msgstr "Mapowanie dostawcy Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mappings" -msgstr "Mapowania dostawcy Google Workspace" - -#: 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 "Użytkownik dostawcy Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Group" -msgstr "Grupa dostawcy Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Groups" -msgstr "Grupy dostawcy Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider" -msgstr "Dostawca Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Providers" -msgstr "Dostawcy Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mapping" -msgstr "Mapowanie dostawcy Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mappings" -msgstr "Mapowania dostawcy Microsoft Entra" - -#: 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 "Klucz podpisujący" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Key used to sign the SSF Events." -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Provider" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Providers" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Add stream to SSF provider" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Streams" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Event" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Events" -msgstr "" - -#: 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/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 "Weryfikowanie Twojej przeglądarki..." - -#: 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 "" -"Czas, jaki użytkownik ma na powrót ze źródła w celu kontynuacji przepływu " -"(Format: hours=-1;minutes=-2;seconds=-3)" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stage" -msgstr "Etap źródła" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stages" -msgstr "Etapy źródła" - -#: authentik/enterprise/tasks.py -msgid "Update enterprise license status." -msgstr "" - -#: authentik/events/models.py -msgid "Event" -msgstr "Zdarzenie" - -#: authentik/events/models.py -msgid "Events" -msgstr "Zdarzenia" - -#: authentik/events/models.py -msgid "authentik inbuilt notifications" -msgstr "wbudowane powiadomienia autentik" - -#: authentik/events/models.py -msgid "Generic Webhook" -msgstr "Ogólny 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 "" -"Wyślij powiadomienie tylko raz, na przykład podczas wysyłania webhooka na " -"kanał czatu." - -#: 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 "Poziom błędu" - -#: authentik/events/models.py -msgid "Dispatched for user" -msgstr "Wykonano dla użytkownika" - -#: authentik/events/models.py -msgid "Event user" -msgstr "Użytkownik zdarzenia" - -#: authentik/events/models.py -msgid "Notification Transport" -msgstr "Transport powiadomienia" - -#: authentik/events/models.py -msgid "Notification Transports" -msgstr "Transporty powiadomień" - -#: authentik/events/models.py -msgid "Notice" -msgstr "Uwaga" - -#: authentik/events/models.py -msgid "Warning" -msgstr "Ostrzeżenie" - -#: authentik/events/models.py -msgid "Alert" -msgstr "Alert" - -#: authentik/events/models.py -msgid "Notification" -msgstr "Powiadomienie" - -#: authentik/events/models.py -msgid "Notifications" -msgstr "Powiadomienia" - -#: 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 "" -"Wybierz transporty, które mają być używane do powiadamiania użytkownika. " -"Jeśli nie wybierzesz żadnego, powiadomienie będzie wyświetlane tylko w " -"interfejsie użytkownika authentik." - -#: authentik/events/models.py -msgid "Controls which severity level the created notifications will have." -msgstr "Kontroluje, jaki poziom błędu będą miały utworzone powiadomienia." - -#: 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 "" -"Zdefiniuj, do której grupy użytkowników powiadomienie powinno zostać wysłane" -" i pokazane. Jeśli pozostawisz puste, powiadomienie nie będzie wysłane." - -#: 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 "Reguła powiadomień" - -#: authentik/events/models.py -msgid "Notification Rules" -msgstr "Zasady powiadamiania" - -#: authentik/events/models.py -msgid "Webhook Mapping" -msgstr "Mapowanie webhooka" - -#: authentik/events/models.py -msgid "Webhook Mappings" -msgstr "Mapowania webhooka" - -#: 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 "Wyślij powiadomienie." - -#: 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 "" -"Przepływ nie ma zastosowania do bieżącego użytkownika/żądania: {messages}" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Policy ({type})" -msgstr "Zasada ({type})" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Binding {order}" -msgstr "Wiązanie {order}" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy passed" -msgstr "Zasada przeszła" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Stage ({type})" -msgstr "Etap ({type})" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy denied" -msgstr "Zasada odmówiła" - -#: authentik/flows/api/flows_diagram.py -msgid "End of the flow" -msgstr "Koniec przepływu" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement not fulfilled" -msgstr "Wymaganie nie zostało spełnione" - -#: authentik/flows/api/flows_diagram.py -msgid "Flow authentication requirement" -msgstr "Wymaganie uwierzytelniania przepływu" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement fulfilled" -msgstr "Wymaganie spełnione" - -#: authentik/flows/api/flows_diagram.py -msgid "Pre-flow policies" -msgstr "Przed-przepływowe zasady" - -#: authentik/flows/api/flows_diagram.py authentik/flows/models.py -msgid "Flow" -msgstr "Przepływ" - -#: authentik/flows/exceptions.py -msgid "Flow does not apply to current user." -msgstr "Przepływ nie dotyczy bieżącego użytkownika." - -#: authentik/flows/models.py -#, python-brace-format -msgid "Dynamic In-memory stage: {doc}" -msgstr "Etap dynamiczny w pamięci: {doc}" - -#: authentik/flows/models.py -msgid "Visible in the URL." -msgstr "Widoczne w adresie URL." - -#: authentik/flows/models.py -msgid "Shown as the Title in Flow pages." -msgstr "Wyświetlany jako tytuł na stronach Przepływu." - -#: 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 "" -"Decyduje, do czego służy ten Przepływ. Na przykład przepływ uwierzytelniania" -" służy do przekierowania nieuwierzytelnionego użytkownika który odwiedza " -"authentik." - -#: authentik/flows/models.py -msgid "Background shown during execution" -msgstr "Tło pokazane podczas wykonywania" - -#: authentik/flows/models.py -msgid "" -"Enable compatibility mode, increases compatibility with password managers on" -" mobile devices." -msgstr "" -"Włącz tryb zgodności, zwiększa zgodność z menedżerami haseł na urządzeniach " -"mobilnych." - -#: authentik/flows/models.py -msgid "Configure what should happen when a flow denies access to a user." -msgstr "" -"Skonfiguruj, co powinno się stać, gdy przepływ odmówi użytkownikowi dostępu." - -#: authentik/flows/models.py -msgid "Required level of authentication and authorization to access a flow." -msgstr "" -"Wymagany poziom uwierzytelniania i autoryzacji w celu uzyskania dostępu do " -"przepływu." - -#: authentik/flows/models.py -msgid "Flows" -msgstr "Przepływy" - -#: authentik/flows/models.py -msgid "Can export a Flow" -msgstr "Może eksportować Przepływ" - -#: authentik/flows/models.py -msgid "Can inspect a Flow's execution" -msgstr "Może sprawdzać wykonanie Przepływu" - -#: authentik/flows/models.py -msgid "View Flow's cache metrics" -msgstr "Wyświetlanie metryk pamięci podręcznej Przepływu." - -#: authentik/flows/models.py -msgid "Clear Flow's cache metrics" -msgstr "Wyczyść metryki pamięci podręcznej Przepływu" - -#: authentik/flows/models.py -msgid "Evaluate policies during the Flow planning process." -msgstr "Oceniaj zasady podczas procesu planowania Przepływu." - -#: 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 "" -"Skonfiguruj sposób, w jaki wykonawca przepływu powinien obsługiwać " -"nieprawidłową odpowiedź na wyzwanie. RETRY zwraca komunikat o błędzie i " -"podobne wyzwanie do wykonawcy. RESTART ponownie uruchamia przepływ od " -"początku, a RESTART_WITH_CONTEXT ponownie uruchamia przepływ, zachowując " -"bieżący kontekst." - -#: authentik/flows/models.py -msgid "Flow Stage Binding" -msgstr "Wiązanie etapu przepływu" - -#: authentik/flows/models.py -msgid "Flow Stage Bindings" -msgstr "Wiązania etapu przepływu" - -#: 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 "" -"Przepływ używany przez uwierzytelnionego użytkownika do konfigurowania tego " -"etapu. Jeśli jest pusty, użytkownik nie będzie mógł skonfigurować tego " -"etapu." - -#: authentik/flows/models.py -msgid "Flow Token" -msgstr "Token przepływu" - -#: authentik/flows/models.py -msgid "Flow Tokens" -msgstr "Tokeny przepływu" - -#: authentik/flows/templates/if/flow.html -msgid "Site footer" -msgstr "" - -#: authentik/flows/views/executor.py -msgid "Invalid next URL" -msgstr "Nieprawidłowy następny adres URL" - -#: 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 nie ma prawidłowego formatu 'hours=3;minutes=1'." - -#: authentik/lib/validators.py -#, python-brace-format -msgid "The fields {field_names} must be used together." -msgstr "Pola {field_names} muszą być używane razem." - -#: authentik/outposts/api/service_connections.py -msgid "" -"You can only use an empty kubeconfig when connecting to a local cluster." -msgstr "" -"Możesz używać tylko pustej konfiguracji kubeconfig gzy łączysz się z " -"lokalnym klastrem." - -#: authentik/outposts/api/service_connections.py -msgid "Invalid kubeconfig" -msgstr "Nieprawidłowa konfiguracja kubeconfig" - -#: authentik/outposts/models.py -msgid "" -"If enabled, use the local connection. Required Docker socket/Kubernetes " -"Integration" -msgstr "" -"Jeśli ta opcja jest włączona, używane jest połączenie lokalne. Wymagana " -"integracja z socketem Docker/Kubernetes" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connection" -msgstr "Połączenie serwisowe placówki" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connections" -msgstr "Połączenia serwisowe placówki" - -#: authentik/outposts/models.py -msgid "" -"Can be in the format of 'unix://' when connecting to a local docker " -"daemon, or 'https://:2376' when connecting to a remote system." -msgstr "" -"Może mieć format „unix://” w przypadku łączenia się z lokalnym demonem" -" docker lub „https://:2376” w przypadku łączenia się z systemem " -"zdalnym." - -#: authentik/outposts/models.py -msgid "" -"CA which the endpoint's Certificate is verified against. Can be left empty " -"for no validation." -msgstr "" -"CA względem którego weryfikowany jest certyfikat. Można pozostawić puste, " -"aby nie sprawdzać poprawności." - -#: authentik/outposts/models.py -msgid "" -"Certificate/Key used for authentication. Can be left empty for no " -"authentication." -msgstr "" -"Certyfikat/klucz używany do uwierzytelniania. Można pozostawić puste, aby " -"nie uwierzytelniać." - -#: authentik/outposts/models.py -msgid "Docker Service-Connection" -msgstr "Połączenie serwisowe Dockera" - -#: authentik/outposts/models.py -msgid "Docker Service-Connections" -msgstr "Połączenia serwisowe Dockera" - -#: authentik/outposts/models.py -msgid "" -"Paste your kubeconfig here. authentik will automatically use the currently " -"selected context." -msgstr "" -"Wklej tutaj swój kubeconfig. authentik automatycznie użyje aktualnie " -"wybranego kontekstu." - -#: authentik/outposts/models.py -msgid "Verify SSL Certificates of the Kubernetes API endpoint" -msgstr "Zweryfikuj certyfikaty SSL endpointu API Kubernetes" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connection" -msgstr "Połączenie serwisowe Kubernetes" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connections" -msgstr "Połączenia serwisowe Kubernetes" - -#: 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 "" -"Wybierz połączenie serwisowe, które authentik powinien użyć do zarządzania " -"tą placówką. Pozostaw puste, jeśli authentik nie powinien obsługiwać " -"wdrożenia." - -#: authentik/outposts/models.py -msgid "Outpost" -msgstr "Placówka" - -#: authentik/outposts/models.py -msgid "Outposts" -msgstr "Placówki" - -#: 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 "Odmowa dostępu" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policy" -msgstr "Zasada atrapy" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policies" -msgstr "Zasady atrapy" - -#: 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 "" -"Dopasuj wydarzenia utworzone przez wybraną aplikację. Jeśli pozostanie " -"pusty, wszystkie aplikacje zostaną dopasowane." - -#: 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 "" -"Dopasowanie zdarzeń utworzonych przez wybrany model. Pozostawienie pustego " -"pola powoduje dopasowanie wszystkich modeli. Gdy wybrana jest aplikacja, " -"dopasowywane są wszystkie modele aplikacji." - -#: authentik/policies/event_matcher/api.py -msgid "At least one criteria must be set." -msgstr "Co najmniej jedno kryterium musi być ustawione." - -#: authentik/policies/event_matcher/models.py -msgid "" -"Match created events with this action type. When left empty, all action " -"types will be matched." -msgstr "" -"Dopasuj utworzone zdarzenia do tego typu akcji. Jeśli pozostawisz to puste, " -"wszystkie typy akcji zostaną dopasowane." - -#: authentik/policies/event_matcher/models.py -msgid "" -"Matches Event's Client IP (strict matching, for network matching use an " -"Expression Policy)" -msgstr "" -"Dopasowuje adres IP klienta zdarzenia (dopasowanie ścisłe, w przypadku " -"dopasowania sieciowego należy użyć polityki wyrażeń)." - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policy" -msgstr "Zasada dopasowywania zdarzeń" - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policies" -msgstr "Zasady dopasowywania zdarzeń" - -#: 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 "Hasło wygasło." - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policy" -msgstr "Zasada wygaśnięcia hasła" - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policies" -msgstr "Zasady wygaśnięcia hasła" - -#: authentik/policies/expression/models.py -msgid "Expression Policy" -msgstr "Zasada wyrażeń" - -#: authentik/policies/expression/models.py -msgid "Expression Policies" -msgstr "Zasady wyrażeń" - -#: authentik/policies/geoip/models.py -msgid "GeoIP: client IP not found in ASN database." -msgstr "GeoIP: adres IP klienta nie został znaleziony w bazie danych ASN." - -#: 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 "WSZYSTKIE, wszystkie zasady muszą zostać spełnione" - -#: authentik/policies/models.py -msgid "any, any policy must pass" -msgstr "DOWOLNA, dowolna zasada musi zostać spełniona" - -#: authentik/policies/models.py -msgid "Policy Binding Model" -msgstr "Model wiązania zasad" - -#: authentik/policies/models.py -msgid "Policy Binding Models" -msgstr "Modele wiązania zasad" - -#: authentik/policies/models.py -msgid "Negates the outcome of the policy. Messages are unaffected." -msgstr "Neguje wynik zasad. Wiadomości pozostają nienaruszone." - -#: authentik/policies/models.py -msgid "Timeout after which Policy execution is terminated." -msgstr "Limit czasu, po którym wykonanie Zasady zostanie zakończone." - -#: authentik/policies/models.py -msgid "Result if the Policy execution fails." -msgstr "Wynik, jeśli wykonanie Zasady się nie powiedzie." - -#: authentik/policies/models.py -msgid "Policy Binding" -msgstr "Wiązania zasad" - -#: authentik/policies/models.py -msgid "Policy Bindings" -msgstr "Wiązania zasady" - -#: 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 "" -"Gdy ta opcja jest włączona, wszystkie wykonania tej zasady będą " -"rejestrowane. Domyślnie rejestrowane są tylko błędy wykonania." - -#: authentik/policies/models.py -msgid "Policy" -msgstr "Zasada" - -#: authentik/policies/models.py -msgid "Policies" -msgstr "Zasady" - -#: authentik/policies/models.py -msgid "View Policy's cache metrics" -msgstr "Wyświetl metryki pamięci podręcznej Zasady" - -#: authentik/policies/models.py -msgid "Clear Policy's cache metrics" -msgstr "Wyczyść metryki pamięci podręcznej Zasady" - -#: authentik/policies/password/models.py -msgid "How many times the password hash is allowed to be on haveibeenpwned" -msgstr "Ile razy skrót hasła może być na haveibeenpwned" - -#: authentik/policies/password/models.py -msgid "" -"If the zxcvbn score is equal or less than this value, the policy will fail." -msgstr "" -"Jeśli wynik zxcvbn jest równy lub mniejszy od tej wartości, zasada zakończy " -"się niepowodzeniem." - -#: authentik/policies/password/models.py -msgid "Invalid password." -msgstr "Nieprawidłowe hasło." - -#: 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 "Hasło jest za słabe." - -#: authentik/policies/password/models.py -msgid "Password Policy" -msgstr "Zasada hasła" - -#: authentik/policies/password/models.py -msgid "Password Policies" -msgstr "Zasady hasła" - -#: authentik/policies/reputation/api.py -msgid "Either IP or Username must be checked" -msgstr "Należy zaznaczyć IP lub nazwę użytkownika" - -#: authentik/policies/reputation/models.py -msgid "Reputation Policy" -msgstr "Zasada reputacji" - -#: authentik/policies/reputation/models.py -msgid "Reputation Policies" -msgstr "Zasady reputacji" - -#: authentik/policies/reputation/models.py -msgid "Reputation Score" -msgstr "Punkty reputacji" - -#: authentik/policies/reputation/models.py -msgid "Reputation Scores" -msgstr "Punkty reputacji" - -#: authentik/policies/templates/policies/buffer.html -msgid "Waiting for authentication..." -msgstr "Oczekiwanie na uwierzytelnienie..." - -#: 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 "Odmowa uprawnień" - -#: authentik/policies/templates/policies/denied.html -msgid "User's avatar" -msgstr "Awatar użytkownika" - -#: authentik/policies/templates/policies/denied.html -msgid "Not you?" -msgstr "Nie ty?" - -#: authentik/policies/templates/policies/denied.html -msgid "Error" -msgstr "Błąd" - -#: authentik/policies/templates/policies/denied.html -msgid "Request has been denied." -msgstr "Żądanie zostało odrzucone." - -#: authentik/policies/templates/policies/denied.html -msgid "Messages:" -msgstr "Wiadomości:" - -#: authentik/policies/templates/policies/denied.html -msgid "Explanation:" -msgstr "Wyjaśnienie:" - -#: authentik/policies/templates/policies/denied.html -#, python-format -msgid "" -"\n" -" Policy binding '%(name)s' returned result '%(result)s'\n" -" " -msgstr "" -"\n" -" Powiązanie zasad '%(name)s' zwróciło wynik '%(result)s'\n" -" " - -#: authentik/policies/views.py -msgid "Failed to resolve application" -msgstr "Nie udało się wyszukać aplikacji" - -#: authentik/providers/ldap/models.py -msgid "DN under which objects are accessible." -msgstr "DN, pod którym obiekty są dostępne." - -#: 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 "" -"Początek dla uidNumbers, ta liczba jest dodawana do user.pk, aby upewnić " -"się, że liczby nie są zbyt niskie dla użytkowników POSIX. Domyślnie jest to " -"2000, aby upewnić się, że nie kolidujemy z lokalnymi użytkownikami 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 "" -"Początek dla gidNumbers, ta liczba jest dodawana do liczby wygenerowanej z " -"group.pk, aby upewnić się, że liczby nie są zbyt niskie dla grup POSIX. " -"Domyślnie 4000, aby zapewnić, że nie kolidujemy z grupami lokalnymi lub " -"grupami podstawowymi użytkowników 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 "" -"Gdy ta opcja jest włączona, uwierzytelnianie wieloskładnikowe oparte na " -"kodzie może być używane poprzez dodanie średnika i kodu TOTP do hasła. Ta " -"opcja powinna być włączona tylko wtedy, gdy wszyscy użytkownicy, którzy będą" -" łączyć się z tym dostawcą, mają skonfigurowane urządzenie TOTP, ponieważ w " -"przeciwnym razie hasło może zostać nieprawidłowo odrzucone, jeśli zawiera " -"średnik." - -#: authentik/providers/ldap/models.py -msgid "LDAP Provider" -msgstr "Dostawca LDAP" - -#: authentik/providers/ldap/models.py -msgid "LDAP Providers" -msgstr "Dostawcy LDAP" - -#: 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 "Na podstawie zahaszowanego identyfikatora użytkownika" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user ID" -msgstr "Na podstawie ID użytkownika" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user UUID" -msgstr "Na podstawie UUID użytkownika" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the username" -msgstr "Na podstawie nazwy użytkownika" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the User's Email. This is recommended over the UPN method." -msgstr "" -"Na podstawie adresu e-mail użytkownika. Jest to zalecane zamiast metody UPN." - -#: 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 "" -"Na podstawie UPN użytkownika działa tylko wtedy, gdy użytkownik ma ustawiony" -" atrybut „upn”. Użyj tej metody tylko wtedy, gdy masz różne UPN i Mail " -"domeny." - -#: authentik/providers/oauth2/models.py -msgid "Confidential" -msgstr "Poufny" - -#: authentik/providers/oauth2/models.py -msgid "Public" -msgstr "Publiczny" - -#: authentik/providers/oauth2/models.py -msgid "Same identifier is used for all providers" -msgstr "Ten sam identyfikator jest używany dla wszystkich dostawców" - -#: authentik/providers/oauth2/models.py -msgid "Each provider has a different issuer, based on the application slug." -msgstr "" -"Każdy dostawca ma innego wystawcę, w oparciu o informacje o slug aplikacji." - -#: 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 (Authorization Code Flow)" - -#: authentik/providers/oauth2/models.py -msgid "id_token (Implicit Flow)" -msgstr "id_token (niejawny przepływ)" - -#: authentik/providers/oauth2/models.py -msgid "id_token token (Implicit Flow)" -msgstr "id_token token (przepływ niejawny)" - -#: authentik/providers/oauth2/models.py -msgid "code token (Hybrid Flow)" -msgstr "code token (przepływ hybrydowy)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token (Hybrid Flow)" -msgstr "code id_token (przepływ hybrydowy)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token token (Hybrid Flow)" -msgstr "code id_token token (przepływ hybrydowy)" - -#: authentik/providers/oauth2/models.py -msgid "HS256 (Symmetric Encryption)" -msgstr "HS256 (szyfrowanie symetryczne)" - -#: authentik/providers/oauth2/models.py -msgid "RS256 (Asymmetric Encryption)" -msgstr "RS256 (szyfrowanie asymetryczne)" - -#: authentik/providers/oauth2/models.py -msgid "ES256 (Asymmetric Encryption)" -msgstr "ES256 (szyfrowanie asymetryczne)" - -#: authentik/providers/oauth2/models.py -msgid "ES384 (Asymmetric Encryption)" -msgstr "ES384 (Szyfrowanie Asymetryczne)" - -#: authentik/providers/oauth2/models.py -msgid "ES512 (Asymmetric Encryption)" -msgstr "ES512 (Szyfrowanie Asymetryczne)" - -#: authentik/providers/oauth2/models.py -msgid "Scope used by the client" -msgstr "Zakres używany przez klienta" - -#: authentik/providers/oauth2/models.py -msgid "" -"Description shown to the user when consenting. If left empty, the user won't" -" be informed." -msgstr "" -"Opis wyświetlany użytkownikowi podczas wyrażania zgody. Jeśli pozostanie " -"pusty, użytkownik nie zostanie o tym poinformowany." - -#: authentik/providers/oauth2/models.py -msgid "Scope Mapping" -msgstr "Mapowanie zakresu" - -#: authentik/providers/oauth2/models.py -msgid "Scope Mappings" -msgstr "Mapowania zakresu" - -#: authentik/providers/oauth2/models.py -msgid "Client Type" -msgstr "Typ klienta" - -#: authentik/providers/oauth2/models.py -msgid "" -"Confidential clients are capable of maintaining the confidentiality of their" -" credentials. Public clients are incapable" -msgstr "" -"Poufni klienci są w stanie zachować poufność swoich danych " -"uwierzytelniających. Klienci publiczni są niezdolni" - -#: authentik/providers/oauth2/models.py -msgid "Client ID" -msgstr "Client ID" - -#: authentik/providers/oauth2/models.py -msgid "Client Secret" -msgstr "Client Secret" - -#: authentik/providers/oauth2/models.py -msgid "Redirect URIs" -msgstr "URI przekierowania" - -#: 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 "Uwzględnij roszczenia w 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 "" -"Uwzględnij oświadczenia użytkownika z zakresów w id_token dla aplikacji, " -"które nie uzyskują dostępu do punktu końcowego informacji o użytkowniku." - -#: 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 "" -"Kody dostępu nieważne w bieżącym czasie lub później + ta wartość (Format: " -"hours=1;minutes=2;seconds=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 "" -"Tokeny nieważne w bieżącym czasie lub później + ta wartość (Format: " -"hours=1;minutes=2;seconds=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 "" -"Skonfiguruj, jakie dane mają być używane jako unikalny identyfikator " -"użytkownika. W większości przypadków wartość domyślna powinna być w " -"porządku." - -#: authentik/providers/oauth2/models.py -msgid "Configure how the issuer field of the ID Token should be filled." -msgstr "Skonfiguruj jak pole wystawcy tokena ID powinien być wypełniony." - -#: authentik/providers/oauth2/models.py -msgid "Key used to sign the tokens." -msgstr "Klucz używany do podpisywania tokenów." - -#: authentik/providers/oauth2/models.py -msgid "Encryption Key" -msgstr "Klucz szyfrowania" - -#: 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 "" -"Do uwierzytelnienia można użyć dowolnego JWT podpisanego przez JWK wybranego" -" źródła." - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Provider" -msgstr "Dostawca OAuth2/OpenID" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Providers" -msgstr "Dostawcy OAuth2/OpenID" - -#: authentik/providers/oauth2/models.py -msgid "Scopes" -msgstr "Zakresy" - -#: authentik/providers/oauth2/models.py -msgid "Code" -msgstr "Kod" - -#: authentik/providers/oauth2/models.py -msgid "Nonce" -msgstr "Nonce" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge" -msgstr "Wyzwanie kodu" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge Method" -msgstr "Metoda wyzwania kodu" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Code" -msgstr "Kod autoryzacji" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Codes" -msgstr "Kody autoryzacyjne" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Token" -msgstr "Token dostępu OAuth2" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Tokens" -msgstr "Tokeny dostępu OAuth2" - -#: authentik/providers/oauth2/models.py -msgid "ID Token" -msgstr "ID Token" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Token" -msgstr "Token odświeżania OAuth2" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Tokens" -msgstr "Tokeny odświeżania OAuth2" - -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "Token urządzenia" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "Tokeny urządzenia" - -#: 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 "Przekierowanie do {app}..." - -#: authentik/providers/oauth2/views/device_init.py -msgid "Invalid code" -msgstr "Zły kod" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your User Information" -msgstr "Zgodność z GitHub: Uzyskaj dostęp do informacji o użytkowniku" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access you Email addresses" -msgstr "Zgodność z GitHub: Uzyskaj dostęp do adresów e-mail" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your Groups" -msgstr "Zgodność z GitHub: Uzyskaj dostęp do swoich grup" - -#: authentik/providers/proxy/api.py -msgid "User and password attributes must be set when basic auth is enabled." -msgstr "" -"Atrybuty użytkownika i hasła muszą być ustawione, gdy włączone basic auth" - -#: authentik/providers/proxy/api.py -msgid "Internal host cannot be empty when forward auth is disabled." -msgstr "Host wewnętrzny nie może być pusty, gdy forward auth jest wyłączony." - -#: 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 "Weryfikuj certyfikaty SSL serwerów nadrzędnych" - -#: authentik/providers/proxy/models.py -msgid "Internal host SSL Validation" -msgstr "Weryfikacja SSL hosta wewnętrznego" - -#: authentik/providers/proxy/models.py -msgid "" -"Enable support for forwardAuth in traefik and nginx auth_request. Exclusive " -"with internal_host." -msgstr "" -"Włącz obsługę forwardAuth w traefik i nginx auth_request. Wyłącznie z " -"internal_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 "" -"Wyrażenia regularne, dla których uwierzytelnianie nie jest wymagane. Każda " -"nowa linia jest interpretowana jako nowe wyrażenie regularne." - -#: authentik/providers/proxy/models.py -msgid "" -"When enabled, this provider will intercept the authorization header and " -"authenticate requests based on its value." -msgstr "" -"Gdy ta opcja jest włączona, ten dostawca przechwytuje nagłówek autoryzacji i" -" uwierzytelnia żądania na podstawie jego wartości." - -#: authentik/providers/proxy/models.py -msgid "Set HTTP-Basic Authentication" -msgstr "Ustaw HTTP-Basic Authentication" - -#: authentik/providers/proxy/models.py -msgid "" -"Set a custom HTTP-Basic Authentication header based on values from " -"authentik." -msgstr "" -"Ustaw niestandardowy nagłówek HTTP-Basic Authentication na podstawie " -"wartości z authentik." - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Username Key" -msgstr "Klucz nazwy użytkownika HTTP-Basic" - -#: 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 "" -"Atrybut użytkownika/grupy używany w części użytkownika nagłówka HTTP-Basic. " -"Jeśli nie jest ustawiony, używany jest adres e-mail użytkownika." - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Password Key" -msgstr "Klucz hasła HTTP-Basic" - -#: authentik/providers/proxy/models.py -msgid "" -"User/Group Attribute used for the password part of the HTTP-Basic Header." -msgstr "Atrybut użytkownika/grupy używany w części hasła nagłówka HTTP-Basic." - -#: authentik/providers/proxy/models.py -msgid "Proxy Provider" -msgstr "Dostawca proxy" - -#: authentik/providers/proxy/models.py -msgid "Proxy Providers" -msgstr "Dostawcy proxy" - -#: 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 "" -"Określa, jak długo trwa sesja. Domyślna wartość 0 sekund oznacza, że sesje " -"trwają do zamknięcia przeglądarki. (Format: hours=-1;minutes=-2;seconds=-3)" - -#: authentik/providers/rac/models.py -msgid "When set to true, connection tokens will be deleted upon disconnect." -msgstr "" -"Gdy ustawione na prawdę, tokeny połączenia zostaną usunięte po rozłączeniu." - -#: authentik/providers/rac/models.py -msgid "RAC Provider" -msgstr "Dostawca RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Providers" -msgstr "Dostawcy RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoint" -msgstr "Punkt końcowy RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoints" -msgstr "Punkty końcowe RAC" - -#: 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 "Token połączenia RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Connection tokens" -msgstr "Tokeny połączenia RAC" - -#: authentik/providers/rac/views.py -msgid "Maximum connection limit reached." -msgstr "Osiągnięto maksymalny limit połączeń." - -#: authentik/providers/rac/views.py -msgid "(You are already connected in another tab/window)" -msgstr "(Jesteś już podłączony w innej karcie/oknie)" - -#: authentik/providers/radius/models.py -msgid "Shared secret between clients and server to hash packets." -msgstr "" -"Współdzielony sekret między klientami i serwerem do hashowania pakietów." - -#: 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 "" -"Lista CIDR (oddzielonych przecinkami), z których mogą łączyć się klienci. " -"Bardziej szczegółowy CIDR będzie pasował przed luźniejszym. Klienci łączący " -"się z nieokreślonego CIDR zostaną odrzuceni." - -#: authentik/providers/radius/models.py -msgid "Radius Provider" -msgstr "Dostawca Radius" - -#: authentik/providers/radius/models.py -msgid "Radius Providers" -msgstr "Dostawcy Radius" - -#: 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 "Nieprawidłowa składnia XML" - -#: authentik/providers/saml/api/providers.py -#, python-brace-format -msgid "Failed to import Metadata: {messages}" -msgstr "Nie udało się zaimportować metadanych: {messages}" - -#: authentik/providers/saml/models.py -msgid "ACS URL" -msgstr "ACS URL" - -#: authentik/providers/saml/models.py -msgid "Service Provider Binding" -msgstr "Wiązanie usługodawcy" - -#: authentik/providers/saml/models.py -msgid "" -"This determines how authentik sends the response back to the Service " -"Provider." -msgstr "" -"Określa sposób, w jaki authentik wysyła odpowiedź z powrotem do dostawcy." - -#: 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 "" -"Wartość pola ograniczenia odbiorców w asercji. Jeśli pozostanie puste, żadne" -" ograniczenie odbiorców nie zostanie dodane." - -#: authentik/providers/saml/models.py -msgid "Also known as EntityID" -msgstr "Znany również jako 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 "Mapowanie właściwości NameID" - -#: 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 "" -"Konfiguruje sposób tworzenia wartości NameID. Jeśli pozostanie puste, pod " -"uwagę brana będzie wartość NameIDPolicy przychodzącego żądania" - -#: 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 "" -"Asercja ważna w bieżącym lub późniejszym czasie + ta wartość (Format: " -"hours=-1;minutes=-2;seconds=-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 "" -"Asercja nieważna w bieżącym lub późniejszym czasie + ta wartość (Format: " -"hours=1;minutes=2;seconds=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 "" -"Sesja nieważna w bieżącym czasie lub później + ta wartość (Format: " -"hours=1;minutes=2;seconds=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 "ECDSA-SHA1" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "ECDSA-SHA256" -msgstr "ECDSA-SHA256" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "ECDSA-SHA384" -msgstr "ECDSA-SHA384" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "ECDSA-SHA512" -msgstr "ECDSA-SHA512" - -#: 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 "" -"Po wybraniu, przychodzące podpisy asercji będą sprawdzane względem tego " -"certyfikatu. Aby zezwolić na niepodpisane żądania, pozostaw domyślnie." - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Verification Certificate" -msgstr "Certyfikat weryfikacji" - -#: authentik/providers/saml/models.py -msgid "Keypair used to sign outgoing Responses going to the Service Provider." -msgstr "" -"Para kluczy służąca do podpisywania Odpowiedzi wychodzących do Usługodawcy." - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Signing Keypair" -msgstr "Podpisująca pary kluczy" - -#: 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 "Domyślna wartość relay_state dla logowań inicjowanych przez IDP" - -#: authentik/providers/saml/models.py -msgid "SAML Provider" -msgstr "Dostawca SAML" - -#: authentik/providers/saml/models.py -msgid "SAML Providers" -msgstr "Dostawcy SAML" - -#: 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 "Dostawca SAML z metadanych" - -#: authentik/providers/saml/models.py -msgid "SAML Providers from Metadata" -msgstr "Dostawcy SAML z metadanych" - -#: 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 "Domyślny" - -#: authentik/providers/scim/models.py -msgid "AWS" -msgstr "AWS" - -#: authentik/providers/scim/models.py -msgid "Slack" -msgstr "Slack" - -#: authentik/providers/scim/models.py -msgid "Salesforce" -msgstr "" - -#: authentik/providers/scim/models.py -msgid "Base URL to SCIM requests, usually ends in /v2" -msgstr "Podstawowy adres URL dla żądań SCIM, zwykle kończy się na /v2" - -#: authentik/providers/scim/models.py -msgid "Authentication token" -msgstr "Token uwierzytelnienia" - -#: 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 "SCIM Provider" -msgstr "Dostawca SCIM" - -#: authentik/providers/scim/models.py -msgid "SCIM Providers" -msgstr "Dostawcy SCIM" - -#: 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 "Rola" - -#: authentik/rbac/models.py -msgid "Roles" -msgstr "Role" - -#: 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 "Uprawnienie systemowe" - -#: authentik/rbac/models.py -msgid "System permissions" -msgstr "Uprawnienia systemowe" - -#: authentik/rbac/models.py -msgid "Can view system info" -msgstr "Może wyświetlać informacje o systemie" - -#: authentik/rbac/models.py -msgid "Can access admin interface" -msgstr "Może uzyskać dostęp do interfejsu administratora" - -#: authentik/rbac/models.py -msgid "Can view system settings" -msgstr "Może wyświetlać ustawienia systemu" - -#: authentik/rbac/models.py -msgid "Can edit system settings" -msgstr "Może edytować ustawienia systemu" - -#: authentik/recovery/management/commands/create_admin_group.py -msgid "Create admin group if the default group gets deleted." -msgstr "Utwórz grupę administracyjną, jeśli domyślna grupa zostanie usunięta." - -#: authentik/recovery/management/commands/create_recovery_key.py -msgid "Create a Key which can be used to restore access to authentik." -msgstr "" -"Utwórz klucz, którego można użyć do przywrócenia dostępu do authentik." - -#: authentik/recovery/views.py -msgid "Used recovery-link to authenticate." -msgstr "Użył odnośnik odzyskiwania do uwierzytelniania." - -#: 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 "URI serwera" - -#: authentik/sources/ldap/models.py -msgid "" -"Optionally verify the LDAP Server's Certificate against the CA Chain in this" -" keypair." -msgstr "" -"Opcjonalnie zweryfikuj certyfikat serwera LDAP względem łańcucha CA w tej " -"parze kluczy." - -#: authentik/sources/ldap/models.py -msgid "" -"Client certificate to authenticate against the LDAP Server's Certificate." -msgstr "" -"Certyfikat klienta do uwierzytelniania względem certyfikatu serwera LDAP." - -#: authentik/sources/ldap/models.py -msgid "Bind CN" -msgstr "Bind CN" - -#: authentik/sources/ldap/models.py -msgid "Enable Start TLS" -msgstr "Włącz Start TLS" - -#: authentik/sources/ldap/models.py -msgid "Use Server URI for SNI verification" -msgstr "Użyj URI serwera do weryfikacji SNI" - -#: authentik/sources/ldap/models.py -msgid "Base DN" -msgstr "Base DN" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for User-queries." -msgstr "Dodany do podstawowej nazwy wyróżniającej dla zapytań użytkownika." - -#: authentik/sources/ldap/models.py -msgid "Addition User DN" -msgstr "Dodatkowa nazwa wyróżniająca użytkownika" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for Group-queries." -msgstr "Dodany do podstawowej nazwy DN dla zapytań grupowych." - -#: authentik/sources/ldap/models.py -msgid "Addition Group DN" -msgstr "DN grupy dodawania" - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Users." -msgstr "Rozważ obiekty pasujące do tego filtra jako Użytkownicy." - -#: 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 "Pole zawierające członków grupy." - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Groups." -msgstr "Rozważ obiekty pasujące do tego filtra jako grupy." - -#: authentik/sources/ldap/models.py -msgid "Field which contains a unique Identifier." -msgstr "Pole zawierające unikalny identyfikator." - -#: authentik/sources/ldap/models.py -msgid "Update internal authentik password when login succeeds with LDAP" -msgstr "" -"Aktualizuj wewnętrzne hasło uwierzytelniające po pomyślnym zalogowaniu za " -"pomocą LDAP" - -#: 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 "" -"Gdy użytkownik zmieni hasło, zsynchronizuj je z LDAP. Tę funkcję można " -"włączyć tylko w jednym źródle LDAP." - -#: 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 "LDAP Source" -msgstr "Źródło LDAP" - -#: authentik/sources/ldap/models.py -msgid "LDAP Sources" -msgstr "Źródła LDAP" - -#: 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 "Hasło nie pasuje do złożoności usługi 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 "Nie otrzymano tokena." - -#: 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 żądania tokena" - -#: authentik/sources/oauth/models.py -msgid "" -"URL used to request the initial token. This URL is only required for OAuth " -"1." -msgstr "" -"URL używany do żądania początkowego tokena. Ten adres URL jest wymagany " -"tylko w przypadku protokołu OAuth 1." - -#: authentik/sources/oauth/models.py -msgid "Authorization URL" -msgstr "URL autoryzacji" - -#: authentik/sources/oauth/models.py -msgid "URL the user is redirect to to conest the flow." -msgstr "" -"Adres URL, do którego użytkownik jest przekierowywany, aby wyrazić zgodę na " -"przepływ." - -#: authentik/sources/oauth/models.py -msgid "Access Token URL" -msgstr "URL tokena dostępu" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to retrieve tokens." -msgstr "URL używany przez authentik do pobierania tokenów." - -#: authentik/sources/oauth/models.py -msgid "Profile URL" -msgstr "URL profilu" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to get user information." -msgstr "URL używany przez authentik do uzyskania informacji o użytkowniku." - -#: authentik/sources/oauth/models.py -msgid "Additional Scopes" -msgstr "Dodatkowe zakresy" - -#: 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 "Źródło OAuth" - -#: authentik/sources/oauth/models.py -msgid "OAuth Sources" -msgstr "Źródła OAuth" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Source" -msgstr "Źródło GitHub OAuth" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Sources" -msgstr "Źródła GitHub OAuth" - -#: authentik/sources/oauth/models.py -msgid "GitLab OAuth Source" -msgstr "Źródło GitLab OAuth" - -#: authentik/sources/oauth/models.py -msgid "GitLab OAuth Sources" -msgstr "Źródła GitLab OAuth" - -#: authentik/sources/oauth/models.py -msgid "Twitch OAuth Source" -msgstr "Źródło Twitch OAuth" - -#: authentik/sources/oauth/models.py -msgid "Twitch OAuth Sources" -msgstr "Źródła Twitch OAuth" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Source" -msgstr "Źródło Mailcow OAuth" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Sources" -msgstr "Źródła Mailcow OAuth" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Source" -msgstr "Źródło Twitter OAuth" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Sources" -msgstr "Źródła Twitter OAuth" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Source" -msgstr "Źródło Facebook OAuth" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Sources" -msgstr "Źródła Facebook OAuth" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Source" -msgstr "Źródło Discord OAuth" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Sources" -msgstr "Źródła Discord OAuth" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Source" -msgstr "Źródło Patreon OAuth" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Sources" -msgstr "Źródła Patreon OAuth" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Source" -msgstr "Źródło Google OAuth" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Sources" -msgstr "Źródła Google OAuth" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Source" -msgstr "Źródło Azure AD OAuth" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Sources" -msgstr "Źródła Azure AD OAuth" - -#: 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 "Źródło OpenID OAuth" - -#: authentik/sources/oauth/models.py -msgid "OpenID OAuth Sources" -msgstr "Źródła OpenID OAuth" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Source" -msgstr "Źródło Apple OAuth" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Sources" -msgstr "Źródła Apple OAuth" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Source" -msgstr "Źródło Okta OAuth" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Sources" -msgstr "Źródła Okta OAuth" - -#: authentik/sources/oauth/models.py -msgid "Reddit OAuth Source" -msgstr "Źródło Reddit OAuth" - -#: authentik/sources/oauth/models.py -msgid "Reddit OAuth Sources" -msgstr "Źródła Reddit OAuth" - -#: 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 "Połączenie źródła OAuth użytkownika" - -#: authentik/sources/oauth/models.py -msgid "User OAuth Source Connections" -msgstr "Połączenia źródła OAuth użytkownika" - -#: 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 "Uwierzytelnianie nie powiodło się: {reason}" - -#: authentik/sources/plex/models.py -msgid "Client identifier used to talk to Plex." -msgstr "Identyfikator klienta używany do komunikacji z Plex." - -#: 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 "" -"Których serwerów użytkownik musi być członkiem, aby uzyskać dostęp. Pusta " -"lista umożliwia dostęp do każdego serwera." - -#: authentik/sources/plex/models.py -msgid "Allow friends to authenticate, even if you don't share a server." -msgstr "" -"Zezwalaj znajomym na uwierzytelnianie, nawet jeśli nie udostępniasz serwera." - -#: authentik/sources/plex/models.py -msgid "Plex token used to check friends" -msgstr "Token Plex używany do sprawdzania znajomych" - -#: authentik/sources/plex/models.py -msgid "Plex Source" -msgstr "Źródło Plex" - -#: authentik/sources/plex/models.py -msgid "Plex Sources" -msgstr "Źródła Plex" - -#: 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 "Połączenie źródła Plex użytkownika" - -#: authentik/sources/plex/models.py -msgid "User Plex Source Connections" -msgstr "Połączenia źródła Plex użytkownika" - -#: 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 "Powiązanie przekierowania" - -#: authentik/sources/saml/models.py -msgid "POST Binding" -msgstr "Wiązanie POST" - -#: authentik/sources/saml/models.py -msgid "POST Binding with auto-confirmation" -msgstr "Wiązanie POST z automatycznym potwierdzeniem" - -#: authentik/sources/saml/models.py authentik/sources/telegram/models.py -msgid "Flow used before authentication." -msgstr "Przepływ używany przed uwierzytelnieniem." - -#: authentik/sources/saml/models.py -msgid "Issuer" -msgstr "Wystawca" - -#: authentik/sources/saml/models.py -msgid "Also known as Entity ID. Defaults the Metadata URL." -msgstr "Znany również jako Entity ID. Domyślny adres URL metadanych." - -#: 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, do którego wysyłane jest początkowe żądanie logowania." - -#: 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 "" -"Opcjonalny adres URL, jeśli Twój dostawca tożsamości obsługuje pojedyncze " -"wylogowanie." - -#: 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 "" -"Umożliwia przepływy uwierzytelniania zainicjowane przez dostawcę tożsamości." -" Może to stanowić zagrożenie bezpieczeństwa, ponieważ nie przeprowadza się " -"weryfikacji identyfikatora żądania." - -#: authentik/sources/saml/models.py -msgid "" -"NameID Policy sent to the IdP. Can be unset, in which case no Policy is " -"sent." -msgstr "" -"Zasada NameID wysyłana do dostawcy tożsamości. Można wyłączyć, w takim " -"przypadku nie jest wysyłana żadna zasada." - -#: authentik/sources/saml/models.py -msgid "Delete temporary users after" -msgstr "Usuń tymczasowych użytkowników po" - -#: 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 "" -"Przesunięcie czasowe, kiedy użytkownicy tymczasowi powinni zostać usunięci. " -"Ma to zastosowanie tylko wtedy, gdy IDP używa „przejściowego” formatu " -"NameID, a użytkownik nie wylogowuje się ręcznie. (Format: " -"hours=1;minutes=2;seconds=3)." - -#: authentik/sources/saml/models.py -msgid "" -"Keypair used to sign outgoing Responses going to the Identity Provider." -msgstr "" -"Para kluczy służąca do podpisywania Odpowiedzi wychodzących do Usługodawcy." - -#: authentik/sources/saml/models.py -msgid "SAML Source" -msgstr "Źródło SAML" - -#: authentik/sources/saml/models.py -msgid "SAML Sources" -msgstr "Źródła SAML" - -#: 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 "Połączenie źródłowe SAML użytkownika" - -#: authentik/sources/saml/models.py -msgid "User SAML Source Connections" -msgstr "Połączenia źródłowe SAML użytkownika" - -#: 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 "Kontynuuj do {source_name}" - -#: authentik/sources/scim/models.py -msgid "SCIM Source" -msgstr "Źródło SCIM" - -#: authentik/sources/scim/models.py -msgid "SCIM Sources" -msgstr "Źródła SCIM" - -#: 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/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/stage.py -msgid "Authentication date is too old" -msgstr "" - -#: authentik/sources/telegram/stage.py -msgid "Invalid hash" -msgstr "" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stage" -msgstr "Etap konfiguracji uwierzytelniacza Duo" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stages" -msgstr "Etapy konfiguracji uwierzytelniacza Duo" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Device" -msgstr "Urządzenie Duo" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Devices" -msgstr "Urządzenia Duo" - -#: 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 "" -"Gdy ta opcja jest włączona, będą używane globalne ustawienia połączenia " -"poczty e-mail, a poniższe ustawienia połączenia będą ignorowane." - -#: 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 "Wystąpił błąd podczas renderowania szablonu wiadomości e-mail" - -#: 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 "Kod jest niezgodny" - -#: authentik/stages/authenticator_email/stage.py -msgid "Invalid email" -msgstr "Nieprawidłowy email" - -#: 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" -" Cześć %(username)s,\n" -" " - -#: authentik/stages/authenticator_email/templates/email/email_otp.html -msgid "" -"\n" -" Email MFA code.\n" -" " -msgstr "" - -#: 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 "" - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -#: authentik/stages/email/templates/email/password_reset.txt -#, python-format -msgid "Hi %(username)s," -msgstr "Cześć %(username)s," - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -msgid "" -"\n" -"Email MFA code\n" -msgstr "" - -#: 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 "" - -#: 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 "" -"Gdy ta opcja jest włączona, numer telefonu jest używany tylko podczas " -"rejestracji w celu weryfikacji autentyczności użytkowników. Zapisywany jest " -"tylko hash numeru telefonu, aby upewnić się, że nie zostanie on ponownie " -"użyty w przyszłości." - -#: authentik/stages/authenticator_sms/models.py -msgid "Optionally modify the payload being sent to custom providers." -msgstr "" -"Opcjonalnie zmodyfikuj ładunek wysyłany do dostawców niestandardowych." - -#: authentik/stages/authenticator_sms/models.py -#, python-brace-format -msgid "Use this code to authenticate in authentik: {token}" -msgstr "Wykorzystaj ten kod aby uwierzytelnić się w authentik: {token}" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Authenticator Setup Stage" -msgstr "Etap konfiguracji uwierzytelniacza SMS" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Authenticator Setup Stages" -msgstr "Etapy konfiguracji uwierzytelniacza SMS" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Device" -msgstr "Urządzenie SMS" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Devices" -msgstr "Urządzenia SMS" - -#: authentik/stages/authenticator_sms/stage.py -msgid "Invalid phone number" -msgstr "Nieprawidłowy numer telefonu" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Authenticator Setup Stage" -msgstr "Etap konfiguracji uwierzytelniacza statycznego" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Authenticator Setup Stages" -msgstr "Etapy konfiguracji uwierzytelniacza statycznego" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Device" -msgstr "Urządzenie statyczne" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Devices" -msgstr "Urządzenia statyczne" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Token" -msgstr "Token statyczny" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Tokens" -msgstr "Tokeny statyczne" - -#: authentik/stages/authenticator_totp/models.py -msgid "6 digits, widely compatible" -msgstr "6 cyfr, szeroko kompatybilne" - -#: authentik/stages/authenticator_totp/models.py -msgid "8 digits, not compatible with apps like Google Authenticator" -msgstr "8 cyfr, niekompatybilne z aplikacjami takimi jak Google Authenticator" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stage" -msgstr "Etap konfiguracji uwierzytelniacza TOTP" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stages" -msgstr "Etapy konfiguracji uwierzytelniacza TOTP" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Device" -msgstr "Urządzenie TOTP" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Devices" -msgstr "Urządzenia TOTP" - -#: authentik/stages/authenticator_validate/challenge.py -msgid "" -"Invalid Token. Please ensure the time on your device is accurate and try " -"again." -msgstr "" -"Nieprawidłowy token. Upewnij się, że czas na Twoim urządzeniu jest dokładny " -"i spróbuj ponownie." - -#: 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 "" -"Nieprawidłowy typ urządzenia. Skontaktuj się z administratorem {brand} w " -"celu uzyskania pomocy." - -#: authentik/stages/authenticator_validate/models.py -msgid "Static" -msgstr "Statyczny" - -#: 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 "" -"Etapy używany do konfiguracji uwierzytelniacza, gdy użytkownik nie ma " -"żadnych kompatybilnych urządzeń. Po zakończeniu tego etapu konfiguracji " -"użytkownik nie jest ponownie pytany." - -#: authentik/stages/authenticator_validate/models.py -msgid "Device classes which can be used to authenticate" -msgstr "Klasy urządzeń, których można użyć do uwierzytelniania" - -#: 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 "" -"Jeśli którekolwiek z urządzeń użytkownika było używane w tym czasie, etap " -"ten zostanie pominięty." - -#: authentik/stages/authenticator_validate/models.py -msgid "Enforce user verification for WebAuthn devices." -msgstr "Wymuś weryfikację użytkownika dla urządzeń WebAuthn." - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stage" -msgstr "Etap weryfikacji uwierzytelniacza" - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stages" -msgstr "Etapy weryfikacji uwierzytelniacza" - -#: authentik/stages/authenticator_validate/stage.py -msgid "No (allowed) MFA authenticator configured." -msgstr "Nie skonfigurowano (dozwolonego) uwierzytelniania MFA." - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Authenticator Setup Stage" -msgstr "Etap konfiguracji uwierzytelniacza WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Authenticator Setup Stages" -msgstr "Etapy konfiguracji uwierzytelniacza WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device" -msgstr "Urządzenie WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Devices" -msgstr "Urządzenia WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device type" -msgstr "Typ urządzenia WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device types" -msgstr "Typy urządzeń WebAuthn" - -#: 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 "Klucz publiczny, pozyskany z Twojego dostawcy captcha." - -#: authentik/stages/captcha/models.py -msgid "Private key, acquired your captcha Provider." -msgstr "Klucz prywatny, pozyskany z Twojego dostawcy captcha." - -#: 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 "" -"Gdy ta opcja jest włączona, a otrzymany wynik captcha jest poza ustawionym " -"progiem, etap wyświetli komunikat o błędzie. Jeśli nie jest włączona, " -"przepływ będzie kontynuowany, ale dane z captcha będą dostępne w kontekście " -"decyzji zasad" - -#: authentik/stages/captcha/models.py -msgid "Captcha Stage" -msgstr "Etap Captcha" - -#: authentik/stages/captcha/models.py -msgid "Captcha Stages" -msgstr "Etapy Captcha" - -#: authentik/stages/captcha/stage.py -msgid "Invalid captcha response. Retrying may solve this issue." -msgstr "" -"Nieprawidłowa odpowiedź captcha. Ponowna próba może rozwiązać ten problem." - -#: authentik/stages/captcha/stage.py -msgid "Invalid captcha response" -msgstr "Nieprawidłowa odpowiedź captcha" - -#: authentik/stages/captcha/stage.py -msgid "Failed to validate token" -msgstr "Nie udało się zwalidować tokena" - -#: authentik/stages/consent/models.py -msgid "" -"Offset after which consent expires. (Format: hours=1;minutes=2;seconds=3)." -msgstr "" -"Przesunięcie, po którym zgoda wygasa. (Format: hours=1;minutes=2;seconds=3)." - -#: authentik/stages/consent/models.py -msgid "Consent Stage" -msgstr "Etap zgody" - -#: authentik/stages/consent/models.py -msgid "Consent Stages" -msgstr "Etapy zgody" - -#: authentik/stages/consent/models.py -msgid "User Consent" -msgstr "Zgoda użytkownika" - -#: authentik/stages/consent/models.py -msgid "User Consents" -msgstr "Zgody użytkownika" - -#: authentik/stages/consent/stage.py -msgid "Invalid consent token, re-showing prompt" -msgstr "" - -#: authentik/stages/deny/models.py -msgid "Deny Stage" -msgstr "Etap odmowy" - -#: authentik/stages/deny/models.py -msgid "Deny Stages" -msgstr "Etapy odmowy" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stage" -msgstr "Etap atrapy" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stages" -msgstr "Etapy atrapy" - -#: authentik/stages/email/flow.py -msgid "Continue to confirm this email address." -msgstr "Kontynuuj, aby potwierdzić ten adres email." - -#: authentik/stages/email/flow.py -msgid "Link was already used, please request a new link." -msgstr "Link został już użyty, poproś o nowy link." - -#: authentik/stages/email/models.py -msgid "Password Reset" -msgstr "Resetowania hasła" - -#: authentik/stages/email/models.py -msgid "Account Confirmation" -msgstr "Potwierdzenie konta" - -#: 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 "Aktywuj użytkowników po zakończeniu etapu." - -#: authentik/stages/email/models.py -msgid "Email Stage" -msgstr "Etap e-mail" - -#: authentik/stages/email/models.py -msgid "Email Stages" -msgstr "Etapy e-mail" - -#: authentik/stages/email/stage.py -msgid "Successfully verified Email." -msgstr "Pomyślnie zweryfikowano e-mail." - -#: authentik/stages/email/stage.py -msgid "No pending user." -msgstr "Brak oczekującego użytkownika." - -#: authentik/stages/email/stage.py -msgid "Email sent." -msgstr "E-mail wysłany." - -#: authentik/stages/email/stage.py -#, python-brace-format -msgid "" -"Too many account verification attempts. Please try again after {minutes} " -"minutes." -msgstr "" -"Zbyt wiele prób weryfikacji konta. Spróbuj ponownie za {minutes} minut." - -#: authentik/stages/email/stage.py -msgid "Email Successfully sent." -msgstr "Wiadomość e-mail została pomyślnie wysłana." - -#: authentik/stages/email/tasks.py -msgid "Send email." -msgstr "Wyślij email." - -#: authentik/stages/email/templates/email/account_confirmation.html -#: authentik/stages/email/templates/email/account_confirmation.txt -msgid "Welcome!" -msgstr "Witamy!" - -#: 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 "" -"Najpierw musisz potwierdzić swoje konto. Wystarczy nacisnąć przycisk " -"poniżej." - -#: authentik/stages/email/templates/email/account_confirmation.html -msgid "Confirm Account" -msgstr "Potwierdź konto" - -#: 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" -" Jeśli to nie zadziała, skopiuj i wklej następujący link w przeglądarce: %(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 "" -"Jesteśmy podekscytowani, że zaczynasz. Najpierw musisz potwierdzić swoje " -"konto. Po prostu otwórz poniższy link." - -#: authentik/stages/email/templates/email/event_notification.html -#, python-format -msgid "" -"\n" -" This email was sent from the notification transport %(name)s.\n" -" " -msgstr "" -"\n" -" Ta wiadomość e-mail została wysłana z transportu powiadomień %(name)s.\n" -" " - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Dear authentik user," -msgstr "Drogi użytkowniku authentik," - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "The following notification was created:" -msgstr "Utworzono następujące powiadomienie:" - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Additional attributes:" -msgstr "Dodatkowe atrybuty:" - -#: 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" -"Ta wiadomość e-mail została wysłana z transportu powiadomień %(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" -" Niedawno poprosiłeś o zmianę hasła do konta authentik. Użyj poniższego przycisku, aby ustawić nowe hasło.\n" -" " - -#: 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 "" - -#: 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" -"Niedawno poprosiłeś o zmianę hasła do konta authentik. Użyj poniższego przycisku, aby ustawić nowe hasło.\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 "" - -#: authentik/stages/email/templates/email/setup.html -msgid "authentik Test-Email" -msgstr "E-mail testowy authentik" - -#: 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" -" To jest testowy e-mail informujący, że pomyślnie skonfigurowałeś e-maile authentik.\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" -"To jest testowy e-mail informujący, że pomyślnie skonfigurowałeś e-maile authentik.\n" - -#: authentik/stages/identification/api.py -msgid "When no user fields are selected, at least one source must be selected" -msgstr "" -"Jeśli nie wybrano żadnych pól użytkownika, należy wybrać co najmniej jedno " -"źródło" - -#: authentik/stages/identification/models.py -msgid "" -"Fields of the user object to match against. (Hold shift to select multiple " -"options)" -msgstr "" -"Pola obiektu użytkownika do dopasowania. (Przytrzymaj Shift, aby wybrać " -"wiele opcji)" - -#: authentik/stages/identification/models.py -msgid "When enabled, user fields are matched regardless of their casing." -msgstr "" -"Gdy ta opcja jest włączona, pola użytkownika są dopasowywane niezależnie od " -"wielkości liter." - -#: 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 "" -"Po wprowadzeniu prawidłowej nazwy użytkownika/adresu e-mail i włączeniu tej " -"opcji zostanie wyświetlona nazwa użytkownika i awatar użytkownika. W " -"przeciwnym razie zostanie wyświetlony tekst wprowadzony przez użytkownika." - -#: authentik/stages/identification/models.py -msgid "" -"When enabled, the stage will succeed and continue even when incorrect user " -"info is entered." -msgstr "" -"Po włączeniu tej opcji etap zakończy się powodzeniem i będzie kontynuowany " -"nawet po wprowadzeniu nieprawidłowych danych użytkownika." - -#: 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 "" -"Opcjonalny przepływ rejestracji, do którego link będzie znajdował się na " -"dole strony." - -#: authentik/stages/identification/models.py -msgid "Optional recovery flow, which is linked at the bottom of the page." -msgstr "" -"Opcjonalny przepływ odzyskiwania, do którego link znajduje się na dole " -"strony." - -#: authentik/stages/identification/models.py -msgid "Optional passwordless flow, which is linked at the bottom of the page." -msgstr "" -"Opcjonalny przepływ bez hasła, do którego link znajduje się na dole strony." - -#: authentik/stages/identification/models.py -msgid "Specify which sources should be shown." -msgstr "Określ, które źródła powinny być pokazane." - -#: authentik/stages/identification/models.py -msgid "Identification Stage" -msgstr "Etap identyfikacji" - -#: authentik/stages/identification/models.py -msgid "Identification Stages" -msgstr "Etapy identyfikacji" - -#: authentik/stages/identification/stage.py -msgid "Failed to authenticate." -msgstr "" - -#: authentik/stages/identification/stage.py -msgid "Log in" -msgstr "Zaloguj się" - -#: authentik/stages/identification/stage.py -msgid "Continue" -msgstr "Kontynuuj" - -#: 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 "" -"Jeśli ta flaga jest ustawiona, ten etap przejdzie do następnego etapu, gdy " -"nie zostanie wysłane żadne zaproszenie. Domyślnie ten etap anuluje przepływ," -" gdy nie zostanie wysłane żadne zaproszenie." - -#: authentik/stages/invitation/models.py -msgid "Invitation Stage" -msgstr "Etap zaproszenia" - -#: authentik/stages/invitation/models.py -msgid "Invitation Stages" -msgstr "Etapy zaproszenia" - -#: authentik/stages/invitation/models.py -msgid "When set, only the configured flow can use this invitation." -msgstr "" -"Po ustawieniu tylko skonfigurowany przepływ może korzystać z tego " -"zaproszenia." - -#: authentik/stages/invitation/models.py -msgid "When enabled, the invitation will be deleted after usage." -msgstr "Gdy ta opcja jest włączona, zaproszenie zostanie usunięte po użyciu." - -#: authentik/stages/invitation/models.py -msgid "Optional fixed data to enforce on user enrollment." -msgstr "Opcjonalne stałe dane do wymuszenia przy rejestracji użytkownika." - -#: authentik/stages/invitation/models.py -msgid "Invitation" -msgstr "Zaproszenie" - -#: authentik/stages/invitation/models.py -msgid "Invitations" -msgstr "Zaproszenia" - -#: authentik/stages/invitation/stage.py -msgid "Invalid invite/invite not found" -msgstr "Nieprawidłowe zaproszenie/nie znaleziono zaproszenia" - -#: authentik/stages/password/models.py -msgid "User database + standard password" -msgstr "Baza użytkowników + standardowe hasło" - -#: authentik/stages/password/models.py -msgid "User database + app passwords" -msgstr "Baza użytkowników + hasła aplikacji" - -#: authentik/stages/password/models.py -msgid "User database + LDAP password" -msgstr "Baza użytkowników + hasło LDAP" - -#: authentik/stages/password/models.py -msgid "User database + Kerberos password" -msgstr "Baza użytkowników + hasło Kerberos" - -#: authentik/stages/password/models.py -msgid "Selection of backends to test the password against." -msgstr "Wybór backendów do testowania hasła." - -#: 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 "" -"Ile prób ma użytkownik przed anulowaniem przepływu. Aby zablokować " -"użytkownika, użyj zasad reputacji i etapu user_write." - -#: authentik/stages/password/models.py -msgid "" -"When enabled, provides a 'show password' button with the password input " -"field." -msgstr "" -"Po włączeniu wyświetla przycisk „Pokaż hasło” z polem wprowadzania hasła." - -#: authentik/stages/password/models.py -msgid "Password Stage" -msgstr "Etap hasła" - -#: authentik/stages/password/models.py -msgid "Password Stages" -msgstr "Etapy hasła" - -#: authentik/stages/password/stage.py -msgid "Invalid password" -msgstr "Nieprawidłowe hasło" - -#: authentik/stages/prompt/models.py -msgid "Text: Simple Text input" -msgstr "Tekst: proste wprowadzanie tekstu" - -#: authentik/stages/prompt/models.py -msgid "Text area: Multiline Text Input." -msgstr "Tekst: Proste wprowadzanie tekstu." - -#: authentik/stages/prompt/models.py -msgid "Text (read-only): Simple Text input, but cannot be edited." -msgstr "" -"Tekst (tylko do odczytu): Proste wprowadzanie tekstu, ale nie można go " -"edytować." - -#: authentik/stages/prompt/models.py -msgid "Text area (read-only): Multiline Text input, but cannot be edited." -msgstr "" -"Tekst (tylko do odczytu): Proste wprowadzanie tekstu, ale nie można go " -"edytować." - -#: authentik/stages/prompt/models.py -msgid "" -"Username: Same as Text input, but checks for and prevents duplicate " -"usernames." -msgstr "" -"Nazwa użytkownika: to samo, co wprowadzanie tekstu, ale sprawdza i zapobiega" -" duplikowaniu nazw użytkowników." - -#: authentik/stages/prompt/models.py -msgid "Email: Text field with Email type." -msgstr "Email: Pole tekstowe z typem Email." - -#: authentik/stages/prompt/models.py -msgid "" -"Password: Masked input, multiple inputs of this type on the same prompt need" -" to be identical." -msgstr "" -"Hasło: Maskowane dane wejściowe, wszystkie wystąpienia tego typu w tym samym" -" zapytaniu muszą być identyczne." - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a group of radio buttons." -msgstr "Stałe pole wyboru wyświetlane jako grupa przełączników." - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a dropdown." -msgstr "Stałe pole wyboru wyświetlane jako lista rozwijana." - -#: authentik/stages/prompt/models.py -msgid "" -"File: File upload for arbitrary files. File content will be available in " -"flow context as data-URI" -msgstr "" -"Plik: Przesyłanie plików dla dowolnych plików. Zawartość pliku będzie " -"dostępna w kontekście przepływu jako data-URI" - -#: authentik/stages/prompt/models.py -msgid "Separator: Static Separator Line" -msgstr "Separator: Statyczna linia separatora" - -#: authentik/stages/prompt/models.py -msgid "Hidden: Hidden field, can be used to insert data into form." -msgstr "Ukryte: Ukryte pole, może służyć do wstawiania danych do formularza." - -#: authentik/stages/prompt/models.py -msgid "Static: Static value, displayed as-is." -msgstr "Statyczny: wartość statyczna, wyświetlana w stanie, w jakim jest." - -#: authentik/stages/prompt/models.py -msgid "authentik: Selection of locales authentik supports" -msgstr "authentik: Wybór ustawień regionalnych obsługiwanych przez authentik" - -#: authentik/stages/prompt/models.py -msgid "Name of the form field, also used to store the value" -msgstr "Nazwa pola formularza, używana również do przechowywania wartości" - -#: 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 "" -"Opcjonalnie podaj krótką wskazówkę opisującą oczekiwaną wartość wejściową. " -"Podczas tworzenia stałego pola wyboru włącz interpretację jako wyrażenie i " -"zwróć listę, aby zwrócić wiele opcji do wyboru." - -#: 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 "" -"Opcjonalnie wstępnie wypełnij dane wejściowe wartością początkową. Podczas " -"tworzenia stałego pola wyboru włącz interpretację jako wyrażenie i zwróć " -"listę, aby zwrócić wiele domyślnych wyborów." - -#: authentik/stages/prompt/models.py -msgid "Prompt" -msgstr "Monit" - -#: authentik/stages/prompt/models.py -msgid "Prompts" -msgstr "Monity" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stage" -msgstr "Etap monitu" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stages" -msgstr "Etapy monitu" - -#: authentik/stages/prompt/stage.py -msgid "Passwords don't match." -msgstr "Hasła się nie zgadzają." - -#: 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 "Etap Przekierowania" - -#: authentik/stages/redirect/models.py -msgid "Redirect Stages" -msgstr "Etapy Przekierowania" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stage" -msgstr "Etap usuwania użytkownika" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stages" -msgstr "Etapy usuwania użytkownika" - -#: authentik/stages/user_delete/stage.py -msgid "No Pending User." -msgstr "Brak oczekującego użytkownika." - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured network" -msgstr "Powiązanie sesji utworzonych na tym etapie ze skonfigurowaną siecią" - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured GeoIP location" -msgstr "" -"Powiązanie sesji utworzonych na tym etapie ze skonfigurowaną lokalizacją " -"GeoIP" - -#: authentik/stages/user_login/models.py -msgid "Terminate all other sessions of the user logging in." -msgstr "Zakończ wszystkie inne sesje logującego się użytkownika." - -#: 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 "" -"Przesunięcie, o które sesja zostanie przedłużona, gdy użytkownik wybierze " -"opcję zapamiętaj mnie. Domyślna wartość 0 oznacza, że opcja zapamiętaj mnie " -"nie będzie wyświetlana. (Format: hours=-1;minutes=-2;seconds=-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 "Etap logowania użytkownika" - -#: authentik/stages/user_login/models.py -msgid "User Login Stages" -msgstr "Etapy logowania użytkownika" - -#: authentik/stages/user_login/stage.py -msgid "No Pending user to login." -msgstr "Brak użytkownika oczekującego na zalogowanie." - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stage" -msgstr "Etap wylogowania użytkownika" - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stages" -msgstr "Etapy wylogowania użytkownika" - -#: authentik/stages/user_write/models.py -msgid "When set, newly created users are inactive and cannot login." -msgstr "" -"Po ustawieniu nowo utworzeni użytkownicy są nieaktywni i nie mogą się " -"zalogować." - -#: authentik/stages/user_write/models.py -msgid "Optionally add newly created users to this group." -msgstr "Opcjonalnie dodaj nowo utworzonych użytkowników do tej grupy." - -#: authentik/stages/user_write/models.py -msgid "User Write Stage" -msgstr "Etap zapisu użytkownika" - -#: authentik/stages/user_write/models.py -msgid "User Write Stages" -msgstr "Etapy zapisu użytkownika" - -#: authentik/stages/user_write/stage.py -msgid "No Pending data." -msgstr "Brak oczekujących danych." - -#: authentik/stages/user_write/stage.py -msgid "No user found and can't create new user." -msgstr "Nie znaleziono użytkownika i nie można utworzyć nowego użytkownika." - -#: authentik/stages/user_write/stage.py -msgid "Failed to update user. Please try again later." -msgstr "Nie udało się zaktualizować użytkownika. Spróbuj ponownie później." - -#: 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 "" -"Nazwa schematu musi zaczynać się od t_, zawierać tylko małe litery i cyfry " -"oraz mieć mniej niż 63 znaki." - -#: authentik/tenants/models.py -msgid "Configure how authentik should show avatars for users." -msgstr "" -"Konfiguracja sposobu wyświetlania awatarów użytkowników przez authentik." - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their name." -msgstr "Włącz możliwość zmiany Imienia przez użytkowników." - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their email address." -msgstr "Włącz możliwość zmiany adresu e-mail przez użytkowników." - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their username." -msgstr "Włącz możliwość zmiany nazwy użytkownika przez użytkowników." - -#: authentik/tenants/models.py -msgid "" -"Events will be deleted after this duration.(Format: " -"weeks=3;days=2;hours=3,seconds=2)." -msgstr "" -"Zdarzenia zostaną usunięte po upływie tego czasu. (Format: " -"weeks=3;days=2;hours=3,seconds=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 "Opcja ta konfiguruje łącza stopki na stronach wykonawców przepływu." - -#: authentik/tenants/models.py -msgid "" -"When enabled, all the events caused by a user will be deleted upon the " -"user's deletion." -msgstr "" -"Po włączeniu tej opcji wszystkie zdarzenia spowodowane przez użytkownika " -"zostaną usunięte po jego usunięciu." - -#: authentik/tenants/models.py -msgid "Globally enable/disable impersonation." -msgstr "Globalne włączenie/wyłączenie podszywania się." - -#: authentik/tenants/models.py -msgid "Require administrators to provide a reason for impersonating a user." -msgstr "" -"Wymagaj od administratorów podania powodu podszywania się pod użytkownika." - -#: authentik/tenants/models.py -msgid "Default token duration" -msgstr "Domyślny czas trwania tokena" - -#: authentik/tenants/models.py -msgid "Default token length" -msgstr "Domyślna długość tokena" - -#: authentik/tenants/models.py -msgid "Tenant" -msgstr "Najemca" - -#: authentik/tenants/models.py -msgid "Tenants" -msgstr "Najemcy" - -#: authentik/tenants/models.py -msgid "Domain" -msgstr "Domena" - -#: authentik/tenants/models.py -msgid "Domains" -msgstr "Domeny" - -#: 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 "Wiadomość" - -#: packages/django-channels-postgres/django_channels_postgres/models.py -msgid "Messages" -msgstr "Wiadomości" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Queue name" -msgstr "Nazwa kolejki" - -#: 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 "Treść wiadomości" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Task status" -msgstr "Status zadania" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Task last modified time" -msgstr "Czas ostatniej modyfikacji zadania" - -#: 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 "Wynik zadania" - -#: 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 "Zadanie" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Tasks" -msgstr "Zadania" - -#: 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 "" diff --git a/locale/pl_PL/LC_MESSAGES/django.mo b/locale/pl_PL/LC_MESSAGES/django.mo index cee5990d6d..1d85d3969d 100644 Binary files a/locale/pl_PL/LC_MESSAGES/django.mo and b/locale/pl_PL/LC_MESSAGES/django.mo differ diff --git a/locale/pl_PL/LC_MESSAGES/django.po b/locale/pl_PL/LC_MESSAGES/django.po index 9bea097eab..47e143228a 100644 --- a/locale/pl_PL/LC_MESSAGES/django.po +++ b/locale/pl_PL/LC_MESSAGES/django.po @@ -4,89 +4,342 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Darek NeroPcStation , 2022 +# Bartosz Karpiński, 2023 +# Michał Jastrzębski, 2024 +# Tomci 12 , 2024 +# Marc Schmitt, 2025 +# Bartosz Ostafin, 2025 +# Darek “NeroPcStation” NeroPcStation , 2025 +# Jens L. , 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-03 12:29+0000\n" -"PO-Revision-Date: 2021-10-09 18:10+0000\n" -"Last-Translator: Darek NeroPcStation , 2022\n" -"Language-Team: Polish (Poland) (https://www.transifex.com/authentik/teams/119923/pl_PL/)\n" +"POT-Creation-Date: 2025-12-01 15:07+0000\n" +"PO-Revision-Date: 2022-09-26 16:47+0000\n" +"Last-Translator: Jens L. , 2025\n" +"Language-Team: Polish (https://app.transifex.com/authentik/teams/119923/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl_PL\n" +"Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: authentik/admin/api/tasks.py:95 -#, python-format -msgid "Successfully re-scheduled Task %(name)s!" -msgstr "Pomyślnie ponownie zaplanowano zadanie %(name)s" +#: authentik/admin/models.py +msgid "Version history" +msgstr "Historia planu" -#: authentik/api/schema.py:21 +#: authentik/admin/tasks.py +msgid "Update latest version info." +msgstr "Zaktualizuj informacje o najnowszej wersji." + +#: authentik/admin/tasks.py +#, python-brace-format +msgid "New version {version} available!" +msgstr "Nowa wersja {version} dostępna!" + +#: 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 "Ogólny błąd API" -#: authentik/api/schema.py:29 +#: authentik/api/v3/schema/response.py msgid "Validation Error" msgstr "Błąd walidacji" -#: authentik/core/api/providers.py:89 -msgid "SAML Provider from Metadata" -msgstr "Dostawca SAML z metadanych" +#: authentik/blueprints/api.py +msgid "Blueprint file does not exist" +msgstr "Plik szablonu nie istnieje" -#: authentik/core/api/providers.py:90 -msgid "Create a SAML Provider by importing its Metadata." -msgstr "Utwórz dostawcę SAML, importując jego metadane." +#: authentik/blueprints/api.py +msgid "Failed to validate blueprint" +msgstr "Nie udało się zweryfikować szablonu" -#: authentik/core/models.py:69 +#: authentik/blueprints/api.py +msgid "Either path or content must be set." +msgstr "Ścieżka albo treść muszą być ustawione." + +#: authentik/blueprints/models.py +msgid "Managed by authentik" +msgstr "Zarządzane przez 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 "" +"Obiekty zarządzane przez authentik. Te obiekty są tworzone i aktualizowane " +"automatycznie. Ta flaga tylko wskazuje, że obiekt może zostać nadpisany " +"przez migracje. Nadal możesz modyfikować obiekty za pomocą API, ale " +"spodziewaj się, że zmiany zostaną nadpisane w późniejszej aktualizacji." + +#: authentik/blueprints/models.py +msgid "Blueprint Instance" +msgstr "Instancja schematu" + +#: authentik/blueprints/models.py +msgid "Blueprint Instances" +msgstr "Instancje schematu" + +#: authentik/blueprints/v1/exporter.py +#, python-brace-format +msgid "authentik Export - {date}" +msgstr "Eksport authentik - {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 "Zastosuj pojedynczy szablon." + +#: 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 "" +"Domena, która aktywuje tę markę. Może być nadzbiorem, tj. `a.b` dla `aa.b` i" +" `ba.b`" + +#: authentik/brands/models.py +msgid "" +"When set, external users will be redirected to this application after " +"authenticating." +msgstr "" +"Po ustawieniu tej opcji użytkownicy zewnętrzni zostaną przekierowani do tej " +"aplikacji po uwierzytelnieniu." + +#: authentik/brands/models.py +msgid "Web Certificate used by the authentik Core webserver." +msgstr "Certyfikat sieciowy używany przez serwer WWW authentik Core." + +#: authentik/brands/models.py +msgid "Certificates used for client authentication." +msgstr "" + +#: authentik/brands/models.py +msgid "Brand" +msgstr "Marka" + +#: authentik/brands/models.py +msgid "Brands" +msgstr "Marki" + +#: authentik/core/api/application_entitlements.py +msgid "User does not have access to application." +msgstr "" + +#: authentik/core/api/applications.py +#, python-brace-format +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 "" + +#: 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 "" +"Gdy nie ustawiono, zwracani są wszyscy dostawcy. Gdy ustawiono na prawdę, " +"zwracani są tylko dostawcy kanału zwrotnego. Gdy ustawiono na fałsz, " +"dostawcy kanału zwrotnego są wykluczeni." + +#: authentik/core/api/transactional_applications.py +#, python-brace-format +msgid "User lacks permission to create {model}" +msgstr "" + +#: authentik/core/api/users.py +msgid "No leading or trailing slashes allowed." +msgstr "Niedozwolone są początkowe lub końcowe ukośniki." + +#: authentik/core/api/users.py +msgid "No empty segments in user path allowed." +msgstr "Żadne puste segmenty w ścieżce użytkownika nie są dozwolone." + +#: 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 "nazwa" -#: authentik/core/models.py:71 +#: authentik/core/models.py msgid "Users added to this group will be superusers." msgstr "Użytkownicy dodani do tej grupy będą superużytkownikami." -#: authentik/core/models.py:129 +#: authentik/core/models.py +msgid "Group" +msgstr "Grupa" + +#: authentik/core/models.py +msgid "Groups" +msgstr "Grupy" + +#: authentik/core/models.py +msgid "Add user to group" +msgstr "Dodaj użytkownika do grupy" + +#: authentik/core/models.py +msgid "Remove user from group" +msgstr "Usuń użytkownika z grupy" + +#: authentik/core/models.py +msgid "Enable superuser status" +msgstr "" + +#: authentik/core/models.py +msgid "Disable superuser status" +msgstr "Wyłącz status superużytkownika" + +#: authentik/core/models.py msgid "User's display name." msgstr "Wyświetlana nazwa użytkownika." -#: authentik/core/models.py:212 authentik/providers/oauth2/models.py:299 +#: authentik/core/models.py authentik/providers/oauth2/models.py +#: authentik/providers/saml/models.py authentik/rbac/models.py msgid "User" msgstr "Użytkownik" -#: authentik/core/models.py:213 +#: authentik/core/models.py msgid "Users" msgstr "Użytkownicy" -#: authentik/core/models.py:224 +#: authentik/core/models.py +#: authentik/stages/email/templates/email/password_reset.html +msgid "Reset Password" +msgstr "Zresetuj hasło" + +#: authentik/core/models.py +msgid "Can impersonate other users" +msgstr "Może podszywać się pod innych użytkowników" + +#: authentik/core/models.py +msgid "Can assign permissions to users" +msgstr "Może nadawać uprawnienia użytkownikom" + +#: authentik/core/models.py +msgid "Can unassign permissions from users" +msgstr "Może odebrać uprawnienia użytkownikom" + +#: authentik/core/models.py +msgid "Can preview user data sent to providers" +msgstr "Może podglądać dane użytkownika wysłane do dostawców" + +#: authentik/core/models.py +msgid "View applications the user has access to" +msgstr "Wyświetl aplikacje, do których użytkownik ma dostęp" + +#: authentik/core/models.py +msgid "" +"Flow used for authentication when the associated application is accessed by " +"an un-authenticated user." +msgstr "" +"Przepływ używany do uwierzytelniania, gdy nieuwierzytelniony użytkownik " +"próbuje uzyskać dostęp do powiązanej aplikacji." + +#: authentik/core/models.py msgid "Flow used when authorizing this provider." msgstr "Przepływ używany podczas autoryzacji tego dostawcy." -#: authentik/core/models.py:257 +#: authentik/core/models.py +msgid "Flow used ending the session from a provider." +msgstr "" + +#: authentik/core/models.py +msgid "" +"Accessed from applications; optional backchannel providers for protocols " +"like LDAP and SCIM." +msgstr "" +"Dostępne z aplikacji; opcjonalni dostawcy kanału zwrotnego dla protokołów " +"takich jak LDAP i SCIM." + +#: authentik/core/models.py msgid "Application's display Name." msgstr "Wyświetlana nazwa aplikacji." -#: authentik/core/models.py:258 +#: authentik/core/models.py msgid "Internal application name, used in URLs." msgstr "Wewnętrzna nazwa aplikacji, używana w adresach URL." -#: authentik/core/models.py:311 +#: authentik/core/models.py +msgid "Open launch URL in a new browser tab or window." +msgstr "Otwórz adres URL uruchamiania w nowej karcie lub oknie przeglądarki." + +#: authentik/core/models.py msgid "Application" msgstr "Aplikacja" -#: authentik/core/models.py:312 +#: authentik/core/models.py msgid "Applications" msgstr "Aplikacje" -#: authentik/core/models.py:318 +#: authentik/core/models.py +msgid "Application Entitlement" +msgstr "" + +#: authentik/core/models.py +msgid "Application Entitlements" +msgstr "" + +#: authentik/core/models.py msgid "Use the source-specific identifier" msgstr "Użyj identyfikatora specyficznego dla źródła" -#: authentik/core/models.py:326 +#: 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 "" +"Łącz do użytkownika z identycznym adresem e-mail. Może mieć implikacje dla " +"bezpieczeństwa, gdy źródło nie waliduje adresów e-mail." + +#: authentik/core/models.py msgid "" "Use the user's email address, but deny enrollment when the email address " "already exists." @@ -94,7 +347,15 @@ msgstr "" "Użyj adresu e-mail użytkownika, ale odrzuć rejestrację, gdy adres e-mail już" " istnieje." -#: authentik/core/models.py:335 +#: 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 "" +"Łącz użytkownika o identycznej nazwie użytkownika. Może mieć wpływ na " +"bezpieczeństwo, gdy nazwa użytkownika jest używana z innym źródłem." + +#: authentik/core/models.py msgid "" "Use the user's username, but deny enrollment when the username already " "exists." @@ -102,129 +363,191 @@ msgstr "" "Użyj nazwy użytkownika, ale odrzuć rejestrację, gdy nazwa użytkownika już " "istnieje." -#: authentik/core/models.py:342 +#: 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 "" +"Połącz z grupą o identycznej nazwie. Może to mieć konsekwencje " +"bezpieczeństwa, gdy nazwa grupy jest używana z innym źródłem." + +#: authentik/core/models.py +msgid "Use the group name, but deny enrollment when the name already exists." +msgstr "" + +#: authentik/core/models.py msgid "Source's display Name." msgstr "Wyświetlana nazwa źródła." -#: authentik/core/models.py:343 +#: authentik/core/models.py msgid "Internal source name, used in URLs." msgstr "Wewnętrzna nazwa źródła używana w adresach URL." -#: authentik/core/models.py:354 +#: 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 "Przepływ używany podczas uwierzytelniania istniejących użytkowników." -#: authentik/core/models.py:363 +#: authentik/core/models.py msgid "Flow to use when enrolling new users." msgstr "Przepływ do wykorzystania podczas rejestrowania nowych użytkowników." -#: authentik/core/models.py:501 +#: authentik/core/models.py +msgid "" +"How the source determines if an existing user should be authenticated or a " +"new user enrolled." +msgstr "" +"Jak źródło określa, czy istniejący użytkownik powinien być uwierzytelniony, " +"czy też należy zarejestrować nowego użytkownika." + +#: authentik/core/models.py +msgid "" +"How the source determines if an existing group should be used or a new group" +" created." +msgstr "" + +#: authentik/core/models.py authentik/providers/scim/models.py msgid "Token" msgstr "Token" -#: authentik/core/models.py:502 +#: authentik/core/models.py msgid "Tokens" msgstr "Tokeny" -#: authentik/core/models.py:545 +#: authentik/core/models.py authentik/endpoints/connectors/agent/models.py +msgid "View token's key" +msgstr "Wyświetl klucz tokena" + +#: authentik/core/models.py +msgid "Set a token's key" +msgstr "" + +#: authentik/core/models.py msgid "Property Mapping" msgstr "Mapowanie właściwości" -#: authentik/core/models.py:546 +#: authentik/core/models.py msgid "Property Mappings" msgstr "Mapowanie właściwości" -#: authentik/core/models.py:582 +#: authentik/core/models.py +msgid "session data" +msgstr "" + +#: authentik/core/models.py +msgid "Session" +msgstr "Sesja" + +#: authentik/core/models.py +msgid "Sessions" +msgstr "Sesje" + +#: authentik/core/models.py msgid "Authenticated Session" msgstr "Sesja uwierzytelniona" -#: authentik/core/models.py:583 +#: authentik/core/models.py msgid "Authenticated Sessions" msgstr "Sesje uwierzytelnione" -#: authentik/core/sources/flow_manager.py:166 -msgid "source" -msgstr "źródło" +#: 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 "" +"Żądanie uwierzytelnienia z {source} zostało odrzucone. Proszę uwierzytelnij " +"się za pomocą źródła, z którym wcześniej się zarejestrowałeś." -#: authentik/core/sources/flow_manager.py:220 -#: authentik/core/sources/flow_manager.py:258 -#, python-format -msgid "Successfully authenticated with %(source)s!" -msgstr "Pomyślnie uwierzytelniono za pomocą%(source)s" +#: authentik/core/sources/flow_manager.py +msgid "Configured flow does not exist." +msgstr "Skonfigurowany przepływ nie istnieje." -#: authentik/core/sources/flow_manager.py:239 -#, python-format -msgid "Successfully linked %(source)s!" -msgstr "Pomyślnie połączono%(source)s" +#: authentik/core/sources/flow_manager.py +#, python-brace-format +msgid "Successfully authenticated with {source}!" +msgstr "Pomyślnie uwierzytelniono przy użyciu {source}!" -#: authentik/core/templates/error/generic.html:27 -msgid "Go to home" +#: authentik/core/sources/flow_manager.py +#, python-brace-format +msgid "Successfully linked {source}!" +msgstr "Pomyślnie połączono {source}!" + +#: authentik/core/sources/flow_manager.py +msgid "Source is not configured for enrollment." +msgstr "Źródło nie jest skonfigurowane do rejestracji." + +#: 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 "Przejdź do domu" -#: authentik/core/templates/if/admin.html:18 -#: authentik/core/templates/if/admin.html:24 -#: authentik/core/templates/if/flow.html:28 -#: authentik/core/templates/if/flow.html:34 -#: authentik/core/templates/if/user.html:18 -#: authentik/core/templates/if/user.html:24 -msgid "Loading..." -msgstr "Ładowanie..." - -#: authentik/core/templates/if/end_session.html:7 -msgid "End session" -msgstr "Zakończ sesję" - -#: authentik/core/templates/if/end_session.html:11 -#, python-format -msgid "" -"\n" -"You've logged out of %(application)s.\n" -msgstr "" -"\n" -"Wylogowałeś się z %(application)s.\n" - -#: authentik/core/templates/if/end_session.html:19 -#, python-format -msgid "" -"\n" -" You've logged out of %(application)s. You can go back to the overview to launch another application, or log out of your authentik account.\n" -" " -msgstr "" -"\n" -" Wylogowałeś się z %(application)s. Możesz wrócić do przeglądu, aby uruchomić inną aplikację lub wylogować się z konta authentik." - -#: authentik/core/templates/if/end_session.html:24 -msgid "Go back to overview" -msgstr "Wróć do przeglądu" - -#: authentik/core/templates/if/end_session.html:26 -msgid "Log out of authentik" -msgstr "Wyloguj się z authentik" - -#: authentik/core/templates/if/end_session.html:30 -#, python-format -msgid "" -"\n" -" Log back into %(application)s\n" -" " -msgstr "" -"\n" -" Zaloguj się ponownie do %(application)s\n" -" " - -#: authentik/core/templates/login/base_full.html:65 +#: authentik/core/templates/login/base_full.html +#: authentik/flows/templates/if/flow-sfe.html msgid "Powered by authentik" msgstr "Napędzane przez authentik" -#: authentik/crypto/api.py:132 +#: 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 "Za chwilę zalogujesz się do %(application)s." + +#: authentik/core/views/interface.py +msgid "Interface can only be accessed by internal users." +msgstr "" + +#: authentik/crypto/api.py msgid "Subject-alt name" msgstr "Alternatywna nazwa tematu" -#: authentik/crypto/models.py:34 +#: 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 "Dane certyfikatu zakodowane w formacie PEM" -#: authentik/crypto/models.py:37 +#: authentik/crypto/models.py msgid "" "Optional Private Key. If this is set, you can use this keypair for " "encryption." @@ -232,40 +555,455 @@ msgstr "" "Opcjonalny klucz prywatny. Jeśli to jest ustawione, możesz użyć tej pary " "kluczy do szyfrowania." -#: authentik/crypto/models.py:100 +#: authentik/crypto/models.py msgid "Certificate-Key Pair" msgstr "Para certyfikat-klucz" -#: authentik/crypto/models.py:101 +#: authentik/crypto/models.py msgid "Certificate-Key Pairs" msgstr "Pary certyfikat-klucz" -#: authentik/crypto/tasks.py:93 -#, python-format -msgid "Successfully imported %(count)d files." -msgstr "Pomyślnie zaimportowano %(count)d plików." +#: authentik/crypto/tasks.py +msgid "Discover, import and update certificates from the filesystem." +msgstr "" -#: authentik/events/models.py:285 +#: 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 "Token urządzenia" + +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Tokens" +msgstr "Tokeny urządzenia" + +#: 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 "Urządzenie" + +#: 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/tasks.py +msgid "Sync endpoints." +msgstr "" + +#: authentik/enterprise/api.py +msgid "Enterprise is required to create/update this object." +msgstr "" +"Wymagane jest konto Enterprise do tworzenia/aktualizacji tego obiektu." + +#: authentik/enterprise/models.py +msgid "License" +msgstr "Licencja" + +#: authentik/enterprise/models.py +msgid "Licenses" +msgstr "Licencje" + +#: authentik/enterprise/models.py +msgid "License Usage" +msgstr "Wykorzystanie licencji" + +#: authentik/enterprise/models.py +msgid "License Usage Records" +msgstr "Rejestr wykorzystania licencji" + +#: 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 "" +"Klucz pola do sprawdzenia, dostępne są klucze pola zdefiniowane w etapach " +"monitu." + +#: 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 "Hasło nie jest ustawione w kontekście" + +#: 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 "Historia Haseł Użytkownika" + +#: 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 "Wymagane jest konto Enterprise, aby uzyskać dostęp do tej funkcji." + +#: authentik/enterprise/policy.py +msgid "Feature only accessible for internal users." +msgstr "Funkcja dostępna tylko dla użytkowników wewnętrznych." + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider User" +msgstr "Użytkownik dostawcy Google Workspace" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Users" +msgstr "Użytkownicy dostawcy Google Workspace" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Group" +msgstr "Grupa dostawcy Google Workspace" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Groups" +msgstr "Grupy dostawcy Google Workspace" + +#: 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 "Mapowania właściwości używane do tworzenia/aktualizowania grup." + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider" +msgstr "Dostawca Google Workspace" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Providers" +msgstr "Dostawcy Google Workspace" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Mapping" +msgstr "Mapowanie dostawcy Google Workspace" + +#: authentik/enterprise/providers/google_workspace/models.py +msgid "Google Workspace Provider Mappings" +msgstr "Mapowania dostawcy Google Workspace" + +#: 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 "Użytkownik dostawcy Microsoft Entra" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider Group" +msgstr "Grupa dostawcy Microsoft Entra" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider Groups" +msgstr "Grupy dostawcy Microsoft Entra" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider" +msgstr "Dostawca Microsoft Entra" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Providers" +msgstr "Dostawcy Microsoft Entra" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider Mapping" +msgstr "Mapowanie dostawcy Microsoft Entra" + +#: authentik/enterprise/providers/microsoft_entra/models.py +msgid "Microsoft Entra Provider Mappings" +msgstr "Mapowania dostawcy Microsoft Entra" + +#: 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 "Klucz podpisujący" + +#: authentik/enterprise/providers/ssf/models.py +msgid "Key used to sign the SSF Events." +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "Shared Signals Framework Provider" +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "Shared Signals Framework Providers" +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "Add stream to SSF provider" +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "SSF Stream" +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "SSF Streams" +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "SSF Stream Event" +msgstr "" + +#: authentik/enterprise/providers/ssf/models.py +msgid "SSF Stream Events" +msgstr "" + +#: 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/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 "Weryfikowanie Twojej przeglądarki..." + +#: 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 "" +"Czas, jaki użytkownik ma na powrót ze źródła w celu kontynuacji przepływu " +"(Format: hours=-1;minutes=-2;seconds=-3)" + +#: authentik/enterprise/stages/source/models.py +msgid "Source Stage" +msgstr "Etap źródła" + +#: authentik/enterprise/stages/source/models.py +msgid "Source Stages" +msgstr "Etapy źródła" + +#: authentik/enterprise/tasks.py +msgid "Update enterprise license status." +msgstr "" + +#: authentik/events/models.py msgid "Event" msgstr "Zdarzenie" -#: authentik/events/models.py:286 +#: authentik/events/models.py msgid "Events" msgstr "Zdarzenia" -#: authentik/events/models.py:292 +#: authentik/events/models.py +msgid "authentik inbuilt notifications" +msgstr "wbudowane powiadomienia autentik" + +#: authentik/events/models.py msgid "Generic Webhook" msgstr "Ogólny Webhook" -#: authentik/events/models.py:293 +#: authentik/events/models.py msgid "Slack Webhook (Slack/Discord)" msgstr "Slack Webhook (Slack/Discord)" -#: authentik/events/models.py:294 +#: authentik/events/models.py +#: authentik/stages/authenticator_validate/models.py msgid "Email" msgstr "E-mail" -#: authentik/events/models.py:312 +#: authentik/events/models.py msgid "" "Only send notification once, for example when sending a webhook into a chat " "channel." @@ -273,85 +1011,207 @@ msgstr "" "Wyślij powiadomienie tylko raz, na przykład podczas wysyłania webhooka na " "kanał czatu." -#: authentik/events/models.py:357 +#: 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 "Poziom błędu" -#: authentik/events/models.py:362 +#: authentik/events/models.py msgid "Dispatched for user" msgstr "Wykonano dla użytkownika" -#: authentik/events/models.py:439 +#: authentik/events/models.py +msgid "Event user" +msgstr "Użytkownik zdarzenia" + +#: authentik/events/models.py msgid "Notification Transport" msgstr "Transport powiadomienia" -#: authentik/events/models.py:440 +#: authentik/events/models.py msgid "Notification Transports" msgstr "Transporty powiadomień" -#: authentik/events/models.py:446 +#: authentik/events/models.py msgid "Notice" msgstr "Uwaga" -#: authentik/events/models.py:447 +#: authentik/events/models.py msgid "Warning" msgstr "Ostrzeżenie" -#: authentik/events/models.py:448 +#: authentik/events/models.py msgid "Alert" msgstr "Alert" -#: authentik/events/models.py:468 +#: authentik/events/models.py msgid "Notification" msgstr "Powiadomienie" -#: authentik/events/models.py:469 +#: authentik/events/models.py msgid "Notifications" msgstr "Powiadomienia" -#: authentik/events/models.py:488 +#: 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 "" +"Wybierz transporty, które mają być używane do powiadamiania użytkownika. " +"Jeśli nie wybierzesz żadnego, powiadomienie będzie wyświetlane tylko w " +"interfejsie użytkownika authentik." + +#: authentik/events/models.py msgid "Controls which severity level the created notifications will have." msgstr "Kontroluje, jaki poziom błędu będą miały utworzone powiadomienia." -#: authentik/events/models.py:508 +#: 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 "" +"Zdefiniuj, do której grupy użytkowników powiadomienie powinno zostać wysłane" +" i pokazane. Jeśli pozostawisz puste, powiadomienie nie będzie wysłane." + +#: 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 "Reguła powiadomień" -#: authentik/events/models.py:509 +#: authentik/events/models.py msgid "Notification Rules" msgstr "Zasady powiadamiania" -#: authentik/events/models.py:530 -msgid "Notification Webhook Mapping" -msgstr "Mapowanie webhooka powiadomień" +#: authentik/events/models.py +msgid "Webhook Mapping" +msgstr "Mapowanie webhooka" -#: authentik/events/models.py:531 -msgid "Notification Webhook Mappings" -msgstr "Mapowania webhooka powiadomień" +#: authentik/events/models.py +msgid "Webhook Mappings" +msgstr "Mapowania webhooka" -#: authentik/events/monitored_tasks.py:197 -msgid "Task has not been run yet." -msgstr "Zadanie nie zostało jeszcze uruchomione." - -#: authentik/flows/api/flows.py:350 -#, python-format -msgid "Flow not applicable to current user/request: %(messages)s" +#: authentik/events/tasks.py +msgid "Dispatch new event notifications." msgstr "" -"Przepływ nie ma zastosowanie do bieżącego użytkownika/żądania: %(messages)s" -#: authentik/flows/models.py:107 +#: 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 "Wyślij powiadomienie." + +#: 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 "" +"Przepływ nie ma zastosowania do bieżącego użytkownika/żądania: {messages}" + +#: authentik/flows/api/flows_diagram.py +#, python-brace-format +msgid "Policy ({type})" +msgstr "Zasada ({type})" + +#: authentik/flows/api/flows_diagram.py +#, python-brace-format +msgid "Binding {order}" +msgstr "Wiązanie {order}" + +#: authentik/flows/api/flows_diagram.py +msgid "Policy passed" +msgstr "Zasada przeszła" + +#: authentik/flows/api/flows_diagram.py +#, python-brace-format +msgid "Stage ({type})" +msgstr "Etap ({type})" + +#: authentik/flows/api/flows_diagram.py +msgid "Policy denied" +msgstr "Zasada odmówiła" + +#: authentik/flows/api/flows_diagram.py +msgid "End of the flow" +msgstr "Koniec przepływu" + +#: authentik/flows/api/flows_diagram.py +msgid "Requirement not fulfilled" +msgstr "Wymaganie nie zostało spełnione" + +#: authentik/flows/api/flows_diagram.py +msgid "Flow authentication requirement" +msgstr "Wymaganie uwierzytelniania przepływu" + +#: authentik/flows/api/flows_diagram.py +msgid "Requirement fulfilled" +msgstr "Wymaganie spełnione" + +#: authentik/flows/api/flows_diagram.py +msgid "Pre-flow policies" +msgstr "Przed-przepływowe zasady" + +#: authentik/flows/api/flows_diagram.py authentik/flows/models.py +msgid "Flow" +msgstr "Przepływ" + +#: authentik/flows/exceptions.py +msgid "Flow does not apply to current user." +msgstr "Przepływ nie dotyczy bieżącego użytkownika." + +#: authentik/flows/models.py +#, python-brace-format +msgid "Dynamic In-memory stage: {doc}" +msgstr "Etap dynamiczny w pamięci: {doc}" + +#: authentik/flows/models.py msgid "Visible in the URL." msgstr "Widoczne w adresie URL." -#: authentik/flows/models.py:109 +#: authentik/flows/models.py msgid "Shown as the Title in Flow pages." -msgstr "Wyświetlany jako tytuł na stronach przepływu." +msgstr "Wyświetlany jako tytuł na stronach Przepływu." -#: authentik/flows/models.py:126 +#: 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 "" +"Decyduje, do czego służy ten Przepływ. Na przykład przepływ uwierzytelniania" +" służy do przekierowania nieuwierzytelnionego użytkownika który odwiedza " +"authentik." + +#: authentik/flows/models.py msgid "Background shown during execution" msgstr "Tło pokazane podczas wykonywania" -#: authentik/flows/models.py:133 +#: authentik/flows/models.py msgid "" "Enable compatibility mode, increases compatibility with password managers on" " mobile devices." @@ -359,19 +1219,46 @@ msgstr "" "Włącz tryb zgodności, zwiększa zgodność z menedżerami haseł na urządzeniach " "mobilnych." -#: authentik/flows/models.py:178 -msgid "Flow" -msgstr "Przepływ" +#: authentik/flows/models.py +msgid "Configure what should happen when a flow denies access to a user." +msgstr "" +"Skonfiguruj, co powinno się stać, gdy przepływ odmówi użytkownikowi dostępu." -#: authentik/flows/models.py:179 +#: authentik/flows/models.py +msgid "Required level of authentication and authorization to access a flow." +msgstr "" +"Wymagany poziom uwierzytelniania i autoryzacji w celu uzyskania dostępu do " +"przepływu." + +#: authentik/flows/models.py msgid "Flows" -msgstr "Przepływ(y)" +msgstr "Przepływy" -#: authentik/flows/models.py:209 -msgid "Evaluate policies when the Stage is present to the user." -msgstr "Oceń zasady, gdy etap jest prezentowany użytkownikowi." +#: authentik/flows/models.py +msgid "Can export a Flow" +msgstr "Może eksportować Przepływ" -#: authentik/flows/models.py:216 +#: authentik/flows/models.py +msgid "Can inspect a Flow's execution" +msgstr "Może sprawdzać wykonanie Przepływu" + +#: authentik/flows/models.py +msgid "View Flow's cache metrics" +msgstr "Wyświetlanie metryk pamięci podręcznej Przepływu." + +#: authentik/flows/models.py +msgid "Clear Flow's cache metrics" +msgstr "Wyczyść metryki pamięci podręcznej Przepływu" + +#: authentik/flows/models.py +msgid "Evaluate policies during the Flow planning process." +msgstr "Oceniaj zasady podczas procesu planowania Przepływu." + +#: 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 " @@ -384,59 +1271,108 @@ msgstr "" "początku, a RESTART_WITH_CONTEXT ponownie uruchamia przepływ, zachowując " "bieżący kontekst." -#: authentik/flows/models.py:240 +#: authentik/flows/models.py msgid "Flow Stage Binding" msgstr "Wiązanie etapu przepływu" -#: authentik/flows/models.py:241 +#: authentik/flows/models.py msgid "Flow Stage Bindings" msgstr "Wiązania etapu przepływu" -#: authentik/flows/models.py:291 +#: 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 "" +"Przepływ używany przez uwierzytelnionego użytkownika do konfigurowania tego " +"etapu. Jeśli jest pusty, użytkownik nie będzie mógł skonfigurować tego " +"etapu." + +#: authentik/flows/models.py msgid "Flow Token" msgstr "Token przepływu" -#: authentik/flows/models.py:292 +#: authentik/flows/models.py msgid "Flow Tokens" msgstr "Tokeny przepływu" -#: authentik/flows/templates/flows/error.html:12 -msgid "Whoops!" -msgstr "Ups!" +#: authentik/flows/templates/if/flow.html +msgid "Site footer" +msgstr "" -#: authentik/flows/templates/flows/error.html:17 -msgid "Something went wrong! Please try again later." -msgstr "Coś poszło nie tak! Spróbuj ponownie później." +#: authentik/flows/views/executor.py +msgid "Invalid next URL" +msgstr "Nieprawidłowy następny adres URL" -#: authentik/lib/utils/time.py:24 +#: 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 nie ma prawidłowego formatu 'hours=3;minutes=1'." -#: authentik/managed/models.py:12 -msgid "Managed by authentik" -msgstr "Zarządzane przez authentik" +#: authentik/lib/validators.py +#, python-brace-format +msgid "The fields {field_names} must be used together." +msgstr "Pola {field_names} muszą być używane razem." -#: authentik/outposts/api/service_connections.py:131 +#: authentik/outposts/api/service_connections.py msgid "" "You can only use an empty kubeconfig when connecting to a local cluster." msgstr "" "Możesz używać tylko pustej konfiguracji kubeconfig gzy łączysz się z " "lokalnym klastrem." -#: authentik/outposts/api/service_connections.py:139 +#: authentik/outposts/api/service_connections.py msgid "Invalid kubeconfig" msgstr "Nieprawidłowa konfiguracja kubeconfig" -#: authentik/outposts/models.py:151 +#: authentik/outposts/models.py +msgid "" +"If enabled, use the local connection. Required Docker socket/Kubernetes " +"Integration" +msgstr "" +"Jeśli ta opcja jest włączona, używane jest połączenie lokalne. Wymagana " +"integracja z socketem Docker/Kubernetes" + +#: authentik/outposts/models.py msgid "Outpost Service-Connection" msgstr "Połączenie serwisowe placówki" -#: authentik/outposts/models.py:152 +#: authentik/outposts/models.py msgid "Outpost Service-Connections" msgstr "Połączenia serwisowe placówki" -#: authentik/outposts/models.py:188 +#: authentik/outposts/models.py +msgid "" +"Can be in the format of 'unix://' when connecting to a local docker " +"daemon, or 'https://:2376' when connecting to a remote system." +msgstr "" +"Może mieć format „unix://” w przypadku łączenia się z lokalnym demonem" +" docker lub „https://:2376” w przypadku łączenia się z systemem " +"zdalnym." + +#: authentik/outposts/models.py +msgid "" +"CA which the endpoint's Certificate is verified against. Can be left empty " +"for no validation." +msgstr "" +"CA względem którego weryfikowany jest certyfikat. Można pozostawić puste, " +"aby nie sprawdzać poprawności." + +#: authentik/outposts/models.py msgid "" "Certificate/Key used for authentication. Can be left empty for no " "authentication." @@ -444,165 +1380,346 @@ msgstr "" "Certyfikat/klucz używany do uwierzytelniania. Można pozostawić puste, aby " "nie uwierzytelniać." -#: authentik/outposts/models.py:201 +#: authentik/outposts/models.py msgid "Docker Service-Connection" msgstr "Połączenie serwisowe Dockera" -#: authentik/outposts/models.py:202 +#: authentik/outposts/models.py msgid "Docker Service-Connections" msgstr "Połączenia serwisowe Dockera" -#: authentik/outposts/models.py:227 +#: authentik/outposts/models.py +msgid "" +"Paste your kubeconfig here. authentik will automatically use the currently " +"selected context." +msgstr "" +"Wklej tutaj swój kubeconfig. authentik automatycznie użyje aktualnie " +"wybranego kontekstu." + +#: authentik/outposts/models.py +msgid "Verify SSL Certificates of the Kubernetes API endpoint" +msgstr "Zweryfikuj certyfikaty SSL endpointu API Kubernetes" + +#: authentik/outposts/models.py msgid "Kubernetes Service-Connection" msgstr "Połączenie serwisowe Kubernetes" -#: authentik/outposts/models.py:228 +#: authentik/outposts/models.py msgid "Kubernetes Service-Connections" msgstr "Połączenia serwisowe Kubernetes" -#: authentik/policies/denied.py:24 +#: 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 "" +"Wybierz połączenie serwisowe, które authentik powinien użyć do zarządzania " +"tą placówką. Pozostaw puste, jeśli authentik nie powinien obsługiwać " +"wdrożenia." + +#: authentik/outposts/models.py +msgid "Outpost" +msgstr "Placówka" + +#: authentik/outposts/models.py +msgid "Outposts" +msgstr "Placówki" + +#: 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 "Odmowa dostępu" -#: authentik/policies/dummy/models.py:45 +#: authentik/policies/dummy/models.py msgid "Dummy Policy" msgstr "Zasada atrapy" -#: authentik/policies/dummy/models.py:46 +#: authentik/policies/dummy/models.py msgid "Dummy Policies" msgstr "Zasady atrapy" -#: authentik/policies/event_matcher/models.py:80 +#: 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 "" +"Dopasuj wydarzenia utworzone przez wybraną aplikację. Jeśli pozostanie " +"pusty, wszystkie aplikacje zostaną dopasowane." + +#: 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 "" +"Dopasowanie zdarzeń utworzonych przez wybrany model. Pozostawienie pustego " +"pola powoduje dopasowanie wszystkich modeli. Gdy wybrana jest aplikacja, " +"dopasowywane są wszystkie modele aplikacji." + +#: authentik/policies/event_matcher/api.py +msgid "At least one criteria must be set." +msgstr "Co najmniej jedno kryterium musi być ustawione." + +#: authentik/policies/event_matcher/models.py +msgid "" +"Match created events with this action type. When left empty, all action " +"types will be matched." +msgstr "" +"Dopasuj utworzone zdarzenia do tego typu akcji. Jeśli pozostawisz to puste, " +"wszystkie typy akcji zostaną dopasowane." + +#: authentik/policies/event_matcher/models.py +msgid "" +"Matches Event's Client IP (strict matching, for network matching use an " +"Expression Policy)" +msgstr "" +"Dopasowuje adres IP klienta zdarzenia (dopasowanie ścisłe, w przypadku " +"dopasowania sieciowego należy użyć polityki wyrażeń)." + +#: authentik/policies/event_matcher/models.py msgid "Event Matcher Policy" msgstr "Zasada dopasowywania zdarzeń" -#: authentik/policies/event_matcher/models.py:81 +#: authentik/policies/event_matcher/models.py msgid "Event Matcher Policies" msgstr "Zasady dopasowywania zdarzeń" -#: authentik/policies/expiry/models.py:46 -msgid "days" -msgstr "dni" +#: authentik/policies/expiry/models.py +#, python-brace-format +msgid "Password expired {days} days ago. Please update your password." +msgstr "" -#: authentik/policies/expiry/models.py:49 +#: authentik/policies/expiry/models.py msgid "Password has expired." msgstr "Hasło wygasło." -#: authentik/policies/expiry/models.py:54 +#: authentik/policies/expiry/models.py msgid "Password Expiry Policy" msgstr "Zasada wygaśnięcia hasła" -#: authentik/policies/expiry/models.py:55 +#: authentik/policies/expiry/models.py msgid "Password Expiry Policies" msgstr "Zasady wygaśnięcia hasła" -#: authentik/policies/expression/models.py:41 +#: authentik/policies/expression/models.py msgid "Expression Policy" -msgstr "Zasada ekspresji" +msgstr "Zasada wyrażeń" -#: authentik/policies/expression/models.py:42 +#: authentik/policies/expression/models.py msgid "Expression Policies" -msgstr "Zasady ekspresji" +msgstr "Zasady wyrażeń" -#: authentik/policies/hibp/models.py:22 -#: authentik/policies/password/models.py:24 -msgid "Field key to check, field keys defined in Prompt stages are available." +#: authentik/policies/geoip/models.py +msgid "GeoIP: client IP not found in ASN database." +msgstr "GeoIP: adres IP klienta nie został znaleziony w bazie danych ASN." + +#: authentik/policies/geoip/models.py +msgid "Client IP is not part of an allowed autonomous system." msgstr "" -"Klucz pola do sprawdzenia, dostępne są klucze pola zdefiniowane w etapach " -"monitu." -#: authentik/policies/hibp/models.py:47 -#: authentik/policies/password/models.py:57 -msgid "Password not set in context" -msgstr "Hasło nie jest ustawione w kontekście" +#: authentik/policies/geoip/models.py +msgid "GeoIP: client IP address not found in City database." +msgstr "" -#: authentik/policies/hibp/models.py:60 -#, python-format -msgid "Password exists on %(count)d online lists." -msgstr "Hasło istnieje na %(count)d listach online." +#: authentik/policies/geoip/models.py +msgid "Client IP is not in an allowed country." +msgstr "" -#: authentik/policies/hibp/models.py:66 -msgid "Have I Been Pwned Policy" -msgstr "Zasada Have I been pwned" +#: authentik/policies/geoip/models.py +msgid "Distance from previous authentication is larger than threshold." +msgstr "" -#: authentik/policies/hibp/models.py:67 -msgid "Have I Been Pwned Policies" -msgstr "Zasady Have I been pwned" +#: authentik/policies/geoip/models.py +msgid "Distance is further than possible." +msgstr "" -#: authentik/policies/models.py:23 -msgid "ALL, all policies must pass" -msgstr "WSZYSTKIE, wszystkie zasady muszą przejść" +#: authentik/policies/geoip/models.py +msgid "GeoIP Policy" +msgstr "" -#: authentik/policies/models.py:25 -msgid "ANY, any policy must pass" -msgstr "DOWOLNA, dowolna zasada musi przejść" +#: authentik/policies/geoip/models.py +msgid "GeoIP Policies" +msgstr "" -#: authentik/policies/models.py:45 +#: authentik/policies/models.py +msgid "all, all policies must pass" +msgstr "WSZYSTKIE, wszystkie zasady muszą zostać spełnione" + +#: authentik/policies/models.py +msgid "any, any policy must pass" +msgstr "DOWOLNA, dowolna zasada musi zostać spełniona" + +#: authentik/policies/models.py msgid "Policy Binding Model" msgstr "Model wiązania zasad" -#: authentik/policies/models.py:46 +#: authentik/policies/models.py msgid "Policy Binding Models" msgstr "Modele wiązania zasad" -#: authentik/policies/models.py:85 +#: authentik/policies/models.py msgid "Negates the outcome of the policy. Messages are unaffected." msgstr "Neguje wynik zasad. Wiadomości pozostają nienaruszone." -#: authentik/policies/models.py:88 +#: authentik/policies/models.py msgid "Timeout after which Policy execution is terminated." msgstr "Limit czasu, po którym wykonanie Zasady zostanie zakończone." -#: authentik/policies/models.py:141 +#: authentik/policies/models.py +msgid "Result if the Policy execution fails." +msgstr "Wynik, jeśli wykonanie Zasady się nie powiedzie." + +#: authentik/policies/models.py msgid "Policy Binding" msgstr "Wiązania zasad" -#: authentik/policies/models.py:142 +#: authentik/policies/models.py msgid "Policy Bindings" msgstr "Wiązania zasady" -#: authentik/policies/models.py:181 +#: 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 "" +"Gdy ta opcja jest włączona, wszystkie wykonania tej zasady będą " +"rejestrowane. Domyślnie rejestrowane są tylko błędy wykonania." + +#: authentik/policies/models.py msgid "Policy" msgstr "Zasada" -#: authentik/policies/models.py:182 +#: authentik/policies/models.py msgid "Policies" msgstr "Zasady" -#: authentik/policies/password/models.py:89 +#: authentik/policies/models.py +msgid "View Policy's cache metrics" +msgstr "Wyświetl metryki pamięci podręcznej Zasady" + +#: authentik/policies/models.py +msgid "Clear Policy's cache metrics" +msgstr "Wyczyść metryki pamięci podręcznej Zasady" + +#: authentik/policies/password/models.py +msgid "How many times the password hash is allowed to be on haveibeenpwned" +msgstr "Ile razy skrót hasła może być na haveibeenpwned" + +#: authentik/policies/password/models.py +msgid "" +"If the zxcvbn score is equal or less than this value, the policy will fail." +msgstr "" +"Jeśli wynik zxcvbn jest równy lub mniejszy od tej wartości, zasada zakończy " +"się niepowodzeniem." + +#: authentik/policies/password/models.py +msgid "Invalid password." +msgstr "Nieprawidłowe hasło." + +#: 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 "Hasło jest za słabe." + +#: authentik/policies/password/models.py msgid "Password Policy" msgstr "Zasada hasła" -#: authentik/policies/password/models.py:90 +#: authentik/policies/password/models.py msgid "Password Policies" msgstr "Zasady hasła" -#: authentik/policies/reputation/models.py:54 +#: authentik/policies/reputation/api.py +msgid "Either IP or Username must be checked" +msgstr "Należy zaznaczyć IP lub nazwę użytkownika" + +#: authentik/policies/reputation/models.py msgid "Reputation Policy" msgstr "Zasada reputacji" -#: authentik/policies/reputation/models.py:55 +#: authentik/policies/reputation/models.py msgid "Reputation Policies" msgstr "Zasady reputacji" -#: authentik/policies/templates/policies/denied.html:7 -#: authentik/policies/templates/policies/denied.html:11 +#: authentik/policies/reputation/models.py +msgid "Reputation Score" +msgstr "Punkty reputacji" + +#: authentik/policies/reputation/models.py +msgid "Reputation Scores" +msgstr "Punkty reputacji" + +#: authentik/policies/templates/policies/buffer.html +msgid "Waiting for authentication..." +msgstr "Oczekiwanie na uwierzytelnienie..." + +#: 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 "Odmowa uprawnień" -#: authentik/policies/templates/policies/denied.html:20 +#: authentik/policies/templates/policies/denied.html +msgid "User's avatar" +msgstr "Awatar użytkownika" + +#: authentik/policies/templates/policies/denied.html +msgid "Not you?" +msgstr "Nie ty?" + +#: authentik/policies/templates/policies/denied.html +msgid "Error" +msgstr "Błąd" + +#: authentik/policies/templates/policies/denied.html msgid "Request has been denied." msgstr "Żądanie zostało odrzucone." -#: authentik/policies/templates/policies/denied.html:31 +#: authentik/policies/templates/policies/denied.html msgid "Messages:" msgstr "Wiadomości:" -#: authentik/policies/templates/policies/denied.html:41 +#: authentik/policies/templates/policies/denied.html msgid "Explanation:" msgstr "Wyjaśnienie:" -#: authentik/policies/templates/policies/denied.html:45 +#: authentik/policies/templates/policies/denied.html #, python-format msgid "" "\n" @@ -613,241 +1730,415 @@ msgstr "" " Powiązanie zasad '%(name)s' zwróciło wynik '%(result)s'\n" " " -#: authentik/policies/views.py:68 +#: authentik/policies/views.py msgid "Failed to resolve application" msgstr "Nie udało się wyszukać aplikacji" -#: authentik/providers/ldap/models.py:25 +#: authentik/providers/ldap/models.py msgid "DN under which objects are accessible." msgstr "DN, pod którym obiekty są dostępne." -#: authentik/providers/ldap/models.py:34 +#: authentik/providers/ldap/models.py msgid "" -"Users in this group can do search queries. If not set, every user can " -"execute search queries." -msgstr "" -"Użytkownicy z tej grupy mogą wykonywać zapytania wyszukiwania. Jeśli nie " -"jest ustawiona, każdy użytkownik może wykonywać zapytania wyszukiwania." - -#: authentik/providers/ldap/models.py:53 -msgid "" -"The start for uidNumbers, this number is added to the user.Pk to make sure " +"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 "" -"Początek dla uidNumbers, ten numer jest dodawany do user.Pk, aby upewnić " -"się, że liczby nie są zbyt niskie dla użytkowników POSIX. Wartość domyślna " -"to 2000, aby zapewnić, że nie kolidujemy z lokalnymi użytkownikami uidNumber" +"Początek dla uidNumbers, ta liczba jest dodawana do user.pk, aby upewnić " +"się, że liczby nie są zbyt niskie dla użytkowników POSIX. Domyślnie jest to " +"2000, aby upewnić się, że nie kolidujemy z lokalnymi użytkownikami uidNumber" -#: authentik/providers/ldap/models.py:62 +#: 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. " +"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 "" -"Początek gidNumbers, liczba ta jest dodawana do liczby wygenerowanej z " -"group.Pk, aby upewnić się, że liczby nie są zbyt niskie dla grup POSIX. " -"Wartość domyślna to 4000, aby upewnić się, że nie kolidujemy z lokalnymi " -"grupami lub użytkownikami podstawowymi grupami gidNumber" +"Początek dla gidNumbers, ta liczba jest dodawana do liczby wygenerowanej z " +"group.pk, aby upewnić się, że liczby nie są zbyt niskie dla grup POSIX. " +"Domyślnie 4000, aby zapewnić, że nie kolidujemy z grupami lokalnymi lub " +"grupami podstawowymi użytkowników gidNumber" -#: authentik/providers/ldap/models.py:97 +#: 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 "" +"Gdy ta opcja jest włączona, uwierzytelnianie wieloskładnikowe oparte na " +"kodzie może być używane poprzez dodanie średnika i kodu TOTP do hasła. Ta " +"opcja powinna być włączona tylko wtedy, gdy wszyscy użytkownicy, którzy będą" +" łączyć się z tym dostawcą, mają skonfigurowane urządzenie TOTP, ponieważ w " +"przeciwnym razie hasło może zostać nieprawidłowo odrzucone, jeśli zawiera " +"średnik." + +#: authentik/providers/ldap/models.py msgid "LDAP Provider" msgstr "Dostawca LDAP" -#: authentik/providers/ldap/models.py:98 +#: authentik/providers/ldap/models.py msgid "LDAP Providers" msgstr "Dostawcy LDAP" -#: authentik/providers/oauth2/models.py:36 -msgid "Confidential" -msgstr "Poufny" +#: authentik/providers/ldap/models.py +msgid "Search full LDAP directory" +msgstr "" -#: authentik/providers/oauth2/models.py:37 -msgid "Public" -msgstr "Publiczny" +#: authentik/providers/oauth2/api/providers.py +#, python-brace-format +msgid "Invalid Regex Pattern: {url}" +msgstr "" -#: authentik/providers/oauth2/models.py:51 +#: authentik/providers/oauth2/constants.py msgid "Based on the Hashed User ID" msgstr "Na podstawie zahaszowanego identyfikatora użytkownika" -#: authentik/providers/oauth2/models.py:52 +#: authentik/providers/oauth2/constants.py +msgid "Based on user ID" +msgstr "Na podstawie ID użytkownika" + +#: authentik/providers/oauth2/constants.py +msgid "Based on user UUID" +msgstr "Na podstawie UUID użytkownika" + +#: authentik/providers/oauth2/constants.py msgid "Based on the username" msgstr "Na podstawie nazwy użytkownika" -#: authentik/providers/oauth2/models.py:55 +#: authentik/providers/oauth2/constants.py msgid "Based on the User's Email. This is recommended over the UPN method." msgstr "" "Na podstawie adresu e-mail użytkownika. Jest to zalecane zamiast metody UPN." -#: authentik/providers/oauth2/models.py:71 +#: 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 "" +"Na podstawie UPN użytkownika działa tylko wtedy, gdy użytkownik ma ustawiony" +" atrybut „upn”. Użyj tej metody tylko wtedy, gdy masz różne UPN i Mail " +"domeny." + +#: authentik/providers/oauth2/models.py +msgid "Confidential" +msgstr "Poufny" + +#: authentik/providers/oauth2/models.py +msgid "Public" +msgstr "Publiczny" + +#: authentik/providers/oauth2/models.py msgid "Same identifier is used for all providers" msgstr "Ten sam identyfikator jest używany dla wszystkich dostawców" -#: authentik/providers/oauth2/models.py:73 +#: authentik/providers/oauth2/models.py msgid "Each provider has a different issuer, based on the application slug." msgstr "" "Każdy dostawca ma innego wystawcę, w oparciu o informacje o slug aplikacji." -#: authentik/providers/oauth2/models.py:80 +#: 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 (Authorization Code Flow)" -#: authentik/providers/oauth2/models.py:81 +#: authentik/providers/oauth2/models.py msgid "id_token (Implicit Flow)" msgstr "id_token (niejawny przepływ)" -#: authentik/providers/oauth2/models.py:82 +#: authentik/providers/oauth2/models.py msgid "id_token token (Implicit Flow)" msgstr "id_token token (przepływ niejawny)" -#: authentik/providers/oauth2/models.py:83 +#: authentik/providers/oauth2/models.py msgid "code token (Hybrid Flow)" msgstr "code token (przepływ hybrydowy)" -#: authentik/providers/oauth2/models.py:84 +#: authentik/providers/oauth2/models.py msgid "code id_token (Hybrid Flow)" msgstr "code id_token (przepływ hybrydowy)" -#: authentik/providers/oauth2/models.py:85 +#: authentik/providers/oauth2/models.py msgid "code id_token token (Hybrid Flow)" msgstr "code id_token token (przepływ hybrydowy)" -#: authentik/providers/oauth2/models.py:91 +#: authentik/providers/oauth2/models.py msgid "HS256 (Symmetric Encryption)" msgstr "HS256 (szyfrowanie symetryczne)" -#: authentik/providers/oauth2/models.py:92 +#: authentik/providers/oauth2/models.py msgid "RS256 (Asymmetric Encryption)" msgstr "RS256 (szyfrowanie asymetryczne)" -#: authentik/providers/oauth2/models.py:93 +#: authentik/providers/oauth2/models.py msgid "ES256 (Asymmetric Encryption)" msgstr "ES256 (szyfrowanie asymetryczne)" -#: authentik/providers/oauth2/models.py:99 +#: authentik/providers/oauth2/models.py +msgid "ES384 (Asymmetric Encryption)" +msgstr "ES384 (Szyfrowanie Asymetryczne)" + +#: authentik/providers/oauth2/models.py +msgid "ES512 (Asymmetric Encryption)" +msgstr "ES512 (Szyfrowanie Asymetryczne)" + +#: authentik/providers/oauth2/models.py msgid "Scope used by the client" msgstr "Zakres używany przez klienta" -#: authentik/providers/oauth2/models.py:125 +#: authentik/providers/oauth2/models.py +msgid "" +"Description shown to the user when consenting. If left empty, the user won't" +" be informed." +msgstr "" +"Opis wyświetlany użytkownikowi podczas wyrażania zgody. Jeśli pozostanie " +"pusty, użytkownik nie zostanie o tym poinformowany." + +#: authentik/providers/oauth2/models.py msgid "Scope Mapping" msgstr "Mapowanie zakresu" -#: authentik/providers/oauth2/models.py:126 +#: authentik/providers/oauth2/models.py msgid "Scope Mappings" msgstr "Mapowania zakresu" -#: authentik/providers/oauth2/models.py:136 +#: authentik/providers/oauth2/models.py msgid "Client Type" msgstr "Typ klienta" -#: authentik/providers/oauth2/models.py:142 +#: authentik/providers/oauth2/models.py +msgid "" +"Confidential clients are capable of maintaining the confidentiality of their" +" credentials. Public clients are incapable" +msgstr "" +"Poufni klienci są w stanie zachować poufność swoich danych " +"uwierzytelniających. Klienci publiczni są niezdolni" + +#: authentik/providers/oauth2/models.py msgid "Client ID" msgstr "Client ID" -#: authentik/providers/oauth2/models.py:148 +#: authentik/providers/oauth2/models.py msgid "Client Secret" msgstr "Client Secret" -#: authentik/providers/oauth2/models.py:154 +#: authentik/providers/oauth2/models.py msgid "Redirect URIs" msgstr "URI przekierowania" -#: authentik/providers/oauth2/models.py:155 -msgid "Enter each URI on a new line." -msgstr "Wprowadź każdy URI w nowym wierszu." +#: authentik/providers/oauth2/models.py +msgid "Logout URI" +msgstr "" -#: authentik/providers/oauth2/models.py:160 +#: 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 "Uwzględnij roszczenia w id_token" -#: authentik/providers/oauth2/models.py:208 -msgid "RSA Key" -msgstr "Klucz RSA" - -#: authentik/providers/oauth2/models.py:212 +#: authentik/providers/oauth2/models.py msgid "" -"Key used to sign the tokens. Only required when JWT Algorithm is set to " -"RS256." +"Include User claims from scopes in the id_token, for applications that don't" +" access the userinfo endpoint." msgstr "" -"Klucz używany do podpisywania tokenów. Wymagane tylko wtedy, gdy algorytm " -"JWT jest ustawiony na RS256." +"Uwzględnij oświadczenia użytkownika z zakresów w id_token dla aplikacji, " +"które nie uzyskują dostępu do punktu końcowego informacji o użytkowniku." -#: authentik/providers/oauth2/models.py:291 +#: 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 "" +"Kody dostępu nieważne w bieżącym czasie lub później + ta wartość (Format: " +"hours=1;minutes=2;seconds=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 "" +"Tokeny nieważne w bieżącym czasie lub później + ta wartość (Format: " +"hours=1;minutes=2;seconds=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 "" +"Skonfiguruj, jakie dane mają być używane jako unikalny identyfikator " +"użytkownika. W większości przypadków wartość domyślna powinna być w " +"porządku." + +#: authentik/providers/oauth2/models.py +msgid "Configure how the issuer field of the ID Token should be filled." +msgstr "Skonfiguruj jak pole wystawcy tokena ID powinien być wypełniony." + +#: authentik/providers/oauth2/models.py +msgid "Key used to sign the tokens." +msgstr "Klucz używany do podpisywania tokenów." + +#: authentik/providers/oauth2/models.py +msgid "Encryption Key" +msgstr "Klucz szyfrowania" + +#: 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 "" +"Do uwierzytelnienia można użyć dowolnego JWT podpisanego przez JWK wybranego" +" źródła." + +#: authentik/providers/oauth2/models.py msgid "OAuth2/OpenID Provider" msgstr "Dostawca OAuth2/OpenID" -#: authentik/providers/oauth2/models.py:292 +#: authentik/providers/oauth2/models.py msgid "OAuth2/OpenID Providers" msgstr "Dostawcy OAuth2/OpenID" -#: authentik/providers/oauth2/models.py:300 +#: authentik/providers/oauth2/models.py msgid "Scopes" msgstr "Zakresy" -#: authentik/providers/oauth2/models.py:319 +#: authentik/providers/oauth2/models.py msgid "Code" msgstr "Kod" -#: authentik/providers/oauth2/models.py:320 +#: authentik/providers/oauth2/models.py msgid "Nonce" msgstr "Nonce" -#: authentik/providers/oauth2/models.py:321 -msgid "Is Authentication?" -msgstr "Czy uwierzytelnianie?" - -#: authentik/providers/oauth2/models.py:322 +#: authentik/providers/oauth2/models.py msgid "Code Challenge" msgstr "Wyzwanie kodu" -#: authentik/providers/oauth2/models.py:324 +#: authentik/providers/oauth2/models.py msgid "Code Challenge Method" msgstr "Metoda wyzwania kodu" -#: authentik/providers/oauth2/models.py:338 +#: authentik/providers/oauth2/models.py msgid "Authorization Code" msgstr "Kod autoryzacji" -#: authentik/providers/oauth2/models.py:339 +#: authentik/providers/oauth2/models.py msgid "Authorization Codes" msgstr "Kody autoryzacyjne" -#: authentik/providers/oauth2/models.py:382 -msgid "Access Token" -msgstr "Token dostępu" +#: authentik/providers/oauth2/models.py +msgid "OAuth2 Access Token" +msgstr "Token dostępu OAuth2" -#: authentik/providers/oauth2/models.py:383 -msgid "Refresh Token" -msgstr "Token odświeżania " +#: authentik/providers/oauth2/models.py +msgid "OAuth2 Access Tokens" +msgstr "Tokeny dostępu OAuth2" -#: authentik/providers/oauth2/models.py:384 +#: authentik/providers/oauth2/models.py msgid "ID Token" msgstr "ID Token" -#: authentik/providers/oauth2/models.py:387 -msgid "OAuth2 Token" -msgstr "Token OAuth2" +#: authentik/providers/oauth2/models.py +msgid "OAuth2 Refresh Token" +msgstr "Token odświeżania OAuth2" -#: authentik/providers/oauth2/models.py:388 -msgid "OAuth2 Tokens" -msgstr "Tokeny OAuth2" +#: authentik/providers/oauth2/models.py +msgid "OAuth2 Refresh Tokens" +msgstr "Tokeny odświeżania OAuth2" -#: authentik/providers/oauth2/views/authorize.py:458 -#: authentik/providers/saml/views/sso.py:69 -#, python-format -msgid "You're about to sign into %(application)s." -msgstr "Za chwilę zalogujesz się do %(application)s." +#: authentik/providers/oauth2/tasks.py +msgid "Send a back-channel logout request to the registered client" +msgstr "" -#: authentik/providers/proxy/models.py:52 +#: 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 "Przekierowanie do {app}..." + +#: authentik/providers/oauth2/views/device_init.py +msgid "Invalid code" +msgstr "Zły kod" + +#: authentik/providers/oauth2/views/userinfo.py +msgid "GitHub Compatibility: Access your User Information" +msgstr "Zgodność z GitHub: Uzyskaj dostęp do informacji o użytkowniku" + +#: authentik/providers/oauth2/views/userinfo.py +msgid "GitHub Compatibility: Access you Email addresses" +msgstr "Zgodność z GitHub: Uzyskaj dostęp do adresów e-mail" + +#: authentik/providers/oauth2/views/userinfo.py +msgid "GitHub Compatibility: Access your Groups" +msgstr "Zgodność z GitHub: Uzyskaj dostęp do swoich grup" + +#: authentik/providers/proxy/api.py +msgid "User and password attributes must be set when basic auth is enabled." +msgstr "" +"Atrybuty użytkownika i hasła muszą być ustawione, gdy włączone basic auth" + +#: authentik/providers/proxy/api.py +msgid "Internal host cannot be empty when forward auth is disabled." +msgstr "Host wewnętrzny nie może być pusty, gdy forward auth jest wyłączony." + +#: 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 "Weryfikuj certyfikaty SSL serwerów nadrzędnych" -#: authentik/providers/proxy/models.py:53 +#: authentik/providers/proxy/models.py msgid "Internal host SSL Validation" msgstr "Weryfikacja SSL hosta wewnętrznego" -#: authentik/providers/proxy/models.py:59 +#: authentik/providers/proxy/models.py msgid "" "Enable support for forwardAuth in traefik and nginx auth_request. Exclusive " "with internal_host." @@ -855,11 +2146,27 @@ msgstr "" "Włącz obsługę forwardAuth w traefik i nginx auth_request. Wyłącznie z " "internal_host." -#: authentik/providers/proxy/models.py:77 +#: 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 "" +"Wyrażenia regularne, dla których uwierzytelnianie nie jest wymagane. Każda " +"nowa linia jest interpretowana jako nowe wyrażenie regularne." + +#: authentik/providers/proxy/models.py +msgid "" +"When enabled, this provider will intercept the authorization header and " +"authenticate requests based on its value." +msgstr "" +"Gdy ta opcja jest włączona, ten dostawca przechwytuje nagłówek autoryzacji i" +" uwierzytelnia żądania na podstawie jego wartości." + +#: authentik/providers/proxy/models.py msgid "Set HTTP-Basic Authentication" msgstr "Ustaw HTTP-Basic Authentication" -#: authentik/providers/proxy/models.py:79 +#: authentik/providers/proxy/models.py msgid "" "Set a custom HTTP-Basic Authentication header based on values from " "authentik." @@ -867,130 +2174,638 @@ msgstr "" "Ustaw niestandardowy nagłówek HTTP-Basic Authentication na podstawie " "wartości z authentik." -#: authentik/providers/proxy/models.py:84 +#: authentik/providers/proxy/models.py msgid "HTTP-Basic Username Key" msgstr "Klucz nazwy użytkownika HTTP-Basic" -#: authentik/providers/proxy/models.py:94 +#: 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 "" +"Atrybut użytkownika/grupy używany w części użytkownika nagłówka HTTP-Basic. " +"Jeśli nie jest ustawiony, używany jest adres e-mail użytkownika." + +#: authentik/providers/proxy/models.py msgid "HTTP-Basic Password Key" msgstr "Klucz hasła HTTP-Basic" -#: authentik/providers/proxy/models.py:149 +#: authentik/providers/proxy/models.py +msgid "" +"User/Group Attribute used for the password part of the HTTP-Basic Header." +msgstr "Atrybut użytkownika/grupy używany w części hasła nagłówka HTTP-Basic." + +#: authentik/providers/proxy/models.py msgid "Proxy Provider" msgstr "Dostawca proxy" -#: authentik/providers/proxy/models.py:150 +#: authentik/providers/proxy/models.py msgid "Proxy Providers" msgstr "Dostawcy proxy" -#: authentik/providers/saml/api.py:176 +#: 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 "" +"Określa, jak długo trwa sesja. Domyślna wartość 0 sekund oznacza, że sesje " +"trwają do zamknięcia przeglądarki. (Format: hours=-1;minutes=-2;seconds=-3)" + +#: authentik/providers/rac/models.py +msgid "When set to true, connection tokens will be deleted upon disconnect." +msgstr "" +"Gdy ustawione na prawdę, tokeny połączenia zostaną usunięte po rozłączeniu." + +#: authentik/providers/rac/models.py +msgid "RAC Provider" +msgstr "Dostawca RAC" + +#: authentik/providers/rac/models.py +msgid "RAC Providers" +msgstr "Dostawcy RAC" + +#: authentik/providers/rac/models.py +msgid "RAC Endpoint" +msgstr "Punkt końcowy RAC" + +#: authentik/providers/rac/models.py +msgid "RAC Endpoints" +msgstr "Punkty końcowe RAC" + +#: 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 "Token połączenia RAC" + +#: authentik/providers/rac/models.py +msgid "RAC Connection tokens" +msgstr "Tokeny połączenia RAC" + +#: authentik/providers/rac/views.py +msgid "Maximum connection limit reached." +msgstr "Osiągnięto maksymalny limit połączeń." + +#: authentik/providers/rac/views.py +msgid "(You are already connected in another tab/window)" +msgstr "(Jesteś już podłączony w innej karcie/oknie)" + +#: authentik/providers/radius/models.py +msgid "Shared secret between clients and server to hash packets." +msgstr "" +"Współdzielony sekret między klientami i serwerem do hashowania pakietów." + +#: 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 "" +"Lista CIDR (oddzielonych przecinkami), z których mogą łączyć się klienci. " +"Bardziej szczegółowy CIDR będzie pasował przed luźniejszym. Klienci łączący " +"się z nieokreślonego CIDR zostaną odrzuceni." + +#: authentik/providers/radius/models.py +msgid "Radius Provider" +msgstr "Dostawca Radius" + +#: authentik/providers/radius/models.py +msgid "Radius Providers" +msgstr "Dostawcy Radius" + +#: 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 "Nieprawidłowa składnia XML" -#: authentik/providers/saml/api.py:186 -#, python-format -msgid "Failed to import Metadata: %(message)s" -msgstr "Nie udało się zaimportować metadanych:%(message)s" +#: authentik/providers/saml/api/providers.py +#, python-brace-format +msgid "Failed to import Metadata: {messages}" +msgstr "Nie udało się zaimportować metadanych: {messages}" -#: authentik/providers/saml/models.py:38 +#: authentik/providers/saml/models.py msgid "ACS URL" msgstr "ACS URL" -#: authentik/providers/saml/models.py:49 -msgid "Also known as EntityID" -msgstr "Znany również jako EntityID" - -#: authentik/providers/saml/models.py:53 +#: authentik/providers/saml/models.py msgid "Service Provider Binding" msgstr "Wiązanie usługodawcy" -#: authentik/providers/saml/models.py:65 +#: authentik/providers/saml/models.py +msgid "" +"This determines how authentik sends the response back to the Service " +"Provider." +msgstr "" +"Określa sposób, w jaki authentik wysyła odpowiedź z powrotem do dostawcy." + +#: 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 "" +"Wartość pola ograniczenia odbiorców w asercji. Jeśli pozostanie puste, żadne" +" ograniczenie odbiorców nie zostanie dodane." + +#: authentik/providers/saml/models.py +msgid "Also known as EntityID" +msgstr "Znany również jako 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 "Mapowanie właściwości NameID" -#: authentik/providers/saml/models.py:109 authentik/sources/saml/models.py:128 +#: 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 "" +"Konfiguruje sposób tworzenia wartości NameID. Jeśli pozostanie puste, pod " +"uwagę brana będzie wartość NameIDPolicy przychodzącego żądania" + +#: 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 "" +"Asercja ważna w bieżącym lub późniejszym czasie + ta wartość (Format: " +"hours=-1;minutes=-2;seconds=-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 "" +"Asercja nieważna w bieżącym lub późniejszym czasie + ta wartość (Format: " +"hours=1;minutes=2;seconds=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 "" +"Sesja nieważna w bieżącym czasie lub później + ta wartość (Format: " +"hours=1;minutes=2;seconds=3)." + +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "SHA1" msgstr "SHA1" -#: authentik/providers/saml/models.py:110 authentik/sources/saml/models.py:129 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "SHA256" msgstr "SHA256" -#: authentik/providers/saml/models.py:111 authentik/sources/saml/models.py:130 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "SHA384" msgstr "SHA384" -#: authentik/providers/saml/models.py:112 authentik/sources/saml/models.py:131 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "SHA512" msgstr "SHA512" -#: authentik/providers/saml/models.py:119 authentik/sources/saml/models.py:138 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "RSA-SHA1" msgstr "RSA-SHA1" -#: authentik/providers/saml/models.py:120 authentik/sources/saml/models.py:139 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "RSA-SHA256" msgstr "RSA-SHA256" -#: authentik/providers/saml/models.py:121 authentik/sources/saml/models.py:140 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "RSA-SHA384" msgstr "RSA-SHA384" -#: authentik/providers/saml/models.py:122 authentik/sources/saml/models.py:141 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "RSA-SHA512" msgstr "RSA-SHA512" -#: authentik/providers/saml/models.py:123 authentik/sources/saml/models.py:142 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py +msgid "ECDSA-SHA1" +msgstr "ECDSA-SHA1" + +#: authentik/providers/saml/models.py authentik/sources/saml/models.py +msgid "ECDSA-SHA256" +msgstr "ECDSA-SHA256" + +#: authentik/providers/saml/models.py authentik/sources/saml/models.py +msgid "ECDSA-SHA384" +msgstr "ECDSA-SHA384" + +#: authentik/providers/saml/models.py authentik/sources/saml/models.py +msgid "ECDSA-SHA512" +msgstr "ECDSA-SHA512" + +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "DSA-SHA1" msgstr "DSA-SHA1" -#: authentik/providers/saml/models.py:140 +#: 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 "" +"Po wybraniu, przychodzące podpisy asercji będą sprawdzane względem tego " +"certyfikatu. Aby zezwolić na niepodpisane żądania, pozostaw domyślnie." + +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "Verification Certificate" msgstr "Certyfikat weryfikacji" -#: authentik/providers/saml/models.py:148 +#: authentik/providers/saml/models.py msgid "Keypair used to sign outgoing Responses going to the Service Provider." msgstr "" "Para kluczy służąca do podpisywania Odpowiedzi wychodzących do Usługodawcy." -#: authentik/providers/saml/models.py:150 authentik/sources/saml/models.py:118 +#: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "Signing Keypair" msgstr "Podpisująca pary kluczy" -#: authentik/providers/saml/models.py:180 +#: 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 "Domyślna wartość relay_state dla logowań inicjowanych przez IDP" + +#: authentik/providers/saml/models.py msgid "SAML Provider" msgstr "Dostawca SAML" -#: authentik/providers/saml/models.py:181 +#: authentik/providers/saml/models.py msgid "SAML Providers" msgstr "Dostawcy SAML" -#: authentik/providers/saml/models.py:206 -msgid "SAML Property Mapping" -msgstr "Mapowanie właściwości SAML" +#: authentik/providers/saml/models.py +msgid "SAML Provider Property Mapping" +msgstr "" -#: authentik/providers/saml/models.py:207 -msgid "SAML Property Mappings" -msgstr "Mapowania właściwości SAML" +#: authentik/providers/saml/models.py +msgid "SAML Provider Property Mappings" +msgstr "" -#: authentik/recovery/management/commands/create_admin_group.py:11 +#: authentik/providers/saml/models.py +msgid "SAML Provider from Metadata" +msgstr "Dostawca SAML z metadanych" + +#: authentik/providers/saml/models.py +msgid "SAML Providers from Metadata" +msgstr "Dostawcy SAML z metadanych" + +#: 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 "Domyślny" + +#: authentik/providers/scim/models.py +msgid "AWS" +msgstr "AWS" + +#: authentik/providers/scim/models.py +msgid "Slack" +msgstr "Slack" + +#: authentik/providers/scim/models.py +msgid "Salesforce" +msgstr "" + +#: authentik/providers/scim/models.py +msgid "Base URL to SCIM requests, usually ends in /v2" +msgstr "Podstawowy adres URL dla żądań SCIM, zwykle kończy się na /v2" + +#: authentik/providers/scim/models.py +msgid "Authentication token" +msgstr "Token uwierzytelnienia" + +#: 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 "SCIM Provider" +msgstr "Dostawca SCIM" + +#: authentik/providers/scim/models.py +msgid "SCIM Providers" +msgstr "Dostawcy SCIM" + +#: 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 "Rola" + +#: authentik/rbac/models.py +msgid "Roles" +msgstr "Role" + +#: 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 "Uprawnienie systemowe" + +#: authentik/rbac/models.py +msgid "System permissions" +msgstr "Uprawnienia systemowe" + +#: authentik/rbac/models.py +msgid "Can view system info" +msgstr "Może wyświetlać informacje o systemie" + +#: authentik/rbac/models.py +msgid "Can access admin interface" +msgstr "Może uzyskać dostęp do interfejsu administratora" + +#: authentik/rbac/models.py +msgid "Can view system settings" +msgstr "Może wyświetlać ustawienia systemu" + +#: authentik/rbac/models.py +msgid "Can edit system settings" +msgstr "Może edytować ustawienia systemu" + +#: authentik/recovery/management/commands/create_admin_group.py msgid "Create admin group if the default group gets deleted." msgstr "Utwórz grupę administracyjną, jeśli domyślna grupa zostanie usunięta." -#: authentik/recovery/management/commands/create_recovery_key.py:17 +#: authentik/recovery/management/commands/create_recovery_key.py msgid "Create a Key which can be used to restore access to authentik." msgstr "" "Utwórz klucz, którego można użyć do przywrócenia dostępu do authentik." -#: authentik/recovery/views.py:24 +#: authentik/recovery/views.py msgid "Used recovery-link to authenticate." msgstr "Użył odnośnik odzyskiwania do uwierzytelniania." -#: authentik/sources/ldap/models.py:32 +#: 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 "URI serwera" -#: authentik/sources/ldap/models.py:40 +#: authentik/sources/ldap/models.py msgid "" "Optionally verify the LDAP Server's Certificate against the CA Chain in this" " keypair." @@ -998,79 +2813,173 @@ msgstr "" "Opcjonalnie zweryfikuj certyfikat serwera LDAP względem łańcucha CA w tej " "parze kluczy." -#: authentik/sources/ldap/models.py:45 +#: authentik/sources/ldap/models.py +msgid "" +"Client certificate to authenticate against the LDAP Server's Certificate." +msgstr "" +"Certyfikat klienta do uwierzytelniania względem certyfikatu serwera LDAP." + +#: authentik/sources/ldap/models.py msgid "Bind CN" msgstr "Bind CN" -#: authentik/sources/ldap/models.py:47 +#: authentik/sources/ldap/models.py msgid "Enable Start TLS" msgstr "Włącz Start TLS" -#: authentik/sources/ldap/models.py:49 +#: authentik/sources/ldap/models.py +msgid "Use Server URI for SNI verification" +msgstr "Użyj URI serwera do weryfikacji SNI" + +#: authentik/sources/ldap/models.py msgid "Base DN" msgstr "Base DN" -#: authentik/sources/ldap/models.py:51 +#: authentik/sources/ldap/models.py msgid "Prepended to Base DN for User-queries." msgstr "Dodany do podstawowej nazwy wyróżniającej dla zapytań użytkownika." -#: authentik/sources/ldap/models.py:52 +#: authentik/sources/ldap/models.py msgid "Addition User DN" msgstr "Dodatkowa nazwa wyróżniająca użytkownika" -#: authentik/sources/ldap/models.py:56 +#: authentik/sources/ldap/models.py msgid "Prepended to Base DN for Group-queries." msgstr "Dodany do podstawowej nazwy DN dla zapytań grupowych." -#: authentik/sources/ldap/models.py:57 +#: authentik/sources/ldap/models.py msgid "Addition Group DN" msgstr "DN grupy dodawania" -#: authentik/sources/ldap/models.py:63 +#: authentik/sources/ldap/models.py msgid "Consider Objects matching this filter to be Users." msgstr "Rozważ obiekty pasujące do tego filtra jako Użytkownicy." -#: authentik/sources/ldap/models.py:66 +#: 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 "Pole zawierające członków grupy." -#: authentik/sources/ldap/models.py:70 +#: authentik/sources/ldap/models.py msgid "Consider Objects matching this filter to be Groups." msgstr "Rozważ obiekty pasujące do tego filtra jako grupy." -#: authentik/sources/ldap/models.py:73 +#: authentik/sources/ldap/models.py msgid "Field which contains a unique Identifier." msgstr "Pole zawierające unikalny identyfikator." -#: authentik/sources/ldap/models.py:80 -msgid "Property mappings used for group creation/updating." -msgstr "Mapowania właściwości używane do tworzenia/aktualizowania grup." +#: authentik/sources/ldap/models.py +msgid "Update internal authentik password when login succeeds with LDAP" +msgstr "" +"Aktualizuj wewnętrzne hasło uwierzytelniające po pomyślnym zalogowaniu za " +"pomocą LDAP" -#: authentik/sources/ldap/models.py:145 +#: 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 "" +"Gdy użytkownik zmieni hasło, zsynchronizuj je z LDAP. Tę funkcję można " +"włączyć tylko w jednym źródle LDAP." + +#: 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 "LDAP Source" msgstr "Źródło LDAP" -#: authentik/sources/ldap/models.py:146 +#: authentik/sources/ldap/models.py msgid "LDAP Sources" msgstr "Źródła LDAP" -#: authentik/sources/ldap/models.py:169 -msgid "LDAP Property Mapping" -msgstr "Mapowanie właściwości LDAP" +#: authentik/sources/ldap/models.py +msgid "LDAP Source Property Mapping" +msgstr "" -#: authentik/sources/ldap/models.py:170 -msgid "LDAP Property Mappings" -msgstr "Mapowanie właściwości LDAP" +#: authentik/sources/ldap/models.py +msgid "LDAP Source Property Mappings" +msgstr "" -#: authentik/sources/ldap/signals.py:58 +#: 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 "Hasło nie pasuje do złożoności usługi Active Directory." -#: authentik/sources/oauth/models.py:24 +#: 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 "Nie otrzymano tokena." + +#: 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 żądania tokena" -#: authentik/sources/oauth/models.py:26 +#: authentik/sources/oauth/models.py msgid "" "URL used to request the initial token. This URL is only required for OAuth " "1." @@ -1078,196 +2987,315 @@ msgstr "" "URL używany do żądania początkowego tokena. Ten adres URL jest wymagany " "tylko w przypadku protokołu OAuth 1." -#: authentik/sources/oauth/models.py:32 +#: authentik/sources/oauth/models.py msgid "Authorization URL" msgstr "URL autoryzacji" -#: authentik/sources/oauth/models.py:33 +#: authentik/sources/oauth/models.py msgid "URL the user is redirect to to conest the flow." msgstr "" "Adres URL, do którego użytkownik jest przekierowywany, aby wyrazić zgodę na " "przepływ." -#: authentik/sources/oauth/models.py:38 +#: authentik/sources/oauth/models.py msgid "Access Token URL" msgstr "URL tokena dostępu" -#: authentik/sources/oauth/models.py:39 +#: authentik/sources/oauth/models.py msgid "URL used by authentik to retrieve tokens." msgstr "URL używany przez authentik do pobierania tokenów." -#: authentik/sources/oauth/models.py:44 +#: authentik/sources/oauth/models.py msgid "Profile URL" msgstr "URL profilu" -#: authentik/sources/oauth/models.py:45 +#: authentik/sources/oauth/models.py msgid "URL used by authentik to get user information." msgstr "URL używany przez authentik do uzyskania informacji o użytkowniku." -#: authentik/sources/oauth/models.py:97 +#: authentik/sources/oauth/models.py +msgid "Additional Scopes" +msgstr "Dodatkowe zakresy" + +#: 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 "Źródło OAuth" -#: authentik/sources/oauth/models.py:98 +#: authentik/sources/oauth/models.py msgid "OAuth Sources" msgstr "Źródła OAuth" -#: authentik/sources/oauth/models.py:107 +#: authentik/sources/oauth/models.py msgid "GitHub OAuth Source" msgstr "Źródło GitHub OAuth" -#: authentik/sources/oauth/models.py:108 +#: authentik/sources/oauth/models.py msgid "GitHub OAuth Sources" msgstr "Źródła GitHub OAuth" -#: authentik/sources/oauth/models.py:117 +#: authentik/sources/oauth/models.py +msgid "GitLab OAuth Source" +msgstr "Źródło GitLab OAuth" + +#: authentik/sources/oauth/models.py +msgid "GitLab OAuth Sources" +msgstr "Źródła GitLab OAuth" + +#: authentik/sources/oauth/models.py +msgid "Twitch OAuth Source" +msgstr "Źródło Twitch OAuth" + +#: authentik/sources/oauth/models.py +msgid "Twitch OAuth Sources" +msgstr "Źródła Twitch OAuth" + +#: authentik/sources/oauth/models.py +msgid "Mailcow OAuth Source" +msgstr "Źródło Mailcow OAuth" + +#: authentik/sources/oauth/models.py +msgid "Mailcow OAuth Sources" +msgstr "Źródła Mailcow OAuth" + +#: authentik/sources/oauth/models.py msgid "Twitter OAuth Source" msgstr "Źródło Twitter OAuth" -#: authentik/sources/oauth/models.py:118 +#: authentik/sources/oauth/models.py msgid "Twitter OAuth Sources" msgstr "Źródła Twitter OAuth" -#: authentik/sources/oauth/models.py:127 +#: authentik/sources/oauth/models.py msgid "Facebook OAuth Source" msgstr "Źródło Facebook OAuth" -#: authentik/sources/oauth/models.py:128 +#: authentik/sources/oauth/models.py msgid "Facebook OAuth Sources" msgstr "Źródła Facebook OAuth" -#: authentik/sources/oauth/models.py:137 +#: authentik/sources/oauth/models.py msgid "Discord OAuth Source" msgstr "Źródło Discord OAuth" -#: authentik/sources/oauth/models.py:138 +#: authentik/sources/oauth/models.py msgid "Discord OAuth Sources" msgstr "Źródła Discord OAuth" -#: authentik/sources/oauth/models.py:147 +#: authentik/sources/oauth/models.py +msgid "Patreon OAuth Source" +msgstr "Źródło Patreon OAuth" + +#: authentik/sources/oauth/models.py +msgid "Patreon OAuth Sources" +msgstr "Źródła Patreon OAuth" + +#: authentik/sources/oauth/models.py msgid "Google OAuth Source" msgstr "Źródło Google OAuth" -#: authentik/sources/oauth/models.py:148 +#: authentik/sources/oauth/models.py msgid "Google OAuth Sources" msgstr "Źródła Google OAuth" -#: authentik/sources/oauth/models.py:157 +#: authentik/sources/oauth/models.py msgid "Azure AD OAuth Source" msgstr "Źródło Azure AD OAuth" -#: authentik/sources/oauth/models.py:158 +#: authentik/sources/oauth/models.py msgid "Azure AD OAuth Sources" msgstr "Źródła Azure AD OAuth" -#: authentik/sources/oauth/models.py:167 +#: 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 "Źródło OpenID OAuth" -#: authentik/sources/oauth/models.py:168 +#: authentik/sources/oauth/models.py msgid "OpenID OAuth Sources" msgstr "Źródła OpenID OAuth" -#: authentik/sources/oauth/models.py:177 +#: authentik/sources/oauth/models.py msgid "Apple OAuth Source" msgstr "Źródło Apple OAuth" -#: authentik/sources/oauth/models.py:178 +#: authentik/sources/oauth/models.py msgid "Apple OAuth Sources" msgstr "Źródła Apple OAuth" -#: authentik/sources/oauth/models.py:187 +#: authentik/sources/oauth/models.py msgid "Okta OAuth Source" msgstr "Źródło Okta OAuth" -#: authentik/sources/oauth/models.py:188 +#: authentik/sources/oauth/models.py msgid "Okta OAuth Sources" msgstr "Źródła Okta OAuth" -#: authentik/sources/oauth/models.py:203 +#: authentik/sources/oauth/models.py +msgid "Reddit OAuth Source" +msgstr "Źródło Reddit OAuth" + +#: authentik/sources/oauth/models.py +msgid "Reddit OAuth Sources" +msgstr "Źródła Reddit OAuth" + +#: 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 "Połączenie źródła OAuth użytkownika" -#: authentik/sources/oauth/models.py:204 +#: authentik/sources/oauth/models.py msgid "User OAuth Source Connections" msgstr "Połączenia źródła OAuth użytkownika" -#: authentik/sources/oauth/views/callback.py:98 -msgid "Authentication Failed." -msgstr "Uwierzytelnianie nie powiodło się." +#: authentik/sources/oauth/models.py +msgid "Group OAuth Source Connection" +msgstr "" -#: authentik/sources/plex/models.py:37 +#: 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 "Uwierzytelnianie nie powiodło się: {reason}" + +#: authentik/sources/plex/models.py msgid "Client identifier used to talk to Plex." msgstr "Identyfikator klienta używany do komunikacji z Plex." -#: authentik/sources/plex/models.py:52 +#: 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 "" +"Których serwerów użytkownik musi być członkiem, aby uzyskać dostęp. Pusta " +"lista umożliwia dostęp do każdego serwera." + +#: authentik/sources/plex/models.py msgid "Allow friends to authenticate, even if you don't share a server." msgstr "" "Zezwalaj znajomym na uwierzytelnianie, nawet jeśli nie udostępniasz serwera." -#: authentik/sources/plex/models.py:54 +#: authentik/sources/plex/models.py msgid "Plex token used to check friends" msgstr "Token Plex używany do sprawdzania znajomych" -#: authentik/sources/plex/models.py:92 +#: authentik/sources/plex/models.py msgid "Plex Source" msgstr "Źródło Plex" -#: authentik/sources/plex/models.py:93 +#: authentik/sources/plex/models.py msgid "Plex Sources" msgstr "Źródła Plex" -#: authentik/sources/plex/models.py:104 +#: 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 "Połączenie źródła Plex użytkownika" -#: authentik/sources/plex/models.py:105 +#: authentik/sources/plex/models.py msgid "User Plex Source Connections" msgstr "Połączenia źródła Plex użytkownika" -#: authentik/sources/saml/models.py:36 +#: 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 "Powiązanie przekierowania" -#: authentik/sources/saml/models.py:37 +#: authentik/sources/saml/models.py msgid "POST Binding" -msgstr "POST binding" +msgstr "Wiązanie POST" -#: authentik/sources/saml/models.py:38 +#: authentik/sources/saml/models.py msgid "POST Binding with auto-confirmation" -msgstr "POST Binding z automatycznym potwierdzeniem" +msgstr "Wiązanie POST z automatycznym potwierdzeniem" -#: authentik/sources/saml/models.py:57 +#: authentik/sources/saml/models.py authentik/sources/telegram/models.py msgid "Flow used before authentication." msgstr "Przepływ używany przed uwierzytelnieniem." -#: authentik/sources/saml/models.py:64 +#: authentik/sources/saml/models.py msgid "Issuer" msgstr "Wystawca" -#: authentik/sources/saml/models.py:65 +#: authentik/sources/saml/models.py msgid "Also known as Entity ID. Defaults the Metadata URL." msgstr "Znany również jako Entity ID. Domyślny adres URL metadanych." -#: authentik/sources/saml/models.py:69 +#: authentik/sources/saml/models.py msgid "SSO URL" msgstr "SSO URL" -#: authentik/sources/saml/models.py:70 +#: authentik/sources/saml/models.py msgid "URL that the initial Login request is sent to." msgstr "URL, do którego wysyłane jest początkowe żądanie logowania." -#: authentik/sources/saml/models.py:76 +#: authentik/sources/saml/models.py msgid "SLO URL" msgstr "SLO URL" -#: authentik/sources/saml/models.py:77 +#: authentik/sources/saml/models.py msgid "Optional URL if your IDP supports Single-Logout." msgstr "" "Opcjonalny adres URL, jeśli Twój dostawca tożsamości obsługuje pojedyncze " "wylogowanie." -#: authentik/sources/saml/models.py:83 +#: 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." @@ -1276,7 +3304,7 @@ msgstr "" " Może to stanowić zagrożenie bezpieczeństwa, ponieważ nie przeprowadza się " "weryfikacji identyfikatora żądania." -#: authentik/sources/saml/models.py:91 +#: authentik/sources/saml/models.py msgid "" "NameID Policy sent to the IdP. Can be unset, in which case no Policy is " "sent." @@ -1284,228 +3312,596 @@ msgstr "" "Zasada NameID wysyłana do dostawcy tożsamości. Można wyłączyć, w takim " "przypadku nie jest wysyłana żadna zasada." -#: authentik/sources/saml/models.py:102 +#: authentik/sources/saml/models.py msgid "Delete temporary users after" msgstr "Usuń tymczasowych użytkowników po" -#: authentik/sources/saml/models.py:120 +#: authentik/sources/saml/models.py msgid "" -"Keypair which is used to sign outgoing requests. Leave empty to disable " -"signing." +"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 "" -"Para kluczy służąca do podpisywania żądań wychodzących. Pozostaw puste, aby " -"wyłączyć podpisywanie." +"Przesunięcie czasowe, kiedy użytkownicy tymczasowi powinni zostać usunięci. " +"Ma to zastosowanie tylko wtedy, gdy IDP używa „przejściowego” formatu " +"NameID, a użytkownik nie wylogowuje się ręcznie. (Format: " +"hours=1;minutes=2;seconds=3)." -#: authentik/sources/saml/models.py:188 +#: authentik/sources/saml/models.py +msgid "" +"Keypair used to sign outgoing Responses going to the Identity Provider." +msgstr "" +"Para kluczy służąca do podpisywania Odpowiedzi wychodzących do Usługodawcy." + +#: authentik/sources/saml/models.py msgid "SAML Source" msgstr "Źródło SAML" -#: authentik/sources/saml/models.py:189 +#: authentik/sources/saml/models.py msgid "SAML Sources" msgstr "Źródła SAML" -#: authentik/stages/authenticator_duo/models.py:64 +#: 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 "Połączenie źródłowe SAML użytkownika" + +#: authentik/sources/saml/models.py +msgid "User SAML Source Connections" +msgstr "Połączenia źródłowe SAML użytkownika" + +#: 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 "Kontynuuj do {source_name}" + +#: authentik/sources/scim/models.py +msgid "SCIM Source" +msgstr "Źródło SCIM" + +#: authentik/sources/scim/models.py +msgid "SCIM Sources" +msgstr "Źródła SCIM" + +#: 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/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/stage.py +msgid "Authentication date is too old" +msgstr "" + +#: authentik/sources/telegram/stage.py +msgid "Invalid hash" +msgstr "" + +#: authentik/stages/authenticator_duo/models.py msgid "Duo Authenticator Setup Stage" msgstr "Etap konfiguracji uwierzytelniacza Duo" -#: authentik/stages/authenticator_duo/models.py:65 +#: authentik/stages/authenticator_duo/models.py msgid "Duo Authenticator Setup Stages" msgstr "Etapy konfiguracji uwierzytelniacza Duo" -#: authentik/stages/authenticator_duo/models.py:82 +#: authentik/stages/authenticator_duo/models.py msgid "Duo Device" msgstr "Urządzenie Duo" -#: authentik/stages/authenticator_duo/models.py:83 +#: authentik/stages/authenticator_duo/models.py msgid "Duo Devices" msgstr "Urządzenia Duo" -#: authentik/stages/authenticator_sms/models.py:157 -msgid "SMS Authenticator Setup Stage" -msgstr "Etap konfiguracji uwierzytelniacza SMS" +#: 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 "" +"Gdy ta opcja jest włączona, będą używane globalne ustawienia połączenia " +"poczty e-mail, a poniższe ustawienia połączenia będą ignorowane." -#: authentik/stages/authenticator_sms/models.py:158 -msgid "SMS Authenticator Setup Stages" -msgstr "Etapy konfiguracji uwierzytelniacza SMS" +#: 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_sms/models.py:175 -msgid "SMS Device" -msgstr "Urządzenie SMS" +#: authentik/stages/authenticator_email/models.py +msgid "Email Authenticator Setup Stage" +msgstr "" -#: authentik/stages/authenticator_sms/models.py:176 -msgid "SMS Devices" -msgstr "Urządzenia SMS" +#: authentik/stages/authenticator_email/models.py +msgid "Email Authenticator Setup Stages" +msgstr "" -#: authentik/stages/authenticator_sms/stage.py:54 -#: authentik/stages/authenticator_totp/stage.py:45 +#: 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 "Wystąpił błąd podczas renderowania szablonu wiadomości e-mail" + +#: 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 "Kod jest niezgodny" -#: authentik/stages/authenticator_static/models.py:47 -msgid "Static Authenticator Stage" +#: authentik/stages/authenticator_email/stage.py +msgid "Invalid email" +msgstr "Nieprawidłowy email" + +#: 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" +" Cześć %(username)s,\n" +" " + +#: authentik/stages/authenticator_email/templates/email/email_otp.html +msgid "" +"\n" +" Email MFA code.\n" +" " +msgstr "" + +#: 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 "" + +#: authentik/stages/authenticator_email/templates/email/email_otp.txt +#: authentik/stages/email/templates/email/password_reset.txt +#, python-format +msgid "Hi %(username)s," +msgstr "Cześć %(username)s," + +#: authentik/stages/authenticator_email/templates/email/email_otp.txt +msgid "" +"\n" +"Email MFA code\n" +msgstr "" + +#: 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 "" + +#: 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 "" +"Gdy ta opcja jest włączona, numer telefonu jest używany tylko podczas " +"rejestracji w celu weryfikacji autentyczności użytkowników. Zapisywany jest " +"tylko hash numeru telefonu, aby upewnić się, że nie zostanie on ponownie " +"użyty w przyszłości." + +#: authentik/stages/authenticator_sms/models.py +msgid "Optionally modify the payload being sent to custom providers." +msgstr "" +"Opcjonalnie zmodyfikuj ładunek wysyłany do dostawców niestandardowych." + +#: authentik/stages/authenticator_sms/models.py +#, python-brace-format +msgid "Use this code to authenticate in authentik: {token}" +msgstr "Wykorzystaj ten kod aby uwierzytelnić się w authentik: {token}" + +#: authentik/stages/authenticator_sms/models.py +msgid "SMS Authenticator Setup Stage" +msgstr "Etap konfiguracji uwierzytelniacza SMS" + +#: authentik/stages/authenticator_sms/models.py +msgid "SMS Authenticator Setup Stages" +msgstr "Etapy konfiguracji uwierzytelniacza SMS" + +#: authentik/stages/authenticator_sms/models.py +msgid "SMS Device" +msgstr "Urządzenie SMS" + +#: authentik/stages/authenticator_sms/models.py +msgid "SMS Devices" +msgstr "Urządzenia SMS" + +#: authentik/stages/authenticator_sms/stage.py +msgid "Invalid phone number" +msgstr "Nieprawidłowy numer telefonu" + +#: authentik/stages/authenticator_static/models.py +msgid "Static Authenticator Setup Stage" msgstr "Etap konfiguracji uwierzytelniacza statycznego" -#: authentik/stages/authenticator_static/models.py:48 -msgid "Static Authenticator Stages" +#: authentik/stages/authenticator_static/models.py +msgid "Static Authenticator Setup Stages" msgstr "Etapy konfiguracji uwierzytelniacza statycznego" -#: authentik/stages/authenticator_totp/models.py:16 +#: authentik/stages/authenticator_static/models.py +msgid "Static Device" +msgstr "Urządzenie statyczne" + +#: authentik/stages/authenticator_static/models.py +msgid "Static Devices" +msgstr "Urządzenia statyczne" + +#: authentik/stages/authenticator_static/models.py +msgid "Static Token" +msgstr "Token statyczny" + +#: authentik/stages/authenticator_static/models.py +msgid "Static Tokens" +msgstr "Tokeny statyczne" + +#: authentik/stages/authenticator_totp/models.py msgid "6 digits, widely compatible" msgstr "6 cyfr, szeroko kompatybilne" -#: authentik/stages/authenticator_totp/models.py:17 +#: authentik/stages/authenticator_totp/models.py msgid "8 digits, not compatible with apps like Google Authenticator" msgstr "8 cyfr, niekompatybilne z aplikacjami takimi jak Google Authenticator" -#: authentik/stages/authenticator_totp/models.py:54 +#: authentik/stages/authenticator_totp/models.py msgid "TOTP Authenticator Setup Stage" msgstr "Etap konfiguracji uwierzytelniacza TOTP" -#: authentik/stages/authenticator_totp/models.py:55 +#: authentik/stages/authenticator_totp/models.py msgid "TOTP Authenticator Setup Stages" msgstr "Etapy konfiguracji uwierzytelniacza TOTP" -#: authentik/stages/authenticator_validate/challenge.py:99 -msgid "Invalid Token" -msgstr "Nieprawidłowy Token" +#: authentik/stages/authenticator_totp/models.py +msgid "TOTP Device" +msgstr "Urządzenie TOTP" -#: authentik/stages/authenticator_validate/models.py:17 +#: authentik/stages/authenticator_totp/models.py +msgid "TOTP Devices" +msgstr "Urządzenia TOTP" + +#: authentik/stages/authenticator_validate/challenge.py +msgid "" +"Invalid Token. Please ensure the time on your device is accurate and try " +"again." +msgstr "" +"Nieprawidłowy token. Upewnij się, że czas na Twoim urządzeniu jest dokładny " +"i spróbuj ponownie." + +#: 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 "" +"Nieprawidłowy typ urządzenia. Skontaktuj się z administratorem {brand} w " +"celu uzyskania pomocy." + +#: authentik/stages/authenticator_validate/models.py +msgid "Static" +msgstr "Statyczny" + +#: authentik/stages/authenticator_validate/models.py msgid "TOTP" msgstr "TOTP" -#: authentik/stages/authenticator_validate/models.py:18 +#: authentik/stages/authenticator_validate/models.py msgid "WebAuthn" msgstr "WebAuthn" -#: authentik/stages/authenticator_validate/models.py:19 +#: authentik/stages/authenticator_validate/models.py msgid "Duo" msgstr "Duo" -#: authentik/stages/authenticator_validate/models.py:20 +#: authentik/stages/authenticator_validate/models.py msgid "SMS" msgstr "SMS" -#: authentik/stages/authenticator_validate/models.py:58 +#: 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 "" +"Etapy używany do konfiguracji uwierzytelniacza, gdy użytkownik nie ma " +"żadnych kompatybilnych urządzeń. Po zakończeniu tego etapu konfiguracji " +"użytkownik nie jest ponownie pytany." + +#: authentik/stages/authenticator_validate/models.py msgid "Device classes which can be used to authenticate" msgstr "Klasy urządzeń, których można użyć do uwierzytelniania" -#: authentik/stages/authenticator_validate/models.py:80 +#: 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 "" +"Jeśli którekolwiek z urządzeń użytkownika było używane w tym czasie, etap " +"ten zostanie pominięty." + +#: authentik/stages/authenticator_validate/models.py +msgid "Enforce user verification for WebAuthn devices." +msgstr "Wymuś weryfikację użytkownika dla urządzeń WebAuthn." + +#: authentik/stages/authenticator_validate/models.py msgid "Authenticator Validation Stage" msgstr "Etap weryfikacji uwierzytelniacza" -#: authentik/stages/authenticator_validate/models.py:81 +#: authentik/stages/authenticator_validate/models.py msgid "Authenticator Validation Stages" msgstr "Etapy weryfikacji uwierzytelniacza" -#: authentik/stages/authenticator_webauthn/models.py:71 +#: authentik/stages/authenticator_validate/stage.py +msgid "No (allowed) MFA authenticator configured." +msgstr "Nie skonfigurowano (dozwolonego) uwierzytelniania MFA." + +#: authentik/stages/authenticator_webauthn/models.py msgid "WebAuthn Authenticator Setup Stage" msgstr "Etap konfiguracji uwierzytelniacza WebAuthn" -#: authentik/stages/authenticator_webauthn/models.py:72 +#: authentik/stages/authenticator_webauthn/models.py msgid "WebAuthn Authenticator Setup Stages" msgstr "Etapy konfiguracji uwierzytelniacza WebAuthn" -#: authentik/stages/authenticator_webauthn/models.py:105 +#: authentik/stages/authenticator_webauthn/models.py msgid "WebAuthn Device" msgstr "Urządzenie WebAuthn" -#: authentik/stages/authenticator_webauthn/models.py:106 +#: authentik/stages/authenticator_webauthn/models.py msgid "WebAuthn Devices" msgstr "Urządzenia WebAuthn" -#: authentik/stages/captcha/models.py:15 -msgid "" -"Public key, acquired from https://www.google.com/recaptcha/intro/v3.html" -msgstr "" -"Klucz publiczny uzyskany z https://www.google.com/recaptcha/intro/v3.html" +#: authentik/stages/authenticator_webauthn/models.py +msgid "WebAuthn Device type" +msgstr "Typ urządzenia WebAuthn" -#: authentik/stages/captcha/models.py:18 -msgid "" -"Private key, acquired from https://www.google.com/recaptcha/intro/v3.html" -msgstr "" -"Klucz prywatny uzyskany z https://www.google.com/recaptcha/intro/v3.html" +#: authentik/stages/authenticator_webauthn/models.py +msgid "WebAuthn Device types" +msgstr "Typy urządzeń WebAuthn" -#: authentik/stages/captcha/models.py:39 +#: 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 "Klucz publiczny, pozyskany z Twojego dostawcy captcha." + +#: authentik/stages/captcha/models.py +msgid "Private key, acquired your captcha Provider." +msgstr "Klucz prywatny, pozyskany z Twojego dostawcy captcha." + +#: 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 "" +"Gdy ta opcja jest włączona, a otrzymany wynik captcha jest poza ustawionym " +"progiem, etap wyświetli komunikat o błędzie. Jeśli nie jest włączona, " +"przepływ będzie kontynuowany, ale dane z captcha będą dostępne w kontekście " +"decyzji zasad" + +#: authentik/stages/captcha/models.py msgid "Captcha Stage" msgstr "Etap Captcha" -#: authentik/stages/captcha/models.py:40 +#: authentik/stages/captcha/models.py msgid "Captcha Stages" msgstr "Etapy Captcha" -#: authentik/stages/consent/models.py:52 +#: authentik/stages/captcha/stage.py +msgid "Invalid captcha response. Retrying may solve this issue." +msgstr "" +"Nieprawidłowa odpowiedź captcha. Ponowna próba może rozwiązać ten problem." + +#: authentik/stages/captcha/stage.py +msgid "Invalid captcha response" +msgstr "Nieprawidłowa odpowiedź captcha" + +#: authentik/stages/captcha/stage.py +msgid "Failed to validate token" +msgstr "Nie udało się zwalidować tokena" + +#: authentik/stages/consent/models.py +msgid "" +"Offset after which consent expires. (Format: hours=1;minutes=2;seconds=3)." +msgstr "" +"Przesunięcie, po którym zgoda wygasa. (Format: hours=1;minutes=2;seconds=3)." + +#: authentik/stages/consent/models.py msgid "Consent Stage" msgstr "Etap zgody" -#: authentik/stages/consent/models.py:53 +#: authentik/stages/consent/models.py msgid "Consent Stages" msgstr "Etapy zgody" -#: authentik/stages/consent/models.py:68 +#: authentik/stages/consent/models.py msgid "User Consent" msgstr "Zgoda użytkownika" -#: authentik/stages/consent/models.py:69 +#: authentik/stages/consent/models.py msgid "User Consents" msgstr "Zgody użytkownika" -#: authentik/stages/deny/models.py:31 +#: authentik/stages/consent/stage.py +msgid "Invalid consent token, re-showing prompt" +msgstr "" + +#: authentik/stages/deny/models.py msgid "Deny Stage" msgstr "Etap odmowy" -#: authentik/stages/deny/models.py:32 +#: authentik/stages/deny/models.py msgid "Deny Stages" msgstr "Etapy odmowy" -#: authentik/stages/dummy/models.py:33 +#: authentik/stages/dummy/models.py msgid "Dummy Stage" msgstr "Etap atrapy" -#: authentik/stages/dummy/models.py:34 +#: authentik/stages/dummy/models.py msgid "Dummy Stages" msgstr "Etapy atrapy" -#: authentik/stages/email/models.py:25 +#: authentik/stages/email/flow.py +msgid "Continue to confirm this email address." +msgstr "Kontynuuj, aby potwierdzić ten adres email." + +#: authentik/stages/email/flow.py +msgid "Link was already used, please request a new link." +msgstr "Link został już użyty, poproś o nowy link." + +#: authentik/stages/email/models.py msgid "Password Reset" msgstr "Resetowania hasła" -#: authentik/stages/email/models.py:29 +#: authentik/stages/email/models.py msgid "Account Confirmation" msgstr "Potwierdzenie konta" -#: authentik/stages/email/models.py:75 +#: 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 "Aktywuj użytkowników po zakończeniu etapu." -#: authentik/stages/email/models.py:79 -msgid "Time in minutes the token sent is valid." -msgstr "Czas w minutach, w którym wysłany token jest ważny." - -#: authentik/stages/email/models.py:125 +#: authentik/stages/email/models.py msgid "Email Stage" msgstr "Etap e-mail" -#: authentik/stages/email/models.py:126 +#: authentik/stages/email/models.py msgid "Email Stages" msgstr "Etapy e-mail" -#: authentik/stages/email/stage.py:106 +#: authentik/stages/email/stage.py msgid "Successfully verified Email." msgstr "Pomyślnie zweryfikowano e-mail." -#: authentik/stages/email/stage.py:113 authentik/stages/email/stage.py:135 +#: authentik/stages/email/stage.py msgid "No pending user." msgstr "Brak oczekującego użytkownika." -#: authentik/stages/email/stage.py:125 +#: authentik/stages/email/stage.py msgid "Email sent." msgstr "E-mail wysłany." -#: authentik/stages/email/templates/email/account_confirmation.html:9 +#: authentik/stages/email/stage.py +#, python-brace-format +msgid "" +"Too many account verification attempts. Please try again after {minutes} " +"minutes." +msgstr "" +"Zbyt wiele prób weryfikacji konta. Spróbuj ponownie za {minutes} minut." + +#: authentik/stages/email/stage.py +msgid "Email Successfully sent." +msgstr "Wiadomość e-mail została pomyślnie wysłana." + +#: authentik/stages/email/tasks.py +msgid "Send email." +msgstr "Wyślij email." + +#: authentik/stages/email/templates/email/account_confirmation.html +#: authentik/stages/email/templates/email/account_confirmation.txt msgid "Welcome!" msgstr "Witamy!" -#: authentik/stages/email/templates/email/account_confirmation.html:12 +#: 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." @@ -1513,11 +3909,11 @@ msgstr "" "Najpierw musisz potwierdzić swoje konto. Wystarczy nacisnąć przycisk " "poniżej." -#: authentik/stages/email/templates/email/account_confirmation.html:21 +#: authentik/stages/email/templates/email/account_confirmation.html msgid "Confirm Account" msgstr "Potwierdź konto" -#: authentik/stages/email/templates/email/account_confirmation.html:30 +#: authentik/stages/email/templates/email/account_confirmation.html #, python-format msgid "" "\n" @@ -1528,59 +3924,84 @@ msgstr "" " Jeśli to nie zadziała, skopiuj i wklej następujący link w przeglądarce: %(url)s\n" " " -#: authentik/stages/email/templates/email/account_confirmation.html:35 +#: authentik/stages/email/templates/email/account_confirmation.txt msgid "" -"If you have any questions, just reply to this email—we're always happy to " -"help out." +"We're excited to have you get started. First, you need to confirm your " +"account. Just open the link below." msgstr "" -"Jeśli masz jakieś pytania, po prostu odpowiedz na tego e-maila – zawsze " -"chętnie Ci pomożemy." +"Jesteśmy podekscytowani, że zaczynasz. Najpierw musisz potwierdzić swoje " +"konto. Po prostu otwórz poniższy link." -#: authentik/stages/email/templates/email/generic.html:24 -msgid "Additional Information" -msgstr "Dodatkowe informacje" - -#: authentik/stages/email/templates/email/password_reset.html:9 +#: authentik/stages/email/templates/email/event_notification.html #, python-format msgid "" "\n" -" Hi %(username)s,\n" -" " +" This email was sent from the notification transport %(name)s.\n" +" " msgstr "" "\n" -" Cześć! %(username)s,\n" -" " +" Ta wiadomość e-mail została wysłana z transportu powiadomień %(name)s.\n" +" " -#: authentik/stages/email/templates/email/password_reset.html:19 -msgid "" -"\n" -" You recently requested to change your password for you authentik account. Use the button below to set a new password.\n" -" " -msgstr "" -"\n" -" Niedawno poprosiłeś o zmianę hasła do konta authentik. Użyj poniższego przycisku, aby ustawić nowe hasło.\n" -" " +#: authentik/stages/email/templates/email/event_notification.txt +msgid "Dear authentik user," +msgstr "Drogi użytkowniku authentik," -#: authentik/stages/email/templates/email/password_reset.html:33 -msgid "Reset Password" -msgstr "Zresetuj hasło" +#: authentik/stages/email/templates/email/event_notification.txt +msgid "The following notification was created:" +msgstr "Utworzono następujące powiadomienie:" -#: authentik/stages/email/templates/email/password_reset.html:45 +#: authentik/stages/email/templates/email/event_notification.txt +msgid "Additional attributes:" +msgstr "Dodatkowe atrybuty:" + +#: authentik/stages/email/templates/email/event_notification.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" -" " +"This email was sent from the notification transport %(name)s.\n" msgstr "" "\n" -" Jeśli nie zażądałeś zmiany hasła, zignoruj tę wiadomość e-mail. Powyższy link jest ważny przez%(expires)s.\n" -" " +"Ta wiadomość e-mail została wysłana z transportu powiadomień %(name)s.\n" -#: authentik/stages/email/templates/email/setup.html:9 +#: 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" +" Niedawno poprosiłeś o zmianę hasła do konta authentik. Użyj poniższego przycisku, aby ustawić nowe hasło.\n" +" " + +#: 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 "" + +#: 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" +"Niedawno poprosiłeś o zmianę hasła do konta authentik. Użyj poniższego przycisku, aby ustawić nowe hasło.\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 "" + +#: authentik/stages/email/templates/email/setup.html msgid "authentik Test-Email" msgstr "E-mail testowy authentik" -#: authentik/stages/email/templates/email/setup.html:17 +#: 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" @@ -1590,233 +4011,639 @@ msgstr "" " To jest testowy e-mail informujący, że pomyślnie skonfigurowałeś e-maile authentik.\n" " " -#: authentik/stages/identification/models.py:42 +#: authentik/stages/email/templates/email/setup.txt msgid "" -"When set, shows a password field, instead of showing the password field as " -"seaprate step." +"\n" +"This is a test email to inform you, that you've successfully configured authentik emails.\n" msgstr "" -"Po ustawieniu pokazuje pole hasła, zamiast pokazywać pole hasła jako osobny " -"krok." +"\n" +"To jest testowy e-mail informujący, że pomyślnie skonfigurowałeś e-maile authentik.\n" -#: authentik/stages/identification/models.py:48 +#: authentik/stages/identification/api.py +msgid "When no user fields are selected, at least one source must be selected" +msgstr "" +"Jeśli nie wybrano żadnych pól użytkownika, należy wybrać co najmniej jedno " +"źródło" + +#: authentik/stages/identification/models.py +msgid "" +"Fields of the user object to match against. (Hold shift to select multiple " +"options)" +msgstr "" +"Pola obiektu użytkownika do dopasowania. (Przytrzymaj Shift, aby wybrać " +"wiele opcji)" + +#: authentik/stages/identification/models.py msgid "When enabled, user fields are matched regardless of their casing." msgstr "" -"Po włączeniu pola użytkownika są dopasowywane niezależnie od wielkości " -"liter." +"Gdy ta opcja jest włączona, pola użytkownika są dopasowywane niezależnie od " +"wielkości liter." -#: authentik/stages/identification/models.py:68 +#: 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 "" +"Po wprowadzeniu prawidłowej nazwy użytkownika/adresu e-mail i włączeniu tej " +"opcji zostanie wyświetlona nazwa użytkownika i awatar użytkownika. W " +"przeciwnym razie zostanie wyświetlony tekst wprowadzony przez użytkownika." + +#: authentik/stages/identification/models.py +msgid "" +"When enabled, the stage will succeed and continue even when incorrect user " +"info is entered." +msgstr "" +"Po włączeniu tej opcji etap zakończy się powodzeniem i będzie kontynuowany " +"nawet po wprowadzeniu nieprawidłowych danych użytkownika." + +#: 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 "" "Opcjonalny przepływ rejestracji, do którego link będzie znajdował się na " "dole strony." -#: authentik/stages/identification/models.py:77 +#: authentik/stages/identification/models.py msgid "Optional recovery flow, which is linked at the bottom of the page." msgstr "" "Opcjonalny przepływ odzyskiwania, do którego link znajduje się na dole " "strony." -#: authentik/stages/identification/models.py:86 +#: authentik/stages/identification/models.py msgid "Optional passwordless flow, which is linked at the bottom of the page." msgstr "" "Opcjonalny przepływ bez hasła, do którego link znajduje się na dole strony." -#: authentik/stages/identification/models.py:90 +#: authentik/stages/identification/models.py msgid "Specify which sources should be shown." msgstr "Określ, które źródła powinny być pokazane." -#: authentik/stages/identification/models.py:112 +#: authentik/stages/identification/models.py msgid "Identification Stage" msgstr "Etap identyfikacji" -#: authentik/stages/identification/models.py:113 +#: authentik/stages/identification/models.py msgid "Identification Stages" msgstr "Etapy identyfikacji" -#: authentik/stages/identification/stage.py:175 +#: authentik/stages/identification/stage.py +msgid "Failed to authenticate." +msgstr "" + +#: authentik/stages/identification/stage.py msgid "Log in" msgstr "Zaloguj się" -#: authentik/stages/invitation/models.py:46 +#: authentik/stages/identification/stage.py +msgid "Continue" +msgstr "Kontynuuj" + +#: 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 "" +"Jeśli ta flaga jest ustawiona, ten etap przejdzie do następnego etapu, gdy " +"nie zostanie wysłane żadne zaproszenie. Domyślnie ten etap anuluje przepływ," +" gdy nie zostanie wysłane żadne zaproszenie." + +#: authentik/stages/invitation/models.py msgid "Invitation Stage" msgstr "Etap zaproszenia" -#: authentik/stages/invitation/models.py:47 +#: authentik/stages/invitation/models.py msgid "Invitation Stages" msgstr "Etapy zaproszenia" -#: authentik/stages/invitation/models.py:57 -msgid "When enabled, the invitation will be deleted after usage." -msgstr "Po włączeniu zaproszenie zostanie usunięte po użyciu." +#: authentik/stages/invitation/models.py +msgid "When set, only the configured flow can use this invitation." +msgstr "" +"Po ustawieniu tylko skonfigurowany przepływ może korzystać z tego " +"zaproszenia." -#: authentik/stages/invitation/models.py:64 +#: authentik/stages/invitation/models.py +msgid "When enabled, the invitation will be deleted after usage." +msgstr "Gdy ta opcja jest włączona, zaproszenie zostanie usunięte po użyciu." + +#: authentik/stages/invitation/models.py msgid "Optional fixed data to enforce on user enrollment." msgstr "Opcjonalne stałe dane do wymuszenia przy rejestracji użytkownika." -#: authentik/stages/invitation/models.py:72 +#: authentik/stages/invitation/models.py msgid "Invitation" msgstr "Zaproszenie" -#: authentik/stages/invitation/models.py:73 +#: authentik/stages/invitation/models.py msgid "Invitations" msgstr "Zaproszenia" -#: authentik/stages/password/models.py:20 +#: authentik/stages/invitation/stage.py +msgid "Invalid invite/invite not found" +msgstr "Nieprawidłowe zaproszenie/nie znaleziono zaproszenia" + +#: authentik/stages/password/models.py msgid "User database + standard password" msgstr "Baza użytkowników + standardowe hasło" -#: authentik/stages/password/models.py:24 +#: authentik/stages/password/models.py msgid "User database + app passwords" msgstr "Baza użytkowników + hasła aplikacji" -#: authentik/stages/password/models.py:28 +#: authentik/stages/password/models.py msgid "User database + LDAP password" msgstr "Baza użytkowników + hasło LDAP" -#: authentik/stages/password/models.py:38 +#: authentik/stages/password/models.py +msgid "User database + Kerberos password" +msgstr "Baza użytkowników + hasło Kerberos" + +#: authentik/stages/password/models.py msgid "Selection of backends to test the password against." msgstr "Wybór backendów do testowania hasła." -#: authentik/stages/password/models.py:78 +#: 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 "" +"Ile prób ma użytkownik przed anulowaniem przepływu. Aby zablokować " +"użytkownika, użyj zasad reputacji i etapu user_write." + +#: authentik/stages/password/models.py +msgid "" +"When enabled, provides a 'show password' button with the password input " +"field." +msgstr "" +"Po włączeniu wyświetla przycisk „Pokaż hasło” z polem wprowadzania hasła." + +#: authentik/stages/password/models.py msgid "Password Stage" msgstr "Etap hasła" -#: authentik/stages/password/models.py:79 +#: authentik/stages/password/models.py msgid "Password Stages" msgstr "Etapy hasła" -#: authentik/stages/password/stage.py:152 +#: authentik/stages/password/stage.py msgid "Invalid password" msgstr "Nieprawidłowe hasło" -#: authentik/stages/prompt/models.py:29 +#: authentik/stages/prompt/models.py msgid "Text: Simple Text input" msgstr "Tekst: proste wprowadzanie tekstu" -#: authentik/stages/prompt/models.py:32 +#: authentik/stages/prompt/models.py +msgid "Text area: Multiline Text Input." +msgstr "Tekst: Proste wprowadzanie tekstu." + +#: authentik/stages/prompt/models.py msgid "Text (read-only): Simple Text input, but cannot be edited." msgstr "" "Tekst (tylko do odczytu): Proste wprowadzanie tekstu, ale nie można go " "edytować." -#: authentik/stages/prompt/models.py:39 +#: authentik/stages/prompt/models.py +msgid "Text area (read-only): Multiline Text input, but cannot be edited." +msgstr "" +"Tekst (tylko do odczytu): Proste wprowadzanie tekstu, ale nie można go " +"edytować." + +#: authentik/stages/prompt/models.py +msgid "" +"Username: Same as Text input, but checks for and prevents duplicate " +"usernames." +msgstr "" +"Nazwa użytkownika: to samo, co wprowadzanie tekstu, ale sprawdza i zapobiega" +" duplikowaniu nazw użytkowników." + +#: authentik/stages/prompt/models.py msgid "Email: Text field with Email type." msgstr "Email: Pole tekstowe z typem Email." -#: authentik/stages/prompt/models.py:55 +#: authentik/stages/prompt/models.py +msgid "" +"Password: Masked input, multiple inputs of this type on the same prompt need" +" to be identical." +msgstr "" +"Hasło: Maskowane dane wejściowe, wszystkie wystąpienia tego typu w tym samym" +" zapytaniu muszą być identyczne." + +#: authentik/stages/prompt/models.py +msgid "Fixed choice field rendered as a group of radio buttons." +msgstr "Stałe pole wyboru wyświetlane jako grupa przełączników." + +#: authentik/stages/prompt/models.py +msgid "Fixed choice field rendered as a dropdown." +msgstr "Stałe pole wyboru wyświetlane jako lista rozwijana." + +#: authentik/stages/prompt/models.py +msgid "" +"File: File upload for arbitrary files. File content will be available in " +"flow context as data-URI" +msgstr "" +"Plik: Przesyłanie plików dla dowolnych plików. Zawartość pliku będzie " +"dostępna w kontekście przepływu jako data-URI" + +#: authentik/stages/prompt/models.py msgid "Separator: Static Separator Line" msgstr "Separator: Statyczna linia separatora" -#: authentik/stages/prompt/models.py:56 +#: authentik/stages/prompt/models.py msgid "Hidden: Hidden field, can be used to insert data into form." msgstr "Ukryte: Ukryte pole, może służyć do wstawiania danych do formularza." -#: authentik/stages/prompt/models.py:57 +#: authentik/stages/prompt/models.py msgid "Static: Static value, displayed as-is." msgstr "Statyczny: wartość statyczna, wyświetlana w stanie, w jakim jest." -#: authentik/stages/prompt/models.py:66 +#: authentik/stages/prompt/models.py +msgid "authentik: Selection of locales authentik supports" +msgstr "authentik: Wybór ustawień regionalnych obsługiwanych przez authentik" + +#: authentik/stages/prompt/models.py msgid "Name of the form field, also used to store the value" msgstr "Nazwa pola formularza, używana również do przechowywania wartości" -#: authentik/stages/prompt/models.py:131 +#: 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 "" +"Opcjonalnie podaj krótką wskazówkę opisującą oczekiwaną wartość wejściową. " +"Podczas tworzenia stałego pola wyboru włącz interpretację jako wyrażenie i " +"zwróć listę, aby zwrócić wiele opcji do wyboru." + +#: 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 "" +"Opcjonalnie wstępnie wypełnij dane wejściowe wartością początkową. Podczas " +"tworzenia stałego pola wyboru włącz interpretację jako wyrażenie i zwróć " +"listę, aby zwrócić wiele domyślnych wyborów." + +#: authentik/stages/prompt/models.py msgid "Prompt" msgstr "Monit" -#: authentik/stages/prompt/models.py:132 +#: authentik/stages/prompt/models.py msgid "Prompts" msgstr "Monity" -#: authentik/stages/prompt/models.py:160 +#: authentik/stages/prompt/models.py msgid "Prompt Stage" msgstr "Etap monitu" -#: authentik/stages/prompt/models.py:161 +#: authentik/stages/prompt/models.py msgid "Prompt Stages" msgstr "Etapy monitu" -#: authentik/stages/prompt/stage.py:94 +#: authentik/stages/prompt/stage.py msgid "Passwords don't match." msgstr "Hasła się nie zgadzają." -#: authentik/stages/user_delete/models.py:32 +#: 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 "Etap Przekierowania" + +#: authentik/stages/redirect/models.py +msgid "Redirect Stages" +msgstr "Etapy Przekierowania" + +#: authentik/stages/user_delete/models.py msgid "User Delete Stage" msgstr "Etap usuwania użytkownika" -#: authentik/stages/user_delete/models.py:33 +#: authentik/stages/user_delete/models.py msgid "User Delete Stages" msgstr "Etapy usuwania użytkownika" -#: authentik/stages/user_delete/stage.py:24 +#: authentik/stages/user_delete/stage.py msgid "No Pending User." msgstr "Brak oczekującego użytkownika." -#: authentik/stages/user_login/models.py:19 -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 "" -"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)" +#: authentik/stages/user_login/models.py +msgid "Bind sessions created by this stage to the configured network" +msgstr "Powiązanie sesji utworzonych na tym etapie ze skonfigurowaną siecią" -#: authentik/stages/user_login/models.py:43 +#: authentik/stages/user_login/models.py +msgid "Bind sessions created by this stage to the configured GeoIP location" +msgstr "" +"Powiązanie sesji utworzonych na tym etapie ze skonfigurowaną lokalizacją " +"GeoIP" + +#: authentik/stages/user_login/models.py +msgid "Terminate all other sessions of the user logging in." +msgstr "Zakończ wszystkie inne sesje logującego się użytkownika." + +#: 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 "" +"Przesunięcie, o które sesja zostanie przedłużona, gdy użytkownik wybierze " +"opcję zapamiętaj mnie. Domyślna wartość 0 oznacza, że opcja zapamiętaj mnie " +"nie będzie wyświetlana. (Format: hours=-1;minutes=-2;seconds=-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 "Etap logowania użytkownika" -#: authentik/stages/user_login/models.py:44 +#: authentik/stages/user_login/models.py msgid "User Login Stages" msgstr "Etapy logowania użytkownika" -#: authentik/stages/user_login/stage.py:29 +#: authentik/stages/user_login/stage.py msgid "No Pending user to login." msgstr "Brak użytkownika oczekującego na zalogowanie." -#: authentik/stages/user_login/stage.py:57 -msgid "Successfully logged in!" -msgstr "Pomyślnie zalogowano!" - -#: authentik/stages/user_logout/models.py:31 +#: authentik/stages/user_logout/models.py msgid "User Logout Stage" msgstr "Etap wylogowania użytkownika" -#: authentik/stages/user_logout/models.py:32 +#: authentik/stages/user_logout/models.py msgid "User Logout Stages" msgstr "Etapy wylogowania użytkownika" -#: authentik/stages/user_write/models.py:18 +#: authentik/stages/user_write/models.py msgid "When set, newly created users are inactive and cannot login." msgstr "" "Po ustawieniu nowo utworzeni użytkownicy są nieaktywni i nie mogą się " "zalogować." -#: authentik/stages/user_write/models.py:26 +#: authentik/stages/user_write/models.py msgid "Optionally add newly created users to this group." msgstr "Opcjonalnie dodaj nowo utworzonych użytkowników do tej grupy." -#: authentik/stages/user_write/models.py:47 +#: authentik/stages/user_write/models.py msgid "User Write Stage" msgstr "Etap zapisu użytkownika" -#: authentik/stages/user_write/models.py:48 +#: authentik/stages/user_write/models.py msgid "User Write Stages" msgstr "Etapy zapisu użytkownika" -#: authentik/stages/user_write/stage.py:53 +#: authentik/stages/user_write/stage.py msgid "No Pending data." msgstr "Brak oczekujących danych." -#: authentik/tenants/models.py:18 -msgid "" -"Domain that activates this tenant. Can be a superset, i.e. `a.b` for `aa.b` " -"and `ba.b`" -msgstr "" -"Domena, która aktywuje tego najemcę. Może być nadzbiorem, np. „a.b” dla " -"„aa.b” i „ba.b”" +#: authentik/stages/user_write/stage.py +msgid "No user found and can't create new user." +msgstr "Nie znaleziono użytkownika i nie można utworzyć nowego użytkownika." -#: authentik/tenants/models.py:70 +#: authentik/stages/user_write/stage.py +msgid "Failed to update user. Please try again later." +msgstr "Nie udało się zaktualizować użytkownika. Spróbuj ponownie później." + +#: 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 "" +"Nazwa schematu musi zaczynać się od t_, zawierać tylko małe litery i cyfry " +"oraz mieć mniej niż 63 znaki." + +#: authentik/tenants/models.py +msgid "Configure how authentik should show avatars for users." +msgstr "" +"Konfiguracja sposobu wyświetlania awatarów użytkowników przez authentik." + +#: authentik/tenants/models.py +msgid "Enable the ability for users to change their name." +msgstr "Włącz możliwość zmiany Imienia przez użytkowników." + +#: authentik/tenants/models.py +msgid "Enable the ability for users to change their email address." +msgstr "Włącz możliwość zmiany adresu e-mail przez użytkowników." + +#: authentik/tenants/models.py +msgid "Enable the ability for users to change their username." +msgstr "Włącz możliwość zmiany nazwy użytkownika przez użytkowników." + +#: authentik/tenants/models.py +msgid "" +"Events will be deleted after this duration.(Format: " +"weeks=3;days=2;hours=3,seconds=2)." +msgstr "" +"Zdarzenia zostaną usunięte po upływie tego czasu. (Format: " +"weeks=3;days=2;hours=3,seconds=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 "Opcja ta konfiguruje łącza stopki na stronach wykonawców przepływu." + +#: authentik/tenants/models.py +msgid "" +"When enabled, all the events caused by a user will be deleted upon the " +"user's deletion." +msgstr "" +"Po włączeniu tej opcji wszystkie zdarzenia spowodowane przez użytkownika " +"zostaną usunięte po jego usunięciu." + +#: authentik/tenants/models.py +msgid "Globally enable/disable impersonation." +msgstr "Globalne włączenie/wyłączenie podszywania się." + +#: authentik/tenants/models.py +msgid "Require administrators to provide a reason for impersonating a user." +msgstr "" +"Wymagaj od administratorów podania powodu podszywania się pod użytkownika." + +#: authentik/tenants/models.py +msgid "Default token duration" +msgstr "Domyślny czas trwania tokena" + +#: authentik/tenants/models.py +msgid "Default token length" +msgstr "Domyślna długość tokena" + +#: authentik/tenants/models.py msgid "Tenant" msgstr "Najemca" -#: authentik/tenants/models.py:71 +#: authentik/tenants/models.py msgid "Tenants" msgstr "Najemcy" + +#: authentik/tenants/models.py +msgid "Domain" +msgstr "Domena" + +#: authentik/tenants/models.py +msgid "Domains" +msgstr "Domeny" + +#: 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 "Wiadomość" + +#: packages/django-channels-postgres/django_channels_postgres/models.py +msgid "Messages" +msgstr "Wiadomości" + +#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py +msgid "Queue name" +msgstr "Nazwa kolejki" + +#: 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 "Treść wiadomości" + +#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py +msgid "Task status" +msgstr "Status zadania" + +#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py +msgid "Task last modified time" +msgstr "Czas ostatniej modyfikacji zadania" + +#: 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 "Wynik zadania" + +#: 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 "Zadanie" + +#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py +msgid "Tasks" +msgstr "Zadania" + +#: 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 "" diff --git a/locale/pt/LC_MESSAGES/django.mo b/locale/pt/LC_MESSAGES/django.mo deleted file mode 100644 index 299f36805e..0000000000 Binary files a/locale/pt/LC_MESSAGES/django.mo and /dev/null differ diff --git a/locale/pt/LC_MESSAGES/django.po b/locale/pt/LC_MESSAGES/django.po deleted file mode 100644 index 9edb528dbb..0000000000 --- a/locale/pt/LC_MESSAGES/django.po +++ /dev/null @@ -1,4746 +0,0 @@ -# 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 , YEAR. -# -# Translators: -# Hugo Bicho, 2025 -# Roux Sang, 2025 -# nunosleiria, 2025 -# Alexandre Leitão, 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: Alexandre Leitão, 2025\n" -"Language-Team: Portuguese (https://app.transifex.com/authentik/teams/119923/pt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: authentik/admin/models.py -msgid "Version history" -msgstr "Histórico de versões" - -#: authentik/admin/tasks.py -msgid "Update latest version info." -msgstr "Atualizar informações da versão mais recente." - -#: authentik/admin/tasks.py -#, python-brace-format -msgid "New version {version} available!" -msgstr "Nova versão {versão} disponível!" - -#: authentik/api/v3/schema/query.py -msgid "Which field to use when ordering the results." -msgstr "Qual campo utilizar ao ordenar os resultados." - -#: authentik/api/v3/schema/query.py -msgid "A page number within the paginated result set." -msgstr "Número de página dentro do grupo de resultados paginados." - -#: authentik/api/v3/schema/query.py -msgid "Number of results to return per page." -msgstr "Número de resultados por página." - -#: authentik/api/v3/schema/query.py -msgid "A search term." -msgstr "Termo de busca." - -#: authentik/api/v3/schema/response.py -msgid "Generic API Error" -msgstr "Erro genérico da API" - -#: authentik/api/v3/schema/response.py -msgid "Validation Error" -msgstr "Erro de validação" - -#: authentik/blueprints/api.py -msgid "Blueprint file does not exist" -msgstr "Ficheiro de modelos não existe" - -#: authentik/blueprints/api.py -msgid "Failed to validate blueprint" -msgstr "Falha na validação de modelo" - -#: authentik/blueprints/api.py -msgid "Either path or content must be set." -msgstr "O caminho ou o conteúdo devem ser definidos." - -#: authentik/blueprints/models.py -msgid "Managed by authentik" -msgstr "Gerido por 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 "" -"Objectos que são geridos pelo authentik. Estes objectos são criados e " -"atualizados automaticamente. Este sinalizador indica apenas que um objeto " -"pode ser substituído por migrações. Ainda é possível modificar os objetos " -"através da API, mas espera-se que as alterações sejam substituídas numa " -"atualização posterior." - -#: authentik/blueprints/models.py -msgid "Blueprint Instance" -msgstr "Instância de Modelo" - -#: authentik/blueprints/models.py -msgid "Blueprint Instances" -msgstr "Instâncias de Modelo" - -#: authentik/blueprints/v1/exporter.py -#, python-brace-format -msgid "authentik Export - {date}" -msgstr "Exportação do authentik - {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 "Aplicar blueprint único." - -#: 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 "" -"Domínio que ativa esta marca. Pode ser um superset, por exemplo `a.b` for " -"`aa.b` e `ba.b`" - -#: authentik/brands/models.py -msgid "" -"When set, external users will be redirected to this application after " -"authenticating." -msgstr "" -"Quando definido, os utilizadores externos serão redireccionados para esta " -"aplicação após a autenticação." - -#: authentik/brands/models.py -msgid "Web Certificate used by the authentik Core webserver." -msgstr "Certificado Web usado pelo servidor web authentik Core." - -#: authentik/brands/models.py -msgid "Certificates used for client authentication." -msgstr "Certificados utilizados para autenticação do cliente." - -#: authentik/brands/models.py -msgid "Brand" -msgstr "Marca" - -#: authentik/brands/models.py -msgid "Brands" -msgstr "Marcas" - -#: authentik/core/api/application_entitlements.py -msgid "User does not have access to application." -msgstr "O utilizador não tem acesso à aplicação." - -#: authentik/core/api/applications.py -#, python-brace-format -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 "Não é possível definir o grupo como pai de si próprio." - -#: 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 "" -"Quando não definido, todos os provedores são retornados. Quando definido " -"como verdadeiro, apenas os provedores de backchannel são retornados. Quando " -"definido como falso, os provedores de backchannel são excluídos" - -#: authentik/core/api/transactional_applications.py -#, python-brace-format -msgid "User lacks permission to create {model}" -msgstr "O utilizador não tem permissão para criar {model}" - -#: authentik/core/api/users.py -msgid "No leading or trailing slashes allowed." -msgstr "Não são permitidas barras à esquerda ou à direita." - -#: authentik/core/api/users.py -msgid "No empty segments in user path allowed." -msgstr "Não são permitidos segmentos vazios no caminho do utilizador." - -#: 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 "Falha ao criar utilizador" - -#: authentik/core/api/users.py -msgid "Unknown error occurred" -msgstr "Ocorreu um erro desconhecido" - -#: authentik/core/api/users.py -msgid "This field is required." -msgstr "Este campo é necessário." - -#: authentik/core/models.py -msgid "name" -msgstr "nome" - -#: authentik/core/models.py -msgid "Users added to this group will be superusers." -msgstr "Os utilizadores adicionados a este grupo serão superutilizadores." - -#: authentik/core/models.py -msgid "Group" -msgstr "Grupo" - -#: authentik/core/models.py -msgid "Groups" -msgstr "Grupos" - -#: authentik/core/models.py -msgid "Add user to group" -msgstr "Adicionar utilizador ao grupo" - -#: authentik/core/models.py -msgid "Remove user from group" -msgstr "Remover utilizador do grupo" - -#: authentik/core/models.py -msgid "Enable superuser status" -msgstr "Ativar o estatuto de superutilizador" - -#: authentik/core/models.py -msgid "Disable superuser status" -msgstr "Desativar o estatuto de superutilizador" - -#: authentik/core/models.py -msgid "User's display name." -msgstr "Nome de exibição do utilizador." - -#: authentik/core/models.py authentik/providers/oauth2/models.py -#: authentik/providers/saml/models.py authentik/rbac/models.py -msgid "User" -msgstr "Utilizador" - -#: authentik/core/models.py -msgid "Users" -msgstr "Utilizadores" - -#: authentik/core/models.py -#: authentik/stages/email/templates/email/password_reset.html -msgid "Reset Password" -msgstr "Redefinir palavra-passe" - -#: authentik/core/models.py -msgid "Can impersonate other users" -msgstr "Pode assumir a identidade de outros utilizadores" - -#: authentik/core/models.py -msgid "Can assign permissions to users" -msgstr "Pode atribuir permissões a utilizadores" - -#: authentik/core/models.py -msgid "Can unassign permissions from users" -msgstr "Pode remover permissões a utilizadores" - -#: authentik/core/models.py -msgid "Can preview user data sent to providers" -msgstr "Pode pré-visualizar dados de utilizador enviados a provedores" - -#: authentik/core/models.py -msgid "View applications the user has access to" -msgstr "Ver as aplicações a que o utilizador tem acesso" - -#: authentik/core/models.py -msgid "" -"Flow used for authentication when the associated application is accessed by " -"an un-authenticated user." -msgstr "" -"Fluxo utilizado para autenticação quando a aplicação associada é acedida por" -" um utilizador não autenticado." - -#: authentik/core/models.py -msgid "Flow used when authorizing this provider." -msgstr "Fluxo utilizado para autorizar este provedor." - -#: authentik/core/models.py -msgid "Flow used ending the session from a provider." -msgstr "Fluxo utilizado para terminar a sessão de um provedor." - -#: authentik/core/models.py -msgid "" -"Accessed from applications; optional backchannel providers for protocols " -"like LDAP and SCIM." -msgstr "" -"Acedido a partir de aplicações; provedores opcionais de canais secundários " -"para protocolos como LDAP e SCIM." - -#: authentik/core/models.py -msgid "Application's display Name." -msgstr "Nome de exibição da aplicação." - -#: authentik/core/models.py -msgid "Internal application name, used in URLs." -msgstr "Nome interno da aplicação, usado em URLs." - -#: authentik/core/models.py -msgid "Open launch URL in a new browser tab or window." -msgstr "Abrir o URL de inicialização num novo separador ou janela do browser." - -#: authentik/core/models.py -msgid "Application" -msgstr "Aplicação" - -#: authentik/core/models.py -msgid "Applications" -msgstr "Aplicações" - -#: authentik/core/models.py -msgid "Application Entitlement" -msgstr "Autorização de aplicação" - -#: authentik/core/models.py -msgid "Application Entitlements" -msgstr "Autorizações de aplicação" - -#: authentik/core/models.py -msgid "Use the source-specific identifier" -msgstr "Utilizar o identificador específico da fonte" - -#: 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 "" -"Link para um utilizador com endereço de e-mail idêntico. Pode ter " -"implicações de segurança quando uma fonte não valida endereços de e-mail." - -#: authentik/core/models.py -msgid "" -"Use the user's email address, but deny enrollment when the email address " -"already exists." -msgstr "" -"Utilizar o endereço de e-mail do utilizador, mas recusar o registo quando o " -"endereço de e-mail já existir." - -#: 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 "" -"Ligação a um utilizador com um nome de utilizador idêntico. Pode ter " -"implicações de segurança quando um nome de utilizador é utilizado com outra " -"fonte." - -#: authentik/core/models.py -msgid "" -"Use the user's username, but deny enrollment when the username already " -"exists." -msgstr "" -"Usar o nome de utilizador, mas recusar o registo quando o nome de utilizador" -" já existir." - -#: 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 "" -"Ligação a um grupo com um nome idêntico. Pode ter implicações de segurança " -"quando um nome de grupo é utilizado com outra fonte." - -#: authentik/core/models.py -msgid "Use the group name, but deny enrollment when the name already exists." -msgstr "Utilizar o nome do grupo, mas recusar o registo se o nome já existir." - -#: authentik/core/models.py -msgid "Source's display Name." -msgstr "Nome de exibição da fonte." - -#: authentik/core/models.py -msgid "Internal source name, used in URLs." -msgstr "Nome interno da fonte, usado em URLs." - -#: 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 "Fluxo a utilizar na autenticação de utilizadores existentes." - -#: authentik/core/models.py -msgid "Flow to use when enrolling new users." -msgstr "Fluxo a utilizar no registo de novos utilizadores." - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing user should be authenticated or a " -"new user enrolled." -msgstr "" -"A forma como a fonte determina se um utilizador existente deve ser " -"autenticado ou se um novo utilizador deve ser registado." - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing group should be used or a new group" -" created." -msgstr "" -"A forma como a fonte determina se um grupo existente deve ser utilizado ou " -"se deve ser criado um novo grupo." - -#: 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 "Ver a chave do token" - -#: authentik/core/models.py -msgid "Set a token's key" -msgstr "Definir a chave de um token." - -#: authentik/core/models.py -msgid "Property Mapping" -msgstr "Mapeamento de propriedades" - -#: authentik/core/models.py -msgid "Property Mappings" -msgstr "Mapeamentos de propriedades" - -#: authentik/core/models.py -msgid "session data" -msgstr "dados de sessão" - -#: authentik/core/models.py -msgid "Session" -msgstr "Sessão" - -#: authentik/core/models.py -msgid "Sessions" -msgstr "Sessões" - -#: authentik/core/models.py -msgid "Authenticated Session" -msgstr "Sessão autenticada" - -#: authentik/core/models.py -msgid "Authenticated Sessions" -msgstr "Sessões autenticadas" - -#: 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 "" -"O pedido de autenticação com {source} foi recusado. Por favor, autentique-se" -" com a fonte com que se registou anteriormente." - -#: authentik/core/sources/flow_manager.py -msgid "Configured flow does not exist." -msgstr "O fluxo configurado não existe." - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully authenticated with {source}!" -msgstr "Autenticação bem sucedida com {source}!" - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully linked {source}!" -msgstr "Associado com sucesso a {source}!" - -#: authentik/core/sources/flow_manager.py -msgid "Source is not configured for enrollment." -msgstr "A origem não está configurada para registo." - -#: authentik/core/tasks.py -msgid "Remove expired objects." -msgstr "Remover objetos expirados." - -#: 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 "Ir para início" - -#: authentik/core/templates/login/base_full.html -#: authentik/flows/templates/if/flow-sfe.html -msgid "Powered by authentik" -msgstr "Powered by 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 "Está prestes a iniciar sessão em %(application)s." - -#: authentik/core/views/interface.py -msgid "Interface can only be accessed by internal users." -msgstr "A interface só pode ser acedida por utilizadores internos." - -#: authentik/crypto/api.py -msgid "Subject-alt name" -msgstr "Nome alternativo do sujeito" - -#: 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 "Dados de certificado codificados em PEM" - -#: authentik/crypto/models.py -msgid "" -"Optional Private Key. If this is set, you can use this keypair for " -"encryption." -msgstr "" -"Chave privada opcional. Se estiver definido, pode utilizar este par de " -"chaves para encriptação." - -#: authentik/crypto/models.py -msgid "Certificate-Key Pair" -msgstr "Par de chaves de certificados" - -#: authentik/crypto/models.py -msgid "Certificate-Key Pairs" -msgstr "Pares de chaves de certificados" - -#: authentik/crypto/tasks.py -msgid "Discover, import and update certificates from the filesystem." -msgstr "Descobrir, importar e atualizar certificados do sistema de arquivos." - -#: 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 "Token expirado" - -#: 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 "Token de dispositivo" - -#: authentik/endpoints/connectors/agent/models.py -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "Tokens de dispositivo" - -#: 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/tasks.py -msgid "Sync endpoints." -msgstr "" - -#: authentik/enterprise/api.py -msgid "Enterprise is required to create/update this object." -msgstr "Enterprise necessário para criar/atualizar este objeto." - -#: authentik/enterprise/models.py -msgid "License" -msgstr "Licença" - -#: authentik/enterprise/models.py -msgid "Licenses" -msgstr "Licenças" - -#: authentik/enterprise/models.py -msgid "License Usage" -msgstr "Utilização da licença" - -#: authentik/enterprise/models.py -msgid "License Usage Records" -msgstr "Registos de utilização da licença" - -#: 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 "" -"Chave do campo a ser verificada, estão disponíveis chaves de campo definidas" -" nas etapas de solicitação." - -#: authentik/enterprise/policies/unique_password/models.py -msgid "Number of passwords to check against." -msgstr "Número de palavras-passe a verificar." - -#: authentik/enterprise/policies/unique_password/models.py -#: authentik/policies/password/models.py -msgid "Password not set in context" -msgstr "Palavra-passe não definida no contexto" - -#: authentik/enterprise/policies/unique_password/models.py -msgid "This password has been used previously. Please choose a different one." -msgstr "" -"Esta palavra-passe já foi utilizada anteriormente. Por favor, escolha uma " -"diferente." - -#: authentik/enterprise/policies/unique_password/models.py -msgid "Password Uniqueness Policy" -msgstr "Política de exclusividade de palavra-passe" - -#: authentik/enterprise/policies/unique_password/models.py -msgid "Password Uniqueness Policies" -msgstr "Políticas de exclusividade de palavra-passe" - -#: authentik/enterprise/policies/unique_password/models.py -msgid "User Password History" -msgstr "Histórico de palavras-passe do utilizador" - -#: 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 "Remover histórico de senhas antigas do usuário." - -#: authentik/enterprise/policy.py -msgid "Enterprise required to access this feature." -msgstr "É necessária a licença Enterprise para aceder a esta funcionalidade." - -#: authentik/enterprise/policy.py -msgid "Feature only accessible for internal users." -msgstr "Funcionalidade apenas acessível a utilizadores internos." - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider User" -msgstr "Utilizador do provedor Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Users" -msgstr "Utilizadores do provedor Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Group" -msgstr "Grupo do provedor Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Groups" -msgstr "Grupos do provedor Google Workspace" - -#: 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 "" -"Mapeamentos de propriedades utilizados para a criação/atualização de grupos." - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider" -msgstr "Provedor Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Providers" -msgstr "Provedores Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mapping" -msgstr "Mapeamento do provedor do Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mappings" -msgstr "Mapeamentos do provedor do Google Workspace" - -#: 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 "Utilizador do provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Group" -msgstr "Grupo do provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Groups" -msgstr "Grupos do provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider" -msgstr "Provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Providers" -msgstr "Provedores Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mapping" -msgstr "Mapeamento do provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mappings" -msgstr "Mapeamentos do provedor Microsoft Entra" - -#: 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 "Chave de assinatura" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Key used to sign the SSF Events." -msgstr "Chave utilizada para assinar os eventos SSF." - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Provider" -msgstr "Provedor de Shared Signals Framework" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Providers" -msgstr "Provedores de Shared Signals Framework" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Add stream to SSF provider" -msgstr "Adicionar fluxo ao fornecedor SSF" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream" -msgstr "Fluxo SSF" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Streams" -msgstr "Fluxos SSF" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Event" -msgstr "Evento de fluxo SSF" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Events" -msgstr "Eventos de fluxo SSF" - -#: authentik/enterprise/providers/ssf/tasks.py -msgid "Dispatch SSF events." -msgstr "Enviar eventos SSF." - -#: authentik/enterprise/providers/ssf/tasks.py -msgid "Send an SSF event." -msgstr "Enviar um evento SSF." - -#: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py -msgid "Endpoint Authenticator Google Device Trust Connector Stage" -msgstr "" -"Etapa do Google Device Trust Connector do autenticador de ponto de ligação" - -#: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py -msgid "Endpoint Authenticator Google Device Trust Connector Stages" -msgstr "" -"Etapas do Google Device Trust Connector do autenticador de ponto de ligação" - -#: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py -msgid "Endpoint Device" -msgstr "Dispositivo do ponto de ligação" - -#: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py -msgid "Endpoint Devices" -msgstr "Dispositivos do ponto de ligação" - -#: authentik/enterprise/stages/authenticator_endpoint_gdtc/stage.py -msgid "Verifying your browser..." -msgstr "A verificar o seu browser..." - -#: 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 "Etapa TLS mútua." - -#: authentik/enterprise/stages/mtls/models.py -msgid "Mutual TLS Stages" -msgstr "Etapas TLS mútua." - -#: authentik/enterprise/stages/mtls/models.py -msgid "Permissions to pass Certificates for outposts." -msgstr "Permissões para passar certificados para outposts." - -#: authentik/enterprise/stages/mtls/stage.py -msgid "Certificate required but no certificate was given." -msgstr "Certificado obrigatório, mas nenhum certificado foi fornecido." - -#: authentik/enterprise/stages/mtls/stage.py -msgid "No user found for certificate." -msgstr "Nenhum utlizador encontrado para o certificado." - -#: 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 "" -"Tempo que um utilizador pode demorar a regressar da origem para continuar o " -"fluxo (Formato: hours=-1;minutes=-2;seconds=-3)" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stage" -msgstr "Etapa de origem" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stages" -msgstr "Etapas de origem" - -#: authentik/enterprise/tasks.py -msgid "Update enterprise license status." -msgstr "Atualize o estado da licença enterprise." - -#: authentik/events/models.py -msgid "Event" -msgstr "Evento" - -#: authentik/events/models.py -msgid "Events" -msgstr "Eventos" - -#: authentik/events/models.py -msgid "authentik inbuilt notifications" -msgstr "notificações incorporadas authentik" - -#: authentik/events/models.py -msgid "Generic Webhook" -msgstr "Webhook genérico" - -#: 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 "" -"Enviar a notificação apenas uma vez, por exemplo, ao enviar um webhook para " -"um canal de chat." - -#: authentik/events/models.py -msgid "" -"Customize the body of the request. Mapping should return data that is JSON-" -"serializable." -msgstr "" -"Personalize o corpo do pedido. O mapeamento deve retornar dados que sejam " -"serializáveis em JSON." - -#: authentik/events/models.py -msgid "" -"Configure additional headers to be sent. Mapping should return a dictionary " -"of key-value pairs" -msgstr "" -"Configurar cabeçalhos adicionais a serem enviados. O mapeamento deve " -"retornar um dicionário de pares chave-valor" - -#: authentik/events/models.py -msgid "Severity" -msgstr "Gravidade" - -#: authentik/events/models.py -msgid "Dispatched for user" -msgstr "Enviado para o utilizador" - -#: authentik/events/models.py -msgid "Event user" -msgstr "Utilizador do evento" - -#: authentik/events/models.py -msgid "Notification Transport" -msgstr "Transporte de notificação" - -#: authentik/events/models.py -msgid "Notification Transports" -msgstr "Transportes de notificação" - -#: authentik/events/models.py -msgid "Notice" -msgstr "Aviso" - -#: authentik/events/models.py -msgid "Warning" -msgstr "Advertência" - -#: authentik/events/models.py -msgid "Alert" -msgstr "Alerta" - -#: authentik/events/models.py -msgid "Notification" -msgstr "Notificação" - -#: authentik/events/models.py -msgid "Notifications" -msgstr "Notificações" - -#: 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 "" -"Selecione quais os transportes que devem ser utilizados para notificar o " -"utilizador. Se não for selecionado nenhum, a notificação só será apresentada" -" na UI do authentik." - -#: authentik/events/models.py -msgid "Controls which severity level the created notifications will have." -msgstr "Controla o nível de gravidade das notificações criadas." - -#: 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 "" -"Definir o grupo de utilizadores para o qual esta notificação deve ser " -"enviada e mostrada. Se for deixada em branco, a notificação não será " -"enviada." - -#: 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 "Regra de notificação" - -#: authentik/events/models.py -msgid "Notification Rules" -msgstr "Regras de notificação" - -#: authentik/events/models.py -msgid "Webhook Mapping" -msgstr "Mapeamento de webhook" - -#: authentik/events/models.py -msgid "Webhook Mappings" -msgstr "Mapeamentos de webhook" - -#: authentik/events/tasks.py -msgid "Dispatch new event notifications." -msgstr "Lançar notificações de novos eventos." - -#: 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 "Enviar notificação." - -#: authentik/events/tasks.py -msgid "Cleanup events for GDPR compliance." -msgstr "Limpar eventos para conformidade com o GDPR." - -#: authentik/events/tasks.py -msgid "Cleanup seen notifications and notifications whose event expired." -msgstr "Limpar notificações visualizadas e notificações cujo evento expirou." - -#: authentik/flows/api/flows.py -#, python-brace-format -msgid "Flow not applicable to current user/request: {messages}" -msgstr "Fluxo não aplicável ao utilizador/pedido atual: {messages}" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Policy ({type})" -msgstr "Política ({type})" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Binding {order}" -msgstr "Associação {order}" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy passed" -msgstr "Política aprovada" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Stage ({type})" -msgstr "Etapa ({type})" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy denied" -msgstr "Política negada" - -#: authentik/flows/api/flows_diagram.py -msgid "End of the flow" -msgstr "Fim do fluxo" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement not fulfilled" -msgstr "Requisito não cumprido" - -#: authentik/flows/api/flows_diagram.py -msgid "Flow authentication requirement" -msgstr "Requisito de fluxo de autenticação" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement fulfilled" -msgstr "Requisito cumprido" - -#: authentik/flows/api/flows_diagram.py -msgid "Pre-flow policies" -msgstr "Políticas de pré-fluxo" - -#: authentik/flows/api/flows_diagram.py authentik/flows/models.py -msgid "Flow" -msgstr "Fluxo" - -#: authentik/flows/exceptions.py -msgid "Flow does not apply to current user." -msgstr "O fluxo não se aplica ao utilizador atual." - -#: authentik/flows/models.py -#, python-brace-format -msgid "Dynamic In-memory stage: {doc}" -msgstr "Etapa dinâmica em memória: {doc}" - -#: authentik/flows/models.py -msgid "Visible in the URL." -msgstr "Visível no URL." - -#: authentik/flows/models.py -msgid "Shown as the Title in Flow pages." -msgstr "Apresentado como título nas páginas de fluxo." - -#: 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 "" -"Determina para que é que este fluxo é utilizado. Por exemplo, o fluxo de " -"autenticação para o qual é redirecionado um utilizador não autenticado " -"quando visita o authentik." - -#: authentik/flows/models.py -msgid "Background shown during execution" -msgstr "Imagem de fundo mostrada durante a execução" - -#: authentik/flows/models.py -msgid "" -"Enable compatibility mode, increases compatibility with password managers on" -" mobile devices." -msgstr "" -"Permitir o modo de compatibilidade, aumenta a compatibilidade com gestores " -"de palavras-passe de dispositivos móveis." - -#: authentik/flows/models.py -msgid "Configure what should happen when a flow denies access to a user." -msgstr "" -"Configurar o que deve acontecer quando um fluxo nega o acesso a um " -"utilizador." - -#: authentik/flows/models.py -msgid "Required level of authentication and authorization to access a flow." -msgstr "" -"Nível necessário de autenticação e autorização para aceder a um fluxo." - -#: authentik/flows/models.py -msgid "Flows" -msgstr "Fluxos" - -#: authentik/flows/models.py -msgid "Can export a Flow" -msgstr "Pode exportar um fluxo" - -#: authentik/flows/models.py -msgid "Can inspect a Flow's execution" -msgstr "Pode inspecionar a execução de um fluxo" - -#: authentik/flows/models.py -msgid "View Flow's cache metrics" -msgstr "Ver as métricas da cache do fluxo" - -#: authentik/flows/models.py -msgid "Clear Flow's cache metrics" -msgstr "Limpar as métricas da cache do fluxo" - -#: authentik/flows/models.py -msgid "Evaluate policies during the Flow planning process." -msgstr "Avaliar as políticas durante o processo de planeamento do fluxo." - -#: authentik/flows/models.py -msgid "Evaluate policies when the Stage is presented to the user." -msgstr "Avaliar as políticas quando a Etapa é apresentada ao utilizador." - -#: 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 "" -"Configura a forma como o executor de fluxo deve tratar uma resposta inválida" -" a um desafio. RETRY devolve a mensagem de erro e um desafio semelhante ao " -"executor. RESTART reinicia o fluxo desde o início, e RESTART_WITH_CONTEXT " -"reinicia o fluxo mantendo o contexto atual." - -#: authentik/flows/models.py -msgid "Flow Stage Binding" -msgstr "Associação da etapa de fluxo" - -#: authentik/flows/models.py -msgid "Flow Stage Bindings" -msgstr "Associações da etapa de fluxo" - -#: 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 "" -"Fluxo utilizado por um utilizador autenticado para configurar esta etapa. Se" -" estiver em branco, o utilizador não poderá configurar esta etapa." - -#: authentik/flows/models.py -msgid "Flow Token" -msgstr "Token do fluxo" - -#: authentik/flows/models.py -msgid "Flow Tokens" -msgstr "Tokens do fluxo" - -#: authentik/flows/templates/if/flow.html -msgid "Site footer" -msgstr "" - -#: authentik/flows/views/executor.py -msgid "Invalid next URL" -msgstr "URL seguinte inválido" - -#: authentik/lib/sync/outgoing/models.py -msgid "Controls the number of objects synced in a single task" -msgstr "Controla o número de objetos sincronizados numa única tarefa" - -#: authentik/lib/sync/outgoing/models.py -msgid "Timeout for synchronization of a single page" -msgstr "Tempo limite para sincronização de uma única página" - -#: authentik/lib/sync/outgoing/models.py -msgid "" -"When enabled, provider will not modify or create objects in the remote " -"system." -msgstr "" -"Quando ativado, o provedor não modifica nem cria objectos no sistema remoto." - -#: authentik/lib/utils/time.py -#, python-format -msgid "%(value)s is not in the correct format of 'hours=3;minutes=1'." -msgstr "%(value)s não está no formato correto de 'hours=3;minutes=1'." - -#: authentik/lib/validators.py -#, python-brace-format -msgid "The fields {field_names} must be used together." -msgstr "Os campos {field_names} devem ser utilizados em conjunto." - -#: authentik/outposts/api/service_connections.py -msgid "" -"You can only use an empty kubeconfig when connecting to a local cluster." -msgstr "" -"Só é possível utilizar um kubeconfig vazio ao ligar a um cluster local." - -#: authentik/outposts/api/service_connections.py -msgid "Invalid kubeconfig" -msgstr "Kubeconfig inválido" - -#: authentik/outposts/models.py -msgid "" -"If enabled, use the local connection. Required Docker socket/Kubernetes " -"Integration" -msgstr "" -"Se ativado, utiliza a ligação local. Integração necessária com Docker " -"socket/Kubernetes" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connection" -msgstr "Ligação de serviço do posto avançado" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connections" -msgstr "Ligações de serviço do posto avançado" - -#: authentik/outposts/models.py -msgid "" -"Can be in the format of 'unix://' when connecting to a local docker " -"daemon, or 'https://:2376' when connecting to a remote system." -msgstr "" -"Pode ser no formato 'unix://' quando se liga a um deamon local do " -"Docker, ou 'https://:2376' quando se liga a um sistema remoto." - -#: authentik/outposts/models.py -msgid "" -"CA which the endpoint's Certificate is verified against. Can be left empty " -"for no validation." -msgstr "" -"CA contra a qual o certificado do ponto de ligação é verificado. Pode ser " -"deixado em branco para que não haja validação." - -#: authentik/outposts/models.py -msgid "" -"Certificate/Key used for authentication. Can be left empty for no " -"authentication." -msgstr "" -"Certificado/chave utilizado para autenticação. Pode ser deixado em branco " -"para que não haja autenticação." - -#: authentik/outposts/models.py -msgid "Docker Service-Connection" -msgstr "Ligação de serviço do Docker" - -#: authentik/outposts/models.py -msgid "Docker Service-Connections" -msgstr "Ligações de serviço do Docker" - -#: authentik/outposts/models.py -msgid "" -"Paste your kubeconfig here. authentik will automatically use the currently " -"selected context." -msgstr "" -"Cole aqui o seu kubeconfig. O authentik utilizará automaticamente o contexto" -" atualmente selecionado." - -#: authentik/outposts/models.py -msgid "Verify SSL Certificates of the Kubernetes API endpoint" -msgstr "" -"Verificar os certificados SSL do ponto de ligação da API do Kubernetes" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connection" -msgstr "Ligação de serviço do Kubernetes" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connections" -msgstr "Ligações de serviço do Kubernetes" - -#: 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 "" -"Selecione a ligação de serviço que o authentik deve utilizar para gerir este" -" posto avançado. Deixe em branco se o authentik não deve gerir a " -"implementação." - -#: authentik/outposts/models.py -msgid "Outpost" -msgstr "Posto avançado" - -#: authentik/outposts/models.py -msgid "Outposts" -msgstr "Postos avançados" - -#: 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 "Enviar atualização para o Outpost" - -#: authentik/outposts/tasks.py -msgid "Checks the local environment and create Service connections." -msgstr "Verificar o ambiente local e criar conexões de serviço." - -#: authentik/outposts/tasks.py -msgid "Terminate session on all outposts." -msgstr "Terminar sessão em todos os Outposts." - -#: authentik/policies/denied.py -msgid "Access denied" -msgstr "Acesso negado" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policy" -msgstr "Política fictícia" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policies" -msgstr "Políticas fictícias" - -#: 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 "" -"Corresponde a eventos criados pela aplicação selecionada. Quando deixado em " -"branco, todas as aplicações são correspondidas." - -#: 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 "" -"Corresponde a eventos criados pelo modelo selecionado. Quando deixado em " -"branco, todos os modelos são correspondidos. Quando uma aplicação é " -"selecionada, todos os modelos da aplicação são correspondidos." - -#: authentik/policies/event_matcher/api.py -msgid "At least one criteria must be set." -msgstr "Deve ser definido pelo menos um critério." - -#: authentik/policies/event_matcher/models.py -msgid "" -"Match created events with this action type. When left empty, all action " -"types will be matched." -msgstr "" -"Corresponde a eventos criados com este tipo de ação. Quando deixado em " -"branco, todos os tipos de ação serão correspondidos." - -#: authentik/policies/event_matcher/models.py -msgid "" -"Matches Event's Client IP (strict matching, for network matching use an " -"Expression Policy)" -msgstr "" -"Corresponde ao IP do cliente do evento (correspondência rigorosa, para " -"correspondência de rede use uma Política de Expressão)" - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policy" -msgstr "Política de correspondência de eventos" - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policies" -msgstr "Políticas de correspondência de eventos" - -#: authentik/policies/expiry/models.py -#, python-brace-format -msgid "Password expired {days} days ago. Please update your password." -msgstr "A palavra-passe expirou há {days} dias. Atualize a sua palavra-passe." - -#: authentik/policies/expiry/models.py -msgid "Password has expired." -msgstr "A palavra-passe expirou." - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policy" -msgstr "Política de expiração de palavra-passe" - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policies" -msgstr "Políticas de expiração de palavra-passe" - -#: authentik/policies/expression/models.py -msgid "Expression Policy" -msgstr "Política de expressão" - -#: authentik/policies/expression/models.py -msgid "Expression Policies" -msgstr "Políticas de expressão" - -#: authentik/policies/geoip/models.py -msgid "GeoIP: client IP not found in ASN database." -msgstr "GeoIP: o IP do cliente não foi encontrado na base de dados ASN." - -#: authentik/policies/geoip/models.py -msgid "Client IP is not part of an allowed autonomous system." -msgstr "O IP do cliente não faz parte de um sistema autónomo permitido." - -#: authentik/policies/geoip/models.py -msgid "GeoIP: client IP address not found in City database." -msgstr "" -"GeoIP: o IP do cliente não foi encontrado na base de dados de cidades." - -#: authentik/policies/geoip/models.py -msgid "Client IP is not in an allowed country." -msgstr "O IP do cliente não pertence a um país autorizado." - -#: authentik/policies/geoip/models.py -msgid "Distance from previous authentication is larger than threshold." -msgstr "" -"A distância em relação à autenticação anterior é superior ao limite " -"definido." - -#: authentik/policies/geoip/models.py -msgid "Distance is further than possible." -msgstr "A distância é superior do que a possível." - -#: authentik/policies/geoip/models.py -msgid "GeoIP Policy" -msgstr "Política GeoIP" - -#: authentik/policies/geoip/models.py -msgid "GeoIP Policies" -msgstr "Políticas GeoIP" - -#: authentik/policies/models.py -msgid "all, all policies must pass" -msgstr "Todas, todas as políticas devem ser cumpridas" - -#: authentik/policies/models.py -msgid "any, any policy must pass" -msgstr "Qualquer, qualquer política deve ser cumprida" - -#: authentik/policies/models.py -msgid "Policy Binding Model" -msgstr "Modelo de associação de políticas" - -#: authentik/policies/models.py -msgid "Policy Binding Models" -msgstr "Modelos de associação de políticas" - -#: authentik/policies/models.py -msgid "Negates the outcome of the policy. Messages are unaffected." -msgstr "Nega o resultado da política. As mensagens não são afetadas." - -#: authentik/policies/models.py -msgid "Timeout after which Policy execution is terminated." -msgstr "Tempo limite após o qual a execução da Política é terminada." - -#: authentik/policies/models.py -msgid "Result if the Policy execution fails." -msgstr "Resultado se a execução da política falhar." - -#: authentik/policies/models.py -msgid "Policy Binding" -msgstr "Associação de políticas" - -#: authentik/policies/models.py -msgid "Policy Bindings" -msgstr "Associações de políticas" - -#: 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 "" -"Quando esta opção está ativada, todas as execuções desta política serão " -"registadas. Por predefinição, apenas os erros de execução são registados." - -#: authentik/policies/models.py -msgid "Policy" -msgstr "Política" - -#: authentik/policies/models.py -msgid "Policies" -msgstr "Políticas" - -#: authentik/policies/models.py -msgid "View Policy's cache metrics" -msgstr "Ver as métricas de cache da política" - -#: authentik/policies/models.py -msgid "Clear Policy's cache metrics" -msgstr "Ver as métricas de cache das políticas" - -#: authentik/policies/password/models.py -msgid "How many times the password hash is allowed to be on haveibeenpwned" -msgstr "" -"Quantas vezes o hash da palavra-passe pode aparecer no Have I Been Pwned" - -#: authentik/policies/password/models.py -msgid "" -"If the zxcvbn score is equal or less than this value, the policy will fail." -msgstr "" -"Se a pontuação zxcvbn for igual ou inferior a este valor, a política " -"falhará." - -#: authentik/policies/password/models.py -msgid "Invalid password." -msgstr "Palavra-passe inválida" - -#: authentik/policies/password/models.py -#, python-brace-format -msgid "Password exists on {count} online lists." -msgstr "A palavra-passe existe em {count} listas online." - -#: authentik/policies/password/models.py -msgid "Password is too weak." -msgstr "A palavra-passe é demasiado fraca." - -#: authentik/policies/password/models.py -msgid "Password Policy" -msgstr "Política de palavras-passe" - -#: authentik/policies/password/models.py -msgid "Password Policies" -msgstr "Políticas de palavras-passe" - -#: authentik/policies/reputation/api.py -msgid "Either IP or Username must be checked" -msgstr "O IP ou o nome de utilizador devem ser verificados" - -#: authentik/policies/reputation/models.py -msgid "Reputation Policy" -msgstr "Política de reputação" - -#: authentik/policies/reputation/models.py -msgid "Reputation Policies" -msgstr "Políticas de reputação" - -#: authentik/policies/reputation/models.py -msgid "Reputation Score" -msgstr "Pontuação da reputação" - -#: authentik/policies/reputation/models.py -msgid "Reputation Scores" -msgstr "Pontuações da reputação" - -#: authentik/policies/templates/policies/buffer.html -msgid "Waiting for authentication..." -msgstr "A aguardar autenticação" - -#: 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 "Autenticar nesta aba" - -#: authentik/policies/templates/policies/denied.html -msgid "Permission denied" -msgstr "Permissão negada" - -#: authentik/policies/templates/policies/denied.html -msgid "User's avatar" -msgstr "Avatar do utilizador" - -#: authentik/policies/templates/policies/denied.html -msgid "Not you?" -msgstr "Não és tu?" - -#: authentik/policies/templates/policies/denied.html -msgid "Error" -msgstr "Erro" - -#: authentik/policies/templates/policies/denied.html -msgid "Request has been denied." -msgstr "O pedido foi negado." - -#: authentik/policies/templates/policies/denied.html -msgid "Messages:" -msgstr "Mensagens:" - -#: authentik/policies/templates/policies/denied.html -msgid "Explanation:" -msgstr "Explicação:" - -#: authentik/policies/templates/policies/denied.html -#, python-format -msgid "" -"\n" -" Policy binding '%(name)s' returned result '%(result)s'\n" -" " -msgstr "" -"\n" -" A política de associação '%(name)s' devolveu o resultado '%(result)s'" - -#: authentik/policies/views.py -msgid "Failed to resolve application" -msgstr "Falha ao resolver a aplicação" - -#: authentik/providers/ldap/models.py -msgid "DN under which objects are accessible." -msgstr "DN sob o qual os objetos são acessíveis." - -#: 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 "" -"O início para uidNumbers, este número é adicionado ao user.pk para garantir " -"que os números não são demasiado baixos para os utilizadores POSIX. A " -"predefinição é 2000 para garantir que não há colisões com o uidNumber dos " -"utilizadores locais" - -#: 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 "" -"O início para gidNumbers, este número é adicionado a um número gerado a " -"partir do group.pk para garantir que os números não demasiado baixos para " -"grupos POSIX. A predefinição é 4000 para garantir que não há colisões com o " -"gidNumber dos grupos locais ou dos grupos primários de utilizadores" - -#: 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 "" -"Quando activada, a autenticação multi-fator baseada em código pode ser " -"utilizada acrescentando um ponto e vírgula e o código TOTP à palavra-passe. " -"Esta opção só deve ser activada se todos os utilizadores que se ligarem a " -"este provedor tiverem um dispositivo TOTP configurado, caso contrário uma " -"palavra-passe pode ser incorretamente rejeitada se contiver um ponto e " -"vírgula." - -#: authentik/providers/ldap/models.py -msgid "LDAP Provider" -msgstr "Provedor de LDAP" - -#: authentik/providers/ldap/models.py -msgid "LDAP Providers" -msgstr "Provedores de LDAP" - -#: authentik/providers/ldap/models.py -msgid "Search full LDAP directory" -msgstr "Pesquisar no diretório LDAP completo" - -#: authentik/providers/oauth2/api/providers.py -#, python-brace-format -msgid "Invalid Regex Pattern: {url}" -msgstr "Padrão Regex inválido: {url}" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the Hashed User ID" -msgstr "Baseado no ID de utilizador com hash" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user ID" -msgstr "Baseado no ID de utilizador" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user UUID" -msgstr "Baseado no UUID do utilizador" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the username" -msgstr "Baseado no nome de utilizador" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the User's Email. This is recommended over the UPN method." -msgstr "" -"Baseado no E-Mail do Utililzador. Recomendado em relação ao método UPN." - -#: 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 "" -"Baseado na UPN do Utilizador, só funciona se o utilizador tiver um atributo " -"\"upn\" definido. Utilize este método apenas se tiver diferentes domínios de" -" UPN e de Mail." - -#: authentik/providers/oauth2/models.py -msgid "Confidential" -msgstr "Confidencial" - -#: authentik/providers/oauth2/models.py -msgid "Public" -msgstr "Público" - -#: authentik/providers/oauth2/models.py -msgid "Same identifier is used for all providers" -msgstr "O mesmo identificador é utilizado em todos os provedores" - -#: authentik/providers/oauth2/models.py -msgid "Each provider has a different issuer, based on the application slug." -msgstr "Cada provedor tem um emissor diferente, baseado no slug da aplicação." - -#: authentik/providers/oauth2/models.py -msgid "Strict URL comparison" -msgstr "Comparação rigorosa de URL" - -#: authentik/providers/oauth2/models.py -msgid "Regular Expression URL matching" -msgstr "Correspondência de URL com expressões regulares" - -#: authentik/providers/oauth2/models.py -msgid "Back-channel" -msgstr "Back-channel" - -#: authentik/providers/oauth2/models.py -msgid "Front-channel" -msgstr "Front-channel" - -#: authentik/providers/oauth2/models.py -msgid "code (Authorization Code Flow)" -msgstr "código (Fluxo do Código de Autorização)" - -#: authentik/providers/oauth2/models.py -msgid "id_token (Implicit Flow)" -msgstr "id_token (Fluxo Implícito)" - -#: authentik/providers/oauth2/models.py -msgid "id_token token (Implicit Flow)" -msgstr "id_token token (Fluxo Implícito)" - -#: authentik/providers/oauth2/models.py -msgid "code token (Hybrid Flow)" -msgstr "código token (Fluxo Híbrido)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token (Hybrid Flow)" -msgstr "código id_token (Fluxo Híbrido)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token token (Hybrid Flow)" -msgstr "código id_token token (Fluxo Híbrido)" - -#: authentik/providers/oauth2/models.py -msgid "HS256 (Symmetric Encryption)" -msgstr "HS256 (Encriptação Simétrica)" - -#: authentik/providers/oauth2/models.py -msgid "RS256 (Asymmetric Encryption)" -msgstr "RS256 (Encriptação Assimétrica)" - -#: authentik/providers/oauth2/models.py -msgid "ES256 (Asymmetric Encryption)" -msgstr "ES256 (Encriptação Assimétrica)" - -#: authentik/providers/oauth2/models.py -msgid "ES384 (Asymmetric Encryption)" -msgstr "ES384 (Encriptação Assimétrica)" - -#: authentik/providers/oauth2/models.py -msgid "ES512 (Asymmetric Encryption)" -msgstr "ES512 (Encriptação Assimétrica)" - -#: authentik/providers/oauth2/models.py -msgid "Scope used by the client" -msgstr "Âmbito usado pelo cliente" - -#: authentik/providers/oauth2/models.py -msgid "" -"Description shown to the user when consenting. If left empty, the user won't" -" be informed." -msgstr "" -"Descrição apresentada ao utilizador durante o consentimento. Se for deixada " -"em branco, o utilizador não será informado." - -#: authentik/providers/oauth2/models.py -msgid "Scope Mapping" -msgstr "Mapeamento de âmbito" - -#: authentik/providers/oauth2/models.py -msgid "Scope Mappings" -msgstr "Mapeamentos de âmbito" - -#: authentik/providers/oauth2/models.py -msgid "Client Type" -msgstr "Tipo de cliente" - -#: authentik/providers/oauth2/models.py -msgid "" -"Confidential clients are capable of maintaining the confidentiality of their" -" credentials. Public clients are incapable" -msgstr "" -"Clientes confidenciais são capazes de manter a confidencialidade das suas " -"credenciais. Clientes públicos são incapazes." - -#: authentik/providers/oauth2/models.py -msgid "Client ID" -msgstr "ID do cliente" - -#: authentik/providers/oauth2/models.py -msgid "Client Secret" -msgstr "Segredo do cliente" - -#: authentik/providers/oauth2/models.py -msgid "Redirect URIs" -msgstr "URIs de redirecionamento" - -#: authentik/providers/oauth2/models.py -msgid "Logout URI" -msgstr "URL de logout" - -#: authentik/providers/oauth2/models.py -msgid "Logout Method" -msgstr "Método de logout" - -#: 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 "Incluir reivindicações no 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 "" -"Incluir reivindicações de âmbitos de aplicação do utilizador no id_token, " -"para aplicações que não acedem ao ponto de ligação userInfo." - -#: 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 "" -"Códigos de acesso não válidos em ou após a hora atual + este valor (Formato:" -" hours=1;minutes=2;seconds=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 não válidos em ou após a hora atual + este valor (Formato: " -"hours=1;minutes=2;seconds=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 "" -"Ao atualizar um token, se o refresh token for válido por menos do que essa " -"duração, ele será renovado. Quando definido como seconds=0, o token será " -"sempre renovado.(Formato: hours=1;minutes=2;seconds=3)." - -#: 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 "" -"Configurar quais os dados que devem ser utilizados como identificador único " -"do utilizador. Na maioria dos casos, a predefinição deve ser suficiente." - -#: authentik/providers/oauth2/models.py -msgid "Configure how the issuer field of the ID Token should be filled." -msgstr "" -"Configurar a forma como o campo do emissor do Token ID deve ser preenchido." - -#: authentik/providers/oauth2/models.py -msgid "Key used to sign the tokens." -msgstr "Chave utilizada para assinar os tokens." - -#: authentik/providers/oauth2/models.py -msgid "Encryption Key" -msgstr "Chave de encriptação" - -#: authentik/providers/oauth2/models.py -msgid "" -"Key used to encrypt the tokens. When set, tokens will be encrypted and " -"returned as JWEs." -msgstr "" -"Chave utilizada para encriptar os tokens. Quando definido, os tokens serão " -"encriptados e devolvidos como JWEs." - -#: authentik/providers/oauth2/models.py -msgid "" -"Any JWT signed by the JWK of the selected source can be used to " -"authenticate." -msgstr "" -"Qualquer JWT assinado pelo JWK da fonte selecionada pode ser utilizado para " -"autenticar." - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Provider" -msgstr "Provedor OAuth2/OpenID" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Providers" -msgstr "Provedores OAuth2/OpenID" - -#: authentik/providers/oauth2/models.py -msgid "Scopes" -msgstr "Âmbitos" - -#: authentik/providers/oauth2/models.py -msgid "Code" -msgstr "Código" - -#: authentik/providers/oauth2/models.py -msgid "Nonce" -msgstr "Nonce" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge" -msgstr "Desafio de código" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge Method" -msgstr "Método de desafio de código" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Code" -msgstr "Código de autorização" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Codes" -msgstr "Códigos de autorização" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Token" -msgstr "Token de acesso OAuth2" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Tokens" -msgstr "Tokens de acesso OAuth2" - -#: authentik/providers/oauth2/models.py -msgid "ID Token" -msgstr "Token ID" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Token" -msgstr "Token de atualização OAuth2" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Tokens" -msgstr "Tokens de atualização OAuth2" - -#: 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 "A redirecionar para {app}..." - -#: authentik/providers/oauth2/views/device_init.py -msgid "Invalid code" -msgstr "Código inválido" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your User Information" -msgstr "" -"Compatibilidade com o GitHub: Aceder às suas informações de utilizador" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access you Email addresses" -msgstr "Compatibilidade com o GitHub: Aceder ao seu endereço de e-mail" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your Groups" -msgstr "Compatibilidade com o GitHub: Aceder aos seus grupos" - -#: authentik/providers/proxy/api.py -msgid "User and password attributes must be set when basic auth is enabled." -msgstr "" -"Os atributos de utilizador e palavra-passe têm de ser definidos quando a " -"autenticação básica está activada." - -#: authentik/providers/proxy/api.py -msgid "Internal host cannot be empty when forward auth is disabled." -msgstr "" -"O host interno não pode estar vazio quando a autenticação por encaminhamento" -" está desativada." - -#: authentik/providers/proxy/models.py -msgid "Proxy Session" -msgstr "Sessão de Proxy" - -#: authentik/providers/proxy/models.py -msgid "Proxy Sessions" -msgstr "Sessões de Proxy" - -#: authentik/providers/proxy/models.py -msgid "Validate SSL Certificates of upstream servers" -msgstr "Validar os certificados SSL dos servidores de upstream" - -#: authentik/providers/proxy/models.py -msgid "Internal host SSL Validation" -msgstr "Validação SSL do host interno" - -#: authentik/providers/proxy/models.py -msgid "" -"Enable support for forwardAuth in traefik and nginx auth_request. Exclusive " -"with internal_host." -msgstr "" -"Ativar suporte para forwardAuth no Traefik e nginx auth_request. Exclusivo " -"com internal_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 "" -"Expressões regulares para as quais a autenticação não é necessária. Cada " -"nova linha é interpretada como uma nova expressão regular." - -#: authentik/providers/proxy/models.py -msgid "" -"When enabled, this provider will intercept the authorization header and " -"authenticate requests based on its value." -msgstr "" -"Quando ativado, este provedor interceptará o cabeçalho de autorização e " -"autenticará os pedidos com base no seu valor." - -#: authentik/providers/proxy/models.py -msgid "Set HTTP-Basic Authentication" -msgstr "Definir Autenticação HTTP-Basic" - -#: authentik/providers/proxy/models.py -msgid "" -"Set a custom HTTP-Basic Authentication header based on values from " -"authentik." -msgstr "" -"Definir um cabeçalho personalizado de Autenticação HTTP-Basic com base nos " -"valores do authentik." - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Username Key" -msgstr "Chave de nome de utilizador HTTP-Basic" - -#: 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 "" -"Atributo de Utilizador/Grupo utilizado para a parte do utilizador do " -"cabeçalho HTTP-Basic. Se não for definido, é utilizado o endereço de e-mail " -"do utilizador." - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Password Key" -msgstr "Chave de palavra-passe HTTP-Basic" - -#: authentik/providers/proxy/models.py -msgid "" -"User/Group Attribute used for the password part of the HTTP-Basic Header." -msgstr "" -"Atributo de Utilizador/Grupo utilizado para a parte da palavra-passe do " -"cabeçalho HTTP-Basic." - -#: authentik/providers/proxy/models.py -msgid "Proxy Provider" -msgstr "Provedor de Proxy" - -#: authentik/providers/proxy/models.py -msgid "Proxy Providers" -msgstr "Provedores de Proxy" - -#: authentik/providers/proxy/tasks.py -msgid "Terminate session on Proxy outpost." -msgstr "Terminar sessão no Proxy outpost " - -#: 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 "" -"Determina a duração de uma sessão. A predefinição de 0 significa que as " -"sessões duram até o browser ser fechado. (Formato: " -"hours=-1;minutes=-2;seconds=-3)" - -#: authentik/providers/rac/models.py -msgid "When set to true, connection tokens will be deleted upon disconnect." -msgstr "" -"Quando definido como verdadeiro, os tokens de ligação serão eliminados ao " -"terminar a ligação." - -#: authentik/providers/rac/models.py -msgid "RAC Provider" -msgstr "Provedor RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Providers" -msgstr "Provedores RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoint" -msgstr "Ponto de ligação RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoints" -msgstr "Pontos de lgação RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Provider Property Mapping" -msgstr "Mapeamento de propriedades do provedor de RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Provider Property Mappings" -msgstr "Mapeamentos de propriedades do provedor de RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Connection token" -msgstr "Token de ligação RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Connection tokens" -msgstr "Tokens de ligação RAC" - -#: authentik/providers/rac/views.py -msgid "Maximum connection limit reached." -msgstr "Limite máximo de ligação atingido." - -#: authentik/providers/rac/views.py -msgid "(You are already connected in another tab/window)" -msgstr "(Já está ligado noutro separador/janela)" - -#: authentik/providers/radius/models.py -msgid "Shared secret between clients and server to hash packets." -msgstr "" -"Segredo partilhado entre clientes e servidor para fazer o hash dos pacotes." - -#: 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 "" -"Lista de CIDRs (separados por vírgulas) a partir da qual os clientes se " -"podem ligar. Um CIDR mais específico será correspondido antes de um mais " -"flexível. Os clientes que se ligarem a partir de um CIDR não especificado " -"serão rejeitados." - -#: authentik/providers/radius/models.py -msgid "Radius Provider" -msgstr "Provedor Radius" - -#: authentik/providers/radius/models.py -msgid "Radius Providers" -msgstr "Provedores Radius" - -#: authentik/providers/radius/models.py -msgid "Radius Provider Property Mapping" -msgstr "Mapeamento de propriedades do provedor Radius" - -#: authentik/providers/radius/models.py -msgid "Radius Provider Property Mappings" -msgstr "Mapeamentos de propriedades do provedor Radius" - -#: 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 "" -"Com um par de chaves de assinatura selecionado, pelo menos uma das opções " -"“Assinar asserção” e “Assinar resposta” deve ser selecionada." - -#: authentik/providers/saml/api/providers.py -msgid "Invalid XML Syntax" -msgstr "Sintaxe HTML inválida" - -#: authentik/providers/saml/api/providers.py -#, python-brace-format -msgid "Failed to import Metadata: {messages}" -msgstr "Falha na importação de metadados: {messages}" - -#: authentik/providers/saml/models.py -msgid "ACS URL" -msgstr "URL ACS" - -#: authentik/providers/saml/models.py -msgid "Service Provider Binding" -msgstr "Associação de provedores de serviços" - -#: authentik/providers/saml/models.py -msgid "" -"This determines how authentik sends the response back to the Service " -"Provider." -msgstr "" -"Determina a forma como o authentik envia a resposta de volta para o provedor" -" de serviços." - -#: 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 "" -"Valor do campo de restrição de audiência da asserção. Quando deixado em " -"branco, nenhuma restrição de audiência será adicionada." - -#: authentik/providers/saml/models.py -msgid "Also known as EntityID" -msgstr "Também conhecido como EntityID." - -#: authentik/providers/saml/models.py -msgid "SLS URL" -msgstr "SLS URL" - -#: 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 "Vínculo SLS" - -#: 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 "" -"Método a ser usado para o logout. O Front-channel iframe carrega todos os " -"URLs de logout simultaneamente em iframes ocultos. O Front-channel native " -"usa a aba ativa do seu navegador para enviar requisições POST e redirecionar" -" para os provedores. O Back-channel envia as requisições de logout " -"diretamente do servidor, sem interação do utilizador (requer POST SLS " -"binding)." - -#: authentik/providers/saml/models.py -msgid "NameID Property Mapping" -msgstr "Mapeamento da propriedade NameID" - -#: 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 "" -"Configura a forma como o valor NameID será criado. Quando deixado em branco," -" será considerada a NameIDPolicy do pedido de entrada" - -#: authentik/providers/saml/models.py -msgid "AuthnContextClassRef Property Mapping" -msgstr "Mapeamento da propriedade AuthnContextClassRef" - -#: 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 "" -"Configura a forma como o valor AuthnContextClassRef será criado. Quando " -"deixado em branco, o AuthnContextClassRef será definido com base nos métodos" -" de autenticação que o utilizador utilizou para se autenticar." - -#: authentik/providers/saml/models.py -msgid "" -"Assertion valid not before current time + this value (Format: " -"hours=-1;minutes=-2;seconds=-3)." -msgstr "" -"Asserção válida não antes da hora atual + este valor (Formato: " -"hours=-1;minutes=-2;seconds=-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 "" -"A asserção não é válida na ou após a hora atual + este valor (Formato: " -"hours=1;minutes=2;seconds=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 "" -"A sessão não é válida em ou após a hora atual + este valor (Formato: " -"hours=1;minutes=2;seconds=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 "ECDSA-SHA1" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "ECDSA-SHA256" -msgstr "ECDSA-SHA256" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "ECDSA-SHA384" -msgstr "ECDSA-SHA384" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "ECDSA-SHA512" -msgstr "ECDSA-SHA512" - -#: 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 "" -"Quando selecionado, as assinaturas da asserção recebida serão validadas " -"contra este certificado. Para permitir pedidos não assinados, mantenha a " -"predefinição." - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Verification Certificate" -msgstr "Certificado de verificação" - -#: authentik/providers/saml/models.py -msgid "Keypair used to sign outgoing Responses going to the Service Provider." -msgstr "" -"Par de chaves utilizado para assinar respostas dirigidas ao provedor de " -"serviços." - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Signing Keypair" -msgstr "Par de chaves de assinatura" - -#: 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 "" -"Quando selecionada, as asserções recebidas são encriptadas pelo IdP usando a" -" chave pública do par de chaves de encriptação. A asserção é desencriptada " -"pelo SP usando a chave privada." - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Encryption Keypair" -msgstr "Par de chaves de encriptação" - -#: authentik/providers/saml/models.py -msgid "Default relay_state value for IDP-initiated logins" -msgstr "" -"Valor predefinido de relay_state para inícios de sessão iniciados pelo IdP" - -#: authentik/providers/saml/models.py -msgid "SAML Provider" -msgstr "Provedor SAML" - -#: authentik/providers/saml/models.py -msgid "SAML Providers" -msgstr "Provedores SAML" - -#: authentik/providers/saml/models.py -msgid "SAML Provider Property Mapping" -msgstr "Mapeamento de propriedades do provedor SAML" - -#: authentik/providers/saml/models.py -msgid "SAML Provider Property Mappings" -msgstr "Mapeamentos de propriedades do provedor SAML" - -#: authentik/providers/saml/models.py -msgid "SAML Provider from Metadata" -msgstr "Provedor SAML a partir de metadados" - -#: authentik/providers/saml/models.py -msgid "SAML Providers from Metadata" -msgstr "Provedores SAML a partir de metadados" - -#: authentik/providers/saml/models.py -msgid "Link to the user's authenticated session" -msgstr "Link para a sessão autenticada do utilizador" - -#: 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 "Instância SAML" - -#: authentik/providers/saml/models.py -msgid "SAML Sessions" -msgstr "Instâncias SAML" - -#: authentik/providers/scim/models.py -msgid "OAuth" -msgstr "OAuth" - -#: authentik/providers/scim/models.py -msgid "Default" -msgstr "Predefinição" - -#: authentik/providers/scim/models.py -msgid "AWS" -msgstr "AWS" - -#: authentik/providers/scim/models.py -msgid "Slack" -msgstr "Slack" - -#: authentik/providers/scim/models.py -msgid "Salesforce" -msgstr "Salesforce" - -#: authentik/providers/scim/models.py -msgid "Base URL to SCIM requests, usually ends in /v2" -msgstr "URL base para os pedidos SCIM, normalmente termina em /v2" - -#: authentik/providers/scim/models.py -msgid "Authentication token" -msgstr "Token de autenticação" - -#: 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 "Modo de compatibilidade SCIM" - -#: authentik/providers/scim/models.py -msgid "Alter authentik behavior for vendor-specific SCIM implementations." -msgstr "" -"Alterar o comportamento de authentik para implementações SCIM específicas do" -" fornecedor." - -#: authentik/providers/scim/models.py -msgid "SCIM Provider" -msgstr "Provedor SCIM" - -#: authentik/providers/scim/models.py -msgid "SCIM Providers" -msgstr "Provedores SCIM" - -#: authentik/providers/scim/models.py -msgid "SCIM Provider Mapping" -msgstr "Mapeamento do provedor SCIM" - -#: authentik/providers/scim/models.py -msgid "SCIM Provider Mappings" -msgstr "Mapeamentos do provedor SCIM" - -#: authentik/providers/scim/tasks.py -msgid "Sync SCIM provider objects." -msgstr "" - -#: authentik/providers/scim/tasks.py -msgid "Full sync for SCIM provider." -msgstr "Sincronização completa do provedor SCIM." - -#: 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 "Função" - -#: authentik/rbac/models.py -msgid "Roles" -msgstr "Funções" - -#: authentik/rbac/models.py -msgid "Can assign permissions to roles" -msgstr "Pode atribuir permissões a funções" - -#: authentik/rbac/models.py -msgid "Can unassign permissions from roles" -msgstr "Pode remover permissões de funções" - -#: authentik/rbac/models.py -msgid "Initial Permissions" -msgstr "Permissões iniciais" - -#: authentik/rbac/models.py -msgid "System permission" -msgstr "Permissão de sistema" - -#: authentik/rbac/models.py -msgid "System permissions" -msgstr "Permissões de sistema" - -#: authentik/rbac/models.py -msgid "Can view system info" -msgstr "Pode ver informações de sistema" - -#: authentik/rbac/models.py -msgid "Can access admin interface" -msgstr "Pode aceder à interface de admin" - -#: authentik/rbac/models.py -msgid "Can view system settings" -msgstr "Pode ver as definições de sistema" - -#: authentik/rbac/models.py -msgid "Can edit system settings" -msgstr "Pode editar as definições de sistema" - -#: authentik/recovery/management/commands/create_admin_group.py -msgid "Create admin group if the default group gets deleted." -msgstr "Criar um grupo de admin se o grupo predefinido for eliminado." - -#: authentik/recovery/management/commands/create_recovery_key.py -msgid "Create a Key which can be used to restore access to authentik." -msgstr "" -"Criar uma Chave que possa ser utilizada para restaurar o acesso ao " -"authentik." - -#: authentik/recovery/views.py -msgid "Used recovery-link to authenticate." -msgstr "Usado o recovery-link para autenticar." - -#: authentik/sources/kerberos/models.py -msgid "Kerberos realm" -msgstr "Realm Kerberos" - -#: authentik/sources/kerberos/models.py -msgid "Custom krb5.conf to use. Uses the system one by default" -msgstr "" -"krb5.conf personalizado a ser usado. Usa o do sistema por predefinição" - -#: authentik/sources/kerberos/models.py -msgid "KAdmin server type" -msgstr "Tipo de servidor KAdmin" - -#: authentik/sources/kerberos/models.py -msgid "Sync users from Kerberos into authentik" -msgstr "Sincronizar utilizadores do Kerberos para o authentik" - -#: authentik/sources/kerberos/models.py -msgid "When a user changes their password, sync it back to Kerberos" -msgstr "" -"Quando um utilizador altera a sua palavra-passe, sincroniza-a com o Kerberos" - -#: authentik/sources/kerberos/models.py -msgid "Principal to authenticate to kadmin for sync." -msgstr "Principal para autenticar no kadmin para sincronização." - -#: authentik/sources/kerberos/models.py -msgid "Password to authenticate to kadmin for sync" -msgstr "Palavra-passe para autenticar no kadmin para sincronização" - -#: authentik/sources/kerberos/models.py -msgid "" -"Keytab to authenticate to kadmin for sync. Must be base64-encoded or in the " -"form TYPE:residual" -msgstr "" -"Keytab para autenticar no kadmin para sincronização. Deve ser codificado em " -"base64 ou na forma TYPE:residual" - -#: authentik/sources/kerberos/models.py -msgid "" -"Credentials cache to authenticate to kadmin for sync. Must be in the form " -"TYPE:residual" -msgstr "" -"Cache de credenciais para autenticar o kadmin para sincronização. Deve estar" -" na forma TYPE:residual" - -#: authentik/sources/kerberos/models.py -msgid "" -"Force the use of a specific server name for SPNEGO. Must be in the form " -"HTTP@hostname" -msgstr "" -"Forçar a utilização de um nome de servidor específico para o SPNEGO. Deve " -"estar na forma HTTP@hostname" - -#: authentik/sources/kerberos/models.py -msgid "SPNEGO keytab base64-encoded or path to keytab in the form FILE:path" -msgstr "" -"SPNEGO keytab codificado em base64 ou caminho para keytab na forma FILE:path" - -#: authentik/sources/kerberos/models.py -msgid "Credential cache to use for SPNEGO in form type:residual" -msgstr "Cache de credenciais a utilizar para SPNEGO na forma TYPE:residual" - -#: authentik/sources/kerberos/models.py -msgid "" -"If enabled, the authentik-stored password will be updated upon login with " -"the Kerberos password backend" -msgstr "" -"Se ativado, a palavra-passe armazenada no authentik será atualizada no " -"início de sessão com o backend de palavra-passe do Kerberos" - -#: authentik/sources/kerberos/models.py -msgid "Kerberos Source" -msgstr "Fonte Kerberos" - -#: authentik/sources/kerberos/models.py -msgid "Kerberos Sources" -msgstr "Fontes Kerberos" - -#: authentik/sources/kerberos/models.py -msgid "Kerberos Source Property Mapping" -msgstr "Mapeamento de propriedades de fonte Kerberos" - -#: authentik/sources/kerberos/models.py -msgid "Kerberos Source Property Mappings" -msgstr "Mapeamentos de propriedades de fonte Kerberos" - -#: authentik/sources/kerberos/models.py -msgid "User Kerberos Source Connection" -msgstr "Ligação à fonte Kerberos de Utilizador" - -#: authentik/sources/kerberos/models.py -msgid "User Kerberos Source Connections" -msgstr "Ligações à fonte Kerberos de Utilizador" - -#: authentik/sources/kerberos/models.py -msgid "Group Kerberos Source Connection" -msgstr "Ligação à fonte Kerberos de Grupo" - -#: authentik/sources/kerberos/models.py -msgid "Group Kerberos Source Connections" -msgstr "Ligações à fonte Kerberos de Grupo" - -#: 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 "Autenticação SPNEGO necessária" - -#: 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 "" -"\n" -" Certifique-se de que tem entradas válidas (que podem ser obtidas através do kinit)\n" -" e que configurou corretamente o browser.\n" -" Contacte o seu administrador.\n" -" " - -#: authentik/sources/ldap/api.py -msgid "Only a single LDAP Source with password synchronization is allowed" -msgstr "" -"Apenas é permitida uma única fonte LDAP com sincronização de palavras-passe" - -#: authentik/sources/ldap/models.py -msgid "Server URI" -msgstr "URI do servidor" - -#: authentik/sources/ldap/models.py -msgid "" -"Optionally verify the LDAP Server's Certificate against the CA Chain in this" -" keypair." -msgstr "" -"Opcionalmente, verificar o certificado do servidor LDAP contra à cadeia de " -"CA neste par de chaves." - -#: authentik/sources/ldap/models.py -msgid "" -"Client certificate to authenticate against the LDAP Server's Certificate." -msgstr "" -"Certificado de cliente para autenticar contra o certificado do servidor " -"LDAP." - -#: authentik/sources/ldap/models.py -msgid "Bind CN" -msgstr "Associar CN" - -#: authentik/sources/ldap/models.py -msgid "Enable Start TLS" -msgstr "Ativar Start TLS" - -#: authentik/sources/ldap/models.py -msgid "Use Server URI for SNI verification" -msgstr "Utilizar o URI do servidor para verificação do SNI" - -#: authentik/sources/ldap/models.py -msgid "Base DN" -msgstr "Base DN" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for User-queries." -msgstr "Adicionado antes do Base DN para consultas de Utilizadores." - -#: authentik/sources/ldap/models.py -msgid "Addition User DN" -msgstr "Prefixo do DN do Utilizador" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for Group-queries." -msgstr "Adicionado antes do Base DN para consultas de Grupos." - -#: authentik/sources/ldap/models.py -msgid "Addition Group DN" -msgstr "Prefixo do DN do Grupo" - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Users." -msgstr "" -"Considerar os Objectos que correspondem a este filtro como Utilizadores." - -#: 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 "Campo que contém membros de um grupo." - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Groups." -msgstr "Considerar os Objectos que correspondem a este filtro como Grupos." - -#: authentik/sources/ldap/models.py -msgid "Field which contains a unique Identifier." -msgstr "Campo que contém um identificador único." - -#: authentik/sources/ldap/models.py -msgid "Update internal authentik password when login succeeds with LDAP" -msgstr "" -"Atualizar a palavra-passe interna do authentik quando o início de sessão com" -" LDAP for bem sucedido." - -#: 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 "" -"Quando um utilizador altera a sua palavra-passe, sincronizá-la com o LDAP. " -"Esta opção só pode estar ativada numa única fonte LDAP." - -#: 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 "" -"Procurar a associação a grupos com base num atributo do utilizador em vez de" -" um atributo do grupo. Isto permite a resolução de grupos hierárquicos em " -"sistemas como o FreeIPA e Active Directory." - -#: 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 "LDAP Source" -msgstr "Fonte LDAP" - -#: authentik/sources/ldap/models.py -msgid "LDAP Sources" -msgstr "Fontes LDAP" - -#: authentik/sources/ldap/models.py -msgid "LDAP Source Property Mapping" -msgstr "Mapeamento de propriedades de fonte LDAP" - -#: authentik/sources/ldap/models.py -msgid "LDAP Source Property Mappings" -msgstr "Mapeamentos de propriedades de fonte LDAP" - -#: 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 "Ligação à fonte LDAP de Utilizador" - -#: authentik/sources/ldap/models.py -msgid "User LDAP Source Connections" -msgstr "Ligações à fonte LDAP de Utilizador" - -#: authentik/sources/ldap/models.py -msgid "Group LDAP Source Connection" -msgstr "Ligação à fonte LDAP de Grupo" - -#: authentik/sources/ldap/models.py -msgid "Group LDAP Source Connections" -msgstr "Ligações à fonte LDAP de Grupo" - -#: authentik/sources/ldap/signals.py -msgid "Password does not match Active Directory Complexity." -msgstr "A palavra-passe não corresponde à Complexidade do Active Diretory." - -#: 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 "Nenhum token recebido." - -#: authentik/sources/oauth/models.py -msgid "HTTP Basic Authentication" -msgstr "HTTP Basic Authentication" - -#: authentik/sources/oauth/models.py -msgid "Include the client ID and secret as request parameters" -msgstr "Incluir o ID do cliente e o segredo como parâmetros do pedido" - -#: authentik/sources/oauth/models.py -msgid "No PKCE" -msgstr "Sem PKCE" - -#: authentik/sources/oauth/models.py -msgid "Plain" -msgstr "Plain" - -#: authentik/sources/oauth/models.py -msgid "S256" -msgstr "S256" - -#: authentik/sources/oauth/models.py -msgid "Request Token URL" -msgstr "URL de Pedido de Token" - -#: authentik/sources/oauth/models.py -msgid "" -"URL used to request the initial token. This URL is only required for OAuth " -"1." -msgstr "" -"URL utilizado para pedir o token inicial. Este URL é apenas necesssário para" -" OAuth 1." - -#: authentik/sources/oauth/models.py -msgid "Authorization URL" -msgstr "URL de autorização" - -#: authentik/sources/oauth/models.py -msgid "URL the user is redirect to to conest the flow." -msgstr "URL para o qual o utilizador é redirecionado para contestar o fluxo" - -#: authentik/sources/oauth/models.py -msgid "Access Token URL" -msgstr "URL do Token de Acesso" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to retrieve tokens." -msgstr "URL utilizado pelo authentik para obter tokens." - -#: authentik/sources/oauth/models.py -msgid "Profile URL" -msgstr "URL do perfil" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to get user information." -msgstr "" -"URL utilizado pelo authentik para obter informação sobre utilizadores." - -#: authentik/sources/oauth/models.py -msgid "Additional Scopes" -msgstr "Âmbitos adicionais" - -#: authentik/sources/oauth/models.py -msgid "PKCE" -msgstr "PKCE" - -#: authentik/sources/oauth/models.py -msgid "" -"How to perform authentication during an authorization_code token request " -"flow" -msgstr "" -"Como realizar a autenticação durante um fluxo de pedido de token com " -"authorization_code" - -#: authentik/sources/oauth/models.py -msgid "OAuth Source" -msgstr "Fonte OAuth" - -#: authentik/sources/oauth/models.py -msgid "OAuth Sources" -msgstr "Fontes OAuth" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Source" -msgstr "Fonte OAuth do GitHub" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Sources" -msgstr "Fontes OAuth do GitHub" - -#: authentik/sources/oauth/models.py -msgid "GitLab OAuth Source" -msgstr "Fonte OAuth do GitLab" - -#: authentik/sources/oauth/models.py -msgid "GitLab OAuth Sources" -msgstr "Fontes OAuth do GitLab" - -#: authentik/sources/oauth/models.py -msgid "Twitch OAuth Source" -msgstr "Fonte OAuth do Twitter" - -#: authentik/sources/oauth/models.py -msgid "Twitch OAuth Sources" -msgstr "Fontes OAuth do Twitter" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Source" -msgstr "Fonte OAuth do Mailcow" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Sources" -msgstr "Fontes OAuth do Mailcow" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Source" -msgstr "Fonte OAuth do Twitter" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Sources" -msgstr "Fontes OAuth do Twitter" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Source" -msgstr "Fonte OAuth do Facebook" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Sources" -msgstr "Fontes OAuth do Facebook" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Source" -msgstr "Fonte OAuth do Discord" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Sources" -msgstr "Fontes OAuth do Discord" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Source" -msgstr "Fonte OAuth do Patreon" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Sources" -msgstr "Fontes OAuth do Patreon" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Source" -msgstr "Fonte OAuth do Google" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Sources" -msgstr "Fontes OAuth do Google" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Source" -msgstr "Fonte OAuth do Azure AD" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Sources" -msgstr "Fontes OAuth do Azure AD" - -#: 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 "Fonte OAuth do OpenID" - -#: authentik/sources/oauth/models.py -msgid "OpenID OAuth Sources" -msgstr "Fontes OAuth do OpenID" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Source" -msgstr "Fonte OAuth da Apple" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Sources" -msgstr "Fontes OAuth da Apple" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Source" -msgstr "Fonte OAuth do Okta" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Sources" -msgstr "Fontes OAuth do Okta" - -#: authentik/sources/oauth/models.py -msgid "Reddit OAuth Source" -msgstr "Fonte OAuth do Reddit" - -#: authentik/sources/oauth/models.py -msgid "Reddit OAuth Sources" -msgstr "Fontes OAuth do Reddit" - -#: authentik/sources/oauth/models.py -msgid "OAuth Source Property Mapping" -msgstr "Mapeamento de propriedades do provedor de OAuth" - -#: authentik/sources/oauth/models.py -msgid "OAuth Source Property Mappings" -msgstr "Mapeamentos de propriedades do provedor de OAuth" - -#: authentik/sources/oauth/models.py -msgid "User OAuth Source Connection" -msgstr "Ligação à fonte OAuth de Utilizador" - -#: authentik/sources/oauth/models.py -msgid "User OAuth Source Connections" -msgstr "Ligações à fonte OAuth de Utilizador" - -#: authentik/sources/oauth/models.py -msgid "Group OAuth Source Connection" -msgstr "Ligação à fonte OAuth de Grupo" - -#: authentik/sources/oauth/models.py -msgid "Group OAuth Source Connections" -msgstr "Ligações à fonte OAuth de Grupo" - -#: 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 "A autenticação falhou: {reason}" - -#: authentik/sources/plex/models.py -msgid "Client identifier used to talk to Plex." -msgstr "Identificador de cliente utilizado para comunicar com o Plex." - -#: 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 "" -"Os servidores de que um utilizador tem de ser membro para lhe ser concedido " -"acesso. Uma lista vazia permite todos os servidores." - -#: authentik/sources/plex/models.py -msgid "Allow friends to authenticate, even if you don't share a server." -msgstr "" -"Permitir a autenticação de amigos, mesmo que não partilhem um servidor." - -#: authentik/sources/plex/models.py -msgid "Plex token used to check friends" -msgstr "Token Plex utilizado para verificar amigos" - -#: authentik/sources/plex/models.py -msgid "Plex Source" -msgstr "Fonte Plex" - -#: authentik/sources/plex/models.py -msgid "Plex Sources" -msgstr "Fontes Plex" - -#: authentik/sources/plex/models.py -msgid "Plex Source Property Mapping" -msgstr "Mapeamento de propriedades do provedor de Plex" - -#: authentik/sources/plex/models.py -msgid "Plex Source Property Mappings" -msgstr "Mapeamentos de propriedades do provedor de Plex" - -#: authentik/sources/plex/models.py -msgid "User Plex Source Connection" -msgstr "Ligação à fonte Plex de Utilizador" - -#: authentik/sources/plex/models.py -msgid "User Plex Source Connections" -msgstr "Ligações à fonte Plex de Utilizador" - -#: authentik/sources/plex/models.py -msgid "Group Plex Source Connection" -msgstr "Ligação à fonte Plex de Grupo" - -#: authentik/sources/plex/models.py -msgid "Group Plex Source Connections" -msgstr "Ligações à fonte Plex de Grupo" - -#: authentik/sources/plex/tasks.py -msgid "Check the validity of a Plex source." -msgstr "Verificar a validade de uma fonte Plex." - -#: 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 "Associação de Reencaminhamento" - -#: authentik/sources/saml/models.py -msgid "POST Binding" -msgstr "Associação POST" - -#: authentik/sources/saml/models.py -msgid "POST Binding with auto-confirmation" -msgstr "Associação POST com autoconfirmação" - -#: authentik/sources/saml/models.py authentik/sources/telegram/models.py -msgid "Flow used before authentication." -msgstr "Fluxo utilizado antes da autenticação" - -#: authentik/sources/saml/models.py -msgid "Issuer" -msgstr "Emissor" - -#: authentik/sources/saml/models.py -msgid "Also known as Entity ID. Defaults the Metadata URL." -msgstr "" -"Também conhecido como ID da entidade. A predefinição é o URL de metadados." - -#: authentik/sources/saml/models.py -msgid "SSO URL" -msgstr "URL SSO" - -#: authentik/sources/saml/models.py -msgid "URL that the initial Login request is sent to." -msgstr "URL para o qual é enviado o pedido inicial de início de sessão." - -#: authentik/sources/saml/models.py -msgid "SLO URL" -msgstr "URL SLO" - -#: authentik/sources/saml/models.py -msgid "Optional URL if your IDP supports Single-Logout." -msgstr "URL opcional se o IDP suportar Single-Logout." - -#: 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 "" -"Permite fluxos de autenticação iniciados pelo IdP. Isto pode ser um risco de" -" segurança uma vez que não é feita nenhuma validação do ID do pedido." - -#: authentik/sources/saml/models.py -msgid "" -"NameID Policy sent to the IdP. Can be unset, in which case no Policy is " -"sent." -msgstr "" -"Política NameID enviada para o IdP. Pode ser desfeito. Nesse caso, nenhuma " -"Política é enviada." - -#: authentik/sources/saml/models.py -msgid "Delete temporary users after" -msgstr "Eliminar utilizadores temporários após" - -#: 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 "" -"Desfasamento temporal para eliminação de utilizadores temporários. Aplica-se" -" apenas se o seu IdP utilizar o formato NameID 'transient' e o utilizador " -"não terminar sessão manualmente. (Formato: hours=1;minutes=2;seconds=3)." - -#: authentik/sources/saml/models.py -msgid "" -"Keypair used to sign outgoing Responses going to the Identity Provider." -msgstr "" -"Par de chaves utilizado para assinar as respostas de saída dirigidas ao " -"provedor de identidade." - -#: authentik/sources/saml/models.py -msgid "SAML Source" -msgstr "Fonte SAML" - -#: authentik/sources/saml/models.py -msgid "SAML Sources" -msgstr "Fontes SAML" - -#: authentik/sources/saml/models.py -msgid "SAML Source Property Mapping" -msgstr "Mapeamento de propriedades do provedor de SAML" - -#: authentik/sources/saml/models.py -msgid "SAML Source Property Mappings" -msgstr "Mapeamentos de propriedades do provedor de SAML" - -#: authentik/sources/saml/models.py -msgid "User SAML Source Connection" -msgstr "Ligação à fonte SAML de Utilizador" - -#: authentik/sources/saml/models.py -msgid "User SAML Source Connections" -msgstr "Ligações à fonte SAML de Utilizador" - -#: authentik/sources/saml/models.py -msgid "Group SAML Source Connection" -msgstr "Ligação à fonte SAML de Grupo" - -#: authentik/sources/saml/models.py -msgid "Group SAML Source Connections" -msgstr "Ligações à fonte SAML de Grupo" - -#: authentik/sources/saml/views.py -#, python-brace-format -msgid "Continue to {source_name}" -msgstr "Continuar para {source_name}" - -#: authentik/sources/scim/models.py -msgid "SCIM Source" -msgstr "Fonte SCIM" - -#: authentik/sources/scim/models.py -msgid "SCIM Sources" -msgstr "Fontes SCIM" - -#: authentik/sources/scim/models.py -msgid "SCIM Source Property Mapping" -msgstr "Mapeamento de propriedades do provedor de SCIM" - -#: authentik/sources/scim/models.py -msgid "SCIM Source Property Mappings" -msgstr "Mapeamentos de propriedades do provedor de SCIM" - -#: authentik/sources/telegram/models.py authentik/sources/telegram/stage.py -msgid "Telegram bot username" -msgstr "Username do bot do Telegram" - -#: authentik/sources/telegram/models.py -msgid "Telegram bot token" -msgstr "Token do bot do Telegram" - -#: authentik/sources/telegram/models.py -msgid "Request access to send messages from your bot." -msgstr "Solicitar acesso para enviar mensagens do seu bot." - -#: authentik/sources/telegram/models.py -msgid "Telegram Source" -msgstr "Origem do Telegram" - -#: authentik/sources/telegram/models.py -msgid "Telegram Sources" -msgstr "Origens do Telegram" - -#: authentik/sources/telegram/models.py -msgid "Telegram Source Property Mapping" -msgstr "Mapeamento de Propriedades de Origem no Telegram" - -#: authentik/sources/telegram/models.py -msgid "Telegram Source Property Mappings" -msgstr "Mapeamentos de Propriedades de Origem no Telegram" - -#: authentik/sources/telegram/models.py -msgid "User Telegram Source Connection" -msgstr "Conexão do Utilizador da Origem Telegram" - -#: 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/stage.py -msgid "Authentication date is too old" -msgstr "Data de autenticação é muito antiga" - -#: authentik/sources/telegram/stage.py -msgid "Invalid hash" -msgstr "Hash inválida" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stage" -msgstr "Etapa de configuração do autenticador Duo" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stages" -msgstr "Etapas de configuração do autenticador Duo" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Device" -msgstr "Dispositivo Duo" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Devices" -msgstr "Dispositivos Duo" - -#: 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 "" -"Quando activada, as definições globais de ligação de E-mail serão utilizadas" -" e as definições de ligação abaixo serão ignoradas." - -#: 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 "" -"Tempo de validade do token enviado (Formato: " -"hours=3,minutes=17,seconds=300)." - -#: authentik/stages/authenticator_email/models.py -msgid "Email Authenticator Setup Stage" -msgstr "Etapa de configuração do autenticador por E-mail" - -#: authentik/stages/authenticator_email/models.py -msgid "Email Authenticator Setup Stages" -msgstr "Etapas de configuração do autenticador por E-mail" - -#: 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 "Ocorreu uma exceção durante o processamento do modelo de E-mail" - -#: authentik/stages/authenticator_email/models.py -msgid "Email Device" -msgstr "Dispositivo de E-mail" - -#: authentik/stages/authenticator_email/models.py -msgid "Email Devices" -msgstr "Dispositivos de E-mail" - -#: authentik/stages/authenticator_email/stage.py -#: authentik/stages/authenticator_sms/stage.py -#: authentik/stages/authenticator_totp/stage.py -msgid "Code does not match" -msgstr "O código não corresponde" - -#: authentik/stages/authenticator_email/stage.py -msgid "Invalid email" -msgstr "E-mail inválido." - -#: authentik/stages/authenticator_email/stage.py -msgid "The user already has an email address registered for MFA." -msgstr "O utilizador já tem um email registado para MFA" - -#: 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" -" Olá %(username)s,\n" -" " - -#: authentik/stages/authenticator_email/templates/email/email_otp.html -msgid "" -"\n" -" Email MFA code.\n" -" " -msgstr "" -"\n" -" Código MFA por E-mail.\n" -" " - -#: 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" -" Se não solicitou este código, ignore esta mensagem de E-mail. O código acima é válido por %(expires)s.\n" -" " - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -#: authentik/stages/email/templates/email/password_reset.txt -#, python-format -msgid "Hi %(username)s," -msgstr "Olá %(username)s," - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -msgid "" -"\n" -"Email MFA code\n" -msgstr "" -"\n" -"Código MFA por E-mail\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" -"Se não solicitou este código, ignore esta mensagem de E-mail. O código acima é válido por %(expires)s.\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 "" -"Quando ativado, o número de telefone só é utilizado durante o registo para " -"verificar a autenticidade dos utilizadores. Apenas é guardado um hash do " -"número de telefone para garantir que não é reutilizado no futuro." - -#: authentik/stages/authenticator_sms/models.py -msgid "Optionally modify the payload being sent to custom providers." -msgstr "" -"Opcionalmente, modifica o conteúdo enviado para provedores personalizados." - -#: authentik/stages/authenticator_sms/models.py -#, python-brace-format -msgid "Use this code to authenticate in authentik: {token}" -msgstr "Utilize este código para se autenticar no authentik: {token}" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Authenticator Setup Stage" -msgstr "Etapa de configuração do autenticador por SMS" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Authenticator Setup Stages" -msgstr "Etapas de configuração do autenticador por SMS" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Device" -msgstr "Dispositivo de SMS" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Devices" -msgstr "Dispositivos de SMS" - -#: authentik/stages/authenticator_sms/stage.py -msgid "Invalid phone number" -msgstr "Número de telefone inválido" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Authenticator Setup Stage" -msgstr "Etapa de configuração do autenticador Estático" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Authenticator Setup Stages" -msgstr "Etapas de configuração do autenticador Estático" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Device" -msgstr "Dispositivo Estático" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Devices" -msgstr "Dispositivos Estático" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Token" -msgstr "Token Estático" - -#: authentik/stages/authenticator_static/models.py -msgid "Static Tokens" -msgstr "Tokens Estáticos" - -#: authentik/stages/authenticator_totp/models.py -msgid "6 digits, widely compatible" -msgstr "6 dígitos, alta compatibilidade" - -#: authentik/stages/authenticator_totp/models.py -msgid "8 digits, not compatible with apps like Google Authenticator" -msgstr "8 dígitos, não compatível com apps como o Google Authenticator" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stage" -msgstr "Etapa de configuração do autenticador TOTP" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stages" -msgstr "Etapas de configuração do autenticador TOTP" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Device" -msgstr "Dispositivo de TOTP" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Devices" -msgstr "Dispositivos de TOTP" - -#: authentik/stages/authenticator_validate/challenge.py -msgid "" -"Invalid Token. Please ensure the time on your device is accurate and try " -"again." -msgstr "" -"Token inválido. Certifique-se de que a hora no seu dispositivo está correta " -"e tente novamente." - -#: 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 "" -"Tipo de dispositivo inválido. Contacte o administrador da {brand} para obter" -" ajuda." - -#: authentik/stages/authenticator_validate/models.py -msgid "Static" -msgstr "Estático" - -#: 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 "" -"Etapas utilizadas para configurar o Autenticador quando o utilizador não tem" -" dispositivos compatíveis. Depois de passar esta fase de configuração, o " -"utilizador não volta a ser solicitado." - -#: authentik/stages/authenticator_validate/models.py -msgid "Device classes which can be used to authenticate" -msgstr "Classes de dispositivos que podem ser usadas para autenticar" - -#: 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 "" -"Se algum dos dispositivos do utilizador tiver sido utilizado dentro deste " -"limite, esta etapa será ignorada" - -#: authentik/stages/authenticator_validate/models.py -msgid "Enforce user verification for WebAuthn devices." -msgstr "Impor a verificação do utilizador para dispositivos WebAuthn." - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stage" -msgstr "Etapa de validação do autenticador" - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stages" -msgstr "Etapas de validação do autenticador" - -#: authentik/stages/authenticator_validate/stage.py -msgid "No (allowed) MFA authenticator configured." -msgstr "Nenhum autenticador MFA (permitido) configurado." - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Authenticator Setup Stage" -msgstr "Etapa de configuração do autenticador WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Authenticator Setup Stages" -msgstr "Etapas de configuração do autenticador WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device" -msgstr "Dispositivo de WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Devices" -msgstr "Dispositivos de WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device type" -msgstr "Tipo de dispositivo WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device types" -msgstr "Tipos de dispositivo WebAuthn" - -#: 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 "Chave pública, adquirida pelo seu provedor de CAPTCHA." - -#: authentik/stages/captcha/models.py -msgid "Private key, acquired your captcha Provider." -msgstr "Chave privada, adquirida pelo seu provedor de CAPTCHA." - -#: 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 "" -"Quando activada e a pontuação do CAPTCHA recebida estiver fora do limiar " -"determinado, a etapa apresentará uma mensagem de erro. Quando não estiver " -"activada, o fluxo continuará, mas os dados do CAPTCHA estarão disponíveis no" -" contexto para decisões relativas a políticas" - -#: authentik/stages/captcha/models.py -msgid "Captcha Stage" -msgstr "Etapa CAPTCHA" - -#: authentik/stages/captcha/models.py -msgid "Captcha Stages" -msgstr "Etapas CAPTCHA" - -#: authentik/stages/captcha/stage.py -msgid "Invalid captcha response. Retrying may solve this issue." -msgstr "" -"Resposta inválida do CAPTCHA. Tentar novamente pode resolver o problema." - -#: authentik/stages/captcha/stage.py -msgid "Invalid captcha response" -msgstr "Resposta de CAPTCHA inválida" - -#: authentik/stages/captcha/stage.py -msgid "Failed to validate token" -msgstr "Falha na validação do token" - -#: authentik/stages/consent/models.py -msgid "" -"Offset after which consent expires. (Format: hours=1;minutes=2;seconds=3)." -msgstr "" -"Compensação após a qual o consentimento expira. (Formato: " -"hours=1;minutes=2;seconds=3)." - -#: authentik/stages/consent/models.py -msgid "Consent Stage" -msgstr "Etapa de consentimento" - -#: authentik/stages/consent/models.py -msgid "Consent Stages" -msgstr "Etapas de consentimento" - -#: authentik/stages/consent/models.py -msgid "User Consent" -msgstr "Consentimento do Utilizador" - -#: authentik/stages/consent/models.py -msgid "User Consents" -msgstr "Consentimentos do Utilizador" - -#: authentik/stages/consent/stage.py -msgid "Invalid consent token, re-showing prompt" -msgstr "" - -#: authentik/stages/deny/models.py -msgid "Deny Stage" -msgstr "Etapa de negação" - -#: authentik/stages/deny/models.py -msgid "Deny Stages" -msgstr "Etapas de negação" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stage" -msgstr "Etapa fictícia" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stages" -msgstr "Etapas fictícias" - -#: authentik/stages/email/flow.py -msgid "Continue to confirm this email address." -msgstr "Prossiga para confirmar esse endereço de email." - -#: authentik/stages/email/flow.py -msgid "Link was already used, please request a new link." -msgstr "Link já usado, por favor peça um novo link." - -#: authentik/stages/email/models.py -msgid "Password Reset" -msgstr "Redefinição de Palavra-Passe" - -#: authentik/stages/email/models.py -msgid "Account Confirmation" -msgstr "Confirmação de Conta" - -#: authentik/stages/email/models.py -msgid "Email OTP" -msgstr "OTP E-mail" - -#: authentik/stages/email/models.py -msgid "Event Notification" -msgstr "Notificação de Evento" - -#: 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 "" -"Janela de tempo usada para contar tentativas recentes de recuperação de " -"conta. Se o número de tentativas exceder recovery_max_attempts dentro deste " -"período, novas tentativas serão limitadas. (Formato: " -"hours=1;minutes=2;seconds=3)." - -#: authentik/stages/email/models.py -msgid "Activate users upon completion of stage." -msgstr "Ativar utilizadores após completarem a etapa." - -#: authentik/stages/email/models.py -msgid "Email Stage" -msgstr "Etapa de e-mail" - -#: authentik/stages/email/models.py -msgid "Email Stages" -msgstr "Etapas de e-mail" - -#: authentik/stages/email/stage.py -msgid "Successfully verified Email." -msgstr "E-mail verificado com sucesso." - -#: authentik/stages/email/stage.py -msgid "No pending user." -msgstr "Nenhum utilizador pendente." - -#: authentik/stages/email/stage.py -msgid "Email sent." -msgstr "E-mail enviado." - -#: authentik/stages/email/stage.py -#, python-brace-format -msgid "" -"Too many account verification attempts. Please try again after {minutes} " -"minutes." -msgstr "" -"Muitas tentativas de verificação da conta. Por favor, tente novamente após " -"{minutes} minutos." - -#: authentik/stages/email/stage.py -msgid "Email Successfully sent." -msgstr "E-mail enviado com sucesso." - -#: authentik/stages/email/tasks.py -msgid "Send email." -msgstr "Enviar email." - -#: authentik/stages/email/templates/email/account_confirmation.html -#: authentik/stages/email/templates/email/account_confirmation.txt -msgid "Welcome!" -msgstr "Bem-vindos!" - -#: 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 "" -"Estamos ansiosos para que comece. Primeiro, tem de confirmar a sua conta. " -"Basta premir o botão abaixo." - -#: authentik/stages/email/templates/email/account_confirmation.html -msgid "Confirm Account" -msgstr "Confirmar Conta" - -#: 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" -" Se essa ligação não funcionar, copie e cole a seguinte ligação no seu navegador: %(url)s" - -#: 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 "" -"Estamos ansiosos para que comece. Primeiro, tem de confirmar a sua conta. " -"Basta abrir a ligação abaixo." - -#: authentik/stages/email/templates/email/event_notification.html -#, python-format -msgid "" -"\n" -" This email was sent from the notification transport %(name)s.\n" -" " -msgstr "" -"\n" -" Este e-mail foi enviado a partir do transporte de notificações %(name)s.\n" -" " - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Dear authentik user," -msgstr "Caro utilizador authentik," - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "The following notification was created:" -msgstr "A seguinte notificação foi criada:" - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Additional attributes:" -msgstr "Atributos adicionais:" - -#: 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" -"Este e-mail foi enviado a partir do transporte de notificações %(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" -" Solicitou recentemente a alteração da palavra-passe da sua conta authentik. Utilize o botão abaixo para definir uma nova palavra-passe.\n" -" " - -#: 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" -" Se não solicitou a alteração da palavra-passe, ignore esta mensagem de e-mail. A ligação acima é válida por %(expires)s.\n" -" " - -#: 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" -"Solicitou recentemente a alteração da palavra-passe da sua conta authentik. Utilize a ligação abaixo para definir uma nova palavra-passe.\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" -" Se não solicitou a alteração da palavra-passe, ignore esta mensagem de e-mail. A ligação acima é válida por %(expires)s.\n" - -#: authentik/stages/email/templates/email/setup.html -msgid "authentik Test-Email" -msgstr "E-mail de Teste do authentik" - -#: 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" -" Este é um e-mail de teste para o informar que configurou corretamente os e-mails do authentik..\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" -"Este é um e-mail de teste para o informar que configurou corretamente os e-mails do authentik.\n" - -#: authentik/stages/identification/api.py -msgid "When no user fields are selected, at least one source must be selected" -msgstr "" -"Quando não são selecionados campos de utilizador, deve ser selecionada pelo " -"menos uma fonte" - -#: authentik/stages/identification/models.py -msgid "" -"Fields of the user object to match against. (Hold shift to select multiple " -"options)" -msgstr "" -"Campos do objeto do utilizador para comparação. (Mantenha a tecla SHIFT " -"pressionada para selecionar várias opções)" - -#: authentik/stages/identification/models.py -msgid "When enabled, user fields are matched regardless of their casing." -msgstr "" -"Quando ativado, os campos de utilizador são correspondidos ignorando " -"maiúsculas." - -#: 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 "" -"Quando um nome de utilizador/e-mail válido tiver sido introduzido e esta " -"opção estiver ativada, o nome de utilizador e o avatar do utilizador serão " -"mostrados. Caso contrário, será apresentado o texto que o utilizador " -"introduziu" - -#: authentik/stages/identification/models.py -msgid "" -"When enabled, the stage will succeed and continue even when incorrect user " -"info is entered." -msgstr "" -"Quando ativado, a etapa será concluída com sucesso e continuará mesmo que " -"sejam introduzidos dados de utilizador incorretos." - -#: 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 "" -"Mostrar ao utilizador a opção 'Lembrar-me neste dispositivo', permitindo que" -" utilizadores recorrentes avancem diretamente para a introdução da palavra-" -"passe." - -#: authentik/stages/identification/models.py -msgid "Optional enrollment flow, which is linked at the bottom of the page." -msgstr "" -"Fluxo de registo opcional, disponível através de uma ligação no final da " -"página." - -#: authentik/stages/identification/models.py -msgid "Optional recovery flow, which is linked at the bottom of the page." -msgstr "" -"Fluxo de recuperação opcional, disponível através de uma ligação no final da" -" página." - -#: authentik/stages/identification/models.py -msgid "Optional passwordless flow, which is linked at the bottom of the page." -msgstr "" -"Fluxo opcional de autenticação sem palavra-passe, disponível através de uma " -"ligação no final da página." - -#: authentik/stages/identification/models.py -msgid "Specify which sources should be shown." -msgstr "Especificar quais as fontes que devem ser mostradas." - -#: authentik/stages/identification/models.py -msgid "Identification Stage" -msgstr "Etapa de identificação" - -#: authentik/stages/identification/models.py -msgid "Identification Stages" -msgstr "Etapas de identificação" - -#: authentik/stages/identification/stage.py -msgid "Failed to authenticate." -msgstr "Falha na autenticação" - -#: authentik/stages/identification/stage.py -msgid "Log in" -msgstr "Iniciar sessão" - -#: authentik/stages/identification/stage.py -msgid "Continue" -msgstr "Continuar" - -#: 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 "" -"Se esta opção estiver ativa, esta fase vai saltar para a próxima fase quando" -" nenhum convite for fornecido. Por predefinição, esta fase vai cancelar o " -"fluxo quando não for fornecido nenhum convite." - -#: authentik/stages/invitation/models.py -msgid "Invitation Stage" -msgstr "Etapa de convite" - -#: authentik/stages/invitation/models.py -msgid "Invitation Stages" -msgstr "Etapas de convite" - -#: authentik/stages/invitation/models.py -msgid "When set, only the configured flow can use this invitation." -msgstr "" -"Quando definido, apenas o fluxo configurado pode utilizar este convite." - -#: authentik/stages/invitation/models.py -msgid "When enabled, the invitation will be deleted after usage." -msgstr "Quando ativado, o convite será eliminado após utilização." - -#: authentik/stages/invitation/models.py -msgid "Optional fixed data to enforce on user enrollment." -msgstr "Dados fixos opcionais a aplicar no registo de utilizadores." - -#: authentik/stages/invitation/models.py -msgid "Invitation" -msgstr "Convite" - -#: authentik/stages/invitation/models.py -msgid "Invitations" -msgstr "Convites" - -#: authentik/stages/invitation/stage.py -msgid "Invalid invite/invite not found" -msgstr "Convite inválido/não encontrado." - -#: authentik/stages/password/models.py -msgid "User database + standard password" -msgstr "Base de dados de utilizadores + palavra-passe padrão" - -#: authentik/stages/password/models.py -msgid "User database + app passwords" -msgstr "Base de dados de utilizadores + palavras-passe de aplicação" - -#: authentik/stages/password/models.py -msgid "User database + LDAP password" -msgstr "Base de dados de utilizadores + palavras-passe LDAP" - -#: authentik/stages/password/models.py -msgid "User database + Kerberos password" -msgstr "Base de dados de utilizadores + palavras-passe Kerberos" - -#: authentik/stages/password/models.py -msgid "Selection of backends to test the password against." -msgstr "Seleção de backends para testar a palavra-passe." - -#: 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 "" -"O número de tentativas que o utilizador tem antes do fluxo ser cancelado. " -"Para bloquear um utilizador, use uma política de reputação ou uma etapa " -"user_write." - -#: authentik/stages/password/models.py -msgid "" -"When enabled, provides a 'show password' button with the password input " -"field." -msgstr "" -"Quando ativado, fornece um botão “mostrar palavra-passe” com o campo de " -"introdução da palavra-passe." - -#: authentik/stages/password/models.py -msgid "Password Stage" -msgstr "Etapa de palavra-passe" - -#: authentik/stages/password/models.py -msgid "Password Stages" -msgstr "Etapas de palavra-passe" - -#: authentik/stages/password/stage.py -msgid "Invalid password" -msgstr "Palavra-passe inválida" - -#: authentik/stages/prompt/models.py -msgid "Text: Simple Text input" -msgstr "Texto: entrada de texto simples" - -#: authentik/stages/prompt/models.py -msgid "Text area: Multiline Text Input." -msgstr "Área de texto: entrada de texto multilinha." - -#: authentik/stages/prompt/models.py -msgid "Text (read-only): Simple Text input, but cannot be edited." -msgstr "" -"Texto (só de leitura): Entrada de texto simples, mas não pode ser editado." - -#: authentik/stages/prompt/models.py -msgid "Text area (read-only): Multiline Text input, but cannot be edited." -msgstr "" -"Área de texto (só de leitura): Entrada de texto multilinha, mas não pode ser" -" editado." - -#: authentik/stages/prompt/models.py -msgid "" -"Username: Same as Text input, but checks for and prevents duplicate " -"usernames." -msgstr "" -"Nome de utilizador: Idêntico à entrada de Texto, mas com verificação e " -"prevenção de nomes de utilizadores duplicados." - -#: authentik/stages/prompt/models.py -msgid "Email: Text field with Email type." -msgstr "E-mail: Campo de texto do tipo E-mail." - -#: authentik/stages/prompt/models.py -msgid "" -"Password: Masked input, multiple inputs of this type on the same prompt need" -" to be identical." -msgstr "" -"Palavra-passe: Entrada mascarada, entradas múltiplas deste tipo no mesmo " -"formulário necessitam de ser idênticas." - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a group of radio buttons." -msgstr "Campo de escolha fixa renderizado como um grupo de botões de opção." - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a dropdown." -msgstr "Campo de escolha fixa renderizado como um menu suspenso." - -#: authentik/stages/prompt/models.py -msgid "" -"File: File upload for arbitrary files. File content will be available in " -"flow context as data-URI" -msgstr "" -"Ficheiro: Envio de ficheiro para ficheiros arbitrários. O conteúdo dos " -"ficheiros será disponibilizado no contexto do fluxo como data-URI." - -#: authentik/stages/prompt/models.py -msgid "Separator: Static Separator Line" -msgstr "Separador: Linha Separadora Estática" - -#: authentik/stages/prompt/models.py -msgid "Hidden: Hidden field, can be used to insert data into form." -msgstr "" -"Oculto: Campo oculto, pode ser utilizado para inserir dados no formulário." - -#: authentik/stages/prompt/models.py -msgid "Static: Static value, displayed as-is." -msgstr "Estático: Valor estático, mostrado tal como é." - -#: authentik/stages/prompt/models.py -msgid "authentik: Selection of locales authentik supports" -msgstr "authentik: Seleção de localizações suportadas" - -#: authentik/stages/prompt/models.py -msgid "Name of the form field, also used to store the value" -msgstr "Nome do campo do formulário, também utilizado para armazenar o valor." - -#: 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 "" -"Opcionalmente, forneça uma breve descrição do valor de entrada esperado. Ao " -"criar um campo de escolha fixa, permitir a interpretação como expressão e " -"retornar uma lista para retornar várias escolhas." - -#: 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 "" -"Opcionalmente, pré-preencher a entrada com um valor inicial. Ao criar um " -"campo de escolha fixa, permitir a interpretação como expressão e retornar " -"uma lista que retorne múltiplas escolhas predefinidas." - -#: authentik/stages/prompt/models.py -msgid "Prompt" -msgstr "Solicitação" - -#: authentik/stages/prompt/models.py -msgid "Prompts" -msgstr "Solicitações" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stage" -msgstr "Etapa de solicitação" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stages" -msgstr "Etapas de solicitação" - -#: authentik/stages/prompt/stage.py -msgid "Passwords don't match." -msgstr "As palavras-passe não correspondem." - -#: authentik/stages/redirect/api.py -msgid "Target URL should be present when mode is Static." -msgstr "O URL de destino deve estar presente quando o modo é Estático." - -#: authentik/stages/redirect/api.py -msgid "Target Flow should be present when mode is Flow." -msgstr "O Fluxo de Destino deve estar presente quando o modo é Fluxo." - -#: authentik/stages/redirect/models.py -msgid "Redirect Stage" -msgstr "Etapa de redireccionamento" - -#: authentik/stages/redirect/models.py -msgid "Redirect Stages" -msgstr "Etapas de redireccionamento" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stage" -msgstr "Etapa de eliminação de utilizador" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stages" -msgstr "Etapas de eliminação de utilizador" - -#: authentik/stages/user_delete/stage.py -msgid "No Pending User." -msgstr "Nenhum utilizador pendente." - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured network" -msgstr "Associar as sessões criadas por esta fase à rede configurada" - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured GeoIP location" -msgstr "" -"Associar as sessões criadas por esta fase à localização GeoIP configurada" - -#: authentik/stages/user_login/models.py -msgid "Terminate all other sessions of the user logging in." -msgstr "Termina todas as outras sessões do utilizador com sessão iniciada." - -#: 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 "" -"Compensação pela qual a sessão será prolongada quando o utilizador escolher " -"a opção “Lembrar-me”. O valor predefinido de 0 significa que a opção " -"“Lembrar-me” não será apresentada. (Formato: hours=-1;minutes=-2;seconds=-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 "Etapa do início de sessão do utilizador" - -#: authentik/stages/user_login/models.py -msgid "User Login Stages" -msgstr "Etapas do início de sessão do utilizador" - -#: authentik/stages/user_login/stage.py -msgid "No Pending user to login." -msgstr "Nenhum utilizador pendente para iniciar sessão." - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stage" -msgstr "Etapa de fim de sessão do utilizador" - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stages" -msgstr "Etapas de fim de sessão do utilizador" - -#: authentik/stages/user_write/models.py -msgid "When set, newly created users are inactive and cannot login." -msgstr "" -"Quando definido, os utilizadores recém-criados ficam inactivos e não podem " -"iniciar sessão." - -#: authentik/stages/user_write/models.py -msgid "Optionally add newly created users to this group." -msgstr "Opcionalmente, adicione utilizadores recém-criados a este grupo." - -#: authentik/stages/user_write/models.py -msgid "User Write Stage" -msgstr "Etapa de escrita do utilizador" - -#: authentik/stages/user_write/models.py -msgid "User Write Stages" -msgstr "Etapas de escrita do utilizador" - -#: authentik/stages/user_write/stage.py -msgid "No Pending data." -msgstr "Não há dados pendentes." - -#: authentik/stages/user_write/stage.py -msgid "No user found and can't create new user." -msgstr "" -"Não foi encontrado nenhum utilizador e não é possível criar um novo " -"utilizador." - -#: authentik/stages/user_write/stage.py -msgid "Failed to update user. Please try again later." -msgstr "Falha ao atualizar o utilizador. Tente novamente mais tarde." - -#: authentik/tasks/models.py -msgid "Tenant this task belongs to" -msgstr "" - -#: authentik/tasks/models.py -msgid "Retry failed task" -msgstr "Tentar novamente a tarefa falhada" - -#: authentik/tasks/models.py -msgid "Task log" -msgstr "Registo de tarefas" - -#: authentik/tasks/models.py -msgid "Task logs" -msgstr "Registos de tarefa" - -#: authentik/tasks/models.py -msgid "Worker status" -msgstr "Estado do worker" - -#: authentik/tasks/models.py -msgid "Worker statuses" -msgstr "Estados do worker" - -#: authentik/tasks/schedules/models.py -msgid "Unique schedule identifier" -msgstr "Identificador de agendamento único" - -#: authentik/tasks/schedules/models.py -msgid "User schedule identifier" -msgstr "Identificador de agendamento do utilizador" - -#: authentik/tasks/schedules/models.py -msgid "Manually trigger a schedule" -msgstr "Agendar manualmente" - -#: authentik/tasks/tasks.py -msgid "Remove old worker statuses." -msgstr "Remover status antigos de workers." - -#: 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 "" -"O nome do esquema deve começar por t_, conter apenas letras minúsculas e " -"números e ter menos de 63 caracteres." - -#: authentik/tenants/models.py -msgid "Configure how authentik should show avatars for users." -msgstr "Configurar como o authentik deve mostrar os avatares dos utilizadores" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their name." -msgstr "Permitir que os utilizadores possam alterar o seu nome." - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their email address." -msgstr "Permitir que os utilizadores possam alterar o seu endereço de e-mail." - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their username." -msgstr "Permitir que os utilizadores possam alterar o seu nome de utilizador." - -#: authentik/tenants/models.py -msgid "" -"Events will be deleted after this duration.(Format: " -"weeks=3;days=2;hours=3,seconds=2)." -msgstr "" -"Os eventos serão eliminados após esta duração.(Formato: " -"weeks=3;days=2;hours=3,seconds=2)." - -#: authentik/tenants/models.py -msgid "Reputation cannot decrease lower than this value. Zero or negative." -msgstr "A reputação não pode diminuir abaixo deste valor. Zero ou negativo." - -#: authentik/tenants/models.py -msgid "Reputation cannot increase higher than this value. Zero or positive." -msgstr "" -"A reputação não pode aumentar mais do que este valor. Zero ou positivo." - -#: authentik/tenants/models.py -msgid "The option configures the footer links on the flow executor pages." -msgstr "" -"A opção configura os links de rodapé nas páginas do executor de fluxo." - -#: authentik/tenants/models.py -msgid "" -"When enabled, all the events caused by a user will be deleted upon the " -"user's deletion." -msgstr "" -"Quando ativado, todos os eventos causados por um utilizador serão eliminados" -" após a eliminação do utilizador." - -#: authentik/tenants/models.py -msgid "Globally enable/disable impersonation." -msgstr "Representação habilitada/desabilitada globalmente" - -#: authentik/tenants/models.py -msgid "Require administrators to provide a reason for impersonating a user." -msgstr "" -"Exigir que os administradores forneçam um motivo para se fazerem representar" -" por um utilizador." - -#: authentik/tenants/models.py -msgid "Default token duration" -msgstr "Duração predefinida do token" - -#: authentik/tenants/models.py -msgid "Default token length" -msgstr "Tamanho predefinido do token" - -#: authentik/tenants/models.py -msgid "Tenant" -msgstr "Instância" - -#: authentik/tenants/models.py -msgid "Tenants" -msgstr "Instâncias" - -#: authentik/tenants/models.py -msgid "Domain" -msgstr "Domínio" - -#: authentik/tenants/models.py -msgid "Domains" -msgstr "Domínios" - -#: packages/django-channels-postgres/django_channels_postgres/models.py -msgid "Group channel" -msgstr "Canal do grupo" - -#: packages/django-channels-postgres/django_channels_postgres/models.py -msgid "Group channels" -msgstr "Canais do grupo" - -#: packages/django-channels-postgres/django_channels_postgres/models.py -msgid "Message" -msgstr "Mensagem" - -#: packages/django-channels-postgres/django_channels_postgres/models.py -msgid "Messages" -msgstr "Mensagens" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Queue name" -msgstr "Nome da fila" - -#: 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 "Corpo da mensagem" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Task status" -msgstr "Estado da tarefa" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Task last modified time" -msgstr "Última modificação da tarefa" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Number of retries" -msgstr "Número de tentativas" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Planned execution time" -msgstr "Horário planeado para a execução" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Task result" -msgstr "Resultado da tarefa" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Result expiry time" -msgstr "Validade do resultado" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Task" -msgstr "Tarefa" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Tasks" -msgstr "Tarefas" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -#, python-format -msgid "%(value)s is not a valid crontab" -msgstr "%(value)s não é um crontab válido" - -#: 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 "Quando agendar tarefas" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Pause this schedule" -msgstr "Pausar este agendamento" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Schedule" -msgstr "Agendar" - -#: packages/django-dramatiq-postgres/django_dramatiq_postgres/models.py -msgid "Schedules" -msgstr "Agendamento" diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index a353176297..e9ad341201 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-25 00:09+0000\n" +"POT-Creation-Date: 2025-12-01 15:07+0000\n" "PO-Revision-Date: 2022-09-26 16:47+0000\n" "Last-Translator: Rafael Mundel, 2025\n" "Language-Team: Portuguese (Brazil) (https://app.transifex.com/authentik/teams/119923/pt_BR/)\n" @@ -390,6 +390,12 @@ msgstr "Nome de exibição da fonte." msgid "Internal source name, used in URLs." msgstr "Nome da fonte interna, usado em URLs." +#: 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 "Fluxo a ser usado ao autenticar usuários existentes." @@ -590,6 +596,16 @@ msgstr "" msgid "Agent Connectors" msgstr "" +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Token" +msgstr "Token do dispositivo" + +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Tokens" +msgstr "Tokens de dispositivo" + #: authentik/endpoints/connectors/agent/models.py msgid "Enrollment Token" msgstr "" @@ -598,6 +614,62 @@ msgstr "" 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 "Dispositivo" + +#: 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/tasks.py msgid "Sync endpoints." msgstr "" @@ -2047,14 +2119,6 @@ msgstr "Token de Atualização OAuth2" msgid "OAuth2 Refresh Tokens" msgstr "Tokens de Atualização OAuth2" -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "Token do dispositivo" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "Tokens de dispositivo" - #: authentik/providers/oauth2/tasks.py msgid "Send a back-channel logout request to the registered client" msgstr "" diff --git a/locale/pt_PT/LC_MESSAGES/django.mo b/locale/pt_PT/LC_MESSAGES/django.mo deleted file mode 100644 index 55d4b4667b..0000000000 Binary files a/locale/pt_PT/LC_MESSAGES/django.mo and /dev/null differ diff --git a/locale/pt_PT/LC_MESSAGES/django.po b/locale/pt_PT/LC_MESSAGES/django.po deleted file mode 100644 index 19564313d3..0000000000 --- a/locale/pt_PT/LC_MESSAGES/django.po +++ /dev/null @@ -1,3754 +0,0 @@ -# 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 , YEAR. -# -# Translators: -# Hélder Silva , 2024 -# Sergio Reis, 2024 -# Gil Poiares-Oliveira, 2025 -# Tiago Gaspar, 2025 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-28 11:25+0000\n" -"PO-Revision-Date: 2022-09-26 16:47+0000\n" -"Last-Translator: Tiago Gaspar, 2025\n" -"Language-Team: Portuguese (Portugal) (https://app.transifex.com/authentik/teams/119923/pt_PT/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt_PT\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: authentik/admin/models.py -msgid "Version history" -msgstr "Histórico de versões" - -#: authentik/admin/tasks.py -#, python-brace-format -msgid "New version {version} available!" -msgstr "Nova versão {version} disponível!" - -#: authentik/api/schema.py -msgid "Generic API Error" -msgstr "Erro genérico da API" - -#: authentik/api/schema.py -msgid "Validation Error" -msgstr "Erro de Validação" - -#: authentik/blueprints/api.py -msgid "Blueprint file does not exist" -msgstr "Ficheiro de modelos não existe" - -#: authentik/blueprints/api.py -msgid "Failed to validate blueprint" -msgstr "Falha na validação de modelo" - -#: authentik/blueprints/api.py -msgid "Either path or content must be set." -msgstr "O caminho ou o conteúdo devem ser definidos." - -#: authentik/blueprints/models.py -msgid "Managed by authentik" -msgstr "Gerido pelo 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 "" -"Objetos geridos pelo authentik. Estes objetos são criados e atualizados " -"automaticamente. Este sinalizador apenas indica que um objeto pode ser " -"substituído por migrações. Ainda é possível modificar objetos através da " -"API, mas espera-se que as alterações sejam substituídas na próxima " -"atualização." - -#: authentik/blueprints/models.py -msgid "Blueprint Instance" -msgstr "Instância de Modelo" - -#: authentik/blueprints/models.py -msgid "Blueprint Instances" -msgstr "Instâncias de Modelo" - -#: authentik/blueprints/v1/exporter.py -#, python-brace-format -msgid "authentik Export - {date}" -msgstr "Exportação do authentik - {date}" - -#: authentik/blueprints/v1/tasks.py authentik/crypto/tasks.py -#, python-brace-format -msgid "Successfully imported {count} files." -msgstr "{count} ficheiros importados com sucesso." - -#: 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 "" -"Domínio que ativa esta marca. Pode ser um superset, por exemplo `a.b` for " -"`aa.b` e `ba.b`" - -#: authentik/brands/models.py -msgid "" -"When set, external users will be redirected to this application after " -"authenticating." -msgstr "" -"Quando definido, utilizadores externos serão redirecionados para esta " -"aplicação após autenticação." - -#: authentik/brands/models.py -msgid "Web Certificate used by the authentik Core webserver." -msgstr "Certificado Web usado pelo servidor web authentik Core." - -#: authentik/brands/models.py -msgid "Certificates used for client authentication." -msgstr "" - -#: authentik/brands/models.py -msgid "Brand" -msgstr "Marca" - -#: authentik/brands/models.py -msgid "Brands" -msgstr "Marcas" - -#: authentik/core/api/application_entitlements.py -msgid "User does not have access to application." -msgstr "O Utilizador não tem acesso à aplicação." - -#: authentik/core/api/devices.py -msgid "Extra description not available" -msgstr "Descrição extra não disponível" - -#: authentik/core/api/groups.py -msgid "Cannot set group as parent of itself." -msgstr "Não é possível definir grupo como pai de si." - -#: 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 "" -"Quando não definido, todos os fornecedores são devolvidos. Quando definido " -"como verdadeiro, apenas os fornecedores de backchannel são devolvidos. " -"Quando definido como falso, os fornecedores de backchannel são excluídos" - -#: authentik/core/api/transactional_applications.py -#, python-brace-format -msgid "User lacks permission to create {model}" -msgstr "O Utilizador não tem permissão para criar {model}" - -#: authentik/core/api/users.py -msgid "No leading or trailing slashes allowed." -msgstr "Não são permitidas barras à esquerda ou à direita." - -#: authentik/core/api/users.py -msgid "No empty segments in user path allowed." -msgstr "Não são permitidos segmentos vazios no endereço do utilizador." - -#: authentik/core/models.py -msgid "name" -msgstr "nome" - -#: authentik/core/models.py -msgid "Users added to this group will be superusers." -msgstr "Utilizadores adicionados a este grupo serão superutilizadores." - -#: authentik/core/models.py -msgid "Group" -msgstr "Grupo" - -#: authentik/core/models.py -msgid "Groups" -msgstr "Grupos" - -#: authentik/core/models.py -msgid "Add user to group" -msgstr "Adicionar utilizador ao grupo" - -#: authentik/core/models.py -msgid "Remove user from group" -msgstr "Remover utilizador do grupo" - -#: authentik/core/models.py -msgid "Enable superuser status" -msgstr "Ativar o estatuto de superutilizador" - -#: authentik/core/models.py -msgid "Disable superuser status" -msgstr "Desativar o estatuto de superutilizador" - -#: authentik/core/models.py -msgid "User's display name." -msgstr "Nome de exibição do utilizador." - -#: authentik/core/models.py authentik/providers/oauth2/models.py -#: authentik/rbac/models.py -msgid "User" -msgstr "Utilizador" - -#: authentik/core/models.py -msgid "Users" -msgstr "Utilizadores" - -#: authentik/core/models.py -#: authentik/stages/email/templates/email/password_reset.html -msgid "Reset Password" -msgstr "Redefinir Palavra-Passe" - -#: authentik/core/models.py -msgid "Can impersonate other users" -msgstr "Pode personificar outros utilizadores" - -#: authentik/core/models.py authentik/rbac/models.py -msgid "Can assign permissions to users" -msgstr "Pode atribuir permissões a utilizadores" - -#: authentik/core/models.py authentik/rbac/models.py -msgid "Can unassign permissions from users" -msgstr "Pode remover permissões de utilizadores" - -#: authentik/core/models.py -msgid "Can preview user data sent to providers" -msgstr "Pode pré-visualizar dados de utilizador enviados a provedores" - -#: authentik/core/models.py -msgid "View applications the user has access to" -msgstr "Ver as aplicações a que o utilizador tem acesso" - -#: authentik/core/models.py -msgid "" -"Flow used for authentication when the associated application is accessed by " -"an un-authenticated user." -msgstr "" -"Fluxo utilizado para autenticação quando a aplicação associada é acedida por" -" um utilizador não autenticado." - -#: authentik/core/models.py -msgid "Flow used when authorizing this provider." -msgstr "Fluxo usado ao autorizar este provedor." - -#: authentik/core/models.py -msgid "Flow used ending the session from a provider." -msgstr "Fluxo utilizado para terminar a sessão de um fornecedor." - -#: authentik/core/models.py -msgid "" -"Accessed from applications; optional backchannel providers for protocols " -"like LDAP and SCIM." -msgstr "" -"Acedido a partir de aplicações; fornecedores opcionais de backchannel para " -"protocolos como LDAP e SCIM." - -#: authentik/core/models.py -msgid "Application's display Name." -msgstr "Nome de exibição da Aplicação." - -#: authentik/core/models.py -msgid "Internal application name, used in URLs." -msgstr "Nome interno da aplicação, usado em URLs." - -#: authentik/core/models.py -msgid "Open launch URL in a new browser tab or window." -msgstr "Abrir o URL de lançamento num novo separador ou janela do navegador." - -#: authentik/core/models.py -msgid "Application" -msgstr "Aplicação" - -#: authentik/core/models.py -msgid "Applications" -msgstr "Aplicações" - -#: authentik/core/models.py -msgid "Application Entitlement" -msgstr "" - -#: authentik/core/models.py -msgid "Application Entitlements" -msgstr "" - -#: authentik/core/models.py -msgid "Use the source-specific identifier" -msgstr "Utilizar o identificador específico da fonte" - -#: 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 "" -"Link para um utilizador com endereço de e-mail idêntico. Pode ter " -"implicações de segurança quando uma fonte não valida endereços de e-mail." - -#: authentik/core/models.py -msgid "" -"Use the user's email address, but deny enrollment when the email address " -"already exists." -msgstr "" -"Utilizar o endereço de e-mail do utilizador, mas negar a inscrição quando o " -"endereço de e-mail já existir." - -#: 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 "" -"Ligação a um utilizador com um nome de utilizador idêntico. Pode ter " -"implicações de segurança quando um nome de utilizador é utilizado com outra " -"fonte." - -#: authentik/core/models.py -msgid "" -"Use the user's username, but deny enrollment when the username already " -"exists." -msgstr "" -"Usar o nome de utilizador, mas negar a inscrição quando o nome de utilizador" -" já existir." - -#: 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 "" -"Ligação a um grupo com um nome idêntico. Pode ter implicações de segurança " -"quando um nome de grupo é utilizado com outra fonte." - -#: authentik/core/models.py -msgid "Use the group name, but deny enrollment when the name already exists." -msgstr "Utilizar o nome do grupo, mas recusar o registo se o nome já existir." - -#: authentik/core/models.py -msgid "Source's display Name." -msgstr "Nome de exibição da fonte." - -#: authentik/core/models.py -msgid "Internal source name, used in URLs." -msgstr "Nome interno da fonte, usado em URLs." - -#: authentik/core/models.py -msgid "Flow to use when authenticating existing users." -msgstr "Fluxo a usar ao autenticar utilizadores existentes." - -#: authentik/core/models.py -msgid "Flow to use when enrolling new users." -msgstr "Fluxo a usar ao inscrever novos utilizadores." - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing user should be authenticated or a " -"new user enrolled." -msgstr "" -"A forma como a fonte determina se um utilizador existente deve ser " -"autenticado ou se um novo utilizador deve ser registado." - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing group should be used or a new group" -" created." -msgstr "" -"A forma como a fonte determina se um grupo existente deve ser utilizado ou " -"se deve ser criado um novo grupo." - -#: authentik/core/models.py -msgid "Token" -msgstr "Token" - -#: authentik/core/models.py -msgid "Tokens" -msgstr "Tokens" - -#: authentik/core/models.py -msgid "View token's key" -msgstr "Ver a chave do token" - -#: authentik/core/models.py -msgid "Property Mapping" -msgstr "Mapeamento de Propriedades" - -#: authentik/core/models.py -msgid "Property Mappings" -msgstr "Mapeamentos de Propriedades" - -#: authentik/core/models.py -msgid "session data" -msgstr "dados da sessão" - -#: authentik/core/models.py -msgid "Session" -msgstr "Sessão" - -#: authentik/core/models.py -msgid "Sessions" -msgstr "Sessões" - -#: authentik/core/models.py -msgid "Authenticated Session" -msgstr "Sessão Autenticada" - -#: authentik/core/models.py -msgid "Authenticated Sessions" -msgstr "Sessões Auntenticadas" - -#: 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 "" - -#: authentik/core/sources/flow_manager.py -msgid "Configured flow does not exist." -msgstr "O fluxo configurado não existe." - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully authenticated with {source}!" -msgstr "" - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully linked {source}!" -msgstr "" - -#: authentik/core/sources/flow_manager.py -msgid "Source is not configured for enrollment." -msgstr "" - -#: authentik/core/templates/if/error.html -msgid "Go home" -msgstr "Ir para início" - -#: authentik/core/templates/login/base_full.html -#: authentik/flows/templates/if/flow-sfe.html -msgid "Powered by authentik" -msgstr "Desenvolvido pelo 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 "Está prestes a iniciar sessão em %(application)s." - -#: authentik/core/views/interface.py -msgid "Interface can only be accessed by internal users." -msgstr "A interface só pode ser acedida por utilizadores internos." - -#: authentik/crypto/api.py -msgid "Subject-alt name" -msgstr "Nome alternativo do sujeito" - -#: authentik/crypto/builder.py -msgid "rsa" -msgstr "rsa" - -#: authentik/crypto/builder.py -msgid "ecdsa" -msgstr "ecdsa" - -#: authentik/crypto/models.py -msgid "PEM-encoded Certificate data" -msgstr "Dados do certificado em codificação PEM" - -#: authentik/crypto/models.py -msgid "" -"Optional Private Key. If this is set, you can use this keypair for " -"encryption." -msgstr "" -"Chave Privada Opcional. Se esta opção for configurada, pode utilizar este " -"par de chaves para encriptação." - -#: authentik/crypto/models.py -msgid "Certificate-Key Pair" -msgstr "Par de Chaves do Certificado" - -#: authentik/crypto/models.py -msgid "Certificate-Key Pairs" -msgstr "Pares de Chaves de Certificados" - -#: authentik/enterprise/api.py -msgid "Enterprise is required to create/update this object." -msgstr "Enterprise necessário para criar/atualizar este objeto." - -#: authentik/enterprise/models.py -msgid "License" -msgstr "Licença" - -#: authentik/enterprise/models.py -msgid "Licenses" -msgstr "Licenças" - -#: authentik/enterprise/models.py -msgid "License Usage" -msgstr "Uso de Licença" - -#: authentik/enterprise/models.py -msgid "License Usage Records" -msgstr "Registos de Uso de Licença" - -#: 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 "" -"Chave do campo a ser verificada, estão disponíveis chaves de campo definidas" -" nas etapas de Solicitação." - -#: authentik/enterprise/policies/unique_password/models.py -msgid "Number of passwords to check against." -msgstr "Número de palavras-passe a verificar." - -#: authentik/enterprise/policies/unique_password/models.py -#: authentik/policies/password/models.py -msgid "Password not set in context" -msgstr "Palavra-passe não definida no contexto" - -#: authentik/enterprise/policies/unique_password/models.py -msgid "This password has been used previously. Please choose a different one." -msgstr "" -"Esta palavra-passe já foi utilizada anteriormente. Por favor, escolha uma " -"diferente." - -#: authentik/enterprise/policies/unique_password/models.py -msgid "Password Uniqueness Policy" -msgstr "Política de Exclusividade da Palavra-passe" - -#: authentik/enterprise/policies/unique_password/models.py -msgid "Password Uniqueness Policies" -msgstr "Políticas de Exclusividade da Palavra-passe" - -#: authentik/enterprise/policies/unique_password/models.py -msgid "User Password History" -msgstr "Histórico de Palavras-passe do Utilizador" - -#: authentik/enterprise/policy.py -msgid "Enterprise required to access this feature." -msgstr "Enterprise necessário para aceder a esta funcionalidade." - -#: authentik/enterprise/policy.py -msgid "Feature only accessible for internal users." -msgstr "Funcionalidade acessível apenas a utilizadores internos." - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider User" -msgstr "Utilizador do Provedor Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Users" -msgstr "Utilizadores do Provedor Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Group" -msgstr "Grupo do Provedor Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Groups" -msgstr "Grupos do Provedor Google Workspace" - -#: 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 "" -"Mapeamentos de propriedades utilizados para criação/atualização de grupos." - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider" -msgstr "Provedor Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Providers" -msgstr "Provedores Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mapping" -msgstr "Mapeamentos Provedores Google Workspace" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mappings" -msgstr "Mapeamentos Provedores Google Workspace" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider User" -msgstr "Utilizador do Provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Group" -msgstr "Grupo do Provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Groups" -msgstr "Grupos do Provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider" -msgstr "Provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Providers" -msgstr "Provedores Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mapping" -msgstr "Mapeamento Provedor Microsoft Entra" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mappings" -msgstr "Mapeamentos Provedores Microsoft Entra" - -#: authentik/enterprise/providers/ssf/models.py -#: authentik/providers/oauth2/models.py -msgid "Signing Key" -msgstr "Chave de Assinatura" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Key used to sign the SSF Events." -msgstr "Chave utilizada para assinar os eventos SSF." - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Provider" -msgstr "Fornecedor do Sistema de Sinais Partilhados" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Providers" -msgstr "Fornecedores do Sistema de Sinais Partilhados" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Add stream to SSF provider" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Streams" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Event" -msgstr "" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Events" -msgstr "" - -#: authentik/enterprise/providers/ssf/tasks.py -msgid "Failed to send request" -msgstr "Falha no envio do pedido" - -#: 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 "" - -#: 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 "" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stage" -msgstr "" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stages" -msgstr "" - -#: authentik/events/api/tasks.py -#, python-brace-format -msgid "Successfully started task {name}." -msgstr "Tarefa {name} iniciada com sucesso." - -#: authentik/events/models.py -msgid "Event" -msgstr "Evento" - -#: authentik/events/models.py -msgid "Events" -msgstr "Eventos" - -#: authentik/events/models.py -msgid "authentik inbuilt notifications" -msgstr "" - -#: authentik/events/models.py -msgid "Generic Webhook" -msgstr "Webhook Genérico" - -#: authentik/events/models.py -msgid "Slack Webhook (Slack/Discord)" -msgstr "Webhook Genérico (Slack/Discord)" - -#: authentik/events/models.py -#: authentik/stages/authenticator_validate/models.py -msgid "Email" -msgstr "E-mail" - -#: 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 "" -"Only send notification once, for example when sending a webhook into a chat " -"channel." -msgstr "" -"Enviar notificação apenas uma vez, por exemplo, ao enviar um webhook para um" -" canal de chat." - -#: authentik/events/models.py -msgid "Severity" -msgstr "Severidade" - -#: authentik/events/models.py -msgid "Dispatched for user" -msgstr "Despachado para o utilizador" - -#: authentik/events/models.py -msgid "Event user" -msgstr "" - -#: authentik/events/models.py -msgid "Notification Transport" -msgstr "Transporte de Notificação" - -#: authentik/events/models.py -msgid "Notification Transports" -msgstr "Transportes de Notificação" - -#: authentik/events/models.py -msgid "Notice" -msgstr "Aviso" - -#: authentik/events/models.py -msgid "Warning" -msgstr "Advertência" - -#: authentik/events/models.py -msgid "Alert" -msgstr "Alerta" - -#: authentik/events/models.py -msgid "Notification" -msgstr "Notificação" - -#: authentik/events/models.py -msgid "Notifications" -msgstr "Notificações" - -#: 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 "" - -#: authentik/events/models.py -msgid "Controls which severity level the created notifications will have." -msgstr "Controla o nível de severidade que as notificações criadas vão ter." - -#: 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 "" - -#: authentik/events/models.py -msgid "Notification Rule" -msgstr "Regra de Notificação" - -#: authentik/events/models.py -msgid "Notification Rules" -msgstr "Regras de Notificação" - -#: authentik/events/models.py -msgid "Webhook Mapping" -msgstr "" - -#: authentik/events/models.py -msgid "Webhook Mappings" -msgstr "" - -#: authentik/events/models.py -msgid "Run task" -msgstr "" - -#: authentik/events/models.py -msgid "System Task" -msgstr "" - -#: authentik/events/models.py -msgid "System Tasks" -msgstr "" - -#: authentik/events/system_tasks.py -msgid "Task has not been run yet." -msgstr "Esta tarefa ainda não foi executada." - -#: authentik/flows/api/flows.py -#, python-brace-format -msgid "Flow not applicable to current user/request: {messages}" -msgstr "" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Policy ({type})" -msgstr "Política ({type})" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Binding {order}" -msgstr "" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy passed" -msgstr "Política passada" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Stage ({type})" -msgstr "" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy denied" -msgstr "Política negada" - -#: authentik/flows/api/flows_diagram.py -msgid "End of the flow" -msgstr "Fim do fluxo" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement not fulfilled" -msgstr "Requisito não cumprido" - -#: authentik/flows/api/flows_diagram.py -msgid "Flow authentication requirement" -msgstr "Requisito de fluxo de autenticação" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement fulfilled" -msgstr "Requisito cumprido" - -#: authentik/flows/api/flows_diagram.py -msgid "Pre-flow policies" -msgstr "Políticas pré-fluxo" - -#: authentik/flows/api/flows_diagram.py authentik/flows/models.py -msgid "Flow" -msgstr "Fluxo" - -#: authentik/flows/exceptions.py -msgid "Flow does not apply to current user." -msgstr "O fluxo não se aplica ao utilizador atual." - -#: authentik/flows/models.py -#, python-brace-format -msgid "Dynamic In-memory stage: {doc}" -msgstr "" - -#: authentik/flows/models.py -msgid "Visible in the URL." -msgstr "Visível no URL." - -#: authentik/flows/models.py -msgid "Shown as the Title in Flow pages." -msgstr "Mostrado como Título nas páginas de Fluxo." - -#: 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 "" -"Determina para que é que este Fluxo é utilizado. Por exemplo, o fluxo de " -"Autenticação para o qual é redirecionado um utilizador não autenticado " -"quando visita o authentik." - -#: authentik/flows/models.py -msgid "Background shown during execution" -msgstr "Imagem de fundo mostrada durante a execução" - -#: authentik/flows/models.py -msgid "" -"Enable compatibility mode, increases compatibility with password managers on" -" mobile devices." -msgstr "" -"Permitir o modo de compatibilidade, aumenta a compatibilidade com gestores " -"de palavras-passe de dispositivos móveis." - -#: authentik/flows/models.py -msgid "Configure what should happen when a flow denies access to a user." -msgstr "" - -#: authentik/flows/models.py -msgid "Required level of authentication and authorization to access a flow." -msgstr "" - -#: authentik/flows/models.py -msgid "Flows" -msgstr "Fluxos" - -#: authentik/flows/models.py -msgid "Can export a Flow" -msgstr "Pode exportar um Fluxo" - -#: authentik/flows/models.py -msgid "Can inspect a Flow's execution" -msgstr "Pode inspecionar a execução de um Fluxo" - -#: authentik/flows/models.py -msgid "View Flow's cache metrics" -msgstr "Pode ver as métricas da cache do Fluxo." - -#: authentik/flows/models.py -msgid "Clear Flow's cache metrics" -msgstr "Pode limpar as métricas da cache do Fluxo." - -#: authentik/flows/models.py -msgid "Evaluate policies during the Flow planning process." -msgstr "" - -#: 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 "" -"Configure a forma como deve um executor de fluxo lidar com uma reposta " -"inválida a um desafio. RETRY retorna uma mensagem de erro e um desafio " -"similiar ao executor. RESTART reinicia o fluxo desde o início, e " -"RESTART_WITH_CONTEXT reinicia o fluxo mantendo o contexto atual." - -#: authentik/flows/models.py -msgid "Flow Stage Binding" -msgstr "Vinculação da Etapa do Fluxo" - -#: authentik/flows/models.py -msgid "Flow Stage Bindings" -msgstr "Vinculações de Etapas de Fluxos" - -#: 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 "" -"Fluxo usado por um utilizador autenticado para configurar esta Etapa. Se " -"estiver em branco, o utilizador não será capaz de configurar esta etapa." - -#: authentik/flows/models.py -msgid "Flow Token" -msgstr "Token de Fluxo" - -#: authentik/flows/models.py -msgid "Flow Tokens" -msgstr "Tokens de Fluxo" - -#: authentik/flows/views/executor.py -msgid "Invalid next URL" -msgstr "" - -#: authentik/lib/sync/outgoing/models.py -msgid "" -"When enabled, provider will not modify or create objects in the remote " -"system." -msgstr "" - -#: authentik/lib/sync/outgoing/tasks.py -msgid "Starting full provider sync" -msgstr "" - -#: authentik/lib/sync/outgoing/tasks.py -msgid "Syncing users" -msgstr "" - -#: authentik/lib/sync/outgoing/tasks.py -msgid "Syncing groups" -msgstr "" - -#: authentik/lib/sync/outgoing/tasks.py -#, python-brace-format -msgid "Syncing page {page} of groups" -msgstr "" - -#: authentik/lib/sync/outgoing/tasks.py -msgid "Dropping mutating request due to dry run" -msgstr "" - -#: authentik/lib/sync/outgoing/tasks.py -#, python-brace-format -msgid "Stopping sync due to error: {error}" -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 não está na formatação correta: 'hours=3;minutes=1'." - -#: authentik/lib/validators.py -#, python-brace-format -msgid "The fields {field_names} must be used together." -msgstr "" - -#: authentik/outposts/api/service_connections.py -msgid "" -"You can only use an empty kubeconfig when connecting to a local cluster." -msgstr "Só pode utilizar um kubeconfig vazio ao ligar a um cluster local." - -#: authentik/outposts/api/service_connections.py -msgid "Invalid kubeconfig" -msgstr "Kubeconfig inválido" - -#: authentik/outposts/models.py -msgid "" -"If enabled, use the local connection. Required Docker socket/Kubernetes " -"Integration" -msgstr "" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connection" -msgstr "Conecção de Serviço de Terminal" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connections" -msgstr "Conecções de Serviço de Terminal" - -#: authentik/outposts/models.py -msgid "" -"Can be in the format of 'unix://' when connecting to a local docker " -"daemon, or 'https://:2376' when connecting to a remote system." -msgstr "" - -#: authentik/outposts/models.py -msgid "" -"CA which the endpoint's Certificate is verified against. Can be left empty " -"for no validation." -msgstr "" -"CA com o qual Certificado do terminal é verificado. Pode ser deixado em " -"branco para que não haja validação." - -#: authentik/outposts/models.py -msgid "" -"Certificate/Key used for authentication. Can be left empty for no " -"authentication." -msgstr "" -"Certificado/Chave usados para autententicação. Pode ser deixado vazio para " -"não autenticar." - -#: authentik/outposts/models.py -msgid "Docker Service-Connection" -msgstr "Conecção de Serviço Docker" - -#: authentik/outposts/models.py -msgid "Docker Service-Connections" -msgstr "Conecção de Serviço Docker" - -#: authentik/outposts/models.py -msgid "" -"Paste your kubeconfig here. authentik will automatically use the currently " -"selected context." -msgstr "" - -#: authentik/outposts/models.py -msgid "Verify SSL Certificates of the Kubernetes API endpoint" -msgstr "" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connection" -msgstr "Conecção de Serviço Kubernetes" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connections" -msgstr "Conecções de Serviço Kubernetes" - -#: 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 "" - -#: authentik/outposts/models.py -msgid "Outpost" -msgstr "" - -#: authentik/outposts/models.py -msgid "Outposts" -msgstr "" - -#: authentik/policies/denied.py -msgid "Access denied" -msgstr "Acesso negado" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policy" -msgstr "Política Fictícia" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policies" -msgstr "Políticas Fictícias" - -#: 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 "" - -#: 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 "" - -#: authentik/policies/event_matcher/api.py -msgid "At least one criteria must be set." -msgstr "" - -#: authentik/policies/event_matcher/models.py -msgid "" -"Match created events with this action type. When left empty, all action " -"types will be matched." -msgstr "" - -#: authentik/policies/event_matcher/models.py -msgid "" -"Matches Event's Client IP (strict matching, for network matching use an " -"Expression Policy)" -msgstr "" - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policy" -msgstr "Política de Associação de Eventos" - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policies" -msgstr "Políticas de Associação de Eventos" - -#: 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 "A palavra-passe expirou." - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policy" -msgstr "Política de Expiração de Palavras-Passe" - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policies" -msgstr "Políticas de Expiração de Palavras-Passe" - -#: authentik/policies/expression/models.py -msgid "Expression Policy" -msgstr "Política de Expressão" - -#: authentik/policies/expression/models.py -msgid "Expression Policies" -msgstr "Políticas de Expressão" - -#: 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 "" - -#: authentik/policies/models.py -msgid "any, any policy must pass" -msgstr "" - -#: authentik/policies/models.py -msgid "Policy Binding Model" -msgstr "Modelo de Associação de Políticas" - -#: authentik/policies/models.py -msgid "Policy Binding Models" -msgstr "Modelos de Associação de Políticas" - -#: authentik/policies/models.py -msgid "Negates the outcome of the policy. Messages are unaffected." -msgstr "Nega o resultado da política. As mensagens não são afetadas." - -#: authentik/policies/models.py -msgid "Timeout after which Policy execution is terminated." -msgstr "Tempo de expiração após o qual a execução da Política é terminada." - -#: authentik/policies/models.py -msgid "Result if the Policy execution fails." -msgstr "" - -#: authentik/policies/models.py -msgid "Policy Binding" -msgstr "Associação de Políticas" - -#: authentik/policies/models.py -msgid "Policy Bindings" -msgstr "Ligações de Políticas" - -#: 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 "" - -#: authentik/policies/models.py -msgid "Policy" -msgstr "Política" - -#: authentik/policies/models.py -msgid "Policies" -msgstr "Políticas" - -#: 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 "" - -#: authentik/policies/password/models.py -msgid "" -"If the zxcvbn score is equal or less than this value, the policy will fail." -msgstr "" - -#: 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 "" - -#: authentik/policies/password/models.py -msgid "Password Policy" -msgstr "Política de Palavras-Passe" - -#: authentik/policies/password/models.py -msgid "Password Policies" -msgstr "Políticas de Palavras-Passe" - -#: authentik/policies/reputation/api.py -msgid "Either IP or Username must be checked" -msgstr "" - -#: authentik/policies/reputation/models.py -msgid "Reputation Policy" -msgstr "Política de Reputação" - -#: authentik/policies/reputation/models.py -msgid "Reputation Policies" -msgstr "Políticas de Reputação" - -#: authentik/policies/reputation/models.py -msgid "Reputation Score" -msgstr "" - -#: authentik/policies/reputation/models.py -msgid "Reputation Scores" -msgstr "" - -#: authentik/policies/templates/policies/denied.html -msgid "Permission denied" -msgstr "Permissão negada" - -#: authentik/policies/templates/policies/denied.html -msgid "User's avatar" -msgstr "" - -#: authentik/policies/templates/policies/denied.html -msgid "Not you?" -msgstr "" - -#: authentik/policies/templates/policies/denied.html -msgid "Request has been denied." -msgstr "O pedido foi negado." - -#: authentik/policies/templates/policies/denied.html -msgid "Messages:" -msgstr "Mensagens:" - -#: authentik/policies/templates/policies/denied.html -msgid "Explanation:" -msgstr "Explicação:" - -#: authentik/policies/templates/policies/denied.html -#, python-format -msgid "" -"\n" -" Policy binding '%(name)s' returned result '%(result)s'\n" -" " -msgstr "" -"\n" -" A política que associa \"%(name)s\" devolveu o resultado \"%(result)s\"" - -#: authentik/policies/views.py -msgid "Failed to resolve application" -msgstr "Falha ao resolver a aplicação" - -#: authentik/providers/ldap/models.py -msgid "DN under which objects are accessible." -msgstr "DN sobre o qual os objetos são acessíveis." - -#: 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 "" - -#: 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 "" - -#: 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 "" - -#: authentik/providers/ldap/models.py -msgid "LDAP Provider" -msgstr "Provedor LDAP" - -#: authentik/providers/ldap/models.py -msgid "LDAP Providers" -msgstr "Provedores LDAP" - -#: 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/id_token.py -msgid "Based on the Hashed User ID" -msgstr "Baseado na Hash do ID de Utilizador" - -#: authentik/providers/oauth2/id_token.py -msgid "Based on user ID" -msgstr "" - -#: authentik/providers/oauth2/id_token.py -msgid "Based on user UUID" -msgstr "" - -#: authentik/providers/oauth2/id_token.py -msgid "Based on the username" -msgstr "Baseado no nome de utilizador" - -#: authentik/providers/oauth2/id_token.py -msgid "Based on the User's Email. This is recommended over the UPN method." -msgstr "" -"Baseado no E-Mail do Utililzador. Recomendado em relação ao método UPN." - -#: authentik/providers/oauth2/id_token.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 "" -"Baseado na UPN do Utilizador, só funciona se o utilizador tiver um atributo " -"\"upn\" definido. Utilize este método apenas se tiver diferentes domínios de" -" UPN e de Mail." - -#: authentik/providers/oauth2/models.py -msgid "Confidential" -msgstr "Confidencial" - -#: authentik/providers/oauth2/models.py -msgid "Public" -msgstr "Público" - -#: authentik/providers/oauth2/models.py -msgid "Same identifier is used for all providers" -msgstr "O mesmo identificador é utilizado em todos os provedores" - -#: authentik/providers/oauth2/models.py -msgid "Each provider has a different issuer, based on the application slug." -msgstr "Cada provedor tem um emissor diferente, baseado no slug da aplicação." - -#: 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 "code (Authorization Code Flow)" -msgstr "código (Fluxo de Autorização de Código)" - -#: authentik/providers/oauth2/models.py -msgid "id_token (Implicit Flow)" -msgstr "id_token (Fluxo Implícito)" - -#: authentik/providers/oauth2/models.py -msgid "id_token token (Implicit Flow)" -msgstr "token id_token (Fluxo Implícito)" - -#: authentik/providers/oauth2/models.py -msgid "code token (Hybrid Flow)" -msgstr "token de código (Fluxo Híbrido)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token (Hybrid Flow)" -msgstr "code id_token (Fluxo Híbrido)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token token (Hybrid Flow)" -msgstr "token id_code de codígo (Fluxo Híbrido)" - -#: authentik/providers/oauth2/models.py -msgid "HS256 (Symmetric Encryption)" -msgstr "HS256 (Encriptação Simétrica)" - -#: authentik/providers/oauth2/models.py -msgid "RS256 (Asymmetric Encryption)" -msgstr "RS256 (Encriptação Assimétrica)" - -#: authentik/providers/oauth2/models.py -msgid "ES256 (Asymmetric Encryption)" -msgstr "ES256 (Encriptação Assimétrica)" - -#: 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 "Âmbito usado pelo cliente" - -#: authentik/providers/oauth2/models.py -msgid "" -"Description shown to the user when consenting. If left empty, the user won't" -" be informed." -msgstr "" -"Descrição mostrada ao utilizador durante o consentimento. Se deixado em " -"branco, o utilizador não será informado." - -#: authentik/providers/oauth2/models.py -msgid "Scope Mapping" -msgstr "Mapeamento de Âmbito" - -#: authentik/providers/oauth2/models.py -msgid "Scope Mappings" -msgstr "Mapeamentos de Âmbito" - -#: authentik/providers/oauth2/models.py -msgid "Client Type" -msgstr "Tipo de Cliente" - -#: authentik/providers/oauth2/models.py -msgid "" -"Confidential clients are capable of maintaining the confidentiality of their" -" credentials. Public clients are incapable" -msgstr "" - -#: authentik/providers/oauth2/models.py -msgid "Client ID" -msgstr "ID do cliente" - -#: authentik/providers/oauth2/models.py -msgid "Client Secret" -msgstr "Segredo do Cliente" - -#: authentik/providers/oauth2/models.py -msgid "Redirect URIs" -msgstr "URIs de Redireção" - -#: authentik/providers/oauth2/models.py -msgid "Include claims in id_token" -msgstr "Inclua claims no 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 "" - -#: 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 "" - -#: authentik/providers/oauth2/models.py -msgid "" -"Tokens not valid on or after current time + this value (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 "" -"Configurar quais os dados que devem ser usados como Identificador de " -"Utilizador único. Na maioria dos casos, os valores pré-definidos devem " -"funcionar bem." - -#: authentik/providers/oauth2/models.py -msgid "Configure how the issuer field of the ID Token should be filled." -msgstr "" -"Configurar como é que o campo do emissor do ID Token deve ser preenchido." - -#: 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 "" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Provider" -msgstr "Provedor OAuth2/OpenID" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Providers" -msgstr "Provedores OAuth2/OpenID" - -#: authentik/providers/oauth2/models.py -msgid "Scopes" -msgstr "Âmbitos" - -#: authentik/providers/oauth2/models.py -msgid "Code" -msgstr "Código" - -#: authentik/providers/oauth2/models.py -msgid "Nonce" -msgstr "Nonce" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge" -msgstr "Desafio de Código" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge Method" -msgstr "Método de Desafio de Código" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Code" -msgstr "Código de Autorização" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Codes" -msgstr "Códigos de Autorização" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Token" -msgstr "" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Tokens" -msgstr "" - -#: authentik/providers/oauth2/models.py -msgid "ID Token" -msgstr "Token ID" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Token" -msgstr "" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Tokens" -msgstr "" - -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -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 "" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your User Information" -msgstr "" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access you Email addresses" -msgstr "" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your Groups" -msgstr "" - -#: authentik/providers/proxy/api.py -msgid "User and password attributes must be set when basic auth is enabled." -msgstr "" - -#: authentik/providers/proxy/api.py -msgid "Internal host cannot be empty when forward auth is disabled." -msgstr "" - -#: authentik/providers/proxy/models.py -msgid "Validate SSL Certificates of upstream servers" -msgstr "Validar Certificados SSL dos servidores a montante" - -#: authentik/providers/proxy/models.py -msgid "Internal host SSL Validation" -msgstr "Validação SSL do anfitrião interno" - -#: authentik/providers/proxy/models.py -msgid "" -"Enable support for forwardAuth in traefik and nginx auth_request. Exclusive " -"with internal_host." -msgstr "" -"Ative o suporte para forwardAuth no traefik e nginx auth_request. Exclusivo " -"com internal_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 "" - -#: authentik/providers/proxy/models.py -msgid "" -"When enabled, this provider will intercept the authorization header and " -"authenticate requests based on its value." -msgstr "" - -#: authentik/providers/proxy/models.py -msgid "Set HTTP-Basic Authentication" -msgstr "Definir Autenticação HTTP-Basic" - -#: authentik/providers/proxy/models.py -msgid "" -"Set a custom HTTP-Basic Authentication header based on values from " -"authentik." -msgstr "" -"Definir um cabeçalho personalizado de Autenticação HTTP-Basic com base nos " -"valores do authentik." - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Username Key" -msgstr "Chave de Nome de Utilizador HTTP-Basic" - -#: 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 "" - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Password Key" -msgstr "Chave de Palavra-Passe HTTP-Basic" - -#: authentik/providers/proxy/models.py -msgid "" -"User/Group Attribute used for the password part of the HTTP-Basic Header." -msgstr "" - -#: authentik/providers/proxy/models.py -msgid "Proxy Provider" -msgstr "Provedor de Proxy" - -#: authentik/providers/proxy/models.py -msgid "Proxy Providers" -msgstr "Provedores de Proxy" - -#: 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 "" -"Determina a duração de uma sessão. O valor por omissão de 0 significa que as" -" sessões duram até que o navegador seja fechado. (Formato: " -"hours=-1;minutes=-2;seconds=-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 "Provedor RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Providers" -msgstr "Provedores RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoint" -msgstr "Endpoint RAC" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoints" -msgstr "Endpoints RAC" - -#: 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 "" - -#: authentik/providers/rac/models.py -msgid "RAC Connection tokens" -msgstr "" - -#: authentik/providers/rac/views.py -msgid "Maximum connection limit reached." -msgstr "" - -#: authentik/providers/rac/views.py -msgid "(You are already connected in another tab/window)" -msgstr "" - -#: authentik/providers/radius/models.py -msgid "Shared secret between clients and server to hash packets." -msgstr "" - -#: 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 "" - -#: authentik/providers/radius/models.py -msgid "Radius Provider" -msgstr "Provedor Radius" - -#: authentik/providers/radius/models.py -msgid "Radius Providers" -msgstr "Provedores Radius" - -#: 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 "Sintaxe HTML Inválida" - -#: 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 "" -"Value of the audience restriction field of the assertion. When left empty, " -"no audience restriction will be added." -msgstr "" - -#: authentik/providers/saml/models.py -msgid "Also known as EntityID" -msgstr "Também conhecido como EntityID" - -#: authentik/providers/saml/models.py -msgid "Service Provider Binding" -msgstr "Vinculação de Provedores de Serviço" - -#: authentik/providers/saml/models.py -msgid "" -"This determines how authentik sends the response back to the Service " -"Provider." -msgstr "" - -#: authentik/providers/saml/models.py -msgid "NameID Property Mapping" -msgstr "Mapeamento de Propriedade NameID" - -#: 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 "" - -#: 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 "" - -#: authentik/providers/saml/models.py -msgid "" -"Assertion not valid on or after current time + this value (Format: " -"hours=1;minutes=2;seconds=3)." -msgstr "" -"A asserção não é válida durante ou após a hora atual + este valor (Formato: " -"horas=1;minutos=2;segundos=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 "" - -#: 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 "" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Verification Certificate" -msgstr "Certificado de Verificação" - -#: authentik/providers/saml/models.py -msgid "Keypair used to sign outgoing Responses going to the Service Provider." -msgstr "" -"Par de chaves usado para assinar Respostas de saída dirigidas ao Provedor de" -" Serviço" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Signing Keypair" -msgstr "Par de Chaves de Assinatura" - -#: 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 "Provedor SAML" - -#: authentik/providers/saml/models.py -msgid "SAML Providers" -msgstr "Provedores SAML" - -#: 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 "Provedor SAML a partir de Metadados" - -#: authentik/providers/saml/models.py -msgid "SAML Providers from Metadata" -msgstr "Provedores SAML a partir de Metadados" - -#: authentik/providers/scim/models.py -msgid "Default" -msgstr "Pré-definido" - -#: authentik/providers/scim/models.py -msgid "AWS" -msgstr "" - -#: authentik/providers/scim/models.py -msgid "Slack" -msgstr "" - -#: authentik/providers/scim/models.py -msgid "Base URL to SCIM requests, usually ends in /v2" -msgstr "" - -#: authentik/providers/scim/models.py -msgid "Authentication token" -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 "SCIM Provider" -msgstr "Provedor SCIM" - -#: authentik/providers/scim/models.py -msgid "SCIM Providers" -msgstr "Provedores SCIM" - -#: authentik/providers/scim/models.py -msgid "SCIM Provider Mapping" -msgstr "" - -#: authentik/providers/scim/models.py -msgid "SCIM Provider Mappings" -msgstr "" - -#: authentik/rbac/models.py -msgid "Role" -msgstr "" - -#: authentik/rbac/models.py -msgid "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/recovery/management/commands/create_admin_group.py -msgid "Create admin group if the default group gets deleted." -msgstr "Criar um grupo admin caso o grupo pré-definido seja apagado" - -#: authentik/recovery/management/commands/create_recovery_key.py -msgid "Create a Key which can be used to restore access to authentik." -msgstr "" -"Criar uma Chave que possa ser utilizada para restaurar acesso ao authentik." - -#: authentik/recovery/views.py -msgid "Used recovery-link to authenticate." -msgstr "Recovery-link utilizado para autenticar." - -#: 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/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 "URI do servidor" - -#: authentik/sources/ldap/models.py -msgid "" -"Optionally verify the LDAP Server's Certificate against the CA Chain in this" -" keypair." -msgstr "" -"Opcionalmente verificar o Certificado do Servidor LDAP contra a Cadeia CA " -"neste par de chaves." - -#: authentik/sources/ldap/models.py -msgid "" -"Client certificate to authenticate against the LDAP Server's Certificate." -msgstr "" - -#: authentik/sources/ldap/models.py -msgid "Bind CN" -msgstr "CN de Vínculo" - -#: authentik/sources/ldap/models.py -msgid "Enable Start TLS" -msgstr "Ativar Start TLS" - -#: authentik/sources/ldap/models.py -msgid "Use Server URI for SNI verification" -msgstr "" - -#: authentik/sources/ldap/models.py -msgid "Base DN" -msgstr "Base DN" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for User-queries." -msgstr "Prefixado ao DN Base para consultas de Utilizadores." - -#: authentik/sources/ldap/models.py -msgid "Addition User DN" -msgstr "Adição de User DN" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for Group-queries." -msgstr "Prefixado ao DN Base para consultas de Grupos." - -#: authentik/sources/ldap/models.py -msgid "Addition Group DN" -msgstr "Adição de Group DN" - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Users." -msgstr "" -"Considerar Objetos que correspondam a este filtro como sendo Utilizadores." - -#: authentik/sources/ldap/models.py -msgid "Field which contains members of a group." -msgstr "Campo que contém membros de um grupo." - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Groups." -msgstr "Considerar Objetos que correspondam a este filtro como sendo Grupos." - -#: authentik/sources/ldap/models.py -msgid "Field which contains a unique Identifier." -msgstr "Campo que contém um Identificador único." - -#: 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 "" - -#: 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 "LDAP Source" -msgstr "Fonte LDAP" - -#: authentik/sources/ldap/models.py -msgid "LDAP Sources" -msgstr "Fontes LDAP" - -#: 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 "A palavra-passe não corresponde à Complexidade do Active Directory." - -#: authentik/sources/oauth/clients/oauth2.py -msgid "No token received." -msgstr "" - -#: authentik/sources/oauth/models.py -msgid "HTTP Basic Authentication" -msgstr "Autenticação básica HTTP" - -#: authentik/sources/oauth/models.py -msgid "Include the client ID and secret as request parameters" -msgstr "" - -#: authentik/sources/oauth/models.py -msgid "Request Token URL" -msgstr "URL de Pedido de Token" - -#: authentik/sources/oauth/models.py -msgid "" -"URL used to request the initial token. This URL is only required for OAuth " -"1." -msgstr "" -"URL utilizado para pedir o token inicial. Este URL é apenas necesssário para" -" OAuth 1." - -#: authentik/sources/oauth/models.py -msgid "Authorization URL" -msgstr "URL de Autorização" - -#: authentik/sources/oauth/models.py -msgid "URL the user is redirect to to conest the flow." -msgstr "URL para o qual o utilizador é redirecionado para contestar o fluxo" - -#: authentik/sources/oauth/models.py -msgid "Access Token URL" -msgstr "URL do Token de Acesso" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to retrieve tokens." -msgstr "URL utilizado pelo authentik para obter tokens." - -#: authentik/sources/oauth/models.py -msgid "Profile URL" -msgstr "URL do Perfil" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to get user information." -msgstr "" -"URL utilizado pelo authentik para obter informação sobre utilizadores." - -#: authentik/sources/oauth/models.py -msgid "Additional Scopes" -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 "Fonte OAuth" - -#: authentik/sources/oauth/models.py -msgid "OAuth Sources" -msgstr "Fontes OAuth" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Source" -msgstr "Fonte OAuth GitHub" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Sources" -msgstr "Fontes OAuth GitHub" - -#: 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 "" - -#: authentik/sources/oauth/models.py -msgid "Twitch OAuth Sources" -msgstr "" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Source" -msgstr "" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Sources" -msgstr "" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Source" -msgstr "Fonte OAuth Twitter" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Sources" -msgstr "Fontes OAuth Twitter" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Source" -msgstr "Fonte OAuth Facebook" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Sources" -msgstr "Fontes OAuth Facebook" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Source" -msgstr "Fonte OAuth Discord" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Sources" -msgstr "Fontes OAuth Discord" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Source" -msgstr "" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Sources" -msgstr "" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Source" -msgstr "Fonte OAuth Google" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Sources" -msgstr "Fontes OAuth Google" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Source" -msgstr "Fonte OAuth Azure AD" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Sources" -msgstr "Fontes OAuth Azure AD" - -#: authentik/sources/oauth/models.py -msgid "OpenID OAuth Source" -msgstr "Fonte OAuth OpenID" - -#: authentik/sources/oauth/models.py -msgid "OpenID OAuth Sources" -msgstr "Fontes OAuth OpenID" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Source" -msgstr "Fonte OAuth Apple" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Sources" -msgstr "Fontes OAuth Apple" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Source" -msgstr "Fonte OAuth Okta" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Sources" -msgstr "Fontes OAuth Okta" - -#: authentik/sources/oauth/models.py -msgid "Reddit OAuth Source" -msgstr "" - -#: authentik/sources/oauth/models.py -msgid "Reddit 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 "Conexão de Fonte OAuth de Utilizador" - -#: authentik/sources/oauth/models.py -msgid "User OAuth Source Connections" -msgstr "Conexões de Fonte OAuth de Utilizador" - -#: 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/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 "Identificador de cliente utilizado para comunicar com o Plex." - -#: 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 "" - -#: authentik/sources/plex/models.py -msgid "Allow friends to authenticate, even if you don't share a server." -msgstr "" -"Permitir que amigos se autentiquem, mesmo que não partilhem um servidor." - -#: authentik/sources/plex/models.py -msgid "Plex token used to check friends" -msgstr "Token Plex utilizado para verificar amigos" - -#: authentik/sources/plex/models.py -msgid "Plex Source" -msgstr "Fonte Plex" - -#: authentik/sources/plex/models.py -msgid "Plex Sources" -msgstr "Fontes Plex" - -#: 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 "Conexão de Fonte de Utilizador Plex" - -#: authentik/sources/plex/models.py -msgid "User Plex Source Connections" -msgstr "Conexões de Fonte de Utilizador Plex" - -#: authentik/sources/plex/models.py -msgid "Group Plex Source Connection" -msgstr "" - -#: authentik/sources/plex/models.py -msgid "Group Plex Source Connections" -msgstr "" - -#: authentik/sources/saml/models.py -msgid "Redirect Binding" -msgstr "Associação de Reencaminhamento" - -#: authentik/sources/saml/models.py -msgid "POST Binding" -msgstr "Associação POST" - -#: authentik/sources/saml/models.py -msgid "POST Binding with auto-confirmation" -msgstr "Associação POST com autoconfirmação" - -#: authentik/sources/saml/models.py -msgid "Flow used before authentication." -msgstr "Fluxo utilizado antes da autenticação" - -#: authentik/sources/saml/models.py -msgid "Issuer" -msgstr "Emissor" - -#: authentik/sources/saml/models.py -msgid "Also known as Entity ID. Defaults the Metadata URL." -msgstr "Também conhecido como ID de Entidade. Pré-define o URL de Metadados." - -#: authentik/sources/saml/models.py -msgid "SSO URL" -msgstr "URL SSO" - -#: authentik/sources/saml/models.py -msgid "URL that the initial Login request is sent to." -msgstr "URL para o qual o pedido inicial de Início de Sessão é enviado." - -#: authentik/sources/saml/models.py -msgid "SLO URL" -msgstr "URL SLO" - -#: authentik/sources/saml/models.py -msgid "Optional URL if your IDP supports Single-Logout." -msgstr "URL opcional se o seu IDP suportar Single-Logout." - -#: 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 "" -"Permite fluxos de autenticação iniciados pelo IdP. Isto pode ser um risco de" -" segurança uma vez que não é feita nenhuma validação do ID do pedido." - -#: authentik/sources/saml/models.py -msgid "" -"NameID Policy sent to the IdP. Can be unset, in which case no Policy is " -"sent." -msgstr "" -"Política NameID enviada para o IdP. Pode ser desfeito. Nesse caso, nenhuma " -"Política é enviada." - -#: authentik/sources/saml/models.py -msgid "Delete temporary users after" -msgstr "Eliminar utilizadores temporários após" - -#: 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 "" - -#: authentik/sources/saml/models.py -msgid "" -"Keypair used to sign outgoing Responses going to the Identity Provider." -msgstr "" - -#: authentik/sources/saml/models.py -msgid "SAML Source" -msgstr "Fonte SAML" - -#: authentik/sources/saml/models.py -msgid "SAML Sources" -msgstr "Fontes SAML" - -#: 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 "" - -#: authentik/sources/saml/models.py -msgid "User SAML Source Connections" -msgstr "" - -#: 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 "Fonte SCIM" - -#: authentik/sources/scim/models.py -msgid "SCIM Sources" -msgstr "Fontes SCIM" - -#: authentik/sources/scim/models.py -msgid "SCIM Source Property Mapping" -msgstr "" - -#: authentik/sources/scim/models.py -msgid "SCIM Source Property Mappings" -msgstr "" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stage" -msgstr "Etapa de Configuração do Duo Authenticator" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stages" -msgstr "Etapas de Configuração do Duo Authenticator" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Device" -msgstr "Dispositivo Duo" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Devices" -msgstr "Dispositivos Duo" - -#: authentik/stages/authenticator_email/models.py -msgid "Email OTP" -msgstr "OTP Email" - -#: 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 "" - -#: 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 "Dispositivo de e-mail" - -#: authentik/stages/authenticator_email/models.py -msgid "Email Devices" -msgstr "Dispositivos de E-mail" - -#: authentik/stages/authenticator_email/stage.py -#: authentik/stages/authenticator_sms/stage.py -#: authentik/stages/authenticator_totp/stage.py -msgid "Code does not match" -msgstr "O código não corresponde" - -#: authentik/stages/authenticator_email/stage.py -msgid "Invalid email" -msgstr "E-mail inválido." - -#: 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" -" Olá %(username)s,\n" -" " - -#: authentik/stages/authenticator_email/templates/email/email_otp.html -msgid "" -"\n" -" Email MFA code.\n" -" " -msgstr "" - -#: 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 "" - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -#: authentik/stages/email/templates/email/password_reset.txt -#, python-format -msgid "Hi %(username)s," -msgstr "Olá %(username)s," - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -msgid "" -"\n" -"Email MFA code\n" -msgstr "" - -#: 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 "" - -#: 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 "" - -#: 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 "Etapa de Configuração do Autenticador por SMS" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Authenticator Setup Stages" -msgstr "Etapas de Configuração do Autenticador por SMS" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Device" -msgstr "Dispositivo SMS" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Devices" -msgstr "Dispositivos SMS" - -#: authentik/stages/authenticator_sms/stage.py -msgid "Invalid phone number" -msgstr "" - -#: 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 "" - -#: authentik/stages/authenticator_totp/models.py -msgid "6 digits, widely compatible" -msgstr "6 dígitos, alta compatibilidade" - -#: authentik/stages/authenticator_totp/models.py -msgid "8 digits, not compatible with apps like Google Authenticator" -msgstr "8 dígitos, não compatível com apps como o Google Authenticator" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stage" -msgstr "Etapa de Configuração de Autenticador TOTP" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stages" -msgstr "Etapa de Configuração de Autenticador TOTP" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Device" -msgstr "" - -#: 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 "Estático" - -#: 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 "" -"Etapas utiizadas para configurar o autenticador caso o utilizador não tenha " -"nenhum dispositivo compatível. Após etapa de configuração estar concluída, " -"deixa de ser pedido ao utilizador." - -#: authentik/stages/authenticator_validate/models.py -msgid "Device classes which can be used to authenticate" -msgstr "Classes de dispositivos que possam ser utilizados para autenticar" - -#: 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 "" - -#: authentik/stages/authenticator_validate/models.py -msgid "Enforce user verification for WebAuthn devices." -msgstr "" - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stage" -msgstr "Etapa de Validação do Autenticador" - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stages" -msgstr "Etapa de Validação do Autenticador" - -#: 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 "Etapa de Configuração de Autenticador WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Authenticator Setup Stages" -msgstr "Etapa de Configuração de Autenticador WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device" -msgstr "Dispositivo WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Devices" -msgstr "Dispositivos WebAuthn" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device type" -msgstr "" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device types" -msgstr "" - -#: authentik/stages/captcha/models.py -msgid "Public key, acquired your captcha Provider." -msgstr "Chave pública, adquirida pelo seu Provedor de CAPTCHA." - -#: authentik/stages/captcha/models.py -msgid "Private key, acquired your captcha Provider." -msgstr "Chave privada, adquirida pelo seu Provedor de CAPTCHA." - -#: 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 "Etapa Captcha" - -#: authentik/stages/captcha/models.py -msgid "Captcha Stages" -msgstr "Etapas Captcha" - -#: 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 "" - -#: authentik/stages/consent/models.py -msgid "Consent Stage" -msgstr "Etapa de Consentimento" - -#: authentik/stages/consent/models.py -msgid "Consent Stages" -msgstr "Etapas de Consentimento" - -#: authentik/stages/consent/models.py -msgid "User Consent" -msgstr "Consentimento do Utilizador" - -#: authentik/stages/consent/models.py -msgid "User Consents" -msgstr "Consentimentos do Utilizador" - -#: authentik/stages/consent/stage.py -msgid "Invalid consent token, re-showing prompt" -msgstr "" - -#: authentik/stages/deny/models.py -msgid "Deny Stage" -msgstr "Etapa de Negação" - -#: authentik/stages/deny/models.py -msgid "Deny Stages" -msgstr "Etapas de Negação" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stage" -msgstr "Etapa Fictícia" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stages" -msgstr "Etapas Fictícia" - -#: 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 "Redefinição de Palavra-Passe" - -#: authentik/stages/email/models.py -msgid "Account Confirmation" -msgstr "Confirmação de Conta" - -#: authentik/stages/email/models.py -msgid "Activate users upon completion of stage." -msgstr "Ativar utilizadores após completarem a etapa." - -#: authentik/stages/email/models.py -msgid "Email Stage" -msgstr "Etapa de E-mail" - -#: authentik/stages/email/models.py -msgid "Email Stages" -msgstr "Etapas de E-mail" - -#: authentik/stages/email/stage.py -msgid "Successfully verified Email." -msgstr "E-mail verificado com sucesso." - -#: authentik/stages/email/stage.py -msgid "No pending user." -msgstr "Nenhum utilizador pendente." - -#: authentik/stages/email/stage.py -msgid "Email sent." -msgstr "E-mail enviado." - -#: authentik/stages/email/stage.py -msgid "Email Successfully sent." -msgstr "E-mail enviado com sucesso." - -#: authentik/stages/email/templates/email/account_confirmation.html -#: authentik/stages/email/templates/email/account_confirmation.txt -msgid "Welcome!" -msgstr "Bem-vindos!" - -#: 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 "" -"Estamos entusiasmados para que você comece. Primeiro, precisa de confirmar a" -" sua conta. Basta premir o botão abaixo." - -#: authentik/stages/email/templates/email/account_confirmation.html -msgid "Confirm Account" -msgstr "Confirmar Conta" - -#: 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" -" Se essa ligação não funcionar, copie e cole a ligação seguinte no seu navegador: %(url)s" - -#: 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 "" - -#: authentik/stages/email/templates/email/event_notification.html -#, python-format -msgid "" -"\n" -" This email was sent from the notification transport %(name)s.\n" -" " -msgstr "" - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Dear authentik user," -msgstr "Caro utilizador authentik," - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "The following notification was created:" -msgstr "A seguinte notificação foi criada:" - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Additional attributes:" -msgstr "Atributos adicionais:" - -#: authentik/stages/email/templates/email/event_notification.txt -#, python-format -msgid "" -"\n" -"This email was sent from the notification transport %(name)s.\n" -msgstr "" - -#: 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 "" - -#: 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 "" - -#: 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 "" - -#: 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 "" - -#: authentik/stages/email/templates/email/setup.html -msgid "authentik Test-Email" -msgstr "E-mail de Teste do authentik" - -#: 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" -" Este é um e-mail de teste para o informar que configurou corretamente os e-mails do authentik." - -#: 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" -"Este é um e-mail de teste para o informar que configurou corretamente os e-mails do authentik.\n" - -#: authentik/stages/identification/api.py -msgid "When no user fields are selected, at least one source must be selected" -msgstr "" - -#: authentik/stages/identification/models.py -msgid "" -"Fields of the user object to match against. (Hold shift to select multiple " -"options)" -msgstr "" - -#: authentik/stages/identification/models.py -msgid "When enabled, user fields are matched regardless of their casing." -msgstr "" -"Quando ativado, os campos de utilizador são correspondidos ignorando " -"maiúsculas." - -#: 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 "" - -#: authentik/stages/identification/models.py -msgid "" -"When enabled, the stage will succeed and continue even when incorrect user " -"info is entered." -msgstr "" - -#: 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 "" -"Fluxo de inscrição opcional, ao qual corresponde uma ligação no final da " -"página." - -#: authentik/stages/identification/models.py -msgid "Optional recovery flow, which is linked at the bottom of the page." -msgstr "" -"Fluxo de recuperação opcional, ao qual corresponde uma ligação no final da " -"página." - -#: authentik/stages/identification/models.py -msgid "Optional passwordless flow, which is linked at the bottom of the page." -msgstr "" -"Fluxo opcional que sem palavra-passe, ao qual corresponde uma ligação no " -"final da página." - -#: authentik/stages/identification/models.py -msgid "Specify which sources should be shown." -msgstr "Especifica quais as fontes que devem ser mostradas." - -#: authentik/stages/identification/models.py -msgid "Identification Stage" -msgstr "Etapa de Identificação" - -#: authentik/stages/identification/models.py -msgid "Identification Stages" -msgstr "Etapas de Identificação" - -#: authentik/stages/identification/stage.py -msgid "Log in" -msgstr "Iniciar sessão" - -#: authentik/stages/identification/stage.py -msgid "Continue" -msgstr "Continuar" - -#: 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 "" -"Se esta opção estiver ativa, esta fase vai saltar para a próxima fase quando" -" nenhum convite for fornecido. Por omissão, esta fase vai cancelar o fluxo " -"quando não for fornecido nenhum convite." - -#: authentik/stages/invitation/models.py -msgid "Invitation Stage" -msgstr "Etapa de Convite" - -#: authentik/stages/invitation/models.py -msgid "Invitation Stages" -msgstr "Etapas de Convite" - -#: authentik/stages/invitation/models.py -msgid "When set, only the configured flow can use this invitation." -msgstr "" - -#: authentik/stages/invitation/models.py -msgid "When enabled, the invitation will be deleted after usage." -msgstr "Quando ativado, o convite será apagado após ser utilizado." - -#: authentik/stages/invitation/models.py -msgid "Optional fixed data to enforce on user enrollment." -msgstr "Data fixa opcional para ser imposta na inscrição de utilizadores." - -#: authentik/stages/invitation/models.py -msgid "Invitation" -msgstr "Convite" - -#: authentik/stages/invitation/models.py -msgid "Invitations" -msgstr "Convites" - -#: authentik/stages/invitation/stage.py -msgid "Invalid invite/invite not found" -msgstr "Convite inválido/não encontrado." - -#: authentik/stages/password/models.py -msgid "User database + standard password" -msgstr "Base de dados de utilizadores + palavra-passe padrão" - -#: authentik/stages/password/models.py -msgid "User database + app passwords" -msgstr "Base de dados de utilizadores + palavras-passe de aplicação" - -#: authentik/stages/password/models.py -msgid "User database + LDAP password" -msgstr "Base de dados de utilizadores + palavras-passe LDAP" - -#: authentik/stages/password/models.py -msgid "User database + Kerberos password" -msgstr "" - -#: authentik/stages/password/models.py -msgid "Selection of backends to test the password against." -msgstr "Seleção de back-ends contra os quais é testada a palavra-passe." - -#: 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 "" -"O número de tentativas que o utilizador tem antes do fluxo ser cancelado. " -"Para bloquear um utilizador, use uma política de reputação ou uma etapa " -"user_write." - -#: authentik/stages/password/models.py -msgid "" -"When enabled, provides a 'show password' button with the password input " -"field." -msgstr "" - -#: authentik/stages/password/models.py -msgid "Password Stage" -msgstr "Etapa de Palavra-Passe" - -#: authentik/stages/password/models.py -msgid "Password Stages" -msgstr "Etapas de Palavra-Passe" - -#: authentik/stages/password/stage.py -msgid "Invalid password" -msgstr "Palavra-passe inválida" - -#: authentik/stages/prompt/models.py -msgid "Text: Simple Text input" -msgstr "Texto: entrada de Texto Simples" - -#: authentik/stages/prompt/models.py -msgid "Text area: Multiline Text Input." -msgstr "Área de texto: Entrada de Texto Multilinha." - -#: authentik/stages/prompt/models.py -msgid "Text (read-only): Simple Text input, but cannot be edited." -msgstr "" -"Texto (só de leitura): entrada de Texto Simples, mas que não pode ser " -"editado." - -#: authentik/stages/prompt/models.py -msgid "Text area (read-only): Multiline Text input, but cannot be edited." -msgstr "" -"Área de texto (só de leitura): Entrada de Texto Multilinha, mas que não pode" -" ser editado." - -#: authentik/stages/prompt/models.py -msgid "" -"Username: Same as Text input, but checks for and prevents duplicate " -"usernames." -msgstr "" -"Nome de utilizador: Idêntico à entrada de Texto, mas com verificação e " -"prevenção de nomes de utilizadores duplicados." - -#: authentik/stages/prompt/models.py -msgid "Email: Text field with Email type." -msgstr "E-mail: Campo de texto do tipo E-mail." - -#: authentik/stages/prompt/models.py -msgid "" -"Password: Masked input, multiple inputs of this type on the same prompt need" -" to be identical." -msgstr "" -"Palavra-passe: Entrada mascarada, entradas múltiplas deste tipo no mesmo " -"formulário necessitam de ser idênticas." - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a group of radio buttons." -msgstr "Campo de escolha fixa renderizado como um grupo de botões de opção." - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a dropdown." -msgstr "Campo de escolha fixa renderizado como um menu suspenso." - -#: authentik/stages/prompt/models.py -msgid "" -"File: File upload for arbitrary files. File content will be available in " -"flow context as data-URI" -msgstr "" -"Ficheiro: Envio de ficheiro para ficheiros arbitrários. O conteúdo dos " -"ficheiros será disponibilizado no contexto do fluxo como um URI de dados." - -#: authentik/stages/prompt/models.py -msgid "Separator: Static Separator Line" -msgstr "Separador: Linha Separadora Estática" - -#: authentik/stages/prompt/models.py -msgid "Hidden: Hidden field, can be used to insert data into form." -msgstr "" -"Oculto: Campo oculto, pode ser utilizado para inserir dados no formulário." - -#: authentik/stages/prompt/models.py -msgid "Static: Static value, displayed as-is." -msgstr "Estático: Valor estático, mostrado tal como é." - -#: authentik/stages/prompt/models.py -msgid "authentik: Selection of locales authentik supports" -msgstr "authentik: Seleção de localizações suportadas" - -#: authentik/stages/prompt/models.py -msgid "Name of the form field, also used to store the value" -msgstr "Nome do campo do formulário, também utilizado para armazenar o valor." - -#: 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 "" -"Fornecer opcionalmente uma pequena pista que descreve o valor de entrada " -"esperado. Ao criar um campo de escolha fixa, ativar interpretação como " -"expressão e devolver uma lista que devolva escolhas múltiplas." - -#: 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 "" -"Pré-preencher opcionalmente a entrada com um valor inicial. Ao criar um " -"campo de escolha fixa, permitir a interpretação como expressão e retornar " -"uma lista que retorne múltiplas escolhas pré-definidas." - -#: authentik/stages/prompt/models.py -msgid "Prompt" -msgstr "Solicitação" - -#: authentik/stages/prompt/models.py -msgid "Prompts" -msgstr "Solicitações" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stage" -msgstr "Etapa de Solicitação" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stages" -msgstr "Etapas de Solicitação" - -#: authentik/stages/prompt/stage.py -msgid "Passwords don't match." -msgstr "As palavras-passe não correspondem." - -#: 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 "" - -#: authentik/stages/redirect/models.py -msgid "Redirect Stages" -msgstr "" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stage" -msgstr "Etapa de Eliminação de Utilizador" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stages" -msgstr "Etapas de Eliminação de Utilizador" - -#: authentik/stages/user_delete/stage.py -msgid "No Pending User." -msgstr "Nenhum Utilizador Pendente." - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured network" -msgstr "" - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured GeoIP location" -msgstr "" - -#: authentik/stages/user_login/models.py -msgid "Terminate all other sessions of the user logging in." -msgstr "" - -#: 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 "" - -#: authentik/stages/user_login/models.py -msgid "User Login Stage" -msgstr "Etapa de Início de Sessão de Utilizador" - -#: authentik/stages/user_login/models.py -msgid "User Login Stages" -msgstr "Etapas de Início de Sessão de Utilizador" - -#: authentik/stages/user_login/stage.py -msgid "No Pending user to login." -msgstr "Nenhum utilizador pendente para iniciar sessão." - -#: authentik/stages/user_login/stage.py -msgid "Successfully logged in!" -msgstr "Início de sessão bem sucedido!" - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stage" -msgstr "Etapa de Término de Sessão de Utilizador" - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stages" -msgstr "Etapas de Término de Sessão de Utilizador" - -#: authentik/stages/user_write/models.py -msgid "When set, newly created users are inactive and cannot login." -msgstr "" -"Quando definido, os utilizadores recém-criados ficam inativos e são " -"incapazes de iniciar sessão." - -#: authentik/stages/user_write/models.py -msgid "Optionally add newly created users to this group." -msgstr "Opcionalmente adicionar utilizadores recém-criados a este grupo." - -#: authentik/stages/user_write/models.py -msgid "User Write Stage" -msgstr "Etapa de Escrita de Utilizador" - -#: authentik/stages/user_write/models.py -msgid "User Write Stages" -msgstr "Etapas de Escrita de Utilizador" - -#: authentik/stages/user_write/stage.py -msgid "No Pending data." -msgstr "Nenhum dado pendente." - -#: authentik/stages/user_write/stage.py -msgid "No user found and can't create new user." -msgstr "" - -#: authentik/stages/user_write/stage.py -msgid "Failed to update user. Please try again later." -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 "" - -#: authentik/tenants/models.py -msgid "Configure how authentik should show avatars for users." -msgstr "" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their name." -msgstr "" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their email address." -msgstr "" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their username." -msgstr "" - -#: authentik/tenants/models.py -msgid "" -"Events will be deleted after this duration.(Format: " -"weeks=3;days=2;hours=3,seconds=2)." -msgstr "" - -#: 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 "" - -#: authentik/tenants/models.py -msgid "" -"When enabled, all the events caused by a user will be deleted upon the " -"user's deletion." -msgstr "" - -#: authentik/tenants/models.py -msgid "Globally enable/disable impersonation." -msgstr "" - -#: authentik/tenants/models.py -msgid "Require administrators to provide a reason for impersonating a user." -msgstr "" - -#: authentik/tenants/models.py -msgid "Default token duration" -msgstr "" - -#: authentik/tenants/models.py -msgid "Default token length" -msgstr "" - -#: authentik/tenants/models.py -msgid "Tenant" -msgstr "Inquilino" - -#: authentik/tenants/models.py -msgid "Tenants" -msgstr "Inquilinos" - -#: authentik/tenants/models.py -msgid "Domain" -msgstr "Domínio" - -#: authentik/tenants/models.py -msgid "Domains" -msgstr "" diff --git a/locale/ru/LC_MESSAGES/django.mo b/locale/ru_RU/LC_MESSAGES/django.mo similarity index 100% rename from locale/ru/LC_MESSAGES/django.mo rename to locale/ru_RU/LC_MESSAGES/django.mo diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru_RU/LC_MESSAGES/django.po similarity index 100% rename from locale/ru/LC_MESSAGES/django.po rename to locale/ru_RU/LC_MESSAGES/django.po diff --git a/locale/tr/LC_MESSAGES/django.mo b/locale/tr_TR/LC_MESSAGES/django.mo similarity index 100% rename from locale/tr/LC_MESSAGES/django.mo rename to locale/tr_TR/LC_MESSAGES/django.mo diff --git a/locale/tr/LC_MESSAGES/django.po b/locale/tr_TR/LC_MESSAGES/django.po similarity index 99% rename from locale/tr/LC_MESSAGES/django.po rename to locale/tr_TR/LC_MESSAGES/django.po index f8b0488e2e..b934cba611 100644 --- a/locale/tr/LC_MESSAGES/django.po +++ b/locale/tr_TR/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-25 00:09+0000\n" +"POT-Creation-Date: 2025-12-01 15:07+0000\n" "PO-Revision-Date: 2022-09-26 16:47+0000\n" "Last-Translator: Jens L. , 2025\n" "Language-Team: Turkish (https://app.transifex.com/authentik/teams/119923/tr/)\n" @@ -381,6 +381,12 @@ msgstr "Kaynağın görünen Adı." msgid "Internal source name, used in URLs." msgstr "URL'lerde kullanılan iç kaynak adı." +#: 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 "Mevcut kullanıcıların kimliğini doğrularken kullanılacak akış." @@ -581,6 +587,16 @@ msgstr "" msgid "Agent Connectors" msgstr "" +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Token" +msgstr "Cihaz Jetonu" + +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Tokens" +msgstr "Cihaz Jetonları" + #: authentik/endpoints/connectors/agent/models.py msgid "Enrollment Token" msgstr "" @@ -589,6 +605,62 @@ msgstr "" 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 "Cihaz" + +#: 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/tasks.py msgid "Sync endpoints." msgstr "" @@ -2008,14 +2080,6 @@ msgstr "OAuth2 Yenileme Jetonu" msgid "OAuth2 Refresh Tokens" msgstr "OAuth2 Yenileme Jetonları" -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "Cihaz Jetonu" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "Cihaz Jetonları" - #: authentik/providers/oauth2/tasks.py msgid "Send a back-channel logout request to the registered client" msgstr "" diff --git a/locale/zh-Hans/LC_MESSAGES/django.mo b/locale/zh-Hans/LC_MESSAGES/django.mo deleted file mode 100644 index deef1cb08c..0000000000 Binary files a/locale/zh-Hans/LC_MESSAGES/django.mo and /dev/null differ diff --git a/locale/zh-Hans/LC_MESSAGES/django.po b/locale/zh-Hans/LC_MESSAGES/django.po deleted file mode 100644 index afab858999..0000000000 --- a/locale/zh-Hans/LC_MESSAGES/django.po +++ /dev/null @@ -1,4359 +0,0 @@ -# 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 , YEAR. -# -# Translators: -# Chen Zhikai, 2022 -# 刘松, 2022 -# Tianhao Chai , 2024 -# deluxghost, 2025 -# Jens L. , 2025 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-25 00:09+0000\n" -"PO-Revision-Date: 2022-09-26 16:47+0000\n" -"Last-Translator: Jens L. , 2025\n" -"Language-Team: Chinese Simplified (https://app.transifex.com/authentik/teams/119923/zh-Hans/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh-Hans\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: authentik/admin/models.py -msgid "Version history" -msgstr "版本历史" - -#: authentik/admin/tasks.py -msgid "Update latest version info." -msgstr "" - -#: authentik/admin/tasks.py -#, python-brace-format -msgid "New version {version} available!" -msgstr "新版本 {version} 可用!" - -#: 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 "通用 API 错误" - -#: authentik/api/v3/schema/response.py -msgid "Validation Error" -msgstr "校验错误" - -#: authentik/blueprints/api.py -msgid "Blueprint file does not exist" -msgstr "蓝图文件不存在" - -#: authentik/blueprints/api.py -msgid "Failed to validate blueprint" -msgstr "验证蓝图失败" - -#: authentik/blueprints/api.py -msgid "Either path or content must be set." -msgstr "必须设置路径或内容。" - -#: authentik/blueprints/models.py -msgid "Managed by authentik" -msgstr "由 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 "" -"由 authentik 管理的对象。这些对象会自动创建和更新。此标记仅仅表明对象可以在迁移时被覆盖。您仍然可以通过 API " -"修改对象,但这些修改可能会在之后的更新中被覆盖。" - -#: authentik/blueprints/models.py -msgid "Blueprint Instance" -msgstr "蓝图实例" - -#: authentik/blueprints/models.py -msgid "Blueprint Instances" -msgstr "蓝图实例" - -#: authentik/blueprints/v1/exporter.py -#, python-brace-format -msgid "authentik Export - {date}" -msgstr "authentik 导出 - {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 "激活此品牌的域。可以是超集,即 `a.b` 可以同时表示 `aa.b` 和 `ba.b`" - -#: authentik/brands/models.py -msgid "" -"When set, external users will be redirected to this application after " -"authenticating." -msgstr "设置时,外部用户在验证身份后会被重定向到此应用程序。" - -#: authentik/brands/models.py -msgid "Web Certificate used by the authentik Core webserver." -msgstr "authentik 核心 Web 服务器使用的 Web 证书。" - -#: authentik/brands/models.py -msgid "Certificates used for client authentication." -msgstr "用于客户端身份验证的证书" - -#: authentik/brands/models.py -msgid "Brand" -msgstr "品牌" - -#: authentik/brands/models.py -msgid "Brands" -msgstr "品牌" - -#: authentik/core/api/application_entitlements.py -msgid "User does not have access to application." -msgstr "用户没有访问此应用程序的权限。" - -#: authentik/core/api/applications.py -#, python-brace-format -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 "无法设置组自身为父级。" - -#: 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 "用户缺少创建 {model} 的权限" - -#: authentik/core/api/users.py -msgid "No leading or trailing slashes allowed." -msgstr "不允许以斜线开始或结尾。" - -#: authentik/core/api/users.py -msgid "No empty segments in user path allowed." -msgstr "不允许用户路径包含空段。" - -#: 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 "名称" - -#: authentik/core/models.py -msgid "Users added to this group will be superusers." -msgstr "添加到该组的用户均为超级用户。" - -#: authentik/core/models.py -msgid "Group" -msgstr "组" - -#: authentik/core/models.py -msgid "Groups" -msgstr "组" - -#: authentik/core/models.py -msgid "Add user to group" -msgstr "添加用户到组" - -#: authentik/core/models.py -msgid "Remove user from group" -msgstr "从组中删除用户" - -#: authentik/core/models.py -msgid "Enable superuser status" -msgstr "启用超级用户状态" - -#: authentik/core/models.py -msgid "Disable superuser status" -msgstr "禁用超级用户状态" - -#: authentik/core/models.py -msgid "User's display name." -msgstr "用户的显示名称。" - -#: authentik/core/models.py authentik/providers/oauth2/models.py -#: authentik/providers/saml/models.py authentik/rbac/models.py -msgid "User" -msgstr "用户" - -#: authentik/core/models.py -msgid "Users" -msgstr "用户" - -#: authentik/core/models.py -#: authentik/stages/email/templates/email/password_reset.html -msgid "Reset Password" -msgstr "重置密码" - -#: authentik/core/models.py -msgid "Can impersonate other users" -msgstr "可以模拟其他用户的身份" - -#: authentik/core/models.py -msgid "Can assign permissions to users" -msgstr "可以为用户分配权限" - -#: authentik/core/models.py -msgid "Can unassign permissions from users" -msgstr "可以取消分配用户的权限" - -#: authentik/core/models.py -msgid "Can preview user data sent to providers" -msgstr "可以预览发送给提供程序的用户数据" - -#: authentik/core/models.py -msgid "View applications the user has access to" -msgstr "查看用户有权访问的应用程序" - -#: authentik/core/models.py -msgid "" -"Flow used for authentication when the associated application is accessed by " -"an un-authenticated user." -msgstr "当关联应用程序被未验证身份的用户访问时,用于身份验证的流程。" - -#: authentik/core/models.py -msgid "Flow used when authorizing this provider." -msgstr "授权此提供程序时使用的流程。" - -#: authentik/core/models.py -msgid "Flow used ending the session from a provider." -msgstr "从提供程序结束会话使用的流程。" - -#: authentik/core/models.py -msgid "" -"Accessed from applications; optional backchannel providers for protocols " -"like LDAP and SCIM." -msgstr "从应用程序访问;为类似 LDAP 和 SCIM 的协议提供的可选反向通道提供程序。" - -#: authentik/core/models.py -msgid "Application's display Name." -msgstr "应用的显示名称。" - -#: authentik/core/models.py -msgid "Internal application name, used in URLs." -msgstr "应用的内部名称,在 URL 中使用。" - -#: authentik/core/models.py -msgid "Open launch URL in a new browser tab or window." -msgstr "在新浏览器标签页或窗口中打开启动 URL。" - -#: authentik/core/models.py -msgid "Application" -msgstr "应用程序" - -#: authentik/core/models.py -msgid "Applications" -msgstr "应用程序" - -#: authentik/core/models.py -msgid "Application Entitlement" -msgstr "应用程序授权" - -#: authentik/core/models.py -msgid "Application Entitlements" -msgstr "应用程序授权" - -#: authentik/core/models.py -msgid "Use the source-specific identifier" -msgstr "使用源特定的标识符" - -#: 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 "链接到电子邮件地址相同的用户。当源不验证电子邮件地址时,可能会有安全隐患。" - -#: authentik/core/models.py -msgid "" -"Use the user's email address, but deny enrollment when the email address " -"already exists." -msgstr "使用用户的电子邮件地址,但在电子邮件地址已存在时拒绝注册。" - -#: 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 "链接到用户名相同的用户。当其他源使用相同用户名时,可能会有安全隐患。" - -#: authentik/core/models.py -msgid "" -"Use the user's username, but deny enrollment when the username already " -"exists." -msgstr "使用用户的用户名,但在用户名已存在时拒绝注册。" - -#: 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 "链接到名称相同的组。当其他源使用相同组名时,可能会有安全隐患。" - -#: authentik/core/models.py -msgid "Use the group name, but deny enrollment when the name already exists." -msgstr "使用组的名称,但在名称已存在时拒绝注册。" - -#: authentik/core/models.py -msgid "Source's display Name." -msgstr "源的显示名称。" - -#: authentik/core/models.py -msgid "Internal source name, used in URLs." -msgstr "源的内部名称,在 URL 中使用。" - -#: authentik/core/models.py -msgid "Flow to use when authenticating existing users." -msgstr "认证已存在用户时所使用的流程。" - -#: authentik/core/models.py -msgid "Flow to use when enrolling new users." -msgstr "新用户注册的流程。" - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing user should be authenticated or a " -"new user enrolled." -msgstr "源怎样确定应该验证已有用户的身份还是注册新用户。" - -#: authentik/core/models.py -msgid "" -"How the source determines if an existing group should be used or a new group" -" created." -msgstr "源怎样确定应该使用已有组的身份还是创建新组。" - -#: authentik/core/models.py authentik/providers/scim/models.py -msgid "Token" -msgstr "令牌" - -#: authentik/core/models.py -msgid "Tokens" -msgstr "令牌" - -#: authentik/core/models.py authentik/endpoints/connectors/agent/models.py -msgid "View token's key" -msgstr "查看令牌密钥" - -#: authentik/core/models.py -msgid "Set a token's key" -msgstr "设置令牌密钥" - -#: authentik/core/models.py -msgid "Property Mapping" -msgstr "属性映射" - -#: authentik/core/models.py -msgid "Property Mappings" -msgstr "属性映射" - -#: authentik/core/models.py -msgid "session data" -msgstr "会话数据" - -#: authentik/core/models.py -msgid "Session" -msgstr "会话" - -#: authentik/core/models.py -msgid "Sessions" -msgstr "会话" - -#: authentik/core/models.py -msgid "Authenticated Session" -msgstr "已认证会话" - -#: authentik/core/models.py -msgid "Authenticated Sessions" -msgstr "已认证会话" - -#: 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 "来自 {source} 的身份验证请求被拒绝。请用您注册时使用的方式验证身份。" - -#: authentik/core/sources/flow_manager.py -msgid "Configured flow does not exist." -msgstr "配置的流程不存在。" - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully authenticated with {source}!" -msgstr "成功通过 {source} 认证!" - -#: authentik/core/sources/flow_manager.py -#, python-brace-format -msgid "Successfully linked {source}!" -msgstr "成功链接 {source}!" - -#: authentik/core/sources/flow_manager.py -msgid "Source is not configured for enrollment." -msgstr "源未被配置用于注册。" - -#: 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 "前往首页" - -#: authentik/core/templates/login/base_full.html -#: authentik/flows/templates/if/flow-sfe.html -msgid "Powered by authentik" -msgstr "由 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 "您即将登录 %(application)s。" - -#: authentik/core/views/interface.py -msgid "Interface can only be accessed by internal users." -msgstr "仅内部用户能访问此接口。" - -#: authentik/crypto/api.py -msgid "Subject-alt name" -msgstr "替代名称" - -#: 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 编码的证书数据" - -#: authentik/crypto/models.py -msgid "" -"Optional Private Key. If this is set, you can use this keypair for " -"encryption." -msgstr "可选私钥。如果设置,则可以使用此密钥对来加密。" - -#: authentik/crypto/models.py -msgid "Certificate-Key Pair" -msgstr "证书密钥对" - -#: authentik/crypto/models.py -msgid "Certificate-Key Pairs" -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 -msgid "Enrollment Token" -msgstr "" - -#: authentik/endpoints/connectors/agent/models.py -msgid "Enrollment Tokens" -msgstr "" - -#: authentik/endpoints/tasks.py -msgid "Sync endpoints." -msgstr "" - -#: authentik/enterprise/api.py -msgid "Enterprise is required to create/update this object." -msgstr "创建/更新此对象需要企业版。" - -#: authentik/enterprise/models.py -msgid "License" -msgstr "许可证" - -#: authentik/enterprise/models.py -msgid "Licenses" -msgstr "许可证" - -#: authentik/enterprise/models.py -msgid "License Usage" -msgstr "许可证使用情况" - -#: authentik/enterprise/models.py -msgid "License Usage Records" -msgstr "许可证使用情况记录" - -#: 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 "要检查的字段键,可以使用输入阶段中定义的字段键。" - -#: 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 "未在上下文中设置密码" - -#: 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 "访问此功能需要企业版。" - -#: authentik/enterprise/policy.py -msgid "Feature only accessible for internal users." -msgstr "仅内部用户能访问此功能。" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider User" -msgstr "Google Workspace 提供程序用户" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Users" -msgstr "Google Workspace 提供程序用户" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Group" -msgstr "Google Workspace 提供程序组" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Groups" -msgstr "Google Workspace 提供程序组" - -#: 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 "用于创建/更新组的属性映射。" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider" -msgstr "Google Workspace 提供程序" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Providers" -msgstr "Google Workspace 提供程序" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mapping" -msgstr "Google Workspace 提供程序映射" - -#: authentik/enterprise/providers/google_workspace/models.py -msgid "Google Workspace Provider Mappings" -msgstr "Google Workspace 提供程序映射" - -#: 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 提供程序用户" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Group" -msgstr "Microsoft Entra 提供程序组" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Groups" -msgstr "Microsoft Entra 提供程序组" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider" -msgstr "Microsoft Entra 提供程序" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Providers" -msgstr "Microsoft Entra 提供程序" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mapping" -msgstr "Microsoft Entra 提供程序映射" - -#: authentik/enterprise/providers/microsoft_entra/models.py -msgid "Microsoft Entra Provider Mappings" -msgstr "Microsoft Entra 提供程序映射" - -#: 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 "签名密钥" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Key used to sign the SSF Events." -msgstr "用于签名 SSF 时间的密钥。" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Provider" -msgstr "Shared Signals Framework 提供程序" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Shared Signals Framework Providers" -msgstr "Shared Signals Framework 提供程序" - -#: authentik/enterprise/providers/ssf/models.py -msgid "Add stream to SSF provider" -msgstr "向 SSF 提供程序添加流" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream" -msgstr "SSF 流" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Streams" -msgstr "SSF 流" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Event" -msgstr "SSF 流事件" - -#: authentik/enterprise/providers/ssf/models.py -msgid "SSF Stream Events" -msgstr "SSF 流事件" - -#: 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/stages/authenticator_endpoint_gdtc/models.py -msgid "Endpoint Authenticator Google Device Trust Connector Stage" -msgstr "端点身份验证器 Google 设备信任连接器阶段" - -#: authentik/enterprise/stages/authenticator_endpoint_gdtc/models.py -msgid "Endpoint Authenticator Google Device Trust Connector Stages" -msgstr "端点身份验证器 Google 设备信任连接器阶段" - -#: 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 "正在验证您的浏览器…" - -#: 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 "双向 TLS 阶段" - -#: authentik/enterprise/stages/mtls/models.py -msgid "Mutual TLS Stages" -msgstr "双向 TLS 阶段" - -#: 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 "用户从源返回并继续流程的所需操作时间(格式:hours=-1;minutes=-2;seconds=-3)" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stage" -msgstr "源阶段" - -#: authentik/enterprise/stages/source/models.py -msgid "Source Stages" -msgstr "源阶段" - -#: authentik/enterprise/tasks.py -msgid "Update enterprise license status." -msgstr "" - -#: authentik/events/models.py -msgid "Event" -msgstr "事件" - -#: authentik/events/models.py -msgid "Events" -msgstr "事件" - -#: authentik/events/models.py -msgid "authentik inbuilt notifications" -msgstr "authentik 内置通知" - -#: authentik/events/models.py -msgid "Generic Webhook" -msgstr "通用 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 "电子邮箱" - -#: authentik/events/models.py -msgid "" -"Only send notification once, for example when sending a webhook into a chat " -"channel." -msgstr "仅发送一次通知,例如在向聊天频道发送 Webhook 时。" - -#: authentik/events/models.py -msgid "" -"Customize the body of the request. Mapping should return data that is JSON-" -"serializable." -msgstr "自定义请求体。映射应该返回 JSON 序列化的数据。" - -#: 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 "严重程度" - -#: authentik/events/models.py -msgid "Dispatched for user" -msgstr "为用户分派" - -#: authentik/events/models.py -msgid "Event user" -msgstr "事件用户" - -#: authentik/events/models.py -msgid "Notification Transport" -msgstr "通知传输" - -#: authentik/events/models.py -msgid "Notification Transports" -msgstr "通知传输" - -#: authentik/events/models.py -msgid "Notice" -msgstr "通知" - -#: authentik/events/models.py -msgid "Warning" -msgstr "警告" - -#: authentik/events/models.py -msgid "Alert" -msgstr "注意" - -#: authentik/events/models.py -msgid "Notification" -msgstr "通知" - -#: authentik/events/models.py -msgid "Notifications" -msgstr "通知" - -#: 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 "选择应使用哪些传输方式来通知用户。如果未选择任何内容,则通知将仅显示在 authentik UI 中。" - -#: authentik/events/models.py -msgid "Controls which severity level the created notifications will have." -msgstr "控制被创建的通知的严重性级别。" - -#: 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 "定义此通知应该发送到哪些用户组。如果留空,则不会发送通知。" - -#: 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 "启用时,通知会被发送到触发事件的用户。当配置了 destination_group 时,通知也会同时发送到对应组。" - -#: authentik/events/models.py -msgid "Notification Rule" -msgstr "通知规则" - -#: authentik/events/models.py -msgid "Notification Rules" -msgstr "通知规则" - -#: authentik/events/models.py -msgid "Webhook Mapping" -msgstr "Webhook 映射" - -#: authentik/events/models.py -msgid "Webhook Mappings" -msgstr "Webhook 映射" - -#: 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 "流程不适用于当前用户/请求:{messages}" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Policy ({type})" -msgstr "策略({type})" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Binding {order}" -msgstr "绑定 {order}" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy passed" -msgstr "策略通过" - -#: authentik/flows/api/flows_diagram.py -#, python-brace-format -msgid "Stage ({type})" -msgstr "阶段({type})" - -#: authentik/flows/api/flows_diagram.py -msgid "Policy denied" -msgstr "策略拒绝" - -#: authentik/flows/api/flows_diagram.py -msgid "End of the flow" -msgstr "流程结束" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement not fulfilled" -msgstr "需求条件未达成" - -#: authentik/flows/api/flows_diagram.py -msgid "Flow authentication requirement" -msgstr "流程身份验证需求" - -#: authentik/flows/api/flows_diagram.py -msgid "Requirement fulfilled" -msgstr "需求条件已达成" - -#: authentik/flows/api/flows_diagram.py -msgid "Pre-flow policies" -msgstr "流程前置策略" - -#: authentik/flows/api/flows_diagram.py authentik/flows/models.py -msgid "Flow" -msgstr "流程" - -#: authentik/flows/exceptions.py -msgid "Flow does not apply to current user." -msgstr "流程不适用于当前用户。" - -#: authentik/flows/models.py -#, python-brace-format -msgid "Dynamic In-memory stage: {doc}" -msgstr "动态内存中阶段:{doc}" - -#: authentik/flows/models.py -msgid "Visible in the URL." -msgstr "在 URL 中可见。" - -#: authentik/flows/models.py -msgid "Shown as the Title in Flow pages." -msgstr "显示为流程页面中的标题。" - -#: 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 "决定此流程的用途。例如,当未经身份验证的用户访问 authentik 时,会重定向到身份验证流程。" - -#: authentik/flows/models.py -msgid "Background shown during execution" -msgstr "执行时的背景" - -#: authentik/flows/models.py -msgid "" -"Enable compatibility mode, increases compatibility with password managers on" -" mobile devices." -msgstr "启用兼容模式,增强与移动设备上密码管理器的兼容性。" - -#: authentik/flows/models.py -msgid "Configure what should happen when a flow denies access to a user." -msgstr "配置当流程拒绝一名用户访问时应该发生什么。" - -#: authentik/flows/models.py -msgid "Required level of authentication and authorization to access a flow." -msgstr "访问流程所需要身份验证和授权等级。" - -#: authentik/flows/models.py -msgid "Flows" -msgstr "流程" - -#: authentik/flows/models.py -msgid "Can export a Flow" -msgstr "可以导出流程" - -#: authentik/flows/models.py -msgid "Can inspect a Flow's execution" -msgstr "可以检视流程执行" - -#: authentik/flows/models.py -msgid "View Flow's cache metrics" -msgstr "查看流程缓存指标" - -#: authentik/flows/models.py -msgid "Clear Flow's cache metrics" -msgstr "清除流程缓存指标" - -#: authentik/flows/models.py -msgid "Evaluate policies during the Flow planning process." -msgstr "在流程规划过程中评估策略。" - -#: 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 "" -"配置流程执行器应如何处理对质询的无效响应。RETRY 向执行器返回错误消息和类似的质询。RESTART " -"从头开始重新启动流程,RESTART_WITH_CONTEXT 在保留当前上下文的同时重新启动流程。" - -#: authentik/flows/models.py -msgid "Flow Stage Binding" -msgstr "流程阶段绑定" - -#: authentik/flows/models.py -msgid "Flow Stage Bindings" -msgstr "流程阶段绑定" - -#: 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 "经过身份验证的用户用来配置此阶段的流程。如果为空,用户将无法配置此阶段。" - -#: authentik/flows/models.py -msgid "Flow Token" -msgstr "流程令牌" - -#: authentik/flows/models.py -msgid "Flow Tokens" -msgstr "流程令牌" - -#: authentik/flows/templates/if/flow.html -msgid "Site footer" -msgstr "" - -#: authentik/flows/views/executor.py -msgid "Invalid next URL" -msgstr "无效的 next URL" - -#: 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 的格式不正确,应为 'hours=3;minutes=1'。" - -#: authentik/lib/validators.py -#, python-brace-format -msgid "The fields {field_names} must be used together." -msgstr "字段 {field_names} 必须一同使用。" - -#: authentik/outposts/api/service_connections.py -msgid "" -"You can only use an empty kubeconfig when connecting to a local cluster." -msgstr "您只能在连接到本地集群时使用空的 kubeconfig。" - -#: authentik/outposts/api/service_connections.py -msgid "Invalid kubeconfig" -msgstr "无效 kubeconfig " - -#: authentik/outposts/models.py -msgid "" -"If enabled, use the local connection. Required Docker socket/Kubernetes " -"Integration" -msgstr "如果启用,则使用本地连接。需要 Docker Socket / Kubernetes 集成" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connection" -msgstr "前哨服务连接" - -#: authentik/outposts/models.py -msgid "Outpost Service-Connections" -msgstr "前哨服务连接" - -#: authentik/outposts/models.py -msgid "" -"Can be in the format of 'unix://' when connecting to a local docker " -"daemon, or 'https://:2376' when connecting to a remote system." -msgstr "" -"当连接到本地 Docker " -"守护进程时,可以使用“unix://”格式,或者在连接远程系统时,使用“https://:2376”格式。" - -#: authentik/outposts/models.py -msgid "" -"CA which the endpoint's Certificate is verified against. Can be left empty " -"for no validation." -msgstr "验证端点证书所依据的 CA。可以留空,表示不进行验证。" - -#: authentik/outposts/models.py -msgid "" -"Certificate/Key used for authentication. Can be left empty for no " -"authentication." -msgstr "用于身份验证的证书/密钥。可以留空表示不验证。" - -#: authentik/outposts/models.py -msgid "Docker Service-Connection" -msgstr "Docker 服务连接" - -#: authentik/outposts/models.py -msgid "Docker Service-Connections" -msgstr "Docker 服务连接" - -#: authentik/outposts/models.py -msgid "" -"Paste your kubeconfig here. authentik will automatically use the currently " -"selected context." -msgstr "在这里粘贴您的 kubeconfig。authentik 会自动使用当前选择的上下文。" - -#: authentik/outposts/models.py -msgid "Verify SSL Certificates of the Kubernetes API endpoint" -msgstr "验证 Kubernetes API 端点的 SSL 证书" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connection" -msgstr "Kubernetes 服务连接" - -#: authentik/outposts/models.py -msgid "Kubernetes Service-Connections" -msgstr "Kubernetes 服务连接" - -#: 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 "选择 authentik 在管理此前哨时需要使用的服务连接。如果 authentik 不应该处理此部署,则应该留空。" - -#: authentik/outposts/models.py -msgid "Outpost" -msgstr "前哨" - -#: authentik/outposts/models.py -msgid "Outposts" -msgstr "前哨" - -#: 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 "访问被拒绝" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policy" -msgstr "虚拟策略" - -#: authentik/policies/dummy/models.py -msgid "Dummy Policies" -msgstr "虚拟策略" - -#: 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 "匹配选定应用程序创建的事件。如果留空,则匹配所有应用程序。" - -#: 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 "匹配选定模型创建的事件。如果留空,则匹配所有模型。选择应用程序后,则匹配该应用程序的所有模型。" - -#: authentik/policies/event_matcher/api.py -msgid "At least one criteria must be set." -msgstr "必须至少设置一项标准。" - -#: authentik/policies/event_matcher/models.py -msgid "" -"Match created events with this action type. When left empty, all action " -"types will be matched." -msgstr "将创建的事件与此操作类型匹配。留空时,所有操作类型都将匹配。" - -#: authentik/policies/event_matcher/models.py -msgid "" -"Matches Event's Client IP (strict matching, for network matching use an " -"Expression Policy)" -msgstr "匹配事件的客户端 IP(严格匹配,要匹配网段请使用表达式策略)" - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policy" -msgstr "事件匹配策略" - -#: authentik/policies/event_matcher/models.py -msgid "Event Matcher Policies" -msgstr "事件匹配策略" - -#: authentik/policies/expiry/models.py -#, python-brace-format -msgid "Password expired {days} days ago. Please update your password." -msgstr "密码在 {days} 天前过期。请更新您的密码。" - -#: authentik/policies/expiry/models.py -msgid "Password has expired." -msgstr "密码已过期。" - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policy" -msgstr "密码过期策略" - -#: authentik/policies/expiry/models.py -msgid "Password Expiry Policies" -msgstr "密码过期策略" - -#: authentik/policies/expression/models.py -msgid "Expression Policy" -msgstr "表达式策略" - -#: authentik/policies/expression/models.py -msgid "Expression Policies" -msgstr "表达式策略" - -#: authentik/policies/geoip/models.py -msgid "GeoIP: client IP not found in ASN database." -msgstr "GeoIP:无法在 ASN 数据库中找到客户端 IP。" - -#: authentik/policies/geoip/models.py -msgid "Client IP is not part of an allowed autonomous system." -msgstr "客户端 IP 不属于受允许的自治系统(AS)。" - -#: authentik/policies/geoip/models.py -msgid "GeoIP: client IP address not found in City database." -msgstr "GeoIP:无法在城市数据库中找到客户端 IP。" - -#: authentik/policies/geoip/models.py -msgid "Client IP is not in an allowed country." -msgstr "客户端 IP 不在受允许的地区。" - -#: 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 "GeoIP 策略" - -#: authentik/policies/geoip/models.py -msgid "GeoIP Policies" -msgstr "GeoIP 策略" - -#: authentik/policies/models.py -msgid "all, all policies must pass" -msgstr "All,必须通过所有策略" - -#: authentik/policies/models.py -msgid "any, any policy must pass" -msgstr "Any,必须通过任意策略" - -#: authentik/policies/models.py -msgid "Policy Binding Model" -msgstr "策略绑定模型" - -#: authentik/policies/models.py -msgid "Policy Binding Models" -msgstr "策略绑定模型" - -#: authentik/policies/models.py -msgid "Negates the outcome of the policy. Messages are unaffected." -msgstr "反转策略的结果。消息不受影响。" - -#: authentik/policies/models.py -msgid "Timeout after which Policy execution is terminated." -msgstr "策略执行终止的超时时间。" - -#: authentik/policies/models.py -msgid "Result if the Policy execution fails." -msgstr "策略执行失败时的结果。" - -#: authentik/policies/models.py -msgid "Policy Binding" -msgstr "策略绑定" - -#: authentik/policies/models.py -msgid "Policy Bindings" -msgstr "策略绑定" - -#: 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 "启用此选项后,将记录此策略的所有执行日志。默认情况下,只记录执行错误。" - -#: authentik/policies/models.py -msgid "Policy" -msgstr "策略" - -#: authentik/policies/models.py -msgid "Policies" -msgstr "策略" - -#: 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 "密码哈希允许出现在 HaveIBeenPwned 中多少次" - -#: authentik/policies/password/models.py -msgid "" -"If the zxcvbn score is equal or less than this value, the policy will fail." -msgstr "如果 zxcvbn 分数小于等于此值,则策略失败。" - -#: 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 "{count} 个在线列表中存在密码。" - -#: authentik/policies/password/models.py -msgid "Password is too weak." -msgstr "密码太弱。" - -#: authentik/policies/password/models.py -msgid "Password Policy" -msgstr "密码策略" - -#: authentik/policies/password/models.py -msgid "Password Policies" -msgstr "密码策略" - -#: authentik/policies/reputation/api.py -msgid "Either IP or Username must be checked" -msgstr "必须检查 IP 或用户名" - -#: authentik/policies/reputation/models.py -msgid "Reputation Policy" -msgstr "信誉策略" - -#: authentik/policies/reputation/models.py -msgid "Reputation Policies" -msgstr "信誉策略" - -#: authentik/policies/reputation/models.py -msgid "Reputation Score" -msgstr "信誉分数" - -#: authentik/policies/reputation/models.py -msgid "Reputation Scores" -msgstr "信誉分数" - -#: 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 "权限被拒绝" - -#: authentik/policies/templates/policies/denied.html -msgid "User's avatar" -msgstr "用户的头像" - -#: authentik/policies/templates/policies/denied.html -msgid "Not you?" -msgstr "不是您?" - -#: authentik/policies/templates/policies/denied.html -msgid "Error" -msgstr "错误" - -#: authentik/policies/templates/policies/denied.html -msgid "Request has been denied." -msgstr "请求被拒绝。" - -#: authentik/policies/templates/policies/denied.html -msgid "Messages:" -msgstr "消息:" - -#: authentik/policies/templates/policies/denied.html -msgid "Explanation:" -msgstr "解释:" - -#: authentik/policies/templates/policies/denied.html -#, python-format -msgid "" -"\n" -" Policy binding '%(name)s' returned result '%(result)s'\n" -" " -msgstr "" -"\n" -" 策略绑定 '%(name)s' 返回结果 '%(result)s'\n" -" " - -#: authentik/policies/views.py -msgid "Failed to resolve application" -msgstr "解析应用程序失败" - -#: authentik/providers/ldap/models.py -msgid "DN under which objects are accessible." -msgstr "可访问对象的 DN。" - -#: 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 "" -"起始 uidNumber,从 user.pk 中生成的数字将和该数字相加后作为用户 uid,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为" -" 2000,以确保我们不会与本地用户的 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 "" -"起始 gidNumber,从 group.pk 中生成的数字将和该数字相加后作为群组 gid,以确保对于 POSIX " -"群组来说,这个数字不会太低。默认值为 4000,以确保我们不会与本地群组或用户主组的 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 "" -"启用时,可以通过在密码后添加分号和 TOTP 代码来使用基于代码的多因素身份验证。仅在所有绑定到此提供程序的用户都已配置 TOTP " -"设备的情况下才应该启用,否则密码可能会因为包含分号而被错误地拒绝。" - -#: authentik/providers/ldap/models.py -msgid "LDAP Provider" -msgstr "LDAP 提供程序" - -#: authentik/providers/ldap/models.py -msgid "LDAP Providers" -msgstr "LDAP 提供程序" - -#: authentik/providers/ldap/models.py -msgid "Search full LDAP directory" -msgstr "搜索完整 LDAP 目录" - -#: authentik/providers/oauth2/api/providers.py -#, python-brace-format -msgid "Invalid Regex Pattern: {url}" -msgstr "无效的正则表达式模式:{url}" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the Hashed User ID" -msgstr "基于经过哈希处理的用户 ID" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user ID" -msgstr "基于用户 ID" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user UUID" -msgstr "基于用户 UUID" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the username" -msgstr "基于用户名" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the User's Email. This is recommended over the UPN method." -msgstr "基于用户的电子邮箱。较 UPN 方法更推荐适用此方法。" - -#: 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 "基于用户的 UPN,仅当用户设置了 'upn' 属性时才有效。仅当您有不同的 UPN 和 Mail 域时才应使用此方法。" - -#: authentik/providers/oauth2/models.py -msgid "Confidential" -msgstr "机密" - -#: authentik/providers/oauth2/models.py -msgid "Public" -msgstr "公开" - -#: authentik/providers/oauth2/models.py -msgid "Same identifier is used for all providers" -msgstr "所有提供程序都使用相同的标识符" - -#: authentik/providers/oauth2/models.py -msgid "Each provider has a different issuer, based on the application slug." -msgstr "根据应用程序 Slug,每个提供程序都有不同的颁发者。" - -#: authentik/providers/oauth2/models.py -msgid "Strict URL comparison" -msgstr "严格 URL 比较" - -#: authentik/providers/oauth2/models.py -msgid "Regular Expression URL matching" -msgstr "正则表达式 URL 匹配" - -#: 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(授权码流程)" - -#: authentik/providers/oauth2/models.py -msgid "id_token (Implicit Flow)" -msgstr "id_token(隐式流程)" - -#: authentik/providers/oauth2/models.py -msgid "id_token token (Implicit Flow)" -msgstr "id_token token(隐式流程)" - -#: authentik/providers/oauth2/models.py -msgid "code token (Hybrid Flow)" -msgstr "code token(混合流程)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token (Hybrid Flow)" -msgstr "code id_token(混合流程)" - -#: authentik/providers/oauth2/models.py -msgid "code id_token token (Hybrid Flow)" -msgstr "code id_token token(混合流程)" - -#: authentik/providers/oauth2/models.py -msgid "HS256 (Symmetric Encryption)" -msgstr "HS256(对称加密)" - -#: authentik/providers/oauth2/models.py -msgid "RS256 (Asymmetric Encryption)" -msgstr "RS256(非对称加密)" - -#: authentik/providers/oauth2/models.py -msgid "ES256 (Asymmetric Encryption)" -msgstr "ES256(非对称加密)" - -#: authentik/providers/oauth2/models.py -msgid "ES384 (Asymmetric Encryption)" -msgstr "ES384(非对称加密)" - -#: authentik/providers/oauth2/models.py -msgid "ES512 (Asymmetric Encryption)" -msgstr "ES512(非对称加密)" - -#: authentik/providers/oauth2/models.py -msgid "Scope used by the client" -msgstr "客户端使用的作用域" - -#: authentik/providers/oauth2/models.py -msgid "" -"Description shown to the user when consenting. If left empty, the user won't" -" be informed." -msgstr "同意授权时向用户显示的描述。如果留空,则不会告知用户。" - -#: authentik/providers/oauth2/models.py -msgid "Scope Mapping" -msgstr "作用域映射" - -#: authentik/providers/oauth2/models.py -msgid "Scope Mappings" -msgstr "作用域映射" - -#: authentik/providers/oauth2/models.py -msgid "Client Type" -msgstr "客户端类型" - -#: authentik/providers/oauth2/models.py -msgid "" -"Confidential clients are capable of maintaining the confidentiality of their" -" credentials. Public clients are incapable" -msgstr "机密客户端有能力维护其凭据的机密性。公开客户端无此能力。" - -#: authentik/providers/oauth2/models.py -msgid "Client ID" -msgstr "客户端 ID" - -#: authentik/providers/oauth2/models.py -msgid "Client Secret" -msgstr "客户端密钥" - -#: authentik/providers/oauth2/models.py -msgid "Redirect URIs" -msgstr "重定向 URI" - -#: 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 "在 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 "对于不访问 userinfo 端点的应用程序,将来自作用域的用户声明包含在 id_token 中。" - -#: 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 "从当前时间经过多久时或之后,访问代码失效(格式:hours=1;minutes=2;seconds=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 "从当前时间经过多久时或之后,令牌失效(格式:hours=1;minutes=2;seconds=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 "配置应将哪些数据用作唯一用户标识符。在大多数情况下保持默认值即可。" - -#: authentik/providers/oauth2/models.py -msgid "Configure how the issuer field of the ID Token should be filled." -msgstr "配置如何填写 ID 令牌的颁发者字段。" - -#: 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 "用于加密令牌的密钥。如果设置,则令牌会被加密,并以 JWE 形式返回。" - -#: authentik/providers/oauth2/models.py -msgid "" -"Any JWT signed by the JWK of the selected source can be used to " -"authenticate." -msgstr "任何由选定来源的 JWK 签发的 JWT 都可以用于身份验证。" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Provider" -msgstr "OAuth2/OpenID 提供程序" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2/OpenID Providers" -msgstr "OAuth2/OpenID 提供程序" - -#: authentik/providers/oauth2/models.py -msgid "Scopes" -msgstr "作用域" - -#: authentik/providers/oauth2/models.py -msgid "Code" -msgstr "代码" - -#: authentik/providers/oauth2/models.py -msgid "Nonce" -msgstr "Nonce" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge" -msgstr "代码质询" - -#: authentik/providers/oauth2/models.py -msgid "Code Challenge Method" -msgstr "代码质询方法" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Code" -msgstr "授权代码" - -#: authentik/providers/oauth2/models.py -msgid "Authorization Codes" -msgstr "授权代码" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Token" -msgstr "OAuth2 访问令牌" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Access Tokens" -msgstr "OAuth2 访问令牌" - -#: authentik/providers/oauth2/models.py -msgid "ID Token" -msgstr "ID 令牌" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Token" -msgstr "OAuth2 刷新令牌" - -#: authentik/providers/oauth2/models.py -msgid "OAuth2 Refresh Tokens" -msgstr "OAuth2 刷新令牌" - -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "设备令牌" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "设备令牌" - -#: 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 "正在跳转到 {app}…" - -#: authentik/providers/oauth2/views/device_init.py -msgid "Invalid code" -msgstr "无效代码" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your User Information" -msgstr "GitHub 兼容性:访问您的用户信息" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access you Email addresses" -msgstr "GitHub 兼容性:访问您的电子邮件地址" - -#: authentik/providers/oauth2/views/userinfo.py -msgid "GitHub Compatibility: Access your Groups" -msgstr "GitHub 兼容性:访问您的组" - -#: authentik/providers/proxy/api.py -msgid "User and password attributes must be set when basic auth is enabled." -msgstr "启用 Basic Auth 时,必须设置用户和密码属性。" - -#: authentik/providers/proxy/api.py -msgid "Internal host cannot be empty when forward auth is disabled." -msgstr "禁用 Forward Auth 时,内部主机不能为空。" - -#: 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 "验证上游服务器的 SSL 证书" - -#: authentik/providers/proxy/models.py -msgid "Internal host SSL Validation" -msgstr "内部主机 SSL 验证" - -#: authentik/providers/proxy/models.py -msgid "" -"Enable support for forwardAuth in traefik and nginx auth_request. Exclusive " -"with internal_host." -msgstr "在 traefik 和 nginx auth_request 中启用对 ForwardAuth 的支持。排除 internal_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 "用于描述何处不需要身份验证的正则表达式。每个新行都被解释为一个新的正则表达式。" - -#: authentik/providers/proxy/models.py -msgid "" -"When enabled, this provider will intercept the authorization header and " -"authenticate requests based on its value." -msgstr "启用时,此提供程序将会拦截 Authorization 标头,并基于其值认证请求。" - -#: authentik/providers/proxy/models.py -msgid "Set HTTP-Basic Authentication" -msgstr "设置 HTTP-Basic 身份验证" - -#: authentik/providers/proxy/models.py -msgid "" -"Set a custom HTTP-Basic Authentication header based on values from " -"authentik." -msgstr "根据来自 authentik 的值设置自定义 HTTP-Basic 身份验证标头。" - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Username Key" -msgstr "HTTP-Basic 用户名键值" - -#: 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 "用于 HTTP-Basic 标头用户名部分的用户/组属性。如果未设置,则使用用户的电子邮件地址。" - -#: authentik/providers/proxy/models.py -msgid "HTTP-Basic Password Key" -msgstr "HTTP-Basic 密码键值" - -#: authentik/providers/proxy/models.py -msgid "" -"User/Group Attribute used for the password part of the HTTP-Basic Header." -msgstr "用于 HTTP-Basic 标头的密码部分的用户/组属性。" - -#: authentik/providers/proxy/models.py -msgid "Proxy Provider" -msgstr "代理提供程序" - -#: authentik/providers/proxy/models.py -msgid "Proxy Providers" -msgstr "代理提供程序" - -#: 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 "确定会话持续多长时间。默认值为 0 表示会话持续到浏览器关闭为止。(格式:hours=-1;minutes=-2;seconds=-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 提供程序" - -#: authentik/providers/rac/models.py -msgid "RAC Providers" -msgstr "RAC 提供程序" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoint" -msgstr "RAC 端点" - -#: authentik/providers/rac/models.py -msgid "RAC Endpoints" -msgstr "RAC 端点" - -#: authentik/providers/rac/models.py -msgid "RAC Provider Property Mapping" -msgstr "RAC 提供程序属性映射" - -#: authentik/providers/rac/models.py -msgid "RAC Provider Property Mappings" -msgstr "RAC 提供程序属性映射" - -#: authentik/providers/rac/models.py -msgid "RAC Connection token" -msgstr "RAC 连接令牌" - -#: authentik/providers/rac/models.py -msgid "RAC Connection tokens" -msgstr "RAC 连接令牌" - -#: authentik/providers/rac/views.py -msgid "Maximum connection limit reached." -msgstr "已达到最大连接数。" - -#: authentik/providers/rac/views.py -msgid "(You are already connected in another tab/window)" -msgstr "(您已经在另一个标签页/窗口连接了)" - -#: authentik/providers/radius/models.py -msgid "Shared secret between clients and server to hash packets." -msgstr "用于哈希处理数据包的客户端服务端共享密钥。" - -#: 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 "允许客户端连接的 CIDR 列表(逗号分隔)。严格的 CIDR 条目会在宽松的条目之前匹配。来自 CIDR 范围外的客户端连接将会被丢弃。" - -#: authentik/providers/radius/models.py -msgid "Radius Provider" -msgstr "Radius 提供程序" - -#: authentik/providers/radius/models.py -msgid "Radius Providers" -msgstr "Radius 提供程序" - -#: authentik/providers/radius/models.py -msgid "Radius Provider Property Mapping" -msgstr "Radius 提供程序属性映射" - -#: authentik/providers/radius/models.py -msgid "Radius Provider Property Mappings" -msgstr "Radius 提供程序属性映射" - -#: 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 "无效 XML 语法" - -#: authentik/providers/saml/api/providers.py -#, python-brace-format -msgid "Failed to import Metadata: {messages}" -msgstr "导入元数据失败:{messages}" - -#: authentik/providers/saml/models.py -msgid "ACS URL" -msgstr "ACS URL" - -#: authentik/providers/saml/models.py -msgid "Service Provider Binding" -msgstr "服务提供程序绑定" - -#: authentik/providers/saml/models.py -msgid "" -"This determines how authentik sends the response back to the Service " -"Provider." -msgstr "确定 authentik 如何将响应发送回服务提供程序。" - -#: 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 "断言的 Audience 受限字段的值。留空时,不会添加 Audience 限制。" - -#: authentik/providers/saml/models.py -msgid "Also known as EntityID" -msgstr "也称为 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 "NameID 属性映射" - -#: 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 "配置如何创建 NameID 值。如果留空,将考虑传入请求的 NameIDPolicy" - -#: authentik/providers/saml/models.py -msgid "AuthnContextClassRef Property Mapping" -msgstr "AuthnContextClassRef 属性映射" - -#: 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 "" -"配置如何创建 AuthnContextClassRef 值。留空时,AuthnContextClassRef 会基于用户使用的身份验证方式设置。" - -#: authentik/providers/saml/models.py -msgid "" -"Assertion valid not before current time + this value (Format: " -"hours=-1;minutes=-2;seconds=-3)." -msgstr "从当前时间经过多久时或之后,断言有效(格式:hours=-1;minutes=-2;seconds=-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 "从当前时间经过多久时或之后,断言无效(格式:hours=1;minutes=2;seconds=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 "从当前时间经过多久时或之后,会话无效(格式:hours=1;minutes=2;seconds=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 "ECDSA-SHA1" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "ECDSA-SHA256" -msgstr "ECDSA-SHA256" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "ECDSA-SHA384" -msgstr "ECDSA-SHA384" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "ECDSA-SHA512" -msgstr "ECDSA-SHA512" - -#: 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 "选中后,传入断言的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Verification Certificate" -msgstr "验证证书" - -#: authentik/providers/saml/models.py -msgid "Keypair used to sign outgoing Responses going to the Service Provider." -msgstr "密钥对,用于签署发送给服务提供程序的传出响应。" - -#: authentik/providers/saml/models.py authentik/sources/saml/models.py -msgid "Signing Keypair" -msgstr "签名密钥对" - -#: 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 "选择此选项后,传入的断言将由 IdP 使用加密密钥对的公钥进行加密。 SP 会使用私钥解密该断言。" - -#: 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 "用于 IDP 发起登录的默认 relay_state 值" - -#: authentik/providers/saml/models.py -msgid "SAML Provider" -msgstr "SAML 提供程序" - -#: authentik/providers/saml/models.py -msgid "SAML Providers" -msgstr "SAML 提供程序" - -#: authentik/providers/saml/models.py -msgid "SAML Provider Property Mapping" -msgstr "SAML 提供程序属性映射" - -#: authentik/providers/saml/models.py -msgid "SAML Provider Property Mappings" -msgstr "SAML 提供程序属性映射" - -#: authentik/providers/saml/models.py -msgid "SAML Provider from Metadata" -msgstr "来自元数据的 SAML 提供程序" - -#: authentik/providers/saml/models.py -msgid "SAML Providers from Metadata" -msgstr "来自元数据的 SAML 提供程序" - -#: 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 "默认" - -#: authentik/providers/scim/models.py -msgid "AWS" -msgstr "AWS" - -#: authentik/providers/scim/models.py -msgid "Slack" -msgstr "Slack" - -#: authentik/providers/scim/models.py -msgid "Salesforce" -msgstr "" - -#: authentik/providers/scim/models.py -msgid "Base URL to SCIM requests, usually ends in /v2" -msgstr "SCIM 请求的基础 URL,通常以 /v2 结尾" - -#: authentik/providers/scim/models.py -msgid "Authentication token" -msgstr "身份验证令牌" - -#: 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 "SCIM 兼容模式" - -#: authentik/providers/scim/models.py -msgid "Alter authentik behavior for vendor-specific SCIM implementations." -msgstr "更改 authentik 的行为,以兼容特定厂商的 SCIM 实现。" - -#: authentik/providers/scim/models.py -msgid "SCIM Provider" -msgstr "SCIM 提供程序" - -#: authentik/providers/scim/models.py -msgid "SCIM Providers" -msgstr "SCIM 提供程序" - -#: authentik/providers/scim/models.py -msgid "SCIM Provider Mapping" -msgstr "SCIM 提供程序映射" - -#: authentik/providers/scim/models.py -msgid "SCIM Provider Mappings" -msgstr "SCIM 提供程序映射" - -#: 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/recovery/management/commands/create_admin_group.py -msgid "Create admin group if the default group gets deleted." -msgstr "如果默认组被删除,则创建管理员组。" - -#: authentik/recovery/management/commands/create_recovery_key.py -msgid "Create a Key which can be used to restore access to authentik." -msgstr "创建一个密钥,可用于恢复对 authentik 的访问权限。" - -#: authentik/recovery/views.py -msgid "Used recovery-link to authenticate." -msgstr "已使用恢复链接进行身份验证。" - -#: authentik/sources/kerberos/models.py -msgid "Kerberos realm" -msgstr "Kerberos 领域" - -#: authentik/sources/kerberos/models.py -msgid "Custom krb5.conf to use. Uses the system one by default" -msgstr "要使用的自定义 krb5.conf。默认使用系统自带" - -#: authentik/sources/kerberos/models.py -msgid "KAdmin server type" -msgstr "KAdmin 服务器类型" - -#: authentik/sources/kerberos/models.py -msgid "Sync users from Kerberos into authentik" -msgstr "从 Kerberos 同步用户到 authentik" - -#: authentik/sources/kerberos/models.py -msgid "When a user changes their password, sync it back to Kerberos" -msgstr "当用户修改密码时,将其同步回 Kerberos" - -#: authentik/sources/kerberos/models.py -msgid "Principal to authenticate to kadmin for sync." -msgstr "向 kadmin 进行身份验证以进行同步的主体。" - -#: authentik/sources/kerberos/models.py -msgid "Password to authenticate to kadmin for sync" -msgstr "向 kadmin 进行身份验证以进行同步的密码" - -#: authentik/sources/kerberos/models.py -msgid "" -"Keytab to authenticate to kadmin for sync. Must be base64-encoded or in the " -"form TYPE:residual" -msgstr "向 kadmin 进行身份验证以进行同步的 Keytab。必须以 Base64 编码,或者形式为 TYPE:residual" - -#: authentik/sources/kerberos/models.py -msgid "" -"Credentials cache to authenticate to kadmin for sync. Must be in the form " -"TYPE:residual" -msgstr "向 kadmin 进行身份验证以进行同步的凭据缓存。形式必须为 TYPE:residual" - -#: authentik/sources/kerberos/models.py -msgid "" -"Force the use of a specific server name for SPNEGO. Must be in the form " -"HTTP@hostname" -msgstr "强制为 SPNEGO 使用特定服务器名称。形式必须为 HTTP@主机名" - -#: authentik/sources/kerberos/models.py -msgid "SPNEGO keytab base64-encoded or path to keytab in the form FILE:path" -msgstr "以 Base64 编码的 SPNEGO Keytab 或 FILE:path 形式的 Keytab 路径" - -#: authentik/sources/kerberos/models.py -msgid "Credential cache to use for SPNEGO in form type:residual" -msgstr "SPNEGO 使用的凭据缓存,形式为 type:residual" - -#: authentik/sources/kerberos/models.py -msgid "" -"If enabled, the authentik-stored password will be updated upon login with " -"the Kerberos password backend" -msgstr "启用时,authentik 存储的密码将会在使用 Kerberos 密码后端登录时更新" - -#: authentik/sources/kerberos/models.py -msgid "Kerberos Source" -msgstr "Kerberos 源" - -#: authentik/sources/kerberos/models.py -msgid "Kerberos Sources" -msgstr "Kerberos 源" - -#: authentik/sources/kerberos/models.py -msgid "Kerberos Source Property Mapping" -msgstr "Kerberos 源属性映射" - -#: authentik/sources/kerberos/models.py -msgid "Kerberos Source Property Mappings" -msgstr "Kerberos 源属性映射" - -#: authentik/sources/kerberos/models.py -msgid "User Kerberos Source Connection" -msgstr "用户 Kerberos 源连接" - -#: authentik/sources/kerberos/models.py -msgid "User Kerberos Source Connections" -msgstr "用户 Kerberos 源连接" - -#: authentik/sources/kerberos/models.py -msgid "Group Kerberos Source Connection" -msgstr "组 Kerberos 源连接" - -#: authentik/sources/kerberos/models.py -msgid "Group Kerberos Source Connections" -msgstr "组 Kerberos 源连接" - -#: 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 "需要 SPNEGO 身份验证" - -#: 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 "" -"\n" -" 请确认您拥有有效票据(通过 kinit 获得)\n" -" 并且已正确配置浏览器。\n" -" 请联系您的管理员。\n" -" " - -#: authentik/sources/ldap/api.py -msgid "Only a single LDAP Source with password synchronization is allowed" -msgstr "仅允许使用密码同步的单个 LDAP 源" - -#: authentik/sources/ldap/models.py -msgid "Server URI" -msgstr "服务器 URI" - -#: authentik/sources/ldap/models.py -msgid "" -"Optionally verify the LDAP Server's Certificate against the CA Chain in this" -" keypair." -msgstr "可选,根据此密钥对中的 CA 链验证 LDAP 服务器的证书。" - -#: authentik/sources/ldap/models.py -msgid "" -"Client certificate to authenticate against the LDAP Server's Certificate." -msgstr "基于 LDAP 服务端证书进行身份验证的客户端证书。" - -#: authentik/sources/ldap/models.py -msgid "Bind CN" -msgstr "Bind CN" - -#: authentik/sources/ldap/models.py -msgid "Enable Start TLS" -msgstr "启用 Start TLS" - -#: authentik/sources/ldap/models.py -msgid "Use Server URI for SNI verification" -msgstr "SNI 验证时使用服务器 URI" - -#: authentik/sources/ldap/models.py -msgid "Base DN" -msgstr "Base DN" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for User-queries." -msgstr "添加到用户查询的 Base DN 起始处。" - -#: authentik/sources/ldap/models.py -msgid "Addition User DN" -msgstr "额外的用户 DN" - -#: authentik/sources/ldap/models.py -msgid "Prepended to Base DN for Group-queries." -msgstr "添加到组查询的 Base DN 起始处。" - -#: authentik/sources/ldap/models.py -msgid "Addition Group DN" -msgstr "额外的组 DN" - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Users." -msgstr "将与此筛选器匹配的对象视为用户。" - -#: authentik/sources/ldap/models.py -msgid "Attribute which matches the value of `group_membership_field`." -msgstr "匹配 `group_membership_field` 值的属性。" - -#: authentik/sources/ldap/models.py -msgid "Field which contains members of a group." -msgstr "包含组成员的字段。" - -#: authentik/sources/ldap/models.py -msgid "Consider Objects matching this filter to be Groups." -msgstr "将与此过滤器匹配的对象视为组。" - -#: authentik/sources/ldap/models.py -msgid "Field which contains a unique Identifier." -msgstr "包含唯一标识符的字段。" - -#: authentik/sources/ldap/models.py -msgid "Update internal authentik password when login succeeds with LDAP" -msgstr "使用 LDAP 登录成功时更新内部 authentik 密码" - -#: 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 "当用户修改密码时,将其同步回 LDAP。仅可在单点 LDAP 源时启用。" - -#: 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 "基于用户属性而非组属性查询组成员身份。这允许在 FreeIPA 或 Active Directory 等系统上支持嵌套组决策" - -#: 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 "LDAP Source" -msgstr "LDAP 源" - -#: authentik/sources/ldap/models.py -msgid "LDAP Sources" -msgstr "LDAP 源" - -#: authentik/sources/ldap/models.py -msgid "LDAP Source Property Mapping" -msgstr "LDAP 源属性映射" - -#: authentik/sources/ldap/models.py -msgid "LDAP Source Property Mappings" -msgstr "LDAP 源属性映射" - -#: authentik/sources/ldap/models.py -msgid "" -"Unique ID used while checking if this object still exists in the directory." -msgstr "检查此对象是否仍在目录中时使用的唯一 ID。" - -#: authentik/sources/ldap/models.py -msgid "User LDAP Source Connection" -msgstr "用户 LDAP 源连接" - -#: authentik/sources/ldap/models.py -msgid "User LDAP Source Connections" -msgstr "用户 LDAP 源连接" - -#: authentik/sources/ldap/models.py -msgid "Group LDAP Source Connection" -msgstr "组 LDAP 源连接" - -#: authentik/sources/ldap/models.py -msgid "Group LDAP Source Connections" -msgstr "组 LDAP 源连接" - -#: authentik/sources/ldap/signals.py -msgid "Password does not match Active Directory Complexity." -msgstr "密码与 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 "未收到令牌。" - -#: authentik/sources/oauth/models.py -msgid "HTTP Basic Authentication" -msgstr "HTTP 基本身份验证" - -#: authentik/sources/oauth/models.py -msgid "Include the client ID and secret as request parameters" -msgstr "包括客户端 ID 和密钥作为请求参数" - -#: 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" - -#: authentik/sources/oauth/models.py -msgid "" -"URL used to request the initial token. This URL is only required for OAuth " -"1." -msgstr "用于请求初始令牌的 URL。只有 OAuth 1 才需要此网址。" - -#: authentik/sources/oauth/models.py -msgid "Authorization URL" -msgstr "授权 URL" - -#: authentik/sources/oauth/models.py -msgid "URL the user is redirect to to conest the flow." -msgstr "为控制流程,使用户被重定向到的 URL" - -#: authentik/sources/oauth/models.py -msgid "Access Token URL" -msgstr "访问令牌 URL" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to retrieve tokens." -msgstr "authentik 用来获取令牌的 URL。" - -#: authentik/sources/oauth/models.py -msgid "Profile URL" -msgstr "个人资料 URL" - -#: authentik/sources/oauth/models.py -msgid "URL used by authentik to get user information." -msgstr "authentik 用来获取用户信息的 URL。" - -#: authentik/sources/oauth/models.py -msgid "Additional Scopes" -msgstr "额外的作用域" - -#: 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 "在 authorization_code 令牌请求流程期间,如何执行身份验证" - -#: authentik/sources/oauth/models.py -msgid "OAuth Source" -msgstr "OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "OAuth Sources" -msgstr "OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Source" -msgstr "GitHub OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "GitHub OAuth Sources" -msgstr "GitHub OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "GitLab OAuth Source" -msgstr "GitLab OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "GitLab OAuth Sources" -msgstr "GitLab OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Twitch OAuth Source" -msgstr "Twitch OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Twitch OAuth Sources" -msgstr "Twitch OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Source" -msgstr "Mailcow OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Mailcow OAuth Sources" -msgstr "Mailcow OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Source" -msgstr "Twitter OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Twitter OAuth Sources" -msgstr "Twitter OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Source" -msgstr "Facebook OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Facebook OAuth Sources" -msgstr "Facebook OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Source" -msgstr "Discord OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Discord OAuth Sources" -msgstr "Discord OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Source" -msgstr "Patreon OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Patreon OAuth Sources" -msgstr "Patreon OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Source" -msgstr "Google OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Google OAuth Sources" -msgstr "Google OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Source" -msgstr "Azure AD OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Azure AD OAuth Sources" -msgstr "Azure AD OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Entra ID OAuth Source" -msgstr "Entra ID OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Entra ID OAuth Sources" -msgstr "Entra ID OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "OpenID OAuth Source" -msgstr "OpenID OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "OpenID OAuth Sources" -msgstr "OpenID OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Source" -msgstr "Apple OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Apple OAuth Sources" -msgstr "Apple OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Source" -msgstr "Okta OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Okta OAuth Sources" -msgstr "Okta OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Reddit OAuth Source" -msgstr "Reddit OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "Reddit OAuth Sources" -msgstr "Reddit OAuth 源" - -#: authentik/sources/oauth/models.py -msgid "OAuth Source Property Mapping" -msgstr "OAuth 源属性映射" - -#: authentik/sources/oauth/models.py -msgid "OAuth Source Property Mappings" -msgstr "OAuth 源属性映射" - -#: authentik/sources/oauth/models.py -msgid "User OAuth Source Connection" -msgstr "用户 OAuth 源连接" - -#: authentik/sources/oauth/models.py -msgid "User OAuth Source Connections" -msgstr "用户 OAuth 源连接" - -#: authentik/sources/oauth/models.py -msgid "Group OAuth Source Connection" -msgstr "组 OAuth 源连接" - -#: authentik/sources/oauth/models.py -msgid "Group OAuth Source Connections" -msgstr "组 OAuth 源连接" - -#: 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 "身份验证失败:{reason}" - -#: authentik/sources/plex/models.py -msgid "Client identifier used to talk to Plex." -msgstr "用来与 Plex 通信的客户端标识符。" - -#: 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 "用户必须是哪个服务器的成员才能获取权限。空列表允许任何服务器。" - -#: authentik/sources/plex/models.py -msgid "Allow friends to authenticate, even if you don't share a server." -msgstr "允许好友进行身份验证,即使您不共享服务器。" - -#: authentik/sources/plex/models.py -msgid "Plex token used to check friends" -msgstr "用于检查好友的 Plex 令牌" - -#: authentik/sources/plex/models.py -msgid "Plex Source" -msgstr "Plex 源" - -#: authentik/sources/plex/models.py -msgid "Plex Sources" -msgstr "Plex 源" - -#: authentik/sources/plex/models.py -msgid "Plex Source Property Mapping" -msgstr "Plex 源属性映射" - -#: authentik/sources/plex/models.py -msgid "Plex Source Property Mappings" -msgstr "Plex 源属性映射" - -#: authentik/sources/plex/models.py -msgid "User Plex Source Connection" -msgstr "用户 Plex 源连接" - -#: authentik/sources/plex/models.py -msgid "User Plex Source Connections" -msgstr "用户 Plex 源连接" - -#: authentik/sources/plex/models.py -msgid "Group Plex Source Connection" -msgstr "组 Plex 源连接" - -#: authentik/sources/plex/models.py -msgid "Group Plex Source Connections" -msgstr "组 Plex 源连接" - -#: 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 "重定向绑定" - -#: authentik/sources/saml/models.py -msgid "POST Binding" -msgstr "POST 绑定" - -#: authentik/sources/saml/models.py -msgid "POST Binding with auto-confirmation" -msgstr "带有自动确认功能的 POST 绑定" - -#: authentik/sources/saml/models.py authentik/sources/telegram/models.py -msgid "Flow used before authentication." -msgstr "身份验证之前使用的流程。" - -#: authentik/sources/saml/models.py -msgid "Issuer" -msgstr "颁发者" - -#: authentik/sources/saml/models.py -msgid "Also known as Entity ID. Defaults the Metadata URL." -msgstr "也称为 Entity ID。 默认为元数据 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。" - -#: 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 "如果您的 IDP 支持单点登出,则为可选 URL。" - -#: 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 "允许由 IdP 启动的身份验证流程。这可能存在安全风险,因为未对请求 ID 进行验证。" - -#: authentik/sources/saml/models.py -msgid "" -"NameID Policy sent to the IdP. Can be unset, in which case no Policy is " -"sent." -msgstr "发送给 IdP 的 NameID 策略。可以取消设置,此时不会发送任何策略。" - -#: authentik/sources/saml/models.py -msgid "Delete temporary users after" -msgstr "多久后删除临时用户" - -#: 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 "" -"删除临时用户的时间偏移。这仅适用于您的 IDP 使用 NameID 格式 'transient' " -"且用户未手动登出的情况。(格式:hours=1;minutes=2;seconds=3)。" - -#: authentik/sources/saml/models.py -msgid "" -"Keypair used to sign outgoing Responses going to the Identity Provider." -msgstr "密钥对,用于签署发送给身份提供程序的传出响应。" - -#: authentik/sources/saml/models.py -msgid "SAML Source" -msgstr "SAML 源" - -#: authentik/sources/saml/models.py -msgid "SAML Sources" -msgstr "SAML 源" - -#: authentik/sources/saml/models.py -msgid "SAML Source Property Mapping" -msgstr "SAML 源属性映射" - -#: authentik/sources/saml/models.py -msgid "SAML Source Property Mappings" -msgstr "SAML 源属性映射" - -#: authentik/sources/saml/models.py -msgid "User SAML Source Connection" -msgstr "用户 SAML 源连接" - -#: authentik/sources/saml/models.py -msgid "User SAML Source Connections" -msgstr "用户 SAML 源连接" - -#: authentik/sources/saml/models.py -msgid "Group SAML Source Connection" -msgstr "组 SAML 源连接" - -#: authentik/sources/saml/models.py -msgid "Group SAML Source Connections" -msgstr "组 SAML 源连接" - -#: authentik/sources/saml/views.py -#, python-brace-format -msgid "Continue to {source_name}" -msgstr "继续前往 {source_name}" - -#: authentik/sources/scim/models.py -msgid "SCIM Source" -msgstr "SCIM 源" - -#: authentik/sources/scim/models.py -msgid "SCIM Sources" -msgstr "SCIM 源" - -#: authentik/sources/scim/models.py -msgid "SCIM Source Property Mapping" -msgstr "SCIM 源属性映射" - -#: authentik/sources/scim/models.py -msgid "SCIM Source Property Mappings" -msgstr "SCIM 源属性映射" - -#: 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/stage.py -msgid "Authentication date is too old" -msgstr "" - -#: authentik/sources/telegram/stage.py -msgid "Invalid hash" -msgstr "" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stage" -msgstr "Duo 身份验证器设置阶段" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Authenticator Setup Stages" -msgstr "Duo 身份验证器设置阶段" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Device" -msgstr "Duo 设备" - -#: authentik/stages/authenticator_duo/models.py -msgid "Duo Devices" -msgstr "Duo 设备" - -#: 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 "启用后,将使用全局电子邮件连接设置,下面的连接设置将被忽略。" - -#: 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 "发出令牌有效的时间(格式:hours=3,minutes=17,seconds=300)。" - -#: 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 "代码不匹配" - -#: 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" -" %(username)s 您好,\n" -" " - -#: authentik/stages/authenticator_email/templates/email/email_otp.html -msgid "" -"\n" -" Email MFA code.\n" -" " -msgstr "" -"\n" -" 电子邮件 MFA 代码。\n" -" " - -#: 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" -" 如果您没有请求此代码,请忽略此电子邮件。上面的代码在 %(expires)s 内有效。\n" -" " - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -#: authentik/stages/email/templates/email/password_reset.txt -#, python-format -msgid "Hi %(username)s," -msgstr "您好 %(username)s," - -#: authentik/stages/authenticator_email/templates/email/email_otp.txt -msgid "" -"\n" -"Email MFA code\n" -msgstr "" -"\n" -"电子邮件 MFA 代码\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" -"如果您没有请求此代码,请忽略此电子邮件。上面的代码在 %(expires)s 内有效。\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 "可选地,修改发送到自定义提供程序的载荷。" - -#: authentik/stages/authenticator_sms/models.py -#, python-brace-format -msgid "Use this code to authenticate in authentik: {token}" -msgstr "使用此代码在 authentik 中验证身份:{token}" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Authenticator Setup Stage" -msgstr "短信身份验证器设置阶段" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Authenticator Setup Stages" -msgstr "短信身份验证器设置阶段" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Device" -msgstr "短信设备" - -#: authentik/stages/authenticator_sms/models.py -msgid "SMS Devices" -msgstr "短信设备" - -#: authentik/stages/authenticator_sms/stage.py -msgid "Invalid phone number" -msgstr "无效电话号码" - -#: 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 "静态令牌" - -#: authentik/stages/authenticator_totp/models.py -msgid "6 digits, widely compatible" -msgstr "6 位数字,广泛兼容" - -#: authentik/stages/authenticator_totp/models.py -msgid "8 digits, not compatible with apps like Google Authenticator" -msgstr "8 位数字,与 Google 身份验证器等应用不兼容" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stage" -msgstr "TOTP 身份验证器设置阶段" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Authenticator Setup Stages" -msgstr "TOTP 身份验证器设置阶段" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Device" -msgstr "TOTP 设备" - -#: authentik/stages/authenticator_totp/models.py -msgid "TOTP Devices" -msgstr "TOTP 设备" - -#: 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 "无效的设备类型。请联系您的 {brand} 管理员获得帮助。" - -#: authentik/stages/authenticator_validate/models.py -msgid "Static" -msgstr "静态" - -#: 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 "短信" - -#: 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 "当用户没有任何兼容的设备时,用来配置身份验证器的阶段。此阶段通过后,将不再请求此用户。" - -#: authentik/stages/authenticator_validate/models.py -msgid "Device classes which can be used to authenticate" -msgstr "可用于进行身份验证的设备类型" - -#: 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 "如果用户的任意设备在此期限内被使用过,此阶段会被跳过。" - -#: authentik/stages/authenticator_validate/models.py -msgid "Enforce user verification for WebAuthn devices." -msgstr "对 WebAuthn 设备强制用户验证。" - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stage" -msgstr "身份验证器验证阶段" - -#: authentik/stages/authenticator_validate/models.py -msgid "Authenticator Validation Stages" -msgstr "身份验证器验证阶段" - -#: authentik/stages/authenticator_validate/stage.py -msgid "No (allowed) MFA authenticator configured." -msgstr "未配置(允许的)MFA 身份验证器。" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Authenticator Setup Stage" -msgstr "WebAuthn 身份验证器设置阶段" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Authenticator Setup Stages" -msgstr "WebAuthn 身份验证器设置阶段" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device" -msgstr "WebAuthn 设备" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Devices" -msgstr "WebAuthn 设备" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device type" -msgstr "WebAuthn 设备类型" - -#: authentik/stages/authenticator_webauthn/models.py -msgid "WebAuthn Device types" -msgstr "WebAuthn 设备类型" - -#: 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 "公钥,从您的验证码提供商处取得。" - -#: authentik/stages/captcha/models.py -msgid "Private key, acquired your captcha Provider." -msgstr "私钥,从您的验证码提供商处取得。" - -#: 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 "验证码阶段" - -#: authentik/stages/captcha/models.py -msgid "Captcha Stages" -msgstr "验证码阶段" - -#: 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 "经过多少偏移量后同意授权过期。(格式:hours=1;minutes=2;seconds=3)。" - -#: authentik/stages/consent/models.py -msgid "Consent Stage" -msgstr "同意授权阶段" - -#: authentik/stages/consent/models.py -msgid "Consent Stages" -msgstr "同意授权阶段" - -#: authentik/stages/consent/models.py -msgid "User Consent" -msgstr "用户同意授权" - -#: authentik/stages/consent/models.py -msgid "User Consents" -msgstr "用户同意授权" - -#: authentik/stages/consent/stage.py -msgid "Invalid consent token, re-showing prompt" -msgstr "无效的同意令牌,将重新显示输入" - -#: authentik/stages/deny/models.py -msgid "Deny Stage" -msgstr "拒绝阶段" - -#: authentik/stages/deny/models.py -msgid "Deny Stages" -msgstr "拒绝阶段" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stage" -msgstr "虚拟阶段" - -#: authentik/stages/dummy/models.py -msgid "Dummy Stages" -msgstr "虚拟阶段" - -#: 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 "密码重置" - -#: authentik/stages/email/models.py -msgid "Account Confirmation" -msgstr "账户确认" - -#: authentik/stages/email/models.py -msgid "Email OTP" -msgstr "电子邮件 OTP" - -#: 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 "完成阶段后激活用户。" - -#: authentik/stages/email/models.py -msgid "Email Stage" -msgstr "电子邮件阶段" - -#: authentik/stages/email/models.py -msgid "Email Stages" -msgstr "电子邮件阶段" - -#: authentik/stages/email/stage.py -msgid "Successfully verified Email." -msgstr "已成功验证电子邮件。" - -#: authentik/stages/email/stage.py -msgid "No pending user." -msgstr "没有待处理的用户。" - -#: authentik/stages/email/stage.py -msgid "Email sent." -msgstr "电子邮件已发出。" - -#: 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 "欢迎!" - -#: 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 "我们很高兴您能开始使用。首先,您需要确认您的账户。只需点击下面的按钮。" - -#: authentik/stages/email/templates/email/account_confirmation.html -msgid "Confirm Account" -msgstr "确认账户" - -#: 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" -" 如果按钮无效,请复制并在浏览器中粘贴以下链接:%(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 "我们很高兴您能开始使用。首先,您需要确认您的账户。只需打开下面的链接。" - -#: authentik/stages/email/templates/email/event_notification.html -#, python-format -msgid "" -"\n" -" This email was sent from the notification transport %(name)s.\n" -" " -msgstr "" -"\n" -" 此邮件由通知递送 %(name)s 发送。\n" -" " - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Dear authentik user," -msgstr "亲爱的 authentik 用户," - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "The following notification was created:" -msgstr "以下通知已创建:" - -#: authentik/stages/email/templates/email/event_notification.txt -msgid "Additional attributes:" -msgstr "额外属性:" - -#: 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" -"此邮件由通知递送 %(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" -" 您最近请求更改您的 authentik 账户密码。使用下面的按钮设置新密码。\n" -" " - -#: 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" -" 如果您没有请求更改密码,请忽略此电子邮件。上面的链接在 %(expires)s 内有效。\n" -" " - -#: 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" -"您最近请求更改您的 authentik 账户密码。使用下面的链接设置新密码。\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" -"如果您没有请求更改密码,请忽略此电子邮件。上面的链接在 %(expires)s 内有效。\n" - -#: authentik/stages/email/templates/email/setup.html -msgid "authentik Test-Email" -msgstr "authentik 测试电子邮件" - -#: 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" -" 这是一封测试电子邮件,用于通知您已成功配置 authentik 电子邮件。\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" -"这是一封测试电子邮件,用于通知您已成功配置 authentik 电子邮件。\n" - -#: authentik/stages/identification/api.py -msgid "When no user fields are selected, at least one source must be selected" -msgstr "如果未选择用户字段,则至少要选择一个源" - -#: authentik/stages/identification/models.py -msgid "" -"Fields of the user object to match against. (Hold shift to select multiple " -"options)" -msgstr "用来匹配的用户对象字段。(按住 Shift 多选)" - -#: authentik/stages/identification/models.py -msgid "When enabled, user fields are matched regardless of their casing." -msgstr "启用后,无论大小写如何,都将匹配用户字段。" - -#: 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 "如果输入了有效的用户名/电子邮箱,并且启用了此选项,则会显示用户的用户名和头像。否则,将显示用户输入的文本" - -#: authentik/stages/identification/models.py -msgid "" -"When enabled, the stage will succeed and continue even when incorrect user " -"info is entered." -msgstr "启用时,即使输入错误的用户信息,此阶段也会成功并继续。" - -#: 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 "可选注册流程,链接在页面底部。" - -#: authentik/stages/identification/models.py -msgid "Optional recovery flow, which is linked at the bottom of the page." -msgstr "可选的恢复流程,链接在页面底部。" - -#: authentik/stages/identification/models.py -msgid "Optional passwordless flow, which is linked at the bottom of the page." -msgstr "可选的无密码流程,链接在页面底部。" - -#: authentik/stages/identification/models.py -msgid "Specify which sources should be shown." -msgstr "指定应显示哪些源。" - -#: authentik/stages/identification/models.py -msgid "Identification Stage" -msgstr "识别阶段" - -#: authentik/stages/identification/models.py -msgid "Identification Stages" -msgstr "识别阶段" - -#: authentik/stages/identification/stage.py -msgid "Failed to authenticate." -msgstr "" - -#: authentik/stages/identification/stage.py -msgid "Log in" -msgstr "登录" - -#: authentik/stages/identification/stage.py -msgid "Continue" -msgstr "继续" - -#: 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 "如果设置了此标志,则当没有发出邀请时,此阶段将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。" - -#: authentik/stages/invitation/models.py -msgid "Invitation Stage" -msgstr "邀请阶段" - -#: authentik/stages/invitation/models.py -msgid "Invitation Stages" -msgstr "邀请阶段" - -#: authentik/stages/invitation/models.py -msgid "When set, only the configured flow can use this invitation." -msgstr "设置时,只有配置的流程可以使用此邀请。" - -#: authentik/stages/invitation/models.py -msgid "When enabled, the invitation will be deleted after usage." -msgstr "启用后,邀请将在使用后被删除。" - -#: authentik/stages/invitation/models.py -msgid "Optional fixed data to enforce on user enrollment." -msgstr "在用户注册时强制设置的可选固定数据。" - -#: authentik/stages/invitation/models.py -msgid "Invitation" -msgstr "邀请" - -#: authentik/stages/invitation/models.py -msgid "Invitations" -msgstr "邀请" - -#: authentik/stages/invitation/stage.py -msgid "Invalid invite/invite not found" -msgstr "邀请无效/未找到" - -#: authentik/stages/password/models.py -msgid "User database + standard password" -msgstr "用户数据库 + 标准密码" - -#: authentik/stages/password/models.py -msgid "User database + app passwords" -msgstr "用户数据库 + 应用程序密码" - -#: authentik/stages/password/models.py -msgid "User database + LDAP password" -msgstr "用户数据库 + LDAP 密码" - -#: authentik/stages/password/models.py -msgid "User database + Kerberos password" -msgstr "用户数据库 + Kerberos 密码" - -#: authentik/stages/password/models.py -msgid "Selection of backends to test the password against." -msgstr "选择用于测试密码的后端。" - -#: 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 "在取消流程之前,用户可以尝试多少次。要锁定用户,请使用信誉策略和 user_write 阶段。" - -#: authentik/stages/password/models.py -msgid "" -"When enabled, provides a 'show password' button with the password input " -"field." -msgstr "启用时,在密码输入字段中提供“显示密码”按钮。" - -#: authentik/stages/password/models.py -msgid "Password Stage" -msgstr "密码阶段" - -#: authentik/stages/password/models.py -msgid "Password Stages" -msgstr "密码阶段" - -#: authentik/stages/password/stage.py -msgid "Invalid password" -msgstr "无效密码" - -#: authentik/stages/prompt/models.py -msgid "Text: Simple Text input" -msgstr "文本:简单文本输入" - -#: authentik/stages/prompt/models.py -msgid "Text area: Multiline Text Input." -msgstr "文本框:多行文本输入。" - -#: authentik/stages/prompt/models.py -msgid "Text (read-only): Simple Text input, but cannot be edited." -msgstr "文本(只读):简单文本输入,但无法编辑。" - -#: authentik/stages/prompt/models.py -msgid "Text area (read-only): Multiline Text input, but cannot be edited." -msgstr "文本框(只读):多行文本输入,但无法编辑。" - -#: authentik/stages/prompt/models.py -msgid "" -"Username: Same as Text input, but checks for and prevents duplicate " -"usernames." -msgstr "用户名:与文本输入相同,但检查并防止用户名重复。" - -#: authentik/stages/prompt/models.py -msgid "Email: Text field with Email type." -msgstr "电子邮箱:电子邮箱类型的文本字段。" - -#: authentik/stages/prompt/models.py -msgid "" -"Password: Masked input, multiple inputs of this type on the same prompt need" -" to be identical." -msgstr "密码:屏蔽显示输入内容,多个此类型的输入如果在同一个输入项下,则内容需要相同。" - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a group of radio buttons." -msgstr "显示为一组单选按钮的固定选项字段。" - -#: authentik/stages/prompt/models.py -msgid "Fixed choice field rendered as a dropdown." -msgstr "显示为下拉框的固定选项字段。" - -#: authentik/stages/prompt/models.py -msgid "" -"File: File upload for arbitrary files. File content will be available in " -"flow context as data-URI" -msgstr "文件:任意文件上传。文件内容将在流程上下文中以 data-URI 形式提供" - -#: authentik/stages/prompt/models.py -msgid "Separator: Static Separator Line" -msgstr "分隔符:静态分隔线" - -#: authentik/stages/prompt/models.py -msgid "Hidden: Hidden field, can be used to insert data into form." -msgstr "隐藏:隐藏字段,可用于将数据插入表单。" - -#: authentik/stages/prompt/models.py -msgid "Static: Static value, displayed as-is." -msgstr "静态:静态值,按原样显示。" - -#: authentik/stages/prompt/models.py -msgid "authentik: Selection of locales authentik supports" -msgstr "authentik:选择 authentik 支持的语言环境" - -#: authentik/stages/prompt/models.py -msgid "Name of the form field, also used to store the value" -msgstr "表单域的名称,也用于存储值" - -#: 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 "可选的简短提示,用来描述期望的输入值。在创建固定选项字段时,启用以表达式解释,并返回多个选项的列表。" - -#: 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 "可选的预设输入初始值。在创建固定选项字段时,启用以表达式解释,并返回多个默认选项的列表。" - -#: authentik/stages/prompt/models.py -msgid "Prompt" -msgstr "输入" - -#: authentik/stages/prompt/models.py -msgid "Prompts" -msgstr "输入" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stage" -msgstr "输入阶段" - -#: authentik/stages/prompt/models.py -msgid "Prompt Stages" -msgstr "输入阶段" - -#: authentik/stages/prompt/stage.py -msgid "Passwords don't match." -msgstr "密码不匹配。" - -#: authentik/stages/redirect/api.py -msgid "Target URL should be present when mode is Static." -msgstr "当模式为静态时,目标 URL 应存在。" - -#: 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 "重定向阶段" - -#: authentik/stages/redirect/models.py -msgid "Redirect Stages" -msgstr "重定向阶段" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stage" -msgstr "用户删除阶段" - -#: authentik/stages/user_delete/models.py -msgid "User Delete Stages" -msgstr "用户删除阶段" - -#: authentik/stages/user_delete/stage.py -msgid "No Pending User." -msgstr "没有待处理的用户。" - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured network" -msgstr "将此阶段创建的会话与配置的网络绑定" - -#: authentik/stages/user_login/models.py -msgid "Bind sessions created by this stage to the configured GeoIP location" -msgstr "将此阶段创建的会话与配置的 GeoIP 位置绑定" - -#: authentik/stages/user_login/models.py -msgid "Terminate all other sessions of the user logging in." -msgstr "终止用户登录的所有其他会话。" - -#: 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 "" -"当用户选择“记住我”选项时,会话将会延长的时间。默认值 0 " -"表示不显示“记住我”选项。(格式:hours=-1;minutes=-2;seconds=-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 将会以更长的过期时间保存 " -"Cookie,以记住用户的登录设备。(格式:hours=-1;minutes=-2;seconds=-3)" - -#: authentik/stages/user_login/models.py -msgid "User Login Stage" -msgstr "用户登录阶段" - -#: authentik/stages/user_login/models.py -msgid "User Login Stages" -msgstr "用户登录阶段" - -#: authentik/stages/user_login/stage.py -msgid "No Pending user to login." -msgstr "没有待定用户可以登录。" - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stage" -msgstr "用户登出阶段" - -#: authentik/stages/user_logout/models.py -msgid "User Logout Stages" -msgstr "用户登出阶段" - -#: authentik/stages/user_write/models.py -msgid "When set, newly created users are inactive and cannot login." -msgstr "设置后,新创建的用户将处于未激活状态,且无法登录。" - -#: authentik/stages/user_write/models.py -msgid "Optionally add newly created users to this group." -msgstr "可选,将新创建的用户添加到此组。" - -#: authentik/stages/user_write/models.py -msgid "User Write Stage" -msgstr "用户写入阶段" - -#: authentik/stages/user_write/models.py -msgid "User Write Stages" -msgstr "用户写入阶段" - -#: authentik/stages/user_write/stage.py -msgid "No Pending data." -msgstr "没有待处理的数据。" - -#: authentik/stages/user_write/stage.py -msgid "No user found and can't create new user." -msgstr "未找到用户并且无法创建新用户。" - -#: authentik/stages/user_write/stage.py -msgid "Failed to update user. Please try again later." -msgstr "更新用户失败。请稍后重试。" - -#: 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 "模式名称必须以 t_ 开始,只能包含小写字母和数字,并且少于 63 个字符。" - -#: authentik/tenants/models.py -msgid "Configure how authentik should show avatars for users." -msgstr "配置 authentik 应该如何显示用户头像。" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their name." -msgstr "启用用户修改自己名称的能力。" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their email address." -msgstr "启用用户修改自己电子邮件地址的能力。" - -#: authentik/tenants/models.py -msgid "Enable the ability for users to change their username." -msgstr "启用用户修改自己用户名的能力。" - -#: authentik/tenants/models.py -msgid "" -"Events will be deleted after this duration.(Format: " -"weeks=3;days=2;hours=3,seconds=2)." -msgstr "事件会在多久后被删除。(格式:weeks=3;days=2;hours=3,seconds=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 "此选项配置流程执行器页面上的页脚链接。" - -#: authentik/tenants/models.py -msgid "" -"When enabled, all the events caused by a user will be deleted upon the " -"user's deletion." -msgstr "启用时,所有由用户造成的事件会在相应用户被删除时一并删除。" - -#: authentik/tenants/models.py -msgid "Globally enable/disable impersonation." -msgstr "全局启用/禁用模拟身份。" - -#: authentik/tenants/models.py -msgid "Require administrators to provide a reason for impersonating a user." -msgstr "需要管理员提供模拟用户的原因。" - -#: authentik/tenants/models.py -msgid "Default token duration" -msgstr "默认令牌持续时间" - -#: authentik/tenants/models.py -msgid "Default token length" -msgstr "默认令牌长度" - -#: authentik/tenants/models.py -msgid "Tenant" -msgstr "租户" - -#: authentik/tenants/models.py -msgid "Tenants" -msgstr "租户" - -#: authentik/tenants/models.py -msgid "Domain" -msgstr "域名" - -#: authentik/tenants/models.py -msgid "Domains" -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 "消息" - -#: packages/django-channels-postgres/django_channels_postgres/models.py -msgid "Messages" -msgstr "消息" - -#: 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 "" diff --git a/locale/zh-Hant/LC_MESSAGES/django.mo b/locale/zh-Hant/LC_MESSAGES/django.mo deleted file mode 100644 index 1cc786ac13..0000000000 Binary files a/locale/zh-Hant/LC_MESSAGES/django.mo and /dev/null differ diff --git a/locale/zh-Hant/LC_MESSAGES/django.po b/locale/zh-Hant/LC_MESSAGES/django.po deleted file mode 100644 index b1dea57d5a..0000000000 --- a/locale/zh-Hant/LC_MESSAGES/django.po +++ /dev/null @@ -1,1749 +0,0 @@ -# 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 , YEAR. -# -# Translators: -# Chen Zhikai, 2022 -# 刘松, 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-03 12:29+0000\n" -"PO-Revision-Date: 2021-10-09 18:10+0000\n" -"Last-Translator: 刘松, 2022\n" -"Language-Team: Chinese Traditional (https://www.transifex.com/authentik/teams/119923/zh-Hant/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh-Hant\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: authentik/admin/api/tasks.py:95 -#, python-format -msgid "Successfully re-scheduled Task %(name)s!" -msgstr "已成功重新安排任务%(name)s!" - -#: authentik/api/schema.py:21 -msgid "Generic API Error" -msgstr "通用 API 错误" - -#: authentik/api/schema.py:29 -msgid "Validation Error" -msgstr "校验错误" - -#: authentik/core/api/providers.py:89 -msgid "SAML Provider from Metadata" -msgstr "基于Metadata的SAML请求发起端" - -#: authentik/core/api/providers.py:90 -msgid "Create a SAML Provider by importing its Metadata." -msgstr "通过导入SAML请求发起端的Metadata来创建SAML请求发起端。" - -#: authentik/core/models.py:69 -msgid "name" -msgstr "名称" - -#: authentik/core/models.py:71 -msgid "Users added to this group will be superusers." -msgstr "添加到该组的用户均为超级用户。" - -#: authentik/core/models.py:129 -msgid "User's display name." -msgstr "用户的显示名称。" - -#: authentik/core/models.py:212 authentik/providers/oauth2/models.py:299 -msgid "User" -msgstr "用户" - -#: authentik/core/models.py:213 -msgid "Users" -msgstr "用户" - -#: authentik/core/models.py:224 -msgid "Flow used when authorizing this provider." -msgstr "授权此请求发起端时使用的Flow。" - -#: authentik/core/models.py:257 -msgid "Application's display Name." -msgstr "应用的显示名称。" - -#: authentik/core/models.py:258 -msgid "Internal application name, used in URLs." -msgstr "应用的内部名称,在URL中使用。" - -#: authentik/core/models.py:311 -msgid "Application" -msgstr "应用程序" - -#: authentik/core/models.py:312 -msgid "Applications" -msgstr "应用程序" - -#: authentik/core/models.py:318 -msgid "Use the source-specific identifier" -msgstr "使用源特定的标识符" - -#: authentik/core/models.py:326 -msgid "" -"Use the user's email address, but deny enrollment when the email address " -"already exists." -msgstr "使用用户的电子邮件地址,但在电子邮件地址已存在时拒绝注册。" - -#: authentik/core/models.py:335 -msgid "" -"Use the user's username, but deny enrollment when the username already " -"exists." -msgstr "使用用户的用户名,但在用户名已存在时拒绝注册。" - -#: authentik/core/models.py:342 -msgid "Source's display Name." -msgstr "源的显示名称。" - -#: authentik/core/models.py:343 -msgid "Internal source name, used in URLs." -msgstr "用于 URL的内部源名称。" - -#: authentik/core/models.py:354 -msgid "Flow to use when authenticating existing users." -msgstr "认证已存在用户时所使用的流程。" - -#: authentik/core/models.py:363 -msgid "Flow to use when enrolling new users." -msgstr "新用户注册时所使用的流程。" - -#: authentik/core/models.py:501 -msgid "Token" -msgstr "令牌" - -#: authentik/core/models.py:502 -msgid "Tokens" -msgstr "令牌" - -#: authentik/core/models.py:545 -msgid "Property Mapping" -msgstr "属性映射" - -#: authentik/core/models.py:546 -msgid "Property Mappings" -msgstr "属性映射" - -#: authentik/core/models.py:582 -msgid "Authenticated Session" -msgstr "已认证会话" - -#: authentik/core/models.py:583 -msgid "Authenticated Sessions" -msgstr "已认证会话" - -#: authentik/core/sources/flow_manager.py:166 -msgid "source" -msgstr "来源" - -#: authentik/core/sources/flow_manager.py:220 -#: authentik/core/sources/flow_manager.py:258 -#, python-format -msgid "Successfully authenticated with %(source)s!" -msgstr "成功认证 %(source)s !" - -#: authentik/core/sources/flow_manager.py:239 -#, python-format -msgid "Successfully linked %(source)s!" -msgstr "成功链接 %(source)s!" - -#: authentik/core/templates/error/generic.html:27 -msgid "Go to home" -msgstr "返回主页" - -#: authentik/core/templates/if/admin.html:18 -#: authentik/core/templates/if/admin.html:24 -#: authentik/core/templates/if/flow.html:28 -#: authentik/core/templates/if/flow.html:34 -#: authentik/core/templates/if/user.html:18 -#: authentik/core/templates/if/user.html:24 -msgid "Loading..." -msgstr "载入中……" - -#: authentik/core/templates/if/end_session.html:7 -msgid "End session" -msgstr "结束会话" - -#: authentik/core/templates/if/end_session.html:11 -#, python-format -msgid "" -"\n" -"You've logged out of %(application)s.\n" -msgstr "" -"\n" -"您已登出%(application)s。\n" - -#: authentik/core/templates/if/end_session.html:19 -#, python-format -msgid "" -"\n" -" You've logged out of %(application)s. You can go back to the overview to launch another application, or log out of your authentik account.\n" -" " -msgstr "" -"\n" -"您已成功登出 %(application)s 。 现在你可以返回总览并运行其他程序,或者登出的你的 authentik 账户。" - -#: authentik/core/templates/if/end_session.html:24 -msgid "Go back to overview" -msgstr "返回总览" - -#: authentik/core/templates/if/end_session.html:26 -msgid "Log out of authentik" -msgstr "登出 authentik" - -#: authentik/core/templates/if/end_session.html:30 -#, python-format -msgid "" -"\n" -" Log back into %(application)s\n" -" " -msgstr "" -"\n" -" 重新登入 %(application)s\n" -" " - -#: authentik/core/templates/login/base_full.html:65 -msgid "Powered by authentik" -msgstr "由 authentik 强力驱动" - -#: authentik/crypto/api.py:132 -msgid "Subject-alt name" -msgstr "替代名称" - -#: authentik/crypto/models.py:34 -msgid "PEM-encoded Certificate data" -msgstr "PEM 编码的证书数据" - -#: authentik/crypto/models.py:37 -msgid "" -"Optional Private Key. If this is set, you can use this keypair for " -"encryption." -msgstr "可选私钥。如果设置了此设置,则可以使用此密钥对进行加密。" - -#: authentik/crypto/models.py:100 -msgid "Certificate-Key Pair" -msgstr "证书密钥对" - -#: authentik/crypto/models.py:101 -msgid "Certificate-Key Pairs" -msgstr "证书密钥对" - -#: authentik/crypto/tasks.py:93 -#, python-format -msgid "Successfully imported %(count)d files." -msgstr "已成功导入 %(count)d 个文件。" - -#: authentik/events/models.py:285 -msgid "Event" -msgstr "事件" - -#: authentik/events/models.py:286 -msgid "Events" -msgstr "事件" - -#: authentik/events/models.py:292 -msgid "Generic Webhook" -msgstr "通用 Webhook" - -#: authentik/events/models.py:293 -msgid "Slack Webhook (Slack/Discord)" -msgstr "Slack Webhook(Slack/Discord)" - -#: authentik/events/models.py:294 -msgid "Email" -msgstr "电子邮箱" - -#: authentik/events/models.py:312 -msgid "" -"Only send notification once, for example when sending a webhook into a chat " -"channel." -msgstr "仅发送一次通知,例如在向聊天频道发送 Webhook 时。" - -#: authentik/events/models.py:357 -msgid "Severity" -msgstr "严重程度" - -#: authentik/events/models.py:362 -msgid "Dispatched for user" -msgstr "为用户分派" - -#: authentik/events/models.py:439 -msgid "Notification Transport" -msgstr "通知传输" - -#: authentik/events/models.py:440 -msgid "Notification Transports" -msgstr "通知传输" - -#: authentik/events/models.py:446 -msgid "Notice" -msgstr "注意" - -#: authentik/events/models.py:447 -msgid "Warning" -msgstr "警告" - -#: authentik/events/models.py:448 -msgid "Alert" -msgstr "注意" - -#: authentik/events/models.py:468 -msgid "Notification" -msgstr "通知" - -#: authentik/events/models.py:469 -msgid "Notifications" -msgstr "通知" - -#: authentik/events/models.py:488 -msgid "Controls which severity level the created notifications will have." -msgstr "控制被创建的通知的严重性级别。" - -#: authentik/events/models.py:508 -msgid "Notification Rule" -msgstr "通知规则" - -#: authentik/events/models.py:509 -msgid "Notification Rules" -msgstr "通知规则" - -#: authentik/events/models.py:530 -msgid "Notification Webhook Mapping" -msgstr "通知 Webhook 映射" - -#: authentik/events/models.py:531 -msgid "Notification Webhook Mappings" -msgstr "通知 Webhook 映射" - -#: authentik/events/monitored_tasks.py:197 -msgid "Task has not been run yet." -msgstr "任务尚未运行。" - -#: authentik/flows/api/flows.py:350 -#, python-format -msgid "Flow not applicable to current user/request: %(messages)s" -msgstr "Flow不适用于当前用户/请求: %(messages)s" - -#: authentik/flows/models.py:107 -msgid "Visible in the URL." -msgstr "在 URL 中可见。" - -#: authentik/flows/models.py:109 -msgid "Shown as the Title in Flow pages." -msgstr "显示为 “Flow” 页面中的标题。" - -#: authentik/flows/models.py:126 -msgid "Background shown during execution" -msgstr "执行时的背景" - -#: authentik/flows/models.py:133 -msgid "" -"Enable compatibility mode, increases compatibility with password managers on" -" mobile devices." -msgstr "启用兼容模式,增加与移动设备上密码管理器的兼容性。" - -#: authentik/flows/models.py:178 -msgid "Flow" -msgstr "流程" - -#: authentik/flows/models.py:179 -msgid "Flows" -msgstr "流程" - -#: authentik/flows/models.py:209 -msgid "Evaluate policies when the Stage is present to the user." -msgstr "当阶段出现在用户面前时,评估策略。" - -#: authentik/flows/models.py:216 -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 "" -"配置流程执行器应如何处理对质询的无效响应。RETRY 向执行器返回错误消息和类似的质询。RESTART 从头开始重新启动流程。 " -"RESTART_WITH_CONTEXT 在保留当前上下文的同时重新启动流程。" - -#: authentik/flows/models.py:240 -msgid "Flow Stage Binding" -msgstr "流阶段绑定" - -#: authentik/flows/models.py:241 -msgid "Flow Stage Bindings" -msgstr "流阶段绑定" - -#: authentik/flows/models.py:291 -msgid "Flow Token" -msgstr "流程令牌" - -#: authentik/flows/models.py:292 -msgid "Flow Tokens" -msgstr "流程令牌" - -#: authentik/flows/templates/flows/error.html:12 -msgid "Whoops!" -msgstr "噢!" - -#: authentik/flows/templates/flows/error.html:17 -msgid "Something went wrong! Please try again later." -msgstr "发生错误,请稍后重试。" - -#: authentik/lib/utils/time.py:24 -#, python-format -msgid "%(value)s is not in the correct format of 'hours=3;minutes=1'." -msgstr "%(value)s 的格式不正确,应为 'hours=3;minutes=1'。" - -#: authentik/managed/models.py:12 -msgid "Managed by authentik" -msgstr "由 authentik 管理" - -#: authentik/outposts/api/service_connections.py:131 -msgid "" -"You can only use an empty kubeconfig when connecting to a local cluster." -msgstr "你只能在连接到本地集群时使用空的 kubeconfig。" - -#: authentik/outposts/api/service_connections.py:139 -msgid "Invalid kubeconfig" -msgstr "无效 Kubeconfig " - -#: authentik/outposts/models.py:151 -msgid "Outpost Service-Connection" -msgstr "Outpost Service-连接" - -#: authentik/outposts/models.py:152 -msgid "Outpost Service-Connections" -msgstr "Outpost Service-连接" - -#: authentik/outposts/models.py:188 -msgid "" -"Certificate/Key used for authentication. Can be left empty for no " -"authentication." -msgstr "用于身份验证的证书/密钥。可以留空,留空表示不进行身份验证。" - -#: authentik/outposts/models.py:201 -msgid "Docker Service-Connection" -msgstr "Docker服务连接" - -#: authentik/outposts/models.py:202 -msgid "Docker Service-Connections" -msgstr "Docker服务连接" - -#: authentik/outposts/models.py:227 -msgid "Kubernetes Service-Connection" -msgstr "Kubernetes 服务连接" - -#: authentik/outposts/models.py:228 -msgid "Kubernetes Service-Connections" -msgstr "Kubernetes 服务连接" - -#: authentik/policies/denied.py:24 -msgid "Access denied" -msgstr "访问被拒绝" - -#: authentik/policies/dummy/models.py:45 -msgid "Dummy Policy" -msgstr "虚拟策略" - -#: authentik/policies/dummy/models.py:46 -msgid "Dummy Policies" -msgstr "虚拟策略" - -#: authentik/policies/event_matcher/models.py:80 -msgid "Event Matcher Policy" -msgstr "事件匹配策略" - -#: authentik/policies/event_matcher/models.py:81 -msgid "Event Matcher Policies" -msgstr "事件匹配策略" - -#: authentik/policies/expiry/models.py:46 -msgid "days" -msgstr "天" - -#: authentik/policies/expiry/models.py:49 -msgid "Password has expired." -msgstr "密码已过期。" - -#: authentik/policies/expiry/models.py:54 -msgid "Password Expiry Policy" -msgstr "密码过期策略" - -#: authentik/policies/expiry/models.py:55 -msgid "Password Expiry Policies" -msgstr "密码过期策略" - -#: authentik/policies/expression/models.py:41 -msgid "Expression Policy" -msgstr "表达策略" - -#: authentik/policies/expression/models.py:42 -msgid "Expression Policies" -msgstr "表达策略" - -#: authentik/policies/hibp/models.py:22 -#: authentik/policies/password/models.py:24 -msgid "Field key to check, field keys defined in Prompt stages are available." -msgstr "要检查的字段键,提示阶段中定义的字段键可用。" - -#: authentik/policies/hibp/models.py:47 -#: authentik/policies/password/models.py:57 -msgid "Password not set in context" -msgstr "未在上下文中设置密码" - -#: authentik/policies/hibp/models.py:60 -#, python-format -msgid "Password exists on %(count)d online lists." -msgstr "在线列表%(count)d 中存在密码。" - -#: authentik/policies/hibp/models.py:66 -msgid "Have I Been Pwned Policy" -msgstr "我被控制了吗政策" - -#: authentik/policies/hibp/models.py:67 -msgid "Have I Been Pwned Policies" -msgstr "我被控制了吗政策" - -#: authentik/policies/models.py:23 -msgid "ALL, all policies must pass" -msgstr "全部,必须通过所有策略" - -#: authentik/policies/models.py:25 -msgid "ANY, any policy must pass" -msgstr "任意,任一策略通过" - -#: authentik/policies/models.py:45 -msgid "Policy Binding Model" -msgstr "策略绑定模型" - -#: authentik/policies/models.py:46 -msgid "Policy Binding Models" -msgstr "策略绑定模型" - -#: authentik/policies/models.py:85 -msgid "Negates the outcome of the policy. Messages are unaffected." -msgstr "否定政策的结果。消息不受影响。" - -#: authentik/policies/models.py:88 -msgid "Timeout after which Policy execution is terminated." -msgstr "超时后,策略执行将终止。" - -#: authentik/policies/models.py:141 -msgid "Policy Binding" -msgstr "策略绑定" - -#: authentik/policies/models.py:142 -msgid "Policy Bindings" -msgstr "策略绑定" - -#: authentik/policies/models.py:181 -msgid "Policy" -msgstr "策略" - -#: authentik/policies/models.py:182 -msgid "Policies" -msgstr "策略" - -#: authentik/policies/password/models.py:89 -msgid "Password Policy" -msgstr "密码策略" - -#: authentik/policies/password/models.py:90 -msgid "Password Policies" -msgstr "密码策略" - -#: authentik/policies/reputation/models.py:54 -msgid "Reputation Policy" -msgstr "信誉政策" - -#: authentik/policies/reputation/models.py:55 -msgid "Reputation Policies" -msgstr "信誉政策" - -#: authentik/policies/templates/policies/denied.html:7 -#: authentik/policies/templates/policies/denied.html:11 -msgid "Permission denied" -msgstr "没有权限。" - -#: authentik/policies/templates/policies/denied.html:20 -msgid "Request has been denied." -msgstr "请求被拒绝。" - -#: authentik/policies/templates/policies/denied.html:31 -msgid "Messages:" -msgstr "消息:" - -#: authentik/policies/templates/policies/denied.html:41 -msgid "Explanation:" -msgstr "解释:" - -#: authentik/policies/templates/policies/denied.html:45 -#, python-format -msgid "" -"\n" -" Policy binding '%(name)s' returned result '%(result)s'\n" -" " -msgstr "" -"\n" -" 策略绑定 '%(name)s' 返回结果 '%(result)s'\n" -" " - -#: authentik/policies/views.py:68 -msgid "Failed to resolve application" -msgstr "解析应用程序失败" - -#: authentik/providers/ldap/models.py:25 -msgid "DN under which objects are accessible." -msgstr "在其下可以访问对象的 DN。" - -#: authentik/providers/ldap/models.py:34 -msgid "" -"Users in this group can do search queries. If not set, every user can " -"execute search queries." -msgstr "该组中的用户可以执行搜索查询。如果未设置,则每个用户都可以执行搜索查询。" - -#: authentik/providers/ldap/models.py:53 -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 "" -"对于UIDNumbers来说,这个数字被添加到User.pk中,以确保对于POSIX用户来说,这个数字不会太低。默认值为 " -"2000,以确保我们不会与本地用户 uidNumber 发生冲突" - -#: authentik/providers/ldap/models.py:62 -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 "" -"对于 GIDNumbers 来说,这个数字被添加到从 group.pk 生成的数字中,以确保对于 POSIX 组来说,这个数字不会太低。默认值为 " -"4000,以确保我们不会与本地组或用户主组 GIDNumber 发生冲突" - -#: authentik/providers/ldap/models.py:97 -msgid "LDAP Provider" -msgstr "LDAP 提供商" - -#: authentik/providers/ldap/models.py:98 -msgid "LDAP Providers" -msgstr "LDAP 提供商" - -#: authentik/providers/oauth2/models.py:36 -msgid "Confidential" -msgstr "机密" - -#: authentik/providers/oauth2/models.py:37 -msgid "Public" -msgstr "公开" - -#: authentik/providers/oauth2/models.py:51 -msgid "Based on the Hashed User ID" -msgstr "基于经过哈希处理的用户 ID" - -#: authentik/providers/oauth2/models.py:52 -msgid "Based on the username" -msgstr "基于用户名" - -#: authentik/providers/oauth2/models.py:55 -msgid "Based on the User's Email. This is recommended over the UPN method." -msgstr "基于用户的电子邮件。 建议在 UPN 方法上使用此方法。" - -#: authentik/providers/oauth2/models.py:71 -msgid "Same identifier is used for all providers" -msgstr "所有提供商都使用相同的标识符" - -#: authentik/providers/oauth2/models.py:73 -msgid "Each provider has a different issuer, based on the application slug." -msgstr "根据应用程序 slug,每个提供商都有不同的颁发者。" - -#: authentik/providers/oauth2/models.py:80 -msgid "code (Authorization Code Flow)" -msgstr "code(授权码流)" - -#: authentik/providers/oauth2/models.py:81 -msgid "id_token (Implicit Flow)" -msgstr "id_token(隐式流)" - -#: authentik/providers/oauth2/models.py:82 -msgid "id_token token (Implicit Flow)" -msgstr "id_token 令牌(隐式流)" - -#: authentik/providers/oauth2/models.py:83 -msgid "code token (Hybrid Flow)" -msgstr "代码令牌(混合流)" - -#: authentik/providers/oauth2/models.py:84 -msgid "code id_token (Hybrid Flow)" -msgstr "code id_token(混合流)" - -#: authentik/providers/oauth2/models.py:85 -msgid "code id_token token (Hybrid Flow)" -msgstr "code id_token 令牌(混合流)" - -#: authentik/providers/oauth2/models.py:91 -msgid "HS256 (Symmetric Encryption)" -msgstr "HS256(对称加密)" - -#: authentik/providers/oauth2/models.py:92 -msgid "RS256 (Asymmetric Encryption)" -msgstr "RS256(非对称加密)" - -#: authentik/providers/oauth2/models.py:93 -msgid "ES256 (Asymmetric Encryption)" -msgstr "" - -#: authentik/providers/oauth2/models.py:99 -msgid "Scope used by the client" -msgstr "客户端使用的作用域(Scope)" - -#: authentik/providers/oauth2/models.py:125 -msgid "Scope Mapping" -msgstr "作用域映射" - -#: authentik/providers/oauth2/models.py:126 -msgid "Scope Mappings" -msgstr "作用域映射" - -#: authentik/providers/oauth2/models.py:136 -msgid "Client Type" -msgstr "客户端类型" - -#: authentik/providers/oauth2/models.py:142 -msgid "Client ID" -msgstr "客户端 ID" - -#: authentik/providers/oauth2/models.py:148 -msgid "Client Secret" -msgstr "客户端密钥" - -#: authentik/providers/oauth2/models.py:154 -msgid "Redirect URIs" -msgstr "重定向 URI" - -#: authentik/providers/oauth2/models.py:155 -msgid "Enter each URI on a new line." -msgstr "每行输入一个URL。" - -#: authentik/providers/oauth2/models.py:160 -msgid "Include claims in id_token" -msgstr "在 id_token 中包含声明" - -#: authentik/providers/oauth2/models.py:208 -msgid "RSA Key" -msgstr "RSA 密钥" - -#: authentik/providers/oauth2/models.py:212 -msgid "" -"Key used to sign the tokens. Only required when JWT Algorithm is set to " -"RS256." -msgstr "用于对令牌进行签名的密钥。仅当JWT算法设置为 RS256 时才需要。" - -#: authentik/providers/oauth2/models.py:291 -msgid "OAuth2/OpenID Provider" -msgstr "OAuth2/OpenID 提供商" - -#: authentik/providers/oauth2/models.py:292 -msgid "OAuth2/OpenID Providers" -msgstr "OAuth2/OpenID 提供商" - -#: authentik/providers/oauth2/models.py:300 -msgid "Scopes" -msgstr "范围" - -#: authentik/providers/oauth2/models.py:319 -msgid "Code" -msgstr "代码" - -#: authentik/providers/oauth2/models.py:320 -msgid "Nonce" -msgstr "Nonce" - -#: authentik/providers/oauth2/models.py:321 -msgid "Is Authentication?" -msgstr "是身份验证吗?" - -#: authentik/providers/oauth2/models.py:322 -msgid "Code Challenge" -msgstr "代码质询" - -#: authentik/providers/oauth2/models.py:324 -msgid "Code Challenge Method" -msgstr "代码质询方法" - -#: authentik/providers/oauth2/models.py:338 -msgid "Authorization Code" -msgstr "授权码" - -#: authentik/providers/oauth2/models.py:339 -msgid "Authorization Codes" -msgstr "授权码" - -#: authentik/providers/oauth2/models.py:382 -msgid "Access Token" -msgstr "访问令牌" - -#: authentik/providers/oauth2/models.py:383 -msgid "Refresh Token" -msgstr "刷新令牌" - -#: authentik/providers/oauth2/models.py:384 -msgid "ID Token" -msgstr "ID 令牌" - -#: authentik/providers/oauth2/models.py:387 -msgid "OAuth2 Token" -msgstr "OAuth2 令牌" - -#: authentik/providers/oauth2/models.py:388 -msgid "OAuth2 Tokens" -msgstr "OAuth2 令牌" - -#: authentik/providers/oauth2/views/authorize.py:458 -#: authentik/providers/saml/views/sso.py:69 -#, python-format -msgid "You're about to sign into %(application)s." -msgstr "你即将登入 %(application)s。" - -#: authentik/providers/proxy/models.py:52 -msgid "Validate SSL Certificates of upstream servers" -msgstr "验证上游服务器的 SSL 证书" - -#: authentik/providers/proxy/models.py:53 -msgid "Internal host SSL Validation" -msgstr "内部主机 SSL 验证" - -#: authentik/providers/proxy/models.py:59 -msgid "" -"Enable support for forwardAuth in traefik and nginx auth_request. Exclusive " -"with internal_host." -msgstr "在 traefik 和 nginx auth_request 中启用对 ForwardAuth 的支持。internal_host 独有。" - -#: authentik/providers/proxy/models.py:77 -msgid "Set HTTP-Basic Authentication" -msgstr "设置 HTTP 基本身份验证" - -#: authentik/providers/proxy/models.py:79 -msgid "" -"Set a custom HTTP-Basic Authentication header based on values from " -"authentik." -msgstr "根据来自 authentik 的值设置自定义 HTTP-Basic 身份验证标头。" - -#: authentik/providers/proxy/models.py:84 -msgid "HTTP-Basic Username Key" -msgstr "HTTP-Basic 用户名密钥" - -#: authentik/providers/proxy/models.py:94 -msgid "HTTP-Basic Password Key" -msgstr "HTTP-Basic 密码密钥" - -#: authentik/providers/proxy/models.py:149 -msgid "Proxy Provider" -msgstr "代理提供商" - -#: authentik/providers/proxy/models.py:150 -msgid "Proxy Providers" -msgstr "代理提供商" - -#: authentik/providers/saml/api.py:176 -msgid "Invalid XML Syntax" -msgstr "XML 语法无效" - -#: authentik/providers/saml/api.py:186 -#, python-format -msgid "Failed to import Metadata: %(message)s" -msgstr "导入元数据失败:%(message)s" - -#: authentik/providers/saml/models.py:38 -msgid "ACS URL" -msgstr "ACS URL" - -#: authentik/providers/saml/models.py:49 -msgid "Also known as EntityID" -msgstr "也称为 EntityID" - -#: authentik/providers/saml/models.py:53 -msgid "Service Provider Binding" -msgstr "服务提供商绑定" - -#: authentik/providers/saml/models.py:65 -msgid "NameID Property Mapping" -msgstr "nameID 属性映射" - -#: authentik/providers/saml/models.py:109 authentik/sources/saml/models.py:128 -msgid "SHA1" -msgstr "SHA1" - -#: authentik/providers/saml/models.py:110 authentik/sources/saml/models.py:129 -msgid "SHA256" -msgstr "SHA256" - -#: authentik/providers/saml/models.py:111 authentik/sources/saml/models.py:130 -msgid "SHA384" -msgstr "SHA384" - -#: authentik/providers/saml/models.py:112 authentik/sources/saml/models.py:131 -msgid "SHA512" -msgstr "SHA512" - -#: authentik/providers/saml/models.py:119 authentik/sources/saml/models.py:138 -msgid "RSA-SHA1" -msgstr "RSA-SHA1" - -#: authentik/providers/saml/models.py:120 authentik/sources/saml/models.py:139 -msgid "RSA-SHA256" -msgstr "RSA-SHA256" - -#: authentik/providers/saml/models.py:121 authentik/sources/saml/models.py:140 -msgid "RSA-SHA384" -msgstr "RSA-SHA384" - -#: authentik/providers/saml/models.py:122 authentik/sources/saml/models.py:141 -msgid "RSA-SHA512" -msgstr "RSA-SHA512" - -#: authentik/providers/saml/models.py:123 authentik/sources/saml/models.py:142 -msgid "DSA-SHA1" -msgstr "DSA-SHA1" - -#: authentik/providers/saml/models.py:140 -msgid "Verification Certificate" -msgstr "验证证书" - -#: authentik/providers/saml/models.py:148 -msgid "Keypair used to sign outgoing Responses going to the Service Provider." -msgstr "密钥对用于签署发送给服务提供商的外发响应。" - -#: authentik/providers/saml/models.py:150 authentik/sources/saml/models.py:118 -msgid "Signing Keypair" -msgstr "签名密钥对" - -#: authentik/providers/saml/models.py:180 -msgid "SAML Provider" -msgstr "SAML 提供商" - -#: authentik/providers/saml/models.py:181 -msgid "SAML Providers" -msgstr "SAML 提供商" - -#: authentik/providers/saml/models.py:206 -msgid "SAML Property Mapping" -msgstr "SAML 属性映射" - -#: authentik/providers/saml/models.py:207 -msgid "SAML Property Mappings" -msgstr "SAML 属性映射" - -#: authentik/recovery/management/commands/create_admin_group.py:11 -msgid "Create admin group if the default group gets deleted." -msgstr "如果默认群组被删除,则创建管理员群组。" - -#: authentik/recovery/management/commands/create_recovery_key.py:17 -msgid "Create a Key which can be used to restore access to authentik." -msgstr "创建一个密钥,该密钥可用于恢复对 authentik 的访问权限。" - -#: authentik/recovery/views.py:24 -msgid "Used recovery-link to authenticate." -msgstr "已使用恢复链接进行身份验证。" - -#: authentik/sources/ldap/models.py:32 -msgid "Server URI" -msgstr "服务器 URI" - -#: authentik/sources/ldap/models.py:40 -msgid "" -"Optionally verify the LDAP Server's Certificate against the CA Chain in this" -" keypair." -msgstr "可选,根据此密钥对中的 CA 链验证 LDAP 服务器的证书。" - -#: authentik/sources/ldap/models.py:45 -msgid "Bind CN" -msgstr "Bind CN" - -#: authentik/sources/ldap/models.py:47 -msgid "Enable Start TLS" -msgstr "启用 “启动 TLS”" - -#: authentik/sources/ldap/models.py:49 -msgid "Base DN" -msgstr "Base DN" - -#: authentik/sources/ldap/models.py:51 -msgid "Prepended to Base DN for User-queries." -msgstr "预先添加到用户查询的Base DN 中。" - -#: authentik/sources/ldap/models.py:52 -msgid "Addition User DN" -msgstr "额外的用户 DN" - -#: authentik/sources/ldap/models.py:56 -msgid "Prepended to Base DN for Group-queries." -msgstr "在组查询的基本 Base DN 前面加上。" - -#: authentik/sources/ldap/models.py:57 -msgid "Addition Group DN" -msgstr "额外的 Group DN" - -#: authentik/sources/ldap/models.py:63 -msgid "Consider Objects matching this filter to be Users." -msgstr "将与此筛选器匹配的对象视为用户。" - -#: authentik/sources/ldap/models.py:66 -msgid "Field which contains members of a group." -msgstr "包含组成员的字段。" - -#: authentik/sources/ldap/models.py:70 -msgid "Consider Objects matching this filter to be Groups." -msgstr "将与此过滤器匹配的对象视为组。" - -#: authentik/sources/ldap/models.py:73 -msgid "Field which contains a unique Identifier." -msgstr "包含唯一标识符的字段。" - -#: authentik/sources/ldap/models.py:80 -msgid "Property mappings used for group creation/updating." -msgstr "用于创建/更新组的属性映射。" - -#: authentik/sources/ldap/models.py:145 -msgid "LDAP Source" -msgstr "LDAP 源" - -#: authentik/sources/ldap/models.py:146 -msgid "LDAP Sources" -msgstr "LDAP 源" - -#: authentik/sources/ldap/models.py:169 -msgid "LDAP Property Mapping" -msgstr "LDAP 属性映射" - -#: authentik/sources/ldap/models.py:170 -msgid "LDAP Property Mappings" -msgstr "LDAP 属性映射" - -#: authentik/sources/ldap/signals.py:58 -msgid "Password does not match Active Directory Complexity." -msgstr "密码与活动目录复杂度不匹配。" - -#: authentik/sources/oauth/models.py:24 -msgid "Request Token URL" -msgstr "请求令牌网址" - -#: authentik/sources/oauth/models.py:26 -msgid "" -"URL used to request the initial token. This URL is only required for OAuth " -"1." -msgstr "用于请求初始令牌的 URL。只有 OAuth 1 才需要此网址。" - -#: authentik/sources/oauth/models.py:32 -msgid "Authorization URL" -msgstr "授权网址" - -#: authentik/sources/oauth/models.py:33 -msgid "URL the user is redirect to to conest the flow." -msgstr "用户被重定向到的URL,以控制流程。" - -#: authentik/sources/oauth/models.py:38 -msgid "Access Token URL" -msgstr "访问令牌 URL" - -#: authentik/sources/oauth/models.py:39 -msgid "URL used by authentik to retrieve tokens." -msgstr "authentik 用来检索令牌的 URL。" - -#: authentik/sources/oauth/models.py:44 -msgid "Profile URL" -msgstr "个人资料网址" - -#: authentik/sources/oauth/models.py:45 -msgid "URL used by authentik to get user information." -msgstr "authentik 用来获取用户信息的 URL。" - -#: authentik/sources/oauth/models.py:97 -msgid "OAuth Source" -msgstr "OAuth 源" - -#: authentik/sources/oauth/models.py:98 -msgid "OAuth Sources" -msgstr "OAuth 源" - -#: authentik/sources/oauth/models.py:107 -msgid "GitHub OAuth Source" -msgstr "GitHub OAuth 来" - -#: authentik/sources/oauth/models.py:108 -msgid "GitHub OAuth Sources" -msgstr "GitHub OAuth 源" - -#: authentik/sources/oauth/models.py:117 -msgid "Twitter OAuth Source" -msgstr "Twitter OAuth 源" - -#: authentik/sources/oauth/models.py:118 -msgid "Twitter OAuth Sources" -msgstr "Twitter OAuth 源" - -#: authentik/sources/oauth/models.py:127 -msgid "Facebook OAuth Source" -msgstr "Facebook OAuth 源" - -#: authentik/sources/oauth/models.py:128 -msgid "Facebook OAuth Sources" -msgstr "Facebook OAuth 源" - -#: authentik/sources/oauth/models.py:137 -msgid "Discord OAuth Source" -msgstr "Discord OAuth 源" - -#: authentik/sources/oauth/models.py:138 -msgid "Discord OAuth Sources" -msgstr "Discord OAuth 源" - -#: authentik/sources/oauth/models.py:147 -msgid "Google OAuth Source" -msgstr "谷歌 OAuth 源" - -#: authentik/sources/oauth/models.py:148 -msgid "Google OAuth Sources" -msgstr "谷歌 OAuth 源" - -#: authentik/sources/oauth/models.py:157 -msgid "Azure AD OAuth Source" -msgstr "Azure AD OAuth 源" - -#: authentik/sources/oauth/models.py:158 -msgid "Azure AD OAuth Sources" -msgstr "Azure AD OAuth 来源" - -#: authentik/sources/oauth/models.py:167 -msgid "OpenID OAuth Source" -msgstr "OpenID OAuth 源" - -#: authentik/sources/oauth/models.py:168 -msgid "OpenID OAuth Sources" -msgstr "OpenID OAuth 源" - -#: authentik/sources/oauth/models.py:177 -msgid "Apple OAuth Source" -msgstr "Apple OAuth 源" - -#: authentik/sources/oauth/models.py:178 -msgid "Apple OAuth Sources" -msgstr "Apple OAuth 源" - -#: authentik/sources/oauth/models.py:187 -msgid "Okta OAuth Source" -msgstr "Okta OAuth 源" - -#: authentik/sources/oauth/models.py:188 -msgid "Okta OAuth Sources" -msgstr "Okta OAuth 源" - -#: authentik/sources/oauth/models.py:203 -msgid "User OAuth Source Connection" -msgstr "用户 OAuth 源连接" - -#: authentik/sources/oauth/models.py:204 -msgid "User OAuth Source Connections" -msgstr "用户 OAuth 源连接" - -#: authentik/sources/oauth/views/callback.py:98 -msgid "Authentication Failed." -msgstr "身份验证失败。" - -#: authentik/sources/plex/models.py:37 -msgid "Client identifier used to talk to Plex." -msgstr "用于与Plex通话的客户端标识符。" - -#: authentik/sources/plex/models.py:52 -msgid "Allow friends to authenticate, even if you don't share a server." -msgstr "允许朋友进行身份验证,即使您不共享服务器。" - -#: authentik/sources/plex/models.py:54 -msgid "Plex token used to check friends" -msgstr "用于检查朋友的 Plex 令牌" - -#: authentik/sources/plex/models.py:92 -msgid "Plex Source" -msgstr "Plex 源" - -#: authentik/sources/plex/models.py:93 -msgid "Plex Sources" -msgstr "Plex 源" - -#: authentik/sources/plex/models.py:104 -msgid "User Plex Source Connection" -msgstr "用户 Plex 源连接" - -#: authentik/sources/plex/models.py:105 -msgid "User Plex Source Connections" -msgstr "用户 Plex 源连接" - -#: authentik/sources/saml/models.py:36 -msgid "Redirect Binding" -msgstr "重定向绑定" - -#: authentik/sources/saml/models.py:37 -msgid "POST Binding" -msgstr "POST 绑定" - -#: authentik/sources/saml/models.py:38 -msgid "POST Binding with auto-confirmation" -msgstr "带有自动确认功能的 POST 绑定" - -#: authentik/sources/saml/models.py:57 -msgid "Flow used before authentication." -msgstr "身份验证之前使用的流程。" - -#: authentik/sources/saml/models.py:64 -msgid "Issuer" -msgstr "Issuer" - -#: authentik/sources/saml/models.py:65 -msgid "Also known as Entity ID. Defaults the Metadata URL." -msgstr "也称为实体 ID。 默认为 Metadata URL。" - -#: authentik/sources/saml/models.py:69 -msgid "SSO URL" -msgstr "SSO 网址" - -#: authentik/sources/saml/models.py:70 -msgid "URL that the initial Login request is sent to." -msgstr "初始登录请求发送到的URL。" - -#: authentik/sources/saml/models.py:76 -msgid "SLO URL" -msgstr "SLO URL" - -#: authentik/sources/saml/models.py:77 -msgid "Optional URL if your IDP supports Single-Logout." -msgstr "如果您的 IDP 支持单点注销,则为可选 URL。" - -#: authentik/sources/saml/models.py:83 -msgid "" -"Allows authentication flows initiated by the IdP. This can be a security " -"risk, as no validation of the request ID is done." -msgstr "允许由 IdP 启动的身份验证流。这可能存在安全风险,因为未对请求 ID 进行验证。" - -#: authentik/sources/saml/models.py:91 -msgid "" -"NameID Policy sent to the IdP. Can be unset, in which case no Policy is " -"sent." -msgstr "已向 IdP 发送了 NameID 策略。可以取消设置,在这种情况下,不会发送任何策略。" - -#: authentik/sources/saml/models.py:102 -msgid "Delete temporary users after" -msgstr "之后删除临时用户" - -#: authentik/sources/saml/models.py:120 -msgid "" -"Keypair which is used to sign outgoing requests. Leave empty to disable " -"signing." -msgstr "用于签署传出请求的密钥对。留空则禁用签名。" - -#: authentik/sources/saml/models.py:188 -msgid "SAML Source" -msgstr "SAML 源" - -#: authentik/sources/saml/models.py:189 -msgid "SAML Sources" -msgstr "SAML 源" - -#: authentik/stages/authenticator_duo/models.py:64 -msgid "Duo Authenticator Setup Stage" -msgstr "Duo 身份验证器设置阶段" - -#: authentik/stages/authenticator_duo/models.py:65 -msgid "Duo Authenticator Setup Stages" -msgstr "Duo 身份验证器设置阶段" - -#: authentik/stages/authenticator_duo/models.py:82 -msgid "Duo Device" -msgstr "Duo 设备" - -#: authentik/stages/authenticator_duo/models.py:83 -msgid "Duo Devices" -msgstr "Duo 设备" - -#: authentik/stages/authenticator_sms/models.py:157 -msgid "SMS Authenticator Setup Stage" -msgstr "SMS 身份验证器设置阶段" - -#: authentik/stages/authenticator_sms/models.py:158 -msgid "SMS Authenticator Setup Stages" -msgstr "SMS 身份验证器设置阶段" - -#: authentik/stages/authenticator_sms/models.py:175 -msgid "SMS Device" -msgstr "短信设备" - -#: authentik/stages/authenticator_sms/models.py:176 -msgid "SMS Devices" -msgstr "短信设备" - -#: authentik/stages/authenticator_sms/stage.py:54 -#: authentik/stages/authenticator_totp/stage.py:45 -msgid "Code does not match" -msgstr "代码不匹配" - -#: authentik/stages/authenticator_static/models.py:47 -msgid "Static Authenticator Stage" -msgstr "静态身份验证器阶段" - -#: authentik/stages/authenticator_static/models.py:48 -msgid "Static Authenticator Stages" -msgstr "静态身份验证器阶段" - -#: authentik/stages/authenticator_totp/models.py:16 -msgid "6 digits, widely compatible" -msgstr "6位数字,广泛兼容" - -#: authentik/stages/authenticator_totp/models.py:17 -msgid "8 digits, not compatible with apps like Google Authenticator" -msgstr "8位数字,与谷歌身份验证器等应用不兼容" - -#: authentik/stages/authenticator_totp/models.py:54 -msgid "TOTP Authenticator Setup Stage" -msgstr "TOTP 身份验证器设置阶段" - -#: authentik/stages/authenticator_totp/models.py:55 -msgid "TOTP Authenticator Setup Stages" -msgstr "TOTP 身份验证器设置阶段" - -#: authentik/stages/authenticator_validate/challenge.py:99 -msgid "Invalid Token" -msgstr "无效令牌" - -#: authentik/stages/authenticator_validate/models.py:17 -msgid "TOTP" -msgstr "TOTP" - -#: authentik/stages/authenticator_validate/models.py:18 -msgid "WebAuthn" -msgstr "WebAuthn" - -#: authentik/stages/authenticator_validate/models.py:19 -msgid "Duo" -msgstr "Duo" - -#: authentik/stages/authenticator_validate/models.py:20 -msgid "SMS" -msgstr "短信" - -#: authentik/stages/authenticator_validate/models.py:58 -msgid "Device classes which can be used to authenticate" -msgstr "可用于进行身份验证的设备类别" - -#: authentik/stages/authenticator_validate/models.py:80 -msgid "Authenticator Validation Stage" -msgstr "身份验证器验证阶段" - -#: authentik/stages/authenticator_validate/models.py:81 -msgid "Authenticator Validation Stages" -msgstr "身份验证器验证阶段" - -#: authentik/stages/authenticator_webauthn/models.py:71 -msgid "WebAuthn Authenticator Setup Stage" -msgstr "WebAuthn 身份验证器设置阶段" - -#: authentik/stages/authenticator_webauthn/models.py:72 -msgid "WebAuthn Authenticator Setup Stages" -msgstr "WebAuthn 身份验证器设置阶段" - -#: authentik/stages/authenticator_webauthn/models.py:105 -msgid "WebAuthn Device" -msgstr "WebAuthn 设备" - -#: authentik/stages/authenticator_webauthn/models.py:106 -msgid "WebAuthn Devices" -msgstr "WebAuthn 设备" - -#: authentik/stages/captcha/models.py:15 -msgid "" -"Public key, acquired from https://www.google.com/recaptcha/intro/v3.html" -msgstr "公钥,从 https://www.google.com/recaptcha/intro/v3.html 获取" - -#: authentik/stages/captcha/models.py:18 -msgid "" -"Private key, acquired from https://www.google.com/recaptcha/intro/v3.html" -msgstr "私钥,从 https://www.google.com/recaptcha/intro/v3.html 获取" - -#: authentik/stages/captcha/models.py:39 -msgid "Captcha Stage" -msgstr "验证码阶段" - -#: authentik/stages/captcha/models.py:40 -msgid "Captcha Stages" -msgstr "验证码阶段" - -#: authentik/stages/consent/models.py:52 -msgid "Consent Stage" -msgstr "同意阶段" - -#: authentik/stages/consent/models.py:53 -msgid "Consent Stages" -msgstr "Consent Stages" - -#: authentik/stages/consent/models.py:68 -msgid "User Consent" -msgstr "用户同意" - -#: authentik/stages/consent/models.py:69 -msgid "User Consents" -msgstr "用户同意" - -#: authentik/stages/deny/models.py:31 -msgid "Deny Stage" -msgstr "拒绝舞台" - -#: authentik/stages/deny/models.py:32 -msgid "Deny Stages" -msgstr "拒绝阶段" - -#: authentik/stages/dummy/models.py:33 -msgid "Dummy Stage" -msgstr "虚拟阶段" - -#: authentik/stages/dummy/models.py:34 -msgid "Dummy Stages" -msgstr "虚拟阶段" - -#: authentik/stages/email/models.py:25 -msgid "Password Reset" -msgstr "密码重置" - -#: authentik/stages/email/models.py:29 -msgid "Account Confirmation" -msgstr "账户确认" - -#: authentik/stages/email/models.py:75 -msgid "Activate users upon completion of stage." -msgstr "完成阶段后激活用户。" - -#: authentik/stages/email/models.py:79 -msgid "Time in minutes the token sent is valid." -msgstr "发送的令牌的有效时间(以分钟为单位)。" - -#: authentik/stages/email/models.py:125 -msgid "Email Stage" -msgstr "电子邮件阶段" - -#: authentik/stages/email/models.py:126 -msgid "Email Stages" -msgstr "电子邮件阶段" - -#: authentik/stages/email/stage.py:106 -msgid "Successfully verified Email." -msgstr "已成功验证电子邮件。" - -#: authentik/stages/email/stage.py:113 authentik/stages/email/stage.py:135 -msgid "No pending user." -msgstr "没有待处理的用户。" - -#: authentik/stages/email/stage.py:125 -msgid "Email sent." -msgstr "邮件已发出。" - -#: authentik/stages/email/templates/email/account_confirmation.html:9 -msgid "Welcome!" -msgstr "欢迎!" - -#: authentik/stages/email/templates/email/account_confirmation.html:12 -msgid "" -"We're excited to have you get started. First, you need to confirm your " -"account. Just press the button below." -msgstr "我们很高兴你能开始使用。首先,您需要确认您的帐户。只需按下下面的按钮即可。" - -#: authentik/stages/email/templates/email/account_confirmation.html:21 -msgid "Confirm Account" -msgstr "确认账户" - -#: authentik/stages/email/templates/email/account_confirmation.html:30 -#, python-format -msgid "" -"\n" -" If that doesn't work, copy and paste the following link in your browser: %(url)s\n" -" " -msgstr "" -"\n" -" 如果这不起作用,请在浏览器中复制并粘贴以下链接:%(url)s\n" -" " - -#: authentik/stages/email/templates/email/account_confirmation.html:35 -msgid "" -"If you have any questions, just reply to this email—we're always happy to " -"help out." -msgstr "如果您有任何疑问,请回复此电子邮件——我们很乐意为您提供帮助。" - -#: authentik/stages/email/templates/email/generic.html:24 -msgid "Additional Information" -msgstr "其他信息" - -#: authentik/stages/email/templates/email/password_reset.html:9 -#, python-format -msgid "" -"\n" -" Hi %(username)s,\n" -" " -msgstr "" -"\n" -" 你好 %(username)s,\n" -" " - -#: authentik/stages/email/templates/email/password_reset.html:19 -msgid "" -"\n" -" You recently requested to change your password for you authentik account. Use the button below to set a new password.\n" -" " -msgstr "" -"\n" -" 您最近请求更改您的 authentik 账户的密码。使用下面的按钮设置新密码。\n" -" " - -#: authentik/stages/email/templates/email/password_reset.html:33 -msgid "Reset Password" -msgstr "重置密码" - -#: authentik/stages/email/templates/email/password_reset.html:45 -#, 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" -" 如果您没有请求更改密码,请忽略此电子邮件。上面的链接对 %(expires)s 有效。\n" -" " - -#: authentik/stages/email/templates/email/setup.html:9 -msgid "authentik Test-Email" -msgstr "authentik 测试电子邮件" - -#: authentik/stages/email/templates/email/setup.html:17 -msgid "" -"\n" -" This is a test email to inform you, that you've successfully configured authentik emails.\n" -" " -msgstr "" -"\n" -" 这是一封测试电子邮件,用于通知您,您已成功配置身份验证电子邮件。\n" -" " - -#: authentik/stages/identification/models.py:42 -msgid "" -"When set, shows a password field, instead of showing the password field as " -"seaprate step." -msgstr "设置后,将显示密码字段,而不是将密码字段显示为单独的步骤。" - -#: authentik/stages/identification/models.py:48 -msgid "When enabled, user fields are matched regardless of their casing." -msgstr "启用后,无论用户字段大小写如何,都将匹配用户字段。" - -#: authentik/stages/identification/models.py:68 -msgid "Optional enrollment flow, which is linked at the bottom of the page." -msgstr "可选注册流程,链接在页面底部。" - -#: authentik/stages/identification/models.py:77 -msgid "Optional recovery flow, which is linked at the bottom of the page." -msgstr "可选的恢复流程,链接在页面底部。" - -#: authentik/stages/identification/models.py:86 -msgid "Optional passwordless flow, which is linked at the bottom of the page." -msgstr "可选的无密码流程,链接在页面底部。" - -#: authentik/stages/identification/models.py:90 -msgid "Specify which sources should be shown." -msgstr "指定应显示哪些来源。" - -#: authentik/stages/identification/models.py:112 -msgid "Identification Stage" -msgstr "识别阶段" - -#: authentik/stages/identification/models.py:113 -msgid "Identification Stages" -msgstr "识别阶段" - -#: authentik/stages/identification/stage.py:175 -msgid "Log in" -msgstr "登入" - -#: authentik/stages/invitation/models.py:46 -msgid "Invitation Stage" -msgstr "邀请阶段" - -#: authentik/stages/invitation/models.py:47 -msgid "Invitation Stages" -msgstr "邀请阶段" - -#: authentik/stages/invitation/models.py:57 -msgid "When enabled, the invitation will be deleted after usage." -msgstr "启用后,邀请将在使用后被删除。" - -#: authentik/stages/invitation/models.py:64 -msgid "Optional fixed data to enforce on user enrollment." -msgstr "在用户注册时强制执行的可选固定数据。" - -#: authentik/stages/invitation/models.py:72 -msgid "Invitation" -msgstr "邀请" - -#: authentik/stages/invitation/models.py:73 -msgid "Invitations" -msgstr "邀请" - -#: authentik/stages/password/models.py:20 -msgid "User database + standard password" -msgstr "用户数据库+标准密码" - -#: authentik/stages/password/models.py:24 -msgid "User database + app passwords" -msgstr "用户数据库+应用程序密码" - -#: authentik/stages/password/models.py:28 -msgid "User database + LDAP password" -msgstr "用户数据库 + LDAP 密码" - -#: authentik/stages/password/models.py:38 -msgid "Selection of backends to test the password against." -msgstr "选择用于测试密码的后端。" - -#: authentik/stages/password/models.py:78 -msgid "Password Stage" -msgstr "密码阶段" - -#: authentik/stages/password/models.py:79 -msgid "Password Stages" -msgstr "密码阶段" - -#: authentik/stages/password/stage.py:152 -msgid "Invalid password" -msgstr "密码无效" - -#: authentik/stages/prompt/models.py:29 -msgid "Text: Simple Text input" -msgstr "文本:简单文本输入" - -#: authentik/stages/prompt/models.py:32 -msgid "Text (read-only): Simple Text input, but cannot be edited." -msgstr "文本(只读):简单文本输入,但无法编辑。" - -#: authentik/stages/prompt/models.py:39 -msgid "Email: Text field with Email type." -msgstr "电子邮件:具有电子邮件类型的文本字段。" - -#: authentik/stages/prompt/models.py:55 -msgid "Separator: Static Separator Line" -msgstr "分隔符:静态分隔线" - -#: authentik/stages/prompt/models.py:56 -msgid "Hidden: Hidden field, can be used to insert data into form." -msgstr "隐藏:隐藏字段,可用于将数据插入表单。" - -#: authentik/stages/prompt/models.py:57 -msgid "Static: Static value, displayed as-is." -msgstr "静态:静态值,按原样显示。" - -#: authentik/stages/prompt/models.py:66 -msgid "Name of the form field, also used to store the value" -msgstr "表单域的名称,也用于存储值" - -#: authentik/stages/prompt/models.py:131 -msgid "Prompt" -msgstr "提示" - -#: authentik/stages/prompt/models.py:132 -msgid "Prompts" -msgstr "提示" - -#: authentik/stages/prompt/models.py:160 -msgid "Prompt Stage" -msgstr "提示阶段" - -#: authentik/stages/prompt/models.py:161 -msgid "Prompt Stages" -msgstr "提示阶段" - -#: authentik/stages/prompt/stage.py:94 -msgid "Passwords don't match." -msgstr "密码不匹配。" - -#: authentik/stages/user_delete/models.py:32 -msgid "User Delete Stage" -msgstr "用户删除阶段" - -#: authentik/stages/user_delete/models.py:33 -msgid "User Delete Stages" -msgstr "用户删除阶段" - -#: authentik/stages/user_delete/stage.py:24 -msgid "No Pending User." -msgstr "没有待处理的用户。" - -#: authentik/stages/user_login/models.py:19 -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 "确定会话持续多长时间。默认值为 0 表示会话持续到浏览器关闭为止。(格式:hours=-1;minutes=-2;seconds=-3)" - -#: authentik/stages/user_login/models.py:43 -msgid "User Login Stage" -msgstr "用户登录阶段" - -#: authentik/stages/user_login/models.py:44 -msgid "User Login Stages" -msgstr "用户登录阶段" - -#: authentik/stages/user_login/stage.py:29 -msgid "No Pending user to login." -msgstr "没有待定用户可以登录。" - -#: authentik/stages/user_login/stage.py:57 -msgid "Successfully logged in!" -msgstr "已成功登入!" - -#: authentik/stages/user_logout/models.py:31 -msgid "User Logout Stage" -msgstr "用户注销阶段" - -#: authentik/stages/user_logout/models.py:32 -msgid "User Logout Stages" -msgstr "用户注销阶段" - -#: authentik/stages/user_write/models.py:18 -msgid "When set, newly created users are inactive and cannot login." -msgstr "设置后,新创建的用户将处于非活动状态,且无法登录。" - -#: authentik/stages/user_write/models.py:26 -msgid "Optionally add newly created users to this group." -msgstr "(可选)将新创建的用户添加到此组。" - -#: authentik/stages/user_write/models.py:47 -msgid "User Write Stage" -msgstr "用户写入阶段" - -#: authentik/stages/user_write/models.py:48 -msgid "User Write Stages" -msgstr "用户写入阶段" - -#: authentik/stages/user_write/stage.py:53 -msgid "No Pending data." -msgstr "没有待处理的数据。" - -#: authentik/tenants/models.py:18 -msgid "" -"Domain that activates this tenant. Can be a superset, i.e. `a.b` for `aa.b` " -"and `ba.b`" -msgstr "激活此租户的域。可以是超集,例如 `aa.b` 表示 `aa.b` 和 `ba.b`" - -#: authentik/tenants/models.py:70 -msgid "Tenant" -msgstr "租户" - -#: authentik/tenants/models.py:71 -msgid "Tenants" -msgstr "租户" diff --git a/locale/zh_CN/LC_MESSAGES/django.mo b/locale/zh_Hans/LC_MESSAGES/django.mo similarity index 100% rename from locale/zh_CN/LC_MESSAGES/django.mo rename to locale/zh_Hans/LC_MESSAGES/django.mo diff --git a/locale/zh_CN/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po similarity index 92% rename from locale/zh_CN/LC_MESSAGES/django.po rename to locale/zh_Hans/LC_MESSAGES/django.po index b04f7fec90..30291578a4 100644 --- a/locale/zh_CN/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -2,27 +2,28 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. -# +# # Translators: # Chen Zhikai, 2022 # 刘松, 2022 # deluxghost, 2025 # RocketDev, 2025 # Jens L. , 2025 -# +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-25 00:09+0000\n" +"POT-Creation-Date: 2025-12-01 17:03+0000\n" "PO-Revision-Date: 2022-09-26 16:47+0000\n" "Last-Translator: Jens L. , 2025\n" -"Language-Team: Chinese (China) (https://app.transifex.com/authentik/teams/119923/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/authentik/teams/" +"119923/zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: authentik/admin/models.py @@ -80,13 +81,14 @@ msgstr "由 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." +"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 "" -"由 authentik 管理的对象。这些对象会自动创建和更新。此标记仅仅表明对象可以被 Migration 覆盖。您仍然可以通过 API " -"修改对象,但这些修改可能会在之后的更新中被覆盖。" +"由 authentik 管理的对象。这些对象会自动创建和更新。此标记仅仅表明对象可以被 " +"Migration 覆盖。您仍然可以通过 API 修改对象,但这些修改可能会在之后的更新中被" +"覆盖。" #: authentik/blueprints/models.py msgid "Blueprint Instance" @@ -161,9 +163,10 @@ 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 "如果未设置,则返回所有提供程序。如果启用,仅返回反向通道提供程序。如果禁用,则返回非反向通道提供程序" +"providers are returned. When set to false, backchannel providers are excluded" +msgstr "" +"如果未设置,则返回所有提供程序。如果启用,仅返回反向通道提供程序。如果禁用," +"则返回非反向通道提供程序" #: authentik/core/api/transactional_applications.py #, python-brace-format @@ -320,7 +323,8 @@ msgstr "使用源特定的标识符" msgid "" "Link to a user with identical email address. Can have security implications " "when a source doesn't validate email addresses." -msgstr "链接到电子邮件地址相同的用户。当源不验证电子邮件地址时,可能会有安全隐患。" +msgstr "" +"链接到电子邮件地址相同的用户。当源不验证电子邮件地址时,可能会有安全隐患。" #: authentik/core/models.py msgid "" @@ -358,6 +362,12 @@ msgstr "源的显示名称。" msgid "Internal source name, used in URLs." msgstr "源的内部名称,在 URL 中使用。" +#: 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 "认证已存在用户时所使用的流程。" @@ -374,8 +384,8 @@ msgstr "源怎样确定应该验证已有用户的身份还是注册新用户。 #: authentik/core/models.py msgid "" -"How the source determines if an existing group should be used or a new group" -" created." +"How the source determines if an existing group should be used or a new group " +"created." msgstr "源怎样确定应该使用已有组的身份还是创建新组。" #: authentik/core/models.py authentik/providers/scim/models.py @@ -550,6 +560,16 @@ msgstr "" msgid "Agent Connectors" msgstr "" +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Token" +msgstr "设备令牌" + +#: authentik/endpoints/connectors/agent/models.py +#: authentik/providers/oauth2/models.py +msgid "Device Tokens" +msgstr "设备令牌" + #: authentik/endpoints/connectors/agent/models.py msgid "Enrollment Token" msgstr "" @@ -558,6 +578,62 @@ msgstr "" 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/tasks.py msgid "Sync endpoints." msgstr "" @@ -616,7 +692,9 @@ msgstr "用户密码历史记录" msgid "" "Check if any UniquePasswordPolicy exists, and if not, purge the password " "history table." -msgstr "检查是否存在任何 UniquePasswordPolicy 策略,如果不存在,则清除密码历史记录表。" +msgstr "" +"检查是否存在任何 UniquePasswordPolicy 策略,如果不存在,则清除密码历史记录" +"表。" #: authentik/enterprise/policies/unique_password/tasks.py msgid "Remove user password history that are too old." @@ -828,9 +906,9 @@ msgstr "正在验证您的浏览器…" #: 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 "配置用于验证证书的证书机构。此选项的优先级比“品牌”中的“客户端证书”更高。" +"option has a higher priority than the `client_certificate` option on `Brand`." +msgstr "" +"配置用于验证证书的证书机构。此选项的优先级比“品牌”中的“客户端证书”更高。" #: authentik/enterprise/stages/mtls/models.py msgid "Mutual TLS Stage" @@ -856,7 +934,8 @@ msgstr "未找到证书的用户。" 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 "用户从源返回并继续流程可以消耗的时间(格式:hours=-1;minutes=-2;seconds=-3)" +msgstr "" +"用户从源返回并继续流程可以消耗的时间(格式:hours=-1;minutes=-2;seconds=-3)" #: authentik/enterprise/stages/source/models.py msgid "Source Stage" @@ -890,8 +969,7 @@ msgstr "通用 Webhook" msgid "Slack Webhook (Slack/Discord)" msgstr "Slack Webhook(Slack/Discord)" -#: authentik/events/models.py -#: authentik/stages/authenticator_validate/models.py +#: authentik/events/models.py authentik/stages/authenticator_validate/models.py msgid "Email" msgstr "电子邮箱" @@ -957,7 +1035,9 @@ msgstr "通知" 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 "选择应使用哪些传输方式来通知用户。如果未选择任何内容,则通知将仅显示在 authentik UI 中。" +msgstr "" +"选择应使用哪些传输方式来通知用户。如果未选择任何内容,则通知将仅显示在 " +"authentik UI 中。" #: authentik/events/models.py msgid "Controls which severity level the created notifications will have." @@ -973,7 +1053,9 @@ msgstr "定义此通知应该发送到哪些用户组。如果留空,则不会 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 "启用时,通知会被发送到触发事件的用户。当配置了 destination_group 时,通知也会同时发送到对应组。" +msgstr "" +"启用时,通知会被发送到触发事件的用户。当配置了 destination_group 时,通知也会" +"同时发送到对应组。" #: authentik/events/models.py msgid "Notification Rule" @@ -1086,7 +1168,9 @@ msgstr "显示为流程页面中的标题。" msgid "" "Decides what this Flow is used for. For example, the Authentication flow is " "redirect to when an un-authenticated user visits authentik." -msgstr "决定此流程的用途。例如,当未经身份验证的用户访问 authentik 时,会重定向到身份验证流程。" +msgstr "" +"决定此流程的用途。例如,当未经身份验证的用户访问 authentik 时,会重定向到身份" +"验证流程。" #: authentik/flows/models.py msgid "Background shown during execution" @@ -1094,8 +1178,8 @@ msgstr "执行时的背景" #: authentik/flows/models.py msgid "" -"Enable compatibility mode, increases compatibility with password managers on" -" mobile devices." +"Enable compatibility mode, increases compatibility with password managers on " +"mobile devices." msgstr "启用兼容模式,增强与移动设备上密码管理器的兼容性。" #: authentik/flows/models.py @@ -1141,8 +1225,9 @@ msgid "" "executor. RESTART restarts the flow from the beginning, and " "RESTART_WITH_CONTEXT restarts the flow while keeping the current context." msgstr "" -"配置流程执行器应如何处理对质询的无效响应。RETRY 向执行器返回错误消息和类似的质询。RESTART " -"从头开始重新启动流程,RESTART_WITH_CONTEXT 在保留当前上下文的同时重新启动流程。" +"配置流程执行器应如何处理对质询的无效响应。RETRY 向执行器返回错误消息和类似的" +"质询。RESTART 从头开始重新启动流程,RESTART_WITH_CONTEXT 在保留当前上下文的同" +"时重新启动流程。" #: authentik/flows/models.py msgid "Flow Stage Binding" @@ -1156,7 +1241,8 @@ msgstr "流程阶段绑定" msgid "" "Flow used by an authenticated user to configure this Stage. If empty, user " "will not be able to configure this stage." -msgstr "经过身份验证的用户用来配置此阶段的流程。如果为空,用户将无法配置此阶段。" +msgstr "" +"经过身份验证的用户用来配置此阶段的流程。如果为空,用户将无法配置此阶段。" #: authentik/flows/models.py msgid "Flow Token" @@ -1226,8 +1312,8 @@ msgid "" "Can be in the format of 'unix://' when connecting to a local docker " "daemon, or 'https://:2376' when connecting to a remote system." msgstr "" -"当连接到本地 Docker " -"守护进程时,可以使用“unix://”格式,或者在连接远程系统时,使用“https://:2376”格式。" +"当连接到本地 Docker 守护进程时,可以使用“unix://”格式,或者在连接远程系" +"统时,使用“https://:2376”格式。" #: authentik/outposts/models.py msgid "" @@ -1269,9 +1355,11 @@ msgstr "Kubernetes 服务连接" #: 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 "选择 authentik 在管理此前哨时需要使用的服务连接。如果 authentik 不应该处理此部署,则应该留空。" +"Select Service-Connection authentik should use to manage this outpost. Leave " +"empty if authentik should not handle the deployment." +msgstr "" +"选择 authentik 在管理此前哨时需要使用的服务连接。如果 authentik 不应该处理此" +"部署,则应该留空。" #: authentik/outposts/models.py msgid "Outpost" @@ -1329,7 +1417,9 @@ msgstr "匹配选定应用程序创建的事件。如果留空,则匹配所有 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 "匹配选定模型创建的事件。如果留空,则匹配所有模型。选择应用程序后,则匹配该应用程序的所有模型。" +msgstr "" +"匹配选定模型创建的事件。如果留空,则匹配所有模型。选择应用程序后,则匹配该应" +"用程序的所有模型。" #: authentik/policies/event_matcher/api.py msgid "At least one criteria must be set." @@ -1587,8 +1677,8 @@ msgid "" "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 "" -"起始 uidNumbers,这个数字会被添加到 user.pk 中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 " -"2000,以确保我们不会与本地用户的 uidNumber 发生冲突" +"起始 uidNumbers,这个数字会被添加到 user.pk 中,以确保对于 POSIX 用户来说,这" +"个数字不会太低。默认值为 2000,以确保我们不会与本地用户的 uidNumber 发生冲突" #: authentik/providers/ldap/models.py msgid "" @@ -1597,19 +1687,21 @@ msgid "" "Default is 4000 to ensure that we don't collide with local groups or users " "primary groups gidNumber" msgstr "" -"起始 gidNumbers,这个数字会被添加到从 group.pk 生成的数字中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 " -"4000,以确保我们不会与本地群组或用户主组的 gidNumber 发生冲突" +"起始 gidNumbers,这个数字会被添加到从 group.pk 生成的数字中,以确保对于 " +"POSIX 用户来说,这个数字不会太低。默认值为 4000,以确保我们不会与本地群组或用" +"户主组的 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 " +"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 "" -"启用时,可以通过在密码后添加分号和 TOTP 代码来使用基于代码的多因素身份验证。仅在所有绑定到此提供程序的用户都已配置 TOTP " -"设备的情况下才应该启用,否则密码可能会因为包含分号而被错误地拒绝。" +"启用时,可以通过在密码后添加分号和 TOTP 代码来使用基于代码的多因素身份验证。" +"仅在所有绑定到此提供程序的用户都已配置 TOTP 设备的情况下才应该启用,否则密码" +"可能会因为包含分号而被错误地拒绝。" #: authentik/providers/ldap/models.py msgid "LDAP Provider" @@ -1652,7 +1744,9 @@ msgstr "基于用户的电子邮箱。建议在 UPN 方法上使用。" 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 "基于用户的 UPN,仅当用户设置了 “upn” 属性时才有效。仅当您有不同的 UPN 和 Mail 域时才使用此方法。" +msgstr "" +"基于用户的 UPN,仅当用户设置了 “upn” 属性时才有效。仅当您有不同的 UPN 和 " +"Mail 域时才使用此方法。" #: authentik/providers/oauth2/models.py msgid "Confidential" @@ -1736,8 +1830,8 @@ msgstr "客户端使用的作用域" #: authentik/providers/oauth2/models.py msgid "" -"Description shown to the user when consenting. If left empty, the user won't" -" be informed." +"Description shown to the user when consenting. If left empty, the user won't " +"be informed." msgstr "同意授权时向用户显示的描述。如果留空,则不会告知用户。" #: authentik/providers/oauth2/models.py @@ -1754,8 +1848,8 @@ msgstr "客户端类型" #: authentik/providers/oauth2/models.py msgid "" -"Confidential clients are capable of maintaining the confidentiality of their" -" credentials. Public clients are incapable" +"Confidential clients are capable of maintaining the confidentiality of their " +"credentials. Public clients are incapable" msgstr "机密客户端有能力维护其凭据的机密性。公开客户端无此能力。" #: authentik/providers/oauth2/models.py @@ -1790,21 +1884,26 @@ msgstr "在 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 "对于不访问 userinfo 端点的应用程序,将来自作用域的用户声明包含在 id_token 中。" +"Include User claims from scopes in the id_token, for applications that don't " +"access the userinfo endpoint." +msgstr "" +"对于不访问 userinfo 端点的应用程序,将来自作用域的用户声明包含在 id_token " +"中。" #: 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 "从当前时间经过多久时或之后,访问代码无效(格式:hours=1;minutes=2;seconds=3)。" +msgstr "" +"从当前时间经过多久时或之后,访问代码无效(格式:" +"hours=1;minutes=2;seconds=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 "从当前时间经过多久时或之后,令牌无效(格式:hours=1;minutes=2;seconds=3)。" +msgstr "" +"从当前时间经过多久时或之后,令牌无效(格式:hours=1;minutes=2;seconds=3)。" #: authentik/providers/oauth2/models.py msgid "" @@ -1841,8 +1940,7 @@ msgstr "用于加密令牌的密钥。如果设置,则令牌会被加密,并 #: authentik/providers/oauth2/models.py msgid "" -"Any JWT signed by the JWK of the selected source can be used to " -"authenticate." +"Any JWT signed by the JWK of the selected source can be used to authenticate." msgstr "任何由选定来源的 JWK 签发的 JWT 都可以用于身份验证。" #: authentik/providers/oauth2/models.py @@ -1901,14 +1999,6 @@ msgstr "OAuth2 刷新令牌" msgid "OAuth2 Refresh Tokens" msgstr "OAuth2 刷新令牌" -#: authentik/providers/oauth2/models.py -msgid "Device Token" -msgstr "设备令牌" - -#: authentik/providers/oauth2/models.py -msgid "Device Tokens" -msgstr "设备令牌" - #: authentik/providers/oauth2/tasks.py msgid "Send a back-channel logout request to the registered client" msgstr "向注销的客户端发送反向通道注销请求" @@ -1967,13 +2057,17 @@ msgstr "内部主机 SSL 验证" msgid "" "Enable support for forwardAuth in traefik and nginx auth_request. Exclusive " "with internal_host." -msgstr "在 traefik 和 nginx auth_request 中启用对 ForwardAuth 的支持。排除 internal_host。" +msgstr "" +"在 traefik 和 nginx auth_request 中启用对 ForwardAuth 的支持。排除 " +"internal_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 "用于描述何处不需要身份验证的正则表达式。每个新行都被解释为一个新的正则表达式。" +msgstr "" +"用于描述何处不需要身份验证的正则表达式。每个新行都被解释为一个新的正则表达" +"式。" #: authentik/providers/proxy/models.py msgid "" @@ -1987,8 +2081,7 @@ msgstr "设置 HTTP-Basic 身份验证" #: authentik/providers/proxy/models.py msgid "" -"Set a custom HTTP-Basic Authentication header based on values from " -"authentik." +"Set a custom HTTP-Basic Authentication header based on values from authentik." msgstr "根据来自 authentik 的值设置自定义 HTTP-Basic 身份验证标头。" #: authentik/providers/proxy/models.py @@ -1997,9 +2090,11 @@ msgstr "HTTP-Basic 用户名密钥" #: 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 "用于 HTTP-Basic 标头用户名部分的用户/组属性。如果未设置,则使用用户的电子邮件地址。" +"User/Group Attribute used for the user part of the HTTP-Basic Header. If not " +"set, the user's Email address is used." +msgstr "" +"用于 HTTP-Basic 标头用户名部分的用户/组属性。如果未设置,则使用用户的电子邮件" +"地址。" #: authentik/providers/proxy/models.py msgid "HTTP-Basic Password Key" @@ -2026,7 +2121,9 @@ msgstr "终止代理前哨的会话。" 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 "确定会话持续多长时间。默认值为 0 表示会话持续到浏览器关闭为止。(格式:hours=-1;minutes=-2;seconds=-3)" +msgstr "" +"确定会话持续多长时间。默认值为 0 表示会话持续到浏览器关闭为止。(格式:" +"hours=-1;minutes=-2;seconds=-3)" #: authentik/providers/rac/models.py msgid "When set to true, connection tokens will be deleted upon disconnect." @@ -2081,7 +2178,9 @@ 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 "允许客户端连接的 CIDR 列表(逗号分隔)。严格的 CIDR 会在宽松的之前匹配。来自 CIDR 范围外的客户端连接将会被丢弃。" +msgstr "" +"允许客户端连接的 CIDR 列表(逗号分隔)。严格的 CIDR 会在宽松的之前匹配。来自 " +"CIDR 范围外的客户端连接将会被丢弃。" #: authentik/providers/radius/models.py msgid "Radius Provider" @@ -2185,25 +2284,30 @@ msgid "" "empty, the AuthnContextClassRef will be set based on which authentication " "methods the user used to authenticate." msgstr "" -"配置如何创建 AuthnContextClassRef 值。留空时,AuthnContextClassRef 会基于用户使用的身份验证方式设置。" +"配置如何创建 AuthnContextClassRef 值。留空时,AuthnContextClassRef 会基于用户" +"使用的身份验证方式设置。" #: authentik/providers/saml/models.py msgid "" "Assertion valid not before current time + this value (Format: " "hours=-1;minutes=-2;seconds=-3)." -msgstr "从当前时间经过多久时或之后,断言有效(格式:hours=-1;minutes=-2;seconds=-3)。" +msgstr "" +"从当前时间经过多久时或之后,断言有效(格式:" +"hours=-1;minutes=-2;seconds=-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 "从当前时间经过多久时或之后,断言无效(格式:hours=1;minutes=2;seconds=3)。" +msgstr "" +"从当前时间经过多久时或之后,断言无效(格式:hours=1;minutes=2;seconds=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 "从当前时间经过多久时或之后,会话无效(格式:hours=1;minutes=2;seconds=3)。" +msgstr "" +"从当前时间经过多久时或之后,会话无效(格式:hours=1;minutes=2;seconds=3)。" #: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "SHA1" @@ -2261,7 +2365,9 @@ msgstr "DSA-SHA1" msgid "" "When selected, incoming assertion's Signatures will be validated against " "this certificate. To allow unsigned Requests, leave on default." -msgstr "选中后,传入断言的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。" +msgstr "" +"选中后,传入断言的签名将根据此证书进行验证。要允许未签名的请求,请保留默认" +"值。" #: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "Verification Certificate" @@ -2277,10 +2383,12 @@ msgstr "签名密钥对" #: 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 " +"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 "选择此选项后,传入的断言将由 IdP 使用加密密钥对的公钥进行加密。 SP 会使用私钥解密该断言。" +msgstr "" +"选择此选项后,传入的断言将由 IdP 使用加密密钥对的公钥进行加密。 SP 会使用私钥" +"解密该断言。" #: authentik/providers/saml/models.py authentik/sources/saml/models.py msgid "Encryption Keypair" @@ -2510,7 +2618,9 @@ msgstr "向 kadmin 进行身份验证以进行同步的密码" msgid "" "Keytab to authenticate to kadmin for sync. Must be base64-encoded or in the " "form TYPE:residual" -msgstr "向 kadmin 进行身份验证以进行同步的 Keytab。必须以 Base64 编码,或者形式为 TYPE:residual" +msgstr "" +"向 kadmin 进行身份验证以进行同步的 Keytab。必须以 Base64 编码,或者形式为 " +"TYPE:residual" #: authentik/sources/kerberos/models.py msgid "" @@ -2606,8 +2716,8 @@ msgstr "服务器 URI" #: authentik/sources/ldap/models.py msgid "" -"Optionally verify the LDAP Server's Certificate against the CA Chain in this" -" keypair." +"Optionally verify the LDAP Server's Certificate against the CA Chain in this " +"keypair." msgstr "可选,根据此密钥对中的 CA 链验证 LDAP 服务器的证书。" #: authentik/sources/ldap/models.py @@ -2682,7 +2792,9 @@ 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 "基于用户属性而非组属性查询组成员身份。这允许在 FreeIPA 或 Active Directory 等系统上支持嵌套组决策" +msgstr "" +"基于用户属性而非组属性查询组成员身份。这允许在 FreeIPA 或 Active Directory 等" +"系统上支持嵌套组决策" #: authentik/sources/ldap/models.py msgid "" @@ -2773,8 +2885,7 @@ msgstr "请求令牌 URL" #: authentik/sources/oauth/models.py msgid "" -"URL used to request the initial token. This URL is only required for OAuth " -"1." +"URL used to request the initial token. This URL is only required for OAuth 1." msgstr "用于请求初始令牌的 URL。只有 OAuth 1 才需要此网址。" #: authentik/sources/oauth/models.py @@ -2811,8 +2922,7 @@ msgstr "" #: authentik/sources/oauth/models.py msgid "" -"How to perform authentication during an authorization_code token request " -"flow" +"How to perform authentication during an authorization_code token request flow" msgstr "在 authorization_code 令牌请求流程期间,如何执行身份验证" #: authentik/sources/oauth/models.py @@ -3082,12 +3192,12 @@ msgstr "如果您的 IDP 支持单点注销,则为可选 URL。" msgid "" "Allows authentication flows initiated by the IdP. This can be a security " "risk, as no validation of the request ID is done." -msgstr "允许由 IdP 启动的身份验证流程。这可能存在安全风险,因为未对请求 ID 进行验证。" +msgstr "" +"允许由 IdP 启动的身份验证流程。这可能存在安全风险,因为未对请求 ID 进行验证。" #: authentik/sources/saml/models.py msgid "" -"NameID Policy sent to the IdP. Can be unset, in which case no Policy is " -"sent." +"NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent." msgstr "发送给 IdP 的 NameID 策略。可以取消设置,此时不会发送任何策略。" #: authentik/sources/saml/models.py @@ -3100,12 +3210,11 @@ msgid "" "your IDP uses the NameID Format 'transient', and the user doesn't log out " "manually. (Format: hours=1;minutes=2;seconds=3)." msgstr "" -"删除临时用户的时间偏移。这仅适用于您的 IDP 使用 NameID 格式 “transient” " -"且用户未手动注销的情况。(格式:hours=1;minutes=2;seconds=3)。" +"删除临时用户的时间偏移。这仅适用于您的 IDP 使用 NameID 格式 “transient” 且用" +"户未手动注销的情况。(格式:hours=1;minutes=2;seconds=3)。" #: authentik/sources/saml/models.py -msgid "" -"Keypair used to sign outgoing Responses going to the Identity Provider." +msgid "Keypair used to sign outgoing Responses going to the Identity Provider." msgstr "密钥对,用于签署发送给身份提供程序的传出响应。" #: authentik/sources/saml/models.py @@ -3303,11 +3412,13 @@ msgstr "" #, python-format msgid "" "\n" -" If you did not request this code, please ignore this email. The code above is valid for %(expires)s.\n" +" If you did not request this code, please ignore this email. The code " +"above is valid for %(expires)s.\n" " " msgstr "" "\n" -" 如果您没有请求此代码,请忽略此电子邮件。上面的代码在 %(expires)s 内有效。\n" +" 如果您没有请求此代码,请忽略此电子邮件。上面的代码在 %(expires)s 内有" +"效。\n" " " #: authentik/stages/authenticator_email/templates/email/email_otp.txt @@ -3328,7 +3439,8 @@ msgstr "" #, python-format msgid "" "\n" -"If you did not request this code, please ignore this email. The code above is valid for %(expires)s.\n" +"If you did not request this code, please ignore this email. The code above " +"is valid for %(expires)s.\n" msgstr "" "\n" "如果您没有请求此代码,请忽略此电子邮件。上面的代码在 %(expires)s 内有效。\n" @@ -3336,9 +3448,11 @@ msgstr "" #: 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 "启用时,电话号码仅在注册期间用于验证用户的真实性。仅保存电话号码的哈希,以确保将来不会重复使用。" +"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." @@ -3451,10 +3565,12 @@ msgstr "短信" #: 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 " +"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 "当用户没有任何兼容的设备时,用来配置身份验证器的阶段。此阶段通过后,将不再请求此用户。" +msgstr "" +"当用户没有任何兼容的设备时,用来配置身份验证器的阶段。此阶段通过后,将不再请" +"求此用户。" #: authentik/stages/authenticator_validate/models.py msgid "Device classes which can be used to authenticate" @@ -3525,7 +3641,9 @@ msgid "" "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 "启用时,如果接收到的验证码分数超出给定的阈值,此阶段将显示错误信息。未启用时,流程会继续,但来自验证码的数据可在上下文中用于策略决定。" +msgstr "" +"启用时,如果接收到的验证码分数超出给定的阈值,此阶段将显示错误信息。未启用" +"时,流程会继续,但来自验证码的数据可在上下文中用于策略决定。" #: authentik/stages/captcha/models.py msgid "Captcha Stage" @@ -3619,7 +3737,8 @@ msgid "" "attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3)." msgstr "" "近期帐户恢复尝试次数的时间窗口。如果在此期间尝试次数超过 " -"recovery_max_attempts,则后续尝试将受到速率限制。(格式:hours=1;minutes=2;seconds=3)。" +"recovery_max_attempts,则后续尝试将受到速率限制。(格式:" +"hours=1;minutes=2;seconds=3)。" #: authentik/stages/email/models.py msgid "Activate users upon completion of stage." @@ -3679,7 +3798,8 @@ msgstr "确认账户" #, python-format msgid "" "\n" -" If that doesn't work, copy and paste the following link in your browser: %(url)s\n" +" If that doesn't work, copy and paste the following link in your browser: " +"%(url)s\n" " " msgstr "" "\n" @@ -3696,7 +3816,8 @@ msgstr "我们很高兴您能开始使用。首先,您需要确认您的账户 #, python-format msgid "" "\n" -" This email was sent from the notification transport %(name)s.\n" +" This email was sent from the notification transport %(name)s.\n" " " msgstr "" "\n" @@ -3727,7 +3848,8 @@ msgstr "" #: 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" +" You recently requested to change your password for your authentik " +"account. Use the button below to set a new password.\n" " " msgstr "" "\n" @@ -3738,17 +3860,20 @@ msgstr "" #, 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" +" If you did not request a password change, please ignore this email. The " +"link above is valid for %(expires)s.\n" " " msgstr "" "\n" -" 如果您没有请求更改密码,请忽略此电子邮件。上面的链接在 %(expires)s 内有效。\n" +" 如果您没有请求更改密码,请忽略此电子邮件。上面的链接在 %(expires)s 内有" +"效。\n" " " #: 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" +"You recently requested to change your password for your authentik account. " +"Use the link below to set a new password.\n" msgstr "" "\n" "您最近请求更改您的 authentik 账户密码。使用下面的链接设置新密码。\n" @@ -3757,7 +3882,8 @@ msgstr "" #, 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" +"If you did not request a password change, please ignore this email. The link " +"above is valid for %(expires)s.\n" msgstr "" "\n" "如果您没有请求更改密码,请忽略此电子邮件。上面的链接在 %(expires)s 内有效。\n" @@ -3769,17 +3895,20 @@ msgstr "authentik 测试电子邮件" #: 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" +" This is a test email to inform you, that you've " +"successfully configured authentik emails.\n" " " msgstr "" "\n" -" 这是一封测试电子邮件,用于通知您已成功配置 authentik 电子邮件。\n" +" 这是一封测试电子邮件,用于通知您已成功配置 authentik 电子" +"邮件。\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" +"This is a test email to inform you, that you've successfully configured " +"authentik emails.\n" msgstr "" "\n" "这是一封测试电子邮件,用于通知您已成功配置 authentik 电子邮件。\n" @@ -3803,7 +3932,9 @@ 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 "如果输入了有效的用户名/电子邮箱,并且启用了此选项,则会显示用户的用户名和头像。否则,将显示用户输入的文本" +msgstr "" +"如果输入了有效的用户名/电子邮箱,并且启用了此选项,则会显示用户的用户名和头" +"像。否则,将显示用户输入的文本" #: authentik/stages/identification/models.py msgid "" @@ -3813,8 +3944,8 @@ msgstr "启用时,即使输入错误的用户信息,此阶段也会成功并 #: 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." +"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 @@ -3858,7 +3989,9 @@ 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 "如果设置了此标志,则当没有发出邀请时,此阶段将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。" +msgstr "" +"如果设置了此标志,则当没有发出邀请时,此阶段将跳转到下一个阶段。默认情况下," +"当没有发出邀请时,此阶段将取消流程。" #: authentik/stages/invitation/models.py msgid "Invitation Stage" @@ -3916,7 +4049,9 @@ msgstr "选择用于测试密码的后端。" 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 "在取消流程之前,用户可以尝试多少次。要锁定用户,请使用信誉策略和 user_write 阶段。" +msgstr "" +"在取消流程之前,用户可以尝试多少次。要锁定用户,请使用信誉策略和 user_write " +"阶段。" #: authentik/stages/password/models.py msgid "" @@ -3964,9 +4099,11 @@ msgstr "电子邮箱:电子邮箱类型的文本字段。" #: authentik/stages/prompt/models.py msgid "" -"Password: Masked input, multiple inputs of this type on the same prompt need" -" to be identical." -msgstr "密码:屏蔽显示输入内容,多个此类型的输入如果在同一个输入项下,则内容需要相同。" +"Password: Masked input, multiple inputs of this type on the same prompt need " +"to be identical." +msgstr "" +"密码:屏蔽显示输入内容,多个此类型的输入如果在同一个输入项下,则内容需要相" +"同。" #: authentik/stages/prompt/models.py msgid "Fixed choice field rendered as a group of radio buttons." @@ -4007,14 +4144,18 @@ 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 "可选的简短提示,用来描述期望的输入值。在创建固定选项字段时,启用以表达式解释,并返回多个选项的列表。" +msgstr "" +"可选的简短提示,用来描述期望的输入值。在创建固定选项字段时,启用以表达式解" +"释,并返回多个选项的列表。" #: 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 "可选的预设输入初始值。在创建固定选项字段时,启用以表达式解释,并返回多个默认选项的列表。" +msgstr "" +"可选的预设输入初始值。在创建固定选项字段时,启用以表达式解释,并返回多个默认" +"选项的列表。" #: authentik/stages/prompt/models.py msgid "Prompt" @@ -4082,8 +4223,8 @@ msgid "" "option. Default of 0 means that the remember me option will not be shown. " "(Format: hours=-1;minutes=-2;seconds=-3)" msgstr "" -"当用户选择“记住我”选项时,会话将会延长的时间。默认值 0 " -"表示不显示“记住我”选项。(格式:hours=-1;minutes=-2;seconds=-3)" +"当用户选择“记住我”选项时,会话将会延长的时间。默认值 0 表示不显示“记住我”选" +"项。(格式:hours=-1;minutes=-2;seconds=-3)" #: authentik/stages/user_login/models.py msgid "" @@ -4091,8 +4232,8 @@ msgid "" "expiry,to remember the device the user is logging in from. (Format: " "hours=-1;minutes=-2;seconds=-3)" msgstr "" -"当设置为非零值时,authentik 将会以更长的过期时间保存 " -"Cookie,以记住用户的登录设备。(格式:hours=-1;minutes=-2;seconds=-3)" +"当设置为非零值时,authentik 将会以更长的过期时间保存 Cookie,以记住用户的登录" +"设备。(格式:hours=-1;minutes=-2;seconds=-3)" #: authentik/stages/user_login/models.py msgid "User Login Stage" diff --git a/locale/zh_TW/LC_MESSAGES/django.mo b/locale/zh_Hant/LC_MESSAGES/django.mo similarity index 100% rename from locale/zh_TW/LC_MESSAGES/django.mo rename to locale/zh_Hant/LC_MESSAGES/django.mo diff --git a/locale/zh_TW/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po similarity index 100% rename from locale/zh_TW/LC_MESSAGES/django.po rename to locale/zh_Hant/LC_MESSAGES/django.po diff --git a/web/.gitignore b/web/.gitignore index 0cea6d0dda..4dddfa73e0 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -5,7 +5,7 @@ #region Locale src/locales/*.ts -xliff/pseudo-LOCALE.xlf +xliff/pseudo[_-]LOCALE.xlf ### Node ### # Logs diff --git a/web/lit-localize.json b/web/lit-localize.json index 0efed1eb0b..c51e160cd5 100644 --- a/web/lit-localize.json +++ b/web/lit-localize.json @@ -1,24 +1,22 @@ { "$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json", - "sourceLocale": "en", + "sourceLocale": "en_US", "targetLocales": [ "cs_CZ", - "de", - "en", - "es", - "fr", - "it", - "ja", - "ko", - "nl", - "pl", - "ru", - "tr", - "zh-CN", - "zh-Hans", - "zh-Hant", - "zh_TW", - "pseudo-LOCALE" + "de_DE", + "en_US", + "es_ES", + "fr_FR", + "it_IT", + "ja_JP", + "ko_KR", + "nl_NL", + "pl_PL", + "ru_RU", + "tr_TR", + "zh_Hans", + "zh_Hant", + "pseudo_LOCALE" ], "tsConfig": "./tsconfig.json", "output": { diff --git a/web/scripts/build-locales.mjs b/web/scripts/build-locales.mjs index fb2f646f21..723686db99 100644 --- a/web/scripts/build-locales.mjs +++ b/web/scripts/build-locales.mjs @@ -28,7 +28,8 @@ import { RuntimeLitLocalizer } from "@lit/localize-tools/lib/modes/runtime.js"; //#region Setup -const missingMessagePattern = /([\w_-]+)\smessage\s(?:[\w_-]+)\sis\smissing/; +const missingMessagePattern = /([\w_-]+)\smessage\s(?:[\w_.-]+)\sis\smissing/; +const outdatedMessagePattern = /([\w_-]+)\smessage\s(?:[\w_.-]+)\sdoes\snot\sexist/; const logger = ConsoleLogger.child({ name: "Locales" }); const localizeRules = readConfigFileAndWriteSchema(path.join(PackageRoot, "lit-localize.json")); @@ -38,6 +39,12 @@ if (localizeRules.interchange.format !== "xliff") { process.exit(1); } +const { sourceLocale } = localizeRules; + +localizeRules.targetLocales = localizeRules.targetLocales.filter((locale) => { + return locale !== sourceLocale; +}); + const XLIFFPath = resolve(PackageRoot, localizeRules.interchange.xliffDir); const EmittedLocalesDirectory = resolve( @@ -46,7 +53,7 @@ const EmittedLocalesDirectory = resolve( ); const targetLocales = localizeRules.targetLocales.filter((localeCode) => { - return localeCode !== "pseudo-LOCALE"; + return localeCode !== "pseudo_LOCALE"; }); //#endregion @@ -153,7 +160,12 @@ export async function generateLocaleModules() { /** * @type {Map} */ - const localeWarnings = new Map(); + const missingTranslationWarnings = new Map(); + + /** + * @type {Map} + */ + const outdatedTranslationWarnings = new Map(); const initialConsoleWarn = console.warn; @@ -163,12 +175,26 @@ export async function generateLocaleModules() { return; } - const [, matchedLocale] = arg0.match(missingMessagePattern) || []; + const [, matchedMissingTranslation] = arg0.match(missingMessagePattern) || []; - if (matchedLocale) { - const count = localeWarnings.get(matchedLocale) || 0; + if (matchedMissingTranslation) { + const count = missingTranslationWarnings.get(matchedMissingTranslation) || 0; - localeWarnings.set(matchedLocale, count + 1); + missingTranslationWarnings.set(matchedMissingTranslation, count + 1); + + logger.debug(arg0); + + return; + } + + const [, matchedOutdatedTranslation] = arg0.match(outdatedMessagePattern) || []; + + if (matchedOutdatedTranslation) { + const count = outdatedTranslationWarnings.get(matchedOutdatedTranslation) || 0; + + outdatedTranslationWarnings.set(matchedOutdatedTranslation, count + 1); + + logger.debug(arg0); return; } @@ -181,7 +207,7 @@ export async function generateLocaleModules() { await localizer.build(); - const report = Array.from(localeWarnings) + const missingTranslationsReport = Array.from(missingTranslationWarnings) .filter(([, count]) => count) .sort(([, totalsA], [, totalsB]) => { return totalsB - totalsA; @@ -189,7 +215,17 @@ export async function generateLocaleModules() { .map(([locale, count]) => `${locale}: ${count.toLocaleString()}`) .join("\n"); - logger.info(`Missing translations:\n${report}`); + logger.info(`Missing translations:\n${missingTranslationsReport}`); + + const outdatedTranslationsReport = Array.from(outdatedTranslationWarnings) + .filter(([, count]) => count) + .sort(([, totalsA], [, totalsB]) => { + return totalsB - totalsA; + }) + .map(([locale, count]) => `${locale}: ${count.toLocaleString()}`) + .join("\n"); + + logger.info(`Outdated translations:\n${outdatedTranslationsReport}`); localizer.assertTranslationsAreValid(); diff --git a/web/scripts/pseudolocalize.mjs b/web/scripts/pseudolocalize.mjs index ca661e7203..8b6da1fe70 100644 --- a/web/scripts/pseudolocalize.mjs +++ b/web/scripts/pseudolocalize.mjs @@ -23,7 +23,7 @@ import { makeFormatter } from "@lit/localize-tools/lib/formatters/index.js"; import { sortProgramMessages } from "@lit/localize-tools/lib/messages.js"; import { TransformLitLocalizer } from "@lit/localize-tools/lib/modes/transform.js"; -const pseudoLocale = /** @type {Locale} */ ("pseudo-LOCALE"); +const pseudoLocale = /** @type {Locale} */ ("pseudo_LOCALE"); const targetLocales = [pseudoLocale]; const __dirname = fileURLToPath(new URL(".", import.meta.url)); diff --git a/web/src/elements/ak-locale-context/definitions.ts b/web/src/elements/ak-locale-context/definitions.ts index d710f8da07..2569013640 100644 --- a/web/src/elements/ak-locale-context/definitions.ts +++ b/web/src/elements/ak-locale-context/definitions.ts @@ -3,7 +3,7 @@ import { AkLocale, LocaleRow } from "./types.js"; import type { LocaleModule } from "@lit/localize"; import { msg } from "@lit/localize"; -export const DEFAULT_FALLBACK = "en"; +export const DEFAULT_FALLBACK = "en_US"; export const enLocale: LocaleModule = { templates: {}, @@ -35,25 +35,24 @@ export const enLocale: LocaleModule = { // prettier-ignore const debug: LocaleRow = [ - "pseudo-LOCALE", /^pseudo/i, () => msg("Pseudolocale (for testing)"), () => import("#locales/pseudo-LOCALE"), + "pseudo_LOCALE", /^pseudo/i, () => msg("Pseudolocale (for testing)"), () => import("#locales/pseudo_LOCALE"), ]; // prettier-ignore const LOCALE_TABLE: LocaleRow[] = [ - ["de", /^de([_-]|$)/i, () => msg("German"), () => import("#locales/de")], - ["en", /^en([_-]|$)/i, () => msg("English"), () => Promise.resolve(enLocale)], - ["es", /^es([_-]|$)/i, () => msg("Spanish"), () => import("#locales/es")], - ["fr", /^fr([_-]|$)/i, () => msg("French"), () => import("#locales/fr")], - ["it", /^it([_-]|$)/i, () => msg("Italian"), () => import("#locales/it")], - ["ja", /^ja([_-]|$)/i, () => msg("Japanese"), () => import("#locales/ja")], - ["ko", /^ko([_-]|$)/i, () => msg("Korean"), () => import("#locales/ko")], - ["nl", /^nl([_-]|$)/i, () => msg("Dutch"), () => import("#locales/nl")], - ["pl", /^pl([_-]|$)/i, () => msg("Polish"), () => import("#locales/pl")], - ["ru", /^ru([_-]|$)/i, () => msg("Russian"), () => import("#locales/ru")], - ["tr", /^tr([_-]|$)/i, () => msg("Turkish"), () => import("#locales/tr")], - ["zh_TW", /^zh[_-]TW$/i, () => msg("Taiwanese Mandarin"), () => import("#locales/zh_TW")], - ["zh-Hans", /^zh(\b|_)/i, () => msg("Chinese (simplified)"), () => import("#locales/zh-Hans")], - ["zh-Hant", /^zh[_-](HK|Hant)/i, () => msg("Chinese (traditional)"), () => import("#locales/zh-Hant")], + ["de_DE", /^de([_-]|$)/i, () => msg("German"), () => import("#locales/de_DE")], + ["en_US", /^en([_-]|$)/i, () => msg("English"), () => Promise.resolve(enLocale)], + ["es_ES", /^es([_-]|$)/i, () => msg("Spanish"), () => import("#locales/es_ES")], + ["fr_FR", /^fr([_-]|$)/i, () => msg("French"), () => import("#locales/fr_FR")], + ["it_IT", /^it([_-]|$)/i, () => msg("Italian"), () => import("#locales/it_IT")], + ["ja_JP", /^ja([_-]|$)/i, () => msg("Japanese"), () => import("#locales/ja_JP")], + ["ko_KR", /^ko([_-]|$)/i, () => msg("Korean"), () => import("#locales/ko_KR")], + ["nl_NL", /^nl([_-]|$)/i, () => msg("Dutch"), () => import("#locales/nl_NL")], + ["pl_PL", /^pl([_-]|$)/i, () => msg("Polish"), () => import("#locales/pl_PL")], + ["ru_RU", /^ru([_-]|$)/i, () => msg("Russian"), () => import("#locales/ru_RU")], + ["tr_TR", /^tr([_-]|$)/i, () => msg("Turkish"), () => import("#locales/tr_TR")], + ["zh_Hans", /^zh(\b|_)/i, () => msg("Chinese (simplified)"), () => import("#locales/zh_Hans")], + ["zh_Hant", /^zh[_-](HK|Hant)/i, () => msg("Chinese (traditional)"), () => import("#locales/zh_Hant")], debug ]; diff --git a/web/src/locale-codes.ts b/web/src/locale-codes.ts index b2ebf7eefe..35f38738fe 100644 --- a/web/src/locale-codes.ts +++ b/web/src/locale-codes.ts @@ -4,7 +4,7 @@ /** * The locale code that templates in this source code are written in. */ -export const sourceLocale = `en`; +export const sourceLocale = `en_US`; /** * The other locale codes that this application is localized into. Sorted @@ -12,22 +12,19 @@ export const sourceLocale = `en`; */ export const targetLocales = [ `cs_CZ`, - `de`, - `en`, - `es`, - `fr`, - `it`, - `ja`, - `ko`, - `nl`, - `pl`, - `pseudo-LOCALE`, - `ru`, - `tr`, - `zh_TW`, - `zh-CN`, - `zh-Hans`, - `zh-Hant`, + `de_DE`, + `es_ES`, + `fr_FR`, + `it_IT`, + `ja_JP`, + `ko_KR`, + `nl_NL`, + `pl_PL`, + `pseudo_LOCALE`, + `ru_RU`, + `tr_TR`, + `zh_Hans`, + `zh_Hant`, ] as const; /** @@ -35,21 +32,18 @@ export const targetLocales = [ */ export const allLocales = [ `cs_CZ`, - `de`, - `en`, - `en`, - `es`, - `fr`, - `it`, - `ja`, - `ko`, - `nl`, - `pl`, - `pseudo-LOCALE`, - `ru`, - `tr`, - `zh_TW`, - `zh-CN`, - `zh-Hans`, - `zh-Hant`, + `de_DE`, + `en_US`, + `es_ES`, + `fr_FR`, + `it_IT`, + `ja_JP`, + `ko_KR`, + `nl_NL`, + `pl_PL`, + `pseudo_LOCALE`, + `ru_RU`, + `tr_TR`, + `zh_Hans`, + `zh_Hant`, ] as const; diff --git a/web/xliff/cs_CZ.xlf b/web/xliff/cs_CZ.xlf index cef2a56516..40dcf2f6b4 100644 --- a/web/xliff/cs_CZ.xlf +++ b/web/xliff/cs_CZ.xlf @@ -1,6949 +1,994 @@ - - - - English - Angličtina - - - - French - Francouzština - - - - Turkish - Turečtina - - - - Spanish - Španělština - - - - Polish - Polština - - - - Taiwanese Mandarin - Tchajwanská mandarínština - - - - Chinese (simplified) - Čínština (zjednodušená) - - - - Chinese (traditional) - Čínština (tradiční) - - - - German - Němčina - - - - Loading... - Načítání... - - - - Application - Aplikace - - - - Logins - Přihlášení - - - - Show less - Zobrazit méně - - - - Show more - Zobrazit více - - - - UID - UID - - - - Name - Jméno - - - - App - Apl - - - - Model Name - Název modelu - - - - Message - Zpráva - - - - Subject - Předmět - - - - From - Od - - - - To - Komu - - - - Context - Kontext - - - - User - Uživatel - - - - Affected model: - Dotčený model: - - - - Authorized application: - Autorizovaná aplikace: - - - - Using flow - S použitím toku - - - - Email info: - Informace o e-mailu: - - - - Secret: - Secret: - - - - Open issue on GitHub... - Otevřít problém na GitHubu... - - - - Exception - Výjimka - - - - Expression - Výraz - - - - Binding - Vazba - - - - Request - Požadavek - - - - Object - Objekt - - - - Result - Výsledek - - - - Passing - Vyhovující - - - - Messages - Zprávy - - - - Using source - S použitím zdroje - - - - Attempted to log in as - Pokus o přihlášení jako - - - - - No additional data available. - Žádná další data nejsou k dispozici. - - - - Click to change value - Klikněte pro změnu hodnoty - - - - Select an object. - Vyberte objekt - - - - Connection error, reconnecting... - Chyba spojení, znovu se připojuji... - - - - Login - Přihlášení - - - - Failed login - Chybné přihlášení - - - - Logout - Odhlášení - - - - User was written to - Uživatel byl zapsaný do - - - - Suspicious request - Podezřelý požadavek - - - - Password set - Heslo je nastavené - - - - Secret was viewed - Secret byl zobrazený - - - - Secret was rotated - Secret byl změněn - - - - Invitation used - Pozvánka byla použitá - - - - Application authorized - Aplikace byla autorizovaná - - - - Source linked - Zdroj propojen - - - - Impersonation started - Zosobnění bylo spuštěno - - - - Impersonation ended - Zosobnění bylo ukončeno - - - - Flow execution - Spuštění toku - - - - Policy execution - Spuštění zásady - - - - Policy exception - Chyba zásady - - - - Property Mapping exception - Chyba mapování vlastnosti - - - - System task execution - Spuštění systémové úlohy - - - - System task exception - Chyba systémové úlohy - - - - General system exception - Obecná systémová chyba - - - - Configuration error - Chyba nastavení - - - - Model created - Model vytvořen - - - - Model updated - Model upraven - - - - Model deleted - Model smazán - - - - Email sent - Email odeslán - - - - Update available - Dostupná aktualizace - - - - Unknown severity - Neznámá závažnost - - - - Alert - Upozornění - - - - Notice - Poznámka - - - - Warning - Upozornění - - - - no tabs defined - žádné záložky - - - - - of - - - - z - - - - - Go to previous page - Na předchozí stranu - - - - Go to next page - Na další stranu - - - - Search... - Vyhledávání… - - - - Loading - Načítání - - - - No objects found. - Nebyly nalezeny žádné objekty. - - - - Failed to fetch objects. - Načítání objektů selhalo. - - - - Refresh - Obnovit - - - - Select all rows - Vybrat všechny řádky - - - - Action - Akce - - - - Creation Date - Datum vytvoření - - - - Client IP - IP adresa klienta - - - - Recent events - Nedávné události - - - - On behalf of - Jménem - - - - - - - - - - - - No Events found. - Žádné události nenalezeny. - - - - No matching events could be found. - Žádné odpovídající události nenalezeny. - - - - Embedded outpost is not configured correctly. - Zabudovaný outpost není správně nastaven. - - - - Check outposts. - Ověřit outposty. - - - - HTTPS is not detected correctly - HTTPS nebylo správně zjištěno - - - - Server and client are further than 5 seconds apart. - Časový rozdíl mezi serverem a klientem je větší než 5 sekund. - - - - OK - OK - - - - Everything is ok. - Vše je v pořádku. - - - - Based on - Založeno na - - - - - is available! - - je k dispozici! - - - - Up-to-date! - Vše je aktuální! - - - - Version - Verze - - - - Workers - Workery - - - - No workers connected. Background tasks will not run. - Žádné workery nejsou připojeni. Úlohy na pozadí nebudou spuštěny. - - - - Authorizations - Autorizace - - - - Failed Logins - Neúspěšná přihlášení - - - - Successful Logins - Úspěšná přihlášení - - - - : - - : - - - - - Cancel - Zrušit - - - - LDAP Source - LDAP zdroj - - - - SCIM Provider - Poskytovatel SCIM - - - - Healthy - Zdravý - - - - Healthy outposts - Zdravé outposty - - - - Admin - Admin - - - - Not found - Nenalezeno - - - - The URL "" was not found. - URL " - " nebyla nalezena. - - - - Return home - Zpět domů - - - - General system status - Obecný stav systému - - - - Quick actions - Rychlé akce - - - - Create a new application - Vytvořit novou aplikaci - - - - Check the logs - Zkontrolovat protokoly - - - - Explore integrations - Prozkoumat integrace - - - - Manage users - Spravovat uživatele - - - - Outpost status - Stav outpostu - - - - Sync status - Stav synchronizace - - - - Logins and authorizations over the last week (per 8 hours) - Přihlášení a autorizace za uplynulý týden (po 8 hodinách) - - - - Apps with most usage - Nejvíc používané aplikace - - - - Objects created - Objektů vytvořeno - - - - Users created per day in the last month - Uživatelé vytvoření za den v posledním měsíci - - - - Logins per day in the last month - Přihlášení za den za poslední měsíc - - - - Failed Logins per day in the last month - Neúspěšných přihlášení za den za poslední měsíc - - - - Clear search - Vyčistit vyhledávání - - - - System Tasks - Systémové úlohy - - - - Long-running operations which authentik executes in the background. - Dlouhodobé operace, které authentik provádí na pozadí. - - - - Identifier - Identifikátor - - - - Description - Popis - - - - Status - Stav - - - - Actions - Akce - - - - Successful - Úspěch - - - - Error - Chyba - - - - Unknown - Neznámý - - - - Authentication - Autentizace - - - - Authorization - Autorizace - - - - Enrollment - Zápis - - - - Invalidation - Zneplatnění - - - - Recovery - Obnovení - - - - Stage Configuration - Nastavení kroku - - - - Unenrollment - Zrušení zápisu - - - - Unknown designation - Neznámé označení - - - - Stacked - Pod sebou - - - - Content left - Obsah vlevo - - - - Content right - Obsah vpravo - - - - Sidebar left - Postranní panel vlevo - - - - Sidebar right - Postranní panel vpravo - - - - Unknown layout - Neznámé rozložení - - - - Successfully updated provider. - Poskytovatel byl úspěšně aktualizován. - - - - Successfully created provider. - Poskytovatel byl úspěšně vytvořen. - - - - Bind flow - Přiřadit tok - - - - Flow used for users to authenticate. - Tok používaný pro ověřování uživatelů. - - - - Bind mode - Režim vazby - - - - Cached binding - Vazba v mezipaměti - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - Tok se provede a relace se uloží do mezipaměti. Po vypršení platnosti relace se tok spustí znovu - - - - Direct binding - Přímá vazba - - - - Always execute the configured bind flow to authenticate the user - Vždy provést nakonfigurovaný tok vazby pro ověření uživatele - - - - Configure how the outpost authenticates requests. - Konfigurace způsobu ověřování požadavků v outpostu - - - - Search mode - Režim vyhledávání - - - - Cached querying - Dotazování z mezipaměti - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - Outpost uchovává všechny uživatele a skupiny v paměti a obnovuje se každých 5 minut - - - - Direct querying - Přímé dotazování - - - - Always returns the latest data, but slower than cached querying - Vždy vrací nejnovější data, ale je pomalejší než dotazování z mezipaměti - - - - Configure how the outpost queries the core authentik server's users. - Konfigurace způsobu, jakým se outpost dotazuje na uživatele core serveru authentik. - - - - Protocol settings - Nastavení protokolu - - - - Base DN - Základní DN - - - - LDAP DN under which bind requests and search requests can be made. - LDAP DN, pod kterým lze provádět požadavky na vazbu a vyhledávání. - - - - Certificate - Certifikát - - - - UID start number - Počáteční číslo UID - - - - 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 - Začátek pro uidNumbers, toto číslo se přidává k user.Pk, aby se zajistilo, že čísla nebudou pro uživatele POSIX příliš nízká. Výchozí hodnota je 2000, aby se zajistilo, že nebudeme kolidovat s místními uživateli uidNumber - - - - GID start number - Počáteční číslo GID - - - - 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 - Začátek pro gidNumbers, toto číslo se přičte k číslu vygenerovanému z group.Pk, aby se zajistilo, že čísla nebudou příliš nízká pro skupiny POSIX. Výchozí hodnota je 4000, aby se zajistilo, že nebudeme kolidovat s místními skupinami nebo primárními skupinami uživatelů gidNumber - - - - The following keywords are supported: - Podporována jsou následující klíčová slova: - - - - Authentication flow - Autentizační tok - - - - Flow used when a user access this provider and is not authenticated. - Tok používaný pro neautentizované uživatele přistupující k tomuto poskytovateli. - - - - Authorization flow - Autorizační tok - - - - Flow used when authorizing this provider. - Tok používaný při autorizaci tohoto poskytovatele. - - - - Client type - Typ klienta - - - - Confidential - Důvěrné - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - Důvěrní klienti jsou schopni zachovávat důvěrnost svých pověření, jako je secret klienta - - - - Public - Veřejné - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - Veřejní klienti nejsou schopni zachovat důvěrnost a měli by používat metody jako PKCE. - - - - Client ID - ID klienta - - - - Client Secret - Secret klienta - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - Pokud nejsou zadány explicitní přesměrovací URI, bude uložena první úspěšně použitá přesměrovací URI. - - - - Signing Key - Podpisový klíč - - - - Key used to sign the tokens. - Klíč používaný k podepisování tokenů. - - - - Advanced protocol settings - Pokročilá nastavení protokolu - - - - Access code validity - Platnost přístupového kódu - - - - Configure how long access codes are valid for. - Konfigurace doby platnosti přístupových kódů. - - - - Access Token validity - Platnost přístupového tokenu - - - - Configure how long access tokens are valid for. - Konfigurace doby platnosti přístupových tokenů. - - - - Refresh Token validity - Platnost obnovovacího tokenu - - - - Configure how long refresh tokens are valid for. - Konfigurace doby platnosti obnovovacích tokenů. - - - - Scopes - Scopes - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - Vyberte, které scopes může klient používat. Klient musí ještě určit scope pro přístup k datům. - - - - Subject mode - Způsob identifikace uživatele - - - - Based on the User's hashed ID - Na základě Hashe uživatelského ID - - - - Based on the User's ID - Na základě uživatelského ID - - - - Based on the User's UUID - Na základě uživatelského UUID - - - - Based on the User's username - Na základě uživatelského jména - - - - Based on the User's Email - Na základě emailu uživatele - - - - This is recommended over the UPN mode. - Toto je doporučeno oproti UPN módu. - - - - Based on the User's UPN - Na základě UPN uživatele - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - Vyžaduje, aby uživatel měl nastavený atribut 'upn'. Jinak je použit Hash ID uživatele. Použijte tuto možnost pouze pokud se UPN a emailové domény liší. - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - Nastavte, jaké údaje mají být použity jako unikátní identifikátor uživatele. Ve většině případů by výchozí hodnota měla být v pořádku. - - - - Include claims in id_token - Zahrnout "claims" do id_token - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - Zahrnout "claims" uživatele ze "scopes" do id_tokenu pro aplikace, které nepřistupují k userinfo endpointu. - - - - Issuer mode - Režim vydavatele - - - - Each provider has a different issuer, based on the application slug - Každý poskytovatel má jiného vydavatele, založeného na slugu aplikace - - - - Same identifier is used for all providers - Pro všechny poskytovatele se používá stejný identifikátor - - - - Configure how the issuer field of the ID Token should be filled. - Konfigurace, jak má být vyplněno pole vydavatele v ID Tokenu. - - - - Machine-to-Machine authentication settings - Nastavení ověřování Machine-to-Machine - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - JWTs podepsané certifikáty nakonfigurovanými ve vybraných zdrojích lze použít k ověření u tohoto poskytovatele. - - - - HTTP-Basic Username Key - Klíč uživatelského jména HTTP-Basic - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - Atribut Uživatele/Skupiny použitý pro uživatelskou část HTTP-Basic hlavičky. Pokud není nastaven, použije se e-mailová adresa uživatele. - - - - HTTP-Basic Password Key - Klíč hesla HTTP-Basic - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - Atribut Uživatele/Skupiny použitý pro část s heslem HTTP-Basic hlavičky. - - - - Proxy - Proxy - - - - Forward auth (single application) - Přesměrování ověření (jedna aplikace) - - - - Forward auth (domain level) - Přesměrování ověření (na úrovni domény) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - Tento poskytovatel se bude chovat jako transparentní reverzní proxy, s výjimkou toho, že požadavky musí být ověřeny. Pokud vaše aplikace na straně serveru používá HTTPS, ujistěte se, že se k outpostu připojujete také pomocí HTTPS. - - - - External host - Externí hostitel - - - - The external URL you'll access the application at. Include any non-standard port. - Externí URL, na které budete přistupovat k aplikaci. Zahrňte jakýkoli nestandardní port. - - - - Internal host - Interní hostitel - - - - Upstream host that the requests are forwarded to. - Upstream hostitel, na který jsou požadavky přesměrovány. - - - - Internal host SSL Validation - Validace SSL interního hostitele - - - - Validate SSL Certificates of upstream servers. - Ověřte SSL certifikáty upstream serverů. - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - Použijte tohoto poskytovatele s nginx auth_request nebo traefik forwardAuth. Pro každou kořenovou doménu je vyžadován pouze jeden poskytovatel. Autorizace na úrovni jednotlivých aplikací není možná, ale díky tomu není nutné vytvářet poskytovatele pro každou aplikaci zvlášť. - - - - An example setup can look like this: - Nastavení může vypadat například takto: - - - - authentik running on auth.example.com - authentik běží na auth.example.com - - - - app1 running on app1.example.com - aplikace1 běží na app1.example.com - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - V tomto případě byste nastavili autentizační URL na auth.example.com a Cookie doménu na example.com. - - - - Authentication URL - Autentizační URL - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - Externí URL, na které se budete autentizovat. Hlavní server authentik by měl být dostupný pod touto URL. - - - - Cookie domain - Cookie doména - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - Nastavte na doménu, pro kterou má být autentizace platná. Musí jít o nadřazenou doménu výše uvedené URL. Pokud provozujete aplikace jako app1.domain.tld, app2.domain.tld, nastavte na 'domain.tld'. - - - - Unknown proxy mode - Neznámý režim proxy - - - - Token validity - Platnost tokenu - - - - Configure how long tokens are valid for. - Konfigurace délky platnosti tokenů. - - - - Additional scopes - Další scopes - - - - Additional scope mappings, which are passed to the proxy. - Další mapování scopes, které jsou předávány proxy serveru. - - - - Unauthenticated URLs - Neověřené URL - - - - Unauthenticated Paths - Neověřené cesty - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - Regulární výrazy, pro které není vyžadována autentizace. Každý nový řádek je interpretován jako nový výraz. - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - Při použití režimu proxy nebo přesměrování autentizace (jedna aplikace) je požadovaná cesta URL kontrolována proti regulárním výrazům. Při použití přesměrování autentizace (režim domény) je celá požadovaná URL včetně schématu a hostitele porovnávána s regulárními výrazy. - - - - Authentication settings - Nastavení autentizace - - - - Intercept header authentication - Zachycení autentizace v headeru - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - Pokud je povoleno, authentik zachytí Authorization header k autentizaci požadavku. - - - - Send HTTP-Basic Authentication - Odesílat HTTP-Basic autentizaci - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - Odeslat vlastní HTTP-Basic Authentication header založený na hodnotách z authentik. - - - - ACS URL - ACS URL - - - - Issuer - Vydavatel - - - - Service Provider Binding - Vazba na poskytovatele služby - - - - Redirect - Přesměrování - - - - Post - Odeslat - - - - Determines how authentik sends the response back to the Service Provider. - Určuje, jakým způsobem authentik odesílá odpověď zpět Poskytovateli služby. - - - - Audience - Publikum - - - - Signing Certificate - Podpisový certifikát - - - - Certificate used to sign outgoing Responses going to the Service Provider. - Certifikát, kterým se podepisují odchozí odpovědi (Responses) zasílané Poskytovateli služby. - - - - Verification Certificate - Ověřovací certifikát - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - Je-li vybráno, budou podpisy příchozích Tvrzení (assertions) ověřeny proti tomuto certifikátu. Chcete-li povolit nepodepsané Požadavky (Requests), ponechte výchozí nastavení. - - - - Property mappings - Mapování vlastností - - - - NameID Property Mapping - Mapování vlastnosti NameID - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - Nakonfigurujte, jak bude vytvořena hodnota NameID. Pokud je ponecháno prázdné, bude respektována NameIDPolicy příchozího požadavku. - - - - Assertion valid not before - Tvrzení platné ne před - - - - Configure the maximum allowed time drift for an assertion. - Konfigurace maximálního povoleného časového posunu pro tvrzení. - - - - Assertion valid not on or after - Tvrzení neplatné v nebo po - - - - Assertion not valid on or after current time + this value. - Tvrzení není platné v nebo po aktuálním čase + tato hodnota. - - - - Session valid not on or after - Relace neplatná v nebo po - - - - Session not valid on or after current time + this value. - Relace není platná v nebo po aktuálním čase + tato hodnota. - - - - Digest algorithm - Hashovací algoritmus - - - - Signature algorithm - Podpisový algoritmus - - - - Successfully imported provider. - Poskytovatel byl úspěšně importován. - - - - Metadata - Metadata - - - - Apply changes - Použít změny - - - - Close - Zavřít - - - - Finish - Dokončit - - - - Back - Zpět - - - - No form found - Nenalezen žádný formulář - - - - Select type - Vyberte typ - - - - Create - Vytvořit - - - - New provider - Nový poskytovatel - - - - Create a new provider. - Vytvořit nového poskytovatele. - - - - Create - Vytvořit - - - - - Shared secret - Sdílený secret - - - - Client Networks - Klientské sítě - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - Základní URL SCIM, obvykle končí na /v2. - - - - Token - Token - - - - User filtering - Filtrování uživatelů - - - - Exclude service accounts - Vyloučit účty služeb - - - - Group - Skupina - - - - Only sync users within the selected group. - Synchronizovat pouze uživatele v rámci vybrané skupiny. - - - - Attribute mapping - Mapování atributů - - - - User Property Mappings - Mapování vlastností uživatele - - - - Property mappings used to user mapping. - Mapování vlastností použité pro mapování uživatelů. - - - - Group Property Mappings - Mapování vlastností skupiny - - - - Property mappings used to group creation. - Mapování vlastností použité pro vytváření skupin. - - - - Not used by any other object. - Není používáno žádným jiným objektem. - - - - object will be DELETED - objekt bude SMAZÁN - - - - connection will be deleted - připojení bude smazáno - - - - reference will be reset to default value - reference bude obnovena na výchozí hodnotu - - - - reference will be set to an empty value - reference bude nastavena na prázdnou hodnotu - - - - () - - ( - ) - - - - ID - ID - - - - Successfully deleted - Úspěšně smazáno - - - Failed to delete : - Nepodařio se smazat - : - - - - - Delete - Smazat - - - - - Are you sure you want to delete ? - Jste si jisti, že chcete smazat ? - - - Delete - Smazat - - - - Providers - Poskytovatelé - - - - Provide support for protocols like SAML and OAuth to assigned applications. - Zajištění podpory protokolů jako SAML a OAuth pro přiřazené aplikace. - - - - Type - Typ - - - - Provider(s) - Poskytovatel(é) - - - - Assigned to application - Přiřazeno k aplikaci - - - - Assigned to application (backchannel) - Přiřazeno k aplikaci (backchannel) - - - - Update - Aktualizovat - - - - Update - Aktualizovat - - - - - Select providers to add to application - Vyberte poskytovatele, které chcete přidat do aplikace - - - - Add - Přidat - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - Zadejte buď kompletní URL, relativní cestu nebo použijte 'fa://fa-test' pro použití ikony Font Awesome "fa-test". - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - Šablona cesty pro vytvořené uživatele. Použijte zástupné symboly jako `%(slug)s` pro vložení slugu zdroje. - - - - Successfully updated application. - Aplikace byla úspěšně aktualizována. - - - - Successfully created application. - Aplikace byla úspěšně vytvořena. - - - - Slug - Slug - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - Volitelně zadejte název skupiny. Aplikace se stejnými skupinami jsou zobrazeny společně. - - - - Provider - Poskytovatel - - - - Select a provider that this application should use. - Vyberte poskytovatele, kterého by tato aplikace měla používat. - - - - Select backchannel providers which augment the functionality of the main provider. - Vyberte "backchannel" poskytovatele, kteří rozšiřují funkčnost hlavního poskytovatele. - - - - Policy engine mode - Režim mechanismu zásad - - - - Any policy must match to grant access - Pro udělení přístupu se musí shodovat s některou zásadou - - - - All policies must match to grant access - Pro udělení přístupu se musí všechny zásady shodovat - - - - UI settings - Nastavení UI - - - - Launch URL - Spouštěcí URL - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - Pokud je ponecháno prázdné, authentik se pokusí extrahovat spouštěcí URL na základě vybraného poskytovatele. - - - - Open in new tab - Otevřít v nové záložce - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - Pokud je zaškrtnuto, spouštěcí URL se otevře v nové záložce nebo okně prohlížeče z knihovny aplikací uživatele. - - - - Icon - Ikona - - - - Currently set to: - Aktuálně nastaveno na: - - - - Clear icon - Vymazat ikonu - - - - Publisher - Vydavatel - - - - Create Application - Vytvořit Aplikaci - - - - Overview - Přehled - - - - Changelog - Seznam změn - - - - Warning: Provider is not used by any Outpost. - Upozornění: Poskytovatel není používán žádným Outpostem. - - - - Assigned to application - Přiřazeno k aplikaci - - - - Update LDAP Provider - Aktualizovat LDAP poskytovatele - - - - Edit - Upravit - - - - How to connect - Jak se připojit - - - - Connect to the LDAP Server on port 389: - Připojit se k LDAP serveru na portu 389: - - - - Check the IP of the Kubernetes service, or - Zkontrolujte IP adresu služby Kubernetes, nebo - - - - The Host IP of the docker host - IP adresa hostitele Dockeru - - - - Bind DN - Svázat DN - - - - Bind Password - Svázat heslo - - - - Search base - Základ vyhledávání - - - - Preview - Náhled - - - - Warning: Provider is not used by an Application. - Upozornění: Poskytovatel není používán žádnou aplikací. - - - - Redirect URIs - URI pro Přesměrování - - - - Update OAuth2 Provider - Aktualizovat OAuth2 poskytovatele - - - - OpenID Configuration URL - Konfigurace OpenID URL - - - - OpenID Configuration Issuer - Konfigurace OpenID vydavatele - - - - Authorize URL - URL pro Autorizaci - - - - Token URL - URL pro Token - - - - Userinfo URL - URL pro Uživatelské informace - - - - Logout URL - URL pro Odhlášení - - - - JWKS URL - URL pro JWKS - - - - Forward auth (domain-level) - Přesměrovaná autentizace (na úrovni domény) - - - - Nginx (Ingress) - Nginx (Ingress) - - - - Nginx (Proxy Manager) - Nginx (Proxy Manager) - - - - Nginx (standalone) - Nginx (samostatně) - - - - Traefik (Ingress) - Traefik (Ingress) - - - - Traefik (Compose) - Traefik (Compose) - - - - Traefik (Standalone) - Traefik (samostatně) - - - - Caddy (Standalone) - Caddy (samostatně) - - - - Internal Host - Interní Hostitel - - - - External Host - Externí Hostitel - - - - Basic-Auth - Jednoduché Ověření - - - - Yes - Ano - - - - Mode - Režim - - - - Update Proxy Provider - Aktualizovat proxy poskytovatele - - - - Protocol Settings - Nastavení protokolu - - - - Allowed Redirect URIs - Povolené URI pro přesměrování - - - - Setup - Nastavení - - - - No additional setup is required. - Žádné další nastavení není vyžadováno. - - - - Update Radius Provider - Aktualizovat Radius poskytovatele - - - - Download - Stáhnout - - - - Copy download URL - Kopírovat URL pro stažení - - - - Download signing certificate - Stáhnout podepisovací certifikát - - - - Related objects - Související objekty - - - - Update SAML Provider - Aktualizovat poskytovatele SAML - - - - SAML Configuration - Konfigurace SAML - - - - EntityID/Issuer - EntityID/Vydavatel - - - - SSO URL (Post) - SSO URL (Post) - - - - SSO URL (Redirect) - SSO URL (Redirect) - - - - SSO URL (IdP-initiated Login) - SSO URL (přihlášení iniciované IdP) - - - - SLO URL (Post) - SLO URL (Post) - - - - SLO URL (Redirect) - SLO URL (Redirect) - - - - SAML Metadata - SAML Metadata - - - - Example SAML attributes - Příklad SAML atributů - - - - NameID attribute - Atribut NameID - - - - Warning: Provider is not assigned to an application as backchannel provider. - Upozornění: Poskytovatel není přiřazený k aplikaci jako backchannel poskytovatel. - - - - Update SCIM Provider - Aktualizovat SCIM poskytovatele - - - - LDAP - LDAP - - - - New application - Nová aplikace - - - - Applications - Aplikace - - - - Provider Type - Typ poskytovatele - - - - Application(s) - Aplikace - - - - Application Icon - Ikona aplikace - - - - Update Application - Aktualizovat aplikaci - - - - Successfully sent test-request. - Testovací požadavek byl úspěšně odeslán. - - - - Log messages - Zprávy protokolu - - - - No log messages. - Žádné zprávy v protokolu. - - - - Active - Aktivní - - - - Last login - Poslední přihlášení - - - - Successfully updated group. - Skupina byla úspěšně aktualizována. - - - - Successfully created group. - Skupina byla úspěšně vytvořena. - - - - Parent - Rodič - - - - Attributes - Atributy - - - - Set custom attributes using YAML or JSON. - Nastavte vlastní atributy pomocí YAML nebo JSON. - - - - Successfully updated binding. - Vazba byla úspěšně aktualizována. - - - - Successfully created binding. - Vazba byla úspěšně vytvořena. - - - - Policy - Zásada - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - Mapování skupin lze zkontrolovat pouze v případě, že je uživatel při pokusu o přístup k tomuto zdroji již přihlášen. - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - Mapování uživatelů lze zkontrolovat pouze v případě, že je uživatel při pokusu o přístup k tomuto zdroji již přihlášen. - - - - Enabled - Povoleno - - - - Negate result - Negovat výsledek - - - - Negates the outcome of the binding. Messages are unaffected. - Neguje výsledek vazby. Zprávy nejsou ovlivněny. - - - - Order - Pořadí - - - - Timeout - Časový limit - - - - Successfully updated policy. - Zásada byla úspěšně aktualizována. - - - - Successfully created policy. - Zásada byla úspěšně vytvořena. - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - Zásada používaná pro testování. Vždy vrací stejný výsledek, jak je uvedeno níže, po náhodné době čekání. - - - - Execution logging - Protokolování provedení - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - Pokud je tato možnost povolena, budou se logovat všechna spuštění této zásady. Ve výchozím nastavení se logují pouze chyby spuštění. - - - - Policy-specific settings - Specifická nastavení zásady - - - - Pass policy? - Má zásada projít? - - - - Wait (min) - Čekat (min) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - Zásada trvá náhodnou dobu k provedení. Toto řídí minimální čas, který bude trvat. - - - - Wait (max) - Čekat (max) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - Porovnává událost proti sadě kritérií. Pokud se shoduje kterákoli z nakonfigurovaných hodnot, zásada projde. - - - - Match created events with this action type. When left empty, all action types will be matched. - Porovnat vytvořené události s tímto typem akce. Pokud je ponecháno prázdné, budou porovnány všechny typy akcí. - - - - Match events created by selected application. When left empty, all applications are matched. - Porovnat události vytvořené vybranou aplikací. Pokud je ponecháno prázdné, jsou porovnány všechny aplikace. - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - Kontroluje, zda heslo uživatele požadavku bylo změněno v posledních x dnech, a odmítá na základě nastavení. - - - - Maximum age (in days) - Maximální stáří (ve dnech) - - - - Only fail the policy, don't invalidate user's password - Pouze selhání zásady, nikoli zneplatnění hesla uživatele - - - - Executes the python snippet to determine whether to allow or deny a request. - Spustí úryvek kódu v Pythonu, který určí, zda požadavek povolit, nebo zamítnout. - - - - Expression using Python. - Výraz používá Python. - - - - See documentation for a list of all variables. - Viz dokumentace pro seznam všech proměnných. - - - - Static rules - Statická pravidla - - - - Minimum length - Minimální délka - - - - Minimum amount of Uppercase Characters - Minimální množství velkých písmen - - - - Minimum amount of Lowercase Characters - Minimální množství malých písmen - - - - Minimum amount of Digits - Minimální množství číslic - - - - Minimum amount of Symbols Characters - Minimální množství speciálních znaků - - - - Error message - Chybová zpráva - - - - Symbol charset - Sada znaků pro symboly - - - - Characters which are considered as symbols. - Znaky, které jsou považovány za symboly. - - - - HaveIBeenPwned settings - Nastavení HaveIBeenPwned - - - - Allowed count - Povolený počet - - - - Allow up to N occurrences in the HIBP database. - Povolit až N výskytů v databázi HIBP. - - - - zxcvbn settings - Nastavení zxcvbn - - - - Score threshold - Práh skóre - - - - If the password's score is less than or equal this value, the policy will fail. - Pokud je skóre hesla nižší nebo rovno této hodnotě, zásada nebude uznána. - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - Kontroluje hodnotu z požadavku zásady proti několika pravidlům, většinou používáno k zajištění síly hesla. - - - - Password field - Pole hesla - - - - Field key to check, field keys defined in Prompt stages are available. - Klíč pole ke kontrole, klíče polí definované v krocích Výzvy jsou k dispozici. - - - - Check static rules - Zkontrolovat statická pravidla - - - - Check haveibeenpwned.com - Zkontrolovat haveibeenpwned.com - - - - For more info see: - Pro více informací viz: - - - - Check zxcvbn - Zkontrolovat zxcvbn - - - - Password strength estimator created by Dropbox, see: - Odhad síly hesla vytvořený společností Dropbox, viz: - - - - Allows/denys requests based on the users and/or the IPs reputation. - Povoluje/zamítá požadavky na základě reputace uživate a/nebo IP. - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - Neplatné pokusy o přihlášení sníží skóre pro IP adresu klienta a -uživatelské jméno, pod kterým se pokouší přihlásit, o jedna. - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - Zásada projde, když je skóre reputace pod prahovou hodnotou, a -neprojde, když jedna nebo obě z vybraných možností jsou rovny nebo nad prahovou hodnotou. - - - Check IP - Zkontrolovat IP - - - - Check Username - Zkontrolovat uživatelské jméno - - - - Threshold - Práh - - - - New policy - Nová zásada - - - - Create a new policy. - Vytvořit novou zásadu. - - - - Create Binding - Vytvořit vazbu - - - - Superuser - Superuživatel - - - - Members - Členové - - - - Select groups to add user to - Zvolte skupiny do kterých chcete zařadit uživatele - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - Upozornění: Přidání uživatele do vybraných skupin jim poskytne oprávnění superuživatele. - - - - Successfully updated user. - Uživatel byl úspěšně aktualizován. - - - - Successfully created user. - Uživatel byl úspěšně vytvořen. - - - - Username - Uživatelské jméno - - - - Email - E-mail - - - - Path - Cesta - - - - Policy - Zásada - - - - - Group - Skupina - - - - - User - Uživatel - - - - - Edit Policy - Upravit zásadu - - - - Update Group - Aktualizovat Skupinu - - - - Edit Group - Upravit skupinu - - - - Update User - Aktualizovat Uživatele - - - - Edit User - Upravit uživatele - - - - Policy binding(s) - Vazba(y) zásady - - - - Update Binding - Aktualizovat vazbu - - - - Edit Binding - Upravit vazbu - - - - No Policies bound. - Není přiřazena žádná zásada. - - - - No policies are currently bound to this object. - K tomuto objektu nejsou v současné době vázány žádné zásady. - - - - Related - Související - - - - Backchannel Providers - "Backchannel" Poskytovatelé - - - - Check access - Zkontrolovat přístup - - - - Check - Zkontrolovat - - - - Check Application access - Zkontrolovat přístup aplikace - - - - Test - Test - - - - Launch - Spustit - - - - Logins over the last week (per 8 hours) - Přihlášení za poslední týden (po 8 hodinách) - - - - Policy / Group / User Bindings - Zásada / Skupina / Vazby uživatele - - - - These policies control which users can access this application. - Tyto zásady řídí, kteří uživatelé mohou přistupovat k této aplikaci. - - - - Successfully updated source. - Zdroj byl úspěšně aktualizován. - - - - Successfully created source. - Zdroj byl úspěšně vytvořen. - - - - Sync users - Synchronizovat uživatele - - - - User password writeback - Zpětný zápis uživatelského hesla - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - Heslo pro přihlášení je do authentik z LDAP synchronizováno automaticky. Zapněte tuto možnost pouze pokud chcete změnu hesla zapsat zpět do LDAP. - - - - Sync groups - Synchronizovat skupiny - - - - Connection settings - Nastavení připojení - - - - Server URI - URI serveru - - - - Specify multiple server URIs by separating them with a comma. - Zadejte více serverových URI oddělením čárkami. - - - - Enable StartTLS - Povolit StartTLS - - - - To use SSL instead, use 'ldaps://' and disable this option. - Chcete-li místo toho použít SSL, použijte protokol 'ldaps://' a deaktivujte tuto volbu. - - - - TLS Verification Certificate - Ověřovací TLS certifikát - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - Při připojování k LDAP serveru s TLS nejsou certifikáty ve výchozím nastavení kontrolovány. Zadejte pár klíčů pro ověření vzdáleného certifikátu. - - - - Bind CN - Svázat CN - - - - LDAP Attribute mapping - Mapování LDAP atributů - - - - Additional settings - Další nastavení - - - - Parent group for all the groups imported from LDAP. - Nadřazená skupina pro všechny skupiny importované z LDAP. - - - - User path - Cesta uživatele - - - - Additional user DN, prepended to the Base DN. - Dodatečné uživatelské DN, připojené před základní DN. - - - - Additional group DN, prepended to the Base DN. - Dodatečné skupinové DN, připojené před základní DN. - - - - User object filter - Filtr uživatelských objektů - - - - Consider Objects matching this filter to be Users. - Považujte objekty odpovídající tomuto filtru za uživatele. - - - - Group object filter - Filtr skupinových objektů - - - - Consider Objects matching this filter to be Groups. - Považujte objekty odpovídající tomuto filtru za skupiny. - - - - Group membership field - Pole členství ve skupině - - - - Object uniqueness field - Pole jedinečnosti objektu - - - - Field which contains a unique Identifier. - Pole, které obsahuje jedinečný identifikátor. - - - - Link users on unique identifier - Propojit uživatele podle jedinečného identifikátoru - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - Propojit s uživatelem se stejnou e-mailovou adresou. Může mít bezpečnostní důsledky, když zdroj neověřuje e-mailové adresy - - - - Use the user's email address, but deny enrollment when the email address already exists - Použít e-mailovou adresu uživatele, ale odmítnout registraci, když e-mailová adresa již existuje - - - - Link to a user with identical username. Can have security implications when a username is used with another source - Propojit s uživatelem se stejným uživatelským jménem. Může mít bezpečnostní důsledky, když je uživatelské jméno používáno s jiným zdrojem - - - - Use the user's username, but deny enrollment when the username already exists - Použít uživatelské jméno uživatele, ale odmítnout registraci, pokud uživatelské jméno již existuje. - - - - Unknown user matching mode - Neznámý režim porovnávání uživatelů - - - - URL settings - URL nastavení - - - - Authorization URL - URL pro autorizaci - - - - URL the user is redirect to to consent the authorization. - URL na kterou je uživatel přesměrován pro udělení souhlasu k autorizaci. - - - - Access token URL - URL přístupového tokenu - - - - URL used by authentik to retrieve tokens. - URL používané systémem authentik k získání tokenů. - - - - Profile URL - URL profilu - - - - URL used by authentik to get user information. - URL používané systémem authentik k získání informací o uživateli. - - - - Request token URL - URL tokenu požadavku - - - - URL used to request the initial token. This URL is only required for OAuth 1. - URL používaná k vyžádání počátečního tokenu. Tato URL je vyžadována pouze pro OAuth 1. - - - - OIDC Well-known URL - OIDC Well-known URL - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - OIDC well-known konfigurační URL. Lze použít k automatické konfiguraci výše uvedených URL. - - - - OIDC JWKS URL - OIDC JWKS URL - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - URL JSON Web Key. Klíče z této URL budou použity k ověření JWT z tohoto zdroje. - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - Raw JWKS data. - - - - User matching mode - Režim porovnávání uživatelů - - - - Delete currently set icon. - Smazat aktuálně nastavenou ikonu. - - - - Consumer key - Klíč spotřebitele - - - - Consumer secret - Spotřebitelský secret - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - Další scopes, které mají být předány poskytovateli OAuth, oddělené mezerou. Chcete-li nahradit stávající scopes, použijte předponu *. - - - - Flow settings - Nastavení toku - - - - Flow to use when authenticating existing users. - Tok, který se použije při ověřování stávajících uživatelů. - - - - Enrollment flow - Tok zápisu - - - - Flow to use when enrolling new users. - Tok, který se používá při registraci nových uživatelů. - - - - Load servers - Načíst servery - - - - Allow friends to authenticate via Plex, even if you don't share any servers - Povolit přátelům ověřování přes Plex, i když s nimi nesdílíte žádné servery - - - - Allowed servers - Povolené servery - - - - Select which server a user has to be a member of to be allowed to authenticate. - Vyberte, kterého serveru musí být uživatel členem, aby se mohl ověřit. - - - - SSO URL - SSO URL - - - - URL that the initial Login request is sent to. - URL, na kterou je odeslán počáteční požadavek na přihlášení. - - - - SLO URL - SLO URL - - - - Optional URL if the IDP supports Single-Logout. - Volitelná URL, pokud IDP podporuje Single-Logout. - - - - Also known as Entity ID. Defaults the Metadata URL. - Také známý jako Entity ID. Výchozí je Metadata URL. - - - - Binding Type - Typ vazby - - - - Redirect binding - Přesměrovat vazbu - - - - Post-auto binding - Automatická post vazba - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Post vazba, ale požadavek je automaticky odeslán a uživatel nemusí potvrzovat. - - - - Post binding - Post vazba - - - - Signing keypair - Podepisovací pár klíčů - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - Pár klíčů, který se používá k podepisování odchozích požadavků. Nechte prázdné pro vypnutí podepisování. - - - - Allow IDP-initiated logins - Povolit přihlášení iniciovaná IDP - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - Umožňuje ověřovací toky iniciované IdP. Toto může být bezpečnostním rizikem, protože se neprovádí žádná validace ID požadavku. - - - - NameID Policy - NameID zásada - - - - Persistent - Trvalý - - - - Email address - E-mailová adresa - - - - Windows - Windows - - - - X509 Subject - X509 předmět - - - - Transient - Přechodný - - - - Delete temporary users after - Smazat dočasné uživatele po - - - - 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. - Doba, po jejímž uplynutí se smažou dočasní uživatelé. Uplatní se jen tehdy, pokud IdP používá formát NameID 'transient' a uživatel se sám manuálně neodhlásí. - - - - Pre-authentication flow - Tok před ověřením - - - - Flow used before authentication. - Tok používaný před ověřením. - - - - New source - Nový zdroj - - - - Create a new source. - Vytvořit nový zdroj. - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - Zdroje identit, které mohou být buď synchronizovány s databází authentik, nebo je mohou uživatelé používat k ověřování a registraci. - - - - Source(s) - Zdroj(e) - - - - Disabled - Zakázáno - - - - Built-in - Vestavěný - - - - Update LDAP Source - Aktualizovat zdroj LDAP - - - - OAuth Source - OAuth zdroj - - - - - Generic OpenID Connect - Obecný OpenID Connect - - - - Unknown provider type - Neznámý typ poskytovatele - - - - Details - Podrobnosti - - - - Callback URL - URL zpětného volání - - - - Access Key - Přístupový klíč - - - - Update OAuth Source - Aktualizovat OAuth zdroj - - - - Diagram - Diagram - - - - Policy Bindings - Vazby zásady - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - Těmito vazbami se řídí přístup uživatelů ke zdroji. - Je zde možné použít pouze Zásady, protože kontrola přístupu probíhá před samotnou autentizací. - - - Update Plex Source - Aktualizovat Plex zdroj - - - - Update SAML Source - Aktualizovat SAML zdroj - - - - Successfully updated mapping. - Mapování bylo úspěšně aktualizováno. - - - - Successfully created mapping. - Mapování bylo úspěšně vytvořeno. - - - - SAML Attribute Name - Název atributu SAML - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - Název atributu používaný pro SAML Assertions. Může to být URN OID, odkaz na schéma nebo jakýkoli jiný řetězec. Pokud je toto mapování vlastnosti použito pro vlastnost NameID, toto pole se zahodí. - - - - Friendly Name - Přátelský název - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - Volitelně nastavte hodnotu 'FriendlyName' atributu Assertion. - - - - Scope name - Název scope - - - - Scope which the client can specify to access these properties. - Scope, který může klient zadat pro přístup k těmto vlastnostem. - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - Popis zobrazený uživateli při udělování souhlasu. Pokud je ponecháno prázdné, uživatel nebude informován. - - - - Example context data - Příklad kontextových dat - - - - Active Directory User - Uživatel služby Active Directory - - - - Active Directory Group - Skupina služby Active Directory - - - - New property mapping - Nové mapování vlastnosti - - - - Create a new property mapping. - Vytvořit nové mapování vlastnosti. - - - - Property Mappings - Mapování vlastnosti - - - - Control how authentik exposes and interprets information. - Ovládejte, jak authentik zpřístupňuje a interpretuje informace. - - - - Property Mapping(s) - Mapování vlastností - - - - Test Property Mapping - Otestovat mapování vlastnosti - - - - Hide managed mappings - Skrýt spravovaná mapování - - - - Successfully updated token. - Token úspěšně aktualizován. - - - - Successfully created token. - Token úspěšně vytvořen. - - - - Unique identifier the token is referenced by. - Jedinečný identifikátor, pomocí kterého je token odkazován. - - - - Intent - Záměr - - - - API Token - API token - - - - Used to access the API programmatically - Používá se k programovému přístupu k API - - - - App password. - Heslo aplikace. - - - - Used to login using a flow executor - Používá se k přihlášení pomocí vykonavatele toku - - - - Expiring - Expirující - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - Pokud je tato možnost vybrána, platnost tokenu vyprší. Po expiraci bude token automaticky obměněn. - - - - Expires on - Expiruje v - - - - API Access - API přístup - - - - App password - Heslo aplikace - - - - Verification - Ověření - - - - Unknown intent - Neznámý záměr - - - - Tokens - Tokeny - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - Tokeny se používají v celém systému authentik pro fáze ověřování e-mailů, klíčů pro obnovení a přístupu k rozhraní API. - - - - Expires? - Expiruje? - - - - Expiry date - Datum expirace - - - - Token(s) - Token(y) - - - - Create Token - Vytvořit token - - - - Token is managed by authentik. - Token spravuje authentik - - - - Update Token - Aktualizovat token - - - - Domain - Doména - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - Porovnání se provádí na základě suffixu domény, takže pokud zadáte domain.tld, foo.domain.tld se bude stále shodovat. - - - - Default - Výchozí - - - - Branding settings - Nastavení značky - - - - Title - Název - - - - Branding shown in page title and several other places. - Značka zobrazená v titulku stránky a na několika dalších místech. - - - - Logo - Logo - - - - Favicon - Favicon - - - - Icon shown in the browser tab. - Ikona zobrazená v záložce prohlížeče. - - - - Default flows - Výchozí toky - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - Tok používaný k ověření uživatelů. Pokud je ponecháno prázdné, použije se první použitelný tok seřazený podle slugu. - - - - Invalidation flow - Tok zneplatnění - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - Tok používaný k odhlášení. Pokud je ponecháno prázdné, použije se první použitelný tok seřazený podle slugu. - - - - Recovery flow - Tok obnovy - - - - Unenrollment flow - Tok zrušení zápisu - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - Pokud je nastaveno, uživatelé se mohou sami odhlásit pomocí tohoto toku. Pokud není nastaven žádný tok, možnost se nezobrazí. - - - - User settings flow - Tok uživatelských nastavení - - - - If set, users are able to configure details of their profile. - Pokud je nastaveno, uživatelé mohou konfigurovat detaily svého profilu. - - - - Device code flow - Tok kódu zařízení - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - Pokud je nastaveno, lze použít profil OAuth kódu zařízení a vybraný tok bude použit k zadání kódu. - - - - Other global settings - Další globální nastavení - - - - Web Certificate - Webový certifikát - - - - Event retention - Zachování události - - - - Duration after which events will be deleted from the database. - Doba, po které budou události vymazány z databáze. - - - - This setting only affects new Events, as the expiration is saved per-event. - Toto nastavení ovlivňuje pouze nové události, protože doba expirace je uložena pro každou událost zvlášť. - - - - Configure visual settings and defaults for different domains. - Konfigurace vizuálních nastavení a výchozích hodnot pro různé domény. - - - - Default? - Výchozí? - - - - Policies - Zásady - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - Umožněte uživatelům používat aplikace na základě vlastností, vynucovat kritéria pro hesla a selektivně aplikovat Kroky. - - - - Assigned to object(s). - Přiřazeno k - objektu(ům). - - - - Warning: Policy is not assigned. - Upozornění: Zásada není přiřazena. - - - - Test Policy - Test zásady - - - - Policy / Policies - Zásada / Zásady - - - - Successfully cleared policy cache - Úspěšně vymazána mezipaměť zásady - - - - Failed to delete policy cache - Nepodařilo se odstranit mezipaměť zásady - - - - Clear cache - Vymazat mezipaměť - - - - Clear Policy cache - Vymazat mezipamět zásady - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - Jste si jisti, že chcete vymazat mezipaměť zásad? To způsobí, že všechny zásady budou při jejich dalším použití znovu vyhodnoceny. - - - Reputation scores - Skóre reputace - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - Reputace pro IP a identifikátory uživatelů. Skóre se snižuje za každé neúspěšné přihlášení a zvyšuje za každé úspěšné přihlášení. - - - - IP - IP - - - - Score - Skóre - - - - Updated - Aktualizováno - - - - Reputation - Reputace - - - - Groups - Skupiny - - - - Group users together and give them permissions based on the membership. - Seskupte uživatele a přidělte jim oprávnění na základě členství. - - - - Superuser privileges? - Práva superuživatele? - - - - Group(s) - Skupiny - - - - Create Group - Vytvořit skupinu - - - - Create group - Vytvořit skupinu - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - Pro ověření použijte níže uvedené uživatelské jméno a heslo. Heslo lze později získat na stránce Tokeny. - - - - Password - Heslo - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - Platné 360 dní, po kterých se heslo automaticky změní. Heslo můžete zkopírovat ze seznamu tokenů. - - - - The following objects use - Následující objekty používají - - - - connecting object will be deleted - spojovací objekt bude smazán - - - - Successfully updated - Úspěšně aktualizováno - - - Failed to update : - Nepodařilo se aktualizovat - : - - - - - Successfully updated password. - Heslo byl úspěšně aktualizováno. - - - - Successfully sent email. - Email byl úspěšně odeslán. - - - - Email stage - Krok e-mailu - - - - Successfully added user(s). - Uživatel(é) byl(i) úspěšně přidán(i). - - - - User(s) - Uživatel(é) - - - - Remove Users(s) - Odstranit uživatele - - - - Are you sure you want to remove the selected users from the group ? - Jste si jisti že chcete odebrat zvolené uživatele ze skupiny -? - - - - Remove - Odstranit - - - - Impersonate - Zosobnit - - - - User status - Stav uživatele - - - - Change status - Změnit stav - - - - Deactivate - Deaktivovat - - - - Update password - Aktualizovat heslo - - - - Set password - Nastavit heslo - - - - Successfully generated recovery link - Odkaz k obnovení úspěšně vytvořen - - - - Copy recovery link - Kopírovat odkaz pro obnovení - - - - Send link - Odeslat odkaz - - - - Send recovery link to user - Poslat uživateli odkaz k obnovení - - - - Email recovery link - Odkaz pro obnovení e-mailu - - - - Recovery link cannot be emailed, user has no email address saved. - Odkaz pro obnovení nemůže být odeslán emailem, protože uživatel nemá nastavenou emailovou adresu. - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - Upozornění: Tato skupina je nakonfigurována s přístupem superuživatele. Přidaní uživatelé budou mít přístup superuživatele. - - - - Add existing user - Přidat stávajícího uživatele - - - - Create User - Vytvořit uživatele - - - - Hide service-accounts - Skrýt účty služeb - - - - Group Info - Informace o skupině - - - - Notes - Poznámky - - - - Edit the notes attribute of this group to add notes here. - Upravte atribut poznámek této skupiny, abyste sem přidali poznámky. - - - - Users - Uživatelé - - - - Root - Root - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Upozornění: Chystáte se smazat uživatele, pod kterým jste přihlášeni (). Pokračujte na vlastní nebezpečí. - - - - User folders - Složky uživatelů - - - - Successfully added user to group(s). - Uživatel byl úspěšně přidán do skupin(y) - - - - Groups to add - Skupiny k přidání - - - - Remove from Group(s) - Odebrat ze skupin(y) - - - - Are you sure you want to remove user from the following groups? - Jste si jisti že chcete odebrat uživatele -z následujících skupin? - - - - Add Group - Přidat skupinu - - - - Add to existing group - Přidat do existující skupiny - - - - Add new group - Přidat novou skupinu - - - - Application authorizations - Oprávnění k aplikaci - - - - Revoked? - Odvolán? - - - - Expires - Expiruje - - - - ID Token - ID tokenu - - - - Refresh Tokens(s) - Obnovit token(y) - - - - Last IP - Poslední IP - - - - Session(s) - Relace - - - - Expiry - Expirace - - - - (Current session) - (Aktuální relace) - - - - Permissions - Oprávnění - - - - Consent(s) - Souhlas(y) - - - - Successfully updated device. - Zařízení bylo úspěšně aktualizováno. - - - - Static tokens - Statické tokeny - - - - TOTP Device - TOTP zařízení - - - - Enroll - Zapsat - - - - Device(s) - Zařízení - - - - Update Device - Aktualizovat zařízení - - - - Confirmed - Potvrzeno - - - - User Info - Informace o uživateli - - - - Actions over the last week (per 8 hours) - Akce za poslední týden (po 8 hodinách) - - - - Edit the notes attribute of this user to add notes here. - Pro přidání poznámek upravte atribut "poznámky" u tohoto uživatele. - - - - Sessions - Relace - - - - User events - Události uživatele - - - - Explicit Consent - Explicitní souhlas - - - - OAuth Refresh Tokens - Obnovovací tokeny pro OAuth - - - - MFA Authenticators - MFA autentikátory - - - - Successfully updated invitation. - Pozvánka byla úspěšně aktualizována. - - - - Successfully created invitation. - Pozvánka byla úspěšně vytvořena. - - - - Flow - Tok - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - Když je vybráno, pozvánka bude použitelná pouze s tímto tokem. Ve výchozím stavu je pozvánka přijata ve všech tocích s fázemi pozvánky. - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - Volitelná data, která jsou načtena do kontextové proměnné toku 'prompt_data'. YAML nebo JSON. - - - - Single use - Pro jedno použití - - - - When enabled, the invitation will be deleted after usage. - Pokud je povoleno, pozvánka bude po použití smazána. - - - - Select an enrollment flow - Vyberte tok zápisu - - - - Link to use the invitation. - Odkaz pro použití pozvánky. - - - - Invitations - Pozvánky - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - Vytvořte odkazy na pozvánky k registraci uživatelů a volitelně vynuťte konkrétní atributy jejich účtu. - - - - Created by - Vytvořil - - - - Invitation(s) - Pozvánky - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - Pozvánka není omezena na žádný tok a může být použita s jakýmkoli zápisovým tokem. - - - - Update Invitation - Aktualizovat pozvánku - - - - Create Invitation - Vytvořit pozvánku - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - Upozornění: K žádnému toku není přiřazen krok typu "Pozvánka". Pozvánky nebudou fungovat, jak mají. - - - - Auto-detect (based on your browser) - Automatická detekce (dle prohlížeče) - - - - Required. - Vyžadováno. - - - - Continue - Pokračovat - - - - Successfully updated prompt. - Výzva byla úspěšně aktualizována. - - - - Successfully created prompt. - Výzva byla úspěšně vytvořena. - - - - Text: Simple Text input - Text: Jednoduchý textový vstup - - - - Text Area: Multiline text input - Textová oblast: Víceřádkový textový vstup - - - - Text (read-only): Simple Text input, but cannot be edited. - Text (pouze pro čtení): Jednoduchý textový vstup, který nelze upravovat. - - - - Text Area (read-only): Multiline text input, but cannot be edited. - Textová oblast (pouze pro čtení): Víceřádkový textový vstup, který nelze upravovat. - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - Uživatelské jméno: Stejné jako textový vstup, ale kontroluje a zabraňuje duplicitním uživatelským jménům. - - - - Email: Text field with Email type. - E-mail: Textové pole s typem E-mail. - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - Heslo: Maskovaný vstup, více vstupů tohoto typu na stejné výzvě musí být identické. - - - - Number - Číslo - - - - Checkbox - Zaškrtávací pole - - - - Radio Button Group (fixed choice) - Skupina přepínacích tlačítek (pevná volba) - - - - Dropdown (fixed choice) - Rozbalovací nabídka (pevná volba) - - - - Date - Datum - - - - Date Time - Datum čas - - - - File - Soubor - - - - Separator: Static Separator Line - Oddělovač: Statická oddělovací čára - - - - Hidden: Hidden field, can be used to insert data into form. - Skryté: Skryté pole, lze použít pro vložení dat do formuláře. - - - - Static: Static value, displayed as-is. - Statické: Statická hodnota, zobrazená tak, jak je. - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik: Jazyk: Zobrazí seznam místních jazyků, které authentik podporuje. - - - - Preview errors - Chyby náhledu - - - - Data preview - Náhled dat - - - - Unique name of this field, used for selecting fields in prompt stages. - Jedinečný název tohoto pole, používaný pro výběr polí v krocích výzvy. - - - - Field Key - Klíč pole - - - - Name of the form field, also used to store the value. - Název pole formuláře, také používaný pro uložení hodnoty. - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - Při použití společně s krokem Zápisu uživatele použijte attributes.foo pro zápis atributů. - - - - Label - Štítek - - - - Label shown next to/above the prompt. - Štítek zobrazený vedle/nad výzvou. - - - - Required - Vyžadováno - - - - Interpret placeholder as expression - Interpretovat zástupný text jako výraz - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - Když je zaškrtnuto, zástupný text bude vyhodnocen stejným způsobem jako mapování vlastností. - Pokud vyhodnocení selže, vrátí se samotný zástupný text. - - - Placeholder - Zástupný text - - - - 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. - Volitelně poskytněte krátký tip, který popisuje očekávanou vstupní hodnotu. - Při vytváření pole s pevnou volbou povolte interpretaci jako výraz a vraťte - seznam pro zobrazení více možností. - - - Interpret initial value as expression - Interpretovat počáteční hodnotu jako výraz - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - Když je zaškrtnuto, počáteční hodnota bude vyhodnocena stejným způsobem jako mapování vlastností. - Pokud vyhodnocení selže, vrátí se samotná počáteční hodnota. - - - Initial value - Počáteční hodnota - - - - 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. - Volitelně předvyplňte vstup počáteční hodnotou. - Při vytváření pole s pevnou volbou povolte interpretaci jako výraz a - vraťte seznam pro zobrazení více výchozích možností. - - - Help text - Text nápovědy - - - - Any HTML can be used. - Lze použít jakýkoli HTML kód. - - - - Prompts - Výzvy - - - - Single Prompts that can be used for Prompt Stages. - Jednotlivé výzvy, které lze použít pro kroky Výzev. - - - - Field - Pole - - - - Stages - Kroky - - - - Prompt(s) - Výzva(y) - - - - Update Prompt - Aktualizovat výzvu - - - - Create Prompt - Vytvořit výzvu - - - - Target - Cíl - - - - Stage - Krok - - - - Evaluate when flow is planned - Vyhodnotit, když je tok plánován - - - - Evaluate policies during the Flow planning process. - Vyhodnotit zásady během procesu plánování toku. - - - - Evaluate when stage is run - Vyhodnotit při běhu kroku - - - - Invalid response behavior - Chování při neplatné odpovědi - - - - Returns the error message and a similar challenge to the executor - Vrátí chybovou zprávu a podobnou výzvu vykonavateli - - - - Restarts the flow from the beginning - Restartuje tok od začátku - - - - Restarts the flow from the beginning, while keeping the flow context - Restartuje tok od začátku, přičemž zachová kontext toku - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - Konfiguruje, jak by měl vykonavatel toku zpracovat neplatnou odpověď na výzvu danou tímto vázaným krokem. - - - - Successfully updated stage. - Krok byl úspěšně aktualizován. - - - - Successfully created stage. - Krok byl úspěšně vytvořen. - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Krok používaný ke konfiguraci autentikátoru založeného na Duo. Tento krok by měl být použit pro konfigurační toky. - - - - Authenticator type name - Název typu autentikátoru - - - - Display name of this authenticator, used by users when they enroll an authenticator. - Zobrazovaný název tohoto autentikátoru, používaný uživateli při registraci autentikátoru. - - - - API Hostname - Název hostitele API - - - - Duo Auth API - Duo Auth API - - - - Integration key - Klíč integrace - - - - Secret key - Secret klíč - - - - Duo Admin API (optional) - Duo Admin API (volitelné) - - - - Stage-specific settings - Specifická nastavení kroku - - - - Configuration flow - Tok konfigurace - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - Tok používaný ověřeným uživatelem pro konfiguraci tohoto kroku. Pokud je prázdný, uživatel nebude moci tento krok konfigurovat. - - - - Twilio Account SID - Twilio Account SID - - - - Get this value from https://console.twilio.com - Získejte tuto hodnotu z https://console.twilio.com - - - - Twilio Auth Token - Twilio Auth Token - - - - Authentication Type - Typ ověření - - - - Basic Auth - Základní autorizace - - - - Bearer Token - Bearer token - - - - External API URL - URL externí API - - - - This is the full endpoint to send POST requests to. - Toto je úplný endpoint, na který se odesílají požadavky POST. - - - - API Auth Username - Uživatelské jméno pro API autentizaci - - - - This is the username to be used with basic auth or the token when used with bearer token - Toto je uživatelské jméno, které se používá se základní autentizací nebo token při použití s bearer tokenem - - - - API Auth password - Heslo pro API autentizaci - - - - This is the password to be used with basic auth - Toto je heslo, které se používá se základní autentizací - - - - Mapping - Mapování - - - - Stage used to configure an SMS-based TOTP authenticator. - Krok sloužící ke konfiguraci TOTP autentifikátoru založeného na SMS. - - - - Twilio - Twilio - - - - Generic - Obecný - - - - From number - Z čísla - - - - Number the SMS will be sent from. - Číslo, ze kterého bude SMS odeslána. - - - - Hash phone number - Hashovat telefonní číslo - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - Pokud je povoleno, bude uložen pouze hash telefonního čísla. To lze provést z důvodů ochrany dat. Zařízení vytvořená z kroku s touto povolenou funkcí nelze použít s ověřovacím krokem autentikátoru. - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - Krok sloužící ke konfiguraci statického autentizátoru (tj. statických tokenů). Tento krok by měl být použit pro konfigurační toky. - - - - Token count - Počet tokenů - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - Krok sloužící ke konfiguraci autentizátoru TOTP (např. Authy/Google Authenticator). - - - - Digits - Číslice - - - - 6 digits, widely compatible - 6 číslic, široce kompatibilní - - - - 8 digits, not compatible with apps like Google Authenticator - 8 číslic, není kompatibilní s aplikacemi jako Google Authenticator - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - Krok používaný k ověření jakéhokoli autentikátoru. Tento krok by měl být použit během ověřovacích nebo autorizačních toků. - - - - Device classes - Třídy zařízení - - - - Static Tokens - Statické tokeny - - - - TOTP Authenticators - TOTP autentikátory - - - - WebAuthn Authenticators - WebAuthn autentikátory - - - - Duo Authenticators - Duo Autentikátory - - - - SMS-based Authenticators - Autentikátory založené na SMS - - - - Device classes which can be used to authenticate. - Třídy zařízení, které lze použít k ověření. - - - - Last validation threshold - Práh posledního ověření - - - - Not configured action - Akce při chybějící konfiguraci - - - - Force the user to configure an authenticator - Vynutit uživateli konfiguraci autentikátoru - - - - Deny the user access - Zamítnout uživateli přístup - - - - WebAuthn User verification - WebAuthn ověření uživatele - - - - User verification must occur. - Musí proběhnout oveření uživatele. - - - - User verification is preferred if available, but not required. - Ověření uživatele je upřednostňováno pokud je k dispozici, ale není vyžadováno. - - - - User verification should not occur. - Ověření uživatele by nemělo proběhnout. - - - - Configuration stages - Kroky konfigurace - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - Kroky používané ke konfiguraci autentizátoru, když uživatel nemá žádná kompatibilní zařízení. Po úspěšném dokončení tohoto konfiguračního kroku již uživatel není znovu vyzván. - - - - When multiple stages are selected, the user can choose which one they want to enroll. - Když je vybráno více kroků, uživatel si může zvolit, který chce registrovat. - - - - User verification - Ověření uživatele - - - - Resident key requirement - Požadavek na rezidentní klíč - - - - Authenticator Attachment - Příloha autentikátoru - - - - No preference is sent - Není odesílána žádná preference - - - - A non-removable authenticator, like TouchID or Windows Hello - Neodstranitelný autentikátor, jako TouchID nebo Windows Hello - - - - A "roaming" authenticator, like a YubiKey - „Roamingový" autentikátor, jako YubiKey - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - Tento krok kontroluje aktuální relaci uživatele prostřednictvím služby Google reCaptcha (nebo kompatibilní). - - - - Public Key - Veřejný klíč - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Veřejný klíč získaný z https://www.google.com/recaptcha/intro/v3.html. - - - - Private Key - Soukromý klíč - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Soukromý klíč získaný z https://www.google.com/recaptcha/intro/v3.html. - - - - Advanced settings - Rozšířená nastavení - - - - JS URL - JS URL - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - URL, ze kterého se načítá JavaScript, výchozí je recaptcha. Lze nahradit jakoukoli kompatibilní alternativou. - - - - API URL - API URL - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - URL používaná k ověření odpovědi captcha, výchozí je recaptcha. Lze nahradit jakoukoli kompatibilní alternativou. - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - Výzva k souhlasu uživatele. Souhlas může být buď trvalý, nebo může vypršet po určité době. - - - - Always require consent - Vždy požadovat souhlas - - - - Consent expires in - Platnost souhlasu vyprší v - - - - Offset after which consent expires. - Doba, po které souhlas vyprší. - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - Testovací krok používaný pro testování. Zobrazí jednoduché tlačítko pokračovat a vždy projde. - - - - Throw error? - Vyhodit chybu? - - - - SMTP Host - SMTP hostitel - - - - SMTP Port - SMTP port - - - - SMTP Username - SMTP uživatelské jméno - - - - SMTP Password - SMTP heslo - - - - Use TLS - Použít TLS - - - - Use SSL - Použít SSL - - - - From address - Z adresy - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - Ověřte e-mailovou adresu uživatele zasláním jednorázového odkazu. Lze také použít pro obnovení k ověření pravosti uživatele. - - - - Activate pending user on success - Aktivovat čekajícího uživatele při úspěchu - - - - When a user returns from the email successfully, their account will be activated. - Když se uživatel úspěšně vrátí z e-mailu, jeho účet bude aktivován. - - - - Use global settings - Použít globální nastavení - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - Když je povoleno, budou použita globální nastavení e-mailového spojení a níže uvedená nastavení spojení budou ignorována. - - - - Template - Šablona - - - - Let the user identify themselves with their username or Email address. - Umožnit uživateli identifikovat se uživatelským jménem nebo emailovou adresou. - - - - User fields - Uživatelská pole - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - Pole, kterými se uživatel může identifikovat. Pokud nejsou vybrána žádná pole, uživatel bude moci používat pouze zdroje. - - - - Password stage - Krok hesla - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - Když je vybráno, pole pro heslo se zobrazí na stejné stránce místo samostatné stránky. Tím se zabrání útokům na výčet uživatelských jmen. - - - - Case insensitive matching - Nerozlišování velkých a malých písem - - - - When enabled, user fields are matched regardless of their casing. - Když je povoleno, pole uživatele jsou porovnávána bez ohledu na velikost písmen. - - - - Show matched user - Zobrazit nalezeného uživatele - - - - 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. - Když bylo zadáno platné uživatelské jméno/e-mail a tato možnost je povolena, zobrazí se uživatelské jméno a avatar uživatele. V opačném případě se zobrazí text, který uživatel zadal. - - - - Source settings - Nastavení zdroje - - - - Sources - Zdroje - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - Vyberte zdroje, které by měly být zobrazeny uživatelům pro ověření. Toto ovlivňuje pouze webové zdroje, nikoli LDAP. - - - - Show sources' labels - Zobrazit popisky zdrojů - - - - By default, only icons are shown for sources. Enable this to show their full names. - Ve výchozím nastavení se pro zdroje zobrazují pouze ikony. Povolte tuto možnost pro zobrazení jejich celých názvů. - - - - Passwordless flow - Tok bez hesla - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - Volitelný bezheslový tok, na který je odkaz ve spodní části stránky. Pokud je nakonfigurován, uživatelé mohou použít tento tok k ověření pomocí WebAuthn autentikátoru bez zadávání jakýchkoli údajů. - - - - Optional enrollment flow, which is linked at the bottom of the page. - Volitelný tok pro registraci, na který je odkaz ve spodní části stránky. - - - - Optional recovery flow, which is linked at the bottom of the page. - Volitelný tok obnovení, na který je odkaz ve spodní části stránky. - - - - This stage can be included in enrollment flows to accept invitations. - Tento krok může být zahrnut do toků registrace pro přijetí pozvánek. - - - - Continue flow without invitation - Pokračovat v toku bez pozvánky - - - - 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. - Pokud je tento příznak nastaven, tento krok přeskočí na další krok, když není poskytnuta žádná pozvánka. Ve výchozím nastavení tento krok zruší tok, když není poskytnuta žádná pozvánka. - - - - Validate the user's password against the selected backend(s). - Ověřte heslo uživatele proti vybraným backendům. - - - - Backends - Backendy - - - - User database + standard password - Uživatelská databáze + standardní heslo - - - - User database + app passwords - Uživatelská databáze + hesla aplikací - - - - User database + LDAP password - Uživatelská databáze + LDAP heslo - - - - Selection of backends to test the password against. - Výběr backendů pro testování hesla. - - - - Failed attempts before cancel - Neúspěšné pokusy před zrušením - - - - 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. - Kolik pokusů má uživatel, než je tok zrušen. Pro uzamčení uživatele použijte zásadu reputace a fázi user_write. - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - Zobrazit uživateli libovolná vstupní pole, například během registrace. Data jsou uložena v kontextu toku pod proměnnou 'prompt_data'. - - - - Fields - Pole - - - - Validation Policies - Zásady ověřování - - - - Selected policies are executed when the stage is submitted to validate the data. - Vybrané zásady jsou provedeny při odeslání kroku k ověření dat. - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - Odstranit aktuálně čekajícího uživatele. POZOR, tento krok nežádá o potvrzení. Použijte krok souhlasu, abyste zajistili, že si je uživatel vědom svých akcí. - - - Log the currently pending user in. - Přihlásit aktuálně čekajícího uživatele. - - - - Session duration - Doba trvání relace - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - Určuje, jak dlouho trvá relace. Výchozí hodnota 0 sekund znamená, že relace trvá, dokud není prohlížeč zavřen. - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - Různé prohlížeče zacházejí s relačními cookies různě a nemusí je odstranit ani po zavření prohlížeče. - - - - See here. - Podívejte se zde. - - - - Stay signed in offset - Zůstat přihlášen po dobu - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - Pokud je nastaveno na dobu trvání nad 0, uživatel bude mít možnost zvolit "zůstat přihlášen", což prodlouží jeho relaci o čas uvedený zde. - - - - Terminate other sessions - Ukončit ostatní relace - - - - When enabled, all previous sessions of the user will be terminated. - Pokud je povoleno, všechny předchozí relace uživatele budou ukončeny. - - - - Remove the user from the current session. - Odebrat uživatele z aktuální relace. - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - Zapsat jakákoliv data z kontextu toku 'prompt_data' do aktuálně čekajícího uživatele. Pokud žádný uživatel - nečeká, je vytvořen nový uživatel a data jsou zapsána do něj. - - - Never create users - Nikdy nevytvářet uživatele - - - - When no user is present in the flow context, the stage will fail. - Pokud v kontextu toku není přítomen žádný uživatel, krok selže. - - - - Create users when required - Vytvářet uživatele, když je to potřeba - - - - When no user is present in the the flow context, a new user is created. - Když není v kontextu toku přítomen žádný uživatel, je vytvořen nový uživatel. - - - - Always create new users - Vždy vytvořit nové uživatele - - - - Create a new user even if a user is in the flow context. - Vytvořit nového uživatele, i když je uživatel již v kontextu toku. - - - - Create users as inactive - Vytvářet uživatele jako neaktivní - - - - Mark newly created users as inactive. - Označit nově vytvořené uživatele jako neaktivní. - - - - User path template - Šablona cesty uživatele - - - - Path new users will be created under. If left blank, the default path will be used. - Cesta, pod kterou budou vytvořeni noví uživatelé. Pokud zůstane prázdná, použije se výchozí cesta. - - - - Newly created users are added to this group, if a group is selected. - Nově vytvoření uživatelé jsou přidáni do této skupiny, pokud je skupina vybrána. - - - - New stage - Nový krok - - - - Create a new stage. - Vytvořit nový krok. - - - - Successfully imported device. - Zařízení úspěšně importováno. - - - - The user in authentik this device will be assigned to. - Uživatel v systému authentik, kterému bude toto zařízení přiřazeno. - - - - Duo User ID - ID uživatele Duo - - - - The user ID in Duo, can be found in the URL after clicking on a user. - ID uživatele v Duo, lze nalézt v URL po kliknutí na uživatele. - - - - Automatic import - Automatický import - - - - Successfully imported devices. - Úspěšně importováno zařízení. - - - - Start automatic import - Zahájit automatický import - - - - Or manually import - Nebo importovat ručně - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - Kroky jsou jednotlivé části Toku, kterými je uživatel prováděn. Krok může být spuštěn pouze v rámci toku. - - - - Flows - Toky - - - - Stage(s) - Krok(y) - - - - Import - Import - - - - Import Duo device - Importovat zařízení Duo - - - - Successfully updated flow. - Tok byl úspěšně aktualizován. - - - - Successfully created flow. - Tok byl úspěšně vytvořen. - - - - Shown as the Title in Flow pages. - Zobrazeno jako název na stránkách toků. - - - - Visible in the URL. - Viditelné v URL. - - - - Designation - Označení - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - Určuje, k čemu je tento Tok používán. Například Autentizační Tok je přesměrován, když neověřený uživatel navštíví authentik. - - - - No requirement - Žádný požadavek - - - - Require authentication - Vyžadovat ověření - - - - Required authentication level for this flow. - Požadovaná úroveň ověření pro tento tok. - - - - Behavior settings - Nastavení chování - - - - Compatibility mode - Režim kompatibility - - - - Increases compatibility with password managers and mobile devices. - Zvyšuje kompatibilitu se správci hesel a mobilními zařízeními. - - - - Denied action - Zamítnutá akce - - - - Will follow the ?next parameter if set, otherwise show a message - Pokud je nastaven, bude následovat parametr ?next, jinak zobrazí zprávu - - - - Will either follow the ?next parameter or redirect to the default interface - Bude buď následovat parametr ?next, nebo přesměruje na výchozí rozhraní - - - - Will notify the user the flow isn't applicable - Upozorní uživatele, že tok není použitelný - - - - Decides the response when a policy denies access to this flow for a user. - Nastavuje chování pro případ, kdy zásada zamítne uživateli přístup k toku. - - - - Appearance settings - Nastavení vzhledu - - - - Layout - Rozvržení - - - - Background - Pozadí - - - - Background shown during execution. - Pozadí, které se zobrazí při spuštění toku. - - - - Clear background - Vymazat pozadí - - - - Delete currently set background image. - Smazat aktuálně nastavený obrázek na pozadí. - - - - Successfully imported flow. - Tok byl úspěšně importován. - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - Toky popisují řetězec Kroků pro ověření, registraci nebo obnovení uživatele. Kroky jsou vybírány na základě zásad, které jsou na ně aplikovány. - - - - Flow(s) - Tok(y) - - - - Update Flow - Aktualizovat tok - - - - Create Flow - Vytvořit tok - - - - Import Flow - Importovat tok - - - - Successfully cleared flow cache - Úspěšně vymazána mezipaměť toku - - - - Failed to delete flow cache - Nepodařilo se odstranit mezipaměť toku - - - - Clear Flow cache - Vymazat mezipamět toku - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - Opravdu chcete vymazat mezipaměť toku? - To způsobí, že všechny toky budou znovu vyhodnoceny při jejich dalším použití. - - - Stage binding(s) - Vazba(y) kroku - - - - Stage type - Typ kroku - - - - Edit Stage - Upravit krok - - - - Update Stage binding - Aktualizovat vazbu kroku - - - - These bindings control if this stage will be applied to the flow. - Tyto vazby kontrolují, zda bude tento krok aplikován na tok. - - - - No Stages bound - Nejsou přiřazené žádné kroky - - - - No stages are currently bound to this flow. - K tomuto toku nejsou přiřazené žádné kroky. - - - - Create Stage binding - Vytvořit přiřazení kroku - - - - Bind existing stage - Přiřadit existující krok - - - - Flow Overview - Přehled toku - - - - Related actions - Související akce - - - - Execute flow - Spustit tok - - - - Normal - Normální - - - - Export flow - Exportovat tok - - - - Export - Exportovat - - - - Stage Bindings - Přiřazení kroků - - - - These bindings control which users can access this flow. - Tyto vazby řídí, kteří uživatelé mohou přistupovat k tomuto toku. - - - - Event Log - Záznam událostí - - - - Event - Událost - - - - - Event info - Informace o události - - - - Created - Vytvořeno - - - - Successfully updated transport. - Transport byl úspěšně aktualizován. - - - - Successfully created transport. - Transport byl úspěšně vytvořen. - - - - Local (notifications will be created within authentik) - Lokální (oznámení budou vytvořena v authentiku) - - - - Webhook (generic) - Webhook (obecný) - - - - Webhook (Slack/Discord) - Webhook (Slack/Discord) - - - - Webhook URL - Webhook URL - - - - Send once - Poslat jednou - - - - Only send notification once, for example when sending a webhook into a chat channel. - Odeslat oznámení pouze jednou, například při odesílání webhooku do kanálu chatu. - - - - Notification Transports - Transporty oznámení - - - - Define how notifications are sent to users, like Email or Webhook. - Definujte, jak jsou oznámení odesílána uživatelům, například e-mailem nebo webhookem. - - - - Notification transport(s) - Transport(y) oznámení - - - - Update Notification Transport - Aktualizovat transport oznámení - - - - Create Notification Transport - Vytvořit transport oznámení - - - - Successfully updated rule. - Pravidlo bylo úspěšně aktualizováno. - - - - Successfully created rule. - Pravidlo bylo úspěšně vytvořeno. - - - - Transports - Transporty - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - Vyberte, které transporty by měly být použity k upozornění uživatele. Pokud není vybrán žádný, oznámení bude zobrazeno pouze v uživatelském rozhraní authentik. - - - - Severity - Závažnost - - - - Notification Rules - Pravidla oznámení - - - - Send notifications whenever a specific Event is created and matched by policies. - Odesílat oznámení vždy, když je vytvořena specifická událost a odpovídá zásadám. - - - - Sent to group - Odesláno skupině - - - - Notification rule(s) - Pravidla oznámení - - - - Update Notification Rule - Změnit pravidlo pro upozornění - - - - Create Notification Rule - Vytvořit pravidlo pro upozornění - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - Tyto vazby určují, při jakých událostech se toto pravidlo spustí. -Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. - - - Outpost Deployment Info - Informace o nasazení Outpostu - - - - View deployment documentation - Zobrazit dokumentaci k nasazení - - - - Click to copy token - Klikněte pro zkopírování tokenu - - - - If your authentik Instance is using a self-signed certificate, set this value. - Pokud vaše instance authentik používá certifikát podepsaný sám sebou, nastavte tuto hodnotu. - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - Pokud vaše nastavení authentik_host neodpovídá URL, se kterou se chcete přihlásit, přidejte toto nastavení. - - - - Successfully updated outpost. - Outpost byl úspěšně aktualizován. - - - - Successfully created outpost. - Outpost byl úspěšně vytvořen. - - - - Radius - Radius - - - - Integration - Integrace - - - - Selecting an integration enables the management of the outpost by authentik. - Výběr integrace umožňuje správu outpostu systémem authentik. - - - - Configuration - Konfigurace - - - - See more here: - Více informací zde: - - - - Documentation - Dokumentace - - - - Last seen - Naposledy viděn - - - - , should be - - , mělo by být - - - - - Hostname - Název hostitele - - - - Not available - Není k dispozici - - - - Unknown type - Neznámý typ - - - - Outposts - Outposty - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Outposty jsou nasazení komponent authentik pro podporu různých prostředí a protokolů, jako jsou reverzní proxy. - - - - Health and Version - Zdraví a verze - - - - Warning: authentik Domain is not configured, authentication will not work. - Upozornění: Doména authentik není nakonfigurována, ověřování nebude fungovat. - - - - Logging in via . - Přihlášuji pomocí - . - - - - No integration active - Žádná aktivní integrace - - - - Update Outpost - Aktualizovat Outpost - - - - View Deployment Info - Zobrazit informace o nasazení - - - - Detailed health (one instance per column, data is cached so may be out of date) - Podrobný stav (jedna instance na sloupec, data jsou uložena v mezipaměti, takže mohou být zastaralá) - - - - Outpost(s) - Outposty - - - - Create Outpost - Vytvořit Outpost - - - - Successfully updated integration. - Integrace byla úspěšně aktualizována. - - - - Successfully created integration. - Integrace byla úspěšně vytvořena. - - - - Local - Místní - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - Pokud je povoleno, použije se místní připojení. Vyžaduje Docker socket/Kubernetes integraci. - - - - Docker URL - Docker URL - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - CA, proti které je ověřován certifikát koncového bodu. Může být ponecháno prázdné pro žádnou validaci. - - - - TLS Authentication Certificate/SSH Keypair - TLS ověřovací certifikát/SSH pár klíčů - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - Certifikát/klíč používaný pro ověření. Může být ponecháno prázdné pro žádné ověření. - - - - When connecting via SSH, this keypair is used for authentication. - Při připojování přes SSH je tento pár klíčů používán pro ověření. - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - Ověřit SSL certifikát Kubernetes API - - - - New outpost integration - Nová integrace outpostu - - - - Create a new outpost integration. - Vytvořit novou integraci outpostu. - - - - State - Stav - - - - Unhealthy - Nezdravý - - - - Outpost integration(s) - Integrace outpostu/ů - - - - Successfully generated certificate-key pair. - Pár certifikátu a klíče byl úspěšně vygenerován. - - - - Common Name - Common Name - - - - Subject-alt name - Alternativní jméno subjektu - - - - Optional, comma-separated SubjectAlt Names. - Volitelné, čárkou oddělené alternativní jména subjektu. - - - - Validity days - Platnost ve dnech - - - - Successfully updated certificate-key pair. - Pár certifikátu a klíče byl úspěšně aktualizován. - - - - Successfully created certificate-key pair. - Pár certifikátu a klíče byl úspěšně vytvořen. - - - - PEM-encoded Certificate data. - Data certifikátu kódovaná ve formátu PEM. - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - Volitelný soukromý klíč. Pokud je nastaven, můžete tento pár klíčů použít pro šifrování. - - - - Certificate-Key Pairs - Páry certifikát-klíč - - - - Import certificates of external providers or create certificates to sign requests with. - Importujte certifikáty externích poskytovatelů nebo vytvořte certifikáty pro podepisování požadavků. - - - - Private key available? - Soukromý klíč k dispozici? - - - - Certificate-Key Pair(s) - Pár(y) certifikát-klíč - - - - Managed by authentik - Spravováno systémem authentik - - - - Managed by authentik (Discovered) - Spravováno systémem authentik (Objeveno) - - - - Yes () - Ano ( - ) - - - - No - Ne - - - - Update Certificate-Key Pair - Aktualizovat pár certifikát-klíč - - - - Certificate Fingerprint (SHA1) - Otisk certifikátu (SHA1) - - - - Certificate Fingerprint (SHA256) - Otisk certifikátu (SHA256) - - - - Certificate Subject - Předmět certifikátu - - - - Download Certificate - Stáhnout certifikát - - - - Download Private key - Stáhnout soukromý klíč - - - - Generate - Generovat - - - - Successfully updated instance. - Instance byla úspěšně aktualizována. - - - - Successfully created instance. - Instance byla úspěšně vytvořena. - - - - Disabled blueprints are never applied. - Zakázané plány se nikdy nepoužívají. - - - - Local path - Místní cesta - - - - OCI Registry - OCI registr - - - - Internal - Interní - - - - Blueprint - Plán - - - - Configure the blueprint context, used for templating. - Nakonfigurujte kontext plánu, který se používá pro šablonování. - - - - Orphaned - Osiřelé - - - - Blueprints - Plány - - - - Automate and template configuration within authentik. - Automatizujte a šablonujte konfiguraci v rámci authentik. - - - - Last applied - Naposledy použito - - - - Blueprint(s) - Plán(y) - - - - Update Blueprint - Aktualizovat plán - - - - Create Blueprint Instance - Vytvořit instanci plánu - - - - API Requests - Požadavky API - - - - Open API Browser - Otevřít prohlížeč API - - - - Notifications - Oznámení - - - - unread - - nepřečtených - - - - Successfully cleared notifications - Oznámení byla úspěšně vymazána - - - - Clear all - Vymazat vše - - - - User interface - Uživatelské rozhraní - - - - Dashboards - Ovládací panely - - - - Events - Události - - - - Logs - Protokoly - - - - Directory - Adresář - - - - System - Systém - - - - Certificates - Certifkáty - - - - Outpost Integrations - Integrace Outpostu - - - - API request failed - Požadavek API selhal - - - - Something went wrong! Please try again later. - Něco se pokazilo! Zkuste to znovu později. - - - - Request ID - ID požadavku - - - - You may close this page now. - Nyní můžete tuto stránku zavřít. - - - - You're about to be redirect to the following URL. - Budete přesměrováni na následující URL. - - - - Follow redirect - Následovat přesměrování - - - - Request has been denied. - Požadavek byl zamítnut. - - - - Not you? - Nejste to vy? - - - - Need an account? - Potřebujete účet? - - - - Sign up. - Zaregistrovat se. - - - - Forgot username or password? - Zapomněli jste uživatelské jméno nebo heslo? - - - - Or - nebo - - - - Use a security key - Použít bezpečnostní klíč - - - - Login to continue to . - Přihlášte se pro pokračování na - . - - - - Please enter your password - Prosím zadejte své heslo - - - - Forgot password? - Zapomněli jste heslo? - - - - Application requires following permissions: - Aplikace vyžaduje následující oprávnění: - - - - Application already has access to the following permissions: - Aplikace již má přístup k následujícím oprávněním: - - - - Application requires following new permissions: - Aplikace vyžaduje následující nová oprávnění: - - - - Check your Inbox for a verification email. - Ověřovací email najdete ve Vaší poštovní schránce. - - - - Send Email again. - Poslat email znovu. - - - - Successfully copied TOTP Config. - Úspěšně zkopírováno nastavení TOTP. - - - - Code - Kód - - - - Duo activation QR code - QR kód pro aktivaci Duo - - - - Alternatively, if your current device has Duo installed, click on this link: - Alternativně, pokud máte Duo nainstalováno na svém aktuálním zařízení, klikněte na tento odkaz: - - - - Duo activation - Aktivace Duo - - - - Check status - Zkontrolovat stav - - - - Make sure to keep these tokens in a safe place. - Ujistěte se, že tyto tokeny uchováváte na bezpečném místě. - - - - Phone number - Telefonní číslo - - - - Please enter your Phone number. - Prosím zadejte své telefonní číslo. - - - - Please enter the code you received via SMS - Prosím zadejte kód který vám přišel v SMS - - - - Static token - Statický token - - - - Authentication code - Ověřovací kód - - - - Please enter your code - Prosím zadejte svůj kód - - - - Retry authentication - Opakovat ověření - - - - Duo push-notifications - Duo push-notifikace - - - - Receive a push notification on your device. - Na své zařízení obdržíte push notifikaci. - - - - Authenticator - Autentikátor - - - - Use a security key to prove your identity. - Použijte bezpečnostní klíč k prokázání své identity. - - - - Traditional authenticator - Tradiční autentikátor - - - - Use a code-based authenticator. - Použijte autentikátor založený na kódech. - - - - Recovery keys - Klíče pro obnovu - - - - SMS - SMS - - - - Tokens sent via SMS. - Tokeny zaslané prostřednictvím SMS. - - - - Stay signed in? - Zůstat přihlášen? - - - - Select Yes to reduce the number of times you're asked to sign in. - Vyberte Ano, aby se snížil počet žádostí o přihlášení. - - - - Authenticating with Plex... - Probíhá ověřování s Plexem... - - - - Waiting for authentication... - Čeká se na ověření... - - - - If no Plex popup opens, click the button below. - Pokud se neotevře okno Plex, klikněte na tlačítko níže. - - - - Open login - Otevřít přihlášení - - - - Authenticating with Apple... - Probíhá ověřování s Apple... - - - - Retry - Znovu - - - - You've successfully authenticated your device. - Vaše zařízení bylo úspěšně ověřeno. - - - - Flow inspector - Inspektor toku - - - - Next stage - Další krok - - - - Stage name - Název kroku - - - - Stage kind - Druh kroku - - - - Stage object - Objekt kroku - - - - This flow is completed. - Tento tok je dokončen. - - - - Plan history - Historie plánu - - - - Current plan context - Aktuální kontext plánu - - - - Session ID - ID relace - - - - Powered by authentik - Powered by authentik - - - - Error creating credential: - Chyba při vytváření přihlašovacích údajů: - - - - Server validation of credential failed: - Ověření přihlašovacích údajů na serveru selhalo: - - - - Refer to documentation - Odkaz na dokumentaci - - - No Applications available. - Nejsou k dispozici žádné aplikace. - - - - Either no applications are defined, or you don’t have access to any. - Buď nejsou definovány žádné aplikace, nebo k žádné nemáte přístup. - - - My Applications - Moje aplikace - - - - My applications - Moje aplikace - - - - Change your password - Změna hesla - - - - Change password - Změnit heslo - - - - Save - Uložit - - - - Delete account - Smazat účet - - - - Successfully updated details - Údaje byly úspěšně aktualizovány - - - - Open settings - Otevřít nastavení - - - - No settings flow configured. - Není nakonfigurován žádný tok nastavení. - - - - Update details - Aktualizace údajů - - - - Successfully disconnected source - Zdroj byl úspěšně odpojen - - - - Failed to disconnected source: - Zdroj se nepodařilo odpojit: - - - - Disconnect - Odpojit - - - - Connect - Připojit - - - - Error: unsupported source settings: - Chyba: nepodporovaná nastavení zdroje: - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - Připojte svůj uživatelský účet k níže uvedeným službám, abyste se mohli přihlásit pomocí služby namísto tradičních přihlašovacích údajů. - - - - No services available. - Žádné služby nejsou k dispozici. - - - - Create App password - Vytvořit heslo aplikace - - - - User details - Údaje o uživateli - - - - Consent - Souhlas - - - - MFA Devices - MFA zařízení - - - - Connected services - Připojené služby - - - - Tokens and App passwords - Tokeny a hesla aplikací - - - - Unread notifications - Nepřečtená oznámení - - - - Admin interface - Administrátorské rozhraní - - - - Stop impersonation - Ukončit zosobnění - - - - Avatar image - Obrázek avataru - - - - Failed - Selhalo - - - - Unsynced / N/A - Nesynchronizováno / N/A - - - - Outdated outposts - Zastaralé outposty - - - - Unhealthy outposts - Nefunkční outposty - - - - Next - Další - - - - Inactive - Nektivní - - - - Regular user - Běžný uživatel - - - - Activate - Aktivovat - - - - Use Server URI for SNI verification - Použít URI serveru pro ověření SNI + + + + Dismiss + Skrýt - - Required for servers using TLS 1.3+ - Požadováno pro servery používající TLS 1.3+ + + Connection error, reconnecting... + Chyba spojení, znovu se připojuji... - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - Klientský certifikát a privátní klíč pro ověření proti certifikátu LDAP serveru. + + An unknown error occurred + Došlo k neznámé chybě - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - Certifikát pro výše nakonfigurovaný základní DN. Jako záložní možnost poskytovatel používá self-signed certifikát. + + Please check the browser console for more details. + Pro více informací se podívejte do konzole prohlížeče. - - TLS Server name - Jméno serveru TLS - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - DNS název, pro který by měl být použit výše nakonfigurovaný certifikát. Certifikát nelze detekovat na základě základního DN, protože SSL/TLS vyjednávání probíhá před výměnou těchto dat. - - - TLS Client authentication certificate - Certifikát klientské autentizace TLS - - - Model - Model - - - Match events created by selected model. When left empty, all models are matched. - Párovat události vytvořené vybraným modelem. Pokud je pole prázdné, párují se všechny modely. - - - Code-based MFA Support - Podpora MFA založená na kódu - - - 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. - Pokud je tato funkce povolena, lze vícefaktorové ověřování založené na kódu použít tak, že se k heslu připojí středník a kód TOTP. Tato funkce by měla být povolena pouze v případě, že všichni uživatelé, kteří se budou vázat k tomuto poskytovateli, mají nakonfigurované zařízení TOTP, protože jinak může být heslo nesprávně odmítnuto, pokud obsahuje středník. - - - User type - Typ uživatele - - - Successfully updated license. - Licence byla úspěšně aktualizována. - - - Successfully created license. - Licence byla úspěšně vytvořena. - - - Install ID - Instalační ID - - - License key - Licenční klíč - - - Licenses - Licence - - - License(s) - Licence - - - Cumulative license expiry - Kumulativní platnost licence - - - Update License - Aktualizovat licence - - - Warning: The current user count has exceeded the configured licenses. - Upozornění: Aktuální počet uživatelů překročil načtené licence. - - - Click here for more info. - Klikněte zde pro více info. - - - Enterprise - Podnik - - - Manage enterprise licenses - Správa podnikových licencí - - - No licenses found. - Nebyly nalezeny žádné licence. - - - Send us feedback! - Pošlete nám zpětnou vazbu! - - - Go to Customer Portal - Přejít do zákaznického portálu - - - Forecast internal users - Odhad interních uživatelů - - - Estimated user count one year from now based on current internal users and forecasted internal users. - - - Forecast external users - Odhad externích uživatelů - - - Estimated user count one year from now based on current external users and forecasted external users. - - - Install - Instalovat - - - Install License - Instalovat licence - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - Interní uživatelé mohou být uživatelé, jako jsou zaměstnanci společnosti, kteří získají přístup k plné sadě funkcí Enterprise. - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - Externí uživatelé mohou být externí konzultanti nebo B2C zákazníci. Tito uživatelé nemají přístup k funkcím podniku. - - - Service accounts should be used for machine-to-machine authentication or other automations. - Účty služeb by měly být použity pro autentizaci machine-to-machine nebo jiné automatizace. - - - Remove item - Odstranit položku + + Status messages + Stavové zprávy Open API drawer Otevřít API panel + + Unread notifications + Nepřečtená oznámení + Open Notification drawer Otevřít panel oznámení - - Add provider - Přidat poskytovatele - - - Open - Otevřít - - - Copy token - Kopírovat token - - - Add users - Přidat uživatele - - - Add group - Přidat skupinu - - - Import devices - Importovat zařízení - - - Execute - Provést - - - Show details - Zobrazit podrobnosti - - - Apply - Použít - Settings Nastavení + + Stop impersonation + Ukončit zosobnění + + + Avatar image + Obrázek avataru + Sign out Odhlásit - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - Počet tokenů vygenerovaných při každém použití této fáze. Každý token vygenerovaný při provádění fáze bude připojen k jednomu statickému zařízení. + + Admin + Admin - - Token length - Délka tokenu + + Home + Domů - - The length of the individual generated tokens. Can be increased to improve security. - Délka jednotlivých generovaných tokenů. Může být zvýšena pro zlepšení zabezpečení. + + authentik Logo + Logo authentik - - Internal: - Interní: + + Collapse navigation + Sbalit navigaci - - External: - Externí: + + Expand navigation + Rozbalit navigaci - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - Staticky zamítnout tok. Pro efektivní použití tohoto kroku deaktivujte *Vyhodnotit při plánování toku* na příslušném svázání. + + User interface + Uživatelské rozhraní - - Create and bind Policy - Vytvořit a svázat zásadu + + Loading... + Načítání... - - Federation and Social login - Federace a sociální přihlášení + + Application + Aplikace - - Create and bind Stage - Vytvořit a svázat krok - - - Flows and Stages - Toky a kroky - - - New version available - K dispozici je nová verze - - - Failure result - Výsledek selhání - - - Pass - Povolit - - - Don't pass - Nepovolit - - - Result used when policy execution fails. - Výsledek použitý při neúspěšném provedení zásad. - - - Required: User verification must occur. - Požadováno: Ověření uživatele musí proběhnout. - - - Preferred: User verification is preferred if available, but not required. - Preferováno: Ověření uživatele je preferováno, pokud je k dispozici, ale není vyžadováno. - - - Discouraged: User verification should not occur. - Nedoporučuje se: Ověření uživatele by nemělo probíhat. - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - Požadováno: Autentizátor MUSÍ vytvořit dedikovanou přihlašovací údaje. Pokud to není možné, RP je připraven na chybu. - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - Preferováno: Autentizátor může vytvořit a uložit dedikovanou přihlašovací údaje, ale pokud to neudělá, je to také v pořádku - - - Discouraged: The authenticator should not create a dedicated credential - Nedoporučuje se: Autentizátor by neměl vytvářet dedikované přihlašovací údaje - - - Lock the user out of this system - Zamknout uživatele z tohoto systému - - - Allow the user to log in and use this system - Povolit uživateli přihlášení a používání tohoto systému - - - Temporarily assume the identity of this user - Dočasně převzít identitu tohoto uživatele - - - Enter a new password for this user - Vložit nové heslo tohoto uživatele - - - Create a link for this user to reset their password - Vytvořit odkaz pomocí kterého si tento uživatel může obnovit heslo - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn vyžaduje, aby byla tato stránka přístupná přes HTTPS. - - - WebAuthn not supported by browser. - WebAuthn není podporováno prohlížečem. - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - Použijte tohoto poskytovatele s auth_request nginxu nebo forwardAuth traefiku. Každá aplikace/doména potřebuje svého vlastního poskytovatele. Kromě toho musí být na každé doméně /outpost.goauthentik.io směrováno na outpost (při použití spravovaného outpostu je to provedeno za vás). - - - Default relay state - Výchozí stav přenosu - - - When using IDP-initiated logins, the relay state will be set to this value. - Při použití přihlášení iniciovaného IDP bude stav přenosu nastaven na tuto hodnotu. - - - Flow Info - Informace o toku - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - Krok použitý k nastavení WebAuthn autentizátoru (např. Yubikey, FaceID/Windows Hello). - -<<<<<<< HEAD - - Internal application name used in URLs. - Interní název aplikace používaný v URL. - - - Submit - Odeslat - - - UI Settings - Nastavení UI - - - Your application has been saved - Vaše aplikace byla uložena - - - Custom attributes - Vlastní atributy - - - Don't show this message again. - Tuto zprávu již nezobrazovat. + + Logins + Přihlášení Failed to fetch Nepodařilo se načíst + + FIPS Status + Stav FIPS + + + OK + OK + + + FIPS compliance: passing + FIPS shoda: vyhovující + + + Unverified + Neověřeno + + + FIPS compliance: unverified + FIPS shoda: neověřeno + + + Show less + Zobrazit méně + + + Show more + Zobrazit více + + + UID + UID + + + Name + Jméno + + + App + Apl + + + Model Name + Název modelu + + + Message + Zpráva + + + Subject + Předmět + + + From + Od + + + To + Komu + + + Context + Kontext + + + User + Uživatel + + + Changes made: + Provedené změny: + + + Key + Klíč + + + Previous value + Předchozí hodnota + + + New value + Nová hodnota + + + - + - + + + Added ID + Přidáno ID + + + Removed ID + Odstraněno ID + + + Cleared + Vymazáno + + + Affected model: + Dotčený model: + + + Authorized application: + Autorizovaná aplikace: + + + Using flow + S použitím toku + + + Email info: + Informace o e-mailu: + + + Secret: + Secret: + + + Exception + Výjimka + + + Open issue on GitHub... + Otevřít problém na GitHubu... + + + Expression + Výraz + + + Binding + Vazba + + + Request + Požadavek + + + Object + Objekt + + + Result + Výsledek + + + Passing + Vyhovující + + + Messages + Zprávy + + + New version available + K dispozici je nová verze + + + Using source + S použitím zdroje + + + Attempted to log in as + Pokus o přihlášení jako + + + + No additional data available. + Žádná další data nejsou k dispozici. + + + Loading + Načítání + + + no tabs defined + žádné záložky + + + Details + Podrobnosti + + + : + + : + + + + Required + Vyžadováno + + + There was an error submitting the form. + Při odesílání formuláře došlo k chybě. + + + Close dialog + Zavřít dialog + + + API Access + API přístup + + + App password + Heslo aplikace + + + Recovery + Obnovení + + + Verification + Ověření + + + Unknown intent + Neznámý záměr + + + Login + Přihlášení + + + Failed login + Chybné přihlášení + + + Logout + Odhlášení + + + User was written to + Uživatel byl zapsaný do + + + Suspicious request + Podezřelý požadavek + + + Password set + Heslo je nastavené + + + Secret was viewed + Secret byl zobrazený + + + Secret was rotated + Secret byl změněn + + + Invitation used + Pozvánka byla použitá + + + Application authorized + Aplikace byla autorizovaná + + + Source linked + Zdroj propojen + + + Impersonation started + Zosobnění bylo spuštěno + + + Impersonation ended + Zosobnění bylo ukončeno + + + Flow execution + Spuštění toku + + + Policy execution + Spuštění zásady + + + Policy exception + Chyba zásady + + + Property Mapping exception + Chyba mapování vlastnosti + + + System task execution + Spuštění systémové úlohy + + + System task exception + Chyba systémové úlohy + + + General system exception + Obecná systémová chyba + + + Configuration error + Chyba nastavení + + + Model created + Model vytvořen + + + Model updated + Model upraven + + + Model deleted + Model smazán + + + Email sent + Email odeslán + + + Update available + Dostupná aktualizace + + + Alert + Upozornění + + + Notice + Poznámka + + + Warning + Upozornění + + + Unknown severity + Neznámá závažnost + + + Static tokens + Statické tokeny + + + TOTP Device + TOTP zařízení + + + A code has been sent to your address: + + + A code has been sent to your email address. + + + A one-time use code has been sent to you via SMS text message. + + + Open your authenticator app to retrieve a one-time use code. + + + Enter a one-time recovery code for this user. + Zadejte jednorázový obnovovací kód pro tohoto uživatele. + + + Enter the code from your authenticator device. + Zadejte kód z vašeho autentizačního zařízení. + + + Internal + Interní + + + External + Externí + + + Service account + Servisní účet + + + Service account (internal) + Servisní účet (interní) + + + Remove item + Odstranit položku + + + table pagination + + + - of + + - + z + + + + Go to previous page + Na předchozí stranu + + + Go to next page + Na další stranu + + + This field is required. + Toto pole je povinné. + + + Search... + Vyhledávání… + + + Search + Hledat + + + Query suggestions + Získat návrhy + + + Query input + + + Table Search + Hledat v tabulce + + + Clear search + Vyčistit vyhledávání + + + Sort by "" + + + No objects found. + Nebyly nalezeny žádné objekty. + + + Failed to fetch objects. + Načítání objektů selhalo. + + + Select "" row + + + Collapse row + Sbalit řádek + + + Expand row + Rozbalit řádek + + + Refresh + Obnovit + + + actions + akcí + + + Select all rows on page ( of selected) + + + Last refreshed + + + table + tabulka + + + Table content + Obsah tabulky + + + Column actions + + + Anonymous user + Anonymní uživatel + + + On behalf of + Jménem + + + + Authenticated as + Přihlášen jako + + + Recent events + Nedávné události + + + Events + Události + + + Action + Akce + + + Creation Date + Datum vytvoření + + + Client IP + IP adresa klienta + + + No Events found. + Žádné události nenalezeny. + + + No matching events could be found. + Žádné odpovídající události nenalezeny. + + + System Status + + + Embedded outpost is not configured correctly. + Zabudovaný outpost není správně nastaven. + + + Check outposts. + Ověřit outposty. + + + HTTPS is not detected correctly + HTTPS nebylo správně zjištěno + + + Server and client are further than 5 seconds apart. + Časový rozdíl mezi serverem a klientem je větší než 5 sekund. + + + Everything is ok. + Vše je v pořádku. + + + Version + Verze + + + Based on + Založeno na + + + + is available! + + je k dispozici! + + + An outpost is on an incorrect version! + Outpost je na nesprávné verzi! + + + Up-to-date! + Vše je aktuální! + + + Latest version unknown + Nejnovější verze není známa + + + Workers + Workery + + + No workers connected. Background tasks will not run. + Žádné workery nejsou připojeni. Úlohy na pozadí nebudou spuštěny. + + + Worker with incorrect version connected. + Worker s nesprávnou verzí se připojil. + Failed to fetch data. Nepodařilo se načíst data. + + Chart + + + Event volume chart + + + Authorizations + Autorizace + + + Successful Logins + Úspěšná přihlášení + + + Failed Logins + Neúspěšná přihlášení + + + Cancel + Zrušit + + + Synchronization status chart + + + SCIM Provider + Poskytovatel SCIM + + + Google Workspace Provider + Poskytovatel Google Workspace + + + Microsoft Entra Provider + Poskytovatel Microsoft Entra + + + LDAP Source + LDAP zdroj + + + Kerberos Source + Zdroj Kerberos + + + Healthy + Zdravý + + + Failed + Selhalo + + + Unsynced / N/A + Nesynchronizováno / N/A + + + Outpost status chart + + + Healthy outposts + Zdravé outposty + + + Outdated outposts + Zastaralé outposty + + + Unhealthy outposts + Nefunkční outposty + + + Operation failed to complete + Operace se nezdařila + + + Quick actions + Rychlé akce + + + Not found + Nenalezeno + + + The URL "" was not found. + URL " + " nebyla nalezena. + + + Return home + Zpět domů + + + Skip to content + Přeskočeit na hlavní obsah + + + Create a new application + Vytvořit novou aplikaci + + + Check the logs + Zkontrolovat protokoly + + + Explore integrations + Prozkoumat integrace + + + Manage users + Spravovat uživatele + + + Check the release notes + Zkontrolovat poznámky k vydání + + + Overview + Přehled + + + Outpost status + Stav outpostu + + + Sync status + Stav synchronizace + + + Logins and authorizations over the last week (per 8 hours) + Přihlášení a autorizace za uplynulý týden (po 8 hodinách) + + + Apps with most usage + Nejvíc používané aplikace + + + Welcome, + Vítejte, + + + Welcome + Vítejte + + + General system status + Obecný stav systému + + + Objects created + Objektů vytvořeno + + + Users created per day in the last month + Uživatelé vytvoření za den v posledním měsíci + + + Users created + Vytvoření uživatelé + + + Logins per day in the last month + Přihlášení za den za poslední měsíc + + + Failed Logins per day in the last month + Neúspěšných přihlášení za den za poslední měsíc + + + Failed logins + Neúspěšná přihlášení + + + User Statistics + Statistiky uživatelů + + + Yes + Ano + + + No + Ne + + + No log messages. + Žádné zprávy v protokolu. + + + Timestamp + Časové razítko + + + Attributes + Atributy + + + Time + Čas + + + Level + Úroveň + + + Event + Událost + + + Logger + Logger + + + Not used by any other object. + Není používáno žádným jiným objektem. + + + object will be DELETED + objekt bude SMAZÁN + + + connection will be deleted + připojení bude smazáno + + + reference will be reset to default value + reference bude obnovena na výchozí hodnotu + + + reference will be set to an empty value + reference bude nastavena na prázdnou hodnotu + + + () + + ( + ) + + + Delete + Smazat + + + deleted + smazáno + + + ID + ID + + + Successfully deleted + Úspěšně smazáno + + + Failed to delete : + Nepodařio se smazat + : + + + + Delete + Smazat + + + + Are you sure you want to delete ? + Jste si jisti, že chcete smazat ? + + + No form found + Nenalezen žádný formulář + + + Element inside the form slot is not a Form + Prvek uvnitř formulářového slotu není formulář. + + + Form actions + + + Submit action + + + Cancel action + + + Successfully updated schedule. + Plán byl úspěšně aktualizován. + + + Crontab + Crontab + + + Paused + Pozastavený + + + Pause this schedule + Pozastavit tento plán + + + Select an object. + Vyberte objekt + + + Failed to fetch objects: + Nezdařilo se načíst objekty: + Successfully assigned permission. Oprávnění bylo úspěšně přiřazeno. @@ -6964,6 +1009,14 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Assign to new role Přiřadit k nové roli + + Permission(s) + Oprávnění + + + Permission + Oprávnění + Directly assigned Přímo přiděleno @@ -6976,25 +1029,21 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Assign to new user Přiřadit k novému uživateli - - User Object Permissions - Oprávnění objektu uživatele + + Superuser + Superuživatel - - Role Object Permissions - Oprávnění objektu role + + Model + Model - - Roles - Role + + Select permissions to assign + Vyberte oprávnění k přiřazení - - Select roles to grant this groups' users' permissions from the selected roles. - Vyberte role, jejichž oprávnění budou udělena uživatelům v této skupině. - - - Editing is disabled for managed tokens - Úpravy jsou zakázány pro spravované tokeny + + Add + Přidat Permissions to add @@ -7004,574 +1053,525 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Select permissions Vybrat oprávnění + + Assigned to role + Assign permission Přidělit oprávnění - - Permission(s) - Oprávnění - - - Permission - Oprávnění - - - User doesn't have view permission so description cannot be retrieved. - Uživatel nemá oprávnění pro zobrazení, takže popis nelze získat. - - - Assigned global permissions - Přiřazená globální oprávnění - - - Assigned object permissions - Přiřazená oprávnění objektu - - - Successfully updated role. - Role byla úspěšně aktualizována. - - - Successfully created role. - Role byla úspěšně vytvořena. - - - Manage roles which grant permissions to objects within authentik. - Spravujte role, které udělují oprávnění objektům v rámci authentiku. - - - Role(s) - Role - - - Update Role - Aktualizovat roli - - - Create Role - Vytvořit roli - Role doesn't have view permission so description cannot be retrieved. Role nemá oprávnění pro zobrazení, takže popis nelze získat. - - Role - Role + + Assigned to user - - Role Info - Informace o roli + + User doesn't have view permission so description cannot be retrieved. + Uživatel nemá oprávnění pro zobrazení, takže popis nelze získat. - - Pseudolocale (for testing) - Pseudojazyk (pro testování) + + User Object Permissions + Oprávnění objektu uživatele - - One hint, 'New Application Wizard', is currently hidden - Nápověda, 'Nový průvodce aplikací', je aktuálně skryta + + Permissions set on users which affect this object. + Oprávnění nastavená na uživatelích, která ovlivňují tento objekt. - - Deny message - Zpráva při zamítnutí + + Role Object Permissions + Oprávnění objektu role - - Message shown when this stage is run. - Zpráva se zobrazí při spuštění tohoto kroku. + + Permissions set on roles which affect this object. + Oprávnění nastavená na rolích, která ovlivňují tento objekt. - - The token has been copied to your clipboard - Token byl zkopírován do schránky + + Assigned global permissions + Přiřazená globální oprávnění - - The token was displayed because authentik does not have permission to write to the clipboard - Token byl zobrazen, protože authentik nemá oprávnění zapisovat do schránky + + Permissions assigned to this user which affect all object instances of a given type. + Oprávnění přiřazená tomuto uživateli, která ovlivňují všechny instance objektů daného typu. - - A copy of this recovery link has been placed in your clipboard - Kopie tohoto odkazu pro obnovení byla umístěna do vaší schránky + + Assigned object permissions + Přiřazená oprávnění objektu - - Create recovery link - Vytvořit odkaz pro obnovení + + Permissions assigned to this user affecting specific object instances. + Oprávnění přiřazená tomuto uživateli, která ovlivňují konkrétní instance objektů. - - Create Recovery Link - Vytvořit odkaz pro obnovení + + Permissions assigned to this role which affect all object instances of a given type. + Oprávnění přiřazená této roli, která ovlivňují všechny instance objektů daného typu. - - External - Externí + + Close + Zavřít - - Service account - Servisní účet + + Update "" Permissions - - Service account (internal) - Servisní účet (interní) + + Open "" permissions modal - - Check the release notes - Zkontrolovat poznámky k vydání + + Permissions + Oprávnění - - User Statistics - Statistiky uživatelů + + Waiting to run + Čeká na spuštění - - User type used for newly created users. - Typ uživatele používaný pro nově vytvořené uživatele. + + Consumed - - Users created - Vytvoření uživatelé + + Pre-processing - - Failed logins - Neúspěšná přihlášení + + Running + Běží - - Also known as Client ID. - Známý také jako ID klienta. + + Post-processing - - Also known as Client Secret. - Známý také jako Secret klienta. + + Successful + Úspěch - - Global status - Globální stav + + Error + Chyba - - Vendor - Výrobce + + Unknown + Neznámý - - Connectivity - Konektivita + + Running tasks - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0: Příliš odhadnutelné: riskantní heslo. (pokusy &lt; 10^3) + + Queued tasks - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1: Velmi odhadnutelné: ochrana před regulovanými online útoky. (pokusy &lt; 10^6) + + Successful tasks - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2: Částečně odhadnutelné: ochrana před neregulovanými online útoky. (pokusy &lt; 10^8) + + Error tasks - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3: Bezpečně neodhadnutelné: střední ochrana před offline útoky s pomalým hashováním. (pokusy &lt; 10^10) + + Task + Úloha - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4: Velmi neodhadnutelné: silná ochrana před offline útoky s pomalým hashováním. (pokusy &gt;= 10^10) + + Queue + V pořadí - - Successfully created user and added to group - Uživatel byl úspěšně vytvořen a přidán do skupiny + + Retries - - This user will be added to the group "". - Tento uživatel bude přidán do skupiny "". + + Planned execution time - - Pretend user exists - Předstírat že uživatel existuje + + Last updated + Poslední aktualizace - - When enabled, the stage will always accept the given user identifier and continue. - Pokud je povoleno, krok vždy přijme daný identifikátor uživatele a bude pokračovat. + + Status + Stav - - There was an error in the application. - V aplikaci se vyskytla chyba. + + Actions + Akce - - Review the application. - Zkontrolujte aplikaci. + + Row Actions - - There was an error in the provider. - V poskytovateli došlo k chybě. + + Show only standalone tasks + Ukázat pouze samostatné úlohy - - Review the provider. - Zkontrolujte poskytovatele. + + Exclude successful tasks + Vynechat úspěšné úlohy - - There was an error creating the application, but no error message was sent. Please review the server logs. - Při vytváření aplikace došlo k chybě, ale nebyla odeslána žádná chybová zpráva. Prosím zkontrolujte logy serveru. + + Retry task + Zopakovat úlohu - - Configure LDAP Provider - Konfigurovat poskytovatele LDAP + + Current execution logs + Aktuální logy běhu - - Configure Proxy Provider - Konfigurovat poskytovatele Proxy + + Previous executions logs + Předešlé logy běhu - - Configure Radius Provider - Konfigurovat poskytovatele Radius + + Schedule + Plán - - Configure SAML Provider - Konfigurovat poskytovatele SAML + + Next run + Příští spuštění - - Configure SCIM Provider - Konfigurovat poskytovatele SCIM + + Last status + Poslední stav - - Connection settings. - Nastavení připojení. + + Show only standalone schedules + Ukázat pouze samostatné plány - - Successfully updated endpoint. - Endpoint byl úspěšně aktualizován. + + Run scheduled task now + Spustit naplánovanou úlohu nyní - - Successfully created endpoint. - Endpoint byl úspěšně vytvořen. + + Update + Aktualizovat - - Protocol - Protokol + + Update Schedule + Aktualizovat plán - - RDP - RDP + + Edit + Upravit - - SSH - SSH + + Tasks + Úlohy - - VNC - VNC + + Schedules + Pláy - - Host - Hostitel + + System Tasks + Systémové úlohy - - Endpoint(s) - Koncové body + + Long-running operations which authentik executes in the background. + Dlouhodobé operace, které authentik provádí na pozadí. - - Update Endpoint - Aktualizovat endpoint + + Next + Další - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - Tato vazba řídí, kteří uživatelé budou mít přístup k tomuto endpointu. Uživatelé musí mít také přístup k aplikaci. + + Back + Zpět - - Create Endpoint - Vytvořit endpoint + + Wizard steps - - Update RAC Provider - Aktualizovat poskytovatele RAC + + Wizard navigation - - Endpoints - Endpointy + + New application + Nová aplikace - - General settings - Obecná nastavení + + Create a new application and configure a provider for it. + Vytvořte novou aplikaci a nakonfigurujte pro ni poskytovatele. - - RDP settings - Nastavení RDP + + Any policy must match to grant access + Pro udělení přístupu se musí shodovat s některou zásadou - - Ignore server certificate - Ignorovat serverový certifikát + + All policies must match to grant access + Pro udělení přístupu se musí všechny zásady shodovat - - Enable wallpaper - Povolit tapetu + + An application name is required + Je vyžadován název aplikace - - Enable font-smoothing - Povolit vyhlazování písma + + Not a valid URL + Není platná URL - - Enable full window dragging - Povolit přetažení celého okna + + Not a valid slug + Není platný slug - - Network binding - Síťová vazba + + Configure the Application - - No binding - Bez vazby + + Type an application name... - - Bind ASN - Svázat ASN + + Application Name - - Bind ASN and Network - Svázat ASN a síť + + The name displayed in the application library. + Zobrazované jméno v knihovně aplikací. - - Bind ASN, Network and IP - Svázat ASN, síť a IP + + Slug + Slug - - Configure if sessions created by this stage should be bound to the Networks they were created in. - Nastavit, zda by měly být relace vytvořené v tomto kroku svázány se sítěmi, ve kterých byly vytvořeny. + + Internal application name used in URLs. + Interní název aplikace používaný v URL. - - GeoIP binding - GeoIP vazba + + Group + Skupina - - Bind Continent - Svázat kontinent + + e.g. Collaboration, Communication, Internal, etc. + např. Spolupráce, Komunikace, Interní, atd. - - Bind Continent and Country - Svázat kontinent a zemi + + Optionally enter a group name. Applications with identical groups are shown grouped together. + Volitelně zadejte název skupiny. Aplikace se stejnými skupinami jsou zobrazeny společně. - - Bind Continent, Country and City - Svázat kontinent, zemi a město + + Policy engine mode + Režim mechanismu zásad - - Configure if sessions created by this stage should be bound to their GeoIP-based location - Nastavit, zda by měly být relace vytvořené v tomto kroku svázány s jejich umístěním na základě GeoIP + + UI Settings + Nastavení UI - - RAC - RAC + + Launch URL + Spouštěcí URL - - Connection failed after attempts. - Připojení selhalo po pokusech. + + https://... - - Re-connecting in second(s). - Opětovné připojení za sekund. + + If left empty, authentik will try to extract the launch URL based on the selected provider. + Pokud je ponecháno prázdné, authentik se pokusí extrahovat spouštěcí URL na základě vybraného poskytovatele. - - Connecting... - Připojování... + + Open in new tab + Otevřít v nové záložce - - Select endpoint to connect to - Vyberte endpoint, ke kterému se chcete připojit + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + Pokud je zaškrtnuto, spouštěcí URL se otevře v nové záložce nebo okně prohlížeče z knihovny aplikací uživatele. - - Connection expiry - Uplynutí platnosti připojení + + Select all rows + Vybrat všechny řádky - - Determines how long a session lasts before being disconnected and requiring re-authorization. - Určuje, jak dlouho relace trvá, než dojde k odpojení a je vyžadována opětovná autorizace. + + Bind existing policy/group/user + Svázat existující zásadu/skupinu/uživatele - - Learn more - Zjistit více + + Order + Pořadí - - Maximum concurrent connections - Maximum současných připojení - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - Maximum povolených současných připojení na tento endpoint. Pro zakázání limitu může být nastaveno na -1. - - - Korean - Korejština - - - Dutch - Holandština - - - Brand - Značka - - - Successfully updated brand. - Značka byla úspěšně aktualizována. - - - Successfully created brand. - Značka byla úspěšně vytvořena. - - - Use this brand for each domain that doesn't have a dedicated brand. - Použít tuto značku pro každou doménu, která nemá vlastní značku. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - Nastavte vlastní atributy pomocí YAML nebo JSON. Jakékoli atributy nastavené zde budou zděděny uživateli, pokud je požadavek zpracován touto značkou. - - - Brands - Značky - - - Brand(s) - Značka(y) - - - Update Brand - Aktualizovat značku - - - Create Brand - Vytvořit značku - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - Chcete-li uživateli umožnit přímo resetovat své heslo, nakonfigurujte tok obnovení na aktuálně aktivní značce. - - - Successfully updated settings. - Nastavení bylo úspěšně aktualizováno. - - - Avatars - Avatary - - - Configure how authentik should show avatars for users. The following values can be set: - Nastavte, jak by měl authentik zobrazovat avatary pro uživatele. Lze nastavit následující hodnoty: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - Zakáže avatary pro jednotlivé uživatele a zobrazí pouze průhledný obrázek o velikosti 1x1 pixelu - - - Uses gravatar with the user's email address - Použije gravatar s emailem uživatele - - - Generated avatars based on the user's name - Generované obrázky na základě jména uživatele - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - Libovolná URL: Pokud chcete použít obrázky hostované na jiném serveru, můžete nastavit libovolnou URL. Dále lze použít tyto zástupné symboly: - - - The user's username - Uživatelské jméno uživatele - - - The email address, md5 hashed - Emailová adresa, md5 hashovaná - - - The user's UPN, if set (otherwise an empty string) - UPN uživatele, pokud je nastaven (jinak prázdný řetězec) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - Cesta k atributu jako - attributes.something.avatar, kterou lze použít v - kombinaci s polem typu soubor, aby si uživatelé mohli nahrát vlastní avatary. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - Lze nastavit více hodnot oddělených čárkou a authentik přejde na další režim, pokud nebude nalezen žádný avatar. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - Například nastavení tohoto na gravatar,initials se - pokusí získat avatar z Gravataru, a pokud uživatel na něm nemá nastavený avatar, - přejde na generovaný avatar. - - - Allow users to change name - Povolit uživatelům změnu jména - - - Enable the ability for users to change their name. - Umožní uživatelům změnit své jméno. - - - Allow users to change email - Povolit uživatelům změnu emailu - - - Enable the ability for users to change their email. - Umožní uživatelům změnit svou emailovou adresu. - - - Allow users to change username - Povolit uživatelům změnu uživatelského jména - - - Enable the ability for users to change their username. - Umožní uživatelům změnu uživatelského jména. - - - Footer links - Odkazy v zápatí - - - GDPR compliance - Soulad s GDPR - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - Pokud je povoleno, všechny události vyvolané uživatelským účtem budou při jeho odstranění smazány. - - - Impersonation - Zosobnění - - - Globally enable/disable impersonation. - Globální povolení/zakázání zosobnění. - - - System settings - Systémová nastavení - - - Changes made: - Provedené změny: - - - Key - Klíč - - - Previous value - Předchozí hodnota - - - New value - Nová hodnota - - - Raw event info - Nezpracované informace o události - - - Anonymous user - Anonymní uživatel + + Enabled + Povoleno + + + Timeout + Časový limit + + + Configure Bindings + Konfigurovat vazby + + + Policy + Zásada + + + + Group + Skupina + + + + User + Uživatel + + + + Configure Policy/User/Group Bindings + Konfigurovat zásadu/uživatele/vazby skupiny + + + These policies control which users can access this application. + Tyto zásady řídí, kteří uživatelé mohou přistupovat k této aplikaci. + + + No bound policies. + Žádné svázané zásady. + + + No policies are currently bound to this object. + K tomuto objektu nejsou v současné době vázány žádné zásady. + + + Bind policy/group/user + Svázat zásadu/skupinu/uživatele + + + Configure Policy Bindings + Konfigurace vazeb zásad + + + Pass + Povolit + + + Don't Pass + Nepovolit + + + Edit Binding + Upravit vazbu + + + Save Binding + Uložit vazbu + + + Create a Policy/User/Group Binding + Vytvořit zásadu/uživatele/vazbu skupiny + + + Policy + Zásada + + + Negate result + Negovat výsledek + + + Negates the outcome of the binding. Messages are unaffected. + Neguje výsledek vazby. Zprávy nejsou ovlivněny. + + + Failure result + Výsledek selhání + + + Enterprise only + Pouze podnik + + + Learn more about the enterprise license. + Dozvědět se více o podnikové licenci. + + + Apply changes + Použít změny + + + Close wizard + + + UNNAMED + + + Wizard content + + + Finish + Dokončit + + + Select type + Vyberte typ + + + Select a provider type + Vyberte typ poskytovatele + + + Icon + ikona + + + Choose a Provider + Vyberte poskytovatele + + + Please choose a provider type before proceeding. + Než budete pokračovat, vyberte typ poskytovatele. + + + Choose a Provider Type + Vyberte typ poskytovatele + + + Certificate + Certifikát + + + Select a certificate... + Vyberte certifikát... + + + Authentication + Autentizace + + + Authorization + Autorizace + + + Enrollment + Zápis + + + Invalidation + Zneplatnění + + + Stage Configuration + Nastavení kroku + + + Unenrollment + Zrušení zápisu + + + Unknown designation + Neznámé označení + + + Stacked + Pod sebou + + + Content left + Obsah vlevo + + + Content right + Obsah vpravo + + + Sidebar left + Postranní panel vlevo + + + Sidebar right + Postranní panel vpravo + + + Unknown layout + Neznámé rozložení + + + Select a flow... + Vyberte tok... Add All Available @@ -7581,10 +1581,18 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Remove All Available Odstranit vše dostupné + + Remove + Odstranit + Remove All Odstranit vše + + Pagination + Stránkování + Available options Dostupné možnosti @@ -7605,326 +1613,1194 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. item(s) marked to remove. položka(y) označené ke smazání. - - Available Applications - Dostupné aplikace + + Search ... + Hledání ... - - Selected Applications - Vybrané aplikace + + (Format: hours=-1;minutes=-2;seconds=-3). + (Formát: hours=-1;minutes=-2;seconds=-3). - - Last used - Naposledy použito + + (Format: hours=1;minutes=2;seconds=3). + (Formát: hours=1;minutes=2;seconds=3). - - OAuth Access Tokens - OAuth přístupové tokeny + + The following keywords are supported: + Podporována jsou následující klíčová slova: - - Credentials / Tokens - Pověření / tokeny + + Cached binding + Vazba v mezipaměti - - Permissions set on users which affect this object. - Oprávnění nastavená na uživatelích, která ovlivňují tento objekt. + + Flow is executed and session is cached in memory. Flow is executed when session expires + Tok se provede a relace se uloží do mezipaměti. Po vypršení platnosti relace se tok spustí znovu - - Permissions set on roles which affect this object. - Oprávnění nastavená na rolích, která ovlivňují tento objekt. + + Direct binding + Přímá vazba - - Permissions assigned to this user which affect all object instances of a given type. - Oprávnění přiřazená tomuto uživateli, která ovlivňují všechny instance objektů daného typu. + + Always execute the configured bind flow to authenticate the user + Vždy provést nakonfigurovaný tok vazby pro ověření uživatele - - Permissions assigned to this user affecting specific object instances. - Oprávnění přiřazená tomuto uživateli, která ovlivňují konkrétní instance objektů. + + Cached querying + Dotazování z mezipaměti - - Permissions assigned to this role which affect all object instances of a given type. - Oprávnění přiřazená této roli, která ovlivňují všechny instance objektů daného typu. + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + Outpost uchovává všechny uživatele a skupiny v paměti a obnovuje se každých 5 minut - - JWT payload - JWT payload + + Direct querying + Přímé dotazování - - Preview for user - Náhled pro uživatele + + Always returns the latest data, but slower than cached querying + Vždy vrací nejnovější data, ale je pomalejší než dotazování z mezipaměti - - Brand name - Název značky + + 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. + Pokud je tato funkce povolena, lze vícefaktorové ověřování založené na kódu použít tak, že se k heslu připojí středník a kód TOTP. Tato funkce by měla být povolena pouze v případě, že všichni uživatelé, kteří se budou vázat k tomuto poskytovateli, mají nakonfigurované zařízení TOTP, protože jinak může být heslo nesprávně odmítnuto, pokud obsahuje středník. - - Delete authorization on disconnect - Odstranit autorizaci při odpojení + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + Certifikát pro výše nakonfigurovaný základní DN. Jako záložní možnost poskytovatel používá self-signed certifikát. - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - Pokud je povoleno, autorizace připojení budou odstraněny, když se klient odpojí. To přinutí klienty s nestabilními internetovými připojeními, aby znovu autorizovali endpoint. + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + DNS název, pro který by měl být použit výše nakonfigurovaný certifikát. Certifikát nelze detekovat na základě základního DN, protože SSL/TLS vyjednávání probíhá před výměnou těchto dat. - - Connection Token(s) - Tokeny připojení + + 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 + Začátek pro uidNumbers, toto číslo se přidává k user.Pk, aby se zajistilo, že čísla nebudou pro uživatele POSIX příliš nízká. Výchozí hodnota je 2000, aby se zajistilo, že nebudeme kolidovat s místními uživateli uidNumber - - Endpoint - Endpoint + + 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 + Začátek pro gidNumbers, toto číslo se přičte k číslu vygenerovanému z group.Pk, aby se zajistilo, že čísla nebudou příliš nízká pro skupiny POSIX. Výchozí hodnota je 4000, aby se zajistilo, že nebudeme kolidovat s místními skupinami nebo primárními skupinami uživatelů gidNumber - - Connections - Spojení + + Provider Name + Název poskytovatele - - Unconfigured - Nekonfigurované + + Type a provider name... - - This option will not be changed by this mapping. - Tato možnost nebude tímto mapováním změněna. + + Bind mode + Režim vazby - - RAC Connections - RAC připojení + + Configure how the outpost authenticates requests. + Konfigurace způsobu ověřování požadavků v outpostu - - Sending Duo push notification... - Odesílání Duo push oznámení... + + Search mode + Režim vyhledávání - - Failed to authenticate - Ověření se nezdařilo + + Configure how the outpost queries the core authentik server's users. + Konfigurace způsobu, jakým se outpost dotazuje na uživatele core serveru authentik. - - Authenticating... - Ověřování... + + Code-based MFA Support + Podpora MFA založená na kódu - - Customization - Přizpůsobení + + Flow settings + Nastavení toku - - Authentication failed. Please try again. - Ověření selhalo. Zkuste to prosím znovu. + + Bind flow + Přiřadit tok - - Failed to register. Please try again. - Registrace se nezdařila. Zkuste to prosím znovu. + + Flow used for users to authenticate. + Tok používaný pro ověřování uživatelů. - - Registering... - Registrace... + + Unbind flow + Zrušení vazby toku - - Failed to register - Registrace se nezdařila + + Flow used for unbinding users. + Tok používaný pro zrušení vazby uživatelů. - - Retry registration - Opakovat registraci + + Protocol settings + Nastavení protokolu - - Select one of the options below to continue. - Vyberte jednu z možností níže pro pokračování. + + Base DN + Základní DN - - Latest version unknown - Nejnovější verze není známa + + LDAP DN under which bind requests and search requests can be made. + LDAP DN, pod kterým lze provádět požadavky na vazbu a vyhledávání. - - Timestamp - Časové razítko + + TLS Server name + Jméno serveru TLS - - Time - Čas + + UID start number + Počáteční číslo UID - - Level - Úroveň + + GID start number + Počáteční číslo GID - - Event - Událost + + Configure LDAP Provider + Konfigurovat poskytovatele LDAP - - Logger - Logger + + Show field content + Zobrazit obsah pole - - Update internal password on login - Při přihlášení aktualizovat interní heslo + + Hide field content + Skrýt obsah pole - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - Když se uživatel přihlásí do authentiku pomocí tohoto zdroje hesel, aktualizujte jeho přihlašovací údaje v authentiku. + + Add entry + Přidat položku - - Source - Zdroj + + Strict + Striktní - - Resume timeout - Časový limit pokračování + + Regex + Regex - - Amount of time a user can take to return from the source to continue the flow. - Čas, který může uživatel strávit návratem ze zdroje pro pokračování toku. + + URL + URL - - Your Install ID - Vaše ID instalace + + Confidential + Důvěrné - - Enter the email associated with your account, and we'll send you a link to reset your password. - Zadejte e-mail spojený s vaším účtem a my vám zašleme odkaz pro obnovení hesla. + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + Důvěrní klienti jsou schopni zachovávat důvěrnost svých pověření, jako je secret klienta - - Stage name: - Název kroku: + + Public + Veřejné - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - Naskenujte výše uvedený QR kód pomocí aplikace Microsoft Authenticator, Google Authenticator nebo jiné autentizační aplikace ve svém zařízení a zadejte kód, který zařízení zobrazí níže, pro dokončení nastavení MFA zařízení. + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + Veřejní klienti nejsou schopni zachovat důvěrnost a měli by používat metody jako PKCE. - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - Vloží OAuth nebo SAML Zdroj (Source) do prováděného toku. To umožňuje dodatečné ověření uživatele nebo dynamický přístup k různým zdrojům na základě identifikátorů uživatele (uživatelské jméno, e-mail atd.). + + Back-channel - - A selection is required - Je vyžadován výběr + + Server-to-server logout notifications - - Device type restrictions - Omezení typu zařízení + + Front-channel - - Available Device types - Dostupné typy zařízení + + Browser iframe logout notifications - - Selected Device types - Vybrané typy zařízení + + Based on the User's hashed ID + Na základě Hashe uživatelského ID - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - Volitelně omezte, které typy zařízení WebAuthn mohou být použity. Pokud nejsou vybrány žádné typy zařízení, jsou povolena všechna zařízení. + + Based on the User's ID + Na základě uživatelského ID - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - Pokud se uživatel úspěšně ověřil pomocí zařízení v třídách uvedených výše během této nastavené doby, tento krok bude přeskočen. + + Based on the User's UUID + Na základě uživatelského UUID - - WebAuthn-specific settings - Specifická nastavení WebAuthn + + Based on the User's username + Na základě uživatelského jména - - WebAuthn Device type restrictions - Omezení typu zařízení WebAuthn + + Based on the User's Email + Na základě emailu uživatele - - This restriction only applies to devices created in authentik 2024.4 or later. - Toto omezení se vztahuje pouze na zařízení vytvořená v authentik 2024.4 nebo novějších verzích. + + This is recommended over the UPN mode. + Toto je doporučeno oproti UPN módu. - - Default token duration - Výchozí doba platnosti tokenu + + Based on the User's UPN + Na základě UPN uživatele - - Default duration for generated tokens - Výchozí doba platnosti generovaných tokenů + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + Vyžaduje, aby uživatel měl nastavený atribut 'upn'. Jinak je použit Hash ID uživatele. Použijte tuto možnost pouze pokud se UPN a emailové domény liší. - - Default token length - Výchozí délka tokenu + + Each provider has a different issuer, based on the application slug + Každý poskytovatel má jiného vydavatele, založeného na slugu aplikace - - Default length of generated tokens - Výchozí délka generovaných tokenů + + Same identifier is used for all providers + Pro všechny poskytovatele se používá stejný identifikátor - - deleted - smazáno + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + Platné přesměrovací URI po úspěšném autorizačním toku. Zde také specifikujte všechny původní adresy pro implicitní toky. - - Select permissions to assign - Vyberte oprávnění k přiřazení + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + Pokud nejsou zadány explicitní přesměrovací URI, bude uložena první úspěšně použitá přesměrovací URI. - - Update SCIM Source - Aktualizovat SCIM zdroj + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + Chcete-li povolit jakékoli přesměrovací URI, nastavte režim na Regex a hodnotu na ".*". Buďte si vědomi možných bezpečnostních důsledků, které to může mít. - - SCIM Base URL - SCIM základní URL + + Authorization flow + Autorizační tok - - Provisioned Users - Poskytnutí uživatelé + + Select an authorization flow... + Vyberte autorizační tok... - - Provisioned Groups - Poskytnutí skupiny + + Flow used when authorizing this provider. + Tok používaný při autorizaci tohoto poskytovatele. - - removed - odstraněno + + Client type + Typ klienta - - Verifying... - Ověřování... + + Client ID + ID klienta - - Available Roles - Dostupné role + + Client Secret + Secret klienta - - Selected Roles - Vybrané role + + Redirect URIs/Origins (RegEx) + Přesměrovací URI/Origin (RegEx) - - Private key Algorithm - Algoritmus soukromého klíče + + Logout URI - - RSA - RSA + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - ECDSA - ECDSA + + Logout Method - - Algorithm used to generate the private key. - Algoritmus použitý k vygenerování soukromého klíče. + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - Added ID - Přidáno ID + + Signing Key + Podpisový klíč - - Removed ID - Odstraněno ID + + Select a signing key... - - Cleared - Vymazáno + + Key used to sign the tokens. + Klíč používaný k podepisování tokenů. - - Google Workspace Provider - Poskytovatel Google Workspace + + Advanced flow settings + Pokročilá nastavení toku + + + Authentication flow + Autentizační tok + + + Select an authentication flow... + + + Flow used when a user access this provider and is not authenticated. + Tok používaný pro neautentizované uživatele přistupující k tomuto poskytovateli. + + + Invalidation flow + Tok zneplatnění + + + Select an invalidation flow... + Vyberte tok zneplatnění... + + + Flow used when logging out of this provider. + Tok používaný při odhlášení od tohoto poskytovatele. + + + Advanced protocol settings + Pokročilá nastavení protokolu + + + Access code validity + Platnost přístupového kódu + + + Configure how long access codes are valid for. + Konfigurace doby platnosti přístupových kódů. + + + Access Token validity + Platnost přístupového tokenu + + + Configure how long access tokens are valid for. + Konfigurace doby platnosti přístupových tokenů. + + + Refresh Token validity + Platnost obnovovacího tokenu + + + Configure how long refresh tokens are valid for. + Konfigurace doby platnosti obnovovacích tokenů. + + + Refresh Token threshold + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + + + Scopes + Scopes + + + Available Scopes + Dostupné scopes + + + Selected Scopes + Vybrané scopes + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + Vyberte, které scopes může klient používat. Klient musí ještě určit scope pro přístup k datům. + + + Encryption Key + Šifrovací klíč + + + Select an encryption key... + Vyberte šifrovací klíč... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Způsob identifikace uživatele + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + Nastavte, jaké údaje mají být použity jako unikátní identifikátor uživatele. Ve většině případů by výchozí hodnota měla být v pořádku. + + + Include claims in id_token + Zahrnout "claims" do id_token + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + Zahrnout "claims" uživatele ze "scopes" do id_tokenu pro aplikace, které nepřistupují k userinfo endpointu. + + + Issuer mode + Režim vydavatele + + + Configure how the issuer field of the ID Token should be filled. + Konfigurace, jak má být vyplněno pole vydavatele v ID Tokenu. + + + Machine-to-Machine authentication settings + Nastavení ověřování Machine-to-Machine + + + Federated OIDC Sources + Federované zdroje OIDC + + + Available Sources + Dostupné zdroje + + + Selected Sources + Vybrané zdroje + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + JWTs podepsané certifikáty nakonfigurovanými ve vybraných zdrojích lze použít k ověření u tohoto poskytovatele. + + + Federated OIDC Providers + Federovaní poskytovatelé OIDC + + + Available Providers + Dostupní poskytovatelé + + + Selected Providers + Vybraní poskytovatelé + + + JWTs signed by the selected providers can be used to authenticate to this provider. + JWT podepsané vybranými poskytovateli lze použít k ověření u tohoto poskytovatele. + + + Configure OAuth2 Provider + Konfigurace poskytovatele OAuth2 + + + Successfully updated provider. + Poskytovatel byl úspěšně aktualizován. + + + Successfully created provider. + Poskytovatel byl úspěšně vytvořen. + + + An error occurred while updating the provider. + Při aktualizaci poskytovatele došlo k chybě. + + + An error occurred while creating the provider. + Při vytváření poskytovatele došlo k chybě. + + + HTTP-Basic Username Key + Klíč uživatelského jména HTTP-Basic + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + Atribut Uživatele/Skupiny použitý pro uživatelskou část HTTP-Basic hlavičky. Pokud není nastaven, použije se e-mailová adresa uživatele. + + + HTTP-Basic Password Key + Klíč hesla HTTP-Basic + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + Atribut Uživatele/Skupiny použitý pro část s heslem HTTP-Basic hlavičky. + + + Proxy + Proxy + + + Forward auth (single application) + Přesměrování ověření (jedna aplikace) + + + Forward auth (domain level) + Přesměrování ověření (na úrovni domény) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + Tento poskytovatel se bude chovat jako transparentní reverzní proxy, s výjimkou toho, že požadavky musí být ověřeny. Pokud vaše aplikace na straně serveru používá HTTPS, ujistěte se, že se k outpostu připojujete také pomocí HTTPS. + + + External host + Externí hostitel + + + The external URL you'll access the application at. Include any non-standard port. + Externí URL, na které budete přistupovat k aplikaci. Zahrňte jakýkoli nestandardní port. + + + Internal host + Interní hostitel + + + http(s)://... + + + Upstream host that the requests are forwarded to. + Upstream hostitel, na který jsou požadavky přesměrovány. + + + Internal host SSL Validation + Validace SSL interního hostitele + + + Validate SSL Certificates of upstream servers. + Ověřte SSL certifikáty upstream serverů. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + Použijte tohoto poskytovatele s auth_request nginxu nebo forwardAuth traefiku. Každá aplikace/doména potřebuje svého vlastního poskytovatele. Kromě toho musí být na každé doméně /outpost.goauthentik.io směrováno na outpost (při použití spravovaného outpostu je to provedeno za vás). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + Použijte tohoto poskytovatele s nginx auth_request nebo traefik forwardAuth. Pro každou kořenovou doménu je vyžadován pouze jeden poskytovatel. Autorizace na úrovni jednotlivých aplikací není možná, ale díky tomu není nutné vytvářet poskytovatele pro každou aplikaci zvlášť. + + + An example setup can look like this: + Nastavení může vypadat například takto: + + + authentik running on auth.example.com + authentik běží na auth.example.com + + + app1 running on app1.example.com + aplikace1 běží na app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + V tomto případě byste nastavili autentizační URL na auth.example.com a Cookie doménu na example.com. + + + Authentication URL + Autentizační URL + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + Externí URL, na které se budete autentizovat. Hlavní server authentik by měl být dostupný pod touto URL. + + + Cookie domain + Cookie doména + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + Nastavte na doménu, pro kterou má být autentizace platná. Musí jít o nadřazenou doménu výše uvedené URL. Pokud provozujete aplikace jako app1.domain.tld, app2.domain.tld, nastavte na 'domain.tld'. + + + Token validity + Platnost tokenu + + + Configure how long tokens are valid for. + Konfigurace délky platnosti tokenů. + + + Additional scopes + Další scopes + + + Additional scope mappings, which are passed to the proxy. + Další mapování scopes, které jsou předávány proxy serveru. + + + Unauthenticated URLs + Neověřené URL + + + Unauthenticated Paths + Neověřené cesty + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + Regulární výrazy, pro které není vyžadována autentizace. Každý nový řádek je interpretován jako nový výraz. + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + Při použití režimu proxy nebo přesměrování autentizace (jedna aplikace) je požadovaná cesta URL kontrolována proti regulárním výrazům. Při použití přesměrování autentizace (režim domény) je celá požadovaná URL včetně schématu a hostitele porovnávána s regulárními výrazy. + + + Authentication settings + Nastavení autentizace + + + Intercept header authentication + Zachycení autentizace v headeru + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + Pokud je povoleno, authentik zachytí Authorization header k autentizaci požadavku. + + + Send HTTP-Basic Authentication + Odesílat HTTP-Basic autentizaci + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + Odeslat vlastní HTTP-Basic Authentication header založený na hodnotách z authentik. + + + Configure Proxy Provider + Konfigurovat poskytovatele Proxy + + + Configure Remote Access Provider + Konfigurace poskytovatele vzdáleného přístupu + + + Connection expiry + Uplynutí platnosti připojení + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + Určuje, jak dlouho relace trvá, než dojde k odpojení a je vyžadována opětovná autorizace. + + + Property mappings + Mapování vlastností + + + Available Property Mappings + Dostupné mapování vlastností + + + Selected Property Mappings + Vybrané mapování vlastností + + + List of CIDRs (comma-seperated) 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. + Seznam CIDR (oddělených čárkami), ze kterých se mohou klienti připojit. Specifičtější CIDR se shoduje před volnějším. Klienti připojující se z neurčeného CIDR budou odmítnuti. + + + Shared secret + Sdílený secret + + + Client Networks + Klientské sítě + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + + + Configure Radius Provider + Konfigurovat poskytovatele Radius + + + Redirect + Přesměrování + + + Post + Odeslat + + + Sign assertions + Podepsat tvrzení + + + When enabled, the assertion element of the SAML response will be signed. + Pokud je povoleno, prvek assertion v SAML odpovědi bude podepsán. + + + Sign responses + Podepsat odpovědi + + + When enabled, the SAML response will be signed. + Je-li povoleno, odpověď SAML bude podepsána. + + + Sign logout requests + + + When enabled, SAML logout requests will be signed. + + + Front-channel (Iframe) + + + Front-channel (Native) + + + Back-channel (POST) + + + SLS Binding + + + Determines how authentik sends the logout response back to the Service Provider. + + + Method to use for logout when SLS URL is configured. + + + ACS URL + ACS URL + + + Service Provider Binding + Vazba na poskytovatele služby + + + Determines how authentik sends the response back to the Service Provider. + Určuje, jakým způsobem authentik odesílá odpověď zpět Poskytovateli služby. + + + Issuer + Vydavatel + + + Also known as Entity ID. + + + Audience + Publikum + + + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + + + Signing Certificate + Podpisový certifikát + + + Certificate used to sign outgoing Responses going to the Service Provider. + Certifikát, kterým se podepisují odchozí odpovědi (Responses) zasílané Poskytovateli služby. + + + Verification Certificate + Ověřovací certifikát + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + Je-li vybráno, budou podpisy příchozích Tvrzení (assertions) ověřeny proti tomuto certifikátu. Chcete-li povolit nepodepsané Požadavky (Requests), ponechte výchozí nastavení. + + + Encryption Certificate + Šifrovací certifikát + + + When selected, assertions will be encrypted using this keypair. + Pokud je vybráno, tvrzení budou šifrována pomocí tohoto páru klíčů. + + + Available User Property Mappings + Dostupné mapování vlastností uživatelů + + + Selected User Property Mappings + Vybrané mapování vlastností uživatelů + + + NameID Property Mapping + Mapování vlastnosti NameID + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + Nakonfigurujte, jak bude vytvořena hodnota NameID. Pokud je ponecháno prázdné, bude respektována NameIDPolicy příchozího požadavku. + + + AuthnContextClassRef Property Mapping + Mapování vlastnosti AuthnContextClassRef + + + 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. + Nastaví, jak bude hodnota AuthnContextClassRef vytvořena. Pokud je ponecháno prázdné, bude AuthnContextClassRef nastavena na základě toho, které metody ověřování uživatel použil k ověření. + + + Assertion valid not before + Tvrzení platné ne před + + + Configure the maximum allowed time drift for an assertion. + Konfigurace maximálního povoleného časového posunu pro tvrzení. + + + Assertion valid not on or after + Tvrzení neplatné v nebo po + + + Assertion not valid on or after current time + this value. + Tvrzení není platné v nebo po aktuálním čase + tato hodnota. + + + Session valid not on or after + Relace neplatná v nebo po + + + Session not valid on or after current time + this value. + Relace není platná v nebo po aktuálním čase + tato hodnota. + + + Default relay state + Výchozí stav přenosu + + + When using IDP-initiated logins, the relay state will be set to this value. + Při použití přihlášení iniciovaného IDP bude stav přenosu nastaven na tuto hodnotu. + + + Default NameID Policy + Výchozí NameID politika + + + Persistent + Trvalý + + + Email address + E-mailová adresa + + + Windows + Windows + + + X509 Subject + X509 předmět + + + Transient + Přechodný + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + Nastavte výchozí zásadu NameID použitou během přihlášení inicializovaných poskytovatelem identit a také když příchozí Tvrzení (assertion) zásadu NameID nespecifikuje (používá se také při uživatelském mapování NameID). + + + Digest algorithm + Hashovací algoritmus + + + Signature algorithm + Podpisový algoritmus + + + Configure SAML Provider + Konfigurovat poskytovatele SAML + + + Token + Token + + + Token to authenticate with. + + + OAuth Source + + + Specify OAuth source used for authentication. + + + OAuth Parameters + + + Additional OAuth parameters, such as grant_type. + + + SCIM base url, usually ends in /v2. + Základní URL SCIM, obvykle končí na /v2. + + + Verify SCIM server's certificates + Ověřit certifikáty SCIM serveru + + + Authentication Mode + + + Authenticate SCIM requests using a static token. + + + OAuth + OAuth + + + Authenticate SCIM requests using OAuth. + + + Compatibility Mode + Režim kompatibility + + + Default + Výchozí + + + Default behavior. + Výchozí chování. + + + AWS + AWS + + + Altered behavior for usage with Amazon Web Services. + Změněné chování pro použití s Amazon Web Services. + + + Slack + Slack + + + Altered behavior for usage with Slack. + Změněné chování pro použití se Slackem. + + + Salesforce + + + Altered behavior for usage with Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + Změnit chování authentiku pro implementace SCIM specifické pro dodavatele. + + + Enable dry-run mode + Povolit režim nanečisto + + + When enabled, mutating requests will be dropped and logged instead. + Když je tato možnost povolena, budou mutační požadavky zahozeny a místo toho zaznamenány. + + + User filtering + Filtrování uživatelů + + + Exclude service accounts + Vyloučit účty služeb + + + Only sync users within the selected group. + Synchronizovat pouze uživatele v rámci vybrané skupiny. + + + Attribute mapping + Mapování atributů + + + User Property Mappings + Mapování vlastností uživatele + + + Property mappings used to user mapping. + Mapování vlastností použité pro mapování uživatelů. + + + Group Property Mappings + Mapování vlastností skupiny + + + Available Group Property Mappings + Dostupné mapování vlastností skupin + + + Selected Group Property Mappings + Vybrané mapování vlastností skupin + + + Property mappings used to group creation. + Mapování vlastností použité pro vytváření skupin. + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + Konfigurovat poskytovatele SCIM + + + Configure Provider + Konfigurovat poskytovatele + + + Type + Typ + + + None + Žádný + + + strict + striktní + + + regexp + regexp + + + Forward auth (domain-level) + Přesměrovaná autentizace (na úrovni domény) + + + Unknown proxy mode + Neznámý režim proxy + + + Mode + Režim + + + Internal Host + Interní Hostitel + + + External Host + Externí Hostitel + + + Basic-Auth + Jednoduché Ověření + + + Unknown type + Neznámý typ + + + Redirect URIs + URI pro Přesměrování + + + Review and Submit Application + Zkontrolovat a odeslat aplikaci + + + Submit + Odeslat + + + There was an error in the application. + V aplikaci se vyskytla chyba. + + + Review the application. + Zkontrolujte aplikaci. + + + There was an error in the provider. + V poskytovateli došlo k chybě. + + + Review the provider. + Zkontrolujte poskytovatele. + + + There was an error. Please go back and review the application. + Vyskytla se chyba. Prosím, vraťte se zpět a zkontrolujte aplikaci. + + + There was an error: + Vyskytla se chyba: + + + Please go back and review the application. + Prosím, vraťte se zpět a zkontrolujte aplikaci. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + Při vytváření aplikace došlo k chybě, ale nebyla odeslána žádná chybová zpráva. Prosím zkontrolujte logy serveru. + + + Review the Application and Provider + Zkontrolovat aplikaci a poskytovatele + + + Provider + Poskytovatel + + + Your application has been saved + Vaše aplikace byla uložena + + + Saving application... + Ukládání aplikace... + + + authentik was unable to complete this process. + authentik nebyl schopný dokončit tento proces. + + + Don't show this message again. + Tuto zprávu již nezobrazovat. + + + One hint, 'New Application Wizard', is currently hidden + Nápověda, 'Nový průvodce aplikací', je aktuálně skryta + + + Restore Application Wizard Hint + Obnovení průvodce aplikací + + + Create with wizard + Vytvořit pomocí průvodce + + + Successfully imported provider. + Poskytovatel byl úspěšně importován. + + + Metadata + Metadata + + + Create + Vytvořit + + + New provider + Nový poskytovatel + + + Create a new provider. + Vytvořit nového poskytovatele. + + + Create + Vytvořit + + + + New Provider + Nový poskytovatel + + + Open the wizard to create a new provider. Credentials Pověření + + Google Cloud credentials file. + Soubor pověření Google Cloud. + Delegated Subject Delegovaný předmět + + Email address of the user the actions of authentik will be delegated to. + Emailová adresa uživatele, kterému budou akce authentiku delegovány. + Default group email domain Výchozí doména emailu skupiny @@ -7977,18 +2853,6 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Determines what authentik will do when a Group is deleted. Určuje, co authentik udělá, když je skupina smazána. - - Microsoft Entra Provider - Poskytovatel Microsoft Entra - - - Google Cloud credentials file. - Soubor pověření Google Cloud. - - - Email address of the user the actions of authentik will be delegated to. - Emailová adresa uživatele, kterému budou akce authentiku delegovány. - Client ID for the app registration. ID klienta pro registraci aplikace. @@ -8005,53 +2869,277 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.ID of the tenant accounts will be synced into. ID tenant účtů, do kterých budou synchronizovány. - - Update Microsoft Entra Provider - Aktualizovat poskytovatele Microsoft Entra + + Delete authorization on disconnect + Odstranit autorizaci při odpojení + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + Pokud je povoleno, autorizace připojení budou odstraněny, když se klient odpojí. To přinutí klienty s nestabilními internetovými připojeními, aby znovu autorizovali endpoint. + + + Connection settings. + Nastavení připojení. + + + Key used to sign the events. + Klíč použitý k podepisování událostí. + + + Event Retention + Zachování události + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + Určuje, jak dlouho jsou události uloženy. Pokud událost nemohla být správně odeslána, její platnost se také prodlouží o tuto dobu. + + + OIDC Providers + Poskytovatelé OIDC + + + Providers + Poskytovatelé + + + Provide support for protocols like SAML and OAuth to assigned applications. + Zajištění podpory protokolů jako SAML a OAuth pro přiřazené aplikace. + + + Provider Search + Hledání poskytovatele + + + Search for providers… + Hledat poskytovatele... + + + Provider(s) + Poskytovatel(é) + + + Assigned to application + Přiřazeno k aplikaci + + + Assigned to application (backchannel) + Přiřazeno k aplikaci (backchannel) + + + Provider not assigned to any application. + Poskytovatel není přiřazen žádné aplikaci. + + + Update + Aktualizovat + + + + Edit "" provider + + + Successfully triggered sync. + Synchronizace úspěšně spuštěna. + + + Log messages + Zprávy protokolu + + + Override dry-run mode + Přepsat režim nanečisto + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + Když je tato možnost povolena, tato synchronizace stále provede mutační požadavky bez ohledu na režim nanečisto v poskytovateli. + + + Sync + Synchronizovat + + + Sync Group + Synchronizovat skupinu + + + Google Workspace Group(s) + Google Workspace Skupina(y) + + + Sync User + Synchronizovat uživatele + + + Google Workspace User(s) + Google Workspace Uživatel(é) + + + Username + Uživatelské jméno + + + Current status + Aktuální stav + + + Sync is currently running. + Probíhá synchronizace. + + + Sync is not currently running. + Synchronizace teď neprobíhá. + + + Last successful sync + Poslední úspěšná synchronizace + + + No successful sync found. + Žádná úspěšná synchronizace nenalezena. + + + Last sync status + Stav poslední synchronizace + + + Changelog + Seznam změn + + + Provisioned Users + Poskytnutí uživatelé + + + Provisioned Groups + Poskytnutí skupiny + + + Warning: Provider is not assigned to an application as backchannel provider. + Upozornění: Poskytovatel není přiřazený k aplikaci jako backchannel poskytovatel. + + + Dry-run + Nanečisto Update Google Workspace Provider Aktualizovat poskytovatele Google Workspace - - Enterprise only - Pouze podnik + + Select providers to add to application + Vyberte poskytovatele, které chcete přidat do aplikace - - Icon - ikona + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Zadejte buď kompletní URL, relativní cestu nebo použijte 'fa://fa-test' pro použití ikony Font Awesome "fa-test". - - (build ) - (sestavení ) + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + Šablona cesty pro vytvořené uživatele. Použijte zástupné symboly jako `%(slug)s` pro vložení slugu zdroje. - - (FIPS) - (FIPS) + + Successfully updated application. + Aplikace byla úspěšně aktualizována. - - Score minimum threshold - Spodní hranice skóre + + Successfully created application. + Aplikace byla úspěšně vytvořena. - - Minimum required score to allow continuing - Minimální požadované skóre pro pokračování. + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + Použití tohoto formuláře pouze vytvoří aplikaci. Pro autentizaci s aplikací ji budete muset ručně spárovat s poskytovatelem. - - Score maximum threshold - Horní hranice skóre + + Select a provider that this application should use. + Vyberte poskytovatele, kterého by tato aplikace měla používat. - - Maximum allowed score to allow continuing - Maximální povolené skóre pro pokračování. + + Backchannel Providers + "Backchannel" Poskytovatelé - - Error on invalid score - Chyba při neplatném skóre + + Select backchannel providers which augment the functionality of the main provider. + Vyberte "backchannel" poskytovatele, kteří rozšiřují funkčnost hlavního poskytovatele. - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - Je-li zapnuto, uživatel nemůže pokračovat, pokud je jeho skóre mimo nastavené meze. Když je vypnuto, uživatel pokračovat může a dosažené skóre je možné využít v Zásadách pro ovlivnění dalších kroků. + + Add provider + Přidat poskytovatele + + + UI settings + Nastavení UI + + + Icon + Ikona + + + Currently set to: + Aktuálně nastaveno na: + + + Clear icon + Vymazat ikonu + + + Delete currently set icon. + Smazat aktuálně nastavenou ikonu. + + + Publisher + Vydavatel + + + Description + Popis + + + Create Application + Vytvořit Aplikaci + + + Warning: Provider is not used by any Outpost. + Upozornění: Poskytovatel není používán žádným Outpostem. + + + Assigned to application + Přiřazeno k aplikaci + + + Update LDAP Provider + Aktualizovat LDAP poskytovatele + + + How to connect + Jak se připojit + + + Connect to the LDAP Server on port 389: + Připojit se k LDAP serveru na portu 389: + + + Check the IP of the Kubernetes service, or + Zkontrolujte IP adresu služby Kubernetes, nebo + + + The Host IP of the docker host + IP adresa hostitele Dockeru + + + Bind DN + Svázat DN + + + Bind Password + Svázat heslo + + + Your authentik password + Vaše authentik heslo + + + Search base + Základ vyhledávání Microsoft Entra Group(s) @@ -8061,122 +3149,390 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Microsoft Entra User(s) Microsoft Entra Uživatel(é) - - Google Workspace Group(s) - Google Workspace Skupina(y) + + Update Microsoft Entra Provider + Aktualizovat poskytovatele Microsoft Entra - - Google Workspace User(s) - Google Workspace Uživatel(é) + + Preview + Náhled - - SCIM Group(s) - SCIM skupina(y) + + Warning: Provider is not used by an Application. + Upozornění: Poskytovatel není používán žádnou aplikací. - - SCIM User(s) - SCIM uživatel(é) + + - - FIPS compliance: passing - FIPS shoda: vyhovující + + Update OAuth2 Provider + Aktualizovat OAuth2 poskytovatele - - Unverified - Neověřeno + + OpenID Configuration URL + Konfigurace OpenID URL - - FIPS compliance: unverified - FIPS shoda: neověřeno + + OpenID Configuration Issuer + Konfigurace OpenID vydavatele - - FIPS Status - Stav FIPS + + Authorize URL + URL pro Autorizaci - - Search returned no results. - Hledání nevrátilo žádné výsledky. + + Token URL + URL pro Token - - Reputation score(s) - Reputační skóre + + Userinfo URL + URL pro Uživatelské informace - - See documentation - Viz dokumentace + + Logout URL + URL pro Odhlášení - - Close dialog - Zavřít dialog + + JWKS URL + URL pro JWKS - - Pagination - Stránkování + + JWT payload + JWT payload - - Restore Application Wizard Hint - Obnovení průvodce aplikací + + Preview for user + Náhled pro uživatele - - Your authentik password - Vaše authentik heslo + + Nginx (Ingress) + Nginx (Ingress) - - Internal Service account - Interní servisní účet + + Nginx (Proxy Manager) + Nginx (Proxy Manager) - - Outpost integrations - Integrace Outpostů + + Nginx (standalone) + Nginx (samostatně) - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - Integrace Outpostů definují, jak se authentik připojuje k externím platformám pro správu a nasazení Outpostů. + + Traefik (Ingress) + Traefik (Ingress) - - Operation failed to complete - Operace se nezdařila + + Traefik (Compose) + Traefik (Compose) - - Failed to fetch objects: - Nezdařilo se načíst objekty: + + Traefik (Standalone) + Traefik (samostatně) - - Available Scopes - Dostupné scopes + + Caddy (Standalone) + Caddy (samostatně) - - Selected Scopes - Vybrané scopes + + Update Proxy Provider + Aktualizovat proxy poskytovatele - - Available Property Mappings - Dostupné mapování vlastností + + Protocol Settings + Nastavení protokolu - - Selected Property Mappings - Vybrané mapování vlastností + + Allowed Redirect URIs + Povolené URI pro přesměrování - - Available User Property Mappings - Dostupné mapování vlastností uživatelů + + Setup + Nastavení - - Selected User Property Mappings - Vybrané mapování vlastností uživatelů + + No additional setup is required. + Žádné další nastavení není vyžadováno. - - Available Group Property Mappings - Dostupné mapování vlastností skupin + + Connection Token(s) + Tokeny připojení - - Selected Group Property Mappings - Vybrané mapování vlastností skupin + + Endpoint + Endpoint + + + Successfully updated endpoint. + Endpoint byl úspěšně aktualizován. + + + Successfully created endpoint. + Endpoint byl úspěšně vytvořen. + + + Protocol + Protokol + + + RDP + RDP + + + SSH + SSH + + + VNC + VNC + + + Host + Hostitel + + + Hostname/IP to connect to. Optionally specify the port. + + + Maximum concurrent connections + Maximum současných připojení + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + Maximum povolených současných připojení na tento endpoint. Pro zakázání limitu může být nastaveno na -1. + + + Advanced settings + Rozšířená nastavení + + + Search for users by username or display name... + + + Search Users + + + Select Users + + + Active + Aktivní + + + Last login + Poslední přihlášení + + + Show inactive users + Zobrazit deaktivované uživatele + + + Select users + + + Confirm + + + Successfully updated group. + Skupina byla úspěšně aktualizována. + + + Successfully created group. + Skupina byla úspěšně vytvořena. + + + Type a group name... + + + Group Name + + + Superuser Privileges + + + Whether users added to this group will have superuser privileges. + + + Parent Group + Rodičovská skupina + + + Select an optional parent group... + + + Roles + Role + + + Available Roles + Dostupné role + + + Selected Roles + Vybrané role + + + Select roles to grant this groups' users' permissions from the selected roles. + Vyberte role, jejichž oprávnění budou udělena uživatelům v této skupině. + + + Set custom attributes using YAML or JSON. + Nastavte vlastní atributy pomocí YAML nebo JSON. + + + Successfully updated binding. + Vazba byla úspěšně aktualizována. + + + Successfully created binding. + Vazba byla úspěšně vytvořena. + + + Don't pass + Nepovolit + + + Result used when policy execution fails. + Výsledek použitý při neúspěšném provedení zásad. + + + Successfully updated policy. + Zásada byla úspěšně aktualizována. + + + Successfully created policy. + Zásada byla úspěšně vytvořena. + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + Zásada používaná pro testování. Vždy vrací stejný výsledek, jak je uvedeno níže, po náhodné době čekání. + + + Execution logging + Protokolování provedení + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + Pokud je tato možnost povolena, budou se logovat všechna spuštění této zásady. Ve výchozím nastavení se logují pouze chyby spuštění. + + + Policy-specific settings + Specifická nastavení zásady + + + Pass policy? + Má zásada projít? + + + Wait (min) + Čekat (min) + + + The policy takes a random time to execute. This controls the minimum time it will take. + Zásada trvá náhodnou dobu k provedení. Toto řídí minimální čas, který bude trvat. + + + Wait (max) + Čekat (max) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + Porovnává událost proti sadě kritérií. Pokud se shoduje kterákoli z nakonfigurovaných hodnot, zásada projde. + + + Match created events with this action type. When left empty, all action types will be matched. + Porovnat vytvořené události s tímto typem akce. Pokud je ponecháno prázdné, budou porovnány všechny typy akcí. + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + Shoduje se s IP adresou klienta události (přísné porovnávání, pro síťové porovnávání použijte zásadu výrazu). + + + Match events created by selected application. When left empty, all applications are matched. + Porovnat události vytvořené vybranou aplikací. Pokud je ponecháno prázdné, jsou porovnány všechny aplikace. + + + Match events created by selected model. When left empty, all models are matched. + Párovat události vytvořené vybraným modelem. Pokud je pole prázdné, párují se všechny modely. + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + Kontroluje, zda heslo uživatele požadavku bylo změněno v posledních x dnech, a odmítá na základě nastavení. + + + Maximum age (in days) + Maximální stáří (ve dnech) + + + Only fail the policy, don't invalidate user's password + Pouze selhání zásady, nikoli zneplatnění hesla uživatele + + + Executes the python snippet to determine whether to allow or deny a request. + Spustí úryvek kódu v Pythonu, který určí, zda požadavek povolit, nebo zamítnout. + + + Expression using Python. + Výraz používá Python. + + + See documentation for a list of all variables. + Viz dokumentace pro seznam všech proměnných. Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. Zajistěte, aby uživatel splňoval požadavky na geografii nebo síťovou topologii na základě IP adresy. Pokud se shoduje jakákoli z nakonfigurovaných hodnot, zásada projde. + + Distance settings + Nastavení vzdálenosti + + + Check historical distance of logins + Kontrolovat historickou vzdálenost přihlášení + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + Když je tato možnost povolena, GeoIP data žádosti o zásady jsou porovnána s určeným počtem historických přihlášení. + + + Maximum distance + Maximální vzdálenost + + + Maximum distance a login attempt is allowed from in kilometers. + Maximální vzdálenost, ze které je povolena pokus o přihlášení, v kilometrech. + + + Distance tolerance + Tolerance vzdálenosti + + + Tolerance in checking for distances in kilometers. + Tolerance při kontrole vzdáleností v kilometrech. + + + Historical Login Count + Historický počet přihlášení + + + Amount of previous login events to check against. + Počet předchozích událostí přihlášení, proti kterým se má kontrolovat. + + + Check impossible travel + Zkontrolovat nemožné cestování + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + Když je tato možnost povolena, GeoIP data žádosti o zásady jsou porovnána s určeným počtem historických přihlášení a pokud by cesta byla možná v množství času od předchozí události. + + + Impossible travel tolerance + Tolerance nemožného cestování + + + Static rule settings + Nastavení statických pravidel + ASNs ASNs @@ -8197,17 +3553,901 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Selected Countries Vybrané země - - Bind existing policy/group/user - Svázat existující zásadu/skupinu/uživatele + + Static rules + Statická pravidla - - Property mappings for user creation. - Mapování vlastností pro vytváření uživatelů. + + Minimum length + Minimální délka - - Property mappings for group creation. - Mapování vlastností pro vytváření skupin. + + Minimum amount of Uppercase Characters + Minimální množství velkých písmen + + + Minimum amount of Lowercase Characters + Minimální množství malých písmen + + + Minimum amount of Digits + Minimální množství číslic + + + Minimum amount of Symbols Characters + Minimální množství speciálních znaků + + + Error message + Chybová zpráva + + + Symbol charset + Sada znaků pro symboly + + + Characters which are considered as symbols. + Znaky, které jsou považovány za symboly. + + + HaveIBeenPwned settings + Nastavení HaveIBeenPwned + + + Allowed count + Povolený počet + + + Allow up to N occurrences in the HIBP database. + Povolit až N výskytů v databázi HIBP. + + + zxcvbn settings + Nastavení zxcvbn + + + Score threshold + Práh skóre + + + If the password's score is less than or equal this value, the policy will fail. + Pokud je skóre hesla nižší nebo rovno této hodnotě, zásada nebude uznána. + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + 0: Příliš odhadnutelné: riskantní heslo. (pokusy &lt; 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1: Velmi odhadnutelné: ochrana před regulovanými online útoky. (pokusy &lt; 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2: Částečně odhadnutelné: ochrana před neregulovanými online útoky. (pokusy &lt; 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3: Bezpečně neodhadnutelné: střední ochrana před offline útoky s pomalým hashováním. (pokusy &lt; 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4: Velmi neodhadnutelné: silná ochrana před offline útoky s pomalým hashováním. (pokusy &gt;= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + Kontroluje hodnotu z požadavku zásady proti několika pravidlům, většinou používáno k zajištění síly hesla. + + + Password field + Pole hesla + + + Field key to check, field keys defined in Prompt stages are available. + Klíč pole ke kontrole, klíče polí definované v krocích Výzvy jsou k dispozici. + + + Check static rules + Zkontrolovat statická pravidla + + + Check haveibeenpwned.com + Zkontrolovat haveibeenpwned.com + + + For more info see: + Pro více informací viz: + + + Check zxcvbn + Zkontrolovat zxcvbn + + + Password strength estimator created by Dropbox, see: + Odhad síly hesla vytvořený společností Dropbox, viz: + + + Allows/denys requests based on the users and/or the IPs reputation. + Povoluje/zamítá požadavky na základě reputace uživate a/nebo IP. + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + Neplatné pokusy o přihlášení sníží skóre pro IP adresu klienta a +uživatelské jméno, pod kterým se pokouší přihlásit, o jedna. + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + Zásada projde, když je skóre reputace pod prahovou hodnotou, a +neprojde, když jedna nebo obě z vybraných možností jsou rovny nebo nad prahovou hodnotou. + + + Check IP + Zkontrolovat IP + + + Check Username + Zkontrolovat uživatelské jméno + + + Threshold + Práh + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + Zajistěte, aby se nové heslo uživatele lišilo od jeho předchozích hesel. Počet předchozích hesel ke kontrole je konfigurovatelný. + + + Number of previous passwords to check + Počet předchozích hesel ke kontrole + + + New policy + Nová zásada + + + Create a new policy. + Vytvořit novou zásadu. + + + Create Binding + Vytvořit vazbu + + + Members + Členové + + + Select groups to add user to + Zvolte skupiny do kterých chcete zařadit uživatele + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + Upozornění: Přidání uživatele do vybraných skupin jim poskytne oprávnění superuživatele. + + + Company employees with access to the full enterprise feature set. + + + External consultants or B2C customers without access to enterprise features. + + + Machine-to-machine authentication or other automations. + + + Successfully updated user. + Uživatel byl úspěšně aktualizován. + + + Successfully created user and added to group + Uživatel byl úspěšně vytvořen a přidán do skupiny + + + Successfully created user. + Uživatel byl úspěšně vytvořen. + + + Type a username for the user... + + + The user's primary identifier used for authentication. 150 characters or fewer. + + + Display Name + + + Type an optional display name... + + + The user's display name. + + + User type + Typ uživatele + + + Internal Service account + Interní servisní účet + + + Managed by authentik and cannot be assigned manually. + + + Email Address + + + Type an optional email address... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + + + Path + Cesta + + + Type a path for the user... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + + + Edit Policy + Upravit zásadu + + + Update Group + Aktualizovat Skupinu + + + Edit Group + Upravit skupinu + + + Update User + Aktualizovat Uživatele + + + Edit User + Upravit uživatele + + + Policy binding(s) + Vazba(y) zásady + + + Update Binding + Aktualizovat vazbu + + + No Policies bound. + Není přiřazena žádná zásada. + + + Policy actions + + + Create and bind Policy + Vytvořit a svázat zásadu + + + Bind existing + Navázat existující + + + The currently selected policy engine mode is : + Aktuálně vybraný policy engine je : + + + Endpoint(s) + Koncové body + + + Update Endpoint + Aktualizovat endpoint + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + Tato vazba řídí, kteří uživatelé budou mít přístup k tomuto endpointu. Uživatelé musí mít také přístup k aplikaci. + + + Create Endpoint + Vytvořit endpoint + + + Connections + Spojení + + + Update RAC Provider + Aktualizovat poskytovatele RAC + + + Endpoints + Endpointy + + + Update Radius Provider + Aktualizovat Radius poskytovatele + + + Download + Stáhnout + + + Copy download URL + Kopírovat URL pro stažení + + + Download signing certificate + Stáhnout podepisovací certifikát + + + Related objects + Související objekty + + + Update SAML Provider + Aktualizovat poskytovatele SAML + + + SAML Configuration + Konfigurace SAML + + + EntityID/Issuer + EntityID/Vydavatel + + + SSO URL (Post) + SSO URL (Post) + + + SSO URL (Redirect) + SSO URL (Redirect) + + + SSO URL (IdP-initiated Login) + SSO URL (přihlášení iniciované IdP) + + + SLO URL (Post) + SLO URL (Post) + + + SLO URL (Redirect) + SLO URL (Redirect) + + + SAML Metadata + SAML Metadata + + + Example SAML attributes + Příklad SAML atributů + + + NameID attribute + Atribut NameID + + + SCIM Group(s) + SCIM skupina(y) + + + SCIM User(s) + SCIM uživatel(é) + + + Update SCIM Provider + Aktualizovat SCIM poskytovatele + + + SSF Provider is in preview. + Poskytovatel SSF je v náhledu. + + + Send us feedback! + Pošlete nám zpětnou vazbu! + + + SSF URL + URL SSF + + + No assigned application + Žádná přiřazená aplikace + + + Update SSF Provider + Aktualizovat poskytovatele SSF + + + Streams + Streamy + + + Applications + Aplikace + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + Externí aplikace, které používají jako poskytovatele identity prostřednictvím protokolů jako OAuth2 a SAML. Zde jsou zobrazeny všechny aplikace, i ty, ke kterým nemáte přístup. + + + Application Icon + Ikona aplikace + + + Provider Type + Typ poskytovatele + + + Applications Documentation + Dokumentace aplikací + + + Application(s) + Aplikace + + + Application icon for "" + + + Update Application + Aktualizovat aplikaci + + + Edit "" + + + Open "" + + + Open + Otevřít + + + Create with Provider + Vytvořit s Poskytovatelem + + + Successfully cleared application cache + Úspěšně vymazána mezipaměť aplikace + + + Failed to delete application cache + Odstranění mezipaměti aplikace se nezdařilo + + + Clear cache + Vymazat mezipaměť + + + Clear Application cache + Vymazat mezipaměť aplikace + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + Opravdu chcete vymazat mezipaměť aplikace? To způsobí, že všechny zásady budou znovu vyhodnoceny při jejich dalším použití. + + + Successfully sent test-request. + Testovací požadavek byl úspěšně odeslán. + + + Successfully updated entitlement. + Úspěšně aktualizováno oprávnění. + + + Successfully created entitlement. + Úspěšně vytvořeno oprávnění. + + + Application entitlement(s) + Oprávnění aplikace(í) + + + Update Entitlement + Aktualizovat oprávnění + + + These bindings control which users have access to this entitlement. + Tato vazba řídí, kteří uživatelé mají přístup k tomuto oprávnění. + + + No app entitlements created. + Žádná oprávnění aplikace nebyla vytvořena. + + + This application does currently not have any application entitlements defined. + Tato aplikace nemá momentálně definována žádná oprávnění. + + + Create Entitlement + Vytvořit oprávnění + + + Create entitlement + Vytvořit oprávnění + + + Failed to fetch application "". + Chyba při načítání aplikace &quot;&quot;. + + + Warning: Application is not used by any Outpost. + + + Related + Související + + + Check access + Zkontrolovat přístup + + + Check + Zkontrolovat + + + Check Application access + Zkontrolovat přístup aplikace + + + Test + Test + + + Launch + Spustit + + + Logins over the last week (per 8 hours) + Přihlášení za poslední týden (po 8 hodinách) + + + Application entitlements + Oprávnění aplikace + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + Tato oprávnění lze použít k nastavení přístupu uživatelů v této aplikaci. + + + Policy / Group / User Bindings + Zásada / Skupina / Vazby uživatele + + + Loading application... + Načítání aplikací... + + + Successfully updated device. + Zařízení bylo úspěšně aktualizováno. + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + Kopírovat + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + Aktualizovat zařízení + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + Název hostitele + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + Klikněte pro změnu hodnoty + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + Doba trvání relace + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + Token úspěšně aktualizován. + + + Successfully created token. + Token úspěšně vytvořen. + + + Expires on + Expiruje v + + + Token name... + + + Token name + + + Expiring + Expirující + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + Pokud je tato možnost vybrána, platnost tokenu vyprší. Po expiraci bude token automaticky obměněn. + + + The token has been copied to your clipboard + Token byl zkopírován do schránky + + + The token was displayed because authentik does not have permission to write to the clipboard + Token byl zobrazen, protože authentik nemá oprávnění zapisovat do schránky + + + Expires? + Expiruje? + + + Expiry date + Datum expirace + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + Kopírovat token + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + Zdroj byl úspěšně aktualizován. + + + Successfully created source. + Zdroj byl úspěšně vytvořen. + + + Link users on unique identifier + Propojit uživatele podle jedinečného identifikátoru + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + Propojit s uživatelem se stejnou e-mailovou adresou. Může mít bezpečnostní důsledky, když zdroj neověřuje e-mailové adresy + + + Use the user's email address, but deny enrollment when the email address already exists + Použít e-mailovou adresu uživatele, ale odmítnout registraci, když e-mailová adresa již existuje + + + Link to a user with identical username. Can have security implications when a username is used with another source + Propojit s uživatelem se stejným uživatelským jménem. Může mít bezpečnostní důsledky, když je uživatelské jméno používáno s jiným zdrojem + + + Use the user's username, but deny enrollment when the username already exists + Použít uživatelské jméno uživatele, ale odmítnout registraci, pokud uživatelské jméno již existuje. + + + Unknown user matching mode + Neznámý režim porovnávání uživatelů Link to a group with identical name. Can have security implications when a group is used with another source @@ -8217,277 +4457,27 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Use the group's name, but deny enrollment when the name already exists Použít název skupiny, ale zamítnout registraci, pokud název již existuje - - Group matching mode - Režim párování skupin + + Promoted - - OAuth Attribute mapping - Mapování atributů OAuth + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - Plex Attribute mapping - Mapování atributů Plex + + Update internal password on login + Při přihlášení aktualizovat interní heslo - - Encryption Certificate - Šifrovací certifikát + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + Když se uživatel přihlásí do authentiku pomocí tohoto zdroje hesel, aktualizujte jeho přihlašovací údaje v authentiku. - - When selected, encrypted assertions will be decrypted using this keypair. - Pokud je vybráno, zašifrovaná tvrzení budou dešifrována pomocí tohoto páru klíčů. - - - SAML Attribute mapping - Mapování atributů SAML - - - SCIM Attribute mapping - Mapování atributů SCIM - - - External user settings - Nastavení externího uživatele - - - Default application - Výchozí aplikace - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - Pokud je nakonfigurováno, externí uživatelé budou automaticky přesměrováni na tuto aplikaci, pokud se nepokoušejí přistupovat k jiné aplikaci - - - Warning: One or more license(s) have expired. - Upozornění: Jedné nebo více licencím vypršela platnost. - - - Warning: One or more license(s) will expire within the next 2 weeks. - Upozornění: Jedné nebo více licencím vyprší platnost během následujících 2 týdnů. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - Pozor: Tato instance authentik přešla do režimu pouze pro čtení kvůli vypršeným/překročeným licencím. - - - This authentik instance uses a Trial license. - Tato instance authentik používá zkušební licenci. - - - This authentik instance uses a Non-production license. - Tato instance authentik používá licenci pro neprodukční prostředí. - - - Access Tokens(s) - Přístupové tokeny - - - Created at - Vytvořeno - - - Last updated at - Naposledy aktualizováno v - - - Last used at - Naposledy použito v - - - Provide users with a 'show password' button. - Zpřístupnit uživatelům tlačítko 'zobrazit heslo'. - - - Show password - Zobrazit heslo - - - Hide password - Skrýt heslo - - - An outpost is on an incorrect version! - Outpost je na nesprávné verzi! - - - Russian - Ruština - - - Last seen: () - Naposledy viděn: () - - - Sign assertions - Podepsat tvrzení - - - When enabled, the assertion element of the SAML response will be signed. - Pokud je povoleno, prvek assertion v SAML odpovědi bude podepsán. - - - Sign responses - Podepsat odpovědi - - - When selected, assertions will be encrypted using this keypair. - Pokud je vybráno, tvrzení budou šifrována pomocí tohoto páru klíčů. - - - Available Sources - Dostupné zdroje - - - Selected Sources - Vybrané zdroje - - - Successfully triggered sync. - Synchronizace úspěšně spuštěna. - - - Sync - Synchronizovat - - - Sync User + + Sync users Synchronizovat uživatele - - Available Stages - Dostupné kroky - - - Selected Stages - Vybrané kroky - - - Available Fields - Dostupná pole - - - Selected Fields - Vybraná pole - - - Available Transports - Dostupné transporty - - - Selected Transports - Vybrané transporty - - - Expired - Expirované - - - Expiring soon - Brzy vyprší - - - Unlicensed - Nelicencované - - - Read Only - Pouze pro čtení - - - Valid - Platné - - - Current license status - Aktuální stav licence - - - Overall license status - Celkový stav licence - - - Internal user usage - Použití interních uživatelů - - - % - % - - - External user usage - Použití externích uživatelů - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - Shoduje se s IP adresou klienta události (přísné porovnávání, pro síťové porovnávání použijte zásadu výrazu). - - - Sync Group - Synchronizovat skupinu - - - ("", of type ) - ("", typu ) - - - Parent Group - Rodičovská skupina - - - Flow used when logging out of this provider. - Tok používaný při odhlášení od tohoto poskytovatele. - - - Unbind flow - Zrušení vazby toku - - - Flow used for unbinding users. - Tok používaný pro zrušení vazby uživatelů. - - - Verify SCIM server's certificates - Ověřit certifikáty SCIM serveru - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - Odhlásili jste se z . Můžete se vrátit na přehled a spustit jinou aplikaci nebo se odhlásit z účtu authentik. - - - Go back to overview - Vrátit se na přehled - - - Log out of - Odhlásit se z - - - Log back into - Přihlásit se zpět do - - - Encryption Key - Šifrovací klíč - - - Device type cannot be deleted - Typ zařízení nelze smazat - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - Krok používaný k ověření prohlížečů uživatelů pomocí Google Chrome Device Trust. Tento krok může být použit v autentizačních/autorizacích tocích. - - - Google Verified Access API - API ověřeného přístupu Google - - - Device type cannot be edited - Typ zařízení nelze upravit - - - Advanced flow settings - Pokročilá nastavení toku + + User password writeback + Zpětný zápis uživatelského hesla Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. @@ -8509,10 +4499,38 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. Konfigurace Kerberos 5. Viz man krb5.conf(5) pro formát konfigurace. Pokud ponecháte prázdné, použije se výchozí krb5.conf. + + User matching mode + Režim porovnávání uživatelů + + + Group matching mode + Režim párování skupin + Sync connection settings Nastavení synchronizačního připojení + + KAdmin type + Typ KAdmin + + + MIT krb5 kadmin + MIT krb5 kadmin + + + Heimdal kadmin + Heimdal kadmin + + + Other + Jiné + + + Other type of kadmin + Jiný typ kadmin + Sync principal Synchronizovat entitu @@ -8577,739 +4595,153 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Kerberos Attribute mapping Mapování atributů Kerberos - - Update Kerberos Source - Aktualizovat zdroj Kerberos + + Property mappings for user creation. + Mapování vlastností pro vytváření uživatelů. - - User database + Kerberos password - Uživatelská databáze + heslo Kerberos + + Property mappings for group creation. + Mapování vlastností pro vytváření skupin. - - Select another authentication method - Vyberte jinou metodu ověření + + Flow to use when authenticating existing users. + Tok, který se použije při ověřování stávajících uživatelů. - - Enter a one-time recovery code for this user. - Zadejte jednorázový obnovovací kód pro tohoto uživatele. + + Enrollment flow + Tok zápisu - - Enter the code from your authenticator device. - Zadejte kód z vašeho autentizačního zařízení. + + Flow to use when enrolling new users. + Tok, který se používá při registraci nových uživatelů. - - Kerberos Source is in preview. - Zdroj Kerberos je v náhledu. + + Additional settings + Další nastavení - - Captcha stage - Captcha krok + + User path + Cesta uživatele - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - Pokud je nastaveno, přidá funkcionalitu přesně jako krok Captcha, ale integrovanou do kroku Identifikace. + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + Heslo pro přihlášení je do authentik z LDAP synchronizováno automaticky. Zapněte tuto možnost pouze pokud chcete změnu hesla zapsat zpět do LDAP. - - Endpoint Google Chrome Device Trust is in preview. - Důvěra zařízení koncového bodu Google Chrome je v náhledu. + + Sync groups + Synchronizovat skupiny - - Interactive - Interaktivní + + Delete Not Found Objects + Smazat nenalezené objekty - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - Povolte tento příznak, pokud nakonfigurovaná captcha vyžaduje interakci uživatele. Vyžadováno pro reCAPTCHA v2, hCaptcha a Cloudflare Turnstile. + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + Smazat uživatele a skupiny authentiku, které byly dříve poskytovány tímto zdrojem, ale nyní v něm chybí. - - Reason - Důvod + + Connection settings + Nastavení připojení - - Reason for impersonating the user - Důvod vydávání se za uživatele + + Server URI + URI serveru - - Require reason for impersonation - Požadovat důvod zosobnění + + Specify multiple server URIs by separating them with a comma. + Zadejte více serverových URI oddělením čárkami. - - Require administrators to provide a reason for impersonating a user. - Požadovat, aby správci uvedli důvod, proč se za uživatele vydávají. + + Enable StartTLS + Povolit StartTLS - - Italian - Italština + + To use SSL instead, use 'ldaps://' and disable this option. + Chcete-li místo toho použít SSL, použijte protokol 'ldaps://' a deaktivujte tuto volbu. - - Add entry - Přidat položku + + Use Server URI for SNI verification + Použít URI serveru pro ověření SNI - - Link Title - Název odkazu + + Required for servers using TLS 1.3+ + Požadováno pro servery používající TLS 1.3+ - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - Tato možnost konfiguruje odkazy v zápatí stránek spouštění toku. Adresa URL je omezena na webové a e-mailové adresy. Pokud je název ponechán prázdný, zobrazí se adresa URL. + + TLS Verification Certificate + Ověřovací TLS certifikát - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - Externí aplikace, které používají jako poskytovatele identity prostřednictvím protokolů jako OAuth2 a SAML. Zde jsou zobrazeny všechny aplikace, i ty, ke kterým nemáte přístup. + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + Při připojování k LDAP serveru s TLS nejsou certifikáty ve výchozím nastavení kontrolovány. Zadejte pár klíčů pro ověření vzdáleného certifikátu. - - Strict - Striktní + + TLS Client authentication certificate + Certifikát klientské autentizace TLS - - Regex - Regex + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + Klientský certifikát a privátní klíč pro ověření proti certifikátu LDAP serveru. - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - Platné přesměrovací URI po úspěšném autorizačním toku. Zde také specifikujte všechny původní adresy pro implicitní toky. + + Bind CN + Svázat CN - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - Chcete-li povolit jakékoli přesměrovací URI, nastavte režim na Regex a hodnotu na ".*". Buďte si vědomi možných bezpečnostních důsledků, které to může mít. + + LDAP Attribute mapping + Mapování LDAP atributů - - Federated OIDC Sources - Federované zdroje OIDC + + Parent group for all the groups imported from LDAP. + Nadřazená skupina pro všechny skupiny importované z LDAP. - - Federated OIDC Providers - Federovaní poskytovatelé OIDC + + Additional User DN + Dodatečné DN uživatele - - Available Providers - Dostupní poskytovatelé + + Additional user DN, prepended to the Base DN. + Dodatečné uživatelské DN, připojené před základní DN. - - Selected Providers - Vybraní poskytovatelé + + Additional Group DN + Dodatečné DN skupiny - - JWTs signed by the selected providers can be used to authenticate to this provider. - JWT podepsané vybranými poskytovateli lze použít k ověření u tohoto poskytovatele. + + Additional group DN, prepended to the Base DN. + Dodatečné skupinové DN, připojené před základní DN. - - KAdmin type - Typ KAdmin + + User object filter + Filtr uživatelských objektů - - MIT krb5 kadmin - MIT krb5 kadmin + + Consider Objects matching this filter to be Users. + Považujte objekty odpovídající tomuto filtru za uživatele. - - Heimdal kadmin - Heimdal kadmin + + Group object filter + Filtr skupinových objektů - - Other - Jiné + + Consider Objects matching this filter to be Groups. + Považujte objekty odpovídající tomuto filtru za skupiny. - - Other type of kadmin - Jiný typ kadmin + + Group membership field + Pole členství ve skupině - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - Chcete-li uživateli umožnit přímo resetovat heslo, nakonfigurujte tok obnovení na aktuálně aktivní značce. + + Field which contains members of a group. The value of this field is matched against User membership attribute. + Pole, které obsahuje členy skupiny. Hodnota tohoto pole je porovnána s atributem členství uživatele. - - Consent given lasts indefinitely - Udělený souhlas platí neomezeně + + User membership attribute + Atribut členství uživatele - - Consent expires - Platnost souhlasu vyprší - - - Available Policies - Dostupné zásady - - - Selected Policies - Vybrané zásady - - - Redirect the user to another flow, potentially with all gathered context - Přesměrovat uživatele na jiný tok, potenciálně se všemi shromážděnými kontextovými informacemi - - - Static - Statický - - - Target URL - Cílové URL - - - Redirect the user to a static URL. - Přesměrovat uživatele na statickou URL. - - - Target Flow - Cílový tok - - - Redirect the user to a Flow. - Přesměrovat uživatele na tok. - - - Keep flow context - Zachovat kontext toku - - - Require no authentication - Nevyžadovat žádné ověření - - - Require superuser - Vyžadovat superuživatele - - - Require being redirected from another flow - Požadovat přesměrování z jiného toku - - - Require Outpost (flow can only be executed from an outpost) - Vyžadovat Outpost (tok může být proveden pouze z outpostu) - - - An application name is required - Je vyžadován název aplikace - - - Not a valid URL - Není platná URL - - - Not a valid slug - Není platný slug - - - Configure Bindings - Konfigurovat vazby - - - Configure Policy/User/Group Bindings - Konfigurovat zásadu/uživatele/vazby skupiny - - - No bound policies. - Žádné svázané zásady. - - - Bind policy/group/user - Svázat zásadu/skupinu/uživatele - - - Configure Policy Bindings - Konfigurace vazeb zásad - - - Don't Pass - Nepovolit - - - Save Binding - Uložit vazbu - - - Create a Policy/User/Group Binding - Vytvořit zásadu/uživatele/vazbu skupiny - - - Please choose a provider type before proceeding. - Než budete pokračovat, vyberte typ poskytovatele. - - - Choose a Provider Type - Vyberte typ poskytovatele - - - Redirect URIs/Origins (RegEx) - Přesměrovací URI/Origin (RegEx) - - - Configure OAuth2 Provider - Konfigurace poskytovatele OAuth2 - - - Configure Remote Access Provider - Konfigurace poskytovatele vzdáleného přístupu - - - List of CIDRs (comma-seperated) 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. - Seznam CIDR (oddělených čárkami), ze kterých se mohou klienti připojit. Specifičtější CIDR se shoduje před volnějším. Klienti připojující se z neurčeného CIDR budou odmítnuti. - - - Configure Provider - Konfigurovat poskytovatele - - - strict - striktní - - - regexp - regexp - - - Review and Submit Application - Zkontrolovat a odeslat aplikaci - - - There was an error. Please go back and review the application. - Vyskytla se chyba. Prosím, vraťte se zpět a zkontrolujte aplikaci. - - - There was an error: - Vyskytla se chyba: - - - Please go back and review the application. - Prosím, vraťte se zpět a zkontrolujte aplikaci. - - - Review the Application and Provider - Zkontrolovat aplikaci a poskytovatele - - - Saving application... - Ukládání aplikace... - - - authentik was unable to complete this process. - authentik nebyl schopný dokončit tento proces. - - - Create with wizard - Vytvořit pomocí průvodce - - - Bind existing - Navázat existující - - - Successfully updated entitlement. - Úspěšně aktualizováno oprávnění. - - - Successfully created entitlement. - Úspěšně vytvořeno oprávnění. - - - Application entitlement(s) - Oprávnění aplikace(í) - - - Update Entitlement - Aktualizovat oprávnění - - - These bindings control which users have access to this entitlement. - Tato vazba řídí, kteří uživatelé mají přístup k tomuto oprávnění. - - - No app entitlements created. - Žádná oprávnění aplikace nebyla vytvořena. - - - Create Entitlement - Vytvořit oprávnění - - - Create entitlement - Vytvořit oprávnění - - - Application entitlements - Oprávnění aplikace - - - These entitlements can be used to configure user access in this application. - Tato oprávnění lze použít k nastavení přístupu uživatelů v této aplikaci. - - - Worker with incorrect version connected. - Worker s nesprávnou verzí se připojil. - - - (Format: hours=-1;minutes=-2;seconds=-3). - (Formát: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - (Formát: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - Klíč použitý k podepisování událostí. - - - Event Retention - Zachování události - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - Určuje, jak dlouho jsou události uloženy. Pokud událost nemohla být správně odeslána, její platnost se také prodlouží o tuto dobu. - - - OIDC Providers - Poskytovatelé OIDC - - - SSF Provider is in preview. - Poskytovatel SSF je v náhledu. - - - Update SSF Provider - Aktualizovat poskytovatele SSF - - - Streams - Streamy - - - authentik Logo - Logo authentik - - - Release - Vydání - - - Development - Vývoj - - - UI Version - Verze UI - - - Build - Sestavení - - - Python version - Verze Pythonu - - - Platform - Platforma - - - Kernel - Jádro - - - OpenSSL - OpenSSL - - - A newer version () of the UI is available. - Je k dispozici novější verze () UI. - - - No notifications found. - Nenalezena žádná upozornění. - - - You don't have any notifications currently. - Aktuálně nemáte žádná upozornění. - - - Version - Verze - - - Last password change - Poslední změna hesla - - - Evaluate policies before the Stage is presented to the user. - Vyhodnotit zásady před tím, než je krok předložen uživateli. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - Může být ve formátu unix:// při připojení k místnímu - démonu docker, pomocí ssh:// pro připojení přes SSH, nebo - https://:2376 při připojení k vzdálenému systému. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - Při použití externího řešení pro archivaci protokolů může být - nastaveno na minutes=5. - - - Idle - Nečinný - - - Connecting - Připojování - - - Waiting - Čekání - - - Connected - Připojeno - - - Disconnecting - Odpojování - - - Disconnected - Odpojeno - - - Create a new application and configure a provider for it. - Vytvořte novou aplikaci a nakonfigurujte pro ni poskytovatele. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - Použití tohoto formuláře pouze vytvoří aplikaci. Pro autentizaci s aplikací ji budete muset ručně spárovat s poskytovatelem. - - - Distance settings - Nastavení vzdálenosti - - - Check historical distance of logins - Kontrolovat historickou vzdálenost přihlášení - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - Když je tato možnost povolena, GeoIP data žádosti o zásady jsou porovnána s určeným počtem historických přihlášení. - - - Maximum distance - Maximální vzdálenost - - - Maximum distance a login attempt is allowed from in kilometers. - Maximální vzdálenost, ze které je povolena pokus o přihlášení, v kilometrech. - - - Distance tolerance - Tolerance vzdálenosti - - - Tolerance in checking for distances in kilometers. - Tolerance při kontrole vzdáleností v kilometrech. - - - Historical Login Count - Historický počet přihlášení - - - Amount of previous login events to check against. - Počet předchozích událostí přihlášení, proti kterým se má kontrolovat. - - - Check impossible travel - Zkontrolovat nemožné cestování - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - Když je tato možnost povolena, GeoIP data žádosti o zásady jsou porovnána s určeným počtem historických přihlášení a pokud by cesta byla možná v množství času od předchozí události. - - - Impossible travel tolerance - Tolerance nemožného cestování - - - Static rule settings - Nastavení statických pravidel - - - Create with Provider - Vytvořit s Poskytovatelem - - - Email address the verification email will be sent from. - Emailová adresa, ze které bude odeslán ověřovací e-mail. - - - Stage used to configure an email-based authenticator. - Krok použitý k nastavení autentifikátoru založeného na e-mailu. - - - Use global connection settings - Použít globální nastavení připojení - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - Když je tato možnost povolena, budou použita globální nastavení připojení e-mailu a níže uvedená nastavení připojení budou ignorována. - - - Subject of the verification email. - Předmět ověřovacího e-mailu. - - - Token expiration - Platnost tokenu - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - Čas, po který je odeslaný token platný (Formát: hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - Autentifikátory založené na e-mailu - - - Caps Lock is enabled. - CapsLock je zapnutý. - - - Configure your email - Nastavte svůj email - - - Please enter your email address. - Zadejte vaši emailovou adresu. - - - Please enter the code you received via email - Zadejte kód z emailu. - - - Tokens sent via email. - Tokeny odeslané e-mailem. - - - Enable dry-run mode - Povolit režim nanečisto - - - When enabled, mutating requests will be dropped and logged instead. - Když je tato možnost povolena, budou mutační požadavky zahozeny a místo toho zaznamenány. - - - Override dry-run mode - Přepsat režim nanečisto - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - Když je tato možnost povolena, tato synchronizace stále provede mutační požadavky bez ohledu na režim nanečisto v poskytovateli. - - - Dry-run - Nanečisto - - - Successfully cleared application cache - Úspěšně vymazána mezipaměť aplikace - - - Failed to delete application cache - Odstranění mezipaměti aplikace se nezdařilo - - - Clear Application cache - Vymazat mezipaměť aplikace - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - Opravdu chcete vymazat mezipaměť aplikace? To způsobí, že všechny zásady budou znovu vyhodnoceny při jejich dalším použití. - - - No name set - Není nastaveno žádné jméno - - - Show inactive users - Zobrazit deaktivované uživatele - - - Time the token sent is valid. - Čas, po který je odeslaný token platný. - - - Compatibility Mode - Režim kompatibility - - - Default behavior. - Výchozí chování. - - - AWS - AWS - - - Altered behavior for usage with Amazon Web Services. - Změněné chování pro použití s Amazon Web Services. - - - Slack - Slack - - - Altered behavior for usage with Slack. - Změněné chování pro použití se Slackem. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - Změnit chování authentiku pro implementace SCIM specifické pro dodavatele. - - - AuthnContextClassRef Property Mapping - Mapování vlastnosti AuthnContextClassRef - - - 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. - Nastaví, jak bude hodnota AuthnContextClassRef vytvořena. Pokud je ponecháno prázdné, bude AuthnContextClassRef nastavena na základě toho, které metody ověřování uživatel použil k ověření. - - - SSF URL - URL SSF - - - No assigned application - Žádná přiřazená aplikace - - - Custom CSS - Vlastní CSS - - - Custom CSS to apply to pages when this brand is active. - Vlastní CSS, které se použije na stránky, když je tato značka aktivní. - - - Default flow background - Výchozí pozadí toku - - - Default background used during flow execution. Can be overridden per flow. - Výchozí pozadí použité během provádění toku. Může být přepsáno pro každý tok. - - - Task - Úloha - - - Webhook Body Mapping - Mapování těla webhooku - - - Webhook Header Mapping - Mapování hlavičky webhooku - - - Failed to preview prompt - Nepodařilo se zobrazit náhled výzvy + + Attribute which matches the value of Group membership field. + Atribut, který odpovídá hodnotě pole členství ve skupině. Lookup using user attribute @@ -9319,9 +4751,1380 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. Pole, které obsahuje DN skupin, jejichž členem je uživatel. Toto pole se používá k vyhledávání skupin podle uživatelů, např. 'memberOf'. Pro vyhledávání vnořených skupin v prostředí Active Directory použijte 'memberOf:1.2.840.113556.1.4.1941:'. - - Initial Permissions - Počáteční oprávnění + + Object uniqueness field + Pole jedinečnosti objektu + + + Field which contains a unique Identifier. + Pole, které obsahuje jedinečný identifikátor. + + + HTTP Basic Auth + HTTP Basic Auth + + + Include the client ID and secret as request parameters + Zahrnout ID klienta a tajný klíč jako parametry požadavku + + + Plain + + + S256 + + + URL settings + URL nastavení + + + Authorization URL + URL pro autorizaci + + + URL the user is redirect to to consent the authorization. + URL na kterou je uživatel přesměrován pro udělení souhlasu k autorizaci. + + + Access token URL + URL přístupového tokenu + + + URL used by authentik to retrieve tokens. + URL používané systémem authentik k získání tokenů. + + + Profile URL + URL profilu + + + URL used by authentik to get user information. + URL používané systémem authentik k získání informací o uživateli. + + + Request token URL + URL tokenu požadavku + + + URL used to request the initial token. This URL is only required for OAuth 1. + URL používaná k vyžádání počátečního tokenu. Tato URL je vyžadována pouze pro OAuth 1. + + + OIDC Well-known URL + OIDC Well-known URL + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + OIDC well-known konfigurační URL. Lze použít k automatické konfiguraci výše uvedených URL. + + + OIDC JWKS URL + OIDC JWKS URL + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + URL JSON Web Key. Klíče z této URL budou použity k ověření JWT z tohoto zdroje. + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + Raw JWKS data. + + + PKCE Method + + + Configure Proof Key for Code Exchange for this source. + + + Authorization code authentication method + Metoda ověření autorizačního kódu + + + How to perform authentication during an authorization_code token request flow + Jak provést ověření během toku požadavku na token authorization_code + + + Consumer key + Klíč spotřebitele + + + Also known as Client ID. + Známý také jako ID klienta. + + + Consumer secret + Spotřebitelský secret + + + Also known as Client Secret. + Známý také jako Secret klienta. + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + Další scopes, které mají být předány poskytovateli OAuth, oddělené mezerou. Chcete-li nahradit stávající scopes, použijte předponu *. + + + OAuth Attribute mapping + Mapování atributů OAuth + + + Load servers + Načíst servery + + + Re-authenticate with Plex + Znovu ověřit pomocí Plex + + + Allow friends to authenticate via Plex, even if you don't share any servers + Povolit přátelům ověřování přes Plex, i když s nimi nesdílíte žádné servery + + + Allowed servers + Povolené servery + + + Select which server a user has to be a member of to be allowed to authenticate. + Vyberte, kterého serveru musí být uživatel členem, aby se mohl ověřit. + + + Plex Attribute mapping + Mapování atributů Plex + + + Verify Assertion Signature + Ověřit podpis Tvrzení + + + When enabled, authentik will look for a Signature inside of the Assertion element. + + + Verify Response Signature + Ověřit podpis odpovědi + + + When enabled, authentik will look for a Signature inside of the Response element. + + + SSO URL + SSO URL + + + URL that the initial Login request is sent to. + URL, na kterou je odeslán počáteční požadavek na přihlášení. + + + SLO URL + SLO URL + + + Optional URL if the IDP supports Single-Logout. + Volitelná URL, pokud IDP podporuje Single-Logout. + + + Also known as Entity ID. Defaults the Metadata URL. + Také známý jako Entity ID. Výchozí je Metadata URL. + + + Binding Type + Typ vazby + + + Redirect binding + Přesměrovat vazbu + + + Post-auto binding + Automatická post vazba + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + Post vazba, ale požadavek je automaticky odeslán a uživatel nemusí potvrzovat. + + + Post binding + Post vazba + + + Signing keypair + Podepisovací pár klíčů + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + Pár klíčů, který se používá k podepisování odchozích požadavků. Nechte prázdné pro vypnutí podepisování. + + + Allow IDP-initiated logins + Povolit přihlášení iniciovaná IDP + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + Umožňuje ověřovací toky iniciované IdP. Toto může být bezpečnostním rizikem, protože se neprovádí žádná validace ID požadavku. + + + NameID Policy + NameID zásada + + + Delete temporary users after + Smazat dočasné uživatele po + + + 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. + Doba, po jejímž uplynutí se smažou dočasní uživatelé. Uplatní se jen tehdy, pokud IdP používá formát NameID 'transient' a uživatel se sám manuálně neodhlásí. + + + When selected, encrypted assertions will be decrypted using this keypair. + Pokud je vybráno, zašifrovaná tvrzení budou dešifrována pomocí tohoto páru klíčů. + + + SAML Attribute mapping + Mapování atributů SAML + + + Pre-authentication flow + Tok před ověřením + + + Flow used before authentication. + Tok používaný před ověřením. + + + SCIM Attribute mapping + Mapování atributů SCIM + + + Bot username + + + Bot token + + + Request access to send messages from your bot + + + Telegram Attribute mapping + + + New source + Nový zdroj + + + Create a new source. + Vytvořit nový zdroj. + + + Federation and Social login + Federace a sociální přihlášení + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + Zdroje identit, které mohou být buď synchronizovány s databází authentik, nebo je mohou uživatelé používat k ověřování a registraci. + + + Source(s) + Zdroj(e) + + + Disabled + Zakázáno + + + Built-in + Vestavěný + + + Kerberos Source is in preview. + Zdroj Kerberos je v náhledu. + + + Update Kerberos Source + Aktualizovat zdroj Kerberos + + + Connectivity + Konektivita + + + Global status + Globální stav + + + Vendor + Výrobce + + + Update LDAP Source + Aktualizovat zdroj LDAP + + + OAuth Source + OAuth zdroj + + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + Mapování skupin lze zkontrolovat pouze v případě, že je uživatel při pokusu o přístup k tomuto zdroji již přihlášen. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Mapování uživatelů lze zkontrolovat pouze v případě, že je uživatel při pokusu o přístup k tomuto zdroji již přihlášen. + + + Generic OpenID Connect + Obecný OpenID Connect + + + Unknown provider type + Neznámý typ poskytovatele + + + Callback URL + URL zpětného volání + + + Access Key + Přístupový klíč + + + Update OAuth Source + Aktualizovat OAuth zdroj + + + Diagram + Diagram + + + Policy Bindings + Vazby zásady + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + Těmito vazbami se řídí přístup uživatelů ke zdroji. + Je zde možné použít pouze Zásady, protože kontrola přístupu probíhá před samotnou autentizací. + + + Update Plex Source + Aktualizovat Plex zdroj + + + Update SAML Source + Aktualizovat SAML zdroj + + + Update SCIM Source + Aktualizovat SCIM zdroj + + + SCIM Base URL + SCIM základní URL + + + Click to copy token + Klikněte pro zkopírování tokenu + + + Telegram bot + + + Update Telegram Source + + + Successfully updated mapping. + Mapování bylo úspěšně aktualizováno. + + + Successfully created mapping. + Mapování bylo úspěšně vytvořeno. + + + Unconfigured + Nekonfigurované + + + This option will not be changed by this mapping. + Tato možnost nebude tímto mapováním změněna. + + + General settings + Obecná nastavení + + + Password + Heslo + + + RDP settings + Nastavení RDP + + + Ignore server certificate + Ignorovat serverový certifikát + + + Enable wallpaper + Povolit tapetu + + + Enable font-smoothing + Povolit vyhlazování písma + + + Enable full window dragging + Povolit přetažení celého okna + + + SAML Attribute Name + Název atributu SAML + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + Název atributu používaný pro SAML Assertions. Může to být URN OID, odkaz na schéma nebo jakýkoli jiný řetězec. Pokud je toto mapování vlastnosti použito pro vlastnost NameID, toto pole se zahodí. + + + Friendly Name + Přátelský název + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + Volitelně nastavte hodnotu 'FriendlyName' atributu Assertion. + + + Scope name + Název scope + + + Scope which the client can specify to access these properties. + Scope, který může klient zadat pro přístup k těmto vlastnostem. + + + Description shown to the user when consenting. If left empty, the user won't be informed. + Popis zobrazený uživateli při udělování souhlasu. Pokud je ponecháno prázdné, uživatel nebude informován. + + + Example context data + Příklad kontextových dat + + + Active Directory User + Uživatel služby Active Directory + + + Active Directory Group + Skupina služby Active Directory + + + New property mapping + Nové mapování vlastnosti + + + Create a new property mapping. + Vytvořit nové mapování vlastnosti. + + + Property Mappings + Mapování vlastnosti + + + Control how authentik exposes and interprets information. + Ovládejte, jak authentik zpřístupňuje a interpretuje informace. + + + Property Mapping(s) + Mapování vlastností + + + Test Property Mapping + Otestovat mapování vlastnosti + + + Hide managed mappings + Skrýt spravovaná mapování + + + Identifier + Identifikátor + + + Unique identifier the token is referenced by. + Jedinečný identifikátor, pomocí kterého je token odkazován. + + + Intent + Záměr + + + API Token + API token + + + Used to access the API programmatically + Používá se k programovému přístupu k API + + + App password. + Heslo aplikace. + + + Used to login using a flow executor + Používá se k přihlášení pomocí vykonavatele toku + + + Tokens + Tokeny + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + Tokeny se používají v celém systému authentik pro fáze ověřování e-mailů, klíčů pro obnovení a přístupu k rozhraní API. + + + Token(s) + Token(y) + + + Create Token + Vytvořit token + + + Token is managed by authentik. + Token spravuje authentik + + + Update Token + Aktualizovat token + + + Editing is disabled for managed tokens + Úpravy jsou zakázány pro spravované tokeny + + + Successfully updated brand. + Značka byla úspěšně aktualizována. + + + Successfully created brand. + Značka byla úspěšně vytvořena. + + + Domain + Doména + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + Porovnání se provádí na základě suffixu domény, takže pokud zadáte domain.tld, foo.domain.tld se bude stále shodovat. + + + Use this brand for each domain that doesn't have a dedicated brand. + Použít tuto značku pro každou doménu, která nemá vlastní značku. + + + Branding settings + Nastavení značky + + + Title + Název + + + Branding shown in page title and several other places. + Značka zobrazená v titulku stránky a na několika dalších místech. + + + Logo + Logo + + + Logo shown in sidebar/header and flow executor. + + + Favicon + Favicon + + + Icon shown in the browser tab. + Ikona zobrazená v záložce prohlížeče. + + + Default flow background + Výchozí pozadí toku + + + Default background used during flow execution. Can be overridden per flow. + Výchozí pozadí použité během provádění toku. Může být přepsáno pro každý tok. + + + Custom CSS + Vlastní CSS + + + Custom CSS to apply to pages when this brand is active. + Vlastní CSS, které se použije na stránky, když je tato značka aktivní. + + + External user settings + Nastavení externího uživatele + + + Default application + Výchozí aplikace + + + Select an application... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + Pokud je nakonfigurováno, externí uživatelé budou automaticky přesměrováni na tuto aplikaci, pokud se nepokoušejí přistupovat k jiné aplikaci + + + Default flows + Výchozí toky + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + Tok používaný k ověření uživatelů. Pokud je ponecháno prázdné, použije se první použitelný tok seřazený podle slugu. + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + Tok používaný k odhlášení. Pokud je ponecháno prázdné, použije se první použitelný tok seřazený podle slugu. + + + Recovery flow + Tok obnovy + + + Select a recovery flow... + + + Unenrollment flow + Tok zrušení zápisu + + + Select an unenrollment flow... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + Pokud je nastaveno, uživatelé se mohou sami odhlásit pomocí tohoto toku. Pokud není nastaven žádný tok, možnost se nezobrazí. + + + User settings flow + Tok uživatelských nastavení + + + Select a user settings flow... + + + If set, users are able to configure details of their profile. + Pokud je nastaveno, uživatelé mohou konfigurovat detaily svého profilu. + + + Device code flow + Tok kódu zařízení + + + Select a device code flow... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + Pokud je nastaveno, lze použít profil OAuth kódu zařízení a vybraný tok bude použit k zadání kódu. + + + Other global settings + Další globální nastavení + + + Web Certificate + Webový certifikát + + + Client Certificates + Klientské certifikáty + + + Available Certificates + Dostupné certifikáty + + + Selected Certificates + Vybrané certifikáty + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + Nastavte vlastní atributy pomocí YAML nebo JSON. Jakékoli atributy nastavené zde budou zděděny uživateli, pokud je požadavek zpracován touto značkou. + + + Search by domain or brand name... + + + Brands + Značky + + + Configure visual settings and defaults for different domains. + Konfigurace vizuálních nastavení a výchozích hodnot pro různé domény. + + + Brand name + Název značky + + + Default? + Výchozí? + + + Brand(s) + Značka(y) + + + Update Brand + Aktualizovat značku + + + Create Brand + Vytvořit značku + + + New Brand + + + Policies + Zásady + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + Umožněte uživatelům používat aplikace na základě vlastností, vynucovat kritéria pro hesla a selektivně aplikovat Kroky. + + + Assigned to object(s). + Přiřazeno k + objektu(ům). + + + Warning: Policy is not assigned. + Upozornění: Zásada není přiřazena. + + + Test Policy + Test zásady + + + Policy / Policies + Zásada / Zásady + + + Successfully cleared policy cache + Úspěšně vymazána mezipaměť zásady + + + Failed to delete policy cache + Nepodařilo se odstranit mezipaměť zásady + + + Clear Policy cache + Vymazat mezipamět zásady + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + Jste si jisti, že chcete vymazat mezipaměť zásad? To způsobí, že všechny zásady budou při jejich dalším použití znovu vyhodnoceny. + + + Reputation scores + Skóre reputace + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + Reputace pro IP a identifikátory uživatelů. Skóre se snižuje za každé neúspěšné přihlášení a zvyšuje za každé úspěšné přihlášení. + + + IP + IP + + + Score + Skóre + + + Updated + Aktualizováno + + + Reputation + Reputace + + + Search for a group by name… + + + Group Search + + + Groups + Skupiny + + + Group users together and give them permissions based on the membership. + Seskupte uživatele a přidělte jim oprávnění na základě členství. + + + Parent + Rodič + + + Superuser privileges? + Práva superuživatele? + + + Group(s) + Skupiny + + + View details of group "" + + + Create Group + Vytvořit skupinu + + + New Group + + + Create group + Vytvořit skupinu + + + Create and assign a group with the same name as the user. + + + Whether the token will expire. Upon expiration, the token will be rotated. + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + Pro ověření použijte níže uvedené uživatelské jméno a heslo. Heslo lze později získat na stránce Tokeny. + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + Platné 360 dní, po kterých se heslo automaticky změní. Heslo můžete zkopírovat ze seznamu tokenů. + + + Are you sure you want to delete ? + + + The following objects use + Následující objekty používají + + + connecting object will be deleted + spojovací objekt bude smazán + + + Successfully updated + Úspěšně aktualizováno + + + Failed to update : + Nepodařilo se aktualizovat + : + + + + Are you sure you want to update ? + + + Impersonating user... + Zosobňuji uživatele... + + + This may take a few seconds. + Toto může trvat několik sekund. + + + Reason + Důvod + + + Reason for impersonating the user + Důvod vydávání se za uživatele + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + Krátké vysvětlení, proč zosobňujete daného uživatele. Zobrazí se v auditovacích záznamech. + + + New Password + Nové heslo + + + Successfully updated password. + Heslo byl úspěšně aktualizováno. + + + Successfully sent email. + Email byl úspěšně odeslán. + + + Email stage + Krok e-mailu + + + Successfully added user(s). + Uživatel(é) byl(i) úspěšně přidán(i). + + + Users + Uživatelé + + + Open user selection dialog + + + Add users + Přidat uživatele + + + Group User Search + + + Group Users + + + User(s) + Uživatel(é) + + + Remove Users(s) + Odstranit uživatele + + + removed + odstraněno + + + Are you sure you want to remove the selected users from the group ? + Jste si jisti že chcete odebrat zvolené uživatele ze skupiny +? + + + Impersonate + Zosobnit + + + Temporarily assume the identity of this user + Dočasně převzít identitu tohoto uživatele + + + User status + Stav uživatele + + + Inactive + Nektivní + + + Regular user + Běžný uživatel + + + Change status + Změnit stav + + + Deactivate + Deaktivovat + + + Activate + Aktivovat + + + Update password + Aktualizovat heslo + + + Update 's password + Aktualizovat heslo uživatele + + + Set password + Nastavit heslo + + + Successfully generated recovery link + Odkaz k obnovení úspěšně vytvořen + + + Copy recovery link + Kopírovat odkaz pro obnovení + + + Send link + Odeslat odkaz + + + Send recovery link to user + Poslat uživateli odkaz k obnovení + + + Email recovery link + Odkaz pro obnovení e-mailu + + + Recovery link cannot be emailed, user has no email address saved. + Odkaz pro obnovení nemůže být odeslán emailem, protože uživatel nemá nastavenou emailovou adresu. + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + Chcete-li uživateli umožnit přímo resetovat své heslo, nakonfigurujte tok obnovení na aktuálně aktivní značce. + + + Assign Additional Users + + + Warning: This group is configured with superuser access. Added users will have superuser access. + Upozornění: Tato skupina je nakonfigurována s přístupem superuživatele. Přidaní uživatelé budou mít přístup superuživatele. + + + Add existing user + Přidat stávajícího uživatele + + + Add new user + + + Create User + Vytvořit uživatele + + + New User + + + This user will be added to the group "". + Tento uživatel bude přidán do skupiny "". + + + New user... + + + Create Service Account + + + New Service Account + + + New service account... + + + Hide service-accounts + Skrýt účty služeb + + + Group Info + Informace o skupině + + + Notes + Poznámky + + + Edit the notes attribute of this group to add notes here. + Upravte atribut poznámek této skupiny, abyste sem přidali poznámky. + + + Unnamed + + + Collapse "" + + + Expand "" + + + Select "" + + + Items of "" + + + Root + Root + + + A copy of this recovery link has been placed in your clipboard + Kopie tohoto odkazu pro obnovení byla umístěna do vaší schránky + + + Search by username, email, etc... + + + User Search + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + Upozornění: Chystáte se smazat uživatele, pod kterým jste přihlášeni (). Pokračujte na vlastní nebezpečí. + + + Show deactivated users + + + No name set + Není nastaveno žádné jméno + + + Create recovery link + Vytvořit odkaz pro obnovení + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + Chcete-li uživateli umožnit přímo resetovat heslo, nakonfigurujte tok obnovení na aktuálně aktivní značce. + + + User folders + Složky uživatelů + + + User paths + + + Successfully added user to group(s). + Uživatel byl úspěšně přidán do skupin(y) + + + Groups to add + Skupiny k přidání + + + Add group + Přidat skupinu + + + Remove from Group(s) + Odebrat ze skupin(y) + + + Are you sure you want to remove user from the following groups? + Jste si jisti že chcete odebrat uživatele +z následujících skupin? + + + Add Group + Přidat skupinu + + + Add to existing group + Přidat do existující skupiny + + + Add new group + Přidat novou skupinu + + + Application authorizations + Oprávnění k aplikaci + + + Revoked? + Odvolán? + + + Expires + Expiruje + + + ID Token + ID tokenu + + + Access Tokens(s) + Přístupové tokeny + + + Refresh Tokens(s) + Obnovit token(y) + + + Last IP + Poslední IP + + + Last used + Naposledy použito + + + Session(s) + Relace + + + Expiry + Expirace + + + (Current session) + (Aktuální relace) + + + Consent(s) + Souhlas(y) + + + Reputation score(s) + Reputační skóre + + + Disconnect + Odpojit + + + Successfully disconnected source + Zdroj byl úspěšně odpojen + + + Failed to disconnected source: + Zdroj se nepodařilo odpojit: + + + Connect + Připojit + + + Error: unsupported source settings: + Chyba: nepodporovaná nastavení zdroje: + + + "" source + + + No services available. + Žádné služby nejsou k dispozici. + + + Source Settings + + + Confirmed + Potvrzeno + + + Created at + Vytvořeno + + + Last updated at + Naposledy aktualizováno v + + + Last used at + Naposledy použito v + + + Device type cannot be deleted + Typ zařízení nelze smazat + + + Device(s) + Zařízení + + + Email + E-mail + + + Last password change + Poslední změna hesla + + + User Info + Informace o uživateli + + + Lock the user out of this system + Zamknout uživatele z tohoto systému + + + Allow the user to log in and use this system + Povolit uživateli přihlášení a používání tohoto systému + + + Enter a new password for this user + Vložit nové heslo tohoto uživatele + + + Create a link for this user to reset their password + Vytvořit odkaz pomocí kterého si tento uživatel může obnovit heslo + + + Create Recovery Link + Vytvořit odkaz pro obnovení + + + Sessions + Relace + + + Explicit Consent + Explicitní souhlas + + + OAuth Access Tokens + OAuth přístupové tokeny + + + OAuth Refresh Tokens + Obnovovací tokeny pro OAuth + + + MFA Authenticators + MFA autentikátory + + + Connected services + Připojené služby + + + RAC Connections + RAC připojení + + + Actions over the last week (per 8 hours) + Akce za poslední týden (po 8 hodinách) + + + Edit the notes attribute of this user to add notes here. + Pro přidání poznámek upravte atribut "poznámky" u tohoto uživatele. + + + User events + Události uživatele + + + Credentials / Tokens + Pověření / tokeny + + + Successfully updated role. + Role byla úspěšně aktualizována. + + + Successfully created role. + Role byla úspěšně vytvořena. + + + Manage roles which grant permissions to objects within authentik. + Spravujte role, které udělují oprávnění objektům v rámci authentiku. + + + Role(s) + Role + + + Update Role + Aktualizovat roli + + + Create Role + Vytvořit roli Unknown Initial Permissions mode @@ -9355,6 +6158,10 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Permissions to grant when a new object is created. Oprávnění, která se udělí při vytvoření nového objektu. + + Initial Permissions + Počáteční oprávnění + Set initial permissions for newly created objects. Nastavit počáteční oprávnění pro nově vytvořené objekty. @@ -9367,37 +6174,988 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Create Initial Permissions Vytvořit počáteční oprávnění - - Reputation: lower limit - Reputace: dolní hranice + + Role Info + Informace o roli - - Reputation cannot decrease lower than this value. Zero or negative. - Reputace nemůže klesnout pod tuto hodnotu. Nula nebo záporná. + + Role + Role - - Reputation: upper limit - Reputace: horní hranice + + Successfully updated invitation. + Pozvánka byla úspěšně aktualizována. - - Reputation cannot increase higher than this value. Zero or positive. - Reputace nemůže vzrůst nad tuto hodnotu. Nula nebo kladná. + + Successfully created invitation. + Pozvánka byla úspěšně vytvořena. - - HTTP Basic Auth - HTTP Basic Auth + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + Název pozvánky musí být jednoslovný: jsou povolena pouze malá písmena, číslice a pomlčky. - - Include the client ID and secret as request parameters - Zahrnout ID klienta a tajný klíč jako parametry požadavku + + Flow + Tok - - Authorization code authentication method - Metoda ověření autorizačního kódu + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + Když je vybráno, pozvánka bude použitelná pouze s tímto tokem. Ve výchozím stavu je pozvánka přijata ve všech tocích s fázemi pozvánky. - - How to perform authentication during an authorization_code token request flow - Jak provést ověření během toku požadavku na token authorization_code + + Custom attributes + Vlastní atributy + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + Volitelná data, která jsou načtena do kontextové proměnné toku 'prompt_data'. YAML nebo JSON. + + + Single use + Pro jedno použití + + + When enabled, the invitation will be deleted after usage. + Pokud je povoleno, pozvánka bude po použití smazána. + + + Select an enrollment flow + Vyberte tok zápisu + + + Link to use the invitation. + Odkaz pro použití pozvánky. + + + Invitations + Pozvánky + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + Vytvořte odkazy na pozvánky k registraci uživatelů a volitelně vynuťte konkrétní atributy jejich účtu. + + + Created by + Vytvořil + + + Invitation(s) + Pozvánky + + + Invitation not limited to any flow, and can be used with any enrollment flow. + Pozvánka není omezena na žádný tok a může být použita s jakýmkoli zápisovým tokem. + + + Update Invitation + Aktualizovat pozvánku + + + Create Invitation + Vytvořit pozvánku + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + Upozornění: K žádnému toku není přiřazen krok typu "Pozvánka". Pozvánky nebudou fungovat, jak mají. + + + Pseudolocale (for testing) + Pseudojazyk (pro testování) + + + German + Němčina + + + English + Angličtina + + + Spanish + Španělština + + + French + Francouzština + + + Italian + Italština + + + Japanese + + + Korean + Korejština + + + Dutch + Holandština + + + Polish + Polština + + + Russian + Ruština + + + Turkish + Turečtina + + + Chinese (simplified) + Čínština (zjednodušená) + + + Chinese (traditional) + Čínština (tradiční) + + + Not you? + Nejste to vy? + + + Auto-detect (based on your browser) + Automatická detekce (dle prohlížeče) + + + Required. + Vyžadováno. + + + Continue + Pokračovat + + + Failed to preview prompt + Nepodařilo se zobrazit náhled výzvy + + + Successfully updated prompt. + Výzva byla úspěšně aktualizována. + + + Successfully created prompt. + Výzva byla úspěšně vytvořena. + + + Text: Simple Text input + Text: Jednoduchý textový vstup + + + Text Area: Multiline text input + Textová oblast: Víceřádkový textový vstup + + + Text (read-only): Simple Text input, but cannot be edited. + Text (pouze pro čtení): Jednoduchý textový vstup, který nelze upravovat. + + + Text Area (read-only): Multiline text input, but cannot be edited. + Textová oblast (pouze pro čtení): Víceřádkový textový vstup, který nelze upravovat. + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + Uživatelské jméno: Stejné jako textový vstup, ale kontroluje a zabraňuje duplicitním uživatelským jménům. + + + Email: Text field with Email type. + E-mail: Textové pole s typem E-mail. + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + Heslo: Maskovaný vstup, více vstupů tohoto typu na stejné výzvě musí být identické. + + + Number + Číslo + + + Checkbox + Zaškrtávací pole + + + Radio Button Group (fixed choice) + Skupina přepínacích tlačítek (pevná volba) + + + Dropdown (fixed choice) + Rozbalovací nabídka (pevná volba) + + + Date + Datum + + + Date Time + Datum čas + + + File + Soubor + + + Separator: Static Separator Line + Oddělovač: Statická oddělovací čára + + + Hidden: Hidden field, can be used to insert data into form. + Skryté: Skryté pole, lze použít pro vložení dat do formuláře. + + + Static: Static value, displayed as-is. + Statické: Statická hodnota, zobrazená tak, jak je. + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: Jazyk: Zobrazí seznam místních jazyků, které authentik podporuje. + + + Preview errors + Chyby náhledu + + + Data preview + Náhled dat + + + Unique name of this field, used for selecting fields in prompt stages. + Jedinečný název tohoto pole, používaný pro výběr polí v krocích výzvy. + + + Field Key + Klíč pole + + + Name of the form field, also used to store the value. + Název pole formuláře, také používaný pro uložení hodnoty. + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + Při použití společně s krokem Zápisu uživatele použijte attributes.foo pro zápis atributů. + + + Label + Štítek + + + Label shown next to/above the prompt. + Štítek zobrazený vedle/nad výzvou. + + + Interpret placeholder as expression + Interpretovat zástupný text jako výraz + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + Když je zaškrtnuto, zástupný text bude vyhodnocen stejným způsobem jako mapování vlastností. + Pokud vyhodnocení selže, vrátí se samotný zástupný text. + + + Placeholder + Zástupný text + + + 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. + Volitelně poskytněte krátký tip, který popisuje očekávanou vstupní hodnotu. + Při vytváření pole s pevnou volbou povolte interpretaci jako výraz a vraťte + seznam pro zobrazení více možností. + + + Interpret initial value as expression + Interpretovat počáteční hodnotu jako výraz + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + Když je zaškrtnuto, počáteční hodnota bude vyhodnocena stejným způsobem jako mapování vlastností. + Pokud vyhodnocení selže, vrátí se samotná počáteční hodnota. + + + Initial value + Počáteční hodnota + + + 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. + Volitelně předvyplňte vstup počáteční hodnotou. + Při vytváření pole s pevnou volbou povolte interpretaci jako výraz a + vraťte seznam pro zobrazení více výchozích možností. + + + Help text + Text nápovědy + + + Any HTML can be used. + Lze použít jakýkoli HTML kód. + + + Prompts + Výzvy + + + Single Prompts that can be used for Prompt Stages. + Jednotlivé výzvy, které lze použít pro kroky Výzev. + + + Field + Pole + + + Stages + Kroky + + + Prompt(s) + Výzva(y) + + + Update Prompt + Aktualizovat výzvu + + + Create Prompt + Vytvořit výzvu + + + Successfully updated stage. + Krok byl úspěšně aktualizován. + + + Successfully created stage. + Krok byl úspěšně vytvořen. + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Krok používaný ke konfiguraci autentikátoru založeného na Duo. Tento krok by měl být použit pro konfigurační toky. + + + Authenticator type name + Název typu autentikátoru + + + Display name of this authenticator, used by users when they enroll an authenticator. + Zobrazovaný název tohoto autentikátoru, používaný uživateli při registraci autentikátoru. + + + API Hostname + Název hostitele API + + + Duo Auth API + Duo Auth API + + + Integration key + Klíč integrace + + + Secret key + Secret klíč + + + Duo Admin API (optional) + Duo Admin API (volitelné) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + Když používáte Duo MFA, Duo Access nebo Duo Beyond, můžete vytvořit aplikaci Admin API. Toto umožní authentiku automaticky importovat zařízení. + + + Stage-specific settings + Specifická nastavení kroku + + + Configuration flow + Tok konfigurace + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + Tok používaný ověřeným uživatelem pro konfiguraci tohoto kroku. Pokud je prázdný, uživatel nebude moci tento krok konfigurovat. + + + SMTP Host + SMTP hostitel + + + SMTP Port + SMTP port + + + SMTP Username + SMTP uživatelské jméno + + + SMTP Password + SMTP heslo + + + Use TLS + Použít TLS + + + Use SSL + Použít SSL + + + From address + Z adresy + + + Email address the verification email will be sent from. + Emailová adresa, ze které bude odeslán ověřovací e-mail. + + + Stage used to configure an email-based authenticator. + Krok použitý k nastavení autentifikátoru založeného na e-mailu. + + + Use global connection settings + Použít globální nastavení připojení + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + Když je tato možnost povolena, budou použita globální nastavení připojení e-mailu a níže uvedená nastavení připojení budou ignorována. + + + Subject of the verification email. + Předmět ověřovacího e-mailu. + + + Token expiration + Platnost tokenu + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + Čas, po který je odeslaný token platný (Formát: hours=3,minutes=17,seconds=300). + + + Template + Šablona + + + Loading templates... + Načítám šablony... + + + Template used for the verification email. + Šablona použitá pro ověřovací email. + + + Twilio Account SID + Twilio Account SID + + + Get this value from https://console.twilio.com + Získejte tuto hodnotu z https://console.twilio.com + + + Twilio Auth Token + Twilio Auth Token + + + Authentication Type + Typ ověření + + + Basic Auth + Základní autorizace + + + Bearer Token + Bearer token + + + External API URL + URL externí API + + + This is the full endpoint to send POST requests to. + Toto je úplný endpoint, na který se odesílají požadavky POST. + + + API Auth Username + Uživatelské jméno pro API autentizaci + + + This is the username to be used with basic auth or the token when used with bearer token + Toto je uživatelské jméno, které se používá se základní autentizací nebo token při použití s bearer tokenem + + + API Auth password + Heslo pro API autentizaci + + + This is the password to be used with basic auth + Toto je heslo, které se používá se základní autentizací + + + Stage used to configure an SMS-based TOTP authenticator. + Krok sloužící ke konfiguraci TOTP autentifikátoru založeného na SMS. + + + Twilio + Twilio + + + Generic + Obecný + + + From number + Z čísla + + + Number the SMS will be sent from. + Číslo, ze kterého bude SMS odeslána. + + + Mapping + Mapování + + + Modify the payload sent to the provider. + Upravit data posílaná poskytovateli. + + + Hash phone number + Hashovat telefonní číslo + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + Pokud je povoleno, bude uložen pouze hash telefonního čísla. To lze provést z důvodů ochrany dat. Zařízení vytvořená z kroku s touto povolenou funkcí nelze použít s ověřovacím krokem autentikátoru. + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + Krok sloužící ke konfiguraci statického autentizátoru (tj. statických tokenů). Tento krok by měl být použit pro konfigurační toky. + + + Token count + Počet tokenů + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + Počet tokenů vygenerovaných při každém použití této fáze. Každý token vygenerovaný při provádění fáze bude připojen k jednomu statickému zařízení. + + + Token length + Délka tokenu + + + The length of the individual generated tokens. Can be increased to improve security. + Délka jednotlivých generovaných tokenů. Může být zvýšena pro zlepšení zabezpečení. + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + Krok sloužící ke konfiguraci autentizátoru TOTP (např. Authy/Google Authenticator). + + + Digits + Číslice + + + 6 digits, widely compatible + 6 číslic, široce kompatibilní + + + 8 digits, not compatible with apps like Google Authenticator + 8 číslic, není kompatibilní s aplikacemi jako Google Authenticator + + + Static Tokens + Statické tokeny + + + TOTP Authenticators + TOTP autentikátory + + + WebAuthn Authenticators + WebAuthn autentikátory + + + Duo Authenticators + Duo Autentikátory + + + SMS-based Authenticators + Autentikátory založené na SMS + + + Email-based Authenticators + Autentifikátory založené na e-mailu + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + Krok používaný k ověření jakéhokoli autentikátoru. Tento krok by měl být použit během ověřovacích nebo autorizačních toků. + + + Device classes + Třídy zařízení + + + Device classes which can be used to authenticate. + Třídy zařízení, které lze použít k ověření. + + + Last validation threshold + Práh posledního ověření + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + Pokud se uživatel úspěšně ověřil pomocí zařízení v třídách uvedených výše během této nastavené doby, tento krok bude přeskočen. + + + Not configured action + Akce při chybějící konfiguraci + + + Force the user to configure an authenticator + Vynutit uživateli konfiguraci autentikátoru + + + Deny the user access + Zamítnout uživateli přístup + + + Configuration stages + Kroky konfigurace + + + Available Stages + Dostupné kroky + + + Selected Stages + Vybrané kroky + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + Kroky používané ke konfiguraci autentizátoru, když uživatel nemá žádná kompatibilní zařízení. Po úspěšném dokončení tohoto konfiguračního kroku již uživatel není znovu vyzván. + + + When multiple stages are selected, the user can choose which one they want to enroll. + Když je vybráno více kroků, uživatel si může zvolit, který chce registrovat. + + + WebAuthn-specific settings + Specifická nastavení WebAuthn + + + WebAuthn User verification + WebAuthn ověření uživatele + + + User verification must occur. + Musí proběhnout oveření uživatele. + + + User verification is preferred if available, but not required. + Ověření uživatele je upřednostňováno pokud je k dispozici, ale není vyžadováno. + + + User verification should not occur. + Ověření uživatele by nemělo proběhnout. + + + WebAuthn Device type restrictions + Omezení typu zařízení WebAuthn + + + Available Device types + Dostupné typy zařízení + + + Selected Device types + Vybrané typy zařízení + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + Volitelně omezte, které typy zařízení WebAuthn mohou být použity. Pokud nejsou vybrány žádné typy zařízení, jsou povolena všechna zařízení. + + + This restriction only applies to devices created in authentik 2024.4 or later. + Toto omezení se vztahuje pouze na zařízení vytvořená v authentik 2024.4 nebo novějších verzích. + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + Krok použitý k nastavení WebAuthn autentizátoru (např. Yubikey, FaceID/Windows Hello). + + + User verification + Ověření uživatele + + + Required: User verification must occur. + Požadováno: Ověření uživatele musí proběhnout. + + + Preferred: User verification is preferred if available, but not required. + Preferováno: Ověření uživatele je preferováno, pokud je k dispozici, ale není vyžadováno. + + + Discouraged: User verification should not occur. + Nedoporučuje se: Ověření uživatele by nemělo probíhat. + + + Resident key requirement + Požadavek na rezidentní klíč + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + Požadováno: Autentizátor MUSÍ vytvořit dedikovanou přihlašovací údaje. Pokud to není možné, RP je připraven na chybu. + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + Preferováno: Autentizátor může vytvořit a uložit dedikovanou přihlašovací údaje, ale pokud to neudělá, je to také v pořádku + + + Discouraged: The authenticator should not create a dedicated credential + Nedoporučuje se: Autentizátor by neměl vytvářet dedikované přihlašovací údaje + + + Authenticator Attachment + Příloha autentikátoru + + + No preference is sent + Není odesílána žádná preference + + + A non-removable authenticator, like TouchID or Windows Hello + Neodstranitelný autentikátor, jako TouchID nebo Windows Hello + + + A "roaming" authenticator, like a YubiKey + „Roamingový" autentikátor, jako YubiKey + + + Maximum registration attempts + Maximální počet pokusů o registraci + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + Maximální dovolený počet pokusů o registraci. Pokud je nastaven na 0, počet pokusů není omezen. + + + Device type restrictions + Omezení typu zařízení + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + Tento krok kontroluje aktuální relaci uživatele prostřednictvím služby Google reCaptcha (nebo kompatibilní). + + + Public Key + Veřejný klíč + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Veřejný klíč získaný z https://www.google.com/recaptcha/intro/v3.html. + + + Private Key + Soukromý klíč + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Soukromý klíč získaný z https://www.google.com/recaptcha/intro/v3.html. + + + Interactive + Interaktivní + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + Povolte tento příznak, pokud nakonfigurovaná captcha vyžaduje interakci uživatele. Vyžadováno pro reCAPTCHA v2, hCaptcha a Cloudflare Turnstile. + + + Score minimum threshold + Spodní hranice skóre + + + Minimum required score to allow continuing + Minimální požadované skóre pro pokračování. + + + Score maximum threshold + Horní hranice skóre + + + Maximum allowed score to allow continuing + Maximální povolené skóre pro pokračování. + + + Error on invalid score + Chyba při neplatném skóre + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + Je-li zapnuto, uživatel nemůže pokračovat, pokud je jeho skóre mimo nastavené meze. Když je vypnuto, uživatel pokračovat může a dosažené skóre je možné využít v Zásadách pro ovlivnění dalších kroků. + + + JS URL + JS URL + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + URL, ze kterého se načítá JavaScript, výchozí je recaptcha. Lze nahradit jakoukoli kompatibilní alternativou. + + + API URL + API URL + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + URL používaná k ověření odpovědi captcha, výchozí je recaptcha. Lze nahradit jakoukoli kompatibilní alternativou. + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + Výzva k souhlasu uživatele. Souhlas může být buď trvalý, nebo může vypršet po určité době. + + + Always require consent + Vždy požadovat souhlas + + + Consent given lasts indefinitely + Udělený souhlas platí neomezeně + + + Consent expires + Platnost souhlasu vyprší + + + Consent expires in + Platnost souhlasu vyprší v + + + Offset after which consent expires. + Doba, po které souhlas vyprší. + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + Staticky zamítnout tok. Pro efektivní použití tohoto kroku deaktivujte *Vyhodnotit při plánování toku* na příslušném svázání. + + + Deny message + Zpráva při zamítnutí + + + Message shown when this stage is run. + Zpráva se zobrazí při spuštění tohoto kroku. + + + Dummy stage used for testing. Shows a simple continue button and always passes. + Testovací krok používaný pro testování. Zobrazí jednoduché tlačítko pokračovat a vždy projde. + + + Throw error? + Vyhodit chybu? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + Ověřte e-mailovou adresu uživatele zasláním jednorázového odkazu. Lze také použít pro obnovení k ověření pravosti uživatele. + + + Activate pending user on success + Aktivovat čekajícího uživatele při úspěchu + + + When a user returns from the email successfully, their account will be activated. + Když se uživatel úspěšně vrátí z e-mailu, jeho účet bude aktivován. + + + Use global settings + Použít globální nastavení + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + Když je povoleno, budou použita globální nastavení e-mailového spojení a níže uvedená nastavení spojení budou ignorována. + + + Time the token sent is valid. + Čas, po který je odeslaný token platný. + + + Account Recovery Max Attempts + Max. počet pokusů o obnovu účtu + + + Account Recovery Cache Timeout + Časový limit cache obnovy účtu + + + The time window used to count recent account recovery attempts. + Časové okno použité pro počítání pokusů o obnovu přístupu k účtu. + + + A selection is required + Je vyžadován výběr + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + Umožnit uživateli identifikovat se uživatelským jménem nebo emailovou adresou. + + + User fields + Uživatelská pole + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + Pole, kterými se uživatel může identifikovat. Pokud nejsou vybrána žádná pole, uživatel bude moci používat pouze zdroje. + + + Password stage + Krok hesla + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + Když je vybráno, pole pro heslo se zobrazí na stejné stránce místo samostatné stránky. Tím se zabrání útokům na výčet uživatelských jmen. + + + Captcha stage + Captcha krok + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + Pokud je nastaveno, přidá funkcionalitu přesně jako krok Captcha, ale integrovanou do kroku Identifikace. + + + Case insensitive matching + Nerozlišování velkých a malých písem + + + When enabled, user fields are matched regardless of their casing. + Když je povoleno, pole uživatele jsou porovnávána bez ohledu na velikost písmen. + + + Pretend user exists + Předstírat že uživatel existuje + + + When enabled, the stage will always accept the given user identifier and continue. + Pokud je povoleno, krok vždy přijme daný identifikátor uživatele a bude pokračovat. + + + Show matched user + Zobrazit nalezeného uživatele + + + 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. + Když bylo zadáno platné uživatelské jméno/e-mail a tato možnost je povolena, zobrazí se uživatelské jméno a avatar uživatele. V opačném případě se zobrazí text, který uživatel zadal. Enable "Remember me on this device" @@ -9407,37 +7165,53 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. Je-li povoleno, uživatel si může uložit své uživatelské jméno do cookie, což mu umožní přeskočit přímo k zadání hesla. - - Remember me on this device - Zapamatovat na tomto zařízení + + Source settings + Nastavení zdroje - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - Zajistěte, aby se nové heslo uživatele lišilo od jeho předchozích hesel. Počet předchozích hesel ke kontrole je konfigurovatelný. + + Sources + Zdroje - - Number of previous passwords to check - Počet předchozích hesel ke kontrole + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + Vyberte zdroje, které by měly být zobrazeny uživatelům pro ověření. Toto ovlivňuje pouze webové zdroje, nikoli LDAP. - - Choose a Provider - Vyberte poskytovatele + + Show sources' labels + Zobrazit popisky zdrojů - - When enabled, the SAML response will be signed. - Je-li povoleno, odpověď SAML bude podepsána. + + By default, only icons are shown for sources. Enable this to show their full names. + Ve výchozím nastavení se pro zdroje zobrazují pouze ikony. Povolte tuto možnost pro zobrazení jejich celých názvů. - - Client Certificates - Klientské certifikáty + + Passwordless flow + Tok bez hesla - - Available Certificates - Dostupné certifikáty + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + Volitelný bezheslový tok, na který je odkaz ve spodní části stránky. Pokud je nakonfigurován, uživatelé mohou použít tento tok k ověření pomocí WebAuthn autentikátoru bez zadávání jakýchkoli údajů. - - Selected Certificates - Vybrané certifikáty + + Optional enrollment flow, which is linked at the bottom of the page. + Volitelný tok pro registraci, na který je odkaz ve spodní části stránky. + + + Optional recovery flow, which is linked at the bottom of the page. + Volitelný tok obnovení, na který je odkaz ve spodní části stránky. + + + This stage can be included in enrollment flows to accept invitations. + Tento krok může být zahrnut do toků registrace pro přijetí pozvánek. + + + Continue flow without invitation + Pokračovat v toku bez pozvánky + + + 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. + Pokud je tento příznak nastaven, tento krok přeskočí na další krok, když není poskytnuta žádná pozvánka. Ve výchozím nastavení tento krok zruší tok, když není poskytnuta žádná pozvánka. Client-certificate/mTLS authentication/enrollment. @@ -9471,6 +7245,10 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Certificate attribute Atribut certifikátu + + Common Name + Common Name + Configure the attribute of the certificate used to look for a user. Nakonfigurujte atribut certifikátu používaný k vyhledání uživatele. @@ -9483,61 +7261,773 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Configure the attribute of the user used to look for a user. Nakonfigurujte atribut uživatele používaný k vyhledání uživatele. - - Delete Not Found Objects - Smazat nenalezené objekty + + User database + standard password + Uživatelská databáze + standardní heslo - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - Smazat uživatele a skupiny authentiku, které byly dříve poskytovány tímto zdrojem, ale nyní v něm chybí. + + User database + app passwords + Uživatelská databáze + hesla aplikací - - Field which contains members of a group. The value of this field is matched against User membership attribute. - Pole, které obsahuje členy skupiny. Hodnota tohoto pole je porovnána s atributem členství uživatele. + + User database + LDAP password + Uživatelská databáze + LDAP heslo - - User membership attribute - Atribut členství uživatele + + User database + Kerberos password + Uživatelská databáze + heslo Kerberos - - Attribute which matches the value of Group membership field. - Atribut, který odpovídá hodnotě pole členství ve skupině. + + Validate the user's password against the selected backend(s). + Ověřte heslo uživatele proti vybraným backendům. - - Additional User DN - Dodatečné DN uživatele + + Backends + Backendy - - Additional Group DN - Dodatečné DN skupiny + + Selection of backends to test the password against. + Výběr backendů pro testování hesla. - - The currently selected policy engine mode is : - Aktuálně vybraný policy engine je : + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - Import Existing Certificate-Key Pair - Importovat existující pár certifikátu a klíče + + Failed attempts before cancel + Neúspěšné pokusy před zrušením - - Generate New Certificate-Key Pair - Vygenerovat nový pár certifikátu a klíče + + 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. + Kolik pokusů má uživatel, než je tok zrušen. Pro uzamčení uživatele použijte zásadu reputace a fázi user_write. - - Show field content - Zobrazit obsah pole + + Provide users with a 'show password' button. + Zpřístupnit uživatelům tlačítko 'zobrazit heslo'. - - Hide field content - Skrýt obsah pole + + ("", of type ) + ("", typu ) - - Re-authenticate with Plex - Znovu ověřit pomocí Plex + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + Zobrazit uživateli libovolná vstupní pole, například během registrace. Data jsou uložena v kontextu toku pod proměnnou 'prompt_data'. - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - Název pozvánky musí být jednoslovný: jsou povolena pouze malá písmena, číslice a pomlčky. + + Fields + Pole + + + Available Fields + Dostupná pole + + + Selected Fields + Vybraná pole + + + Validation Policies + Zásady ověřování + + + Available Policies + Dostupné zásady + + + Selected Policies + Vybrané zásady + + + Selected policies are executed when the stage is submitted to validate the data. + Vybrané zásady jsou provedeny při odeslání kroku k ověření dat. + + + Redirect the user to another flow, potentially with all gathered context + Přesměrovat uživatele na jiný tok, potenciálně se všemi shromážděnými kontextovými informacemi + + + Static + Statický + + + Target URL + Cílové URL + + + Redirect the user to a static URL. + Přesměrovat uživatele na statickou URL. + + + Target Flow + Cílový tok + + + Redirect the user to a Flow. + Přesměrovat uživatele na tok. + + + Keep flow context + Zachovat kontext toku + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + Vloží OAuth nebo SAML Zdroj (Source) do prováděného toku. To umožňuje dodatečné ověření uživatele nebo dynamický přístup k různým zdrojům na základě identifikátorů uživatele (uživatelské jméno, e-mail atd.). + + + Source + Zdroj + + + Resume timeout + Časový limit pokračování + + + Amount of time a user can take to return from the source to continue the flow. + Čas, který může uživatel strávit návratem ze zdroje pro pokračování toku. + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + Odstranit aktuálně čekajícího uživatele. POZOR, tento krok nežádá o potvrzení. Použijte krok souhlasu, abyste zajistili, že si je uživatel vědom svých akcí. + + + Log the currently pending user in. + Přihlásit aktuálně čekajícího uživatele. + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + Určuje, jak dlouho trvá relace. Výchozí hodnota 0 sekund znamená, že relace trvá, dokud není prohlížeč zavřen. + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + Různé prohlížeče zacházejí s relačními cookies různě a nemusí je odstranit ani po zavření prohlížeče. + + + See here. + Podívejte se zde. + + + Stay signed in offset + Zůstat přihlášen po dobu + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + Pokud je nastaveno na dobu trvání nad 0, uživatel bude mít možnost zvolit "zůstat přihlášen", což prodlouží jeho relaci o čas uvedený zde. + + + Remember device + Zapamatovat zařízení + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + Pokud je nastaveno na hodnotu vyšší než 0, dojde k uložení cookie na stanovenou dobu, což umožní authentiku zjistit, že se uživatel přihlašuje z nového zařízení. + + + Network binding + Síťová vazba + + + No binding + Bez vazby + + + Bind ASN + Svázat ASN + + + Bind ASN and Network + Svázat ASN a síť + + + Bind ASN, Network and IP + Svázat ASN, síť a IP + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + Nastavit, zda by měly být relace vytvořené v tomto kroku svázány se sítěmi, ve kterých byly vytvořeny. + + + GeoIP binding + GeoIP vazba + + + Bind Continent + Svázat kontinent + + + Bind Continent and Country + Svázat kontinent a zemi + + + Bind Continent, Country and City + Svázat kontinent, zemi a město + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + Nastavit, zda by měly být relace vytvořené v tomto kroku svázány s jejich umístěním na základě GeoIP + + + Terminate other sessions + Ukončit ostatní relace + + + When enabled, all previous sessions of the user will be terminated. + Pokud je povoleno, všechny předchozí relace uživatele budou ukončeny. + + + Remove the user from the current session. + Odebrat uživatele z aktuální relace. + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + Zapsat jakákoliv data z kontextu toku 'prompt_data' do aktuálně čekajícího uživatele. Pokud žádný uživatel + nečeká, je vytvořen nový uživatel a data jsou zapsána do něj. + + + Never create users + Nikdy nevytvářet uživatele + + + When no user is present in the flow context, the stage will fail. + Pokud v kontextu toku není přítomen žádný uživatel, krok selže. + + + Create users when required + Vytvářet uživatele, když je to potřeba + + + When no user is present in the the flow context, a new user is created. + Když není v kontextu toku přítomen žádný uživatel, je vytvořen nový uživatel. + + + Always create new users + Vždy vytvořit nové uživatele + + + Create a new user even if a user is in the flow context. + Vytvořit nového uživatele, i když je uživatel již v kontextu toku. + + + Create users as inactive + Vytvářet uživatele jako neaktivní + + + Mark newly created users as inactive. + Označit nově vytvořené uživatele jako neaktivní. + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + Interní uživatelé mohou být uživatelé, jako jsou zaměstnanci společnosti, kteří získají přístup k plné sadě funkcí Enterprise. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + Externí uživatelé mohou být externí konzultanti nebo B2C zákazníci. Tito uživatelé nemají přístup k funkcím podniku. + + + Service accounts should be used for machine-to-machine authentication or other automations. + Účty služeb by měly být použity pro autentizaci machine-to-machine nebo jiné automatizace. + + + User type used for newly created users. + Typ uživatele používaný pro nově vytvořené uživatele. + + + User path template + Šablona cesty uživatele + + + Path new users will be created under. If left blank, the default path will be used. + Cesta, pod kterou budou vytvořeni noví uživatelé. Pokud zůstane prázdná, použije se výchozí cesta. + + + Newly created users are added to this group, if a group is selected. + Nově vytvoření uživatelé jsou přidáni do této skupiny, pokud je skupina vybrána. + + + Target + Cíl + + + Stage + Krok + + + Evaluate when flow is planned + Vyhodnotit, když je tok plánován + + + Evaluate policies during the Flow planning process. + Vyhodnotit zásady během procesu plánování toku. + + + Evaluate when stage is run + Vyhodnotit při běhu kroku + + + Evaluate policies before the Stage is presented to the user. + Vyhodnotit zásady před tím, než je krok předložen uživateli. + + + Invalid response behavior + Chování při neplatné odpovědi + + + Returns the error message and a similar challenge to the executor + Vrátí chybovou zprávu a podobnou výzvu vykonavateli + + + Restarts the flow from the beginning + Restartuje tok od začátku + + + Restarts the flow from the beginning, while keeping the flow context + Restartuje tok od začátku, přičemž zachová kontext toku + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + Konfiguruje, jak by měl vykonavatel toku zpracovat neplatnou odpověď na výzvu danou tímto vázaným krokem. + + + New stage + Nový krok + + + Create a new stage. + Vytvořit nový krok. + + + Successfully imported device. + Zařízení úspěšně importováno. + + + The user in authentik this device will be assigned to. + Uživatel v systému authentik, kterému bude toto zařízení přiřazeno. + + + Duo User ID + ID uživatele Duo + + + The user ID in Duo, can be found in the URL after clicking on a user. + ID uživatele v Duo, lze nalézt v URL po kliknutí na uživatele. + + + Automatic import + Automatický import + + + Successfully imported devices. + Úspěšně importováno zařízení. + + + Start automatic import + Zahájit automatický import + + + Or manually import + Nebo importovat ručně + + + Endpoint Google Chrome Device Trust is in preview. + Důvěra zařízení koncového bodu Google Chrome je v náhledu. + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + Krok používaný k ověření prohlížečů uživatelů pomocí Google Chrome Device Trust. Tento krok může být použit v autentizačních/autorizacích tocích. + + + Google Verified Access API + API ověřeného přístupu Google + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + Kroky jsou jednotlivé části Toku, kterými je uživatel prováděn. Krok může být spuštěn pouze v rámci toku. + + + Flows + Toky + + + Stage(s) + Krok(y) + + + Import + Import + + + Import Duo device + Importovat zařízení Duo + + + Import devices + Importovat zařízení + + + Successfully updated flow. + Tok byl úspěšně aktualizován. + + + Successfully created flow. + Tok byl úspěšně vytvořen. + + + Shown as the Title in Flow pages. + Zobrazeno jako název na stránkách toků. + + + Visible in the URL. + Viditelné v URL. + + + Designation + Označení + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + Určuje, k čemu je tento Tok používán. Například Autentizační Tok je přesměrován, když neověřený uživatel navštíví authentik. + + + No requirement + Žádný požadavek + + + Require authentication + Vyžadovat ověření + + + Require no authentication + Nevyžadovat žádné ověření + + + Require superuser + Vyžadovat superuživatele + + + Require being redirected from another flow + Požadovat přesměrování z jiného toku + + + Require Outpost (flow can only be executed from an outpost) + Vyžadovat Outpost (tok může být proveden pouze z outpostu) + + + Required authentication level for this flow. + Požadovaná úroveň ověření pro tento tok. + + + Behavior settings + Nastavení chování + + + Compatibility mode + Režim kompatibility + + + Increases compatibility with password managers and mobile devices. + Zvyšuje kompatibilitu se správci hesel a mobilními zařízeními. + + + Denied action + Zamítnutá akce + + + Will follow the ?next parameter if set, otherwise show a message + Pokud je nastaven, bude následovat parametr ?next, jinak zobrazí zprávu + + + Will either follow the ?next parameter or redirect to the default interface + Bude buď následovat parametr ?next, nebo přesměruje na výchozí rozhraní + + + Will notify the user the flow isn't applicable + Upozorní uživatele, že tok není použitelný + + + Decides the response when a policy denies access to this flow for a user. + Nastavuje chování pro případ, kdy zásada zamítne uživateli přístup k toku. + + + Appearance settings + Nastavení vzhledu + + + Layout + Rozvržení + + + Background + Pozadí + + + Background shown during execution. + Pozadí, které se zobrazí při spuštění toku. + + + Clear background + Vymazat pozadí + + + Delete currently set background image. + Smazat aktuálně nastavený obrázek na pozadí. + + + Successfully imported flow. + Tok byl úspěšně importován. + + + .yaml files, which can be found in the Example Flows documentation + + + See more here: + Více informací zde: + + + Documentation + Dokumentace + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + Toky popisují řetězec Kroků pro ověření, registraci nebo obnovení uživatele. Kroky jsou vybírány na základě zásad, které jsou na ně aplikovány. + + + Flow(s) + Tok(y) + + + Update Flow + Aktualizovat tok + + + Execute "" + + + Execute + Provést + + + Export "" + + + Export + Exportovat + + + Create Flow + Vytvořit tok + + + Import Flow + Importovat tok + + + Successfully cleared flow cache + Úspěšně vymazána mezipaměť toku + + + Failed to delete flow cache + Nepodařilo se odstranit mezipaměť toku + + + Clear Flow cache + Vymazat mezipamět toku + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + Opravdu chcete vymazat mezipaměť toku? + To způsobí, že všechny toky budou znovu vyhodnoceny při jejich dalším použití. + + + Stage binding(s) + Vazba(y) kroku + + + Stage type + Typ kroku + + + Edit Stage + Upravit krok + + + Update Stage binding + Aktualizovat vazbu kroku + + + These bindings control if this stage will be applied to the flow. + Tyto vazby kontrolují, zda bude tento krok aplikován na tok. + + + No Stages bound + Nejsou přiřazené žádné kroky + + + No stages are currently bound to this flow. + K tomuto toku nejsou přiřazené žádné kroky. + + + Create and bind Stage + Vytvořit a svázat krok + + + Create Stage binding + Vytvořit přiřazení kroku + + + Bind existing stage + Přiřadit existující krok + + + Flow Overview + Přehled toku + + + Flow Info + Informace o toku + + + Related actions + Související akce + + + Execute flow + Spustit tok + + + Execute "" normally + + + Normal + Normální + + + Execute "" as current user + + + Current user + + + Execute "" with inspector + + + Use inspector + + + Export flow + Exportovat tok + + + Stage Bindings + Přiřazení kroků + + + These bindings control which users can access this flow. + Tyto vazby řídí, kteří uživatelé mohou přistupovat k tomuto toku. + + + Event Log + Záznam událostí + + + Brand + Značka + + + Show details + Zobrazit podrobnosti + + + Event info + Informace o události + + + Created + Vytvořeno + + + Raw event info + Nezpracované informace o události + + + Event + Událost + + + + Successfully updated transport. + Transport byl úspěšně aktualizován. + + + Successfully created transport. + Transport byl úspěšně vytvořen. + + + Send once + Poslat jednou + + + Only send notification once, for example when sending a webhook into a chat channel. + Odeslat oznámení pouze jednou, například při odesílání webhooku do kanálu chatu. + + + Local (notifications will be created within authentik) + Lokální (oznámení budou vytvořena v authentiku) + + + Webhook (generic) + Webhook (obecný) + + + Webhook (Slack/Discord) + Webhook (Slack/Discord) + + + Webhook URL + Webhook URL + + + Webhook Body Mapping + Mapování těla webhooku + + + Webhook Header Mapping + Mapování hlavičky webhooku + + + Email Subject Prefix + Předpona předmětu emailu + + + Email Template + Šablona emailu + + + Notification Transports + Transporty oznámení + + + Define how notifications are sent to users, like Email or Webhook. + Definujte, jak jsou oznámení odesílána uživatelům, například e-mailem nebo webhookem. + + + Notification transport(s) + Transport(y) oznámení + + + Update Notification Transport + Aktualizovat transport oznámení + + + Create Notification Transport + Vytvořit transport oznámení + + + Successfully updated rule. + Pravidlo bylo úspěšně aktualizováno. + + + Successfully created rule. + Pravidlo bylo úspěšně vytvořeno. Select the group of users which the alerts are sent to. @@ -9555,269 +8045,550 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. Pokud je povoleno, oznámení se kromě uživatelů ve skupině výše odešle také původci události. Uživatel, který událost vyvolal, je vždy prvním příjemcem; pokud má být oznámení doručeno pouze jednou, je třeba v transportu notifikací zapnout volbu ‘Poslat jednou’. - - Maximum registration attempts - Maximální počet pokusů o registraci + + Transports + Transporty + + + Available Transports + Dostupné transporty + + + Selected Transports + Vybrané transporty + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + Vyberte, které transporty by měly být použity k upozornění uživatele. Pokud není vybrán žádný, oznámení bude zobrazeno pouze v uživatelském rozhraní authentik. + + + Severity + Závažnost + + + Notification Rules + Pravidla oznámení + + + Send notifications whenever a specific Event is created and matched by policies. + Odesílat oznámení vždy, když je vytvořena specifická událost a odpovídá zásadám. + + + Sent to group + Odesláno skupině + + + Notification rule(s) + Pravidla oznámení + + + Update Notification Rule + Změnit pravidlo pro upozornění + + + Create Notification Rule + Vytvořit pravidlo pro upozornění + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + Tyto vazby určují, při jakých událostech se toto pravidlo spustí. +Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. + + + Outpost Deployment Info + Informace o nasazení Outpostu + + + View deployment documentation + Zobrazit dokumentaci k nasazení + + + If your authentik Instance is using a self-signed certificate, set this value. + Pokud vaše instance authentik používá certifikát podepsaný sám sebou, nastavte tuto hodnotu. + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + Pokud vaše nastavení authentik_host neodpovídá URL, se kterou se chcete přihlásit, přidejte toto nastavení. + + + Successfully updated outpost. + Outpost byl úspěšně aktualizován. + + + Successfully created outpost. + Outpost byl úspěšně vytvořen. + + + LDAP + LDAP + + + Radius + Radius + + + RAC + RAC + + + Integration + Integrace + + + Selecting an integration enables the management of the outpost by authentik. + Výběr integrace umožňuje správu outpostu systémem authentik. + + + See documentation + Viz dokumentace + + + Available Applications + Dostupné aplikace + + + Selected Applications + Vybrané aplikace + + + Configuration + Konfigurace + + + (build ) + (sestavení ) + + + (FIPS) + (FIPS) + + + Last seen + Naposledy viděn + + + , should be + + , mělo by být + + + + Not available + Není k dispozici + + + Last seen: () + Naposledy viděn: () + + + Outposts + Outposty + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Outposty jsou nasazení komponent authentik pro podporu různých prostředí a protokolů, jako jsou reverzní proxy. + + + Health and Version + Zdraví a verze + + + Warning: authentik Domain is not configured, authentication will not work. + Upozornění: Doména authentik není nakonfigurována, ověřování nebude fungovat. + + + Logging in via . + Přihlášuji pomocí + . + + + No integration active + Žádná aktivní integrace + + + Update Outpost + Aktualizovat Outpost + + + View Deployment Info + Zobrazit informace o nasazení + + + Detailed health (one instance per column, data is cached so may be out of date) + Podrobný stav (jedna instance na sloupec, data jsou uložena v mezipaměti, takže mohou být zastaralá) + + + Outpost(s) + Outposty + + + Create Outpost + Vytvořit Outpost + + + Successfully updated integration. + Integrace byla úspěšně aktualizována. + + + Successfully created integration. + Integrace byla úspěšně vytvořena. + + + Local + Místní + + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + Pokud je povoleno, použije se místní připojení. Vyžaduje Docker socket/Kubernetes integraci. + + + Docker URL + Docker URL + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + Může být ve formátu unix:// při připojení k místnímu + démonu docker, pomocí ssh:// pro připojení přes SSH, nebo + https://:2376 při připojení k vzdálenému systému. + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + CA, proti které je ověřován certifikát koncového bodu. Může být ponecháno prázdné pro žádnou validaci. + + + TLS Authentication Certificate/SSH Keypair + TLS ověřovací certifikát/SSH pár klíčů + + + Certificate/Key used for authentication. Can be left empty for no authentication. + Certifikát/klíč používaný pro ověření. Může být ponecháno prázdné pro žádné ověření. + + + When connecting via SSH, this keypair is used for authentication. + Při připojování přes SSH je tento pár klíčů používán pro ověření. + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + Ověřit SSL certifikát Kubernetes API + + + New outpost integration + Nová integrace outpostu + + + Create a new outpost integration. + Vytvořit novou integraci outpostu. + + + Outpost integrations + Integrace Outpostů + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + Integrace Outpostů definují, jak se authentik připojuje k externím platformám pro správu a nasazení Outpostů. + + + State + Stav + + + Unhealthy + Nezdravý + + + Outpost integration(s) + Integrace outpostu/ů + + + Successfully generated certificate-key pair. + Pár certifikátu a klíče byl úspěšně vygenerován. + + + Subject-alt name + Alternativní jméno subjektu + + + Optional, comma-separated SubjectAlt Names. + Volitelné, čárkou oddělené alternativní jména subjektu. + + + Validity days + Platnost ve dnech + + + Private key Algorithm + Algoritmus soukromého klíče + + + RSA + RSA + + + ECDSA + ECDSA + + + Algorithm used to generate the private key. + Algoritmus použitý k vygenerování soukromého klíče. + + + Successfully updated certificate-key pair. + Pár certifikátu a klíče byl úspěšně aktualizován. + + + Successfully created certificate-key pair. + Pár certifikátu a klíče byl úspěšně vytvořen. + + + PEM-encoded Certificate data. + Data certifikátu kódovaná ve formátu PEM. + + + Optional Private Key. If this is set, you can use this keypair for encryption. + Volitelný soukromý klíč. Pokud je nastaven, můžete tento pár klíčů použít pro šifrování. - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - Maximální dovolený počet pokusů o registraci. Pokud je nastaven na 0, počet pokusů není omezen. + + Certificate-Key Pairs + Páry certifikát-klíč - - This application does currently not have any application entitlements defined. - Tato aplikace nemá momentálně definována žádná oprávnění. + + Import certificates of external providers or create certificates to sign requests with. + Importujte certifikáty externích poskytovatelů nebo vytvořte certifikáty pro podepisování požadavků. - - Authenticated as - Přihlášen jako + + Private key available? + Soukromý klíč k dispozici? - - Remember device - Zapamatovat zařízení - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - Pokud je nastaveno na hodnotu vyšší než 0, dojde k uložení cookie na stanovenou dobu, což umožní authentiku zjistit, že se uživatel přihlašuje z nového zařízení. - - - Element inside the form slot is not a Form - Prvek uvnitř formulářového slotu není formulář. - - - New Password - Nové heslo - - - Update 's password - Aktualizovat heslo uživatele - - - Modify the payload sent to the provider. - Upravit data posílaná poskytovateli. - - - Dismiss - Skrýt - - - Status messages - Stavové zprávy - - - Select an invalidation flow... - Vyberte tok zneplatnění... - - - Open about dialog - Otevřít dialog O programu - - - Product name - Název produktu - - - Product version - Verze produktu - - - Global navigation - Globální navigace - - - Collapse - Sbalit - - - Expand - Rozbalit - - - navigation - navigace - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - Když používáte Duo MFA, Duo Access nebo Duo Beyond, můžete vytvořit aplikaci Admin API. Toto umožní authentiku automaticky importovat zařízení. - - - Skip to content - Přeskočeit na hlavní obsah - - - Kerberos Source - Zdroj Kerberos - - - Successfully updated schedule. - Plán byl úspěšně aktualizován. - - - Crontab - Crontab - - - Paused - Pozastavený - - - Pause this schedule - Pozastavit tento plán - - - Waiting to run - Čeká na spuštění - - - Running - Běží - - - Queue - V pořadí - - - Last updated - Poslední aktualizace - - - Show only standalone tasks - Ukázat pouze samostatné úlohy - - - Exclude successful tasks - Vynechat úspěšné úlohy - - - Retry task - Zopakovat úlohu - - - Schedule - Plán - - - Next run - Příští spuštění - - - Last status - Poslední stav - - - Show only standalone schedules - Ukázat pouze samostatné plány - - - Run scheduled task now - Spustit naplánovanou úlohu nyní - - - Update Schedule - Aktualizovat plán - - - Schedules - Pláy - - - Tasks - Úlohy - - - Current status - Aktuální stav - - - Sync is currently running. - Probíhá synchronizace. - - - Sync is not currently running. - Synchronizace teď neprobíhá. - - - Last successful sync - Poslední úspěšná synchronizace - - - No successful sync found. - Žádná úspěšná synchronizace nenalezena. - - - Last sync status - Stav poslední synchronizace - - - Current execution logs - Aktuální logy běhu - - - Previous executions logs - Předešlé logy běhu - - - Home - Domů - - - Collapse navigation - Sbalit navigaci - - - Expand navigation - Rozbalit navigaci - - - Search - Hledat - - - Table content - Obsah tabulky - - - Learn more about the enterprise license. - Dozvědět se více o podnikové licenci. - - - Search for providers… - Hledat poskytovatele... - - - Default NameID Policy - Výchozí NameID politika - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - Nastavte výchozí zásadu NameID použitou během přihlášení inicializovaných poskytovatelem identit a také když příchozí Tvrzení (assertion) zásadu NameID nespecifikuje (používá se také při uživatelském mapování NameID). - - - The name displayed in the application library. - Zobrazované jméno v knihovně aplikací. - - - e.g. Collaboration, Communication, Internal, etc. - např. Spolupráce, Komunikace, Interní, atd. - - - Failed to fetch application "". - Chyba při načítání aplikace &quot;&quot;. - - - Account Recovery Max Attempts - Max. počet pokusů o obnovu účtu - - - Account Recovery Cache Timeout - Časový limit cache obnovy účtu - - - The time window used to count recent account recovery attempts. - Časové okno použité pro počítání pokusů o obnovu přístupu k účtu. - - - None - Žádný + + Certificate-Key Pair(s) + Pár(y) certifikát-klíč + + + Managed by authentik + Spravováno systémem authentik + + + Managed by authentik (Discovered) + Spravováno systémem authentik (Objeveno) + + + Yes () + Ano ( + ) + + + Update Certificate-Key Pair + Aktualizovat pár certifikát-klíč + + + Certificate Fingerprint (SHA1) + Otisk certifikátu (SHA1) + + + Certificate Fingerprint (SHA256) + Otisk certifikátu (SHA256) + + + Certificate Subject + Předmět certifikátu + + + Download Certificate + Stáhnout certifikát + + + Download Private key + Stáhnout soukromý klíč + + + Import Existing Certificate-Key Pair + Importovat existující pár certifikátu a klíče + + + Generate + Generovat + + + Generate New Certificate-Key Pair + Vygenerovat nový pár certifikátu a klíče + + + Link Title + Název odkazu + + + Successfully updated settings. + Nastavení bylo úspěšně aktualizováno. + + + Avatars + Avatary + + + Configure how authentik should show avatars for users. The following values can be set: + Nastavte, jak by měl authentik zobrazovat avatary pro uživatele. Lze nastavit následující hodnoty: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + Zakáže avatary pro jednotlivé uživatele a zobrazí pouze průhledný obrázek o velikosti 1x1 pixelu + + + Uses gravatar with the user's email address + Použije gravatar s emailem uživatele + + + Generated avatars based on the user's name + Generované obrázky na základě jména uživatele + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + Libovolná URL: Pokud chcete použít obrázky hostované na jiném serveru, můžete nastavit libovolnou URL. Dále lze použít tyto zástupné symboly: + + + The user's username + Uživatelské jméno uživatele + + + The email address, md5 hashed + Emailová adresa, md5 hashovaná + + + The user's UPN, if set (otherwise an empty string) + UPN uživatele, pokud je nastaven (jinak prázdný řetězec) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + Cesta k atributu jako + attributes.something.avatar, kterou lze použít v + kombinaci s polem typu soubor, aby si uživatelé mohli nahrát vlastní avatary. + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + Lze nastavit více hodnot oddělených čárkou a authentik přejde na další režim, pokud nebude nalezen žádný avatar. + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + Například nastavení tohoto na gravatar,initials se + pokusí získat avatar z Gravataru, a pokud uživatel na něm nemá nastavený avatar, + přejde na generovaný avatar. + + + Allow users to change name + Povolit uživatelům změnu jména + + + Enable the ability for users to change their name. + Umožní uživatelům změnit své jméno. + + + Allow users to change email + Povolit uživatelům změnu emailu + + + Enable the ability for users to change their email. + Umožní uživatelům změnit svou emailovou adresu. + + + Allow users to change username + Povolit uživatelům změnu uživatelského jména + + + Enable the ability for users to change their username. + Umožní uživatelům změnu uživatelského jména. + + + Event retention + Zachování události + + + Duration after which events will be deleted from the database. + Doba, po které budou události vymazány z databáze. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + Při použití externího řešení pro archivaci protokolů může být + nastaveno na minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + Toto nastavení ovlivňuje pouze nové události, protože doba expirace je uložena pro každou událost zvlášť. + + + Reputation: lower limit + Reputace: dolní hranice + + + Reputation cannot decrease lower than this value. Zero or negative. + Reputace nemůže klesnout pod tuto hodnotu. Nula nebo záporná. + + + Reputation: upper limit + Reputace: horní hranice + + + Reputation cannot increase higher than this value. Zero or positive. + Reputace nemůže vzrůst nad tuto hodnotu. Nula nebo kladná. + + + Footer links + Odkazy v zápatí + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + Tato možnost konfiguruje odkazy v zápatí stránek spouštění toku. Adresa URL je omezena na webové a e-mailové adresy. Pokud je název ponechán prázdný, zobrazí se adresa URL. + + + GDPR compliance + Soulad s GDPR + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + Pokud je povoleno, všechny události vyvolané uživatelským účtem budou při jeho odstranění smazány. + + + Impersonation + Zosobnění + + + Globally enable/disable impersonation. + Globální povolení/zakázání zosobnění. + + + Require reason for impersonation + Požadovat důvod zosobnění + + + Require administrators to provide a reason for impersonating a user. + Požadovat, aby správci uvedli důvod, proč se za uživatele vydávají. + + + Default token duration + Výchozí doba platnosti tokenu + + + Default duration for generated tokens + Výchozí doba platnosti generovaných tokenů + + + Default token length + Výchozí délka tokenu + + + Default length of generated tokens + Výchozí délka generovaných tokenů Flags @@ -9827,202 +8598,33 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.Modify flags to opt into new authentik behaviours early. Upravte příznaky, abyste dříve získali přístup k novým chováním authentiku. - - Loading templates... - Načítám šablony... + + Save + Uložit - - Template used for the verification email. - Šablona použitá pro ověřovací email. + + System settings + Systémová nastavení - - Email Subject Prefix - Předpona předmětu emailu + + Successfully updated instance. + Instance byla úspěšně aktualizována. - - Email Template - Šablona emailu + + Successfully created instance. + Instance byla úspěšně vytvořena. - - An unknown error occurred - Došlo k neznámé chybě + + Disabled blueprints are never applied. + Zakázané plány se nikdy nepoužívají. - - Please check the browser console for more details. - Pro více informací se podívejte do konzole prohlížeče. + + Local path + Místní cesta - - There was an error submitting the form. - Při odesílání formuláře došlo k chybě. - - - This field is required. - Toto pole je povinné. - - - Query suggestions - Získat návrhy - - - Table Search - Hledat v tabulce - - - An error occurred while updating the provider. - Při aktualizaci poskytovatele došlo k chybě. - - - An error occurred while creating the provider. - Při vytváření poskytovatele došlo k chybě. - - - Impersonating user... - Zosobňuji uživatele... - - - This may take a few seconds. - Toto může trvat několik sekund. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - Krátké vysvětlení, proč zosobňujete daného uživatele. Zobrazí se v auditovacích záznamech. - - - Device Code - Kód zařízení - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - Vyberte typ poskytovatele - - - New Provider - Nový poskytovatel - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - Sbalit řádek - - - Expand row - Rozbalit řádek - - - actions - akcí - - - Select all rows on page ( of selected) - - - table - tabulka - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - Vyberte tok... - - - Search ... - Hledání ... - - - Provider Name - Název poskytovatele - - - Select a certificate... - Vyberte certifikát... - - - Select an authorization flow... - Vyberte autorizační tok... - - - Select a signing key... - - - Select an encryption key... - Vyberte šifrovací klíč... - - - Select an authentication flow... - - - Provider Search - Hledání poskytovatele - - - Provider not assigned to any application. - Poskytovatel není přiřazen žádné aplikaci. - - - Edit "" provider - - - Applications Documentation - Dokumentace aplikací - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - Upravit zařízení - - - Update "" Permissions - - - Open "" permissions modal + + OCI Registry + OCI registr OCI URL @@ -10039,180 +8641,313 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.OCI Support Podpora OCI + + Blueprint + Plán + + + Configure the blueprint context, used for templating. + Nakonfigurujte kontext plánu, který se používá pro šablonování. + + + Orphaned + Osiřelé + + + Blueprints + Plány + + + Automate and template configuration within authentik. + Automatizujte a šablonujte konfiguraci v rámci authentik. + + + Last applied + Naposledy použito + + + Blueprint(s) + Plán(y) + + + Update Blueprint + Aktualizovat plán + Edit "" blueprint Apply "" blueprint - - Welcome, - Vítejte, + + Apply + Použít - - Welcome - Vítejte + + Create Blueprint Instance + Vytvořit instanci plánu - - Loading application... - Načítání aplikací... + + Successfully updated license. + Licence byla úspěšně aktualizována. - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + + Successfully created license. + Licence byla úspěšně vytvořena. - - Token to authenticate with. + + Install ID + Instalační ID - - OAuth Source + + License key + Licenční klíč - - Specify OAuth source used for authentication. + + Expired + Expirované - - OAuth Parameters + + Expiring soon + Brzy vyprší - - Additional OAuth parameters, such as grant_type. + + Unlicensed + Nelicencované - - Authentication Mode + + Read Only + Pouze pro čtení - - Authenticate SCIM requests using a static token. + + Valid + Platné - - OAuth - OAuth + + Current license status + Aktuální stav licence - - Authenticate SCIM requests using OAuth. + + Overall license status + Celkový stav licence - - Salesforce + + Internal user usage + Použití interních uživatelů - - Altered behavior for usage with Salesforce. + + % + % - - Query input + + External user usage + Použití externích uživatelů - - Last refreshed + + Licenses + Licence - - Refresh Token threshold + + Manage enterprise licenses + Správa podnikových licencí - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + + No licenses found. + Nebyly nalezeny žádné licence. - - Company employees with access to the full enterprise feature set. + + License(s) + Licence - - External consultants or B2C customers without access to enterprise features. + + Forecast internal users + Odhad interních uživatelů - - Machine-to-machine authentication or other automations. + + Estimated user count one year from now based on current internal users and forecasted internal users. - - Type a username for the user... + + Approximately - - The user's primary identifier used for authentication. 150 characters or fewer. + + Forecast external users + Odhad externích uživatelů - - Display Name + + Estimated user count one year from now based on current external users and forecasted external users. - - Type an optional display name... + + Cumulative license expiry + Kumulativní platnost licence - - Managed by authentik and cannot be assigned manually. + + No expiry - - Email Address + + Internal: + Interní: - - Type an optional email address... + + External: + Externí: - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + + Update License + Aktualizovat licence - - Type a path for the user... + + Your Install ID + Vaše ID instalace - - Paths can be used to organize users into folders depending on which source created them or organizational structure. + + Go to Customer Portal + Přejít do zákaznického portálu - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + + Learn more + Zjistit více - - Open "" + + Install + Instalovat - - Verify Assertion Signature - Ověřit podpis Tvrzení + + Install License + Instalovat licence - - When enabled, authentik will look for a Signature inside of the Assertion element. + + Release + Vydání - - Verify Response Signature - Ověřit podpis odpovědi + + Development + Vývoj - - When enabled, authentik will look for a Signature inside of the Response element. + + UI Version + Verze UI - - Logo shown in sidebar/header and flow executor. + + Build + Sestavení - - Select an application... + + Python version + Verze Pythonu - - Select a recovery flow... + + Platform + Platforma - - Select an unenrollment flow... + + Kernel + Jádro - - Select a user settings flow... + + OpenSSL + OpenSSL - - Select a device code flow... + + Enterprise + Podnik - - Search by domain or brand name... + + Collapse + Sbalit - - New Brand + + Expand + Rozbalit - - Create and assign a group with the same name as the user. + + navigation + navigace - - Whether the token will expire. Upon expiration, the token will be rotated. + + Dashboards + Ovládací panely - - Unnamed + + Endpoint Devices - - Collapse "" + + Device groups - - Expand "" + + Logs + Protokoly - - Select "" + + Customization + Přizpůsobení - - Items of "" + + Flows and Stages + Toky a kroky + + + Directory + Adresář + + + Tokens and App passwords + Tokeny a hesla aplikací + + + System + Systém + + + Certificates + Certifkáty + + + Outpost Integrations + Integrace Outpostu + + + Warning: The current user count has exceeded the configured licenses. + Upozornění: Aktuální počet uživatelů překročil načtené licence. + + + Warning: One or more license(s) have expired. + Upozornění: Jedné nebo více licencím vypršela platnost. + + + Warning: One or more license(s) will expire within the next 2 weeks. + Upozornění: Jedné nebo více licencím vyprší platnost během následujících 2 týdnů. + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + Pozor: Tato instance authentik přešla do režimu pouze pro čtení kvůli vypršeným/překročeným licencím. + + + Click here for more info. + Klikněte zde pro více info. + + + This authentik instance uses a Trial license. + Tato instance authentik používá zkušební licenci. + + + This authentik instance uses a Non-production license. + Tato instance authentik používá licenci pro neprodukční prostředí. + + + A newer version () of the UI is available. + Je k dispozici novější verze () UI. API drawer + + API Requests + Požadavky API + + + Open API Browser + Otevřít prohlížeč API + Close API drawer @@ -10222,47 +8957,96 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Mark as read + + Successfully cleared notifications + Oznámení byla úspěšně vymazána + + + No notifications found. + Nenalezena žádná upozornění. + + + You don't have any notifications currently. + Aktuálně nemáte žádná upozornění. + Notification drawer - - Search by username, email, etc... + + Notifications + Oznámení - - User Search + + unread + + nepřečtených - - Show deactivated users + + Clear all + Vymazat vše - - New User + + Open about dialog + Otevřít dialog O programu - - Create Service Account + + Product name + Název produktu - - New Service Account + + Product version + Verze produktu - - User paths + + Version + Verze - - Bot username + + Global navigation + Globální navigace - - Bot token + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn vyžaduje, aby byla tato stránka přístupná přes HTTPS. - - Request access to send messages from your bot + + WebAuthn not supported by browser. + WebAuthn není podporováno prohlížečem. - - Telegram Attribute mapping + + API request failed + Požadavek API selhal - - Telegram bot + + Site links - - Update Telegram Source + + Powered by authentik + Powered by authentik + + + Authenticating with Apple... + Probíhá ověřování s Apple... + + + Retry + Znovu + + + Authenticating with Plex... + Probíhá ověřování s Plexem... + + + Waiting for authentication... + Čeká se na ověření... + + + If no Plex popup opens, click the button below. + Pokud se neotevře okno Plex, klikněte na tlačítko níže. + + + Open login + Otevřít přihlášení Authenticating with Telegram... @@ -10270,126 +9054,6 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Click the button below to start. - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - User information @@ -10399,18 +9063,186 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. User avatar + + Something went wrong! Please try again later. + Něco se pokazilo! Zkuste to znovu později. + + + Request ID + ID požadavku + + + You may close this page now. + Nyní můžete tuto stránku zavřít. + + + You're about to be redirect to the following URL. + Budete přesměrováni na následující URL. + + + Follow redirect + Následovat přesměrování + + + Flow inspector + Inspektor toku + + + Close flow inspector + + + Next stage + Další krok + + + Stage name + Název kroku + + + Stage kind + Druh kroku + + + Stage object + Objekt kroku + + + This flow is completed. + Tento tok je dokončen. + + + Plan history + Historie plánu + + + Current plan context + Aktuální kontext plánu + + + Session ID + ID relace + + + Flow inspector loading + + + Request has been denied. + Požadavek byl zamítnut. + + + Show password + Zobrazit heslo + + + Hide password + Skrýt heslo + + + Please enter your password + Prosím zadejte své heslo + + + Caps Lock is enabled. + CapsLock je zapnutý. + CAPTCHA challenge + + Verifying... + Ověřování... + + + Remember me on this device + Zapamatovat na tomto zařízení + + + Continue with + + + Need an account? + Potřebujete účet? + + + Sign up. + Zaregistrovat se. + + + Forgot username or password? + Zapomněli jste uživatelské jméno nebo heslo? + + + Additional actions + + + Select one of the options below to continue. + Vyberte jednu z možností níže pro pokračování. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + Zadejte e-mail spojený s vaším účtem a my vám zašleme odkaz pro obnovení hesla. + + + Or + nebo + + + Login to continue to . + Přihlášte se pro pokračování na + . + + + Use a security key + Použít bezpečnostní klíč + + + Login sources + + + Forgot password? + Zapomněli jste heslo? + + + Application requires following permissions: + Aplikace vyžaduje následující oprávnění: + + + Application already has access to the following permissions: + Aplikace již má přístup k následujícím oprávněním: + + + Application requires following new permissions: + Aplikace vyžaduje následující nová oprávnění: + + + Stage name: + Název kroku: + + + Check your Inbox for a verification email. + Ověřovací email najdete ve Vaší poštovní schránce. + + + Send Email again. + Poslat email znovu. + QR-Code to setup a time-based one-time password Copy time-based one-time password configuration + + Successfully copied TOTP Config. + Úspěšně zkopírováno nastavení TOTP. + Copy TOTP Config + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Naskenujte výše uvedený QR kód pomocí aplikace Microsoft Authenticator, Google Authenticator nebo jiné autentizační aplikace ve svém zařízení a zadejte kód, který zařízení zobrazí níže, pro dokončení nastavení MFA zařízení. + Time-based one-time password @@ -10423,12 +9255,132 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Type your time-based one-time password code. + + Duo activation QR code + QR kód pro aktivaci Duo + + + Alternatively, if your current device has Duo installed, click on this link: + Alternativně, pokud máte Duo nainstalováno na svém aktuálním zařízení, klikněte na tento odkaz: + + + Duo activation + Aktivace Duo + + + Check status + Zkontrolovat stav + + + Make sure to keep these tokens in a safe place. + Ujistěte se, že tyto tokeny uchováváte na bezpečném místě. + + + Configure your email + Nastavte svůj email + + + Please enter your email address. + Zadejte vaši emailovou adresu. + + + Code + Kód + + + Please enter the code you received via email + Zadejte kód z emailu. + + + Phone number + Telefonní číslo + + + Please enter your Phone number. + Prosím zadejte své telefonní číslo. + + + Please enter the code you received via SMS + Prosím zadejte kód který vám přišel v SMS + + + Select another authentication method + Vyberte jinou metodu ověření + + + Authentication code + Ověřovací kód + + + Static token + Statický token + Type an authentication code... + + Sending Duo push notification... + Odesílání Duo push oznámení... + + + Failed to authenticate + Ověření se nezdařilo + + + Authentication failed. Please try again. + Ověření selhalo. Zkuste to prosím znovu. + + + Authenticating... + Ověřování... + + + Retry authentication + Opakovat ověření + + + Duo push-notifications + Duo push-notifikace + + + Receive a push notification on your device. + Na své zařízení obdržíte push notifikaci. + + + Authenticator + Autentikátor + + + Use a security key to prove your identity. + Použijte bezpečnostní klíč k prokázání své identity. + + + Traditional authenticator + Tradiční autentikátor + + + Use a code-based authenticator. + Použijte autentikátor založený na kódech. + + + Recovery keys + Klíče pro obnovu + In case you lose access to your primary authenticators. + + SMS + SMS + + + Tokens sent via SMS. + Tokeny zaslané prostřednictvím SMS. + + + Tokens sent via email. + Tokeny odeslané e-mailem. + Unknown device @@ -10444,110 +9396,41 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Select a configuration stage - - Close flow inspector + + Stay signed in? + Zůstat přihlášen? - - Flow inspector loading + + Select Yes to reduce the number of times you're asked to sign in. + Vyberte Ano, aby se snížil počet žádostí o přihlášení. - - Authentication form + + Device Code + Kód zařízení - - Consumed + + Please enter your code + Prosím zadejte svůj kód - - Pre-processing + + You've successfully authenticated your device. + Vaše zařízení bylo úspěšně ověřeno. - - Post-processing + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + Odhlásili jste se z . Můžete se vrátit na přehled a spustit jinou aplikaci nebo se odhlásit z účtu authentik. - - Running tasks + + Go back to overview + Vrátit se na přehled - - Queued tasks + + Log out of + Odhlásit se z - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - + + Log back into + Přihlásit se zpět do SAML Provider @@ -10570,8 +9453,81 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Single Logout - - The user's display name. + + Open flow inspector + + + Authentication form + + + Error creating credential: + Chyba při vytváření přihlašovacích údajů: + + + Server validation of credential failed: + Ověření přihlašovacích údajů na serveru selhalo: + + + Failed to register. Please try again. + Registrace se nezdařila. Zkuste to prosím znovu. + + + Registering... + Registrace... + + + Failed to register + Registrace se nezdařila + + + Retry registration + Opakovat registraci + + + Idle + Nečinný + + + Connecting + Připojování + + + Waiting + Čekání + + + Connected + Připojeno + + + Disconnecting + Odpojování + + + Disconnected + Odpojeno + + + Connection failed after attempts. + Připojení selhalo po pokusech. + + + Re-connecting in second(s). + Opětovné připojení za sekund. + + + Connecting... + Připojování... + + + Please wait while the content is loading + + + Select endpoint to connect to + Vyberte endpoint, ke kterému se chcete připojit + + + application Actions for "" @@ -10579,61 +9535,32 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. Edit application... - - ... - Truncation ellipsis + + Refer to documentation + Odkaz na dokumentaci - - .yaml files, which can be found in the Example Flows documentation + + No Applications available. + Nejsou k dispozici žádné aplikace. - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application + + Either no applications are defined, or you don’t have access to any. + Buď nejsou definovány žádné aplikace, nebo k žádné nemáte přístup. Ungrouped + + My Applications + Moje aplikace + + + Search for an application by name... + + + Search returned no results. + Hledání nevrátilo žádné výsledky. + application found for "" @@ -10646,309 +9573,87 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události. applications available + + My applications + Moje aplikace + Application list - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - Failed to fetch applications. - - Type an application name... + + Change your password + Změna hesla - - Application Name + + Change password + Změnit heslo - - https://... + + Delete account + Smazat účet - - http(s)://... + + Successfully updated details + Údaje byly úspěšně aktualizovány - - domain.tld + + Open settings + Otevřít nastavení - - Warning: Application is not used by any Outpost. + + No settings flow configured. + Není nakonfigurován žádný tok nastavení. - - Application entitlements are in preview. + + Update details + Aktualizace údajů - - Send us feedback! + + Device type cannot be edited + Typ zařízení nelze upravit - - Device name... + + Enroll + Zapsat - - Device name + + Edit device + Upravit zařízení - - Device Group + + Create App password + Vytvořit heslo aplikace - - Connector setup + + User settings - - Copy + + User details + Údaje o uživateli - - Download the latest package from here: + + Consent + Souhlas - - Afterwards, select the enrollment token you want to use: + + MFA Devices + MFA zařízení - - Then download the configuration to deploy the authentik Agent + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + Připojte svůj uživatelský účet k níže uvedeným službám, abyste se mohli přihlásit pomocí služby namísto tradičních přihlašovacích údajů. - - macOS + + Admin interface + Administrátorské rozhraní - - Linux + + ... + Truncation ellipsis - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - + + diff --git a/web/xliff/de.xlf b/web/xliff/de_DE.xlf similarity index 99% rename from web/xliff/de.xlf rename to web/xliff/de_DE.xlf index f297a4f3e4..366a514e18 100644 --- a/web/xliff/de.xlf +++ b/web/xliff/de_DE.xlf @@ -1,5 +1,5 @@ - - + + Dismiss @@ -527,7 +527,7 @@ Sucheingabe löschen - Sort by "" + Sort by "" Sortieren nach &quot;&quot; @@ -539,7 +539,7 @@ Fehler beim Laden der Objekte. - Select "" row + Select "" row Zeile &quot;&quot; auswählen @@ -769,9 +769,9 @@ Nicht gefunden - The URL "" was not found. - Die URL " -" wurde nicht gefunden. + The URL "" was not found. + Die URL " +" wurde nicht gefunden. Return home @@ -1120,11 +1120,11 @@ Schließen - Update "" Permissions + Update "" Permissions &quot;&quot; Berechtigungen aktualisieren - Open "" permissions modal + Open "" permissions modal &quot;&quot; Berechtigungsdialog öffnen @@ -1400,17 +1400,17 @@ Policy - Richtlinie + Richtlinie Group - Gruppe + Gruppe User - Benutzer + Benutzer @@ -1872,8 +1872,8 @@ Wenn keine expliziten Umleitungs-URIs angegeben sind, wird die erste erfolgreich verwendete Umleitungs-URI gespeichert. - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - Um jede Redirect-URI zu erlauben, setze den Modus auf Regex und den Wert auf ".*". Beachte die möglichen Sicherheitsimplikationen. + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + Um jede Redirect-URI zu erlauben, setze den Modus auf Regex und den Wert auf ".*". Beachte die möglichen Sicherheitsimplikationen. Authorization flow @@ -2960,11 +2960,11 @@ Update - Aktualisiere + Aktualisiere - Edit "" provider + Edit "" provider Provider &quot;&quot; bearbeiten @@ -3060,8 +3060,8 @@ Anbieter zum Hinzufügen zur Anwendung auswählen - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - Geben Sie entweder eine vollständige URL oder einen relativen Pfad ein oder geben Sie 'fa://fa-test' ein, um das Font Awesome-Icon "fa-test" zu verwenden + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Geben Sie entweder eine vollständige URL oder einen relativen Pfad ein oder geben Sie 'fa://fa-test' ein, um das Font Awesome-Icon "fa-test" zu verwenden Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. @@ -3192,7 +3192,7 @@ Warnung: Der Provider wird nicht von einer Anwendung verwendet. - + Update OAuth2 Provider @@ -4023,7 +4023,7 @@ doesn't pass when either or both of the selected options are equal or above the Anwendung(en) - Application icon for "" + Application icon for "" Anwendungssymbol für &quot;&quot; @@ -4031,11 +4031,11 @@ doesn't pass when either or both of the selected options are equal or above the Anwendung aktualisieren - Edit "" + Edit "" &quot;&quot; bearbeiten - Open "" + Open "" Open @@ -4106,7 +4106,7 @@ doesn't pass when either or both of the selected options are equal or above the Berechtigung erstellen - Failed to fetch application "". + Failed to fetch application "". Fehler beim Abrufen der Applikation &quot;&quot;. @@ -5611,7 +5611,7 @@ Hier können nur Policies verwendet werden, da der Zugriff geprüft wird, bevor Gruppe(n) - View details of group "" + View details of group "" Create Group @@ -5656,8 +5656,8 @@ Hier können nur Policies verwendet werden, da der Zugriff geprüft wird, bevor Failed to update : - Aktualisieren von - fehlgeschlagen: + Aktualisieren von + fehlgeschlagen: @@ -5831,7 +5831,7 @@ Hier können nur Policies verwendet werden, da der Zugriff geprüft wird, bevor New User - This user will be added to the group "". + This user will be added to the group "". Dieser Benutzer wird der Gruppe &quot;&quot; hinzugefügt. @@ -5866,16 +5866,16 @@ Hier können nur Policies verwendet werden, da der Zugriff geprüft wird, bevor Unnamed - Collapse "" + Collapse "" - Expand "" + Expand "" - Select "" + Select "" - Items of "" + Items of "" Root @@ -6022,11 +6022,11 @@ Hier können nur Policies verwendet werden, da der Zugriff geprüft wird, bevor Error: unsupported source settings: - Fehler: nicht unterstützte Quelleinstellungen: + Fehler: nicht unterstützte Quelleinstellungen: - "" source + "" source No services available. @@ -6338,10 +6338,6 @@ Hier können nur Policies verwendet werden, da der Zugriff geprüft wird, bevor Turkish Türkisch - - Taiwanese Mandarin - Taiwanesisches Mandarin - Chinese (simplified) Chinesisch (vereinfacht) @@ -6489,7 +6485,7 @@ Hier können nur Policies verwendet werden, da der Zugriff geprüft wird, bevor When checked, the placeholder will be evaluated in the same way a property mapping is. If the evaluation fails, the placeholder itself is returned. - Wenn aktiviert, wird der Platzhalter auf dieselbe Weise ausgewertet wie eine Property-Mapping. + Wenn aktiviert, wird der Platzhalter auf dieselbe Weise ausgewertet wie eine Property-Mapping. Schlägt die Auswertung fehl, wird der Platzhalter selbst zurückgegeben. @@ -6500,8 +6496,8 @@ Schlägt die Auswertung fehl, wird der Platzhalter selbst zurückgegeben.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. - Optional kann ein kurzer Hinweis angegeben werden, der den erwarteten Eingabewert beschreibt. -Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck bzw. expression interpretieren“ und gib eine Liste zurück, + Optional kann ein kurzer Hinweis angegeben werden, der den erwarteten Eingabewert beschreibt. +Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck bzw. expression interpretieren“ und gib eine Liste zurück, um mehrere Auswahlmöglichkeiten bereitzustellen. @@ -6511,7 +6507,7 @@ um mehrere Auswahlmöglichkeiten bereitzustellen. When checked, the initial value will be evaluated in the same way a property mapping is. If the evaluation fails, the initial value itself is returned. - Wenn aktiviert, wird der Initialwert auf dieselbe Weise ausgewertet wie eine Property-Mapping. + Wenn aktiviert, wird der Initialwert auf dieselbe Weise ausgewertet wie eine Property-Mapping. Schlägt die Auswertung fehl, wird der Initialwert selbst zurückgegeben. @@ -6522,7 +6518,7 @@ Schlägt die Auswertung fehl, wird der Initialwert selbst zurückgegeben.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. - Optional kann die Eingabe mit einem Initialwert vorbelegt werden. + Optional kann die Eingabe mit einem Initialwert vorbelegt werden. Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretieren“ und gib eine Liste zurück, um mehrere Standardauswahlen bereitzustellen. @@ -6970,8 +6966,8 @@ Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretiere Ein nicht abnehmbarer Authentifikator, wie TouchID oder Windows Hello - A "roaming" authenticator, like a YubiKey - Ein "Roaming"-Authentifikator, wie ein YubiKey + A "roaming" authenticator, like a YubiKey + Ein "Roaming"-Authentifikator, wie ein YubiKey Maximum registration attempts @@ -7194,7 +7190,7 @@ Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretiere Sofern eine gültige E-Mail-Adresse oder Benutzername angegeben wurde und diese Option aktiviert ist, wird das Profilbild und der Benutzername des Benutzers angezeigt. Ansonsten wird der vom Benutzer eingegebene Text angezeigt. - Enable "Remember me on this device" + Enable "Remember me on this device" „Angemeldet bleiben auf diesem Gerät“ aktivieren @@ -7341,7 +7337,7 @@ Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretiere Benutzern eine Schaltfläche „Passwort anzeigen“ anbieten. - ("", of type ) + ("", of type ) (&quot;&quot;, vom typ ) @@ -7445,7 +7441,7 @@ Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretiere Zeitversatz für „Angemeldet bleiben“ - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. Wenn auf eine Dauer größer als 0 gesetzt, hat der Benutzer die Option „Angemeldet bleiben“, wodurch seine Sitzung um die hier angegebene Zeit verlängert wird. @@ -7834,7 +7830,7 @@ Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretiere Flow aktualisieren - Execute "" + Execute "" &quot;&quot; ausführen @@ -7842,7 +7838,7 @@ Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretiere Ausführen - Export "" + Export "" &quot;&quot; exportieren @@ -7932,20 +7928,20 @@ Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretiere Flow ausführen - Execute "" normally + Execute "" normally Normal Normal - Execute "" as current user + Execute "" as current user Current user - Execute "" with inspector + Execute "" with inspector Use inspector @@ -8130,7 +8126,7 @@ Beim Erstellen eines festen Auswahlfelds aktiviere „Als Ausdruck interpretiere These bindings control upon which events this rule triggers. Bindings to groups/users are checked against the user of the event. - Diese Bindings steuern, bei welchen Ereignissen diese Regel ausgelöst wird. + Diese Bindings steuern, bei welchen Ereignissen diese Regel ausgelöst wird. Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgeglichen. @@ -8715,11 +8711,11 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche Blaupause aktualisieren - Edit "" blueprint + Edit "" blueprint Blueprint &quot;&quot; bearbeiten - Apply "" blueprint + Apply "" blueprint Blueprint &quot;&quot; anwenden @@ -9508,7 +9504,7 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche Server validation of credential failed: - Servervalidierung der Anmeldedaten fehlgeschlagen: + Servervalidierung der Anmeldedaten fehlgeschlagen: @@ -9574,7 +9570,7 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche application - Actions for "" + Actions for "" Edit application... @@ -9606,10 +9602,10 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche Suche ergab keine Treffer. - application found for "" + application found for "" - applications found for "" + applications found for "" application available @@ -9700,4 +9696,4 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche - \ No newline at end of file + diff --git a/web/xliff/zh-CN.xlf b/web/xliff/en_US.xlf similarity index 99% rename from web/xliff/zh-CN.xlf rename to web/xliff/en_US.xlf index d35ee4d8ef..a1855eb4a8 100644 --- a/web/xliff/zh-CN.xlf +++ b/web/xliff/en_US.xlf @@ -1,18 +1,60 @@ - + - - Admin + + Dismiss + + + Connection error, reconnecting... + + + An unknown error occurred + + + Please check the browser console for more details. + + + Status messages Open API drawer + + Unread notifications + Open Notification drawer - - Connection error, reconnecting... + + Settings + + + Stop impersonation + + + Avatar image + + + Sign out + + + Admin + + + Home + + + authentik Logo + + + Collapse navigation + + + Expand navigation + + + User interface Loading... @@ -26,11 +68,155 @@ Failed to fetch - - Click to change value + + FIPS Status - - Select an object. + + OK + + + FIPS compliance: passing + + + Unverified + + + FIPS compliance: unverified + + + Show less + + + Show more + + + UID + + + Name + + + App + + + Model Name + + + Message + + + Subject + + + From + + + To + + + Context + + + User + + + Changes made: + + + Key + + + Previous value + + + New value + + + - + + + Added ID + + + Removed ID + + + Cleared + + + Affected model: + + + Authorized application: + + + Using flow + + + Email info: + + + Secret: + + + Exception + + + Open issue on GitHub... + + + Expression + + + Binding + + + Request + + + Object + + + Result + + + Passing + + + Messages + + + New version available + + + Using source + + + Attempted to log in as + + + No additional data available. + + + Loading + + + no tabs defined + + + Details + + + : + + + Required + + + There was an error submitting the form. + + + Close dialog API Access @@ -143,6 +329,24 @@ TOTP Device + + A code has been sent to your address: + + + A code has been sent to your email address. + + + A one-time use code has been sent to you via SMS text message. + + + Open your authenticator app to retrieve a one-time use code. + + + Enter a one-time recovery code for this user. + + + Enter the code from your authenticator device. + Internal @@ -155,102 +359,12 @@ Service account (internal) - - Show less - - - Show more - - - UID - - - Name - - - App - - - Model Name - - - Message - - - Subject - - - From - - - To - - - Context - - - User - - - Affected model: - - - Authorized application: - - - Using flow - - - Email info: - - - Secret: - - - Exception - - - Open issue on GitHub... - - - Expression - - - Binding - - - Request - - - Object - - - Result - - - Passing - - - Messages - - - New version available - - - Using source - - - Attempted to log in as - - - No additional data available. - - - no tabs defined - Remove item + + table pagination + - of @@ -260,11 +374,29 @@ Go to next page + + This field is required. + Search... - - Loading + + Search + + + Query suggestions + + + Query input + + + Table Search + + + Clear search + + + Sort by "" No objects found. @@ -272,11 +404,50 @@ Failed to fetch objects. + + Select "" row + + + Collapse row + + + Expand row + Refresh - - Select all rows + + actions + + + Select all rows on page ( of selected) + + + Last refreshed + + + table + + + Table content + + + Column actions + + + Anonymous user + + + On behalf of + + + Authenticated as + + + Recent events + + + Events Action @@ -287,21 +458,15 @@ Client IP - - Recent events - - - On behalf of - - - - - No Events found. No matching events could be found. + + System Status + Embedded outpost is not configured correctly. @@ -314,23 +479,26 @@ Server and client are further than 5 seconds apart. - - OK - Everything is ok. + + Version + Based on is available! + + An outpost is on an incorrect version! + Up-to-date! - - Version + + Latest version unknown Workers @@ -338,30 +506,48 @@ No workers connected. Background tasks will not run. + + Worker with incorrect version connected. + Failed to fetch data. + + Chart + + + Event volume chart + Authorizations - - Failed Logins - Successful Logins - - : + + Failed Logins Cancel - - LDAP Source + + Synchronization status chart SCIM Provider + + Google Workspace Provider + + + Microsoft Entra Provider + + + LDAP Source + + + Kerberos Source + Healthy @@ -371,6 +557,9 @@ Unsynced / N/A + + Outpost status chart + Healthy outposts @@ -380,6 +569,12 @@ Unhealthy outposts + + Operation failed to complete + + + Quick actions + Not found @@ -389,11 +584,8 @@ Return home - - General system status - - - Quick actions + + Skip to content Create a new application @@ -410,6 +602,9 @@ Check the release notes + + Overview + Outpost status @@ -422,12 +617,18 @@ Apps with most usage + + Welcome, + + + Welcome + + + General system status + Objects created - - User Statistics - Users created per day in the last month @@ -443,26 +644,224 @@ Failed logins - - Clear search + + User Statistics - - System Tasks + + Yes - - Long-running operations which authentik executes in the background. + + No - - Identifier + + No log messages. - - Description + + Timestamp - - Status + + Attributes - - Actions + + Time + + + Level + + + Event + + + Logger + + + Not used by any other object. + + + object will be DELETED + + + connection will be deleted + + + reference will be reset to default value + + + reference will be set to an empty value + + + () + + + Delete + + + deleted + + + ID + + + Successfully deleted + + + Failed to delete : + + + Delete + + + Are you sure you want to delete ? + + + No form found + + + Element inside the form slot is not a Form + + + Form actions + + + Submit action + + + Cancel action + + + Successfully updated schedule. + + + Crontab + + + Paused + + + Pause this schedule + + + Select an object. + + + Failed to fetch objects: + + + Successfully assigned permission. + + + Role + + + Assign + + + Assign permission to role + + + Assign to new role + + + Permission(s) + + + Permission + + + Directly assigned + + + Assign permission to user + + + Assign to new user + + + Superuser + + + Model + + + Select permissions to assign + + + Add + + + Permissions to add + + + Select permissions + + + Assigned to role + + + Assign permission + + + Role doesn't have view permission so description cannot be retrieved. + + + Assigned to user + + + User doesn't have view permission so description cannot be retrieved. + + + User Object Permissions + + + Permissions set on users which affect this object. + + + Role Object Permissions + + + Permissions set on roles which affect this object. + + + Assigned global permissions + + + Permissions assigned to this user which affect all object instances of a given type. + + + Assigned object permissions + + + Permissions assigned to this user affecting specific object instances. + + + Permissions assigned to this role which affect all object instances of a given type. + + + Close + + + Update "" Permissions + + + Open "" permissions modal + + + Permissions + + + Waiting to run + + + Consumed + + + Pre-processing + + + Running + + + Post-processing Successful @@ -473,11 +872,92 @@ Unknown - - Close + + Running tasks - - Create + + Queued tasks + + + Successful tasks + + + Error tasks + + + Task + + + Queue + + + Retries + + + Planned execution time + + + Last updated + + + Status + + + Actions + + + Row Actions + + + Show only standalone tasks + + + Exclude successful tasks + + + Retry task + + + Current execution logs + + + Previous executions logs + + + Schedule + + + Next run + + + Last status + + + Show only standalone schedules + + + Run scheduled task now + + + Update + + + Update Schedule + + + Edit + + + Tasks + + + Schedules + + + System Tasks + + + Long-running operations which authentik executes in the background. Next @@ -485,29 +965,17 @@ Back - - Submit + + Wizard steps - - Type + + Wizard navigation - - Select providers to add to application + + New application - - Add - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - - - Currently set to: - - - No form found + + Create a new application and configure a provider for it. Any policy must match to grant access @@ -515,11 +983,26 @@ All policies must match to grant access - - Successfully updated application. + + An application name is required - - Successfully created application. + + Not a valid URL + + + Not a valid slug + + + Configure the Application + + + Type an application name... + + + Application Name + + + The name displayed in the application library. Slug @@ -530,33 +1013,24 @@ Group + + e.g. Collaboration, Communication, Internal, etc. + Optionally enter a group name. Applications with identical groups are shown grouped together. - - Provider - - - Select a provider that this application should use. - - - Backchannel Providers - - - Select backchannel providers which augment the functionality of the main provider. - - - Add provider - Policy engine mode - - UI settings + + UI Settings Launch URL + + https://... + If left empty, authentik will try to extract the launch URL based on the selected provider. @@ -566,38 +1040,122 @@ If checked, the launch URL will open in a new browser tab or window from the user's application library. - - Icon + + Select all rows - - Clear icon + + Bind existing policy/group/user - - Delete currently set icon. + + Order - - Publisher + + Enabled - - UI Settings + + Timeout - - Your application has been saved + + Configure Bindings - - There was an error in the application. + + Policy - - Review the application. + + Group - - There was an error in the provider. + + User - - Review the provider. + + Configure Policy/User/Group Bindings - - There was an error creating the application, but no error message was sent. Please review the server logs. + + These policies control which users can access this application. + + + No bound policies. + + + No policies are currently bound to this object. + + + Bind policy/group/user + + + Configure Policy Bindings + + + Pass + + + Don't Pass + + + Edit Binding + + + Save Binding + + + Create a Policy/User/Group Binding + + + Policy + + + Negate result + + + Negates the outcome of the binding. Messages are unaffected. + + + Failure result + + + Enterprise only + + + Learn more about the enterprise license. + + + Apply changes + + + Close wizard + + + UNNAMED + + + Wizard content + + + Finish + + + Select type + + + Select a provider type + + + Icon + + + Choose a Provider + + + Please choose a provider type before proceeding. + + + Choose a Provider Type + + + Certificate + + + Select a certificate... Authentication @@ -638,6 +1196,51 @@ Unknown layout + + Select a flow... + + + Add All Available + + + Remove All Available + + + Remove + + + Remove All + + + Pagination + + + Available options + + + Selected options + + + item(s) marked to add. + + + item(s) selected. + + + item(s) marked to remove. + + + Search ... + + + (Format: hours=-1;minutes=-2;seconds=-3). + + + (Format: hours=1;minutes=2;seconds=3). + + + The following keywords are supported: + Cached binding @@ -665,9 +1268,6 @@ 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. - - 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 - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. @@ -677,14 +1277,14 @@ 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 - - Configure LDAP Provider + + 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 - - Bind flow + + Provider Name - - Flow used for users to authenticate. + + Type a provider name... Bind mode @@ -701,6 +1301,21 @@ Code-based MFA Support + + Flow settings + + + Bind flow + + + Flow used for users to authenticate. + + + Unbind flow + + + Flow used for unbinding users. + Protocol settings @@ -710,9 +1325,6 @@ LDAP DN under which bind requests and search requests can be made. - - Certificate - TLS Server name @@ -722,14 +1334,26 @@ GID start number - - Successfully updated provider. + + Configure LDAP Provider - - Successfully created provider. + + Show field content - - The following keywords are supported: + + Hide field content + + + Add entry + + + Strict + + + Regex + + + URL Confidential @@ -743,6 +1367,18 @@ Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + + Back-channel + + + Server-to-server logout notifications + + + Front-channel + + + Browser iframe logout notifications + Based on the User's hashed ID @@ -773,18 +1409,21 @@ Same identifier is used for all providers + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - - Authentication flow - - - Flow used when a user access this provider and is not authenticated. + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. Authorization flow + + Select an authorization flow... + Flow used when authorizing this provider. @@ -797,12 +1436,51 @@ Client Secret + + Redirect URIs/Origins (RegEx) + + + Logout URI + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + + + Logout Method + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + Signing Key + + Select a signing key... + Key used to sign the tokens. + + Advanced flow settings + + + Authentication flow + + + Select an authentication flow... + + + Flow used when a user access this provider and is not authenticated. + + + Invalidation flow + + + Select an invalidation flow... + + + Flow used when logging out of this provider. + Advanced protocol settings @@ -824,12 +1502,36 @@ Configure how long refresh tokens are valid for. + + Refresh Token threshold + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + Scopes + + Available Scopes + + + Selected Scopes + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + + Encryption Key + + + Select an encryption key... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + Subject mode @@ -851,9 +1553,45 @@ Machine-to-Machine authentication settings + + Federated OIDC Sources + + + Available Sources + + + Selected Sources + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + + Federated OIDC Providers + + + Available Providers + + + Selected Providers + + + JWTs signed by the selected providers can be used to authenticate to this provider. + + + Configure OAuth2 Provider + + + Successfully updated provider. + + + Successfully created provider. + + + An error occurred while updating the provider. + + + An error occurred while creating the provider. + HTTP-Basic Username Key @@ -866,8 +1604,71 @@ User/Group Attribute used for the password part of the HTTP-Basic Header. - - Configure Proxy Provider + + Proxy + + + Forward auth (single application) + + + Forward auth (domain level) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + + + External host + + + The external URL you'll access the application at. Include any non-standard port. + + + Internal host + + + http(s)://... + + + Upstream host that the requests are forwarded to. + + + Internal host SSL Validation + + + Validate SSL Certificates of upstream servers. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + + + An example setup can look like this: + + + authentik running on auth.example.com + + + app1 running on app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + + + Authentication URL + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + + + Cookie domain + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. Token validity @@ -875,6 +1676,9 @@ Configure how long tokens are valid for. + + Additional scopes + Additional scope mappings, which are passed to the proxy. @@ -905,53 +1709,29 @@ Send a custom HTTP-Basic Authentication header based on values from authentik. - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + + Configure Proxy Provider - - An example setup can look like this: + + Configure Remote Access Provider - - authentik running on auth.example.com + + Connection expiry - - app1 running on app1.example.com + + Determines how long a session lasts before being disconnected and requiring re-authorization. - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + + Property mappings - - External host + + Available Property Mappings - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + + Selected Property Mappings - - Cookie domain - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - - - The external URL you'll access the application at. Include any non-standard port. - - - Internal host - - - Upstream host that the requests are forwarded to. - - - Internal host SSL Validation - - - Validate SSL Certificates of upstream servers. - - - Configure Radius Provider + + List of CIDRs (comma-seperated) 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. Shared secret @@ -959,30 +1739,78 @@ Client Networks + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + + + Configure Radius Provider + Redirect Post - - Configure SAML Provider + + Sign assertions + + + When enabled, the assertion element of the SAML response will be signed. + + + Sign responses + + + When enabled, the SAML response will be signed. + + + Sign logout requests + + + When enabled, SAML logout requests will be signed. + + + Front-channel (Iframe) + + + Front-channel (Native) + + + Back-channel (POST) + + + SLS Binding + + + Determines how authentik sends the logout response back to the Service Provider. + + + Method to use for logout when SLS URL is configured. ACS URL - - Issuer - Service Provider Binding Determines how authentik sends the response back to the Service Provider. + + Issuer + + + Also known as Entity ID. + Audience + + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + Signing Certificate @@ -995,8 +1823,17 @@ When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - - Property Mappings + + Encryption Certificate + + + When selected, assertions will be encrypted using this keypair. + + + Available User Property Mappings + + + Selected User Property Mappings NameID Property Mapping @@ -1004,6 +1841,12 @@ Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + + AuthnContextClassRef Property Mapping + + + 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. + Assertion valid not before @@ -1022,23 +1865,113 @@ Session not valid on or after current time + this value. + + Default relay state + + + When using IDP-initiated logins, the relay state will be set to this value. + + + Default NameID Policy + + + Persistent + + + Email address + + + Windows + + + X509 Subject + + + Transient + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + Digest algorithm Signature algorithm - - Configure SCIM Provider + + Configure SAML Provider - - URL + + Token + + + Token to authenticate with. + + + OAuth Source + + + Specify OAuth source used for authentication. + + + OAuth Parameters + + + Additional OAuth parameters, such as grant_type. SCIM base url, usually ends in /v2. - - Token + + Verify SCIM server's certificates + + + Authentication Mode + + + Authenticate SCIM requests using a static token. + + + OAuth + + + Authenticate SCIM requests using OAuth. + + + Compatibility Mode + + + Default + + + Default behavior. + + + AWS + + + Altered behavior for usage with Amazon Web Services. + + + Slack + + + Altered behavior for usage with Slack. + + + Salesforce + + + Altered behavior for usage with Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + + + Enable dry-run mode + + + When enabled, mutating requests will be dropped and logged instead. User filtering @@ -1055,11 +1988,122 @@ User Property Mappings + + Property mappings used to user mapping. + Group Property Mappings - - New application + + Available Group Property Mappings + + + Selected Group Property Mappings + + + Property mappings used to group creation. + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + + + Configure Provider + + + Type + + + None + + + strict + + + regexp + + + Forward auth (domain-level) + + + Unknown proxy mode + + + Mode + + + Internal Host + + + External Host + + + Basic-Auth + + + Unknown type + + + Redirect URIs + + + Review and Submit Application + + + Submit + + + There was an error in the application. + + + Review the application. + + + There was an error in the provider. + + + Review the provider. + + + There was an error. Please go back and review the application. + + + There was an error: + + + Please go back and review the application. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + + + Review the Application and Provider + + + Provider + + + Your application has been saved + + + Saving application... + + + authentik was unable to complete this process. Don't show this message again. @@ -1067,35 +2111,11 @@ One hint, 'New Application Wizard', is currently hidden - - Proxy + + Restore Application Wizard Hint - - Forward auth (single application) - - - Forward auth (domain level) - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - - - Authentication URL - - - Unknown proxy mode - - - Additional scopes - - - Property mappings - - - Default relay state - - - When using IDP-initiated logins, the relay state will be set to this value. + + Create with wizard Successfully imported provider. @@ -1103,17 +2123,8 @@ Metadata - - Apply changes - - - Finish - - - Select type - - - Learn more + + Create New provider @@ -1124,59 +2135,95 @@ Create - - Connection expiry + + New Provider - - Determines how long a session lasts before being disconnected and requiring re-authorization. + + Open the wizard to create a new provider. - - Settings + + Credentials + + + Google Cloud credentials file. + + + Delegated Subject + + + Email address of the user the actions of authentik will be delegated to. + + + Default group email domain + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + + + User deletion action + + + User is deleted + + + Suspend + + + User is suspended, and connection to user in authentik is removed. + + + Do Nothing + + + The connection is removed but the user is not modified + + + Determines what authentik will do when a User is deleted. + + + Group deletion action + + + Group is deleted + + + The connection is removed but the group is not modified + + + Determines what authentik will do when a Group is deleted. + + + Client ID for the app registration. + + + Client secret for the app registration. + + + Tenant ID + + + ID of the tenant accounts will be synced into. + + + Delete authorization on disconnect + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. Connection settings. - - Property mappings used to user mapping. + + Key used to sign the events. - - Property mappings used to group creation. + + Event Retention - - Not used by any other object. + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - - object will be DELETED - - - connection will be deleted - - - reference will be reset to default value - - - reference will be set to an empty value - - - () - - - ID - - - Successfully deleted - - - Failed to delete : - - - Delete - - - Are you sure you want to delete ? - - - Delete + + OIDC Providers Providers @@ -1184,6 +2231,12 @@ Provide support for protocols like SAML and OAuth to assigned applications. + + Provider Search + + + Search for providers… + Provider(s) @@ -1193,68 +2246,134 @@ Assigned to application (backchannel) - - Update + + Provider not assigned to any application. Update - - Edit + + Edit "" provider - - Create Application + + Successfully triggered sync. - - Successfully assigned permission. + + Log messages - - Role + + Override dry-run mode - - Assign + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - - Assign permission to role + + Sync - - Assign to new role + + Sync Group - - Permission(s) + + Google Workspace Group(s) - - Permission + + Sync User - - Directly assigned + + Google Workspace User(s) - - Assign permission to user + + Username - - Assign to new user + + Current status - - Superuser + + Sync is currently running. - - Send us feedback! + + Sync is not currently running. - - User Object Permissions + + Last successful sync - - Role Object Permissions + + No successful sync found. - - Overview + + Last sync status Changelog - - Permissions + + Provisioned Users + + + Provisioned Groups + + + Warning: Provider is not assigned to an application as backchannel provider. + + + Dry-run + + + Update Google Workspace Provider + + + Select providers to add to application + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + + + Successfully updated application. + + + Successfully created application. + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + + + Select a provider that this application should use. + + + Backchannel Providers + + + Select backchannel providers which augment the functionality of the main provider. + + + Add provider + + + UI settings + + + Icon + + + Currently set to: + + + Clear icon + + + Delete currently set icon. + + + Publisher + + + Description + + + Create Application Warning: Provider is not used by any Outpost. @@ -1283,17 +2402,29 @@ Bind Password + + Your authentik password + Search base + + Microsoft Entra Group(s) + + + Microsoft Entra User(s) + + + Update Microsoft Entra Provider + Preview Warning: Provider is not used by an Application. - - Redirect URIs + + Update OAuth2 Provider @@ -1319,14 +2450,11 @@ JWKS URL - - Yes + + JWT payload - - No - - - Forward auth (domain-level) + + Preview for user Nginx (Ingress) @@ -1349,18 +2477,6 @@ Caddy (Standalone) - - Internal Host - - - External Host - - - Basic-Auth - - - Mode - Update Proxy Provider @@ -1376,6 +2492,12 @@ No additional setup is required. + + Connection Token(s) + + + Endpoint + Successfully updated endpoint. @@ -1397,6 +2519,9 @@ Host + + Hostname/IP to connect to. Optionally specify the port. + Maximum concurrent connections @@ -1406,30 +2531,66 @@ Advanced settings + + Search for users by username or display name... + + + Search Users + + + Select Users + Active Last login + + Show inactive users + + + Select users + + + Confirm + Successfully updated group. Successfully created group. - - Parent + + Type a group name... + + + Group Name + + + Superuser Privileges + + + Whether users added to this group will have superuser privileges. + + + Parent Group + + + Select an optional parent group... Roles + + Available Roles + + + Selected Roles + Select roles to grant this groups' users' permissions from the selected roles. - - Attributes - Set custom attributes using YAML or JSON. @@ -1439,36 +2600,6 @@ Successfully created binding. - - Policy - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - - - User mappings can only be checked if a user is already logged in when trying to access this source. - - - Enabled - - - Negate result - - - Negates the outcome of the binding. Messages are unaffected. - - - Order - - - Timeout - - - Failure result - - - Pass - Don't pass @@ -1511,12 +2642,12 @@ Match created events with this action type. When left empty, all action types will be matched. + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + Match events created by selected application. When left empty, all applications are matched. - - Model - Match events created by selected model. When left empty, all models are matched. @@ -1538,6 +2669,63 @@ See documentation for a list of all variables. + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + + + Distance settings + + + Check historical distance of logins + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + + + Maximum distance + + + Maximum distance a login attempt is allowed from in kilometers. + + + Distance tolerance + + + Tolerance in checking for distances in kilometers. + + + Historical Login Count + + + Amount of previous login events to check against. + + + Check impossible travel + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + + + Impossible travel tolerance + + + Static rule settings + + + ASNs + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + + + Countries + + + Available Countries + + + Selected Countries + Static rules @@ -1642,6 +2830,12 @@ doesn't pass when either or both of the selected options are equal or above the Threshold + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + + + Number of previous passwords to check + New policy @@ -1660,6 +2854,15 @@ doesn't pass when either or both of the selected options are equal or above the Warning: Adding the user to the selected group(s) will give them superuser permissions. + + Company employees with access to the full enterprise feature set. + + + External consultants or B2C customers without access to enterprise features. + + + Machine-to-machine authentication or other automations. + Successfully updated user. @@ -1669,35 +2872,50 @@ doesn't pass when either or both of the selected options are equal or above the Successfully created user. - - Username + + Type a username for the user... + + + The user's primary identifier used for authentication. 150 characters or fewer. + + + Display Name + + + Type an optional display name... + + + The user's display name. User type - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + + Internal Service account - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. + + Managed by authentik and cannot be assigned manually. - - Service accounts should be used for machine-to-machine authentication or other automations. + + Email Address - - Email + + Type an optional email address... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. Path - - Policy + + Type a path for the user... - - Group + + Paths can be used to organize users into folders depending on which source created them or organizational structure. - - User + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. Edit Policy @@ -1720,18 +2938,21 @@ doesn't pass when either or both of the selected options are equal or above the Update Binding - - Edit Binding - No Policies bound. - - No policies are currently bound to this object. + + Policy actions Create and bind Policy + + Bind existing + + + The currently selected policy engine mode is : + Endpoint(s) @@ -1744,6 +2965,9 @@ doesn't pass when either or both of the selected options are equal or above the Create Endpoint + + Connections + Update RAC Provider @@ -1798,38 +3022,119 @@ doesn't pass when either or both of the selected options are equal or above the NameID attribute - - Warning: Provider is not assigned to an application as backchannel provider. + + SCIM Group(s) + + + SCIM User(s) Update SCIM Provider - - Application Icon + + SSF Provider is in preview. + + + Send us feedback! + + + SSF URL + + + No assigned application + + + Update SSF Provider + + + Streams Applications + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + + + Application Icon + Provider Type + + Applications Documentation + Application(s) + + Application icon for "" + Update Application + + Edit "" + + + Open "" + Open + + Create with Provider + + + Successfully cleared application cache + + + Failed to delete application cache + + + Clear cache + + + Clear Application cache + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + Successfully sent test-request. - - Log messages + + Successfully updated entitlement. - - No log messages. + + Successfully created entitlement. + + + Application entitlement(s) + + + Update Entitlement + + + These bindings control which users have access to this entitlement. + + + No app entitlements created. + + + This application does currently not have any application entitlements defined. + + + Create Entitlement + + + Create entitlement + + + Failed to fetch application "". + + + Warning: Application is not used by any Outpost. Related @@ -1852,11 +3157,293 @@ doesn't pass when either or both of the selected options are equal or above the Logins over the last week (per 8 hours) + + Application entitlements + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + Policy / Group / User Bindings - - These policies control which users can access this application. + + Loading application... + + + Successfully updated device. + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + + + Successfully created token. + + + Expires on + + + Token name... + + + Token name + + + Expiring + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + Expires? + + + Expiry date + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) Successfully updated source. @@ -1864,18 +3451,168 @@ doesn't pass when either or both of the selected options are equal or above the Successfully created source. + + Link users on unique identifier + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + + + Use the user's email address, but deny enrollment when the email address already exists + + + Link to a user with identical username. Can have security implications when a username is used with another source + + + Use the user's username, but deny enrollment when the username already exists + + + Unknown user matching mode + + + Link to a group with identical name. Can have security implications when a group is used with another source + + + Use the group's name, but deny enrollment when the name already exists + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + Sync users User password writeback + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + + + Realm settings + + + Realm + + + Kerberos 5 configuration + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + + + User matching mode + + + Group matching mode + + + Sync connection settings + + + KAdmin type + + + MIT krb5 kadmin + + + Heimdal kadmin + + + Other + + + Other type of kadmin + + + Sync principal + + + Principal used to authenticate to the KDC for syncing. + + + Sync password + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + + + Sync keytab + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + + + Sync credentials cache + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + + + SPNEGO settings + + + SPNEGO server name + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + + + SPNEGO keytab + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + + + SPNEGO credentials cache + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + + + Kerberos Attribute mapping + + + Property mappings for user creation. + + + Property mappings for group creation. + + + Flow to use when authenticating existing users. + + + Enrollment flow + + + Flow to use when enrolling new users. + + + Additional settings + + + User path + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. Sync groups + + Delete Not Found Objects + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + Connection settings @@ -1915,18 +3652,18 @@ doesn't pass when either or both of the selected options are equal or above the LDAP Attribute mapping - - Additional settings - Parent group for all the groups imported from LDAP. - - User path + + Additional User DN Additional user DN, prepended to the Base DN. + + Additional Group DN + Additional group DN, prepended to the Base DN. @@ -1945,29 +3682,38 @@ doesn't pass when either or both of the selected options are equal or above the Group membership field + + Field which contains members of a group. The value of this field is matched against User membership attribute. + + + User membership attribute + + + Attribute which matches the value of Group membership field. + + + Lookup using user attribute + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + Object uniqueness field Field which contains a unique Identifier. - - Link users on unique identifier + + HTTP Basic Auth - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + + Include the client ID and secret as request parameters - - Use the user's email address, but deny enrollment when the email address already exists + + Plain - - Link to a user with identical username. Can have security implications when a username is used with another source - - - Use the user's username, but deny enrollment when the username already exists - - - Unknown user matching mode + + S256 URL settings @@ -2014,8 +3760,17 @@ doesn't pass when either or both of the selected options are equal or above the Raw JWKS data. - - User matching mode + + PKCE Method + + + Configure Proof Key for Code Exchange for this source. + + + Authorization code authentication method + + + How to perform authentication during an authorization_code token request flow Consumer key @@ -2032,21 +3787,15 @@ doesn't pass when either or both of the selected options are equal or above the Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - - Flow settings - - - Flow to use when authenticating existing users. - - - Enrollment flow - - - Flow to use when enrolling new users. + + OAuth Attribute mapping Load servers + + Re-authenticate with Plex + Allow friends to authenticate via Plex, even if you don't share any servers @@ -2056,6 +3805,21 @@ doesn't pass when either or both of the selected options are equal or above the Select which server a user has to be a member of to be allowed to authenticate. + + Plex Attribute mapping + + + Verify Assertion Signature + + + When enabled, authentik will look for a Signature inside of the Assertion element. + + + Verify Response Signature + + + When enabled, authentik will look for a Signature inside of the Response element. + SSO URL @@ -2101,33 +3865,39 @@ doesn't pass when either or both of the selected options are equal or above the NameID Policy - - Persistent - - - Email address - - - Windows - - - X509 Subject - - - Transient - Delete temporary users after 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. + + When selected, encrypted assertions will be decrypted using this keypair. + + + SAML Attribute mapping + Pre-authentication flow Flow used before authentication. + + SCIM Attribute mapping + + + Bot username + + + Bot token + + + Request access to send messages from your bot + + + Telegram Attribute mapping + New source @@ -2149,6 +3919,15 @@ doesn't pass when either or both of the selected options are equal or above the Built-in + + Kerberos Source is in preview. + + + Update Kerberos Source + + + Connectivity + Global status @@ -2158,21 +3937,21 @@ doesn't pass when either or both of the selected options are equal or above the Update LDAP Source - - Connectivity - OAuth Source + + Group mappings can only be checked if a user is already logged in when trying to access this source. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Generic OpenID Connect Unknown provider type - - Details - Callback URL @@ -2198,12 +3977,33 @@ doesn't pass when either or both of the selected options are equal or above the Update SAML Source + + Update SCIM Source + + + SCIM Base URL + + + Click to copy token + + + Telegram bot + + + Update Telegram Source + Successfully updated mapping. Successfully created mapping. + + Unconfigured + + + This option will not be changed by this mapping. + General settings @@ -2261,6 +4061,9 @@ doesn't pass when either or both of the selected options are equal or above the Create a new property mapping. + + Property Mappings + Control how authentik exposes and interprets information. @@ -2273,14 +4076,8 @@ doesn't pass when either or both of the selected options are equal or above the Hide managed mappings - - Successfully updated token. - - - Successfully created token. - - - Expires on + + Identifier Unique identifier the token is referenced by. @@ -2300,30 +4097,12 @@ doesn't pass when either or both of the selected options are equal or above the Used to login using a flow executor - - Expiring - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - - - The token has been copied to your clipboard - - - The token was displayed because authentik does not have permission to write to the clipboard - Tokens Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - - Expires? - - - Expiry date - Token(s) @@ -2339,8 +4118,11 @@ doesn't pass when either or both of the selected options are equal or above the Editing is disabled for managed tokens - - Copy token + + Successfully updated brand. + + + Successfully created brand. Domain @@ -2348,8 +4130,8 @@ doesn't pass when either or both of the selected options are equal or above the Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - - Default + + Use this brand for each domain that doesn't have a dedicated brand. Branding settings @@ -2363,42 +4145,78 @@ doesn't pass when either or both of the selected options are equal or above the Logo + + Logo shown in sidebar/header and flow executor. + Favicon Icon shown in the browser tab. + + Default flow background + + + Default background used during flow execution. Can be overridden per flow. + + + Custom CSS + + + Custom CSS to apply to pages when this brand is active. + + + External user settings + + + Default application + + + Select an application... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + Default flows Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - - Invalidation flow - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. Recovery flow + + Select a recovery flow... + Unenrollment flow + + Select an unenrollment flow... + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. User settings flow + + Select a user settings flow... + If set, users are able to configure details of their profile. Device code flow + + Select a device code flow... + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. @@ -2408,21 +4226,45 @@ doesn't pass when either or both of the selected options are equal or above the Web Certificate - - Event retention + + Client Certificates - - Duration after which events will be deleted from the database. + + Available Certificates - - This setting only affects new Events, as the expiration is saved per-event. + + Selected Certificates + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + + + Search by domain or brand name... + + + Brands Configure visual settings and defaults for different domains. + + Brand name + Default? + + Brand(s) + + + Update Brand + + + Create Brand + + + New Brand + Policies @@ -2447,9 +4289,6 @@ doesn't pass when either or both of the selected options are equal or above the Failed to delete policy cache - - Clear cache - Clear Policy cache @@ -2474,30 +4313,54 @@ doesn't pass when either or both of the selected options are equal or above the Reputation + + Search for a group by name… + + + Group Search + Groups Group users together and give them permissions based on the membership. + + Parent + Superuser privileges? Group(s) + + View details of group "" + Create Group + + New Group + Create group + + Create and assign a group with the same name as the user. + + + Whether the token will expire. Upon expiration, the token will be rotated. + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + + Are you sure you want to delete ? + The following objects use @@ -2510,6 +4373,27 @@ doesn't pass when either or both of the selected options are equal or above the Failed to update : + + Are you sure you want to update ? + + + Impersonating user... + + + This may take a few seconds. + + + Reason + + + Reason for impersonating the user + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + + + New Password + Successfully updated password. @@ -2522,24 +4406,39 @@ doesn't pass when either or both of the selected options are equal or above the Successfully added user(s). + + Users + + + Open user selection dialog + Add users + + Group User Search + + + Group Users + User(s) Remove Users(s) + + removed + Are you sure you want to remove the selected users from the group ? - - Remove - Impersonate + + Temporarily assume the identity of this user + User status @@ -2561,6 +4460,9 @@ doesn't pass when either or both of the selected options are equal or above the Update password + + Update 's password + Set password @@ -2582,18 +4484,42 @@ doesn't pass when either or both of the selected options are equal or above the Recovery link cannot be emailed, user has no email address saved. + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + + + Assign Additional Users + Warning: This group is configured with superuser access. Added users will have superuser access. Add existing user + + Add new user + Create User + + New User + This user will be added to the group "". + + New user... + + + Create Service Account + + + New Service Account + + + New service account... + Hide service-accounts @@ -2606,131 +4532,20 @@ doesn't pass when either or both of the selected options are equal or above the Edit the notes attribute of this group to add notes here. - - Users + + Unnamed - - Pseudolocale (for testing) + + Collapse "" - - English + + Expand "" - - Spanish + + Select "" - - German - - - French - - - Korean - - - Dutch - - - Polish - - - Turkish - - - Chinese (traditional) - - - Taiwanese Mandarin - - - Chinese (simplified) - - - Warning: The current user count has exceeded the configured licenses. - - - Click here for more info. - - - API Requests - - - Open API Browser - - - Show details - - - Notifications - - - unread - - - Successfully cleared notifications - - - Clear all - - - User interface - - - Dashboards - - - Outposts - - - Events - - - Logs - - - Notification Rules - - - Notification Transports - - - Blueprints - - - Flows and Stages - - - Flows - - - Stages - - - Prompts - - - Directory - - - Tokens and App passwords - - - Invitations - - - System - - - Certificates - - - Outpost Integrations - - - Enterprise - - - Licenses + + Items of "" Root @@ -2738,15 +4553,33 @@ doesn't pass when either or both of the selected options are equal or above the A copy of this recovery link has been placed in your clipboard + + Search by username, email, etc... + + + User Search + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + + Show deactivated users + + + No name set + Create recovery link + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + User folders + + User paths + Successfully added user to group(s). @@ -2774,18 +4607,6 @@ doesn't pass when either or both of the selected options are equal or above the Application authorizations - - Permissions to add - - - Select permissions - - - Assign permission - - - User doesn't have view permission so description cannot be retrieved. - Revoked? @@ -2795,12 +4616,18 @@ doesn't pass when either or both of the selected options are equal or above the ID Token + + Access Tokens(s) + Refresh Tokens(s) Last IP + + Last used + Session(s) @@ -2813,12 +4640,57 @@ doesn't pass when either or both of the selected options are equal or above the Consent(s) + + Reputation score(s) + + + Disconnect + + + Successfully disconnected source + + + Failed to disconnected source: + + + Connect + + + Error: unsupported source settings: + + + "" source + + + No services available. + + + Source Settings + Confirmed + + Created at + + + Last updated at + + + Last used at + + + Device type cannot be deleted + Device(s) + + Email + + + Last password change + User Info @@ -2828,9 +4700,6 @@ doesn't pass when either or both of the selected options are equal or above the Allow the user to log in and use this system - - Temporarily assume the identity of this user - Enter a new password for this user @@ -2840,32 +4709,38 @@ doesn't pass when either or both of the selected options are equal or above the Create Recovery Link - - Actions over the last week (per 8 hours) - - - Edit the notes attribute of this user to add notes here. - Sessions - - User events - Explicit Consent + + OAuth Access Tokens + OAuth Refresh Tokens MFA Authenticators - - Assigned global permissions + + Connected services - - Assigned object permissions + + RAC Connections + + + Actions over the last week (per 8 hours) + + + Edit the notes attribute of this user to add notes here. + + + User events + + + Credentials / Tokens Successfully updated role. @@ -2885,21 +4760,57 @@ doesn't pass when either or both of the selected options are equal or above the Create Role - - Role doesn't have view permission so description cannot be retrieved. + + Unknown Initial Permissions mode - - Role + + Successfully updated initial permissions. + + + Successfully created initial permissions. + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + + + The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. + + + Available Permissions + + + Selected Permissions + + + Permissions to grant when a new object is created. + + + Initial Permissions + + + Set initial permissions for newly created objects. + + + Update Initial Permissions + + + Create Initial Permissions Role Info + + Role + Successfully updated invitation. Successfully created invitation. + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + Flow @@ -2924,6 +4835,9 @@ doesn't pass when either or both of the selected options are equal or above the Link to use the invitation. + + Invitations + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. @@ -2945,6 +4859,51 @@ doesn't pass when either or both of the selected options are equal or above the Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + + Pseudolocale (for testing) + + + German + + + English + + + Spanish + + + French + + + Italian + + + Japanese + + + Korean + + + Dutch + + + Polish + + + Russian + + + Turkish + + + Chinese (simplified) + + + Chinese (traditional) + + + Not you? + Auto-detect (based on your browser) @@ -2954,6 +4913,9 @@ doesn't pass when either or both of the selected options are equal or above the Continue + + Failed to preview prompt + Successfully updated prompt. @@ -3038,9 +5000,6 @@ doesn't pass when either or both of the selected options are equal or above the Label shown next to/above the prompt. - - Required - Interpret placeholder as expression @@ -3077,12 +5036,18 @@ doesn't pass when either or both of the selected options are equal or above the Any HTML can be used. + + Prompts + Single Prompts that can be used for Prompt Stages. Field + + Stages + Prompt(s) @@ -3092,36 +5057,6 @@ doesn't pass when either or both of the selected options are equal or above the Create Prompt - - Target - - - Stage - - - Evaluate when flow is planned - - - Evaluate policies during the Flow planning process. - - - Evaluate when stage is run - - - Invalid response behavior - - - Returns the error message and a similar challenge to the executor - - - Restarts the flow from the beginning - - - Restarts the flow from the beginning, while keeping the flow context - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - Successfully updated stage. @@ -3152,6 +5087,9 @@ doesn't pass when either or both of the selected options are equal or above the Duo Admin API (optional) + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + Stage-specific settings @@ -3161,6 +5099,57 @@ doesn't pass when either or both of the selected options are equal or above the Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + + SMTP Host + + + SMTP Port + + + SMTP Username + + + SMTP Password + + + Use TLS + + + Use SSL + + + From address + + + Email address the verification email will be sent from. + + + Stage used to configure an email-based authenticator. + + + Use global connection settings + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + + + Subject of the verification email. + + + Token expiration + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + + + Template + + + Loading templates... + + + Template used for the verification email. + Twilio Account SID @@ -3197,9 +5186,6 @@ doesn't pass when either or both of the selected options are equal or above the This is the password to be used with basic auth - - Mapping - Stage used to configure an SMS-based TOTP authenticator. @@ -3215,6 +5201,12 @@ doesn't pass when either or both of the selected options are equal or above the Number the SMS will be sent from. + + Mapping + + + Modify the payload sent to the provider. + Hash phone number @@ -3248,12 +5240,6 @@ doesn't pass when either or both of the selected options are equal or above the 8 digits, not compatible with apps like Google Authenticator - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - - - Device classes - Static Tokens @@ -3269,12 +5255,24 @@ doesn't pass when either or both of the selected options are equal or above the SMS-based Authenticators + + Email-based Authenticators + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + + + Device classes + Device classes which can be used to authenticate. Last validation threshold + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + Not configured action @@ -3284,6 +5282,24 @@ doesn't pass when either or both of the selected options are equal or above the Deny the user access + + Configuration stages + + + Available Stages + + + Selected Stages + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + + + When multiple stages are selected, the user can choose which one they want to enroll. + + + WebAuthn-specific settings + WebAuthn User verification @@ -3296,14 +5312,20 @@ doesn't pass when either or both of the selected options are equal or above the User verification should not occur. - - Configuration stages + + WebAuthn Device type restrictions - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + + Available Device types - - When multiple stages are selected, the user can choose which one they want to enroll. + + Selected Device types + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + + + This restriction only applies to devices created in authentik 2024.4 or later. Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). @@ -3344,6 +5366,15 @@ doesn't pass when either or both of the selected options are equal or above the A "roaming" authenticator, like a YubiKey + + Maximum registration attempts + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + + + Device type restrictions + This stage checks the user's current session against the Google reCaptcha (or compatible) service. @@ -3359,6 +5390,30 @@ doesn't pass when either or both of the selected options are equal or above the Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + + Interactive + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + + + Score minimum threshold + + + Minimum required score to allow continuing + + + Score maximum threshold + + + Maximum allowed score to allow continuing + + + Error on invalid score + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + JS URL @@ -3377,6 +5432,12 @@ doesn't pass when either or both of the selected options are equal or above the Always require consent + + Consent given lasts indefinitely + + + Consent expires + Consent expires in @@ -3398,27 +5459,6 @@ doesn't pass when either or both of the selected options are equal or above the Throw error? - - SMTP Host - - - SMTP Port - - - SMTP Username - - - SMTP Password - - - Use TLS - - - Use SSL - - - From address - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. @@ -3434,8 +5474,23 @@ doesn't pass when either or both of the selected options are equal or above the When enabled, global Email connection settings will be used and connection settings below will be ignored. - - Template + + Time the token sent is valid. + + + Account Recovery Max Attempts + + + Account Recovery Cache Timeout + + + The time window used to count recent account recovery attempts. + + + A selection is required + + + UPN Let the user identify themselves with their username or Email address. @@ -3443,9 +5498,6 @@ doesn't pass when either or both of the selected options are equal or above the User fields - - UPN - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. @@ -3455,6 +5507,12 @@ doesn't pass when either or both of the selected options are equal or above the When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + + Captcha stage + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + Case insensitive matching @@ -3473,6 +5531,12 @@ doesn't pass when either or both of the selected options are equal or above the 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. + + Enable "Remember me on this device" + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + Source settings @@ -3509,11 +5573,41 @@ doesn't pass when either or both of the selected options are equal or above the 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. - - Validate the user's password against the selected backend(s). + + Client-certificate/mTLS authentication/enrollment. - - Backends + + Certificate optional + + + If no certificate was provided, this stage will succeed and continue to the next stage. + + + Certificate required + + + If no certificate was provided, this stage will stop flow execution. + + + Certificate authorities + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + + + Certificate attribute + + + Common Name + + + Configure the attribute of the certificate used to look for a user. + + + User attribute + + + Configure the attribute of the user used to look for a user. User database + standard password @@ -3524,36 +5618,96 @@ doesn't pass when either or both of the selected options are equal or above the User database + LDAP password + + User database + Kerberos password + + + Validate the user's password against the selected backend(s). + + + Backends + Selection of backends to test the password against. + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + Failed attempts before cancel 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. + + Provide users with a 'show password' button. + + + ("", of type ) + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. Fields + + Available Fields + + + Selected Fields + Validation Policies + + Available Policies + + + Selected Policies + Selected policies are executed when the stage is submitted to validate the data. + + Redirect the user to another flow, potentially with all gathered context + + + Static + + + Target URL + + + Redirect the user to a static URL. + + + Target Flow + + + Redirect the user to a Flow. + + + Keep flow context + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + + + Source + + + Resume timeout + + + Amount of time a user can take to return from the source to continue the flow. + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. Log the currently pending user in. - - Session duration - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. @@ -3569,6 +5723,12 @@ doesn't pass when either or both of the selected options are equal or above the If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + + Remember device + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + Network binding @@ -3639,18 +5799,60 @@ doesn't pass when either or both of the selected options are equal or above the Mark newly created users as inactive. - - User path template + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + + + Service accounts should be used for machine-to-machine authentication or other automations. User type used for newly created users. + + User path template + Path new users will be created under. If left blank, the default path will be used. Newly created users are added to this group, if a group is selected. + + Target + + + Stage + + + Evaluate when flow is planned + + + Evaluate policies during the Flow planning process. + + + Evaluate when stage is run + + + Evaluate policies before the Stage is presented to the user. + + + Invalid response behavior + + + Returns the error message and a similar challenge to the executor + + + Restarts the flow from the beginning + + + Restarts the flow from the beginning, while keeping the flow context + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + New stage @@ -3681,9 +5883,21 @@ doesn't pass when either or both of the selected options are equal or above the Or manually import + + Endpoint Google Chrome Device Trust is in preview. + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + + + Google Verified Access API + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + + Flows + Stage(s) @@ -3720,6 +5934,18 @@ doesn't pass when either or both of the selected options are equal or above the Require authentication + + Require no authentication + + + Require superuser + + + Require being redirected from another flow + + + Require Outpost (flow can only be executed from an outpost) + Required authentication level for this flow. @@ -3768,6 +5994,15 @@ doesn't pass when either or both of the selected options are equal or above the Successfully imported flow. + + .yaml files, which can be found in the Example Flows documentation + + + See more here: + + + Documentation + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. @@ -3777,9 +6012,15 @@ doesn't pass when either or both of the selected options are equal or above the Update Flow + + Execute "" + Execute + + Export "" + Export @@ -3823,12 +6064,12 @@ doesn't pass when either or both of the selected options are equal or above the No stages are currently bound to this flow. - - Create Stage binding - Create and bind Stage + + Create Stage binding + Bind existing stage @@ -3844,9 +6085,24 @@ doesn't pass when either or both of the selected options are equal or above the Execute flow + + Execute "" normally + Normal + + Execute "" as current user + + + Current user + + + Execute "" with inspector + + + Use inspector + Export flow @@ -3859,8 +6115,11 @@ doesn't pass when either or both of the selected options are equal or above the Event Log - - Event + + Brand + + + Show details Event info @@ -3868,12 +6127,24 @@ doesn't pass when either or both of the selected options are equal or above the Created + + Raw event info + + + Event + Successfully updated transport. Successfully created transport. + + Send once + + + Only send notification once, for example when sending a webhook into a chat channel. + Local (notifications will be created within authentik) @@ -3886,11 +6157,20 @@ doesn't pass when either or both of the selected options are equal or above the Webhook URL - - Send once + + Webhook Body Mapping - - Only send notification once, for example when sending a webhook into a chat channel. + + Webhook Header Mapping + + + Email Subject Prefix + + + Email Template + + + Notification Transports Define how notifications are sent to users, like Email or Webhook. @@ -3910,15 +6190,36 @@ doesn't pass when either or both of the selected options are equal or above the Successfully created rule. + + Select the group of users which the alerts are sent to. + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + + + Send notification to event user + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + Transports + + Available Transports + + + Selected Transports + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. Severity + + Notification Rules + Send notifications whenever a specific Event is created and matched by policies. @@ -3944,9 +6245,6 @@ Bindings to groups/users are checked against the user of the event. View deployment documentation - - Click to copy token - If your authentik Instance is using a self-signed certificate, set this value. @@ -3974,14 +6272,23 @@ Bindings to groups/users are checked against the user of the event. Selecting an integration enables the management of the outpost by authentik. + + See documentation + + + Available Applications + + + Selected Applications + Configuration - - See more here: + + (build ) - - Documentation + + (FIPS) Last seen @@ -3989,14 +6296,14 @@ Bindings to groups/users are checked against the user of the event. , should be - - Hostname - Not available - - Unknown type + + Last seen: () + + + Outposts Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. @@ -4043,6 +6350,11 @@ Bindings to groups/users are checked against the user of the event. Docker URL + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. @@ -4067,6 +6379,12 @@ Bindings to groups/users are checked against the user of the event. Create a new outpost integration. + + Outpost integrations + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + State @@ -4079,9 +6397,6 @@ Bindings to groups/users are checked against the user of the event. Successfully generated certificate-key pair. - - Common Name - Subject-alt name @@ -4091,6 +6406,18 @@ Bindings to groups/users are checked against the user of the event. Validity days + + Private key Algorithm + + + RSA + + + ECDSA + + + Algorithm used to generate the private key. + Successfully updated certificate-key pair. @@ -4142,446 +6469,17 @@ Bindings to groups/users are checked against the user of the event. Download Private key + + Import Existing Certificate-Key Pair + Generate - - Successfully updated instance. + + Generate New Certificate-Key Pair - - Successfully created instance. - - - Disabled blueprints are never applied. - - - Local path - - - OCI Registry - - - Blueprint - - - Configure the blueprint context, used for templating. - - - Orphaned - - - Automate and template configuration within authentik. - - - Last applied - - - Blueprint(s) - - - Update Blueprint - - - Apply - - - Create Blueprint Instance - - - Successfully updated license. - - - Successfully created license. - - - Install ID - - - License key - - - Manage enterprise licenses - - - No licenses found. - - - License(s) - - - Go to Customer Portal - - - Forecast internal users - - - Estimated user count one year from now based on current internal users and forecasted internal users. - - - Forecast external users - - - Estimated user count one year from now based on current external users and forecasted external users. - - - Cumulative license expiry - - - Internal: - - - External: - - - Update License - - - Install - - - Install License - - - WebAuthn requires this page to be accessed via HTTPS. - - - WebAuthn not supported by browser. - - - API request failed - - - Connection failed after attempts. - - - Re-connecting in second(s). - - - Connecting... - - - Authenticating with Apple... - - - Retry - - - Authenticating with Plex... - - - Waiting for authentication... - - - If no Plex popup opens, click the button below. - - - Open login - - - Something went wrong! Please try again later. - - - Request ID - - - You may close this page now. - - - You're about to be redirect to the following URL. - - - Follow redirect - - - Request has been denied. - - - Not you? - - - Need an account? - - - Sign up. - - - Forgot username or password? - - - Or - - - Use a security key - - - Login to continue to . - - - Please enter your password - - - Forgot password? - - - Application requires following permissions: - - - Application already has access to the following permissions: - - - Application requires following new permissions: - - - Check your Inbox for a verification email. - - - Send Email again. - - - Successfully copied TOTP Config. - - - Code - - - Duo activation QR code - - - Alternatively, if your current device has Duo installed, click on this link: - - - Duo activation - - - Check status - - - Make sure to keep these tokens in a safe place. - - - Phone number - - - Please enter your Phone number. - - - Please enter the code you received via SMS - - - Static token - - - Authentication code - - - Please enter your code - - - Retry authentication - - - Duo push-notifications - - - Receive a push notification on your device. - - - Authenticator - - - Use a security key to prove your identity. - - - Traditional authenticator - - - Use a code-based authenticator. - - - Recovery keys - - - SMS - - - Tokens sent via SMS. - - - Stay signed in? - - - Select Yes to reduce the number of times you're asked to sign in. - - - You've successfully authenticated your device. - - - Flow inspector - - - Next stage - - - Stage name - - - Stage kind - - - Stage object - - - This flow is completed. - - - Plan history - - - Current plan context - - - Session ID - - - Powered by authentik - - - Error creating credential: - - - Server validation of credential failed: - - - Select endpoint to connect to - - - Unread notifications - - - Sign out - - - Admin interface - - - Stop impersonation - - - Avatar image - - - Refer to documentation - - - No Applications available. - - - Either no applications are defined, or you don’t have access to any. - - - My Applications - - - My applications - - - Change your password - - - Change password - - - Save - - - Delete account - - - Successfully updated details - - - Open settings - - - No settings flow configured. - - - Update details - - - Successfully updated device. - - - Enroll - - - Update Device - - - Successfully disconnected source - - - Failed to disconnected source: - - - Disconnect - - - Connect - - - Error: unsupported source settings: - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - - - No services available. - - - Create App password - - - User details - - - Consent - - - MFA Devices - - - Connected services - - - Brand - - - Successfully updated brand. - - - Successfully created brand. - - - Use this brand for each domain that doesn't have a dedicated brand. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - - - Brands - - - Brand(s) - - - Update Brand - - - Create Brand - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. + + Link Title Successfully updated settings. @@ -4645,9 +6543,37 @@ Bindings to groups/users are checked against the user of the event. Enable the ability for users to change their username. + + Event retention + + + Duration after which events will be deleted from the database. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + + + Reputation: lower limit + + + Reputation cannot decrease lower than this value. Zero or negative. + + + Reputation: upper limit + + + Reputation cannot increase higher than this value. Zero or positive. + Footer links + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + GDPR compliance @@ -4660,218 +6586,11 @@ Bindings to groups/users are checked against the user of the event. Globally enable/disable impersonation. - - System settings + + Require reason for impersonation - - Changes made: - - - Key - - - Previous value - - - New value - - - Raw event info - - - Anonymous user - - - Add All Available - - - Remove All Available - - - Remove All - - - Available options - - - Selected options - - - item(s) marked to add. - - - item(s) selected. - - - item(s) marked to remove. - - - Available Applications - - - Selected Applications - - - Last used - - - OAuth Access Tokens - - - Credentials / Tokens - - - Permissions set on users which affect this object. - - - Permissions set on roles which affect this object. - - - Permissions assigned to this user which affect all object instances of a given type. - - - Permissions assigned to this user affecting specific object instances. - - - Permissions assigned to this role which affect all object instances of a given type. - - - JWT payload - - - Preview for user - - - Brand name - - - Delete authorization on disconnect - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - - - Connection Token(s) - - - Endpoint - - - Connections - - - Unconfigured - - - This option will not be changed by this mapping. - - - RAC Connections - - - Sending Duo push notification... - - - Failed to authenticate - - - Authenticating... - - - Customization - - - Authentication failed. Please try again. - - - Failed to register. Please try again. - - - Registering... - - - Failed to register - - - Retry registration - - - Select one of the options below to continue. - - - Latest version unknown - - - Timestamp - - - Time - - - Level - - - Event - - - Logger - - - Update internal password on login - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - - - Source - - - Resume timeout - - - Amount of time a user can take to return from the source to continue the flow. - - - Your Install ID - - - Enter the email associated with your account, and we'll send you a link to reset your password. - - - Stage name: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - - - A selection is required - - - Device type restrictions - - - Available Device types - - - Selected Device types - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - - - WebAuthn-specific settings - - - WebAuthn Device type restrictions - - - This restriction only applies to devices created in authentik 2024.4 or later. + + Require administrators to provide a reason for impersonating a user. Default token duration @@ -4885,404 +6604,93 @@ Bindings to groups/users are checked against the user of the event. Default length of generated tokens - - deleted + + Flags - - Select permissions to assign + + Modify flags to opt into new authentik behaviours early. - - Update SCIM Source + + Save - - SCIM Base URL + + System settings - - Provisioned Users + + Successfully updated instance. - - Provisioned Groups + + Successfully created instance. - - removed + + Disabled blueprints are never applied. - - Verifying... + + Local path - - Available Roles + + OCI Registry - - Selected Roles + + OCI URL - - Private key Algorithm + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest - - RSA + + Read more about - - ECDSA + + OCI Support - - Algorithm used to generate the private key. + + Blueprint - - Added ID + + Configure the blueprint context, used for templating. - - Removed ID + + Orphaned - - Cleared + + Blueprints - - Google Workspace Provider + + Automate and template configuration within authentik. - - Credentials + + Last applied - - Delegated Subject + + Blueprint(s) - - Default group email domain + + Update Blueprint - - Default domain that is used to generate a group's email address. Can be customized using property mappings. + + Edit "" blueprint - - User deletion action + + Apply "" blueprint - - User is deleted + + Apply - - Suspend + + Create Blueprint Instance - - User is suspended, and connection to user in authentik is removed. + + Successfully updated license. - - Do Nothing + + Successfully created license. - - The connection is removed but the user is not modified + + Install ID - - Determines what authentik will do when a User is deleted. - - - Group deletion action - - - Group is deleted - - - The connection is removed but the group is not modified - - - Determines what authentik will do when a Group is deleted. - - - Microsoft Entra Provider - - - Google Cloud credentials file. - - - Email address of the user the actions of authentik will be delegated to. - - - Client ID for the app registration. - - - Client secret for the app registration. - - - Tenant ID - - - ID of the tenant accounts will be synced into. - - - Update Microsoft Entra Provider - - - Update Google Workspace Provider - - - Enterprise only - - - Icon - - - (build ) - - - (FIPS) - - - Score minimum threshold - - - Minimum required score to allow continuing - - - Score maximum threshold - - - Maximum allowed score to allow continuing - - - Error on invalid score - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - - - Microsoft Entra Group(s) - - - Microsoft Entra User(s) - - - Google Workspace Group(s) - - - Google Workspace User(s) - - - SCIM Group(s) - - - SCIM User(s) - - - FIPS compliance: passing - - - Unverified - - - FIPS compliance: unverified - - - FIPS Status - - - Search returned no results. - - - Reputation score(s) - - - See documentation - - - Close dialog - - - Pagination - - - Restore Application Wizard Hint - - - Your authentik password - - - Internal Service account - - - Outpost integrations - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - - - Operation failed to complete - - - Failed to fetch objects: - - - Available Scopes - - - Selected Scopes - - - Available Property Mappings - - - Selected Property Mappings - - - Available User Property Mappings - - - Selected User Property Mappings - - - Available Group Property Mappings - - - Selected Group Property Mappings - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - - - ASNs - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - - - Countries - - - Available Countries - - - Selected Countries - - - Bind existing policy/group/user - - - Property mappings for user creation. - - - Property mappings for group creation. - - - Link to a group with identical name. Can have security implications when a group is used with another source - - - Use the group's name, but deny enrollment when the name already exists - - - Group matching mode - - - OAuth Attribute mapping - - - Plex Attribute mapping - - - Encryption Certificate - - - When selected, encrypted assertions will be decrypted using this keypair. - - - SAML Attribute mapping - - - SCIM Attribute mapping - - - External user settings - - - Default application - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - - - Warning: One or more license(s) have expired. - - - Warning: One or more license(s) will expire within the next 2 weeks. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - - - This authentik instance uses a Trial license. - - - This authentik instance uses a Non-production license. - - - Access Tokens(s) - - - Created at - - - Last updated at - - - Last used at - - - Provide users with a 'show password' button. - - - Show password - - - Hide password - - - An outpost is on an incorrect version! - - - Russian - - - Last seen: () - - - Sign assertions - - - When enabled, the assertion element of the SAML response will be signed. - - - Sign responses - - - When selected, assertions will be encrypted using this keypair. - - - Available Sources - - - Selected Sources - - - Successfully triggered sync. - - - Sync - - - Sync User - - - Available Stages - - - Selected Stages - - - Available Fields - - - Selected Fields - - - Available Transports - - - Selected Transports + + License key Expired @@ -5314,425 +6722,62 @@ Bindings to groups/users are checked against the user of the event. External user usage - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + + Licenses - - Sync Group + + Manage enterprise licenses - - ("", of type ) + + No licenses found. - - Parent Group + + License(s) - - Flow used when logging out of this provider. + + Forecast internal users - - Unbind flow + + Estimated user count one year from now based on current internal users and forecasted internal users. - - Flow used for unbinding users. + + Approximately - - Verify SCIM server's certificates + + Forecast external users - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + + Estimated user count one year from now based on current external users and forecasted external users. - - Go back to overview + + Cumulative license expiry - - Log out of + + No expiry - - Log back into + + Internal: - - Encryption Key + + External: - - Device type cannot be deleted + + Update License - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + + Your Install ID - - Google Verified Access API + + Go to Customer Portal - - Device type cannot be edited + + Learn more - - Advanced flow settings + + Install - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - - - Realm settings - - - Realm - - - Kerberos 5 configuration - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - - - Sync connection settings - - - Sync principal - - - Principal used to authenticate to the KDC for syncing. - - - Sync password - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - - - Sync keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - Sync credentials cache - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - - - SPNEGO settings - - - SPNEGO server name - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - - - SPNEGO keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - SPNEGO credentials cache - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - - - Kerberos Attribute mapping - - - Update Kerberos Source - - - User database + Kerberos password - - - Select another authentication method - - - Enter a one-time recovery code for this user. - - - Enter the code from your authenticator device. - - - Kerberos Source is in preview. - - - Captcha stage - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - - - Endpoint Google Chrome Device Trust is in preview. - - - Interactive - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - - - Reason - - - Reason for impersonating the user - - - Require reason for impersonation - - - Require administrators to provide a reason for impersonating a user. - - - Italian - - - Add entry - - - Link Title - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - - - Strict - - - Regex - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - - - Federated OIDC Sources - - - Federated OIDC Providers - - - Available Providers - - - Selected Providers - - - JWTs signed by the selected providers can be used to authenticate to this provider. - - - KAdmin type - - - MIT krb5 kadmin - - - Heimdal kadmin - - - Other - - - Other type of kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - - - Consent given lasts indefinitely - - - Consent expires - - - Available Policies - - - Selected Policies - - - Redirect the user to another flow, potentially with all gathered context - - - Static - - - Target URL - - - Redirect the user to a static URL. - - - Target Flow - - - Redirect the user to a Flow. - - - Keep flow context - - - Require no authentication - - - Require superuser - - - Require being redirected from another flow - - - Require Outpost (flow can only be executed from an outpost) - - - An application name is required - - - Not a valid URL - - - Not a valid slug - - - Configure Bindings - - - Configure Policy/User/Group Bindings - - - No bound policies. - - - Bind policy/group/user - - - Configure Policy Bindings - - - Don't Pass - - - Save Binding - - - Create a Policy/User/Group Binding - - - Please choose a provider type before proceeding. - - - Choose a Provider Type - - - Redirect URIs/Origins (RegEx) - - - Configure OAuth2 Provider - - - Configure Remote Access Provider - - - List of CIDRs (comma-seperated) 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. - - - Configure Provider - - - strict - - - regexp - - - Review and Submit Application - - - There was an error. Please go back and review the application. - - - There was an error: - - - Please go back and review the application. - - - Review the Application and Provider - - - Saving application... - - - authentik was unable to complete this process. - - - Create with wizard - - - Bind existing - - - Successfully updated entitlement. - - - Successfully created entitlement. - - - Application entitlement(s) - - - Update Entitlement - - - These bindings control which users have access to this entitlement. - - - No app entitlements created. - - - Create Entitlement - - - Create entitlement - - - Application entitlements - - - These entitlements can be used to configure user access in this application. - - - Worker with incorrect version connected. - - - (Format: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - - - Event Retention - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - - - OIDC Providers - - - SSF Provider is in preview. - - - Update SSF Provider - - - Streams - - - authentik Logo + + Install License Release @@ -5758,464 +6803,8 @@ Bindings to groups/users are checked against the user of the event. OpenSSL - - A newer version () of the UI is available. - - - No notifications found. - - - You don't have any notifications currently. - - - Version - - - Last password change - - - Evaluate policies before the Stage is presented to the user. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - - - Idle - - - Connecting - - - Waiting - - - Connected - - - Disconnecting - - - Disconnected - - - Create a new application and configure a provider for it. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - - - Distance settings - - - Check historical distance of logins - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - - - Maximum distance - - - Maximum distance a login attempt is allowed from in kilometers. - - - Distance tolerance - - - Tolerance in checking for distances in kilometers. - - - Historical Login Count - - - Amount of previous login events to check against. - - - Check impossible travel - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - - - Impossible travel tolerance - - - Static rule settings - - - Create with Provider - - - Email address the verification email will be sent from. - - - Stage used to configure an email-based authenticator. - - - Use global connection settings - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - - - Subject of the verification email. - - - Token expiration - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - - - Caps Lock is enabled. - - - Configure your email - - - Please enter your email address. - - - Please enter the code you received via email - - - Tokens sent via email. - - - Enable dry-run mode - - - When enabled, mutating requests will be dropped and logged instead. - - - Override dry-run mode - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - - - Dry-run - - - Successfully cleared application cache - - - Failed to delete application cache - - - Clear Application cache - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - - - No name set - - - Show inactive users - - - Time the token sent is valid. - - - Compatibility Mode - - - Default behavior. - - - AWS - - - Altered behavior for usage with Amazon Web Services. - - - Slack - - - Altered behavior for usage with Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - - - AuthnContextClassRef Property Mapping - - - 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. - - - SSF URL - - - No assigned application - - - Custom CSS - - - Custom CSS to apply to pages when this brand is active. - - - Default flow background - - - Default background used during flow execution. Can be overridden per flow. - - - Task - - - Webhook Body Mapping - - - Webhook Header Mapping - - - Failed to preview prompt - - - Lookup using user attribute - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - - - Initial Permissions - - - Unknown Initial Permissions mode - - - Successfully updated initial permissions. - - - Successfully created initial permissions. - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - - - Available Permissions - - - Selected Permissions - - - Permissions to grant when a new object is created. - - - Set initial permissions for newly created objects. - - - Update Initial Permissions - - - Create Initial Permissions - - - Reputation: lower limit - - - Reputation cannot decrease lower than this value. Zero or negative. - - - Reputation: upper limit - - - Reputation cannot increase higher than this value. Zero or positive. - - - HTTP Basic Auth - - - Include the client ID and secret as request parameters - - - Authorization code authentication method - - - How to perform authentication during an authorization_code token request flow - - - Enable "Remember me on this device" - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - - - Remember me on this device - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - - - Number of previous passwords to check - - - Choose a Provider - - - When enabled, the SAML response will be signed. - - - Client Certificates - - - Available Certificates - - - Selected Certificates - - - Client-certificate/mTLS authentication/enrollment. - - - Certificate optional - - - If no certificate was provided, this stage will succeed and continue to the next stage. - - - Certificate required - - - If no certificate was provided, this stage will stop flow execution. - - - Certificate authorities - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - - - Certificate attribute - - - Configure the attribute of the certificate used to look for a user. - - - User attribute - - - Configure the attribute of the user used to look for a user. - - - Delete Not Found Objects - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - - - User membership attribute - - - Attribute which matches the value of Group membership field. - - - Additional User DN - - - Additional Group DN - - - The currently selected policy engine mode is : - - - Import Existing Certificate-Key Pair - - - Generate New Certificate-Key Pair - - - Show field content - - - Hide field content - - - Re-authenticate with Plex - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - - - Select the group of users which the alerts are sent to. - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - - - Send notification to event user - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - - - Maximum registration attempts - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - - - This application does currently not have any application entitlements defined. - - - Authenticated as - - - Remember device - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - - - Element inside the form slot is not a Form - - - New Password - - - Update 's password - - - Modify the payload sent to the provider. - - - Dismiss - - - Status messages - - - Select an invalidation flow... - - - Open about dialog - - - Product name - - - Product version - - - Global navigation + + Enterprise Collapse @@ -6226,496 +6815,72 @@ Bindings to groups/users are checked against the user of the event. navigation - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + + Dashboards - - Skip to content + + Endpoint Devices - - Kerberos Source + + Device groups - - Successfully updated schedule. + + Logs - - Crontab + + Customization - - Paused + + Flows and Stages - - Pause this schedule + + Directory - - Waiting to run + + Tokens and App passwords - - Running + + System - - Queue + + Certificates - - Last updated + + Outpost Integrations - - Show only standalone tasks + + Warning: The current user count has exceeded the configured licenses. - - Exclude successful tasks + + Warning: One or more license(s) have expired. - - Retry task + + Warning: One or more license(s) will expire within the next 2 weeks. - - Schedule + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - - Next run + + Click here for more info. - - Last status + + This authentik instance uses a Trial license. - - Show only standalone schedules + + This authentik instance uses a Non-production license. - - Run scheduled task now - - - Update Schedule - - - Schedules - - - Tasks - - - Current status - - - Sync is currently running. - - - Sync is not currently running. - - - Last successful sync - - - No successful sync found. - - - Last sync status - - - Current execution logs - - - Previous executions logs - - - Home - - - Collapse navigation - - - Expand navigation - - - Search - - - Table content - - - Learn more about the enterprise license. - - - Search for providers… - - - Default NameID Policy - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - - The name displayed in the application library. - - - e.g. Collaboration, Communication, Internal, etc. - - - Failed to fetch application "". - - - Account Recovery Max Attempts - - - Account Recovery Cache Timeout - - - The time window used to count recent account recovery attempts. - - - None - - - Flags - - - Modify flags to opt into new authentik behaviours early. - - - Loading templates... - - - Template used for the verification email. - - - Email Subject Prefix - - - Email Template - - - An unknown error occurred - - - Please check the browser console for more details. - - - There was an error submitting the form. - - - This field is required. - - - Query suggestions - - - Table Search - - - An error occurred while updating the provider. - - - An error occurred while creating the provider. - - - Impersonating user... - - - This may take a few seconds. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - - - Device Code - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - - - New Provider - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - - - Expand row - - - actions - - - Select all rows on page ( of selected) - - - table - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - - - Search ... - - - Provider Name - - - Select a certificate... - - - Select an authorization flow... - - - Select a signing key... - - - Select an encryption key... - - - Select an authentication flow... - - - Provider Search - - - Provider not assigned to any application. - - - Edit "" provider - - - Applications Documentation - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - - - Update "" Permissions - - - Open "" permissions modal - - - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - - - Read more about - - - OCI Support - - - Edit "" blueprint - - - Apply "" blueprint - - - Welcome, - - - Welcome - - - Loading application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - - - Token to authenticate with. - - - OAuth Source - - - Specify OAuth source used for authentication. - - - OAuth Parameters - - - Additional OAuth parameters, such as grant_type. - - - Authentication Mode - - - Authenticate SCIM requests using a static token. - - - OAuth - - - Authenticate SCIM requests using OAuth. - - - Salesforce - - - Altered behavior for usage with Salesforce. - - - Query input - - - Last refreshed - - - Refresh Token threshold - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - - Company employees with access to the full enterprise feature set. - - - External consultants or B2C customers without access to enterprise features. - - - Machine-to-machine authentication or other automations. - - - Type a username for the user... - - - The user's primary identifier used for authentication. 150 characters or fewer. - - - Display Name - - - Type an optional display name... - - - Managed by authentik and cannot be assigned manually. - - - Email Address - - - Type an optional email address... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - - - Type a path for the user... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - - Open "" - - - Verify Assertion Signature - - - When enabled, authentik will look for a Signature inside of the Assertion element. - - - Verify Response Signature - - - When enabled, authentik will look for a Signature inside of the Response element. - - - Logo shown in sidebar/header and flow executor. - - - Select an application... - - - Select a recovery flow... - - - Select an unenrollment flow... - - - Select a user settings flow... - - - Select a device code flow... - - - Search by domain or brand name... - - - New Brand - - - Create and assign a group with the same name as the user. - - - Whether the token will expire. Upon expiration, the token will be rotated. - - - Unnamed - - - Collapse "" - - - Expand "" - - - Select "" - - - Items of "" + + A newer version () of the UI is available. API drawer + + API Requests + + + Open API Browser + Close API drawer @@ -6725,47 +6890,74 @@ Bindings to groups/users are checked against the user of the event. Mark as read + + Successfully cleared notifications + + + No notifications found. + + + You don't have any notifications currently. + Notification drawer - - Search by username, email, etc... + + Notifications - - User Search + + unread - - Show deactivated users + + Clear all - - New User + + Open about dialog - - Create Service Account + + Product name - - New Service Account + + Product version - - User paths + + Version - - Bot username + + Global navigation - - Bot token + + WebAuthn requires this page to be accessed via HTTPS. - - Request access to send messages from your bot + + WebAuthn not supported by browser. - - Telegram Attribute mapping + + API request failed - - Telegram bot + + Site links - - Update Telegram Source + + Powered by authentik + + + Authenticating with Apple... + + + Retry + + + Authenticating with Plex... + + + Waiting for authentication... + + + If no Plex popup opens, click the button below. + + + Open login Authenticating with Telegram... @@ -6773,126 +6965,6 @@ Bindings to groups/users are checked against the user of the event. Click the button below to start. - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - User information @@ -6902,18 +6974,147 @@ Bindings to groups/users are checked against the user of the event. User avatar + + Something went wrong! Please try again later. + + + Request ID + + + You may close this page now. + + + You're about to be redirect to the following URL. + + + Follow redirect + + + Flow inspector + + + Close flow inspector + + + Next stage + + + Stage name + + + Stage kind + + + Stage object + + + This flow is completed. + + + Plan history + + + Current plan context + + + Session ID + + + Flow inspector loading + + + Request has been denied. + + + Show password + + + Hide password + + + Please enter your password + + + Caps Lock is enabled. + CAPTCHA challenge + + Verifying... + + + Remember me on this device + + + Continue with + + + Need an account? + + + Sign up. + + + Forgot username or password? + + + Additional actions + + + Select one of the options below to continue. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + + + Or + + + Login to continue to . + + + Use a security key + + + Login sources + + + Forgot password? + + + Application requires following permissions: + + + Application already has access to the following permissions: + + + Application requires following new permissions: + + + Stage name: + + + Check your Inbox for a verification email. + + + Send Email again. + QR-Code to setup a time-based one-time password Copy time-based one-time password configuration + + Successfully copied TOTP Config. + Copy TOTP Config + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Time-based one-time password @@ -6926,12 +7127,102 @@ Bindings to groups/users are checked against the user of the event. Type your time-based one-time password code. + + Duo activation QR code + + + Alternatively, if your current device has Duo installed, click on this link: + + + Duo activation + + + Check status + + + Make sure to keep these tokens in a safe place. + + + Configure your email + + + Please enter your email address. + + + Code + + + Please enter the code you received via email + + + Phone number + + + Please enter your Phone number. + + + Please enter the code you received via SMS + + + Select another authentication method + + + Authentication code + + + Static token + Type an authentication code... + + Sending Duo push notification... + + + Failed to authenticate + + + Authentication failed. Please try again. + + + Authenticating... + + + Retry authentication + + + Duo push-notifications + + + Receive a push notification on your device. + + + Authenticator + + + Use a security key to prove your identity. + + + Traditional authenticator + + + Use a code-based authenticator. + + + Recovery keys + In case you lose access to your primary authenticators. + + SMS + + + Tokens sent via SMS. + + + Tokens sent via email. + Unknown device @@ -6947,110 +7238,32 @@ Bindings to groups/users are checked against the user of the event. Select a configuration stage - - Close flow inspector + + Stay signed in? - - Flow inspector loading + + Select Yes to reduce the number of times you're asked to sign in. - - Authentication form + + Device Code - - Consumed + + Please enter your code - - Pre-processing + + You've successfully authenticated your device. - - Post-processing + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - - Running tasks + + Go back to overview - - Queued tasks + + Log out of - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - + + Log back into SAML Provider @@ -7073,8 +7286,65 @@ Bindings to groups/users are checked against the user of the event. Single Logout - - The user's display name. + + Open flow inspector + + + Authentication form + + + Error creating credential: + + + Server validation of credential failed: + + + Failed to register. Please try again. + + + Registering... + + + Failed to register + + + Retry registration + + + Idle + + + Connecting + + + Waiting + + + Connected + + + Disconnecting + + + Disconnected + + + Connection failed after attempts. + + + Re-connecting in second(s). + + + Connecting... + + + Please wait while the content is loading + + + Select endpoint to connect to + + + application Actions for "" @@ -7082,61 +7352,27 @@ Bindings to groups/users are checked against the user of the event. Edit application... - - ... - Truncation ellipsis + + Refer to documentation - - .yaml files, which can be found in the Example Flows documentation + + No Applications available. - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application + + Either no applications are defined, or you don’t have access to any. Ungrouped + + My Applications + + + Search for an application by name... + + + Search returned no results. + application found for "" @@ -7149,308 +7385,69 @@ Bindings to groups/users are checked against the user of the event. applications available + + My applications + Application list - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - Failed to fetch applications. - - Type an application name... + + Change your password - - Application Name + + Change password - - https://... + + Delete account - - http(s)://... + + Successfully updated details - - domain.tld + + Open settings - - Warning: Application is not used by any Outpost. + + No settings flow configured. - - Application entitlements are in preview. + + Update details - - Send us feedback! + + Device type cannot be edited - - Device name... + + Enroll - - Device name + + Edit device - - Device Group + + Create App password - - Connector setup + + User settings - - Copy + + User details - - Download the latest package from here: + + Consent - - Afterwards, select the enrollment token you want to use: + + MFA Devices - - Then download the configuration to deploy the authentik Agent + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - - macOS + + Admin interface - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + ... + Truncation ellipsis diff --git a/web/xliff/es.xlf b/web/xliff/es_ES.xlf similarity index 99% rename from web/xliff/es.xlf rename to web/xliff/es_ES.xlf index 3d94ca9ba4..d6dc6177dd 100644 --- a/web/xliff/es.xlf +++ b/web/xliff/es_ES.xlf @@ -1,5 +1,5 @@ - - + + Dismiss @@ -520,7 +520,7 @@ Limpiar busqueda - Sort by "" + Sort by "" No objects found. @@ -531,7 +531,7 @@ Error al cargar objetos. - Select "" row + Select "" row Collapse row @@ -752,9 +752,9 @@ No se ha encontrado - The URL "" was not found. - El URL " - " no fue encontrado. + The URL "" was not found. + El URL " + " no fue encontrado. Return home @@ -1099,10 +1099,10 @@ Cerrar - Update "" Permissions + Update "" Permissions - Open "" permissions modal + Open "" permissions modal Permissions @@ -1837,8 +1837,8 @@ Si no se especifican URI de redireccionamiento explícitos, se guardará el primer URI de redireccionamiento utilizado correctamente. - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - Para permitir cualquier URI de redirección, configure el modo en Expresión Regular y el valor en ".*". Tenga en cuenta las posibles implicaciones de seguridad que esto puede tener. + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + Para permitir cualquier URI de redirección, configure el modo en Expresión Regular y el valor en ".*". Tenga en cuenta las posibles implicaciones de seguridad que esto puede tener. Authorization flow @@ -2905,7 +2905,7 @@ Si se deja vacío, AuthnContextClassRef se establecerá según los métodos de a - Edit "" provider + Edit "" provider Successfully triggered sync. @@ -3000,7 +3000,7 @@ Si se deja vacío, AuthnContextClassRef se establecerá según los métodos de a Seleccione proveedores para agregar a la aplicación - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". Ingrese una URL completa, una ruta relativa o use 'fa: //fa-test' para usar el ícono Font Awesome «fa-test». @@ -3132,7 +3132,7 @@ Si se deja vacío, AuthnContextClassRef se establecerá según los métodos de a Advertencia: El proveedor no es utilizado por una aplicación. - + Update OAuth2 Provider @@ -3642,7 +3642,7 @@ Si se deja vacío, AuthnContextClassRef se establecerá según los métodos de a Invalid login attempts will decrease the score for the client's IP, and the username they are attempting to login as, by one. - Los intentos de inicio de sesión inválidos disminuirán en uno la puntuación de la IP del cliente + Los intentos de inicio de sesión inválidos disminuirán en uno la puntuación de la IP del cliente y del nombre de usuario con el que intentan iniciar sesión. @@ -3963,17 +3963,17 @@ no se aprueba cuando una o ambas de las opciones seleccionadas son iguales o sup Solicitud (s) - Application icon for "" + Application icon for "" Update Application Actualizar Aplicación - Edit "" + Edit "" - Open "" + Open "" Open @@ -4044,7 +4044,7 @@ no se aprueba cuando una o ambas de las opciones seleccionadas son iguales o sup Crear derecho - Failed to fetch application "". + Failed to fetch application "". Warning: Application is not used by any Outpost. @@ -5548,7 +5548,7 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Grupo (s) - View details of group "" + View details of group "" Create Group @@ -5765,7 +5765,7 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.New User - This user will be added to the group "". + This user will be added to the group "". Este usuario se agregará al grupo. &quot;&quot;. @@ -5800,16 +5800,16 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Unnamed - Collapse "" + Collapse "" - Expand "" + Expand "" - Select "" + Select "" - Items of "" + Items of "" Root @@ -5960,7 +5960,7 @@ El valor de este campo se compara con el atributo de pertenencia del usuario. - "" source + "" source No services available. @@ -6271,10 +6271,6 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Turkish Turco - - Taiwanese Mandarin - Taiwanés - Chinese (simplified) Chino (simplificado) @@ -6902,8 +6898,8 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Un autenticador no extraíble, como TouchID o Windows Hello - A "roaming" authenticator, like a YubiKey - Un autenticador "roaming", como una YubiKey + A "roaming" authenticator, like a YubiKey + Un autenticador "roaming", como una YubiKey Maximum registration attempts @@ -7124,8 +7120,8 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Cuando se haya introducido un nombre de usuario/correo electrónico válido y esta opción esté habilitada, se mostrarán el nombre de usuario y el avatar del usuario. De lo contrario, se mostrará el texto introducido por el usuario. - Enable "Remember me on this device" - Habilita "Recordarme en este dispositivo" + Enable "Remember me on this device" + Habilita "Recordarme en este dispositivo" When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. @@ -7271,7 +7267,7 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Proporcionar a los usuarios un botón 'mostrar contraseña'. - ("", of type ) + ("", of type ) (&quot;&quot;, of type ) @@ -7375,8 +7371,8 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Desfase para mantener la sesión iniciada - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - Si se establece en una duración mayor a 0, el usuario tendrá la opción de "mantener la sesión iniciada", lo que extenderá su sesión por el tiempo especificado aquí. + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + Si se establece en una duración mayor a 0, el usuario tendrá la opción de "mantener la sesión iniciada", lo que extenderá su sesión por el tiempo especificado aquí. Remember device @@ -7765,14 +7761,14 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Actualizar Flujo - Execute "" + Execute "" Execute Ejecutar - Export "" + Export "" Export @@ -7861,20 +7857,20 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.Ejecutar flujo - Execute "" normally + Execute "" normally Normal Normal - Execute "" as current user + Execute "" as current user Current user - Execute "" with inspector + Execute "" with inspector Use inspector @@ -8485,7 +8481,7 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve When using an external logging solution for archiving, this can be set to minutes=5. - Cuando se utiliza una solución de registro externa para archivado, esto puede + Cuando se utiliza una solución de registro externa para archivado, esto puede establecerse en minutes=5. @@ -8636,10 +8632,10 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve Actualizar Plantilla - Edit "" blueprint + Edit "" blueprint - Apply "" blueprint + Apply "" blueprint Apply @@ -9493,7 +9489,7 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve application - Actions for "" + Actions for "" Edit application... @@ -9525,10 +9521,10 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve La búsqueda no arrojó resultados. - application found for "" + application found for "" - applications found for "" + applications found for "" application available @@ -9618,4 +9614,4 @@ Las vinculaciones a grupos/usuarios se verifican en función del usuario del eve - \ No newline at end of file + diff --git a/web/xliff/fi.xlf b/web/xliff/fi_FI.xlf similarity index 99% rename from web/xliff/fi.xlf rename to web/xliff/fi_FI.xlf index cc8389dfe3..4a83bdd7a2 100644 --- a/web/xliff/fi.xlf +++ b/web/xliff/fi_FI.xlf @@ -1,5 +1,5 @@ - + Dismiss @@ -9888,4 +9888,4 @@ Liitokset käyttäjiin/ryhmiin tarkistetaan tapahtuman käyttäjästä. - \ No newline at end of file + diff --git a/web/xliff/fr.xlf b/web/xliff/fr.xlf deleted file mode 100644 index 2df73f2ae6..0000000000 --- a/web/xliff/fr.xlf +++ /dev/null @@ -1,11166 +0,0 @@ - - - - - English - Anglais - - - - French - Français - - - - Turkish - Turque - - - - Spanish - Espagnol - - - - Polish - Polonais - - - - Taiwanese Mandarin - Mandarin taïwanais - - - - Chinese (simplified) - Chinois (simplifié) - - - - Chinese (traditional) - Chinois (traditionnel) - - - - German - Allemand - - - - Loading... - Chargement en cours... - - - - Application - Application - - - - Logins - Connexions - - - - Show less - Montrer moins - - - - Show more - Montrer plus - - - - UID - UID - - - - Name - Nom - - - - App - App - - - - Model Name - Nom du modèle - - - - Message - Message - - - - Subject - Sujet - - - - From - De - - - - To - À - - - - Context - Contexte - - - - User - Utilisateur - - - - Affected model: - Modèle affecté : - - - - Authorized application: - Application autorisée : - - - - Using flow - Utilisation du flux - - - - Email info: - Information courriel : - - - - Secret: - Secret : - - - - Open issue on GitHub... - Ouvrir un ticket sur GitHub... - - - - Exception - Exception - - - - Expression - Expression - - - - Binding - Liaison - - - - Request - Requête - - - - Object - Objet - - - - Result - Résultat - - - - Passing - Réussite - - - - Messages - Messages - - - - Using source - Utilisation de la source - - - - Attempted to log in as - Tentative de connexion en tant que - - - - - No additional data available. - Aucune donnée additionnelle disponible. - - - - Click to change value - Cliquer pour changer la valeur - - - - Select an object. - Sélectionnez un objet. - - - - Connection error, reconnecting... - Erreur de connexion, nouvelle tentative... - - - - Login - Connexion - - - - Failed login - Échec de la connexion - - - - Logout - Déconnexion - - - - User was written to - L'utilisateur a été écrit vers - - - - Suspicious request - Requête suspecte - - - - Password set - Mot de passe défini - - - - Secret was viewed - Le secret a été vu - - - - Secret was rotated - Rotation du secret effectuée - - - - Invitation used - Invitation utilisée - - - - Application authorized - Application autorisé - - - - Source linked - Source liée - - - - Impersonation started - Début de l'usurpation d'identité - - - - Impersonation ended - Fin de l'usurpation d'identité - - - - Flow execution - Exécution du flux - - - - Policy execution - Exécution de politique - - - - Policy exception - Exception de politique - - - - Property Mapping exception - Erreur de mappage de propriété - - - - System task execution - Exécution de tâche système - - - - System task exception - Erreur de tâche système - - - - General system exception - Exception générale du systèm - - - - Configuration error - Erreur de configuration - - - - Model created - Modèle créé - - - - Model updated - Modèle mis à jour - - - - Model deleted - Modèle supprimé - - - - Email sent - Courriel envoyé - - - - Update available - Mise à jour disponibl - - - - Unknown severity - Sévérité inconnue - - - - Alert - Alerte - - - - Notice - Note - - - - Warning - Avertissement - - - - no tabs defined - aucun onglet défini - - - - - of - - - - sur - - - - - Go to previous page - Aller à la page précédente - - - - Go to next page - Aller à la page suivante - - - - Search... - Rechercher... - - - - Loading - Chargement en cours - - - - No objects found. - Aucun objet trouvé. - - - - Failed to fetch objects. - Impossible de récupérer les objets. - - - - Refresh - Rafraîchir - - - - Select all rows - Sélectionner toutes les lignes - - - - Action - Action - - - - Creation Date - Date de création - - - - Client IP - Adresse IP client - - - - Recent events - Événements récents - - - - On behalf of - Au nom de - - - - - - - - - - - - No Events found. - Aucun événement trouvé. - - - - No matching events could be found. - Aucun événement correspondant n'a été trouvé. - - - - Embedded outpost is not configured correctly. - L'avant poste intégré n'est pas configuré correctement - - - - Check outposts. - Vérifier les avant-postes. - - - - HTTPS is not detected correctly - HTTP n'est pas détecté correctement - - - - Server and client are further than 5 seconds apart. - Le serveur et le client sont distants de plus de 5 secondes - - - - OK - OK - - - - Everything is ok. - Tout va bien. - - - - Based on - Basé sur - - - - - is available! - - est disponible ! - - - - Up-to-date! - À jour ! - - - - Version - Version - - - - Workers - Workers - - - - No workers connected. Background tasks will not run. - Aucun worker connecté. Les tâches de fond ne tourneront pas. - - - - Authorizations - Autorisations - - - - Failed Logins - Connexions échouées - - - - Successful Logins - Connexions réussies - - - - : - - : - - - - - Cancel - Annuler - - - - LDAP Source - Source LDAP - - - - SCIM Provider - Fournisseur SCIM - - - - Healthy - Sain - - - - Healthy outposts - Avant-postes sains - - - - Admin - Administrateur - - - - Not found - Pas trouvé - - - - The URL "" was not found. - L'URL " - " n'a pas été trouvée. - - - - Return home - Retourner à l’accueil - - - - General system status - État général du système - - - - Quick actions - Actions rapides - - - - Create a new application - Créer une nouvelle application - - - - Check the logs - Vérifiez les journaux - - - - Explore integrations - Explorer les intégrations - - - - Manage users - Gérer les utilisateurs - - - - Outpost status - Statut de l'avant-poste - - - - Sync status - Synchroniser les statuts - - - - Logins and authorizations over the last week (per 8 hours) - Connexions et autorisations au cours de la dernière semaine (par 8 heures) - - - - Apps with most usage - Apps les plus utilisées - - - - Objects created - Objets créés - - - - Users created per day in the last month - Utilisateurs créés par jour durant le mois dernier - - - - Logins per day in the last month - Connections par jour le mois dernier - - - - Failed Logins per day in the last month - Connexions échouées par jour au cours du dernier mois - - - - Clear search - Vider la recherche - - - - System Tasks - Tâches du système - - - - Long-running operations which authentik executes in the background. - Opérations de longue durée qu'authentik exécute en arrière-plan. - - - - Identifier - Identifiant - - - - Description - Description - - - - Status - Statut - - - - Actions - Actions - - - - Successful - Réussite - - - - Error - Erreur - - - - Unknown - Inconnu - - - - Authentication - Authentification - - - - Authorization - Authorisation - - - - Enrollment - Inscription - - - - Invalidation - Invalidation - - - - Recovery - Récupération - - - - Stage Configuration - Configuration de l'étape - - - - Unenrollment - Désinscription - - - - Unknown designation - Désignation inconnue - - - - Stacked - Empilé - - - - Content left - Contenu gauche - - - - Content right - Contenu droit - - - - Sidebar left - Sidebar gauche - - - - Sidebar right - Sidebar droite - - - - Unknown layout - Disposition inconnue - - - - Successfully updated provider. - Fournisseur mis à jour avec succès - - - - Successfully created provider. - Fournisseur créé avec succès - - - - Bind flow - Lier un flux - - - - Flow used for users to authenticate. - Flux utilisé pour que les utilisateurs s'authentifient - - - - Bind mode - Lier un mode - - - - Cached binding - Liaison en cache - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - Le flux est exécuté et la session est mise en cache en mémoire. Le flux est exécuté lorsque la session expire - - - - Direct binding - Liaison directe - - - - Always execute the configured bind flow to authenticate the user - Toujours exécuter la liaison de flux configurée pour authentifier l'utilisateur - - - - Configure how the outpost authenticates requests. - Configure comment les avant-postes authentifient les requêtes. - - - - Search mode - Mode de Recherche - - - - Cached querying - Requête en cache - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - L'avant-poste conserve tous les utilisateurs et groupes en mémoire et se rafraîchira toutes les 5 minutes. - - - - Direct querying - Requête directe - - - - Always returns the latest data, but slower than cached querying - Fournit toujours les données les plus récentes, mais plus lent que les recherches en cache. - - - - Configure how the outpost queries the core authentik server's users. - Configure comment les avant-postes requêtent les utilisateurs du serveur cœur d’authentik. - - - - Protocol settings - Paramètres du protocole - - - - Base DN - DN racine - - - - LDAP DN under which bind requests and search requests can be made. - DN LDAP avec lequel les connexions et recherches sont effectuées. - - - - Certificate - Certificat - - - - UID start number - Numéro de départ d'UID - - - - 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 - Ce nombre est ajouté au nombre généré à partir de user.Pk pour s'assurer que ceux-ci ne sont pas trop bas pour les utilisateurs POSIX. La valeur par défaut est 2000 pour éviter des collisions avec les uidNumber des utilisateurs locaux. - - - - GID start number - Numéro de départ du GID - - - - 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 - Ce nombre est ajouté au nombre généré à partir de group.Pk pour s'assurer que ceux-ci ne sont pas trop bas pour les groupes POSIX. La valeur par défaut est 4000 pour éviter des collisions avec les groupes locaux ou les groupes primaires. - - - - The following keywords are supported: - Les mots clés suivants sont supportés : - - - - Authentication flow - Flux d'authentification - - - - Flow used when a user access this provider and is not authenticated. - Flux utilisé lorsqu'un utilisateur accède à ce fournisseur et n'est pas authentifié. - - - - Authorization flow - Flux d'autorisation - - - - Flow used when authorizing this provider. - Flux utilisé lors de l'autorisation de ce fournisseur. - - - - Client type - Type du client - - - - Confidential - Confidentiel - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - Les clients confidentiels sont capables de préserver la confidentialité de leurs données d'identification, telles que les secrets du client. - - - - Public - Public - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - Les clients publics sont incapables de maintenir la confidentialité et devraient utiliser des méthodes comme le PKCE. - - - - Client ID - ID client - - - - Client Secret - Secret du client - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - Si aucune URI de redirection explicite n'est spécifiée, la première URI de redirection utilisée avec succès sera enregistrée. - - - - Signing Key - Clé de signature - - - - Key used to sign the tokens. - Clé utilisée pour signer les jetons. - - - - Advanced protocol settings - Paramètres avancés du protocole - - - - Access code validity - Validité du code d'accès - - - - Configure how long access codes are valid for. - Configure la durée de validité des codes d'accès. - - - - Access Token validity - Validité du jeton d'accès - - - - Configure how long access tokens are valid for. - Configure la durée de validité des jetons d'accès. - - - - Refresh Token validity - Validité du jeton de rafraîchissement - - - - Configure how long refresh tokens are valid for. - Configurer la durée de validité des jetons de rafraîchissement. - - - - Scopes - Portées - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - Sélectionnez les portées utilisables par le client. Le client doit toujours spécifier la portée pour accéder aux données. - - - - Subject mode - Mode subject - - - - Based on the User's hashed ID - Basé sur l'identifiant haché de l'utilisateur - - - - Based on the User's ID - Basé sur l'identifiant de l'utilisateur - - - - Based on the User's UUID - Basé sur l'UUID de l'utilisateur - - - - Based on the User's username - Basé sur le nom d'utilisateur - - - - Based on the User's Email - Basé sur l'adresse courriel de l'utilisateur - - - - This is recommended over the UPN mode. - Ceci est recommandé par rapport au mode UPN. - - - - Based on the User's UPN - Basé sur l'UPN de l'utilisateur. - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - Cela exige que l'utilisateur possède un attribut 'UPN' défini, sinon en dernier recours il utilise l'ID haché de l'utilisateur. Utilisez ce mode seulement si vous avez un domaine courriel différent de l'UPN. - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - Configure quelle donnée utiliser pour l'identifiant unique utilisateur. La valeur par défaut devrait être correcte dans la plupart des cas. - - - - Include claims in id_token - Include les demandes utilisateurs dans id_token - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - Inclure depuis la portée les demandes utilisateurs dans id_token, pour les applications qui n'accèdent pas au point de terminaison userinfo. - - - - Issuer mode - Mode de l'émetteur - - - - Each provider has a different issuer, based on the application slug - Chaque fournisseur a un émetteur différent, basé sur le slug de l'application. - - - - Same identifier is used for all providers - Le même identifiant est utilisé pour tous les fournisseurs - - - - Configure how the issuer field of the ID Token should be filled. - Configure comment le champ émetteur du jeton ID sera rempli. - - - - Machine-to-Machine authentication settings - Paramètres d'authentification machine à machine - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - Les JWT signés par des certificats configurés par les sources sélectionnées peuvent être utilisés pour s'authentifier auprès de ce fournisseur. - - - - HTTP-Basic Username Key - Clé de l'utilisateur HTTP-Basic - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - Attribut d'utilisateur/groupe utilisé pour le champ utilisateur de l'en-tête HTTP-Basic. S'il n'est pas défini, le courriel de l'utilisateur est utilisée. - - - - HTTP-Basic Password Key - Clé du mot de passe HTTP-Basic - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - Attribut d'utilisateur/groupe utilisé pour la champ mot de passe de l'en-tête HTTP-Basic. - - - - Proxy - Proxy - - - - Forward auth (single application) - Transférer l'authentification (application unique) - - - - Forward auth (domain level) - Transférer l'authentification (niveau domaine) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - Ce fournisseur se comporte comme un reverse-proxy transparent, sauf que les demandes doivent être authentifiées. Si votre application en amont utilise HTTPS, assurez-vous de vous connecter à l'avant-poste en utilisant également HTTPS. - - - - External host - Hôte externe - - - - The external URL you'll access the application at. Include any non-standard port. - L'URL externe par laquelle vous accéderez à l'application. Incluez un port non-standard si besoin. - - - - Internal host - Hôte interne - - - - Upstream host that the requests are forwarded to. - Hôte amont où transférer les requêtes. - - - - Internal host SSL Validation - Validation SSL de l'hôte interne - - - - Validate SSL Certificates of upstream servers. - Valider les certificats SSL des serveurs amonts. - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - Utilisez ce fournisseur avec auth_request de nginx ou forwardAuth de traefik. Un seul fournisseur est nécessaire par domaine racine. Vous ne pouvez pas faire d'autorisation par application, mais vous n'avez pas besoin de créer un fournisseur pour chaque application. - - - - An example setup can look like this: - Un exemple de configuration peut ressembler à ceci : - - - - authentik running on auth.example.com - authentik en cours d'exécution sur auth.example.com - - - - app1 running on app1.example.com - app1 en cours d'exécution sur app1.example.com - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - Dans ce cas, vous devez définir l'URL d'authentification sur auth.example.com et le domaine des cookies sur example.com. - - - - Authentication URL - URL d'authentification - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - L'URL externe à laquelle vous allez vous authentifier. Le serveur authentik core devrait être accessible à cette URL. - - - - Cookie domain - Domaine des cookies - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - Définissez ceci sur le domaine pour lequel vous souhaitez que l'authentification soit valide. Il doit être un domaine parent de l'URL ci-dessus. Si vous exécutez des applications sous app1.domain.tld, app2.domain.tld, définissez ceci sur 'domain.tld'. - - - - Unknown proxy mode - Mode proxy inconnu - - - - Token validity - Validité du jeton - - - - Configure how long tokens are valid for. - Configure la durée de validité des jetons d'accès. - - - - Additional scopes - Portées additionnelles - - - - Additional scope mappings, which are passed to the proxy. - Mappages de portée additionnelle, qui sont passés au proxy. - - - - Unauthenticated URLs - URLs non-authentifiés - - - - Unauthenticated Paths - Chemins non-authentifiés - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - Expressions régulières pour lesquelles l'authentification n'est pas requise. Chaque ligne est interprétée comme une nouvelle expression. - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - Lors de l'utilisation du mode proxy ou de l'authentification directe (application unique), le chemin d'accès à l'URL demandée est vérifié par rapport aux expressions régulières. Lors de l'utilisation de l'authentification directe (mode domaine), l'URL complète et le schéma est demandée et l'hôte est comparée aux expressions régulières. - - - - Authentication settings - Paramètres d'authentification - - - - Intercept header authentication - Intercepter l'en-tête d'authentification - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - Lorsque cette option est activée, authentik intercepte l'en-tête Authorization pour authentifier la demande. - - - - Send HTTP-Basic Authentication - Envoyer l'authentification HTTP-Basic - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - Envoyer un en-tête d'authentification HTTP-Basic personnalisé basé sur les valeurs de authentik. - - - - ACS URL - ACS URL - - - - Issuer - Émetteur - - - - Service Provider Binding - Liaison du fournisseur de services - - - - Redirect - Redirection - - - - Post - Appliquer - - - - Determines how authentik sends the response back to the Service Provider. - Détermine comment authentik renvoie la réponse au fournisseur de services. - - - - Audience - Audience - - - - Signing Certificate - Certificat de signature - - - - Certificate used to sign outgoing Responses going to the Service Provider. - Certificat utilisé pour signer les réponses sortantes vers le Service Provider. - - - - Verification Certificate - Certificat de validation - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - Si activée, les signatures des assertions entrantes seront validées par rapport à ce certificat. Pour autoriser les requêtes non signées, laissez la valeur par défaut. - - - - Property mappings - Mappages de propriété - - - - NameID Property Mapping - Mappage de la propriété NameID - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - Configure la façon dont NameID sera créé. Si vide, la politique NameIDPolicy de la requête entrante sera appliquée. - - - - Assertion valid not before - Assertion non valide avant - - - - Configure the maximum allowed time drift for an assertion. - Configurer la durée maximale autorisée pour une assertion. - - - - Assertion valid not on or after - Assertion non valide le ou après - - - - Assertion not valid on or after current time + this value. - Assertion non valide à partir de l'heure actuelle + cette valeur. - - - - Session valid not on or after - Session non valide à partir de - - - - Session not valid on or after current time + this value. - Session non valide à partir de l'heure actuelle + cette valeur. - - - - Digest algorithm - Algorithme d'empreinte - - - - Signature algorithm - Algorithme de signature - - - - Successfully imported provider. - Fournisseur importé avec succès - - - - Metadata - Métadonnées - - - - Apply changes - Appliquer les changements - - - - Close - Fermer - - - - Finish - Terminer - - - - Back - Retour - - - - No form found - Aucun formulaire trouvé - - - - Select type - Sélectionnez le type - - - - Create - Créer - - - - New provider - Nouveau fournisseur - - - - Create a new provider. - Créer un nouveau fournisseur. - - - - Create - Créer - - - - - Shared secret - Secret partagé - - - - Client Networks - Réseaux du client - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - URL de base SCIM, se termine généralement par /v2. - - - - Token - Jeton - - - - User filtering - Filtrage utilisateurs - - - - Exclude service accounts - Exclure les comptes de service - - - - Group - Group - - - - Only sync users within the selected group. - Synchroniser uniquement les utilisateurs appartenant au groupe sélectionné. - - - - Attribute mapping - Mappage des attributs - - - - User Property Mappings - Mappage des propriétés utilisateur - - - - Property mappings used to user mapping. - Mappages de propriété utilisés pour la correspondance des utilisateurs. - - - - Group Property Mappings - Mappage des propriétés de groupe - - - - Property mappings used to group creation. - Mappages de propriétés utilisés lors de la création des groupe - - - - Not used by any other object. - Pas utilisé par un autre objet. - - - - object will be DELETED - l'objet sera SUPPRIMÉ - - - - connection will be deleted - la connexion sera supprimée - - - - reference will be reset to default value - la référence sera réinitialisée à sa valeur par défaut - - - - reference will be set to an empty value - la référence sera réinitialisée à une valeur vide - - - - () - - ( - ) - - - - ID - ID - - - - Successfully deleted - Réussite de la suppression - - - Failed to delete : - Échec de la suppression de - : - - - - - Delete - Supprimer - - - - - Are you sure you want to delete ? - Êtes-vous sûr de vouloir supprimer ? - - - Delete - Supprimer - - - - Providers - Fournisseurs - - - - Provide support for protocols like SAML and OAuth to assigned applications. - Assure la prise en charge de protocoles tels que SAML et OAuth aux applications attribuées. - - - - Type - Type - - - - Provider(s) - Fournisseur(s) - - - - Assigned to application - Assigné à l'application - - - - Assigned to application (backchannel) - Assigné à l'application (backchannel). - - - - Update - Mettre à jour - - - - Update - Mettre à jour - - - - - Select providers to add to application - Sélectionnez les fournisseurs à ajouter à l'application. - - - - Add - Ajouter - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - Entrez une URL complète, un chemin relatif ou utilisez 'fa://fa-test' pour utiliser l'icône Font Awesome "fa-test". - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - Modèle de chemin pour les utilisateurs créés. Utilisez des espaces réservés comme `%(slug)s` pour insérer le slug de la source. - - - - Successfully updated application. - Application mise à jour avec succès - - - - Successfully created application. - Application créée avec succès - - - - Slug - Slug - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - Optionnellement, entrez un nom de groupe. Les applications avec les mêmes groupes seront affichées ensemble. - - - - Provider - Fournisseur - - - - Select a provider that this application should use. - Sélectionnez un fournisseur que cette application doit utiliser. - - - - Select backchannel providers which augment the functionality of the main provider. - Sélectionner des fournisseurs backchannel qui augmentent la fonctionnalité du fournisseur principal. - - - - Policy engine mode - Mode d'application des politiques - - - - Any policy must match to grant access - N'importe quelle politique doit correspondre pour accorder l'accès - - - - All policies must match to grant access - Toutes les politiques doivent correspondre pour accorder l'accès - - - - UI settings - Paramètres d'UI - - - - Launch URL - URL de lancement - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - Si laissé vide, authentik essaiera d'extraire l'URL de lancement en se basant sur le fournisseur sélectionné. - - - - Open in new tab - Ouvrir dans un nouvel onglet - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - Si cette case est cochée, l'URL de lancement s'ouvrira dans un nouvel onglet ou une nouvelle fenêtre du navigateur à partir de la bibliothèque d'applications de l'utilisateur. - - - - Icon - Icône - - - - Currently set to: - Actuellement fixé à : - - - - Clear icon - Supprimer l'icône - - - - Publisher - Éditeur - - - - Create Application - Créer une application - - - - Overview - Vue d'ensemble - - - - Changelog - Journal des modification - - - - Warning: Provider is not used by any Outpost. - Attention : ce fournisseur n’est utilisé par aucun avant-poste. - - - - Assigned to application - Assigné à l'application - - - - Update LDAP Provider - Mettre à jour le fournisseur LDAP - - - - Edit - Éditer - - - - How to connect - Comment se connecter - - - - Connect to the LDAP Server on port 389: - Se connecter au serveur LDAP sur le port 389 : - - - - Check the IP of the Kubernetes service, or - Vérifier l'IP du service Kubernetes, ou - - - - The Host IP of the docker host - L'IP de l'hôte de docker - - - - Bind DN - Bind DN - - - - Bind Password - Mot de passe - - - - Search base - Base de recherche - - - - Preview - Prévisualisation - - - - Warning: Provider is not used by an Application. - Avertissement : Le fournisseur n'est pas utilisé par une application. - - - - Redirect URIs - URIs de redirection - - - - Update OAuth2 Provider - Mettre à jour le fournisseur OAuth2 - - - - OpenID Configuration URL - URL de configuration OpenID - - - - OpenID Configuration Issuer - Émetteur de la configuration OpenID - - - - Authorize URL - URL d'authorisation - - - - Token URL - URL du jeton - - - - Userinfo URL - URL Userinfo - - - - Logout URL - URL de déconnexion - - - - JWKS URL - URL JWKS - - - - Forward auth (domain-level) - Transférer l'authentification (niveau domaine) - - - - Nginx (Ingress) - Nginx (Ingress) - - - - Nginx (Proxy Manager) - Nginx (Proxy Manager) - - - - Nginx (standalone) - Nginx (standalone) - - - - Traefik (Ingress) - Traefik (Ingress) - - - - Traefik (Compose) - Traefik (Compose) - - - - Traefik (Standalone) - Traefik (Standalone) - - - - Caddy (Standalone) - Caddy (Standalone) - - - - Internal Host - Hôte interne - - - - External Host - Hôte externe - - - - Basic-Auth - Basic-Auth - - - - Yes - Oui - - - - Mode - Mode - - - - Update Proxy Provider - Mettre à jour le fournisseur de Proxy - - - - Protocol Settings - Paramètres du protocole - - - - Allowed Redirect URIs - URIs de redirection autorisés - - - - Setup - Configuration - - - - No additional setup is required. - Aucune configuration supplémentaire n'est nécessaire. - - - - Update Radius Provider - Mettre à jour le fournisseur Radius - - - - Download - Télécharger - - - - Copy download URL - Copier l'URL de téléchargement - - - - Download signing certificate - Télécharger le certificat de signature - - - - Related objects - Objets apparentés - - - - Update SAML Provider - Mettre à jour le fournisseur SAML - - - - SAML Configuration - Configuration SAML - - - - EntityID/Issuer - EntitéID/Émetteur - - - - SSO URL (Post) - URL SSO (Post) - - - - SSO URL (Redirect) - URL SSO (Redirect) - - - - SSO URL (IdP-initiated Login) - URL SSO (IdP-initiated Login) - - - - SLO URL (Post) - URL SLO (Post) - - - - SLO URL (Redirect) - URL SLO (Redirect) - - - - SAML Metadata - Métadonnée SAML - - - - Example SAML attributes - Exemple d'attributs SAML - - - - NameID attribute - Attribut NameID - - - - Warning: Provider is not assigned to an application as backchannel provider. - Avertissement : Le fournisseur n'est pas assigné à une application en tant que fournisseur backchannel. - - - - Update SCIM Provider - Mettre à jour le fournisseur SCIM - - - - LDAP - LDAP - - - - New application - Nouvelle application - - - - Applications - Applications - - - - Provider Type - Type de fournisseur - - - - Application(s) - Application(s) - - - - Application Icon - Icône d'application - - - - Update Application - Mettre à jour l'application - - - - Successfully sent test-request. - Requête-test envoyée avec succès - - - - Log messages - Messages de Journal - - - - No log messages. - Aucun message de journal. - - - - Active - Actif - - - - Last login - Dernière connexion - - - - Successfully updated group. - Groupe mis à jour avec succès - - - - Successfully created group. - Groupe créé avec succès - - - - Parent - Parent - - - - Attributes - Attributs - - - - Set custom attributes using YAML or JSON. - Définissez des attributs personnalisés via YAML ou JSON. - - - - Successfully updated binding. - Liaison mise à jour avec succès - - - - Successfully created binding. - Liaison créée avec succès - - - - Policy - Politique - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - Les mappages de groupes ne peuvent être vérifiés que si un utilisateur est déjà connecté lorsqu'il essaie d'accéder à cette source. - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - Les mappages d'utilisateurs ne peuvent être vérifiés que si un utilisateur est déjà connecté lorsqu'il essaie d'accéder à cette source. - - - - Enabled - Activé - - - - Negate result - Inverser le résultat - - - - Negates the outcome of the binding. Messages are unaffected. - Inverse le résultat de la liaison. Les messages ne sont pas affectés. - - - - Order - Tri - - - - Timeout - Timeout - - - - Successfully updated policy. - Politique mise à jour avec succès - - - - Successfully created policy. - Politique créée avec succès - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - Une politique utilisée pour les tests. Retourne toujours la même valeur telle qu'indiquée ci-dessous après une attente aléatoire. - - - - Execution logging - Journalisation de l'exécution - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - Si activée, toutes les exécutions de cette politique seront enregistrées. Par défaut, seules les erreurs d'exécution sont consignées. - - - - Policy-specific settings - Paramètres spécifiques à la politique - - - - Pass policy? - Réussir la politique ? - - - - Wait (min) - Attente (min) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - La politique prend un certain temps à s'exécuter. Ceci contrôle la durée minimale. - - - - Wait (max) - Attente (max) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - Fait correspondre un évènement à un certain nombre de critères. Si une des valeur configurée correspond, la politique réussit. - - - - Match created events with this action type. When left empty, all action types will be matched. - Inclure les événements créés avec ce type d'action. S'il est laissé vide, tous les types d'action seront inclus. - - - - Match events created by selected application. When left empty, all applications are matched. - Inclure les évènements créés par cette application. S'il est laissé vide, toutes les applications seront incluses. - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - Vérifie si le mot de passe de l'usager a été changé dans les X derniers jours et refuse l'accès en fonction du paramétrage. - - - - Maximum age (in days) - Âge maximum (en jours) - - - - Only fail the policy, don't invalidate user's password - Seulement faire échouer la politique, ne pas invalider le mot de passe de l'utilisateur. - - - - Executes the python snippet to determine whether to allow or deny a request. - Exécute le fragment de code python pour décider d'autoriser ou non la demande. - - - - Expression using Python. - Expression en python - - - - See documentation for a list of all variables. - Consultez la documentation pour la liste de toutes les variables. - - - - Static rules - Règles Statiques - - - - Minimum length - Longueur minimale - - - - Minimum amount of Uppercase Characters - Nombre minimum de caractères majuscules - - - - Minimum amount of Lowercase Characters - Nombre minimum de caractères minuscules - - - - Minimum amount of Digits - Nombre minimum de chiffres - - - - Minimum amount of Symbols Characters - Nombre minimum de symboles - - - - Error message - Message d'erreur - - - - Symbol charset - Set de symboles - - - - Characters which are considered as symbols. - Caractères considérés comme des symboles. - - - - HaveIBeenPwned settings - Paramètres de HaveIBeenPwned - - - - Allowed count - Total autorisé - - - - Allow up to N occurrences in the HIBP database. - Autoriser jusqu'à N occurrences dans la base de données HIBP - - - - zxcvbn settings - Paramètres de zxcvbn - - - - Score threshold - Seuil du score - - - - If the password's score is less than or equal this value, the policy will fail. - Si le score du mot de passe est inférieur ou égal à cette valeur, la politique échoue. - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - Vérifie la valeur de la requête via plusieurs règles, principalement utilisé pour s'assurer de la robustesse des mots de passe. - - - - Password field - Champ mot de passe - - - - Field key to check, field keys defined in Prompt stages are available. - Clé de champ à vérifier ; les clés de champ définies dans les étapes de d'invite sont disponibles. - - - - Check static rules - Vérifier les règles statiques - - - - Check haveibeenpwned.com - Vérifier haveibeenpwned.com - - - - For more info see: - Pour plus d'informations, voir : - - - - Check zxcvbn - Vérifier zxcvbn - - - - Password strength estimator created by Dropbox, see: - Estimateur de force de mot de passe créé par Dropbox, voir : - - - - Allows/denys requests based on the users and/or the IPs reputation. - Autorise/bloque les requêtes selon la réputation de l'utilisateur et/ou de l'adresse IP - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - Les tentatives de connexion invalides diminuent d'une unité le score de l'IP du client et du nom d'utilisateur sous lequel il tente de se connecter. - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - La politique est acceptée lorsque le score de réputation est inférieur au seuil, et n'est pas acceptée lorsque les deux options sélectionnées sont égales ou supérieures au seuil. - - - Check IP - Vérifier l'adresse IP - - - - Check Username - Vérifier le nom d'utilisateur - - - - Threshold - Seuil - - - - New policy - Nouvelle politique - - - - Create a new policy. - Créer une nouvelle politique. - - - - Create Binding - Créer une liaison - - - - Superuser - Super-utilisateur - - - - Members - Membres - - - - Select groups to add user to - Sélectionnez les groupes à ajouter à l'utilisateur - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - Attention : L'ajout de l'utilisateur au(x) groupe(s) sélectionné(s) lui confère des droits de superutilisateur. - - - - Successfully updated user. - Utilisateur mis à jour avec succès - - - - Successfully created user. - Utilisateur créé avec succès - - - - Username - Nom d'utilisateur - - - - Email - Courriel - - - - Path - Chemin - - - - Policy - Politique - - - - - Group - Groupe - - - - - User - Utilisateur - - - - - Edit Policy - Éditer la politique - - - - Update Group - Mettre à jour le groupe - - - - Edit Group - Éditer le groupe - - - - Update User - Mettre à jour l'utilisateur - - - - Edit User - Éditer l'utilisateur - - - - Policy binding(s) - Liaison(s) de politique - - - - Update Binding - Mettre à jour la liaison - - - - Edit Binding - Éditer la liaison - - - - No Policies bound. - Aucune politique liée. - - - - No policies are currently bound to this object. - Aucune politique n'est actuellement lié à cet objet. - - - - Related - Lié - - - - Backchannel Providers - Fournisseurs backchannel - - - - Check access - Vérifier l'accès - - - - Check - Vérifier - - - - Check Application access - Vérifier l'accès de l'application - - - - Test - Test - - - - Launch - Lancer - - - - Logins over the last week (per 8 hours) - Connexions au cours de la semaine écoulée (par tranche de 8 heures) - - - - Policy / Group / User Bindings - Politique / Groupe / Liaisons utilisateur - - - - These policies control which users can access this application. - Ces politiques contrôlent les autorisations d'accès des utilisateurs à cette application. - - - - Successfully updated source. - Source mise à jour avec succès - - - - Successfully created source. - Source créée avec succès - - - - Sync users - Synchroniser les utilisateurs - - - - User password writeback - Réécriture du mot de passe utilisateur - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - Le mot de passe de connexion est synchronisé depuis LDAP vers authentik automatiquement. Activez cette option seulement pour enregistrer les changements de mots de passe dans authentik jusqu'au LDAP. - - - - Sync groups - Synchroniser les groupes - - - - Connection settings - Paramètres de connexion - - - - Server URI - URI du serveur - - - - Specify multiple server URIs by separating them with a comma. - Spécifiez plusieurs URIs de serveurs en les séparant par une virgule. - - - - Enable StartTLS - Activer StartTLS - - - - To use SSL instead, use 'ldaps://' and disable this option. - Pour utiliser SSL à la base, utilisez "ldaps://" et désactviez cette option. - - - - TLS Verification Certificate - Certificat de vérification TLS - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - Lors de la connexion avec un serveur LDAP avec TLS, les certificats ne sont pas vérifiés par défaut. Spécifiez une paire de clés pour vérifier le certificat distant. - - - - Bind CN - Bind DN - - - - LDAP Attribute mapping - Mappage des attributs LDAP - - - - Additional settings - Paramètres additionnels - - - - Parent group for all the groups imported from LDAP. - Groupe parent pour tous les groupes LDAP - - - - User path - Chemin utilisateur - - - - Additional user DN, prepended to the Base DN. - DN à préfixer au DN de base pour les utilisateurs - - - - Additional group DN, prepended to the Base DN. - DN à préfixer au DN de base pour les groupes - - - - User object filter - Filtre des objets utilisateur - - - - Consider Objects matching this filter to be Users. - Les objets appliqués à ce filtre seront des utilisateurs. - - - - Group object filter - Filtre d'objets de groupe - - - - Consider Objects matching this filter to be Groups. - Les objets appliqués à ce filtre seront des groupes. - - - - Group membership field - Champ d'appartenance au groupe - - - - Object uniqueness field - Champ d'unicité de l'objet - - - - Field which contains a unique Identifier. - Champ qui contient un identifiant unique. - - - - Link users on unique identifier - Lier les utilisateurs sur base d'un identifiant unique - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - Lier à un utilisateur avec la même adresse courriel. Peut avoir des implications de sécurité lorsqu'une source ne valide pas les adresses courriel. - - - - Use the user's email address, but deny enrollment when the email address already exists - Utiliser l'adresse courriel de l'utilisateur, mais refuser l'inscription si l'adresse courriel existe déjà. - - - - Link to a user with identical username. Can have security implications when a username is used with another source - Lien vers un utilisateur ayant un nom d'utilisateur identique. Cela peut avoir des implications en termes de sécurité lorsqu'un nom d'utilisateur est utilisé avec une autre source. - - - - Use the user's username, but deny enrollment when the username already exists - Utiliser le nom d'utilisateur de l'utilisateur, mais refuser l'inscription si le nom d'utilisateur existe déjà. - - - - Unknown user matching mode - Mode de correspondance d'utilisateur inconnu - - - - URL settings - Paramètres d'URL - - - - Authorization URL - URL d'autorisation - - - - URL the user is redirect to to consent the authorization. - URL vers laquelle l'utilisateur est redirigé pour consentir l'autorisation. - - - - Access token URL - URL du jeton d'accès - - - - URL used by authentik to retrieve tokens. - URL utilisée par authentik pour récupérer les jetons. - - - - Profile URL - URL de profil - - - - URL used by authentik to get user information. - URL utilisée par authentik pour obtenir des informations sur l'utilisateur. - - - - Request token URL - URL du jeton de requête - - - - URL used to request the initial token. This URL is only required for OAuth 1. - URL utilisée pour demander le jeton initial. Cette URL est uniquement requise pour OAuth 1. - - - - OIDC Well-known URL - OIDC Well-known URL - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - URL de configuration well-known de OIDC. Peut être utilisé pour configurer automatiquement les URL ci-dessus. - - - - OIDC JWKS URL - OIDC JWKS URL - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - URL de la clé Web JSON. Les clés de l'URL seront utilisées pour valider les JWTs de cette source. - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - Données JWKS brutes. - - - - User matching mode - Mode de correspondance utilisateur - - - - Delete currently set icon. - Supprimer l'icône actuellement définie - - - - Consumer key - Clé consumer - - - - Consumer secret - Secret consumer - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - Champs supplémentaires à transmettre au fournisseur OAuth, séparés par des espaces. Pour remplacer les champs existants, préfixez-les par *. - - - - Flow settings - Paramètres du flux - - - - Flow to use when authenticating existing users. - Flux à utiliser pour authentifier les utilisateurs existants. - - - - Enrollment flow - Flux d'inscription - - - - Flow to use when enrolling new users. - Flux à utiliser pour inscrire les nouveaux utilisateurs. - - - - Load servers - Charger les serveurs - - - - Allow friends to authenticate via Plex, even if you don't share any servers - Autoriser les amis à s'authentifier via Plex, même si vous ne partagez aucun serveur - - - - Allowed servers - Serveurs autorisés - - - - Select which server a user has to be a member of to be allowed to authenticate. - Sélectionnez de quel serveur un utilisateur doit être un membre pour être autorisé à s'authentifier. - - - - SSO URL - URL SSO - - - - URL that the initial Login request is sent to. - URL de destination de la requête initiale de login. - - - - SLO URL - URL SLO - - - - Optional URL if the IDP supports Single-Logout. - URL optionnelle si le fournisseur d'identité supporte Single-Logout. - - - - Also known as Entity ID. Defaults the Metadata URL. - Aussi appelé Entity ID. URL de métadonnée par défaut. - - - - Binding Type - Type de liaison - - - - Redirect binding - Redirection - - - - Post-auto binding - Liaison Post-automatique - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Liaison Post mais la demande est automatiquement envoyée et l'utilisateur n'a pas à confirmer. - - - - Post binding - Post - - - - Signing keypair - Paire de clés de signature - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - Paire de clés utilisée pour signer le requêtes sortantes. Laisser vide pour désactiver la signature. - - - - Allow IDP-initiated logins - Autoriser les connexions initiées par IDP - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - Autoriser les flux d'authentification initiés par l'IdP. Cela peut présenter un risque de sécurité, aucune validation de l'ID de la requête n'est effectuée. - - - - NameID Policy - Politique NameID - - - - Persistent - Persistant - - - - Email address - Adresse courriel - - - - Windows - Fenêtres - - - - X509 Subject - Sujet X509 - - - - Transient - Transitoire - - - - Delete temporary users after - Supprimer les utilisateurs temporaires après - - - - 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. - Moment où les utilisateurs temporaires doivent être supprimés. Cela ne s'applique que si votre IDP utilise le format NameID "transient" et que l'utilisateur ne se déconnecte pas manuellement. - - - - Pre-authentication flow - Flux de pré-authentification - - - - Flow used before authentication. - Flux à utiliser avant authentification. - - - - New source - Nouvelle source - - - - Create a new source. - Créer une nouvelle source. - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - Sources d'identités, qui peuvent soit être synchronisées dans la base de données d'authentik, soit être utilisées par les utilisateurs pour s'authentifier et s'inscrire. - - - - Source(s) - Source(s) - - - - Disabled - Désactivé - - - - Built-in - Intégré - - - - Update LDAP Source - Mettre à jour la source LDAP - - - - OAuth Source - Source OAuth - - - - - Generic OpenID Connect - Connection OpenID Générique - - - - Unknown provider type - Type de fournisseur inconnu - - - - Details - Détails - - - - Callback URL - URL de rappel - - - - Access Key - Clé d'accès - - - - Update OAuth Source - Mettre à jour la source OAuth - - - - Diagram - Diagramme - - - - Policy Bindings - Liaisons des politiques - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - Ces liaisons contrôlent les utilisateurs qui peuvent accéder à cette source. - Vous ne pouvez utiliser que des politiques ici, car l'accès est vérifié avant que l'utilisateur ne soit authentifié. - - - Update Plex Source - Mettre à jour la source Plex - - - - Update SAML Source - Mettre à jour la source SAML - - - - Successfully updated mapping. - Mappage mis à jour avec succès. - - - - Successfully created mapping. - Mappage créé avec succès - - - - SAML Attribute Name - Nom d'attribut SAML - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - Nom de l'attribut utilisé pour les assertions SAML. Peut être un OID URN, une référence à un schéma ou tout autre valeur. Si ce mappage de propriété est utilisé pour la propriété NameID, cette valeur est ignorée. - - - - Friendly Name - Nom amical - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - Indiquer la valeur "FriendlyName" de l'attribut d'assertion (optionnel) - - - - Scope name - Nom de la portée - - - - Scope which the client can specify to access these properties. - Portée que le client peut spécifier pour accéder à ces propriétés. - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - Description montrée à l'utilisateur lors de l'approbation. Aucune information présentée à l'utilisateur si laissé vide. - - - - Example context data - Exemple contextuel de données - - - - Active Directory User - Utilisateur Active Directory - - - - Active Directory Group - Groupe Active Directory - - - - New property mapping - Nouveau mappage de propriété - - - - Create a new property mapping. - Créer un nouveau mappage de propriétés. - - - - Property Mappings - Mappages de propriété - - - - Control how authentik exposes and interprets information. - Contrôle comment authentik expose et interprète les informations - - - - Property Mapping(s) - Mappage(s) de propriété - - - - Test Property Mapping - Tester le mappage de propriété - - - - Hide managed mappings - Cacher les mappages gérés - - - - Successfully updated token. - Jeton mis à jour avec succès - - - - Successfully created token. - Jeton créé avec succès - - - - Unique identifier the token is referenced by. - Identifiant unique par lequel le jeton est référencé. - - - - Intent - Intention - - - - API Token - Jeton API - - - - Used to access the API programmatically - Utilisé pour accéder à l'API de manière programmatique - - - - App password. - Mot de passe de l'application. - - - - Used to login using a flow executor - Utilisé pour se connecter à l'aide d'un exécuteur de flux - - - - Expiring - Expiration - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - Si cette option est sélectionnée, le jeton expirera. À son expiration, le jeton fera l'objet d'une rotation. - - - - Expires on - Expire le - - - - API Access - Accès à l'API - - - - App password - Mot de passe de l'App - - - - Verification - Vérification - - - - Unknown intent - Intention inconnue - - - - Tokens - Jetons - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - Les jetons sont utilisés dans authentik pour les étapes de validation des courriels, les clés de récupération et l'accès aux API. - - - - Expires? - Expire ? - - - - Expiry date - Date d'expiration - - - - Token(s) - Jeton(s) - - - - Create Token - Créer un jeton - - - - Token is managed by authentik. - Jeton géré par authentik - - - - Update Token - Mettre à jour le jeton - - - - Domain - Domaine - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - La correspondante est effectuée sur le suffixe du domaine ; si vous entrez domain.tld, foo.domain.tld sera également inclus. - - - - Default - Par défaut - - - - Branding settings - Paramètres de marque - - - - Title - Titre - - - - Branding shown in page title and several other places. - Image de marque utilisée dans le titre de la page et dans d'autres endroits - - - - Logo - Logo - - - - Favicon - Favicon - - - - Icon shown in the browser tab. - Icône affichée dans l'onglet du navigateur. - - - - Default flows - Flux par défaut - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - Flux utilisé pour authentifier les utilisateurs. S'il est laissé vide, le premier flux applicable trié par le slug est utilisé. - - - - Invalidation flow - Flux d'invalidation - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - Flux utilisé pour la déconnexion. S'il est laissé vide, le premier flux applicable trié par le slug est utilisé. - - - - Recovery flow - Flux de récupération - - - - Unenrollment flow - Flux de désinscription - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - Si défini, les utilisateurs peuvent se désinscrire à l'aide de ce flux. Si aucun flux n'est défini, l'option n'est pas affichée. - - - - User settings flow - Flux de paramètres utilisateur - - - - If set, users are able to configure details of their profile. - Si défini, les utilisateurs sont capables de modifier les informations de leur profil. - - - - Device code flow - Flux de code de l'appareil - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - S'il est activé, le profil OAuth Device Code peut être utilisé et le flux sélectionné sera utilisé pour saisir le code. - - - - Other global settings - Autres paramètres globaux - - - - Web Certificate - Certificat Web - - - - Event retention - Rétention d'évènement - - - - Duration after which events will be deleted from the database. - Expiration des évènements à l'issue de laquelle ils seront supprimés de la base de donnée. - - - - This setting only affects new Events, as the expiration is saved per-event. - Ce paramètre n'affecte que les nouveaux événements, l'expiration étant enregistrée pour chaque événement. - - - - Configure visual settings and defaults for different domains. - Configure le paramètres visuels et par défaut des différents domaines. - - - - Default? - Par défaut ? - - - - Policies - Politiques - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - Permettre aux usagers l'utilisation d'applications sur la base de leurs propriétés, appliquer les critères de robustesse des mots de passe et sélectionner les flux applicables. - - - - Assigned to object(s). - Assigné à - objet(s). - - - - Warning: Policy is not assigned. - Avertissement : la politique n'est pas assignée. - - - - Test Policy - Tester la politique - - - - Policy / Policies - Politique/s - - - - Successfully cleared policy cache - Cache de politique vidé avec succès - - - - Failed to delete policy cache - Impossible de vider le cache de politique - - - - Clear cache - Vider le cache - - - - Clear Policy cache - Vider le cache de politique - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - Êtes-vous sûr de vouloir vider le cache des politiques ? Cela entraînera la réévaluation de toutes les politiques lors de leur prochaine utilisation. - - - Reputation scores - Scores de Réputation - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - Réputations pour chaque IP et identifiant utilisateur. Les scores sont décrémentés à chaque connexion échouée et incrémentés pour chaque connexion réussie. - - - - IP - IP - - - - Score - Note - - - - Updated - Mis à Jour - - - - Reputation - Réputation - - - - Groups - Groupes - - - - Group users together and give them permissions based on the membership. - Regroupez les utilisateurs et donnez-leur des autorisations en fonction de leur appartenance. - - - - Superuser privileges? - Privilèges de super-utilisateur ? - - - - Group(s) - Groupe(s) - - - - Create Group - Créer un groupe - - - - Create group - Créer un groupe - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - Utilisez le nom d'utilisateur et le mot de passe ci-dessous pour vous authentifier. Le mot de passe peut être récupéré plus tard sur la page Jetons. - - - - Password - Mot de passe - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - Valide pendant 360 jours, après quoi le mot de passe sera alterné automatiquement. Vous pouvez copier le mot de passe depuis la liste des jetons. - - - - The following objects use - Les objets suivants utilisent - - - - - connecting object will be deleted - L'objet connecté sera supprimé - - - - Successfully updated - Mise à jour effectuée avec succès - - - Failed to update : - Échec de la mise à jour de - : - - - - - Successfully updated password. - Le mot de passe a été mis à jour avec succès. - - - - Successfully sent email. - Courriel envoyé avec succès - - - - Email stage - Étape courriel - - - - Successfully added user(s). - L'ajout d'utilisateur(s) a été effectué avec succès. - - - - User(s) - Utilisateur(s) - - - - Remove Users(s) - Retirer le/les utilisateur(s) - - - - Are you sure you want to remove the selected users from the group ? - Êtes-vous sûr de vouloir supprimer les utilisateurs sélectionnés du groupe - ? - - - - Remove - Retirer - - - - Impersonate - Usurper l'identité - - - - User status - Statut utilisateur - - - - Change status - Changer le statut - - - - Deactivate - Désactiver - - - - Update password - Mettre à Jour le mot de passe - - - - Set password - Définir le mot de passe - - - - Successfully generated recovery link - Lien de récupération généré avec succès - - - - Copy recovery link - Copier le lien de récupération - - - - Send link - Envoyer un lien - - - - Send recovery link to user - Envoyer le lien de récupération à l'utilisateur - - - - Email recovery link - Lien de récupération courriel - - - - Recovery link cannot be emailed, user has no email address saved. - Le lien de récupération ne peut pas être envoyé par courriel, l'utilisateur n'a aucune adresse courriel enregistrée. - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - Avertissement : Ce groupe est configuré avec un accès superutilisateur. Les utilisateurs ajoutés auront un accès superutilisateur. - - - - Add existing user - Ajouter un utilisateur existant - - - - Create User - Créer un utilisateur - - - - Hide service-accounts - Cacher les comptes de service - - - - Group Info - Informations de Groupe - - - - Notes - Notes - - - - Edit the notes attribute of this group to add notes here. - Modifiez l'attribut notes de ce groupe pour ajouter des notes ici. - - - - Users - Utilisateurs - - - - Root - Racine - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Attention : Vous êtes sur le point de supprimer l'utilisateur auquel vous êtes connecté ( - ). Poursuivez à vos propres risques. - - - - User folders - Dossiers utilisateurs - - - - Successfully added user to group(s). - L'utilisateur a été ajouté avec succès au(x) groupe(s). - - - - Groups to add - Groupes à ajouter - - - - Remove from Group(s) - Retirer du/des Groupe(s) - - - - Are you sure you want to remove user from the following groups? - Êtes-vous sûr de vouloir retirer l'utilisateur - des groupes suivants ? - - - - Add Group - Ajouter un groupe - - - - Add to existing group - Ajouter à un groupe existant - - - - Add new group - Ajouter un nouveau groupe - - - - Application authorizations - Autorisations de l'application - - - - Revoked? - Révoqué ? - - - - Expires - Expire - - - - ID Token - ID du jeton - - - - Refresh Tokens(s) - Rafraîchir le(s) jeton(s) - - - - Last IP - Dernière IP - - - - Session(s) - Session(s) - - - - Expiry - Expiration - - - - (Current session) - (Session actuelle) - - - - Permissions - Permissions - - - - Consent(s) - Approbation(s) - - - - Successfully updated device. - Appareil mis à jour avec succès - - - - Static tokens - Jetons statiques - - - - TOTP Device - Appareil TOTP - - - - Enroll - S'inscrire - - - - Device(s) - Appareil(s) - - - - Update Device - Mettre à Jour l'Appareil - - - - Confirmed - Confirmé - - - - User Info - Info utilisateur - - - - Actions over the last week (per 8 hours) - Actions au cours de la semaine écoulée (par tranche de 8 heures) - - - - Edit the notes attribute of this user to add notes here. - Éditer l'attribut notes de cet utilisateur pour ajouter des notes ici. - - - - Sessions - Sessions - - - - User events - Événements de l'utilisateur - - - - Explicit Consent - Approbation explicite - - - - OAuth Refresh Tokens - Jetons de rafraîchissement OAuth - - - - MFA Authenticators - Authentificateurs MFA - - - - Successfully updated invitation. - Invitation mise à jour avec succès - - - - Successfully created invitation. - Invitation créée avec succès - - - - Flow - Flux - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - Si sélectionné, l'invitation ne sera utilisable que dans ce flux. Par défaut l'invitation est acceptée sur tous les flux avec des étapes d'invitation. - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - Données optionnelles chargées dans la variable contextuelle 'prompt_data' du flux. YAML ou JSON. - - - - Single use - Usage unique - - - - When enabled, the invitation will be deleted after usage. - Si activée, l'invitation sera supprimée après utilisation. - - - - Select an enrollment flow - Sélectionnez un flux d'inscription - - - - Link to use the invitation. - Lien pour utiliser l'invitation. - - - - Invitations - Invitations - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - Créer des liens d'invitation pour inscrire des utilisateurs et éventuellement imposer certains attributs de leurs compte. - - - - Created by - Créé par - - - - Invitation(s) - Invitation(s) - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - L'invitation n'est limitée à aucun flux, et peut être utilisée avec n'importe quel flux d'inscription. - - - - Update Invitation - Mettre à Jour l'invitation - - - - Create Invitation - Créer une invitation - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - Attention : aucune étape d’invitation n’a été ajoutée à aucun flux. Les invitations ne fonctionneront pas comme attendu. - - - - Auto-detect (based on your browser) - Détection automatique (basée sur votre navigateur) - - - - Required. - Obligatoire. - - - - Continue - Continuer - - - - Successfully updated prompt. - Invite mise à jour avec succès. - - - - Successfully created prompt. - Invite créée avec succès. - - - - Text: Simple Text input - Texte : simple champ texte - - - - Text Area: Multiline text input - Zone de Texte : Entrée de Texte multiligne - - - - Text (read-only): Simple Text input, but cannot be edited. - Texte (lecture seule) : Texte Simple, mais ne peut être édité. - - - - Text Area (read-only): Multiline text input, but cannot be edited. - Zone de Texte (lecture seule) : Entrée de Texte multiligne, mais ne peut pas être édité. - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - Nom d'utilisateur : Identique à la saisie de texte, mais vérifie et empêche les noms d'utilisateur en double. - - - - Email: Text field with Email type. - Courriel : champ texte de type adresse courriel - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - Mot de Passe : Entrée masquée, plusieurs entrées de ce type sur une même page odivent être identiques. - - - - Number - Nombre - - - - Checkbox - Case à cocher - - - - Radio Button Group (fixed choice) - Group de boutons radio (choix fixe) - - - - Dropdown (fixed choice) - Menu déroulant (choix fixe) - - - - Date - Date - - - - Date Time - Date et heure - - - - File - Fichier - - - - Separator: Static Separator Line - Séparateur : Ligne de séparation statique - - - - Hidden: Hidden field, can be used to insert data into form. - Caché : champ caché, peut être utilisé pour insérer des données dans le formulaire. - - - - Static: Static value, displayed as-is. - Statique : valeur statique, affichée comme telle. - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik: Locales: Affiche la liste des locales supportées par authentik. - - - - Preview errors - Prévisualisation des erreurs - - - - Data preview - Prévisualisation des données - - - - Unique name of this field, used for selecting fields in prompt stages. - Nom unique de ce champ, utilisé pour sélectionner les champs dans les étapes de demande - - - - Field Key - Clé du champ - - - - Name of the form field, also used to store the value. - Nom du champ de formulaire utilisé pour enregistrer la valeur - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - Lorsqu’utilisé avec une étape Écriture Utilisateur, utilise attributes.foo pour écrire les attributs. - - - - Label - Libellé - - - - Label shown next to/above the prompt. - Libellé affiché à côté/au-dessus du champ. - - - - Required - Obligatoire - - - - Interpret placeholder as expression - Interpréter le placeholder comme une expression - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - Lorsque sélectionné, le placeholder sera évalué de la même manière qu'un mappage de propriété. - Si l'évaluation échoue, le placeholder sera retourné. - - - Placeholder - Par défaut - - - - 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. - Founir en option une courte aide qui décrit l'entrée attendue. - Lors de la création d'un champ à choix fixe, active l'interprétation comme expressions et retourne une - une liste de choix multiples. - - - Interpret initial value as expression - Interpréter la valeur initiale comme une expression - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - Lorsque sélectrionné, la valeur initiale sera évaluée de la même manière qu'un mappage de propriété. - Si l'évaluation échoue, la valeur initiale sera retournée. - - - Initial value - Valeur initiale - - - - 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. - Éventuellement remplir le champ avec une valeur initiale. - Lors de la création d'un champ à choix fixes, activer l'interprétation en tant qu'expression et - renvoyer une liste des choix par défaut. - - - Help text - Texte d'aide - - - - Any HTML can be used. - N'importe quel HTML peut être utilisé. - - - - Prompts - Invites - - - - Single Prompts that can be used for Prompt Stages. - Invites simples qui peuvent être utilisés pour les étapes d'invite. - - - - Field - Champ - - - - Stages - Étapes - - - - Prompt(s) - Invite(s) - - - - Update Prompt - Mettre à jour l'invite - - - - Create Prompt - Créer une invite - - - - Target - Cible - - - - Stage - Étape - - - - Evaluate when flow is planned - Évaluer quand le flux est planifié - - - - Evaluate policies during the Flow planning process. - Évaluer les politiques pendant le processus de planification du flux - - - - Evaluate when stage is run - Évaluer quand l'étape est exécutée - - - - Invalid response behavior - Comportement de réponse invalide - - - - Returns the error message and a similar challenge to the executor - Retourne le message d'erreur et un défi similaire à l'exécuteur - - - - Restarts the flow from the beginning - Redémarre le flux depuis le début - - - - Restarts the flow from the beginning, while keeping the flow context - Redémarre le flux depuis le début, en gardant le contexte du flux - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - Configurer comment l'exécuteur de flux doit gérer une réponse invalide à un défi donné par cette étape d'assignation - - - - Successfully updated stage. - Étape mise à jour avec succès - - - - Successfully created stage. - Étape créée avec succès - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Étape de configuration d'un authentificateur Duo. Cette étape devrait être utilisée en flux de configuration. - - - - Authenticator type name - Nom du type d'authentificateur - - - - Display name of this authenticator, used by users when they enroll an authenticator. - Affiche le nom de cet authentificateur, utilisé par les utilisateurs quand ils inscrivent un authentificateur. - - - - API Hostname - Nom d'hôte de l'API - - - - Duo Auth API - API d'Authentification Duo - - - - Integration key - Clé d'intégration - - - - Secret key - Clé secrète - - - - Duo Admin API (optional) - API Administrateur Duo (optionnel) - - - - Stage-specific settings - Paramètres propres à l'étape - - - - Configuration flow - Flux de configuration - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - Flux utilisé par un utilisateur authentifié pour configurer cette étape. S'il est vide, l'utilisateur ne sera pas en mesure de le configurer. - - - - Twilio Account SID - SID de Compte Twilio - - - - Get this value from https://console.twilio.com - Obtenez cette valeur depuis https://console.twilio.com - - - - Twilio Auth Token - Jeton d'Authentification Twilio - - - - Authentication Type - Type d'authentification - - - - Basic Auth - Authentification Basique - - - - Bearer Token - Bearer Token - - - - External API URL - URL d'API externe - - - - This is the full endpoint to send POST requests to. - Ceci est le point de terminaison complet vers lequel il faut envoyer des requêtes POST - - - - API Auth Username - Nom d'utilisateur de l'API d'Authentification - - - - This is the username to be used with basic auth or the token when used with bearer token - Ceci est le nom d'utilisateur à utiliser pour de l'authentification basique ou le token à utiliser en avec Bearer token - - - - API Auth password - Mot de passe de l'API d'Authentification - - - - This is the password to be used with basic auth - Ceci est le mot de passe à utiliser pour l'authentification basique - - - - Mapping - Mappage - - - - Stage used to configure an SMS-based TOTP authenticator. - Étape utilisée pour configurer un authentificateur TOTP par SMS. - - - - Twilio - Twilio - - - - Generic - Générique - - - - From number - Numéro Expéditeur - - - - Number the SMS will be sent from. - Numéro depuis lequel le SMS sera envoyé. - - - - Hash phone number - Hacher le numéro de téléphone - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - Si activé, seul un hash du numéro de téléphone sera sauvegarder. Cela peut être fait pour des raisons de protection des données personnelles. Les appareils créés depuis une étape ayant cette option activée ne peuvent pas être utilisés avec l'étape de validation d'authentificateur. - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - Étape de configuration d'un authentificateur statique (jetons statiques). Cette étape devrait être utilisée en flux de configuration. - - - - Token count - Compteur jeton - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - Étape utilisée pour configurer un authentificateur TOTP (comme Authy ou Google Authenticator).L - - - - Digits - Chiffres - - - - 6 digits, widely compatible - 6 chiffres, largement compatible - - - - 8 digits, not compatible with apps like Google Authenticator - 8 chiffres, incompatible avec certaines applications telles que Google Authenticator - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - Étape utilisée pour valider tout type d'authentificateur. Cette étape devrait être utilisée en flux d'authentification ou d'autorisation. - - - - Device classes - Classes d'équipement - - - - Static Tokens - Jetons statiques - - - - TOTP Authenticators - Authentificateur TOTP - - - - WebAuthn Authenticators - Authentificateurs WebAuthn - - - - Duo Authenticators - Authentificateurs Duo - - - - SMS-based Authenticators - Authenticatificateurs basé sur SMS - - - - Device classes which can be used to authenticate. - Classe d'équipement qui peut être utilisé pour s'authentifier - - - - Last validation threshold - Seuil de dernière validation - - - - Not configured action - Action non configurée - - - - Force the user to configure an authenticator - Obliger l'utilisateur à configurer un authentificateur - - - - Deny the user access - Refuser l'accès à l'utilisateur - - - - WebAuthn User verification - Vérification Utilisateur WebAuthn - - - - User verification must occur. - La vérification utilisateur doit avoir lieu. - - - - User verification is preferred if available, but not required. - La vérification utilisateur est préférée si disponible, mais non obligatoire. - - - - User verification should not occur. - La vérification utilisateur ne doit pas avoir lieu. - - - - Configuration stages - Étapes de Configuration - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - Étapes utilisées pour configurer Authentifcateur (Authenticator) lorsque l’utilisateur n’a pas d’appareil compatible. Une fois cette étape passée, l’utilisateur ne sera pas sollicité de nouveau. - - - - When multiple stages are selected, the user can choose which one they want to enroll. - Lorsque plusieurs étapes sont sélectionnées, les utilisateurs peuvent choisir celle qu’ils souhaient utiliser pour s’enrôler. - - - - User verification - Vérification Utilisateur - - - - Resident key requirement - Exigence de clé résidente - - - - Authenticator Attachment - Lien à l'authentificateur - - - - No preference is sent - Aucune préférence n'est envoyée - - - - A non-removable authenticator, like TouchID or Windows Hello - Un authentificateur inamovible, comme TouchID ou Windows Hello - - - - A "roaming" authenticator, like a YubiKey - Un authentificateur "itinérant", comme une YubiKey - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - Cette étape vérifie la session actuelle de l'utilisateur sur le service reCaptcha de Google (ou service compatible). - - - - Public Key - Clé publique - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Clé publique, obtenue depuis https://www.google.com/recaptcha/intro/v3.html. - - - - Private Key - Clé privée - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Clé privée, acquise auprès de https://www.google.com/recaptcha/intro/v3.html. - - - - Advanced settings - Paramètres avancés - - - - JS URL - URL du JS - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - URL où télécharger le JavaScript, recaptcha par défaut. Peut être remplacé par une alternative compatible. - - - - API URL - URL d'API - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - URL utilisée pour valider la réponse captcha, recaptcha par défault. Peut être remplacé par une alternative compatible. - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - Demander le consentement de l'utilisateur. Celui-ci peut être permanent ou expirer dans un délai défini. - - - - Always require consent - Toujours exiger l'approbation - - - - Consent expires in - L'approbation expire dans - - - - Offset after which consent expires. - Décalage après lequel le consentement expire. - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - Étape factice utilisée pour les tests. Montre un simple bouton continuer et réussit toujours. - - - - Throw error? - Renvoyer une erreur ? - - - - SMTP Host - Hôte SMTP - - - - SMTP Port - Port SMTP - - - - SMTP Username - Utilisateur SMTP - - - - SMTP Password - Mot de passe SMTP - - - - Use TLS - Utiliser TLS - - - - Use SSL - Utiliser SSL - - - - From address - Adresse d'origine - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - Vérifier le courriel de l'utilisateur en lui envoyant un lien à usage unique. Peut également être utilisé lors de la récupération afin de vérifier l'authenticité de l'utilisateur. - - - - Activate pending user on success - Activer l'utilisateur en attente en cas de réussite - - - - When a user returns from the email successfully, their account will be activated. - Lorsqu'un utilisateur revient du courriel avec succès, son compte sera activé. - - - - Use global settings - Utiliser les paramètres globaux - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - Si activé, les paramètres globaux de connexion courriel seront utilisés et les paramètres de connexion ci-dessous seront ignorés. - - - - Template - Modèle - - - - Let the user identify themselves with their username or Email address. - Laisser l'utilisateur s'identifier lui-même avec son nom d'utilisateur ou son adresse courriel. - - - - User fields - Champs de l'utilisateur - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - Champs avec lesquels un utilisateur peut s'identifier. Si aucun champ n'est sélectionné, l'utilisateur ne pourra utiliser que des sources. - - - - Password stage - Étape de mot de passe - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - Si activée, un champ de mot de passe est affiché sur la même page au lieu d'une page séparée. Cela permet d'éviter les attaques par énumération de noms d'utilisateur. - - - - Case insensitive matching - Correspondance insensible à la casse - - - - When enabled, user fields are matched regardless of their casing. - Si activé, les champs de l'utilisateur sont mis en correspondance en ignorant leur casse. - - - - Show matched user - Afficher l'utilisateur correspondant - - - - 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. - Lorsqu'un nom d'utilisateur/adresse courriel valide a été saisi, et si cette option est active, le nom d'utilisateur et l'avatar de l'utilisateur seront affichés. Sinon, le texte que l'utilisateur a saisi sera affiché. - - - - Source settings - Paramètres de la source - - - - Sources - Sources - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - Sélectionnez les sources à afficher aux utilisateurs pour s'authentifier. Cela affecte uniquement les sources web, pas LDAP. - - - - Show sources' labels - Afficher les étiquettes des sources - - - - By default, only icons are shown for sources. Enable this to show their full names. - Par défaut, seuls les icônes sont affichés pour les sources, activez cette option pour afficher leur nom complet. - - - - Passwordless flow - Flux sans mot de passe - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - Flux sans mot de passe facultatif, qui sera accessible en bas de page. Lorsque configuré, les utilisateurs peuvent utiliser ce flux pour s'authentifier avec un authentificateur WebAuthn, sans entrer de détails. - - - - Optional enrollment flow, which is linked at the bottom of the page. - Flux d'inscription facultatif, qui sera accessible en bas de page. - - - - Optional recovery flow, which is linked at the bottom of the page. - Flux de récupération facultatif, qui sera accessible en bas de page. - - - - This stage can be included in enrollment flows to accept invitations. - Cette étape peut être incluse dans les flux d'inscription pour accepter les invitations. - - - - Continue flow without invitation - Continuer le flux sans invitation - - - - 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. - Si activé, cette étape passera à l'étape suivante si aucune invitation n'est donnée. Par défaut, cette étape annule le flux en l'absence d'invitation. - - - - Validate the user's password against the selected backend(s). - Valider le mot de passe de l'utilisateur sur le(s) backend(s) sélectionné(s). - - - - Backends - Backends - - - - User database + standard password - Base de données utilisateurs + mots de passe standards - - - - User database + app passwords - Base de données utilisateurs + mots de passes applicatifs - - - - User database + LDAP password - Base de données utilisateurs + mot de passe LDAP - - - - Selection of backends to test the password against. - Sélection de backends pour tester le mot de passe. - - - - Failed attempts before cancel - Échecs avant annulation - - - - 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. - Nombre de tentatives dont dispose un utilisateur avant que le flux ne soit annulé. Pour verrouiller l'utilisateur, utilisez une politique de réputation et une étape user_write. - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - Afficher des champs de saisie arbitraires à l'utilisateur, par exemple pendant l'inscription. Les données sont enregistrées dans le contexte du flux sous la variable "prompt_data". - - - - Fields - Champs - - - - Validation Policies - Politiques de validation - - - - Selected policies are executed when the stage is submitted to validate the data. - Les politiques sélectionnées sont exécutées lorsque l'étape est soumise pour valider les données. - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - Supprimer l'utilisateur en attente. ATTENTION, cette étape ne demande aucune confirmation. Utiliser une étape d'approbation pour s'assurer que l'utilisateur ait conscience de ses actions. - - - Log the currently pending user in. - Ouvre la session de l'utilisateur courant. - - - - Session duration - Durée de la session - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - Détermine la durée de la session. La valeur par défaut de 0 seconde signifie que la session dure jusqu'à la fermeture du navigateur. - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - Différents navigateurs gèrent les cookies de session différemment et peuvent ne pas les supprimer même lorsque le navigateur est fermé. - - - - See here. - Voir ici. - - - - Stay signed in offset - Rester connecté en décalage - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - Si défini à une durée supérieure à 0, l'utilisateur aura la possibilité de choisir de "rester connecté", ce qui prolongera sa session jusqu'à la durée spécifiée ici. - - - - Terminate other sessions - Terminer les autres sessions - - - - When enabled, all previous sessions of the user will be terminated. - Lorsqu'activé, toutes les sessions précédentes de l'utilisateur seront terminées. - - - - Remove the user from the current session. - Supprimer l'utilisateur de la session actuelle. - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - Écrit toute donnée provenant du contexte du flux 'prompt_data' à l'utilisateur en attente. Si aucun utilisateur - n'est en attente, un nouvel utilisateur est créé avec ces données. - - - Never create users - Ne jamais créer d'utilisateurs - - - - When no user is present in the flow context, the stage will fail. - Si aucun utilisateur n'est présent dans le contexte du flux, l'étape va échouer. - - - - Create users when required - Créer des utilisateurs si nécessaire - - - - When no user is present in the the flow context, a new user is created. - Si aucun utilisateur n'est présent dans le contexte du flux, un nouvel utilisateur est créé. - - - - Always create new users - Toujours créer de nouveaux utilisateurs - - - - Create a new user even if a user is in the flow context. - Créer un nouvel utilisateur même si un utilisateur est déjà présent dans le contexte du flux. - - - - Create users as inactive - Créer des utilisateurs inactifs - - - - Mark newly created users as inactive. - Marquer les utilisateurs nouvellements créés comme inactifs. - - - - User path template - Modèle de chemin des utilisateurs - - - - Path new users will be created under. If left blank, the default path will be used. - Chemin sous lequel les nouveaux utilisateurs seront créés. Si laissé vide, le chemin par défaut sera utilisé. - - - - Newly created users are added to this group, if a group is selected. - Les utilisateurs nouvellement créés sont ajoutés à ce groupe, si un groupe est sélectionné. - - - - New stage - Nouvelle étape - - - - Create a new stage. - Créer une nouvelle étape. - - - - Successfully imported device. - Appareil importé avec succès. - - - - The user in authentik this device will be assigned to. - L'utilistateur authentik auquel cet appareil sera assigné. - - - - Duo User ID - ID Utilisateur Duo - - - - The user ID in Duo, can be found in the URL after clicking on a user. - L'ID utilisateur Duo, peut être trouvé dans l'URL en cliquant sur un utilisateur, - - - - Automatic import - Importation automatique - - - - Successfully imported devices. - Import réussi de - appareils. - - - - Start automatic import - Démarrer l'importation automatique - - - - Or manually import - Ou importer manuellement - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - Les étapes sont des étapes simples d'un flux au travers duquel un utilisateur est guidé. Une étape peut être uniquement exécutée à l'intérieur d'un flux. - - - - Flows - Flux - - - - Stage(s) - Étape(s) - - - - Import - Importer - - - - Import Duo device - Importer un appareil Duo - - - - Successfully updated flow. - Flux mis à jour avec succès - - - - Successfully created flow. - Flux créé avec succès - - - - Shown as the Title in Flow pages. - Afficher comme Titre dans les pages de Flux. - - - - Visible in the URL. - Visible dans l'URL - - - - Designation - Désignation - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - Détermine l'usage de ce flux. Par exemple, un flux d'authentification est la destination d'un visiteur d'authentik non authentifié. - - - - No requirement - Aucun prérequis - - - - Require authentication - Requiert une authentification - - - - Required authentication level for this flow. - Niveau d'authentification requis pour ce flux. - - - - Behavior settings - Paramètres de comportement - - - - Compatibility mode - Mode de compatibilité - - - - Increases compatibility with password managers and mobile devices. - Augmente la compatibilité avec les gestionnaires de mots de passe et les appareils mobiles - - - - Denied action - Action refusée - - - - Will follow the ?next parameter if set, otherwise show a message - Suivra le paramètre ?next si défini, sinon affichera un message - - - - Will either follow the ?next parameter or redirect to the default interface - Suivra le paramètre ?next ou redirigera vers l'interface par défaut - - - - Will notify the user the flow isn't applicable - Notifiera l'utilisateur que le flux ne s'applique pas - - - - Decides the response when a policy denies access to this flow for a user. - Décider de la réponse quand une politique refuse l'accès à ce flux pour un utilisateur. - - - - Appearance settings - Paramètres d'apparence - - - - Layout - Organisation - - - - Background - Arrière-plan - - - - Background shown during execution. - Arrière-plan utilisé durant l'exécution. - - - - Clear background - Fond vide - - - - Delete currently set background image. - Supprimer l'arrière plan actuellement défini - - - - Successfully imported flow. - Flux importé avec succès - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - Les flux décrivent une succession d'étapes pour authentifier, inscrire ou récupérer un utilisateur. Les étapes sont choisies en fonction des politiques qui leur sont appliquées. - - - - Flow(s) - Flux - - - - Update Flow - Mettre à jour le flux - - - - Create Flow - Créer un flux - - - - Import Flow - Importer un flux - - - - Successfully cleared flow cache - Cache de flux vidé avec succès - - - - Failed to delete flow cache - Impossible de vider le cache de flux - - - - Clear Flow cache - Vider le cache de flux - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - Êtes-vous sûr de vouloir vider le cache des flux ? - Cela va forcer une ré-évaluation de tous les flux lors de leur prochaine utilisation. - - - Stage binding(s) - Liaison(s) de l'étape - - - - Stage type - Type d'étape - - - - Edit Stage - Éditer l'étape - - - - Update Stage binding - Mettre à jour la liaison de l'étape - - - - These bindings control if this stage will be applied to the flow. - Ces liaisons contrôlent si cette étape sera appliquée au flux. - - - - No Stages bound - Aucune étape liée - - - - No stages are currently bound to this flow. - Aucune étape n'est actuellement liée à ce flux. - - - - Create Stage binding - Créer une liaison d'étap - - - - Bind existing stage - Lier une étape existante - - - - Flow Overview - Aperçu du flux - - - - Related actions - Actions apparentées - - - - Execute flow - Exécuter le flux - - - - Normal - Normal - - - - Export flow - Exporter le flux - - - - Export - Exporter - - - - Stage Bindings - Liaisons de l'étape - - - - These bindings control which users can access this flow. - Ces liaisons contrôlent les utilisateurs qui peuvent accéder à ce flux. - - - - Event Log - Journal d'évènements - - - - Event - Évènement - - - - - Event info - Information de l'évènement - - - - Created - Créé - - - - Successfully updated transport. - Transport mis à jour avec succès - - - - Successfully created transport. - Transport créé avec succès - - - - Local (notifications will be created within authentik) - Local (les notifications seront créées dans authentik) - - - - Webhook (generic) - Webhook (générique) - - - - Webhook (Slack/Discord) - Webhook (Slack/Discord) - - - - Webhook URL - URL Webhoo - - - - Send once - Envoyer une seule fois - - - - Only send notification once, for example when sending a webhook into a chat channel. - Envoyer une seule fois la notification, par exemple lors de l'envoi d'un webhook dans un canal de discussion. - - - - Notification Transports - Transports de notification - - - - Define how notifications are sent to users, like Email or Webhook. - Définit les méthodes d'envoi des notifications aux utilisateurs, telles que courriel ou webhook. - - - - Notification transport(s) - Transport(s) de notification - - - - Update Notification Transport - Mettre à jour le transport de notification - - - - Create Notification Transport - Créer une notification de transport - - - - Successfully updated rule. - Règle mise à jour avec succès - - - - Successfully created rule. - Règle créée avec succès - - - - Transports - Transports - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - Sélectionnez les transports à utiliser pour notifier l'utilisateur. À défaut, la notification sera simplement affichée dans l'interface utilisateur authentik. - - - - Severity - Sévérité - - - - Notification Rules - Règles de notification - - - - Send notifications whenever a specific Event is created and matched by policies. - Envoyez des notifications chaque fois qu'un événement spécifique est créé et correspond à des politiques. - - - - Sent to group - Envoyé au groupe - - - - Notification rule(s) - Règle(s) de notification - - - - Update Notification Rule - Mettre à jour la règle de notification - - - - Create Notification Rule - Créer une règles de notification - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - Ces liaisons contrôlent les événements sur lesquels cette règle se déclenche. -Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'utilisateur de l'événement. - - - Outpost Deployment Info - Info de déploiement de l'avant-poste - - - - View deployment documentation - Voir la documentation de déploiement - - - - Click to copy token - Cliquer pour copier le jeton - - - - If your authentik Instance is using a self-signed certificate, set this value. - Activer cette option si votre instance authentik utilise un certificat auto-signé. - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - Ajouter cette option si le paramètre authentik_host ne correspond pas à l'URL sur laquelle vous voulez ouvrir une session. - - - - Successfully updated outpost. - Avant-poste mis à jour avec succès - - - - Successfully created outpost. - Avant-poste créé avec succès - - - - Radius - Radius - - - - Integration - Intégration - - - - Selecting an integration enables the management of the outpost by authentik. - La sélection d'une intégration permet la gestion de l'avant-poste par authentik. - - - - Configuration - Configuration - - - - See more here: - Voir plus ici: - - - - Documentation - Documentation - - - - Last seen - Vu pour la dernière fois - - - - , should be - - , devrait être - - - - - Hostname - Nom d'hôte - - - - Not available - Indisponible - - - - Unknown type - Type inconnu - - - - Outposts - Avant-postes - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Les avant-postes sont des déploiements de composants authentik pour supporter différents environnements et protocoles, comme des reverse proxies. - - - - Health and Version - État et version - - - - Warning: authentik Domain is not configured, authentication will not work. - Avertissement : le domaine d'authentik n'est pas configuré, l'authentification ne fonctionnera pas. - - - - Logging in via . - Connexion avec - . - - - - No integration active - Aucune intégration active - - - - Update Outpost - Mettre à jour l'avant-poste - - - - View Deployment Info - Afficher les informations de déploiement - - - - Detailed health (one instance per column, data is cached so may be out of date) - État détaillé (une instance par colonne, les données sont mises en cache et peuvent donc être périmées) - - - - Outpost(s) - Avant-poste(s) - - - - Create Outpost - Créer un avant-poste - - - - Successfully updated integration. - Intégration mise à jour avec succès - - - - Successfully created integration. - Intégration créé avec succès - - - - Local - Local - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - Si activé, utiliser la connexion locale. Intégration Docker socket/Kubernetes requise. - - - - Docker URL - URL Docker - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - AC auprès de laquelle le certificat du terminal est vérifié. Peut être laissé vide en l'absence de validation. - - - - TLS Authentication Certificate/SSH Keypair - Certificat TLS d'authentification/Pair de clé SSH - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - Certificat et clé utilisés pour l'authentification. Peut être laissé vide si pas d'authentification. - - - - When connecting via SSH, this keypair is used for authentication. - Lors de la connexion SSH, cette paire de clé sera utilisée pour s'authentifier. - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - Vérifier le certificat SSL de l'API Kubernetes - - - - New outpost integration - Nouvelle intégration d’avant-poste - - - - Create a new outpost integration. - Créer une nouvelle intégration d’avant-poste. - - - - State - État - - - - Unhealthy - Malade - - - - Outpost integration(s) - Intégration(s) d'avant-postes - - - - Successfully generated certificate-key pair. - Paire clé/certificat générée avec succès. - - - - Common Name - Nom Commun - - - - Subject-alt name - Nom alternatif subject - - - - Optional, comma-separated SubjectAlt Names. - Liste optionnelle de noms alternatifs (SubjetAlt Names), séparés par des virgules. - - - - Validity days - Jours de validité - - - - Successfully updated certificate-key pair. - Paire clé/certificat mise à jour avec succès. - - - - Successfully created certificate-key pair. - Paire clé/certificat créée avec succès. - - - - PEM-encoded Certificate data. - Données du certificat au format PEM - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - Clé privée optionnelle. Si définie, vous pouvez utiliser pour le chiffrement. - - - - Certificate-Key Pairs - Paires de clé/certificat - - - - Import certificates of external providers or create certificates to sign requests with. - Importer les certificats des fournisseurs externes ou créer des certificats pour signer les demandes. - - - - Private key available? - Clé privée disponible ? - - - - Certificate-Key Pair(s) - Paire(s) de clé/certificat - - - - Managed by authentik - Géré par authentik - - - - Managed by authentik (Discovered) - Géré par authentik (Découvert) - - - - Yes () - Oui ( - ) - - - - No - Non - - - - Update Certificate-Key Pair - Mettre à jour la paire clé/certificat - - - - Certificate Fingerprint (SHA1) - Empreinte du certificat (SHA1) - - - - Certificate Fingerprint (SHA256) - Empreinte du certificat (SHA256) - - - - Certificate Subject - Sujet du certificat - - - - Download Certificate - Télécharger le certificat - - - - Download Private key - Télécharger la clé privée - - - - Generate - Générer - - - - Successfully updated instance. - Instance mise à jour avec succès. - - - - Successfully created instance. - Instance créée avec succès. - - - - Disabled blueprints are never applied. - Les plans désactivés ne sont jamais appliqués. - - - - Local path - Chemin local - - - - OCI Registry - Registre OCI - - - - Internal - Interne - - - - Blueprint - Plan - - - - Configure the blueprint context, used for templating. - Configurer le contexte du plan, utilisé pour modéliser. - - - - Orphaned - Orphelin - - - - Blueprints - Plans - - - - Automate and template configuration within authentik. - Automatiser et modéliser la configuration au sein d'authentik. - - - - Last applied - Dernière application - - - - Blueprint(s) - Plan(s) - - - - Update Blueprint - Mettre à jour le plan - - - - Create Blueprint Instance - Créer une instance du plan - - - - API Requests - Requêtes d'API - - - - Open API Browser - Ouvrir le navigateur API - - - - Notifications - Notifications - - - - unread - - non-lu - - - - Successfully cleared notifications - Notifications effacées avec succès - - - - Clear all - Tout vider - - - - User interface - Interface utilisateur - - - - Dashboards - Tableaux de bord - - - - Events - Évènements - - - - Logs - Logs - - - - Directory - Répertoire - - - - System - Système - - - - Certificates - Certificats - - - - Outpost Integrations - Intégration d’avant-postes - - - - API request failed - Requête d'API échouée - - - - Something went wrong! Please try again later. - Une erreur s'est produite ! Veuillez réessayer plus tard. - - - - Request ID - ID de requête - - - - You may close this page now. - Vous pouvez maintenant fermer cette page. - - - - You're about to be redirect to the following URL. - Vous allez être redirigé vers l'URL suivante. - - - - Follow redirect - Suivre la redirection - - - - Request has been denied. - La requête a été refusée. - - - - Not you? - Pas vous ? - - - - Need an account? - Besoin d'un compte ? - - - - Sign up. - S'enregistrer. - - - - Forgot username or password? - Mot de passe ou nom d'utilisateur oublié ? - - - - Or - Ou - - - - Use a security key - Utiliser une clé de sécurité - - - - Login to continue to . - Connectez-vous pour continuer sur - . - - - - Please enter your password - Veuillez saisir votre mot de passe - - - - Forgot password? - Mot de passe oublié ? - - - - Application requires following permissions: - Cette application requiert les permissions suivantes : - - - - Application already has access to the following permissions: - L’application a déjà accès aux permissions suivantes : - - - - Application requires following new permissions: - Cette application requiert de nouvelles permissions : - - - - Check your Inbox for a verification email. - Vérifiez votre boite de réception pour un courriel de vérification. - - - - Send Email again. - Renvoyer le courriel. - - - - Successfully copied TOTP Config. - Configuration TOTP copiée avec succès - - - - Code - Code - - - - Duo activation QR code - Code QR d'activation Duo - - - - Alternatively, if your current device has Duo installed, click on this link: - Sinon, si Duo est installé sur cet appareil, cliquez sur ce lien : - - - - Duo activation - Activation Duo - - - - Check status - Vérifier le statut - - - - Make sure to keep these tokens in a safe place. - Veuillez à conserver ces jetons dans un endroit sûr. - - - - Phone number - Numéro de téléphone - - - - Please enter your Phone number. - Veuillez entrer votre numéro de téléphone - - - - Please enter the code you received via SMS - Veuillez entrer le code que vous avez reçu par SMS - - - - Static token - Jeton statique - - - - Authentication code - Code d'authentification - - - - Please enter your code - Veuillez saisir votre code - - - - Retry authentication - Réessayer l'authentification - - - - Duo push-notifications - Notification push Duo - - - - Receive a push notification on your device. - Recevoir une notification push sur votre appareil. - - - - Authenticator - Authentificateur - - - - Use a security key to prove your identity. - Utilisez une clé de sécurité pour prouver votre identité. - - - - Traditional authenticator - Authentificateur traditionnel - - - - Use a code-based authenticator. - Utiliser un authentifieur à code. - - - - Recovery keys - Clés de récupération - - - - SMS - SMS - - - - Tokens sent via SMS. - Jetons envoyés par SMS. - - - - Stay signed in? - Rester connecté ? - - - - Select Yes to reduce the number of times you're asked to sign in. - Sélectionnez Oui pour réduire le nombre de fois où l'on vous demande de vous connecter. - - - - Authenticating with Plex... - Authentification avec Plex... - - - - Waiting for authentication... - En attente de l'authentification... - - - - If no Plex popup opens, click the button below. - Si aucune fenêtre contextuelle Plex ne s'ouvre, cliquez sur le bouton ci-dessous. - - - - Open login - Ouvrir la connexion - - - - Authenticating with Apple... - Authentification avec Apple... - - - - Retry - Recommencer - - - - You've successfully authenticated your device. - Vous avez authentifié votre appareil avec succès. - - - - Flow inspector - Inspecteur de flux - - - - Next stage - Étape suivante - - - - Stage name - Nom de l'étape - - - - Stage kind - Type d'étap - - - - Stage object - Objet étap - - - - This flow is completed. - Ce flux est terminé. - - - - Plan history - Historique du plan - - - - Current plan context - Contexte du plan courant - - - - Session ID - ID de session - - - - Powered by authentik - Propulsé par authentik - - - - Error creating credential: - Erreur lors de la création des identifiants : - - - - - Server validation of credential failed: - Erreur lors de la validation des identifiants par le serveur : - - - - - Refer to documentation - Référez-vous à la documentation - - - No Applications available. - Aucune Application disponible. - - - - Either no applications are defined, or you don’t have access to any. - Soit aucune application n'est définie, soit vous n'en avez accès à aucune. - - - My Applications - Mes Applications - - - - My applications - Mes applications - - - - Change your password - Changer votre mot de passe - - - - Change password - Changer le mot de passe - - - - Save - Enregistrer - - - - Delete account - Supprimer le compte - - - - Successfully updated details - Détails mis à jour avec succès - - - - Open settings - Ouvrir les paramètres - - - - No settings flow configured. - Aucun flux de paramètres n'est configuré. - - - - Update details - Détails de la mise à jour - - - - Successfully disconnected source - Source déconnectée avec succès - - - - Failed to disconnected source: - Erreur de la déconnexion de la source : - - - - - Disconnect - Déconnecter - - - - Connect - Connecter - - - - Error: unsupported source settings: - Erreur : configuration de la source non supportée : - - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - Connectez votre compte aux service listés ci-dessous, cela vous permettra de les utiliser pour vous connecter au lieu des identifiants traditionnels. - - - - No services available. - Aucun service disponible - - - - Create App password - Créer un mot de passe App - - - - User details - Détails de l'utilisateur - - - - Consent - Approbation - - - - MFA Devices - Appareils de MFA - - - - Connected services - Services connectés - - - - Tokens and App passwords - Jetons et mots de passe d'application - - - - Unread notifications - Notifications non lues - - - - Admin interface - Interface d'administration - - - - Stop impersonation - Arrêter l'usurpation d'identité - - - - Avatar image - Image d'avatar - - - - Failed - Échoué - - - - Unsynced / N/A - Non synchronisé / N/A - - - - Outdated outposts - Avant-postes périmés - - - - Unhealthy outposts - Avant-postes malades - - - - Next - Suivant - - - - Inactive - Inactif - - - - Regular user - Utilisateur normal - - - - Activate - Activer - - - - Use Server URI for SNI verification - Utiliser l'URI du serveur pour la vérification SNI - - - Required for servers using TLS 1.3+ - Requis pour les serveurs utilisant TLS 1.3+ - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - Certificat client pour authentifier auprès du certificat du serveur LDAP. - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - Certificat pour le DN de base configuré ci-dessus. Sinon, le fournisseur utilise un certificat auto-signé. - - - TLS Server name - Nom TLS du serveur - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - Nom DNS pour lequel le certificat configuré ci-dessus doit être utilisé. Le certificat ne peut pas être détecté à partir du DN de base, car la négociation SSL/TLS a lieu avant que cette donnée ne soit échangée. - - - TLS Client authentication certificate - Certificat TLS d'authentification client - - - Model - Modèle - - - Match events created by selected model. When left empty, all models are matched. - Inclure les évènements créés par ce modèle. S'il est laissé vide, tous les modèles seront inclus. - - - Code-based MFA Support - Support du MFA basé sur un code - - - 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. - Lorsqu'elle est activée, l'authentification multifactorielle basée sur un code peut être utilisée en ajoutant un point-virgule et le code TOTP au mot de passe. Cette option ne doit être activée que si tous les utilisateurs qui se lieront à ce fournisseur ont un dispositif TOTP configuré, faute de quoi un mot de passe peut être rejeté à tort s'il contient un point-virgule. - - - User type - Type utilisateur - - - Successfully updated license. - Licence téléversée avec succès. - - - Successfully created license. - Licence créée avec succès. - - - Install ID - ID de l'installation - - - License key - Clé de licence - - - Licenses - Licences - - - License(s) - Licence(s) - - - Cumulative license expiry - Expiration des licences cumulative - - - Update License - Mettre à jour la licence - - - Warning: The current user count has exceeded the configured licenses. - Avertissement : le nombre d'utilisateurs actuel a dépassé les licences configurées. - - - Click here for more info. - Cliquez ici pour plus d'informations. - - - Enterprise - Entreprise - - - Manage enterprise licenses - Gérer les licences entreprise - - - No licenses found. - Aucune licence trouvée. - - - Send us feedback! - Envoyez-nous vos commentaires ! - - - Go to Customer Portal - Aller au Portail Client - - - Forecast internal users - Prévision des utilisateurs internes - - - Estimated user count one year from now based on current internal users and forecasted internal users. - Nombre d'utilisateurs estimés d'ici un an basé sur utilisateurs internes actuels et utilisateurs internes prévus. - - - Forecast external users - Prévision des utilisateurs externes - - - Estimated user count one year from now based on current external users and forecasted external users. - Nombre d'utilisateurs estimés d'ici un an basé sur utilisateurs externes actuels et utilisateurs externes prévus. - - - Install - Installer - - - Install License - Installer une licence - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - Les utilisateurs internes peuvent être des employées de l'entreprise, qui auront accès à l'ensemble des fonctionnalités entreprise. - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - Les utilisateurs externes peuvent être des consultants externes ou des clients B2C (business to customers). Ces utilisateurs n'ont pas accès aux fonctionnalités entreprise. - - - Service accounts should be used for machine-to-machine authentication or other automations. - Les comptes de services devraient être utilisés pour de l'authentification machine-to-machine ou autres automatisations. - - - Remove item - Supprimer l'élément - - - Open API drawer - Ouvrir le tiroir API - - - Open Notification drawer - Ouvrir le menu de notifications - - - Add provider - Ajouter un fournisseur - - - Open - Ouvrir - - - Copy token - Copier le jeton - - - Add users - Ajouter des utilisateurs - - - Add group - Ajouter un groupe - - - Import devices - Importer des appareils - - - Execute - Exécuter - - - Show details - Afficher les détails - - - Apply - Appliquer - - - Settings - Paramètres - - - Sign out - Se déconnecter - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - Le nombre de jetons générés lorsque cette étape est utilisée. Chaque jeton généré par exécution de l'étape sera rattaché à un seul appareil statique. - - - Token length - Longueur du jeton - - - The length of the individual generated tokens. Can be increased to improve security. - La taille d'un des jetons généré. Peut être augmenté pour améliorer la sécurité. - - - Internal: - Interne: - - - External: - Externe: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - Refuser statiquement le flux. Pour utiliser cette étape efficacement, désactivez *Évaluer en planification* dans la liaison applicable. - - - Create and bind Policy - Créer et lier une Politique - - - Federation and Social login - Fédération & Connection Sociale - - - Create and bind Stage - Créer et lier une étape - - - Flows and Stages - Flux et Étapes - - - New version available - Nouvelle version disponible - - - Failure result - Résultat échoué - - - Pass - Réussir - - - Don't pass - Échouer - - - Result used when policy execution fails. - Résultat si l'éxecution de la politique échoue. - - - Required: User verification must occur. - Requis : la vérification de l'utilisateur doit être présente. - - - Preferred: User verification is preferred if available, but not required. - Préféré : la vérification de l'utilisateur est préférable si disponible, mais n'est pas obligatoire. - - - Discouraged: User verification should not occur. - Non recommandé : la vérification de l'utilisateur ne devrait pas être présente. - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - Requis: L'authentificateur DOIT créer un identifiant dédié. S'il ne peut pas, le RP est préparé à ce qu'une erreur se produise - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - Préféré : l'authentificateur peut créer et stocker un identifiant dédié, mais si ce n'est pas le cas, ce n'est pas grave - - - Discouraged: The authenticator should not create a dedicated credential - Non recommandé : l'authentificateur ne devrait pas créer des identifiants dédiés - - - Lock the user out of this system - Verrouiller l'utilisateur hors de ce système - - - Allow the user to log in and use this system - Autoriser l'utilisateur à se connecter et à utiliser ce système - - - Temporarily assume the identity of this user - Temporairement se faire passer pour cet utilisateur - - - Enter a new password for this user - Entrer un nouveaux mot de passe pour cet utilisateur - - - Create a link for this user to reset their password - Créer un lien pour que cet utilisateur réinitialise son mot de passe - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn requirt que cette page soit accessible via HTTPS. - - - WebAuthn not supported by browser. - WebAuthn n'est pas supporté pas ce navigateur. - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - Utilisez ce fournisseur avec l'option "auth_request" de Nginx ou "forwardAuth" de Traefik. Chaque application/domaine a besoin de son propre fournisseur. De plus, sur chaque domaine, "/outpost.goauthentik.io" doit être routé vers le poste avancé (lorsque vous utilisez un poste avancé géré, cela est fait pour vous). - - - Default relay state - Relay state par défaut - - - When using IDP-initiated logins, the relay state will be set to this value. - Lors de l'utilisation de connexions initiées par l'IdP, le relay state sera défini à cette valeur. - - - Flow Info - Informations du flux - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - Étape de configuration d'un authentificateur WebAuthn (Yubikey, FaceID/Windows Hello). - -<<<<<<< HEAD - - Internal application name used in URLs. - Nom de l'application interne utilisé dans les URLs. - - - Submit - Soumettre - - - UI Settings - Paramètres d'UI - - - Your application has been saved - L'application a été sauvegardée - - - Custom attributes - Attributs personnalisés - - - Don't show this message again. - Ne plus montrer ce message. - - - Failed to fetch - Erreur de récupération - - - Failed to fetch data. - Erreur de récupération des données. - - - Successfully assigned permission. - Les permissions ont été assignées avec succès. - - - Role - Rôle - - - Assign - Assigner - - - Assign permission to role - Assigner une permission à un rôle - - - Assign to new role - Assigner à un nouveau rôle - - - Directly assigned - Assigné directement - - - Assign permission to user - Assigner une permission à un utilisateur - - - Assign to new user - Assigner à un nouvel utilisateur - - - User Object Permissions - Permissions de l'objet utilisateur - - - Role Object Permissions - Permission de l'objet rôle - - - Roles - Rôles - - - Select roles to grant this groups' users' permissions from the selected roles. - Sélectionner les roles depuis lesquels assigner les permissions des utilisateurs de ce groupe depuis les rôles sélectionnés. - - - Editing is disabled for managed tokens - L'édition est désactivée pour les jetons gérés - - - Permissions to add - Permissions à ajouter - - - Select permissions - Sélectionner les permissions - - - Assign permission - Assigner les permissions - - - Permission(s) - Permission(s) - - - Permission - Permission - - - User doesn't have view permission so description cannot be retrieved. - L'utilisateur n'a pas les permissions de lecture, la description ne peut donc pas être récupérée. - - - Assigned global permissions - Permissions globales assignées - - - Assigned object permissions - Permissions d'objet assignées - - - Successfully updated role. - Rôle mis à jour avec succès. - - - Successfully created role. - Rôle créé avec succès. - - - Manage roles which grant permissions to objects within authentik. - Gérer les rôles qui attribuent des permissions sur les objets au sein d'authentik. - - - Role(s) - Role(s) - - - Update Role - Mettre à jour le rôle - - - Create Role - Créer un rôle - - - Role doesn't have view permission so description cannot be retrieved. - Le rôle n'a pas les permissions de lecture, la description ne peut donc pas être récupérée. - - - Role - Role - - - Role Info - Informations du rôle - - - Pseudolocale (for testing) - Pseudolocale (pour tests) - - - One hint, 'New Application Wizard', is currently hidden - Un indice, l'assistant nouvelle application est actuellement caché - - - Deny message - Message de refus - - - Message shown when this stage is run. - Message affiché lorsque cette étape est exécutée. - - - The token has been copied to your clipboard - Le jeton a été copié dans le presse-paper - - - The token was displayed because authentik does not have permission to write to the clipboard - Le jeton a été affiché car authentik n'a pas la permission d'écrire dans le presse-papier - - - A copy of this recovery link has been placed in your clipboard - Une copie de ce lien de récupération a été placée dans le presse-papier - - - Create recovery link - Créer un lien de récupération - - - Create Recovery Link - Créer un lien de récupération - - - External - Externe - - - Service account - Compte de service - - - Service account (internal) - Compte de service (interne) - - - Check the release notes - Voir les notes de version - - - User Statistics - Statistiques Utilisateur - - - User type used for newly created users. - Type d'utilisateur pour les utilisateurs nouvellement créés. - - - Users created - Utilisateurs créés - - - Failed logins - Connexions échouées - - - Also known as Client ID. - Également appelé Client ID. - - - Also known as Client Secret. - Également appelé Client Secret. - - - Global status - État global - - - Vendor - Fournisseur - - - Connectivity - Connectivité - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0: Trop prévisible: mot de passe risqué. (essais &lt; 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1: Très prévisible: protection contre les attaques en ligne limitées. (essais &lt; 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2: Quelque peu prévisible: protection contre les attaques en ligne non limitées. (essais &lt; 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3: Sûrement imprévisible: protection modérée contre les attaques de hash-lent hors ligne. (essais &lt; 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4: Très imprévisible: forte protection control les attaques de hash-lent hors ligne. (essais &gt;= 10^10) - - - Successfully created user and added to group - Utilisateur créé et ajouté au groupe avec succès - - - This user will be added to the group "". - Cet utilisateur sera ajouté au groupe &quot;&quot;. - - - Pretend user exists - Faire comme si l'utilisateur existe - - - When enabled, the stage will always accept the given user identifier and continue. - Lorsqu'activé, l'étape acceptera toujours l'identifiant utilisateur donné et continuera. - - - There was an error in the application. - Une erreur a été rencontrée dans l'application. - - - Review the application. - Passer en revue l'application. - - - There was an error in the provider. - Une erreur a été rencontrée dans le fournisseur. - - - Review the provider. - Passer en revue le fournisseur. - - - There was an error creating the application, but no error message was sent. Please review the server logs. - Il y a eu une erreur lors de la création de l'application, mais aucun message d'erreur n'a été envoyé. Veuillez consulter les logs du serveur. - - - Configure LDAP Provider - Configurer le fournisseur LDAP - - - Configure Proxy Provider - Configurer le fournisseur Proxy - - - Configure Radius Provider - Configurer le fournisseur Radius - - - Configure SAML Provider - Configurer le fournisseur SAML - - - Configure SCIM Provider - Configurer le fournisseur SCIM - - - Connection settings. - Paramètres de connexion. - - - Successfully updated endpoint. - Point de terminaison mis à jour avec succès. - - - Successfully created endpoint. - Point de terminaison créé avec succès. - - - Protocol - Protocole - - - RDP - RDP - - - SSH - SSH - - - VNC - VNC - - - Host - Hôte - - - Endpoint(s) - Point(s) de terminaison - - - Update Endpoint - Mettre à jour le point de terminaison - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - Ces liaisons controllent quels utilisateurs auront accès à ce point de terminaison. Les utilisateurs doivent également avoir accès à l'application. - - - Create Endpoint - Créer un point de terminaison - - - Update RAC Provider - Mettre à jour le fournisseur RAC - - - Endpoints - Points de terminaison - - - General settings - Paramètres généraux - - - RDP settings - Paramètres RDP - - - Ignore server certificate - Ignorer le certificat serveur - - - Enable wallpaper - Activer le fond d'écran - - - Enable font-smoothing - Activer le lissage des polices d'écriture - - - Enable full window dragging - Activer le déplacement dans toute la fenêtre - - - Network binding - Liaison réseau - - - No binding - Pas de liaison - - - Bind ASN - Lier l'ASN - - - Bind ASN and Network - Lier l'ASN et le réseau - - - Bind ASN, Network and IP - Lier l'ASN, le réseau et l'IP - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - Configurer si les sessions créer par cette étape doivent être liées aux réseaux depuis lesquelles elle ont été créées. - - - GeoIP binding - Liaison GeoIP - - - Bind Continent - Lier le continent - - - Bind Continent and Country - Lier le continent et le pays - - - Bind Continent, Country and City - Lier le continent, pays et ville - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - Configurer si les sessions créer par cette étape doivent être liées à la localisation GeoIP depuis lesquelles elle ont été créées. - - - RAC - RAC - - - Connection failed after attempts. - Connexion échouée après essais. - - - Re-connecting in second(s). - Re-connexion dans seconde(s). - - - Connecting... - Connexion... - - - Select endpoint to connect to - Sélectionner le point de terminaison auquel se connecter - - - Connection expiry - Expiration de la connection - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - Détermine combien de temps une session dure avant déconnexion et ré-authorisation. - - - Learn more - En apprendre plus - - - Maximum concurrent connections - Connections concurrentes maximum - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - Nombre maximum de connections concurrentes à ce point de terminaison. Peut être défini à -1 pour désactiver la limite. - - - Korean - Coréen - - - Dutch - Néerlandais - - - Brand - Marque - - - Successfully updated brand. - Marque mise à jour avec succès. - - - Successfully created brand. - Marque créée avec succès. - - - Use this brand for each domain that doesn't have a dedicated brand. - Utilisez cette marque pour chaque domaine qui ne dispose pas d'une marque dédiée. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - Définir des attributs personnalisés en utilisant YAML ou JSON. Tous les attributs définis ici seront hérités par les utilisateurs, si la demande est traitée par cette marque. - - - Brands - Marques - - - Brand(s) - Marque(s) - - - Update Brand - Mettre à jour la marque - - - Create Brand - Créer une marque - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - Pour laisser les utilisateurs réinitialiser leur mot de passe, configurez un flux de récupération sur la marque actuelle. - - - Successfully updated settings. - Réglages mis à jour avec succès. - - - Avatars - Avatars - - - Configure how authentik should show avatars for users. The following values can be set: - Configurer comment authentik doit afficher les avatars des utilisateurs. La valeurs suivantes peuvent être utilisées : - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - Désactive les avatars individuels et affiche uniquement une image transparentes de 1x1 pixel - - - Uses gravatar with the user's email address - Utilise gravatar avec l'email de l'utilisateur - - - Generated avatars based on the user's name - Génère des avatars basés sur le nom de l'utilisateur - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - URL quelconque : si vous voulez utiliser des images hébergées sur un autre serveur, vous pouvez définir une URL. De plus, ces placeholders peuvent être utilisés : - - - The user's username - Le nom d'utilisateur de l'utilisateur - - - The email address, md5 hashed - L'adresse email, hashée par md5 - - - The user's UPN, if set (otherwise an empty string) - L'UPN de l'utilisateur, si défini (sinon une chaîne vide) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - Un chemain d'attribut comme - attributes.something.avatar, qui peut être utiliser en - combinaison avec le champ fichier pour permettre aux utilisateurs de téléverser des - avatars personnalisés. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - Plusieurs valeurs peuvent être définie, séparées par des virgules, et authentik se rabattra le mode suivant si aucun avatar n'a pu être trouvé. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - Par exemple, définir cette option à gravatar,initials va - tenter de récupérer un avatar depuis Gravatar, et sinon - se rabattra sur un avatar généré. - - - Allow users to change name - Autoriser les utilisateurs à changer leur nom. - - - Enable the ability for users to change their name. - Activer la possibilité aux utilisateurs de changer leur nom. - - - Allow users to change email - Autoriser les utilisateurs à changer leur email. - - - Enable the ability for users to change their email. - Activer la possibilité aux utilisateurs de changer leur email. - - - Allow users to change username - Autoriser les utilisateurs à changer leur nom d'utilisateur. - - - Enable the ability for users to change their username. - Activer la possibilité aux utilisateurs de changer leur nom d'utilisateur. - - - Footer links - Liens de pied de page - - - GDPR compliance - Conformité RGPD - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - Lorsqu'activé, tous les évènements causés par un utilisateur seront supprimés lors de la suppression de l'utilisateur. - - - Impersonation - Usurpation d'identité - - - Globally enable/disable impersonation. - Activer/désactiver l'usurpation d'identité de manière globale. - - - System settings - Réglages système - - - Changes made: - Changements effectués: - - - Key - Clé - - - Previous value - Valeur précédente - - - New value - Nouvelle valeur - - - Raw event info - Information brutes de l'évènement - - - Anonymous user - Utilisateur anonyme - - - Add All Available - Ajouter tous disponibles - - - Remove All Available - Enlever tous disponibles - - - Remove All - Retirer tout - - - Available options - Options disponibles - - - Selected options - Options sélectionnées - - - item(s) marked to add. - objet(s) marqué à ajouter. - - - item(s) selected. - objet(s) sélectionné, - - - item(s) marked to remove. - objet(s) marqué à retirer. - - - Available Applications - Applications disponibles - - - Selected Applications - Applications sélectionnées - - - Last used - Utilisé pour la dernière fois - - - OAuth Access Tokens - Jetons d'accès OAuth - - - Credentials / Tokens - Identifiants / Jetons - - - Permissions set on users which affect this object. - Les permissions définies sur des utilisateurs qui affectent cet objet. - - - Permissions set on roles which affect this object. - Les permissions définies sur des roles qui affectent cet objet. - - - Permissions assigned to this user which affect all object instances of a given type. - Les permissions définies sur des utilisateurs qui affectent toutes les instances d'un objet d'un type défini. - - - Permissions assigned to this user affecting specific object instances. - Les permissions définies sur cet utilisateur qui affectent des instances particulières d'un objet. - - - Permissions assigned to this role which affect all object instances of a given type. - Les permissions définies sur des roles qui affectent toutes les instances d'un objet d'un type défini. - - - JWT payload - Charge utile JWT - - - Preview for user - Prévisualisation pour un utilisateur - - - Brand name - Nom de la marque - - - Delete authorization on disconnect - Supprimer l’autorisation à la déconnexion - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - Si activé, les autorisations de connexion seront supprimées lorsqu'un client se déconnecte. Cela forcera les clients avec des connexions internet instables à ré-autoriser le point de terminaison. - - - Connection Token(s) - Jeton(s) de connexion - - - Endpoint - Point de terminaison - - - Connections - Connexions - - - Unconfigured - Non-configuré - - - This option will not be changed by this mapping. - Cette option ne sera pas changée par ce mappage. - - - RAC Connections - Connexions RAC - - - Sending Duo push notification... - Envoi de la notification push Duo - - - Failed to authenticate - Échec d'authentification - - - Authenticating... - Authentification en cours... - - - Customization - Personnalisation - - - Authentication failed. Please try again. - Échec d'authentification. Veuillez réessayer. - - - Failed to register. Please try again. - Échec d'enregistrement. Veuillez réessayer. - - - Registering... - Enregistrement... - - - Failed to register - Échec de l'enregistrement - - - Retry registration - Réessayer l'enregistrement - - - Select one of the options below to continue. - Sélectionner une des options suivantes pour continuer. - - - Latest version unknown - Dernière version inconnue - - - Timestamp - Horodatage - - - Time - Temps - - - Level - Niveau - - - Event - Évènement - - - Logger - Logger - - - Update internal password on login - Mettre à jour le mot de passe interne à la connexion - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - Lorsqu'un utilisateur se connecte à authentik en utilisant le backend de mot de passe de cette source, mettre à jour ses identifiants dans authentik. - - - Source - Source - - - Resume timeout - Délai de reprise - - - Amount of time a user can take to return from the source to continue the flow. - Durée que l'utilisateur peut prendre pour revenir de la source pour continuer le flux. - - - Your Install ID - Votre ID d'installation - - - Enter the email associated with your account, and we'll send you a link to reset your password. - Entrer l'email associé à votre compte, et nous vous enverrons un lien pour réinitialiser votre mot de passe. - - - Stage name: - Nom de l'étape : - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - Merci de scanner le QR code ci-dessus avec Microsoft Authenticator, Google Authenticator ou une autre application d'authentification à deux facteurs sur votre appareil, et entrer le code que l'appareil affiche ci-dessous pour finir la configuration de votre appareil MFA. - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - Injecte une source OAuth ou SAML dans l’exécution du flux. Cela permet d'effectuer des vérifications additionnelles sur l'utilisateur, ou d'accéder dynamiquement à plusieurs sources pour des identifiants utilisateurs différents (nom d'utilisateur, adresse courriel, etc). - - - A selection is required - Une sélection est requise - - - Device type restrictions - Restrictions de type d'appareil - - - Available Device types - Types d'appareil disponibles - - - Selected Device types - Types d'appareil sélectionnés - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - Optionnel, restreindre quels types d'appareil WebAuthn peuvent être utilisés. Lorsqu'aucun type d'appareil n'est sélectionné, tout les appareils sont autorisés. - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - Si un utilisateur s'est authentifié avec succès avec un type d'appareil contenu dans ceux listés ci-dessus dans le temps configuré ici, cette étape sera passée. - - - WebAuthn-specific settings - Réglages spécifiques à WebAuthn - - - WebAuthn Device type restrictions - Restrictions de type d'appareil WebAuthn - - - This restriction only applies to devices created in authentik 2024.4 or later. - Les restrictions ne s'appliquent qu'aux appareils créés dans authentik 2024.4 ou ultérieur. - - - Default token duration - Durée par défaut des jetons - - - Default duration for generated tokens - Durée par défaut des jetons générés - - - Default token length - Longueur par défaut des jetons - - - Default length of generated tokens - Longueur par défaut des jetons générés - - - deleted - supprimé - - - Select permissions to assign - Sélectionner les permissions à assigner - - - Update SCIM Source - Mettre à jour la source SCIM - - - SCIM Base URL - URL de base SCIM - - - Provisioned Users - Utilisateurs provisionnés - - - Provisioned Groups - Groupes provisionnés - - - removed - supprimé - - - Verifying... - Vérification... - - - Available Roles - Rôles disponibles - - - Selected Roles - Rôles sélectionnés - - - Private key Algorithm - Algorithme de clé privée - - - RSA - RSA - - - ECDSA - ECDSA - - - Algorithm used to generate the private key. - Algorithme utilisé pour générer la clé privée. - - - Added ID - ID ajouté - - - Removed ID - ID supprimé - - - Cleared - Effacé - - - Google Workspace Provider - Fournisseur Google Workspace - - - Credentials - Identifiants - - - Delegated Subject - Sujet délégué - - - Default group email domain - Domaine de courriel de groupe par défaut - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - Domain par défaut utilisé pour générer le courriel d'un groupe. Peut être personnalisé avec des mappages de propriété. - - - User deletion action - Action de suppression d'un utilisateur - - - User is deleted - L'utilisateur est supprimé - - - Suspend - Suspendre - - - User is suspended, and connection to user in authentik is removed. - L'utilisateur est suspendu, et la connection à authentik est supprimée. - - - Do Nothing - Ne rien faire - - - The connection is removed but the user is not modified - La connexion est supprimée mais l'utilisateur n'est pas modifié - - - Determines what authentik will do when a User is deleted. - Détermine ce qu'authentik fera si un utilisateur est supprimé. - - - Group deletion action - Action de suppression d'un groupe - - - Group is deleted - Le groupe est supprimé - - - The connection is removed but the group is not modified - La connexion est supprimée mais le groupe n'est pas modifié - - - Determines what authentik will do when a Group is deleted. - Détermine ce qu'authentik fera si un groupe est supprimé. - - - Microsoft Entra Provider - Fournisseur Microsoft Entra - - - Google Cloud credentials file. - Fichier d'identifiants Google Cloud. - - - Email address of the user the actions of authentik will be delegated to. - Courriel de l'utilisateur auquel les actions d'authentik seront déléguées. - - - Client ID for the app registration. - Client ID pour l'enregistrement de l'application. - - - Client secret for the app registration. - Client secret pour l'enregistrement de l'application. - - - Tenant ID - Tenant ID - - - ID of the tenant accounts will be synced into. - ID du tenant dans lequel les comptes seront synchronisés. - - - Update Microsoft Entra Provider - Mettre à jour le fournisseur Microsoft Entra - - - Update Google Workspace Provider - Mettre à jour le fournisseur Google Workspace - - - Enterprise only - Entreprise uniquement - - - Icon - Icône - - - (build ) - (build ) - - - (FIPS) - (FIPS) - - - Score minimum threshold - Seuil minimum du score - - - Minimum required score to allow continuing - Score minimum requis pour continuer - - - Score maximum threshold - Seuil maximum du score - - - Maximum allowed score to allow continuing - Score maximum requis pour continuer - - - Error on invalid score - Erreur sur score invalide - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - Si activé et que le score résultant est hors des seuils, l'utilisateur ne pourra pas continuer. Si désactivé, l'utilisateur pourra continuer et le score pourra être utilisé dans des politiques pour configurer les étapes suivantes. - - - Microsoft Entra Group(s) - Groupe(s) du fournisseur Microsoft Entra - - - Microsoft Entra User(s) - Utilisateur(s) du fournisseur Microsoft Entra - - - Google Workspace Group(s) - Groupe(s) du fournisseur Google Workspace - - - Google Workspace User(s) - Utilisateur(s) du fournisseur Google Workspace - - - SCIM Group(s) - Groupe(s) du fournisseur SCIM - - - SCIM User(s) - Utilisateur(s) du fournisseur SCIM - - - FIPS compliance: passing - Conformité FIPS : vérifié - - - Unverified - Non vérifié - - - FIPS compliance: unverified - Conformité FIPS : non vérifié - - - FIPS Status - Statut FIPS - - - Search returned no results. - La recherche n'a pas retourné de résultat. - - - Reputation score(s) - Score(s) de réputation - - - See documentation - Voir la documentation - - - Close dialog - Fermer le dialogue - - - Pagination - Pagination - - - Restore Application Wizard Hint - Restaurer l'indice de l'assistant de création d'application - - - Your authentik password - Votre mot de passe authentik - - - Internal Service account - Compte de service interne - - - Outpost integrations - Intégrations d’avant-postes - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - Les intégrations d'avant-postes définissent comment authentik se connecte à des plateformes externes pour déployer les avants-postes. - - - Operation failed to complete - L'opération n'a pas réussi. - - - Failed to fetch objects: - Impossible de récupérer les objets : - - - Available Scopes - Scopes disponibles - - - Selected Scopes - Scopes sélectionnés - - - Available Property Mappings - Mappages de propriété disponibles - - - Selected Property Mappings - Mappages de propriété sélectionnés - - - Available User Property Mappings - Mappages de propriété utilisateur disponibles - - - Selected User Property Mappings - Mappages de propriété utilisateur sélectionnés - - - Available Group Property Mappings - Mappages de propriété groupe disponibles - - - Selected Group Property Mappings - Mappages de propriété groupe sélectionnés - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - S'assure que l'utilisateur répond aux exigences de géographie ou de topologie du réseau, en fonction de l'adresse IP. Si l'une des valeurs configurées correspond, la politique est validée. - - - ASNs - ASNs - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - Liste d'autonomous system numbers. Séparée par des virgules. Par exemple : 13335, 15169, 20940 - - - Countries - Pays - - - Available Countries - Pays disponibles - - - Selected Countries - Pays sélectionnés - - - Bind existing policy/group/user - Lier une politique/un group/un utilisateur existant - - - Property mappings for user creation. - Mappages de propriété utilisés lors de la création d'utilisateurs - - - Property mappings for group creation. - Mappages de propriétés utilisés lors de la création des groupes - - - Link to a group with identical name. Can have security implications when a group is used with another source - Lien vers un groupe ayant un nom identique. Peut poser des problèmes de sécurité si ce nom est partagé avec une autre source. - - - Use the group's name, but deny enrollment when the name already exists - Utiliser le nom du groupe, mais refuser la création si celui-ci existe déjà. - - - Group matching mode - Mode de correspondance groupe - - - OAuth Attribute mapping - Mappage des attributs OAuth - - - Plex Attribute mapping - Mappage des attributs Plex - - - Encryption Certificate - Certificat de chiffrement - - - When selected, encrypted assertions will be decrypted using this keypair. - Si activé, les assertions chiffrées seront déchiffrées en utilisant cette paire de clés. - - - SAML Attribute mapping - Mappage d'attributs SAML - - - SCIM Attribute mapping - Mappage d'attributs SCIM - - - External user settings - Paramètres des utilisateurs externes - - - Default application - Application par défaut - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - Si configuré, les utilisateurs externes seront redirigés vers cette application lorsqu'ils ne tentent pas d'accéder à une application différente. - - - Warning: One or more license(s) have expired. - Attention : une ou plusieurs licence(s) ont expirées. - - - Warning: One or more license(s) will expire within the next 2 weeks. - Attention : une ou plusieurs licence(s) expireront dans les prochaines 2 semaines. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - Attention : cette instance d'authentik est entrée en mode lecture seule du fait de licences expirées ou dépassées. - - - This authentik instance uses a Trial license. - Cette instance d'authentik utilise une licence d'essai. - - - This authentik instance uses a Non-production license. - Cette instance d'authentik utilise une licence de non-production. - - - Access Tokens(s) - Jeton(s) d'accès - - - Created at - Créé à - - - Last updated at - Mis à jour pour la dernière fois à - - - Last used at - Utilisé pour la dernière fois à - - - Provide users with a 'show password' button. - Fourni un bouton « Montrer le mot de passe » aux utilisateurs. - - - Show password - Montrer le mot de passe - - - Hide password - Cacher le mot de passe - - - An outpost is on an incorrect version! - Un avant-poste est sur une version incorrecte ! - - - Russian - Russe - - - Last seen: () - Vu pour la dernière fois : () - - - Sign assertions - Signer les assertions - - - When enabled, the assertion element of the SAML response will be signed. - Si activé, l'assertion de la réponse SAML sera signée. - - - Sign responses - Signer les réponses - - - When selected, assertions will be encrypted using this keypair. - Si sélectionné, les assertions seront chiffrées avec cette paire de clés. - - - Available Sources - Sources disponibles - - - Selected Sources - Sources sélectionnées - - - Successfully triggered sync. - Synchronisation lancée avec succès. - - - Sync - Synchroniser - - - Sync User - Synchroniser l'utilisateur - - - Available Stages - Étapes disponibles - - - Selected Stages - Étapes sélectionnées - - - Available Fields - Champs disponibles - - - Selected Fields - Champs sélectionnés - - - Available Transports - Transports disponibles - - - Selected Transports - Transports sélectionnés - - - Expired - Expiré - - - Expiring soon - Expire bientôt - - - Unlicensed - Pas sous licence - - - Read Only - Lecture seule - - - Valid - Valide - - - Current license status - Statut actuel des licences - - - Overall license status - Statut complet des licences - - - Internal user usage - Utilisation des utilisateurs internes - - - % - % - - - External user usage - Utilisation des utilisateurs externes - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - Correspondance de l'adresse IP du client de l'évènement (correspondante stricte, pour un correspondance sur le réseau utiliser une politique d'expression). - - - Sync Group - Synchroniser le groupe - - - ("", of type ) - (&quot;&quot;, de type ) - - - Parent Group - Groupe parent - - - Flow used when logging out of this provider. - Flux utilisé lors de la déconnexion de ce fournisseur. - - - Unbind flow - Flux de déconnexion - - - Flow used for unbinding users. - Flux utilisé pour déconnecter les utilisateurs. - - - Verify SCIM server's certificates - Vérifier les certificats du serveur SCIM - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - Vous vous êtes déconnecté de . Vous pouvez retourner à la vue d'ensemble pour lancer une autre application, ou vous déconnecter de votre compte authentik. - - - Go back to overview - Retourner à la vue d'ensemble - - - Log out of - Se déconnecter de - - - Log back into - Se reconnecter à - - - Encryption Key - Clé de chiffrement - - - Device type cannot be deleted - Le type d'appareil ne peut pas être supprimé - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - Étape utilisée pour vérifier le navigateur des utilisateurs avec le connecteur de confiance des appareils Google Chrome Enterprise. Cette étape peut être utilisée dans les flux d'authentification et d'autorisation. - - - Google Verified Access API - API Google Verified Access - - - Device type cannot be edited - Le type d'appareil ne peut pas être édité - - - Advanced flow settings - Paramètres avancés des flux - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - Activer cette option pour écrire les changements de mot de passe fait dans authentik dans Kerberos. Ignoré si la synchronisation est désactivée. - - - Realm settings - Paramètres du realm - - - Realm - Realm - - - Kerberos 5 configuration - Configuration Kerberos 5 - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - Configuration Kerbers 5. Cf. man krb5.conf(5) pour le format de configuration. Si laissé vide, un krb5.conf par défaut sera utilisé. - - - Sync connection settings - Paramètres de synchronisation - - - Sync principal - Principal de synchronisation - - - Principal used to authenticate to the KDC for syncing. - Principal utilisé pour s'authentifier au KDC pour synchroniser. - - - Sync password - Mot de passe de synchronisation - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - Mot de passe utilisé pour s'authentifier au KDC pour synchroniser. Optional si une keytab de synchronisation ou un credentials cache de synchronisation est fourni. - - - Sync keytab - Keytab de synchronisation - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - Keytab utilisée pour s'authentifier au KDC pour synchroniser. Optional si un mot de passe de synchronisation ou un credentials cache de synchronisation est fourni. Doit être encodé en base64 ou de la forme TYPE:residual. - - - Sync credentials cache - Credentials cache de synchronisation - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - Credentials cache utilisé pour s'authentifier au KDC pour synchroniser. Optional si un mot de passe de synchronisation ou une keytab de synchronisation est fourni. Doit être de la forme TYPE:residual. - - - SPNEGO settings - Paramètres SPNEGO - - - SPNEGO server name - Nom de serveur SPNEGO - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - Force l'utilisation d'un nom de serveur spécifique pour SPNEGO. Doit être de la forme HTTP@hostname - - - SPNEGO keytab - Keytab SPNEGO - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - Keytab utilisée pour SPNEGO. Optional si un credentials cache SPNEGO est fourni. Doit être encodé en base64 ou de la forme TYPE:residual. - - - SPNEGO credentials cache - Credentials cache SPNEGO - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - Credentials cache utilisé pour SPNEGO. Optional si une keytab SPNEGO est fournie. Doit être de la forme TYPE:residual. - - - Kerberos Attribute mapping - Mappage d'attributs Kerberos - - - Update Kerberos Source - Mettre à jour la source Kerberos - - - User database + Kerberos password - Base de données utilisateurs + mot de passe Kerberos - - - Select another authentication method - Sélectionnez une autre méthode d'authentification - - - Enter a one-time recovery code for this user. - Entrer un code de récupération à usage unique pour cette utilisateur. - - - Enter the code from your authenticator device. - Entrer le code sur votre appareil d'authentification. - - - Kerberos Source is in preview. - La source Kerberos est en aperçu. - - - Captcha stage - Étape de Captcha - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - Si défini, ajoute la fonctionnalité d'une étape Captcha, mais intégré dans l'étape d'identification. - - - Endpoint Google Chrome Device Trust is in preview. - Le point de terminaison Google Chrome Device Trust est en aperçu technique. - - - Interactive - Interactif - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - Activer cette option si le captcha configuré requiert une interaction de l'utilisateur. Requis pour reCATCHA v2, hCaptcha et Cloudflare Turnstile. - - - Reason - Raison - - - Reason for impersonating the user - Raison pour l'usurpation d'identité - - - Require reason for impersonation - Forcer une raison d'usurpation - - - Require administrators to provide a reason for impersonating a user. - Forcer les administrateurs à fournir une raison pour l'usurpation d'identité - - - Italian - Italien - - - Add entry - Ajouter une entrée - - - Link Title - Titre du lien - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - Cette option configure les liens affichés en bas de page sur l’exécuteur de flux. L'URL est limitée à des addresses web et courriel. Si le nom est laissé vide, l'URL sera affichée. - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - Applications externes qui utilisent comme fournisseur d'identité en utilisant des protocoles comme OAuth2 et SAML. Toutes les applications sont affichées ici, même celles auxquelles vous n'avez pas accès. - - - Strict - Strict - - - Regex - Regex - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - URLs de redirection autorisées après un flux d'autorisation réussi. Indiquez également toute origine ici pour les flux implicites. - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - Pour permettre n'importe quelle URI de redirection, définissez cette valeur sur ".*". Soyez conscient des possibles implications de sécurité que cela peut avoir. - - - Federated OIDC Sources - Sources OIDC fédérées - - - Federated OIDC Providers - Fournisseurs OIDC fédérés - - - Available Providers - Fournisseurs disponibles - - - Selected Providers - Fournisseurs sélectionnés - - - JWTs signed by the selected providers can be used to authenticate to this provider. - Les JWTs signés par les fournisseurs sélectionnés peuvent être utilisés pour s'authentifier auprès de ce fournisseur. - - - KAdmin type - Type KAdmin - - - MIT krb5 kadmin - MIT krb5 kadmin - - - Heimdal kadmin - Heimdal kadmin - - - Other - Autre - - - Other type of kadmin - Autre type de kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - Pour laisser les utilisateurs réinitialiser leur mot de passe, configurez un flux de récupération sur la marque actuelle. - - - Consent given lasts indefinitely - L'approbation donnée dure indéfiniment - - - Consent expires - L'approbation expire - - - Available Policies - Politiques disponibles - - - Selected Policies - Politiques sélectionnées - - - Redirect the user to another flow, potentially with all gathered context - Rediriger l'utilisateur vers un autre flux, éventuellement avec le contexte - - - Static - Statique - - - Target URL - URL destination - - - Redirect the user to a static URL. - Rediriger l'utilisateur vers une URL statique. - - - Target Flow - Flux destination - - - Redirect the user to a Flow. - Rediriger l'utilisateur vers un flux. - - - Keep flow context - Conserver le contexte du flux - - - Require no authentication - Requiert l'absence d'authentification - - - Require superuser - Requiert un super-utilisateur - - - Require being redirected from another flow - Requiert d'être redirigé depuis un autre flux - - - Require Outpost (flow can only be executed from an outpost) - Forcer l'utilisation d'un avant-poste (le flux ne pourrait être exécuter que depuis un avant-poste) - - - An application name is required - Un nom d'application est requis - - - Not a valid URL - URL invalide - - - Not a valid slug - Slug invalide - - - Configure Bindings - Configurer les liaisons - - - Configure Policy/User/Group Bindings - Configurer les liaisons vers politique/utilisateur/groupe - - - No bound policies. - Aucune politique liée. - - - Bind policy/group/user - Lier politique/groupe/utilisateur - - - Configure Policy Bindings - Configurer les liaisons de politiques - - - Don't Pass - Échouer - - - Save Binding - Sauvegarder la liaison - - - Create a Policy/User/Group Binding - Créer une liaison vers politique/utilisateur/groupe - - - Please choose a provider type before proceeding. - Veuillez choisir un type de fournisseur avant de continuer. - - - Choose a Provider Type - Choisir un type de fournisseur - - - Redirect URIs/Origins (RegEx) - URI/Origines de redirection (RegEx) - - - Configure OAuth2 Provider - Configurer un fournisseur OAuth2 - - - Configure Remote Access Provider - Configurer un fournisseur d'accès distant - - - List of CIDRs (comma-seperated) 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. - Liste de CIRDs (séparés par des virgules) depuis lesquels les clients peuvent se connecter. Un préfixe plus spécifique matchera avant un préfixe moins spécifique. Les clients se connectant depuis un CIDR non spécifié seront rejetés. - - - Configure Provider - Configurer le fournisseur - - - strict - strict - - - regexp - regexp - - - Review and Submit Application - Passer en revue et soumettre l'application - - - There was an error. Please go back and review the application. - Une erreur a été rencontrée. Merci de revenir en arrière et de passer en revue l'application. - - - There was an error: - Une erreur a été rencontrée : - - - Please go back and review the application. - Merci de revenir en arrière et de passer en revue l'application. - - - Review the Application and Provider - Passer en revue l'application et le fournisseur. - - - Saving application... - Enregistrement de l'application... - - - authentik was unable to complete this process. - authentik n'a pas pu compléter cette opération. - - - Create with wizard - Créer avec l'assistant - - - Bind existing - Lier un(e) existant(e) - - - Successfully updated entitlement. - Droit mis à jour avec succès. - - - Successfully created entitlement. - Droit créé avec succès. - - - Application entitlement(s) - Droit(s) applicatif(s) - - - Update Entitlement - Mettre à jour le droit - - - These bindings control which users have access to this entitlement. - Ces liaisons contrôlent les utilisateurs qui peuvent accéder à ce droit. - - - No app entitlements created. - Aucun droit applicatif créé. - - - Create Entitlement - Créer un droit - - - Create entitlement - Créer un droit - - - Application entitlements - Droits applicatifs - - - These entitlements can be used to configure user access in this application. - Ces droits peuvent être utilisés pour configurer les accès d'un utilisateur au sein de cette application. - - - Worker with incorrect version connected. - Worker avec une version incorrecte connecté. - - - (Format: hours=-1;minutes=-2;seconds=-3). - (Format: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - (Format: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - Clé utilisée pour signer les évènements. - - - Event Retention - Rétention des évènements - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - Détermine pendant combien de temps les évènements sont stockés. Si un évènement n'a pas pu être correctement envoyé, son expiration est également augmentée de cette valeur. - - - OIDC Providers - Fournisseurs OIDC - - - SSF Provider is in preview. - Le fournisseur SSF est en aperçu. - - - Update SSF Provider - Mettre à jour le fournisseur SSF - - - Streams - Flux - - - authentik Logo - Logo authentik - - - Release - Version - - - Development - Développement - - - UI Version - Version de l'UI - - - Build - Build - - - Python version - Version de Python - - - Platform - Platforme - - - Kernel - Noyau - - - OpenSSL - OpenSSL - - - A newer version () of the UI is available. - Une nouvelle version () de l'UI est disponible. - - - No notifications found. - Aucune notification trouvée. - - - You don't have any notifications currently. - Vous n'avez actuellement pas de notification. - - - Version - Version - - - Last password change - Dernier changement de mot de passe - - - Evaluate policies before the Stage is presented to the user. - Évaluer les politiques avant la présentation de l'étape à l'utilisateur - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - Peut être du format unix:// lors de la connection à un daemon - docker local, utiliser ssh:// pour se connecter via SSH, ou - https://:2376 pour se connecter à un système distant. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - Lors de l'utilisation d'un système de logging externe pour de l'archivage, cela peut être - défini à minutes=5. - - - Idle - Inactif - - - Connecting - Connexion en cours - - - Waiting - En attente - - - Connected - Connecté - - - Disconnecting - Déconnexion en cours - - - Disconnected - Déconnecté - - - Create a new application and configure a provider for it. - Créer une nouvelle application et configurer un fournisseur pour celle-ci. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - L'utilisation de ce formulaire ne créera qu'une application. Afin de vous authentifier auprès de l'application, vous devrez l'associer manuellement à un fournisseur. - - - Distance settings - Réglages de distance - - - Check historical distance of logins - Vérifier l'historique de distance des connexions - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - Lorsque cette option est activée, les données GeoIP de la demande de politique sont comparées au nombre spécifié de connexions historiques. - - - Maximum distance - Distance maximale - - - Maximum distance a login attempt is allowed from in kilometers. - Distance maximale autorisée pour une tentative de connexion en kilomètres. - - - Distance tolerance - Tolérance de distance - - - Tolerance in checking for distances in kilometers. - Tolérance de vérification des distances en kilomètres. - - - Historical Login Count - Nombre de connexions historiques - - - Amount of previous login events to check against. - Nombre d'événements de connexion précédents à vérifier. - - - Check impossible travel - Vérifier les déplacements impossibles - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - Lorsque cette option est activée, les données GeoIP de la demande de politique sont comparées au nombre spécifié de connexions historiques et si le voyage aurait été possible dans le laps de temps écoulé depuis l'événement précédent. - - - Impossible travel tolerance - Tolérance de déplacement impossible - - - Static rule settings - Paramètres de règle statique - - - Create with Provider - Créer avec un fournisseur - - - Email address the verification email will be sent from. - Adresse courriel depuis laquelle le courriel de vérification sera envoyé. - - - Stage used to configure an email-based authenticator. - Étape utilisée pour configurer un authentificateur courriel. - - - Use global connection settings - Utiliser les paramètres de connexion globaux - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - Si activé, les paramètres globaux de connexion courriel seront utilisés et les paramètres de connexion ci-dessous seront ignorés. - - - Subject of the verification email. - Objet du courriel de vérification. - - - Token expiration - Expiration du jeton - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - Durée de validité du jeton envoyé (Format : hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - Authenticatificateurs basé sur courriel - - - Caps Lock is enabled. - La touche Verr Maj est activée. - - - Configure your email - Configurer votre courriel - - - Please enter your email address. - Veuillez entrer votre adresse courriel. - - - Please enter the code you received via email - Veuillez entrer le code que vous avez reçu par courriel - - - Tokens sent via email. - Jetons envoyés par courriel. - - - Enable dry-run mode - Activer le mode simulation - - - When enabled, mutating requests will be dropped and logged instead. - Si activé, les requêtes de mutations seront abandonnées et affichées à la place. - - - Override dry-run mode - Forcer la désactivation du mode simulation - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - Si activé, la synchronisation exécutera les requêtes de mutations sans vérifier le réglage du mode simulation du fournisseur. - - - Dry-run - Mode simulation - - - Successfully cleared application cache - Cache d'application vidé avec succès - - - Failed to delete application cache - Impossible de vider le cache d'application - - - Clear Application cache - Vider le cache d'application - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - Êtes-vous sûr de vouloir vider le cache des applications ? Cela entraînera la réévaluation de toutes les politiques lors de leur prochaine utilisation. - - - No name set - Aucun nom défini - - - Show inactive users - Afficher les utilisateurs inactifs - - - Time the token sent is valid. - Temps durant lequel le jeton envoyé est valide. - - - Compatibility Mode - Mode de compatibilité - - - Default behavior. - Comportement par défaut. - - - AWS - AWS - - - Altered behavior for usage with Amazon Web Services. - Comportement spécifique pour utilisation avec Amazon Web Services. - - - Slack - Slack - - - Altered behavior for usage with Slack. - Comportement spécifique pour utilisation avec Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - Change le comportement d'authentik en fonction des spécificités d'implémentations des fournisseurs SCIM. - - - AuthnContextClassRef Property Mapping - Mappage de propriété AuthnContextClassRef - - - 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. - Configure comment la valeur AuthnContextClassRef sera créée. Lorsque non sélectionné, AuthnContextClassRef sera défini en fonction de quelle méthode d'authentification l'utilisateur a utilisé pour s'authentifier. - - - SSF URL - URL SSF - - - No assigned application - Aucune application assignée - - - Custom CSS - CSS personnalisé - - - Custom CSS to apply to pages when this brand is active. - CSS personnalisé à appliquer sur les pages lorsque cette marque est active. - - - Default flow background - Arrière-plan des flux par défaut - - - Default background used during flow execution. Can be overridden per flow. - Arrière plan utilisé lors de l'exécution des flux. Peut être personnalisé au niveau de chaque flux. - - - Task - Tâche - - - Webhook Body Mapping - Mappage de corps de Webhook - - - Webhook Header Mapping - Mappage d'en-têtes de Webhook - - - Failed to preview prompt - Échec de la prévisualisation de l'invite - - - Lookup using user attribute - Recherche avec un attribut utilisateur - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - Champ contenant les DN des groupes dont l'utilisateur est membre. Ce champ est utilisé pour rechercher les groupes d'un utilisateur, par exemple 'memberOf'. Pour rechercher les groupes imbriqués dans un environnement Active Directory, utilisez 'memberOf:1.2.840.113556.1.4.1941:'. - - - Initial Permissions - Permissions initiales - - - Unknown Initial Permissions mode - Mode de permissions initiales inconnu - - - Successfully updated initial permissions. - Permissions initiales mises à jour avec succès. - - - Successfully created initial permissions. - Permissions initiales créées avec succès. - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - Lorsqu'un utilisateur avec le rôle sélectionné crée un objet, les permissions initiales seront appliquées à cet objet, - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - Les permissions initiales peuvent soit être placées sur l'utilisateur créant l'objet, ou sur le rôle sélectionné au champ précédent. - - - Available Permissions - Permissions disponibles - - - Selected Permissions - Permissions sélectionnées - - - Permissions to grant when a new object is created. - Permissions à attribuer lorsqu'un nouvel objet est créé. - - - Set initial permissions for newly created objects. - Définir des permissions initiales pour les objets nouvellement créés. - - - Update Initial Permissions - Mettre à jour les permissions initiales - - - Create Initial Permissions - Créer des permissions initiales - - - Reputation: lower limit - Réputation : limite inférieure - - - Reputation cannot decrease lower than this value. Zero or negative. - La réputation ne peut pas descendre en dessous de cette valeur. Zéro ou négatif. - - - Reputation: upper limit - Réputation : limite supérieure - - - Reputation cannot increase higher than this value. Zero or positive. - La réputation ne peut pas monter au dessus de cette valeur. Zéro ou positif. - - - HTTP Basic Auth - HTTP Basic Auth - - - Include the client ID and secret as request parameters - Inclure le client ID et secret comme paramètres de la requête - - - Authorization code authentication method - Méthode d'authentification pour authorization_code - - - How to perform authentication during an authorization_code token request flow - Comment effectuer l'authentification lors d'une demande de jeton pour le flux authorization_code - - - Enable "Remember me on this device" - Activer "Se souvenir de moi sur cet appareil" - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - Si cette option est activée, l'utilisateur peut enregistrer son nom d'utilisateur dans un cookie, ce qui lui permet de passer directement à la saisie de son mot de passe. - - - Remember me on this device - Se souvenir de moi sur cet appareil - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - Vérifiez que le nouveau mot de passe de l'utilisateur est différent de ses mots de passe précédents. Le nombre d'anciens mots de passe à vérifier est configurable. - - - Number of previous passwords to check - Nombre d'anciens mots de passe à vérifier - - - Choose a Provider - Choisir un fournisseur - - - When enabled, the SAML response will be signed. - Si activé, la réponse SAML sera signée. - - - Client Certificates - Certificats clients - - - Available Certificates - Certificats disponibles - - - Selected Certificates - Certificats sélectionnés - - - Client-certificate/mTLS authentication/enrollment. - Authentification/inscription par certificat client/mTLS. - - - Certificate optional - Certificat facultatif - - - If no certificate was provided, this stage will succeed and continue to the next stage. - Si aucun certificat n'a été fourni, cette étape réussira et passera à l'étape suivante. - - - Certificate required - Certificat requis - - - If no certificate was provided, this stage will stop flow execution. - Si aucun certificat n'a été fourni, cette étape arrêtera l'exécution du flux. - - - Certificate authorities - Autorités de certification - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - Configurez l'autorité de certification par rapport à laquelle les certificats clients sont validés. L'autorité de certification peut également être configurée sur une marque, ce qui permet d'utiliser différentes autorités de certification pour différents domaines. - - - Certificate attribute - Attribut du certificat - - - Configure the attribute of the certificate used to look for a user. - Configurez l'attribut du certificat utilisé pour rechercher un utilisateur. - - - User attribute - Attribut utilisateur - - - Configure the attribute of the user used to look for a user. - Configurez l'attribut utilisateur utilisé pour rechercher un utilisateur. - - - Delete Not Found Objects - Supprimer les objets introuvables - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - Supprimer les utilisateurs et les groupes authentik qui étaient auparavant fournis par cette source, mais qui en sont maintenant absents. - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - Champ qui contient les membres d'un groupe. La valeur de ce champ est comparée à l'attribut d'appartenance de l'utilisateur. - - - User membership attribute - Attribut d'appartenance de l'utilisateur - - - Attribute which matches the value of Group membership field. - Attribut qui correspond à la valeur du champ Appartenance au groupe. - - - Additional User DN - DN utilisateur supplémentaire - - - Additional Group DN - DN groupe supplémentaire - - - The currently selected policy engine mode is : - Le mode du moteur de politique actuellement sélectionné est : - - - Import Existing Certificate-Key Pair - Importer une paire clé/certificat existante - - - Generate New Certificate-Key Pair - Générer une nouvelle paire clé/certificat - - - Show field content - Afficher le contenu du champ - - - Hide field content - Cacher le contenu du champ - - - Re-authenticate with Plex - Se ré-authentifier avec Plex - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - Le nom d'une invitation doit être un slug : seuls les lettres minuscules, les chiffres et le tiret sont autorisés ici. - - - Select the group of users which the alerts are sent to. - Sélectionner le groupe d'utilisateurs à qui les alertes seront envoyées. - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Si aucun groupe n'est sélectionné et "Envoyer la notification à l'utilisateur associé à l'évènement" est désactivé, cette règle est désactivée. - - - Send notification to event user - Envoyer la notification à l'utilisateur associé à l'événement - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - Lorsque cette option est activée, une notification sera envoyée à l'utilisateur qui a déclenché l'événement en plus des utilisateurs du groupe ci-dessus. L'utilisateur associé à l'événement sera toujours le premier utilisateur. Pour envoyer une notification uniquement à l'utilisateur de l'événement, activez l'option "Envoyer une seule fois" dans le transport de notification. - - - Maximum registration attempts - Nombre maximal de tentatives d'inscription - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - Nombre maximal de tentatives d'enregistrement autorisées. Si la valeur est 0, les tentatives ne sont pas limitées. - - - This application does currently not have any application entitlements defined. - Cette application n'a actuellement pas de droit applicatif défini. - - - Authenticated as - Authentifié en tant que - - - Remember device - Se souvenir de cet appareil - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - Si la durée est supérieure à 0, un cookie sera stocké pendant la durée spécifiée, ce qui permettra à authentik de savoir si l'utilisateur se connecte depuis un nouvel appareil. - - - Element inside the form slot is not a Form - L'élément à l'intérieur de l'emplacement du formulaire n'est pas un formulaire - - - New Password - Nouveau mot de passe - - - Update 's password - Mettre à jour le mot de passe de - - - Modify the payload sent to the provider. - Modifier le contenu envoyé au fournisseur. - - - Dismiss - Fermer - - - Status messages - Messages d'état - - - Select an invalidation flow... - Sélectionnez un flux d'invalidation... - - - Open about dialog - Ouvrir la boîte de dialogue "À propos" - - - Product name - Nom du produit - - - Product version - Version du produit - - - Global navigation - Navigation globale - - - Collapse - Réduire - - - Expand - Développer - - - navigation - navigation - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - Lors de l'utilisation d'un abonnement Duo MFA, Access ou Beyond, une application pour l'Admin API peut être créée. Cela permettra à authentik d'importer les appareils automatiquement. - - - Skip to content - Aller au contenu - - - Kerberos Source - Source Kerberos - - - Successfully updated schedule. - Planification mise à jour avec succès. - - - Crontab - Crontab - - - Paused - Mis en pause - - - Pause this schedule - Mettre cette planification en pause - - - Waiting to run - En attente de lancement - - - Running - En cours d'exécution - - - Queue - File - - - Last updated - Mis à jour pour la dernière fois - - - Show only standalone tasks - Afficher uniquement les tâches non liées - - - Exclude successful tasks - Exclure les tâches réussies - - - Retry task - Réessayer la tâche - - - Schedule - Planification - - - Next run - Prochaine exécution - - - Last status - Dernier état - - - Show only standalone schedules - Afficher uniquement les tâches non liées - - - Run scheduled task now - Exécuter la tâche planifiée maintenant - - - Update Schedule - Mettre à jour la planification - - - Schedules - Planifications - - - Tasks - Tâches - - - Current status - État actuel - - - Sync is currently running. - La synchronisation est en cours d'exécution. - - - Sync is not currently running. - La synchronisation n'est pas en cours d'exécution. - - - Last successful sync - Dernière synchronisation réussie - - - No successful sync found. - Pas de synchronisation réussie trouvée. - - - Last sync status - Dernier état de synchronisation - - - Current execution logs - Journaux d'exécution courant - - - Previous executions logs - Journaux d'exécution précédents - - - Home - Accueil - - - Collapse navigation - Réduire la navigation - - - Expand navigation - Développer la navigation - - - Search - Rechercher - - - Table content - Contenu du tableau - - - Learn more about the enterprise license. - En apprendre plus sur les licences entreprise. - - - Search for providers… - Rechercher des fournisseurs… - - - Default NameID Policy - Politique NameID par défaut - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - Configure la politique NameID par défaut utilisée pour les connexions initiées par l'IDP et lorsqu'une assertion entrante ne spécifie pas de politique NameID (s'applique également lors de l'utilisation d'un mappage NameID personnalisé). - - - The name displayed in the application library. - Le nom affiché dans la bibliothèque d'applications. - - - e.g. Collaboration, Communication, Internal, etc. - par ex. Collaboration, Communication, Interne, etc. - - - Failed to fetch application "". - Erreur lors de la récupération de l'application &quot;&quot;. - - - Account Recovery Max Attempts - Nombre maximal de tentatives de récupération de compte - - - Account Recovery Cache Timeout - Délai d'expiration du cache de récupération de compte - - - The time window used to count recent account recovery attempts. - La fenêtre de temps utilisée pour compter les tentatives récentes de récupération de compte. - - - None - None - - - Flags - Indicateurs - - - Modify flags to opt into new authentik behaviours early. - Modifiez ces indicateurs pour adopter les nouveaux comportements d'authentik plus tôt. - - - Loading templates... - Chargement des modèles... - - - Template used for the verification email. - Modèle utilisé pour le courriel de vérification. - - - Email Subject Prefix - Préfixe de l'objet du courriel - - - Email Template - Modèle de courriel - - - An unknown error occurred - Une erreur inconnue est parvenue - - - Please check the browser console for more details. - Veuillez consulter la console du navigateur pour plus de détails. - - - There was an error submitting the form. - Une erreur est survenue lors de la soumission du formulaire. - - - This field is required. - Ce champ est requis. - - - Query suggestions - Suggestions de recherche - - - Table Search - Recherche du tableau - - - An error occurred while updating the provider. - Une erreur est survenue lors de la mise à jour du fournisseur. - - - An error occurred while creating the provider. - Une erreur est survenue lors de la création du fournisseur. - - - Impersonating user... - Usurpation d'identité... - - - This may take a few seconds. - Cela peut prendre quelques secondes. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - Une brève explication des raisons pour lesquelles vous usurpez l'identité de l'utilisateur. Ceci sera inclus dans les journaux d'audit. - - - Device Code - Code d'équipement - - - Wizard steps - Étapes de l'assistant - - - Wizard navigation - Navigation de l'assistant - - - Close wizard - Fermer l'assistant - - - Wizard content - Contenu de l'assistant - - - Select a provider type - Sélectionner un type de fournisseur - - - New Provider - Nouveau fournisseur - - - Open the wizard to create a new provider. - Ouvrez l'assistant pour créer un nouveau fournisseur. - - - Hostname/IP to connect to. Optionally specify the port. - Nom d'hôte/IP auquel se connecter. Spécifiez le port en option. - - - table pagination - pagination du tableau - - - Sort by "" - Trier par &quot;&quot; - - - Select "" row - Sélectionner la ligne &quot;&quot; - - - Collapse row - Réduire la ligne - - - Expand row - Développer la ligne - - - actions - Actions de - - - Select all rows on page ( of selected) - Sélectionner toutes les lignes de la page ( sur sélectionnées) - - - table - Tableau - - - Column actions - Actions de colonne - - - Assigned to role - Assigné au role - - - Assigned to user - Assigné à l'utilisateur - - - Row Actions - Actions de ligne - - - Select a flow... - Sélectionnez un flux... - - - Search ... - Rechercher ... - - - Provider Name - Nom du fournisseur - - - Select a certificate... - Sélectionnez un certificat... - - - Select an authorization flow... - Sélectionnez un flux d'authorisation... - - - Select a signing key... - Sélectionnez une clé de signature... - - - Select an encryption key... - Sélectionnez une clé de chiffrement... - - - Select an authentication flow... - Sélectionnez un flux d'authentification... - - - Provider Search - Recherche de fournisseur - - - Provider not assigned to any application. - Le fournisseur n'est assigné à aucune application. - - - Edit "" provider - Éditer le fournisseur &quot;&quot; - - - Applications Documentation - Documentation des applications - - - Application icon for "" - Icône d'application pour &quot;&quot; - - - Edit "" - Éditer &quot;&quot; - - - Execute "" - Éxecuter &quot;&quot; - - - Export "" - Exporter &quot;&quot; - - - Edit device - Éditer l'appareil - - - Update "" Permissions - Mettre à jour les permissions &quot;&quot; - - - Open "" permissions modal - Ouvrir le modal des permissions &quot;&quot; - - - OCI URL - URL OCI - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - Une URL de manifeste OCI valide, préfixée par le protocole - par exemple. oci://registry.domain.tld/path/to/manifest - - - Read more about - En savoir plus sur - - - OCI Support - le support OCI - - - Edit "" blueprint - Éditer le plan &quot;&quot; - - - Apply "" blueprint - Appliquer le plan &quot;&quot; - - - Welcome, - Bienvenue, - - - Welcome - Bienvenue - - - Loading application... - Chargement de l'application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - Certificat utilisé pour EAP-TLS. Nécessite une étape TLS mutuelle dans le flux d'authentification. - - - Token to authenticate with. - Jeton d'authentification. - - - OAuth Source - Source OAuth - - - Specify OAuth source used for authentication. - Spécifier la source OAuth utilisée pour l'authentification. - - - OAuth Parameters - Paramètres OAuth - - - Additional OAuth parameters, such as grant_type. - Paramètres OAuth supplémentaires, tels que grant_type. - - - Authentication Mode - Mode d'authentification - - - Authenticate SCIM requests using a static token. - Authentifier les requêtes SCIM avec un jeton statique. - - - OAuth - OAuth - - - Authenticate SCIM requests using OAuth. - Authentifier les requêtes SCIM avec OAuth. - - - Salesforce - Salesforce - - - Altered behavior for usage with Salesforce. - Comportement modifié pour une utilisation avec Salesforce. - - - Query input - Saisie de la requête - - - Last refreshed - Dernière actualisation - - - Refresh Token threshold - Seuil du jeton de rafraîchissement - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - Lors du renouvellement d'un jeton d'actualisation, si l'expiration du jeton d'actualisation existant se situe dans ce seuil, le jeton d'actualisation sera renouvelé. Réglez sur seconds=0 pour toujours renouveler le jeton d'actualisation. - - - Company employees with access to the full enterprise feature set. - Employés de l'entreprise ayant accès à l'ensemble complet des fonctionnalités d'entreprise. - - - External consultants or B2C customers without access to enterprise features. - Consultants externes ou clients B2C sans accès aux fonctionnalités d'entreprise. - - - Machine-to-machine authentication or other automations. - Authentification de machine à machine ou autres automatisations. - - - Type a username for the user... - Entrer un nom d'utilisateur... - - - The user's primary identifier used for authentication. 150 characters or fewer. - Identifiant principal de l'utilisateur. 150 caractères ou moins. - - - Display Name - Nom d'affichage - - - Type an optional display name... - Entrer un nom d'affichage facultatif... - - - Managed by authentik and cannot be assigned manually. - Géré par authentik et ne peut pas être attribué manuellement. - - - Email Address - Adresse courriel - - - Type an optional email address... - Entrer une adresse courriel facultatif... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - Indique si cet utilisateur est actif et autorisé à s'authentifier. Le fait de le désactiver peut être utilisé pour désactiver temporairement un utilisateur sans supprimer son compte. - - - Type a path for the user... - Entrer un chemin pour l'utilisateur... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - Les chemins peuvent être utilisés pour organiser les utilisateurs en dossiers en fonction de la source qui les a créés ou de la structure organisationnelle. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - Les chemins ne peuvent pas commencer ou se terminer par une barre oblique, mais ils peuvent contenir n'importe quel autre caractère comme segments de chemin. Les chemins sont actuellement purement utilisés pour l'organisation, cela n'affecte pas leurs permissions, leurs appartenances à des groupes, ou quoi que ce soit d'autre. - - - Open "" - Ouvrir &quot;&quot; - - - Verify Assertion Signature - Vérifier la signature de l'assertion - - - When enabled, authentik will look for a Signature inside of the Assertion element. - Lorsque cette option est activée, authentik recherchera une signature à l'intérieur de l'élément Assertion. - - - Verify Response Signature - Vérifier la signature de la réponse - - - When enabled, authentik will look for a Signature inside of the Response element. - Lorsque cette option est activée, authentik recherchera une signature à l'intérieur de l'élément Response. - - - Logo shown in sidebar/header and flow executor. - Logo affiché dans la barre latérale, l'en-tête et dans l'exécuteur de flux. - - - Select an application... - Sélectionner une application... - - - Select a recovery flow... - Sélectionnez un flux de récupération... - - - Select an unenrollment flow... - Sélectionner un flux de désinscription... - - - Select a user settings flow... - Sélectionner un flux de paramètres utilisateur... - - - Select a device code flow... - Sélectionnez un flux de code de l'appareil... - - - Search by domain or brand name... - Rechercher par domaine ou nom de marque - - - New Brand - Nouvelle marque - - - Create and assign a group with the same name as the user. - Créer et attribuer un groupe portant le même nom que l'utilisateur. - - - Whether the token will expire. Upon expiration, the token will be rotated. - Si le jeton expire. À l'expiration, le jeton sera renouvelé. - - - Unnamed - Sans nom - - - Collapse "" - Réduire &quot;&quot; - - - Expand "" - Développer &quot;&quot; - - - Select "" - Sélectionner &quot;&quot; - - - Items of "" - Éléments de &quot;&quot; - - - API drawer - Tiroir API - - - Close API drawer - Fermer le tiroir API - - - View details for - Voir les détails de - - - Mark as read - Marquer comme lu - - - Notification drawer - Tiroir de notifications - - - Search by username, email, etc... - Rechercher par nom d'utilisateur, courriel, etc... - - - User Search - Rechercher d'utilisateur - - - Show deactivated users - Montrer les utilisateurs désactivés - - - New User - Nouvel utilisateur - - - Create Service Account - Créer un compte de service - - - New Service Account - Nouveau compte de service - - - User paths - Chemins utilisateur - - - Bot username - Nom d'utilisateur du bot - - - Bot token - Jeton du bot - - - Request access to send messages from your bot - Demander l'accès pour envoyer des messages depuis le bot - - - Telegram Attribute mapping - Mappage d'attributs Telegram - - - Telegram bot - Bot Telegram - - - Update Telegram Source - Mettre à jour la source Telegram - - - Authenticating with Telegram... - Authentification avec Telegram... - - - Click the button below to start. - Cliquer le bouton ci-dessous pour démarrer. - - - System Status - Statut du système - - - Chart - Diagramme - - - Event volume chart - Diagramme du volume d'événements - - - Synchronization status chart - Diagramme d'état de synchronisation - - - Outpost status chart - Diagramme d'état des avant-postes - - - Form actions - Actions du formulaire - - - Submit action - Soumettre l'action - - - Cancel action - Annuler l'action - - - Search for users by username or display name... - Rechercher par nom d'utilisateur our nom d'affichage... - - - Search Users - Rechercher les utilisateurs - - - Select Users - Sélectionner les utilisateurs - - - Select users - Sélectionner les utilisateurs - - - Confirm - Confirmer - - - Type a group name... - Entrer un nom de groupe... - - - Group Name - Nom du groupe - - - Superuser Privileges - Privilèges de super-utilisateur - - - Whether users added to this group will have superuser privileges. - Si les utilisateurs ajoutés à ce groupe auront des privilèges de super-utilisateur. - - - Select an optional parent group... - Sélectionnez un groupe parent facultatif... - - - Search for a group by name… - Rechercher un groupe par nom… - - - Group Search - Recherche de groupe - - - View details of group "" - Afficher les détails du groupe &quot;&quot; - - - New Group - Nouveau groupe - - - Open user selection dialog - Ouvrir la boîte de dialogue de sélection d'utilisateur - - - Group User Search - Recherche d'utilisateurs de groupe - - - Group Users - Utilisateurs du groupe - - - Assign Additional Users - Attribuer des utilisateurs supplémentaires - - - Add new user - Ajouter un nouvel utilisateur - - - New user... - Nouvel utilisateur... - - - New service account... - Nouveau compte de service... - - - Execute "" normally - Exécuter &quot;&quot; normalement - - - Execute "" as current user - Exécuter &quot;&quot; en tant que l'utilisateur actuel - - - Current user - Utilisateur actuel - - - Execute "" with inspector - Exécuter &quot;&quot; avec l'inspecteur - - - Use inspector - Utiliser l'inspecteur - - - A code has been sent to your address: - Un code a été envoyé à votre adresse : - - - A code has been sent to your email address. - Un code a été envoyé à votre adresse courriel. - - - A one-time use code has been sent to you via SMS text message. - Un code à usage unique vous a été envoyé par SMS. - - - Open your authenticator app to retrieve a one-time use code. - Ouvrez votre application d'authentification à deux facteurs pour récupérer votre code à usage unique. - - - Policy actions - Actions de politique - - - Site links - Liens du site - - - User information - Informations utilisateur - - - Avatar for - Avatar pour - - - User avatar - Avatar de l'utilisateur - - - CAPTCHA challenge - Challenge CAPTCHA - - - QR-Code to setup a time-based one-time password - Code QR pour configurer un mot de passe à usage unique basé sur le temps - - - Copy time-based one-time password configuration - Copier la configuration du mot de passe à usage unique basé sur le temps - - - Copy TOTP Config - Copier la configuration TOTP - - - Time-based one-time password - Mot de passe à usage unique basé sur le temps - - - TOTP Code - Code TOTP - - - Type your TOTP code... - Saisissez votre code TOTP... - - - Type your time-based one-time password code. - Saisissez votre code de mot de passe à usage unique basé sur le temps. - - - Type an authentication code... - Saisissez un code d'authentification... - - - In case you lose access to your primary authenticators. - Au cas où vous perdriez l'accès à vos authentificateurs principaux. - - - Unknown device - Périphérique inconnu - - - An unknown device class was provided. - Une classe de périphérique inconnue a été fournie. - - - Select an authentication method - Sélectionnez une méthode d'authentification - - - No authentication methods available. - Aucune méthode d'authentification disponible. - - - Select a configuration stage - Sélectionnez une étape de configuration - - - Close flow inspector - Fermer l'inspecteur de flux - - - Flow inspector loading - Chargement de l'inspecteur de flux - - - Authentication form - Formulaire d'authentification - - - Consumed - Consommée - - - Pre-processing - Prétraitement - - - Post-processing - Post-traitement - - - Running tasks - Tâches en cours d'exécution - - - Queued tasks - Tâches en file d'attente - - - Successful tasks - Tâches réussies - - - Error tasks - Tâches en erreur - - - Approximately - Environ - - - No expiry - Pas d'expiration - - - Retries - Tentatives - - - Planned execution time - Heure d'exécution prévue - - - Open flow inspector - Ouvrir l'inspecteur de flux - - - Search for an application by name... - Rechercher une application par nom… - - - Back-channel - Back-channel - - - Server-to-server logout notifications - Notifications de déconnexion serveur à serveur - - - Front-channel - Front-channel - - - Browser iframe logout notifications - Notifications de déconnexion avec iframe du navigateur - - - Logout URI - URI de déconnexion - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - URI à laquelle envoyer les notifications de déconnexion lorsque les utilisateurs se déconnectent. Requis pour la fonctionnalité de déconnexion OpenID Connect. - - - Logout Method - Méthode de déconnexion - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - La méthode de déconnexion détermine comment l'URI de déconnexion est appelée — back-channel (de serveur à serveur) ou front-channel (iframe du navigateur). - - - Sign logout requests - Signer les requêtes de déconnexion - - - When enabled, SAML logout requests will be signed. - Si activé, les requêtes de déconnexion SAML seront signées. - - - Front-channel (Iframe) - Front-channel (Iframe) - - - Front-channel (Native) - Front-channel (natif) - - - Back-channel (POST) - Back-channel (POST) - - - SLS Binding - Liaison SLS - - - Determines how authentik sends the logout response back to the Service Provider. - Détermine comment authentik envoie la réponse de déconnexion au fournisseur de services. - - - Method to use for logout when SLS URL is configured. - Méthode à utiliser pour la déconnexion lorsque l'URL SLS est configurée. - - - SLS URL - URL SLS - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - URL facultative de Single Logout Service à laquelle envoyer les réponses de déconnexion. Si elle n'est pas définie, aucune réponse de déconnexion ne sera envoyée. - - - - - - SAML Provider - Fournisseur SAML - - - SAML logout complete - Déconnexion SAML terminée - - - Redirecting to SAML provider: - Redirection version le fournisseur SAML : - - - Posting logout request to SAML provider: - Envoi de la demande de déconnexion au fournisseur SAML : - - - Unknown Provider - Fournisseur inconnu - - - Logging out of providers... - Déconnexion auprès des fournisseurs... - - - Single Logout - Déconnexion unifiée - - - The user's display name. - Le nom d'affichage de l'utilisateur. - - - Actions for "" - Actions pour &quot;&quot; - - - Edit application... - Éditer l'application... - - - ... - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - Fichiers .yaml, qui peuvent être trouvés dans la documentation "Example Flows" - - - Plain - En clair - - - S256 - S256 - - - PKCE Method - Méthode PKCE - - - Configure Proof Key for Code Exchange for this source. - Configurer Proof Key for Code Exchange pour cette source. - - - User settings - Paramètres utilisateur - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application - - - Ungrouped - - - application found for "" - - - applications found for "" - - - application available - - - applications available - - - Application list - - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - - diff --git a/web/xliff/fr_FR.xlf b/web/xliff/fr_FR.xlf new file mode 100644 index 0000000000..fd56eb9058 --- /dev/null +++ b/web/xliff/fr_FR.xlf @@ -0,0 +1,9871 @@ + + + + + Dismiss + Fermer + + + Connection error, reconnecting... + Erreur de connexion, nouvelle tentative... + + + An unknown error occurred + Une erreur inconnue est parvenue + + + Please check the browser console for more details. + Veuillez consulter la console du navigateur pour plus de détails. + + + Status messages + Messages d'état + + + Open API drawer + Ouvrir le tiroir API + + + Unread notifications + Notifications non lues + + + Open Notification drawer + Ouvrir le menu de notifications + + + Settings + Paramètres + + + Stop impersonation + Arrêter l'usurpation d'identité + + + Avatar image + Image d'avatar + + + Sign out + Se déconnecter + + + Admin + Administrateur + + + Home + Accueil + + + authentik Logo + Logo authentik + + + Collapse navigation + Réduire la navigation + + + Expand navigation + Développer la navigation + + + User interface + Interface utilisateur + + + Loading... + Chargement en cours... + + + Application + Application + + + Logins + Connexions + + + Failed to fetch + Erreur de récupération + + + FIPS Status + Statut FIPS + + + OK + OK + + + FIPS compliance: passing + Conformité FIPS : vérifié + + + Unverified + Non vérifié + + + FIPS compliance: unverified + Conformité FIPS : non vérifié + + + Show less + Montrer moins + + + Show more + Montrer plus + + + UID + UID + + + Name + Nom + + + App + App + + + Model Name + Nom du modèle + + + Message + Message + + + Subject + Sujet + + + From + De + + + To + À + + + Context + Contexte + + + User + Utilisateur + + + Changes made: + Changements effectués: + + + Key + Clé + + + Previous value + Valeur précédente + + + New value + Nouvelle valeur + + + - + - + + + Added ID + ID ajouté + + + Removed ID + ID supprimé + + + Cleared + Effacé + + + Affected model: + Modèle affecté : + + + Authorized application: + Application autorisée : + + + Using flow + Utilisation du flux + + + Email info: + Information courriel : + + + Secret: + Secret : + + + Exception + Exception + + + Open issue on GitHub... + Ouvrir un ticket sur GitHub... + + + Expression + Expression + + + Binding + Liaison + + + Request + Requête + + + Object + Objet + + + Result + Résultat + + + Passing + Réussite + + + Messages + Messages + + + New version available + Nouvelle version disponible + + + Using source + Utilisation de la source + + + Attempted to log in as + Tentative de connexion en tant que + + + + No additional data available. + Aucune donnée additionnelle disponible. + + + Loading + Chargement en cours + + + no tabs defined + aucun onglet défini + + + Details + Détails + + + : + + : + + + + Required + Obligatoire + + + There was an error submitting the form. + Une erreur est survenue lors de la soumission du formulaire. + + + Close dialog + Fermer le dialogue + + + API Access + Accès à l'API + + + App password + Mot de passe de l'App + + + Recovery + Récupération + + + Verification + Vérification + + + Unknown intent + Intention inconnue + + + Login + Connexion + + + Failed login + Échec de la connexion + + + Logout + Déconnexion + + + User was written to + L'utilisateur a été écrit vers + + + Suspicious request + Requête suspecte + + + Password set + Mot de passe défini + + + Secret was viewed + Le secret a été vu + + + Secret was rotated + Rotation du secret effectuée + + + Invitation used + Invitation utilisée + + + Application authorized + Application autorisé + + + Source linked + Source liée + + + Impersonation started + Début de l'usurpation d'identité + + + Impersonation ended + Fin de l'usurpation d'identité + + + Flow execution + Exécution du flux + + + Policy execution + Exécution de politique + + + Policy exception + Exception de politique + + + Property Mapping exception + Erreur de mappage de propriété + + + System task execution + Exécution de tâche système + + + System task exception + Erreur de tâche système + + + General system exception + Exception générale du systèm + + + Configuration error + Erreur de configuration + + + Model created + Modèle créé + + + Model updated + Modèle mis à jour + + + Model deleted + Modèle supprimé + + + Email sent + Courriel envoyé + + + Update available + Mise à jour disponibl + + + Alert + Alerte + + + Notice + Note + + + Warning + Avertissement + + + Unknown severity + Sévérité inconnue + + + Static tokens + Jetons statiques + + + TOTP Device + Appareil TOTP + + + A code has been sent to your address: + Un code a été envoyé à votre adresse : + + + A code has been sent to your email address. + Un code a été envoyé à votre adresse courriel. + + + A one-time use code has been sent to you via SMS text message. + Un code à usage unique vous a été envoyé par SMS. + + + Open your authenticator app to retrieve a one-time use code. + Ouvrez votre application d'authentification à deux facteurs pour récupérer votre code à usage unique. + + + Enter a one-time recovery code for this user. + Entrer un code de récupération à usage unique pour cette utilisateur. + + + Enter the code from your authenticator device. + Entrer le code sur votre appareil d'authentification. + + + Internal + Interne + + + External + Externe + + + Service account + Compte de service + + + Service account (internal) + Compte de service (interne) + + + Remove item + Supprimer l'élément + + + table pagination + pagination du tableau + + + - of + + - + sur + + + + Go to previous page + Aller à la page précédente + + + Go to next page + Aller à la page suivante + + + This field is required. + Ce champ est requis. + + + Search... + Rechercher... + + + Search + Rechercher + + + Query suggestions + Suggestions de recherche + + + Query input + Saisie de la requête + + + Table Search + Recherche du tableau + + + Clear search + Vider la recherche + + + Sort by "" + Trier par &quot;&quot; + + + No objects found. + Aucun objet trouvé. + + + Failed to fetch objects. + Impossible de récupérer les objets. + + + Select "" row + Sélectionner la ligne &quot;&quot; + + + Collapse row + Réduire la ligne + + + Expand row + Développer la ligne + + + Refresh + Rafraîchir + + + actions + Actions de + + + Select all rows on page ( of selected) + Sélectionner toutes les lignes de la page ( sur sélectionnées) + + + Last refreshed + Dernière actualisation + + + table + Tableau + + + Table content + Contenu du tableau + + + Column actions + Actions de colonne + + + Anonymous user + Utilisateur anonyme + + + On behalf of + Au nom de + + + + Authenticated as + Authentifié en tant que + + + Recent events + Événements récents + + + Events + Évènements + + + Action + Action + + + Creation Date + Date de création + + + Client IP + Adresse IP client + + + No Events found. + Aucun événement trouvé. + + + No matching events could be found. + Aucun événement correspondant n'a été trouvé. + + + System Status + Statut du système + + + Embedded outpost is not configured correctly. + L'avant poste intégré n'est pas configuré correctement + + + Check outposts. + Vérifier les avant-postes. + + + HTTPS is not detected correctly + HTTP n'est pas détecté correctement + + + Server and client are further than 5 seconds apart. + Le serveur et le client sont distants de plus de 5 secondes + + + Everything is ok. + Tout va bien. + + + Version + Version + + + Based on + Basé sur + + + + is available! + + est disponible ! + + + An outpost is on an incorrect version! + Un avant-poste est sur une version incorrecte ! + + + Up-to-date! + À jour ! + + + Latest version unknown + Dernière version inconnue + + + Workers + Workers + + + No workers connected. Background tasks will not run. + Aucun worker connecté. Les tâches de fond ne tourneront pas. + + + Worker with incorrect version connected. + Worker avec une version incorrecte connecté. + + + Failed to fetch data. + Erreur de récupération des données. + + + Chart + Diagramme + + + Event volume chart + Diagramme du volume d'événements + + + Authorizations + Autorisations + + + Successful Logins + Connexions réussies + + + Failed Logins + Connexions échouées + + + Cancel + Annuler + + + Synchronization status chart + Diagramme d'état de synchronisation + + + SCIM Provider + Fournisseur SCIM + + + Google Workspace Provider + Fournisseur Google Workspace + + + Microsoft Entra Provider + Fournisseur Microsoft Entra + + + LDAP Source + Source LDAP + + + Kerberos Source + Source Kerberos + + + Healthy + Sain + + + Failed + Échoué + + + Unsynced / N/A + Non synchronisé / N/A + + + Outpost status chart + Diagramme d'état des avant-postes + + + Healthy outposts + Avant-postes sains + + + Outdated outposts + Avant-postes périmés + + + Unhealthy outposts + Avant-postes malades + + + Operation failed to complete + L'opération n'a pas réussi. + + + Quick actions + Actions rapides + + + Not found + Pas trouvé + + + The URL "" was not found. + L'URL " + " n'a pas été trouvée. + + + Return home + Retourner à l’accueil + + + Skip to content + Aller au contenu + + + Create a new application + Créer une nouvelle application + + + Check the logs + Vérifiez les journaux + + + Explore integrations + Explorer les intégrations + + + Manage users + Gérer les utilisateurs + + + Check the release notes + Voir les notes de version + + + Overview + Vue d'ensemble + + + Outpost status + Statut de l'avant-poste + + + Sync status + Synchroniser les statuts + + + Logins and authorizations over the last week (per 8 hours) + Connexions et autorisations au cours de la dernière semaine (par 8 heures) + + + Apps with most usage + Apps les plus utilisées + + + Welcome, + Bienvenue, + + + Welcome + Bienvenue + + + General system status + État général du système + + + Objects created + Objets créés + + + Users created per day in the last month + Utilisateurs créés par jour durant le mois dernier + + + Users created + Utilisateurs créés + + + Logins per day in the last month + Connections par jour le mois dernier + + + Failed Logins per day in the last month + Connexions échouées par jour au cours du dernier mois + + + Failed logins + Connexions échouées + + + User Statistics + Statistiques Utilisateur + + + Yes + Oui + + + No + Non + + + No log messages. + Aucun message de journal. + + + Timestamp + Horodatage + + + Attributes + Attributs + + + Time + Temps + + + Level + Niveau + + + Event + Évènement + + + Logger + Logger + + + Not used by any other object. + Pas utilisé par un autre objet. + + + object will be DELETED + l'objet sera SUPPRIMÉ + + + connection will be deleted + la connexion sera supprimée + + + reference will be reset to default value + la référence sera réinitialisée à sa valeur par défaut + + + reference will be set to an empty value + la référence sera réinitialisée à une valeur vide + + + () + + ( + ) + + + Delete + Supprimer + + + deleted + supprimé + + + ID + ID + + + Successfully deleted + Réussite de la suppression + + + Failed to delete : + Échec de la suppression de + : + + + + Delete + Supprimer + + + + Are you sure you want to delete ? + Êtes-vous sûr de vouloir supprimer ? + + + No form found + Aucun formulaire trouvé + + + Element inside the form slot is not a Form + L'élément à l'intérieur de l'emplacement du formulaire n'est pas un formulaire + + + Form actions + Actions du formulaire + + + Submit action + Soumettre l'action + + + Cancel action + Annuler l'action + + + Successfully updated schedule. + Planification mise à jour avec succès. + + + Crontab + Crontab + + + Paused + Mis en pause + + + Pause this schedule + Mettre cette planification en pause + + + Select an object. + Sélectionnez un objet. + + + Failed to fetch objects: + Impossible de récupérer les objets : + + + Successfully assigned permission. + Les permissions ont été assignées avec succès. + + + Role + Rôle + + + Assign + Assigner + + + Assign permission to role + Assigner une permission à un rôle + + + Assign to new role + Assigner à un nouveau rôle + + + Permission(s) + Permission(s) + + + Permission + Permission + + + Directly assigned + Assigné directement + + + Assign permission to user + Assigner une permission à un utilisateur + + + Assign to new user + Assigner à un nouvel utilisateur + + + Superuser + Super-utilisateur + + + Model + Modèle + + + Select permissions to assign + Sélectionner les permissions à assigner + + + Add + Ajouter + + + Permissions to add + Permissions à ajouter + + + Select permissions + Sélectionner les permissions + + + Assigned to role + Assigné au role + + + Assign permission + Assigner les permissions + + + Role doesn't have view permission so description cannot be retrieved. + Le rôle n'a pas les permissions de lecture, la description ne peut donc pas être récupérée. + + + Assigned to user + Assigné à l'utilisateur + + + User doesn't have view permission so description cannot be retrieved. + L'utilisateur n'a pas les permissions de lecture, la description ne peut donc pas être récupérée. + + + User Object Permissions + Permissions de l'objet utilisateur + + + Permissions set on users which affect this object. + Les permissions définies sur des utilisateurs qui affectent cet objet. + + + Role Object Permissions + Permission de l'objet rôle + + + Permissions set on roles which affect this object. + Les permissions définies sur des roles qui affectent cet objet. + + + Assigned global permissions + Permissions globales assignées + + + Permissions assigned to this user which affect all object instances of a given type. + Les permissions définies sur des utilisateurs qui affectent toutes les instances d'un objet d'un type défini. + + + Assigned object permissions + Permissions d'objet assignées + + + Permissions assigned to this user affecting specific object instances. + Les permissions définies sur cet utilisateur qui affectent des instances particulières d'un objet. + + + Permissions assigned to this role which affect all object instances of a given type. + Les permissions définies sur des roles qui affectent toutes les instances d'un objet d'un type défini. + + + Close + Fermer + + + Update "" Permissions + Mettre à jour les permissions &quot;&quot; + + + Open "" permissions modal + Ouvrir le modal des permissions &quot;&quot; + + + Permissions + Permissions + + + Waiting to run + En attente de lancement + + + Consumed + Consommée + + + Pre-processing + Prétraitement + + + Running + En cours d'exécution + + + Post-processing + Post-traitement + + + Successful + Réussite + + + Error + Erreur + + + Unknown + Inconnu + + + Running tasks + Tâches en cours d'exécution + + + Queued tasks + Tâches en file d'attente + + + Successful tasks + Tâches réussies + + + Error tasks + Tâches en erreur + + + Task + Tâche + + + Queue + File + + + Retries + Tentatives + + + Planned execution time + Heure d'exécution prévue + + + Last updated + Mis à jour pour la dernière fois + + + Status + Statut + + + Actions + Actions + + + Row Actions + Actions de ligne + + + Show only standalone tasks + Afficher uniquement les tâches non liées + + + Exclude successful tasks + Exclure les tâches réussies + + + Retry task + Réessayer la tâche + + + Current execution logs + Journaux d'exécution courant + + + Previous executions logs + Journaux d'exécution précédents + + + Schedule + Planification + + + Next run + Prochaine exécution + + + Last status + Dernier état + + + Show only standalone schedules + Afficher uniquement les tâches non liées + + + Run scheduled task now + Exécuter la tâche planifiée maintenant + + + Update + Mettre à jour + + + Update Schedule + Mettre à jour la planification + + + Edit + Éditer + + + Tasks + Tâches + + + Schedules + Planifications + + + System Tasks + Tâches du système + + + Long-running operations which authentik executes in the background. + Opérations de longue durée qu'authentik exécute en arrière-plan. + + + Next + Suivant + + + Back + Retour + + + Wizard steps + Étapes de l'assistant + + + Wizard navigation + Navigation de l'assistant + + + New application + Nouvelle application + + + Create a new application and configure a provider for it. + Créer une nouvelle application et configurer un fournisseur pour celle-ci. + + + Any policy must match to grant access + N'importe quelle politique doit correspondre pour accorder l'accès + + + All policies must match to grant access + Toutes les politiques doivent correspondre pour accorder l'accès + + + An application name is required + Un nom d'application est requis + + + Not a valid URL + URL invalide + + + Not a valid slug + Slug invalide + + + Configure the Application + + + Type an application name... + + + Application Name + + + The name displayed in the application library. + Le nom affiché dans la bibliothèque d'applications. + + + Slug + Slug + + + Internal application name used in URLs. + Nom de l'application interne utilisé dans les URLs. + + + Group + Group + + + e.g. Collaboration, Communication, Internal, etc. + par ex. Collaboration, Communication, Interne, etc. + + + Optionally enter a group name. Applications with identical groups are shown grouped together. + Optionnellement, entrez un nom de groupe. Les applications avec les mêmes groupes seront affichées ensemble. + + + Policy engine mode + Mode d'application des politiques + + + UI Settings + Paramètres d'UI + + + Launch URL + URL de lancement + + + https://... + + + If left empty, authentik will try to extract the launch URL based on the selected provider. + Si laissé vide, authentik essaiera d'extraire l'URL de lancement en se basant sur le fournisseur sélectionné. + + + Open in new tab + Ouvrir dans un nouvel onglet + + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + Si cette case est cochée, l'URL de lancement s'ouvrira dans un nouvel onglet ou une nouvelle fenêtre du navigateur à partir de la bibliothèque d'applications de l'utilisateur. + + + Select all rows + Sélectionner toutes les lignes + + + Bind existing policy/group/user + Lier une politique/un group/un utilisateur existant + + + Order + Tri + + + Enabled + Activé + + + Timeout + Timeout + + + Configure Bindings + Configurer les liaisons + + + Policy + Politique + + + + Group + Groupe + + + + User + Utilisateur + + + + Configure Policy/User/Group Bindings + Configurer les liaisons vers politique/utilisateur/groupe + + + These policies control which users can access this application. + Ces politiques contrôlent les autorisations d'accès des utilisateurs à cette application. + + + No bound policies. + Aucune politique liée. + + + No policies are currently bound to this object. + Aucune politique n'est actuellement lié à cet objet. + + + Bind policy/group/user + Lier politique/groupe/utilisateur + + + Configure Policy Bindings + Configurer les liaisons de politiques + + + Pass + Réussir + + + Don't Pass + Échouer + + + Edit Binding + Éditer la liaison + + + Save Binding + Sauvegarder la liaison + + + Create a Policy/User/Group Binding + Créer une liaison vers politique/utilisateur/groupe + + + Policy + Politique + + + Negate result + Inverser le résultat + + + Negates the outcome of the binding. Messages are unaffected. + Inverse le résultat de la liaison. Les messages ne sont pas affectés. + + + Failure result + Résultat échoué + + + Enterprise only + Entreprise uniquement + + + Learn more about the enterprise license. + En apprendre plus sur les licences entreprise. + + + Apply changes + Appliquer les changements + + + Close wizard + Fermer l'assistant + + + UNNAMED + + + Wizard content + Contenu de l'assistant + + + Finish + Terminer + + + Select type + Sélectionnez le type + + + Select a provider type + Sélectionner un type de fournisseur + + + Icon + Icône + + + Choose a Provider + Choisir un fournisseur + + + Please choose a provider type before proceeding. + Veuillez choisir un type de fournisseur avant de continuer. + + + Choose a Provider Type + Choisir un type de fournisseur + + + Certificate + Certificat + + + Select a certificate... + Sélectionnez un certificat... + + + Authentication + Authentification + + + Authorization + Authorisation + + + Enrollment + Inscription + + + Invalidation + Invalidation + + + Stage Configuration + Configuration de l'étape + + + Unenrollment + Désinscription + + + Unknown designation + Désignation inconnue + + + Stacked + Empilé + + + Content left + Contenu gauche + + + Content right + Contenu droit + + + Sidebar left + Sidebar gauche + + + Sidebar right + Sidebar droite + + + Unknown layout + Disposition inconnue + + + Select a flow... + Sélectionnez un flux... + + + Add All Available + Ajouter tous disponibles + + + Remove All Available + Enlever tous disponibles + + + Remove + Retirer + + + Remove All + Retirer tout + + + Pagination + Pagination + + + Available options + Options disponibles + + + Selected options + Options sélectionnées + + + item(s) marked to add. + objet(s) marqué à ajouter. + + + item(s) selected. + objet(s) sélectionné, + + + item(s) marked to remove. + objet(s) marqué à retirer. + + + Search ... + Rechercher ... + + + (Format: hours=-1;minutes=-2;seconds=-3). + (Format: hours=-1;minutes=-2;seconds=-3). + + + (Format: hours=1;minutes=2;seconds=3). + (Format: hours=1;minutes=2;seconds=3). + + + The following keywords are supported: + Les mots clés suivants sont supportés : + + + Cached binding + Liaison en cache + + + Flow is executed and session is cached in memory. Flow is executed when session expires + Le flux est exécuté et la session est mise en cache en mémoire. Le flux est exécuté lorsque la session expire + + + Direct binding + Liaison directe + + + Always execute the configured bind flow to authenticate the user + Toujours exécuter la liaison de flux configurée pour authentifier l'utilisateur + + + Cached querying + Requête en cache + + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + L'avant-poste conserve tous les utilisateurs et groupes en mémoire et se rafraîchira toutes les 5 minutes. + + + Direct querying + Requête directe + + + Always returns the latest data, but slower than cached querying + Fournit toujours les données les plus récentes, mais plus lent que les recherches en cache. + + + 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. + Lorsqu'elle est activée, l'authentification multifactorielle basée sur un code peut être utilisée en ajoutant un point-virgule et le code TOTP au mot de passe. Cette option ne doit être activée que si tous les utilisateurs qui se lieront à ce fournisseur ont un dispositif TOTP configuré, faute de quoi un mot de passe peut être rejeté à tort s'il contient un point-virgule. + + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + Certificat pour le DN de base configuré ci-dessus. Sinon, le fournisseur utilise un certificat auto-signé. + + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + Nom DNS pour lequel le certificat configuré ci-dessus doit être utilisé. Le certificat ne peut pas être détecté à partir du DN de base, car la négociation SSL/TLS a lieu avant que cette donnée ne soit échangée. + + + 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 + Ce nombre est ajouté au nombre généré à partir de user.Pk pour s'assurer que ceux-ci ne sont pas trop bas pour les utilisateurs POSIX. La valeur par défaut est 2000 pour éviter des collisions avec les uidNumber des utilisateurs locaux. + + + 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 + Ce nombre est ajouté au nombre généré à partir de group.Pk pour s'assurer que ceux-ci ne sont pas trop bas pour les groupes POSIX. La valeur par défaut est 4000 pour éviter des collisions avec les groupes locaux ou les groupes primaires. + + + Provider Name + Nom du fournisseur + + + Type a provider name... + + + Bind mode + Lier un mode + + + Configure how the outpost authenticates requests. + Configure comment les avant-postes authentifient les requêtes. + + + Search mode + Mode de Recherche + + + Configure how the outpost queries the core authentik server's users. + Configure comment les avant-postes requêtent les utilisateurs du serveur cœur d’authentik. + + + Code-based MFA Support + Support du MFA basé sur un code + + + Flow settings + Paramètres du flux + + + Bind flow + Lier un flux + + + Flow used for users to authenticate. + Flux utilisé pour que les utilisateurs s'authentifient + + + Unbind flow + Flux de déconnexion + + + Flow used for unbinding users. + Flux utilisé pour déconnecter les utilisateurs. + + + Protocol settings + Paramètres du protocole + + + Base DN + DN racine + + + LDAP DN under which bind requests and search requests can be made. + DN LDAP avec lequel les connexions et recherches sont effectuées. + + + TLS Server name + Nom TLS du serveur + + + UID start number + Numéro de départ d'UID + + + GID start number + Numéro de départ du GID + + + Configure LDAP Provider + Configurer le fournisseur LDAP + + + Show field content + Afficher le contenu du champ + + + Hide field content + Cacher le contenu du champ + + + Add entry + Ajouter une entrée + + + Strict + Strict + + + Regex + Regex + + + URL + URL + + + Confidential + Confidentiel + + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + Les clients confidentiels sont capables de préserver la confidentialité de leurs données d'identification, telles que les secrets du client. + + + Public + Public + + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + Les clients publics sont incapables de maintenir la confidentialité et devraient utiliser des méthodes comme le PKCE. + + + Back-channel + Back-channel + + + Server-to-server logout notifications + Notifications de déconnexion serveur à serveur + + + Front-channel + Front-channel + + + Browser iframe logout notifications + Notifications de déconnexion avec iframe du navigateur + + + Based on the User's hashed ID + Basé sur l'identifiant haché de l'utilisateur + + + Based on the User's ID + Basé sur l'identifiant de l'utilisateur + + + Based on the User's UUID + Basé sur l'UUID de l'utilisateur + + + Based on the User's username + Basé sur le nom d'utilisateur + + + Based on the User's Email + Basé sur l'adresse courriel de l'utilisateur + + + This is recommended over the UPN mode. + Ceci est recommandé par rapport au mode UPN. + + + Based on the User's UPN + Basé sur l'UPN de l'utilisateur. + + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + Cela exige que l'utilisateur possède un attribut 'UPN' défini, sinon en dernier recours il utilise l'ID haché de l'utilisateur. Utilisez ce mode seulement si vous avez un domaine courriel différent de l'UPN. + + + Each provider has a different issuer, based on the application slug + Chaque fournisseur a un émetteur différent, basé sur le slug de l'application. + + + Same identifier is used for all providers + Le même identifiant est utilisé pour tous les fournisseurs + + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + URLs de redirection autorisées après un flux d'autorisation réussi. Indiquez également toute origine ici pour les flux implicites. + + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + Si aucune URI de redirection explicite n'est spécifiée, la première URI de redirection utilisée avec succès sera enregistrée. + + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + Pour permettre n'importe quelle URI de redirection, définissez cette valeur sur ".*". Soyez conscient des possibles implications de sécurité que cela peut avoir. + + + Authorization flow + Flux d'autorisation + + + Select an authorization flow... + Sélectionnez un flux d'authorisation... + + + Flow used when authorizing this provider. + Flux utilisé lors de l'autorisation de ce fournisseur. + + + Client type + Type du client + + + Client ID + ID client + + + Client Secret + Secret du client + + + Redirect URIs/Origins (RegEx) + URI/Origines de redirection (RegEx) + + + Logout URI + URI de déconnexion + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + URI à laquelle envoyer les notifications de déconnexion lorsque les utilisateurs se déconnectent. Requis pour la fonctionnalité de déconnexion OpenID Connect. + + + Logout Method + Méthode de déconnexion + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + La méthode de déconnexion détermine comment l'URI de déconnexion est appelée — back-channel (de serveur à serveur) ou front-channel (iframe du navigateur). + + + Signing Key + Clé de signature + + + Select a signing key... + Sélectionnez une clé de signature... + + + Key used to sign the tokens. + Clé utilisée pour signer les jetons. + + + Advanced flow settings + Paramètres avancés des flux + + + Authentication flow + Flux d'authentification + + + Select an authentication flow... + Sélectionnez un flux d'authentification... + + + Flow used when a user access this provider and is not authenticated. + Flux utilisé lorsqu'un utilisateur accède à ce fournisseur et n'est pas authentifié. + + + Invalidation flow + Flux d'invalidation + + + Select an invalidation flow... + Sélectionnez un flux d'invalidation... + + + Flow used when logging out of this provider. + Flux utilisé lors de la déconnexion de ce fournisseur. + + + Advanced protocol settings + Paramètres avancés du protocole + + + Access code validity + Validité du code d'accès + + + Configure how long access codes are valid for. + Configure la durée de validité des codes d'accès. + + + Access Token validity + Validité du jeton d'accès + + + Configure how long access tokens are valid for. + Configure la durée de validité des jetons d'accès. + + + Refresh Token validity + Validité du jeton de rafraîchissement + + + Configure how long refresh tokens are valid for. + Configurer la durée de validité des jetons de rafraîchissement. + + + Refresh Token threshold + Seuil du jeton de rafraîchissement + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + Lors du renouvellement d'un jeton d'actualisation, si l'expiration du jeton d'actualisation existant se situe dans ce seuil, le jeton d'actualisation sera renouvelé. Réglez sur seconds=0 pour toujours renouveler le jeton d'actualisation. + + + Scopes + Portées + + + Available Scopes + Scopes disponibles + + + Selected Scopes + Scopes sélectionnés + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + Sélectionnez les portées utilisables par le client. Le client doit toujours spécifier la portée pour accéder aux données. + + + Encryption Key + Clé de chiffrement + + + Select an encryption key... + Sélectionnez une clé de chiffrement... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Mode subject + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + Configure quelle donnée utiliser pour l'identifiant unique utilisateur. La valeur par défaut devrait être correcte dans la plupart des cas. + + + Include claims in id_token + Include les demandes utilisateurs dans id_token + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + Inclure depuis la portée les demandes utilisateurs dans id_token, pour les applications qui n'accèdent pas au point de terminaison userinfo. + + + Issuer mode + Mode de l'émetteur + + + Configure how the issuer field of the ID Token should be filled. + Configure comment le champ émetteur du jeton ID sera rempli. + + + Machine-to-Machine authentication settings + Paramètres d'authentification machine à machine + + + Federated OIDC Sources + Sources OIDC fédérées + + + Available Sources + Sources disponibles + + + Selected Sources + Sources sélectionnées + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + Les JWT signés par des certificats configurés par les sources sélectionnées peuvent être utilisés pour s'authentifier auprès de ce fournisseur. + + + Federated OIDC Providers + Fournisseurs OIDC fédérés + + + Available Providers + Fournisseurs disponibles + + + Selected Providers + Fournisseurs sélectionnés + + + JWTs signed by the selected providers can be used to authenticate to this provider. + Les JWTs signés par les fournisseurs sélectionnés peuvent être utilisés pour s'authentifier auprès de ce fournisseur. + + + Configure OAuth2 Provider + Configurer un fournisseur OAuth2 + + + Successfully updated provider. + Fournisseur mis à jour avec succès + + + Successfully created provider. + Fournisseur créé avec succès + + + An error occurred while updating the provider. + Une erreur est survenue lors de la mise à jour du fournisseur. + + + An error occurred while creating the provider. + Une erreur est survenue lors de la création du fournisseur. + + + HTTP-Basic Username Key + Clé de l'utilisateur HTTP-Basic + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + Attribut d'utilisateur/groupe utilisé pour le champ utilisateur de l'en-tête HTTP-Basic. S'il n'est pas défini, le courriel de l'utilisateur est utilisée. + + + HTTP-Basic Password Key + Clé du mot de passe HTTP-Basic + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + Attribut d'utilisateur/groupe utilisé pour la champ mot de passe de l'en-tête HTTP-Basic. + + + Proxy + Proxy + + + Forward auth (single application) + Transférer l'authentification (application unique) + + + Forward auth (domain level) + Transférer l'authentification (niveau domaine) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + Ce fournisseur se comporte comme un reverse-proxy transparent, sauf que les demandes doivent être authentifiées. Si votre application en amont utilise HTTPS, assurez-vous de vous connecter à l'avant-poste en utilisant également HTTPS. + + + External host + Hôte externe + + + The external URL you'll access the application at. Include any non-standard port. + L'URL externe par laquelle vous accéderez à l'application. Incluez un port non-standard si besoin. + + + Internal host + Hôte interne + + + http(s)://... + + + Upstream host that the requests are forwarded to. + Hôte amont où transférer les requêtes. + + + Internal host SSL Validation + Validation SSL de l'hôte interne + + + Validate SSL Certificates of upstream servers. + Valider les certificats SSL des serveurs amonts. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + Utilisez ce fournisseur avec l'option "auth_request" de Nginx ou "forwardAuth" de Traefik. Chaque application/domaine a besoin de son propre fournisseur. De plus, sur chaque domaine, "/outpost.goauthentik.io" doit être routé vers le poste avancé (lorsque vous utilisez un poste avancé géré, cela est fait pour vous). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + Utilisez ce fournisseur avec auth_request de nginx ou forwardAuth de traefik. Un seul fournisseur est nécessaire par domaine racine. Vous ne pouvez pas faire d'autorisation par application, mais vous n'avez pas besoin de créer un fournisseur pour chaque application. + + + An example setup can look like this: + Un exemple de configuration peut ressembler à ceci : + + + authentik running on auth.example.com + authentik en cours d'exécution sur auth.example.com + + + app1 running on app1.example.com + app1 en cours d'exécution sur app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + Dans ce cas, vous devez définir l'URL d'authentification sur auth.example.com et le domaine des cookies sur example.com. + + + Authentication URL + URL d'authentification + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + L'URL externe à laquelle vous allez vous authentifier. Le serveur authentik core devrait être accessible à cette URL. + + + Cookie domain + Domaine des cookies + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + Définissez ceci sur le domaine pour lequel vous souhaitez que l'authentification soit valide. Il doit être un domaine parent de l'URL ci-dessus. Si vous exécutez des applications sous app1.domain.tld, app2.domain.tld, définissez ceci sur 'domain.tld'. + + + Token validity + Validité du jeton + + + Configure how long tokens are valid for. + Configure la durée de validité des jetons d'accès. + + + Additional scopes + Portées additionnelles + + + Additional scope mappings, which are passed to the proxy. + Mappages de portée additionnelle, qui sont passés au proxy. + + + Unauthenticated URLs + URLs non-authentifiés + + + Unauthenticated Paths + Chemins non-authentifiés + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + Expressions régulières pour lesquelles l'authentification n'est pas requise. Chaque ligne est interprétée comme une nouvelle expression. + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + Lors de l'utilisation du mode proxy ou de l'authentification directe (application unique), le chemin d'accès à l'URL demandée est vérifié par rapport aux expressions régulières. Lors de l'utilisation de l'authentification directe (mode domaine), l'URL complète et le schéma est demandée et l'hôte est comparée aux expressions régulières. + + + Authentication settings + Paramètres d'authentification + + + Intercept header authentication + Intercepter l'en-tête d'authentification + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + Lorsque cette option est activée, authentik intercepte l'en-tête Authorization pour authentifier la demande. + + + Send HTTP-Basic Authentication + Envoyer l'authentification HTTP-Basic + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + Envoyer un en-tête d'authentification HTTP-Basic personnalisé basé sur les valeurs de authentik. + + + Configure Proxy Provider + Configurer le fournisseur Proxy + + + Configure Remote Access Provider + Configurer un fournisseur d'accès distant + + + Connection expiry + Expiration de la connection + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + Détermine combien de temps une session dure avant déconnexion et ré-authorisation. + + + Property mappings + Mappages de propriété + + + Available Property Mappings + Mappages de propriété disponibles + + + Selected Property Mappings + Mappages de propriété sélectionnés + + + List of CIDRs (comma-seperated) 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. + Liste de CIRDs (séparés par des virgules) depuis lesquels les clients peuvent se connecter. Un préfixe plus spécifique matchera avant un préfixe moins spécifique. Les clients se connectant depuis un CIDR non spécifié seront rejetés. + + + Shared secret + Secret partagé + + + Client Networks + Réseaux du client + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + Certificat utilisé pour EAP-TLS. Nécessite une étape TLS mutuelle dans le flux d'authentification. + + + Configure Radius Provider + Configurer le fournisseur Radius + + + Redirect + Redirection + + + Post + Appliquer + + + Sign assertions + Signer les assertions + + + When enabled, the assertion element of the SAML response will be signed. + Si activé, l'assertion de la réponse SAML sera signée. + + + Sign responses + Signer les réponses + + + When enabled, the SAML response will be signed. + Si activé, la réponse SAML sera signée. + + + Sign logout requests + Signer les requêtes de déconnexion + + + When enabled, SAML logout requests will be signed. + Si activé, les requêtes de déconnexion SAML seront signées. + + + Front-channel (Iframe) + Front-channel (Iframe) + + + Front-channel (Native) + Front-channel (natif) + + + Back-channel (POST) + Back-channel (POST) + + + SLS Binding + Liaison SLS + + + Determines how authentik sends the logout response back to the Service Provider. + Détermine comment authentik envoie la réponse de déconnexion au fournisseur de services. + + + Method to use for logout when SLS URL is configured. + Méthode à utiliser pour la déconnexion lorsque l'URL SLS est configurée. + + + ACS URL + ACS URL + + + Service Provider Binding + Liaison du fournisseur de services + + + Determines how authentik sends the response back to the Service Provider. + Détermine comment authentik renvoie la réponse au fournisseur de services. + + + Issuer + Émetteur + + + Also known as Entity ID. + + + Audience + Audience + + + SLS URL + URL SLS + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + URL facultative de Single Logout Service à laquelle envoyer les réponses de déconnexion. Si elle n'est pas définie, aucune réponse de déconnexion ne sera envoyée. + + + Signing Certificate + Certificat de signature + + + Certificate used to sign outgoing Responses going to the Service Provider. + Certificat utilisé pour signer les réponses sortantes vers le Service Provider. + + + Verification Certificate + Certificat de validation + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + Si activée, les signatures des assertions entrantes seront validées par rapport à ce certificat. Pour autoriser les requêtes non signées, laissez la valeur par défaut. + + + Encryption Certificate + Certificat de chiffrement + + + When selected, assertions will be encrypted using this keypair. + Si sélectionné, les assertions seront chiffrées avec cette paire de clés. + + + Available User Property Mappings + Mappages de propriété utilisateur disponibles + + + Selected User Property Mappings + Mappages de propriété utilisateur sélectionnés + + + NameID Property Mapping + Mappage de la propriété NameID + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + Configure la façon dont NameID sera créé. Si vide, la politique NameIDPolicy de la requête entrante sera appliquée. + + + AuthnContextClassRef Property Mapping + Mappage de propriété AuthnContextClassRef + + + 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. + Configure comment la valeur AuthnContextClassRef sera créée. Lorsque non sélectionné, AuthnContextClassRef sera défini en fonction de quelle méthode d'authentification l'utilisateur a utilisé pour s'authentifier. + + + Assertion valid not before + Assertion non valide avant + + + Configure the maximum allowed time drift for an assertion. + Configurer la durée maximale autorisée pour une assertion. + + + Assertion valid not on or after + Assertion non valide le ou après + + + Assertion not valid on or after current time + this value. + Assertion non valide à partir de l'heure actuelle + cette valeur. + + + Session valid not on or after + Session non valide à partir de + + + Session not valid on or after current time + this value. + Session non valide à partir de l'heure actuelle + cette valeur. + + + Default relay state + Relay state par défaut + + + When using IDP-initiated logins, the relay state will be set to this value. + Lors de l'utilisation de connexions initiées par l'IdP, le relay state sera défini à cette valeur. + + + Default NameID Policy + Politique NameID par défaut + + + Persistent + Persistant + + + Email address + Adresse courriel + + + Windows + Fenêtres + + + X509 Subject + Sujet X509 + + + Transient + Transitoire + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + Configure la politique NameID par défaut utilisée pour les connexions initiées par l'IDP et lorsqu'une assertion entrante ne spécifie pas de politique NameID (s'applique également lors de l'utilisation d'un mappage NameID personnalisé). + + + Digest algorithm + Algorithme d'empreinte + + + Signature algorithm + Algorithme de signature + + + Configure SAML Provider + Configurer le fournisseur SAML + + + Token + Jeton + + + Token to authenticate with. + Jeton d'authentification. + + + OAuth Source + Source OAuth + + + Specify OAuth source used for authentication. + Spécifier la source OAuth utilisée pour l'authentification. + + + OAuth Parameters + Paramètres OAuth + + + Additional OAuth parameters, such as grant_type. + Paramètres OAuth supplémentaires, tels que grant_type. + + + SCIM base url, usually ends in /v2. + URL de base SCIM, se termine généralement par /v2. + + + Verify SCIM server's certificates + Vérifier les certificats du serveur SCIM + + + Authentication Mode + Mode d'authentification + + + Authenticate SCIM requests using a static token. + Authentifier les requêtes SCIM avec un jeton statique. + + + OAuth + OAuth + + + Authenticate SCIM requests using OAuth. + Authentifier les requêtes SCIM avec OAuth. + + + Compatibility Mode + Mode de compatibilité + + + Default + Par défaut + + + Default behavior. + Comportement par défaut. + + + AWS + AWS + + + Altered behavior for usage with Amazon Web Services. + Comportement spécifique pour utilisation avec Amazon Web Services. + + + Slack + Slack + + + Altered behavior for usage with Slack. + Comportement spécifique pour utilisation avec Slack. + + + Salesforce + Salesforce + + + Altered behavior for usage with Salesforce. + Comportement modifié pour une utilisation avec Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + Change le comportement d'authentik en fonction des spécificités d'implémentations des fournisseurs SCIM. + + + Enable dry-run mode + Activer le mode simulation + + + When enabled, mutating requests will be dropped and logged instead. + Si activé, les requêtes de mutations seront abandonnées et affichées à la place. + + + User filtering + Filtrage utilisateurs + + + Exclude service accounts + Exclure les comptes de service + + + Only sync users within the selected group. + Synchroniser uniquement les utilisateurs appartenant au groupe sélectionné. + + + Attribute mapping + Mappage des attributs + + + User Property Mappings + Mappage des propriétés utilisateur + + + Property mappings used to user mapping. + Mappages de propriété utilisés pour la correspondance des utilisateurs. + + + Group Property Mappings + Mappage des propriétés de groupe + + + Available Group Property Mappings + Mappages de propriété groupe disponibles + + + Selected Group Property Mappings + Mappages de propriété groupe sélectionnés + + + Property mappings used to group creation. + Mappages de propriétés utilisés lors de la création des groupe + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + Configurer le fournisseur SCIM + + + Configure Provider + Configurer le fournisseur + + + Type + Type + + + None + None + + + strict + strict + + + regexp + regexp + + + Forward auth (domain-level) + Transférer l'authentification (niveau domaine) + + + Unknown proxy mode + Mode proxy inconnu + + + Mode + Mode + + + Internal Host + Hôte interne + + + External Host + Hôte externe + + + Basic-Auth + Basic-Auth + + + Unknown type + Type inconnu + + + Redirect URIs + URIs de redirection + + + Review and Submit Application + Passer en revue et soumettre l'application + + + Submit + Soumettre + + + There was an error in the application. + Une erreur a été rencontrée dans l'application. + + + Review the application. + Passer en revue l'application. + + + There was an error in the provider. + Une erreur a été rencontrée dans le fournisseur. + + + Review the provider. + Passer en revue le fournisseur. + + + There was an error. Please go back and review the application. + Une erreur a été rencontrée. Merci de revenir en arrière et de passer en revue l'application. + + + There was an error: + Une erreur a été rencontrée : + + + Please go back and review the application. + Merci de revenir en arrière et de passer en revue l'application. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + Il y a eu une erreur lors de la création de l'application, mais aucun message d'erreur n'a été envoyé. Veuillez consulter les logs du serveur. + + + Review the Application and Provider + Passer en revue l'application et le fournisseur. + + + Provider + Fournisseur + + + Your application has been saved + L'application a été sauvegardée + + + Saving application... + Enregistrement de l'application... + + + authentik was unable to complete this process. + authentik n'a pas pu compléter cette opération. + + + Don't show this message again. + Ne plus montrer ce message. + + + One hint, 'New Application Wizard', is currently hidden + Un indice, l'assistant nouvelle application est actuellement caché + + + Restore Application Wizard Hint + Restaurer l'indice de l'assistant de création d'application + + + Create with wizard + Créer avec l'assistant + + + Successfully imported provider. + Fournisseur importé avec succès + + + Metadata + Métadonnées + + + Create + Créer + + + New provider + Nouveau fournisseur + + + Create a new provider. + Créer un nouveau fournisseur. + + + Create + Créer + + + + New Provider + Nouveau fournisseur + + + Open the wizard to create a new provider. + Ouvrez l'assistant pour créer un nouveau fournisseur. + + + Credentials + Identifiants + + + Google Cloud credentials file. + Fichier d'identifiants Google Cloud. + + + Delegated Subject + Sujet délégué + + + Email address of the user the actions of authentik will be delegated to. + Courriel de l'utilisateur auquel les actions d'authentik seront déléguées. + + + Default group email domain + Domaine de courriel de groupe par défaut + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + Domain par défaut utilisé pour générer le courriel d'un groupe. Peut être personnalisé avec des mappages de propriété. + + + User deletion action + Action de suppression d'un utilisateur + + + User is deleted + L'utilisateur est supprimé + + + Suspend + Suspendre + + + User is suspended, and connection to user in authentik is removed. + L'utilisateur est suspendu, et la connection à authentik est supprimée. + + + Do Nothing + Ne rien faire + + + The connection is removed but the user is not modified + La connexion est supprimée mais l'utilisateur n'est pas modifié + + + Determines what authentik will do when a User is deleted. + Détermine ce qu'authentik fera si un utilisateur est supprimé. + + + Group deletion action + Action de suppression d'un groupe + + + Group is deleted + Le groupe est supprimé + + + The connection is removed but the group is not modified + La connexion est supprimée mais le groupe n'est pas modifié + + + Determines what authentik will do when a Group is deleted. + Détermine ce qu'authentik fera si un groupe est supprimé. + + + Client ID for the app registration. + Client ID pour l'enregistrement de l'application. + + + Client secret for the app registration. + Client secret pour l'enregistrement de l'application. + + + Tenant ID + Tenant ID + + + ID of the tenant accounts will be synced into. + ID du tenant dans lequel les comptes seront synchronisés. + + + Delete authorization on disconnect + Supprimer l’autorisation à la déconnexion + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + Si activé, les autorisations de connexion seront supprimées lorsqu'un client se déconnecte. Cela forcera les clients avec des connexions internet instables à ré-autoriser le point de terminaison. + + + Connection settings. + Paramètres de connexion. + + + Key used to sign the events. + Clé utilisée pour signer les évènements. + + + Event Retention + Rétention des évènements + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + Détermine pendant combien de temps les évènements sont stockés. Si un évènement n'a pas pu être correctement envoyé, son expiration est également augmentée de cette valeur. + + + OIDC Providers + Fournisseurs OIDC + + + Providers + Fournisseurs + + + Provide support for protocols like SAML and OAuth to assigned applications. + Assure la prise en charge de protocoles tels que SAML et OAuth aux applications attribuées. + + + Provider Search + Recherche de fournisseur + + + Search for providers… + Rechercher des fournisseurs… + + + Provider(s) + Fournisseur(s) + + + Assigned to application + Assigné à l'application + + + Assigned to application (backchannel) + Assigné à l'application (backchannel). + + + Provider not assigned to any application. + Le fournisseur n'est assigné à aucune application. + + + Update + Mettre à jour + + + + Edit "" provider + Éditer le fournisseur &quot;&quot; + + + Successfully triggered sync. + Synchronisation lancée avec succès. + + + Log messages + Messages de Journal + + + Override dry-run mode + Forcer la désactivation du mode simulation + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + Si activé, la synchronisation exécutera les requêtes de mutations sans vérifier le réglage du mode simulation du fournisseur. + + + Sync + Synchroniser + + + Sync Group + Synchroniser le groupe + + + Google Workspace Group(s) + Groupe(s) du fournisseur Google Workspace + + + Sync User + Synchroniser l'utilisateur + + + Google Workspace User(s) + Utilisateur(s) du fournisseur Google Workspace + + + Username + Nom d'utilisateur + + + Current status + État actuel + + + Sync is currently running. + La synchronisation est en cours d'exécution. + + + Sync is not currently running. + La synchronisation n'est pas en cours d'exécution. + + + Last successful sync + Dernière synchronisation réussie + + + No successful sync found. + Pas de synchronisation réussie trouvée. + + + Last sync status + Dernier état de synchronisation + + + Changelog + Journal des modification + + + Provisioned Users + Utilisateurs provisionnés + + + Provisioned Groups + Groupes provisionnés + + + Warning: Provider is not assigned to an application as backchannel provider. + Avertissement : Le fournisseur n'est pas assigné à une application en tant que fournisseur backchannel. + + + Dry-run + Mode simulation + + + Update Google Workspace Provider + Mettre à jour le fournisseur Google Workspace + + + Select providers to add to application + Sélectionnez les fournisseurs à ajouter à l'application. + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Entrez une URL complète, un chemin relatif ou utilisez 'fa://fa-test' pour utiliser l'icône Font Awesome "fa-test". + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + Modèle de chemin pour les utilisateurs créés. Utilisez des espaces réservés comme `%(slug)s` pour insérer le slug de la source. + + + Successfully updated application. + Application mise à jour avec succès + + + Successfully created application. + Application créée avec succès + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + L'utilisation de ce formulaire ne créera qu'une application. Afin de vous authentifier auprès de l'application, vous devrez l'associer manuellement à un fournisseur. + + + Select a provider that this application should use. + Sélectionnez un fournisseur que cette application doit utiliser. + + + Backchannel Providers + Fournisseurs backchannel + + + Select backchannel providers which augment the functionality of the main provider. + Sélectionner des fournisseurs backchannel qui augmentent la fonctionnalité du fournisseur principal. + + + Add provider + Ajouter un fournisseur + + + UI settings + Paramètres d'UI + + + Icon + Icône + + + Currently set to: + Actuellement fixé à : + + + Clear icon + Supprimer l'icône + + + Delete currently set icon. + Supprimer l'icône actuellement définie + + + Publisher + Éditeur + + + Description + Description + + + Create Application + Créer une application + + + Warning: Provider is not used by any Outpost. + Attention : ce fournisseur n’est utilisé par aucun avant-poste. + + + Assigned to application + Assigné à l'application + + + Update LDAP Provider + Mettre à jour le fournisseur LDAP + + + How to connect + Comment se connecter + + + Connect to the LDAP Server on port 389: + Se connecter au serveur LDAP sur le port 389 : + + + Check the IP of the Kubernetes service, or + Vérifier l'IP du service Kubernetes, ou + + + The Host IP of the docker host + L'IP de l'hôte de docker + + + Bind DN + Bind DN + + + Bind Password + Mot de passe + + + Your authentik password + Votre mot de passe authentik + + + Search base + Base de recherche + + + Microsoft Entra Group(s) + Groupe(s) du fournisseur Microsoft Entra + + + Microsoft Entra User(s) + Utilisateur(s) du fournisseur Microsoft Entra + + + Update Microsoft Entra Provider + Mettre à jour le fournisseur Microsoft Entra + + + Preview + Prévisualisation + + + Warning: Provider is not used by an Application. + Avertissement : Le fournisseur n'est pas utilisé par une application. + + + + + + Update OAuth2 Provider + Mettre à jour le fournisseur OAuth2 + + + OpenID Configuration URL + URL de configuration OpenID + + + OpenID Configuration Issuer + Émetteur de la configuration OpenID + + + Authorize URL + URL d'authorisation + + + Token URL + URL du jeton + + + Userinfo URL + URL Userinfo + + + Logout URL + URL de déconnexion + + + JWKS URL + URL JWKS + + + JWT payload + Charge utile JWT + + + Preview for user + Prévisualisation pour un utilisateur + + + Nginx (Ingress) + Nginx (Ingress) + + + Nginx (Proxy Manager) + Nginx (Proxy Manager) + + + Nginx (standalone) + Nginx (standalone) + + + Traefik (Ingress) + Traefik (Ingress) + + + Traefik (Compose) + Traefik (Compose) + + + Traefik (Standalone) + Traefik (Standalone) + + + Caddy (Standalone) + Caddy (Standalone) + + + Update Proxy Provider + Mettre à jour le fournisseur de Proxy + + + Protocol Settings + Paramètres du protocole + + + Allowed Redirect URIs + URIs de redirection autorisés + + + Setup + Configuration + + + No additional setup is required. + Aucune configuration supplémentaire n'est nécessaire. + + + Connection Token(s) + Jeton(s) de connexion + + + Endpoint + Point de terminaison + + + Successfully updated endpoint. + Point de terminaison mis à jour avec succès. + + + Successfully created endpoint. + Point de terminaison créé avec succès. + + + Protocol + Protocole + + + RDP + RDP + + + SSH + SSH + + + VNC + VNC + + + Host + Hôte + + + Hostname/IP to connect to. Optionally specify the port. + Nom d'hôte/IP auquel se connecter. Spécifiez le port en option. + + + Maximum concurrent connections + Connections concurrentes maximum + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + Nombre maximum de connections concurrentes à ce point de terminaison. Peut être défini à -1 pour désactiver la limite. + + + Advanced settings + Paramètres avancés + + + Search for users by username or display name... + Rechercher par nom d'utilisateur our nom d'affichage... + + + Search Users + Rechercher les utilisateurs + + + Select Users + Sélectionner les utilisateurs + + + Active + Actif + + + Last login + Dernière connexion + + + Show inactive users + Afficher les utilisateurs inactifs + + + Select users + Sélectionner les utilisateurs + + + Confirm + Confirmer + + + Successfully updated group. + Groupe mis à jour avec succès + + + Successfully created group. + Groupe créé avec succès + + + Type a group name... + Entrer un nom de groupe... + + + Group Name + Nom du groupe + + + Superuser Privileges + Privilèges de super-utilisateur + + + Whether users added to this group will have superuser privileges. + Si les utilisateurs ajoutés à ce groupe auront des privilèges de super-utilisateur. + + + Parent Group + Groupe parent + + + Select an optional parent group... + Sélectionnez un groupe parent facultatif... + + + Roles + Rôles + + + Available Roles + Rôles disponibles + + + Selected Roles + Rôles sélectionnés + + + Select roles to grant this groups' users' permissions from the selected roles. + Sélectionner les roles depuis lesquels assigner les permissions des utilisateurs de ce groupe depuis les rôles sélectionnés. + + + Set custom attributes using YAML or JSON. + Définissez des attributs personnalisés via YAML ou JSON. + + + Successfully updated binding. + Liaison mise à jour avec succès + + + Successfully created binding. + Liaison créée avec succès + + + Don't pass + Échouer + + + Result used when policy execution fails. + Résultat si l'éxecution de la politique échoue. + + + Successfully updated policy. + Politique mise à jour avec succès + + + Successfully created policy. + Politique créée avec succès + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + Une politique utilisée pour les tests. Retourne toujours la même valeur telle qu'indiquée ci-dessous après une attente aléatoire. + + + Execution logging + Journalisation de l'exécution + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + Si activée, toutes les exécutions de cette politique seront enregistrées. Par défaut, seules les erreurs d'exécution sont consignées. + + + Policy-specific settings + Paramètres spécifiques à la politique + + + Pass policy? + Réussir la politique ? + + + Wait (min) + Attente (min) + + + The policy takes a random time to execute. This controls the minimum time it will take. + La politique prend un certain temps à s'exécuter. Ceci contrôle la durée minimale. + + + Wait (max) + Attente (max) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + Fait correspondre un évènement à un certain nombre de critères. Si une des valeur configurée correspond, la politique réussit. + + + Match created events with this action type. When left empty, all action types will be matched. + Inclure les événements créés avec ce type d'action. S'il est laissé vide, tous les types d'action seront inclus. + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + Correspondance de l'adresse IP du client de l'évènement (correspondante stricte, pour un correspondance sur le réseau utiliser une politique d'expression). + + + Match events created by selected application. When left empty, all applications are matched. + Inclure les évènements créés par cette application. S'il est laissé vide, toutes les applications seront incluses. + + + Match events created by selected model. When left empty, all models are matched. + Inclure les évènements créés par ce modèle. S'il est laissé vide, tous les modèles seront inclus. + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + Vérifie si le mot de passe de l'usager a été changé dans les X derniers jours et refuse l'accès en fonction du paramétrage. + + + Maximum age (in days) + Âge maximum (en jours) + + + Only fail the policy, don't invalidate user's password + Seulement faire échouer la politique, ne pas invalider le mot de passe de l'utilisateur. + + + Executes the python snippet to determine whether to allow or deny a request. + Exécute le fragment de code python pour décider d'autoriser ou non la demande. + + + Expression using Python. + Expression en python + + + See documentation for a list of all variables. + Consultez la documentation pour la liste de toutes les variables. + + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + S'assure que l'utilisateur répond aux exigences de géographie ou de topologie du réseau, en fonction de l'adresse IP. Si l'une des valeurs configurées correspond, la politique est validée. + + + Distance settings + Réglages de distance + + + Check historical distance of logins + Vérifier l'historique de distance des connexions + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + Lorsque cette option est activée, les données GeoIP de la demande de politique sont comparées au nombre spécifié de connexions historiques. + + + Maximum distance + Distance maximale + + + Maximum distance a login attempt is allowed from in kilometers. + Distance maximale autorisée pour une tentative de connexion en kilomètres. + + + Distance tolerance + Tolérance de distance + + + Tolerance in checking for distances in kilometers. + Tolérance de vérification des distances en kilomètres. + + + Historical Login Count + Nombre de connexions historiques + + + Amount of previous login events to check against. + Nombre d'événements de connexion précédents à vérifier. + + + Check impossible travel + Vérifier les déplacements impossibles + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + Lorsque cette option est activée, les données GeoIP de la demande de politique sont comparées au nombre spécifié de connexions historiques et si le voyage aurait été possible dans le laps de temps écoulé depuis l'événement précédent. + + + Impossible travel tolerance + Tolérance de déplacement impossible + + + Static rule settings + Paramètres de règle statique + + + ASNs + ASNs + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + Liste d'autonomous system numbers. Séparée par des virgules. Par exemple : 13335, 15169, 20940 + + + Countries + Pays + + + Available Countries + Pays disponibles + + + Selected Countries + Pays sélectionnés + + + Static rules + Règles Statiques + + + Minimum length + Longueur minimale + + + Minimum amount of Uppercase Characters + Nombre minimum de caractères majuscules + + + Minimum amount of Lowercase Characters + Nombre minimum de caractères minuscules + + + Minimum amount of Digits + Nombre minimum de chiffres + + + Minimum amount of Symbols Characters + Nombre minimum de symboles + + + Error message + Message d'erreur + + + Symbol charset + Set de symboles + + + Characters which are considered as symbols. + Caractères considérés comme des symboles. + + + HaveIBeenPwned settings + Paramètres de HaveIBeenPwned + + + Allowed count + Total autorisé + + + Allow up to N occurrences in the HIBP database. + Autoriser jusqu'à N occurrences dans la base de données HIBP + + + zxcvbn settings + Paramètres de zxcvbn + + + Score threshold + Seuil du score + + + If the password's score is less than or equal this value, the policy will fail. + Si le score du mot de passe est inférieur ou égal à cette valeur, la politique échoue. + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + 0: Trop prévisible: mot de passe risqué. (essais &lt; 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1: Très prévisible: protection contre les attaques en ligne limitées. (essais &lt; 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2: Quelque peu prévisible: protection contre les attaques en ligne non limitées. (essais &lt; 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3: Sûrement imprévisible: protection modérée contre les attaques de hash-lent hors ligne. (essais &lt; 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4: Très imprévisible: forte protection control les attaques de hash-lent hors ligne. (essais &gt;= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + Vérifie la valeur de la requête via plusieurs règles, principalement utilisé pour s'assurer de la robustesse des mots de passe. + + + Password field + Champ mot de passe + + + Field key to check, field keys defined in Prompt stages are available. + Clé de champ à vérifier ; les clés de champ définies dans les étapes de d'invite sont disponibles. + + + Check static rules + Vérifier les règles statiques + + + Check haveibeenpwned.com + Vérifier haveibeenpwned.com + + + For more info see: + Pour plus d'informations, voir : + + + Check zxcvbn + Vérifier zxcvbn + + + Password strength estimator created by Dropbox, see: + Estimateur de force de mot de passe créé par Dropbox, voir : + + + Allows/denys requests based on the users and/or the IPs reputation. + Autorise/bloque les requêtes selon la réputation de l'utilisateur et/ou de l'adresse IP + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + Les tentatives de connexion invalides diminuent d'une unité le score de l'IP du client et du nom d'utilisateur sous lequel il tente de se connecter. + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + La politique est acceptée lorsque le score de réputation est inférieur au seuil, et n'est pas acceptée lorsque les deux options sélectionnées sont égales ou supérieures au seuil. + + + Check IP + Vérifier l'adresse IP + + + Check Username + Vérifier le nom d'utilisateur + + + Threshold + Seuil + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + Vérifiez que le nouveau mot de passe de l'utilisateur est différent de ses mots de passe précédents. Le nombre d'anciens mots de passe à vérifier est configurable. + + + Number of previous passwords to check + Nombre d'anciens mots de passe à vérifier + + + New policy + Nouvelle politique + + + Create a new policy. + Créer une nouvelle politique. + + + Create Binding + Créer une liaison + + + Members + Membres + + + Select groups to add user to + Sélectionnez les groupes à ajouter à l'utilisateur + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + Attention : L'ajout de l'utilisateur au(x) groupe(s) sélectionné(s) lui confère des droits de superutilisateur. + + + Company employees with access to the full enterprise feature set. + Employés de l'entreprise ayant accès à l'ensemble complet des fonctionnalités d'entreprise. + + + External consultants or B2C customers without access to enterprise features. + Consultants externes ou clients B2C sans accès aux fonctionnalités d'entreprise. + + + Machine-to-machine authentication or other automations. + Authentification de machine à machine ou autres automatisations. + + + Successfully updated user. + Utilisateur mis à jour avec succès + + + Successfully created user and added to group + Utilisateur créé et ajouté au groupe avec succès + + + Successfully created user. + Utilisateur créé avec succès + + + Type a username for the user... + Entrer un nom d'utilisateur... + + + The user's primary identifier used for authentication. 150 characters or fewer. + Identifiant principal de l'utilisateur. 150 caractères ou moins. + + + Display Name + Nom d'affichage + + + Type an optional display name... + Entrer un nom d'affichage facultatif... + + + The user's display name. + Le nom d'affichage de l'utilisateur. + + + User type + Type utilisateur + + + Internal Service account + Compte de service interne + + + Managed by authentik and cannot be assigned manually. + Géré par authentik et ne peut pas être attribué manuellement. + + + Email Address + Adresse courriel + + + Type an optional email address... + Entrer une adresse courriel facultatif... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + Indique si cet utilisateur est actif et autorisé à s'authentifier. Le fait de le désactiver peut être utilisé pour désactiver temporairement un utilisateur sans supprimer son compte. + + + Path + Chemin + + + Type a path for the user... + Entrer un chemin pour l'utilisateur... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + Les chemins peuvent être utilisés pour organiser les utilisateurs en dossiers en fonction de la source qui les a créés ou de la structure organisationnelle. + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + Les chemins ne peuvent pas commencer ou se terminer par une barre oblique, mais ils peuvent contenir n'importe quel autre caractère comme segments de chemin. Les chemins sont actuellement purement utilisés pour l'organisation, cela n'affecte pas leurs permissions, leurs appartenances à des groupes, ou quoi que ce soit d'autre. + + + Edit Policy + Éditer la politique + + + Update Group + Mettre à jour le groupe + + + Edit Group + Éditer le groupe + + + Update User + Mettre à jour l'utilisateur + + + Edit User + Éditer l'utilisateur + + + Policy binding(s) + Liaison(s) de politique + + + Update Binding + Mettre à jour la liaison + + + No Policies bound. + Aucune politique liée. + + + Policy actions + Actions de politique + + + Create and bind Policy + Créer et lier une Politique + + + Bind existing + Lier un(e) existant(e) + + + The currently selected policy engine mode is : + Le mode du moteur de politique actuellement sélectionné est : + + + Endpoint(s) + Point(s) de terminaison + + + Update Endpoint + Mettre à jour le point de terminaison + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + Ces liaisons controllent quels utilisateurs auront accès à ce point de terminaison. Les utilisateurs doivent également avoir accès à l'application. + + + Create Endpoint + Créer un point de terminaison + + + Connections + Connexions + + + Update RAC Provider + Mettre à jour le fournisseur RAC + + + Endpoints + Points de terminaison + + + Update Radius Provider + Mettre à jour le fournisseur Radius + + + Download + Télécharger + + + Copy download URL + Copier l'URL de téléchargement + + + Download signing certificate + Télécharger le certificat de signature + + + Related objects + Objets apparentés + + + Update SAML Provider + Mettre à jour le fournisseur SAML + + + SAML Configuration + Configuration SAML + + + EntityID/Issuer + EntitéID/Émetteur + + + SSO URL (Post) + URL SSO (Post) + + + SSO URL (Redirect) + URL SSO (Redirect) + + + SSO URL (IdP-initiated Login) + URL SSO (IdP-initiated Login) + + + SLO URL (Post) + URL SLO (Post) + + + SLO URL (Redirect) + URL SLO (Redirect) + + + SAML Metadata + Métadonnée SAML + + + Example SAML attributes + Exemple d'attributs SAML + + + NameID attribute + Attribut NameID + + + SCIM Group(s) + Groupe(s) du fournisseur SCIM + + + SCIM User(s) + Utilisateur(s) du fournisseur SCIM + + + Update SCIM Provider + Mettre à jour le fournisseur SCIM + + + SSF Provider is in preview. + Le fournisseur SSF est en aperçu. + + + Send us feedback! + Envoyez-nous vos commentaires ! + + + SSF URL + URL SSF + + + No assigned application + Aucune application assignée + + + Update SSF Provider + Mettre à jour le fournisseur SSF + + + Streams + Flux + + + Applications + Applications + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + Applications externes qui utilisent comme fournisseur d'identité en utilisant des protocoles comme OAuth2 et SAML. Toutes les applications sont affichées ici, même celles auxquelles vous n'avez pas accès. + + + Application Icon + Icône d'application + + + Provider Type + Type de fournisseur + + + Applications Documentation + Documentation des applications + + + Application(s) + Application(s) + + + Application icon for "" + Icône d'application pour &quot;&quot; + + + Update Application + Mettre à jour l'application + + + Edit "" + Éditer &quot;&quot; + + + Open "" + Ouvrir &quot;&quot; + + + Open + Ouvrir + + + Create with Provider + Créer avec un fournisseur + + + Successfully cleared application cache + Cache d'application vidé avec succès + + + Failed to delete application cache + Impossible de vider le cache d'application + + + Clear cache + Vider le cache + + + Clear Application cache + Vider le cache d'application + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + Êtes-vous sûr de vouloir vider le cache des applications ? Cela entraînera la réévaluation de toutes les politiques lors de leur prochaine utilisation. + + + Successfully sent test-request. + Requête-test envoyée avec succès + + + Successfully updated entitlement. + Droit mis à jour avec succès. + + + Successfully created entitlement. + Droit créé avec succès. + + + Application entitlement(s) + Droit(s) applicatif(s) + + + Update Entitlement + Mettre à jour le droit + + + These bindings control which users have access to this entitlement. + Ces liaisons contrôlent les utilisateurs qui peuvent accéder à ce droit. + + + No app entitlements created. + Aucun droit applicatif créé. + + + This application does currently not have any application entitlements defined. + Cette application n'a actuellement pas de droit applicatif défini. + + + Create Entitlement + Créer un droit + + + Create entitlement + Créer un droit + + + Failed to fetch application "". + Erreur lors de la récupération de l'application &quot;&quot;. + + + Warning: Application is not used by any Outpost. + + + Related + Lié + + + Check access + Vérifier l'accès + + + Check + Vérifier + + + Check Application access + Vérifier l'accès de l'application + + + Test + Test + + + Launch + Lancer + + + Logins over the last week (per 8 hours) + Connexions au cours de la semaine écoulée (par tranche de 8 heures) + + + Application entitlements + Droits applicatifs + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + Ces droits peuvent être utilisés pour configurer les accès d'un utilisateur au sein de cette application. + + + Policy / Group / User Bindings + Politique / Groupe / Liaisons utilisateur + + + Loading application... + Chargement de l'application... + + + Successfully updated device. + Appareil mis à jour avec succès + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + Copier + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + Mettre à Jour l'Appareil + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + Nom d'hôte + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + Cliquer pour changer la valeur + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + Durée de la session + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + Jeton mis à jour avec succès + + + Successfully created token. + Jeton créé avec succès + + + Expires on + Expire le + + + Token name... + + + Token name + + + Expiring + Expiration + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + Si cette option est sélectionnée, le jeton expirera. À son expiration, le jeton fera l'objet d'une rotation. + + + The token has been copied to your clipboard + Le jeton a été copié dans le presse-paper + + + The token was displayed because authentik does not have permission to write to the clipboard + Le jeton a été affiché car authentik n'a pas la permission d'écrire dans le presse-papier + + + Expires? + Expire ? + + + Expiry date + Date d'expiration + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + Copier le jeton + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + Source mise à jour avec succès + + + Successfully created source. + Source créée avec succès + + + Link users on unique identifier + Lier les utilisateurs sur base d'un identifiant unique + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + Lier à un utilisateur avec la même adresse courriel. Peut avoir des implications de sécurité lorsqu'une source ne valide pas les adresses courriel. + + + Use the user's email address, but deny enrollment when the email address already exists + Utiliser l'adresse courriel de l'utilisateur, mais refuser l'inscription si l'adresse courriel existe déjà. + + + Link to a user with identical username. Can have security implications when a username is used with another source + Lien vers un utilisateur ayant un nom d'utilisateur identique. Cela peut avoir des implications en termes de sécurité lorsqu'un nom d'utilisateur est utilisé avec une autre source. + + + Use the user's username, but deny enrollment when the username already exists + Utiliser le nom d'utilisateur de l'utilisateur, mais refuser l'inscription si le nom d'utilisateur existe déjà. + + + Unknown user matching mode + Mode de correspondance d'utilisateur inconnu + + + Link to a group with identical name. Can have security implications when a group is used with another source + Lien vers un groupe ayant un nom identique. Peut poser des problèmes de sécurité si ce nom est partagé avec une autre source. + + + Use the group's name, but deny enrollment when the name already exists + Utiliser le nom du groupe, mais refuser la création si celui-ci existe déjà. + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + Mettre à jour le mot de passe interne à la connexion + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + Lorsqu'un utilisateur se connecte à authentik en utilisant le backend de mot de passe de cette source, mettre à jour ses identifiants dans authentik. + + + Sync users + Synchroniser les utilisateurs + + + User password writeback + Réécriture du mot de passe utilisateur + + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + Activer cette option pour écrire les changements de mot de passe fait dans authentik dans Kerberos. Ignoré si la synchronisation est désactivée. + + + Realm settings + Paramètres du realm + + + Realm + Realm + + + Kerberos 5 configuration + Configuration Kerberos 5 + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + Configuration Kerbers 5. Cf. man krb5.conf(5) pour le format de configuration. Si laissé vide, un krb5.conf par défaut sera utilisé. + + + User matching mode + Mode de correspondance utilisateur + + + Group matching mode + Mode de correspondance groupe + + + Sync connection settings + Paramètres de synchronisation + + + KAdmin type + Type KAdmin + + + MIT krb5 kadmin + MIT krb5 kadmin + + + Heimdal kadmin + Heimdal kadmin + + + Other + Autre + + + Other type of kadmin + Autre type de kadmin + + + Sync principal + Principal de synchronisation + + + Principal used to authenticate to the KDC for syncing. + Principal utilisé pour s'authentifier au KDC pour synchroniser. + + + Sync password + Mot de passe de synchronisation + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + Mot de passe utilisé pour s'authentifier au KDC pour synchroniser. Optional si une keytab de synchronisation ou un credentials cache de synchronisation est fourni. + + + Sync keytab + Keytab de synchronisation + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + Keytab utilisée pour s'authentifier au KDC pour synchroniser. Optional si un mot de passe de synchronisation ou un credentials cache de synchronisation est fourni. Doit être encodé en base64 ou de la forme TYPE:residual. + + + Sync credentials cache + Credentials cache de synchronisation + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + Credentials cache utilisé pour s'authentifier au KDC pour synchroniser. Optional si un mot de passe de synchronisation ou une keytab de synchronisation est fourni. Doit être de la forme TYPE:residual. + + + SPNEGO settings + Paramètres SPNEGO + + + SPNEGO server name + Nom de serveur SPNEGO + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + Force l'utilisation d'un nom de serveur spécifique pour SPNEGO. Doit être de la forme HTTP@hostname + + + SPNEGO keytab + Keytab SPNEGO + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + Keytab utilisée pour SPNEGO. Optional si un credentials cache SPNEGO est fourni. Doit être encodé en base64 ou de la forme TYPE:residual. + + + SPNEGO credentials cache + Credentials cache SPNEGO + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + Credentials cache utilisé pour SPNEGO. Optional si une keytab SPNEGO est fournie. Doit être de la forme TYPE:residual. + + + Kerberos Attribute mapping + Mappage d'attributs Kerberos + + + Property mappings for user creation. + Mappages de propriété utilisés lors de la création d'utilisateurs + + + Property mappings for group creation. + Mappages de propriétés utilisés lors de la création des groupes + + + Flow to use when authenticating existing users. + Flux à utiliser pour authentifier les utilisateurs existants. + + + Enrollment flow + Flux d'inscription + + + Flow to use when enrolling new users. + Flux à utiliser pour inscrire les nouveaux utilisateurs. + + + Additional settings + Paramètres additionnels + + + User path + Chemin utilisateur + + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + Le mot de passe de connexion est synchronisé depuis LDAP vers authentik automatiquement. Activez cette option seulement pour enregistrer les changements de mots de passe dans authentik jusqu'au LDAP. + + + Sync groups + Synchroniser les groupes + + + Delete Not Found Objects + Supprimer les objets introuvables + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + Supprimer les utilisateurs et les groupes authentik qui étaient auparavant fournis par cette source, mais qui en sont maintenant absents. + + + Connection settings + Paramètres de connexion + + + Server URI + URI du serveur + + + Specify multiple server URIs by separating them with a comma. + Spécifiez plusieurs URIs de serveurs en les séparant par une virgule. + + + Enable StartTLS + Activer StartTLS + + + To use SSL instead, use 'ldaps://' and disable this option. + Pour utiliser SSL à la base, utilisez "ldaps://" et désactviez cette option. + + + Use Server URI for SNI verification + Utiliser l'URI du serveur pour la vérification SNI + + + Required for servers using TLS 1.3+ + Requis pour les serveurs utilisant TLS 1.3+ + + + TLS Verification Certificate + Certificat de vérification TLS + + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + Lors de la connexion avec un serveur LDAP avec TLS, les certificats ne sont pas vérifiés par défaut. Spécifiez une paire de clés pour vérifier le certificat distant. + + + TLS Client authentication certificate + Certificat TLS d'authentification client + + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + Certificat client pour authentifier auprès du certificat du serveur LDAP. + + + Bind CN + Bind DN + + + LDAP Attribute mapping + Mappage des attributs LDAP + + + Parent group for all the groups imported from LDAP. + Groupe parent pour tous les groupes LDAP + + + Additional User DN + DN utilisateur supplémentaire + + + Additional user DN, prepended to the Base DN. + DN à préfixer au DN de base pour les utilisateurs + + + Additional Group DN + DN groupe supplémentaire + + + Additional group DN, prepended to the Base DN. + DN à préfixer au DN de base pour les groupes + + + User object filter + Filtre des objets utilisateur + + + Consider Objects matching this filter to be Users. + Les objets appliqués à ce filtre seront des utilisateurs. + + + Group object filter + Filtre d'objets de groupe + + + Consider Objects matching this filter to be Groups. + Les objets appliqués à ce filtre seront des groupes. + + + Group membership field + Champ d'appartenance au groupe + + + Field which contains members of a group. The value of this field is matched against User membership attribute. + Champ qui contient les membres d'un groupe. La valeur de ce champ est comparée à l'attribut d'appartenance de l'utilisateur. + + + User membership attribute + Attribut d'appartenance de l'utilisateur + + + Attribute which matches the value of Group membership field. + Attribut qui correspond à la valeur du champ Appartenance au groupe. + + + Lookup using user attribute + Recherche avec un attribut utilisateur + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + Champ contenant les DN des groupes dont l'utilisateur est membre. Ce champ est utilisé pour rechercher les groupes d'un utilisateur, par exemple 'memberOf'. Pour rechercher les groupes imbriqués dans un environnement Active Directory, utilisez 'memberOf:1.2.840.113556.1.4.1941:'. + + + Object uniqueness field + Champ d'unicité de l'objet + + + Field which contains a unique Identifier. + Champ qui contient un identifiant unique. + + + HTTP Basic Auth + HTTP Basic Auth + + + Include the client ID and secret as request parameters + Inclure le client ID et secret comme paramètres de la requête + + + Plain + En clair + + + S256 + S256 + + + URL settings + Paramètres d'URL + + + Authorization URL + URL d'autorisation + + + URL the user is redirect to to consent the authorization. + URL vers laquelle l'utilisateur est redirigé pour consentir l'autorisation. + + + Access token URL + URL du jeton d'accès + + + URL used by authentik to retrieve tokens. + URL utilisée par authentik pour récupérer les jetons. + + + Profile URL + URL de profil + + + URL used by authentik to get user information. + URL utilisée par authentik pour obtenir des informations sur l'utilisateur. + + + Request token URL + URL du jeton de requête + + + URL used to request the initial token. This URL is only required for OAuth 1. + URL utilisée pour demander le jeton initial. Cette URL est uniquement requise pour OAuth 1. + + + OIDC Well-known URL + OIDC Well-known URL + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + URL de configuration well-known de OIDC. Peut être utilisé pour configurer automatiquement les URL ci-dessus. + + + OIDC JWKS URL + OIDC JWKS URL + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + URL de la clé Web JSON. Les clés de l'URL seront utilisées pour valider les JWTs de cette source. + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + Données JWKS brutes. + + + PKCE Method + Méthode PKCE + + + Configure Proof Key for Code Exchange for this source. + Configurer Proof Key for Code Exchange pour cette source. + + + Authorization code authentication method + Méthode d'authentification pour authorization_code + + + How to perform authentication during an authorization_code token request flow + Comment effectuer l'authentification lors d'une demande de jeton pour le flux authorization_code + + + Consumer key + Clé consumer + + + Also known as Client ID. + Également appelé Client ID. + + + Consumer secret + Secret consumer + + + Also known as Client Secret. + Également appelé Client Secret. + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + Champs supplémentaires à transmettre au fournisseur OAuth, séparés par des espaces. Pour remplacer les champs existants, préfixez-les par *. + + + OAuth Attribute mapping + Mappage des attributs OAuth + + + Load servers + Charger les serveurs + + + Re-authenticate with Plex + Se ré-authentifier avec Plex + + + Allow friends to authenticate via Plex, even if you don't share any servers + Autoriser les amis à s'authentifier via Plex, même si vous ne partagez aucun serveur + + + Allowed servers + Serveurs autorisés + + + Select which server a user has to be a member of to be allowed to authenticate. + Sélectionnez de quel serveur un utilisateur doit être un membre pour être autorisé à s'authentifier. + + + Plex Attribute mapping + Mappage des attributs Plex + + + Verify Assertion Signature + Vérifier la signature de l'assertion + + + When enabled, authentik will look for a Signature inside of the Assertion element. + Lorsque cette option est activée, authentik recherchera une signature à l'intérieur de l'élément Assertion. + + + Verify Response Signature + Vérifier la signature de la réponse + + + When enabled, authentik will look for a Signature inside of the Response element. + Lorsque cette option est activée, authentik recherchera une signature à l'intérieur de l'élément Response. + + + SSO URL + URL SSO + + + URL that the initial Login request is sent to. + URL de destination de la requête initiale de login. + + + SLO URL + URL SLO + + + Optional URL if the IDP supports Single-Logout. + URL optionnelle si le fournisseur d'identité supporte Single-Logout. + + + Also known as Entity ID. Defaults the Metadata URL. + Aussi appelé Entity ID. URL de métadonnée par défaut. + + + Binding Type + Type de liaison + + + Redirect binding + Redirection + + + Post-auto binding + Liaison Post-automatique + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + Liaison Post mais la demande est automatiquement envoyée et l'utilisateur n'a pas à confirmer. + + + Post binding + Post + + + Signing keypair + Paire de clés de signature + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + Paire de clés utilisée pour signer le requêtes sortantes. Laisser vide pour désactiver la signature. + + + Allow IDP-initiated logins + Autoriser les connexions initiées par IDP + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + Autoriser les flux d'authentification initiés par l'IdP. Cela peut présenter un risque de sécurité, aucune validation de l'ID de la requête n'est effectuée. + + + NameID Policy + Politique NameID + + + Delete temporary users after + Supprimer les utilisateurs temporaires après + + + 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. + Moment où les utilisateurs temporaires doivent être supprimés. Cela ne s'applique que si votre IDP utilise le format NameID "transient" et que l'utilisateur ne se déconnecte pas manuellement. + + + When selected, encrypted assertions will be decrypted using this keypair. + Si activé, les assertions chiffrées seront déchiffrées en utilisant cette paire de clés. + + + SAML Attribute mapping + Mappage d'attributs SAML + + + Pre-authentication flow + Flux de pré-authentification + + + Flow used before authentication. + Flux à utiliser avant authentification. + + + SCIM Attribute mapping + Mappage d'attributs SCIM + + + Bot username + Nom d'utilisateur du bot + + + Bot token + Jeton du bot + + + Request access to send messages from your bot + Demander l'accès pour envoyer des messages depuis le bot + + + Telegram Attribute mapping + Mappage d'attributs Telegram + + + New source + Nouvelle source + + + Create a new source. + Créer une nouvelle source. + + + Federation and Social login + Fédération & Connection Sociale + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + Sources d'identités, qui peuvent soit être synchronisées dans la base de données d'authentik, soit être utilisées par les utilisateurs pour s'authentifier et s'inscrire. + + + Source(s) + Source(s) + + + Disabled + Désactivé + + + Built-in + Intégré + + + Kerberos Source is in preview. + La source Kerberos est en aperçu. + + + Update Kerberos Source + Mettre à jour la source Kerberos + + + Connectivity + Connectivité + + + Global status + État global + + + Vendor + Fournisseur + + + Update LDAP Source + Mettre à jour la source LDAP + + + OAuth Source + Source OAuth + + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + Les mappages de groupes ne peuvent être vérifiés que si un utilisateur est déjà connecté lorsqu'il essaie d'accéder à cette source. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Les mappages d'utilisateurs ne peuvent être vérifiés que si un utilisateur est déjà connecté lorsqu'il essaie d'accéder à cette source. + + + Generic OpenID Connect + Connection OpenID Générique + + + Unknown provider type + Type de fournisseur inconnu + + + Callback URL + URL de rappel + + + Access Key + Clé d'accès + + + Update OAuth Source + Mettre à jour la source OAuth + + + Diagram + Diagramme + + + Policy Bindings + Liaisons des politiques + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + Ces liaisons contrôlent les utilisateurs qui peuvent accéder à cette source. + Vous ne pouvez utiliser que des politiques ici, car l'accès est vérifié avant que l'utilisateur ne soit authentifié. + + + Update Plex Source + Mettre à jour la source Plex + + + Update SAML Source + Mettre à jour la source SAML + + + Update SCIM Source + Mettre à jour la source SCIM + + + SCIM Base URL + URL de base SCIM + + + Click to copy token + Cliquer pour copier le jeton + + + Telegram bot + Bot Telegram + + + Update Telegram Source + Mettre à jour la source Telegram + + + Successfully updated mapping. + Mappage mis à jour avec succès. + + + Successfully created mapping. + Mappage créé avec succès + + + Unconfigured + Non-configuré + + + This option will not be changed by this mapping. + Cette option ne sera pas changée par ce mappage. + + + General settings + Paramètres généraux + + + Password + Mot de passe + + + RDP settings + Paramètres RDP + + + Ignore server certificate + Ignorer le certificat serveur + + + Enable wallpaper + Activer le fond d'écran + + + Enable font-smoothing + Activer le lissage des polices d'écriture + + + Enable full window dragging + Activer le déplacement dans toute la fenêtre + + + SAML Attribute Name + Nom d'attribut SAML + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + Nom de l'attribut utilisé pour les assertions SAML. Peut être un OID URN, une référence à un schéma ou tout autre valeur. Si ce mappage de propriété est utilisé pour la propriété NameID, cette valeur est ignorée. + + + Friendly Name + Nom amical + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + Indiquer la valeur "FriendlyName" de l'attribut d'assertion (optionnel) + + + Scope name + Nom de la portée + + + Scope which the client can specify to access these properties. + Portée que le client peut spécifier pour accéder à ces propriétés. + + + Description shown to the user when consenting. If left empty, the user won't be informed. + Description montrée à l'utilisateur lors de l'approbation. Aucune information présentée à l'utilisateur si laissé vide. + + + Example context data + Exemple contextuel de données + + + Active Directory User + Utilisateur Active Directory + + + Active Directory Group + Groupe Active Directory + + + New property mapping + Nouveau mappage de propriété + + + Create a new property mapping. + Créer un nouveau mappage de propriétés. + + + Property Mappings + Mappages de propriété + + + Control how authentik exposes and interprets information. + Contrôle comment authentik expose et interprète les informations + + + Property Mapping(s) + Mappage(s) de propriété + + + Test Property Mapping + Tester le mappage de propriété + + + Hide managed mappings + Cacher les mappages gérés + + + Identifier + Identifiant + + + Unique identifier the token is referenced by. + Identifiant unique par lequel le jeton est référencé. + + + Intent + Intention + + + API Token + Jeton API + + + Used to access the API programmatically + Utilisé pour accéder à l'API de manière programmatique + + + App password. + Mot de passe de l'application. + + + Used to login using a flow executor + Utilisé pour se connecter à l'aide d'un exécuteur de flux + + + Tokens + Jetons + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + Les jetons sont utilisés dans authentik pour les étapes de validation des courriels, les clés de récupération et l'accès aux API. + + + Token(s) + Jeton(s) + + + Create Token + Créer un jeton + + + Token is managed by authentik. + Jeton géré par authentik + + + Update Token + Mettre à jour le jeton + + + Editing is disabled for managed tokens + L'édition est désactivée pour les jetons gérés + + + Successfully updated brand. + Marque mise à jour avec succès. + + + Successfully created brand. + Marque créée avec succès. + + + Domain + Domaine + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + La correspondante est effectuée sur le suffixe du domaine ; si vous entrez domain.tld, foo.domain.tld sera également inclus. + + + Use this brand for each domain that doesn't have a dedicated brand. + Utilisez cette marque pour chaque domaine qui ne dispose pas d'une marque dédiée. + + + Branding settings + Paramètres de marque + + + Title + Titre + + + Branding shown in page title and several other places. + Image de marque utilisée dans le titre de la page et dans d'autres endroits + + + Logo + Logo + + + Logo shown in sidebar/header and flow executor. + Logo affiché dans la barre latérale, l'en-tête et dans l'exécuteur de flux. + + + Favicon + Favicon + + + Icon shown in the browser tab. + Icône affichée dans l'onglet du navigateur. + + + Default flow background + Arrière-plan des flux par défaut + + + Default background used during flow execution. Can be overridden per flow. + Arrière plan utilisé lors de l'exécution des flux. Peut être personnalisé au niveau de chaque flux. + + + Custom CSS + CSS personnalisé + + + Custom CSS to apply to pages when this brand is active. + CSS personnalisé à appliquer sur les pages lorsque cette marque est active. + + + External user settings + Paramètres des utilisateurs externes + + + Default application + Application par défaut + + + Select an application... + Sélectionner une application... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + Si configuré, les utilisateurs externes seront redirigés vers cette application lorsqu'ils ne tentent pas d'accéder à une application différente. + + + Default flows + Flux par défaut + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + Flux utilisé pour authentifier les utilisateurs. S'il est laissé vide, le premier flux applicable trié par le slug est utilisé. + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + Flux utilisé pour la déconnexion. S'il est laissé vide, le premier flux applicable trié par le slug est utilisé. + + + Recovery flow + Flux de récupération + + + Select a recovery flow... + Sélectionnez un flux de récupération... + + + Unenrollment flow + Flux de désinscription + + + Select an unenrollment flow... + Sélectionner un flux de désinscription... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + Si défini, les utilisateurs peuvent se désinscrire à l'aide de ce flux. Si aucun flux n'est défini, l'option n'est pas affichée. + + + User settings flow + Flux de paramètres utilisateur + + + Select a user settings flow... + Sélectionner un flux de paramètres utilisateur... + + + If set, users are able to configure details of their profile. + Si défini, les utilisateurs sont capables de modifier les informations de leur profil. + + + Device code flow + Flux de code de l'appareil + + + Select a device code flow... + Sélectionnez un flux de code de l'appareil... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + S'il est activé, le profil OAuth Device Code peut être utilisé et le flux sélectionné sera utilisé pour saisir le code. + + + Other global settings + Autres paramètres globaux + + + Web Certificate + Certificat Web + + + Client Certificates + Certificats clients + + + Available Certificates + Certificats disponibles + + + Selected Certificates + Certificats sélectionnés + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + Définir des attributs personnalisés en utilisant YAML ou JSON. Tous les attributs définis ici seront hérités par les utilisateurs, si la demande est traitée par cette marque. + + + Search by domain or brand name... + Rechercher par domaine ou nom de marque + + + Brands + Marques + + + Configure visual settings and defaults for different domains. + Configure le paramètres visuels et par défaut des différents domaines. + + + Brand name + Nom de la marque + + + Default? + Par défaut ? + + + Brand(s) + Marque(s) + + + Update Brand + Mettre à jour la marque + + + Create Brand + Créer une marque + + + New Brand + Nouvelle marque + + + Policies + Politiques + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + Permettre aux usagers l'utilisation d'applications sur la base de leurs propriétés, appliquer les critères de robustesse des mots de passe et sélectionner les flux applicables. + + + Assigned to object(s). + Assigné à + objet(s). + + + Warning: Policy is not assigned. + Avertissement : la politique n'est pas assignée. + + + Test Policy + Tester la politique + + + Policy / Policies + Politique/s + + + Successfully cleared policy cache + Cache de politique vidé avec succès + + + Failed to delete policy cache + Impossible de vider le cache de politique + + + Clear Policy cache + Vider le cache de politique + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + Êtes-vous sûr de vouloir vider le cache des politiques ? Cela entraînera la réévaluation de toutes les politiques lors de leur prochaine utilisation. + + + Reputation scores + Scores de Réputation + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + Réputations pour chaque IP et identifiant utilisateur. Les scores sont décrémentés à chaque connexion échouée et incrémentés pour chaque connexion réussie. + + + IP + IP + + + Score + Note + + + Updated + Mis à Jour + + + Reputation + Réputation + + + Search for a group by name… + Rechercher un groupe par nom… + + + Group Search + Recherche de groupe + + + Groups + Groupes + + + Group users together and give them permissions based on the membership. + Regroupez les utilisateurs et donnez-leur des autorisations en fonction de leur appartenance. + + + Parent + Parent + + + Superuser privileges? + Privilèges de super-utilisateur ? + + + Group(s) + Groupe(s) + + + View details of group "" + Afficher les détails du groupe &quot;&quot; + + + Create Group + Créer un groupe + + + New Group + Nouveau groupe + + + Create group + Créer un groupe + + + Create and assign a group with the same name as the user. + Créer et attribuer un groupe portant le même nom que l'utilisateur. + + + Whether the token will expire. Upon expiration, the token will be rotated. + Si le jeton expire. À l'expiration, le jeton sera renouvelé. + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + Utilisez le nom d'utilisateur et le mot de passe ci-dessous pour vous authentifier. Le mot de passe peut être récupéré plus tard sur la page Jetons. + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + Valide pendant 360 jours, après quoi le mot de passe sera alterné automatiquement. Vous pouvez copier le mot de passe depuis la liste des jetons. + + + Are you sure you want to delete ? + + + The following objects use + Les objets suivants utilisent + + + + connecting object will be deleted + L'objet connecté sera supprimé + + + Successfully updated + Mise à jour effectuée avec succès + + + Failed to update : + Échec de la mise à jour de + : + + + + Are you sure you want to update ? + + + Impersonating user... + Usurpation d'identité... + + + This may take a few seconds. + Cela peut prendre quelques secondes. + + + Reason + Raison + + + Reason for impersonating the user + Raison pour l'usurpation d'identité + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + Une brève explication des raisons pour lesquelles vous usurpez l'identité de l'utilisateur. Ceci sera inclus dans les journaux d'audit. + + + New Password + Nouveau mot de passe + + + Successfully updated password. + Le mot de passe a été mis à jour avec succès. + + + Successfully sent email. + Courriel envoyé avec succès + + + Email stage + Étape courriel + + + Successfully added user(s). + L'ajout d'utilisateur(s) a été effectué avec succès. + + + Users + Utilisateurs + + + Open user selection dialog + Ouvrir la boîte de dialogue de sélection d'utilisateur + + + Add users + Ajouter des utilisateurs + + + Group User Search + Recherche d'utilisateurs de groupe + + + Group Users + Utilisateurs du groupe + + + User(s) + Utilisateur(s) + + + Remove Users(s) + Retirer le/les utilisateur(s) + + + removed + supprimé + + + Are you sure you want to remove the selected users from the group ? + Êtes-vous sûr de vouloir supprimer les utilisateurs sélectionnés du groupe + ? + + + Impersonate + Usurper l'identité + + + Temporarily assume the identity of this user + Temporairement se faire passer pour cet utilisateur + + + User status + Statut utilisateur + + + Inactive + Inactif + + + Regular user + Utilisateur normal + + + Change status + Changer le statut + + + Deactivate + Désactiver + + + Activate + Activer + + + Update password + Mettre à Jour le mot de passe + + + Update 's password + Mettre à jour le mot de passe de + + + Set password + Définir le mot de passe + + + Successfully generated recovery link + Lien de récupération généré avec succès + + + Copy recovery link + Copier le lien de récupération + + + Send link + Envoyer un lien + + + Send recovery link to user + Envoyer le lien de récupération à l'utilisateur + + + Email recovery link + Lien de récupération courriel + + + Recovery link cannot be emailed, user has no email address saved. + Le lien de récupération ne peut pas être envoyé par courriel, l'utilisateur n'a aucune adresse courriel enregistrée. + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + Pour laisser les utilisateurs réinitialiser leur mot de passe, configurez un flux de récupération sur la marque actuelle. + + + Assign Additional Users + Attribuer des utilisateurs supplémentaires + + + Warning: This group is configured with superuser access. Added users will have superuser access. + Avertissement : Ce groupe est configuré avec un accès superutilisateur. Les utilisateurs ajoutés auront un accès superutilisateur. + + + Add existing user + Ajouter un utilisateur existant + + + Add new user + Ajouter un nouvel utilisateur + + + Create User + Créer un utilisateur + + + New User + Nouvel utilisateur + + + This user will be added to the group "". + Cet utilisateur sera ajouté au groupe &quot;&quot;. + + + New user... + Nouvel utilisateur... + + + Create Service Account + Créer un compte de service + + + New Service Account + Nouveau compte de service + + + New service account... + Nouveau compte de service... + + + Hide service-accounts + Cacher les comptes de service + + + Group Info + Informations de Groupe + + + Notes + Notes + + + Edit the notes attribute of this group to add notes here. + Modifiez l'attribut notes de ce groupe pour ajouter des notes ici. + + + Unnamed + Sans nom + + + Collapse "" + Réduire &quot;&quot; + + + Expand "" + Développer &quot;&quot; + + + Select "" + Sélectionner &quot;&quot; + + + Items of "" + Éléments de &quot;&quot; + + + Root + Racine + + + A copy of this recovery link has been placed in your clipboard + Une copie de ce lien de récupération a été placée dans le presse-papier + + + Search by username, email, etc... + Rechercher par nom d'utilisateur, courriel, etc... + + + User Search + Rechercher d'utilisateur + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + Attention : Vous êtes sur le point de supprimer l'utilisateur auquel vous êtes connecté ( + ). Poursuivez à vos propres risques. + + + Show deactivated users + Montrer les utilisateurs désactivés + + + No name set + Aucun nom défini + + + Create recovery link + Créer un lien de récupération + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + Pour laisser les utilisateurs réinitialiser leur mot de passe, configurez un flux de récupération sur la marque actuelle. + + + User folders + Dossiers utilisateurs + + + User paths + Chemins utilisateur + + + Successfully added user to group(s). + L'utilisateur a été ajouté avec succès au(x) groupe(s). + + + Groups to add + Groupes à ajouter + + + Add group + Ajouter un groupe + + + Remove from Group(s) + Retirer du/des Groupe(s) + + + Are you sure you want to remove user from the following groups? + Êtes-vous sûr de vouloir retirer l'utilisateur + des groupes suivants ? + + + Add Group + Ajouter un groupe + + + Add to existing group + Ajouter à un groupe existant + + + Add new group + Ajouter un nouveau groupe + + + Application authorizations + Autorisations de l'application + + + Revoked? + Révoqué ? + + + Expires + Expire + + + ID Token + ID du jeton + + + Access Tokens(s) + Jeton(s) d'accès + + + Refresh Tokens(s) + Rafraîchir le(s) jeton(s) + + + Last IP + Dernière IP + + + Last used + Utilisé pour la dernière fois + + + Session(s) + Session(s) + + + Expiry + Expiration + + + (Current session) + (Session actuelle) + + + Consent(s) + Approbation(s) + + + Reputation score(s) + Score(s) de réputation + + + Disconnect + Déconnecter + + + Successfully disconnected source + Source déconnectée avec succès + + + Failed to disconnected source: + Erreur de la déconnexion de la source : + + + + Connect + Connecter + + + Error: unsupported source settings: + Erreur : configuration de la source non supportée : + + + + "" source + + + No services available. + Aucun service disponible + + + Source Settings + + + Confirmed + Confirmé + + + Created at + Créé à + + + Last updated at + Mis à jour pour la dernière fois à + + + Last used at + Utilisé pour la dernière fois à + + + Device type cannot be deleted + Le type d'appareil ne peut pas être supprimé + + + Device(s) + Appareil(s) + + + Email + Courriel + + + Last password change + Dernier changement de mot de passe + + + User Info + Info utilisateur + + + Lock the user out of this system + Verrouiller l'utilisateur hors de ce système + + + Allow the user to log in and use this system + Autoriser l'utilisateur à se connecter et à utiliser ce système + + + Enter a new password for this user + Entrer un nouveaux mot de passe pour cet utilisateur + + + Create a link for this user to reset their password + Créer un lien pour que cet utilisateur réinitialise son mot de passe + + + Create Recovery Link + Créer un lien de récupération + + + Sessions + Sessions + + + Explicit Consent + Approbation explicite + + + OAuth Access Tokens + Jetons d'accès OAuth + + + OAuth Refresh Tokens + Jetons de rafraîchissement OAuth + + + MFA Authenticators + Authentificateurs MFA + + + Connected services + Services connectés + + + RAC Connections + Connexions RAC + + + Actions over the last week (per 8 hours) + Actions au cours de la semaine écoulée (par tranche de 8 heures) + + + Edit the notes attribute of this user to add notes here. + Éditer l'attribut notes de cet utilisateur pour ajouter des notes ici. + + + User events + Événements de l'utilisateur + + + Credentials / Tokens + Identifiants / Jetons + + + Successfully updated role. + Rôle mis à jour avec succès. + + + Successfully created role. + Rôle créé avec succès. + + + Manage roles which grant permissions to objects within authentik. + Gérer les rôles qui attribuent des permissions sur les objets au sein d'authentik. + + + Role(s) + Role(s) + + + Update Role + Mettre à jour le rôle + + + Create Role + Créer un rôle + + + Unknown Initial Permissions mode + Mode de permissions initiales inconnu + + + Successfully updated initial permissions. + Permissions initiales mises à jour avec succès. + + + Successfully created initial permissions. + Permissions initiales créées avec succès. + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + Lorsqu'un utilisateur avec le rôle sélectionné crée un objet, les permissions initiales seront appliquées à cet objet, + + + The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. + Les permissions initiales peuvent soit être placées sur l'utilisateur créant l'objet, ou sur le rôle sélectionné au champ précédent. + + + Available Permissions + Permissions disponibles + + + Selected Permissions + Permissions sélectionnées + + + Permissions to grant when a new object is created. + Permissions à attribuer lorsqu'un nouvel objet est créé. + + + Initial Permissions + Permissions initiales + + + Set initial permissions for newly created objects. + Définir des permissions initiales pour les objets nouvellement créés. + + + Update Initial Permissions + Mettre à jour les permissions initiales + + + Create Initial Permissions + Créer des permissions initiales + + + Role Info + Informations du rôle + + + Role + Role + + + Successfully updated invitation. + Invitation mise à jour avec succès + + + Successfully created invitation. + Invitation créée avec succès + + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + Le nom d'une invitation doit être un slug : seuls les lettres minuscules, les chiffres et le tiret sont autorisés ici. + + + Flow + Flux + + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + Si sélectionné, l'invitation ne sera utilisable que dans ce flux. Par défaut l'invitation est acceptée sur tous les flux avec des étapes d'invitation. + + + Custom attributes + Attributs personnalisés + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + Données optionnelles chargées dans la variable contextuelle 'prompt_data' du flux. YAML ou JSON. + + + Single use + Usage unique + + + When enabled, the invitation will be deleted after usage. + Si activée, l'invitation sera supprimée après utilisation. + + + Select an enrollment flow + Sélectionnez un flux d'inscription + + + Link to use the invitation. + Lien pour utiliser l'invitation. + + + Invitations + Invitations + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + Créer des liens d'invitation pour inscrire des utilisateurs et éventuellement imposer certains attributs de leurs compte. + + + Created by + Créé par + + + Invitation(s) + Invitation(s) + + + Invitation not limited to any flow, and can be used with any enrollment flow. + L'invitation n'est limitée à aucun flux, et peut être utilisée avec n'importe quel flux d'inscription. + + + Update Invitation + Mettre à Jour l'invitation + + + Create Invitation + Créer une invitation + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + Attention : aucune étape d’invitation n’a été ajoutée à aucun flux. Les invitations ne fonctionneront pas comme attendu. + + + Pseudolocale (for testing) + Pseudolocale (pour tests) + + + German + Allemand + + + English + Anglais + + + Spanish + Espagnol + + + French + Français + + + Italian + Italien + + + Japanese + + + Korean + Coréen + + + Dutch + Néerlandais + + + Polish + Polonais + + + Russian + Russe + + + Turkish + Turque + + + Chinese (simplified) + Chinois (simplifié) + + + Chinese (traditional) + Chinois (traditionnel) + + + Not you? + Pas vous ? + + + Auto-detect (based on your browser) + Détection automatique (basée sur votre navigateur) + + + Required. + Obligatoire. + + + Continue + Continuer + + + Failed to preview prompt + Échec de la prévisualisation de l'invite + + + Successfully updated prompt. + Invite mise à jour avec succès. + + + Successfully created prompt. + Invite créée avec succès. + + + Text: Simple Text input + Texte : simple champ texte + + + Text Area: Multiline text input + Zone de Texte : Entrée de Texte multiligne + + + Text (read-only): Simple Text input, but cannot be edited. + Texte (lecture seule) : Texte Simple, mais ne peut être édité. + + + Text Area (read-only): Multiline text input, but cannot be edited. + Zone de Texte (lecture seule) : Entrée de Texte multiligne, mais ne peut pas être édité. + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + Nom d'utilisateur : Identique à la saisie de texte, mais vérifie et empêche les noms d'utilisateur en double. + + + Email: Text field with Email type. + Courriel : champ texte de type adresse courriel + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + Mot de Passe : Entrée masquée, plusieurs entrées de ce type sur une même page odivent être identiques. + + + Number + Nombre + + + Checkbox + Case à cocher + + + Radio Button Group (fixed choice) + Group de boutons radio (choix fixe) + + + Dropdown (fixed choice) + Menu déroulant (choix fixe) + + + Date + Date + + + Date Time + Date et heure + + + File + Fichier + + + Separator: Static Separator Line + Séparateur : Ligne de séparation statique + + + Hidden: Hidden field, can be used to insert data into form. + Caché : champ caché, peut être utilisé pour insérer des données dans le formulaire. + + + Static: Static value, displayed as-is. + Statique : valeur statique, affichée comme telle. + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: Locales: Affiche la liste des locales supportées par authentik. + + + Preview errors + Prévisualisation des erreurs + + + Data preview + Prévisualisation des données + + + Unique name of this field, used for selecting fields in prompt stages. + Nom unique de ce champ, utilisé pour sélectionner les champs dans les étapes de demande + + + Field Key + Clé du champ + + + Name of the form field, also used to store the value. + Nom du champ de formulaire utilisé pour enregistrer la valeur + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + Lorsqu’utilisé avec une étape Écriture Utilisateur, utilise attributes.foo pour écrire les attributs. + + + Label + Libellé + + + Label shown next to/above the prompt. + Libellé affiché à côté/au-dessus du champ. + + + Interpret placeholder as expression + Interpréter le placeholder comme une expression + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + Lorsque sélectionné, le placeholder sera évalué de la même manière qu'un mappage de propriété. + Si l'évaluation échoue, le placeholder sera retourné. + + + Placeholder + Par défaut + + + 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. + Founir en option une courte aide qui décrit l'entrée attendue. + Lors de la création d'un champ à choix fixe, active l'interprétation comme expressions et retourne une + une liste de choix multiples. + + + Interpret initial value as expression + Interpréter la valeur initiale comme une expression + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + Lorsque sélectrionné, la valeur initiale sera évaluée de la même manière qu'un mappage de propriété. + Si l'évaluation échoue, la valeur initiale sera retournée. + + + Initial value + Valeur initiale + + + 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. + Éventuellement remplir le champ avec une valeur initiale. + Lors de la création d'un champ à choix fixes, activer l'interprétation en tant qu'expression et + renvoyer une liste des choix par défaut. + + + Help text + Texte d'aide + + + Any HTML can be used. + N'importe quel HTML peut être utilisé. + + + Prompts + Invites + + + Single Prompts that can be used for Prompt Stages. + Invites simples qui peuvent être utilisés pour les étapes d'invite. + + + Field + Champ + + + Stages + Étapes + + + Prompt(s) + Invite(s) + + + Update Prompt + Mettre à jour l'invite + + + Create Prompt + Créer une invite + + + Successfully updated stage. + Étape mise à jour avec succès + + + Successfully created stage. + Étape créée avec succès + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Étape de configuration d'un authentificateur Duo. Cette étape devrait être utilisée en flux de configuration. + + + Authenticator type name + Nom du type d'authentificateur + + + Display name of this authenticator, used by users when they enroll an authenticator. + Affiche le nom de cet authentificateur, utilisé par les utilisateurs quand ils inscrivent un authentificateur. + + + API Hostname + Nom d'hôte de l'API + + + Duo Auth API + API d'Authentification Duo + + + Integration key + Clé d'intégration + + + Secret key + Clé secrète + + + Duo Admin API (optional) + API Administrateur Duo (optionnel) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + Lors de l'utilisation d'un abonnement Duo MFA, Access ou Beyond, une application pour l'Admin API peut être créée. Cela permettra à authentik d'importer les appareils automatiquement. + + + Stage-specific settings + Paramètres propres à l'étape + + + Configuration flow + Flux de configuration + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + Flux utilisé par un utilisateur authentifié pour configurer cette étape. S'il est vide, l'utilisateur ne sera pas en mesure de le configurer. + + + SMTP Host + Hôte SMTP + + + SMTP Port + Port SMTP + + + SMTP Username + Utilisateur SMTP + + + SMTP Password + Mot de passe SMTP + + + Use TLS + Utiliser TLS + + + Use SSL + Utiliser SSL + + + From address + Adresse d'origine + + + Email address the verification email will be sent from. + Adresse courriel depuis laquelle le courriel de vérification sera envoyé. + + + Stage used to configure an email-based authenticator. + Étape utilisée pour configurer un authentificateur courriel. + + + Use global connection settings + Utiliser les paramètres de connexion globaux + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + Si activé, les paramètres globaux de connexion courriel seront utilisés et les paramètres de connexion ci-dessous seront ignorés. + + + Subject of the verification email. + Objet du courriel de vérification. + + + Token expiration + Expiration du jeton + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + Durée de validité du jeton envoyé (Format : hours=3,minutes=17,seconds=300). + + + Template + Modèle + + + Loading templates... + Chargement des modèles... + + + Template used for the verification email. + Modèle utilisé pour le courriel de vérification. + + + Twilio Account SID + SID de Compte Twilio + + + Get this value from https://console.twilio.com + Obtenez cette valeur depuis https://console.twilio.com + + + Twilio Auth Token + Jeton d'Authentification Twilio + + + Authentication Type + Type d'authentification + + + Basic Auth + Authentification Basique + + + Bearer Token + Bearer Token + + + External API URL + URL d'API externe + + + This is the full endpoint to send POST requests to. + Ceci est le point de terminaison complet vers lequel il faut envoyer des requêtes POST + + + API Auth Username + Nom d'utilisateur de l'API d'Authentification + + + This is the username to be used with basic auth or the token when used with bearer token + Ceci est le nom d'utilisateur à utiliser pour de l'authentification basique ou le token à utiliser en avec Bearer token + + + API Auth password + Mot de passe de l'API d'Authentification + + + This is the password to be used with basic auth + Ceci est le mot de passe à utiliser pour l'authentification basique + + + Stage used to configure an SMS-based TOTP authenticator. + Étape utilisée pour configurer un authentificateur TOTP par SMS. + + + Twilio + Twilio + + + Generic + Générique + + + From number + Numéro Expéditeur + + + Number the SMS will be sent from. + Numéro depuis lequel le SMS sera envoyé. + + + Mapping + Mappage + + + Modify the payload sent to the provider. + Modifier le contenu envoyé au fournisseur. + + + Hash phone number + Hacher le numéro de téléphone + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + Si activé, seul un hash du numéro de téléphone sera sauvegarder. Cela peut être fait pour des raisons de protection des données personnelles. Les appareils créés depuis une étape ayant cette option activée ne peuvent pas être utilisés avec l'étape de validation d'authentificateur. + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + Étape de configuration d'un authentificateur statique (jetons statiques). Cette étape devrait être utilisée en flux de configuration. + + + Token count + Compteur jeton + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + Le nombre de jetons générés lorsque cette étape est utilisée. Chaque jeton généré par exécution de l'étape sera rattaché à un seul appareil statique. + + + Token length + Longueur du jeton + + + The length of the individual generated tokens. Can be increased to improve security. + La taille d'un des jetons généré. Peut être augmenté pour améliorer la sécurité. + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + Étape utilisée pour configurer un authentificateur TOTP (comme Authy ou Google Authenticator).L + + + Digits + Chiffres + + + 6 digits, widely compatible + 6 chiffres, largement compatible + + + 8 digits, not compatible with apps like Google Authenticator + 8 chiffres, incompatible avec certaines applications telles que Google Authenticator + + + Static Tokens + Jetons statiques + + + TOTP Authenticators + Authentificateur TOTP + + + WebAuthn Authenticators + Authentificateurs WebAuthn + + + Duo Authenticators + Authentificateurs Duo + + + SMS-based Authenticators + Authenticatificateurs basé sur SMS + + + Email-based Authenticators + Authenticatificateurs basé sur courriel + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + Étape utilisée pour valider tout type d'authentificateur. Cette étape devrait être utilisée en flux d'authentification ou d'autorisation. + + + Device classes + Classes d'équipement + + + Device classes which can be used to authenticate. + Classe d'équipement qui peut être utilisé pour s'authentifier + + + Last validation threshold + Seuil de dernière validation + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + Si un utilisateur s'est authentifié avec succès avec un type d'appareil contenu dans ceux listés ci-dessus dans le temps configuré ici, cette étape sera passée. + + + Not configured action + Action non configurée + + + Force the user to configure an authenticator + Obliger l'utilisateur à configurer un authentificateur + + + Deny the user access + Refuser l'accès à l'utilisateur + + + Configuration stages + Étapes de Configuration + + + Available Stages + Étapes disponibles + + + Selected Stages + Étapes sélectionnées + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + Étapes utilisées pour configurer Authentifcateur (Authenticator) lorsque l’utilisateur n’a pas d’appareil compatible. Une fois cette étape passée, l’utilisateur ne sera pas sollicité de nouveau. + + + When multiple stages are selected, the user can choose which one they want to enroll. + Lorsque plusieurs étapes sont sélectionnées, les utilisateurs peuvent choisir celle qu’ils souhaient utiliser pour s’enrôler. + + + WebAuthn-specific settings + Réglages spécifiques à WebAuthn + + + WebAuthn User verification + Vérification Utilisateur WebAuthn + + + User verification must occur. + La vérification utilisateur doit avoir lieu. + + + User verification is preferred if available, but not required. + La vérification utilisateur est préférée si disponible, mais non obligatoire. + + + User verification should not occur. + La vérification utilisateur ne doit pas avoir lieu. + + + WebAuthn Device type restrictions + Restrictions de type d'appareil WebAuthn + + + Available Device types + Types d'appareil disponibles + + + Selected Device types + Types d'appareil sélectionnés + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + Optionnel, restreindre quels types d'appareil WebAuthn peuvent être utilisés. Lorsqu'aucun type d'appareil n'est sélectionné, tout les appareils sont autorisés. + + + This restriction only applies to devices created in authentik 2024.4 or later. + Les restrictions ne s'appliquent qu'aux appareils créés dans authentik 2024.4 ou ultérieur. + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + Étape de configuration d'un authentificateur WebAuthn (Yubikey, FaceID/Windows Hello). + + + User verification + Vérification Utilisateur + + + Required: User verification must occur. + Requis : la vérification de l'utilisateur doit être présente. + + + Preferred: User verification is preferred if available, but not required. + Préféré : la vérification de l'utilisateur est préférable si disponible, mais n'est pas obligatoire. + + + Discouraged: User verification should not occur. + Non recommandé : la vérification de l'utilisateur ne devrait pas être présente. + + + Resident key requirement + Exigence de clé résidente + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + Requis: L'authentificateur DOIT créer un identifiant dédié. S'il ne peut pas, le RP est préparé à ce qu'une erreur se produise + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + Préféré : l'authentificateur peut créer et stocker un identifiant dédié, mais si ce n'est pas le cas, ce n'est pas grave + + + Discouraged: The authenticator should not create a dedicated credential + Non recommandé : l'authentificateur ne devrait pas créer des identifiants dédiés + + + Authenticator Attachment + Lien à l'authentificateur + + + No preference is sent + Aucune préférence n'est envoyée + + + A non-removable authenticator, like TouchID or Windows Hello + Un authentificateur inamovible, comme TouchID ou Windows Hello + + + A "roaming" authenticator, like a YubiKey + Un authentificateur "itinérant", comme une YubiKey + + + Maximum registration attempts + Nombre maximal de tentatives d'inscription + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + Nombre maximal de tentatives d'enregistrement autorisées. Si la valeur est 0, les tentatives ne sont pas limitées. + + + Device type restrictions + Restrictions de type d'appareil + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + Cette étape vérifie la session actuelle de l'utilisateur sur le service reCaptcha de Google (ou service compatible). + + + Public Key + Clé publique + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Clé publique, obtenue depuis https://www.google.com/recaptcha/intro/v3.html. + + + Private Key + Clé privée + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Clé privée, acquise auprès de https://www.google.com/recaptcha/intro/v3.html. + + + Interactive + Interactif + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + Activer cette option si le captcha configuré requiert une interaction de l'utilisateur. Requis pour reCATCHA v2, hCaptcha et Cloudflare Turnstile. + + + Score minimum threshold + Seuil minimum du score + + + Minimum required score to allow continuing + Score minimum requis pour continuer + + + Score maximum threshold + Seuil maximum du score + + + Maximum allowed score to allow continuing + Score maximum requis pour continuer + + + Error on invalid score + Erreur sur score invalide + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + Si activé et que le score résultant est hors des seuils, l'utilisateur ne pourra pas continuer. Si désactivé, l'utilisateur pourra continuer et le score pourra être utilisé dans des politiques pour configurer les étapes suivantes. + + + JS URL + URL du JS + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + URL où télécharger le JavaScript, recaptcha par défaut. Peut être remplacé par une alternative compatible. + + + API URL + URL d'API + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + URL utilisée pour valider la réponse captcha, recaptcha par défault. Peut être remplacé par une alternative compatible. + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + Demander le consentement de l'utilisateur. Celui-ci peut être permanent ou expirer dans un délai défini. + + + Always require consent + Toujours exiger l'approbation + + + Consent given lasts indefinitely + L'approbation donnée dure indéfiniment + + + Consent expires + L'approbation expire + + + Consent expires in + L'approbation expire dans + + + Offset after which consent expires. + Décalage après lequel le consentement expire. + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + Refuser statiquement le flux. Pour utiliser cette étape efficacement, désactivez *Évaluer en planification* dans la liaison applicable. + + + Deny message + Message de refus + + + Message shown when this stage is run. + Message affiché lorsque cette étape est exécutée. + + + Dummy stage used for testing. Shows a simple continue button and always passes. + Étape factice utilisée pour les tests. Montre un simple bouton continuer et réussit toujours. + + + Throw error? + Renvoyer une erreur ? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + Vérifier le courriel de l'utilisateur en lui envoyant un lien à usage unique. Peut également être utilisé lors de la récupération afin de vérifier l'authenticité de l'utilisateur. + + + Activate pending user on success + Activer l'utilisateur en attente en cas de réussite + + + When a user returns from the email successfully, their account will be activated. + Lorsqu'un utilisateur revient du courriel avec succès, son compte sera activé. + + + Use global settings + Utiliser les paramètres globaux + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + Si activé, les paramètres globaux de connexion courriel seront utilisés et les paramètres de connexion ci-dessous seront ignorés. + + + Time the token sent is valid. + Temps durant lequel le jeton envoyé est valide. + + + Account Recovery Max Attempts + Nombre maximal de tentatives de récupération de compte + + + Account Recovery Cache Timeout + Délai d'expiration du cache de récupération de compte + + + The time window used to count recent account recovery attempts. + La fenêtre de temps utilisée pour compter les tentatives récentes de récupération de compte. + + + A selection is required + Une sélection est requise + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + Laisser l'utilisateur s'identifier lui-même avec son nom d'utilisateur ou son adresse courriel. + + + User fields + Champs de l'utilisateur + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + Champs avec lesquels un utilisateur peut s'identifier. Si aucun champ n'est sélectionné, l'utilisateur ne pourra utiliser que des sources. + + + Password stage + Étape de mot de passe + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + Si activée, un champ de mot de passe est affiché sur la même page au lieu d'une page séparée. Cela permet d'éviter les attaques par énumération de noms d'utilisateur. + + + Captcha stage + Étape de Captcha + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + Si défini, ajoute la fonctionnalité d'une étape Captcha, mais intégré dans l'étape d'identification. + + + Case insensitive matching + Correspondance insensible à la casse + + + When enabled, user fields are matched regardless of their casing. + Si activé, les champs de l'utilisateur sont mis en correspondance en ignorant leur casse. + + + Pretend user exists + Faire comme si l'utilisateur existe + + + When enabled, the stage will always accept the given user identifier and continue. + Lorsqu'activé, l'étape acceptera toujours l'identifiant utilisateur donné et continuera. + + + Show matched user + Afficher l'utilisateur correspondant + + + 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. + Lorsqu'un nom d'utilisateur/adresse courriel valide a été saisi, et si cette option est active, le nom d'utilisateur et l'avatar de l'utilisateur seront affichés. Sinon, le texte que l'utilisateur a saisi sera affiché. + + + Enable "Remember me on this device" + Activer "Se souvenir de moi sur cet appareil" + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + Si cette option est activée, l'utilisateur peut enregistrer son nom d'utilisateur dans un cookie, ce qui lui permet de passer directement à la saisie de son mot de passe. + + + Source settings + Paramètres de la source + + + Sources + Sources + + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + Sélectionnez les sources à afficher aux utilisateurs pour s'authentifier. Cela affecte uniquement les sources web, pas LDAP. + + + Show sources' labels + Afficher les étiquettes des sources + + + By default, only icons are shown for sources. Enable this to show their full names. + Par défaut, seuls les icônes sont affichés pour les sources, activez cette option pour afficher leur nom complet. + + + Passwordless flow + Flux sans mot de passe + + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + Flux sans mot de passe facultatif, qui sera accessible en bas de page. Lorsque configuré, les utilisateurs peuvent utiliser ce flux pour s'authentifier avec un authentificateur WebAuthn, sans entrer de détails. + + + Optional enrollment flow, which is linked at the bottom of the page. + Flux d'inscription facultatif, qui sera accessible en bas de page. + + + Optional recovery flow, which is linked at the bottom of the page. + Flux de récupération facultatif, qui sera accessible en bas de page. + + + This stage can be included in enrollment flows to accept invitations. + Cette étape peut être incluse dans les flux d'inscription pour accepter les invitations. + + + Continue flow without invitation + Continuer le flux sans invitation + + + 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. + Si activé, cette étape passera à l'étape suivante si aucune invitation n'est donnée. Par défaut, cette étape annule le flux en l'absence d'invitation. + + + Client-certificate/mTLS authentication/enrollment. + Authentification/inscription par certificat client/mTLS. + + + Certificate optional + Certificat facultatif + + + If no certificate was provided, this stage will succeed and continue to the next stage. + Si aucun certificat n'a été fourni, cette étape réussira et passera à l'étape suivante. + + + Certificate required + Certificat requis + + + If no certificate was provided, this stage will stop flow execution. + Si aucun certificat n'a été fourni, cette étape arrêtera l'exécution du flux. + + + Certificate authorities + Autorités de certification + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + Configurez l'autorité de certification par rapport à laquelle les certificats clients sont validés. L'autorité de certification peut également être configurée sur une marque, ce qui permet d'utiliser différentes autorités de certification pour différents domaines. + + + Certificate attribute + Attribut du certificat + + + Common Name + Nom Commun + + + Configure the attribute of the certificate used to look for a user. + Configurez l'attribut du certificat utilisé pour rechercher un utilisateur. + + + User attribute + Attribut utilisateur + + + Configure the attribute of the user used to look for a user. + Configurez l'attribut utilisateur utilisé pour rechercher un utilisateur. + + + User database + standard password + Base de données utilisateurs + mots de passe standards + + + User database + app passwords + Base de données utilisateurs + mots de passes applicatifs + + + User database + LDAP password + Base de données utilisateurs + mot de passe LDAP + + + User database + Kerberos password + Base de données utilisateurs + mot de passe Kerberos + + + Validate the user's password against the selected backend(s). + Valider le mot de passe de l'utilisateur sur le(s) backend(s) sélectionné(s). + + + Backends + Backends + + + Selection of backends to test the password against. + Sélection de backends pour tester le mot de passe. + + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + + Failed attempts before cancel + Échecs avant annulation + + + 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. + Nombre de tentatives dont dispose un utilisateur avant que le flux ne soit annulé. Pour verrouiller l'utilisateur, utilisez une politique de réputation et une étape user_write. + + + Provide users with a 'show password' button. + Fourni un bouton « Montrer le mot de passe » aux utilisateurs. + + + ("", of type ) + (&quot;&quot;, de type ) + + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + Afficher des champs de saisie arbitraires à l'utilisateur, par exemple pendant l'inscription. Les données sont enregistrées dans le contexte du flux sous la variable "prompt_data". + + + Fields + Champs + + + Available Fields + Champs disponibles + + + Selected Fields + Champs sélectionnés + + + Validation Policies + Politiques de validation + + + Available Policies + Politiques disponibles + + + Selected Policies + Politiques sélectionnées + + + Selected policies are executed when the stage is submitted to validate the data. + Les politiques sélectionnées sont exécutées lorsque l'étape est soumise pour valider les données. + + + Redirect the user to another flow, potentially with all gathered context + Rediriger l'utilisateur vers un autre flux, éventuellement avec le contexte + + + Static + Statique + + + Target URL + URL destination + + + Redirect the user to a static URL. + Rediriger l'utilisateur vers une URL statique. + + + Target Flow + Flux destination + + + Redirect the user to a Flow. + Rediriger l'utilisateur vers un flux. + + + Keep flow context + Conserver le contexte du flux + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + Injecte une source OAuth ou SAML dans l’exécution du flux. Cela permet d'effectuer des vérifications additionnelles sur l'utilisateur, ou d'accéder dynamiquement à plusieurs sources pour des identifiants utilisateurs différents (nom d'utilisateur, adresse courriel, etc). + + + Source + Source + + + Resume timeout + Délai de reprise + + + Amount of time a user can take to return from the source to continue the flow. + Durée que l'utilisateur peut prendre pour revenir de la source pour continuer le flux. + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + Supprimer l'utilisateur en attente. ATTENTION, cette étape ne demande aucune confirmation. Utiliser une étape d'approbation pour s'assurer que l'utilisateur ait conscience de ses actions. + + + Log the currently pending user in. + Ouvre la session de l'utilisateur courant. + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + Détermine la durée de la session. La valeur par défaut de 0 seconde signifie que la session dure jusqu'à la fermeture du navigateur. + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + Différents navigateurs gèrent les cookies de session différemment et peuvent ne pas les supprimer même lorsque le navigateur est fermé. + + + See here. + Voir ici. + + + Stay signed in offset + Rester connecté en décalage + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + Si défini à une durée supérieure à 0, l'utilisateur aura la possibilité de choisir de "rester connecté", ce qui prolongera sa session jusqu'à la durée spécifiée ici. + + + Remember device + Se souvenir de cet appareil + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + Si la durée est supérieure à 0, un cookie sera stocké pendant la durée spécifiée, ce qui permettra à authentik de savoir si l'utilisateur se connecte depuis un nouvel appareil. + + + Network binding + Liaison réseau + + + No binding + Pas de liaison + + + Bind ASN + Lier l'ASN + + + Bind ASN and Network + Lier l'ASN et le réseau + + + Bind ASN, Network and IP + Lier l'ASN, le réseau et l'IP + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + Configurer si les sessions créer par cette étape doivent être liées aux réseaux depuis lesquelles elle ont été créées. + + + GeoIP binding + Liaison GeoIP + + + Bind Continent + Lier le continent + + + Bind Continent and Country + Lier le continent et le pays + + + Bind Continent, Country and City + Lier le continent, pays et ville + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + Configurer si les sessions créer par cette étape doivent être liées à la localisation GeoIP depuis lesquelles elle ont été créées. + + + Terminate other sessions + Terminer les autres sessions + + + When enabled, all previous sessions of the user will be terminated. + Lorsqu'activé, toutes les sessions précédentes de l'utilisateur seront terminées. + + + Remove the user from the current session. + Supprimer l'utilisateur de la session actuelle. + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + Écrit toute donnée provenant du contexte du flux 'prompt_data' à l'utilisateur en attente. Si aucun utilisateur + n'est en attente, un nouvel utilisateur est créé avec ces données. + + + Never create users + Ne jamais créer d'utilisateurs + + + When no user is present in the flow context, the stage will fail. + Si aucun utilisateur n'est présent dans le contexte du flux, l'étape va échouer. + + + Create users when required + Créer des utilisateurs si nécessaire + + + When no user is present in the the flow context, a new user is created. + Si aucun utilisateur n'est présent dans le contexte du flux, un nouvel utilisateur est créé. + + + Always create new users + Toujours créer de nouveaux utilisateurs + + + Create a new user even if a user is in the flow context. + Créer un nouvel utilisateur même si un utilisateur est déjà présent dans le contexte du flux. + + + Create users as inactive + Créer des utilisateurs inactifs + + + Mark newly created users as inactive. + Marquer les utilisateurs nouvellements créés comme inactifs. + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + Les utilisateurs internes peuvent être des employées de l'entreprise, qui auront accès à l'ensemble des fonctionnalités entreprise. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + Les utilisateurs externes peuvent être des consultants externes ou des clients B2C (business to customers). Ces utilisateurs n'ont pas accès aux fonctionnalités entreprise. + + + Service accounts should be used for machine-to-machine authentication or other automations. + Les comptes de services devraient être utilisés pour de l'authentification machine-to-machine ou autres automatisations. + + + User type used for newly created users. + Type d'utilisateur pour les utilisateurs nouvellement créés. + + + User path template + Modèle de chemin des utilisateurs + + + Path new users will be created under. If left blank, the default path will be used. + Chemin sous lequel les nouveaux utilisateurs seront créés. Si laissé vide, le chemin par défaut sera utilisé. + + + Newly created users are added to this group, if a group is selected. + Les utilisateurs nouvellement créés sont ajoutés à ce groupe, si un groupe est sélectionné. + + + Target + Cible + + + Stage + Étape + + + Evaluate when flow is planned + Évaluer quand le flux est planifié + + + Evaluate policies during the Flow planning process. + Évaluer les politiques pendant le processus de planification du flux + + + Evaluate when stage is run + Évaluer quand l'étape est exécutée + + + Evaluate policies before the Stage is presented to the user. + Évaluer les politiques avant la présentation de l'étape à l'utilisateur + + + Invalid response behavior + Comportement de réponse invalide + + + Returns the error message and a similar challenge to the executor + Retourne le message d'erreur et un défi similaire à l'exécuteur + + + Restarts the flow from the beginning + Redémarre le flux depuis le début + + + Restarts the flow from the beginning, while keeping the flow context + Redémarre le flux depuis le début, en gardant le contexte du flux + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + Configurer comment l'exécuteur de flux doit gérer une réponse invalide à un défi donné par cette étape d'assignation + + + New stage + Nouvelle étape + + + Create a new stage. + Créer une nouvelle étape. + + + Successfully imported device. + Appareil importé avec succès. + + + The user in authentik this device will be assigned to. + L'utilistateur authentik auquel cet appareil sera assigné. + + + Duo User ID + ID Utilisateur Duo + + + The user ID in Duo, can be found in the URL after clicking on a user. + L'ID utilisateur Duo, peut être trouvé dans l'URL en cliquant sur un utilisateur, + + + Automatic import + Importation automatique + + + Successfully imported devices. + Import réussi de + appareils. + + + Start automatic import + Démarrer l'importation automatique + + + Or manually import + Ou importer manuellement + + + Endpoint Google Chrome Device Trust is in preview. + Le point de terminaison Google Chrome Device Trust est en aperçu technique. + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + Étape utilisée pour vérifier le navigateur des utilisateurs avec le connecteur de confiance des appareils Google Chrome Enterprise. Cette étape peut être utilisée dans les flux d'authentification et d'autorisation. + + + Google Verified Access API + API Google Verified Access + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + Les étapes sont des étapes simples d'un flux au travers duquel un utilisateur est guidé. Une étape peut être uniquement exécutée à l'intérieur d'un flux. + + + Flows + Flux + + + Stage(s) + Étape(s) + + + Import + Importer + + + Import Duo device + Importer un appareil Duo + + + Import devices + Importer des appareils + + + Successfully updated flow. + Flux mis à jour avec succès + + + Successfully created flow. + Flux créé avec succès + + + Shown as the Title in Flow pages. + Afficher comme Titre dans les pages de Flux. + + + Visible in the URL. + Visible dans l'URL + + + Designation + Désignation + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + Détermine l'usage de ce flux. Par exemple, un flux d'authentification est la destination d'un visiteur d'authentik non authentifié. + + + No requirement + Aucun prérequis + + + Require authentication + Requiert une authentification + + + Require no authentication + Requiert l'absence d'authentification + + + Require superuser + Requiert un super-utilisateur + + + Require being redirected from another flow + Requiert d'être redirigé depuis un autre flux + + + Require Outpost (flow can only be executed from an outpost) + Forcer l'utilisation d'un avant-poste (le flux ne pourrait être exécuter que depuis un avant-poste) + + + Required authentication level for this flow. + Niveau d'authentification requis pour ce flux. + + + Behavior settings + Paramètres de comportement + + + Compatibility mode + Mode de compatibilité + + + Increases compatibility with password managers and mobile devices. + Augmente la compatibilité avec les gestionnaires de mots de passe et les appareils mobiles + + + Denied action + Action refusée + + + Will follow the ?next parameter if set, otherwise show a message + Suivra le paramètre ?next si défini, sinon affichera un message + + + Will either follow the ?next parameter or redirect to the default interface + Suivra le paramètre ?next ou redirigera vers l'interface par défaut + + + Will notify the user the flow isn't applicable + Notifiera l'utilisateur que le flux ne s'applique pas + + + Decides the response when a policy denies access to this flow for a user. + Décider de la réponse quand une politique refuse l'accès à ce flux pour un utilisateur. + + + Appearance settings + Paramètres d'apparence + + + Layout + Organisation + + + Background + Arrière-plan + + + Background shown during execution. + Arrière-plan utilisé durant l'exécution. + + + Clear background + Fond vide + + + Delete currently set background image. + Supprimer l'arrière plan actuellement défini + + + Successfully imported flow. + Flux importé avec succès + + + .yaml files, which can be found in the Example Flows documentation + Fichiers .yaml, qui peuvent être trouvés dans la documentation "Example Flows" + + + See more here: + Voir plus ici: + + + Documentation + Documentation + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + Les flux décrivent une succession d'étapes pour authentifier, inscrire ou récupérer un utilisateur. Les étapes sont choisies en fonction des politiques qui leur sont appliquées. + + + Flow(s) + Flux + + + Update Flow + Mettre à jour le flux + + + Execute "" + Éxecuter &quot;&quot; + + + Execute + Exécuter + + + Export "" + Exporter &quot;&quot; + + + Export + Exporter + + + Create Flow + Créer un flux + + + Import Flow + Importer un flux + + + Successfully cleared flow cache + Cache de flux vidé avec succès + + + Failed to delete flow cache + Impossible de vider le cache de flux + + + Clear Flow cache + Vider le cache de flux + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + Êtes-vous sûr de vouloir vider le cache des flux ? + Cela va forcer une ré-évaluation de tous les flux lors de leur prochaine utilisation. + + + Stage binding(s) + Liaison(s) de l'étape + + + Stage type + Type d'étape + + + Edit Stage + Éditer l'étape + + + Update Stage binding + Mettre à jour la liaison de l'étape + + + These bindings control if this stage will be applied to the flow. + Ces liaisons contrôlent si cette étape sera appliquée au flux. + + + No Stages bound + Aucune étape liée + + + No stages are currently bound to this flow. + Aucune étape n'est actuellement liée à ce flux. + + + Create and bind Stage + Créer et lier une étape + + + Create Stage binding + Créer une liaison d'étap + + + Bind existing stage + Lier une étape existante + + + Flow Overview + Aperçu du flux + + + Flow Info + Informations du flux + + + Related actions + Actions apparentées + + + Execute flow + Exécuter le flux + + + Execute "" normally + Exécuter &quot;&quot; normalement + + + Normal + Normal + + + Execute "" as current user + Exécuter &quot;&quot; en tant que l'utilisateur actuel + + + Current user + Utilisateur actuel + + + Execute "" with inspector + Exécuter &quot;&quot; avec l'inspecteur + + + Use inspector + Utiliser l'inspecteur + + + Export flow + Exporter le flux + + + Stage Bindings + Liaisons de l'étape + + + These bindings control which users can access this flow. + Ces liaisons contrôlent les utilisateurs qui peuvent accéder à ce flux. + + + Event Log + Journal d'évènements + + + Brand + Marque + + + Show details + Afficher les détails + + + Event info + Information de l'évènement + + + Created + Créé + + + Raw event info + Information brutes de l'évènement + + + Event + Évènement + + + + Successfully updated transport. + Transport mis à jour avec succès + + + Successfully created transport. + Transport créé avec succès + + + Send once + Envoyer une seule fois + + + Only send notification once, for example when sending a webhook into a chat channel. + Envoyer une seule fois la notification, par exemple lors de l'envoi d'un webhook dans un canal de discussion. + + + Local (notifications will be created within authentik) + Local (les notifications seront créées dans authentik) + + + Webhook (generic) + Webhook (générique) + + + Webhook (Slack/Discord) + Webhook (Slack/Discord) + + + Webhook URL + URL Webhoo + + + Webhook Body Mapping + Mappage de corps de Webhook + + + Webhook Header Mapping + Mappage d'en-têtes de Webhook + + + Email Subject Prefix + Préfixe de l'objet du courriel + + + Email Template + Modèle de courriel + + + Notification Transports + Transports de notification + + + Define how notifications are sent to users, like Email or Webhook. + Définit les méthodes d'envoi des notifications aux utilisateurs, telles que courriel ou webhook. + + + Notification transport(s) + Transport(s) de notification + + + Update Notification Transport + Mettre à jour le transport de notification + + + Create Notification Transport + Créer une notification de transport + + + Successfully updated rule. + Règle mise à jour avec succès + + + Successfully created rule. + Règle créée avec succès + + + Select the group of users which the alerts are sent to. + Sélectionner le groupe d'utilisateurs à qui les alertes seront envoyées. + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + Si aucun groupe n'est sélectionné et "Envoyer la notification à l'utilisateur associé à l'évènement" est désactivé, cette règle est désactivée. + + + Send notification to event user + Envoyer la notification à l'utilisateur associé à l'événement + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + Lorsque cette option est activée, une notification sera envoyée à l'utilisateur qui a déclenché l'événement en plus des utilisateurs du groupe ci-dessus. L'utilisateur associé à l'événement sera toujours le premier utilisateur. Pour envoyer une notification uniquement à l'utilisateur de l'événement, activez l'option "Envoyer une seule fois" dans le transport de notification. + + + Transports + Transports + + + Available Transports + Transports disponibles + + + Selected Transports + Transports sélectionnés + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + Sélectionnez les transports à utiliser pour notifier l'utilisateur. À défaut, la notification sera simplement affichée dans l'interface utilisateur authentik. + + + Severity + Sévérité + + + Notification Rules + Règles de notification + + + Send notifications whenever a specific Event is created and matched by policies. + Envoyez des notifications chaque fois qu'un événement spécifique est créé et correspond à des politiques. + + + Sent to group + Envoyé au groupe + + + Notification rule(s) + Règle(s) de notification + + + Update Notification Rule + Mettre à jour la règle de notification + + + Create Notification Rule + Créer une règles de notification + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + Ces liaisons contrôlent les événements sur lesquels cette règle se déclenche. +Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'utilisateur de l'événement. + + + Outpost Deployment Info + Info de déploiement de l'avant-poste + + + View deployment documentation + Voir la documentation de déploiement + + + If your authentik Instance is using a self-signed certificate, set this value. + Activer cette option si votre instance authentik utilise un certificat auto-signé. + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + Ajouter cette option si le paramètre authentik_host ne correspond pas à l'URL sur laquelle vous voulez ouvrir une session. + + + Successfully updated outpost. + Avant-poste mis à jour avec succès + + + Successfully created outpost. + Avant-poste créé avec succès + + + LDAP + LDAP + + + Radius + Radius + + + RAC + RAC + + + Integration + Intégration + + + Selecting an integration enables the management of the outpost by authentik. + La sélection d'une intégration permet la gestion de l'avant-poste par authentik. + + + See documentation + Voir la documentation + + + Available Applications + Applications disponibles + + + Selected Applications + Applications sélectionnées + + + Configuration + Configuration + + + (build ) + (build ) + + + (FIPS) + (FIPS) + + + Last seen + Vu pour la dernière fois + + + , should be + + , devrait être + + + + Not available + Indisponible + + + Last seen: () + Vu pour la dernière fois : () + + + Outposts + Avant-postes + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Les avant-postes sont des déploiements de composants authentik pour supporter différents environnements et protocoles, comme des reverse proxies. + + + Health and Version + État et version + + + Warning: authentik Domain is not configured, authentication will not work. + Avertissement : le domaine d'authentik n'est pas configuré, l'authentification ne fonctionnera pas. + + + Logging in via . + Connexion avec + . + + + No integration active + Aucune intégration active + + + Update Outpost + Mettre à jour l'avant-poste + + + View Deployment Info + Afficher les informations de déploiement + + + Detailed health (one instance per column, data is cached so may be out of date) + État détaillé (une instance par colonne, les données sont mises en cache et peuvent donc être périmées) + + + Outpost(s) + Avant-poste(s) + + + Create Outpost + Créer un avant-poste + + + Successfully updated integration. + Intégration mise à jour avec succès + + + Successfully created integration. + Intégration créé avec succès + + + Local + Local + + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + Si activé, utiliser la connexion locale. Intégration Docker socket/Kubernetes requise. + + + Docker URL + URL Docker + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + Peut être du format unix:// lors de la connection à un daemon + docker local, utiliser ssh:// pour se connecter via SSH, ou + https://:2376 pour se connecter à un système distant. + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + AC auprès de laquelle le certificat du terminal est vérifié. Peut être laissé vide en l'absence de validation. + + + TLS Authentication Certificate/SSH Keypair + Certificat TLS d'authentification/Pair de clé SSH + + + Certificate/Key used for authentication. Can be left empty for no authentication. + Certificat et clé utilisés pour l'authentification. Peut être laissé vide si pas d'authentification. + + + When connecting via SSH, this keypair is used for authentication. + Lors de la connexion SSH, cette paire de clé sera utilisée pour s'authentifier. + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + Vérifier le certificat SSL de l'API Kubernetes + + + New outpost integration + Nouvelle intégration d’avant-poste + + + Create a new outpost integration. + Créer une nouvelle intégration d’avant-poste. + + + Outpost integrations + Intégrations d’avant-postes + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + Les intégrations d'avant-postes définissent comment authentik se connecte à des plateformes externes pour déployer les avants-postes. + + + State + État + + + Unhealthy + Malade + + + Outpost integration(s) + Intégration(s) d'avant-postes + + + Successfully generated certificate-key pair. + Paire clé/certificat générée avec succès. + + + Subject-alt name + Nom alternatif subject + + + Optional, comma-separated SubjectAlt Names. + Liste optionnelle de noms alternatifs (SubjetAlt Names), séparés par des virgules. + + + Validity days + Jours de validité + + + Private key Algorithm + Algorithme de clé privée + + + RSA + RSA + + + ECDSA + ECDSA + + + Algorithm used to generate the private key. + Algorithme utilisé pour générer la clé privée. + + + Successfully updated certificate-key pair. + Paire clé/certificat mise à jour avec succès. + + + Successfully created certificate-key pair. + Paire clé/certificat créée avec succès. + + + PEM-encoded Certificate data. + Données du certificat au format PEM + + + Optional Private Key. If this is set, you can use this keypair for encryption. + Clé privée optionnelle. Si définie, vous pouvez utiliser pour le chiffrement. + + + Certificate-Key Pairs + Paires de clé/certificat + + + Import certificates of external providers or create certificates to sign requests with. + Importer les certificats des fournisseurs externes ou créer des certificats pour signer les demandes. + + + Private key available? + Clé privée disponible ? + + + Certificate-Key Pair(s) + Paire(s) de clé/certificat + + + Managed by authentik + Géré par authentik + + + Managed by authentik (Discovered) + Géré par authentik (Découvert) + + + Yes () + Oui ( + ) + + + Update Certificate-Key Pair + Mettre à jour la paire clé/certificat + + + Certificate Fingerprint (SHA1) + Empreinte du certificat (SHA1) + + + Certificate Fingerprint (SHA256) + Empreinte du certificat (SHA256) + + + Certificate Subject + Sujet du certificat + + + Download Certificate + Télécharger le certificat + + + Download Private key + Télécharger la clé privée + + + Import Existing Certificate-Key Pair + Importer une paire clé/certificat existante + + + Generate + Générer + + + Generate New Certificate-Key Pair + Générer une nouvelle paire clé/certificat + + + Link Title + Titre du lien + + + Successfully updated settings. + Réglages mis à jour avec succès. + + + Avatars + Avatars + + + Configure how authentik should show avatars for users. The following values can be set: + Configurer comment authentik doit afficher les avatars des utilisateurs. La valeurs suivantes peuvent être utilisées : + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + Désactive les avatars individuels et affiche uniquement une image transparentes de 1x1 pixel + + + Uses gravatar with the user's email address + Utilise gravatar avec l'email de l'utilisateur + + + Generated avatars based on the user's name + Génère des avatars basés sur le nom de l'utilisateur + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + URL quelconque : si vous voulez utiliser des images hébergées sur un autre serveur, vous pouvez définir une URL. De plus, ces placeholders peuvent être utilisés : + + + The user's username + Le nom d'utilisateur de l'utilisateur + + + The email address, md5 hashed + L'adresse email, hashée par md5 + + + The user's UPN, if set (otherwise an empty string) + L'UPN de l'utilisateur, si défini (sinon une chaîne vide) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + Un chemain d'attribut comme + attributes.something.avatar, qui peut être utiliser en + combinaison avec le champ fichier pour permettre aux utilisateurs de téléverser des + avatars personnalisés. + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + Plusieurs valeurs peuvent être définie, séparées par des virgules, et authentik se rabattra le mode suivant si aucun avatar n'a pu être trouvé. + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + Par exemple, définir cette option à gravatar,initials va + tenter de récupérer un avatar depuis Gravatar, et sinon + se rabattra sur un avatar généré. + + + Allow users to change name + Autoriser les utilisateurs à changer leur nom. + + + Enable the ability for users to change their name. + Activer la possibilité aux utilisateurs de changer leur nom. + + + Allow users to change email + Autoriser les utilisateurs à changer leur email. + + + Enable the ability for users to change their email. + Activer la possibilité aux utilisateurs de changer leur email. + + + Allow users to change username + Autoriser les utilisateurs à changer leur nom d'utilisateur. + + + Enable the ability for users to change their username. + Activer la possibilité aux utilisateurs de changer leur nom d'utilisateur. + + + Event retention + Rétention d'évènement + + + Duration after which events will be deleted from the database. + Expiration des évènements à l'issue de laquelle ils seront supprimés de la base de donnée. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + Lors de l'utilisation d'un système de logging externe pour de l'archivage, cela peut être + défini à minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + Ce paramètre n'affecte que les nouveaux événements, l'expiration étant enregistrée pour chaque événement. + + + Reputation: lower limit + Réputation : limite inférieure + + + Reputation cannot decrease lower than this value. Zero or negative. + La réputation ne peut pas descendre en dessous de cette valeur. Zéro ou négatif. + + + Reputation: upper limit + Réputation : limite supérieure + + + Reputation cannot increase higher than this value. Zero or positive. + La réputation ne peut pas monter au dessus de cette valeur. Zéro ou positif. + + + Footer links + Liens de pied de page + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + Cette option configure les liens affichés en bas de page sur l’exécuteur de flux. L'URL est limitée à des addresses web et courriel. Si le nom est laissé vide, l'URL sera affichée. + + + GDPR compliance + Conformité RGPD + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + Lorsqu'activé, tous les évènements causés par un utilisateur seront supprimés lors de la suppression de l'utilisateur. + + + Impersonation + Usurpation d'identité + + + Globally enable/disable impersonation. + Activer/désactiver l'usurpation d'identité de manière globale. + + + Require reason for impersonation + Forcer une raison d'usurpation + + + Require administrators to provide a reason for impersonating a user. + Forcer les administrateurs à fournir une raison pour l'usurpation d'identité + + + Default token duration + Durée par défaut des jetons + + + Default duration for generated tokens + Durée par défaut des jetons générés + + + Default token length + Longueur par défaut des jetons + + + Default length of generated tokens + Longueur par défaut des jetons générés + + + Flags + Indicateurs + + + Modify flags to opt into new authentik behaviours early. + Modifiez ces indicateurs pour adopter les nouveaux comportements d'authentik plus tôt. + + + Save + Enregistrer + + + System settings + Réglages système + + + Successfully updated instance. + Instance mise à jour avec succès. + + + Successfully created instance. + Instance créée avec succès. + + + Disabled blueprints are never applied. + Les plans désactivés ne sont jamais appliqués. + + + Local path + Chemin local + + + OCI Registry + Registre OCI + + + OCI URL + URL OCI + + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest + Une URL de manifeste OCI valide, préfixée par le protocole + par exemple. oci://registry.domain.tld/path/to/manifest + + + Read more about + En savoir plus sur + + + OCI Support + le support OCI + + + Blueprint + Plan + + + Configure the blueprint context, used for templating. + Configurer le contexte du plan, utilisé pour modéliser. + + + Orphaned + Orphelin + + + Blueprints + Plans + + + Automate and template configuration within authentik. + Automatiser et modéliser la configuration au sein d'authentik. + + + Last applied + Dernière application + + + Blueprint(s) + Plan(s) + + + Update Blueprint + Mettre à jour le plan + + + Edit "" blueprint + Éditer le plan &quot;&quot; + + + Apply "" blueprint + Appliquer le plan &quot;&quot; + + + Apply + Appliquer + + + Create Blueprint Instance + Créer une instance du plan + + + Successfully updated license. + Licence téléversée avec succès. + + + Successfully created license. + Licence créée avec succès. + + + Install ID + ID de l'installation + + + License key + Clé de licence + + + Expired + Expiré + + + Expiring soon + Expire bientôt + + + Unlicensed + Pas sous licence + + + Read Only + Lecture seule + + + Valid + Valide + + + Current license status + Statut actuel des licences + + + Overall license status + Statut complet des licences + + + Internal user usage + Utilisation des utilisateurs internes + + + % + % + + + External user usage + Utilisation des utilisateurs externes + + + Licenses + Licences + + + Manage enterprise licenses + Gérer les licences entreprise + + + No licenses found. + Aucune licence trouvée. + + + License(s) + Licence(s) + + + Forecast internal users + Prévision des utilisateurs internes + + + Estimated user count one year from now based on current internal users and forecasted internal users. + Nombre d'utilisateurs estimés d'ici un an basé sur utilisateurs internes actuels et utilisateurs internes prévus. + + + Approximately + Environ + + + Forecast external users + Prévision des utilisateurs externes + + + Estimated user count one year from now based on current external users and forecasted external users. + Nombre d'utilisateurs estimés d'ici un an basé sur utilisateurs externes actuels et utilisateurs externes prévus. + + + Cumulative license expiry + Expiration des licences cumulative + + + No expiry + Pas d'expiration + + + Internal: + Interne: + + + External: + Externe: + + + Update License + Mettre à jour la licence + + + Your Install ID + Votre ID d'installation + + + Go to Customer Portal + Aller au Portail Client + + + Learn more + En apprendre plus + + + Install + Installer + + + Install License + Installer une licence + + + Release + Version + + + Development + Développement + + + UI Version + Version de l'UI + + + Build + Build + + + Python version + Version de Python + + + Platform + Platforme + + + Kernel + Noyau + + + OpenSSL + OpenSSL + + + Enterprise + Entreprise + + + Collapse + Réduire + + + Expand + Développer + + + navigation + navigation + + + Dashboards + Tableaux de bord + + + Endpoint Devices + + + Device groups + + + Logs + Logs + + + Customization + Personnalisation + + + Flows and Stages + Flux et Étapes + + + Directory + Répertoire + + + Tokens and App passwords + Jetons et mots de passe d'application + + + System + Système + + + Certificates + Certificats + + + Outpost Integrations + Intégration d’avant-postes + + + Warning: The current user count has exceeded the configured licenses. + Avertissement : le nombre d'utilisateurs actuel a dépassé les licences configurées. + + + Warning: One or more license(s) have expired. + Attention : une ou plusieurs licence(s) ont expirées. + + + Warning: One or more license(s) will expire within the next 2 weeks. + Attention : une ou plusieurs licence(s) expireront dans les prochaines 2 semaines. + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + Attention : cette instance d'authentik est entrée en mode lecture seule du fait de licences expirées ou dépassées. + + + Click here for more info. + Cliquez ici pour plus d'informations. + + + This authentik instance uses a Trial license. + Cette instance d'authentik utilise une licence d'essai. + + + This authentik instance uses a Non-production license. + Cette instance d'authentik utilise une licence de non-production. + + + A newer version () of the UI is available. + Une nouvelle version () de l'UI est disponible. + + + API drawer + Tiroir API + + + API Requests + Requêtes d'API + + + Open API Browser + Ouvrir le navigateur API + + + Close API drawer + Fermer le tiroir API + + + View details for + Voir les détails de + + + Mark as read + Marquer comme lu + + + Successfully cleared notifications + Notifications effacées avec succès + + + No notifications found. + Aucune notification trouvée. + + + You don't have any notifications currently. + Vous n'avez actuellement pas de notification. + + + Notification drawer + Tiroir de notifications + + + Notifications + Notifications + + + unread + + non-lu + + + Clear all + Tout vider + + + Open about dialog + Ouvrir la boîte de dialogue "À propos" + + + Product name + Nom du produit + + + Product version + Version du produit + + + Version + Version + + + Global navigation + Navigation globale + + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn requirt que cette page soit accessible via HTTPS. + + + WebAuthn not supported by browser. + WebAuthn n'est pas supporté pas ce navigateur. + + + API request failed + Requête d'API échouée + + + Site links + Liens du site + + + Powered by authentik + Propulsé par authentik + + + Authenticating with Apple... + Authentification avec Apple... + + + Retry + Recommencer + + + Authenticating with Plex... + Authentification avec Plex... + + + Waiting for authentication... + En attente de l'authentification... + + + If no Plex popup opens, click the button below. + Si aucune fenêtre contextuelle Plex ne s'ouvre, cliquez sur le bouton ci-dessous. + + + Open login + Ouvrir la connexion + + + Authenticating with Telegram... + Authentification avec Telegram... + + + Click the button below to start. + Cliquer le bouton ci-dessous pour démarrer. + + + User information + Informations utilisateur + + + Avatar for + Avatar pour + + + User avatar + Avatar de l'utilisateur + + + Something went wrong! Please try again later. + Une erreur s'est produite ! Veuillez réessayer plus tard. + + + Request ID + ID de requête + + + You may close this page now. + Vous pouvez maintenant fermer cette page. + + + You're about to be redirect to the following URL. + Vous allez être redirigé vers l'URL suivante. + + + Follow redirect + Suivre la redirection + + + Flow inspector + Inspecteur de flux + + + Close flow inspector + Fermer l'inspecteur de flux + + + Next stage + Étape suivante + + + Stage name + Nom de l'étape + + + Stage kind + Type d'étap + + + Stage object + Objet étap + + + This flow is completed. + Ce flux est terminé. + + + Plan history + Historique du plan + + + Current plan context + Contexte du plan courant + + + Session ID + ID de session + + + Flow inspector loading + Chargement de l'inspecteur de flux + + + Request has been denied. + La requête a été refusée. + + + Show password + Montrer le mot de passe + + + Hide password + Cacher le mot de passe + + + Please enter your password + Veuillez saisir votre mot de passe + + + Caps Lock is enabled. + La touche Verr Maj est activée. + + + CAPTCHA challenge + Challenge CAPTCHA + + + Verifying... + Vérification... + + + Remember me on this device + Se souvenir de moi sur cet appareil + + + Continue with + + + Need an account? + Besoin d'un compte ? + + + Sign up. + S'enregistrer. + + + Forgot username or password? + Mot de passe ou nom d'utilisateur oublié ? + + + Additional actions + + + Select one of the options below to continue. + Sélectionner une des options suivantes pour continuer. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + Entrer l'email associé à votre compte, et nous vous enverrons un lien pour réinitialiser votre mot de passe. + + + Or + Ou + + + Login to continue to . + Connectez-vous pour continuer sur + . + + + Use a security key + Utiliser une clé de sécurité + + + Login sources + + + Forgot password? + Mot de passe oublié ? + + + Application requires following permissions: + Cette application requiert les permissions suivantes : + + + Application already has access to the following permissions: + L’application a déjà accès aux permissions suivantes : + + + Application requires following new permissions: + Cette application requiert de nouvelles permissions : + + + Stage name: + Nom de l'étape : + + + Check your Inbox for a verification email. + Vérifiez votre boite de réception pour un courriel de vérification. + + + Send Email again. + Renvoyer le courriel. + + + QR-Code to setup a time-based one-time password + Code QR pour configurer un mot de passe à usage unique basé sur le temps + + + Copy time-based one-time password configuration + Copier la configuration du mot de passe à usage unique basé sur le temps + + + Successfully copied TOTP Config. + Configuration TOTP copiée avec succès + + + Copy TOTP Config + Copier la configuration TOTP + + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Merci de scanner le QR code ci-dessus avec Microsoft Authenticator, Google Authenticator ou une autre application d'authentification à deux facteurs sur votre appareil, et entrer le code que l'appareil affiche ci-dessous pour finir la configuration de votre appareil MFA. + + + Time-based one-time password + Mot de passe à usage unique basé sur le temps + + + TOTP Code + Code TOTP + + + Type your TOTP code... + Saisissez votre code TOTP... + + + Type your time-based one-time password code. + Saisissez votre code de mot de passe à usage unique basé sur le temps. + + + Duo activation QR code + Code QR d'activation Duo + + + Alternatively, if your current device has Duo installed, click on this link: + Sinon, si Duo est installé sur cet appareil, cliquez sur ce lien : + + + Duo activation + Activation Duo + + + Check status + Vérifier le statut + + + Make sure to keep these tokens in a safe place. + Veuillez à conserver ces jetons dans un endroit sûr. + + + Configure your email + Configurer votre courriel + + + Please enter your email address. + Veuillez entrer votre adresse courriel. + + + Code + Code + + + Please enter the code you received via email + Veuillez entrer le code que vous avez reçu par courriel + + + Phone number + Numéro de téléphone + + + Please enter your Phone number. + Veuillez entrer votre numéro de téléphone + + + Please enter the code you received via SMS + Veuillez entrer le code que vous avez reçu par SMS + + + Select another authentication method + Sélectionnez une autre méthode d'authentification + + + Authentication code + Code d'authentification + + + Static token + Jeton statique + + + Type an authentication code... + Saisissez un code d'authentification... + + + Sending Duo push notification... + Envoi de la notification push Duo + + + Failed to authenticate + Échec d'authentification + + + Authentication failed. Please try again. + Échec d'authentification. Veuillez réessayer. + + + Authenticating... + Authentification en cours... + + + Retry authentication + Réessayer l'authentification + + + Duo push-notifications + Notification push Duo + + + Receive a push notification on your device. + Recevoir une notification push sur votre appareil. + + + Authenticator + Authentificateur + + + Use a security key to prove your identity. + Utilisez une clé de sécurité pour prouver votre identité. + + + Traditional authenticator + Authentificateur traditionnel + + + Use a code-based authenticator. + Utiliser un authentifieur à code. + + + Recovery keys + Clés de récupération + + + In case you lose access to your primary authenticators. + Au cas où vous perdriez l'accès à vos authentificateurs principaux. + + + SMS + SMS + + + Tokens sent via SMS. + Jetons envoyés par SMS. + + + Tokens sent via email. + Jetons envoyés par courriel. + + + Unknown device + Périphérique inconnu + + + An unknown device class was provided. + Une classe de périphérique inconnue a été fournie. + + + Select an authentication method + Sélectionnez une méthode d'authentification + + + No authentication methods available. + Aucune méthode d'authentification disponible. + + + Select a configuration stage + Sélectionnez une étape de configuration + + + Stay signed in? + Rester connecté ? + + + Select Yes to reduce the number of times you're asked to sign in. + Sélectionnez Oui pour réduire le nombre de fois où l'on vous demande de vous connecter. + + + Device Code + Code d'équipement + + + Please enter your code + Veuillez saisir votre code + + + You've successfully authenticated your device. + Vous avez authentifié votre appareil avec succès. + + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + Vous vous êtes déconnecté de . Vous pouvez retourner à la vue d'ensemble pour lancer une autre application, ou vous déconnecter de votre compte authentik. + + + Go back to overview + Retourner à la vue d'ensemble + + + Log out of + Se déconnecter de + + + Log back into + Se reconnecter à + + + SAML Provider + Fournisseur SAML + + + SAML logout complete + Déconnexion SAML terminée + + + Redirecting to SAML provider: + Redirection version le fournisseur SAML : + + + Posting logout request to SAML provider: + Envoi de la demande de déconnexion au fournisseur SAML : + + + Unknown Provider + Fournisseur inconnu + + + Logging out of providers... + Déconnexion auprès des fournisseurs... + + + Single Logout + Déconnexion unifiée + + + Open flow inspector + Ouvrir l'inspecteur de flux + + + Authentication form + Formulaire d'authentification + + + Error creating credential: + Erreur lors de la création des identifiants : + + + + Server validation of credential failed: + Erreur lors de la validation des identifiants par le serveur : + + + + Failed to register. Please try again. + Échec d'enregistrement. Veuillez réessayer. + + + Registering... + Enregistrement... + + + Failed to register + Échec de l'enregistrement + + + Retry registration + Réessayer l'enregistrement + + + Idle + Inactif + + + Connecting + Connexion en cours + + + Waiting + En attente + + + Connected + Connecté + + + Disconnecting + Déconnexion en cours + + + Disconnected + Déconnecté + + + Connection failed after attempts. + Connexion échouée après essais. + + + Re-connecting in second(s). + Re-connexion dans seconde(s). + + + Connecting... + Connexion... + + + Please wait while the content is loading + + + Select endpoint to connect to + Sélectionner le point de terminaison auquel se connecter + + + application + + + Actions for "" + Actions pour &quot;&quot; + + + Edit application... + Éditer l'application... + + + Refer to documentation + Référez-vous à la documentation + + + No Applications available. + Aucune Application disponible. + + + Either no applications are defined, or you don’t have access to any. + Soit aucune application n'est définie, soit vous n'en avez accès à aucune. + + + Ungrouped + + + My Applications + Mes Applications + + + Search for an application by name... + Rechercher une application par nom… + + + Search returned no results. + La recherche n'a pas retourné de résultat. + + + application found for "" + + + applications found for "" + + + application available + + + applications available + + + My applications + Mes applications + + + Application list + + + Failed to fetch applications. + + + Change your password + Changer votre mot de passe + + + Change password + Changer le mot de passe + + + Delete account + Supprimer le compte + + + Successfully updated details + Détails mis à jour avec succès + + + Open settings + Ouvrir les paramètres + + + No settings flow configured. + Aucun flux de paramètres n'est configuré. + + + Update details + Détails de la mise à jour + + + Device type cannot be edited + Le type d'appareil ne peut pas être édité + + + Enroll + S'inscrire + + + Edit device + Éditer l'appareil + + + Create App password + Créer un mot de passe App + + + User settings + Paramètres utilisateur + + + User details + Détails de l'utilisateur + + + Consent + Approbation + + + MFA Devices + Appareils de MFA + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + Connectez votre compte aux service listés ci-dessous, cela vous permettra de les utiliser pour vous connecter au lieu des identifiants traditionnels. + + + Admin interface + Interface d'administration + + + ... + ... + Truncation ellipsis + + + + diff --git a/web/xliff/it.xlf b/web/xliff/it.xlf deleted file mode 100644 index 5bbc78f0a0..0000000000 --- a/web/xliff/it.xlf +++ /dev/null @@ -1,10861 +0,0 @@ - - - - - English - Inglese - - - - French - Francese - - - - Turkish - Turco - - - - Spanish - Spagnolo - - - - Polish - Polacco - - - - Taiwanese Mandarin - Mandarino Taiwanese - - - - Chinese (simplified) - Cinese (semplificato) - - - - Chinese (traditional) - Cinese (tradizionale) - - - - German - Tedesco - - - - Loading... - Caricamento... - - - - Application - Applicazione - - - - Logins - Logins - - - - Show less - Mostra meno - - - - Show more - Mostra altro - - - - UID - UID - - - - Name - Nome - - - - App - App - - - - Model Name - Nome del modello - - - - Message - Messaggio - - - - Subject - Oggetto - - - - From - Da - - - - To - A - - - - Context - Contesto - - - - User - Utente - - - - Affected model: - Modello interessato: - - - - Authorized application: - Applicazione autorizzata: - - - - Using flow - Utilizzando il flusso - - - - Email info: - Informazioni via e-mail: - - - - Secret: - Segreto: - - - - Open issue on GitHub... - Apri anomalia in Github... - - - - Exception - Eccezione - - - - Expression - Espressione - - - - Binding - Associazione - - - - Request - Richiesta - - - - Object - Oggetto - - - - Result - Risultato - - - - Passing - Passaggio - - - - Messages - Messaggi - - - - Using source - Usando la sorgente - - - - Attempted to log in as - Tentativo di accedere come - - - - - No additional data available. - Nessun dato aggiuntivo disponibile. - - - - Click to change value - Clicca per cambiare valore - - - - Select an object. - Seleziona un oggetto. - - - - Connection error, reconnecting... - Errore di connessione, riconnessione in corso... - - - - Login - Login - - - - Failed login - Accesso fallito - - - - Logout - Logout - - - - User was written to - L'utente è stato scritto in - - - - Suspicious request - Richiesta sospetta - - - - Password set - Password impostata - - - - Secret was viewed - Segreto visualizzato - - - - Secret was rotated - Segreto ruotato - - - - Invitation used - Invito usato - - - - Application authorized - Applicazione autorizzata - - - - Source linked - Sorgente collegata - - - - Impersonation started - Impersonazione iniziata - - - - Impersonation ended - Impersonazione conclusa - - - - Flow execution - Esecuzione flusso - - - - Policy execution - Esecuzione criterio - - - - Policy exception - Eccezione criterio - - - - Property Mapping exception - Eccezione mappatura proprietà - - - - System task execution - Esecuzione attività di sistema - - - - System task exception - Eccezione attività di sistema - - - - General system exception - Eccezione generale di sistema - - - - Configuration error - Errore di configurazione - - - - Model created - Modello creato - - - - Model updated - Modello aggiornato - - - - Model deleted - Modello cancellato - - - - Email sent - Email cancellato - - - - Update available - Aggiornamento disponibile - - - - Unknown severity - Gravità sconosciuta - - - - Alert - Allarme - - - - Notice - Nota - - - - Warning - Attenzione - - - - no tabs defined - nessuna scheda definita - - - - - of - - - - di - - - - - Go to previous page - Torna alla pagina precedente - - - - Go to next page - Vai alla pagina successiva - - - - Search... - Cerca... - - - - Loading - Caricamento - - - - No objects found. - Nessun oggetto trovato. - - - - Failed to fetch objects. - Impossibile recuperare gli oggetti. - - - - Refresh - Ricarica - - - - Select all rows - Seleziona tutte le righe - - - - Action - Azione - - - - Creation Date - Data di creazione - - - - Client IP - Client IP - - - - Recent events - Eventi recenti - - - - On behalf of - Per conto di - - - - - - - - - - - - No Events found. - Nessun Evento trovato. - - - - No matching events could be found. - Nessun evento corrispondente è stato trovato. - - - - Embedded outpost is not configured correctly. - Avamposto incorporato non è configurato correttamente. - - - - Check outposts. - Controlla avamposto. - - - - HTTPS is not detected correctly - HTTPS non rilevato correttamente - - - - Server and client are further than 5 seconds apart. - Il server e il client sono distanti più di 5 secondi. - - - - OK - OK - - - - Everything is ok. - Tutto è ok. - - - - Based on - Basato su - - - - - is available! - - è disponibile! - - - - Up-to-date! - Aggiornato! - - - - Version - Versione - - - - Workers - Workers - - - - No workers connected. Background tasks will not run. - Nessun lavoratore connesso. Le attività in background non verranno eseguite. - - - - Authorizations - Autorizzazioni - - - - Failed Logins - Accessi falliti - - - - Successful Logins - Accesso effettuato correttamente - - - - : - - : - - - - - Cancel - Cancella - - - - LDAP Source - Sorgente LDAP - - - - SCIM Provider - Provider SCIM - - - - Healthy - In salute - - - - Healthy outposts - Avamposti sani - - - - Admin - Admin - - - - Not found - Non trovato - - - - The URL "" was not found. - La URL " - " non è stata trovata. - - - - Return home - Ritorna all'inizio - - - - General system status - Stato generale del sistema - - - - Quick actions - Azioni rapide - - - - Create a new application - Creare una nuova applicazione - - - - Check the logs - Controlla i log - - - - Explore integrations - Esplora integrazioni - - - - Manage users - Gestire gli utenti - - - - Outpost status - Stato avamposto - - - - Sync status - Stato di sincronizzazione - - - - Logins and authorizations over the last week (per 8 hours) - Login e autorizzazioni nell'ultima settimana (per 8 ore) - - - - Apps with most usage - App con maggior utilizzo - - - - Objects created - Oggetti creati - - - - Users created per day in the last month - Utenti creati al giorno nell'ultimo mese - - - - Logins per day in the last month - Accessi giornalieri nell'ultimo mese - - - - Failed Logins per day in the last month - Accessi non riusciti al giorno nell'ultimo mese - - - - Clear search - Pulisci ricerca - - - - System Tasks - Attività di sistema - - - - Long-running operations which authentik executes in the background. - Operazioni di lunga durata che authentik esegue in background. - - - - Identifier - Identificatore - - - - Description - Descrizione - - - - Status - Stato - - - - Actions - Azioni - - - - Successful - Riuscito - - - - Error - Errore - - - - Unknown - Sconosciuto - - - - Authentication - Autenticazione - - - - Authorization - Autorizzazione - - - - Enrollment - Iscrizione - - - - Invalidation - Invalidazione - - - - Recovery - Ripristino - - - - Stage Configuration - Configurazione della fase - - - - Unenrollment - Disiscrizione - - - - Unknown designation - Designazione sconosciuta - - - - Stacked - Impilato - - - - Content left - Contenuto a sinistra - - - - Content right - Contenuto a destra - - - - Sidebar left - Sidebar a sinistra - - - - Sidebar right - Sidebar a destra - - - - Unknown layout - Layout sconosciuto - - - - Successfully updated provider. - Provider aggiornato con successo. - - - - Successfully created provider. - Provider creato con successo. - - - - Bind flow - Associazione fase - - - - Flow used for users to authenticate. - Flusso usato per autenticare gli utenti. - - - - Bind mode - Modalità associazione - - - - Cached binding - Asociazione in cache - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - Il flusso viene eseguito e la sessione viene memorizzata nella cache. Il flusso viene eseguito alla scadenza della sessione - - - - Direct binding - Associazione diretta - - - - Always execute the configured bind flow to authenticate the user - Esegui sempre il flusso di collegamento configurato per autenticare l'utente - - - - Configure how the outpost authenticates requests. - Configura come l'avamposto autentica le richieste. - - - - Search mode - Modalità di ricerca - - - - Cached querying - Interrogazione cache - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - L'avamposto tiene tutti gli utenti e i gruppi in memoria e li aggiorna ogni 5 Minuti - - - - Direct querying - Interrogazione diretta - - - - Always returns the latest data, but slower than cached querying - Ritorna sempre i dati più recenti, ma è più lento del cached querying - - - - Configure how the outpost queries the core authentik server's users. - Configura come l'avamposto interroga gli utenti del server core authentik. - - - - Protocol settings - Impostazioni del protocollo - - - - Base DN - Base DN - - - - LDAP DN under which bind requests and search requests can be made. - LDAP DN sotto il quale possono essere effettuate le richieste di bind e di ricerca. - - - - Certificate - Certificato - - - - UID start number - Numero di inizio UID - - - - 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 - L'inizio di uidNumbers, questo numero viene aggiunto a user.Pk per assicurarsi che i numeri non siano troppo bassi per gli utenti POSIX. Il valore predefinito è 2000 per garantire che non ci si scontri con gli utenti locali. - - - - GID start number - Numero di inizio GID - - - - 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 - Il punto di partenza per gidNumbers, questo numero viene aggiunto a un numero generato dal group.pk per assicurarsi che i numeri non siano troppo bassi per i gruppi POSIX. Il valore predefinito è 4000 per garantire che non ci siano collisioni con gruppi locali o gruppi primari di utenti gidNumber. - - - - The following keywords are supported: - I seguenti parole chiave sono supportate: - - - - Authentication flow - Flusso di autenticazione - - - - Flow used when a user access this provider and is not authenticated. - Flusso utilizzato quando un utente accede a questo provider e non è autenticato. - - - - Authorization flow - Flusso di autorizzazione - - - - Flow used when authorizing this provider. - Flusso utilizzato durante l'autorizzazione di questo provider. - - - - Client type - Tipologia client - - - - Confidential - Confidenziale - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - I client confidenziali sono in grado di mantenere la riservatezza delle proprie credenziali, ad esempio i segreti del client - - - - Public - Pubblico - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - I clienti pubblici non sono in grado di mantenere la confidenzialità e dovrebbero utilizzare metodi come PKCE. - - - - Client ID - Client ID - - - - Client Secret - Client Secret - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - Se non vengono specificati URI di reindirizzamento espliciti, verrà salvato il primo URI di reindirizzamento utilizzato correttamente. - - - - Signing Key - Chiave di firma - - - - Key used to sign the tokens. - Chiave utilizzata per firmare i token. - - - - Advanced protocol settings - Impostazioni avanzate del protocollo - - - - Access code validity - Codice di accesso valido - - - - Configure how long access codes are valid for. - Configura per quanto tempo sono validi i codici di accesso. - - - - Access Token validity - Validità del token di accesso - - - - Configure how long access tokens are valid for. - Configura per quanto tempo sono validi i token di accesso. - - - - Refresh Token validity - Validità del token di aggiornamento - - - - Configure how long refresh tokens are valid for. - Configura per quanto tempo sono validi i token di aggiornamento. - - - - Scopes - Ambiti - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - Selezionare quali ambiti possono essere utilizzati dal client. Il client deve ancora specificare l'ambito per accedere ai dati. - - - - Subject mode - Modalità soggetto - - - - Based on the User's hashed ID - In base all'hashed ID dell'utente - - - - Based on the User's ID - In base all'ID dell'utente - - - - Based on the User's UUID - Basato sull'UUID dell'utente - - - - Based on the User's username - In base al nome utente dell'utente - - - - Based on the User's Email - In base all'e-mail dell'utente - - - - This is recommended over the UPN mode. - Questo è consigliato in modalità UPN. - - - - Based on the User's UPN - In base all'UPN dell'utente - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - Richiede che l'utente abbia un attributo "upn" impostato e ricorre all'ID utente con hash. Utilizza questa modalità solo se disponi di domini UPN e di posta diversi. - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - Configura quali dati devono essere utilizzati come identificatore utente univoco. Nella maggior parte dei casi, l'impostazione predefinita dovrebbe andare bene. - - - - Include claims in id_token - Includi attestazioni in id_token - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - Includere le attestazioni utente dagli ambiti in id_token, per le applicazioni che non accedono all'endpoint userinfo. - - - - Issuer mode - Modalità emittente - - - - Each provider has a different issuer, based on the application slug - Ogni provider ha un emittente diverso, in base allo slug dell'applicazione - - - - Same identifier is used for all providers - Lo stesso identificatore viene utilizzato per tutti i fornitori - - - - Configure how the issuer field of the ID Token should be filled. - Configura come deve essere compilato il campo dell'emittente del token ID. - - - - Machine-to-Machine authentication settings - Impostazioni di autenticazione da macchina a macchina - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - I JWT firmati dai certificati configurati nelle origini selezionate possono essere utilizzati per autenticarsi presso questo provider. - - - - HTTP-Basic Username Key - Chiave del nome utente HTTP-Basic - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - Attributo utente/gruppo utilizzato per la parte utente dell'intestazione HTTP-Basic. Se non impostato, viene utilizzato l'indirizzo e-mail dell'utente. - - - - HTTP-Basic Password Key - Chiave password HTTP-Basic - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - Attributo utente/gruppo utilizzato per la parte password dell'intestazione HTTP-Basic. - - - - Proxy - Proxy - - - - Forward auth (single application) - Autenticazione inoltrata (applicazione singola) - - - - Forward auth (domain level) - Autenticazione inoltrata (a livello di dominio) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - Questo provider si comporterà come un proxy inverso trasparente, tranne per il fatto che le richieste devono essere autenticate. Se la tua applicazione upstream utilizza HTTPS, assicurati di connetterti all'avamposto utilizzando anche HTTPS. - - - - External host - Host esterno - - - - The external URL you'll access the application at. Include any non-standard port. - L'URL esterno da cui accederai all'applicazione. Includere qualsiasi porta non standard. - - - - Internal host - Host interno - - - - Upstream host that the requests are forwarded to. - Host upstream a cui vengono inoltrate le richieste. - - - - Internal host SSL Validation - Convalida SSL host interna - - - - Validate SSL Certificates of upstream servers. - Convalida i certificati SSL dei server upstream. - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - Utilizza questo provider con auth_request di nginx o forwardAuth di traefik. È richiesto un solo provider per dominio root. Non è possibile eseguire l'autorizzazione per applicazione, ma non è necessario creare un provider per ogni applicazione. - - - - An example setup can look like this: - Una configurazione di esempio può assomigliare a questa: - - - - authentik running on auth.example.com - authentik in esecuzione su auth.example.com - - - - app1 running on app1.example.com - app1 in esecuzione su app1.example.com - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - In questo caso, imposteresti l'URL di autenticazione su auth.example.com e il dominio dei cookie su example.com. - - - - Authentication URL - URL di autenticazione - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - L'URL esterno su cui ti autenticherai. Il server core authentik dovrebbe essere raggiungibile tramite questo URL. - - - - Cookie domain - Dominio dei cookie - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - Impostalo sul dominio per il quale desideri che l'autenticazione sia valida. Deve essere un dominio principale dell'URL riportato sopra. Se esegui applicazioni come app1.domain.tld, app2.domain.tld, impostalo su "domain.tld". - - - - Unknown proxy mode - Modalità proxy sconosciuta - - - - Token validity - Validità del token - - - - Configure how long tokens are valid for. - Configura per quanto tempo sono validi i token. - - - - Additional scopes - Ambiti aggiuntivi - - - - Additional scope mappings, which are passed to the proxy. - Mapping di ambito aggiuntivi, che vengono passati al proxy. - - - - Unauthenticated URLs - URL non autenticati - - - - Unauthenticated Paths - Percorsi non autenticati - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - Espressioni regolari per le quali non è richiesta l'autenticazione. Ogni nuova riga viene interpretata come una nuova espressione. - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - Quando si utilizza la modalità proxy o di autenticazione inoltrata (applicazione singola), il percorso URL richiesto viene confrontato con le espressioni regolari. Quando si utilizza l'autenticazione inoltrata (modalità dominio), l'URL completo richiesto, inclusi schema e host, viene confrontato con le espressioni regolari. - - - - Authentication settings - Impostazioni di autenticazione - - - - Intercept header authentication - Intercetta l'authorization header - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - Se abilitato, authentik intercetterà la authorization header per autenticare la richiesta. - - - - Send HTTP-Basic Authentication - Invia HTTP-Basic Authentication - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - Imposta un header personalizzato HTTP-Basic Authentication basato su parametri provenienti da authentik. - - - - ACS URL - ACS URL - - - - Issuer - Emittente - - - - Service Provider Binding - Associazione del fornitore di servizi - - - - Redirect - Redirect - - - - Post - Post - - - - Determines how authentik sends the response back to the Service Provider. - Determina il modo in cui authentik invia la risposta al fornitore di servizi. - - - - Audience - Audience - - - - Signing Certificate - Certificato di firma - - - - Certificate used to sign outgoing Responses going to the Service Provider. - Certificato utilizzato per firmare le risposte in uscita destinate al fornitore di servizi. - - - - Verification Certificate - Certificato di verifica - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - Se selezionata, le firme dell'asserzione in entrata verranno convalidate rispetto a questo certificato. Per consentire richieste non firmate, lasciare l'impostazione predefinita. - - - - Property mappings - Mapping delle proprietà - - - - NameID Property Mapping - Mappatura proprietà NameID - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - Configura il modo in cui verrà creato il valore NameID. Se lasciato vuoto, verrà rispettato il NameIDPolicy della richiesta in arrivo. - - - - Assertion valid not before - Asserzione valida non prima - - - - Configure the maximum allowed time drift for an assertion. - Configurare lo scostamento temporale massimo consentito per un'asserzione. - - - - Assertion valid not on or after - Affermazione valida non il o dopo - - - - Assertion not valid on or after current time + this value. - Asserzione non valida a partire dall'ora corrente + questo valore. - - - - Session valid not on or after - Sessione valida non il o dopo - - - - Session not valid on or after current time + this value. - Sessione non valida a partire dall'ora corrente + questo valore. - - - - Digest algorithm - Algoritmo digest - - - - Signature algorithm - Algoritmo firma - - - - Successfully imported provider. - Fornitore importato correttamente. - - - - Metadata - Metadati - - - - Apply changes - Applica modifiche - - - - Close - Chiudi - - - - Finish - Concludi - - - - Back - Indietro - - - - No form found - Nessun modulo trovato - - - - Select type - Seleziona il tipo - - - - Create - Crea - - - - New provider - Nuovo provider - - - - Create a new provider. - Crea un nuovo provider. - - - - Create - Crea - - - - - Shared secret - Segreto condiviso - - - - Client Networks - Client Networks - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - URL di base SCIM, in genere termina con /v2. - - - - Token - Token - - - - User filtering - Filtraggio utenti - - - - Exclude service accounts - Escludi account di servizio - - - - Group - Gruppo - - - - Only sync users within the selected group. - Sincronizza solo gli utenti all'interno del gruppo selezionato. - - - - Attribute mapping - Mappatura attributi - - - - User Property Mappings - Mappatura proprietà utenti - - - - Property mappings used to user mapping. - Mappature delle proprietà utilizzate per la mappatura degli utenti. - - - - Group Property Mappings - Mappatura proprietà gruppi - - - - Property mappings used to group creation. - Mappature delle proprietà utilizzate per la creazione del gruppo. - - - - Not used by any other object. - Non utilizzato da altri oggetti. - - - - object will be DELETED - l'oggetto sarà CANCELLATO - - - - connection will be deleted - la connessione sarà cancellata - - - - reference will be reset to default value - il riferimento verrà ripristinato al valore predefinito - - - - reference will be set to an empty value - il riferimento verrà impostato su un valore vuoto - - - - () - - ( - ) - - - - ID - ID - - - - Successfully deleted - è stato eliminato correttamente - - - Failed to delete : - Impossibile eliminare - : - - - - - Delete - Elimina - - - - - Are you sure you want to delete ? - Vuoi davvero eliminare ? - - - Delete - Elimina - - - - Providers - Providers - - - - Provide support for protocols like SAML and OAuth to assigned applications. - Fornire supporto per protocolli come SAML e OAuth alle applicazioni assegnate. - - - - Type - Tipo - - - - Provider(s) - Provider(s) - - - - Assigned to application - Assegnato all'applicazione - - - - Assigned to application (backchannel) - Assegnato all'applicazione (backchannel) - - - - Update - Aggiorna - - - - Update - Aggiorna - - - - - Select providers to add to application - Seleziona i provider da aggiungere all'applicazione - - - - Add - Aggiungi - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - Inserisci un URL completo, un percorso relativo oppure utilizza "fa://fa-test" per utilizzare l'icona "fa-test" di Font Awesome. - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - Modello di percorso per gli utenti creato. Utilizza segnaposto come `%(slug)s` per inserire lo slug di origine. - - - - Successfully updated application. - Applicazione aggiornata con successo. - - - - Successfully created application. - Applicazione creata con successo. - - - - Slug - Slug - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - Facoltativamente, inserisci il nome del gruppo. Le applicazioni con gruppi identici vengono visualizzate raggruppate insieme. - - - - Provider - Provider - - - - Select a provider that this application should use. - Seleziona provider per questa applicazione. - - - - Select backchannel providers which augment the functionality of the main provider. - Seleziona fornitori di backchannel che aumentano la funzionalità del fornitore principale. - - - - Policy engine mode - Modalità motore criteri - - - - Any policy must match to grant access - Qualsiasi criterio deve corrispondere per concedere l'accesso - - - - All policies must match to grant access - Tutte i criteri devono corrispondere per concedere l'accesso - - - - UI settings - Impostazioni dell'interfaccia utente - - - - Launch URL - URL di Avvio - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - Se lasciato vuoto, authentik proverà ad estrarre l'URL di lancio in base al provider selezionato. - - - - Open in new tab - Apri in una nuova scheda - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - Se selezionato, l'URL di avvio si aprirà in una nuova scheda o finestra del browser dalla libreria dell'applicazione dell'utente. - - - - Icon - Icona - - - - Currently set to: - Attualmente impostato su: - - - - Clear icon - Cancella icona - - - - Publisher - Publisher - - - - Create Application - Crea Applicazione - - - - Overview - Panoramica - - - - Changelog - Changelog - - - - Warning: Provider is not used by any Outpost. - Attenzione: il fornitore non è utilizzato da nessun avamposto. - - - - Assigned to application - Assegnato all'applicazione - - - - Update LDAP Provider - Aggiorna Provider LDAP - - - - Edit - Modifica - - - - How to connect - Come connettersi - - - - Connect to the LDAP Server on port 389: - Connettiti al server LDAP sulla porta 389: - - - - Check the IP of the Kubernetes service, or - Controlla l'IP del servizio Kubernetes, oppure - - - - The Host IP of the docker host - L'IP host dell'host docker - - - - Bind DN - Bind DN - - - - Bind Password - Password di Associazione - - - - Search base - Ricerca base - - - - Preview - Anteprima - - - - Warning: Provider is not used by an Application. - Attenzione: il provider non è utilizzato da un'applicazione. - - - - Redirect URIs - URI di reindirizzamento - - - - Update OAuth2 Provider - Aggiorna fornitore OAuth2 - - - - OpenID Configuration URL - URL configurazione OpenID - - - - OpenID Configuration Issuer - Emittente configurazione OpenID - - - - Authorize URL - Autorizzazione URL - - - - Token URL - Token URL - - - - Userinfo URL - Userinfo URL - - - - Logout URL - Logout URL - - - - JWKS URL - JWKS URL - - - - Forward auth (domain-level) - Forward auth (domain-level) - - - - Nginx (Ingress) - Nginx (Ingress) - - - - Nginx (Proxy Manager) - Nginx (Proxy Manager) - - - - Nginx (standalone) - Nginx (standalone) - - - - Traefik (Ingress) - Traefik (Ingress) - - - - Traefik (Compose) - Traefik (Compose) - - - - Traefik (Standalone) - Traefik (Standalone) - - - - Caddy (Standalone) - Caddy (Standalone) - - - - Internal Host - Host Interno - - - - External Host - Host Esterno - - - - Basic-Auth - Basic-Auth - - - - Yes - Si - - - - Mode - Modalità - - - - Update Proxy Provider - Aggiorna Provider Proxy - - - - Protocol Settings - Impostazioni Protocollo - - - - Allowed Redirect URIs - URI di reindirizzamento consentiti - - - - Setup - Impostazione - - - - No additional setup is required. - Non è richiesta configurazione aggiuntiva. - - - - Update Radius Provider - Aggiorna Provider Radius - - - - Download - Scarica - - - - Copy download URL - Copiare URL di download - - - - Download signing certificate - Scarica il certificato di firma - - - - Related objects - Oggetti correlati - - - - Update SAML Provider - Aggiorna il provider SAML - - - - SAML Configuration - Configurazione SAML - - - - EntityID/Issuer - EntityID/Issuer - - - - SSO URL (Post) - SSO URL (Post) - - - - SSO URL (Redirect) - SSO URL (Redirect) - - - - SSO URL (IdP-initiated Login) - SSO URL (IdP-initiated Login) - - - - SLO URL (Post) - SLO URL (Post) - - - - SLO URL (Redirect) - SLO URL (Redirect) - - - - SAML Metadata - Metadati SAML - - - - Example SAML attributes - Esempio attributi SAML - - - - NameID attribute - Attributo NameID - - - - Warning: Provider is not assigned to an application as backchannel provider. - Attenzione: Il provider non è assegnato a un'applicazione come provider di backchannel. - - - - Update SCIM Provider - Aggiorna il provider SCIM - - - - LDAP - LDAP - - - - New application - Nuova applicazione - - - - Applications - Applicazioni - - - - Provider Type - Tipo Provider - - - - Application(s) - Applicazione(i) - - - - Application Icon - Icona Applicazione - - - - Update Application - Aggiorna Applicazione - - - - Successfully sent test-request. - Richiesta di prova inviata con successo. - - - - Log messages - Messaggi di log - - - - No log messages. - Nessun messaggio di log. - - - - Active - Attivo - - - - Last login - Ultimo accesso - - - - Successfully updated group. - Gruppo aggiornato con successo. - - - - Successfully created group. - Gruppo creato con successo. - - - - Parent - Genitore - - - - Attributes - Attributi - - - - Set custom attributes using YAML or JSON. - Imposta attributi personalizzati utilizzando YAML o JSON. - - - - Successfully updated binding. - Aggiornato criterio con successo. - - - - Successfully created binding. - Creato criterio con successo. - - - - Policy - Criterio - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - Le mappature dei gruppi possono essere controllate solo se un utente ha già effettuato l'accesso quando tenta di accedere a questa fonte. - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - Le mappature utente possono essere controllate solo se un utente ha già effettuato l'accesso quando tenta di accedere a questa fonte. - - - - Enabled - Abilitato - - - - Negate result - Negare il risultato - - - - Negates the outcome of the binding. Messages are unaffected. - Nega il risultato dell'associazione. I messaggi non vengono influenzati. - - - - Order - Ordine - - - - Timeout - Timeout - - - - Successfully updated policy. - Criterio aggiornato. - - - - Successfully created policy. - Criterio creato. - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - Una policy utilizzata per i test. Restituisce sempre lo stesso risultato specificato di seguito dopo aver atteso una durata casuale. - - - - Execution logging - Registrazione dell'esecuzione - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - Quando questa opzione è abilitata, tutte le esecuzioni di questa policy verranno registrate. Per impostazione predefinita, vengono registrati solo gli errori di esecuzione. - - - - Policy-specific settings - Impostazioni specifiche del criterio - - - - Pass policy? - Criterio di passaggio? - - - - Wait (min) - Attendi (min) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - L'esecuzione della policy richiede un tempo casuale. Questo controlla il tempo minimo necessario. - - - - Wait (max) - Attendi (max) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - Corrisponde a un evento rispetto a una serie di criteri. Se uno qualsiasi dei valori configurati corrisponde, il criterio passa. - - - - Match created events with this action type. When left empty, all action types will be matched. - Abbina gli eventi creati a questo tipo di azione. Se lasciato vuoto, verranno abbinati tutti i tipi di azione. - - - - Match events created by selected application. When left empty, all applications are matched. - Abbina gli eventi creati dall'applicazione selezionata. Se lasciato vuoto, tutte le applicazioni vengono abbinate. - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - Verifica se la password dell'utente è stata modificata negli ultimi X giorni e rifiuta in base alle impostazioni. - - - - Maximum age (in days) - Età massima (in giorni) - - - - Only fail the policy, don't invalidate user's password - Fallisci solo il criterio, non invalidare la password dell'utente - - - - Executes the python snippet to determine whether to allow or deny a request. - Esegue il frammento di codice Python per determinare se consentire o negare una richiesta. - - - - Expression using Python. - Espressione in Python. - - - - See documentation for a list of all variables. - Guarda la documentazione per la lista di tutte le variabili. - - - - Static rules - Regole statiche - - - - Minimum length - Lunghezza minima - - - - Minimum amount of Uppercase Characters - Quantità minima di caratteri maiuscoli - - - - Minimum amount of Lowercase Characters - Quantità minima di caratteri minuscoli - - - - Minimum amount of Digits - Quantità minima di cifre - - - - Minimum amount of Symbols Characters - Quantità minima di simboli caratteri - - - - Error message - Messaggio di errore - - - - Symbol charset - Set di caratteri simboli - - - - Characters which are considered as symbols. - Caratteri considerati simboli. - - - - HaveIBeenPwned settings - Impostazioni HaveIBeenPwned - - - - Allowed count - Conteggio consentito - - - - Allow up to N occurrences in the HIBP database. - Consenti fino a N occorrenze nel database HIBP. - - - - zxcvbn settings - Impostazioni zxcvbn - - - - Score threshold - Soglia punteggio - - - - If the password's score is less than or equal this value, the policy will fail. - Se il punteggio della password è inferiore o uguale a questo valore, la policy fallirà. - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - Controlla il valore della richiesta di policy rispetto a diverse regole, utilizzate principalmente per garantire la sicurezza della password. - - - - Password field - Campo password - - - - Field key to check, field keys defined in Prompt stages are available. - Chiave di campo da verificare, sono disponibili le chiavi di campo definite nelle fasi Prompt. - - - - Check static rules - Controlla regole statiche - - - - Check haveibeenpwned.com - Controlla haveibeenpwned.com - - - - For more info see: - Per ulteriori informazioni: - - - - Check zxcvbn - Controlla zxcvbn - - - - Password strength estimator created by Dropbox, see: - Strumento per la stima della forza della password creato da Dropbox, vedere: - - - - Allows/denys requests based on the users and/or the IPs reputation. - Consente/nega le richieste in base alla reputazione degli utenti e/o degli IP. - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - I tentativi di accesso fallito diminuiranno di uno il punteggio per l'IP del client e per l'utente. - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - La policy passa quando il punteggio della reputazione è al di sotto della soglia e - Non passa quando entrambe le opzioni selezionate sono uguali o sopra la soglia. - - - Check IP - Controlla IP - - - - Check Username - Controlla Username - - - - Threshold - Soglia - - - - New policy - Nuovo criterio - - - - Create a new policy. - Crea un nuovo criterio - - - - Create Binding - Crea associazione - - - - Superuser - Superutente - - - - Members - Membri - - - - Select groups to add user to - Seleziona i gruppi a cui aggiungere l'utente - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - Attenzione: L' utente aggiunto al gruppo(i) selezionato otterrà permessi di superutente. - - - - Successfully updated user. - Aggiornamento utente effettuato con successo. - - - - Successfully created user. - Creato utente con successo. - - - - Username - Username - - - - Email - Email - - - - Path - Percorso - - - - Policy - Criterio - - - - - Group - Gruppo - - - - - User - Utente - - - - - Edit Policy - Modifica Criterio - - - - Update Group - Aggiorna Gruppo - - - - Edit Group - Modifica Gruppo - - - - Update User - Aggiorna Utente - - - - Edit User - Modifica Utente - - - - Policy binding(s) - Associazone(i) criteri - - - - Update Binding - Aggiorna Associazione - - - - Edit Binding - Modifica Associazione - - - - No Policies bound. - Nessun criterio associato. - - - - No policies are currently bound to this object. - Nessun criterio è associato a questo oggetto al momento. - - - - Related - Correlato - - - - Backchannel Providers - Fornitori di backchannel - - - - Check access - Verifica l'accesso - - - - Check - Controlla - - - - Check Application access - Controlla l'accesso all'applicazione - - - - Test - Test - - - - Launch - Avvia - - - - Logins over the last week (per 8 hours) - Accessi nell'ultima settimana (per 8 ore) - - - - Policy / Group / User Bindings - Associazione Criterio / Gruppo / Utente - - - - These policies control which users can access this application. - Questi criteri controllano quali utenti possono accedere a questa applicazione. - - - - Successfully updated source. - Sorgente aggiornata. - - - - Successfully created source. - Sorgente creata. - - - - Sync users - Sincronizza utenti - - - - User password writeback - Scrittura della password utente - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - La password di accesso viene sincronizzata automaticamente da LDAP in authentik. Abilita questa opzione solo per riscrivere le modifiche della password in authentik su LDAP. - - - - Sync groups - Gruppi di sincronizzazione - - - - Connection settings - Impostazioni di connessione - - - - Server URI - Server URI - - - - Specify multiple server URIs by separating them with a comma. - Specificare più URI del server separandoli con una virgola. - - - - Enable StartTLS - Abilita StartTLS - - - - To use SSL instead, use 'ldaps://' and disable this option. - Per usare invece SSL, usa 'ldaps://' e disabilita questa opzione. - - - - TLS Verification Certificate - Certificato di verifica TLS - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - Quando ci si connette a un server LDAP con TLS, i certificati non vengono controllati per impostazione predefinita. Specificare una coppia di chiavi per convalidare il certificato remoto. - - - - Bind CN - Associa CN - - - - LDAP Attribute mapping - Mappatura attributo LDAP - - - - Additional settings - Impostazioni aggiuntive - - - - Parent group for all the groups imported from LDAP. - Gruppo principale per tutti i gruppi importati da LDAP. - - - - User path - Percorso utente - - - - Additional user DN, prepended to the Base DN. - DN utente aggiuntivo, anteposto al DN di base. - - - - Additional group DN, prepended to the Base DN. - DN di gruppo aggiuntivo, anteposto al DN di base. - - - - User object filter - Filtro oggetto utente - - - - Consider Objects matching this filter to be Users. - Considera gli oggetti che corrispondono a questo filtro come utenti. - - - - Group object filter - Filtro oggetto gruppo - - - - Consider Objects matching this filter to be Groups. - Considera gli oggetti che corrispondono a questo filtro come gruppi. - - - - Group membership field - Campo di appartenenza al gruppo - - - - Object uniqueness field - Campo unicità dell'oggetto - - - - Field which contains a unique Identifier. - Campo che contiene un identificatore univoco. - - - - Link users on unique identifier - Collega gli utenti su un identificatore univoco - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - Collegamento a un utente con indirizzo email identico. Può avere implicazioni sulla sicurezza quando una fonte non convalida gli indirizzi e-mail - - - - Use the user's email address, but deny enrollment when the email address already exists - Utilizza l'indirizzo e-mail dell'utente, ma nega la registrazione quando l'indirizzo e-mail esiste già - - - - Link to a user with identical username. Can have security implications when a username is used with another source - Collegamento a un utente con nome utente identico. Può avere implicazioni sulla sicurezza quando un nome utente viene utilizzato con un'altra fonte - - - - Use the user's username, but deny enrollment when the username already exists - Utilizza il nome utente dell'utente, ma nega la registrazione quando il nome utente esiste già - - - - Unknown user matching mode - Modalità di corrispondenza utente sconosciuta - - - - URL settings - Impostazioni URL - - - - Authorization URL - URL autorizzazione - - - - URL the user is redirect to to consent the authorization. - URL a cui l'utente viene reindirizzato per acconsentire all'autorizzazione. - - - - Access token URL - URL token d'accesso - - - - URL used by authentik to retrieve tokens. - URL utilizzato da authentik per recuperare i token. - - - - Profile URL - URL profilo - - - - URL used by authentik to get user information. - URL utilizzato da authentik per ottenere informazioni sull'utente. - - - - Request token URL - URL di richiesta del token - - - - URL used to request the initial token. This URL is only required for OAuth 1. - URL utilizzato per richiedere il token iniziale. Questo URL è richiesto solo per OAuth 1. - - - - OIDC Well-known URL - OIDC Well-known URL - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - URL di configurazione well-known OIDC. Può essere utilizzato per configurare automaticamente gli URL sopra. - - - - OIDC JWKS URL - OIDC JWKS URL - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - JSON Web Key URL. Le chiavi dell'URL verranno utilizzate per convalidare i JWT da questa fonte. - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - Raw JWKS data. - - - - User matching mode - Modalità di corrispondenza utente - - - - Delete currently set icon. - Elimina l'icona attualmente impostata. - - - - Consumer key - Consumer key - - - - Consumer secret - Consumer secret - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - Ulteriori ambiti da passare al fornitore di OAuth, separati da spazio. Per sostituire gli ambiti esistenti, prefissare con *. - - - - Flow settings - Impostazione flusso - - - - Flow to use when authenticating existing users. - Flusso da utilizzare quando si autenticano gli utenti esistenti. - - - - Enrollment flow - Flusso di iscrizione - - - - Flow to use when enrolling new users. - Flusso da utilizzare quando si iscrivono nuovi utenti. - - - - Load servers - Carico server - - - - Allow friends to authenticate via Plex, even if you don't share any servers - Consenti agli amici di autenticarsi tramite Plex, anche se non condividi alcun server - - - - Allowed servers - Server permessi - - - - Select which server a user has to be a member of to be allowed to authenticate. - Seleziona il server di cui un utente deve essere membro per potersi autenticare. - - - - SSO URL - URL SSO - - - - URL that the initial Login request is sent to. - URL a cui viene inviata la richiesta di accesso iniziale. - - - - SLO URL - URL SLO - - - - Optional URL if the IDP supports Single-Logout. - URL facoltativo se l'IDP supporta il logout singolo. - - - - Also known as Entity ID. Defaults the Metadata URL. - Noto anche come ID entità. Predefinisce l'URL dei metadati. - - - - Binding Type - Tipo associazione - - - - Redirect binding - Associazione redirect - - - - Post-auto binding - Binding post-auto - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - POST BINDING Ma la richiesta viene inviata automaticamente e l'utente non deve confermare. - - - - Post binding - Post binding - - - - Signing keypair - Coppia di chiavi di firma - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - Coppia di chiavi utilizzata per firmare le richieste in uscita. Lascia vuoto per disabilitare la firma. - - - - Allow IDP-initiated logins - Consenti accessi iniziati da IDP - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - Consente i flussi di autenticazione avviati dall'IDP. Questo può essere un rischio per la sicurezza, poiché non viene eseguita alcuna convalida dell'ID richiesta. - - - - NameID Policy - Criterio NameID - - - - Persistent - Persistente - - - - Email address - Indirizzo email - - - - Windows - Windows - - - - X509 Subject - Soggetto X509 - - - - Transient - Effimero - - - - Delete temporary users after - Elimina gli utenti temporanei dopo - - - - 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. - Tempo da attendere quando gli utenti temporanei devono essere eliminati. Questo vale solo se l'IDP utilizza il formato NameID "Transient" e l'utente non si disconnette manualmente. - - - - Pre-authentication flow - Flusso pre-autenticazione - - - - Flow used before authentication. - Flusso utilizzato prima dell'autenticazione. - - - - New source - Nuova sorgente - - - - Create a new source. - Crea una nuova sorgente - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - Fonti di identità, che possono essere sincronizzate nel database di authentik o possono essere utilizzate dagli utenti per autenticarsi e iscriversi. - - - - Source(s) - Sorgente(i) - - - - Disabled - Disabilitato - - - - Built-in - Built-in - - - - Update LDAP Source - Aggiorna sorgente LDAP - - - - OAuth Source - Dorgente OAuth - - - - - Generic OpenID Connect - OpenID Connect Generico - - - - Unknown provider type - Tipo provider sconosciuto - - - - Details - Dettagli - - - - Callback URL - Callback URL - - - - Access Key - Access Key - - - - Update OAuth Source - Aggiorna sorgente OAuth - - - - Diagram - Diagramma - - - - Policy Bindings - Associazione Criterio - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - Questi bindings (collegamenti) controllano quali utenti possono accedere a questa fonte. - È possibile utilizzare solo policies poiché l'accesso viene controllato prima che l'utente venga autenticato. - - - Update Plex Source - Aggiorna sorgente Plex - - - - Update SAML Source - Aggiorna sorgente SAML - - - - Successfully updated mapping. - Mappatura aggiornata con successo. - - - - Successfully created mapping. - Mappatura creata con successo. - - - - SAML Attribute Name - Attributo nome SAML - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - Nome attributo usato per le asserzioni SAML. Può essere un URN OID, un riferimento allo schema o qualsiasi altra stringa. Se questa mappatura delle proprietà viene utilizzata per la proprietà NameID, questo campo viene scartato. - - - - Friendly Name - Nome amichevole - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - Opzionale: imposta il valore "friendlyname" dell'attributo di asserzione. - - - - Scope name - Scope name - - - - Scope which the client can specify to access these properties. - Ambito che il client può specificare per accedere a queste proprietà. - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - Descrizione mostrata all'utente quando consenziente. Se lasciato vuoto, l'utente non verrà informato. - - - - Example context data - Dati di contesto di esempio - - - - Active Directory User - Utente Active Directory - - - - Active Directory Group - Gruppo Active Directory - - - - New property mapping - Nuova mappatura proprietà - - - - Create a new property mapping. - Crea una nuova mappatura proprietà - - - - Property Mappings - Mappatura proprietà - - - - Control how authentik exposes and interprets information. - Controlla come authentik espone e interpreta le informazioni. - - - - Property Mapping(s) - Mappatura delle proprietà - - - - Test Property Mapping - Mappatura delle proprietà di test - - - - Hide managed mappings - Nascondere mappature gestite - - - - Successfully updated token. - Token aggiornato correttamente. - - - - Successfully created token. - Token creato correttamente. - - - - Unique identifier the token is referenced by. - Identificatore univoco del token - - - - Intent - Intent - - - - API Token - API Token - - - - Used to access the API programmatically - Utilizzato per accedere all'API in modo programmatico - - - - App password. - App password. - - - - Used to login using a flow executor - Utilizzato per accedere usando un esecutore di flusso - - - - Expiring - In scadenza - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - Se questo è selezionato, il token scade. Alla scadenza, il token viene ruotato. - - - - Expires on - Scade il - - - - API Access - Accesso API - - - - App password - App password - - - - Verification - Verifica - - - - Unknown intent - Intent sconosciuto - - - - Tokens - Tokens - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - I token vengono utilizzati in authentik per le fasi di convalida dell'e-mail, le chiavi di ripristino e l'accesso all'API. - - - - Expires? - Scade? - - - - Expiry date - Data di scadenza - - - - Token(s) - Token(s) - - - - Create Token - Crea token - - - - Token is managed by authentik. - Token gestito da authentik - - - - Update Token - Aggiorna Token - - - - Domain - Dominio - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - La corrispondenza viene effettuata in base al suffisso del dominio, quindi se inserisci domain.tld, foo.domain.tld corrisponderà comunque. - - - - Default - Predefinito - - - - Branding settings - Impostazioni branding - - - - Title - Titolo - - - - Branding shown in page title and several other places. - Branding mostrato nel titolo della pagina e in molti altri posti. - - - - Logo - Logo - - - - Favicon - Favicon - - - - Icon shown in the browser tab. - Icona mostrata nella scheda del browser. - - - - Default flows - Flussi predefiniti - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - Flusso utilizzato per autenticare gli utenti. Se lasciato vuoto, viene utilizzato il primo flusso applicabile ordinato in base allo slug. - - - - Invalidation flow - Flusso di invalidazione - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - Flusso usato per logout. Se lasciato vuoto, viene utilizzato il primo flusso applicabile ordinato dallo slug. - - - - Recovery flow - Flusso di recupero - - - - Unenrollment flow - Flusso di cancellazione - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - Se impostato, gli utenti sono in grado di anullare l'iscrizione usando questo flusso. Se non è impostato alcun flusso, l'opzione non viene mostrata. - - - - User settings flow - Flusso impostazioni utente - - - - If set, users are able to configure details of their profile. - Se impostato, gli utenti sono in grado di configurare i dettagli del proprio profilo. - - - - Device code flow - Flusso dispositivo codice - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - Se impostato, è possibile utilizzare il OAuth Device Code e il flusso selezionato verrà utilizzato per immettere il codice. - - - - Other global settings - Altre impostazioni globali - - - - Web Certificate - Certificato Web - - - - Event retention - Ritenzione degli eventi - - - - Duration after which events will be deleted from the database. - Tempo dopo il quale gli eventi verranno eliminati dal database. - - - - This setting only affects new Events, as the expiration is saved per-event. - Questa impostazione influisce solo sui nuovi eventi, poiché la scadenza viene salvata per evento. - - - - Configure visual settings and defaults for different domains. - Configura le impostazioni visibili e le impostazioni predefinite per domini diversi. - - - - Default? - Predefinito? - - - - Policies - Criteri - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - Consenti agli utenti di utilizzare le applicazioni in base alle proprietà, applicare i criteri di password e applicare selettivamente le fasi(stages). - - - - Assigned to object(s). - Assegnato a - oggetto(i). - - - - Warning: Policy is not assigned. - Attenzione: il criterio non è assegnato. - - - - Test Policy - Prova criterio - - - - Policy / Policies - Criterio / Criteri - - - - Successfully cleared policy cache - Cancellazione della cache dei criteri con successo - - - - Failed to delete policy cache - Impossibile eliminare la cache della policy - - - - Clear cache - Cancella cache - - - - Clear Policy cache - Cancella cache criteri - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - Sei sicuro di voler cancellare la cache delle politiche? Ciò causerà la rivalutazione di tutte le politiche al loro prossimo utilizzo. - - - Reputation scores - Punteggi di reputazione - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - Reputazione per IP e identificatori dell'utente. I punteggi vengono ridotti per ogni accesso non riuscito e aumentati per ogni accesso riuscito. - - - - IP - IP - - - - Score - Punteggio - - - - Updated - Aggiornato - - - - Reputation - Reputazione - - - - Groups - Gruppi - - - - Group users together and give them permissions based on the membership. - Gruppo gli utenti insieme e forniscono loro autorizzazioni in base all'appartenenza. - - - - Superuser privileges? - Privilegi di superutente? - - - - Group(s) - Gruppo(i) - - - - Create Group - Crea Gruppo - - - - Create group - Crea gruppo - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - Utilizzare il nome utente e la password di seguito per autenticare. La password può essere recuperata più avanti nella pagina dei token. - - - - Password - Password - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - Valido per 360 giorni, dopo di che la password ruoterà automaticamente. È possibile copiare la password dall'elenco dei token. - - - - The following objects use - Il seguente oggetto usa - - - - - connecting object will be deleted - oggetti connessi saranno cancellati - - - - Successfully updated - Aggiornato con successo - - - Failed to update : - Impossibile aggiornare - : - - - - - Successfully updated password. - Password aggiornata con successo. - - - - Successfully sent email. - Email inviata con successo. - - - - Email stage - Fase email - - - - Successfully added user(s). - Aggiunto con successo utente(i). - - - - User(s) - Utente(i) - - - - Remove Users(s) - Rimuovi Utente(i) - - - - Are you sure you want to remove the selected users from the group ? - Vuoi davvero rimuovere gli utenti selezionati dal gruppo - ? - - - - Remove - Rimuovi - - - - Impersonate - Impersona - - - - User status - Stato utente - - - - Change status - Cambiare stato - - - - Deactivate - Disattiva - - - - Update password - Aggiorna password - - - - Set password - Imposta password - - - - Successfully generated recovery link - Link di recupero generato con successo - - - - Copy recovery link - Copia il link di recupero - - - - Send link - Invia link - - - - Send recovery link to user - Invia il link di recupero all'utente - - - - Email recovery link - Link di recupero email - - - - Recovery link cannot be emailed, user has no email address saved. - Impossibile inviare tramite e-mail il collegamento di recupero, l'utente non ha un indirizzo e-mail salvato. - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - Attenzione: questo gruppo è configurato con accesso come superutente. Gli utenti aggiunti avranno accesso come superutente. - - - - Add existing user - Aggiungi utente esistente - - - - Create User - Creare utente - - - - Hide service-accounts - Nascondi account di servizio - - - - Group Info - Info Gruppi - - - - Notes - Note - - - - Edit the notes attribute of this group to add notes here. - Modifica l'attributo Note di questo gruppo per aggiungere note qui. - - - - Users - Utenti - - - - Root - Root - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Attenzione: stai per eliminare l'utente con cui hai effettuato l'accesso ( - ). Procedete a vostro rischio. - - - - User folders - Cartelle utente - - - - Successfully added user to group(s). - Utente aggiunto ai gruppo(i) con successo. - - - - Groups to add - Gruppi da aggiungere - - - - Remove from Group(s) - Rimuovi dal gruppo(i) - - - - Are you sure you want to remove user from the following groups? - Vuoi davvero rimuovere l'utente - dai seguenti gruppi? - - - - Add Group - Aggiungi Gruppo - - - - Add to existing group - Aggiungi a gruppo esistente - - - - Add new group - Aggiungi nuovo gruppo - - - - Application authorizations - Autorizzazioni applicazione - - - - Revoked? - Revocato? - - - - Expires - Scade - - - - ID Token - ID Token - - - - Refresh Tokens(s) - Tokens(s) di aggiornamento - - - - Last IP - Ultimo IP - - - - Session(s) - Sessione(i) - - - - Expiry - Scadenza - - - - (Current session) - (Current session) - - - - Permissions - Permessi - - - - Consent(s) - Consenso(i) - - - - Successfully updated device. - Dispositivo aggiornato correttamente. - - - - Static tokens - Token statici - - - - TOTP Device - Dispositivo TOTP - - - - Enroll - Iscrivi - - - - Device(s) - Dispositivo(i) - - - - Update Device - Aggiorna Dispositivo - - - - Confirmed - Confermato - - - - User Info - Info Utente - - - - Actions over the last week (per 8 hours) - Azioni nell'ultima settimana (per 8 ore) - - - - Edit the notes attribute of this user to add notes here. - Modifica l'attributo Note di questo utente per aggiungere note qui. - - - - Sessions - Sessioni - - - - User events - Eventi utente - - - - Explicit Consent - Consenso esplicito - - - - OAuth Refresh Tokens - OAuth Refresh Tokens - - - - MFA Authenticators - Autenticatori MFA - - - - Successfully updated invitation. - Invito aggiornato con successo. - - - - Successfully created invitation. - Invito creato con successo. - - - - Flow - Flusso - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - Una volta selezionato, l'invito sarà utilizzabile solo con il flusso. Per impostazione predefinita, l'invito viene accettato su tutti i flussi con fasi di invito. - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - Dati facoltativi che vengono caricati nella variabile di contesto "prompt_data" del flusso. YAML o JSON. - - - - Single use - Uso singolo - - - - When enabled, the invitation will be deleted after usage. - Se abilitato, l'invito verrà eliminato dopo l'utilizzo. - - - - Select an enrollment flow - Seleziona un flusso di registrazione - - - - Link to use the invitation. - Collegamento per usare l'invito. - - - - Invitations - Inviti - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - Crea collegamenti di invito per iscrivere gli utenti e, facoltativamente, forza attributi specifici del loro account. - - - - Created by - Creato da - - - - Invitation(s) - Invito/i - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - L'invito non è limitato a nessun flusso e può essere utilizzato con qualsiasi flusso di registrazione. - - - - Update Invitation - Aggiorna Invito - - - - Create Invitation - Crea Invito - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - Attenzione: nessuna fase di invito è vincolata ad alcun flusso. Gli inviti non funzioneranno come previsto. - - - - Auto-detect (based on your browser) - Rilevamento automatico (in base al browser) - - - - Required. - Richiesto. - - - - Continue - Continua - - - - Successfully updated prompt. - Richiesta aggiornata con successo. - - - - Successfully created prompt. - Richiesta creata con successo. - - - - Text: Simple Text input - Testo: semplice immissione di testo - - - - Text Area: Multiline text input - Area di testo: immissione di testo su più righe - - - - Text (read-only): Simple Text input, but cannot be edited. - Testo (sola lettura): semplice immissione di testo, ma non può essere modificato. - - - - Text Area (read-only): Multiline text input, but cannot be edited. - Area di testo (sola lettura): inserimento di testo su più righe, ma non può essere modificato. - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - Nome utente: uguale all'immissione di testo, ma controlla e impedisce i nomi utente duplicati. - - - - Email: Text field with Email type. - E-mail: campo di testo con tipo di e-mail. - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - Password: input mascherato, più input di questo tipo sullo stesso prompt devono essere identici. - - - - Number - Numero - - - - Checkbox - Casella di spunta - - - - Radio Button Group (fixed choice) - Gruppo di pulsanti di opzione (scelta fissa) - - - - Dropdown (fixed choice) - Menu a discesa (scelta fissa) - - - - Date - Data - - - - Date Time - Data Ora - - - - File - File - - - - Separator: Static Separator Line - Separatore: linea di separazione statica - - - - Hidden: Hidden field, can be used to insert data into form. - Nascosto: campo nascosto, può essere utilizzato per inserire i dati in forma. - - - - Static: Static value, displayed as-is. - Statico: valore statico, visualizzato così com'è. - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik: Locale: visualizza un elenco di lingue che authentik supporta. - - - - Preview errors - Anteprima errori - - - - Data preview - Anteprima dati - - - - Unique name of this field, used for selecting fields in prompt stages. - Nome univoco di questo campo, utilizzato per selezionare i campi nelle fasi del prompt. - - - - Field Key - Chiave campo - - - - Name of the form field, also used to store the value. - Nome del campo del modulo, utilizzato anche per memorizzare il valore. - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - Se utilizzato insieme a una fase di scrittura dell'utente, utilizzare attributi.foo per scrivere gli attributi. - - - - Label - Etichetta - - - - Label shown next to/above the prompt. - Etichetta mostrata accanto/sopra il prompt. - - - - Required - Richiesto - - - - Interpret placeholder as expression - Interpreta il segnaposto come espressione - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - Se controllato, il segnaposto verrà valutato allo stesso modo in cui è una mappatura della proprietà. - Se la valutazione fallisce, viene restituito il segnaposto stesso. - - - Placeholder - Segnaposto - - - - 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. - Fornire facoltativamente un breve suggerimento che descrive il valore di input previsto. - Quando si crea un campo a scelta fissa, abilitare l'interpretazione come espressione e restituire a - Elenca per restituire più scelte. - - - Interpret initial value as expression - Interpretare il valore iniziale come espressione - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - Se controllato, il valore iniziale verrà valutato allo stesso modo in cui è una mappatura delle proprietà. - Se la valutazione fallisce, viene restituito il valore iniziale stesso. - - - Initial value - Valore iniziale - - - - 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. - pre-riempimento facoltativo con un valore iniziale. - Quando si crea un campo a scelta fissa, abilita l'interpretazione come espressione e - Restituisce un elenco di scelte predefinite. - - - Help text - Testo d'aiuto - - - - Any HTML can be used. - È possibile utilizzare qualsiasi codice HTML. - - - - Prompts - Richieste - - - - Single Prompts that can be used for Prompt Stages. - Richieste singole utilizzabili per le fasi delle richieste. - - - - Field - Campo - - - - Stages - Fasi - - - - Prompt(s) - Richiesta(e) - - - - Update Prompt - Richiesta aggiornamento - - - - Create Prompt - Crea richiesta - - - - Target - Bersaglio - - - - Stage - Fase - - - - Evaluate when flow is planned - Valuta quando è pianificato il flusso - - - - Evaluate policies during the Flow planning process. - Valutare le policies durante il processo di pianificazione del flusso. - - - - Evaluate when stage is run - Valutare quando la fase è eseguita - - - - Invalid response behavior - Comportamento risposta non valida - - - - Returns the error message and a similar challenge to the executor - Restituisce il messaggio di errore e una sfida simile all'esecutore - - - - Restarts the flow from the beginning - Riavvia il flusso dall'inizio - - - - Restarts the flow from the beginning, while keeping the flow context - Riavvia il flusso dall'inizio, mantenendo il contesto del flusso - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - Configurare il modo in cui l'esecutore del flusso dovrebbe gestire una risposta non valida a una sfida data da questa fase vincolata. - - - - Successfully updated stage. - Fase aggiornata con successo. - - - - Successfully created stage. - Fase creata con successo. - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Fase utilizzata per configurare un autenticatore basato su duo. Questa fase dovrebbe essere utilizzata per i flussi di configurazione. - - - - Authenticator type name - Nome del tipo di autenticatore - - - - Display name of this authenticator, used by users when they enroll an authenticator. - Visualizza il nome di questo autenticatore, utilizzato dagli utenti quando iscrivono un autenticatore. - - - - API Hostname - API Hostname - - - - Duo Auth API - Duo Auth API - - - - Integration key - Chiave di integrazione - - - - Secret key - Chiave segreta - - - - Duo Admin API (optional) - Duo Admin API (opzionale) - - - - Stage-specific settings - Impostazioni specifiche per la fase - - - - Configuration flow - Flusso di configurazione - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - Flusso utilizzato da un utente autenticato per configurare questa fase. Se vuoto, l'utente non sarà in grado di configurare questa fase. - - - - Twilio Account SID - Twilio Account SID - - - - Get this value from https://console.twilio.com - Ottieni questo valore da https://console.twilio.com - - - - Twilio Auth Token - Twilio Auth Token - - - - Authentication Type - Tipo di autenticazione - - - - Basic Auth - Basic Auth - - - - Bearer Token - Bearer Token - - - - External API URL - External API URL - - - - This is the full endpoint to send POST requests to. - Questo è l'endpoint completo a cui inviare richieste post. - - - - API Auth Username - API Auth Username - - - - This is the username to be used with basic auth or the token when used with bearer token - Questo è il nome utente da utilizzare con l'autenticazione di base o il token quando utilizzato con il bearer token - - - - API Auth password - API Auth password - - - - This is the password to be used with basic auth - Questa è la password da utilizzare con l'autenticazione di base - - - - Mapping - Mappatura - - - - Stage used to configure an SMS-based TOTP authenticator. - Fase utilizzata per configurare un autenticatore TOTP basato su SMS. - - - - Twilio - Twilio - - - - Generic - Generico - - - - From number - Da numero - - - - Number the SMS will be sent from. - Il numero da cui verrà inviato l'SMS. - - - - Hash phone number - Hash numero di telefono - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - Se abilitato, verrà salvato solo un hash del numero di telefono. Questo può essere fatto per motivi di protezione dei dati. I dispositivi creati da una fase con questo abilitato non possono essere utilizzati con la fase di convalida dell'autenticatore. - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - Fase utilizzato per configurare un autenticatore statico (ovvero token statici). Questa fase dovrebbe essere utilizzata per i flussi di configurazione. - - - - Token count - Conteggio dei token - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - Fase utilizzato per configurare un Autenticatore TOTP (ovvero Authy/Google Authenticator). - - - - Digits - Cifre - - - - 6 digits, widely compatible - 6 cifre, ampia compatibilità - - - - 8 digits, not compatible with apps like Google Authenticator - 8 cifre, non compatibile con app come Google Authenticator - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - Stage utilizzato per convalidare qualsiasi autenticatore. Questa fase dovrebbe essere utilizzata durante i flussi di autenticazione o di autorizzazione. - - - - Device classes - Classi dispositivi - - - - Static Tokens - Token statici - - - - TOTP Authenticators - Autenticatori TOTP - - - - WebAuthn Authenticators - Autenticatori WebAuthn - - - - Duo Authenticators - Autenticatori Duo - - - - SMS-based Authenticators - Autenticatori bassati su SMS - - - - Device classes which can be used to authenticate. - Classi di dispositivi che possono essere utilizzati per autenticare. - - - - Last validation threshold - Ultima soglia di convalida - - - - Not configured action - Azione non configurata - - - - Force the user to configure an authenticator - Costringere l'utente a configurare un autenticatore - - - - Deny the user access - Nega l'accesso utente - - - - WebAuthn User verification - Verifica utente WebAuthn - - - - User verification must occur. - È necessario che venga effettuata la verifica dell'utente. - - - - User verification is preferred if available, but not required. - La verifica dell'utente è preferita se disponibile, ma non richiesta. - - - - User verification should not occur. - La verifica dell'utente non dovrebbe verificarsi. - - - - Configuration stages - Configurazione fasi - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - Fase utilizzate per configurare Authenticator quando l'utente non ha dispositivi compatibili. Dopo questa fase di configurazione passa, all'utente non viene nuovamente richiesto. - - - - When multiple stages are selected, the user can choose which one they want to enroll. - Quando vengono selezionate più fasi, l'utente può scegliere a quale desidera iscriversi. - - - - User verification - Verifica dell'utente - - - - Resident key requirement - Richesta chiave residente - - - - Authenticator Attachment - Allegato Autenticatore - - - - No preference is sent - Nessuna preferenza viene inviata - - - - A non-removable authenticator, like TouchID or Windows Hello - Un autenticatore non rimovibile, come TouchID o Windows Hello - - - - A "roaming" authenticator, like a YubiKey - Un autenticatore "roaming", come un YubiKey - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - Questa fase controlla la sessione corrente dell'utente rispetto al servizio Google Recaptcha (o compatibile). - - - - Public Key - Chiave pubblica - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Chiave pubblica, acquisita da https://www.google.com/recaptcha/intro/v3.html. - - - - Private Key - Chiave privata - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Chiave privata, acquisita da https://www.google.com/recaptcha/intro/v3.html. - - - - Advanced settings - Impostazioni avanzate - - - - JS URL - JS URL - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - URL per recuperare javascript da, impostazione predefinita per recaptcha. Può essere sostituito con qualsiasi alternativa compatibile. - - - - API URL - API URL - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - URL usato per convalidare la risposta di Captcha, i valori predefiniti sono recaptcha. Può essere sostituito con qualsiasi alternativa compatibile. - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - Prompt per il consenso dell'utente. Il consenso può essere permanente o scadere in un periodo di tempo definito. - - - - Always require consent - Richiedi sempre il consenso - - - - Consent expires in - Il consenso scade tra - - - - Offset after which consent expires. - Offset dopo di che il consenso scade. - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - Stage fittizio utilizzato per i test. Mostra un semplice pulsante Continua e passa sempre. - - - - Throw error? - Lanciare errore? - - - - SMTP Host - Host SMTP - - - - SMTP Port - Porta SMTP - - - - SMTP Username - Nome utente SMTP - - - - SMTP Password - Password SMTP - - - - Use TLS - Usa TLS - - - - Use SSL - Usa SSL - - - - From address - Da indirizzo - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - Verifica l'indirizzo e-mail dell'utente inviando loro un collegamento una tantum. Può anche essere utilizzato per il recupero per verificare l'autenticità dell'utente. - - - - Activate pending user on success - Attiva l'utente in sospeso sul successo - - - - When a user returns from the email successfully, their account will be activated. - Quando un utente ritorna correttamente dall'e -mail, il loro account verrà attivato. - - - - Use global settings - Usa impostazioni globali - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - Se abilitato, verranno utilizzate le impostazioni di connessione e -mail globali e le impostazioni di connessione di seguito verranno ignorate. - - - - Template - Modello - - - - Let the user identify themselves with their username or Email address. - Lascia che l'utente si identifichi con il proprio nome utente o indirizzo e -mail. - - - - User fields - Campi utente - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - Campi con cui un utente può identificarsi. Se non vengono selezionati campi, l'utente sarà in grado di utilizzare solo fonti. - - - - Password stage - Fase password - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - Quando selezionato, un campo password viene mostrato nella stessa pagina anziché una pagina separata. Ciò impedisce gli attacchi di enumerazione del nome utente. - - - - Case insensitive matching - Corrispondenza senza distinzione tra maiuscole e minuscole - - - - When enabled, user fields are matched regardless of their casing. - Se abilitato, i campi utente vengono abbinati indipendentemente dal loro involucro. - - - - Show matched user - Mostra l'utente corrispondente - - - - 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. - Quando è stato inserito un nome utente/e -mail valido e questa opzione è abilitata, verranno visualizzati il ​​nome utente e l'avatar dell'utente. Altrimenti, verrà visualizzato il testo che l'utente immesso. - - - - Source settings - Impostazioni sorgenti - - - - Sources - Sorgenti - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - Selezionare le fonti devono essere mostrate per gli utenti con cui l'autenticazione. Ciò influisce solo sulle fonti basate sul Web, non LDAP. - - - - Show sources' labels - Mostra le etichette di fonti - - - - By default, only icons are shown for sources. Enable this to show their full names. - Per impostazione predefinita, vengono mostrate solo le icone per le fonti. Abilita questa opzione per mostrare i loro nomi completi. - - - - Passwordless flow - Flusso passwordless - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - Flusso opzionale senza password, che è collegato in fondo alla pagina. Quando configurato, gli utenti possono usare questo flusso per autenticarsi con un autenticatore WebAuthn, senza immettere alcun dettaglio. - - - - Optional enrollment flow, which is linked at the bottom of the page. - Flusso di iscrizione facoltativo, il cui collegamento si trova in fondo alla pagina. - - - - Optional recovery flow, which is linked at the bottom of the page. - Flusso di recupero facoltativo, il cui collegamento si trova in fondo alla pagina. - - - - This stage can be included in enrollment flows to accept invitations. - Questa fase può essere inclusa nei flussi di iscrizione per accettare gli inviti. - - - - Continue flow without invitation - Continua a flusso senza invito - - - - 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. - Se questa bandiera è impostata, questa fase salterà alla fase successiva quando non viene fornito alcun invito. Per impostazione predefinita, questa fase annullerà il flusso quando non viene fornito alcun invito. - - - - Validate the user's password against the selected backend(s). - Convalida la password dell'utente rispetto al backend selezionato. - - - - Backends - Backends - - - - User database + standard password - Database utente + password standard - - - - User database + app passwords - Database utente + password dell'app - - - - User database + LDAP password - Database utente + password LDAP - - - - Selection of backends to test the password against. - Selezione di backend per testare la password contro. - - - - Failed attempts before cancel - Tentativi non riusciti prima dell'annullamento - - - - 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. - Quanti tentativi ha un utente prima che il flusso venga annullato. Per bloccare l'utente, utilizzare una politica di reputazione e una fase User_Write. - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - Mostra campi di input arbitrari all'utente, ad esempio durante l'iscrizione. I dati vengono salvati nel contesto di flusso nell'ambito della variabile "prompt_data". - - - - Fields - Campi - - - - Validation Policies - Criteri di Validazione - - - - Selected policies are executed when the stage is submitted to validate the data. - Le politiche selezionate vengono eseguite quando la fase viene inviata per convalidare i dati. - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - Elimina l'utente attualmente in sospeso. Attenzione, questa fase non chiede conferma. Utilizzare una fase di consenso per garantire che l'utente sia a conoscenza delle proprie azioni. - - - Log the currently pending user in. - Registra l'utente attualmente in sospeso in. - - - - Session duration - Durata della sessione - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - Determina quanto dura una sessione. Predefinito di 0 secondi significa che le sessioni durano fino alla chiusura del browser. - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - Diversi browser gestiscono i cookie di sessione in modo diverso e potrebbero non rimuoverli anche quando il browser è chiuso. - - - - See here. - Guarda qui. - - - - Stay signed in offset - Rimani connesso in tempo - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - Se impostato su una durata superiore a 0, l'utente avrà la possibilità di scegliere di "rimanere firmato", che estenderà la sessione entro il momento specificato qui. - - - - Terminate other sessions - Terminare altre sessioni - - - - When enabled, all previous sessions of the user will be terminated. - Se abilitato, tutte le sessioni precedenti dell'utente verranno terminate. - - - - Remove the user from the current session. - Rimuovere l'utente dalla sessione corrente. - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - Scrivi qualsiasi dati dal contesto del flusso "prompt_data" all'utente attualmente in sospeso. Se nessun utente - è in sospeso, viene creato un nuovo utente e vengono scritti dati. - - - Never create users - Non creare mai utenti - - - - When no user is present in the flow context, the stage will fail. - Quando nessun utente è presente nel contesto del flusso, lo stadio fallirà. - - - - Create users when required - Creare utenti quando richiesto - - - - When no user is present in the the flow context, a new user is created. - Quando non è presente alcun utente nel contesto del flusso, viene creato un nuovo utente. - - - - Always create new users - Creare sempre nuovi utenti - - - - Create a new user even if a user is in the flow context. - Crea un nuovo utente anche se un utente è nel contesto di flusso. - - - - Create users as inactive - Creare utenti come inattivi - - - - Mark newly created users as inactive. - Segna i nuovi utenti come inattivi. - - - - User path template - Modello percorso utente - - - - Path new users will be created under. If left blank, the default path will be used. - Percorso verranno creati nuovi utenti. Se lasciato vuoto, verrà utilizzato il percorso predefinito. - - - - Newly created users are added to this group, if a group is selected. - Gli utenti appena creati vengono aggiunti a questo gruppo, se viene selezionato un gruppo. - - - - New stage - Nuova fase - - - - Create a new stage. - Crea una nuova fase. - - - - Successfully imported device. - Dispositivo importato con successo. - - - - The user in authentik this device will be assigned to. - L'utente in autencik questo dispositivo verrà assegnato. - - - - Duo User ID - Duo User ID - - - - The user ID in Duo, can be found in the URL after clicking on a user. - L'ID utente in duo è disponibile nell'URL dopo aver fatto clic su un utente. - - - - Automatic import - Importazione automatica - - - - Successfully imported devices. - Importati con successo - dispositivi. - - - - Start automatic import - Iniziare l'importazione automatica - - - - Or manually import - O importa manualmente - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - Le fasi sono singoli passaggi di un flusso su cui un utente è guidato. Una fase può essere eseguita solo all'interno di un flusso. - - - - Flows - Flussi - - - - Stage(s) - Fase(i) - - - - Import - Importa - - - - Import Duo device - Importa dispositivo Duo - - - - Successfully updated flow. - Aggiornato con successo il flusso. - - - - Successfully created flow. - Creato con successo il flusso. - - - - Shown as the Title in Flow pages. - Mostrato come titolo nelle pagine di flusso. - - - - Visible in the URL. - Visibile nell'URL. - - - - Designation - Designazione - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - Decide a cosa serve questo flusso. Ad esempio, il flusso di autenticazione viene reindirizzato a quando un utente non autenticato visita authentik. - - - - No requirement - Nessun requisito - - - - Require authentication - Richiedere l'autenticazione - - - - Required authentication level for this flow. - Livello di autenticazione richiesto per questo flusso. - - - - Behavior settings - Impostazioni del comportamento - - - - Compatibility mode - Modalità di compatibilità - - - - Increases compatibility with password managers and mobile devices. - Aumenta la compatibilità con i gestori di password e i dispositivi mobili. - - - - Denied action - Azione negata - - - - Will follow the ?next parameter if set, otherwise show a message - Seguirà il parametro successivo se impostato, altrimenti mostra un messaggio - - - - Will either follow the ?next parameter or redirect to the default interface - Seguirà il parametro successivo o reindirizza all'interfaccia predefinita - - - - Will notify the user the flow isn't applicable - Notificherà all'utente il flusso non è applicabile - - - - Decides the response when a policy denies access to this flow for a user. - Decide la risposta quando una politica nega l'accesso a questo flusso per un utente. - - - - Appearance settings - Impostazioni di visualizzazione - - - - Layout - Layout - - - - Background - Sfondo - - - - Background shown during execution. - Sfondo mostrato durante l'esecuzione. - - - - Clear background - Pulisci sfondo - - - - Delete currently set background image. - Elimina l'immagine di sfondo attualmente impostata. - - - - Successfully imported flow. - Importazione del flusso riuscita. - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - I flussi descrivono una catena di fasi per autenticare, iscrivere o recuperare un utente. Le fasi vengono scelte in base alle politiche applicate a loro. - - - - Flow(s) - Flusso(i) - - - - Update Flow - Aggiorna Flusso - - - - Create Flow - Crea Flusso - - - - Import Flow - Importa Flusso - - - - Successfully cleared flow cache - Cache di flusso cancellata con successo - - - - Failed to delete flow cache - Impossibile eliminare la cache di flusso - - - - Clear Flow cache - Pulisci cache flusso - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - Sei sicuro di voler cancellare la cache del flusso? - Ciò causerà la rivalutazione di tutti i flussi al loro prossimo utilizzo. - - - Stage binding(s) - Associazione(i) fase - - - - Stage type - Tipo fase - - - - Edit Stage - Modifica Fase - - - - Update Stage binding - Aggiorna Associazione fase - - - - These bindings control if this stage will be applied to the flow. - Questi legami controllano se questa fase verrà applicata al flusso. - - - - No Stages bound - Nessuna fase associata - - - - No stages are currently bound to this flow. - Al momento non sono presenti fasi associate a questo flusso. - - - - Create Stage binding - Crea associazione di fase - - - - Bind existing stage - Associa la fase esistente - - - - Flow Overview - Panoramica del flusso - - - - Related actions - Azioni correlate - - - - Execute flow - Esegui flusso - - - - Normal - Normale - - - - Export flow - Esportazione flusso - - - - Export - Esportazione - - - - Stage Bindings - Associazione Fase - - - - These bindings control which users can access this flow. - Queste associzioni controllano quali utenti possono accedere a questo flusso. - - - - Event Log - Registro eventi - - - - Event - Evento - - - - - Event info - Info Evento - - - - Created - Creato - - - - Successfully updated transport. - Aggiornato con successo il trasporto. - - - - Successfully created transport. - Creato con successo il trasporto. - - - - Local (notifications will be created within authentik) - Local (le notifiche verranno create all'interno di authentik) - - - - Webhook (generic) - Webhook (generico) - - - - Webhook (Slack/Discord) - Webhook (Slack/Discord) - - - - Webhook URL - Webhook URL - - - - Send once - Invia una volta - - - - Only send notification once, for example when sending a webhook into a chat channel. - Invia una notifica solo una volta, ad esempio quando si invia un webhook in un canale di chat. - - - - Notification Transports - Notifiche di trasporto - - - - Define how notifications are sent to users, like Email or Webhook. - Definire come vengono inviate le notifiche agli utenti, come e -mail o webhook. - - - - Notification transport(s) - Notifica trasporto(i) - - - - Update Notification Transport - Aggiorna trasporto di notifica - - - - Create Notification Transport - Creare trasporto di notifica - - - - Successfully updated rule. - Aggiornato con successo la regola. - - - - Successfully created rule. - Creato con successo la regola. - - - - Transports - Trasporti - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - Selezionare quali trasporti dovrebbero essere utilizzati per avvisare l'utente. Se nessuno è selezionato, la notifica verrà mostrata solo nell'interfaccia utente di authentik. - - - - Severity - Gravità - - - - Notification Rules - Regole di notifica - - - - Send notifications whenever a specific Event is created and matched by policies. - Invia notifiche ogni volta che un evento specifico viene creato e abbinato dalle politiche. - - - - Sent to group - Inviato al gruppo - - - - Notification rule(s) - Regola(e) di notifica - - - - Update Notification Rule - Aggiorna regola di notifica - - - - Create Notification Rule - Crea regola di notifica - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - Questi legami controllano quali eventi questa regola innesca. - I binding a gruppi/utenti vengono controllati contro l'utente dell'evento. - - - Outpost Deployment Info - Info Deployment Avamposto - - - - View deployment documentation - Visualizza la documentazione di distribuzione - - - - Click to copy token - Clicca per copiare il token - - - - If your authentik Instance is using a self-signed certificate, set this value. - Se l'istanza authentik sta utilizzando un certificato autofirmato, impostare questo valore. - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - Se l'impostazione AUTHENTIK_HOST non corrisponde all'URL con cui si desidera accedere, aggiungi questa impostazione. - - - - Successfully updated outpost. - Avamposto aggiornato con successo. - - - - Successfully created outpost. - Avamposto creato con successo. - - - - Radius - Radius - - - - Integration - Integrazione - - - - Selecting an integration enables the management of the outpost by authentik. - La selezione di un'integrazione consente la gestione dell'autospost di authentik. - - - - Configuration - Configurazione - - - - See more here: - Vedi di più qui: - - - - Documentation - Documentazione - - - - Last seen - Ultima volta visto - - - - , should be - - , dovrebbe essere - - - - - Hostname - Hostname - - - - Not available - Non disponibile - - - - Unknown type - Tipo sconosciuto - - - - Outposts - Avamposti - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Gli avamposti sono distribuzioni di componenti autencik per supportare diversi ambienti e protocolli, come i proxy inversi. - - - - Health and Version - Salute e Versione - - - - Warning: authentik Domain is not configured, authentication will not work. - Attenzione: il dominio authentik non è configurato, l'autenticazione non funzionerà. - - - - Logging in via . - Accesso con - . - - - - No integration active - Nessuna integrazione attiva - - - - Update Outpost - Aggiorna avamposto - - - - View Deployment Info - Visualizza info Deployment - - - - Detailed health (one instance per column, data is cached so may be out of date) - Salute dettagliata (un'istanza per colonna, i dati sono memorizzati nella cache, quindi potrebbe essere obsoleto) - - - - Outpost(s) - Avamposto(i) - - - - Create Outpost - Crea avamposto - - - - Successfully updated integration. - Aggiornato con successo l'integrazione. - - - - Successfully created integration. - Creato con successo l'integrazione. - - - - Local - Locale - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - Se abilitato, utilizzare la connessione locale. Integrazione Docker Cocket Docker/Kubernetes. - - - - Docker URL - Docker URL - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - CA su cui viene verificato il certificato dell'endpoint. Può essere lasciato vuoto per nessuna convalida. - - - - TLS Authentication Certificate/SSH Keypair - Certificato di autenticazione TLS/KEYPAIR SSH - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - Certificato/chiave utilizzato per l'autenticazione. Può essere lasciato vuoto per nessuna autenticazione. - - - - When connecting via SSH, this keypair is used for authentication. - Quando si collega tramite SSH, questa tastiera viene utilizzata per l'autenticazione. - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - Verifica certificato SSL API Kubernetes - - - - New outpost integration - Nuova integrazione avamposto - - - - Create a new outpost integration. - Crea una nuova integrazione avamposto. - - - - State - Stato - - - - Unhealthy - Non sano - - - - Outpost integration(s) - Integrazione(i) avamposto - - - - Successfully generated certificate-key pair. - Generato con successo il certificato-chiave. - - - - Common Name - Common Name - - - - Subject-alt name - Subject-alt name - - - - Optional, comma-separated SubjectAlt Names. - Opzionale, nomi SubjectAlt separati da virgola. - - - - Validity days - Giorni di validità - - - - Successfully updated certificate-key pair. - Aggiornata con successo la coppia certificato-chiave. - - - - Successfully created certificate-key pair. - Creato con successo il certificato-chiave. - - - - PEM-encoded Certificate data. - Dati del certificato codificato PEM. - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - Chiave privata opzionale. Se impostata, puoi utilizzare questa coppia di chiavi per la crittografia. - - - - Certificate-Key Pairs - Coppie di certificato-chiave - - - - Import certificates of external providers or create certificates to sign requests with. - Importa certificati di fornitori esterni o crea certificati per firmare le richieste con. - - - - Private key available? - Chiave privata è disponibile? - - - - Certificate-Key Pair(s) - Coppia(e) Certificato-Chiave - - - - Managed by authentik - Gestito da authentik - - - - Managed by authentik (Discovered) - Gestito da authentik (Scoperto) - - - - Yes () - Sì ( - ) - - - - No - No - - - - Update Certificate-Key Pair - Aggiorna la coppia Certificato-Chiave - - - - Certificate Fingerprint (SHA1) - Fingerprint Certificato (SHA1) - - - - Certificate Fingerprint (SHA256) - Fingerprint Certificato (SHA256) - - - - Certificate Subject - Soggetto del certificato - - - - Download Certificate - Scarica Certificato - - - - Download Private key - Scarica chiave privata - - - - Generate - Genera - - - - Successfully updated instance. - Istanza caricata con successo. - - - - Successfully created instance. - Istanza creata con successo. - - - - Disabled blueprints are never applied. - I progetti disabili non vengono mai applicati. - - - - Local path - Percorso locale - - - - OCI Registry - Registro OCI - - - - Internal - Interno - - - - Blueprint - Progetto - - - - Configure the blueprint context, used for templating. - Configurare il contesto del progetto, utilizzato per il modello. - - - - Orphaned - Orfano - - - - Blueprints - Progetti - - - - Automate and template configuration within authentik. - Configurazione delle automazione e dei modelli all'interno di authentik. - - - - Last applied - Ultima applicazione - - - - Blueprint(s) - Progetto(i) - - - - Update Blueprint - Aggiorna progetto - - - - Create Blueprint Instance - Crea istanza progetto - - - - API Requests - Richieste API - - - - Open API Browser - Apri navigatore API - - - - Notifications - Notifiche - - - - unread - - non letto - - - - Successfully cleared notifications - Notifiche ripulite con successo - - - - Clear all - Pulisci tutto - - - - User interface - Interfaccia utente - - - - Dashboards - Dashboard - - - - Events - Eventi - - - - Logs - Logs - - - - Directory - Cartella - - - - System - Sistema - - - - Certificates - Certificati - - - - Outpost Integrations - Integrazione avamposto - - - - API request failed - Richiesta API non riuscita - - - - Something went wrong! Please try again later. - Qualcosa è andato storto! Per favore riprova più tardi. - - - - Request ID - Request ID - - - - You may close this page now. - Puoi chiudere questa pagina ora. - - - - You're about to be redirect to the following URL. - Stai per essere reindirizzato all'URL seguente. - - - - Follow redirect - Segui il reindirizzamento - - - - Request has been denied. - La richiesta è stata negata. - - - - Not you? - Non sei tu? - - - - Need an account? - Hai bisogno di un account? - - - - Sign up. - Registrati. - - - - Forgot username or password? - Hai dimenticato il nome utente o la password? - - - - Or - Oppure - - - - Use a security key - Usa una chiave di sicurezza - - - - Login to continue to . - Accedi per continuare in - . - - - - Please enter your password - Per favore inserisci la tua password - - - - Forgot password? - Hai dimenticato la password? - - - - Application requires following permissions: - L'applicazione richiede i seguenti permessi: - - - - Application already has access to the following permissions: - L'applicazione ha già accesso alle seguenti autorizzazioni: - - - - Application requires following new permissions: - L'applicazione richiede le seguenti nuove autorizzazioni: - - - - Check your Inbox for a verification email. - Controlla la tua casella di posta per un'email di verifica. - - - - Send Email again. - Invia di nuovo l'email. - - - - Successfully copied TOTP Config. - Configurazione TOTP copiato correttamente. - - - - Code - Codice - - - - Duo activation QR code - Codice QR di attivazione Duo - - - - Alternatively, if your current device has Duo installed, click on this link: - In alternativa, se il tuo dispositivo corrente è installato duo, fare clic su questo link: - - - - Duo activation - Attivazione Duo - - - - Check status - Verifica stato - - - - Make sure to keep these tokens in a safe place. - Assicurati di tenere questi token in un luogo sicuro. - - - - Phone number - Numero di telefono - - - - Please enter your Phone number. - Per favore, inserisci il tuo numero di telefono. - - - - Please enter the code you received via SMS - Per favore, inserisci il codice che hai ricevuto tramite SMS. - - - - Static token - Token statico - - - - Authentication code - Codice di autenticazione - - - - Please enter your code - Per favore inserisci il tuo codice. - - - - Retry authentication - Riprova autenticazione - - - - Duo push-notifications - Notifiche push Duo - - - - Receive a push notification on your device. - Ricevi una notifica push sul tuo dispositivo. - - - - Authenticator - Autenticatore - - - - Use a security key to prove your identity. - Usa una chiave di sicurezza per dimostrare la tua identità. - - - - Traditional authenticator - Autenticatore tradizionale - - - - Use a code-based authenticator. - Utilizzare un autenticatore basato su codice. - - - - Recovery keys - Chiavi di recupero - - - - SMS - SMS - - - - Tokens sent via SMS. - Token inviati tramite SMS. - - - - Stay signed in? - Rimani connesso? - - - - Select Yes to reduce the number of times you're asked to sign in. - Seleziona Sì per ridurre il numero di volte in cui ti viene chiesto di effettuare l'accesso. - - - - Authenticating with Plex... - Autenticazione con Plex... - - - - Waiting for authentication... - In attesa di autenticazione... - - - - If no Plex popup opens, click the button below. - Se non si apre alcun popup plex, fare clic sul pulsante in basso. - - - - Open login - Aprire login - - - - Authenticating with Apple... - Autenticazione con Apple... - - - - Retry - Riprova - - - - You've successfully authenticated your device. - Hai autenticato correttamente il tuo dispositivo. - - - - Flow inspector - Ispezione del flusso - - - - Next stage - Fase successiva - - - - Stage name - Nome fase - - - - Stage kind - Tipo fase - - - - Stage object - Ogetto fase - - - - This flow is completed. - Questo flusso è completato. - - - - Plan history - Storia del piano - - - - Current plan context - Contesto del piano attuale - - - - Session ID - Session ID - - - - Powered by authentik - Powered by authentik - - - - Error creating credential: - Errore durante la creazione della credenziale: - - - - - Server validation of credential failed: - Convalida server delle credenziali non riuscita: - - - - - Refer to documentation - Riferirsi alla documentazione - - - No Applications available. - Nessuna applicazione disponibile. - - - - Either no applications are defined, or you don’t have access to any. - O non sono definite applicazioni o non hai accesso a nessuna. - - - My Applications - Le mie Applicazioni - - - - My applications - Le mie applicazioni - - - - Change your password - Cambia la tua password - - - - Change password - Cambia password - - - - Save - Salva - - - - Delete account - Elimina account - - - - Successfully updated details - Dettagli aggiornati con successo - - - - Open settings - Aprire impostazioni - - - - No settings flow configured. - Nessun flusso di impostazioni configurato. - - - - Update details - Aggiorna dettagli - - - - Successfully disconnected source - Riuscita disconnessione sorgente - - - - Failed to disconnected source: - Impossibile disconnettere la sorgente: - - - - - Disconnect - Disconnetti - - - - Connect - Connetti - - - - Error: unsupported source settings: - Errore: impostazioni della sorgente non supportate: - - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - Collega il tuo account utente ai servizi elencati di seguito, per consentire di accedere utilizzando il servizio anziché le credenziali tradizionali. - - - - No services available. - Nessun servizio disponibile. - - - - Create App password - Crea password dell'app - - - - User details - Dettagli utente - - - - Consent - Consenso - - - - MFA Devices - Dispositivi MFA - - - - Connected services - Servizi connessi - - - - Tokens and App passwords - Token e password dell'app - - - - Unread notifications - Notifiche non lette - - - - Admin interface - Interfaccia amministrativa - - - - Stop impersonation - Concludi l'impersonificazione - - - - Avatar image - Immagine dell'avatar - - - - Failed - Fallito - - - - Unsynced / N/A - Non sincronizzato / N/A - - - - Outdated outposts - Avamposti obsoleti - - - - Unhealthy outposts - Avamposti degradati - - - - Next - Successivo - - - - Inactive - Inattivo - - - - Regular user - Utente regolare - - - - Activate - Attivare - - - - Use Server URI for SNI verification - Utilizzare l'URI del server per la verifica SNI - - - Required for servers using TLS 1.3+ - Richiesto per i server usando TLS 1.3+ - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - KeyPair del certificato client per autenticarsi rispetto al certificato del server LDAP. - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - Il certificato per la base di base sopra configurata DN. Come fallback, il fornitore utilizza un certificato autofirmati. - - - TLS Server name - Nome server TLS - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - Nome DNS per il quale deve essere utilizzato il certificato configurato sopra. Il certificato non può essere rilevato in base al DN di base, poiché la negoziazione SSL/TLS avviene prima che tali dati vengano scambiati. - - - TLS Client authentication certificate - Certificato di autenticazione client TLS - - - Model - Modello - - - Match events created by selected model. When left empty, all models are matched. - Abbina eventi creati dal modello selezionato. Se lasciati vuoti, tutti i modelli sono abbinati. - - - Code-based MFA Support - Supporto MFA basato sul codice - - - 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. - Se abilitato, l'autenticazione multi-fattore basata su codice può essere utilizzata aggiungendo un punto e virgola e il codice TOTP alla password. Questo dovrebbe essere abilitato solo se tutti gli utenti che si legaranno a questo provider hanno un dispositivo TOTP configurato, poiché altrimenti una password può essere respinta in modo errato se contiene un punto e virgola. - - - User type - Tipo di utente - - - Successfully updated license. - Licenza aggiornata con successo. - - - Successfully created license. - Licenza creata con successo. - - - Install ID - ID Installazione - - - License key - Chiave di licenza - - - Licenses - Licenze - - - License(s) - Licenza(e) - - - Cumulative license expiry - Scadenza cumulativa della licenza - - - Update License - Aggiorna Licenza - - - Warning: The current user count has exceeded the configured licenses. - Attenzione: il numero di utenti correnti ha superato le licenze configurate. - - - Click here for more info. - Clicca qui per ulteriori informazioni. - - - Enterprise - Enterprise - - - Manage enterprise licenses - Gestire le licenze enterprise - - - No licenses found. - Nessuna licenza trovata. - - - Send us feedback! - Invia il tuo feedback! - - - Go to Customer Portal - Vai al Portale del Cliente - - - Forecast internal users - Previsione utenti interni - - - Estimated user count one year from now based on current internal users and forecasted internal users. - - - Forecast external users - Previsione utenti esterni - - - Estimated user count one year from now based on current external users and forecasted external users. - - - Install - Installa - - - Install License - Installa Licenza - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - Gli utenti interni potrebbero essere utenti come i dipendenti dell'azienda, che avranno accesso al set di funzionalità aziendali completo. - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - Gli utenti esterni potrebbero essere consulenti esterni o clienti B2C. Questi utenti non hanno accesso alle funzionalità aziendali. - - - Service accounts should be used for machine-to-machine authentication or other automations. - Gli account di servizio devono essere utilizzati per l'autenticazione macchina a macchina o altre automazione. - - - Remove item - Rimuovi elemento - - - Open API drawer - Apri riquadro OpenAPI - - - Open Notification drawer - Cassetto di notifica aperta - - - Add provider - Aggiungi provider - - - Open - Apri - - - Copy token - Copia token - - - Add users - Aggiungi utenti - - - Add group - Aggiungi gruppo - - - Import devices - Importa dispositivi - - - Execute - Esegui - - - Show details - Mostra dettagli - - - Apply - Applica - - - Settings - Impostazioni - - - Sign out - Sign out - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - Il numero di token generati ogni volta che viene utilizzata questa fase. Ogni token generato per fase di esecuzione sarà collegato a un singolo dispositivo statico. - - - Token length - Lunghezza Token - - - The length of the individual generated tokens. Can be increased to improve security. - La lunghezza dei token generati individuali. Può essere aumentato per migliorare la sicurezza. - - - Internal: - Interni: - - - External: - Esterni: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - Negare staticamente il flusso. Per utilizzare questa fase in modo efficace, disabilita * Valuta quando è pianificato il flusso * sul rispettivo legame. - - - Create and bind Policy - Crea e associa criterio - - - Federation and Social login - Federazione e social login - - - Create and bind Stage - Crea e associa fase - - - Flows and Stages - Flussi e fasi - - - New version available - Nuova versione disponibile - - - Failure result - Risultato fallimento - - - Pass - Pass - - - Don't pass - Non passare - - - Result used when policy execution fails. - Risultato utilizzato quando l'esecuzione delle politiche non riesce. - - - Required: User verification must occur. - Obbligatorio: deve essere effettuata la verifica dell'utente. - - - Preferred: User verification is preferred if available, but not required. - Preferibile: la verifica dell'utente è preferibile se disponibile, ma non obbligatoria. - - - Discouraged: User verification should not occur. - Scoraggiato: la verifica dell'utente non dovrebbe avvenire. - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - Obbligatorio: l'autenticatore DEVE creare una credenziale dedicata. In caso contrario, l'RP è preparato al verificarsi di un errore - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - Preferibile: l'autenticatore può creare e archiviare credenziali dedicate, ma anche in caso contrario va bene - - - Discouraged: The authenticator should not create a dedicated credential - Scoraggiato: l'autenticatore non deve creare una credenziale dedicata - - - Lock the user out of this system - Blocca l'utente fuori da questo sistema - - - Allow the user to log in and use this system - Consenti all'utente di accedere e utilizzare questo sistema - - - Temporarily assume the identity of this user - Temporaneamente assumi l'identità di questo utente - - - Enter a new password for this user - Inserisci una nuova password per questo utente - - - Create a link for this user to reset their password - Crea un collegamento per consentire a questo utente di reimpostare la password - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn richiede che questa pagina sia accessibile tramite HTTPS. - - - WebAuthn not supported by browser. - WebAuthn non supportato dal browser. - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - Usa questo provider con l'auth_request di Nginx o il forkauth di Traefik. Ogni applicazione/dominio ha bisogno del proprio fornitore. Inoltre, su ciascun dominio, /outpost.goauthentik.io deve essere indirizzato all'avamposto (quando si utilizza un avamposto gestito, questo viene fatto per te). - - - Default relay state - Stato di relè predefinito - - - When using IDP-initiated logins, the relay state will be set to this value. - Quando si utilizzano gli accessi avviati da IDP, lo stato di relè verrà impostato su questo valore. - - - Flow Info - Info Flusso - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - Fase utilizzato per configurare un autenticatore WebAuthn (ovvero Yubikey, FaceId/Windows Hello). - -<<<<<<< HEAD - - Internal application name used in URLs. - Nome applicazione interno utilizzato negli URL. - - - Submit - Invia - - - UI Settings - Impostazioni dell'Interfaccia Utente - - - Your application has been saved - La tua applicazione è stata salvata - - - Custom attributes - Attributi personalizzati - - - Don't show this message again. - Non mostrare di nuovo questo messaggio. - - - Failed to fetch - Impossibile recuperare - - - Failed to fetch data. - Impossibile recuperare i dati. - - - Successfully assigned permission. - Autorizzazione assegnata correttamente. - - - Role - Ruolo - - - Assign - Assegna - - - Assign permission to role - Assegnare il permesso al ruolo - - - Assign to new role - Assegna a nuovo ruolo - - - Directly assigned - Assegnato direttamente - - - Assign permission to user - Assegna permesso a utente - - - Assign to new user - Assegna a nuovo utente - - - User Object Permissions - Autorizzazioni dell'oggetto utente - - - Role Object Permissions - Autorizzazioni oggetto ruolo - - - Roles - Ruoli - - - Select roles to grant this groups' users' permissions from the selected roles. - Seleziona i ruoli per concedere le autorizzazioni degli utenti di questi gruppi dai ruoli selezionati. - - - Editing is disabled for managed tokens - La modifica è disabilitata per i token gestiti - - - Permissions to add - Permessi da aggiungere - - - Select permissions - Seleziona le autorizzazioni - - - Assign permission - Assegnare il permesso - - - Permission(s) - Permesso(i) - - - Permission - Permesso - - - User doesn't have view permission so description cannot be retrieved. - L'utente non ha l'autorizzazione di visualizzazione, quindi la descrizione non può essere recuperata. - - - Assigned global permissions - Autorizzazioni globali assegnate - - - Assigned object permissions - Autorizzazioni oggetto assegnate - - - Successfully updated role. - Aggiornamento del ruolo effettuato con successo. - - - Successfully created role. - Ruolo creato con successo. - - - Manage roles which grant permissions to objects within authentik. - Gestisci ruoli che concedono le autorizzazioni agli oggetti all'interno di authentik. - - - Role(s) - Ruolo(i) - - - Update Role - Aggiorna Ruolo - - - Create Role - Creare Ruolo - - - Role doesn't have view permission so description cannot be retrieved. - Il ruolo non ha il permesso di visualizzazione, quindi la descrizione non può essere recuperata. - - - Role - - - Role Info - Info Ruolo - - - Pseudolocale (for testing) - Pseudolocale (per testare) - - - One hint, 'New Application Wizard', is currently hidden - Un suggerimento, "New Application Wizard", è attualmente nascosto - - - Deny message - Negare il messaggio - - - Message shown when this stage is run. - Messaggio mostrato quando questa fase è eseguita. - - - The token has been copied to your clipboard - Il token è stato copiato negli appunti - - - The token was displayed because authentik does not have permission to write to the clipboard - Il token è stato visualizzato perché authentik non ha il permesso di scrivere negli appunti - - - A copy of this recovery link has been placed in your clipboard - Una copia di questo collegamento di recupero è stata inserita negli appunti - - - Create recovery link - Crea link di recupero - - - Create Recovery Link - Crea Link di Recupero - - - External - Esterno - - - Service account - Account di servizio - - - Service account (internal) - Account di servizio (interno) - - - Check the release notes - Controlla le note di rilascio - - - User Statistics - Statistiche degli utenti - - - User type used for newly created users. - Tipo di utente utilizzato per gli utenti appena creati. - - - Users created - Utenti creati - - - Failed logins - Accessi falliti - - - Also known as Client ID. - Anche conosciuto come Client ID. - - - Also known as Client Secret. - Anche conosciuto come Client Secret. - - - Global status - Stato globale - - - Vendor - Vendor - - - Connectivity - Connettività - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0: Troppo indovinabile: password rischiosa. (tentativi &lt; 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1: Molto indovinabile: protezione dagli attacchi online limitati. (tentativi &lt; 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2: Abbastanza indovinabile: protezione dagli attacchi online senza limitazioni. (tentativi &lt; 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3: Difficilmente indovinabile: protezione moderata dallo scenario offline con hashing lento. (tentativi &lt; 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4: Molto difficilmente indovinabile: forte protezione dallo scenario offline con hash lento. (tentativi &gt;= 10^10) - - - Successfully created user and added to group - Utente creato con successo e aggiunto al gruppo - - - This user will be added to the group "". - Questo utente sarà aggiunto al gruppo &quot;&quot;. - - - Pretend user exists - Fingere che l'utente esista - - - When enabled, the stage will always accept the given user identifier and continue. - Se abilitato, lo stadio accetterà sempre l'identificatore dell'utente dato e continuerà. - - - There was an error in the application. - C'è stato un errore nell'applicazione. - - - Review the application. - Rivedi l'applicazione. - - - There was an error in the provider. - C'è stato un errore nel provider. - - - Review the provider. - Rivedere il fornitore. - - - There was an error creating the application, but no error message was sent. Please review the server logs. - Si è verificato un errore creando l'applicazione, ma non è stato inviato alcun messaggio di errore. Si prega di rivedere i registri del server. - - - Configure LDAP Provider - Configurare il provider LDAP - - - Configure Proxy Provider - Configurare Proxy Provider - - - Configure Radius Provider - Configurare il provider del raggio - - - Configure SAML Provider - Configurare il provider SAML - - - Configure SCIM Provider - Configurare il provider SCIM - - - Connection settings. - Impostazioni connessione. - - - Successfully updated endpoint. - Endpoint aggiornato correttamente. - - - Successfully created endpoint. - Endpoint creato correttamente. - - - Protocol - Protocollo - - - RDP - RDP - - - SSH - SSH - - - VNC - VNC - - - Host - Host - - - Endpoint(s) - Endpoint(s) - - - Update Endpoint - Aggiorna Endpoint - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - Questi legami controllano i quali gli utenti avranno accesso a questo endpoint. Gli utenti devono anche avere accesso all'applicazione. - - - Create Endpoint - Crea Endpoint - - - Update RAC Provider - Aggiorna il fornitore di rac - - - Endpoints - Endpoints - - - General settings - Impostazioni generali - - - RDP settings - Impostazioni RDP - - - Ignore server certificate - Ignora certificato server - - - Enable wallpaper - Abilita sfondo - - - Enable font-smoothing - Abilita lo smussamento dei caratteri - - - Enable full window dragging - Abilita il trascinamento della finestra completa - - - Network binding - Associazione di rete - - - No binding - Nessun legame - - - Bind ASN - Lega asn - - - Bind ASN and Network - Lega l'ASN e la rete - - - Bind ASN, Network and IP - Lega ASN, rete e IP - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - Configurare se le sessioni create da questa fase dovrebbero essere legate alle reti in cui sono state create. - - - GeoIP binding - Associazione GEOIP - - - Bind Continent - Lega Continente - - - Bind Continent and Country - Lega il continente e il paese - - - Bind Continent, Country and City - Lega il continente, il paese e la città - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - Configurare se le sessioni create da questa fase dovrebbero essere legate alla loro posizione basata su GEOIP - - - RAC - Rac - - - Connection failed after attempts. - Connessione fallita dopo tentativi. - - - Re-connecting in second(s). - Ri-connessione in secondo(i). - - - Connecting... - Connessione... - - - Select endpoint to connect to - Seleziona Endpoint a cui connettersi - - - Connection expiry - Scadenza della connessione - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - Determina quanto dura una sessione prima di essere disconnessa e richiedere una riautorizzazione. - - - Learn more - Per saperne di più - - - Maximum concurrent connections - Connessioni simultanee massime - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - Connessioni simultanee massime consentite a questo endpoint. Può essere impostato su -1 per disabilitare il limite. - - - Korean - Coreano - - - Dutch - Olandese - - - Brand - Brand - - - Successfully updated brand. - Brand aggiornato con successo. - - - Successfully created brand. - Brand creato con successo. - - - Use this brand for each domain that doesn't have a dedicated brand. - Usa questo marchio per ogni dominio che non ha un marchio dedicato. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - Imposta attributi personalizzati utilizzando YAML o JSON. Eventuali attributi impostati qui saranno ereditati dagli utenti, se la richiesta viene gestita da questo marchio. - - - Brands - Brands - - - Brand(s) - Brand(s) - - - Update Brand - Aggiorna Brand - - - Create Brand - Crea Brand - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - Per consentire a un utente di ripristinare direttamente una propria password, configurare un flusso di recupero sul marchio attualmente attivo. - - - Successfully updated settings. - Impostazioni aggiornate. - - - Avatars - Avatars - - - Configure how authentik should show avatars for users. The following values can be set: - Configurare come authentik dovrebbe mostrare avatar per gli utenti. È possibile impostare i seguenti valori: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - Disabilita gli avatar per utente e mostra solo un'immagine trasparente da 1x1 pixel - - - Uses gravatar with the user's email address - Utilizza Gravatar con l'indirizzo email dell'utente - - - Generated avatars based on the user's name - Avatar generati in base al nome dell'utente - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - Qualsiasi URL: se si desidera utilizzare le immagini ospitate su un altro server, è possibile impostare qualsiasi URL. Inoltre, possono essere utilizzati questi segnaposto: - - - The user's username - Nome utente - - - The email address, md5 hashed - L'indirizzo e -mail, hashed MD5 - - - The user's UPN, if set (otherwise an empty string) - L'utente è UPN, se impostato (altrimenti una stringa vuota) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - Un percorso di attributi come - attributes.something.avatar, che può essere utilizzato in - combinazione con il campo file per consentire agli utenti di caricare - avatar personalizzati. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - È possibile impostare più valori, separati da virgole e authentik scenderà alla modalità successiva quando non è stato possibile trovare un avatar. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - Ad esempio, impostando questo su gravatar,iniziali proverà - a ottenere un avatar da Gravatar, e se l'utente non l'ha - configurato, si ricorrerà a un avatar generato. - - - Allow users to change name - Permetti agli utenti di cambiare nome - - - Enable the ability for users to change their name. - Abilita la possibilità agli utenti di cambiare il proprio nome. - - - Allow users to change email - Consenti agli utenti di modificare l'email - - - Enable the ability for users to change their email. - Consentire agli utenti di modificare la propria email. - - - Allow users to change username - Consenti agli utenti di cambiare nome utente - - - Enable the ability for users to change their username. - Consentire agli utenti di modificare il proprio nome utente. - - - Footer links - Footer links - - - GDPR compliance - Conformità GDPR - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - Se abilitata, tutti gli eventi causati da un utente verranno eliminati al momento dell'eliminazione dell'utente. - - - Impersonation - Impersonazione - - - Globally enable/disable impersonation. - Abilita/disabilita globalmente l'impersonificazione. - - - System settings - Impostazioni di sistema - - - Changes made: - Cambiamenti effettuati: - - - Key - Chiave - - - Previous value - Precedente valore - - - New value - Nuovo valore - - - Raw event info - Informazioni sull'evento grezzo - - - Anonymous user - Utente anonimo - - - Add All Available - Aggiungi Tutti Disponibili - - - Remove All Available - Rimuovi Tutti Disponibili - - - Remove All - Rimuovi Tutti - - - Available options - Opzioni disponibili - - - Selected options - Opzioni selezionate - - - item(s) marked to add. - elemento(i) contrassegnato per l'aggiunta. - - - item(s) selected. - elemento(i) selezionato. - - - item(s) marked to remove. - elemento(i) contrassegnato per la rimozione. - - - Available Applications - Applicazioni disponibili - - - Selected Applications - Applicazioni selezionate - - - Last used - Ultimo utilizzo - - - OAuth Access Tokens - OAuth Access Tokens - - - Credentials / Tokens - Credenziali / Tokens - - - Permissions set on users which affect this object. - Autorizzazioni impostate sugli utenti che influenzano questo oggetto. - - - Permissions set on roles which affect this object. - Autorizzazioni impostate su ruoli che influenzano questo oggetto. - - - Permissions assigned to this user which affect all object instances of a given type. - Autorizzazioni assegnate a questo utente che influiscono su tutte le istanze degli oggetti di un determinato tipo. - - - Permissions assigned to this user affecting specific object instances. - Autorizzazioni assegnate a questo utente che influisce su istanze specifiche degli oggetti. - - - Permissions assigned to this role which affect all object instances of a given type. - Autorizzazioni assegnate a questo ruolo che influiscono su tutte le istanze degli oggetti di un determinato tipo. - - - JWT payload - JWT payload - - - Preview for user - Anteprima per l'utente - - - Brand name - Nome Brand - - - Delete authorization on disconnect - Elimina l'autorizzazione su disconnessione - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - Se abilitato, le autorizzazioni di connessione verranno eliminate quando un client si disconnette. Ciò costringerà i clienti con connessioni Internet traballante per autorizzare nuovamente l'endpoint. - - - Connection Token(s) - Connection Token (i) - - - Endpoint - Endpoint - - - Connections - Connessioni - - - Unconfigured - Non configurato - - - This option will not be changed by this mapping. - Questa opzione non verrà modificata da questa mappatura. - - - RAC Connections - Connessioni RAC - - - Sending Duo push notification... - Invio notifica push Duo in corso... - - - Failed to authenticate - Autenticazione fallita - - - Authenticating... - Autenticazione... - - - Customization - Personalizzazione - - - Authentication failed. Please try again. - Autenticazione fallita. Per favore riprova. - - - Failed to register. Please try again. - Registrazione fallita. Per favore riprova. - - - Registering... - Registrazione... - - - Failed to register - Registrazione fallita - - - Retry registration - Riprova registrazione - - - Select one of the options below to continue. - Seleziona una delle opzioni qui sotto per continuare. - - - Latest version unknown - Ultima versione sconosciuta - - - Timestamp - Timestamp - - - Time - Orario - - - Level - Livello - - - Event - Evento - - - Logger - Logger - - - Update internal password on login - Aggiorna la password interna all'accesso - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - Quando l'utente accede ad authentik utilizzando questo backend di password di origine, aggiorna le loro credenziali in authentik. - - - Source - Sorgente - - - Resume timeout - Riprendi il timeout - - - Amount of time a user can take to return from the source to continue the flow. - La quantità di tempo che un utente può dedicare per tornare dall'origine per continuare il flusso. - - - Your Install ID - Il tuo ID di installazione - - - Enter the email associated with your account, and we'll send you a link to reset your password. - Inserisci l'e -mail associata al tuo account e ti invieremo un link per reimpostare la password. - - - Stage name: - Nome fase: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - Scansiona il codice QR sopra utilizzando Microsoft Authenticator, Google Authenticator o altre app di Autenticator sul dispositivo e immettere il codice visualizzato di seguito per terminare l'impostazione del dispositivo MFA. - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - Iniettare una sorgente OAuth o SAML nell'esecuzione del flusso. Ciò consente una verifica dell'utente aggiuntiva o di accedere dinamicamente a fonti diverse per diversi identificatori utente (nome utente, indirizzo e -mail, ecc.). - - - A selection is required - È richiesta una selezione - - - Device type restrictions - Restrizioni del tipo di dispositivo - - - Available Device types - Tipi di dispositivi disponibili - - - Selected Device types - Tipi di dispositivi selezionati - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - Facoltativamente limitare quali tipi di dispositivi WebAuthn possono essere utilizzati. Quando non vengono selezionati tipi di dispositivi, tutti i dispositivi sono consentiti. - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - Se l'utente ha autenticato correttamente con un dispositivo nelle classi sopra elencate in questa durata configurata, questa fase verrà saltata. - - - WebAuthn-specific settings - Impostazioni specifiche WebAuthn - - - WebAuthn Device type restrictions - Restrizioni del tipo di dispositivo WebAuthn - - - This restriction only applies to devices created in authentik 2024.4 or later. - Questa restrizione si applica solo ai dispositivi creati in authentik 2024.4 o versione successiva. - - - Default token duration - Durata token predefinita - - - Default duration for generated tokens - Durata predefinita dei token generati - - - Default token length - Lunghezza token predefinita - - - Default length of generated tokens - Lunghezza predefinita dei token generati - - - deleted - cancellato - - - Select permissions to assign - Selezionare le autorizzazioni da assegnare - - - Update SCIM Source - Aggiorna sorgente SCIM - - - SCIM Base URL - SCIM Base URL - - - Provisioned Users - Utenti forniti - - - Provisioned Groups - Gruppi provocatori - - - removed - rimosso - - - Verifying... - Verifica... - - - Available Roles - Ruoli disponibili - - - Selected Roles - Ruoli selezionati - - - Private key Algorithm - Algoritmo Chiave privata - - - RSA - RSA - - - ECDSA - ECDSA - - - Algorithm used to generate the private key. - Algoritmo usato per generare la chiave privata. - - - Added ID - ID Aggiunto - - - Removed ID - ID Rimosso - - - Cleared - Pulito - - - Google Workspace Provider - Provider Google Workspace - - - Credentials - Credenziali - - - Delegated Subject - Soggetto delegato - - - Default group email domain - Dominio e -mail del gruppo predefinito - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - Dominio predefinito che viene utilizzato per generare l'indirizzo e -mail di un gruppo. Può essere personalizzato utilizzando mapping di proprietà. - - - User deletion action - Azione di cancellazione dell'utente - - - User is deleted - Utente cancellato - - - Suspend - Sospendi - - - User is suspended, and connection to user in authentik is removed. - L'utente viene sospeso e la connessione all'utente in Autenik viene rimossa. - - - Do Nothing - Fai Nulla - - - The connection is removed but the user is not modified - La connessione viene rimossa ma l'utente non viene modificato - - - Determines what authentik will do when a User is deleted. - Determina cosa farà authentik quando viene eliminato un utente. - - - Group deletion action - Azione di cancellazione del gruppo - - - Group is deleted - Gruppo cancellato - - - The connection is removed but the group is not modified - La connessione viene rimossa ma il gruppo non viene modificato - - - Determines what authentik will do when a Group is deleted. - Determina cosa farà authentik quando viene eliminato un gruppo. - - - Microsoft Entra Provider - Fornitore Microsoft Entra - - - Google Cloud credentials file. - File di credenziali di Google Cloud. - - - Email address of the user the actions of authentik will be delegated to. - Indirizzo e -mail dell'utente Le azioni di authentik saranno delegate. - - - Client ID for the app registration. - ID client per la registrazione dell'app. - - - Client secret for the app registration. - Segreto del cliente per la registrazione dell'app. - - - Tenant ID - Tenant ID - - - ID of the tenant accounts will be synced into. - ID dei conti degli inquilini verrà sincronizzato. - - - Update Microsoft Entra Provider - Aggiorna Frontiore Microsoft Entra - - - Update Google Workspace Provider - Aggiorna fornitore Google Workspace - - - Enterprise only - Solo Enterprise - - - Icon - Icona - - - (build ) - (build ) - - - (FIPS) - (FIPS) - - - Score minimum threshold - Soglia minima punteggio - - - Minimum required score to allow continuing - Punteggio minimo per permettere la continuazione - - - Score maximum threshold - Soglia massima punteggio - - - Maximum allowed score to allow continuing - Punteggio massimo per permettere la continuazione - - - Error on invalid score - Errore al punteggio invalido - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - Se abilitato e il punteggio risultante non rientra nella soglia, l'utente non sarà in grado di continuare. Una volta disabilitato, l'utente potrà continuare e il punteggio potrà essere utilizzato nelle policy per personalizzare ulteriori fasi. - - - Microsoft Entra Group(s) - Gruppo(i) Microsoft Entra - - - Microsoft Entra User(s) - Utente(i) Microsoft Entra - - - Google Workspace Group(s) - Gruppo(i) Google Workspace - - - Google Workspace User(s) - Utente(i) Google Workspace - - - SCIM Group(s) - Gruppo(i) SCIM - - - SCIM User(s) - Utente(i) SCIM - - - FIPS compliance: passing - Conformità FIPS: superata - - - Unverified - Non verificato - - - FIPS compliance: unverified - Conformità FIPS: non verificata - - - FIPS Status - Stato FIPS - - - Search returned no results. - La ricerca non ha restituito risultati. - - - Reputation score(s) - Punteggio della reputazione - - - See documentation - Vedi documentazione - - - Close dialog - Chiudere dialogo - - - Pagination - Impaginazione - - - Restore Application Wizard Hint - Ripristina il suggerimento per la procedura guidata dell'applicazione - - - Your authentik password - La tua password di authentik - - - Internal Service account - Conto di servizio interno - - - Outpost integrations - Integrazioni di avamposto - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - Le integrazioni di avamposto definiscono come authentik si collega a piattaforme esterne per gestire e distribuire gli avamposti. - - - Operation failed to complete - L'operazione non è stata completata - - - Failed to fetch objects: - Impossibile recuperare gli oggetti: - - - Available Scopes - Scopi disponibili - - - Selected Scopes - Scopi selezionati - - - Available Property Mappings - Mapping di proprietà disponibili - - - Selected Property Mappings - Mapping di proprietà selezionati - - - Available User Property Mappings - Mapping di proprietà utente disponibili - - - Selected User Property Mappings - Mapping di proprietà utente selezionati - - - Available Group Property Mappings - Mapping di proprietà del gruppo disponibili - - - Selected Group Property Mappings - Mapping di proprietà del gruppo selezionati - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - Assicurarsi che l'utente soddisfi i requisiti di geografia o topologia di rete, in base all'indirizzo IP. Se uno qualsiasi dei valori configurati corrisponde, la politica passa. - - - ASNs - Asns - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - Elenco dei numeri di sistema autonomi. Virgola separata. Per esempio. 13335, 15169, 20940 - - - Countries - Paesi - - - Available Countries - Paesi disponibili - - - Selected Countries - Paesi selezionati - - - Bind existing policy/group/user - Associa la politica/gruppo/utente esistente - - - Property mappings for user creation. - Mapping di proprietà per la creazione dell'utente. - - - Property mappings for group creation. - Mapping di proprietà per la creazione di gruppo. - - - Link to a group with identical name. Can have security implications when a group is used with another source - Collegamento a un gruppo con nome identico. Può avere implicazioni di sicurezza quando un gruppo viene utilizzato con un'altra fonte - - - Use the group's name, but deny enrollment when the name already exists - Usa il nome del gruppo, ma nega l'iscrizione quando esiste già il nome - - - Group matching mode - Modalità di abbinamento di gruppo - - - OAuth Attribute mapping - Mappatura degli attributi OAuth - - - Plex Attribute mapping - Mappatura degli attributi plex - - - Encryption Certificate - Certificato di crittografia - - - When selected, encrypted assertions will be decrypted using this keypair. - Quando selezionati, le asserzioni crittografate verranno decrittografate usando questo tasto. - - - SAML Attribute mapping - Mappatura degli attributi SAML - - - SCIM Attribute mapping - Mappatura degli attributi SCIM - - - External user settings - Impostazioni utente esterne - - - Default application - Applicazione predefinita - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - Se configurati, gli utenti esterni verranno automaticamente reindirizzati a questa applicazione quando non si tenta di accedere a un'applicazione diversa - - - Warning: One or more license(s) have expired. - ATTENZIONE: una o più licenze sono scadute. - - - Warning: One or more license(s) will expire within the next 2 weeks. - ATTENZIONE: una o più licenze scadranno entro le prossime 2 settimane. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - ATTENZIONE: questa istanza di authentik ha inserito la modalità di sola lettura a causa delle licenze scadute/superate. - - - This authentik instance uses a Trial license. - Questa istanza di authentik utilizza una licenza di prova. - - - This authentik instance uses a Non-production license. - Questa istanza di authentik utilizza una licenza non adatta alla produzione. - - - Access Tokens(s) - Accesso a token (i) - - - Created at - Creato a - - - Last updated at - Ultimo aggiornamento a - - - Last used at - Ultimo usato a - - - Provide users with a 'show password' button. - Fornisci agli utenti un pulsante "Mostra password". - - - Show password - Mostra password - - - Hide password - Nascondi password - - - An outpost is on an incorrect version! - Un avamposto è su una versione errata! - - - Russian - Russo - - - Last seen: () - Visto l'ultima volta: () - - - Sign assertions - Segnale - - - When enabled, the assertion element of the SAML response will be signed. - Se abilitato, verrà firmato l'elemento di asserzione della risposta SAML. - - - Sign responses - Risposte dei segni - - - When selected, assertions will be encrypted using this keypair. - Quando selezionati, le asserzioni verranno crittografate usando questo tasto. - - - Available Sources - Fonti disponibili - - - Selected Sources - Fonti selezionate - - - Successfully triggered sync. - Sincronizzazione attivata con successo. - - - Sync - Sincronizzazione - - - Sync User - Sincronizzazione utente - - - Available Stages - Fasi disponibili - - - Selected Stages - Fasi selezionate - - - Available Fields - Campi disponibili - - - Selected Fields - Campi selezionati - - - Available Transports - Trasporti disponibili - - - Selected Transports - Trasporti selezionati - - - Expired - Scaduta - - - Expiring soon - In scadenza presto - - - Unlicensed - Senza licenza - - - Read Only - Solo lettura - - - Valid - Valida - - - Current license status - Stato di licenza corrente - - - Overall license status - Stato complessivo della licenza - - - Internal user usage - Utilizzo degli utenti interni - - - % - % - - - External user usage - Utilizzo dell'utente esterno - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - Corrisponde all'IP client di evento (corrispondenza rigorosa, per la corrispondenza della rete utilizza una politica di espressione). - - - Sync Group - Gruppo di sincronizzazione - - - ("", of type ) - (&quot;&quot;, del tipo ) - - - Parent Group - Gruppo genitore - - - Flow used when logging out of this provider. - Flusso usato quando si disconnette questo provider. - - - Unbind flow - Sblind Flow - - - Flow used for unbinding users. - Flusso utilizzato per gli utenti che non si muovono. - - - Verify SCIM server's certificates - Verifica i certificati del server Scim - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - Hai effettuato il logout da . Puoi tornare alla panoramica per avviare un'altra applicazione o disconnetterti dal tuo account authentik. - - - Go back to overview - Torna alla panoramica - - - Log out of - Esci da - - - Log back into - Accedi di nuovo a - - - Encryption Key - Chiave di crittografia - - - Device type cannot be deleted - Dispositivo del tipo non può essere eliminato - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - Fase utilizzata per verificare i browser degli utenti utilizzando la fiducia del dispositivo Google Chrome. Questa fase può essere utilizzata nei flussi di autenticazione/autorizzazione. - - - Google Verified Access API - Google Verified Access API - - - Device type cannot be edited - Dispositivo del tipo non può essere modificato - - - Advanced flow settings - Impostazioni di flusso avanzate - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - Abilita questa opzione di scrivere le modifiche alla password apportate in Autencik a Kerberos. Ignorato se la sincronizzazione è disabilitata. - - - Realm settings - Impostazioni Realm - - - Realm - Regno - - - Kerberos 5 configuration - Configurazione Kerberos 5 - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - Configurazione Kerberos 5. Vedi Man KRB5.CONF (5) per il formato di configurazione. Se lasciato vuoto, verrà utilizzato un KRB5.conf predefinito. - - - Sync connection settings - Impostazioni di connessione sincronizzate - - - Sync principal - Principal di sincronizzazione - - - Principal used to authenticate to the KDC for syncing. - Principal utilizzato per autenticare il KDC per la sincronizzazione. - - - Sync password - Sincronizzazione della password - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - Password utilizzata per autenticare il KDC per la sincronizzazione. Viene fornita una cache di sync keytab o sync di sincronizzazione opzionale. - - - Sync keytab - Sincronizzazione keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - Keytab utilizzato per autenticare il KDC per la sincronizzazione. Viene fornita una cache di sincronizzazione di sincronizzazione o sincronizzazione. Deve essere codificato da base64 o nel tipo di forma: residuo. - - - Sync credentials cache - Sincronizza le credenziali cache - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - Credenziali Cache utilizzata per autenticarsi nel KDC per la sincronizzazione. Viene fornito la password di sincronizzazione se Sync o Sync KeyTab. Deve essere nel tipo di forma: residuo. - - - SPNEGO settings - Impostazioni spnego - - - SPNEGO server name - Nome server Spnego - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - Forzare l'uso di un nome server specifico per spnego. Deve essere nel modulo http@dominio - - - SPNEGO keytab - Spnego keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - Keytab usato per spnego. Opzionale se viene fornita credenziali di spnego. Deve essere codificato da base64 o nel tipo di forma: residuo. - - - SPNEGO credentials cache - Credenziali di spnego cache - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - Credenziali Cache utilizzata per Spnego. Facoltativo se viene fornito SPNEGO keytab. Deve essere nel tipo di forma: residuo. - - - Kerberos Attribute mapping - Mappatura degli attributi Kerberos - - - Update Kerberos Source - Aggiorna la fonte Kerberos - - - User database + Kerberos password - Database utente + password Kerberos - - - Select another authentication method - Seleziona un altro metodo di autenticazione - - - Enter a one-time recovery code for this user. - Immettere un codice di recupero una tantum per questo utente. - - - Enter the code from your authenticator device. - Immettere il codice dal dispositivo di autenticazione. - - - Kerberos Source is in preview. - La fonte di Kerberos è in anteprima. - - - Captcha stage - Captcha Stage - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - Se impostato, aggiunge funzionalità come un captcha, ma nella fase di identificazione. - - - Endpoint Google Chrome Device Trust is in preview. - anteprima dell'Endpoint Google Chrome Device Trust - - - Interactive - Interattivo - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - Abilita questa vocese il captcha configurato richiede interazione con l'utente. Richiesto per reCAPTCHA v2m hCaptcha eCloudflare Turnstile - - - Reason - Motivo - - - Reason for impersonating the user - Motivo per impersonare un utente - - - Require reason for impersonation - Richiedi un motivo per impersonare un utente - - - Require administrators to provide a reason for impersonating a user. - Richiedi agli amministratori un motivo per impersonare un utente - - - Italian - Italiano - - - Add entry - Aggiungi voce - - - Link Title - nome del link - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - Questo opzione configura il link in basso nel flusso delle pagine di esecuzione. L'URL e' limitato a web e indirizzo mail-Se il nome viene lasciato vuoto, verra' visualizzato l'URL - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - Applicazioni esterne che utilizzano come fornitore di identità tramite protocolli come OAuth2 e SAML. Qui sono mostrate tutte le applicazioni, anche quelle a cui non è possibile accedere.. - - - Strict - Strict - - - Regex - Regex - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - URI di reindirizzamento validi dopo un flusso di autorizzazione riuscito. Specificare anche eventuali origini per i flussi impliciti. - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - Per consentire qualsiasi URI di reindirizzamento, imposta la modalità su Regex e il valore su ".*". Tieni presente le possibili implicazioni per la sicurezza. - - - Federated OIDC Sources - Sorgenti OIDC Federate - - - Federated OIDC Providers - Fornitori OIDC Federati - - - Available Providers - Fornitori disponibili - - - Selected Providers - Fornitori Selezionati - - - JWTs signed by the selected providers can be used to authenticate to this provider. - Per autenticarsi presso questo provider è possibile utilizzare i JWT firmati dai provider selezionati. - - - KAdmin type - Tipo KAdmin - - - MIT krb5 kadmin - MIT krb5 kadmin - - - Heimdal kadmin - Heimdal kadmin - - - Other - Altro - - - Other type of kadmin - Altro tipo di kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - Per consentire a un utente di reimpostare direttamente la propria password, configurare un flusso di recupero sul brand attualmente attivo. - - - Consent given lasts indefinitely - Il consenso dato ha durata indefinita - - - Consent expires - Il consenso scade - - - Available Policies - Policy disponibili - - - Selected Policies - Criteri selezionati - - - Redirect the user to another flow, potentially with all gathered context - Reindirizza l'utente a un altro flusso, potenzialmente con tutto il contesto raccolto - - - Static - Statico - - - Target URL - URL di destinazione - - - Redirect the user to a static URL. - Reindirizzare l'utente a un URL statico. - - - Target Flow - Flusso di destinazione - - - Redirect the user to a Flow. - Reindirizzo l'utente al Flusso. - - - Keep flow context - Mantieni contesto del flusso - - - Require no authentication - Non richiedere autenticazione - - - Require superuser - Richiede super-utente - - - Require being redirected from another flow - Richiedi il reindirizzamento da un altro flusso - - - Require Outpost (flow can only be executed from an outpost) - Richiedi Avamposto (il flusso può essere eseguito solo da un avamposto) - - - An application name is required - È richiesto un nome dell'applicazione - - - Not a valid URL - Non è un URL valido - - - Not a valid slug - Non è uno slug valido - - - Configure Bindings - Configura associazioni - - - Configure Policy/User/Group Bindings - Configura associazioni Policy/User/Group - - - No bound policies. - Nessun criterio associato - - - Bind policy/group/user - Associa policy/group/user - - - Configure Policy Bindings - Configura Associazione Criteri - - - Don't Pass - Non Passare - - - Save Binding - Salva associazione - - - Create a Policy/User/Group Binding - Crea una associazione Policy/User/Group - - - Please choose a provider type before proceeding. - Selezionare un tipo di provider prima di procedere. - - - Choose a Provider Type - Scegli un tipo di provider - - - Redirect URIs/Origins (RegEx) - Reindirizzamento URI/Origini (RegEx) - - - Configure OAuth2 Provider - Configura fornitore OAuth2 - - - Configure Remote Access Provider - Configura provider di accesso remoto - - - List of CIDRs (comma-seperated) 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. - Elenco di CIDR (separati da virgole) da cui i client possono connettersi. Un CIDR più specifico verrà abbinato prima di uno meno specifico. I client che si connettono da un CIDR non specificato verranno ignorati. - - - Configure Provider - Configura Fornitore - - - strict - strict - - - regexp - regexp - - - Review and Submit Application - Esamina e Crea l'Applicazione - - - There was an error. Please go back and review the application. - Si è verificato un errore. Torna indietro e rivedi l'applicazione. - - - There was an error: - Si è verificato un errore: - - - Please go back and review the application. - Torna indietro e rivedi l'applicazione. - - - Review the Application and Provider - Esamina l'Applicazione e il Fornitore - - - Saving application... - Salvataggio dell'applicazione... - - - authentik was unable to complete this process. - authentik non è riuscito a completare questo processo. - - - Create with wizard - Crea con la procedura guidata - - - Bind existing - Associa esistente - - - Successfully updated entitlement. - Entitlement aggiornato con successo. - - - Successfully created entitlement. - Entitlement creato con successo. - - - Application entitlement(s) - Privilegio(i) applicazione - - - Update Entitlement - Aggiorna Privilegio - - - These bindings control which users have access to this entitlement. - Queste associazioni controllano quali utenti hanno accesso a questo entitlement - - - No app entitlements created. - Non sono stati creati entitlements per l'app. - - - Create Entitlement - Crea Privilegio - - - Create entitlement - Crea privilegio - - - Application entitlements - Privilegi applicazione - - - These entitlements can be used to configure user access in this application. - Questi entitlements possono essere utilizzati per configurare l'accesso degli utenti in questa applicazione. - - - Worker with incorrect version connected. - Worker connesso con la versione errata. - - - (Format: hours=-1;minutes=-2;seconds=-3). - (Formato: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - (Formato: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - Chiave usata per firmare gli eventi. - - - Event Retention - Conservazione degli eventi - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - Determina per quanto tempo gli eventi vengono archiviati. Se un evento non può essere inviato correttamente, anche la sua scadenza viene aumentata di questa durata. - - - OIDC Providers - Fornitori OIDC - - - SSF Provider is in preview. - Il fornitore SSF è in anteprima - - - Update SSF Provider - Aggiorna Fornitore SSF - - - Streams - Streams - - - authentik Logo - Logo di authentik - - - Release - Rilascio - - - Development - Sviluppo - - - UI Version - Versione UI - - - Build - Build - - - Python version - Versione Python - - - Platform - Piattaforma - - - Kernel - Kernel - - - OpenSSL - OpenSSL - - - A newer version () of the UI is available. - Una nuova versione () della UI è disponibile. - - - No notifications found. - Nessuna notifica trovata. - - - You don't have any notifications currently. - Non hai notifiche al momento. - - - Version - Versione - - - Last password change - Ultimo cambio password - - - Evaluate policies before the Stage is presented to the user. - Valutare i criteri prima che la fase venga presentata all'utente. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - Può essere nel formato unix:// quando si collega a un demone - docker locale, usando ssh:// per connettersi via SSH, o - https://:2376 durante la connessione a un sistema remoto. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - Se si utilizza una soluzione di registrazione esterna per l'archiviazione, questo può essere - impostato su minutes=5. - - - Idle - Inattivo - - - Connecting - In connessione - - - Waiting - In attesa - - - Connected - Connesso - - - Disconnecting - In disconnessione - - - Disconnected - Disconnesso - - - Create a new application and configure a provider for it. - Crea una nuova applicazione e configura un fornitore per essa. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - Utilizzando questo modulo verrà creata solo un'applicazione. Per autenticarsi con l'applicazione, sarà necessario associarla manualmente a un provider. - - - Distance settings - Impostazioni distanza - - - Check historical distance of logins - Controlla la distanza storica degli accessi - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - Se questa opzione è abilitata, i dati GeoIP della richiesta di policy vengono confrontati con il numero specificato di accessi storici. - - - Maximum distance - Distanza massima - - - Maximum distance a login attempt is allowed from in kilometers. - Distanza massima consentita per un tentativo di accesso, espressa in chilometri. - - - Distance tolerance - Tolleranza della distanza - - - Tolerance in checking for distances in kilometers. - Tolleranza nel verificare le distanze in chilometri. - - - Historical Login Count - Conteggio Storico Accessi - - - Amount of previous login events to check against. - Numero di eventi di accesso precedenti da verificare. - - - Check impossible travel - Controlla spostamenti impossibili - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - Se questa opzione è abilitata, i dati GeoIP della richiesta di policy vengono confrontati con il numero specificato di accessi storici e con se il viaggio sarebbe stato possibile nell'intervallo di tempo trascorso dall'evento precedente. - - - Impossible travel tolerance - Tolleranza spostamenti impossibili - - - Static rule settings - Impostazioni regole statiche - - - Create with Provider - Crea con Fornitore - - - Email address the verification email will be sent from. - Indirizzo email da cui verrà inviata l'email di verifica. - - - Stage used to configure an email-based authenticator. - Fase utilizzata per configurare un autenticatore basato su e-mail. - - - Use global connection settings - Usa le impostazioni di connessione globali - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - Quando abilitata, verranno usate le impostazioni di connessione email globali e le impostazioni di connessione riportate di seguito verranno ignorate. - - - Subject of the verification email. - Oggetto dell'email di verifica. - - - Token expiration - Scadenza token - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - Tempo di validità del token inviato (Formato: hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - Autenticatori basati su email - - - Caps Lock is enabled. - Caps Lock attivo. - - - Configure your email - Configura la tua email - - - Please enter your email address. - Inserisci il tuo indirizzo email. - - - Please enter the code you received via email - Inserisci il codice ricevuto via email - - - Tokens sent via email. - Token inviati via email. - - - Enable dry-run mode - Abilita la modalità di prova - - - When enabled, mutating requests will be dropped and logged instead. - Quando abilitata, le richieste di modifica verranno eliminate e registrate. - - - Override dry-run mode - Ignorare la modalità di prova - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - Quando abilitata, questa sincronizzazione continuerà a eseguire le richieste di modifica indipendentemente dalla modalità di esecuzione di prova nel fornitore. - - - Dry-run - Prova - - - Successfully cleared application cache - Cancellazione della cache dell'applicazione riuscita - - - Failed to delete application cache - Impossibile eliminare la cache dell'applicazione - - - Clear Application cache - Cancella cache Applicazione - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - Vuoi davvero cancellare la cache dell'applicazione? Questo farà sì che tutte i criteri vengano rivalutati al prossimo utilizzo. - - - No name set - Nessun nome impostato - - - Show inactive users - Mostra utenti inattivi - - - Time the token sent is valid. - Tempo di validità del token inviato. - - - Compatibility Mode - Modalità di Compatibilità - - - Default behavior. - Comportamento predefinito. - - - AWS - AWS - - - Altered behavior for usage with Amazon Web Services. - Comportamento modificato per l'utilizzo con Amazon Web Services. - - - Slack - Slack - - - Altered behavior for usage with Slack. - Comportamento modificato per l'utilizzo con Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - Modifica il comportamento di authentik per le implementazioni SCIM specifiche del fornitore. - - - AuthnContextClassRef Property Mapping - Mappatura Proprietà AuthnContextClassRef - - - 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. - Configura come verrà creato il valore AuthnContextClassRef. Se lasciato vuoto, AuthnContextClassRef verrà impostato in base ai metodi di autenticazione utilizzati dall'utente. - - - SSF URL - URL SSF - - - No assigned application - Nessuna applicazione assegnata - - - Custom CSS - CSS personalizzato - - - Custom CSS to apply to pages when this brand is active. - CSS personalizzato da applicare alle pagine quando questo brand è attivo. - - - Default flow background - Sfondo del flusso predefinito - - - Default background used during flow execution. Can be overridden per flow. - Sfondo predefinito utilizzato durante l'esecuzione del flusso. Può essere sovrascritto per ogni flusso. - - - Task - Compito - - - Webhook Body Mapping - Mappatura Corpo Webhook - - - Webhook Header Mapping - Mappatura Intestazione Webhook - - - Failed to preview prompt - Impossibile visualizzare l'anteprima del prompt - - - Lookup using user attribute - Ricerca tramite attributo utente - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - Campo che contiene i ND dei gruppi di cui l'utente è membro. Questo campo viene utilizzato per cercare i gruppi degli utenti, ad esempio "memberOf". Per cercare gruppi nidificati in un ambiente Active Directory, utilizzare "memberOf:1.2.840.113556.1.4.1941:". - - - Initial Permissions - Permessi Iniziali - - - Unknown Initial Permissions mode - Modalità di autorizzazioni iniziali sconosciute - - - Successfully updated initial permissions. - Permessi iniziali aggiornati correttamente. - - - Successfully created initial permissions. - Permessi iniziali creati correttamente. - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - Quando un utente con il ruolo selezionato crea un oggetto, le autorizzazioni iniziali verranno applicate a tale oggetto. - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - Le autorizzazioni iniziali possono essere assegnate all'utente che crea l'oggetto oppure al ruolo selezionato nel campo precedente. - - - Available Permissions - Permessi Disponibili - - - Selected Permissions - Permessi Selezionati - - - Permissions to grant when a new object is created. - Autorizzazioni da concedere quando viene creato un nuovo oggetto. - - - Set initial permissions for newly created objects. - Imposta le autorizzazioni iniziali per gli oggetti appena creati. - - - Update Initial Permissions - Aggiorna Permessi Iniziali - - - Create Initial Permissions - Crea Permessi Iniziali - - - Reputation: lower limit - Reputazione: limite inferiore - - - Reputation cannot decrease lower than this value. Zero or negative. - La reputazione non può scendere sotto questo valore. Zero o negativo. - - - Reputation: upper limit - Reputazione: limite superiore - - - Reputation cannot increase higher than this value. Zero or positive. - La reputazione non può superare questo valore. Zero o positivo. - - - HTTP Basic Auth - HTTP Basic Auth - - - Include the client ID and secret as request parameters - Includi il client ID e il segreto come parametri di richiesta - - - Authorization code authentication method - Metodo di autenticazione del codice di autorizzazione - - - How to perform authentication during an authorization_code token request flow - Come eseguire l'autenticazione durante un flusso di richiesta del token authorization_code - - - Enable "Remember me on this device" - Abilita "Ricordami su questo dispositivo" - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - Se abilitata, l'utente può salvare il proprio nome utente in un cookie, così da poter inserire direttamente la password. - - - Remember me on this device - Ricordami su questo dispositivo - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - Assicurati che la nuova password dell'utente sia diversa dalle password precedenti. Il numero di password precedenti da verificare è configurabile. - - - Number of previous passwords to check - Numero di password precedenti da controllare - - - Choose a Provider - Scegli un Provider - - - When enabled, the SAML response will be signed. - Se abilitata, la risposta SAML verrà firmata. - - - Client Certificates - Certificati client - - - Available Certificates - Certificati disponibili - - - Selected Certificates - Certificati selezionati - - - Client-certificate/mTLS authentication/enrollment. - Autenticazione/registrazione tramite certificato client/mTLS. - - - Certificate optional - Certificato facoltativo - - - If no certificate was provided, this stage will succeed and continue to the next stage. - Se non è stato fornito alcun certificato, questa fase avrà esito positivo e si passerà alla fase successiva. - - - Certificate required - Certificato richiesto - - - If no certificate was provided, this stage will stop flow execution. - Se non è stato fornito alcun certificato, questa fase interromperà l'esecuzione del flusso. - - - Certificate authorities - Autorità di certificazione - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - Configurare l'autorità di certificazione con cui vengono convalidati i certificati client. L'autorità di certificazione può anche essere configurata per un marchio, consentendo di utilizzare autorità di certificazione diverse per domini diversi. - - - Certificate attribute - Attributo del certificato - - - Configure the attribute of the certificate used to look for a user. - Configura l'attributo del certificato utilizzato per cercare un utente. - - - User attribute - Attributo utente - - - Configure the attribute of the user used to look for a user. - Configura l'attributo dell'utente utilizzato per cercare un utente. - - - Delete Not Found Objects - Elimina oggetti non trovati - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - Elimina gli utenti e i gruppi authentik precedentemente forniti da questa fonte, ma che ora mancano. - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - Campo che contiene i membri di un gruppo. Il valore di questo campo viene confrontato con l'attributo di appartenenza dell'utente. - - - User membership attribute - Attributo di appartenenza dell'utente - - - Attribute which matches the value of Group membership field. - Attributo che corrisponde al valore del campo di appartenenza al gruppo. - - - Additional User DN - DN utente aggiuntivo - - - Additional Group DN - DN di gruppo aggiuntivo - - - The currently selected policy engine mode is : - La modalità del motore di policy attualmente selezionata è : - - - Import Existing Certificate-Key Pair - Importa coppia certificato-chiave esistente - - - Generate New Certificate-Key Pair - Genera nuova coppia certificato-chiave - - - Show field content - Mostra il contenuto del campo - - - Hide field content - Nascondi il contenuto del campo - - - Re-authenticate with Plex - Riautenticare con Plex - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - Il nome di un invito deve essere uno slug: sono consentiti solo lettere minuscole, numeri e trattini. - - - Select the group of users which the alerts are sent to. - Selezionare il gruppo di utenti a cui inviare gli avvisi. - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - Se non viene selezionato alcun gruppo e l'opzione "Invia notifica all'utente dell'evento" è disabilitata, la regola è disabilitata. - - - Send notification to event user - Invia notifica all'utente dell'evento - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - Se abilitata, la notifica verrà inviata all'utente che ha attivato l'evento, oltre a tutti gli utenti del gruppo sopra indicato. L'utente dell'evento sarà sempre il primo a inviare una notifica solo all'utente dell'evento che ha abilitato "Invia una volta" nel trasporto delle notifiche. - - - Maximum registration attempts - Numero massimo di tentativi di registrazione - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - Numero massimo di tentativi di registrazione consentiti. Se impostato su 0 tentativi, i tentativi non sono limitati. - - - This application does currently not have any application entitlements defined. - Questa applicazione al momento non ha eventuali diritti applicativi definiti. - - - Authenticated as - Autenticato come - - - Remember device - Ricorda dispositivo - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - Se impostato su una durata superiore a 0, un cookie verrà memorizzato per la durata specificata, consentendo ad authentik di sapere se l'utente sta effettuando l'accesso da un nuovo dispositivo. - - - Element inside the form slot is not a Form - L'elemento all'interno dello slot del modulo non è un modulo - - - New Password - Nuova password - - - Update 's password - Aggiorna password - - - Modify the payload sent to the provider. - - - Dismiss - - - Status messages - - - Select an invalidation flow... - - - Open about dialog - - - Product name - - - Product version - - - Global navigation - - - Collapse - - - Expand - - - navigation - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - - - Skip to content - - - Kerberos Source - - - Successfully updated schedule. - - - Crontab - - - Paused - - - Pause this schedule - - - Waiting to run - - - Running - - - Queue - - - Last updated - - - Show only standalone tasks - - - Exclude successful tasks - - - Retry task - - - Schedule - - - Next run - - - Last status - - - Show only standalone schedules - - - Run scheduled task now - - - Update Schedule - - - Schedules - - - Tasks - - - Current status - - - Sync is currently running. - - - Sync is not currently running. - - - Last successful sync - - - No successful sync found. - - - Last sync status - - - Current execution logs - - - Previous executions logs - - - Home - - - Collapse navigation - - - Expand navigation - - - Search - - - Table content - - - Learn more about the enterprise license. - - - Search for providers… - - - Default NameID Policy - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - - The name displayed in the application library. - - - e.g. Collaboration, Communication, Internal, etc. - - - Failed to fetch application "". - - - Account Recovery Max Attempts - - - Account Recovery Cache Timeout - - - The time window used to count recent account recovery attempts. - - - None - - - Flags - - - Modify flags to opt into new authentik behaviours early. - - - Loading templates... - - - Template used for the verification email. - - - Email Subject Prefix - - - Email Template - - - An unknown error occurred - - - Please check the browser console for more details. - - - There was an error submitting the form. - - - This field is required. - - - Query suggestions - - - Table Search - - - An error occurred while updating the provider. - - - An error occurred while creating the provider. - - - Impersonating user... - - - This may take a few seconds. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - - - Device Code - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - - - New Provider - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - - - Expand row - - - actions - - - Select all rows on page ( of selected) - - - table - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - - - Search ... - - - Provider Name - - - Select a certificate... - - - Select an authorization flow... - - - Select a signing key... - - - Select an encryption key... - - - Select an authentication flow... - - - Provider Search - - - Provider not assigned to any application. - - - Edit "" provider - - - Applications Documentation - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - - - Update "" Permissions - - - Open "" permissions modal - - - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - - - Read more about - - - OCI Support - - - Edit "" blueprint - - - Apply "" blueprint - - - Welcome, - - - Welcome - - - Loading application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - - - Token to authenticate with. - - - OAuth Source - - - Specify OAuth source used for authentication. - - - OAuth Parameters - - - Additional OAuth parameters, such as grant_type. - - - Authentication Mode - - - Authenticate SCIM requests using a static token. - - - OAuth - - - Authenticate SCIM requests using OAuth. - - - Salesforce - - - Altered behavior for usage with Salesforce. - - - Query input - - - Last refreshed - - - Refresh Token threshold - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - - Company employees with access to the full enterprise feature set. - - - External consultants or B2C customers without access to enterprise features. - - - Machine-to-machine authentication or other automations. - - - Type a username for the user... - - - The user's primary identifier used for authentication. 150 characters or fewer. - - - Display Name - - - Type an optional display name... - - - Managed by authentik and cannot be assigned manually. - - - Email Address - - - Type an optional email address... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - - - Type a path for the user... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - - Open "" - - - Verify Assertion Signature - - - When enabled, authentik will look for a Signature inside of the Assertion element. - - - Verify Response Signature - - - When enabled, authentik will look for a Signature inside of the Response element. - - - Logo shown in sidebar/header and flow executor. - - - Select an application... - - - Select a recovery flow... - - - Select an unenrollment flow... - - - Select a user settings flow... - - - Select a device code flow... - - - Search by domain or brand name... - - - New Brand - - - Create and assign a group with the same name as the user. - - - Whether the token will expire. Upon expiration, the token will be rotated. - - - Unnamed - - - Collapse "" - - - Expand "" - - - Select "" - - - Items of "" - - - API drawer - - - Close API drawer - - - View details for - - - Mark as read - - - Notification drawer - - - Search by username, email, etc... - - - User Search - - - Show deactivated users - - - New User - - - Create Service Account - - - New Service Account - - - User paths - - - Bot username - - - Bot token - - - Request access to send messages from your bot - - - Telegram Attribute mapping - - - Telegram bot - - - Update Telegram Source - - - Authenticating with Telegram... - - - Click the button below to start. - - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - - - User information - - - Avatar for - - - User avatar - - - CAPTCHA challenge - - - QR-Code to setup a time-based one-time password - - - Copy time-based one-time password configuration - - - Copy TOTP Config - - - Time-based one-time password - - - TOTP Code - - - Type your TOTP code... - - - Type your time-based one-time password code. - - - Type an authentication code... - - - In case you lose access to your primary authenticators. - - - Unknown device - - - An unknown device class was provided. - - - Select an authentication method - - - No authentication methods available. - - - Select a configuration stage - - - Close flow inspector - - - Flow inspector loading - - - Authentication form - - - Consumed - - - Pre-processing - - - Post-processing - - - Running tasks - - - Queued tasks - - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - - - - SAML Provider - - - SAML logout complete - - - Redirecting to SAML provider: - - - Posting logout request to SAML provider: - - - Unknown Provider - - - Logging out of providers... - - - Single Logout - - - The user's display name. - - - Actions for "" - - - Edit application... - - - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application - - - Ungrouped - - - application found for "" - - - applications found for "" - - - application available - - - applications available - - - Application list - - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - - diff --git a/web/xliff/it_IT.xlf b/web/xliff/it_IT.xlf new file mode 100644 index 0000000000..13bbc336a4 --- /dev/null +++ b/web/xliff/it_IT.xlf @@ -0,0 +1,9566 @@ + + + + + Dismiss + + + Connection error, reconnecting... + Errore di connessione, riconnessione in corso... + + + An unknown error occurred + + + Please check the browser console for more details. + + + Status messages + + + Open API drawer + Apri riquadro OpenAPI + + + Unread notifications + Notifiche non lette + + + Open Notification drawer + Cassetto di notifica aperta + + + Settings + Impostazioni + + + Stop impersonation + Concludi l'impersonificazione + + + Avatar image + Immagine dell'avatar + + + Sign out + Sign out + + + Admin + Admin + + + Home + + + authentik Logo + Logo di authentik + + + Collapse navigation + + + Expand navigation + + + User interface + Interfaccia utente + + + Loading... + Caricamento... + + + Application + Applicazione + + + Logins + Logins + + + Failed to fetch + Impossibile recuperare + + + FIPS Status + Stato FIPS + + + OK + OK + + + FIPS compliance: passing + Conformità FIPS: superata + + + Unverified + Non verificato + + + FIPS compliance: unverified + Conformità FIPS: non verificata + + + Show less + Mostra meno + + + Show more + Mostra altro + + + UID + UID + + + Name + Nome + + + App + App + + + Model Name + Nome del modello + + + Message + Messaggio + + + Subject + Oggetto + + + From + Da + + + To + A + + + Context + Contesto + + + User + Utente + + + Changes made: + Cambiamenti effettuati: + + + Key + Chiave + + + Previous value + Precedente valore + + + New value + Nuovo valore + + + - + - + + + Added ID + ID Aggiunto + + + Removed ID + ID Rimosso + + + Cleared + Pulito + + + Affected model: + Modello interessato: + + + Authorized application: + Applicazione autorizzata: + + + Using flow + Utilizzando il flusso + + + Email info: + Informazioni via e-mail: + + + Secret: + Segreto: + + + Exception + Eccezione + + + Open issue on GitHub... + Apri anomalia in Github... + + + Expression + Espressione + + + Binding + Associazione + + + Request + Richiesta + + + Object + Oggetto + + + Result + Risultato + + + Passing + Passaggio + + + Messages + Messaggi + + + New version available + Nuova versione disponibile + + + Using source + Usando la sorgente + + + Attempted to log in as + Tentativo di accedere come + + + + No additional data available. + Nessun dato aggiuntivo disponibile. + + + Loading + Caricamento + + + no tabs defined + nessuna scheda definita + + + Details + Dettagli + + + : + + : + + + + Required + Richiesto + + + There was an error submitting the form. + + + Close dialog + Chiudere dialogo + + + API Access + Accesso API + + + App password + App password + + + Recovery + Ripristino + + + Verification + Verifica + + + Unknown intent + Intent sconosciuto + + + Login + Login + + + Failed login + Accesso fallito + + + Logout + Logout + + + User was written to + L'utente è stato scritto in + + + Suspicious request + Richiesta sospetta + + + Password set + Password impostata + + + Secret was viewed + Segreto visualizzato + + + Secret was rotated + Segreto ruotato + + + Invitation used + Invito usato + + + Application authorized + Applicazione autorizzata + + + Source linked + Sorgente collegata + + + Impersonation started + Impersonazione iniziata + + + Impersonation ended + Impersonazione conclusa + + + Flow execution + Esecuzione flusso + + + Policy execution + Esecuzione criterio + + + Policy exception + Eccezione criterio + + + Property Mapping exception + Eccezione mappatura proprietà + + + System task execution + Esecuzione attività di sistema + + + System task exception + Eccezione attività di sistema + + + General system exception + Eccezione generale di sistema + + + Configuration error + Errore di configurazione + + + Model created + Modello creato + + + Model updated + Modello aggiornato + + + Model deleted + Modello cancellato + + + Email sent + Email cancellato + + + Update available + Aggiornamento disponibile + + + Alert + Allarme + + + Notice + Nota + + + Warning + Attenzione + + + Unknown severity + Gravità sconosciuta + + + Static tokens + Token statici + + + TOTP Device + Dispositivo TOTP + + + A code has been sent to your address: + + + A code has been sent to your email address. + + + A one-time use code has been sent to you via SMS text message. + + + Open your authenticator app to retrieve a one-time use code. + + + Enter a one-time recovery code for this user. + Immettere un codice di recupero una tantum per questo utente. + + + Enter the code from your authenticator device. + Immettere il codice dal dispositivo di autenticazione. + + + Internal + Interno + + + External + Esterno + + + Service account + Account di servizio + + + Service account (internal) + Account di servizio (interno) + + + Remove item + Rimuovi elemento + + + table pagination + + + - of + + - + di + + + + Go to previous page + Torna alla pagina precedente + + + Go to next page + Vai alla pagina successiva + + + This field is required. + + + Search... + Cerca... + + + Search + + + Query suggestions + + + Query input + + + Table Search + + + Clear search + Pulisci ricerca + + + Sort by "" + + + No objects found. + Nessun oggetto trovato. + + + Failed to fetch objects. + Impossibile recuperare gli oggetti. + + + Select "" row + + + Collapse row + + + Expand row + + + Refresh + Ricarica + + + actions + + + Select all rows on page ( of selected) + + + Last refreshed + + + table + + + Table content + + + Column actions + + + Anonymous user + Utente anonimo + + + On behalf of + Per conto di + + + + Authenticated as + Autenticato come + + + Recent events + Eventi recenti + + + Events + Eventi + + + Action + Azione + + + Creation Date + Data di creazione + + + Client IP + Client IP + + + No Events found. + Nessun Evento trovato. + + + No matching events could be found. + Nessun evento corrispondente è stato trovato. + + + System Status + + + Embedded outpost is not configured correctly. + Avamposto incorporato non è configurato correttamente. + + + Check outposts. + Controlla avamposto. + + + HTTPS is not detected correctly + HTTPS non rilevato correttamente + + + Server and client are further than 5 seconds apart. + Il server e il client sono distanti più di 5 secondi. + + + Everything is ok. + Tutto è ok. + + + Version + Versione + + + Based on + Basato su + + + + is available! + + è disponibile! + + + An outpost is on an incorrect version! + Un avamposto è su una versione errata! + + + Up-to-date! + Aggiornato! + + + Latest version unknown + Ultima versione sconosciuta + + + Workers + Workers + + + No workers connected. Background tasks will not run. + Nessun lavoratore connesso. Le attività in background non verranno eseguite. + + + Worker with incorrect version connected. + Worker connesso con la versione errata. + + + Failed to fetch data. + Impossibile recuperare i dati. + + + Chart + + + Event volume chart + + + Authorizations + Autorizzazioni + + + Successful Logins + Accesso effettuato correttamente + + + Failed Logins + Accessi falliti + + + Cancel + Cancella + + + Synchronization status chart + + + SCIM Provider + Provider SCIM + + + Google Workspace Provider + Provider Google Workspace + + + Microsoft Entra Provider + Fornitore Microsoft Entra + + + LDAP Source + Sorgente LDAP + + + Kerberos Source + + + Healthy + In salute + + + Failed + Fallito + + + Unsynced / N/A + Non sincronizzato / N/A + + + Outpost status chart + + + Healthy outposts + Avamposti sani + + + Outdated outposts + Avamposti obsoleti + + + Unhealthy outposts + Avamposti degradati + + + Operation failed to complete + L'operazione non è stata completata + + + Quick actions + Azioni rapide + + + Not found + Non trovato + + + The URL "" was not found. + La URL " + " non è stata trovata. + + + Return home + Ritorna all'inizio + + + Skip to content + + + Create a new application + Creare una nuova applicazione + + + Check the logs + Controlla i log + + + Explore integrations + Esplora integrazioni + + + Manage users + Gestire gli utenti + + + Check the release notes + Controlla le note di rilascio + + + Overview + Panoramica + + + Outpost status + Stato avamposto + + + Sync status + Stato di sincronizzazione + + + Logins and authorizations over the last week (per 8 hours) + Login e autorizzazioni nell'ultima settimana (per 8 ore) + + + Apps with most usage + App con maggior utilizzo + + + Welcome, + + + Welcome + + + General system status + Stato generale del sistema + + + Objects created + Oggetti creati + + + Users created per day in the last month + Utenti creati al giorno nell'ultimo mese + + + Users created + Utenti creati + + + Logins per day in the last month + Accessi giornalieri nell'ultimo mese + + + Failed Logins per day in the last month + Accessi non riusciti al giorno nell'ultimo mese + + + Failed logins + Accessi falliti + + + User Statistics + Statistiche degli utenti + + + Yes + Si + + + No + No + + + No log messages. + Nessun messaggio di log. + + + Timestamp + Timestamp + + + Attributes + Attributi + + + Time + Orario + + + Level + Livello + + + Event + Evento + + + Logger + Logger + + + Not used by any other object. + Non utilizzato da altri oggetti. + + + object will be DELETED + l'oggetto sarà CANCELLATO + + + connection will be deleted + la connessione sarà cancellata + + + reference will be reset to default value + il riferimento verrà ripristinato al valore predefinito + + + reference will be set to an empty value + il riferimento verrà impostato su un valore vuoto + + + () + + ( + ) + + + Delete + Elimina + + + deleted + cancellato + + + ID + ID + + + Successfully deleted + è stato eliminato correttamente + + + Failed to delete : + Impossibile eliminare + : + + + + Delete + Elimina + + + + Are you sure you want to delete ? + Vuoi davvero eliminare ? + + + No form found + Nessun modulo trovato + + + Element inside the form slot is not a Form + L'elemento all'interno dello slot del modulo non è un modulo + + + Form actions + + + Submit action + + + Cancel action + + + Successfully updated schedule. + + + Crontab + + + Paused + + + Pause this schedule + + + Select an object. + Seleziona un oggetto. + + + Failed to fetch objects: + Impossibile recuperare gli oggetti: + + + Successfully assigned permission. + Autorizzazione assegnata correttamente. + + + Role + Ruolo + + + Assign + Assegna + + + Assign permission to role + Assegnare il permesso al ruolo + + + Assign to new role + Assegna a nuovo ruolo + + + Permission(s) + Permesso(i) + + + Permission + Permesso + + + Directly assigned + Assegnato direttamente + + + Assign permission to user + Assegna permesso a utente + + + Assign to new user + Assegna a nuovo utente + + + Superuser + Superutente + + + Model + Modello + + + Select permissions to assign + Selezionare le autorizzazioni da assegnare + + + Add + Aggiungi + + + Permissions to add + Permessi da aggiungere + + + Select permissions + Seleziona le autorizzazioni + + + Assigned to role + + + Assign permission + Assegnare il permesso + + + Role doesn't have view permission so description cannot be retrieved. + Il ruolo non ha il permesso di visualizzazione, quindi la descrizione non può essere recuperata. + + + Assigned to user + + + User doesn't have view permission so description cannot be retrieved. + L'utente non ha l'autorizzazione di visualizzazione, quindi la descrizione non può essere recuperata. + + + User Object Permissions + Autorizzazioni dell'oggetto utente + + + Permissions set on users which affect this object. + Autorizzazioni impostate sugli utenti che influenzano questo oggetto. + + + Role Object Permissions + Autorizzazioni oggetto ruolo + + + Permissions set on roles which affect this object. + Autorizzazioni impostate su ruoli che influenzano questo oggetto. + + + Assigned global permissions + Autorizzazioni globali assegnate + + + Permissions assigned to this user which affect all object instances of a given type. + Autorizzazioni assegnate a questo utente che influiscono su tutte le istanze degli oggetti di un determinato tipo. + + + Assigned object permissions + Autorizzazioni oggetto assegnate + + + Permissions assigned to this user affecting specific object instances. + Autorizzazioni assegnate a questo utente che influisce su istanze specifiche degli oggetti. + + + Permissions assigned to this role which affect all object instances of a given type. + Autorizzazioni assegnate a questo ruolo che influiscono su tutte le istanze degli oggetti di un determinato tipo. + + + Close + Chiudi + + + Update "" Permissions + + + Open "" permissions modal + + + Permissions + Permessi + + + Waiting to run + + + Consumed + + + Pre-processing + + + Running + + + Post-processing + + + Successful + Riuscito + + + Error + Errore + + + Unknown + Sconosciuto + + + Running tasks + + + Queued tasks + + + Successful tasks + + + Error tasks + + + Task + Compito + + + Queue + + + Retries + + + Planned execution time + + + Last updated + + + Status + Stato + + + Actions + Azioni + + + Row Actions + + + Show only standalone tasks + + + Exclude successful tasks + + + Retry task + + + Current execution logs + + + Previous executions logs + + + Schedule + + + Next run + + + Last status + + + Show only standalone schedules + + + Run scheduled task now + + + Update + Aggiorna + + + Update Schedule + + + Edit + Modifica + + + Tasks + + + Schedules + + + System Tasks + Attività di sistema + + + Long-running operations which authentik executes in the background. + Operazioni di lunga durata che authentik esegue in background. + + + Next + Successivo + + + Back + Indietro + + + Wizard steps + + + Wizard navigation + + + New application + Nuova applicazione + + + Create a new application and configure a provider for it. + Crea una nuova applicazione e configura un fornitore per essa. + + + Any policy must match to grant access + Qualsiasi criterio deve corrispondere per concedere l'accesso + + + All policies must match to grant access + Tutte i criteri devono corrispondere per concedere l'accesso + + + An application name is required + È richiesto un nome dell'applicazione + + + Not a valid URL + Non è un URL valido + + + Not a valid slug + Non è uno slug valido + + + Configure the Application + + + Type an application name... + + + Application Name + + + The name displayed in the application library. + + + Slug + Slug + + + Internal application name used in URLs. + Nome applicazione interno utilizzato negli URL. + + + Group + Gruppo + + + e.g. Collaboration, Communication, Internal, etc. + + + Optionally enter a group name. Applications with identical groups are shown grouped together. + Facoltativamente, inserisci il nome del gruppo. Le applicazioni con gruppi identici vengono visualizzate raggruppate insieme. + + + Policy engine mode + Modalità motore criteri + + + UI Settings + Impostazioni dell'Interfaccia Utente + + + Launch URL + URL di Avvio + + + https://... + + + If left empty, authentik will try to extract the launch URL based on the selected provider. + Se lasciato vuoto, authentik proverà ad estrarre l'URL di lancio in base al provider selezionato. + + + Open in new tab + Apri in una nuova scheda + + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + Se selezionato, l'URL di avvio si aprirà in una nuova scheda o finestra del browser dalla libreria dell'applicazione dell'utente. + + + Select all rows + Seleziona tutte le righe + + + Bind existing policy/group/user + Associa la politica/gruppo/utente esistente + + + Order + Ordine + + + Enabled + Abilitato + + + Timeout + Timeout + + + Configure Bindings + Configura associazioni + + + Policy + Criterio + + + + Group + Gruppo + + + + User + Utente + + + + Configure Policy/User/Group Bindings + Configura associazioni Policy/User/Group + + + These policies control which users can access this application. + Questi criteri controllano quali utenti possono accedere a questa applicazione. + + + No bound policies. + Nessun criterio associato + + + No policies are currently bound to this object. + Nessun criterio è associato a questo oggetto al momento. + + + Bind policy/group/user + Associa policy/group/user + + + Configure Policy Bindings + Configura Associazione Criteri + + + Pass + Pass + + + Don't Pass + Non Passare + + + Edit Binding + Modifica Associazione + + + Save Binding + Salva associazione + + + Create a Policy/User/Group Binding + Crea una associazione Policy/User/Group + + + Policy + Criterio + + + Negate result + Negare il risultato + + + Negates the outcome of the binding. Messages are unaffected. + Nega il risultato dell'associazione. I messaggi non vengono influenzati. + + + Failure result + Risultato fallimento + + + Enterprise only + Solo Enterprise + + + Learn more about the enterprise license. + + + Apply changes + Applica modifiche + + + Close wizard + + + UNNAMED + + + Wizard content + + + Finish + Concludi + + + Select type + Seleziona il tipo + + + Select a provider type + + + Icon + Icona + + + Choose a Provider + Scegli un Provider + + + Please choose a provider type before proceeding. + Selezionare un tipo di provider prima di procedere. + + + Choose a Provider Type + Scegli un tipo di provider + + + Certificate + Certificato + + + Select a certificate... + + + Authentication + Autenticazione + + + Authorization + Autorizzazione + + + Enrollment + Iscrizione + + + Invalidation + Invalidazione + + + Stage Configuration + Configurazione della fase + + + Unenrollment + Disiscrizione + + + Unknown designation + Designazione sconosciuta + + + Stacked + Impilato + + + Content left + Contenuto a sinistra + + + Content right + Contenuto a destra + + + Sidebar left + Sidebar a sinistra + + + Sidebar right + Sidebar a destra + + + Unknown layout + Layout sconosciuto + + + Select a flow... + + + Add All Available + Aggiungi Tutti Disponibili + + + Remove All Available + Rimuovi Tutti Disponibili + + + Remove + Rimuovi + + + Remove All + Rimuovi Tutti + + + Pagination + Impaginazione + + + Available options + Opzioni disponibili + + + Selected options + Opzioni selezionate + + + item(s) marked to add. + elemento(i) contrassegnato per l'aggiunta. + + + item(s) selected. + elemento(i) selezionato. + + + item(s) marked to remove. + elemento(i) contrassegnato per la rimozione. + + + Search ... + + + (Format: hours=-1;minutes=-2;seconds=-3). + (Formato: hours=-1;minutes=-2;seconds=-3). + + + (Format: hours=1;minutes=2;seconds=3). + (Formato: hours=1;minutes=2;seconds=3). + + + The following keywords are supported: + I seguenti parole chiave sono supportate: + + + Cached binding + Asociazione in cache + + + Flow is executed and session is cached in memory. Flow is executed when session expires + Il flusso viene eseguito e la sessione viene memorizzata nella cache. Il flusso viene eseguito alla scadenza della sessione + + + Direct binding + Associazione diretta + + + Always execute the configured bind flow to authenticate the user + Esegui sempre il flusso di collegamento configurato per autenticare l'utente + + + Cached querying + Interrogazione cache + + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + L'avamposto tiene tutti gli utenti e i gruppi in memoria e li aggiorna ogni 5 Minuti + + + Direct querying + Interrogazione diretta + + + Always returns the latest data, but slower than cached querying + Ritorna sempre i dati più recenti, ma è più lento del cached querying + + + 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. + Se abilitato, l'autenticazione multi-fattore basata su codice può essere utilizzata aggiungendo un punto e virgola e il codice TOTP alla password. Questo dovrebbe essere abilitato solo se tutti gli utenti che si legaranno a questo provider hanno un dispositivo TOTP configurato, poiché altrimenti una password può essere respinta in modo errato se contiene un punto e virgola. + + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + Il certificato per la base di base sopra configurata DN. Come fallback, il fornitore utilizza un certificato autofirmati. + + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + Nome DNS per il quale deve essere utilizzato il certificato configurato sopra. Il certificato non può essere rilevato in base al DN di base, poiché la negoziazione SSL/TLS avviene prima che tali dati vengano scambiati. + + + 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 + L'inizio di uidNumbers, questo numero viene aggiunto a user.Pk per assicurarsi che i numeri non siano troppo bassi per gli utenti POSIX. Il valore predefinito è 2000 per garantire che non ci si scontri con gli utenti locali. + + + 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 + Il punto di partenza per gidNumbers, questo numero viene aggiunto a un numero generato dal group.pk per assicurarsi che i numeri non siano troppo bassi per i gruppi POSIX. Il valore predefinito è 4000 per garantire che non ci siano collisioni con gruppi locali o gruppi primari di utenti gidNumber. + + + Provider Name + + + Type a provider name... + + + Bind mode + Modalità associazione + + + Configure how the outpost authenticates requests. + Configura come l'avamposto autentica le richieste. + + + Search mode + Modalità di ricerca + + + Configure how the outpost queries the core authentik server's users. + Configura come l'avamposto interroga gli utenti del server core authentik. + + + Code-based MFA Support + Supporto MFA basato sul codice + + + Flow settings + Impostazione flusso + + + Bind flow + Associazione fase + + + Flow used for users to authenticate. + Flusso usato per autenticare gli utenti. + + + Unbind flow + Sblind Flow + + + Flow used for unbinding users. + Flusso utilizzato per gli utenti che non si muovono. + + + Protocol settings + Impostazioni del protocollo + + + Base DN + Base DN + + + LDAP DN under which bind requests and search requests can be made. + LDAP DN sotto il quale possono essere effettuate le richieste di bind e di ricerca. + + + TLS Server name + Nome server TLS + + + UID start number + Numero di inizio UID + + + GID start number + Numero di inizio GID + + + Configure LDAP Provider + Configurare il provider LDAP + + + Show field content + Mostra il contenuto del campo + + + Hide field content + Nascondi il contenuto del campo + + + Add entry + Aggiungi voce + + + Strict + Strict + + + Regex + Regex + + + URL + URL + + + Confidential + Confidenziale + + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + I client confidenziali sono in grado di mantenere la riservatezza delle proprie credenziali, ad esempio i segreti del client + + + Public + Pubblico + + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + I clienti pubblici non sono in grado di mantenere la confidenzialità e dovrebbero utilizzare metodi come PKCE. + + + Back-channel + + + Server-to-server logout notifications + + + Front-channel + + + Browser iframe logout notifications + + + Based on the User's hashed ID + In base all'hashed ID dell'utente + + + Based on the User's ID + In base all'ID dell'utente + + + Based on the User's UUID + Basato sull'UUID dell'utente + + + Based on the User's username + In base al nome utente dell'utente + + + Based on the User's Email + In base all'e-mail dell'utente + + + This is recommended over the UPN mode. + Questo è consigliato in modalità UPN. + + + Based on the User's UPN + In base all'UPN dell'utente + + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + Richiede che l'utente abbia un attributo "upn" impostato e ricorre all'ID utente con hash. Utilizza questa modalità solo se disponi di domini UPN e di posta diversi. + + + Each provider has a different issuer, based on the application slug + Ogni provider ha un emittente diverso, in base allo slug dell'applicazione + + + Same identifier is used for all providers + Lo stesso identificatore viene utilizzato per tutti i fornitori + + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + URI di reindirizzamento validi dopo un flusso di autorizzazione riuscito. Specificare anche eventuali origini per i flussi impliciti. + + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + Se non vengono specificati URI di reindirizzamento espliciti, verrà salvato il primo URI di reindirizzamento utilizzato correttamente. + + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + Per consentire qualsiasi URI di reindirizzamento, imposta la modalità su Regex e il valore su ".*". Tieni presente le possibili implicazioni per la sicurezza. + + + Authorization flow + Flusso di autorizzazione + + + Select an authorization flow... + + + Flow used when authorizing this provider. + Flusso utilizzato durante l'autorizzazione di questo provider. + + + Client type + Tipologia client + + + Client ID + Client ID + + + Client Secret + Client Secret + + + Redirect URIs/Origins (RegEx) + Reindirizzamento URI/Origini (RegEx) + + + Logout URI + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + + + Logout Method + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + + + Signing Key + Chiave di firma + + + Select a signing key... + + + Key used to sign the tokens. + Chiave utilizzata per firmare i token. + + + Advanced flow settings + Impostazioni di flusso avanzate + + + Authentication flow + Flusso di autenticazione + + + Select an authentication flow... + + + Flow used when a user access this provider and is not authenticated. + Flusso utilizzato quando un utente accede a questo provider e non è autenticato. + + + Invalidation flow + Flusso di invalidazione + + + Select an invalidation flow... + + + Flow used when logging out of this provider. + Flusso usato quando si disconnette questo provider. + + + Advanced protocol settings + Impostazioni avanzate del protocollo + + + Access code validity + Codice di accesso valido + + + Configure how long access codes are valid for. + Configura per quanto tempo sono validi i codici di accesso. + + + Access Token validity + Validità del token di accesso + + + Configure how long access tokens are valid for. + Configura per quanto tempo sono validi i token di accesso. + + + Refresh Token validity + Validità del token di aggiornamento + + + Configure how long refresh tokens are valid for. + Configura per quanto tempo sono validi i token di aggiornamento. + + + Refresh Token threshold + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + + + Scopes + Ambiti + + + Available Scopes + Scopi disponibili + + + Selected Scopes + Scopi selezionati + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + Selezionare quali ambiti possono essere utilizzati dal client. Il client deve ancora specificare l'ambito per accedere ai dati. + + + Encryption Key + Chiave di crittografia + + + Select an encryption key... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Modalità soggetto + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + Configura quali dati devono essere utilizzati come identificatore utente univoco. Nella maggior parte dei casi, l'impostazione predefinita dovrebbe andare bene. + + + Include claims in id_token + Includi attestazioni in id_token + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + Includere le attestazioni utente dagli ambiti in id_token, per le applicazioni che non accedono all'endpoint userinfo. + + + Issuer mode + Modalità emittente + + + Configure how the issuer field of the ID Token should be filled. + Configura come deve essere compilato il campo dell'emittente del token ID. + + + Machine-to-Machine authentication settings + Impostazioni di autenticazione da macchina a macchina + + + Federated OIDC Sources + Sorgenti OIDC Federate + + + Available Sources + Fonti disponibili + + + Selected Sources + Fonti selezionate + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + I JWT firmati dai certificati configurati nelle origini selezionate possono essere utilizzati per autenticarsi presso questo provider. + + + Federated OIDC Providers + Fornitori OIDC Federati + + + Available Providers + Fornitori disponibili + + + Selected Providers + Fornitori Selezionati + + + JWTs signed by the selected providers can be used to authenticate to this provider. + Per autenticarsi presso questo provider è possibile utilizzare i JWT firmati dai provider selezionati. + + + Configure OAuth2 Provider + Configura fornitore OAuth2 + + + Successfully updated provider. + Provider aggiornato con successo. + + + Successfully created provider. + Provider creato con successo. + + + An error occurred while updating the provider. + + + An error occurred while creating the provider. + + + HTTP-Basic Username Key + Chiave del nome utente HTTP-Basic + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + Attributo utente/gruppo utilizzato per la parte utente dell'intestazione HTTP-Basic. Se non impostato, viene utilizzato l'indirizzo e-mail dell'utente. + + + HTTP-Basic Password Key + Chiave password HTTP-Basic + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + Attributo utente/gruppo utilizzato per la parte password dell'intestazione HTTP-Basic. + + + Proxy + Proxy + + + Forward auth (single application) + Autenticazione inoltrata (applicazione singola) + + + Forward auth (domain level) + Autenticazione inoltrata (a livello di dominio) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + Questo provider si comporterà come un proxy inverso trasparente, tranne per il fatto che le richieste devono essere autenticate. Se la tua applicazione upstream utilizza HTTPS, assicurati di connetterti all'avamposto utilizzando anche HTTPS. + + + External host + Host esterno + + + The external URL you'll access the application at. Include any non-standard port. + L'URL esterno da cui accederai all'applicazione. Includere qualsiasi porta non standard. + + + Internal host + Host interno + + + http(s)://... + + + Upstream host that the requests are forwarded to. + Host upstream a cui vengono inoltrate le richieste. + + + Internal host SSL Validation + Convalida SSL host interna + + + Validate SSL Certificates of upstream servers. + Convalida i certificati SSL dei server upstream. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + Usa questo provider con l'auth_request di Nginx o il forkauth di Traefik. Ogni applicazione/dominio ha bisogno del proprio fornitore. Inoltre, su ciascun dominio, /outpost.goauthentik.io deve essere indirizzato all'avamposto (quando si utilizza un avamposto gestito, questo viene fatto per te). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + Utilizza questo provider con auth_request di nginx o forwardAuth di traefik. È richiesto un solo provider per dominio root. Non è possibile eseguire l'autorizzazione per applicazione, ma non è necessario creare un provider per ogni applicazione. + + + An example setup can look like this: + Una configurazione di esempio può assomigliare a questa: + + + authentik running on auth.example.com + authentik in esecuzione su auth.example.com + + + app1 running on app1.example.com + app1 in esecuzione su app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + In questo caso, imposteresti l'URL di autenticazione su auth.example.com e il dominio dei cookie su example.com. + + + Authentication URL + URL di autenticazione + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + L'URL esterno su cui ti autenticherai. Il server core authentik dovrebbe essere raggiungibile tramite questo URL. + + + Cookie domain + Dominio dei cookie + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + Impostalo sul dominio per il quale desideri che l'autenticazione sia valida. Deve essere un dominio principale dell'URL riportato sopra. Se esegui applicazioni come app1.domain.tld, app2.domain.tld, impostalo su "domain.tld". + + + Token validity + Validità del token + + + Configure how long tokens are valid for. + Configura per quanto tempo sono validi i token. + + + Additional scopes + Ambiti aggiuntivi + + + Additional scope mappings, which are passed to the proxy. + Mapping di ambito aggiuntivi, che vengono passati al proxy. + + + Unauthenticated URLs + URL non autenticati + + + Unauthenticated Paths + Percorsi non autenticati + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + Espressioni regolari per le quali non è richiesta l'autenticazione. Ogni nuova riga viene interpretata come una nuova espressione. + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + Quando si utilizza la modalità proxy o di autenticazione inoltrata (applicazione singola), il percorso URL richiesto viene confrontato con le espressioni regolari. Quando si utilizza l'autenticazione inoltrata (modalità dominio), l'URL completo richiesto, inclusi schema e host, viene confrontato con le espressioni regolari. + + + Authentication settings + Impostazioni di autenticazione + + + Intercept header authentication + Intercetta l'authorization header + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + Se abilitato, authentik intercetterà la authorization header per autenticare la richiesta. + + + Send HTTP-Basic Authentication + Invia HTTP-Basic Authentication + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + Imposta un header personalizzato HTTP-Basic Authentication basato su parametri provenienti da authentik. + + + Configure Proxy Provider + Configurare Proxy Provider + + + Configure Remote Access Provider + Configura provider di accesso remoto + + + Connection expiry + Scadenza della connessione + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + Determina quanto dura una sessione prima di essere disconnessa e richiedere una riautorizzazione. + + + Property mappings + Mapping delle proprietà + + + Available Property Mappings + Mapping di proprietà disponibili + + + Selected Property Mappings + Mapping di proprietà selezionati + + + List of CIDRs (comma-seperated) 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. + Elenco di CIDR (separati da virgole) da cui i client possono connettersi. Un CIDR più specifico verrà abbinato prima di uno meno specifico. I client che si connettono da un CIDR non specificato verranno ignorati. + + + Shared secret + Segreto condiviso + + + Client Networks + Client Networks + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + + + Configure Radius Provider + Configurare il provider del raggio + + + Redirect + Redirect + + + Post + Post + + + Sign assertions + Segnale + + + When enabled, the assertion element of the SAML response will be signed. + Se abilitato, verrà firmato l'elemento di asserzione della risposta SAML. + + + Sign responses + Risposte dei segni + + + When enabled, the SAML response will be signed. + Se abilitata, la risposta SAML verrà firmata. + + + Sign logout requests + + + When enabled, SAML logout requests will be signed. + + + Front-channel (Iframe) + + + Front-channel (Native) + + + Back-channel (POST) + + + SLS Binding + + + Determines how authentik sends the logout response back to the Service Provider. + + + Method to use for logout when SLS URL is configured. + + + ACS URL + ACS URL + + + Service Provider Binding + Associazione del fornitore di servizi + + + Determines how authentik sends the response back to the Service Provider. + Determina il modo in cui authentik invia la risposta al fornitore di servizi. + + + Issuer + Emittente + + + Also known as Entity ID. + + + Audience + Audience + + + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + + + Signing Certificate + Certificato di firma + + + Certificate used to sign outgoing Responses going to the Service Provider. + Certificato utilizzato per firmare le risposte in uscita destinate al fornitore di servizi. + + + Verification Certificate + Certificato di verifica + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + Se selezionata, le firme dell'asserzione in entrata verranno convalidate rispetto a questo certificato. Per consentire richieste non firmate, lasciare l'impostazione predefinita. + + + Encryption Certificate + Certificato di crittografia + + + When selected, assertions will be encrypted using this keypair. + Quando selezionati, le asserzioni verranno crittografate usando questo tasto. + + + Available User Property Mappings + Mapping di proprietà utente disponibili + + + Selected User Property Mappings + Mapping di proprietà utente selezionati + + + NameID Property Mapping + Mappatura proprietà NameID + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + Configura il modo in cui verrà creato il valore NameID. Se lasciato vuoto, verrà rispettato il NameIDPolicy della richiesta in arrivo. + + + AuthnContextClassRef Property Mapping + Mappatura Proprietà AuthnContextClassRef + + + 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. + Configura come verrà creato il valore AuthnContextClassRef. Se lasciato vuoto, AuthnContextClassRef verrà impostato in base ai metodi di autenticazione utilizzati dall'utente. + + + Assertion valid not before + Asserzione valida non prima + + + Configure the maximum allowed time drift for an assertion. + Configurare lo scostamento temporale massimo consentito per un'asserzione. + + + Assertion valid not on or after + Affermazione valida non il o dopo + + + Assertion not valid on or after current time + this value. + Asserzione non valida a partire dall'ora corrente + questo valore. + + + Session valid not on or after + Sessione valida non il o dopo + + + Session not valid on or after current time + this value. + Sessione non valida a partire dall'ora corrente + questo valore. + + + Default relay state + Stato di relè predefinito + + + When using IDP-initiated logins, the relay state will be set to this value. + Quando si utilizzano gli accessi avviati da IDP, lo stato di relè verrà impostato su questo valore. + + + Default NameID Policy + + + Persistent + Persistente + + + Email address + Indirizzo email + + + Windows + Windows + + + X509 Subject + Soggetto X509 + + + Transient + Effimero + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + + + Digest algorithm + Algoritmo digest + + + Signature algorithm + Algoritmo firma + + + Configure SAML Provider + Configurare il provider SAML + + + Token + Token + + + Token to authenticate with. + + + OAuth Source + + + Specify OAuth source used for authentication. + + + OAuth Parameters + + + Additional OAuth parameters, such as grant_type. + + + SCIM base url, usually ends in /v2. + URL di base SCIM, in genere termina con /v2. + + + Verify SCIM server's certificates + Verifica i certificati del server Scim + + + Authentication Mode + + + Authenticate SCIM requests using a static token. + + + OAuth + + + Authenticate SCIM requests using OAuth. + + + Compatibility Mode + Modalità di Compatibilità + + + Default + Predefinito + + + Default behavior. + Comportamento predefinito. + + + AWS + AWS + + + Altered behavior for usage with Amazon Web Services. + Comportamento modificato per l'utilizzo con Amazon Web Services. + + + Slack + Slack + + + Altered behavior for usage with Slack. + Comportamento modificato per l'utilizzo con Slack. + + + Salesforce + + + Altered behavior for usage with Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + Modifica il comportamento di authentik per le implementazioni SCIM specifiche del fornitore. + + + Enable dry-run mode + Abilita la modalità di prova + + + When enabled, mutating requests will be dropped and logged instead. + Quando abilitata, le richieste di modifica verranno eliminate e registrate. + + + User filtering + Filtraggio utenti + + + Exclude service accounts + Escludi account di servizio + + + Only sync users within the selected group. + Sincronizza solo gli utenti all'interno del gruppo selezionato. + + + Attribute mapping + Mappatura attributi + + + User Property Mappings + Mappatura proprietà utenti + + + Property mappings used to user mapping. + Mappature delle proprietà utilizzate per la mappatura degli utenti. + + + Group Property Mappings + Mappatura proprietà gruppi + + + Available Group Property Mappings + Mapping di proprietà del gruppo disponibili + + + Selected Group Property Mappings + Mapping di proprietà del gruppo selezionati + + + Property mappings used to group creation. + Mappature delle proprietà utilizzate per la creazione del gruppo. + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + Configurare il provider SCIM + + + Configure Provider + Configura Fornitore + + + Type + Tipo + + + None + + + strict + strict + + + regexp + regexp + + + Forward auth (domain-level) + Forward auth (domain-level) + + + Unknown proxy mode + Modalità proxy sconosciuta + + + Mode + Modalità + + + Internal Host + Host Interno + + + External Host + Host Esterno + + + Basic-Auth + Basic-Auth + + + Unknown type + Tipo sconosciuto + + + Redirect URIs + URI di reindirizzamento + + + Review and Submit Application + Esamina e Crea l'Applicazione + + + Submit + Invia + + + There was an error in the application. + C'è stato un errore nell'applicazione. + + + Review the application. + Rivedi l'applicazione. + + + There was an error in the provider. + C'è stato un errore nel provider. + + + Review the provider. + Rivedere il fornitore. + + + There was an error. Please go back and review the application. + Si è verificato un errore. Torna indietro e rivedi l'applicazione. + + + There was an error: + Si è verificato un errore: + + + Please go back and review the application. + Torna indietro e rivedi l'applicazione. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + Si è verificato un errore creando l'applicazione, ma non è stato inviato alcun messaggio di errore. Si prega di rivedere i registri del server. + + + Review the Application and Provider + Esamina l'Applicazione e il Fornitore + + + Provider + Provider + + + Your application has been saved + La tua applicazione è stata salvata + + + Saving application... + Salvataggio dell'applicazione... + + + authentik was unable to complete this process. + authentik non è riuscito a completare questo processo. + + + Don't show this message again. + Non mostrare di nuovo questo messaggio. + + + One hint, 'New Application Wizard', is currently hidden + Un suggerimento, "New Application Wizard", è attualmente nascosto + + + Restore Application Wizard Hint + Ripristina il suggerimento per la procedura guidata dell'applicazione + + + Create with wizard + Crea con la procedura guidata + + + Successfully imported provider. + Fornitore importato correttamente. + + + Metadata + Metadati + + + Create + Crea + + + New provider + Nuovo provider + + + Create a new provider. + Crea un nuovo provider. + + + Create + Crea + + + + New Provider + + + Open the wizard to create a new provider. + + + Credentials + Credenziali + + + Google Cloud credentials file. + File di credenziali di Google Cloud. + + + Delegated Subject + Soggetto delegato + + + Email address of the user the actions of authentik will be delegated to. + Indirizzo e -mail dell'utente Le azioni di authentik saranno delegate. + + + Default group email domain + Dominio e -mail del gruppo predefinito + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + Dominio predefinito che viene utilizzato per generare l'indirizzo e -mail di un gruppo. Può essere personalizzato utilizzando mapping di proprietà. + + + User deletion action + Azione di cancellazione dell'utente + + + User is deleted + Utente cancellato + + + Suspend + Sospendi + + + User is suspended, and connection to user in authentik is removed. + L'utente viene sospeso e la connessione all'utente in Autenik viene rimossa. + + + Do Nothing + Fai Nulla + + + The connection is removed but the user is not modified + La connessione viene rimossa ma l'utente non viene modificato + + + Determines what authentik will do when a User is deleted. + Determina cosa farà authentik quando viene eliminato un utente. + + + Group deletion action + Azione di cancellazione del gruppo + + + Group is deleted + Gruppo cancellato + + + The connection is removed but the group is not modified + La connessione viene rimossa ma il gruppo non viene modificato + + + Determines what authentik will do when a Group is deleted. + Determina cosa farà authentik quando viene eliminato un gruppo. + + + Client ID for the app registration. + ID client per la registrazione dell'app. + + + Client secret for the app registration. + Segreto del cliente per la registrazione dell'app. + + + Tenant ID + Tenant ID + + + ID of the tenant accounts will be synced into. + ID dei conti degli inquilini verrà sincronizzato. + + + Delete authorization on disconnect + Elimina l'autorizzazione su disconnessione + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + Se abilitato, le autorizzazioni di connessione verranno eliminate quando un client si disconnette. Ciò costringerà i clienti con connessioni Internet traballante per autorizzare nuovamente l'endpoint. + + + Connection settings. + Impostazioni connessione. + + + Key used to sign the events. + Chiave usata per firmare gli eventi. + + + Event Retention + Conservazione degli eventi + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + Determina per quanto tempo gli eventi vengono archiviati. Se un evento non può essere inviato correttamente, anche la sua scadenza viene aumentata di questa durata. + + + OIDC Providers + Fornitori OIDC + + + Providers + Providers + + + Provide support for protocols like SAML and OAuth to assigned applications. + Fornire supporto per protocolli come SAML e OAuth alle applicazioni assegnate. + + + Provider Search + + + Search for providers… + + + Provider(s) + Provider(s) + + + Assigned to application + Assegnato all'applicazione + + + Assigned to application (backchannel) + Assegnato all'applicazione (backchannel) + + + Provider not assigned to any application. + + + Update + Aggiorna + + + + Edit "" provider + + + Successfully triggered sync. + Sincronizzazione attivata con successo. + + + Log messages + Messaggi di log + + + Override dry-run mode + Ignorare la modalità di prova + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + Quando abilitata, questa sincronizzazione continuerà a eseguire le richieste di modifica indipendentemente dalla modalità di esecuzione di prova nel fornitore. + + + Sync + Sincronizzazione + + + Sync Group + Gruppo di sincronizzazione + + + Google Workspace Group(s) + Gruppo(i) Google Workspace + + + Sync User + Sincronizzazione utente + + + Google Workspace User(s) + Utente(i) Google Workspace + + + Username + Username + + + Current status + + + Sync is currently running. + + + Sync is not currently running. + + + Last successful sync + + + No successful sync found. + + + Last sync status + + + Changelog + Changelog + + + Provisioned Users + Utenti forniti + + + Provisioned Groups + Gruppi provocatori + + + Warning: Provider is not assigned to an application as backchannel provider. + Attenzione: Il provider non è assegnato a un'applicazione come provider di backchannel. + + + Dry-run + Prova + + + Update Google Workspace Provider + Aggiorna fornitore Google Workspace + + + Select providers to add to application + Seleziona i provider da aggiungere all'applicazione + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Inserisci un URL completo, un percorso relativo oppure utilizza "fa://fa-test" per utilizzare l'icona "fa-test" di Font Awesome. + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + Modello di percorso per gli utenti creato. Utilizza segnaposto come `%(slug)s` per inserire lo slug di origine. + + + Successfully updated application. + Applicazione aggiornata con successo. + + + Successfully created application. + Applicazione creata con successo. + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + Utilizzando questo modulo verrà creata solo un'applicazione. Per autenticarsi con l'applicazione, sarà necessario associarla manualmente a un provider. + + + Select a provider that this application should use. + Seleziona provider per questa applicazione. + + + Backchannel Providers + Fornitori di backchannel + + + Select backchannel providers which augment the functionality of the main provider. + Seleziona fornitori di backchannel che aumentano la funzionalità del fornitore principale. + + + Add provider + Aggiungi provider + + + UI settings + Impostazioni dell'interfaccia utente + + + Icon + Icona + + + Currently set to: + Attualmente impostato su: + + + Clear icon + Cancella icona + + + Delete currently set icon. + Elimina l'icona attualmente impostata. + + + Publisher + Publisher + + + Description + Descrizione + + + Create Application + Crea Applicazione + + + Warning: Provider is not used by any Outpost. + Attenzione: il fornitore non è utilizzato da nessun avamposto. + + + Assigned to application + Assegnato all'applicazione + + + Update LDAP Provider + Aggiorna Provider LDAP + + + How to connect + Come connettersi + + + Connect to the LDAP Server on port 389: + Connettiti al server LDAP sulla porta 389: + + + Check the IP of the Kubernetes service, or + Controlla l'IP del servizio Kubernetes, oppure + + + The Host IP of the docker host + L'IP host dell'host docker + + + Bind DN + Bind DN + + + Bind Password + Password di Associazione + + + Your authentik password + La tua password di authentik + + + Search base + Ricerca base + + + Microsoft Entra Group(s) + Gruppo(i) Microsoft Entra + + + Microsoft Entra User(s) + Utente(i) Microsoft Entra + + + Update Microsoft Entra Provider + Aggiorna Frontiore Microsoft Entra + + + Preview + Anteprima + + + Warning: Provider is not used by an Application. + Attenzione: il provider non è utilizzato da un'applicazione. + + + + + + Update OAuth2 Provider + Aggiorna fornitore OAuth2 + + + OpenID Configuration URL + URL configurazione OpenID + + + OpenID Configuration Issuer + Emittente configurazione OpenID + + + Authorize URL + Autorizzazione URL + + + Token URL + Token URL + + + Userinfo URL + Userinfo URL + + + Logout URL + Logout URL + + + JWKS URL + JWKS URL + + + JWT payload + JWT payload + + + Preview for user + Anteprima per l'utente + + + Nginx (Ingress) + Nginx (Ingress) + + + Nginx (Proxy Manager) + Nginx (Proxy Manager) + + + Nginx (standalone) + Nginx (standalone) + + + Traefik (Ingress) + Traefik (Ingress) + + + Traefik (Compose) + Traefik (Compose) + + + Traefik (Standalone) + Traefik (Standalone) + + + Caddy (Standalone) + Caddy (Standalone) + + + Update Proxy Provider + Aggiorna Provider Proxy + + + Protocol Settings + Impostazioni Protocollo + + + Allowed Redirect URIs + URI di reindirizzamento consentiti + + + Setup + Impostazione + + + No additional setup is required. + Non è richiesta configurazione aggiuntiva. + + + Connection Token(s) + Connection Token (i) + + + Endpoint + Endpoint + + + Successfully updated endpoint. + Endpoint aggiornato correttamente. + + + Successfully created endpoint. + Endpoint creato correttamente. + + + Protocol + Protocollo + + + RDP + RDP + + + SSH + SSH + + + VNC + VNC + + + Host + Host + + + Hostname/IP to connect to. Optionally specify the port. + + + Maximum concurrent connections + Connessioni simultanee massime + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + Connessioni simultanee massime consentite a questo endpoint. Può essere impostato su -1 per disabilitare il limite. + + + Advanced settings + Impostazioni avanzate + + + Search for users by username or display name... + + + Search Users + + + Select Users + + + Active + Attivo + + + Last login + Ultimo accesso + + + Show inactive users + Mostra utenti inattivi + + + Select users + + + Confirm + + + Successfully updated group. + Gruppo aggiornato con successo. + + + Successfully created group. + Gruppo creato con successo. + + + Type a group name... + + + Group Name + + + Superuser Privileges + + + Whether users added to this group will have superuser privileges. + + + Parent Group + Gruppo genitore + + + Select an optional parent group... + + + Roles + Ruoli + + + Available Roles + Ruoli disponibili + + + Selected Roles + Ruoli selezionati + + + Select roles to grant this groups' users' permissions from the selected roles. + Seleziona i ruoli per concedere le autorizzazioni degli utenti di questi gruppi dai ruoli selezionati. + + + Set custom attributes using YAML or JSON. + Imposta attributi personalizzati utilizzando YAML o JSON. + + + Successfully updated binding. + Aggiornato criterio con successo. + + + Successfully created binding. + Creato criterio con successo. + + + Don't pass + Non passare + + + Result used when policy execution fails. + Risultato utilizzato quando l'esecuzione delle politiche non riesce. + + + Successfully updated policy. + Criterio aggiornato. + + + Successfully created policy. + Criterio creato. + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + Una policy utilizzata per i test. Restituisce sempre lo stesso risultato specificato di seguito dopo aver atteso una durata casuale. + + + Execution logging + Registrazione dell'esecuzione + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + Quando questa opzione è abilitata, tutte le esecuzioni di questa policy verranno registrate. Per impostazione predefinita, vengono registrati solo gli errori di esecuzione. + + + Policy-specific settings + Impostazioni specifiche del criterio + + + Pass policy? + Criterio di passaggio? + + + Wait (min) + Attendi (min) + + + The policy takes a random time to execute. This controls the minimum time it will take. + L'esecuzione della policy richiede un tempo casuale. Questo controlla il tempo minimo necessario. + + + Wait (max) + Attendi (max) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + Corrisponde a un evento rispetto a una serie di criteri. Se uno qualsiasi dei valori configurati corrisponde, il criterio passa. + + + Match created events with this action type. When left empty, all action types will be matched. + Abbina gli eventi creati a questo tipo di azione. Se lasciato vuoto, verranno abbinati tutti i tipi di azione. + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + Corrisponde all'IP client di evento (corrispondenza rigorosa, per la corrispondenza della rete utilizza una politica di espressione). + + + Match events created by selected application. When left empty, all applications are matched. + Abbina gli eventi creati dall'applicazione selezionata. Se lasciato vuoto, tutte le applicazioni vengono abbinate. + + + Match events created by selected model. When left empty, all models are matched. + Abbina eventi creati dal modello selezionato. Se lasciati vuoti, tutti i modelli sono abbinati. + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + Verifica se la password dell'utente è stata modificata negli ultimi X giorni e rifiuta in base alle impostazioni. + + + Maximum age (in days) + Età massima (in giorni) + + + Only fail the policy, don't invalidate user's password + Fallisci solo il criterio, non invalidare la password dell'utente + + + Executes the python snippet to determine whether to allow or deny a request. + Esegue il frammento di codice Python per determinare se consentire o negare una richiesta. + + + Expression using Python. + Espressione in Python. + + + See documentation for a list of all variables. + Guarda la documentazione per la lista di tutte le variabili. + + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + Assicurarsi che l'utente soddisfi i requisiti di geografia o topologia di rete, in base all'indirizzo IP. Se uno qualsiasi dei valori configurati corrisponde, la politica passa. + + + Distance settings + Impostazioni distanza + + + Check historical distance of logins + Controlla la distanza storica degli accessi + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + Se questa opzione è abilitata, i dati GeoIP della richiesta di policy vengono confrontati con il numero specificato di accessi storici. + + + Maximum distance + Distanza massima + + + Maximum distance a login attempt is allowed from in kilometers. + Distanza massima consentita per un tentativo di accesso, espressa in chilometri. + + + Distance tolerance + Tolleranza della distanza + + + Tolerance in checking for distances in kilometers. + Tolleranza nel verificare le distanze in chilometri. + + + Historical Login Count + Conteggio Storico Accessi + + + Amount of previous login events to check against. + Numero di eventi di accesso precedenti da verificare. + + + Check impossible travel + Controlla spostamenti impossibili + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + Se questa opzione è abilitata, i dati GeoIP della richiesta di policy vengono confrontati con il numero specificato di accessi storici e con se il viaggio sarebbe stato possibile nell'intervallo di tempo trascorso dall'evento precedente. + + + Impossible travel tolerance + Tolleranza spostamenti impossibili + + + Static rule settings + Impostazioni regole statiche + + + ASNs + Asns + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + Elenco dei numeri di sistema autonomi. Virgola separata. Per esempio. 13335, 15169, 20940 + + + Countries + Paesi + + + Available Countries + Paesi disponibili + + + Selected Countries + Paesi selezionati + + + Static rules + Regole statiche + + + Minimum length + Lunghezza minima + + + Minimum amount of Uppercase Characters + Quantità minima di caratteri maiuscoli + + + Minimum amount of Lowercase Characters + Quantità minima di caratteri minuscoli + + + Minimum amount of Digits + Quantità minima di cifre + + + Minimum amount of Symbols Characters + Quantità minima di simboli caratteri + + + Error message + Messaggio di errore + + + Symbol charset + Set di caratteri simboli + + + Characters which are considered as symbols. + Caratteri considerati simboli. + + + HaveIBeenPwned settings + Impostazioni HaveIBeenPwned + + + Allowed count + Conteggio consentito + + + Allow up to N occurrences in the HIBP database. + Consenti fino a N occorrenze nel database HIBP. + + + zxcvbn settings + Impostazioni zxcvbn + + + Score threshold + Soglia punteggio + + + If the password's score is less than or equal this value, the policy will fail. + Se il punteggio della password è inferiore o uguale a questo valore, la policy fallirà. + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + 0: Troppo indovinabile: password rischiosa. (tentativi &lt; 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1: Molto indovinabile: protezione dagli attacchi online limitati. (tentativi &lt; 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2: Abbastanza indovinabile: protezione dagli attacchi online senza limitazioni. (tentativi &lt; 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3: Difficilmente indovinabile: protezione moderata dallo scenario offline con hashing lento. (tentativi &lt; 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4: Molto difficilmente indovinabile: forte protezione dallo scenario offline con hash lento. (tentativi &gt;= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + Controlla il valore della richiesta di policy rispetto a diverse regole, utilizzate principalmente per garantire la sicurezza della password. + + + Password field + Campo password + + + Field key to check, field keys defined in Prompt stages are available. + Chiave di campo da verificare, sono disponibili le chiavi di campo definite nelle fasi Prompt. + + + Check static rules + Controlla regole statiche + + + Check haveibeenpwned.com + Controlla haveibeenpwned.com + + + For more info see: + Per ulteriori informazioni: + + + Check zxcvbn + Controlla zxcvbn + + + Password strength estimator created by Dropbox, see: + Strumento per la stima della forza della password creato da Dropbox, vedere: + + + Allows/denys requests based on the users and/or the IPs reputation. + Consente/nega le richieste in base alla reputazione degli utenti e/o degli IP. + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + I tentativi di accesso fallito diminuiranno di uno il punteggio per l'IP del client e per l'utente. + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + La policy passa quando il punteggio della reputazione è al di sotto della soglia e + Non passa quando entrambe le opzioni selezionate sono uguali o sopra la soglia. + + + Check IP + Controlla IP + + + Check Username + Controlla Username + + + Threshold + Soglia + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + Assicurati che la nuova password dell'utente sia diversa dalle password precedenti. Il numero di password precedenti da verificare è configurabile. + + + Number of previous passwords to check + Numero di password precedenti da controllare + + + New policy + Nuovo criterio + + + Create a new policy. + Crea un nuovo criterio + + + Create Binding + Crea associazione + + + Members + Membri + + + Select groups to add user to + Seleziona i gruppi a cui aggiungere l'utente + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + Attenzione: L' utente aggiunto al gruppo(i) selezionato otterrà permessi di superutente. + + + Company employees with access to the full enterprise feature set. + + + External consultants or B2C customers without access to enterprise features. + + + Machine-to-machine authentication or other automations. + + + Successfully updated user. + Aggiornamento utente effettuato con successo. + + + Successfully created user and added to group + Utente creato con successo e aggiunto al gruppo + + + Successfully created user. + Creato utente con successo. + + + Type a username for the user... + + + The user's primary identifier used for authentication. 150 characters or fewer. + + + Display Name + + + Type an optional display name... + + + The user's display name. + + + User type + Tipo di utente + + + Internal Service account + Conto di servizio interno + + + Managed by authentik and cannot be assigned manually. + + + Email Address + + + Type an optional email address... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + + + Path + Percorso + + + Type a path for the user... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + + + Edit Policy + Modifica Criterio + + + Update Group + Aggiorna Gruppo + + + Edit Group + Modifica Gruppo + + + Update User + Aggiorna Utente + + + Edit User + Modifica Utente + + + Policy binding(s) + Associazone(i) criteri + + + Update Binding + Aggiorna Associazione + + + No Policies bound. + Nessun criterio associato. + + + Policy actions + + + Create and bind Policy + Crea e associa criterio + + + Bind existing + Associa esistente + + + The currently selected policy engine mode is : + La modalità del motore di policy attualmente selezionata è : + + + Endpoint(s) + Endpoint(s) + + + Update Endpoint + Aggiorna Endpoint + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + Questi legami controllano i quali gli utenti avranno accesso a questo endpoint. Gli utenti devono anche avere accesso all'applicazione. + + + Create Endpoint + Crea Endpoint + + + Connections + Connessioni + + + Update RAC Provider + Aggiorna il fornitore di rac + + + Endpoints + Endpoints + + + Update Radius Provider + Aggiorna Provider Radius + + + Download + Scarica + + + Copy download URL + Copiare URL di download + + + Download signing certificate + Scarica il certificato di firma + + + Related objects + Oggetti correlati + + + Update SAML Provider + Aggiorna il provider SAML + + + SAML Configuration + Configurazione SAML + + + EntityID/Issuer + EntityID/Issuer + + + SSO URL (Post) + SSO URL (Post) + + + SSO URL (Redirect) + SSO URL (Redirect) + + + SSO URL (IdP-initiated Login) + SSO URL (IdP-initiated Login) + + + SLO URL (Post) + SLO URL (Post) + + + SLO URL (Redirect) + SLO URL (Redirect) + + + SAML Metadata + Metadati SAML + + + Example SAML attributes + Esempio attributi SAML + + + NameID attribute + Attributo NameID + + + SCIM Group(s) + Gruppo(i) SCIM + + + SCIM User(s) + Utente(i) SCIM + + + Update SCIM Provider + Aggiorna il provider SCIM + + + SSF Provider is in preview. + Il fornitore SSF è in anteprima + + + Send us feedback! + Invia il tuo feedback! + + + SSF URL + URL SSF + + + No assigned application + Nessuna applicazione assegnata + + + Update SSF Provider + Aggiorna Fornitore SSF + + + Streams + Streams + + + Applications + Applicazioni + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + Applicazioni esterne che utilizzano come fornitore di identità tramite protocolli come OAuth2 e SAML. Qui sono mostrate tutte le applicazioni, anche quelle a cui non è possibile accedere.. + + + Application Icon + Icona Applicazione + + + Provider Type + Tipo Provider + + + Applications Documentation + + + Application(s) + Applicazione(i) + + + Application icon for "" + + + Update Application + Aggiorna Applicazione + + + Edit "" + + + Open "" + + + Open + Apri + + + Create with Provider + Crea con Fornitore + + + Successfully cleared application cache + Cancellazione della cache dell'applicazione riuscita + + + Failed to delete application cache + Impossibile eliminare la cache dell'applicazione + + + Clear cache + Cancella cache + + + Clear Application cache + Cancella cache Applicazione + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + Vuoi davvero cancellare la cache dell'applicazione? Questo farà sì che tutte i criteri vengano rivalutati al prossimo utilizzo. + + + Successfully sent test-request. + Richiesta di prova inviata con successo. + + + Successfully updated entitlement. + Entitlement aggiornato con successo. + + + Successfully created entitlement. + Entitlement creato con successo. + + + Application entitlement(s) + Privilegio(i) applicazione + + + Update Entitlement + Aggiorna Privilegio + + + These bindings control which users have access to this entitlement. + Queste associazioni controllano quali utenti hanno accesso a questo entitlement + + + No app entitlements created. + Non sono stati creati entitlements per l'app. + + + This application does currently not have any application entitlements defined. + Questa applicazione al momento non ha eventuali diritti applicativi definiti. + + + Create Entitlement + Crea Privilegio + + + Create entitlement + Crea privilegio + + + Failed to fetch application "". + + + Warning: Application is not used by any Outpost. + + + Related + Correlato + + + Check access + Verifica l'accesso + + + Check + Controlla + + + Check Application access + Controlla l'accesso all'applicazione + + + Test + Test + + + Launch + Avvia + + + Logins over the last week (per 8 hours) + Accessi nell'ultima settimana (per 8 ore) + + + Application entitlements + Privilegi applicazione + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + Questi entitlements possono essere utilizzati per configurare l'accesso degli utenti in questa applicazione. + + + Policy / Group / User Bindings + Associazione Criterio / Gruppo / Utente + + + Loading application... + + + Successfully updated device. + Dispositivo aggiornato correttamente. + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + Copia + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + Aggiorna Dispositivo + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + Hostname + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + Clicca per cambiare valore + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + Durata della sessione + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + Token aggiornato correttamente. + + + Successfully created token. + Token creato correttamente. + + + Expires on + Scade il + + + Token name... + + + Token name + + + Expiring + In scadenza + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + Se questo è selezionato, il token scade. Alla scadenza, il token viene ruotato. + + + The token has been copied to your clipboard + Il token è stato copiato negli appunti + + + The token was displayed because authentik does not have permission to write to the clipboard + Il token è stato visualizzato perché authentik non ha il permesso di scrivere negli appunti + + + Expires? + Scade? + + + Expiry date + Data di scadenza + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + Copia token + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + Sorgente aggiornata. + + + Successfully created source. + Sorgente creata. + + + Link users on unique identifier + Collega gli utenti su un identificatore univoco + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + Collegamento a un utente con indirizzo email identico. Può avere implicazioni sulla sicurezza quando una fonte non convalida gli indirizzi e-mail + + + Use the user's email address, but deny enrollment when the email address already exists + Utilizza l'indirizzo e-mail dell'utente, ma nega la registrazione quando l'indirizzo e-mail esiste già + + + Link to a user with identical username. Can have security implications when a username is used with another source + Collegamento a un utente con nome utente identico. Può avere implicazioni sulla sicurezza quando un nome utente viene utilizzato con un'altra fonte + + + Use the user's username, but deny enrollment when the username already exists + Utilizza il nome utente dell'utente, ma nega la registrazione quando il nome utente esiste già + + + Unknown user matching mode + Modalità di corrispondenza utente sconosciuta + + + Link to a group with identical name. Can have security implications when a group is used with another source + Collegamento a un gruppo con nome identico. Può avere implicazioni di sicurezza quando un gruppo viene utilizzato con un'altra fonte + + + Use the group's name, but deny enrollment when the name already exists + Usa il nome del gruppo, ma nega l'iscrizione quando esiste già il nome + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + Aggiorna la password interna all'accesso + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + Quando l'utente accede ad authentik utilizzando questo backend di password di origine, aggiorna le loro credenziali in authentik. + + + Sync users + Sincronizza utenti + + + User password writeback + Scrittura della password utente + + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + Abilita questa opzione di scrivere le modifiche alla password apportate in Autencik a Kerberos. Ignorato se la sincronizzazione è disabilitata. + + + Realm settings + Impostazioni Realm + + + Realm + Regno + + + Kerberos 5 configuration + Configurazione Kerberos 5 + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + Configurazione Kerberos 5. Vedi Man KRB5.CONF (5) per il formato di configurazione. Se lasciato vuoto, verrà utilizzato un KRB5.conf predefinito. + + + User matching mode + Modalità di corrispondenza utente + + + Group matching mode + Modalità di abbinamento di gruppo + + + Sync connection settings + Impostazioni di connessione sincronizzate + + + KAdmin type + Tipo KAdmin + + + MIT krb5 kadmin + MIT krb5 kadmin + + + Heimdal kadmin + Heimdal kadmin + + + Other + Altro + + + Other type of kadmin + Altro tipo di kadmin + + + Sync principal + Principal di sincronizzazione + + + Principal used to authenticate to the KDC for syncing. + Principal utilizzato per autenticare il KDC per la sincronizzazione. + + + Sync password + Sincronizzazione della password + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + Password utilizzata per autenticare il KDC per la sincronizzazione. Viene fornita una cache di sync keytab o sync di sincronizzazione opzionale. + + + Sync keytab + Sincronizzazione keytab + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + Keytab utilizzato per autenticare il KDC per la sincronizzazione. Viene fornita una cache di sincronizzazione di sincronizzazione o sincronizzazione. Deve essere codificato da base64 o nel tipo di forma: residuo. + + + Sync credentials cache + Sincronizza le credenziali cache + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + Credenziali Cache utilizzata per autenticarsi nel KDC per la sincronizzazione. Viene fornito la password di sincronizzazione se Sync o Sync KeyTab. Deve essere nel tipo di forma: residuo. + + + SPNEGO settings + Impostazioni spnego + + + SPNEGO server name + Nome server Spnego + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + Forzare l'uso di un nome server specifico per spnego. Deve essere nel modulo http@dominio + + + SPNEGO keytab + Spnego keytab + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + Keytab usato per spnego. Opzionale se viene fornita credenziali di spnego. Deve essere codificato da base64 o nel tipo di forma: residuo. + + + SPNEGO credentials cache + Credenziali di spnego cache + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + Credenziali Cache utilizzata per Spnego. Facoltativo se viene fornito SPNEGO keytab. Deve essere nel tipo di forma: residuo. + + + Kerberos Attribute mapping + Mappatura degli attributi Kerberos + + + Property mappings for user creation. + Mapping di proprietà per la creazione dell'utente. + + + Property mappings for group creation. + Mapping di proprietà per la creazione di gruppo. + + + Flow to use when authenticating existing users. + Flusso da utilizzare quando si autenticano gli utenti esistenti. + + + Enrollment flow + Flusso di iscrizione + + + Flow to use when enrolling new users. + Flusso da utilizzare quando si iscrivono nuovi utenti. + + + Additional settings + Impostazioni aggiuntive + + + User path + Percorso utente + + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + La password di accesso viene sincronizzata automaticamente da LDAP in authentik. Abilita questa opzione solo per riscrivere le modifiche della password in authentik su LDAP. + + + Sync groups + Gruppi di sincronizzazione + + + Delete Not Found Objects + Elimina oggetti non trovati + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + Elimina gli utenti e i gruppi authentik precedentemente forniti da questa fonte, ma che ora mancano. + + + Connection settings + Impostazioni di connessione + + + Server URI + Server URI + + + Specify multiple server URIs by separating them with a comma. + Specificare più URI del server separandoli con una virgola. + + + Enable StartTLS + Abilita StartTLS + + + To use SSL instead, use 'ldaps://' and disable this option. + Per usare invece SSL, usa 'ldaps://' e disabilita questa opzione. + + + Use Server URI for SNI verification + Utilizzare l'URI del server per la verifica SNI + + + Required for servers using TLS 1.3+ + Richiesto per i server usando TLS 1.3+ + + + TLS Verification Certificate + Certificato di verifica TLS + + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + Quando ci si connette a un server LDAP con TLS, i certificati non vengono controllati per impostazione predefinita. Specificare una coppia di chiavi per convalidare il certificato remoto. + + + TLS Client authentication certificate + Certificato di autenticazione client TLS + + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + KeyPair del certificato client per autenticarsi rispetto al certificato del server LDAP. + + + Bind CN + Associa CN + + + LDAP Attribute mapping + Mappatura attributo LDAP + + + Parent group for all the groups imported from LDAP. + Gruppo principale per tutti i gruppi importati da LDAP. + + + Additional User DN + DN utente aggiuntivo + + + Additional user DN, prepended to the Base DN. + DN utente aggiuntivo, anteposto al DN di base. + + + Additional Group DN + DN di gruppo aggiuntivo + + + Additional group DN, prepended to the Base DN. + DN di gruppo aggiuntivo, anteposto al DN di base. + + + User object filter + Filtro oggetto utente + + + Consider Objects matching this filter to be Users. + Considera gli oggetti che corrispondono a questo filtro come utenti. + + + Group object filter + Filtro oggetto gruppo + + + Consider Objects matching this filter to be Groups. + Considera gli oggetti che corrispondono a questo filtro come gruppi. + + + Group membership field + Campo di appartenenza al gruppo + + + Field which contains members of a group. The value of this field is matched against User membership attribute. + Campo che contiene i membri di un gruppo. Il valore di questo campo viene confrontato con l'attributo di appartenenza dell'utente. + + + User membership attribute + Attributo di appartenenza dell'utente + + + Attribute which matches the value of Group membership field. + Attributo che corrisponde al valore del campo di appartenenza al gruppo. + + + Lookup using user attribute + Ricerca tramite attributo utente + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + Campo che contiene i ND dei gruppi di cui l'utente è membro. Questo campo viene utilizzato per cercare i gruppi degli utenti, ad esempio "memberOf". Per cercare gruppi nidificati in un ambiente Active Directory, utilizzare "memberOf:1.2.840.113556.1.4.1941:". + + + Object uniqueness field + Campo unicità dell'oggetto + + + Field which contains a unique Identifier. + Campo che contiene un identificatore univoco. + + + HTTP Basic Auth + HTTP Basic Auth + + + Include the client ID and secret as request parameters + Includi il client ID e il segreto come parametri di richiesta + + + Plain + + + S256 + + + URL settings + Impostazioni URL + + + Authorization URL + URL autorizzazione + + + URL the user is redirect to to consent the authorization. + URL a cui l'utente viene reindirizzato per acconsentire all'autorizzazione. + + + Access token URL + URL token d'accesso + + + URL used by authentik to retrieve tokens. + URL utilizzato da authentik per recuperare i token. + + + Profile URL + URL profilo + + + URL used by authentik to get user information. + URL utilizzato da authentik per ottenere informazioni sull'utente. + + + Request token URL + URL di richiesta del token + + + URL used to request the initial token. This URL is only required for OAuth 1. + URL utilizzato per richiedere il token iniziale. Questo URL è richiesto solo per OAuth 1. + + + OIDC Well-known URL + OIDC Well-known URL + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + URL di configurazione well-known OIDC. Può essere utilizzato per configurare automaticamente gli URL sopra. + + + OIDC JWKS URL + OIDC JWKS URL + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + JSON Web Key URL. Le chiavi dell'URL verranno utilizzate per convalidare i JWT da questa fonte. + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + Raw JWKS data. + + + PKCE Method + + + Configure Proof Key for Code Exchange for this source. + + + Authorization code authentication method + Metodo di autenticazione del codice di autorizzazione + + + How to perform authentication during an authorization_code token request flow + Come eseguire l'autenticazione durante un flusso di richiesta del token authorization_code + + + Consumer key + Consumer key + + + Also known as Client ID. + Anche conosciuto come Client ID. + + + Consumer secret + Consumer secret + + + Also known as Client Secret. + Anche conosciuto come Client Secret. + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + Ulteriori ambiti da passare al fornitore di OAuth, separati da spazio. Per sostituire gli ambiti esistenti, prefissare con *. + + + OAuth Attribute mapping + Mappatura degli attributi OAuth + + + Load servers + Carico server + + + Re-authenticate with Plex + Riautenticare con Plex + + + Allow friends to authenticate via Plex, even if you don't share any servers + Consenti agli amici di autenticarsi tramite Plex, anche se non condividi alcun server + + + Allowed servers + Server permessi + + + Select which server a user has to be a member of to be allowed to authenticate. + Seleziona il server di cui un utente deve essere membro per potersi autenticare. + + + Plex Attribute mapping + Mappatura degli attributi plex + + + Verify Assertion Signature + + + When enabled, authentik will look for a Signature inside of the Assertion element. + + + Verify Response Signature + + + When enabled, authentik will look for a Signature inside of the Response element. + + + SSO URL + URL SSO + + + URL that the initial Login request is sent to. + URL a cui viene inviata la richiesta di accesso iniziale. + + + SLO URL + URL SLO + + + Optional URL if the IDP supports Single-Logout. + URL facoltativo se l'IDP supporta il logout singolo. + + + Also known as Entity ID. Defaults the Metadata URL. + Noto anche come ID entità. Predefinisce l'URL dei metadati. + + + Binding Type + Tipo associazione + + + Redirect binding + Associazione redirect + + + Post-auto binding + Binding post-auto + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + POST BINDING Ma la richiesta viene inviata automaticamente e l'utente non deve confermare. + + + Post binding + Post binding + + + Signing keypair + Coppia di chiavi di firma + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + Coppia di chiavi utilizzata per firmare le richieste in uscita. Lascia vuoto per disabilitare la firma. + + + Allow IDP-initiated logins + Consenti accessi iniziati da IDP + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + Consente i flussi di autenticazione avviati dall'IDP. Questo può essere un rischio per la sicurezza, poiché non viene eseguita alcuna convalida dell'ID richiesta. + + + NameID Policy + Criterio NameID + + + Delete temporary users after + Elimina gli utenti temporanei dopo + + + 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. + Tempo da attendere quando gli utenti temporanei devono essere eliminati. Questo vale solo se l'IDP utilizza il formato NameID "Transient" e l'utente non si disconnette manualmente. + + + When selected, encrypted assertions will be decrypted using this keypair. + Quando selezionati, le asserzioni crittografate verranno decrittografate usando questo tasto. + + + SAML Attribute mapping + Mappatura degli attributi SAML + + + Pre-authentication flow + Flusso pre-autenticazione + + + Flow used before authentication. + Flusso utilizzato prima dell'autenticazione. + + + SCIM Attribute mapping + Mappatura degli attributi SCIM + + + Bot username + + + Bot token + + + Request access to send messages from your bot + + + Telegram Attribute mapping + + + New source + Nuova sorgente + + + Create a new source. + Crea una nuova sorgente + + + Federation and Social login + Federazione e social login + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + Fonti di identità, che possono essere sincronizzate nel database di authentik o possono essere utilizzate dagli utenti per autenticarsi e iscriversi. + + + Source(s) + Sorgente(i) + + + Disabled + Disabilitato + + + Built-in + Built-in + + + Kerberos Source is in preview. + La fonte di Kerberos è in anteprima. + + + Update Kerberos Source + Aggiorna la fonte Kerberos + + + Connectivity + Connettività + + + Global status + Stato globale + + + Vendor + Vendor + + + Update LDAP Source + Aggiorna sorgente LDAP + + + OAuth Source + Dorgente OAuth + + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + Le mappature dei gruppi possono essere controllate solo se un utente ha già effettuato l'accesso quando tenta di accedere a questa fonte. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Le mappature utente possono essere controllate solo se un utente ha già effettuato l'accesso quando tenta di accedere a questa fonte. + + + Generic OpenID Connect + OpenID Connect Generico + + + Unknown provider type + Tipo provider sconosciuto + + + Callback URL + Callback URL + + + Access Key + Access Key + + + Update OAuth Source + Aggiorna sorgente OAuth + + + Diagram + Diagramma + + + Policy Bindings + Associazione Criterio + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + Questi bindings (collegamenti) controllano quali utenti possono accedere a questa fonte. + È possibile utilizzare solo policies poiché l'accesso viene controllato prima che l'utente venga autenticato. + + + Update Plex Source + Aggiorna sorgente Plex + + + Update SAML Source + Aggiorna sorgente SAML + + + Update SCIM Source + Aggiorna sorgente SCIM + + + SCIM Base URL + SCIM Base URL + + + Click to copy token + Clicca per copiare il token + + + Telegram bot + + + Update Telegram Source + + + Successfully updated mapping. + Mappatura aggiornata con successo. + + + Successfully created mapping. + Mappatura creata con successo. + + + Unconfigured + Non configurato + + + This option will not be changed by this mapping. + Questa opzione non verrà modificata da questa mappatura. + + + General settings + Impostazioni generali + + + Password + Password + + + RDP settings + Impostazioni RDP + + + Ignore server certificate + Ignora certificato server + + + Enable wallpaper + Abilita sfondo + + + Enable font-smoothing + Abilita lo smussamento dei caratteri + + + Enable full window dragging + Abilita il trascinamento della finestra completa + + + SAML Attribute Name + Attributo nome SAML + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + Nome attributo usato per le asserzioni SAML. Può essere un URN OID, un riferimento allo schema o qualsiasi altra stringa. Se questa mappatura delle proprietà viene utilizzata per la proprietà NameID, questo campo viene scartato. + + + Friendly Name + Nome amichevole + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + Opzionale: imposta il valore "friendlyname" dell'attributo di asserzione. + + + Scope name + Scope name + + + Scope which the client can specify to access these properties. + Ambito che il client può specificare per accedere a queste proprietà. + + + Description shown to the user when consenting. If left empty, the user won't be informed. + Descrizione mostrata all'utente quando consenziente. Se lasciato vuoto, l'utente non verrà informato. + + + Example context data + Dati di contesto di esempio + + + Active Directory User + Utente Active Directory + + + Active Directory Group + Gruppo Active Directory + + + New property mapping + Nuova mappatura proprietà + + + Create a new property mapping. + Crea una nuova mappatura proprietà + + + Property Mappings + Mappatura proprietà + + + Control how authentik exposes and interprets information. + Controlla come authentik espone e interpreta le informazioni. + + + Property Mapping(s) + Mappatura delle proprietà + + + Test Property Mapping + Mappatura delle proprietà di test + + + Hide managed mappings + Nascondere mappature gestite + + + Identifier + Identificatore + + + Unique identifier the token is referenced by. + Identificatore univoco del token + + + Intent + Intent + + + API Token + API Token + + + Used to access the API programmatically + Utilizzato per accedere all'API in modo programmatico + + + App password. + App password. + + + Used to login using a flow executor + Utilizzato per accedere usando un esecutore di flusso + + + Tokens + Tokens + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + I token vengono utilizzati in authentik per le fasi di convalida dell'e-mail, le chiavi di ripristino e l'accesso all'API. + + + Token(s) + Token(s) + + + Create Token + Crea token + + + Token is managed by authentik. + Token gestito da authentik + + + Update Token + Aggiorna Token + + + Editing is disabled for managed tokens + La modifica è disabilitata per i token gestiti + + + Successfully updated brand. + Brand aggiornato con successo. + + + Successfully created brand. + Brand creato con successo. + + + Domain + Dominio + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + La corrispondenza viene effettuata in base al suffisso del dominio, quindi se inserisci domain.tld, foo.domain.tld corrisponderà comunque. + + + Use this brand for each domain that doesn't have a dedicated brand. + Usa questo marchio per ogni dominio che non ha un marchio dedicato. + + + Branding settings + Impostazioni branding + + + Title + Titolo + + + Branding shown in page title and several other places. + Branding mostrato nel titolo della pagina e in molti altri posti. + + + Logo + Logo + + + Logo shown in sidebar/header and flow executor. + + + Favicon + Favicon + + + Icon shown in the browser tab. + Icona mostrata nella scheda del browser. + + + Default flow background + Sfondo del flusso predefinito + + + Default background used during flow execution. Can be overridden per flow. + Sfondo predefinito utilizzato durante l'esecuzione del flusso. Può essere sovrascritto per ogni flusso. + + + Custom CSS + CSS personalizzato + + + Custom CSS to apply to pages when this brand is active. + CSS personalizzato da applicare alle pagine quando questo brand è attivo. + + + External user settings + Impostazioni utente esterne + + + Default application + Applicazione predefinita + + + Select an application... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + Se configurati, gli utenti esterni verranno automaticamente reindirizzati a questa applicazione quando non si tenta di accedere a un'applicazione diversa + + + Default flows + Flussi predefiniti + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + Flusso utilizzato per autenticare gli utenti. Se lasciato vuoto, viene utilizzato il primo flusso applicabile ordinato in base allo slug. + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + Flusso usato per logout. Se lasciato vuoto, viene utilizzato il primo flusso applicabile ordinato dallo slug. + + + Recovery flow + Flusso di recupero + + + Select a recovery flow... + + + Unenrollment flow + Flusso di cancellazione + + + Select an unenrollment flow... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + Se impostato, gli utenti sono in grado di anullare l'iscrizione usando questo flusso. Se non è impostato alcun flusso, l'opzione non viene mostrata. + + + User settings flow + Flusso impostazioni utente + + + Select a user settings flow... + + + If set, users are able to configure details of their profile. + Se impostato, gli utenti sono in grado di configurare i dettagli del proprio profilo. + + + Device code flow + Flusso dispositivo codice + + + Select a device code flow... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + Se impostato, è possibile utilizzare il OAuth Device Code e il flusso selezionato verrà utilizzato per immettere il codice. + + + Other global settings + Altre impostazioni globali + + + Web Certificate + Certificato Web + + + Client Certificates + Certificati client + + + Available Certificates + Certificati disponibili + + + Selected Certificates + Certificati selezionati + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + Imposta attributi personalizzati utilizzando YAML o JSON. Eventuali attributi impostati qui saranno ereditati dagli utenti, se la richiesta viene gestita da questo marchio. + + + Search by domain or brand name... + + + Brands + Brands + + + Configure visual settings and defaults for different domains. + Configura le impostazioni visibili e le impostazioni predefinite per domini diversi. + + + Brand name + Nome Brand + + + Default? + Predefinito? + + + Brand(s) + Brand(s) + + + Update Brand + Aggiorna Brand + + + Create Brand + Crea Brand + + + New Brand + + + Policies + Criteri + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + Consenti agli utenti di utilizzare le applicazioni in base alle proprietà, applicare i criteri di password e applicare selettivamente le fasi(stages). + + + Assigned to object(s). + Assegnato a + oggetto(i). + + + Warning: Policy is not assigned. + Attenzione: il criterio non è assegnato. + + + Test Policy + Prova criterio + + + Policy / Policies + Criterio / Criteri + + + Successfully cleared policy cache + Cancellazione della cache dei criteri con successo + + + Failed to delete policy cache + Impossibile eliminare la cache della policy + + + Clear Policy cache + Cancella cache criteri + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + Sei sicuro di voler cancellare la cache delle politiche? Ciò causerà la rivalutazione di tutte le politiche al loro prossimo utilizzo. + + + Reputation scores + Punteggi di reputazione + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + Reputazione per IP e identificatori dell'utente. I punteggi vengono ridotti per ogni accesso non riuscito e aumentati per ogni accesso riuscito. + + + IP + IP + + + Score + Punteggio + + + Updated + Aggiornato + + + Reputation + Reputazione + + + Search for a group by name… + + + Group Search + + + Groups + Gruppi + + + Group users together and give them permissions based on the membership. + Gruppo gli utenti insieme e forniscono loro autorizzazioni in base all'appartenenza. + + + Parent + Genitore + + + Superuser privileges? + Privilegi di superutente? + + + Group(s) + Gruppo(i) + + + View details of group "" + + + Create Group + Crea Gruppo + + + New Group + + + Create group + Crea gruppo + + + Create and assign a group with the same name as the user. + + + Whether the token will expire. Upon expiration, the token will be rotated. + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + Utilizzare il nome utente e la password di seguito per autenticare. La password può essere recuperata più avanti nella pagina dei token. + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + Valido per 360 giorni, dopo di che la password ruoterà automaticamente. È possibile copiare la password dall'elenco dei token. + + + Are you sure you want to delete ? + + + The following objects use + Il seguente oggetto usa + + + + connecting object will be deleted + oggetti connessi saranno cancellati + + + Successfully updated + Aggiornato con successo + + + Failed to update : + Impossibile aggiornare + : + + + + Are you sure you want to update ? + + + Impersonating user... + + + This may take a few seconds. + + + Reason + Motivo + + + Reason for impersonating the user + Motivo per impersonare un utente + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + + + New Password + Nuova password + + + Successfully updated password. + Password aggiornata con successo. + + + Successfully sent email. + Email inviata con successo. + + + Email stage + Fase email + + + Successfully added user(s). + Aggiunto con successo utente(i). + + + Users + Utenti + + + Open user selection dialog + + + Add users + Aggiungi utenti + + + Group User Search + + + Group Users + + + User(s) + Utente(i) + + + Remove Users(s) + Rimuovi Utente(i) + + + removed + rimosso + + + Are you sure you want to remove the selected users from the group ? + Vuoi davvero rimuovere gli utenti selezionati dal gruppo + ? + + + Impersonate + Impersona + + + Temporarily assume the identity of this user + Temporaneamente assumi l'identità di questo utente + + + User status + Stato utente + + + Inactive + Inattivo + + + Regular user + Utente regolare + + + Change status + Cambiare stato + + + Deactivate + Disattiva + + + Activate + Attivare + + + Update password + Aggiorna password + + + Update 's password + Aggiorna password + + + Set password + Imposta password + + + Successfully generated recovery link + Link di recupero generato con successo + + + Copy recovery link + Copia il link di recupero + + + Send link + Invia link + + + Send recovery link to user + Invia il link di recupero all'utente + + + Email recovery link + Link di recupero email + + + Recovery link cannot be emailed, user has no email address saved. + Impossibile inviare tramite e-mail il collegamento di recupero, l'utente non ha un indirizzo e-mail salvato. + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + Per consentire a un utente di ripristinare direttamente una propria password, configurare un flusso di recupero sul marchio attualmente attivo. + + + Assign Additional Users + + + Warning: This group is configured with superuser access. Added users will have superuser access. + Attenzione: questo gruppo è configurato con accesso come superutente. Gli utenti aggiunti avranno accesso come superutente. + + + Add existing user + Aggiungi utente esistente + + + Add new user + + + Create User + Creare utente + + + New User + + + This user will be added to the group "". + Questo utente sarà aggiunto al gruppo &quot;&quot;. + + + New user... + + + Create Service Account + + + New Service Account + + + New service account... + + + Hide service-accounts + Nascondi account di servizio + + + Group Info + Info Gruppi + + + Notes + Note + + + Edit the notes attribute of this group to add notes here. + Modifica l'attributo Note di questo gruppo per aggiungere note qui. + + + Unnamed + + + Collapse "" + + + Expand "" + + + Select "" + + + Items of "" + + + Root + Root + + + A copy of this recovery link has been placed in your clipboard + Una copia di questo collegamento di recupero è stata inserita negli appunti + + + Search by username, email, etc... + + + User Search + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + Attenzione: stai per eliminare l'utente con cui hai effettuato l'accesso ( + ). Procedete a vostro rischio. + + + Show deactivated users + + + No name set + Nessun nome impostato + + + Create recovery link + Crea link di recupero + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + Per consentire a un utente di reimpostare direttamente la propria password, configurare un flusso di recupero sul brand attualmente attivo. + + + User folders + Cartelle utente + + + User paths + + + Successfully added user to group(s). + Utente aggiunto ai gruppo(i) con successo. + + + Groups to add + Gruppi da aggiungere + + + Add group + Aggiungi gruppo + + + Remove from Group(s) + Rimuovi dal gruppo(i) + + + Are you sure you want to remove user from the following groups? + Vuoi davvero rimuovere l'utente + dai seguenti gruppi? + + + Add Group + Aggiungi Gruppo + + + Add to existing group + Aggiungi a gruppo esistente + + + Add new group + Aggiungi nuovo gruppo + + + Application authorizations + Autorizzazioni applicazione + + + Revoked? + Revocato? + + + Expires + Scade + + + ID Token + ID Token + + + Access Tokens(s) + Accesso a token (i) + + + Refresh Tokens(s) + Tokens(s) di aggiornamento + + + Last IP + Ultimo IP + + + Last used + Ultimo utilizzo + + + Session(s) + Sessione(i) + + + Expiry + Scadenza + + + (Current session) + (Current session) + + + Consent(s) + Consenso(i) + + + Reputation score(s) + Punteggio della reputazione + + + Disconnect + Disconnetti + + + Successfully disconnected source + Riuscita disconnessione sorgente + + + Failed to disconnected source: + Impossibile disconnettere la sorgente: + + + + Connect + Connetti + + + Error: unsupported source settings: + Errore: impostazioni della sorgente non supportate: + + + + "" source + + + No services available. + Nessun servizio disponibile. + + + Source Settings + + + Confirmed + Confermato + + + Created at + Creato a + + + Last updated at + Ultimo aggiornamento a + + + Last used at + Ultimo usato a + + + Device type cannot be deleted + Dispositivo del tipo non può essere eliminato + + + Device(s) + Dispositivo(i) + + + Email + Email + + + Last password change + Ultimo cambio password + + + User Info + Info Utente + + + Lock the user out of this system + Blocca l'utente fuori da questo sistema + + + Allow the user to log in and use this system + Consenti all'utente di accedere e utilizzare questo sistema + + + Enter a new password for this user + Inserisci una nuova password per questo utente + + + Create a link for this user to reset their password + Crea un collegamento per consentire a questo utente di reimpostare la password + + + Create Recovery Link + Crea Link di Recupero + + + Sessions + Sessioni + + + Explicit Consent + Consenso esplicito + + + OAuth Access Tokens + OAuth Access Tokens + + + OAuth Refresh Tokens + OAuth Refresh Tokens + + + MFA Authenticators + Autenticatori MFA + + + Connected services + Servizi connessi + + + RAC Connections + Connessioni RAC + + + Actions over the last week (per 8 hours) + Azioni nell'ultima settimana (per 8 ore) + + + Edit the notes attribute of this user to add notes here. + Modifica l'attributo Note di questo utente per aggiungere note qui. + + + User events + Eventi utente + + + Credentials / Tokens + Credenziali / Tokens + + + Successfully updated role. + Aggiornamento del ruolo effettuato con successo. + + + Successfully created role. + Ruolo creato con successo. + + + Manage roles which grant permissions to objects within authentik. + Gestisci ruoli che concedono le autorizzazioni agli oggetti all'interno di authentik. + + + Role(s) + Ruolo(i) + + + Update Role + Aggiorna Ruolo + + + Create Role + Creare Ruolo + + + Unknown Initial Permissions mode + Modalità di autorizzazioni iniziali sconosciute + + + Successfully updated initial permissions. + Permessi iniziali aggiornati correttamente. + + + Successfully created initial permissions. + Permessi iniziali creati correttamente. + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + Quando un utente con il ruolo selezionato crea un oggetto, le autorizzazioni iniziali verranno applicate a tale oggetto. + + + The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. + Le autorizzazioni iniziali possono essere assegnate all'utente che crea l'oggetto oppure al ruolo selezionato nel campo precedente. + + + Available Permissions + Permessi Disponibili + + + Selected Permissions + Permessi Selezionati + + + Permissions to grant when a new object is created. + Autorizzazioni da concedere quando viene creato un nuovo oggetto. + + + Initial Permissions + Permessi Iniziali + + + Set initial permissions for newly created objects. + Imposta le autorizzazioni iniziali per gli oggetti appena creati. + + + Update Initial Permissions + Aggiorna Permessi Iniziali + + + Create Initial Permissions + Crea Permessi Iniziali + + + Role Info + Info Ruolo + + + Role + + + Successfully updated invitation. + Invito aggiornato con successo. + + + Successfully created invitation. + Invito creato con successo. + + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + Il nome di un invito deve essere uno slug: sono consentiti solo lettere minuscole, numeri e trattini. + + + Flow + Flusso + + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + Una volta selezionato, l'invito sarà utilizzabile solo con il flusso. Per impostazione predefinita, l'invito viene accettato su tutti i flussi con fasi di invito. + + + Custom attributes + Attributi personalizzati + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + Dati facoltativi che vengono caricati nella variabile di contesto "prompt_data" del flusso. YAML o JSON. + + + Single use + Uso singolo + + + When enabled, the invitation will be deleted after usage. + Se abilitato, l'invito verrà eliminato dopo l'utilizzo. + + + Select an enrollment flow + Seleziona un flusso di registrazione + + + Link to use the invitation. + Collegamento per usare l'invito. + + + Invitations + Inviti + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + Crea collegamenti di invito per iscrivere gli utenti e, facoltativamente, forza attributi specifici del loro account. + + + Created by + Creato da + + + Invitation(s) + Invito/i + + + Invitation not limited to any flow, and can be used with any enrollment flow. + L'invito non è limitato a nessun flusso e può essere utilizzato con qualsiasi flusso di registrazione. + + + Update Invitation + Aggiorna Invito + + + Create Invitation + Crea Invito + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + Attenzione: nessuna fase di invito è vincolata ad alcun flusso. Gli inviti non funzioneranno come previsto. + + + Pseudolocale (for testing) + Pseudolocale (per testare) + + + German + Tedesco + + + English + Inglese + + + Spanish + Spagnolo + + + French + Francese + + + Italian + Italiano + + + Japanese + + + Korean + Coreano + + + Dutch + Olandese + + + Polish + Polacco + + + Russian + Russo + + + Turkish + Turco + + + Chinese (simplified) + Cinese (semplificato) + + + Chinese (traditional) + Cinese (tradizionale) + + + Not you? + Non sei tu? + + + Auto-detect (based on your browser) + Rilevamento automatico (in base al browser) + + + Required. + Richiesto. + + + Continue + Continua + + + Failed to preview prompt + Impossibile visualizzare l'anteprima del prompt + + + Successfully updated prompt. + Richiesta aggiornata con successo. + + + Successfully created prompt. + Richiesta creata con successo. + + + Text: Simple Text input + Testo: semplice immissione di testo + + + Text Area: Multiline text input + Area di testo: immissione di testo su più righe + + + Text (read-only): Simple Text input, but cannot be edited. + Testo (sola lettura): semplice immissione di testo, ma non può essere modificato. + + + Text Area (read-only): Multiline text input, but cannot be edited. + Area di testo (sola lettura): inserimento di testo su più righe, ma non può essere modificato. + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + Nome utente: uguale all'immissione di testo, ma controlla e impedisce i nomi utente duplicati. + + + Email: Text field with Email type. + E-mail: campo di testo con tipo di e-mail. + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + Password: input mascherato, più input di questo tipo sullo stesso prompt devono essere identici. + + + Number + Numero + + + Checkbox + Casella di spunta + + + Radio Button Group (fixed choice) + Gruppo di pulsanti di opzione (scelta fissa) + + + Dropdown (fixed choice) + Menu a discesa (scelta fissa) + + + Date + Data + + + Date Time + Data Ora + + + File + File + + + Separator: Static Separator Line + Separatore: linea di separazione statica + + + Hidden: Hidden field, can be used to insert data into form. + Nascosto: campo nascosto, può essere utilizzato per inserire i dati in forma. + + + Static: Static value, displayed as-is. + Statico: valore statico, visualizzato così com'è. + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: Locale: visualizza un elenco di lingue che authentik supporta. + + + Preview errors + Anteprima errori + + + Data preview + Anteprima dati + + + Unique name of this field, used for selecting fields in prompt stages. + Nome univoco di questo campo, utilizzato per selezionare i campi nelle fasi del prompt. + + + Field Key + Chiave campo + + + Name of the form field, also used to store the value. + Nome del campo del modulo, utilizzato anche per memorizzare il valore. + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + Se utilizzato insieme a una fase di scrittura dell'utente, utilizzare attributi.foo per scrivere gli attributi. + + + Label + Etichetta + + + Label shown next to/above the prompt. + Etichetta mostrata accanto/sopra il prompt. + + + Interpret placeholder as expression + Interpreta il segnaposto come espressione + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + Se controllato, il segnaposto verrà valutato allo stesso modo in cui è una mappatura della proprietà. + Se la valutazione fallisce, viene restituito il segnaposto stesso. + + + Placeholder + Segnaposto + + + 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. + Fornire facoltativamente un breve suggerimento che descrive il valore di input previsto. + Quando si crea un campo a scelta fissa, abilitare l'interpretazione come espressione e restituire a + Elenca per restituire più scelte. + + + Interpret initial value as expression + Interpretare il valore iniziale come espressione + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + Se controllato, il valore iniziale verrà valutato allo stesso modo in cui è una mappatura delle proprietà. + Se la valutazione fallisce, viene restituito il valore iniziale stesso. + + + Initial value + Valore iniziale + + + 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. + pre-riempimento facoltativo con un valore iniziale. + Quando si crea un campo a scelta fissa, abilita l'interpretazione come espressione e + Restituisce un elenco di scelte predefinite. + + + Help text + Testo d'aiuto + + + Any HTML can be used. + È possibile utilizzare qualsiasi codice HTML. + + + Prompts + Richieste + + + Single Prompts that can be used for Prompt Stages. + Richieste singole utilizzabili per le fasi delle richieste. + + + Field + Campo + + + Stages + Fasi + + + Prompt(s) + Richiesta(e) + + + Update Prompt + Richiesta aggiornamento + + + Create Prompt + Crea richiesta + + + Successfully updated stage. + Fase aggiornata con successo. + + + Successfully created stage. + Fase creata con successo. + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Fase utilizzata per configurare un autenticatore basato su duo. Questa fase dovrebbe essere utilizzata per i flussi di configurazione. + + + Authenticator type name + Nome del tipo di autenticatore + + + Display name of this authenticator, used by users when they enroll an authenticator. + Visualizza il nome di questo autenticatore, utilizzato dagli utenti quando iscrivono un autenticatore. + + + API Hostname + API Hostname + + + Duo Auth API + Duo Auth API + + + Integration key + Chiave di integrazione + + + Secret key + Chiave segreta + + + Duo Admin API (optional) + Duo Admin API (opzionale) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + + + Stage-specific settings + Impostazioni specifiche per la fase + + + Configuration flow + Flusso di configurazione + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + Flusso utilizzato da un utente autenticato per configurare questa fase. Se vuoto, l'utente non sarà in grado di configurare questa fase. + + + SMTP Host + Host SMTP + + + SMTP Port + Porta SMTP + + + SMTP Username + Nome utente SMTP + + + SMTP Password + Password SMTP + + + Use TLS + Usa TLS + + + Use SSL + Usa SSL + + + From address + Da indirizzo + + + Email address the verification email will be sent from. + Indirizzo email da cui verrà inviata l'email di verifica. + + + Stage used to configure an email-based authenticator. + Fase utilizzata per configurare un autenticatore basato su e-mail. + + + Use global connection settings + Usa le impostazioni di connessione globali + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + Quando abilitata, verranno usate le impostazioni di connessione email globali e le impostazioni di connessione riportate di seguito verranno ignorate. + + + Subject of the verification email. + Oggetto dell'email di verifica. + + + Token expiration + Scadenza token + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + Tempo di validità del token inviato (Formato: hours=3,minutes=17,seconds=300). + + + Template + Modello + + + Loading templates... + + + Template used for the verification email. + + + Twilio Account SID + Twilio Account SID + + + Get this value from https://console.twilio.com + Ottieni questo valore da https://console.twilio.com + + + Twilio Auth Token + Twilio Auth Token + + + Authentication Type + Tipo di autenticazione + + + Basic Auth + Basic Auth + + + Bearer Token + Bearer Token + + + External API URL + External API URL + + + This is the full endpoint to send POST requests to. + Questo è l'endpoint completo a cui inviare richieste post. + + + API Auth Username + API Auth Username + + + This is the username to be used with basic auth or the token when used with bearer token + Questo è il nome utente da utilizzare con l'autenticazione di base o il token quando utilizzato con il bearer token + + + API Auth password + API Auth password + + + This is the password to be used with basic auth + Questa è la password da utilizzare con l'autenticazione di base + + + Stage used to configure an SMS-based TOTP authenticator. + Fase utilizzata per configurare un autenticatore TOTP basato su SMS. + + + Twilio + Twilio + + + Generic + Generico + + + From number + Da numero + + + Number the SMS will be sent from. + Il numero da cui verrà inviato l'SMS. + + + Mapping + Mappatura + + + Modify the payload sent to the provider. + + + Hash phone number + Hash numero di telefono + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + Se abilitato, verrà salvato solo un hash del numero di telefono. Questo può essere fatto per motivi di protezione dei dati. I dispositivi creati da una fase con questo abilitato non possono essere utilizzati con la fase di convalida dell'autenticatore. + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + Fase utilizzato per configurare un autenticatore statico (ovvero token statici). Questa fase dovrebbe essere utilizzata per i flussi di configurazione. + + + Token count + Conteggio dei token + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + Il numero di token generati ogni volta che viene utilizzata questa fase. Ogni token generato per fase di esecuzione sarà collegato a un singolo dispositivo statico. + + + Token length + Lunghezza Token + + + The length of the individual generated tokens. Can be increased to improve security. + La lunghezza dei token generati individuali. Può essere aumentato per migliorare la sicurezza. + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + Fase utilizzato per configurare un Autenticatore TOTP (ovvero Authy/Google Authenticator). + + + Digits + Cifre + + + 6 digits, widely compatible + 6 cifre, ampia compatibilità + + + 8 digits, not compatible with apps like Google Authenticator + 8 cifre, non compatibile con app come Google Authenticator + + + Static Tokens + Token statici + + + TOTP Authenticators + Autenticatori TOTP + + + WebAuthn Authenticators + Autenticatori WebAuthn + + + Duo Authenticators + Autenticatori Duo + + + SMS-based Authenticators + Autenticatori bassati su SMS + + + Email-based Authenticators + Autenticatori basati su email + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + Stage utilizzato per convalidare qualsiasi autenticatore. Questa fase dovrebbe essere utilizzata durante i flussi di autenticazione o di autorizzazione. + + + Device classes + Classi dispositivi + + + Device classes which can be used to authenticate. + Classi di dispositivi che possono essere utilizzati per autenticare. + + + Last validation threshold + Ultima soglia di convalida + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + Se l'utente ha autenticato correttamente con un dispositivo nelle classi sopra elencate in questa durata configurata, questa fase verrà saltata. + + + Not configured action + Azione non configurata + + + Force the user to configure an authenticator + Costringere l'utente a configurare un autenticatore + + + Deny the user access + Nega l'accesso utente + + + Configuration stages + Configurazione fasi + + + Available Stages + Fasi disponibili + + + Selected Stages + Fasi selezionate + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + Fase utilizzate per configurare Authenticator quando l'utente non ha dispositivi compatibili. Dopo questa fase di configurazione passa, all'utente non viene nuovamente richiesto. + + + When multiple stages are selected, the user can choose which one they want to enroll. + Quando vengono selezionate più fasi, l'utente può scegliere a quale desidera iscriversi. + + + WebAuthn-specific settings + Impostazioni specifiche WebAuthn + + + WebAuthn User verification + Verifica utente WebAuthn + + + User verification must occur. + È necessario che venga effettuata la verifica dell'utente. + + + User verification is preferred if available, but not required. + La verifica dell'utente è preferita se disponibile, ma non richiesta. + + + User verification should not occur. + La verifica dell'utente non dovrebbe verificarsi. + + + WebAuthn Device type restrictions + Restrizioni del tipo di dispositivo WebAuthn + + + Available Device types + Tipi di dispositivi disponibili + + + Selected Device types + Tipi di dispositivi selezionati + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + Facoltativamente limitare quali tipi di dispositivi WebAuthn possono essere utilizzati. Quando non vengono selezionati tipi di dispositivi, tutti i dispositivi sono consentiti. + + + This restriction only applies to devices created in authentik 2024.4 or later. + Questa restrizione si applica solo ai dispositivi creati in authentik 2024.4 o versione successiva. + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + Fase utilizzato per configurare un autenticatore WebAuthn (ovvero Yubikey, FaceId/Windows Hello). + + + User verification + Verifica dell'utente + + + Required: User verification must occur. + Obbligatorio: deve essere effettuata la verifica dell'utente. + + + Preferred: User verification is preferred if available, but not required. + Preferibile: la verifica dell'utente è preferibile se disponibile, ma non obbligatoria. + + + Discouraged: User verification should not occur. + Scoraggiato: la verifica dell'utente non dovrebbe avvenire. + + + Resident key requirement + Richesta chiave residente + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + Obbligatorio: l'autenticatore DEVE creare una credenziale dedicata. In caso contrario, l'RP è preparato al verificarsi di un errore + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + Preferibile: l'autenticatore può creare e archiviare credenziali dedicate, ma anche in caso contrario va bene + + + Discouraged: The authenticator should not create a dedicated credential + Scoraggiato: l'autenticatore non deve creare una credenziale dedicata + + + Authenticator Attachment + Allegato Autenticatore + + + No preference is sent + Nessuna preferenza viene inviata + + + A non-removable authenticator, like TouchID or Windows Hello + Un autenticatore non rimovibile, come TouchID o Windows Hello + + + A "roaming" authenticator, like a YubiKey + Un autenticatore "roaming", come un YubiKey + + + Maximum registration attempts + Numero massimo di tentativi di registrazione + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + Numero massimo di tentativi di registrazione consentiti. Se impostato su 0 tentativi, i tentativi non sono limitati. + + + Device type restrictions + Restrizioni del tipo di dispositivo + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + Questa fase controlla la sessione corrente dell'utente rispetto al servizio Google Recaptcha (o compatibile). + + + Public Key + Chiave pubblica + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Chiave pubblica, acquisita da https://www.google.com/recaptcha/intro/v3.html. + + + Private Key + Chiave privata + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Chiave privata, acquisita da https://www.google.com/recaptcha/intro/v3.html. + + + Interactive + Interattivo + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + Abilita questa vocese il captcha configurato richiede interazione con l'utente. Richiesto per reCAPTCHA v2m hCaptcha eCloudflare Turnstile + + + Score minimum threshold + Soglia minima punteggio + + + Minimum required score to allow continuing + Punteggio minimo per permettere la continuazione + + + Score maximum threshold + Soglia massima punteggio + + + Maximum allowed score to allow continuing + Punteggio massimo per permettere la continuazione + + + Error on invalid score + Errore al punteggio invalido + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + Se abilitato e il punteggio risultante non rientra nella soglia, l'utente non sarà in grado di continuare. Una volta disabilitato, l'utente potrà continuare e il punteggio potrà essere utilizzato nelle policy per personalizzare ulteriori fasi. + + + JS URL + JS URL + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + URL per recuperare javascript da, impostazione predefinita per recaptcha. Può essere sostituito con qualsiasi alternativa compatibile. + + + API URL + API URL + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + URL usato per convalidare la risposta di Captcha, i valori predefiniti sono recaptcha. Può essere sostituito con qualsiasi alternativa compatibile. + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + Prompt per il consenso dell'utente. Il consenso può essere permanente o scadere in un periodo di tempo definito. + + + Always require consent + Richiedi sempre il consenso + + + Consent given lasts indefinitely + Il consenso dato ha durata indefinita + + + Consent expires + Il consenso scade + + + Consent expires in + Il consenso scade tra + + + Offset after which consent expires. + Offset dopo di che il consenso scade. + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + Negare staticamente il flusso. Per utilizzare questa fase in modo efficace, disabilita * Valuta quando è pianificato il flusso * sul rispettivo legame. + + + Deny message + Negare il messaggio + + + Message shown when this stage is run. + Messaggio mostrato quando questa fase è eseguita. + + + Dummy stage used for testing. Shows a simple continue button and always passes. + Stage fittizio utilizzato per i test. Mostra un semplice pulsante Continua e passa sempre. + + + Throw error? + Lanciare errore? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + Verifica l'indirizzo e-mail dell'utente inviando loro un collegamento una tantum. Può anche essere utilizzato per il recupero per verificare l'autenticità dell'utente. + + + Activate pending user on success + Attiva l'utente in sospeso sul successo + + + When a user returns from the email successfully, their account will be activated. + Quando un utente ritorna correttamente dall'e -mail, il loro account verrà attivato. + + + Use global settings + Usa impostazioni globali + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + Se abilitato, verranno utilizzate le impostazioni di connessione e -mail globali e le impostazioni di connessione di seguito verranno ignorate. + + + Time the token sent is valid. + Tempo di validità del token inviato. + + + Account Recovery Max Attempts + + + Account Recovery Cache Timeout + + + The time window used to count recent account recovery attempts. + + + A selection is required + È richiesta una selezione + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + Lascia che l'utente si identifichi con il proprio nome utente o indirizzo e -mail. + + + User fields + Campi utente + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + Campi con cui un utente può identificarsi. Se non vengono selezionati campi, l'utente sarà in grado di utilizzare solo fonti. + + + Password stage + Fase password + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + Quando selezionato, un campo password viene mostrato nella stessa pagina anziché una pagina separata. Ciò impedisce gli attacchi di enumerazione del nome utente. + + + Captcha stage + Captcha Stage + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + Se impostato, aggiunge funzionalità come un captcha, ma nella fase di identificazione. + + + Case insensitive matching + Corrispondenza senza distinzione tra maiuscole e minuscole + + + When enabled, user fields are matched regardless of their casing. + Se abilitato, i campi utente vengono abbinati indipendentemente dal loro involucro. + + + Pretend user exists + Fingere che l'utente esista + + + When enabled, the stage will always accept the given user identifier and continue. + Se abilitato, lo stadio accetterà sempre l'identificatore dell'utente dato e continuerà. + + + Show matched user + Mostra l'utente corrispondente + + + 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. + Quando è stato inserito un nome utente/e -mail valido e questa opzione è abilitata, verranno visualizzati il ​​nome utente e l'avatar dell'utente. Altrimenti, verrà visualizzato il testo che l'utente immesso. + + + Enable "Remember me on this device" + Abilita "Ricordami su questo dispositivo" + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + Se abilitata, l'utente può salvare il proprio nome utente in un cookie, così da poter inserire direttamente la password. + + + Source settings + Impostazioni sorgenti + + + Sources + Sorgenti + + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + Selezionare le fonti devono essere mostrate per gli utenti con cui l'autenticazione. Ciò influisce solo sulle fonti basate sul Web, non LDAP. + + + Show sources' labels + Mostra le etichette di fonti + + + By default, only icons are shown for sources. Enable this to show their full names. + Per impostazione predefinita, vengono mostrate solo le icone per le fonti. Abilita questa opzione per mostrare i loro nomi completi. + + + Passwordless flow + Flusso passwordless + + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + Flusso opzionale senza password, che è collegato in fondo alla pagina. Quando configurato, gli utenti possono usare questo flusso per autenticarsi con un autenticatore WebAuthn, senza immettere alcun dettaglio. + + + Optional enrollment flow, which is linked at the bottom of the page. + Flusso di iscrizione facoltativo, il cui collegamento si trova in fondo alla pagina. + + + Optional recovery flow, which is linked at the bottom of the page. + Flusso di recupero facoltativo, il cui collegamento si trova in fondo alla pagina. + + + This stage can be included in enrollment flows to accept invitations. + Questa fase può essere inclusa nei flussi di iscrizione per accettare gli inviti. + + + Continue flow without invitation + Continua a flusso senza invito + + + 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. + Se questa bandiera è impostata, questa fase salterà alla fase successiva quando non viene fornito alcun invito. Per impostazione predefinita, questa fase annullerà il flusso quando non viene fornito alcun invito. + + + Client-certificate/mTLS authentication/enrollment. + Autenticazione/registrazione tramite certificato client/mTLS. + + + Certificate optional + Certificato facoltativo + + + If no certificate was provided, this stage will succeed and continue to the next stage. + Se non è stato fornito alcun certificato, questa fase avrà esito positivo e si passerà alla fase successiva. + + + Certificate required + Certificato richiesto + + + If no certificate was provided, this stage will stop flow execution. + Se non è stato fornito alcun certificato, questa fase interromperà l'esecuzione del flusso. + + + Certificate authorities + Autorità di certificazione + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + Configurare l'autorità di certificazione con cui vengono convalidati i certificati client. L'autorità di certificazione può anche essere configurata per un marchio, consentendo di utilizzare autorità di certificazione diverse per domini diversi. + + + Certificate attribute + Attributo del certificato + + + Common Name + Common Name + + + Configure the attribute of the certificate used to look for a user. + Configura l'attributo del certificato utilizzato per cercare un utente. + + + User attribute + Attributo utente + + + Configure the attribute of the user used to look for a user. + Configura l'attributo dell'utente utilizzato per cercare un utente. + + + User database + standard password + Database utente + password standard + + + User database + app passwords + Database utente + password dell'app + + + User database + LDAP password + Database utente + password LDAP + + + User database + Kerberos password + Database utente + password Kerberos + + + Validate the user's password against the selected backend(s). + Convalida la password dell'utente rispetto al backend selezionato. + + + Backends + Backends + + + Selection of backends to test the password against. + Selezione di backend per testare la password contro. + + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + + Failed attempts before cancel + Tentativi non riusciti prima dell'annullamento + + + 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. + Quanti tentativi ha un utente prima che il flusso venga annullato. Per bloccare l'utente, utilizzare una politica di reputazione e una fase User_Write. + + + Provide users with a 'show password' button. + Fornisci agli utenti un pulsante "Mostra password". + + + ("", of type ) + (&quot;&quot;, del tipo ) + + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + Mostra campi di input arbitrari all'utente, ad esempio durante l'iscrizione. I dati vengono salvati nel contesto di flusso nell'ambito della variabile "prompt_data". + + + Fields + Campi + + + Available Fields + Campi disponibili + + + Selected Fields + Campi selezionati + + + Validation Policies + Criteri di Validazione + + + Available Policies + Policy disponibili + + + Selected Policies + Criteri selezionati + + + Selected policies are executed when the stage is submitted to validate the data. + Le politiche selezionate vengono eseguite quando la fase viene inviata per convalidare i dati. + + + Redirect the user to another flow, potentially with all gathered context + Reindirizza l'utente a un altro flusso, potenzialmente con tutto il contesto raccolto + + + Static + Statico + + + Target URL + URL di destinazione + + + Redirect the user to a static URL. + Reindirizzare l'utente a un URL statico. + + + Target Flow + Flusso di destinazione + + + Redirect the user to a Flow. + Reindirizzo l'utente al Flusso. + + + Keep flow context + Mantieni contesto del flusso + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + Iniettare una sorgente OAuth o SAML nell'esecuzione del flusso. Ciò consente una verifica dell'utente aggiuntiva o di accedere dinamicamente a fonti diverse per diversi identificatori utente (nome utente, indirizzo e -mail, ecc.). + + + Source + Sorgente + + + Resume timeout + Riprendi il timeout + + + Amount of time a user can take to return from the source to continue the flow. + La quantità di tempo che un utente può dedicare per tornare dall'origine per continuare il flusso. + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + Elimina l'utente attualmente in sospeso. Attenzione, questa fase non chiede conferma. Utilizzare una fase di consenso per garantire che l'utente sia a conoscenza delle proprie azioni. + + + Log the currently pending user in. + Registra l'utente attualmente in sospeso in. + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + Determina quanto dura una sessione. Predefinito di 0 secondi significa che le sessioni durano fino alla chiusura del browser. + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + Diversi browser gestiscono i cookie di sessione in modo diverso e potrebbero non rimuoverli anche quando il browser è chiuso. + + + See here. + Guarda qui. + + + Stay signed in offset + Rimani connesso in tempo + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + Se impostato su una durata superiore a 0, l'utente avrà la possibilità di scegliere di "rimanere firmato", che estenderà la sessione entro il momento specificato qui. + + + Remember device + Ricorda dispositivo + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + Se impostato su una durata superiore a 0, un cookie verrà memorizzato per la durata specificata, consentendo ad authentik di sapere se l'utente sta effettuando l'accesso da un nuovo dispositivo. + + + Network binding + Associazione di rete + + + No binding + Nessun legame + + + Bind ASN + Lega asn + + + Bind ASN and Network + Lega l'ASN e la rete + + + Bind ASN, Network and IP + Lega ASN, rete e IP + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + Configurare se le sessioni create da questa fase dovrebbero essere legate alle reti in cui sono state create. + + + GeoIP binding + Associazione GEOIP + + + Bind Continent + Lega Continente + + + Bind Continent and Country + Lega il continente e il paese + + + Bind Continent, Country and City + Lega il continente, il paese e la città + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + Configurare se le sessioni create da questa fase dovrebbero essere legate alla loro posizione basata su GEOIP + + + Terminate other sessions + Terminare altre sessioni + + + When enabled, all previous sessions of the user will be terminated. + Se abilitato, tutte le sessioni precedenti dell'utente verranno terminate. + + + Remove the user from the current session. + Rimuovere l'utente dalla sessione corrente. + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + Scrivi qualsiasi dati dal contesto del flusso "prompt_data" all'utente attualmente in sospeso. Se nessun utente + è in sospeso, viene creato un nuovo utente e vengono scritti dati. + + + Never create users + Non creare mai utenti + + + When no user is present in the flow context, the stage will fail. + Quando nessun utente è presente nel contesto del flusso, lo stadio fallirà. + + + Create users when required + Creare utenti quando richiesto + + + When no user is present in the the flow context, a new user is created. + Quando non è presente alcun utente nel contesto del flusso, viene creato un nuovo utente. + + + Always create new users + Creare sempre nuovi utenti + + + Create a new user even if a user is in the flow context. + Crea un nuovo utente anche se un utente è nel contesto di flusso. + + + Create users as inactive + Creare utenti come inattivi + + + Mark newly created users as inactive. + Segna i nuovi utenti come inattivi. + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + Gli utenti interni potrebbero essere utenti come i dipendenti dell'azienda, che avranno accesso al set di funzionalità aziendali completo. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + Gli utenti esterni potrebbero essere consulenti esterni o clienti B2C. Questi utenti non hanno accesso alle funzionalità aziendali. + + + Service accounts should be used for machine-to-machine authentication or other automations. + Gli account di servizio devono essere utilizzati per l'autenticazione macchina a macchina o altre automazione. + + + User type used for newly created users. + Tipo di utente utilizzato per gli utenti appena creati. + + + User path template + Modello percorso utente + + + Path new users will be created under. If left blank, the default path will be used. + Percorso verranno creati nuovi utenti. Se lasciato vuoto, verrà utilizzato il percorso predefinito. + + + Newly created users are added to this group, if a group is selected. + Gli utenti appena creati vengono aggiunti a questo gruppo, se viene selezionato un gruppo. + + + Target + Bersaglio + + + Stage + Fase + + + Evaluate when flow is planned + Valuta quando è pianificato il flusso + + + Evaluate policies during the Flow planning process. + Valutare le policies durante il processo di pianificazione del flusso. + + + Evaluate when stage is run + Valutare quando la fase è eseguita + + + Evaluate policies before the Stage is presented to the user. + Valutare i criteri prima che la fase venga presentata all'utente. + + + Invalid response behavior + Comportamento risposta non valida + + + Returns the error message and a similar challenge to the executor + Restituisce il messaggio di errore e una sfida simile all'esecutore + + + Restarts the flow from the beginning + Riavvia il flusso dall'inizio + + + Restarts the flow from the beginning, while keeping the flow context + Riavvia il flusso dall'inizio, mantenendo il contesto del flusso + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + Configurare il modo in cui l'esecutore del flusso dovrebbe gestire una risposta non valida a una sfida data da questa fase vincolata. + + + New stage + Nuova fase + + + Create a new stage. + Crea una nuova fase. + + + Successfully imported device. + Dispositivo importato con successo. + + + The user in authentik this device will be assigned to. + L'utente in autencik questo dispositivo verrà assegnato. + + + Duo User ID + Duo User ID + + + The user ID in Duo, can be found in the URL after clicking on a user. + L'ID utente in duo è disponibile nell'URL dopo aver fatto clic su un utente. + + + Automatic import + Importazione automatica + + + Successfully imported devices. + Importati con successo + dispositivi. + + + Start automatic import + Iniziare l'importazione automatica + + + Or manually import + O importa manualmente + + + Endpoint Google Chrome Device Trust is in preview. + anteprima dell'Endpoint Google Chrome Device Trust + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + Fase utilizzata per verificare i browser degli utenti utilizzando la fiducia del dispositivo Google Chrome. Questa fase può essere utilizzata nei flussi di autenticazione/autorizzazione. + + + Google Verified Access API + Google Verified Access API + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + Le fasi sono singoli passaggi di un flusso su cui un utente è guidato. Una fase può essere eseguita solo all'interno di un flusso. + + + Flows + Flussi + + + Stage(s) + Fase(i) + + + Import + Importa + + + Import Duo device + Importa dispositivo Duo + + + Import devices + Importa dispositivi + + + Successfully updated flow. + Aggiornato con successo il flusso. + + + Successfully created flow. + Creato con successo il flusso. + + + Shown as the Title in Flow pages. + Mostrato come titolo nelle pagine di flusso. + + + Visible in the URL. + Visibile nell'URL. + + + Designation + Designazione + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + Decide a cosa serve questo flusso. Ad esempio, il flusso di autenticazione viene reindirizzato a quando un utente non autenticato visita authentik. + + + No requirement + Nessun requisito + + + Require authentication + Richiedere l'autenticazione + + + Require no authentication + Non richiedere autenticazione + + + Require superuser + Richiede super-utente + + + Require being redirected from another flow + Richiedi il reindirizzamento da un altro flusso + + + Require Outpost (flow can only be executed from an outpost) + Richiedi Avamposto (il flusso può essere eseguito solo da un avamposto) + + + Required authentication level for this flow. + Livello di autenticazione richiesto per questo flusso. + + + Behavior settings + Impostazioni del comportamento + + + Compatibility mode + Modalità di compatibilità + + + Increases compatibility with password managers and mobile devices. + Aumenta la compatibilità con i gestori di password e i dispositivi mobili. + + + Denied action + Azione negata + + + Will follow the ?next parameter if set, otherwise show a message + Seguirà il parametro successivo se impostato, altrimenti mostra un messaggio + + + Will either follow the ?next parameter or redirect to the default interface + Seguirà il parametro successivo o reindirizza all'interfaccia predefinita + + + Will notify the user the flow isn't applicable + Notificherà all'utente il flusso non è applicabile + + + Decides the response when a policy denies access to this flow for a user. + Decide la risposta quando una politica nega l'accesso a questo flusso per un utente. + + + Appearance settings + Impostazioni di visualizzazione + + + Layout + Layout + + + Background + Sfondo + + + Background shown during execution. + Sfondo mostrato durante l'esecuzione. + + + Clear background + Pulisci sfondo + + + Delete currently set background image. + Elimina l'immagine di sfondo attualmente impostata. + + + Successfully imported flow. + Importazione del flusso riuscita. + + + .yaml files, which can be found in the Example Flows documentation + + + See more here: + Vedi di più qui: + + + Documentation + Documentazione + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + I flussi descrivono una catena di fasi per autenticare, iscrivere o recuperare un utente. Le fasi vengono scelte in base alle politiche applicate a loro. + + + Flow(s) + Flusso(i) + + + Update Flow + Aggiorna Flusso + + + Execute "" + + + Execute + Esegui + + + Export "" + + + Export + Esportazione + + + Create Flow + Crea Flusso + + + Import Flow + Importa Flusso + + + Successfully cleared flow cache + Cache di flusso cancellata con successo + + + Failed to delete flow cache + Impossibile eliminare la cache di flusso + + + Clear Flow cache + Pulisci cache flusso + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + Sei sicuro di voler cancellare la cache del flusso? + Ciò causerà la rivalutazione di tutti i flussi al loro prossimo utilizzo. + + + Stage binding(s) + Associazione(i) fase + + + Stage type + Tipo fase + + + Edit Stage + Modifica Fase + + + Update Stage binding + Aggiorna Associazione fase + + + These bindings control if this stage will be applied to the flow. + Questi legami controllano se questa fase verrà applicata al flusso. + + + No Stages bound + Nessuna fase associata + + + No stages are currently bound to this flow. + Al momento non sono presenti fasi associate a questo flusso. + + + Create and bind Stage + Crea e associa fase + + + Create Stage binding + Crea associazione di fase + + + Bind existing stage + Associa la fase esistente + + + Flow Overview + Panoramica del flusso + + + Flow Info + Info Flusso + + + Related actions + Azioni correlate + + + Execute flow + Esegui flusso + + + Execute "" normally + + + Normal + Normale + + + Execute "" as current user + + + Current user + + + Execute "" with inspector + + + Use inspector + + + Export flow + Esportazione flusso + + + Stage Bindings + Associazione Fase + + + These bindings control which users can access this flow. + Queste associzioni controllano quali utenti possono accedere a questo flusso. + + + Event Log + Registro eventi + + + Brand + Brand + + + Show details + Mostra dettagli + + + Event info + Info Evento + + + Created + Creato + + + Raw event info + Informazioni sull'evento grezzo + + + Event + Evento + + + + Successfully updated transport. + Aggiornato con successo il trasporto. + + + Successfully created transport. + Creato con successo il trasporto. + + + Send once + Invia una volta + + + Only send notification once, for example when sending a webhook into a chat channel. + Invia una notifica solo una volta, ad esempio quando si invia un webhook in un canale di chat. + + + Local (notifications will be created within authentik) + Local (le notifiche verranno create all'interno di authentik) + + + Webhook (generic) + Webhook (generico) + + + Webhook (Slack/Discord) + Webhook (Slack/Discord) + + + Webhook URL + Webhook URL + + + Webhook Body Mapping + Mappatura Corpo Webhook + + + Webhook Header Mapping + Mappatura Intestazione Webhook + + + Email Subject Prefix + + + Email Template + + + Notification Transports + Notifiche di trasporto + + + Define how notifications are sent to users, like Email or Webhook. + Definire come vengono inviate le notifiche agli utenti, come e -mail o webhook. + + + Notification transport(s) + Notifica trasporto(i) + + + Update Notification Transport + Aggiorna trasporto di notifica + + + Create Notification Transport + Creare trasporto di notifica + + + Successfully updated rule. + Aggiornato con successo la regola. + + + Successfully created rule. + Creato con successo la regola. + + + Select the group of users which the alerts are sent to. + Selezionare il gruppo di utenti a cui inviare gli avvisi. + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + Se non viene selezionato alcun gruppo e l'opzione "Invia notifica all'utente dell'evento" è disabilitata, la regola è disabilitata. + + + Send notification to event user + Invia notifica all'utente dell'evento + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + Se abilitata, la notifica verrà inviata all'utente che ha attivato l'evento, oltre a tutti gli utenti del gruppo sopra indicato. L'utente dell'evento sarà sempre il primo a inviare una notifica solo all'utente dell'evento che ha abilitato "Invia una volta" nel trasporto delle notifiche. + + + Transports + Trasporti + + + Available Transports + Trasporti disponibili + + + Selected Transports + Trasporti selezionati + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + Selezionare quali trasporti dovrebbero essere utilizzati per avvisare l'utente. Se nessuno è selezionato, la notifica verrà mostrata solo nell'interfaccia utente di authentik. + + + Severity + Gravità + + + Notification Rules + Regole di notifica + + + Send notifications whenever a specific Event is created and matched by policies. + Invia notifiche ogni volta che un evento specifico viene creato e abbinato dalle politiche. + + + Sent to group + Inviato al gruppo + + + Notification rule(s) + Regola(e) di notifica + + + Update Notification Rule + Aggiorna regola di notifica + + + Create Notification Rule + Crea regola di notifica + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + Questi legami controllano quali eventi questa regola innesca. + I binding a gruppi/utenti vengono controllati contro l'utente dell'evento. + + + Outpost Deployment Info + Info Deployment Avamposto + + + View deployment documentation + Visualizza la documentazione di distribuzione + + + If your authentik Instance is using a self-signed certificate, set this value. + Se l'istanza authentik sta utilizzando un certificato autofirmato, impostare questo valore. + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + Se l'impostazione AUTHENTIK_HOST non corrisponde all'URL con cui si desidera accedere, aggiungi questa impostazione. + + + Successfully updated outpost. + Avamposto aggiornato con successo. + + + Successfully created outpost. + Avamposto creato con successo. + + + LDAP + LDAP + + + Radius + Radius + + + RAC + Rac + + + Integration + Integrazione + + + Selecting an integration enables the management of the outpost by authentik. + La selezione di un'integrazione consente la gestione dell'autospost di authentik. + + + See documentation + Vedi documentazione + + + Available Applications + Applicazioni disponibili + + + Selected Applications + Applicazioni selezionate + + + Configuration + Configurazione + + + (build ) + (build ) + + + (FIPS) + (FIPS) + + + Last seen + Ultima volta visto + + + , should be + + , dovrebbe essere + + + + Not available + Non disponibile + + + Last seen: () + Visto l'ultima volta: () + + + Outposts + Avamposti + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Gli avamposti sono distribuzioni di componenti autencik per supportare diversi ambienti e protocolli, come i proxy inversi. + + + Health and Version + Salute e Versione + + + Warning: authentik Domain is not configured, authentication will not work. + Attenzione: il dominio authentik non è configurato, l'autenticazione non funzionerà. + + + Logging in via . + Accesso con + . + + + No integration active + Nessuna integrazione attiva + + + Update Outpost + Aggiorna avamposto + + + View Deployment Info + Visualizza info Deployment + + + Detailed health (one instance per column, data is cached so may be out of date) + Salute dettagliata (un'istanza per colonna, i dati sono memorizzati nella cache, quindi potrebbe essere obsoleto) + + + Outpost(s) + Avamposto(i) + + + Create Outpost + Crea avamposto + + + Successfully updated integration. + Aggiornato con successo l'integrazione. + + + Successfully created integration. + Creato con successo l'integrazione. + + + Local + Locale + + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + Se abilitato, utilizzare la connessione locale. Integrazione Docker Cocket Docker/Kubernetes. + + + Docker URL + Docker URL + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + Può essere nel formato unix:// quando si collega a un demone + docker locale, usando ssh:// per connettersi via SSH, o + https://:2376 durante la connessione a un sistema remoto. + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + CA su cui viene verificato il certificato dell'endpoint. Può essere lasciato vuoto per nessuna convalida. + + + TLS Authentication Certificate/SSH Keypair + Certificato di autenticazione TLS/KEYPAIR SSH + + + Certificate/Key used for authentication. Can be left empty for no authentication. + Certificato/chiave utilizzato per l'autenticazione. Può essere lasciato vuoto per nessuna autenticazione. + + + When connecting via SSH, this keypair is used for authentication. + Quando si collega tramite SSH, questa tastiera viene utilizzata per l'autenticazione. + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + Verifica certificato SSL API Kubernetes + + + New outpost integration + Nuova integrazione avamposto + + + Create a new outpost integration. + Crea una nuova integrazione avamposto. + + + Outpost integrations + Integrazioni di avamposto + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + Le integrazioni di avamposto definiscono come authentik si collega a piattaforme esterne per gestire e distribuire gli avamposti. + + + State + Stato + + + Unhealthy + Non sano + + + Outpost integration(s) + Integrazione(i) avamposto + + + Successfully generated certificate-key pair. + Generato con successo il certificato-chiave. + + + Subject-alt name + Subject-alt name + + + Optional, comma-separated SubjectAlt Names. + Opzionale, nomi SubjectAlt separati da virgola. + + + Validity days + Giorni di validità + + + Private key Algorithm + Algoritmo Chiave privata + + + RSA + RSA + + + ECDSA + ECDSA + + + Algorithm used to generate the private key. + Algoritmo usato per generare la chiave privata. + + + Successfully updated certificate-key pair. + Aggiornata con successo la coppia certificato-chiave. + + + Successfully created certificate-key pair. + Creato con successo il certificato-chiave. + + + PEM-encoded Certificate data. + Dati del certificato codificato PEM. + + + Optional Private Key. If this is set, you can use this keypair for encryption. + Chiave privata opzionale. Se impostata, puoi utilizzare questa coppia di chiavi per la crittografia. + + + Certificate-Key Pairs + Coppie di certificato-chiave + + + Import certificates of external providers or create certificates to sign requests with. + Importa certificati di fornitori esterni o crea certificati per firmare le richieste con. + + + Private key available? + Chiave privata è disponibile? + + + Certificate-Key Pair(s) + Coppia(e) Certificato-Chiave + + + Managed by authentik + Gestito da authentik + + + Managed by authentik (Discovered) + Gestito da authentik (Scoperto) + + + Yes () + Sì ( + ) + + + Update Certificate-Key Pair + Aggiorna la coppia Certificato-Chiave + + + Certificate Fingerprint (SHA1) + Fingerprint Certificato (SHA1) + + + Certificate Fingerprint (SHA256) + Fingerprint Certificato (SHA256) + + + Certificate Subject + Soggetto del certificato + + + Download Certificate + Scarica Certificato + + + Download Private key + Scarica chiave privata + + + Import Existing Certificate-Key Pair + Importa coppia certificato-chiave esistente + + + Generate + Genera + + + Generate New Certificate-Key Pair + Genera nuova coppia certificato-chiave + + + Link Title + nome del link + + + Successfully updated settings. + Impostazioni aggiornate. + + + Avatars + Avatars + + + Configure how authentik should show avatars for users. The following values can be set: + Configurare come authentik dovrebbe mostrare avatar per gli utenti. È possibile impostare i seguenti valori: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + Disabilita gli avatar per utente e mostra solo un'immagine trasparente da 1x1 pixel + + + Uses gravatar with the user's email address + Utilizza Gravatar con l'indirizzo email dell'utente + + + Generated avatars based on the user's name + Avatar generati in base al nome dell'utente + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + Qualsiasi URL: se si desidera utilizzare le immagini ospitate su un altro server, è possibile impostare qualsiasi URL. Inoltre, possono essere utilizzati questi segnaposto: + + + The user's username + Nome utente + + + The email address, md5 hashed + L'indirizzo e -mail, hashed MD5 + + + The user's UPN, if set (otherwise an empty string) + L'utente è UPN, se impostato (altrimenti una stringa vuota) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + Un percorso di attributi come + attributes.something.avatar, che può essere utilizzato in + combinazione con il campo file per consentire agli utenti di caricare + avatar personalizzati. + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + È possibile impostare più valori, separati da virgole e authentik scenderà alla modalità successiva quando non è stato possibile trovare un avatar. + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + Ad esempio, impostando questo su gravatar,iniziali proverà + a ottenere un avatar da Gravatar, e se l'utente non l'ha + configurato, si ricorrerà a un avatar generato. + + + Allow users to change name + Permetti agli utenti di cambiare nome + + + Enable the ability for users to change their name. + Abilita la possibilità agli utenti di cambiare il proprio nome. + + + Allow users to change email + Consenti agli utenti di modificare l'email + + + Enable the ability for users to change their email. + Consentire agli utenti di modificare la propria email. + + + Allow users to change username + Consenti agli utenti di cambiare nome utente + + + Enable the ability for users to change their username. + Consentire agli utenti di modificare il proprio nome utente. + + + Event retention + Ritenzione degli eventi + + + Duration after which events will be deleted from the database. + Tempo dopo il quale gli eventi verranno eliminati dal database. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + Se si utilizza una soluzione di registrazione esterna per l'archiviazione, questo può essere + impostato su minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + Questa impostazione influisce solo sui nuovi eventi, poiché la scadenza viene salvata per evento. + + + Reputation: lower limit + Reputazione: limite inferiore + + + Reputation cannot decrease lower than this value. Zero or negative. + La reputazione non può scendere sotto questo valore. Zero o negativo. + + + Reputation: upper limit + Reputazione: limite superiore + + + Reputation cannot increase higher than this value. Zero or positive. + La reputazione non può superare questo valore. Zero o positivo. + + + Footer links + Footer links + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + Questo opzione configura il link in basso nel flusso delle pagine di esecuzione. L'URL e' limitato a web e indirizzo mail-Se il nome viene lasciato vuoto, verra' visualizzato l'URL + + + GDPR compliance + Conformità GDPR + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + Se abilitata, tutti gli eventi causati da un utente verranno eliminati al momento dell'eliminazione dell'utente. + + + Impersonation + Impersonazione + + + Globally enable/disable impersonation. + Abilita/disabilita globalmente l'impersonificazione. + + + Require reason for impersonation + Richiedi un motivo per impersonare un utente + + + Require administrators to provide a reason for impersonating a user. + Richiedi agli amministratori un motivo per impersonare un utente + + + Default token duration + Durata token predefinita + + + Default duration for generated tokens + Durata predefinita dei token generati + + + Default token length + Lunghezza token predefinita + + + Default length of generated tokens + Lunghezza predefinita dei token generati + + + Flags + + + Modify flags to opt into new authentik behaviours early. + + + Save + Salva + + + System settings + Impostazioni di sistema + + + Successfully updated instance. + Istanza caricata con successo. + + + Successfully created instance. + Istanza creata con successo. + + + Disabled blueprints are never applied. + I progetti disabili non vengono mai applicati. + + + Local path + Percorso locale + + + OCI Registry + Registro OCI + + + OCI URL + + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest + + + Read more about + + + OCI Support + + + Blueprint + Progetto + + + Configure the blueprint context, used for templating. + Configurare il contesto del progetto, utilizzato per il modello. + + + Orphaned + Orfano + + + Blueprints + Progetti + + + Automate and template configuration within authentik. + Configurazione delle automazione e dei modelli all'interno di authentik. + + + Last applied + Ultima applicazione + + + Blueprint(s) + Progetto(i) + + + Update Blueprint + Aggiorna progetto + + + Edit "" blueprint + + + Apply "" blueprint + + + Apply + Applica + + + Create Blueprint Instance + Crea istanza progetto + + + Successfully updated license. + Licenza aggiornata con successo. + + + Successfully created license. + Licenza creata con successo. + + + Install ID + ID Installazione + + + License key + Chiave di licenza + + + Expired + Scaduta + + + Expiring soon + In scadenza presto + + + Unlicensed + Senza licenza + + + Read Only + Solo lettura + + + Valid + Valida + + + Current license status + Stato di licenza corrente + + + Overall license status + Stato complessivo della licenza + + + Internal user usage + Utilizzo degli utenti interni + + + % + % + + + External user usage + Utilizzo dell'utente esterno + + + Licenses + Licenze + + + Manage enterprise licenses + Gestire le licenze enterprise + + + No licenses found. + Nessuna licenza trovata. + + + License(s) + Licenza(e) + + + Forecast internal users + Previsione utenti interni + + + Estimated user count one year from now based on current internal users and forecasted internal users. + + + Approximately + + + Forecast external users + Previsione utenti esterni + + + Estimated user count one year from now based on current external users and forecasted external users. + + + Cumulative license expiry + Scadenza cumulativa della licenza + + + No expiry + + + Internal: + Interni: + + + External: + Esterni: + + + Update License + Aggiorna Licenza + + + Your Install ID + Il tuo ID di installazione + + + Go to Customer Portal + Vai al Portale del Cliente + + + Learn more + Per saperne di più + + + Install + Installa + + + Install License + Installa Licenza + + + Release + Rilascio + + + Development + Sviluppo + + + UI Version + Versione UI + + + Build + Build + + + Python version + Versione Python + + + Platform + Piattaforma + + + Kernel + Kernel + + + OpenSSL + OpenSSL + + + Enterprise + Enterprise + + + Collapse + + + Expand + + + navigation + + + Dashboards + Dashboard + + + Endpoint Devices + + + Device groups + + + Logs + Logs + + + Customization + Personalizzazione + + + Flows and Stages + Flussi e fasi + + + Directory + Cartella + + + Tokens and App passwords + Token e password dell'app + + + System + Sistema + + + Certificates + Certificati + + + Outpost Integrations + Integrazione avamposto + + + Warning: The current user count has exceeded the configured licenses. + Attenzione: il numero di utenti correnti ha superato le licenze configurate. + + + Warning: One or more license(s) have expired. + ATTENZIONE: una o più licenze sono scadute. + + + Warning: One or more license(s) will expire within the next 2 weeks. + ATTENZIONE: una o più licenze scadranno entro le prossime 2 settimane. + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + ATTENZIONE: questa istanza di authentik ha inserito la modalità di sola lettura a causa delle licenze scadute/superate. + + + Click here for more info. + Clicca qui per ulteriori informazioni. + + + This authentik instance uses a Trial license. + Questa istanza di authentik utilizza una licenza di prova. + + + This authentik instance uses a Non-production license. + Questa istanza di authentik utilizza una licenza non adatta alla produzione. + + + A newer version () of the UI is available. + Una nuova versione () della UI è disponibile. + + + API drawer + + + API Requests + Richieste API + + + Open API Browser + Apri navigatore API + + + Close API drawer + + + View details for + + + Mark as read + + + Successfully cleared notifications + Notifiche ripulite con successo + + + No notifications found. + Nessuna notifica trovata. + + + You don't have any notifications currently. + Non hai notifiche al momento. + + + Notification drawer + + + Notifications + Notifiche + + + unread + + non letto + + + Clear all + Pulisci tutto + + + Open about dialog + + + Product name + + + Product version + + + Version + Versione + + + Global navigation + + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn richiede che questa pagina sia accessibile tramite HTTPS. + + + WebAuthn not supported by browser. + WebAuthn non supportato dal browser. + + + API request failed + Richiesta API non riuscita + + + Site links + + + Powered by authentik + Powered by authentik + + + Authenticating with Apple... + Autenticazione con Apple... + + + Retry + Riprova + + + Authenticating with Plex... + Autenticazione con Plex... + + + Waiting for authentication... + In attesa di autenticazione... + + + If no Plex popup opens, click the button below. + Se non si apre alcun popup plex, fare clic sul pulsante in basso. + + + Open login + Aprire login + + + Authenticating with Telegram... + + + Click the button below to start. + + + User information + + + Avatar for + + + User avatar + + + Something went wrong! Please try again later. + Qualcosa è andato storto! Per favore riprova più tardi. + + + Request ID + Request ID + + + You may close this page now. + Puoi chiudere questa pagina ora. + + + You're about to be redirect to the following URL. + Stai per essere reindirizzato all'URL seguente. + + + Follow redirect + Segui il reindirizzamento + + + Flow inspector + Ispezione del flusso + + + Close flow inspector + + + Next stage + Fase successiva + + + Stage name + Nome fase + + + Stage kind + Tipo fase + + + Stage object + Ogetto fase + + + This flow is completed. + Questo flusso è completato. + + + Plan history + Storia del piano + + + Current plan context + Contesto del piano attuale + + + Session ID + Session ID + + + Flow inspector loading + + + Request has been denied. + La richiesta è stata negata. + + + Show password + Mostra password + + + Hide password + Nascondi password + + + Please enter your password + Per favore inserisci la tua password + + + Caps Lock is enabled. + Caps Lock attivo. + + + CAPTCHA challenge + + + Verifying... + Verifica... + + + Remember me on this device + Ricordami su questo dispositivo + + + Continue with + + + Need an account? + Hai bisogno di un account? + + + Sign up. + Registrati. + + + Forgot username or password? + Hai dimenticato il nome utente o la password? + + + Additional actions + + + Select one of the options below to continue. + Seleziona una delle opzioni qui sotto per continuare. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + Inserisci l'e -mail associata al tuo account e ti invieremo un link per reimpostare la password. + + + Or + Oppure + + + Login to continue to . + Accedi per continuare in + . + + + Use a security key + Usa una chiave di sicurezza + + + Login sources + + + Forgot password? + Hai dimenticato la password? + + + Application requires following permissions: + L'applicazione richiede i seguenti permessi: + + + Application already has access to the following permissions: + L'applicazione ha già accesso alle seguenti autorizzazioni: + + + Application requires following new permissions: + L'applicazione richiede le seguenti nuove autorizzazioni: + + + Stage name: + Nome fase: + + + Check your Inbox for a verification email. + Controlla la tua casella di posta per un'email di verifica. + + + Send Email again. + Invia di nuovo l'email. + + + QR-Code to setup a time-based one-time password + + + Copy time-based one-time password configuration + + + Successfully copied TOTP Config. + Configurazione TOTP copiato correttamente. + + + Copy TOTP Config + + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Scansiona il codice QR sopra utilizzando Microsoft Authenticator, Google Authenticator o altre app di Autenticator sul dispositivo e immettere il codice visualizzato di seguito per terminare l'impostazione del dispositivo MFA. + + + Time-based one-time password + + + TOTP Code + + + Type your TOTP code... + + + Type your time-based one-time password code. + + + Duo activation QR code + Codice QR di attivazione Duo + + + Alternatively, if your current device has Duo installed, click on this link: + In alternativa, se il tuo dispositivo corrente è installato duo, fare clic su questo link: + + + Duo activation + Attivazione Duo + + + Check status + Verifica stato + + + Make sure to keep these tokens in a safe place. + Assicurati di tenere questi token in un luogo sicuro. + + + Configure your email + Configura la tua email + + + Please enter your email address. + Inserisci il tuo indirizzo email. + + + Code + Codice + + + Please enter the code you received via email + Inserisci il codice ricevuto via email + + + Phone number + Numero di telefono + + + Please enter your Phone number. + Per favore, inserisci il tuo numero di telefono. + + + Please enter the code you received via SMS + Per favore, inserisci il codice che hai ricevuto tramite SMS. + + + Select another authentication method + Seleziona un altro metodo di autenticazione + + + Authentication code + Codice di autenticazione + + + Static token + Token statico + + + Type an authentication code... + + + Sending Duo push notification... + Invio notifica push Duo in corso... + + + Failed to authenticate + Autenticazione fallita + + + Authentication failed. Please try again. + Autenticazione fallita. Per favore riprova. + + + Authenticating... + Autenticazione... + + + Retry authentication + Riprova autenticazione + + + Duo push-notifications + Notifiche push Duo + + + Receive a push notification on your device. + Ricevi una notifica push sul tuo dispositivo. + + + Authenticator + Autenticatore + + + Use a security key to prove your identity. + Usa una chiave di sicurezza per dimostrare la tua identità. + + + Traditional authenticator + Autenticatore tradizionale + + + Use a code-based authenticator. + Utilizzare un autenticatore basato su codice. + + + Recovery keys + Chiavi di recupero + + + In case you lose access to your primary authenticators. + + + SMS + SMS + + + Tokens sent via SMS. + Token inviati tramite SMS. + + + Tokens sent via email. + Token inviati via email. + + + Unknown device + + + An unknown device class was provided. + + + Select an authentication method + + + No authentication methods available. + + + Select a configuration stage + + + Stay signed in? + Rimani connesso? + + + Select Yes to reduce the number of times you're asked to sign in. + Seleziona Sì per ridurre il numero di volte in cui ti viene chiesto di effettuare l'accesso. + + + Device Code + + + Please enter your code + Per favore inserisci il tuo codice. + + + You've successfully authenticated your device. + Hai autenticato correttamente il tuo dispositivo. + + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + Hai effettuato il logout da . Puoi tornare alla panoramica per avviare un'altra applicazione o disconnetterti dal tuo account authentik. + + + Go back to overview + Torna alla panoramica + + + Log out of + Esci da + + + Log back into + Accedi di nuovo a + + + SAML Provider + + + SAML logout complete + + + Redirecting to SAML provider: + + + Posting logout request to SAML provider: + + + Unknown Provider + + + Logging out of providers... + + + Single Logout + + + Open flow inspector + + + Authentication form + + + Error creating credential: + Errore durante la creazione della credenziale: + + + + Server validation of credential failed: + Convalida server delle credenziali non riuscita: + + + + Failed to register. Please try again. + Registrazione fallita. Per favore riprova. + + + Registering... + Registrazione... + + + Failed to register + Registrazione fallita + + + Retry registration + Riprova registrazione + + + Idle + Inattivo + + + Connecting + In connessione + + + Waiting + In attesa + + + Connected + Connesso + + + Disconnecting + In disconnessione + + + Disconnected + Disconnesso + + + Connection failed after attempts. + Connessione fallita dopo tentativi. + + + Re-connecting in second(s). + Ri-connessione in secondo(i). + + + Connecting... + Connessione... + + + Please wait while the content is loading + + + Select endpoint to connect to + Seleziona Endpoint a cui connettersi + + + application + + + Actions for "" + + + Edit application... + + + Refer to documentation + Riferirsi alla documentazione + + + No Applications available. + Nessuna applicazione disponibile. + + + Either no applications are defined, or you don’t have access to any. + O non sono definite applicazioni o non hai accesso a nessuna. + + + Ungrouped + + + My Applications + Le mie Applicazioni + + + Search for an application by name... + + + Search returned no results. + La ricerca non ha restituito risultati. + + + application found for "" + + + applications found for "" + + + application available + + + applications available + + + My applications + Le mie applicazioni + + + Application list + + + Failed to fetch applications. + + + Change your password + Cambia la tua password + + + Change password + Cambia password + + + Delete account + Elimina account + + + Successfully updated details + Dettagli aggiornati con successo + + + Open settings + Aprire impostazioni + + + No settings flow configured. + Nessun flusso di impostazioni configurato. + + + Update details + Aggiorna dettagli + + + Device type cannot be edited + Dispositivo del tipo non può essere modificato + + + Enroll + Iscrivi + + + Edit device + + + Create App password + Crea password dell'app + + + User settings + + + User details + Dettagli utente + + + Consent + Consenso + + + MFA Devices + Dispositivi MFA + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + Collega il tuo account utente ai servizi elencati di seguito, per consentire di accedere utilizzando il servizio anziché le credenziali tradizionali. + + + Admin interface + Interfaccia amministrativa + + + ... + Truncation ellipsis + + + + diff --git a/web/xliff/ja.xlf b/web/xliff/ja.xlf deleted file mode 100644 index db7cefd644..0000000000 --- a/web/xliff/ja.xlf +++ /dev/null @@ -1,11164 +0,0 @@ - - - - - English - 英語 - - - - French - フランス語 - - - - Turkish - トルコ語 - - - - Spanish - スペイン語 - - - - Polish - ポーランド語 - - - - Taiwanese Mandarin - 台湾華語 - - - - Chinese (simplified) - 中国語(簡体字) - - - - Chinese (traditional) - 中国語(繁体字) - - - - German - ドイツ語 - - - - Loading... - 読み込み中... - - - - Application - アプリ - - - - Logins - ログイン - - - - Show less - 閉じる - - - - Show more - もっと見る - - - - UID - ユーザーID - - - - Name - 名前 - - - - App - アプリ - - - - Model Name - モデル名 - - - - Message - メッセージ - - - - Subject - 件名 - - - - From - 送信元 - - - - To - 宛先 - - - - Context - コンテキスト - - - - User - ユーザー - - - - Affected model: - 対象モデル: - - - - Authorized application: - 認証済みアプリ: - - - - Using flow - 使用中のフロー - - - - Email info: - メール情報: - - - - Secret: - シークレット: - - - - Open issue on GitHub... - GitHubで問題を報告... - - - - Exception - 例外 - - - - Expression - - - - - Binding - バインディング - - - - Request - リクエスト - - - - Object - オブジェクト - - - - Result - 結果 - - - - Passing - 合格 - - - - Messages - メッセージ - - - - Using source - 使用中のソース - - - - Attempted to log in as - としてのログインを試みました - - - - No additional data available. - 追加データはありません。 - - - - Click to change value - クリックして値を変更 - - - - Select an object. - オブジェクトを選択してください。 - - - - Connection error, reconnecting... - 接続エラー、再接続中... - - - - Login - ログイン - - - - Failed login - ログイン失敗 - - - - Logout - ログアウト - - - - User was written to - ユーザーが書き込まれました - - - - Suspicious request - 疑わしいリクエスト - - - - Password set - パスワードが設定されました - - - - Secret was viewed - シークレットが閲覧されました - - - - Secret was rotated - シークレットがローテーションされました - - - - Invitation used - 招待が使用されました - - - - Application authorized - アプリが認証されました - - - - Source linked - ソースがリンクされました - - - - Impersonation started - なりすましを開始しました - - - - Impersonation ended - なりすましを終了しました - - - - Flow execution - フロー実行 - - - - Policy execution - ポリシー実行 - - - - Policy exception - ポリシー例外 - - - - Property Mapping exception - プロパティマッピング例外 - - - - System task execution - システムタスク実行 - - - - System task exception - システムタスク例外 - - - - General system exception - システム例外 - - - - Configuration error - 設定エラー - - - - Model created - モデルを作成しました - - - - Model updated - モデルを更新しました - - - - Model deleted - モデルを削除しました - - - - Email sent - メールを送信しました - - - - Update available - アップデートが利用可能です - - - - Unknown severity - 不明な重要度 - - - - Alert - アラート - - - - Notice - 通知 - - - - Warning - 警告 - - - - no tabs defined - タブが定義されていません - - - - - of - - / - - - - Go to previous page - 前のページへ - - - - Go to next page - 次のページへ - - - - Search... - 検索... - - - - Loading - 読み込み中 - - - - No objects found. - オブジェクトが見つかりません。 - - - - Failed to fetch objects. - オブジェクトの取得に失敗しました。 - - - - Refresh - 更新 - - - - Select all rows - すべての行を選択 - - - - Action - アクション - - - - Creation Date - 作成日 - - - - Client IP - クライアント IP - - - - Recent events - 最近のイベント - - - - On behalf of - の代理 - - - - - - - - - - - No Events found. - イベントが見つかりません。 - - - - No matching events could be found. - 一致するイベントが見つかりませんでした。 - - - - Embedded outpost is not configured correctly. - 埋め込みアウトポストが正しく設定されていません。 - - - - Check outposts. - アウトポストを確認してください。 - - - - HTTPS is not detected correctly - HTTPSが正しく検出されていません - - - - Server and client are further than 5 seconds apart. - サーバーとクライアントの時刻が5秒以上ずれています。 - - - - OK - OK - - - - Everything is ok. - 問題ありません。 - - - - Based on - を基にしています - - - - is available! - が利用可能です! - - - - Up-to-date! - 最新です! - - - - Version - バージョン - - - - Workers - ワーカー - - - - No workers connected. Background tasks will not run. - ワーカーが接続されていません。バックグラウンドタスクは実行されません。 - - - - Authorizations - 認証 - - - - Failed Logins - ログイン失敗 - - - - Successful Logins - ログイン成功 - - - - : - : - - - - Cancel - キャンセル - - - - LDAP Source - LDAPソース - - - - SCIM Provider - SCIMプロバイダー - - - - Healthy - 正常 - - - - Healthy outposts - 正常なアウトポスト - - - - Admin - 管理者 - - - - Not found - 見つかりません - - - - The URL "" was not found. - URL「」が見つかりませんでした。 - - - - Return home - ホームに戻る - - - - General system status - 一般的なシステムステータス - - - - Quick actions - クイックアクション - - - - Create a new application - 新しいアプリを作成 - - - - Check the logs - ログを確認 - - - - Explore integrations - インテグレーションを詳しく見る - - - - Manage users - ユーザーを管理 - - - - Outpost status - Outpost ステータス - - - - Sync status - 同期ステータス - - - - Logins and authorizations over the last week (per 8 hours) - 過去1週間のログインと認可(8時間ごと) - - - - Apps with most usage - 最も使用されているアプリ - - - - Objects created - 作成されたオブジェクト - - - - Users created per day in the last month - 過去1ヶ月間の1日あたりの作成ユーザー数 - - - - Logins per day in the last month - 過去1ヶ月間の1日あたりのログイン数 - - - - Failed Logins per day in the last month - 過去1ヶ月間の1日あたりのログイン失敗数 - - - - Clear search - 検索をクリア - - - - System Tasks - システムタスク - - - - Long-running operations which authentik executes in the background. - authentikがバックグラウンドで実行する長時間の処理。 - - - - Identifier - 識別子 - - - - Description - 説明 - - - - Status - ステータス - - - - Actions - アクション - - - - Successful - 成功 - - - - Error - エラー - - - - Unknown - 不明 - - - - Authentication - 認証 - - - - Authorization - 認可 - - - - Enrollment - 登録 - - - - Invalidation - 無効化 - - - - Recovery - リカバリ - - - - Stage Configuration - ステージ設定 - - - - Unenrollment - 登録解除 - - - - Unknown designation - 不明な指定 - - - - Stacked - スタック - - - - Content left - 左コンテンツ - - - - Content right - 右コンテンツ - - - - Sidebar left - サイドバー左 - - - - Sidebar right - サイドバー右 - - - - Unknown layout - 不明なレイアウト - - - - Successfully updated provider. - プロバイダーを更新しました。 - - - - Successfully created provider. - プロバイダーを作成しました。 - - - - Bind flow - バインドフロー - - - - Flow used for users to authenticate. - ユーザーが認証するために使用されるフロー。 - - - - Bind mode - バインドモード - - - - Cached binding - キャッシュバインディング - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - フローが実行され、セッションがメモリにキャッシュされます。セッション期限切れ時にフローが実行されます - - - - Direct binding - ダイレクトバインディング - - - - Always execute the configured bind flow to authenticate the user - ユーザーを認証するために常に設定されたバインドフローを実行します - - - - Configure how the outpost authenticates requests. - アウトポストがリクエストを認証する方法を設定します。 - - - - Search mode - 検索モード - - - - Cached querying - キャッシュクエリ - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - アウトポストはすべてのユーザーとグループをメモリに保持し、5分ごとに更新します - - - - Direct querying - ダイレクトクエリ - - - - Always returns the latest data, but slower than cached querying - 常に最新のデータを返しますが、キャッシュクエリより遅くなります - - - - Configure how the outpost queries the core authentik server's users. - アウトポストがコアのauthentikサーバーのユーザーをクエリする方法を設定します。 - - - - Protocol settings - プロトコル設定 - - - - Base DN - Base DN - - - - LDAP DN under which bind requests and search requests can be made. - バインドリクエストと検索リクエストを実行できるLDAP DN。 - - - - Certificate - 証明書 - - - - UID start number - UID開始番号 - - - - 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 - - uidNumberの開始番号。この番号はuser.Pkに追加され、POSIXユーザーの番号が低くなりすぎないようにします。デフォルトは2000で、ローカルユーザーのuidNumberと競合しないようになっています - - - - GID start number - GID開始番号 - - - - 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 - - gidNumberの開始番号。この番号はgroup.Pkから生成された番号に追加され、POSIXグループの番号が低くなりすぎないようにします。デフォルトは4000で、ローカルグループやユーザーのプライマリグループのgidNumberと競合しないようになっています - - - - The following keywords are supported: - 以下のキーワードがサポートされています: - - - - Authentication flow - 認証フロー - - - - Flow used when a user access this provider and is not authenticated. - ユーザーがこのプロバイダーにアクセスし、認証されていない場合に使用されるフロー。 - - - - Authorization flow - 認可フロー - - - - Flow used when authorizing this provider. - このプロバイダーを認可する際に使用されるフロー。 - - - - Client type - クライアントタイプ - - - - Confidential - コンフィデンシャル - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - コンフィデンシャルクライアントは、クライアントシークレットなどの認証情報の機密性を維持できます - - - - Public - パブリック - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - パブリッククライアントは機密性を維持できないため、PKCEなどの方法を使用する必要があります。 - - - - Client ID - クライアントID - - - - Client Secret - クライアントシークレット - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - 明示的なリダイレクトURIが指定されていない場合、最初に正常に使用されたリダイレクトURIが保存されます。 - - - - Signing Key - 署名キー - - - - Key used to sign the tokens. - トークンに署名するために使用されるキー。 - - - - Advanced protocol settings - 詳細プロトコル設定 - - - - Access code validity - アクセスコードの有効期限 - - - - Configure how long access codes are valid for. - アクセスコードの有効期限を設定します。 - - - - Access Token validity - アクセストークンの有効期限 - - - - Configure how long access tokens are valid for. - アクセストークンの有効期限を設定します。 - - - - Refresh Token validity - リフレッシュトークンの有効期限 - - - - Configure how long refresh tokens are valid for. - リフレッシュトークンの有効期限を設定します。 - - - - Scopes - スコープ - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - クライアントが使用できるスコープを選択します。データにアクセスするには、クライアントがスコープを指定する必要があります。 - - - - Subject mode - サブジェクトモード - - - - Based on the User's hashed ID - ユーザーのハッシュ化されたIDに基づく - - - - Based on the User's ID - ユーザーのIDに基づく - - - - Based on the User's UUID - ユーザーのUUIDに基づく - - - - Based on the User's username - ユーザー名に基づく - - - - Based on the User's Email - ユーザーのメールに基づく - - - - This is recommended over the UPN mode. - UPNモードよりもこちらを推奨します。 - - - - Based on the User's UPN - ユーザーのUPNに基づく - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - - ユーザーに「upn」属性が設定されている必要があり、ない場合はハッシュ化されたユーザーIDにフォールバックします。UPNとメールドメインが異なる場合にのみこのモードを使用してください。 - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - 一意のユーザー識別子として使用するデータを設定します。ほとんどの場合、デフォルトで問題ありません。 - - - - Include claims in id_token - id_tokenにクレームを含める - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - userinfoエンドポイントにアクセスしないアプリ用に、スコープのユーザークレームをid_tokenに含めます。 - - - - Issuer mode - 発行者モード - - - - Each provider has a different issuer, based on the application slug - 各プロバイダーは、アプリのスラッグに基づいて異なる発行者を持ちます - - - - Same identifier is used for all providers - すべてのプロバイダーで同じ識別子を使用 - - - - Configure how the issuer field of the ID Token should be filled. - IDトークンの発行者フィールドの入力方法を設定します。 - - - - Machine-to-Machine authentication settings - マシン間認証設定 - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - 選択したソースで設定された証明書で署名されたJWTを、このプロバイダーへの認証に使用できます。 - - - - HTTP-Basic Username Key - HTTP-Basic ユーザー名キー - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - HTTP-Basicヘッダーのユーザー部分に使用するユーザー/グループ属性。設定しない場合は、ユーザーのメールアドレスが使用されます。 - - - - HTTP-Basic Password Key - HTTP-Basic パスワードキー - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - HTTP-Basicヘッダーのパスワード部分に使用するユーザー/グループ属性。 - - - - Proxy - プロキシ - - - - Forward auth (single application) - フォワード認証(単一アプリ) - - - - Forward auth (domain level) - フォワード認証(ドメインレベル) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - - このプロバイダーは透過的なリバースプロキシとして動作しますが、リクエストには認証が必要です。上流アプリがHTTPSを使用している場合は、アウトポストへの接続もHTTPSにしてください。 - - - - External host - 外部ホスト - - - - The external URL you'll access the application at. Include any non-standard port. - アプリへのアクセスに使用する外部URL。標準外のポートがある場合は含めてください。 - - - - Internal host - 内部ホスト - - - - Upstream host that the requests are forwarded to. - リクエストの転送先となる上流ホスト。 - - - - Internal host SSL Validation - 内部ホストSSL検証 - - - - Validate SSL Certificates of upstream servers. - 上流サーバーのSSL証明書を検証します。 - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - - このプロバイダーはnginxのauth_requestまたはtraefikのforwardAuthと併用します。ルートドメインごとに1つのプロバイダーのみで済みます。アプリごとの認可はできませんが、各アプリにプロバイダーを作る必要はありません。 - - - - An example setup can look like this: - 設定例は次のようになります: - - - - authentik running on auth.example.com - authentikをauth.example.comで実行 - - - - app1 running on app1.example.com - app1をapp1.example.comで実行 - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - この場合、認証URLをauth.example.comに、Cookieドメインをexample.comに設定します。 - - - - Authentication URL - 認証URL - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - 認証を行う外部URL。このURLからauthentikコアサーバーにアクセスできる必要があります。 - - - - Cookie domain - Cookieドメイン - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - - 認証を有効にするドメインを設定します。上記URLの親ドメインである必要があります。app1.domain.tld、app2.domain.tldのようにアプリを実行している場合は、「domain.tld」に設定してください。 - - - - Unknown proxy mode - 不明なプロキシモード - - - - Token validity - トークンの有効期限 - - - - Configure how long tokens are valid for. - トークンの有効期間を設定します。 - - - - Additional scopes - 追加スコープ - - - - Additional scope mappings, which are passed to the proxy. - プロキシに渡す追加のスコープマッピング。 - - - - Unauthenticated URLs - 未認証URL - - - - Unauthenticated Paths - 未認証パス - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - 認証不要とする正規表現。各行が新しい正規表現として解釈されます。 - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - - プロキシまたはフォワード認証(単一アプリ)モードでは、リクエストされたURLパスを正規表現と照合します。フォワード認証(ドメインモード)では、スキームとホストを含む完全なURLを正規表現と照合します。 - - - - Authentication settings - 認証設定 - - - - Intercept header authentication - ヘッダー認証をインターセプト - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - 有効にすると、authentikがAuthorizationヘッダーをインターセプトしてリクエストを認証します。 - - - - Send HTTP-Basic Authentication - HTTP-Basic認証を送信 - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - authentikの値に基づいてカスタムHTTP-Basic認証ヘッダーを送信します。 - - - - ACS URL - ACS URL - - - - Issuer - 発行者 - - - - Service Provider Binding - サービスプロバイダーバインディング - - - - Redirect - リダイレクト - - - - Post - POST - - - - Determines how authentik sends the response back to the Service Provider. - authentikがサービスプロバイダーにレスポンスを返す方法を設定します。 - - - - Audience - オーディエンス - - - - Signing Certificate - 署名証明書 - - - - Certificate used to sign outgoing Responses going to the Service Provider. - サービスプロバイダーに送信するレスポンスの署名に使用する証明書。 - - - - Verification Certificate - 検証証明書 - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - 選択すると、受信するアサーションの署名がこの証明書で検証されます。未署名のリクエストを許可するには、デフォルトのままにしてください。 - - - - Property mappings - プロパティマッピング - - - - NameID Property Mapping - NameIDプロパティマッピング - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - NameID値の生成方法を設定します。空の場合、受信リクエストのNameIDPolicyが尊重されます。 - - - - Assertion valid not before - アサーション有効開始時刻 - - - - Configure the maximum allowed time drift for an assertion. - アサーションの最大許容時刻ずれを設定します。 - - - - Assertion valid not on or after - アサーション有効期限 - - - - Assertion not valid on or after current time + this value. - 現在時刻+この値以降はアサーションが無効になります。 - - - - Session valid not on or after - セッション有効期限 - - - - Session not valid on or after current time + this value. - 現在時刻+この値以降はセッションが無効になります。 - - - - Digest algorithm - ダイジェストアルゴリズム - - - - Signature algorithm - 署名アルゴリズム - - - - Successfully imported provider. - プロバイダーをインポートしました。 - - - - Metadata - メタデータ - - - - Apply changes - 変更を適用 - - - - Close - 閉じる - - - - Finish - 完了 - - - - Back - 戻る - - - - No form found - フォームが見つかりません - - - - Select type - タイプを選択 - - - - Create - 作成 - - - - New provider - 新しいプロバイダー - - - - Create a new provider. - 新しいプロバイダーを作成します。 - - - - Create - を作成 - - - - Shared secret - 共有シークレット - - - - Client Networks - クライアントネットワーク - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - SCIMベースURL、通常は/v2で終わります。 - - - - Token - トークン - - - - User filtering - ユーザーフィルタリング - - - - Exclude service accounts - サービスアカウントを除外 - - - - Group - グループ - - - - Only sync users within the selected group. - 選択したグループ内のユーザーのみを同期します。 - - - - Attribute mapping - 属性マッピング - - - - User Property Mappings - ユーザープロパティマッピング - - - - Property mappings used to user mapping. - ユーザーマッピングに使用するプロパティマッピング。 - - - - Group Property Mappings - グループプロパティマッピング - - - - Property mappings used to group creation. - グループ作成に使用するプロパティマッピング。 - - - - Not used by any other object. - 他のオブジェクトから使用されていません。 - - - - object will be DELETED - オブジェクトは削除されます - - - - connection will be deleted - 接続は削除されます - - - - reference will be reset to default value - 参照はデフォルト値にリセットされます - - - - reference will be set to an empty value - 参照は空の値に設定されます - - - - () - - - - - ID - ID - - - - Successfully deleted - を削除しました - - - Failed to delete : - の削除に失敗しました: - - - - Delete - を削除 - - - - Are you sure you want to delete ? - を削除してもよろしいですか? - - - Delete - 削除 - - - - Providers - プロバイダー - - - - Provide support for protocols like SAML and OAuth to assigned applications. - 割り当てられたアプリにSAMLやOAuthなどのプロトコルのサポートを提供します。 - - - - Type - タイプ - - - - Provider(s) - プロバイダー - - - - Assigned to application - アプリに割り当て済み - - - - Assigned to application (backchannel) - アプリに割り当て済み(バックチャネル) - - - - Update - 更新 - - - - Update - を更新 - - - - Select providers to add to application - アプリに追加するプロバイダーを選択 - - - - Add - 追加 - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - 完全なURLまたは相対パスを入力するか、'fa://fa-test' を使って Font Awesome アイコン「fa-test」を指定してください。 - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - ユーザー作成時のパステンプレート。`%(slug)s` のようなプレースホルダでソースのスラッグを挿入できます。 - - - - Successfully updated application. - アプリを更新しました。 - - - - Successfully created application. - アプリを作成しました。 - - - - Slug - スラッグ - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - オプションでグループ名を入力します。同じグループのアプリはまとめて表示されます。 - - - - Provider - プロバイダー - - - - Select a provider that this application should use. - このアプリが使用するプロバイダーを選択してください。 - - - - Select backchannel providers which augment the functionality of the main provider. - メインプロバイダーの機能を補完するバックチャネルプロバイダーを選択してください。 - - - - Policy engine mode - ポリシーエンジンモード - - - - Any policy must match to grant access - いずれかのポリシーが一致すればアクセスを許可 - - - - All policies must match to grant access - すべてのポリシーが一致する必要がある - - - - UI settings - UI設定 - - - - Launch URL - 起動URL - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - 空のままにすると、authentikは選択したプロバイダーに基づいて起動URLを抽出します。 - - - - Open in new tab - 新しいタブで開く - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - チェックすると、ユーザーのアプリライブラリから起動URLが新しいブラウザタブまたはウィンドウで開きます。 - - - - Icon - アイコン - - - - Currently set to: - 現在の設定: - - - - Clear icon - アイコンをクリア - - - - Publisher - 公開者 - - - - Create Application - アプリを作成 - - - - Overview - 概要 - - - - Changelog - 変更履歴 - - - - Warning: Provider is not used by any Outpost. - 警告: プロバイダーはどのアウトポストでも使用されていません。 - - - - Assigned to application - アプリに割り当て済み - - - - Update LDAP Provider - LDAPプロバイダーを更新 - - - - Edit - 編集 - - - - How to connect - 接続方法 - - - - Connect to the LDAP Server on port 389: - ポート389でLDAPサーバーに接続: - - - - Check the IP of the Kubernetes service, or - KubernetesサービスのIPを確認するか、 - - - - The Host IP of the docker host - DockerホストのホストIP - - - - Bind DN - バインドDN - - - - Bind Password - バインドパスワード - - - - Search base - 検索ベース - - - - Preview - プレビュー - - - - Warning: Provider is not used by an Application. - 警告: プロバイダーがアプリで使用されていません。 - - - - Redirect URIs - リダイレクトURI - - - - Update OAuth2 Provider - OAuth2プロバイダーを更新 - - - - OpenID Configuration URL - OpenID構成URL - - - - OpenID Configuration Issuer - OpenID構成の発行者 - - - - Authorize URL - 認可URL - - - - Token URL - トークンURL - - - - Userinfo URL - Userinfo URL - - - - Logout URL - ログアウト URL - - - - JWKS URL - JWKS URL - - - - Forward auth (domain-level) - フォワード認証(ドメインレベル) - - - - Nginx (Ingress) - Nginx (Ingress) - - - - Nginx (Proxy Manager) - Nginx (Proxy Manager) - - - - Nginx (standalone) - Nginx (スタンドアロン) - - - - Traefik (Ingress) - Traefik (Ingress) - - - - Traefik (Compose) - Traefik (Compose) - - - - Traefik (Standalone) - Traefik (スタンドアロン) - - - - Caddy (Standalone) - Caddy (スタンドアロン) - - - - Internal Host - 内部ホスト - - - - External Host - 外部ホスト - - - - Basic-Auth - Basic認証 - - - - Yes - はい - - - - Mode - モード - - - - Update Proxy Provider - Proxy Provider を更新 - - - - Protocol Settings - プロトコル設定 - - - - Allowed Redirect URIs - リダイレクト URI を許可 - - - - Setup - セットアップ - - - - No additional setup is required. - 追加のセットアップは必要ありません。 - - - - Update Radius Provider - Radiusプロバイダーを更新 - - - - Download - ダウンロード - - - - Copy download URL - ダウンロードURLをコピー - - - - Download signing certificate - 署名証明書をダウンロード - - - - Related objects - 関連オブジェクト - - - - Update SAML Provider - SAMLプロバイダーを更新 - - - - SAML Configuration - SAML設定 - - - - EntityID/Issuer - EntityID/発行者 - - - - SSO URL (Post) - SSO URL(POST) - - - - SSO URL (Redirect) - SSO URL(リダイレクト) - - - - SSO URL (IdP-initiated Login) - SSO URL(IdP開始ログイン) - - - - SLO URL (Post) - SLO URL(POST) - - - - SLO URL (Redirect) - SLO URL(リダイレクト) - - - - SAML Metadata - SAMLメタデータ - - - - Example SAML attributes - SAML属性の例 - - - - NameID attribute - NameID属性 - - - - Warning: Provider is not assigned to an application as backchannel provider. - 警告: プロバイダーがバックチャネルプロバイダーとしてアプリに割り当てられていません。 - - - - Update SCIM Provider - SCIMプロバイダーを更新 - - - - LDAP - LDAP - - - - New application - 新しいアプリ - - - - Applications - アプリ - - - - Provider Type - プロバイダーの種類 - - - - Application(s) - アプリ - - - - Application Icon - アプリアイコン - - - - Update Application - アプリを更新 - - - - Successfully sent test-request. - テストリクエストを送信しました。 - - - - Log messages - ログメッセージ - - - - No log messages. - ログメッセージはありません。 - - - - Active - 有効 - - - - Last login - 最後のログイン - - - - Successfully updated group. - グループを更新しました。 - - - - Successfully created group. - グループを作成しました。 - - - - Parent - - - - - Attributes - 属性 - - - - Set custom attributes using YAML or JSON. - YAMLまたはJSONを使用してカスタム属性を設定します。 - - - - Successfully updated binding. - バインディングを更新しました。 - - - - Successfully created binding. - バインディングを作成しました。 - - - - Policy - ポリシー - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - グループマッピングは、このソースにアクセスしようとするときにユーザーが既にログインしている場合にのみ確認できます。 - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - ユーザーマッピングは、このソースにアクセスしようとするときにユーザーが既にログインしている場合にのみ確認できます。 - - - - Enabled - 有効 - - - - Negate result - 結果を反転 - - - - Negates the outcome of the binding. Messages are unaffected. - バインディングの結果を反転します。メッセージには影響しません。 - - - - Order - 順序 - - - - Timeout - タイムアウト - - - - Successfully updated policy. - ポリシーを更新しました。 - - - - Successfully created policy. - ポリシーを作成しました。 - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - テスト用のポリシーです。ランダムな時間待機した後、以下で指定した結果を常に返します。 - - - - Execution logging - 実行ログ - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - このオプションを有効にすると、このポリシーのすべての実行がログに記録されます。デフォルトでは、実行エラーのみがログに記録されます。 - - - - Policy-specific settings - ポリシー固有の設定 - - - - Pass policy? - ポリシーを許可? - - - - Wait (min) - 待機時間(最小) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - このポリシーはランダムな時間で実行されます。これは実行に必要な最小時間を制御します。 - - - - Wait (max) - 待機時間(最大) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - イベントを一連の条件と照合します。設定された値のいずれかが一致すると、ポリシーが許可されます。 - - - - Match created events with this action type. When left empty, all action types will be matched. - このアクションタイプで作成されたイベントに一致します。空のままにすると、すべてのアクションタイプが一致します。 - - - - Match events created by selected application. When left empty, all applications are matched. - 選択したアプリで作成されたイベントに一致します。空のままにすると、すべてのアプリが一致します。 - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - ユーザーのパスワードが過去x日間で変更されたかどうかをチェックし、設定に基づいて拒否します。 - - - - Maximum age (in days) - 最大有効期限(日数) - - - - Only fail the policy, don't invalidate user's password - ポリシーのみを失敗させ、ユーザーのパスワードを無効にしない - - - - Executes the python snippet to determine whether to allow or deny a request. - Pythonスニペットを実行してリクエストを許可するか拒否するかを判定します。 - - - - Expression using Python. - Pythonを使用した式です。 - - - - See documentation for a list of all variables. - すべての変数のリストはドキュメントを参照してください。 - - - - Static rules - 静的ルール - - - - Minimum length - 最小長 - - - - Minimum amount of Uppercase Characters - 最小大文字数 - - - - Minimum amount of Lowercase Characters - 最小小文字数 - - - - Minimum amount of Digits - 最小数字数 - - - - Minimum amount of Symbols Characters - 最小記号数 - - - - Error message - エラーメッセージ - - - - Symbol charset - 記号文字セット - - - - Characters which are considered as symbols. - 記号と見なされる文字です。 - - - - HaveIBeenPwned settings - HaveIBeenPwned設定 - - - - Allowed count - 許可カウント - - - - Allow up to N occurrences in the HIBP database. - HIBPデータベースで最大N回の出現を許可します。 - - - - zxcvbn settings - zxcvbn設定 - - - - Score threshold - スコア閾値 - - - - If the password's score is less than or equal this value, the policy will fail. - パスワードのスコアがこの値以下の場合、ポリシーは失敗します。 - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - ポリシーリクエストの値を複数のルールに対してチェックします。主にパスワード強度の確保に使用されます。 - - - - Password field - パスワードフィールド - - - - Field key to check, field keys defined in Prompt stages are available. - チェックするフィールドキー。プロンプトステージで定義されたフィールドキーが利用可能です。 - - - - Check static rules - 静的ルールをチェック - - - - Check haveibeenpwned.com - haveibeenpwned.comをチェック - - - - For more info see: - 詳細は以下を参照してください: - - - - Check zxcvbn - zxcvbnをチェック - - - - Password strength estimator created by Dropbox, see: - Dropboxが開発したパスワード強度推定ツール。詳細は以下を参照: - - - - Allows/denys requests based on the users and/or the IPs reputation. - ユーザーおよび/またはIPの評判に基づいてリクエストを許可/拒否します。 - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - ログイン試行が失敗すると、クライアントのIPとログイン試行ユーザー名のスコアが1つ低下します。 - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - 評判スコアが閾値より低い場合、ポリシーが許可されます。選択したオプションのいずれかが閾値以上の場合、ポリシーは許可されません。 - - - Check IP - IPをチェック - - - - Check Username - ユーザー名をチェック - - - - Threshold - 閾値 - - - - New policy - 新しいポリシー - - - - Create a new policy. - 新しいポリシーを作成します。 - - - - Create Binding - バインディングを作成 - - - - Superuser - スーパーユーザー - - - - Members - メンバー - - - - Select groups to add user to - ユーザーを追加するグループを選択 - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - 警告:選択したグループにユーザーを追加すると、スーパーユーザー権限が付与されます。 - - - - Successfully updated user. - ユーザーを更新しました。 - - - - Successfully created user. - ユーザーを作成しました。 - - - - Username - ユーザー名 - - - - Email - メール - - - - Path - パス - - - - Policy - ポリシー - - - - Group - グループ - - - - User - ユーザー - - - - Edit Policy - ポリシーを編集 - - - - Update Group - グループを更新 - - - - Edit Group - グループを編集 - - - - Update User - ユーザーを更新 - - - - Edit User - ユーザーを編集 - - - - Policy binding(s) - ポリシーバインディング - - - - Update Binding - バインディングを更新 - - - - Edit Binding - バインディングを編集 - - - - No Policies bound. - バインドされたポリシーはありません。 - - - - No policies are currently bound to this object. - このオブジェクトに現在バインドされているポリシーはありません。 - - - - Related - 関連 - - - - Backchannel Providers - バックチャネルプロバイダー - - - - Check access - アクセスを確認 - - - - Check - チェック - - - - Check Application access - アプリアクセスを確認 - - - - Test - テスト - - - - Launch - 起動 - - - - Logins over the last week (per 8 hours) - 過去1週間のログイン数(8時間ごと) - - - - Policy / Group / User Bindings - ポリシー / グループ / ユーザーバインディング - - - - These policies control which users can access this application. - これらのポリシーは、どのユーザーがこのアプリにアクセスできるかを制御します。 - - - - Successfully updated source. - ソースを更新しました。 - - - - Successfully created source. - ソースを作成しました。 - - - - Sync users - ユーザーを同期 - - - - User password writeback - ユーザーパスワードの書き戻し - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - ログインパスワードはLDAPからauthentikに自動的に同期されます。このオプションを有効にして、authentikのパスワード変更をLDAPに書き戻します。 - - - - Sync groups - グループを同期 - - - - Connection settings - 接続設定 - - - - Server URI - サーバーURI - - - - Specify multiple server URIs by separating them with a comma. - 複数のサーバーURIをカンマで区切って指定します。 - - - - Enable StartTLS - StartTLSを有効化 - - - - To use SSL instead, use 'ldaps://' and disable this option. - 代わりにSSLを使用するには、「ldaps://」を使用し、このオプションを無効にします。 - - - - TLS Verification Certificate - TLS検証証明書 - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - TLSを使用してLDAPサーバーに接続する場合、証明書はデフォルトではチェックされません。リモート証明書を検証するためにキーペアを指定します。 - - - - Bind CN - バインドCN - - - - LDAP Attribute mapping - LDAP属性マッピング - - - - Additional settings - 追加設定 - - - - Parent group for all the groups imported from LDAP. - LDAPからインポートされたすべてのグループの親グループ。 - - - - User path - ユーザーパス - - - - Additional user DN, prepended to the Base DN. - ベースDNの前に付けられた追加ユーザーDN。 - - - - Additional group DN, prepended to the Base DN. - ベースDNの前に付けられた追加グループDN。 - - - - User object filter - ユーザーオブジェクトフィルタ - - - - Consider Objects matching this filter to be Users. - このフィルタに一致するオブジェクトをユーザーと見なします。 - - - - Group object filter - グループオブジェクトフィルタ - - - - Consider Objects matching this filter to be Groups. - このフィルタに一致するオブジェクトをグループと見なします。 - - - - Group membership field - グループメンバーシップフィールド - - - - Object uniqueness field - オブジェクト一意性フィールド - - - - Field which contains a unique Identifier. - 一意の識別子を含むフィールド。 - - - - Link users on unique identifier - 一意の識別子でユーザーをリンク - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - 同じメールアドレスのユーザーにリンクします。ソースがメールアドレスを検証しない場合、セキュリティ上の影響がある可能性があります。 - - - - Use the user's email address, but deny enrollment when the email address already exists - ユーザーのメールアドレスを使用しますが、メールアドレスが既に存在する場合は登録を拒否します。 - - - - Link to a user with identical username. Can have security implications when a username is used with another source - 同じユーザー名のユーザーにリンクします。ユーザー名が別のソースで使用されている場合、セキュリティ上の影響がある可能性があります。 - - - - Use the user's username, but deny enrollment when the username already exists - ユーザーのユーザー名を使用しますが、ユーザー名が既に存在する場合は登録を拒否します。 - - - - Unknown user matching mode - 不明なユーザーマッチングモード - - - - URL settings - URL設定 - - - - Authorization URL - 認可URL - - - - URL the user is redirect to to consent the authorization. - ユーザーが認可に同意するためにリダイレクトされるURL。 - - - - Access token URL - アクセストークンURL - - - - URL used by authentik to retrieve tokens. - トークンを取得するためにauthentikが使用するURL。 - - - - Profile URL - プロフィールURL - - - - URL used by authentik to get user information. - ユーザー情報を取得するためにauthentikが使用するURL。 - - - - Request token URL - リクエストトークンURL - - - - URL used to request the initial token. This URL is only required for OAuth 1. - 初期トークンをリクエストするために使用されるURL。このURLはOAuth 1の場合のみ必須です。 - - - - OIDC Well-known URL - OIDC Well-known URL - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - OIDC well-known設定URL。上記のURLを自動的に設定するために使用できます。 - - - - OIDC JWKS URL - OIDC JWKS URL - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - JSONウェブキーURL。このURLからのキーは、このソースからのJWTを検証するために使用されます。 - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - 生のJWKSデータ。 - - - - User matching mode - ユーザーマッチングモード - - - - Delete currently set icon. - 設定されているアイコンを削除します。 - - - - Consumer key - コンシューマーキー - - - - Consumer secret - コンシューマーシークレット - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - OAuthプロバイダーに渡される追加スコープ。スペースで区切られています。既存のスコープを置き換えるには、*をプレフィックスとします。 - - - - Flow settings - フロー設定 - - - - Flow to use when authenticating existing users. - 既存ユーザーを認証する際に使用するフロー。 - - - - Enrollment flow - 登録フロー - - - - Flow to use when enrolling new users. - 新しいユーザーを登録する際に使用するフロー。 - - - - Load servers - サーバーを読み込み - - - - Allow friends to authenticate via Plex, even if you don't share any servers - サーバーを共有していなくても、友人がPlexで認証できるようにします。 - - - - Allowed servers - 許可されたサーバー - - - - Select which server a user has to be a member of to be allowed to authenticate. - 認証を許可するためにユーザーがメンバーである必要があるサーバーを選択します。 - - - - SSO URL - SSO URL - - - - URL that the initial Login request is sent to. - 初期ログインリクエストが送信されるURL。 - - - - SLO URL - SLO URL - - - - Optional URL if the IDP supports Single-Logout. - IDPがシングルログアウトをサポートしている場合のオプションURL。 - - - - Also known as Entity ID. Defaults the Metadata URL. - EntityIDとしても知られています。メタデータURLをデフォルトとします。 - - - - Binding Type - バインディングタイプ - - - - Redirect binding - リダイレクトバインディング - - - - Post-auto binding - POST自動バインディング - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - POSTバインディングですが、リクエストは自動的に送信され、ユーザーが確認する必要はありません。 - - - - Post binding - POSTバインディング - - - - Signing keypair - 署名キーペア - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - 発信リクエストに署名するために使用されるキーペア。署名を無効にするには空のままにします。 - - - - Allow IDP-initiated logins - IdP開始ログインを許可 - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - IdPによって開始された認証フローを許可します。リクエストIDの検証が行われていないため、セキュリティリスクになる可能性があります。 - - - - NameID Policy - NameIDポリシー - - - - Persistent - 永続 - - - - Email address - メールアドレス - - - - Windows - Windows - - - - X509 Subject - X509サブジェクト - - - - Transient - 一時的 - - - - Delete temporary users after - 一時ユーザーを削除 - - - - 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. - 一時ユーザーが削除される時間オフセット。これはIDPがNameID形式「transient」を使用し、ユーザーが手動でログアウトしない場合にのみ適用されます。 - - - - Pre-authentication flow - 認証前フロー - - - - Flow used before authentication. - 認証前に使用されるフロー。 - - - - New source - 新しいソース - - - - Create a new source. - 新しいソースを作成します。 - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - アイデンティティのソース。authentikのデータベースに同期させるか、ユーザーが認証と登録に使用できます。 - - - - Source(s) - ソース - - - - Disabled - 無効 - - - - Built-in - ビルトインソース - - - - Update LDAP Source - LDAPソースを更新 - - - - OAuth Source - OAuthソース - - - - Generic OpenID Connect - 汎用OpenID Connect - - - - Unknown provider type - 不明なプロバイダータイプ - - - - Details - 詳細 - - - - Callback URL - コールバックURL - - - - Access Key - アクセスキー - - - - Update OAuth Source - OAuthソースを更新 - - - - Diagram - - - - - Policy Bindings - ポリシーバインディング - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - これらのバインディングは、このソースにアクセスできるユーザーを制御します。ユーザーが認証される前にアクセスがチェックされるため、ここではポリシーのみを使用できます。 - - - Update Plex Source - Plexソースを更新 - - - - Update SAML Source - SAMLソースを更新 - - - - Successfully updated mapping. - マッピングを更新しました。 - - - - Successfully created mapping. - マッピングを作成しました。 - - - - SAML Attribute Name - SAML属性名 - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - SAML Assertionsに使用される属性名。URN OID、スキーマ参照、またはその他の文字列にできます。このプロパティマッピングがNameID - Propertyに使用される場合、このフィールドは破棄されます。 - - - - Friendly Name - フレンドリー名 - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - Assertion属性の「FriendlyName」値をオプションで設定します。 - - - - Scope name - スコープ名 - - - - Scope which the client can specify to access these properties. - クライアントがこれらのプロパティにアクセスするために指定できるスコープ。 - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - 同意するときにユーザーに表示される説明。空のままにすると、ユーザーには通知されません。 - - - - Example context data - コンテキストデータの例 - - - - Active Directory User - Active Directory ユーザー - - - - Active Directory Group - Active Directory グループ - - - - New property mapping - 新しい property mapping - - - - Create a new property mapping. - 新しい property mapping を作成します。 - - - - Property Mappings - プロパティマッピング - - - - Control how authentik exposes and interprets information. - authentik がどのように情報を公開・解釈するかを制御します。 - - - - Property Mapping(s) - プロパティマッピング - - - - Test Property Mapping - プロパティマッピングをテスト - - - - Hide managed mappings - 管理マッピングを非表示 - - - - Successfully updated token. - トークンを正常に更新しました。 - - - - Successfully created token. - トークンを正常に作成しました。 - - - - Unique identifier the token is referenced by. - トークンが参照される一意の識別子です。 - - - - Intent - 用途 - - - - API Token - API トークン - - - - Used to access the API programmatically - API にプログラムでアクセスするために使用します - - - - App password. - アプリパスワード。 - - - - Used to login using a flow executor - フロー実行プログラムを使用したログインに使用します - - - - Expiring - 有効期限の設定 - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - これを選択すると、トークンは有効期限が切れます。有効期限切れになるとトークンがローテーションされます。 - - - - Expires on - 有効期限 - - - - API Access - APIアクセス - - - - App password - アプリパスワード - - - - Verification - 検証 - - - - Unknown intent - 不明なインテント - - - - Tokens - トークン - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - トークンは authentik 全体で、メール検証段階、リカバリキー、および API アクセスに使用されます。 - - - - Expires? - 有効期限切れ? - - - - Expiry date - 有効期限日 - - - - Token(s) - トークン - - - - Create Token - トークンを作成 - - - - Token is managed by authentik. - このトークンは authentik で管理されています。 - - - - Update Token - トークンを更新 - - - - Domain - ドメイン - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - マッチングはドメインサフィックスに基づいて行われるため、domain.tld を入力した場合、foo.domain.tld も一致します。 - - - - Default - デフォルト - - - - Branding settings - ブランド設定 - - - - Title - タイトル - - - - Branding shown in page title and several other places. - ページタイトルおよび他の複数の場所に表示されるブランド。 - - - - Logo - ロゴ - - - - Favicon - ファビコン - - - - Icon shown in the browser tab. - ブラウザタブに表示されるアイコン。 - - - - Default flows - デフォルトフロー - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - ユーザーを認証するために使用されるフロー。空のままにすると、スラッグでソートされた最初の適用可能なフローが使用されます。 - - - - Invalidation flow - 無効化フロー - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - ログアウトに使用されるフロー。空のままにすると、スラッグでソートされた最初の適用可能なフローが使用されます。 - - - - Recovery flow - リカバリーフロー - - - - Unenrollment flow - 登録解除フロー - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - 設定されている場合、ユーザーはこのフローを使用して登録を解除できます。フローが設定されていない場合、オプションは表示されません。 - - - - User settings flow - ユーザー設定フロー - - - - If set, users are able to configure details of their profile. - 設定されている場合、ユーザーはプロフィールの詳細を構成できます。 - - - - Device code flow - デバイスコードフロー - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - 設定されている場合、OAuth デバイスコードプロファイルを使用でき、選択されたフローはコード入力に使用されます。 - - - - Other global settings - その他のグローバル設定 - - - - Web Certificate - Web 証明書 - - - - Event retention - イベント保持 - - - - Duration after which events will be deleted from the database. - イベントがデータベースから削除される期間。 - - - - This setting only affects new Events, as the expiration is saved per-event. - この設定は新しいイベントにのみ影響します。有効期限はイベントごとに保存されるためです。 - - - - Configure visual settings and defaults for different domains. - 異なるドメインの視覚的設定とデフォルトを設定します。 - - - - Default? - デフォルト? - - - - Policies - ポリシー - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - ユーザーがプロパティに基づいてアプリを使用できるようにし、パスワード基準を適用し、ステージを選択的に適用します。 - - - - Assigned to object(s). - オブジェクトに割り当てられました。 - - - - Warning: Policy is not assigned. - 警告: ポリシーが割り当てられていません。 - - - - Test Policy - ポリシーをテスト - - - - Policy / Policies - ポリシー - - - - Successfully cleared policy cache - ポリシーキャッシュを正常にクリアしました - - - - Failed to delete policy cache - ポリシーキャッシュの削除に失敗しました - - - - Clear cache - キャッシュをクリア - - - - Clear Policy cache - ポリシーキャッシュをクリア - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - ポリシーキャッシュをクリアしてもよろしいですか? これにより、すべてのポリシーが次回の使用時に再評価されます。 - - - Reputation scores - 評判スコア - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - IP およびユーザー識別子の評判。スコアはログイン失敗時に減少し、ログイン成功時に増加します。 - - - - IP - IP - - - - Score - スコア - - - - Updated - 更新日 - - - - Reputation - 評判 - - - - Groups - グループ - - - - Group users together and give them permissions based on the membership. - ユーザーをグループにまとめ、メンバーシップに基づいて権限を付与します。 - - - - Superuser privileges? - スーパーユーザー権限? - - - - Group(s) - グループ - - - - Create Group - グループを作成 - - - - Create group - グループを作成 - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - 以下のユーザー名とパスワードを使用して認証します。パスワードは後でトークンページで取得できます。 - - - - Password - パスワード - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - 360日間有効で、その後パスワードが自動的にローテーションされます。トークンリストからパスワードをコピーできます。 - - - - The following objects use - 次のオブジェクトが を使用しています - - - - connecting object will be deleted - 接続オブジェクトが削除されます - - - - Successfully updated - を正常に更新しました - - - Failed to update : - の更新に失敗しました: - - - - Successfully updated password. - パスワードを正常に更新しました。 - - - - Successfully sent email. - メールを正常に送信しました。 - - - - Email stage - メール段階 - - - - Successfully added user(s). - ユーザーを正常に追加しました。 - - - - User(s) - ユーザー - - - - Remove Users(s) - ユーザーを削除 - - - - Are you sure you want to remove the selected users from the group ? - 選択されたユーザーをグループ から削除してもよろしいですか? - - - - Remove - 削除 - - - - Impersonate - 偽装 - - - - User status - ユーザーステータス - - - - Change status - ステータスを変更 - - - - Deactivate - 非アクティブ化 - - - - Update password - パスワードを更新 - - - - Set password - パスワードを設定 - - - - Successfully generated recovery link - リカバリーリンクを正常に生成しました - - - - Copy recovery link - リカバリーリンクをコピー - - - - Send link - リンクを送信 - - - - Send recovery link to user - ユーザーにリカバリーリンクを送信 - - - - Email recovery link - メールでリカバリーリンクを送信 - - - - Recovery link cannot be emailed, user has no email address saved. - ユーザーがメールアドレスを保存していないため、リカバリーリンクをメールで送信できません。 - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - 警告: このグループはスーパーユーザーアクセスで設定されています。追加されたユーザーはスーパーユーザーアクセスを持ちます。 - - - - Add existing user - 既存のユーザーを追加 - - - - Create User - ユーザーを作成 - - - - Hide service-accounts - サービスアカウントを非表示 - - - - Group Info - グループ情報 - - - - Notes - メモ - - - - Edit the notes attribute of this group to add notes here. - このグループのメモ属性を編集してメモを追加します。 - - - - Users - ユーザー - - - - Root - ルート - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - 警告: ログインしているユーザー()を削除しようとしています。自己責任で実行してください。 - - - - User folders - ユーザーフォルダー - - - - Successfully added user to group(s). - ユーザーをグループに正常に追加しました。 - - - - Groups to add - 追加するグループ - - - - Remove from Group(s) - グループから削除 - - - - Are you sure you want to remove user from the following groups? - ユーザー を以下のグループから削除してもよろしいですか? - - - - Add Group - グループを追加 - - - - Add to existing group - 既存のグループに追加 - - - - Add new group - 新しいグループを追加 - - - - Application authorizations - アプリ認可 - - - - Revoked? - 取り消された? - - - - Expires - 有効期限 - - - - ID Token - ID トークン - - - - Refresh Tokens(s) - リフレッシュトークン - - - - Last IP - 最後の IP - - - - Session(s) - セッション - - - - Expiry - 有効期限 - - - - (Current session) - (現在のセッション) - - - - Permissions - 権限 - - - - Consent(s) - 同意 - - - - Successfully updated device. - デバイスが正常に更新されました。 - - - - Static tokens - 静的トークン - - - - TOTP Device - TOTPデバイス - - - - Enroll - 登録 - - - - Device(s) - デバイス - - - - Update Device - デバイスを更新 - - - - Confirmed - 確認済み - - - - User Info - ユーザー情報 - - - - Actions over the last week (per 8 hours) - 過去1週間のアクション(8時間ごと) - - - - Edit the notes attribute of this user to add notes here. - このユーザーのメモ属性を編集してメモを追加します。 - - - - Sessions - セッション - - - - User events - ユーザーイベント - - - - Explicit Consent - 明確な同意 - - - - OAuth Refresh Tokens - OAuth リフレッシュトークン - - - - MFA Authenticators - MFA 認証器 - - - - Successfully updated invitation. - 招待を正常に更新しました。 - - - - Successfully created invitation. - 招待を正常に作成しました。 - - - - Flow - フロー - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - 選択されると、招待はフローでのみ使用可能になります。デフォルトでは、招待は招待段階を持つすべてのフローで受け入れられます。 - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - フローの 'prompt_data' コンテキスト変数に読み込まれるオプションデータ。YAML または JSON。 - - - - Single use - 1回限り - - - - When enabled, the invitation will be deleted after usage. - 有効にすると、招待は使用後に削除されます。 - - - - Select an enrollment flow - 登録フローを選択 - - - - Link to use the invitation. - 招待を使用するリンク。 - - - - Invitations - 招待 - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - ユーザーを登録するための招待リンクを作成し、オプションでアカウントの特定の属性を強制します。 - - - - Created by - 作成者 - - - - Invitation(s) - 招待 - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - 招待はどのフローにも限定されず、任意の登録フローで使用できます。 - - - - Update Invitation - 招待を更新 - - - - Create Invitation - 招待を作成 - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - 警告: 招待段階がどのフローにもバインドされていません。招待は期待どおりに機能しません。 - - - - Auto-detect (based on your browser) - 自動検出(ブラウザに基づく) - - - - Required. - 必須。 - - - - Continue - 続行 - - - - Successfully updated prompt. - プロンプトを正常に更新しました。 - - - - Successfully created prompt. - プロンプトを正常に作成しました。 - - - - Text: Simple Text input - テキスト: シンプルなテキスト入力 - - - - Text Area: Multiline text input - テキストエリア: 複数行のテキスト入力 - - - - Text (read-only): Simple Text input, but cannot be edited. - テキスト(読み取り専用): シンプルなテキスト入力ですが編集できません。 - - - - Text Area (read-only): Multiline text input, but cannot be edited. - テキストエリア(読み取り専用): 複数行のテキスト入力ですが編集できません。 - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - ユーザー名: テキスト入力と同じですが、重複するユーザー名をチェックして防止します。 - - - - Email: Text field with Email type. - メール: メールタイプのテキストフィールド。 - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - パスワード: マスクされた入力。同じプロンプト上にこのタイプの複数の入力がある場合は、同一である必要があります。 - - - - Number - 数値 - - - - Checkbox - チェックボックス - - - - Radio Button Group (fixed choice) - ラジオボタングループ(固定選択肢) - - - - Dropdown (fixed choice) - ドロップダウン(固定選択肢) - - - - Date - 日付 - - - - Date Time - 日時 - - - - File - ファイル - - - - Separator: Static Separator Line - セパレーター: 静的セパレーター行 - - - - Hidden: Hidden field, can be used to insert data into form. - 非表示: 非表示フィールド。フォームにデータを挿入するために使用できます。 - - - - Static: Static value, displayed as-is. - 静的: 静的値。そのまま表示されます。 - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik: ロケール: authentik がサポートするロケールのリストを表示します。 - - - - Preview errors - プレビューエラー - - - - Data preview - データプレビュー - - - - Unique name of this field, used for selecting fields in prompt stages. - このフィールドの一意の名前。プロンプト段階でフィールドを選択するために使用されます。 - - - - Field Key - フィールドキー - - - - Name of the form field, also used to store the value. - フォームフィールドの名前。値の保存にも使用されます。 - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - User Write ステージと組み合わせて使用する場合は、attributes.foo を使用して属性を書き込みます。 - - - - Label - ラベル - - - - Label shown next to/above the prompt. - プロンプトの横/上に表示されるラベル。 - - - - Required - 必須 - - - - Interpret placeholder as expression - プレースホルダーを式として解釈 - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - チェックされている場合、プレースホルダーはプロパティマッピングと同じ方法で評価されます。 - 評価に失敗した場合、プレースホルダー自体が返されます。 - - - Placeholder - プレースホルダー - - - - 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. - オプションで、予期される入力値を説明する簡単なヒントを提供します。 - 固定選択肢フィールドを作成する場合は、式として解釈を有効にして、複数の選択肢を返すリストを返します。 - - - Interpret initial value as expression - 初期値を式として解釈 - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - チェックされている場合、初期値はプロパティマッピングと同じ方法で評価されます。 - 評価に失敗した場合、初期値自体が返されます。 - - - Initial value - 初期値 - - - - 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. - オプションで、初期値を使用して入力を事前入力します。 - 固定選択肢フィールドを作成する場合は、式として解釈を有効にして、複数のデフォルト選択肢を返すリストを返します。 - - - Help text - ヘルプテキスト - - - - Any HTML can be used. - 任意の HTML を使用できます。 - - - - Prompts - プロンプト - - - - Single Prompts that can be used for Prompt Stages. - プロンプト段階で使用できる単一プロンプト。 - - - - Field - フィールド - - - - Stages - ステージ - - - - Prompt(s) - プロンプト - - - - Update Prompt - プロンプトを更新 - - - - Create Prompt - プロンプトを作成 - - - - Target - ターゲット - - - - Stage - ステージ - - - - Evaluate when flow is planned - フロー計画時に評価 - - - - Evaluate policies during the Flow planning process. - フロー計画プロセス中にポリシーを評価します。 - - - - Evaluate when stage is run - ステージが実行されるときに評価 - - - - Invalid response behavior - 無効な応答の動作 - - - - Returns the error message and a similar challenge to the executor - エラーメッセージと同様のチャレンジを実行者に返します - - - - Restarts the flow from the beginning - フローを最初から再開します - - - - Restarts the flow from the beginning, while keeping the flow context - フローコンテキストを保持しながら、フローを最初から再開します - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - このバインドされたステージによって与えられたチャレンジへの無効な応答をフロー実行者がどのように処理すべきかを設定します。 - - - - Successfully updated stage. - ステージを正常に更新しました。 - - - - Successfully created stage. - ステージを正常に作成しました。 - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Duo ベースの認証器を設定するために使用されるステージ。このステージは設定フローに使用する必要があります。 - - - - Authenticator type name - 認証器タイプ名 - - - - Display name of this authenticator, used by users when they enroll an authenticator. - この認証器の表示名。ユーザーが認証器を登録するときに使用されます。 - - - - API Hostname - API ホスト名 - - - - Duo Auth API - Duo Auth API - - - - Integration key - 統合キー - - - - Secret key - シークレットキー - - - - Duo Admin API (optional) - Duo Admin API(オプション) - - - - Stage-specific settings - ステージ固有の設定 - - - - Configuration flow - 設定フロー - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - 認証されたユーザーがこのステージを設定するために使用するフロー。空の場合、ユーザーはこのステージを設定できません。 - - - - Twilio Account SID - Twilio アカウント SID - - - - Get this value from https://console.twilio.com - この値は https://console.twilio.com から取得してください - - - - Twilio Auth Token - Twilio 認証トークン - - - - Authentication Type - 認証タイプ - - - - Basic Auth - Basic 認証 - - - - Bearer Token - Bearer トークン - - - - External API URL - 外部 API URL - - - - This is the full endpoint to send POST requests to. - これは POST リクエストを送信するための完全なエンドポイントです。 - - - - API Auth Username - API 認証ユーザー名 - - - - This is the username to be used with basic auth or the token when used with bearer token - これは Basic 認証で使用するユーザー名、または Bearer トークンで使用するトークンです - - - - API Auth password - API 認証パスワード - - - - This is the password to be used with basic auth - これは Basic 認証で使用するパスワードです - - - - Mapping - マッピング - - - - Stage used to configure an SMS-based TOTP authenticator. - SMS ベースの TOTP 認証器を設定するために使用されるステージ。 - - - - Twilio - Twilio - - - - Generic - 汎用 - - - - From number - 送信元電話番号 - - - - Number the SMS will be sent from. - SMS が送信される電話番号。 - - - - Hash phone number - 電話番号をハッシュ化 - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - - 有効にすると、電話番号のハッシュのみが保存されます。これはデータ保護の理由のために行うことができます。このオプションが有効なステージから作成されたデバイスは、認証器検証ステージで使用することはできません。 - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - 静的認証器(つまり静的トークン)を設定するために使用されるステージ。このステージは設定フローに使用する必要があります。 - - - - Token count - トークン数 - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - TOTP 認証器を設定するために使用されるステージ(例:Authy/Google Authenticator)。 - - - - Digits - 桁数 - - - - 6 digits, widely compatible - 6 桁、広くサポートされている - - - - 8 digits, not compatible with apps like Google Authenticator - 8 桁、Google Authenticator のようなアプリとは互換性がない - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - あらゆる認証器を検証するために使用されるステージ。このステージは認証または認可フロー中に使用する必要があります。 - - - - Device classes - デバイスクラス - - - - Static Tokens - 静的トークン - - - - TOTP Authenticators - TOTP 認証器 - - - - WebAuthn Authenticators - WebAuthn 認証器 - - - - Duo Authenticators - Duo 認証器 - - - - SMS-based Authenticators - SMS ベースの認証器 - - - - Device classes which can be used to authenticate. - 認証に使用できるデバイスクラス。 - - - - Last validation threshold - 最後の検証の閾値 - - - - Not configured action - 未設定時のアクション - - - - Force the user to configure an authenticator - ユーザーに認証器の設定を強制する - - - - Deny the user access - ユーザーのアクセスを拒否する - - - - WebAuthn User verification - WebAuthn ユーザー検証 - - - - User verification must occur. - ユーザー検証が発生する必要があります。 - - - - User verification is preferred if available, but not required. - ユーザー検証は利用可能であることが望ましいですが、必須ではありません。 - - - - User verification should not occur. - ユーザー検証は発生してはいけません。 - - - - Configuration stages - 設定ステージ - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - ユーザーが互換性のあるデバイスを持たない場合に認証器を設定するために使用されるステージ。このステージが完了すると、ユーザーは再度プロンプトされません。 - - - - When multiple stages are selected, the user can choose which one they want to enroll. - 複数のステージが選択されている場合、ユーザーは登録したいステージを選択できます。 - - - - User verification - ユーザー検証 - - - - Resident key requirement - レジデントキーの要件 - - - - Authenticator Attachment - 認証器の接続方法 - - - - No preference is sent - 希望は送信されません - - - - A non-removable authenticator, like TouchID or Windows Hello - TouchID や Windows Hello のような取り外せない認証器 - - - - A "roaming" authenticator, like a YubiKey - YubiKey のようなローミング認証器 - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - このステージは、ユーザーの現在のセッションを Google reCaptcha(または互換性のある)サービスに対してチェックします。 - - - - Public Key - 公開キー - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 公開キー。https://www.google.com/recaptcha/intro/v3.html から取得できます。 - - - - Private Key - 秘密キー - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 秘密キー。https://www.google.com/recaptcha/intro/v3.html から取得できます。 - - - - Advanced settings - 詳細設定 - - - - JS URL - JS URL - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - JavaScript をフェッチする URL。デフォルトは recaptcha です。互換性のある別の URL に置き換えることができます。 - - - - API URL - API URL - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - キャプチャ応答を検証するために使用される URL。デフォルトは recaptcha です。互換性のある別の URL に置き換えることができます。 - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - ユーザーの同意を求めるプロンプト。同意は永続的でも、設定した期間後に有効期限切れになることもあります。 - - - - Always require consent - 常に同意を要求 - - - - Consent expires in - 同意の有効期限が切れるまで - - - - Offset after which consent expires. - 同意の有効期限が切れるまでのオフセット。 - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - テスト用のダミーステージ。シンプルな続行ボタンを表示し、常に成功します。 - - - - Throw error? - エラーを発生させますか? - - - - SMTP Host - SMTP ホスト - - - - SMTP Port - SMTP ポート - - - - SMTP Username - SMTP ユーザー名 - - - - SMTP Password - SMTP パスワード - - - - Use TLS - TLS を使用 - - - - Use SSL - SSL を使用 - - - - From address - 送信元アドレス - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - ユーザーにワンタイムリンクを送信して、ユーザーのメールアドレスを確認します。また、ユーザーの真正性を確認するための回復に使用することもできます。 - - - - Activate pending user on success - 成功時に保留中のユーザーをアクティブ化 - - - - When a user returns from the email successfully, their account will be activated. - ユーザーがメール から正常に戻った場合、アカウントはアクティブ化されます。 - - - - Use global settings - グローバル設定を使用 - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - 有効になると、グローバルメール接続設定が使用され、以下の接続設定は無視されます。 - - - - Template - テンプレート - - - - Let the user identify themselves with their username or Email address. - ユーザーがユーザー名またはメールアドレスで自身を識別できるようにします。 - - - - User fields - ユーザーフィールド - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - ユーザーが自身を識別できるフィールド。フィールドが選択されていない場合、ユーザーはソースのみを使用できます。 - - - - Password stage - パスワードステージ - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - 選択された場合、パスワードフィールドは別のページではなく同じページに表示されます。これにより、ユーザー名列挙攻撃が防止されます。 - - - - Case insensitive matching - 大文字と小文字を区別しないマッチング - - - - When enabled, user fields are matched regardless of their casing. - 有効になると、ユーザーフィールドは大文字と小文字に関係なくマッチングされます。 - - - - Show matched user - マッチしたユーザーを表示 - - - - 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. - - 有効なユーザー名/メールが入力され、このオプションが有効になっている場合、ユーザーのユーザー名とアバターが表示されます。そうでない場合は、ユーザーが入力したテキストが表示されます。 - - - - Source settings - ソース設定 - - - - Sources - ソース - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - ユーザーが認証するために表示されるべきソースを選択します。これは Web ベースのソースにのみ影響し、LDAP には影響しません。 - - - - Show sources' labels - ソースのラベルを表示 - - - - By default, only icons are shown for sources. Enable this to show their full names. - デフォルトでは、ソースのアイコンのみが表示されます。フルネームを表示するには、これを有効にしてください。 - - - - Passwordless flow - パスワードなしフロー - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - ページの下部にリンクされているオプションのパスワードなしフロー。設定されている場合、ユーザーはこのフローを使用して、詳細を入力することなく WebAuthn - 認証器で認証できます。 - - - - Optional enrollment flow, which is linked at the bottom of the page. - ページの下部にリンクされているオプションの登録フロー。 - - - - Optional recovery flow, which is linked at the bottom of the page. - ページの下部にリンクされているオプションの復旧フロー。 - - - - This stage can be included in enrollment flows to accept invitations. - このステージを登録フローに含めて招待を受け入れることができます。 - - - - Continue flow without invitation - 招待なしでフローを続行 - - - - 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. - - このフラグが設定されている場合、招待が与えられていないときにこのステージは次のステージにジャンプします。デフォルトでは、招待が与えられていないときにこのステージはフローをキャンセルします。 - - - - Validate the user's password against the selected backend(s). - ユーザーのパスワードを選択されたバックエンドに対して検証します。 - - - - Backends - バックエンド - - - - User database + standard password - ユーザーデータベース + 標準パスワード - - - - User database + app passwords - ユーザーデータベース + アプリパスワード - - - - User database + LDAP password - ユーザーデータベース + LDAP パスワード - - - - Selection of backends to test the password against. - パスワードをテストするバックエンドの選択。 - - - - Failed attempts before cancel - キャンセル前の失敗試行回数 - - - - 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. - ユーザーがフローをキャンセルする前に持つ試行回数。ユーザーをロックアウトするには、評判ポリシーと user_write ステージを使用します。 - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - ユーザーに任意の入力フィールドを表示します(例:登録中)。データはフローコンテキストに「prompt_data」変数として保存されます。 - - - - Fields - フィールド - - - - Validation Policies - 検証ポリシー - - - - Selected policies are executed when the stage is submitted to validate the data. - 選択されたポリシーは、ステージが送信されてデータを検証するときに実行されます。 - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - 現在保留中のユーザーを削除します。注意:このステージは確認を求めません。ユーザーが自分の行動を認識していることを確認するには、同意ステージを使用してください。 - - - Log the currently pending user in. - 現在保留中のユーザーをログインさせます。 - - - - Session duration - セッション期間 - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - セッションがどのくらい続くかを決定します。デフォルトの 0 秒は、セッションがブラウザを閉じるまで続くことを意味します。 - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - 異なるブラウザはセッション Cookie を異なる方法で処理し、ブラウザを閉じても削除されない場合があります。 - - - - See here. - こちらを参照してください。 - - - - Stay signed in offset - サインインした状態を保つオフセット - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - 0 を超える期間に設定した場合、ユーザーは「サインインしたままにする」を選択するオプションが提供され、セッションがここで指定された時間延長されます。 - - - - Terminate other sessions - 他のセッションを終了 - - - - When enabled, all previous sessions of the user will be terminated. - 有効になると、ユーザーのすべての前のセッションが終了されます。 - - - - Remove the user from the current session. - ユーザーを現在のセッションから削除します。 - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - - フローのコンテキストの「prompt_data」からのデータを現在保留中のユーザーに書き込みます。保留中のユーザーがない場合は、新しいユーザーが作成され、データが書き込まれます。 - - - Never create users - ユーザーを作成しない - - - - When no user is present in the flow context, the stage will fail. - フローコンテキストにユーザーが存在しない場合、ステージは失敗します。 - - - - Create users when required - 必要に応じてユーザーを作成 - - - - When no user is present in the the flow context, a new user is created. - フローコンテキストにユーザーが存在しない場合、新しいユーザーが作成されます。 - - - - Always create new users - 常に新しいユーザーを作成 - - - - Create a new user even if a user is in the flow context. - フローコンテキストにユーザーがいても、新しいユーザーを作成します。 - - - - Create users as inactive - ユーザーを非アクティブとして作成 - - - - Mark newly created users as inactive. - 新しく作成されたユーザーを非アクティブとしてマークします。 - - - - User path template - ユーザーパステンプレート - - - - Path new users will be created under. If left blank, the default path will be used. - 新しいユーザーが作成されるパス。空白のままの場合、デフォルトパスが使用されます。 - - - - Newly created users are added to this group, if a group is selected. - 新しく作成されたユーザーは、グループが選択されている場合、このグループに追加されます。 - - - - New stage - 新しいステージ - - - - Create a new stage. - 新しいステージを作成します。 - - - - Successfully imported device. - デバイスをインポートしました。 - - - - The user in authentik this device will be assigned to. - authentik のこのデバイスが割り当てられるユーザー。 - - - - Duo User ID - Duo ユーザー ID - - - - The user ID in Duo, can be found in the URL after clicking on a user. - Duo のユーザー ID。ユーザーをクリックした後、URL で見つけることができます。 - - - - Automatic import - 自動インポート - - - - Successfully imported devices. - 個のデバイスをインポートしました。 - - - - Start automatic import - 自動インポートを開始 - - - - Or manually import - または手動でインポート - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - ステージはユーザーがガイドされるフローの単一のステップです。ステージはフロー内からのみ実行できます。 - - - - Flows - フロー - - - - Stage(s) - ステージ - - - - Import - インポート - - - - Import Duo device - Duo デバイスをインポート - - - - Successfully updated flow. - フローを更新しました。 - - - - Successfully created flow. - フローを作成しました。 - - - - Shown as the Title in Flow pages. - フローページのタイトルとして表示されます。 - - - - Visible in the URL. - URL に表示されます。 - - - - Designation - 指定 - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - このフローが何に使用されるかを決定します。たとえば、認証フローは、認証されていないユーザーが authentik にアクセスしたときにリダイレクトされます。 - - - - No requirement - 要件なし - - - - Require authentication - 認証が必須 - - - - Required authentication level for this flow. - このフローに必要な認証レベル。 - - - - Behavior settings - 動作設定 - - - - Compatibility mode - 互換性モード - - - - Increases compatibility with password managers and mobile devices. - パスワードマネージャーとモバイルデバイスとの互換性が向上します。 - - - - Denied action - 拒否されたアクション - - - - Will follow the ?next parameter if set, otherwise show a message - ?next パラメータが設定されている場合はそれを実行し、設定されていない場合はメッセージを表示します - - - - Will either follow the ?next parameter or redirect to the default interface - ?next パラメータを実行するか、デフォルトインターフェイスにリダイレクトします - - - - Will notify the user the flow isn't applicable - フローが適用できないことをユーザーに通知します - - - - Decides the response when a policy denies access to this flow for a user. - ポリシーがユーザーのこのフローへのアクセスを拒否した場合の応答を決定します。 - - - - Appearance settings - 外観設定 - - - - Layout - レイアウト - - - - Background - 背景 - - - - Background shown during execution. - 実行中に表示される背景。 - - - - Clear background - 背景をクリア - - - - Delete currently set background image. - 現在設定されている背景画像を削除します。 - - - - Successfully imported flow. - フローをインポートしました。 - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - フローはユーザーを認証、登録、または復旧するためのステージのチェーンを説明します。ステージは、それらに適用されたポリシーに基づいて選択されます。 - - - - Flow(s) - フロー - - - - Update Flow - フローを更新 - - - - Create Flow - フローを作成 - - - - Import Flow - フローをインポート - - - - Successfully cleared flow cache - フローキャッシュがクリアされました - - - - Failed to delete flow cache - フローキャッシュの削除に失敗 - - - - Clear Flow cache - フローキャッシュをクリア - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - フローキャッシュをクリアしますか?これにより、すべてのフローが次回の使用時に再評価されます。 - - - Stage binding(s) - ステージバインディング - - - - Stage type - ステージタイプ - - - - Edit Stage - ステージを編集 - - - - Update Stage binding - ステージバインディングを更新 - - - - These bindings control if this stage will be applied to the flow. - これらのバインディングは、このステージがフローに適用されるかどうかを制御します。 - - - - No Stages bound - バインドされたステージなし - - - - No stages are currently bound to this flow. - 現在、このフローにバインドされたステージはありません。 - - - - Create Stage binding - ステージバインディングを作成 - - - - Bind existing stage - 既存のステージをバインド - - - - Flow Overview - フロー概要 - - - - Related actions - 関連アクション - - - - Execute flow - フローを実行 - - - - Normal - 通常 - - - - Export flow - フローをエクスポート - - - - Export - エクスポート - - - - Stage Bindings - ステージバインディング - - - - These bindings control which users can access this flow. - これらのバインディングは、どのユーザーがこのフローにアクセスできるかを制御します。 - - - - Event Log - イベントログ - - - - Event - イベント - - - - Event info - イベント情報 - - - - Created - 作成 - - - - Successfully updated transport. - トランスポートを更新しました。 - - - - Successfully created transport. - トランスポートを作成しました。 - - - - Local (notifications will be created within authentik) - ローカル(通知は authentik 内で作成されます) - - - - Webhook (generic) - Webhook(ジェネリック) - - - - Webhook (Slack/Discord) - Webhook(Slack/Discord) - - - - Webhook URL - Webhook URL - - - - Send once - 1 回だけ送信 - - - - Only send notification once, for example when sending a webhook into a chat channel. - 通知を 1 回だけ送信します。たとえば、webhook をチャットチャネルに送信する場合など です。 - - - - Notification Transports - 通知トランスポート - - - - Define how notifications are sent to users, like Email or Webhook. - メールや Webhook など、ユーザーに通知がどのように送信されるかを定義します。 - - - - Notification transport(s) - 通知トランスポート - - - - Update Notification Transport - 通知トランスポートを更新 - - - - Create Notification Transport - 通知トランスポートを作成 - - - - Successfully updated rule. - ルールを更新しました。 - - - - Successfully created rule. - ルールを作成しました。 - - - - Transports - トランスポート - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - ユーザーに通知するために使用するトランスポートを選択します。いずれも選択されていない場合、通知は authentik UI でのみ表示されます。 - - - - Severity - 重大度 - - - - Notification Rules - 通知ルール - - - - Send notifications whenever a specific Event is created and matched by policies. - 特定のイベントが作成され、ポリシーと一致するたびに通知を送信します。 - - - - Sent to group - グループに送信 - - - - Notification rule(s) - 通知ルール - - - - Update Notification Rule - 通知ルールを更新 - - - - Create Notification Rule - 通知ルールを作成 - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - これらのバインディングは、このルールがどのイベントでトリガーされるかを制御します。グループ/ユーザーへのバインディングはイベントのユーザーに対してチェックされます。 - - - Outpost Deployment Info - アウトポストデプロイメント情報 - - - - View deployment documentation - デプロイメントドキュメントを表示 - - - - Click to copy token - クリックしてトークンをコピー - - - - If your authentik Instance is using a self-signed certificate, set this value. - authentik インスタンスが自署証明書を使用している場合は、この値を設定してください。 - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - authentik_host 設定がログインに使用する URL と一致しない場合は、この設定を追加してください。 - - - - Successfully updated outpost. - アウトポストを更新しました。 - - - - Successfully created outpost. - アウトポストを作成しました。 - - - - Radius - Radius - - - - Integration - 統合 - - - - Selecting an integration enables the management of the outpost by authentik. - 統合を選択すると、authentik によるアウトポストの管理が有効になります。 - - - - Configuration - 設定 - - - - See more here: - 詳細はこちら: - - - - Documentation - ドキュメント - - - - Last seen - 最後に表示 - - - - , should be - であるべき - - - - Hostname - ホスト名 - - - - Not available - 利用不可 - - - - Unknown type - 不明なタイプ - - - - Outposts - アウトポスト - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - アウトポストは、リバースプロキシなどの異なる環境とプロトコルをサポートするための authentik コンポーネントのデプロイメントです。 - - - - Health and Version - ヘルスとバージョン - - - - Warning: authentik Domain is not configured, authentication will not work. - 警告:authentik ドメインが設定されていません。認証は機能しません。 - - - - Logging in via . - 経由でログイン中。 - - - - No integration active - 統合がアクティブでない - - - - Update Outpost - アウトポストを更新 - - - - View Deployment Info - デプロイメント情報を表示 - - - - Detailed health (one instance per column, data is cached so may be out of date) - 詳細なヘルス(列あたり 1 つのインスタンス、データはキャッシュされているため、古い可能性があります) - - - - Outpost(s) - アウトポスト - - - - Create Outpost - アウトポストを作成 - - - - Successfully updated integration. - 統合を更新しました。 - - - - Successfully created integration. - 統合を作成しました。 - - - - Local - ローカル - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - 有効にすると、ローカル接続を使用します。Docker ソケット/Kubernetes 統合が必要です。 - - - - Docker URL - Docker URL - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - エンドポイントの証明書が検証される CA。検証なしの場合は空のままにできます。 - - - - TLS Authentication Certificate/SSH Keypair - TLS 認証証明書/SSH キーペア - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - 認証に使用される証明書/キー。認証がない場合は空のままにできます。 - - - - When connecting via SSH, this keypair is used for authentication. - SSH で接続する場合、このキーペアは認証に使用されます。 - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - Kubernetes API SSL 証明書を検証 - - - - New outpost integration - 新しいアウトポスト統合 - - - - Create a new outpost integration. - 新しいアウトポスト統合を作成します。 - - - - State - 状態 - - - - Unhealthy - 不健康 - - - - Outpost integration(s) - アウトポスト統合 - - - - Successfully generated certificate-key pair. - 証明書キーペアが生成されました。 - - - - Common Name - 共通名 - - - - Subject-alt name - Subject-alt 名前 - - - - Optional, comma-separated SubjectAlt Names. - オプション、カンマ区切りの SubjectAlt 名前。 - - - - Validity days - 有効日数 - - - - Successfully updated certificate-key pair. - 証明書キーペアを更新しました。 - - - - Successfully created certificate-key pair. - 証明書キーペアを作成しました。 - - - - PEM-encoded Certificate data. - PEM エンコードされた証明書データ。 - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - オプションの秘密キー。これを設定すると、このキーペアを暗号化に使用できます。 - - - - Certificate-Key Pairs - 証明書キーペア - - - - Import certificates of external providers or create certificates to sign requests with. - 外部プロバイダーの証明書をインポートするか、リクエストに署名する証明書を作成します。 - - - - Private key available? - 秘密鍵を利用できますか? - - - - Certificate-Key Pair(s) - 証明書キーペア - - - - Managed by authentik - authentik で管理 - - - - Managed by authentik (Discovered) - authentik で管理(検出) - - - - Yes () - はい( - - - - No - いいえ - - - - Update Certificate-Key Pair - 証明書キーペアを更新 - - - - Certificate Fingerprint (SHA1) - 証明書フィンガープリント(SHA1) - - - - Certificate Fingerprint (SHA256) - 証明書フィンガープリント(SHA256) - - - - Certificate Subject - 証明書サブジェクト - - - - Download Certificate - 証明書をダウンロード - - - - Download Private key - 秘密キーをダウンロード - - - - Generate - 生成 - - - - Successfully updated instance. - インスタンスが正常に更新されました。 - - - - Successfully created instance. - インスタンスが正常に作成されました。 - - - - Disabled blueprints are never applied. - 無効なブループリントは適用されません。 - - - - Local path - ローカルパス - - - - OCI Registry - OCI レジストリ - - - - Internal - 内部 - - - - Blueprint - ブループリント - - - - Configure the blueprint context, used for templating. - テンプレート化に使用するブループリントコンテキストを構成します。 - - - - Orphaned - 孤立 - - - - Blueprints - ブループリント - - - - Automate and template configuration within authentik. - authentik 内の構成を自動化およびテンプレート化します。 - - - - Last applied - 最後に適用 - - - - Blueprint(s) - ブループリント - - - - Update Blueprint - ブループリントを更新 - - - - Create Blueprint Instance - ブループリントインスタンスを作成 - - - - API Requests - API リクエスト - - - - Open API Browser - API ブラウザーを開く - - - - Notifications - 通知 - - - - unread - 件未読 - - - - Successfully cleared notifications - 通知を正常にクリアしました - - - - Clear all - すべてクリア - - - - User interface - ユーザーインターフェース - - - - Dashboards - ダッシュボード - - - - Events - イベント - - - - Logs - ログ - - - - Directory - ディレクトリー - - - - System - システム - - - - Certificates - 証明書 - - - - Outpost Integrations - アウトポスト統合 - - - - API request failed - API リクエストに失敗しました - - - - Something went wrong! Please try again later. - エラーが発生しました。しばらく後にもう一度お試しください。 - - - - Request ID - リクエスト ID - - - - You may close this page now. - このページを閉じることができます。 - - - - You're about to be redirect to the following URL. - 次の URL にリダイレクトされようとしています。 - - - - Follow redirect - リダイレクトに従う - - - - Request has been denied. - リクエストが拒否されました。 - - - - Not you? - あなたではありませんか? - - - - Need an account? - アカウントが必要ですか? - - - - Sign up. - 登録してください。 - - - - Forgot username or password? - ユーザー名またはパスワードをお忘れですか? - - - - Or - または - - - - Use a security key - セキュリティキーを使用 - - - - Login to continue to . - ログインして に続行します。 - - - - Please enter your password - パスワードを入力してください - - - - Forgot password? - パスワードをお忘れですか? - - - - Application requires following permissions: - アプリには以下の権限が必要です: - - - - Application already has access to the following permissions: - アプリは既に次の権限にアクセスできます: - - - - Application requires following new permissions: - アプリには以下の新しい権限が必要です: - - - - Check your Inbox for a verification email. - 確認メールについて受信トレイを確認してください。 - - - - Send Email again. - メールをもう一度送信してください。 - - - - Successfully copied TOTP Config. - TOTP 設定が正常にコピーされました。 - - - - Code - コード - - - - Duo activation QR code - Duo 有効化 QR コード - - - - Alternatively, if your current device has Duo installed, click on this link: - または、現在のデバイスに Duo がインストールされている場合は、このリンクをクリックしてください: - - - - Duo activation - Duo 有効化 - - - - Check status - ステータスを確認 - - - - Make sure to keep these tokens in a safe place. - これらのトークンを安全な場所に保管してください。 - - - - Phone number - 電話番号 - - - - Please enter your Phone number. - 電話番号を入力してください。 - - - - Please enter the code you received via SMS - SMS 経由で受け取ったコードを入力してください - - - - Static token - 静的トークン - - - - Authentication code - 認証コード - - - - Please enter your code - コードを入力してください - - - - Retry authentication - 認証を再試行 - - - - Duo push-notifications - Duo プッシュ通知 - - - - Receive a push notification on your device. - デバイスでプッシュ通知を受け取ります。 - - - - Authenticator - 認証器 - - - - Use a security key to prove your identity. - セキュリティキーを使用してアイデンティティを証明します。 - - - - Traditional authenticator - 従来の認証器 - - - - Use a code-based authenticator. - コードベースの認証器を使用します。 - - - - Recovery keys - リカバリーキー - - - - SMS - SMS - - - - Tokens sent via SMS. - SMS 経由で送信されたトークン。 - - - - Stay signed in? - サインアップしたまま? - - - - Select Yes to reduce the number of times you're asked to sign in. - サインインを求められる回数を減らすには [はい] を選択します。 - - - - Authenticating with Plex... - Plex で認証中... - - - - Waiting for authentication... - 認証を待機中... - - - - If no Plex popup opens, click the button below. - Plex ポップアップが開かない場合は、下のボタンをクリックします。 - - - - Open login - ログインを開く - - - - Authenticating with Apple... - Apple で認証中... - - - - Retry - 再試行 - - - - You've successfully authenticated your device. - デバイスが正常に認証されました。 - - - - Flow inspector - フロー インスペクター - - - - Next stage - 次のステージ - - - - Stage name - ステージ名 - - - - Stage kind - ステージの種類 - - - - Stage object - ステージオブジェクト - - - - This flow is completed. - このフローは完了しました。 - - - - Plan history - 計画履歴 - - - - Current plan context - 現在の計画コンテキスト - - - - Session ID - セッション ID - - - - Powered by authentik - authentik によるパワード - - - - Error creating credential: - 認証情報の作成エラー: - - - - Server validation of credential failed: - 認証情報のサーバー検証に失敗: - - - - Refer to documentation - ドキュメントを参照 - - - No Applications available. - 利用可能なアプリがありません。 - - - - Either no applications are defined, or you don’t have access to any. - アプリが定義されていないか、どのアプリにもアクセスできません。 - - - My Applications - 自分のアプリ - - - - My applications -  自分のアプリ - - - - Change your password - パスワードを変更 - - - - Change password - パスワードを変更 - - - - Save - 保存 - - - - Delete account - アカウントを削除 - - - - Successfully updated details - 詳細が正常に更新されました - - - - Open settings - 設定を開く - - - - No settings flow configured. - 設定フローが構成されていません。 - - - - Update details - 詳細を更新 - - - - Successfully disconnected source - ソースを正常に切断しました - - - - Failed to disconnected source: - ソースの切断に失敗しました: - - - - Disconnect - 切断 - - - - Connect - 接続 - - - - Error: unsupported source settings: - エラー: サポートされていないソース設定: - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - ユーザーアカウントを以下のサービスに接続して、従来の認証情報の代わりにサービスを使用してログインできるようにします。 - - - - No services available. - 利用可能なサービスがありません。 - - - - Create App password - アプリパスワードを作成 - - - - User details - ユーザー詳細 - - - - Consent - 同意 - - - - MFA Devices - MFA デバイス - - - - Connected services - 接続されたサービス - - - - Tokens and App passwords - トークンとアプリパスワード - - - - Unread notifications - 未読通知 - - - - Admin interface - 管理者インターフェース - - - - Stop impersonation - なりすましを停止 - - - - Avatar image - アバター画像 - - - - Failed - 失敗 - - - - Unsynced / N/A - 未同期 / N/A - - - - Outdated outposts - 古いアウトポスト - - - - Unhealthy outposts - 異常なアウトポスト - - - - Next - 次へ - - - - Inactive - 非アクティブ - - - - Regular user - 一般ユーザー - - - - Activate - アクティブ化 - - - - Use Server URI for SNI verification - SNI検証にサーバーURIを使用 - - - Required for servers using TLS 1.3+ - TLS 1.3以上を使用するサーバーに必須 - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - LDAPサーバーの証明書に対して認証するためのクライアント証明書キーペア。 - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - 上記で設定されたBase DNの証明書。フォールバックとして、プロバイダーは自己署名証明書を使用します。 - - - TLS Server name - TLSサーバー名 - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - 上記で設定された証明書を使用するDNS名。SSL/TLSネゴシエーションはデータ交換の前に行われるため、Base DNに基づいて証明書を検出することはできません。 - - - TLS Client authentication certificate - TLSクライアント認証証明書 - - - Model - モデル - - - Match events created by selected model. When left empty, all models are matched. - 選択したモデルで作成されたイベントに一致します。空のままにすると、すべてのモデルが一致します。 - - - Code-based MFA Support - コードベースのMFAサポート - - - 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. - - 有効にすると、パスワードにセミコロンとTOTPコードを追加することで、コードベースの多要素認証が使用できます。このプロバイダーにバインドするすべてのユーザーがTOTPデバイスを設定している場合のみ有効にしてください。そうでない場合、セミコロンを含むパスワードが誤って拒否される可能性があります。 - - - User type - ユーザーの種類 - - - Successfully updated license. - ライセンスが正常に更新されました。 - - - Successfully created license. - ライセンスが正常に作成されました。 - - - Install ID - インストール ID - - - License key - ライセンスキー - - - Licenses - ライセンス - - - License(s) - ライセンス - - - Cumulative license expiry - 累積ライセンス有効期限 - - - Update License - ライセンスを更新 - - - Warning: The current user count has exceeded the configured licenses. - 警告: 現在のユーザー数が設定されたライセンスを超えています。 - - - Click here for more info. - 詳細については、ここをクリックしてください。 - - - Enterprise - エンタープライズ - - - Manage enterprise licenses - エンタープライズライセンスを管理 - - - No licenses found. - ライセンスが見つかりません。 - - - Send us feedback! - フィードバックをお送りください! - - - Go to Customer Portal - カスタマーポータルに移動 - - - Forecast internal users - 内部ユーザー予測 - - - Estimated user count one year from now based on current internal users and forecasted internal users. - 現在の 内部ユーザーと予測された ユーザーに基づいて、1 年後の推定ユーザー数。 - - - Forecast external users - 外部ユーザー予測 - - - Estimated user count one year from now based on current external users and forecasted external users. - 現在の 外部ユーザーと予測された ユーザーに基づいて、1 年後の推定ユーザー数。 - - - Install - インストール - - - Install License - ライセンスをインストール - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - 内部ユーザーは、会社の従業員など、フル Enterprise 機能セットにアクセスできるユーザーです。 - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - 外部ユーザーは、外部コンサルタントまたは B2C 顧客である可能性があります。これらのユーザーはエンタープライズ機能にアクセスできません。 - - - Service accounts should be used for machine-to-machine authentication or other automations. - サービスアカウントは、マシン間認証またはその他の自動化に使用する必要があります。 - - - Remove item - アイテムを削除 - - - Open API drawer - APIドロワーを開く - - - Open Notification drawer - 通知ドロワーを開く - - - Add provider - プロバイダーを追加 - - - Open - 開く - - - Copy token - トークンをコピー - - - Add users - ユーザーを追加 - - - Add group - グループを追加 - - - Import devices - デバイスをインポート - - - Execute - 実行 - - - Show details - 詳細を表示 - - - Apply - 適用 - - - Settings - 設定 - - - Sign out - サインアウト - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - このステージが使用されるたびに生成されるトークンの数。段階実行ごとに生成されたすべてのトークンは、単一の静的デバイスに接続されます。 - - - Token length - トークン長 - - - The length of the individual generated tokens. Can be increased to improve security. - 個別に生成されたトークンの長さ。セキュリティを向上させるために増やすことができます。 - - - Internal: - 内部: - - - External: - 外部: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - フローを静的に拒否します。このステージを効果的に使用するには、該当するバインディングの「フロー計画時に評価」を無効にしてください。 - - - Create and bind Policy - ポリシーを作成してバインド - - - Federation and Social login - フェデレーションとソーシャルログイン - - - Create and bind Stage - ステージを作成してバインド - - - Flows and Stages - フロー及びステージ - - - New version available - 新しいバージョンが利用可能です - - - Failure result - 失敗の結果 - - - Pass - 合格 - - - Don't pass - 不許可 - - - Result used when policy execution fails. - ポリシー実行が失敗したときに使用される結果です。 - - - Required: User verification must occur. - 必須:ユーザー検証が発生する必要があります。 - - - Preferred: User verification is preferred if available, but not required. - 推奨:ユーザー検証は利用可能であることが望ましいですが、必須ではありません。 - - - Discouraged: User verification should not occur. - 非推奨:ユーザー検証は発生してはいけません。 - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - 必須:認証器は専用の認証情報を作成する必要があります。できない場合は、エラーが発生することが予想されます。 - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - 推奨:認証器は専用の認証情報を作成および保存できますが、できなくても問題ありません。 - - - Discouraged: The authenticator should not create a dedicated credential - 非推奨:認証器は専用の認証情報を作成してはいけません。 - - - Lock the user out of this system - ユーザーをこのシステムからロック - - - Allow the user to log in and use this system - ユーザーはこのシステムにログインして使用できます - - - Temporarily assume the identity of this user - このユーザーの身元を一時的に引き継ぐ - - - Enter a new password for this user - このユーザーの新しいパスワードを入力 - - - Create a link for this user to reset their password - このユーザーがパスワードをリセットするためのリンクを作成 - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn はこのページに HTTPS 経由でアクセスする必要があります。 - - - WebAuthn not supported by browser. - WebAuthn はこのブラウザーではサポートされていません。 - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - - このプロバイダーはnginxのauth_requestまたはtraefikのforwardAuthと併用します。アプリ/ドメインごとに個別のプロバイダーが必要です。また、各ドメインで/outpost.goauthentik.ioをアウトポストにルーティングする必要があります(マネージドアウトポストの場合は自動で設定されます)。 - - - Default relay state - デフォルトリレーステート - - - When using IDP-initiated logins, the relay state will be set to this value. - IDP起動ログインを使用する場合、リレーステートがこの値に設定されます。 - - - Flow Info - フロー情報 - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - WebAuthn 認証器を設定するために使用されるステージ(例:Yubikey、FaceID/Windows Hello)。 - -<<<<<<< HEAD - - Internal application name used in URLs. - URL で使用される内部アプリ名。 - - - Submit - 送信 - - - UI Settings - UI設定 - - - Your application has been saved - アプリを保存しました - - - Custom attributes - カスタム属性 - - - Don't show this message again. - このメッセージを再度表示しない。 - - - Failed to fetch - 読み込み失敗 - - - Failed to fetch data. - データの取得に失敗しました。 - - - Successfully assigned permission. - 権限を割り当てました。 - - - Role - ロール - - - Assign - 割り当て - - - Assign permission to role - ロールに権限を割り当て - - - Assign to new role - 新しいロールに割り当て - - - Directly assigned - 直接割り当て - - - Assign permission to user - ユーザーに権限を割り当て - - - Assign to new user - 新しいユーザーに割り当て - - - User Object Permissions - ユーザーオブジェクト権限 - - - Role Object Permissions - ロールオブジェクト権限 - - - Roles - ロール - - - Select roles to grant this groups' users' permissions from the selected roles. - このグループのユーザーに付与するロールを選択してください。 - - - Editing is disabled for managed tokens - 管理トークンの編集は無効です - - - Permissions to add - 追加する権限 - - - Select permissions - 権限を選択 - - - Assign permission - 権限を割り当て - - - Permission(s) - 権限 - - - Permission - 権限 - - - User doesn't have view permission so description cannot be retrieved. - ユーザーに閲覧権限がないため、説明を取得できません。 - - - Assigned global permissions - 割り当て済みグローバル権限 - - - Assigned object permissions - 割り当て済みオブジェクト権限 - - - Successfully updated role. - ロールを正常に更新しました。 - - - Successfully created role. - ロールを正常に作成しました。 - - - Manage roles which grant permissions to objects within authentik. - authentik 内のオブジェクトに権限を付与するロールを管理します。 - - - Role(s) - ロール - - - Update Role - ロールを更新 - - - Create Role - ロールを作成 - - - Role doesn't have view permission so description cannot be retrieved. - ロールに閲覧権限がないため、説明を取得できません。 - - - Role - ロール - - - Role Info - ロール情報 - - - Pseudolocale (for testing) - 疑似ロケール(テスト用) - - - One hint, 'New Application Wizard', is currently hidden - 1つのヒント「新規アプリウィザード」が現在非表示になっています - - - Deny message - 拒否メッセージ - - - Message shown when this stage is run. - このステージが実行されたときに表示されるメッセージ。 - - - The token has been copied to your clipboard - トークンがクリップボードにコピーされました。 - - - The token was displayed because authentik does not have permission to write to the clipboard - authentikがクリップボードに書き込む権限を持たないため、トークンが表示されました。 - - - A copy of this recovery link has been placed in your clipboard - このリカバリーリンクのコピーがクリップボードに配置されました - - - Create recovery link - リカバリーリンクを作成 - - - Create Recovery Link - リカバリーリンクを作成 - - - External - 外部 - - - Service account - サービスアカウント - - - Service account (internal) - サービスアカウント(内部) - - - Check the release notes - リリースノートを確認 - - - User Statistics - ユーザー統計 - - - User type used for newly created users. - 新しく作成されたユーザーに使用するユーザータイプ。 - - - Users created - 作成されたユーザー - - - Failed logins - ログイン失敗 - - - Also known as Client ID. - クライアントIDとも呼ばれます。 - - - Also known as Client Secret. - クライアントシークレットとも呼ばれます。 - - - Global status - グローバルステータス - - - Vendor - ベンダー - - - Connectivity - 接続性 - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0: 推測可能:危険なパスワード。(推測 < 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1: 非常に推測可能:スロットルオンライン攻撃からの保護。(推測 < 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2: 多少推測可能:スロットルなしオンライン攻撃からの保護。(推測 < 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3: 安全に推測不可能:オフラインスローハッシュシナリオからの中程度の保護。(推測 < 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4: 非常に推測不可能:オフラインスローハッシュシナリオからの強力な保護。(推測 >= 10^10) - - - Successfully created user and added to group - ユーザーを作成し、グループに追加しました。 - - - This user will be added to the group "". - このユーザーはグループ「」に追加されます。 - - - Pretend user exists - ユーザーが存在すると見せかける - - - When enabled, the stage will always accept the given user identifier and continue. - 有効になると、ステージは常に与えられたユーザー識別子を受け入れて続行します。 - - - There was an error in the application. - アプリにエラーがあります。 - - - Review the application. - アプリを確認してください。 - - - There was an error in the provider. - プロバイダーにエラーがあります。 - - - Review the provider. - プロバイダーを確認してください。 - - - There was an error creating the application, but no error message was sent. Please review the server logs. - アプリの作成中にエラーが発生しましたが、エラーメッセージが送信されませんでした。サーバーログを確認してください。 - - - Configure LDAP Provider - LDAPプロバイダーを設定 - - - Configure Proxy Provider - プロキシプロバイダーの設定 - - - Configure Radius Provider - Radiusプロバイダーの設定 - - - Configure SAML Provider - SAMLプロバイダーの設定 - - - Configure SCIM Provider - SCIMプロバイダーの設定 - - - Connection settings. - 接続設定。 - - - Successfully updated endpoint. - エンドポイントを更新しました - - - Successfully created endpoint. - エンドポイントを作成しました - - - Protocol - プロトコル - - - RDP - RDP - - - SSH - SSH - - - VNC - VNC - - - Host - ホスト - - - Endpoint(s) - エンドポイント - - - Update Endpoint - エンドポイントを更新 - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - これらのバインディングは、このエンドポイントにアクセスできるユーザーを制御します。ユーザーはアプリへのアクセス権も持つ必要があります。 - - - Create Endpoint - エンドポイントを作成 - - - Update RAC Provider - RACプロバイダーを更新 - - - Endpoints - エンドポイント - - - General settings - 一般設定 - - - RDP settings - RDP設定 - - - Ignore server certificate - サーバー証明書を無視 - - - Enable wallpaper - 壁紙を有効にする - - - Enable font-smoothing - フォントスムージングを有効にする - - - Enable full window dragging - フルウィンドウドラッグを有効にする - - - Network binding - ネットワークバインディング - - - No binding - バインディングなし - - - Bind ASN - ASN をバインド - - - Bind ASN and Network - ASN とネットワークをバインド - - - Bind ASN, Network and IP - ASN、ネットワーク、IP をバインド - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - このステージで作成されたセッションが、作成されたネットワークにバインドされるべきかどうかを設定します。 - - - GeoIP binding - GeoIP バインディング - - - Bind Continent - 大陸をバインド - - - Bind Continent and Country - 大陸と国をバインド - - - Bind Continent, Country and City - 大陸、国、都市をバインド - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - このステージで作成されたセッションが GeoIP ベースの位置にバインドされるべきかどうかを設定します。 - - - RAC - RAC - - - Connection failed after attempts. - 回の試行後に接続に失敗しました。 - - - Re-connecting in second(s). - 秒後に再接続します。 - - - Connecting... - 接続中... - - - Select endpoint to connect to - 接続するエンドポイントを選択 - - - Connection expiry - 接続の有効期限 - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - セッションが切断されて再認証が必要になるまでの時間を設定します。 - - - Learn more - 詳細情報 - - - Maximum concurrent connections - 最大同時接続数 - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - このエンドポイントへの最大同時接続数です。-1に設定すると制限が無効になります。 - - - Korean - 韓国語 - - - Dutch - オランダ語 - - - Brand - ブランド - - - Successfully updated brand. - ブランドを正常に更新しました。 - - - Successfully created brand. - ブランドを正常に作成しました。 - - - Use this brand for each domain that doesn't have a dedicated brand. - 専用ブランドを持たないドメインごとにこのブランドを使用します。 - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - YAML または JSON を使用してカスタム属性を設定します。ここで設定された属性は、このブランドでリクエストが処理される場合、ユーザーに継承されます。 - - - Brands - ブランド - - - Brand(s) - ブランド - - - Update Brand - ブランドを更新 - - - Create Brand - ブランドを作成 - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - ユーザーがパスワードを直接リセットできるようにするには、現在アクティブなブランドでリカバリーフローを設定します。 - - - Successfully updated settings. - 設定を更新しました。 - - - Avatars - アバター - - - Configure how authentik should show avatars for users. The following values can be set: - authentik がユーザーのアバターをどのように表示するかを設定します。次の値を設定できます: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - ユーザーごとのアバターを無効にし、1x1 ピクセルの透明画像を表示するだけ - - - Uses gravatar with the user's email address - ユーザーのメールアドレスで gravatar を使用 - - - Generated avatars based on the user's name - ユーザーの名前に基づいて生成されたアバター - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - 任意の URL:別のサーバーにホストされている画像を使用する場合は、任意の URL を設定できます。さらに、これらのプレースホルダーを使用できます: - - - The user's username - ユーザーのユーザー名 - - - The email address, md5 hashed - メールアドレス、md5 ハッシュ化 - - - The user's UPN, if set (otherwise an empty string) - ユーザーの UPN(設定されている場合)。そうでない場合は空の文字列 - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - attributes.something.avatar - のような属性パス。ファイルフィールドと組み合わせて使用して、ユーザーがカスタムアバターをアップロードできるようにします。 - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - 複数の値をカンマ区切りで設定でき、アバターが見つからない場合は authentik は次のモードにフォールバックします。 - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - たとえば、これを gravatar,initials に設定すると、Gravatar - からアバターを取得しようとします。ユーザーがそこで設定していない場合は、生成されたアバターにフォールバックします。 - - - Allow users to change name - ユーザーが名前を変更できるようにする - - - Enable the ability for users to change their name. - ユーザーが名前を変更する機能を有効にします。 - - - Allow users to change email - ユーザーがメールを変更できるようにする - - - Enable the ability for users to change their email. - ユーザーがメールを変更する機能を有効にします。 - - - Allow users to change username - ユーザーがユーザー名を変更できるようにする - - - Enable the ability for users to change their username. - ユーザーがユーザー名を変更する機能を有効にします。 - - - Footer links - フッターリンク - - - GDPR compliance - GDPR コンプライアンス - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - 有効にすると、ユーザーの削除時にユーザーが引き起こしたすべてのイベントが削除されます。 - - - Impersonation - なりすまし - - - Globally enable/disable impersonation. - なりすましをグローバルに有効/無効にします。 - - - System settings - システム設定 - - - Changes made: - 変更内容: - - - Key - キー - - - Previous value - 前の値 - - - New value - 新しい値 - - - Raw event info - 未処理イベント情報 - - - Anonymous user - 匿名ユーザー - - - Add All Available - すべての利用可能なものを追加 - - - Remove All Available - すべての利用可能なものを削除 - - - Remove All - すべて削除 - - - Available options - 利用可能なオプション - - - Selected options - 選択済みオプション - - - item(s) marked to add. - 個のアイテムが追加対象です。 - - - item(s) selected. - 個のアイテムが選択されています。 - - - item(s) marked to remove. - 個のアイテムが削除対象です。 - - - Available Applications - 利用可能なアプリ - - - Selected Applications - 選択されたアプリ - - - Last used - 最後の使用 - - - OAuth Access Tokens - OAuth アクセストークン - - - Credentials / Tokens - 認証情報 / トークン - - - Permissions set on users which affect this object. - このオブジェクトに影響するユーザーに設定された権限。 - - - Permissions set on roles which affect this object. - このオブジェクトに影響するロールに設定された権限。 - - - Permissions assigned to this user which affect all object instances of a given type. - このユーザーに割り当てられた、特定のタイプのすべてのオブジェクトに影響する権限。 - - - Permissions assigned to this user affecting specific object instances. - このユーザーに割り当てられた、特定のオブジェクトに影響する権限。 - - - Permissions assigned to this role which affect all object instances of a given type. - このロールに割り当てられた、特定のタイプのすべてのオブジェクトに影響する権限。 - - - JWT payload - JWT ペイロード - - - Preview for user - ユーザーのプレビュー - - - Brand name - ブランド名 - - - Delete authorization on disconnect - 切断時に認可を削除 - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - 有効にすると、クライアントが切断したときに接続認可が削除されます。不安定なインターネット接続のクライアントにエンドポイントの再認可を強制します。 - - - Connection Token(s) - 接続トークン - - - Endpoint - エンドポイント - - - Connections - 接続 - - - Unconfigured - 設定されていない - - - This option will not be changed by this mapping. - このオプションはこのマッピングによって変更されません。 - - - RAC Connections - RAC 接続 - - - Sending Duo push notification... - Duo プッシュ通知を送信中... - - - Failed to authenticate - 認証に失敗 - - - Authenticating... - 認証中... - - - Customization - カスタマイズ - - - Authentication failed. Please try again. - 認証に失敗しました。もう一度お試しください。 - - - Failed to register. Please try again. - 登録に失敗しました。もう一度お試しください。 - - - Registering... - 登録中... - - - Failed to register - 登録に失敗 - - - Retry registration - 登録を再試行 - - - Select one of the options below to continue. - 以下のオプションから 1 つ選択して続行してください。 - - - Latest version unknown - 最新バージョンが不明です - - - Timestamp - タイムスタンプ - - - Time - 時刻 - - - Level - レベル - - - Event - イベント - - - Logger - ロガー - - - Update internal password on login - ログイン時に内部パスワードを更新 - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - ユーザーがこのソースパスワードバックエンドを使用してauthentikにログインする場合、authentikの認証情報を更新します。 - - - Source - ソース - - - Resume timeout - 再開タイムアウト - - - Amount of time a user can take to return from the source to continue the flow. - ユーザーがソースから戻ってフローを続行するまでの時間。 - - - Your Install ID - インストール ID - - - Enter the email associated with your account, and we'll send you a link to reset your password. - アカウントに関連付けられたメールアドレスを入力すると、パスワードをリセットするためのリンクが送信されます。 - - - Stage name: - ステージ名: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - デバイス上の Microsoft Authenticator、Google Authenticator、または他の認証器アプリを使用して上の QR - コードをスキャンし、MFA デバイスのセットアップを完了するために、デバイスが以下に表示するコードを入力してください。 - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - フロー実行に OAuth または SAML - ソースを注入します。これにより、追加のユーザー検証が可能になったり、異なるユーザー識別子(ユーザー名、メールアドレスなど)に対して異なるソースに動的にアクセスできます。 - - - A selection is required - 選択が必要です - - - Device type restrictions - デバイスタイプの制限 - - - Available Device types - 利用可能なデバイスタイプ - - - Selected Device types - 選択されたデバイスタイプ - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - どの WebAuthn デバイスタイプを使用できるかをオプションで制限します。デバイスタイプが選択されていない場合、すべてのデバイスが許可されます。 - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - ユーザーが上記にリストされたクラス内のデバイスで設定された期間内に正常に認証した場合、このステージはスキップされます。 - - - WebAuthn-specific settings - WebAuthn 固有の設定 - - - WebAuthn Device type restrictions - WebAuthn デバイスタイプの制限 - - - This restriction only applies to devices created in authentik 2024.4 or later. - この制限は authentik 2024.4 以降で作成されたデバイスにのみ適用されます。 - - - Default token duration - デフォルトトークン期間 - - - Default duration for generated tokens - 生成されたトークンのデフォルト期間 - - - Default token length - デフォルトトークン長 - - - Default length of generated tokens - 生成されたトークンのデフォルト長 - - - deleted - 削除しました - - - Select permissions to assign - 割り当てる権限を選択 - - - Update SCIM Source - SCIMソースを更新 - - - SCIM Base URL - SCIMベースURL - - - Provisioned Users - プロビジョニング済みユーザー - - - Provisioned Groups - プロビジョニング済みグループ - - - removed - 削除されました - - - Verifying... - 検証中... - - - Available Roles - 利用可能なロール - - - Selected Roles - 選択したロール - - - Private key Algorithm - 秘密鍵アルゴリズム - - - RSA - RSA - - - ECDSA - ECDSA - - - Algorithm used to generate the private key. - 秘密鍵を生成するために使用されるアルゴリズム。 - - - Added ID - ID を追加しました - - - Removed ID - ID を削除しました - - - Cleared - クリアしました - - - Google Workspace Provider - Google Workspaceプロバイダー - - - Credentials - 認証情報 - - - Delegated Subject - 委任サブジェクト - - - Default group email domain - デフォルトのグループメールドメイン - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - グループのメールアドレス生成に使用するデフォルトのドメイン。プロパティマッピングでカスタマイズできます。 - - - User deletion action - ユーザー削除アクション - - - User is deleted - ユーザーを削除 - - - Suspend - 停止 - - - User is suspended, and connection to user in authentik is removed. - ユーザーを停止し、authentikのユーザーとの接続を削除します。 - - - Do Nothing - 何もしない - - - The connection is removed but the user is not modified - 接続を削除しますが、ユーザーは変更しません - - - Determines what authentik will do when a User is deleted. - ユーザーが削除されたときのauthentikの動作を設定します。 - - - Group deletion action - グループ削除アクション - - - Group is deleted - グループを削除 - - - The connection is removed but the group is not modified - 接続を削除しますが、グループは変更しません - - - Determines what authentik will do when a Group is deleted. - グループが削除されたときのauthentikの動作を設定します。 - - - Microsoft Entra Provider - Microsoft Entraプロバイダー - - - Google Cloud credentials file. - Google Cloud認証情報ファイル。 - - - Email address of the user the actions of authentik will be delegated to. - authentikのアクションが委任されるユーザーのメールアドレス。 - - - Client ID for the app registration. - アプリ登録のクライアントID。 - - - Client secret for the app registration. - アプリ登録のクライアントシークレット。 - - - Tenant ID - テナントID - - - ID of the tenant accounts will be synced into. - アカウントの同期先となるテナントのID。 - - - Update Microsoft Entra Provider - Microsoft Entraプロバイダーを更新 - - - Update Google Workspace Provider - Google Workspaceプロバイダーを更新 - - - Enterprise only - エンタープライズ限定 - - - Icon - アイコン - - - (build ) - (ビルド - - - (FIPS) - (FIPS) - - - Score minimum threshold - スコアの最小閾値 - - - Minimum required score to allow continuing - 続行を許可するために必要な最小スコア - - - Score maximum threshold - スコアの最大閾値 - - - Maximum allowed score to allow continuing - 続行を許可する最大スコア - - - Error on invalid score - スコアが無効な場合のエラー - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - - 有効になっており、結果のスコアが閾値の外である場合、ユーザーは続行できません。無効な場合、ユーザーは続行でき、スコアはポリシーで使用してさらにステージをカスタマイズできます。 - - - Microsoft Entra Group(s) - Microsoft Entraグループ - - - Microsoft Entra User(s) - Microsoft Entraユーザー - - - Google Workspace Group(s) - Google Workspaceグループ - - - Google Workspace User(s) - Google Workspaceユーザー - - - SCIM Group(s) - SCIMグループ - - - SCIM User(s) - SCIMユーザー - - - FIPS compliance: passing - FIPS コンプライアンス: 合格 - - - Unverified - 未検証 - - - FIPS compliance: unverified - FIPS コンプライアンス: 未検証 - - - FIPS Status - FIPSステータス - - - Search returned no results. - 検索は結果を返しませんでした。 - - - Reputation score(s) - 評判スコア - - - See documentation - ドキュメントを参照 - - - Close dialog - ダイアログを閉じる - - - Pagination - ページネーション - - - Restore Application Wizard Hint - アプリウィザードのヒントを復元 - - - Your authentik password - authentikのパスワード - - - Internal Service account - 内部サービスアカウント - - - Outpost integrations - アウトポスト統合 - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - アウトポスト統合は、authentik がアウトポストを管理してデプロイするために外部プラットフォームに接続する方法を定義します。 - - - Operation failed to complete - 操作が完了しませんでした - - - Failed to fetch objects: - オブジェクトの取得に失敗しました: - - - Available Scopes - 利用可能なスコープ - - - Selected Scopes - 選択済みスコープ - - - Available Property Mappings - 利用可能なプロパティマッピング - - - Selected Property Mappings - 選択済みプロパティマッピング - - - Available User Property Mappings - 利用可能なユーザープロパティマッピング - - - Selected User Property Mappings - 選択済みユーザープロパティマッピング - - - Available Group Property Mappings - 利用可能なグループプロパティマッピング - - - Selected Group Property Mappings - 選択済みグループプロパティマッピング - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - IPアドレスに基づいて、ユーザーが地理またはネットワークトポロジーの要件を満たしていることを確認します。設定された値のいずれかが一致すると、ポリシーが許可されます。 - - - ASNs - ASN - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - 自律システム番号のリスト。カンマ区切り。例:13335、15169、20940 - - - Countries - - - - Available Countries - 利用可能な国 - - - Selected Countries - 選択した国 - - - Bind existing policy/group/user - 既存のポリシー/グループ/ユーザーをバインド - - - Property mappings for user creation. - ユーザー作成のためのプロパティマッピング。 - - - Property mappings for group creation. - グループ作成のためのプロパティマッピング。 - - - Link to a group with identical name. Can have security implications when a group is used with another source - 同じ名前のグループにリンクします。グループが別のソースで使用されている場合、セキュリティ上の影響がある可能性があります。 - - - Use the group's name, but deny enrollment when the name already exists - グループの名前を使用しますが、名前が既に存在する場合は登録を拒否します。 - - - Group matching mode - グループマッチングモード - - - OAuth Attribute mapping - OAuth属性マッピング - - - Plex Attribute mapping - Plex属性マッピング - - - Encryption Certificate - 暗号化証明書 - - - When selected, encrypted assertions will be decrypted using this keypair. - 選択すると、暗号化されたアサーションはこのキーペアを使用して復号化されます。 - - - SAML Attribute mapping - SAML属性マッピング - - - SCIM Attribute mapping - SCIM属性マッピング - - - External user settings - 外部ユーザー設定 - - - Default application - デフォルトアプリ - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - 設定されている場合、外部ユーザーは別のアプリへのアクセスを試みていないときにこのアプリに自動的にリダイレクトされます - - - Warning: One or more license(s) have expired. - 警告: 1つ以上のライセンスが有効期限切れになっています。 - - - Warning: One or more license(s) will expire within the next 2 weeks. - 警告: 1つ以上のライセンスが今後2週間以内に有効期限切れになります。 - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - 注意: この authentik インスタンスは、ライセンスの有効期限切れ/超過により、読み取り専用モードに入りました。 - - - This authentik instance uses a Trial license. - この authentik インスタンスはトライアルライセンスを使用しています。 - - - This authentik instance uses a Non-production license. - この authentik インスタンスは非本番環境用ライセンスを使用しています。 - - - Access Tokens(s) - アクセストークン - - - Created at - 作成日 - - - Last updated at - 最後の更新日 - - - Last used at - 最後の使用日 - - - Provide users with a 'show password' button. - ユーザーに「パスワード表示」ボタンを提供します。 - - - Show password - パスワードを表示 - - - Hide password - パスワードを隠す - - - An outpost is on an incorrect version! - アウトポストのバージョンが正しくありません! - - - Russian - ロシア語 - - - Last seen: () - 最後に表示: - - - Sign assertions - アサーションに署名 - - - When enabled, the assertion element of the SAML response will be signed. - 有効にすると、SAMLレスポンスのアサーション要素に署名されます。 - - - Sign responses - レスポンスに署名 - - - When selected, assertions will be encrypted using this keypair. - 選択すると、この鍵ペアを使用してアサーションが暗号化されます。 - - - Available Sources - 利用可能なソース - - - Selected Sources - 選択済みソース - - - Successfully triggered sync. - 同期をトリガーしました。 - - - Sync - 同期 - - - Sync User - ユーザーを同期 - - - Available Stages - 利用可能なステージ - - - Selected Stages - 選択されたステージ - - - Available Fields - 利用可能なフィールド - - - Selected Fields - 選択されたフィールド - - - Available Transports - 利用可能なトランスポート - - - Selected Transports - 選択されたトランスポート - - - Expired - 有効期限切れ - - - Expiring soon - まもなく有効期限切れ - - - Unlicensed - ライセンスなし - - - Read Only - 読み取り専用 - - - Valid - 有効 - - - Current license status - 現在のライセンスステータス - - - Overall license status - 全体的なライセンスステータス - - - Internal user usage - 内部ユーザー使用量 - - - % - - % - - - External user usage - 外部ユーザー使用量 - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - イベントのクライアントIPに一致します(厳密なマッチング、ネットワークマッチングは式ポリシーを使用)。 - - - Sync Group - グループを同期 - - - ("", of type ) - (「」、タイプ - - - Parent Group - 親グループ - - - Flow used when logging out of this provider. - このプロバイダーからログアウトする際に使用されるフロー。 - - - Unbind flow - アンバインドフロー - - - Flow used for unbinding users. - ユーザーをアンバインドするために使用されるフロー。 - - - Verify SCIM server's certificates - SCIMサーバーの証明書を検証 - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - からログアウトしました。 - 概要に戻って別のアプリを起動するか、authentik アカウントからログアウトできます。 - - - Go back to overview - 概要に戻る - - - Log out of - からログアウト - - - Log back into - に再度ログイン - - - Encryption Key - 暗号化キー - - - Device type cannot be deleted - デバイスタイプ は削除できません - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - Google Chrome Device Trust を使用してユーザーのブラウザを検証するために使用されるステージ。このステージは認証/認可フロー で使用できます。 - - - Google Verified Access API - Google Verified Access API - - - Device type cannot be edited - デバイスタイプ は編集できません - - - Advanced flow settings - 詳細フロー設定 - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - このオプションを有効にして、authentikで行われたパスワード変更をKerberosに書き戻します。同期が無効の場合は無視されます。 - - - Realm settings - レルム設定 - - - Realm - レルム - - - Kerberos 5 configuration - Kerberos 5設定 - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - Kerberos 5設定。設定形式は「man krb5.conf(5)」を参照してください。空のままにすると、デフォルトのkrb5.confが使用されます。 - - - Sync connection settings - 同期接続設定 - - - Sync principal - 同期プリンシパル - - - Principal used to authenticate to the KDC for syncing. - 同期のためにKDCに認証するために使用されるプリンシパル。 - - - Sync password - 同期パスワード - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - 同期のためにKDCに認証するために使用されるパスワード。Sync keytabまたはSync認証情報キャッシュが提供される場合はオプション。 - - - Sync keytab - 同期keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - 同期のためにKDCに認証するために使用されるkeytab。Sync - passwordまたはSync認証情報キャッシュが提供される場合はオプション。Base64エンコードされているか、TYPE:residualの形式である必要があります。 - - - Sync credentials cache - 同期認証情報キャッシュ - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - 同期のためにKDCに認証するために使用される認証情報キャッシュ。Sync passwordまたはSync - keytabが提供される場合はオプション。TYPE:residualの形式である必要があります。 - - - SPNEGO settings - SPNEGO設定 - - - SPNEGO server name - SPNEGOサーバー名 - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - SPNEGOに特定のサーバー名を使用することを強制します。HTTP@domainの形式である必要があります。 - - - SPNEGO keytab - SPNEGO keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - SPNEGOに使用されるkeytab。SPNEGO認証情報キャッシュが提供される場合はオプション。Base64エンコードされているか、TYPE:residualの形式である必要があります。 - - - SPNEGO credentials cache - SPNEGO認証情報キャッシュ - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - SPNEGOに使用される認証情報キャッシュ。SPNEGO keytabが提供される場合はオプション。TYPE:residualの形式である必要があります。 - - - Kerberos Attribute mapping - Kerberos属性マッピング - - - Update Kerberos Source - Kerberosソースを更新 - - - User database + Kerberos password - ユーザーデータベース + Kerberos パスワード - - - Select another authentication method - 別の認証方法を選択 - - - Enter a one-time recovery code for this user. - このユーザーのワンタイムリカバリコードを入力してください。 - - - Enter the code from your authenticator device. - 認証デバイスのコードを入力してください。 - - - Kerberos Source is in preview. - Kerberos ソースはプレビュー段階です - - - Captcha stage - キャプチャステージ - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - 設定すると、キャプチャステージとまったく同じ機能が追加されますが、識別ステージに組み込まれます。 - - - Endpoint Google Chrome Device Trust is in preview. - エンドポイント Google Chrome Device Trust はプレビュー段階です。 - - - Interactive - インタラクティブ - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - 設定されたキャプチャがユーザーの操作を必要とする場合、このフラグを有効にしてください。reCAPTCHA v2、hCaptcha、Cloudflare - Turnstile に必要です。 - - - Reason - 理由 - - - Reason for impersonating the user - ユーザーを偽装する理由 - - - Require reason for impersonation - なりすましの理由を要求 - - - Require administrators to provide a reason for impersonating a user. - 管理者がユーザーになりすましする理由を提供する必要があります。 - - - Italian - イタリア語 - - - Add entry - エントリを追加 - - - Link Title - リンクのタイトル - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - このオプションは、フロー実行ページのフッターリンクを設定します。URL は Web およびメールアドレスに限定されます。名前が空白の場合、URL が表示されます。 - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - - をOAuth2やSAMLなどのプロトコル経由でアイデンティティプロバイダーとして使用する外部アプリです。アクセスできないアプリを含め、すべてのアプリがここに表示されます。 - - - Strict - 厳密 - - - Regex - 正規表現 - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - 認可フローが成功した後の有効なリダイレクトURI。Implicitフローの場合はここにオリジンも指定してください。 - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - すべてのリダイレクトURIを許可するには、モードを正規表現に設定し、値を「.*」にします。これによるセキュリティへの影響に注意してください。 - - - Federated OIDC Sources - フェデレーテッドOIDCソース - - - Federated OIDC Providers - 連携OIDCプロバイダー - - - Available Providers - 利用可能なプロバイダー - - - Selected Providers - 選択済みプロバイダー - - - JWTs signed by the selected providers can be used to authenticate to this provider. - 選択したプロバイダーで署名されたJWTを、このプロバイダーへの認証に使用できます。 - - - KAdmin type - KAdmin種類 - - - MIT krb5 kadmin - MIT krb5 kadmin - - - Heimdal kadmin - Heimdal kadmin - - - Other - その他 - - - Other type of kadmin - その他のkadmin種類 - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - ユーザーがパスワードを直接リセットできるようにするには、現在アクティブなブランドでリカバリーフローを設定します。 - - - Consent given lasts indefinitely - 与えられた同意は永遠に続く - - - Consent expires - 同意が有効期限切れ - - - Available Policies - 利用可能なポリシー - - - Selected Policies - 選択されたポリシー - - - Redirect the user to another flow, potentially with all gathered context - ユーザーを別のフローにリダイレクトします。可能であれば、集められたすべてのコンテキストを含めます。 - - - Static - スタティック - - - Target URL - ターゲット URL - - - Redirect the user to a static URL. - ユーザーをスタティック URL にリダイレクトします。 - - - Target Flow - ターゲットフロー - - - Redirect the user to a Flow. - ユーザーをフローにリダイレクトします。 - - - Keep flow context - フローコンテキストを保持 - - - Require no authentication - 認証が不要 - - - Require superuser - スーパーユーザーが必須 - - - Require being redirected from another flow - 別のフローからリダイレクトされることが必須 - - - Require Outpost (flow can only be executed from an outpost) - アウトポストが必須(フローはアウトポストからのみ実行可能) - - - An application name is required - アプリ名は必須です - - - Not a valid URL - 有効なURLではありません - - - Not a valid slug - 有効なスラッグではありません - - - Configure Bindings - バインディングを設定 - - - Configure Policy/User/Group Bindings - ポリシー/ユーザー/グループバインディングを設定 - - - No bound policies. - バインドされたポリシーはありません。 - - - Bind policy/group/user - ポリシー/グループ/ユーザーをバインド - - - Configure Policy Bindings - ポリシーバインディングを設定 - - - Don't Pass - 不合格 - - - Save Binding - バインディングを保存 - - - Create a Policy/User/Group Binding - ポリシー/ユーザー/グループバインディングを作成 - - - Please choose a provider type before proceeding. - 続行する前にプロバイダータイプを選択してください。 - - - Choose a Provider Type - プロバイダータイプを選択 - - - Redirect URIs/Origins (RegEx) - リダイレクトURI/オリジン(正規表現) - - - Configure OAuth2 Provider - OAuth2プロバイダーの設定 - - - Configure Remote Access Provider - リモートアクセスプロバイダーの設定 - - - List of CIDRs (comma-seperated) 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. - クライアントが接続可能なCIDRのリスト(カンマ区切り)。より詳細なCIDRが優先されます。指定外のCIDRからの接続は拒否されます。 - - - Configure Provider - プロバイダーの設定 - - - strict - 厳密 - - - regexp - 正規表現 - - - Review and Submit Application - アプリの確認と送信 - - - There was an error. Please go back and review the application. - エラーが発生しました。戻ってアプリを確認してください。 - - - There was an error: - エラーが発生しました: - - - Please go back and review the application. - 戻ってアプリを確認してください。 - - - Review the Application and Provider - アプリとプロバイダーの確認 - - - Saving application... - アプリを保存中... - - - authentik was unable to complete this process. - authentikはこの処理を完了できませんでした。 - - - Create with wizard - ウィザードで作成 - - - Bind existing - 既存のをバインド - - - Successfully updated entitlement. - エンタイトルメントを更新しました。 - - - Successfully created entitlement. - エンタイトルメントを作成しました。 - - - Application entitlement(s) -  アプリのエンタイトルメント - - - Update Entitlement - エンタイトルメントを更新 - - - These bindings control which users have access to this entitlement. - これらのバインディングは、このエンタイトルメントにアクセスできるユーザーを制御します。 - - - No app entitlements created. - エンタイトルメントが作成されていません。 - - - Create Entitlement - エンタイトルメントを作成 - - - Create entitlement - エンタイトルメントを作成 - - - Application entitlements -  アプリのエンタイトルメント - - - These entitlements can be used to configure user access in this application. - エンタイトルメントを使用して、このアプリのユーザーアクセスを設定できます。 - - - Worker with incorrect version connected. - バージョンが正しくないワーカーが接続されています。 - - - (Format: hours=-1;minutes=-2;seconds=-3). - (形式: hours=-1;minutes=-2;seconds=-3) - - - (Format: hours=1;minutes=2;seconds=3). - (形式: hours=1;minutes=2;seconds=3)。 - - - Key used to sign the events. - イベントの署名に使用する鍵。 - - - Event Retention - イベント保持期間 - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - イベントの保存期間を設定します。イベントが正しく送信できなかった場合、この期間だけ有効期限が延長されます。 - - - OIDC Providers - OIDCプロバイダー - - - SSF Provider is in preview. - SSFプロバイダーはプレビューです。 - - - Update SSF Provider - SSFプロバイダーを更新 - - - Streams - ストリーム - - - authentik Logo - authentik ロゴ - - - Release - リリース - - - Development - 開発 - - - UI Version - UI バージョン - - - Build - ビルド - - - Python version - Python バージョン - - - Platform - プラットフォーム - - - Kernel - カーネル - - - OpenSSL - OpenSSL - - - A newer version () of the UI is available. - UI の新しいバージョン()が利用可能です。 - - - No notifications found. - 通知が見つかりません。 - - - You don't have any notifications currently. - 現在、通知はありません。 - - - Version - バージョン - - - Last password change - 最後のパスワード変更 - - - Evaluate policies before the Stage is presented to the user. - ステージがユーザーに提示される前にポリシーを評価します。 - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - ローカル Docker デーモンに接続する場合は unix:// 形式で指定でき、SSH で接続する場合は - ssh://, リモートシステムに接続する場合は https://:2376 - で指定できます。 - - - When using an external logging solution for archiving, this can be - set to minutes=5. - アーカイブに外部ログソリューションを使用する場合、これは minutes=5 に設定できます。 - - - Idle - アイドル - - - Connecting - 接続中 - - - Waiting - 待機中 - - - Connected - 接続済み - - - Disconnecting - 接続を切断中 - - - Disconnected - 切断 - - - Create a new application and configure a provider for it. - 新しいアプリを作成し、プロバイダーを設定します。 - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - このフォームはアプリを作成するだけです。アプリで認証するには、手動でプロバイダーとペアリングする必要があります。 - - - Distance settings - 距離設定 - - - Check historical distance of logins - ログインの過去の距離をチェック - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - このオプションが有効な場合、ポリシーリクエストのGeoIPデータは指定された過去のログイン数と比較されます。 - - - Maximum distance - 最大距離 - - - Maximum distance a login attempt is allowed from in kilometers. - ログイン試行が許可される最大距離(キロメートル単位)。 - - - Distance tolerance - 距離許容値 - - - Tolerance in checking for distances in kilometers. - 距離チェックの許容値(キロメートル)。 - - - Historical Login Count - 過去ログイン数 - - - Amount of previous login events to check against. - チェック対象とする過去のログインイベント数。 - - - Check impossible travel - 不可能な移動をチェック - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - このオプションが有効な場合、ポリシーリクエストのGeoIPデータは指定された過去のログイン数と比較され、前のイベント以降の時間で移動が可能だったかどうかが確認されます。 - - - Impossible travel tolerance - 不可能な移動許容値 - - - Static rule settings - 静的ルール設定 - - - Create with Provider - プロバイダーで作成 - - - Email address the verification email will be sent from. - 検証メールが送信されるメールアドレス。 - - - Stage used to configure an email-based authenticator. - メールベースの認証器を設定するために使用されるステージ。 - - - Use global connection settings - グローバル接続設定を使用 - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - 有効にすると、グローバルメール接続設定が使用され、以下の接続設定は無視されます。 - - - Subject of the verification email. - 検証メールの件名。 - - - Token expiration - トークン有効期限 - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - 送信されたトークンが有効な時間(形式: hours=3,minutes=17,seconds=300)。 - - - Email-based Authenticators - メールベースの認証器 - - - Caps Lock is enabled. - Caps Lock が有効です。 - - - Configure your email - メールを構成 - - - Please enter your email address. - メールアドレスを入力してください。 - - - Please enter the code you received via email - メール経由で受け取ったコードを入力してください - - - Tokens sent via email. - メール経由で送信されたトークン。 - - - Enable dry-run mode - ドライランモードを有効化 - - - When enabled, mutating requests will be dropped and logged instead. - 有効にすると、変更リクエストが破棄され、代わりにログに記録されます。 - - - Override dry-run mode - ドライランモードをオーバーライド - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - 有効にすると、プロバイダーのドライランモードに関係なく、この同期で変更リクエストが実行されます。 - - - Dry-run - ドライラン - - - Successfully cleared application cache - アプリキャッシュをクリアしました。 - - - Failed to delete application cache - アプリキャッシュの削除に失敗しました。 - - - Clear Application cache - アプリキャッシュをクリア - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. -  アプリキャッシュをクリアしてもよろしいですか?すべてのポリシーは次回の使用時に再評価されます。 - - - No name set - 名前が設定されていません - - - Show inactive users - 無効なユーザーを表示 - - - Time the token sent is valid. - 送信されたトークンが有効である時間。 - - - Compatibility Mode - 互換モード - - - Default behavior. - デフォルトの動作。 - - - AWS - AWS - - - Altered behavior for usage with Amazon Web Services. - Amazon Web Services用の動作に変更します。 - - - Slack - Slack - - - Altered behavior for usage with Slack. - Slack用の動作に変更します。 - - - Alter authentik's behavior for vendor-specific SCIM implementations. - ベンダー固有のSCIM実装に合わせてauthentikの動作を変更します。 - - - AuthnContextClassRef Property Mapping - AuthnContextClassRefプロパティマッピング - - - 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. - AuthnContextClassRef値の生成方法を設定します。空の場合、ユーザーが使用した認証方法に基づいてAuthnContextClassRefが設定されます。 - - - SSF URL - SSF URL - - - No assigned application - 割り当てられたアプリがありません - - - Custom CSS - カスタム CSS - - - Custom CSS to apply to pages when this brand is active. - このブランドがアクティブな場合、ページに適用されるカスタム CSS。 - - - Default flow background - デフォルトフロー背景 - - - Default background used during flow execution. Can be overridden per flow. - フロー実行中に使用されるデフォルト背景。フロー毎にオーバーライドできます。 - - - Task - タスク - - - Webhook Body Mapping - Webhook ボディマッピング - - - Webhook Header Mapping - Webhook ヘッダマッピング - - - Failed to preview prompt - プロンプトのプレビューに失敗しました - - - Lookup using user attribute - ユーザー属性を使用した検索 - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - ユーザーがメンバーであるグループのDNを含むフィールド。このフィールドはユーザーからグループを検索するために使用されます。例:「memberOf」。Active - Directory環境でネストされたグループを検索するには「memberOf:1.2.840.113556.1.4.1941:」を使用します。 - - - Initial Permissions - 初期権限 - - - Unknown Initial Permissions mode - 不明な初期権限モード - - - Successfully updated initial permissions. - 初期権限を正常に更新しました。 - - - Successfully created initial permissions. - 初期権限を正常に作成しました。 - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - 選択されたロールを持つユーザーがオブジェクトを作成するときに、初期権限がそのオブジェクトに適用されます。 - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - 初期権限は、オブジェクトを作成するユーザーまたは前のフィールドで選択されたロールのいずれかに配置できます。 - - - Available Permissions - 利用可能な権限 - - - Selected Permissions - 選択された権限 - - - Permissions to grant when a new object is created. - 新しいオブジェクトが作成されるときに付与される権限。 - - - Set initial permissions for newly created objects. - 新しく作成されたオブジェクトの初期権限を設定します。 - - - Update Initial Permissions - 初期権限を更新 - - - Create Initial Permissions - 初期権限を作成 - - - Reputation: lower limit - 評判:下限 - - - Reputation cannot decrease lower than this value. Zero or negative. - 評判はこの値より下がることはできません。ゼロまたは負。 - - - Reputation: upper limit - 評判:上限 - - - Reputation cannot increase higher than this value. Zero or positive. - 評判はこの値より上がることはできません。ゼロまたは正。 - - - HTTP Basic Auth - HTTPベーシック認証 - - - Include the client ID and secret as request parameters - クライアントIDとシークレットをリクエストパラメータに含める - - - Authorization code authentication method - 認可コード認証方法 - - - How to perform authentication during an authorization_code token request flow - authorization_code トークンリクエストフロー中に認証を実行する方法。 - - - Enable "Remember me on this device" - 「このデバイスで私を覚えている」を有効にする - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - 有効になると、ユーザーはユーザー名をクッキーに保存でき、パスワード入力に直接スキップできます。 - - - Remember me on this device - このデバイスで私を覚えている - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - ユーザーの新しいパスワードが過去のパスワードと異なることを確認します。チェックする過去のパスワード数は設定可能です。 - - - Number of previous passwords to check - チェックする過去のパスワード数 - - - Choose a Provider - プロバイダーを選択 - - - When enabled, the SAML response will be signed. - 有効にすると、SAMLレスポンスに署名されます。 - - - Client Certificates - クライアント証明書 - - - Available Certificates - 利用可能な証明書 - - - Selected Certificates - 選択された証明書 - - - Client-certificate/mTLS authentication/enrollment. - クライアント証明書/mTLS 認証/登録。 - - - Certificate optional - 証明書はオプション - - - If no certificate was provided, this stage will succeed and continue to the next stage. - 証明書が提供されていない場合、このステージは成功し、次のステージに続行します。 - - - Certificate required - 証明書が必要 - - - If no certificate was provided, this stage will stop flow execution. - 証明書が提供されていない場合、このステージはフロー実行を停止します。 - - - Certificate authorities - 認証局 - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - クライアント証明書が検証される認証局を設定します。認証局はブランドでも設定でき、異なるドメインに対して異なる認証局を使用できます。 - - - Certificate attribute - 証明書属性 - - - Configure the attribute of the certificate used to look for a user. - ユーザーを検索するために使用される証明書の属性を設定します。 - - - User attribute - ユーザー属性 - - - Configure the attribute of the user used to look for a user. - ユーザーを検索するために使用されるユーザーの属性を設定します。 - - - Delete Not Found Objects - 見つからないオブジェクトを削除 - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - このソースで以前に供給されていたが、現在は見つからないauthentikユーザーとグループを削除します。 - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - グループのメンバーを含むフィールド。このフィールドの値はユーザーメンバーシップ属性と照合されます。 - - - User membership attribute - ユーザーメンバーシップ属性 - - - Attribute which matches the value of Group membership field. - グループメンバーシップフィールドの値と一致する属性。 - - - Additional User DN - 追加ユーザーDN - - - Additional Group DN - 追加グループDN - - - The currently selected policy engine mode is : - 現在選択されているポリシーエンジンモードはです: - - - Import Existing Certificate-Key Pair - 既存の証明書キーペアをインポート - - - Generate New Certificate-Key Pair - 新しい証明書キーペアを生成 - - - Show field content - フィールドの内容を表示 - - - Hide field content - フィールドの内容を非表示 - - - Re-authenticate with Plex - Plexで再認証 - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - 招待の名前はスラッグでなければなりません: ここでは小文字、数字、ハイフンのみが許可されます。 - - - Select the group of users which the alerts are sent to. - アラートを送信するユーザーグループを選択します。 - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - グループが選択されておらず、「イベントユーザーに通知を送信」が無効な場合、ルールは無効になります。 - - - Send notification to event user - イベントユーザーに通知を送信 - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - 有効になると、イベントをトリガーしたユーザーと上記のグループ内のユーザーに通知が送信されます。イベントユーザーは常に最初のユーザーになります。イベントユーザーにのみ通知を送信するには、通知トランスポートで「1 - 回だけ送信」を有効にします。 - - - Maximum registration attempts - 登録試行の最大数 - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - 許可される最大登録試行数。0 に設定すると、試行は制限されません。 - - - This application does currently not have any application entitlements defined. -  このアプリには現在、アプリのエンタイトルメントが定義されていません。 - - - Authenticated as - として認証 - - - Remember device - デバイスを記憶 - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - 0 を超える期間に設定した場合、指定された期間のクッキーが保存され、authentik はユーザーが新しいデバイスからサインインしているかどうかを判断できます。 - - - Element inside the form slot is not a Form - フォームスロット内の要素がフォームではありません - - - New Password - 新しい Password - - - Update 's password - のパスワードを更新 - - - Modify the payload sent to the provider. - プロバイダーに送信されるペイロードを変更します。 - - - Dismiss - 閉じる - - - Status messages - ステータスメッセージ - - - Select an invalidation flow... - 無効化フローを選択... - - - Open about dialog - 情報ダイアログを開く - - - Product name - 製品名 - - - Product version - 製品バージョン - - - Global navigation - グローバルナビゲーション - - - Collapse - を折りたたむ - - - Expand - を展開 - - - navigation - ナビゲーション - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - Duo MFA、Access、または Beyond プランを使用する場合は、Admin API アプリを作成できます。これにより、authentik - がデバイスを自動的にインポートできます。 - - - Skip to content - コンテンツにスキップ - - - Kerberos Source - Kerberosソース - - - Successfully updated schedule. - スケジュールを更新しました。 - - - Crontab - Crontab - - - Paused - 一時停止中 - - - Pause this schedule - このスケジュールを一時停止 - - - Waiting to run - 実行待ち - - - Running - 実行中 - - - Queue - キュー - - - Last updated - 最終更新日時 - - - Show only standalone tasks - スタンドアロンタスクのみ表示 - - - Exclude successful tasks - 成功したタスクを除外 - - - Retry task - タスクを再試行 - - - Schedule - スケジュール - - - Next run - 次の実行 - - - Last status - 最後のステータス - - - Show only standalone schedules - スタンドアロンスケジュールのみ表示 - - - Run scheduled task now - スケジュールされたタスクを今すぐ実行 - - - Update Schedule - スケジュールを更新 - - - Schedules - スケジュール - - - Tasks - タスク - - - Current status - 現在のステータス - - - Sync is currently running. - 同期が実行中です。 - - - Sync is not currently running. - 同期は現在実行されていません。 - - - Last successful sync - 最終同期(成功) - - - No successful sync found. - 成功した同期は見つかりませんでした。 - - - Last sync status - 最終同期ステータス - - - Current execution logs - 現在の実行ログ - - - Previous executions logs - 以前の実行ログ - - - Home - ホーム - - - Collapse navigation - ナビゲーションを折りたたむ - - - Expand navigation - ナビゲーションを展開する - - - Search - 検索 - - - Table content - テーブルの内容 - - - Learn more about the enterprise license. - エンタープライズライセンスについて詳しく見る。 - - - Search for providers… - プロバイダーを検索… - - - Default NameID Policy - デフォルトNameIDポリシー - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - IDP起動ログインおよび受信アサーションでNameIDポリシーが指定されていない場合に使用するデフォルトのNameIDポリシーを設定します(カスタムNameIDマッピング使用時にも適用されます)。 - - - The name displayed in the application library. - アプリライブラリに表示される名前。 - - - e.g. Collaboration, Communication, Internal, etc. - 例:協力、コミュニケーション、内部など - - - Failed to fetch application "". - アプリ「」の取得に失敗しました。 - - - Account Recovery Max Attempts - アカウント復旧の最大試行回数 - - - Account Recovery Cache Timeout - アカウント復旧キャッシュのタイムアウト - - - The time window used to count recent account recovery attempts. - 最近のアカウント復旧試行をカウントするために使用される時間枠。 - - - None - なし - - - Flags - フラグ - - - Modify flags to opt into new authentik behaviours early. - フラグを変更して、新しい authentik 動作に早期にオプトインします。 - - - Loading templates... - テンプレートを読み込み中... - - - Template used for the verification email. - 検証メールに使用されるテンプレート。 - - - Email Subject Prefix - メール件名プレフィックス - - - Email Template - メールテンプレート - - - An unknown error occurred - 不明なエラーが発生しました - - - Please check the browser console for more details. - 詳細については、ブラウザコンソールを確認してください。 - - - There was an error submitting the form. - フォームの送信中にエラーが発生しました。 - - - This field is required. - この項目は必須です。 - - - Query suggestions - クエリの候補 - - - Table Search - テーブル検索 - - - An error occurred while updating the provider. - プロバイダーの更新中にエラーが発生しました。 - - - An error occurred while creating the provider. - プロバイダーの作成中にエラーが発生しました。 - - - Impersonating user... - ユーザーを偽装しています... - - - This may take a few seconds. - これには数秒かかる場合があります。 - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - ユーザーを偽装する理由の簡単な説明。これは監査ログに含まれます。 - - - Device Code - デバイスコード - - - Wizard steps - ウィザードステップ - - - Wizard navigation - ウィザードナビゲーション - - - Close wizard - ウィザードを閉じる - - - Wizard content - ウィザードの内容 - - - Select a provider type - プロバイダータイプを選択 - - - New Provider - 新しいプロバイダー - - - Open the wizard to create a new provider. - ウィザードを開いて新しいプロバイダーを作成します。 - - - Hostname/IP to connect to. Optionally specify the port. - 接続用ホスト名/IP。必要に応じてポートを指定。 - - - table pagination - テーブルページネーション - - - Sort by "" - 」で並べ替え - - - Select "" row - 」行を選択 - - - Collapse row - 行を折りたたむ - - - Expand row - 行を展開 - - - actions - アクション - - - Select all rows on page ( of selected) - ページ内の全行を選択( / 選択中) - - - table - テーブル - - - Column actions - 列アクション - - - Assigned to role - ロールに割り当て済み - - - Assigned to user - ユーザーに割り当て済み - - - Row Actions - 行アクション - - - Select a flow... - フローを選択... - - - Search ... - を検索... - - - Provider Name - プロバイダー名 - - - Select a certificate... - 証明書を選択... - - - Select an authorization flow... - 認可フローを選択... - - - Select a signing key... - 署名キーを選択... - - - Select an encryption key... - 暗号化キーを選択... - - - Select an authentication flow... - 認証フローを選択... - - - Provider Search - プロバイダー検索 - - - Provider not assigned to any application. - プロバイダーはどのアプリにも割り当てられていません。 - - - Edit "" provider - 」プロバイダーを編集 - - - Applications Documentation - アプリのドキュメント - - - Application icon for "" - のアプリ アイコン - - - Edit "" - を編集 - - - Execute "" - 」を実行 - - - Export "" - 」をエクスポート - - - Edit device - デバイスを編集 - - - Update "" Permissions - 」の権限を更新 - - - Open "" permissions modal - 」の権限モーダルを開く - - - OCI URL - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - 有効な OCI マニフェスト URL(プロトコル付き、例: oci://registry.domain.tld/path/to/manifest - - - Read more about - 詳細情報 - - - OCI Support - OCI サポート - - - Edit "" blueprint - "" ブループリントを編集 - - - Apply "" blueprint - "" ブループリントを適用 - - - Welcome, - 、さんへようこそ - - - Welcome - ようこそ - - - Loading application... - アプリを読み込み中... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - EAP-TLSに使用する証明書。認証フローに相互TLSステージが必要です。 - - - Token to authenticate with. - 認証に使用するトークン。 - - - OAuth Source - OAuthソース - - - Specify OAuth source used for authentication. - 認証に使用するOAuthソースを指定します。 - - - OAuth Parameters - OAuthパラメータ - - - Additional OAuth parameters, such as grant_type. - grant_typeなどの追加OAuthパラメータ。 - - - Authentication Mode - 認証モード - - - Authenticate SCIM requests using a static token. - 静的トークンを使用してSCIMリクエストを認証します。 - - - OAuth - OAuth - - - Authenticate SCIM requests using OAuth. - OAuthを使用してSCIMリクエストを認証します。 - - - Salesforce - Salesforce - - - Altered behavior for usage with Salesforce. - Salesforce用の動作に変更します。 - - - Query input - クエリ入力 - - - Last refreshed - 最終更新 - - - Refresh Token threshold - リフレッシュトークンの閾値 - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - リフレッシュトークンを更新する際、既存のリフレッシュトークンの有効期限がこの閾値内にある場合、リフレッシュトークンが更新されます。常に更新する場合はseconds=0に設定してください。 - - - Company employees with access to the full enterprise feature set. - すべてのエンタープライズ機能にアクセスできる企業従業員。 - - - External consultants or B2C customers without access to enterprise features. - エンタープライズ機能へのアクセス権を持たない外部コンサルタントまたはB2Cカスタマー。 - - - Machine-to-machine authentication or other automations. - マシン間認証またはその他の自動化。 - - - Type a username for the user... - ユーザー名を入力... - - - The user's primary identifier used for authentication. 150 characters or fewer. - 認証に使用されるユーザーの主な識別子です。150文字以下。 - - - Display Name - 表示名 - - - Type an optional display name... - 表示名を入力(オプション)... - - - Managed by authentik and cannot be assigned manually. - authentikが管理しており、手動で割り当てることはできません。 - - - Email Address - メールアドレス - - - Type an optional email address... - メールアドレスを入力(オプション)... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - このユーザーが有効で認証が許可されているかどうかです。無効に設定することで、アカウントを削除せずにユーザーを一時的に無効にできます。 - - - Type a path for the user... - ユーザーのパスを入力... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - パスを使用して、ユーザーを作成元またはシステム構造に応じてフォルダに整理できます。 - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - パスはスラッシュで開始または終了しないことがありますが、パスセグメントとして他の文字を含むことができます。パスは現在、整理のためにのみ使用され、権限、グループメンバーシップ、その他に影響を与えません。 - - - Open "" - アプリを開く - - - Verify Assertion Signature - アサーション署名を検証 - - - When enabled, authentik will look for a Signature inside of the Assertion element. - 有効な場合、authentikはAssertion要素内の署名を探します。 - - - Verify Response Signature - レスポンス署名を検証 - - - When enabled, authentik will look for a Signature inside of the Response element. - 有効な場合、authentikはResponse要素内の署名を探します。 - - - Logo shown in sidebar/header and flow executor. - サイドバー/ヘッダーおよびフロー実行プログラムに表示されるロゴ。 - - - Select an application... - アプリを選択... - - - Select a recovery flow... - リカバリーフローを選択... - - - Select an unenrollment flow... - 登録解除フローを選択... - - - Select a user settings flow... - ユーザー設定フローを選択... - - - Select a device code flow... - デバイスコードフローを選択... - - - Search by domain or brand name... - ドメイン名またはブランド名で検索... - - - New Brand - 新しい Brand - - - Create and assign a group with the same name as the user. - ユーザーと同じ名前のグループを作成して割り当てます。 - - - Whether the token will expire. Upon expiration, the token will be rotated. - トークンが有効期限切れになるかどうか。有効期限が切れると、トークンがローテーションされます。 - - - Unnamed - 名前なし - - - Collapse "" - 」を折りたたむ - - - Expand "" - 」を展開 - - - Select "" - 」を選択 - - - Items of "" - 」の項目 - - - API drawer - API ドロワー - - - Close API drawer - API ドロワーを閉じる - - - View details for - の詳細を表示 - - - Mark as read - 読み込み済みにマーク - - - Notification drawer - 通知ドロワー - - - Search by username, email, etc... - ユーザー名、メールアドレスなどで検索... - - - User Search - ユーザー検索 - - - Show deactivated users - 非アクティブ化されたユーザーを表示 - - - New User - 新しい User - - - Create Service Account - サービスアカウントを作成 - - - New Service Account - 新しい Service Account - - - User paths - ユーザーパス - - - Bot username - ボットユーザー名 - - - Bot token - ボットトークン - - - Request access to send messages from your bot - ボットからメッセージを送信するためのアクセスをリクエスト - - - Telegram Attribute mapping - Telegram属性マッピング - - - Telegram bot - Telegramボット - - - Update Telegram Source - Telegramソースを更新 - - - Authenticating with Telegram... - Telegram で認証中... - - - Click the button below to start. - 下のボタンをクリックして開始します。 - - - System Status - システムステータス - - - Chart - グラフ - - - Event volume chart - イベント量グラフ - - - Synchronization status chart - 同期ステータスグラフ - - - Outpost status chart - アウトポストステータスグラフ - - - Form actions - フォームアクション - - - Submit action - 送信アクション - - - Cancel action - キャンセルアクション - - - Search for users by username or display name... - ユーザー名または表示名で検索... - - - Search Users - ユーザーを検索 - - - Select Users - ユーザーを選択 - - - Select users - ユーザーを選択 - - - Confirm - 確認 - - - Type a group name... - グループ名を入力... - - - Group Name - グループ名 - - - Superuser Privileges - スーパーユーザー権限 - - - Whether users added to this group will have superuser privileges. - このグループに追加されたユーザーがスーパーユーザー権限を持つかどうかです。 - - - Select an optional parent group... - 親グループを選択... - - - Search for a group by name… - 名前でグループを検索... - - - Group Search - グループ検索 - - - View details of group "" - グループ「」の詳細を表示 - - - New Group - 新しい Group - - - Open user selection dialog - ユーザー選択ダイアログを開く - - - Group User Search - グループユーザー検索 - - - Group Users - グループユーザー - - - Assign Additional Users - 追加ユーザーを割り当て - - - Add new user - 新しいユーザーを追加 - - - New user... - 新しい user... - - - New service account... - 新しい service account... - - - Execute "" normally - 」を通常実行 - - - Execute "" as current user - 」を現在のユーザーとして実行 - - - Current user - 現在のユーザー - - - Execute "" with inspector - 」をインスペクタで実行 - - - Use inspector - インスペクタを使用 - - - A code has been sent to your address: - コードを に送信しました - - - A code has been sent to your email address. - コードをメールアドレスに送信しました。 - - - A one-time use code has been sent to you via SMS text message. - ワンタイムコードをSMSで送信しました。 - - - Open your authenticator app to retrieve a one-time use code. - 認証アプリを開いてワンタイムコードを取得してください。 - - - Policy actions - ポリシーアクション - - - Site links - サイトリンク - - - User information - ユーザー情報 - - - Avatar for - のアバター - - - User avatar - ユーザーアバター - - - CAPTCHA challenge - CAPTCHA チャレンジ - - - QR-Code to setup a time-based one-time password - 時間ベースのワンタイムパスワードを設定するための QR コード - - - Copy time-based one-time password configuration - 時間ベースのワンタイムパスワード構成をコピー - - - Copy TOTP Config - TOTP 設定をコピー - - - Time-based one-time password - 時間ベースのワンタイムパスワード - - - TOTP Code - TOTP コード - - - Type your TOTP code... - TOTP コードを入力します... - - - Type your time-based one-time password code. - 時間ベースのワンタイムパスワードコードを入力してください。 - - - Type an authentication code... - 認証コードを入力します... - - - In case you lose access to your primary authenticators. - プライマリ認証器へのアクセスを失った場合に備えて。 - - - Unknown device - 不明なデバイス - - - An unknown device class was provided. - 不明なデバイスクラスが提供されました。 - - - Select an authentication method - 認証方法を選択 - - - No authentication methods available. - 利用可能な認証方法がありません。 - - - Select a configuration stage - 構成ステージを選択 - - - Close flow inspector - フロー インスペクターを閉じる - - - Flow inspector loading - フロー インスペクター読み込み中 - - - Authentication form - 認証フォーム - - - Consumed - 消費済み - - - Pre-processing - 前処理中 - - - Post-processing - 後処理中 - - - Running tasks - 実行中のタスク - - - Queued tasks - キューのタスク - - - Successful tasks - 成功したタスク - - - Error tasks - エラータスク - - - Approximately - - - - No expiry - 有効期限なし - - - Retries - 再試行 - - - Planned execution time - 実行予定時刻 - - - Open flow inspector - フロー インスペクターを開く - - - Search for an application by name... - アプリ名で検索…. - - - Back-channel - バックチャネル - - - Server-to-server logout notifications - サーバー間ログアウト通知 - - - Front-channel - フロントチャネル - - - Browser iframe logout notifications - ブラウザiframeログアウト通知 - - - Logout URI - ログアウトURI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - ユーザーがログアウトしたときにログアウト通知を送信するURI。OpenID Connectログアウト機能に必要です。 - - - Logout Method - ログアウト方法 - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - ログアウト方法は、ログアウトURIの呼び出し方法を決定します — バックチャネル(サーバー間)またはフロントチャネル(ブラウザiframe)。 - - - Sign logout requests - ログアウトリクエストに署名 - - - When enabled, SAML logout requests will be signed. - 有効にすると、SAMLログアウトリクエストに署名されます。 - - - Front-channel (Iframe) - フロントチャネル(Iframe) - - - Front-channel (Native) - フロントチャネル(ネイティブ) - - - Back-channel (POST) - バックチャネル(POST) - - - SLS Binding - SLSバインディング - - - Determines how authentik sends the logout response back to the Service Provider. - authentikがサービスプロバイダーにログアウトレスポンスを返す方法を設定します。 - - - Method to use for logout when SLS URL is configured. - SLS URLが設定されている場合にログアウトで使用する方法。 - - - SLS URL - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - ログアウトレスポンスの送信先となるシングルログアウトサービスURL(オプション)。設定しない場合、ログアウトレスポンスは送信されません。 - - - - - - SAML Provider - SAML プロバイダー - - - SAML logout complete - SAML ログアウト完了 - - - Redirecting to SAML provider: - SAML プロバイダーにリダイレクト: - - - Posting logout request to SAML provider: - SAML プロバイダーへのログアウトリクエストを送信: - - - Unknown Provider - 不明なプロバイダー - - - Logging out of providers... - プロバイダーからログアウト中... - - - Single Logout - シングルログアウト - - - The user's display name. - ユーザーの表示名です。 - - - Actions for "" - "" のアクション - - - Edit application... - アプリを編集... - - - ... - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - .yaml ファイル(Example Flows ドキュメントで見つけられます) - - - Plain - プレーン - - - S256 - S256 - - - PKCE Method - PKCEメソッド - - - Configure Proof Key for Code Exchange for this source. - このソースのコード交換用プルーフキーを設定します。 - - - User settings - ユーザー設定 - - - UNNAMED - 名前なし - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - トークンを暗号化するために使用されるキー。このプロバイダーを使用するアプリがJWEトークンをサポートしている場合にのみ有効にしてください。 - - - authentik only supports RSA-OAEP-256 for encryption. - authentikは暗号化にRSA-OAEP-256のみをサポートしています。 - - - Sync settings - 同期設定 - - - Page size - ページサイズ - - - Controls the number of objects synced in a single task. - 単一タスクで同期するオブジェクト数を制御します。 - - - Page timeout - ページタイムアウト - - - Timeout for synchronization of a single page. - 単一ページの同期タイムアウト。 - - - Type a provider name... - プロバイダー名を入力... - - - application - アプリ - - - Ungrouped - グループ化されていない - - - application found for "" - "" に対して アプリが見つかりました - - - applications found for "" - "" に対して アプリが見つかりました - - - application available -  利用可能なアプリ - - - applications available - アプリ利用可能 - - - Application list - アプリ一覧 - - - Configure the Application - アプリを設定 - - - Also known as Entity ID. - Entity ID とも呼ばれます。 - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - - diff --git a/web/xliff/ja_JP.xlf b/web/xliff/ja_JP.xlf new file mode 100644 index 0000000000..8dcc42ca8c --- /dev/null +++ b/web/xliff/ja_JP.xlf @@ -0,0 +1,9869 @@ + + + + + Dismiss + 閉じる + + + Connection error, reconnecting... + 接続エラー、再接続中... + + + An unknown error occurred + 不明なエラーが発生しました + + + Please check the browser console for more details. + 詳細については、ブラウザコンソールを確認してください。 + + + Status messages + ステータスメッセージ + + + Open API drawer + APIドロワーを開く + + + Unread notifications + 未読通知 + + + Open Notification drawer + 通知ドロワーを開く + + + Settings + 設定 + + + Stop impersonation + なりすましを停止 + + + Avatar image + アバター画像 + + + Sign out + サインアウト + + + Admin + 管理者 + + + Home + ホーム + + + authentik Logo + authentik ロゴ + + + Collapse navigation + ナビゲーションを折りたたむ + + + Expand navigation + ナビゲーションを展開する + + + User interface + ユーザーインターフェース + + + Loading... + 読み込み中... + + + Application + アプリ + + + Logins + ログイン + + + Failed to fetch + 読み込み失敗 + + + FIPS Status + FIPSステータス + + + OK + OK + + + FIPS compliance: passing + FIPS コンプライアンス: 合格 + + + Unverified + 未検証 + + + FIPS compliance: unverified + FIPS コンプライアンス: 未検証 + + + Show less + 閉じる + + + Show more + もっと見る + + + UID + ユーザーID + + + Name + 名前 + + + App + アプリ + + + Model Name + モデル名 + + + Message + メッセージ + + + Subject + 件名 + + + From + 送信元 + + + To + 宛先 + + + Context + コンテキスト + + + User + ユーザー + + + Changes made: + 変更内容: + + + Key + キー + + + Previous value + 前の値 + + + New value + 新しい値 + + + - + - + + + Added ID + ID を追加しました + + + Removed ID + ID を削除しました + + + Cleared + クリアしました + + + Affected model: + 対象モデル: + + + Authorized application: + 認証済みアプリ: + + + Using flow + 使用中のフロー + + + Email info: + メール情報: + + + Secret: + シークレット: + + + Exception + 例外 + + + Open issue on GitHub... + GitHubで問題を報告... + + + Expression + + + + Binding + バインディング + + + Request + リクエスト + + + Object + オブジェクト + + + Result + 結果 + + + Passing + 合格 + + + Messages + メッセージ + + + New version available + 新しいバージョンが利用可能です + + + Using source + 使用中のソース + + + Attempted to log in as + としてのログインを試みました + + + No additional data available. + 追加データはありません。 + + + Loading + 読み込み中 + + + no tabs defined + タブが定義されていません + + + Details + 詳細 + + + : + : + + + Required + 必須 + + + There was an error submitting the form. + フォームの送信中にエラーが発生しました。 + + + Close dialog + ダイアログを閉じる + + + API Access + APIアクセス + + + App password + アプリパスワード + + + Recovery + リカバリ + + + Verification + 検証 + + + Unknown intent + 不明なインテント + + + Login + ログイン + + + Failed login + ログイン失敗 + + + Logout + ログアウト + + + User was written to + ユーザーが書き込まれました + + + Suspicious request + 疑わしいリクエスト + + + Password set + パスワードが設定されました + + + Secret was viewed + シークレットが閲覧されました + + + Secret was rotated + シークレットがローテーションされました + + + Invitation used + 招待が使用されました + + + Application authorized + アプリが認証されました + + + Source linked + ソースがリンクされました + + + Impersonation started + なりすましを開始しました + + + Impersonation ended + なりすましを終了しました + + + Flow execution + フロー実行 + + + Policy execution + ポリシー実行 + + + Policy exception + ポリシー例外 + + + Property Mapping exception + プロパティマッピング例外 + + + System task execution + システムタスク実行 + + + System task exception + システムタスク例外 + + + General system exception + システム例外 + + + Configuration error + 設定エラー + + + Model created + モデルを作成しました + + + Model updated + モデルを更新しました + + + Model deleted + モデルを削除しました + + + Email sent + メールを送信しました + + + Update available + アップデートが利用可能です + + + Alert + アラート + + + Notice + 通知 + + + Warning + 警告 + + + Unknown severity + 不明な重要度 + + + Static tokens + 静的トークン + + + TOTP Device + TOTPデバイス + + + A code has been sent to your address: + コードを に送信しました + + + A code has been sent to your email address. + コードをメールアドレスに送信しました。 + + + A one-time use code has been sent to you via SMS text message. + ワンタイムコードをSMSで送信しました。 + + + Open your authenticator app to retrieve a one-time use code. + 認証アプリを開いてワンタイムコードを取得してください。 + + + Enter a one-time recovery code for this user. + このユーザーのワンタイムリカバリコードを入力してください。 + + + Enter the code from your authenticator device. + 認証デバイスのコードを入力してください。 + + + Internal + 内部 + + + External + 外部 + + + Service account + サービスアカウント + + + Service account (internal) + サービスアカウント(内部) + + + Remove item + アイテムを削除 + + + table pagination + テーブルページネーション + + + - of + - / + + + Go to previous page + 前のページへ + + + Go to next page + 次のページへ + + + This field is required. + この項目は必須です。 + + + Search... + 検索... + + + Search + 検索 + + + Query suggestions + クエリの候補 + + + Query input + クエリ入力 + + + Table Search + テーブル検索 + + + Clear search + 検索をクリア + + + Sort by "" + 」で並べ替え + + + No objects found. + オブジェクトが見つかりません。 + + + Failed to fetch objects. + オブジェクトの取得に失敗しました。 + + + Select "" row + 」行を選択 + + + Collapse row + 行を折りたたむ + + + Expand row + 行を展開 + + + Refresh + 更新 + + + actions + アクション + + + Select all rows on page ( of selected) + ページ内の全行を選択( / 選択中) + + + Last refreshed + 最終更新 + + + table + テーブル + + + Table content + テーブルの内容 + + + Column actions + 列アクション + + + Anonymous user + 匿名ユーザー + + + On behalf of + の代理 + + + Authenticated as + として認証 + + + Recent events + 最近のイベント + + + Events + イベント + + + Action + アクション + + + Creation Date + 作成日 + + + Client IP + クライアント IP + + + No Events found. + イベントが見つかりません。 + + + No matching events could be found. + 一致するイベントが見つかりませんでした。 + + + System Status + システムステータス + + + Embedded outpost is not configured correctly. + 埋め込みアウトポストが正しく設定されていません。 + + + Check outposts. + アウトポストを確認してください。 + + + HTTPS is not detected correctly + HTTPSが正しく検出されていません + + + Server and client are further than 5 seconds apart. + サーバーとクライアントの時刻が5秒以上ずれています。 + + + Everything is ok. + 問題ありません。 + + + Version + バージョン + + + Based on + を基にしています + + + is available! + が利用可能です! + + + An outpost is on an incorrect version! + アウトポストのバージョンが正しくありません! + + + Up-to-date! + 最新です! + + + Latest version unknown + 最新バージョンが不明です + + + Workers + ワーカー + + + No workers connected. Background tasks will not run. + ワーカーが接続されていません。バックグラウンドタスクは実行されません。 + + + Worker with incorrect version connected. + バージョンが正しくないワーカーが接続されています。 + + + Failed to fetch data. + データの取得に失敗しました。 + + + Chart + グラフ + + + Event volume chart + イベント量グラフ + + + Authorizations + 認証 + + + Successful Logins + ログイン成功 + + + Failed Logins + ログイン失敗 + + + Cancel + キャンセル + + + Synchronization status chart + 同期ステータスグラフ + + + SCIM Provider + SCIMプロバイダー + + + Google Workspace Provider + Google Workspaceプロバイダー + + + Microsoft Entra Provider + Microsoft Entraプロバイダー + + + LDAP Source + LDAPソース + + + Kerberos Source + Kerberosソース + + + Healthy + 正常 + + + Failed + 失敗 + + + Unsynced / N/A + 未同期 / N/A + + + Outpost status chart + アウトポストステータスグラフ + + + Healthy outposts + 正常なアウトポスト + + + Outdated outposts + 古いアウトポスト + + + Unhealthy outposts + 異常なアウトポスト + + + Operation failed to complete + 操作が完了しませんでした + + + Quick actions + クイックアクション + + + Not found + 見つかりません + + + The URL "" was not found. + URL「」が見つかりませんでした。 + + + Return home + ホームに戻る + + + Skip to content + コンテンツにスキップ + + + Create a new application + 新しいアプリを作成 + + + Check the logs + ログを確認 + + + Explore integrations + インテグレーションを詳しく見る + + + Manage users + ユーザーを管理 + + + Check the release notes + リリースノートを確認 + + + Overview + 概要 + + + Outpost status + Outpost ステータス + + + Sync status + 同期ステータス + + + Logins and authorizations over the last week (per 8 hours) + 過去1週間のログインと認可(8時間ごと) + + + Apps with most usage + 最も使用されているアプリ + + + Welcome, + 、さんへようこそ + + + Welcome + ようこそ + + + General system status + 一般的なシステムステータス + + + Objects created + 作成されたオブジェクト + + + Users created per day in the last month + 過去1ヶ月間の1日あたりの作成ユーザー数 + + + Users created + 作成されたユーザー + + + Logins per day in the last month + 過去1ヶ月間の1日あたりのログイン数 + + + Failed Logins per day in the last month + 過去1ヶ月間の1日あたりのログイン失敗数 + + + Failed logins + ログイン失敗 + + + User Statistics + ユーザー統計 + + + Yes + はい + + + No + いいえ + + + No log messages. + ログメッセージはありません。 + + + Timestamp + タイムスタンプ + + + Attributes + 属性 + + + Time + 時刻 + + + Level + レベル + + + Event + イベント + + + Logger + ロガー + + + Not used by any other object. + 他のオブジェクトから使用されていません。 + + + object will be DELETED + オブジェクトは削除されます + + + connection will be deleted + 接続は削除されます + + + reference will be reset to default value + 参照はデフォルト値にリセットされます + + + reference will be set to an empty value + 参照は空の値に設定されます + + + () + + + + Delete + 削除 + + + deleted + 削除しました + + + ID + ID + + + Successfully deleted + を削除しました + + + Failed to delete : + の削除に失敗しました: + + + Delete + を削除 + + + Are you sure you want to delete ? + を削除してもよろしいですか? + + + No form found + フォームが見つかりません + + + Element inside the form slot is not a Form + フォームスロット内の要素がフォームではありません + + + Form actions + フォームアクション + + + Submit action + 送信アクション + + + Cancel action + キャンセルアクション + + + Successfully updated schedule. + スケジュールを更新しました。 + + + Crontab + Crontab + + + Paused + 一時停止中 + + + Pause this schedule + このスケジュールを一時停止 + + + Select an object. + オブジェクトを選択してください。 + + + Failed to fetch objects: + オブジェクトの取得に失敗しました: + + + Successfully assigned permission. + 権限を割り当てました。 + + + Role + ロール + + + Assign + 割り当て + + + Assign permission to role + ロールに権限を割り当て + + + Assign to new role + 新しいロールに割り当て + + + Permission(s) + 権限 + + + Permission + 権限 + + + Directly assigned + 直接割り当て + + + Assign permission to user + ユーザーに権限を割り当て + + + Assign to new user + 新しいユーザーに割り当て + + + Superuser + スーパーユーザー + + + Model + モデル + + + Select permissions to assign + 割り当てる権限を選択 + + + Add + 追加 + + + Permissions to add + 追加する権限 + + + Select permissions + 権限を選択 + + + Assigned to role + ロールに割り当て済み + + + Assign permission + 権限を割り当て + + + Role doesn't have view permission so description cannot be retrieved. + ロールに閲覧権限がないため、説明を取得できません。 + + + Assigned to user + ユーザーに割り当て済み + + + User doesn't have view permission so description cannot be retrieved. + ユーザーに閲覧権限がないため、説明を取得できません。 + + + User Object Permissions + ユーザーオブジェクト権限 + + + Permissions set on users which affect this object. + このオブジェクトに影響するユーザーに設定された権限。 + + + Role Object Permissions + ロールオブジェクト権限 + + + Permissions set on roles which affect this object. + このオブジェクトに影響するロールに設定された権限。 + + + Assigned global permissions + 割り当て済みグローバル権限 + + + Permissions assigned to this user which affect all object instances of a given type. + このユーザーに割り当てられた、特定のタイプのすべてのオブジェクトに影響する権限。 + + + Assigned object permissions + 割り当て済みオブジェクト権限 + + + Permissions assigned to this user affecting specific object instances. + このユーザーに割り当てられた、特定のオブジェクトに影響する権限。 + + + Permissions assigned to this role which affect all object instances of a given type. + このロールに割り当てられた、特定のタイプのすべてのオブジェクトに影響する権限。 + + + Close + 閉じる + + + Update "" Permissions + 」の権限を更新 + + + Open "" permissions modal + 」の権限モーダルを開く + + + Permissions + 権限 + + + Waiting to run + 実行待ち + + + Consumed + 消費済み + + + Pre-processing + 前処理中 + + + Running + 実行中 + + + Post-processing + 後処理中 + + + Successful + 成功 + + + Error + エラー + + + Unknown + 不明 + + + Running tasks + 実行中のタスク + + + Queued tasks + キューのタスク + + + Successful tasks + 成功したタスク + + + Error tasks + エラータスク + + + Task + タスク + + + Queue + キュー + + + Retries + 再試行 + + + Planned execution time + 実行予定時刻 + + + Last updated + 最終更新日時 + + + Status + ステータス + + + Actions + アクション + + + Row Actions + 行アクション + + + Show only standalone tasks + スタンドアロンタスクのみ表示 + + + Exclude successful tasks + 成功したタスクを除外 + + + Retry task + タスクを再試行 + + + Current execution logs + 現在の実行ログ + + + Previous executions logs + 以前の実行ログ + + + Schedule + スケジュール + + + Next run + 次の実行 + + + Last status + 最後のステータス + + + Show only standalone schedules + スタンドアロンスケジュールのみ表示 + + + Run scheduled task now + スケジュールされたタスクを今すぐ実行 + + + Update + 更新 + + + Update Schedule + スケジュールを更新 + + + Edit + 編集 + + + Tasks + タスク + + + Schedules + スケジュール + + + System Tasks + システムタスク + + + Long-running operations which authentik executes in the background. + authentikがバックグラウンドで実行する長時間の処理。 + + + Next + 次へ + + + Back + 戻る + + + Wizard steps + ウィザードステップ + + + Wizard navigation + ウィザードナビゲーション + + + New application + 新しいアプリ + + + Create a new application and configure a provider for it. + 新しいアプリを作成し、プロバイダーを設定します。 + + + Any policy must match to grant access + いずれかのポリシーが一致すればアクセスを許可 + + + All policies must match to grant access + すべてのポリシーが一致する必要がある + + + An application name is required + アプリ名は必須です + + + Not a valid URL + 有効なURLではありません + + + Not a valid slug + 有効なスラッグではありません + + + Configure the Application + アプリを設定 + + + Type an application name... + + + Application Name + + + The name displayed in the application library. + アプリライブラリに表示される名前。 + + + Slug + スラッグ + + + Internal application name used in URLs. + URL で使用される内部アプリ名。 + + + Group + グループ + + + e.g. Collaboration, Communication, Internal, etc. + 例:協力、コミュニケーション、内部など + + + Optionally enter a group name. Applications with identical groups are shown grouped together. + オプションでグループ名を入力します。同じグループのアプリはまとめて表示されます。 + + + Policy engine mode + ポリシーエンジンモード + + + UI Settings + UI設定 + + + Launch URL + 起動URL + + + https://... + + + If left empty, authentik will try to extract the launch URL based on the selected provider. + 空のままにすると、authentikは選択したプロバイダーに基づいて起動URLを抽出します。 + + + Open in new tab + 新しいタブで開く + + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + チェックすると、ユーザーのアプリライブラリから起動URLが新しいブラウザタブまたはウィンドウで開きます。 + + + Select all rows + すべての行を選択 + + + Bind existing policy/group/user + 既存のポリシー/グループ/ユーザーをバインド + + + Order + 順序 + + + Enabled + 有効 + + + Timeout + タイムアウト + + + Configure Bindings + バインディングを設定 + + + Policy + ポリシー + + + Group + グループ + + + User + ユーザー + + + Configure Policy/User/Group Bindings + ポリシー/ユーザー/グループバインディングを設定 + + + These policies control which users can access this application. + これらのポリシーは、どのユーザーがこのアプリにアクセスできるかを制御します。 + + + No bound policies. + バインドされたポリシーはありません。 + + + No policies are currently bound to this object. + このオブジェクトに現在バインドされているポリシーはありません。 + + + Bind policy/group/user + ポリシー/グループ/ユーザーをバインド + + + Configure Policy Bindings + ポリシーバインディングを設定 + + + Pass + 合格 + + + Don't Pass + 不合格 + + + Edit Binding + バインディングを編集 + + + Save Binding + バインディングを保存 + + + Create a Policy/User/Group Binding + ポリシー/ユーザー/グループバインディングを作成 + + + Policy + ポリシー + + + Negate result + 結果を反転 + + + Negates the outcome of the binding. Messages are unaffected. + バインディングの結果を反転します。メッセージには影響しません。 + + + Failure result + 失敗の結果 + + + Enterprise only + エンタープライズ限定 + + + Learn more about the enterprise license. + エンタープライズライセンスについて詳しく見る。 + + + Apply changes + 変更を適用 + + + Close wizard + ウィザードを閉じる + + + UNNAMED + 名前なし + + + Wizard content + ウィザードの内容 + + + Finish + 完了 + + + Select type + タイプを選択 + + + Select a provider type + プロバイダータイプを選択 + + + Icon + アイコン + + + Choose a Provider + プロバイダーを選択 + + + Please choose a provider type before proceeding. + 続行する前にプロバイダータイプを選択してください。 + + + Choose a Provider Type + プロバイダータイプを選択 + + + Certificate + 証明書 + + + Select a certificate... + 証明書を選択... + + + Authentication + 認証 + + + Authorization + 認可 + + + Enrollment + 登録 + + + Invalidation + 無効化 + + + Stage Configuration + ステージ設定 + + + Unenrollment + 登録解除 + + + Unknown designation + 不明な指定 + + + Stacked + スタック + + + Content left + 左コンテンツ + + + Content right + 右コンテンツ + + + Sidebar left + サイドバー左 + + + Sidebar right + サイドバー右 + + + Unknown layout + 不明なレイアウト + + + Select a flow... + フローを選択... + + + Add All Available + すべての利用可能なものを追加 + + + Remove All Available + すべての利用可能なものを削除 + + + Remove + 削除 + + + Remove All + すべて削除 + + + Pagination + ページネーション + + + Available options + 利用可能なオプション + + + Selected options + 選択済みオプション + + + item(s) marked to add. + 個のアイテムが追加対象です。 + + + item(s) selected. + 個のアイテムが選択されています。 + + + item(s) marked to remove. + 個のアイテムが削除対象です。 + + + Search ... + を検索... + + + (Format: hours=-1;minutes=-2;seconds=-3). + (形式: hours=-1;minutes=-2;seconds=-3) + + + (Format: hours=1;minutes=2;seconds=3). + (形式: hours=1;minutes=2;seconds=3)。 + + + The following keywords are supported: + 以下のキーワードがサポートされています: + + + Cached binding + キャッシュバインディング + + + Flow is executed and session is cached in memory. Flow is executed when session expires + フローが実行され、セッションがメモリにキャッシュされます。セッション期限切れ時にフローが実行されます + + + Direct binding + ダイレクトバインディング + + + Always execute the configured bind flow to authenticate the user + ユーザーを認証するために常に設定されたバインドフローを実行します + + + Cached querying + キャッシュクエリ + + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + アウトポストはすべてのユーザーとグループをメモリに保持し、5分ごとに更新します + + + Direct querying + ダイレクトクエリ + + + Always returns the latest data, but slower than cached querying + 常に最新のデータを返しますが、キャッシュクエリより遅くなります + + + 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. + + 有効にすると、パスワードにセミコロンとTOTPコードを追加することで、コードベースの多要素認証が使用できます。このプロバイダーにバインドするすべてのユーザーがTOTPデバイスを設定している場合のみ有効にしてください。そうでない場合、セミコロンを含むパスワードが誤って拒否される可能性があります。 + + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + 上記で設定されたBase DNの証明書。フォールバックとして、プロバイダーは自己署名証明書を使用します。 + + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + 上記で設定された証明書を使用するDNS名。SSL/TLSネゴシエーションはデータ交換の前に行われるため、Base DNに基づいて証明書を検出することはできません。 + + + 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 + + uidNumberの開始番号。この番号はuser.Pkに追加され、POSIXユーザーの番号が低くなりすぎないようにします。デフォルトは2000で、ローカルユーザーのuidNumberと競合しないようになっています + + + 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 + + gidNumberの開始番号。この番号はgroup.Pkから生成された番号に追加され、POSIXグループの番号が低くなりすぎないようにします。デフォルトは4000で、ローカルグループやユーザーのプライマリグループのgidNumberと競合しないようになっています + + + Provider Name + プロバイダー名 + + + Type a provider name... + プロバイダー名を入力... + + + Bind mode + バインドモード + + + Configure how the outpost authenticates requests. + アウトポストがリクエストを認証する方法を設定します。 + + + Search mode + 検索モード + + + Configure how the outpost queries the core authentik server's users. + アウトポストがコアのauthentikサーバーのユーザーをクエリする方法を設定します。 + + + Code-based MFA Support + コードベースのMFAサポート + + + Flow settings + フロー設定 + + + Bind flow + バインドフロー + + + Flow used for users to authenticate. + ユーザーが認証するために使用されるフロー。 + + + Unbind flow + アンバインドフロー + + + Flow used for unbinding users. + ユーザーをアンバインドするために使用されるフロー。 + + + Protocol settings + プロトコル設定 + + + Base DN + Base DN + + + LDAP DN under which bind requests and search requests can be made. + バインドリクエストと検索リクエストを実行できるLDAP DN。 + + + TLS Server name + TLSサーバー名 + + + UID start number + UID開始番号 + + + GID start number + GID開始番号 + + + Configure LDAP Provider + LDAPプロバイダーを設定 + + + Show field content + フィールドの内容を表示 + + + Hide field content + フィールドの内容を非表示 + + + Add entry + エントリを追加 + + + Strict + 厳密 + + + Regex + 正規表現 + + + URL + URL + + + Confidential + コンフィデンシャル + + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + コンフィデンシャルクライアントは、クライアントシークレットなどの認証情報の機密性を維持できます + + + Public + パブリック + + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + パブリッククライアントは機密性を維持できないため、PKCEなどの方法を使用する必要があります。 + + + Back-channel + バックチャネル + + + Server-to-server logout notifications + サーバー間ログアウト通知 + + + Front-channel + フロントチャネル + + + Browser iframe logout notifications + ブラウザiframeログアウト通知 + + + Based on the User's hashed ID + ユーザーのハッシュ化されたIDに基づく + + + Based on the User's ID + ユーザーのIDに基づく + + + Based on the User's UUID + ユーザーのUUIDに基づく + + + Based on the User's username + ユーザー名に基づく + + + Based on the User's Email + ユーザーのメールに基づく + + + This is recommended over the UPN mode. + UPNモードよりもこちらを推奨します。 + + + Based on the User's UPN + ユーザーのUPNに基づく + + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + + ユーザーに「upn」属性が設定されている必要があり、ない場合はハッシュ化されたユーザーIDにフォールバックします。UPNとメールドメインが異なる場合にのみこのモードを使用してください。 + + + Each provider has a different issuer, based on the application slug + 各プロバイダーは、アプリのスラッグに基づいて異なる発行者を持ちます + + + Same identifier is used for all providers + すべてのプロバイダーで同じ識別子を使用 + + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + 認可フローが成功した後の有効なリダイレクトURI。Implicitフローの場合はここにオリジンも指定してください。 + + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + 明示的なリダイレクトURIが指定されていない場合、最初に正常に使用されたリダイレクトURIが保存されます。 + + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + すべてのリダイレクトURIを許可するには、モードを正規表現に設定し、値を「.*」にします。これによるセキュリティへの影響に注意してください。 + + + Authorization flow + 認可フロー + + + Select an authorization flow... + 認可フローを選択... + + + Flow used when authorizing this provider. + このプロバイダーを認可する際に使用されるフロー。 + + + Client type + クライアントタイプ + + + Client ID + クライアントID + + + Client Secret + クライアントシークレット + + + Redirect URIs/Origins (RegEx) + リダイレクトURI/オリジン(正規表現) + + + Logout URI + ログアウトURI + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + ユーザーがログアウトしたときにログアウト通知を送信するURI。OpenID Connectログアウト機能に必要です。 + + + Logout Method + ログアウト方法 + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + ログアウト方法は、ログアウトURIの呼び出し方法を決定します — バックチャネル(サーバー間)またはフロントチャネル(ブラウザiframe)。 + + + Signing Key + 署名キー + + + Select a signing key... + 署名キーを選択... + + + Key used to sign the tokens. + トークンに署名するために使用されるキー。 + + + Advanced flow settings + 詳細フロー設定 + + + Authentication flow + 認証フロー + + + Select an authentication flow... + 認証フローを選択... + + + Flow used when a user access this provider and is not authenticated. + ユーザーがこのプロバイダーにアクセスし、認証されていない場合に使用されるフロー。 + + + Invalidation flow + 無効化フロー + + + Select an invalidation flow... + 無効化フローを選択... + + + Flow used when logging out of this provider. + このプロバイダーからログアウトする際に使用されるフロー。 + + + Advanced protocol settings + 詳細プロトコル設定 + + + Access code validity + アクセスコードの有効期限 + + + Configure how long access codes are valid for. + アクセスコードの有効期限を設定します。 + + + Access Token validity + アクセストークンの有効期限 + + + Configure how long access tokens are valid for. + アクセストークンの有効期限を設定します。 + + + Refresh Token validity + リフレッシュトークンの有効期限 + + + Configure how long refresh tokens are valid for. + リフレッシュトークンの有効期限を設定します。 + + + Refresh Token threshold + リフレッシュトークンの閾値 + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + + リフレッシュトークンを更新する際、既存のリフレッシュトークンの有効期限がこの閾値内にある場合、リフレッシュトークンが更新されます。常に更新する場合はseconds=0に設定してください。 + + + Scopes + スコープ + + + Available Scopes + 利用可能なスコープ + + + Selected Scopes + 選択済みスコープ + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + クライアントが使用できるスコープを選択します。データにアクセスするには、クライアントがスコープを指定する必要があります。 + + + Encryption Key + 暗号化キー + + + Select an encryption key... + 暗号化キーを選択... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + トークンを暗号化するために使用されるキー。このプロバイダーを使用するアプリがJWEトークンをサポートしている場合にのみ有効にしてください。 + + + authentik only supports RSA-OAEP-256 for encryption. + authentikは暗号化にRSA-OAEP-256のみをサポートしています。 + + + Subject mode + サブジェクトモード + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + 一意のユーザー識別子として使用するデータを設定します。ほとんどの場合、デフォルトで問題ありません。 + + + Include claims in id_token + id_tokenにクレームを含める + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + userinfoエンドポイントにアクセスしないアプリ用に、スコープのユーザークレームをid_tokenに含めます。 + + + Issuer mode + 発行者モード + + + Configure how the issuer field of the ID Token should be filled. + IDトークンの発行者フィールドの入力方法を設定します。 + + + Machine-to-Machine authentication settings + マシン間認証設定 + + + Federated OIDC Sources + フェデレーテッドOIDCソース + + + Available Sources + 利用可能なソース + + + Selected Sources + 選択済みソース + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + 選択したソースで設定された証明書で署名されたJWTを、このプロバイダーへの認証に使用できます。 + + + Federated OIDC Providers + 連携OIDCプロバイダー + + + Available Providers + 利用可能なプロバイダー + + + Selected Providers + 選択済みプロバイダー + + + JWTs signed by the selected providers can be used to authenticate to this provider. + 選択したプロバイダーで署名されたJWTを、このプロバイダーへの認証に使用できます。 + + + Configure OAuth2 Provider + OAuth2プロバイダーの設定 + + + Successfully updated provider. + プロバイダーを更新しました。 + + + Successfully created provider. + プロバイダーを作成しました。 + + + An error occurred while updating the provider. + プロバイダーの更新中にエラーが発生しました。 + + + An error occurred while creating the provider. + プロバイダーの作成中にエラーが発生しました。 + + + HTTP-Basic Username Key + HTTP-Basic ユーザー名キー + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + HTTP-Basicヘッダーのユーザー部分に使用するユーザー/グループ属性。設定しない場合は、ユーザーのメールアドレスが使用されます。 + + + HTTP-Basic Password Key + HTTP-Basic パスワードキー + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + HTTP-Basicヘッダーのパスワード部分に使用するユーザー/グループ属性。 + + + Proxy + プロキシ + + + Forward auth (single application) + フォワード認証(単一アプリ) + + + Forward auth (domain level) + フォワード認証(ドメインレベル) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + + このプロバイダーは透過的なリバースプロキシとして動作しますが、リクエストには認証が必要です。上流アプリがHTTPSを使用している場合は、アウトポストへの接続もHTTPSにしてください。 + + + External host + 外部ホスト + + + The external URL you'll access the application at. Include any non-standard port. + アプリへのアクセスに使用する外部URL。標準外のポートがある場合は含めてください。 + + + Internal host + 内部ホスト + + + http(s)://... + + + Upstream host that the requests are forwarded to. + リクエストの転送先となる上流ホスト。 + + + Internal host SSL Validation + 内部ホストSSL検証 + + + Validate SSL Certificates of upstream servers. + 上流サーバーのSSL証明書を検証します。 + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + + このプロバイダーはnginxのauth_requestまたはtraefikのforwardAuthと併用します。アプリ/ドメインごとに個別のプロバイダーが必要です。また、各ドメインで/outpost.goauthentik.ioをアウトポストにルーティングする必要があります(マネージドアウトポストの場合は自動で設定されます)。 + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + + このプロバイダーはnginxのauth_requestまたはtraefikのforwardAuthと併用します。ルートドメインごとに1つのプロバイダーのみで済みます。アプリごとの認可はできませんが、各アプリにプロバイダーを作る必要はありません。 + + + An example setup can look like this: + 設定例は次のようになります: + + + authentik running on auth.example.com + authentikをauth.example.comで実行 + + + app1 running on app1.example.com + app1をapp1.example.comで実行 + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + この場合、認証URLをauth.example.comに、Cookieドメインをexample.comに設定します。 + + + Authentication URL + 認証URL + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + 認証を行う外部URL。このURLからauthentikコアサーバーにアクセスできる必要があります。 + + + Cookie domain + Cookieドメイン + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + + 認証を有効にするドメインを設定します。上記URLの親ドメインである必要があります。app1.domain.tld、app2.domain.tldのようにアプリを実行している場合は、「domain.tld」に設定してください。 + + + Token validity + トークンの有効期限 + + + Configure how long tokens are valid for. + トークンの有効期間を設定します。 + + + Additional scopes + 追加スコープ + + + Additional scope mappings, which are passed to the proxy. + プロキシに渡す追加のスコープマッピング。 + + + Unauthenticated URLs + 未認証URL + + + Unauthenticated Paths + 未認証パス + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + 認証不要とする正規表現。各行が新しい正規表現として解釈されます。 + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + + プロキシまたはフォワード認証(単一アプリ)モードでは、リクエストされたURLパスを正規表現と照合します。フォワード認証(ドメインモード)では、スキームとホストを含む完全なURLを正規表現と照合します。 + + + Authentication settings + 認証設定 + + + Intercept header authentication + ヘッダー認証をインターセプト + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + 有効にすると、authentikがAuthorizationヘッダーをインターセプトしてリクエストを認証します。 + + + Send HTTP-Basic Authentication + HTTP-Basic認証を送信 + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + authentikの値に基づいてカスタムHTTP-Basic認証ヘッダーを送信します。 + + + Configure Proxy Provider + プロキシプロバイダーの設定 + + + Configure Remote Access Provider + リモートアクセスプロバイダーの設定 + + + Connection expiry + 接続の有効期限 + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + セッションが切断されて再認証が必要になるまでの時間を設定します。 + + + Property mappings + プロパティマッピング + + + Available Property Mappings + 利用可能なプロパティマッピング + + + Selected Property Mappings + 選択済みプロパティマッピング + + + List of CIDRs (comma-seperated) 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. + クライアントが接続可能なCIDRのリスト(カンマ区切り)。より詳細なCIDRが優先されます。指定外のCIDRからの接続は拒否されます。 + + + Shared secret + 共有シークレット + + + Client Networks + クライアントネットワーク + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + EAP-TLSに使用する証明書。認証フローに相互TLSステージが必要です。 + + + Configure Radius Provider + Radiusプロバイダーの設定 + + + Redirect + リダイレクト + + + Post + POST + + + Sign assertions + アサーションに署名 + + + When enabled, the assertion element of the SAML response will be signed. + 有効にすると、SAMLレスポンスのアサーション要素に署名されます。 + + + Sign responses + レスポンスに署名 + + + When enabled, the SAML response will be signed. + 有効にすると、SAMLレスポンスに署名されます。 + + + Sign logout requests + ログアウトリクエストに署名 + + + When enabled, SAML logout requests will be signed. + 有効にすると、SAMLログアウトリクエストに署名されます。 + + + Front-channel (Iframe) + フロントチャネル(Iframe) + + + Front-channel (Native) + フロントチャネル(ネイティブ) + + + Back-channel (POST) + バックチャネル(POST) + + + SLS Binding + SLSバインディング + + + Determines how authentik sends the logout response back to the Service Provider. + authentikがサービスプロバイダーにログアウトレスポンスを返す方法を設定します。 + + + Method to use for logout when SLS URL is configured. + SLS URLが設定されている場合にログアウトで使用する方法。 + + + ACS URL + ACS URL + + + Service Provider Binding + サービスプロバイダーバインディング + + + Determines how authentik sends the response back to the Service Provider. + authentikがサービスプロバイダーにレスポンスを返す方法を設定します。 + + + Issuer + 発行者 + + + Also known as Entity ID. + Entity ID とも呼ばれます。 + + + Audience + オーディエンス + + + SLS URL + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + ログアウトレスポンスの送信先となるシングルログアウトサービスURL(オプション)。設定しない場合、ログアウトレスポンスは送信されません。 + + + Signing Certificate + 署名証明書 + + + Certificate used to sign outgoing Responses going to the Service Provider. + サービスプロバイダーに送信するレスポンスの署名に使用する証明書。 + + + Verification Certificate + 検証証明書 + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + 選択すると、受信するアサーションの署名がこの証明書で検証されます。未署名のリクエストを許可するには、デフォルトのままにしてください。 + + + Encryption Certificate + 暗号化証明書 + + + When selected, assertions will be encrypted using this keypair. + 選択すると、この鍵ペアを使用してアサーションが暗号化されます。 + + + Available User Property Mappings + 利用可能なユーザープロパティマッピング + + + Selected User Property Mappings + 選択済みユーザープロパティマッピング + + + NameID Property Mapping + NameIDプロパティマッピング + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + NameID値の生成方法を設定します。空の場合、受信リクエストのNameIDPolicyが尊重されます。 + + + AuthnContextClassRef Property Mapping + AuthnContextClassRefプロパティマッピング + + + 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. + AuthnContextClassRef値の生成方法を設定します。空の場合、ユーザーが使用した認証方法に基づいてAuthnContextClassRefが設定されます。 + + + Assertion valid not before + アサーション有効開始時刻 + + + Configure the maximum allowed time drift for an assertion. + アサーションの最大許容時刻ずれを設定します。 + + + Assertion valid not on or after + アサーション有効期限 + + + Assertion not valid on or after current time + this value. + 現在時刻+この値以降はアサーションが無効になります。 + + + Session valid not on or after + セッション有効期限 + + + Session not valid on or after current time + this value. + 現在時刻+この値以降はセッションが無効になります。 + + + Default relay state + デフォルトリレーステート + + + When using IDP-initiated logins, the relay state will be set to this value. + IDP起動ログインを使用する場合、リレーステートがこの値に設定されます。 + + + Default NameID Policy + デフォルトNameIDポリシー + + + Persistent + 永続 + + + Email address + メールアドレス + + + Windows + Windows + + + X509 Subject + X509サブジェクト + + + Transient + 一時的 + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + + IDP起動ログインおよび受信アサーションでNameIDポリシーが指定されていない場合に使用するデフォルトのNameIDポリシーを設定します(カスタムNameIDマッピング使用時にも適用されます)。 + + + Digest algorithm + ダイジェストアルゴリズム + + + Signature algorithm + 署名アルゴリズム + + + Configure SAML Provider + SAMLプロバイダーの設定 + + + Token + トークン + + + Token to authenticate with. + 認証に使用するトークン。 + + + OAuth Source + OAuthソース + + + Specify OAuth source used for authentication. + 認証に使用するOAuthソースを指定します。 + + + OAuth Parameters + OAuthパラメータ + + + Additional OAuth parameters, such as grant_type. + grant_typeなどの追加OAuthパラメータ。 + + + SCIM base url, usually ends in /v2. + SCIMベースURL、通常は/v2で終わります。 + + + Verify SCIM server's certificates + SCIMサーバーの証明書を検証 + + + Authentication Mode + 認証モード + + + Authenticate SCIM requests using a static token. + 静的トークンを使用してSCIMリクエストを認証します。 + + + OAuth + OAuth + + + Authenticate SCIM requests using OAuth. + OAuthを使用してSCIMリクエストを認証します。 + + + Compatibility Mode + 互換モード + + + Default + デフォルト + + + Default behavior. + デフォルトの動作。 + + + AWS + AWS + + + Altered behavior for usage with Amazon Web Services. + Amazon Web Services用の動作に変更します。 + + + Slack + Slack + + + Altered behavior for usage with Slack. + Slack用の動作に変更します。 + + + Salesforce + Salesforce + + + Altered behavior for usage with Salesforce. + Salesforce用の動作に変更します。 + + + Alter authentik's behavior for vendor-specific SCIM implementations. + ベンダー固有のSCIM実装に合わせてauthentikの動作を変更します。 + + + Enable dry-run mode + ドライランモードを有効化 + + + When enabled, mutating requests will be dropped and logged instead. + 有効にすると、変更リクエストが破棄され、代わりにログに記録されます。 + + + User filtering + ユーザーフィルタリング + + + Exclude service accounts + サービスアカウントを除外 + + + Only sync users within the selected group. + 選択したグループ内のユーザーのみを同期します。 + + + Attribute mapping + 属性マッピング + + + User Property Mappings + ユーザープロパティマッピング + + + Property mappings used to user mapping. + ユーザーマッピングに使用するプロパティマッピング。 + + + Group Property Mappings + グループプロパティマッピング + + + Available Group Property Mappings + 利用可能なグループプロパティマッピング + + + Selected Group Property Mappings + 選択済みグループプロパティマッピング + + + Property mappings used to group creation. + グループ作成に使用するプロパティマッピング。 + + + Sync settings + 同期設定 + + + Page size + ページサイズ + + + Controls the number of objects synced in a single task. + 単一タスクで同期するオブジェクト数を制御します。 + + + Page timeout + ページタイムアウト + + + Timeout for synchronization of a single page. + 単一ページの同期タイムアウト。 + + + Configure SCIM Provider + SCIMプロバイダーの設定 + + + Configure Provider + プロバイダーの設定 + + + Type + タイプ + + + None + なし + + + strict + 厳密 + + + regexp + 正規表現 + + + Forward auth (domain-level) + フォワード認証(ドメインレベル) + + + Unknown proxy mode + 不明なプロキシモード + + + Mode + モード + + + Internal Host + 内部ホスト + + + External Host + 外部ホスト + + + Basic-Auth + Basic認証 + + + Unknown type + 不明なタイプ + + + Redirect URIs + リダイレクトURI + + + Review and Submit Application + アプリの確認と送信 + + + Submit + 送信 + + + There was an error in the application. + アプリにエラーがあります。 + + + Review the application. + アプリを確認してください。 + + + There was an error in the provider. + プロバイダーにエラーがあります。 + + + Review the provider. + プロバイダーを確認してください。 + + + There was an error. Please go back and review the application. + エラーが発生しました。戻ってアプリを確認してください。 + + + There was an error: + エラーが発生しました: + + + Please go back and review the application. + 戻ってアプリを確認してください。 + + + There was an error creating the application, but no error message was sent. Please review the server logs. + アプリの作成中にエラーが発生しましたが、エラーメッセージが送信されませんでした。サーバーログを確認してください。 + + + Review the Application and Provider + アプリとプロバイダーの確認 + + + Provider + プロバイダー + + + Your application has been saved + アプリを保存しました + + + Saving application... + アプリを保存中... + + + authentik was unable to complete this process. + authentikはこの処理を完了できませんでした。 + + + Don't show this message again. + このメッセージを再度表示しない。 + + + One hint, 'New Application Wizard', is currently hidden + 1つのヒント「新規アプリウィザード」が現在非表示になっています + + + Restore Application Wizard Hint + アプリウィザードのヒントを復元 + + + Create with wizard + ウィザードで作成 + + + Successfully imported provider. + プロバイダーをインポートしました。 + + + Metadata + メタデータ + + + Create + 作成 + + + New provider + 新しいプロバイダー + + + Create a new provider. + 新しいプロバイダーを作成します。 + + + Create + を作成 + + + New Provider + 新しいプロバイダー + + + Open the wizard to create a new provider. + ウィザードを開いて新しいプロバイダーを作成します。 + + + Credentials + 認証情報 + + + Google Cloud credentials file. + Google Cloud認証情報ファイル。 + + + Delegated Subject + 委任サブジェクト + + + Email address of the user the actions of authentik will be delegated to. + authentikのアクションが委任されるユーザーのメールアドレス。 + + + Default group email domain + デフォルトのグループメールドメイン + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + グループのメールアドレス生成に使用するデフォルトのドメイン。プロパティマッピングでカスタマイズできます。 + + + User deletion action + ユーザー削除アクション + + + User is deleted + ユーザーを削除 + + + Suspend + 停止 + + + User is suspended, and connection to user in authentik is removed. + ユーザーを停止し、authentikのユーザーとの接続を削除します。 + + + Do Nothing + 何もしない + + + The connection is removed but the user is not modified + 接続を削除しますが、ユーザーは変更しません + + + Determines what authentik will do when a User is deleted. + ユーザーが削除されたときのauthentikの動作を設定します。 + + + Group deletion action + グループ削除アクション + + + Group is deleted + グループを削除 + + + The connection is removed but the group is not modified + 接続を削除しますが、グループは変更しません + + + Determines what authentik will do when a Group is deleted. + グループが削除されたときのauthentikの動作を設定します。 + + + Client ID for the app registration. + アプリ登録のクライアントID。 + + + Client secret for the app registration. + アプリ登録のクライアントシークレット。 + + + Tenant ID + テナントID + + + ID of the tenant accounts will be synced into. + アカウントの同期先となるテナントのID。 + + + Delete authorization on disconnect + 切断時に認可を削除 + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + 有効にすると、クライアントが切断したときに接続認可が削除されます。不安定なインターネット接続のクライアントにエンドポイントの再認可を強制します。 + + + Connection settings. + 接続設定。 + + + Key used to sign the events. + イベントの署名に使用する鍵。 + + + Event Retention + イベント保持期間 + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + イベントの保存期間を設定します。イベントが正しく送信できなかった場合、この期間だけ有効期限が延長されます。 + + + OIDC Providers + OIDCプロバイダー + + + Providers + プロバイダー + + + Provide support for protocols like SAML and OAuth to assigned applications. + 割り当てられたアプリにSAMLやOAuthなどのプロトコルのサポートを提供します。 + + + Provider Search + プロバイダー検索 + + + Search for providers… + プロバイダーを検索… + + + Provider(s) + プロバイダー + + + Assigned to application + アプリに割り当て済み + + + Assigned to application (backchannel) + アプリに割り当て済み(バックチャネル) + + + Provider not assigned to any application. + プロバイダーはどのアプリにも割り当てられていません。 + + + Update + を更新 + + + Edit "" provider + 」プロバイダーを編集 + + + Successfully triggered sync. + 同期をトリガーしました。 + + + Log messages + ログメッセージ + + + Override dry-run mode + ドライランモードをオーバーライド + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + 有効にすると、プロバイダーのドライランモードに関係なく、この同期で変更リクエストが実行されます。 + + + Sync + 同期 + + + Sync Group + グループを同期 + + + Google Workspace Group(s) + Google Workspaceグループ + + + Sync User + ユーザーを同期 + + + Google Workspace User(s) + Google Workspaceユーザー + + + Username + ユーザー名 + + + Current status + 現在のステータス + + + Sync is currently running. + 同期が実行中です。 + + + Sync is not currently running. + 同期は現在実行されていません。 + + + Last successful sync + 最終同期(成功) + + + No successful sync found. + 成功した同期は見つかりませんでした。 + + + Last sync status + 最終同期ステータス + + + Changelog + 変更履歴 + + + Provisioned Users + プロビジョニング済みユーザー + + + Provisioned Groups + プロビジョニング済みグループ + + + Warning: Provider is not assigned to an application as backchannel provider. + 警告: プロバイダーがバックチャネルプロバイダーとしてアプリに割り当てられていません。 + + + Dry-run + ドライラン + + + Update Google Workspace Provider + Google Workspaceプロバイダーを更新 + + + Select providers to add to application + アプリに追加するプロバイダーを選択 + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + 完全なURLまたは相対パスを入力するか、'fa://fa-test' を使って Font Awesome アイコン「fa-test」を指定してください。 + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + ユーザー作成時のパステンプレート。`%(slug)s` のようなプレースホルダでソースのスラッグを挿入できます。 + + + Successfully updated application. + アプリを更新しました。 + + + Successfully created application. + アプリを作成しました。 + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + このフォームはアプリを作成するだけです。アプリで認証するには、手動でプロバイダーとペアリングする必要があります。 + + + Select a provider that this application should use. + このアプリが使用するプロバイダーを選択してください。 + + + Backchannel Providers + バックチャネルプロバイダー + + + Select backchannel providers which augment the functionality of the main provider. + メインプロバイダーの機能を補完するバックチャネルプロバイダーを選択してください。 + + + Add provider + プロバイダーを追加 + + + UI settings + UI設定 + + + Icon + アイコン + + + Currently set to: + 現在の設定: + + + Clear icon + アイコンをクリア + + + Delete currently set icon. + 設定されているアイコンを削除します。 + + + Publisher + 公開者 + + + Description + 説明 + + + Create Application + アプリを作成 + + + Warning: Provider is not used by any Outpost. + 警告: プロバイダーはどのアウトポストでも使用されていません。 + + + Assigned to application + アプリに割り当て済み + + + Update LDAP Provider + LDAPプロバイダーを更新 + + + How to connect + 接続方法 + + + Connect to the LDAP Server on port 389: + ポート389でLDAPサーバーに接続: + + + Check the IP of the Kubernetes service, or + KubernetesサービスのIPを確認するか、 + + + The Host IP of the docker host + DockerホストのホストIP + + + Bind DN + バインドDN + + + Bind Password + バインドパスワード + + + Your authentik password + authentikのパスワード + + + Search base + 検索ベース + + + Microsoft Entra Group(s) + Microsoft Entraグループ + + + Microsoft Entra User(s) + Microsoft Entraユーザー + + + Update Microsoft Entra Provider + Microsoft Entraプロバイダーを更新 + + + Preview + プレビュー + + + Warning: Provider is not used by an Application. + 警告: プロバイダーがアプリで使用されていません。 + + + + + + Update OAuth2 Provider + OAuth2プロバイダーを更新 + + + OpenID Configuration URL + OpenID構成URL + + + OpenID Configuration Issuer + OpenID構成の発行者 + + + Authorize URL + 認可URL + + + Token URL + トークンURL + + + Userinfo URL + Userinfo URL + + + Logout URL + ログアウト URL + + + JWKS URL + JWKS URL + + + JWT payload + JWT ペイロード + + + Preview for user + ユーザーのプレビュー + + + Nginx (Ingress) + Nginx (Ingress) + + + Nginx (Proxy Manager) + Nginx (Proxy Manager) + + + Nginx (standalone) + Nginx (スタンドアロン) + + + Traefik (Ingress) + Traefik (Ingress) + + + Traefik (Compose) + Traefik (Compose) + + + Traefik (Standalone) + Traefik (スタンドアロン) + + + Caddy (Standalone) + Caddy (スタンドアロン) + + + Update Proxy Provider + Proxy Provider を更新 + + + Protocol Settings + プロトコル設定 + + + Allowed Redirect URIs + リダイレクト URI を許可 + + + Setup + セットアップ + + + No additional setup is required. + 追加のセットアップは必要ありません。 + + + Connection Token(s) + 接続トークン + + + Endpoint + エンドポイント + + + Successfully updated endpoint. + エンドポイントを更新しました + + + Successfully created endpoint. + エンドポイントを作成しました + + + Protocol + プロトコル + + + RDP + RDP + + + SSH + SSH + + + VNC + VNC + + + Host + ホスト + + + Hostname/IP to connect to. Optionally specify the port. + 接続用ホスト名/IP。必要に応じてポートを指定。 + + + Maximum concurrent connections + 最大同時接続数 + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + このエンドポイントへの最大同時接続数です。-1に設定すると制限が無効になります。 + + + Advanced settings + 詳細設定 + + + Search for users by username or display name... + ユーザー名または表示名で検索... + + + Search Users + ユーザーを検索 + + + Select Users + ユーザーを選択 + + + Active + 有効 + + + Last login + 最後のログイン + + + Show inactive users + 無効なユーザーを表示 + + + Select users + ユーザーを選択 + + + Confirm + 確認 + + + Successfully updated group. + グループを更新しました。 + + + Successfully created group. + グループを作成しました。 + + + Type a group name... + グループ名を入力... + + + Group Name + グループ名 + + + Superuser Privileges + スーパーユーザー権限 + + + Whether users added to this group will have superuser privileges. + このグループに追加されたユーザーがスーパーユーザー権限を持つかどうかです。 + + + Parent Group + 親グループ + + + Select an optional parent group... + 親グループを選択... + + + Roles + ロール + + + Available Roles + 利用可能なロール + + + Selected Roles + 選択したロール + + + Select roles to grant this groups' users' permissions from the selected roles. + このグループのユーザーに付与するロールを選択してください。 + + + Set custom attributes using YAML or JSON. + YAMLまたはJSONを使用してカスタム属性を設定します。 + + + Successfully updated binding. + バインディングを更新しました。 + + + Successfully created binding. + バインディングを作成しました。 + + + Don't pass + 不許可 + + + Result used when policy execution fails. + ポリシー実行が失敗したときに使用される結果です。 + + + Successfully updated policy. + ポリシーを更新しました。 + + + Successfully created policy. + ポリシーを作成しました。 + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + テスト用のポリシーです。ランダムな時間待機した後、以下で指定した結果を常に返します。 + + + Execution logging + 実行ログ + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + このオプションを有効にすると、このポリシーのすべての実行がログに記録されます。デフォルトでは、実行エラーのみがログに記録されます。 + + + Policy-specific settings + ポリシー固有の設定 + + + Pass policy? + ポリシーを許可? + + + Wait (min) + 待機時間(最小) + + + The policy takes a random time to execute. This controls the minimum time it will take. + このポリシーはランダムな時間で実行されます。これは実行に必要な最小時間を制御します。 + + + Wait (max) + 待機時間(最大) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + イベントを一連の条件と照合します。設定された値のいずれかが一致すると、ポリシーが許可されます。 + + + Match created events with this action type. When left empty, all action types will be matched. + このアクションタイプで作成されたイベントに一致します。空のままにすると、すべてのアクションタイプが一致します。 + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + イベントのクライアントIPに一致します(厳密なマッチング、ネットワークマッチングは式ポリシーを使用)。 + + + Match events created by selected application. When left empty, all applications are matched. + 選択したアプリで作成されたイベントに一致します。空のままにすると、すべてのアプリが一致します。 + + + Match events created by selected model. When left empty, all models are matched. + 選択したモデルで作成されたイベントに一致します。空のままにすると、すべてのモデルが一致します。 + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + ユーザーのパスワードが過去x日間で変更されたかどうかをチェックし、設定に基づいて拒否します。 + + + Maximum age (in days) + 最大有効期限(日数) + + + Only fail the policy, don't invalidate user's password + ポリシーのみを失敗させ、ユーザーのパスワードを無効にしない + + + Executes the python snippet to determine whether to allow or deny a request. + Pythonスニペットを実行してリクエストを許可するか拒否するかを判定します。 + + + Expression using Python. + Pythonを使用した式です。 + + + See documentation for a list of all variables. + すべての変数のリストはドキュメントを参照してください。 + + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + IPアドレスに基づいて、ユーザーが地理またはネットワークトポロジーの要件を満たしていることを確認します。設定された値のいずれかが一致すると、ポリシーが許可されます。 + + + Distance settings + 距離設定 + + + Check historical distance of logins + ログインの過去の距離をチェック + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + このオプションが有効な場合、ポリシーリクエストのGeoIPデータは指定された過去のログイン数と比較されます。 + + + Maximum distance + 最大距離 + + + Maximum distance a login attempt is allowed from in kilometers. + ログイン試行が許可される最大距離(キロメートル単位)。 + + + Distance tolerance + 距離許容値 + + + Tolerance in checking for distances in kilometers. + 距離チェックの許容値(キロメートル)。 + + + Historical Login Count + 過去ログイン数 + + + Amount of previous login events to check against. + チェック対象とする過去のログインイベント数。 + + + Check impossible travel + 不可能な移動をチェック + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + このオプションが有効な場合、ポリシーリクエストのGeoIPデータは指定された過去のログイン数と比較され、前のイベント以降の時間で移動が可能だったかどうかが確認されます。 + + + Impossible travel tolerance + 不可能な移動許容値 + + + Static rule settings + 静的ルール設定 + + + ASNs + ASN + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + 自律システム番号のリスト。カンマ区切り。例:13335、15169、20940 + + + Countries + + + + Available Countries + 利用可能な国 + + + Selected Countries + 選択した国 + + + Static rules + 静的ルール + + + Minimum length + 最小長 + + + Minimum amount of Uppercase Characters + 最小大文字数 + + + Minimum amount of Lowercase Characters + 最小小文字数 + + + Minimum amount of Digits + 最小数字数 + + + Minimum amount of Symbols Characters + 最小記号数 + + + Error message + エラーメッセージ + + + Symbol charset + 記号文字セット + + + Characters which are considered as symbols. + 記号と見なされる文字です。 + + + HaveIBeenPwned settings + HaveIBeenPwned設定 + + + Allowed count + 許可カウント + + + Allow up to N occurrences in the HIBP database. + HIBPデータベースで最大N回の出現を許可します。 + + + zxcvbn settings + zxcvbn設定 + + + Score threshold + スコア閾値 + + + If the password's score is less than or equal this value, the policy will fail. + パスワードのスコアがこの値以下の場合、ポリシーは失敗します。 + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + 0: 推測可能:危険なパスワード。(推測 < 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1: 非常に推測可能:スロットルオンライン攻撃からの保護。(推測 < 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2: 多少推測可能:スロットルなしオンライン攻撃からの保護。(推測 < 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3: 安全に推測不可能:オフラインスローハッシュシナリオからの中程度の保護。(推測 < 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4: 非常に推測不可能:オフラインスローハッシュシナリオからの強力な保護。(推測 >= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + ポリシーリクエストの値を複数のルールに対してチェックします。主にパスワード強度の確保に使用されます。 + + + Password field + パスワードフィールド + + + Field key to check, field keys defined in Prompt stages are available. + チェックするフィールドキー。プロンプトステージで定義されたフィールドキーが利用可能です。 + + + Check static rules + 静的ルールをチェック + + + Check haveibeenpwned.com + haveibeenpwned.comをチェック + + + For more info see: + 詳細は以下を参照してください: + + + Check zxcvbn + zxcvbnをチェック + + + Password strength estimator created by Dropbox, see: + Dropboxが開発したパスワード強度推定ツール。詳細は以下を参照: + + + Allows/denys requests based on the users and/or the IPs reputation. + ユーザーおよび/またはIPの評判に基づいてリクエストを許可/拒否します。 + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + ログイン試行が失敗すると、クライアントのIPとログイン試行ユーザー名のスコアが1つ低下します。 + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + 評判スコアが閾値より低い場合、ポリシーが許可されます。選択したオプションのいずれかが閾値以上の場合、ポリシーは許可されません。 + + + Check IP + IPをチェック + + + Check Username + ユーザー名をチェック + + + Threshold + 閾値 + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + ユーザーの新しいパスワードが過去のパスワードと異なることを確認します。チェックする過去のパスワード数は設定可能です。 + + + Number of previous passwords to check + チェックする過去のパスワード数 + + + New policy + 新しいポリシー + + + Create a new policy. + 新しいポリシーを作成します。 + + + Create Binding + バインディングを作成 + + + Members + メンバー + + + Select groups to add user to + ユーザーを追加するグループを選択 + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + 警告:選択したグループにユーザーを追加すると、スーパーユーザー権限が付与されます。 + + + Company employees with access to the full enterprise feature set. + すべてのエンタープライズ機能にアクセスできる企業従業員。 + + + External consultants or B2C customers without access to enterprise features. + エンタープライズ機能へのアクセス権を持たない外部コンサルタントまたはB2Cカスタマー。 + + + Machine-to-machine authentication or other automations. + マシン間認証またはその他の自動化。 + + + Successfully updated user. + ユーザーを更新しました。 + + + Successfully created user and added to group + ユーザーを作成し、グループに追加しました。 + + + Successfully created user. + ユーザーを作成しました。 + + + Type a username for the user... + ユーザー名を入力... + + + The user's primary identifier used for authentication. 150 characters or fewer. + 認証に使用されるユーザーの主な識別子です。150文字以下。 + + + Display Name + 表示名 + + + Type an optional display name... + 表示名を入力(オプション)... + + + The user's display name. + ユーザーの表示名です。 + + + User type + ユーザーの種類 + + + Internal Service account + 内部サービスアカウント + + + Managed by authentik and cannot be assigned manually. + authentikが管理しており、手動で割り当てることはできません。 + + + Email Address + メールアドレス + + + Type an optional email address... + メールアドレスを入力(オプション)... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + このユーザーが有効で認証が許可されているかどうかです。無効に設定することで、アカウントを削除せずにユーザーを一時的に無効にできます。 + + + Path + パス + + + Type a path for the user... + ユーザーのパスを入力... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + パスを使用して、ユーザーを作成元またはシステム構造に応じてフォルダに整理できます。 + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + + パスはスラッシュで開始または終了しないことがありますが、パスセグメントとして他の文字を含むことができます。パスは現在、整理のためにのみ使用され、権限、グループメンバーシップ、その他に影響を与えません。 + + + Edit Policy + ポリシーを編集 + + + Update Group + グループを更新 + + + Edit Group + グループを編集 + + + Update User + ユーザーを更新 + + + Edit User + ユーザーを編集 + + + Policy binding(s) + ポリシーバインディング + + + Update Binding + バインディングを更新 + + + No Policies bound. + バインドされたポリシーはありません。 + + + Policy actions + ポリシーアクション + + + Create and bind Policy + ポリシーを作成してバインド + + + Bind existing + 既存のをバインド + + + The currently selected policy engine mode is : + 現在選択されているポリシーエンジンモードはです: + + + Endpoint(s) + エンドポイント + + + Update Endpoint + エンドポイントを更新 + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + これらのバインディングは、このエンドポイントにアクセスできるユーザーを制御します。ユーザーはアプリへのアクセス権も持つ必要があります。 + + + Create Endpoint + エンドポイントを作成 + + + Connections + 接続 + + + Update RAC Provider + RACプロバイダーを更新 + + + Endpoints + エンドポイント + + + Update Radius Provider + Radiusプロバイダーを更新 + + + Download + ダウンロード + + + Copy download URL + ダウンロードURLをコピー + + + Download signing certificate + 署名証明書をダウンロード + + + Related objects + 関連オブジェクト + + + Update SAML Provider + SAMLプロバイダーを更新 + + + SAML Configuration + SAML設定 + + + EntityID/Issuer + EntityID/発行者 + + + SSO URL (Post) + SSO URL(POST) + + + SSO URL (Redirect) + SSO URL(リダイレクト) + + + SSO URL (IdP-initiated Login) + SSO URL(IdP開始ログイン) + + + SLO URL (Post) + SLO URL(POST) + + + SLO URL (Redirect) + SLO URL(リダイレクト) + + + SAML Metadata + SAMLメタデータ + + + Example SAML attributes + SAML属性の例 + + + NameID attribute + NameID属性 + + + SCIM Group(s) + SCIMグループ + + + SCIM User(s) + SCIMユーザー + + + Update SCIM Provider + SCIMプロバイダーを更新 + + + SSF Provider is in preview. + SSFプロバイダーはプレビューです。 + + + Send us feedback! + フィードバックをお送りください! + + + SSF URL + SSF URL + + + No assigned application + 割り当てられたアプリがありません + + + Update SSF Provider + SSFプロバイダーを更新 + + + Streams + ストリーム + + + Applications + アプリ + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + + をOAuth2やSAMLなどのプロトコル経由でアイデンティティプロバイダーとして使用する外部アプリです。アクセスできないアプリを含め、すべてのアプリがここに表示されます。 + + + Application Icon + アプリアイコン + + + Provider Type + プロバイダーの種類 + + + Applications Documentation + アプリのドキュメント + + + Application(s) + アプリ + + + Application icon for "" + のアプリ アイコン + + + Update Application + アプリを更新 + + + Edit "" + を編集 + + + Open "" + アプリを開く + + + Open + 開く + + + Create with Provider + プロバイダーで作成 + + + Successfully cleared application cache + アプリキャッシュをクリアしました。 + + + Failed to delete application cache + アプリキャッシュの削除に失敗しました。 + + + Clear cache + キャッシュをクリア + + + Clear Application cache + アプリキャッシュをクリア + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. +  アプリキャッシュをクリアしてもよろしいですか?すべてのポリシーは次回の使用時に再評価されます。 + + + Successfully sent test-request. + テストリクエストを送信しました。 + + + Successfully updated entitlement. + エンタイトルメントを更新しました。 + + + Successfully created entitlement. + エンタイトルメントを作成しました。 + + + Application entitlement(s) +  アプリのエンタイトルメント + + + Update Entitlement + エンタイトルメントを更新 + + + These bindings control which users have access to this entitlement. + これらのバインディングは、このエンタイトルメントにアクセスできるユーザーを制御します。 + + + No app entitlements created. + エンタイトルメントが作成されていません。 + + + This application does currently not have any application entitlements defined. +  このアプリには現在、アプリのエンタイトルメントが定義されていません。 + + + Create Entitlement + エンタイトルメントを作成 + + + Create entitlement + エンタイトルメントを作成 + + + Failed to fetch application "". + アプリ「」の取得に失敗しました。 + + + Warning: Application is not used by any Outpost. + + + Related + 関連 + + + Check access + アクセスを確認 + + + Check + チェック + + + Check Application access + アプリアクセスを確認 + + + Test + テスト + + + Launch + 起動 + + + Logins over the last week (per 8 hours) + 過去1週間のログイン数(8時間ごと) + + + Application entitlements +  アプリのエンタイトルメント + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + エンタイトルメントを使用して、このアプリのユーザーアクセスを設定できます。 + + + Policy / Group / User Bindings + ポリシー / グループ / ユーザーバインディング + + + Loading application... + アプリを読み込み中... + + + Successfully updated device. + デバイスが正常に更新されました。 + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + コピー + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + デバイスを更新 + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + ホスト名 + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + クリックして値を変更 + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + セッション期間 + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + トークンを正常に更新しました。 + + + Successfully created token. + トークンを正常に作成しました。 + + + Expires on + 有効期限 + + + Token name... + + + Token name + + + Expiring + 有効期限の設定 + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + これを選択すると、トークンは有効期限が切れます。有効期限切れになるとトークンがローテーションされます。 + + + The token has been copied to your clipboard + トークンがクリップボードにコピーされました。 + + + The token was displayed because authentik does not have permission to write to the clipboard + authentikがクリップボードに書き込む権限を持たないため、トークンが表示されました。 + + + Expires? + 有効期限切れ? + + + Expiry date + 有効期限日 + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + トークンをコピー + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + ソースを更新しました。 + + + Successfully created source. + ソースを作成しました。 + + + Link users on unique identifier + 一意の識別子でユーザーをリンク + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + 同じメールアドレスのユーザーにリンクします。ソースがメールアドレスを検証しない場合、セキュリティ上の影響がある可能性があります。 + + + Use the user's email address, but deny enrollment when the email address already exists + ユーザーのメールアドレスを使用しますが、メールアドレスが既に存在する場合は登録を拒否します。 + + + Link to a user with identical username. Can have security implications when a username is used with another source + 同じユーザー名のユーザーにリンクします。ユーザー名が別のソースで使用されている場合、セキュリティ上の影響がある可能性があります。 + + + Use the user's username, but deny enrollment when the username already exists + ユーザーのユーザー名を使用しますが、ユーザー名が既に存在する場合は登録を拒否します。 + + + Unknown user matching mode + 不明なユーザーマッチングモード + + + Link to a group with identical name. Can have security implications when a group is used with another source + 同じ名前のグループにリンクします。グループが別のソースで使用されている場合、セキュリティ上の影響がある可能性があります。 + + + Use the group's name, but deny enrollment when the name already exists + グループの名前を使用しますが、名前が既に存在する場合は登録を拒否します。 + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + ログイン時に内部パスワードを更新 + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + ユーザーがこのソースパスワードバックエンドを使用してauthentikにログインする場合、authentikの認証情報を更新します。 + + + Sync users + ユーザーを同期 + + + User password writeback + ユーザーパスワードの書き戻し + + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + このオプションを有効にして、authentikで行われたパスワード変更をKerberosに書き戻します。同期が無効の場合は無視されます。 + + + Realm settings + レルム設定 + + + Realm + レルム + + + Kerberos 5 configuration + Kerberos 5設定 + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + Kerberos 5設定。設定形式は「man krb5.conf(5)」を参照してください。空のままにすると、デフォルトのkrb5.confが使用されます。 + + + User matching mode + ユーザーマッチングモード + + + Group matching mode + グループマッチングモード + + + Sync connection settings + 同期接続設定 + + + KAdmin type + KAdmin種類 + + + MIT krb5 kadmin + MIT krb5 kadmin + + + Heimdal kadmin + Heimdal kadmin + + + Other + その他 + + + Other type of kadmin + その他のkadmin種類 + + + Sync principal + 同期プリンシパル + + + Principal used to authenticate to the KDC for syncing. + 同期のためにKDCに認証するために使用されるプリンシパル。 + + + Sync password + 同期パスワード + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + 同期のためにKDCに認証するために使用されるパスワード。Sync keytabまたはSync認証情報キャッシュが提供される場合はオプション。 + + + Sync keytab + 同期keytab + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + 同期のためにKDCに認証するために使用されるkeytab。Sync + passwordまたはSync認証情報キャッシュが提供される場合はオプション。Base64エンコードされているか、TYPE:residualの形式である必要があります。 + + + Sync credentials cache + 同期認証情報キャッシュ + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + 同期のためにKDCに認証するために使用される認証情報キャッシュ。Sync passwordまたはSync + keytabが提供される場合はオプション。TYPE:residualの形式である必要があります。 + + + SPNEGO settings + SPNEGO設定 + + + SPNEGO server name + SPNEGOサーバー名 + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + SPNEGOに特定のサーバー名を使用することを強制します。HTTP@domainの形式である必要があります。 + + + SPNEGO keytab + SPNEGO keytab + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + + SPNEGOに使用されるkeytab。SPNEGO認証情報キャッシュが提供される場合はオプション。Base64エンコードされているか、TYPE:residualの形式である必要があります。 + + + SPNEGO credentials cache + SPNEGO認証情報キャッシュ + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + SPNEGOに使用される認証情報キャッシュ。SPNEGO keytabが提供される場合はオプション。TYPE:residualの形式である必要があります。 + + + Kerberos Attribute mapping + Kerberos属性マッピング + + + Property mappings for user creation. + ユーザー作成のためのプロパティマッピング。 + + + Property mappings for group creation. + グループ作成のためのプロパティマッピング。 + + + Flow to use when authenticating existing users. + 既存ユーザーを認証する際に使用するフロー。 + + + Enrollment flow + 登録フロー + + + Flow to use when enrolling new users. + 新しいユーザーを登録する際に使用するフロー。 + + + Additional settings + 追加設定 + + + User path + ユーザーパス + + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + ログインパスワードはLDAPからauthentikに自動的に同期されます。このオプションを有効にして、authentikのパスワード変更をLDAPに書き戻します。 + + + Sync groups + グループを同期 + + + Delete Not Found Objects + 見つからないオブジェクトを削除 + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + このソースで以前に供給されていたが、現在は見つからないauthentikユーザーとグループを削除します。 + + + Connection settings + 接続設定 + + + Server URI + サーバーURI + + + Specify multiple server URIs by separating them with a comma. + 複数のサーバーURIをカンマで区切って指定します。 + + + Enable StartTLS + StartTLSを有効化 + + + To use SSL instead, use 'ldaps://' and disable this option. + 代わりにSSLを使用するには、「ldaps://」を使用し、このオプションを無効にします。 + + + Use Server URI for SNI verification + SNI検証にサーバーURIを使用 + + + Required for servers using TLS 1.3+ + TLS 1.3以上を使用するサーバーに必須 + + + TLS Verification Certificate + TLS検証証明書 + + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + TLSを使用してLDAPサーバーに接続する場合、証明書はデフォルトではチェックされません。リモート証明書を検証するためにキーペアを指定します。 + + + TLS Client authentication certificate + TLSクライアント認証証明書 + + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + LDAPサーバーの証明書に対して認証するためのクライアント証明書キーペア。 + + + Bind CN + バインドCN + + + LDAP Attribute mapping + LDAP属性マッピング + + + Parent group for all the groups imported from LDAP. + LDAPからインポートされたすべてのグループの親グループ。 + + + Additional User DN + 追加ユーザーDN + + + Additional user DN, prepended to the Base DN. + ベースDNの前に付けられた追加ユーザーDN。 + + + Additional Group DN + 追加グループDN + + + Additional group DN, prepended to the Base DN. + ベースDNの前に付けられた追加グループDN。 + + + User object filter + ユーザーオブジェクトフィルタ + + + Consider Objects matching this filter to be Users. + このフィルタに一致するオブジェクトをユーザーと見なします。 + + + Group object filter + グループオブジェクトフィルタ + + + Consider Objects matching this filter to be Groups. + このフィルタに一致するオブジェクトをグループと見なします。 + + + Group membership field + グループメンバーシップフィールド + + + Field which contains members of a group. The value of this field is matched against User membership attribute. + グループのメンバーを含むフィールド。このフィールドの値はユーザーメンバーシップ属性と照合されます。 + + + User membership attribute + ユーザーメンバーシップ属性 + + + Attribute which matches the value of Group membership field. + グループメンバーシップフィールドの値と一致する属性。 + + + Lookup using user attribute + ユーザー属性を使用した検索 + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + ユーザーがメンバーであるグループのDNを含むフィールド。このフィールドはユーザーからグループを検索するために使用されます。例:「memberOf」。Active + Directory環境でネストされたグループを検索するには「memberOf:1.2.840.113556.1.4.1941:」を使用します。 + + + Object uniqueness field + オブジェクト一意性フィールド + + + Field which contains a unique Identifier. + 一意の識別子を含むフィールド。 + + + HTTP Basic Auth + HTTPベーシック認証 + + + Include the client ID and secret as request parameters + クライアントIDとシークレットをリクエストパラメータに含める + + + Plain + プレーン + + + S256 + S256 + + + URL settings + URL設定 + + + Authorization URL + 認可URL + + + URL the user is redirect to to consent the authorization. + ユーザーが認可に同意するためにリダイレクトされるURL。 + + + Access token URL + アクセストークンURL + + + URL used by authentik to retrieve tokens. + トークンを取得するためにauthentikが使用するURL。 + + + Profile URL + プロフィールURL + + + URL used by authentik to get user information. + ユーザー情報を取得するためにauthentikが使用するURL。 + + + Request token URL + リクエストトークンURL + + + URL used to request the initial token. This URL is only required for OAuth 1. + 初期トークンをリクエストするために使用されるURL。このURLはOAuth 1の場合のみ必須です。 + + + OIDC Well-known URL + OIDC Well-known URL + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + OIDC well-known設定URL。上記のURLを自動的に設定するために使用できます。 + + + OIDC JWKS URL + OIDC JWKS URL + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + JSONウェブキーURL。このURLからのキーは、このソースからのJWTを検証するために使用されます。 + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + 生のJWKSデータ。 + + + PKCE Method + PKCEメソッド + + + Configure Proof Key for Code Exchange for this source. + このソースのコード交換用プルーフキーを設定します。 + + + Authorization code authentication method + 認可コード認証方法 + + + How to perform authentication during an authorization_code token request flow + authorization_code トークンリクエストフロー中に認証を実行する方法。 + + + Consumer key + コンシューマーキー + + + Also known as Client ID. + クライアントIDとも呼ばれます。 + + + Consumer secret + コンシューマーシークレット + + + Also known as Client Secret. + クライアントシークレットとも呼ばれます。 + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + OAuthプロバイダーに渡される追加スコープ。スペースで区切られています。既存のスコープを置き換えるには、*をプレフィックスとします。 + + + OAuth Attribute mapping + OAuth属性マッピング + + + Load servers + サーバーを読み込み + + + Re-authenticate with Plex + Plexで再認証 + + + Allow friends to authenticate via Plex, even if you don't share any servers + サーバーを共有していなくても、友人がPlexで認証できるようにします。 + + + Allowed servers + 許可されたサーバー + + + Select which server a user has to be a member of to be allowed to authenticate. + 認証を許可するためにユーザーがメンバーである必要があるサーバーを選択します。 + + + Plex Attribute mapping + Plex属性マッピング + + + Verify Assertion Signature + アサーション署名を検証 + + + When enabled, authentik will look for a Signature inside of the Assertion element. + 有効な場合、authentikはAssertion要素内の署名を探します。 + + + Verify Response Signature + レスポンス署名を検証 + + + When enabled, authentik will look for a Signature inside of the Response element. + 有効な場合、authentikはResponse要素内の署名を探します。 + + + SSO URL + SSO URL + + + URL that the initial Login request is sent to. + 初期ログインリクエストが送信されるURL。 + + + SLO URL + SLO URL + + + Optional URL if the IDP supports Single-Logout. + IDPがシングルログアウトをサポートしている場合のオプションURL。 + + + Also known as Entity ID. Defaults the Metadata URL. + EntityIDとしても知られています。メタデータURLをデフォルトとします。 + + + Binding Type + バインディングタイプ + + + Redirect binding + リダイレクトバインディング + + + Post-auto binding + POST自動バインディング + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + POSTバインディングですが、リクエストは自動的に送信され、ユーザーが確認する必要はありません。 + + + Post binding + POSTバインディング + + + Signing keypair + 署名キーペア + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + 発信リクエストに署名するために使用されるキーペア。署名を無効にするには空のままにします。 + + + Allow IDP-initiated logins + IdP開始ログインを許可 + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + IdPによって開始された認証フローを許可します。リクエストIDの検証が行われていないため、セキュリティリスクになる可能性があります。 + + + NameID Policy + NameIDポリシー + + + Delete temporary users after + 一時ユーザーを削除 + + + 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. + 一時ユーザーが削除される時間オフセット。これはIDPがNameID形式「transient」を使用し、ユーザーが手動でログアウトしない場合にのみ適用されます。 + + + When selected, encrypted assertions will be decrypted using this keypair. + 選択すると、暗号化されたアサーションはこのキーペアを使用して復号化されます。 + + + SAML Attribute mapping + SAML属性マッピング + + + Pre-authentication flow + 認証前フロー + + + Flow used before authentication. + 認証前に使用されるフロー。 + + + SCIM Attribute mapping + SCIM属性マッピング + + + Bot username + ボットユーザー名 + + + Bot token + ボットトークン + + + Request access to send messages from your bot + ボットからメッセージを送信するためのアクセスをリクエスト + + + Telegram Attribute mapping + Telegram属性マッピング + + + New source + 新しいソース + + + Create a new source. + 新しいソースを作成します。 + + + Federation and Social login + フェデレーションとソーシャルログイン + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + アイデンティティのソース。authentikのデータベースに同期させるか、ユーザーが認証と登録に使用できます。 + + + Source(s) + ソース + + + Disabled + 無効 + + + Built-in + ビルトインソース + + + Kerberos Source is in preview. + Kerberos ソースはプレビュー段階です + + + Update Kerberos Source + Kerberosソースを更新 + + + Connectivity + 接続性 + + + Global status + グローバルステータス + + + Vendor + ベンダー + + + Update LDAP Source + LDAPソースを更新 + + + OAuth Source + OAuthソース + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + グループマッピングは、このソースにアクセスしようとするときにユーザーが既にログインしている場合にのみ確認できます。 + + + User mappings can only be checked if a user is already logged in when trying to access this source. + ユーザーマッピングは、このソースにアクセスしようとするときにユーザーが既にログインしている場合にのみ確認できます。 + + + Generic OpenID Connect + 汎用OpenID Connect + + + Unknown provider type + 不明なプロバイダータイプ + + + Callback URL + コールバックURL + + + Access Key + アクセスキー + + + Update OAuth Source + OAuthソースを更新 + + + Diagram + + + + Policy Bindings + ポリシーバインディング + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + これらのバインディングは、このソースにアクセスできるユーザーを制御します。ユーザーが認証される前にアクセスがチェックされるため、ここではポリシーのみを使用できます。 + + + Update Plex Source + Plexソースを更新 + + + Update SAML Source + SAMLソースを更新 + + + Update SCIM Source + SCIMソースを更新 + + + SCIM Base URL + SCIMベースURL + + + Click to copy token + クリックしてトークンをコピー + + + Telegram bot + Telegramボット + + + Update Telegram Source + Telegramソースを更新 + + + Successfully updated mapping. + マッピングを更新しました。 + + + Successfully created mapping. + マッピングを作成しました。 + + + Unconfigured + 設定されていない + + + This option will not be changed by this mapping. + このオプションはこのマッピングによって変更されません。 + + + General settings + 一般設定 + + + Password + パスワード + + + RDP settings + RDP設定 + + + Ignore server certificate + サーバー証明書を無視 + + + Enable wallpaper + 壁紙を有効にする + + + Enable font-smoothing + フォントスムージングを有効にする + + + Enable full window dragging + フルウィンドウドラッグを有効にする + + + SAML Attribute Name + SAML属性名 + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + SAML Assertionsに使用される属性名。URN OID、スキーマ参照、またはその他の文字列にできます。このプロパティマッピングがNameID + Propertyに使用される場合、このフィールドは破棄されます。 + + + Friendly Name + フレンドリー名 + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + Assertion属性の「FriendlyName」値をオプションで設定します。 + + + Scope name + スコープ名 + + + Scope which the client can specify to access these properties. + クライアントがこれらのプロパティにアクセスするために指定できるスコープ。 + + + Description shown to the user when consenting. If left empty, the user won't be informed. + 同意するときにユーザーに表示される説明。空のままにすると、ユーザーには通知されません。 + + + Example context data + コンテキストデータの例 + + + Active Directory User + Active Directory ユーザー + + + Active Directory Group + Active Directory グループ + + + New property mapping + 新しい property mapping + + + Create a new property mapping. + 新しい property mapping を作成します。 + + + Property Mappings + プロパティマッピング + + + Control how authentik exposes and interprets information. + authentik がどのように情報を公開・解釈するかを制御します。 + + + Property Mapping(s) + プロパティマッピング + + + Test Property Mapping + プロパティマッピングをテスト + + + Hide managed mappings + 管理マッピングを非表示 + + + Identifier + 識別子 + + + Unique identifier the token is referenced by. + トークンが参照される一意の識別子です。 + + + Intent + 用途 + + + API Token + API トークン + + + Used to access the API programmatically + API にプログラムでアクセスするために使用します + + + App password. + アプリパスワード。 + + + Used to login using a flow executor + フロー実行プログラムを使用したログインに使用します + + + Tokens + トークン + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + トークンは authentik 全体で、メール検証段階、リカバリキー、および API アクセスに使用されます。 + + + Token(s) + トークン + + + Create Token + トークンを作成 + + + Token is managed by authentik. + このトークンは authentik で管理されています。 + + + Update Token + トークンを更新 + + + Editing is disabled for managed tokens + 管理トークンの編集は無効です + + + Successfully updated brand. + ブランドを正常に更新しました。 + + + Successfully created brand. + ブランドを正常に作成しました。 + + + Domain + ドメイン + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + マッチングはドメインサフィックスに基づいて行われるため、domain.tld を入力した場合、foo.domain.tld も一致します。 + + + Use this brand for each domain that doesn't have a dedicated brand. + 専用ブランドを持たないドメインごとにこのブランドを使用します。 + + + Branding settings + ブランド設定 + + + Title + タイトル + + + Branding shown in page title and several other places. + ページタイトルおよび他の複数の場所に表示されるブランド。 + + + Logo + ロゴ + + + Logo shown in sidebar/header and flow executor. + サイドバー/ヘッダーおよびフロー実行プログラムに表示されるロゴ。 + + + Favicon + ファビコン + + + Icon shown in the browser tab. + ブラウザタブに表示されるアイコン。 + + + Default flow background + デフォルトフロー背景 + + + Default background used during flow execution. Can be overridden per flow. + フロー実行中に使用されるデフォルト背景。フロー毎にオーバーライドできます。 + + + Custom CSS + カスタム CSS + + + Custom CSS to apply to pages when this brand is active. + このブランドがアクティブな場合、ページに適用されるカスタム CSS。 + + + External user settings + 外部ユーザー設定 + + + Default application + デフォルトアプリ + + + Select an application... + アプリを選択... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + 設定されている場合、外部ユーザーは別のアプリへのアクセスを試みていないときにこのアプリに自動的にリダイレクトされます + + + Default flows + デフォルトフロー + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + ユーザーを認証するために使用されるフロー。空のままにすると、スラッグでソートされた最初の適用可能なフローが使用されます。 + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + ログアウトに使用されるフロー。空のままにすると、スラッグでソートされた最初の適用可能なフローが使用されます。 + + + Recovery flow + リカバリーフロー + + + Select a recovery flow... + リカバリーフローを選択... + + + Unenrollment flow + 登録解除フロー + + + Select an unenrollment flow... + 登録解除フローを選択... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + 設定されている場合、ユーザーはこのフローを使用して登録を解除できます。フローが設定されていない場合、オプションは表示されません。 + + + User settings flow + ユーザー設定フロー + + + Select a user settings flow... + ユーザー設定フローを選択... + + + If set, users are able to configure details of their profile. + 設定されている場合、ユーザーはプロフィールの詳細を構成できます。 + + + Device code flow + デバイスコードフロー + + + Select a device code flow... + デバイスコードフローを選択... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + 設定されている場合、OAuth デバイスコードプロファイルを使用でき、選択されたフローはコード入力に使用されます。 + + + Other global settings + その他のグローバル設定 + + + Web Certificate + Web 証明書 + + + Client Certificates + クライアント証明書 + + + Available Certificates + 利用可能な証明書 + + + Selected Certificates + 選択された証明書 + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + YAML または JSON を使用してカスタム属性を設定します。ここで設定された属性は、このブランドでリクエストが処理される場合、ユーザーに継承されます。 + + + Search by domain or brand name... + ドメイン名またはブランド名で検索... + + + Brands + ブランド + + + Configure visual settings and defaults for different domains. + 異なるドメインの視覚的設定とデフォルトを設定します。 + + + Brand name + ブランド名 + + + Default? + デフォルト? + + + Brand(s) + ブランド + + + Update Brand + ブランドを更新 + + + Create Brand + ブランドを作成 + + + New Brand + 新しい Brand + + + Policies + ポリシー + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + ユーザーがプロパティに基づいてアプリを使用できるようにし、パスワード基準を適用し、ステージを選択的に適用します。 + + + Assigned to object(s). + オブジェクトに割り当てられました。 + + + Warning: Policy is not assigned. + 警告: ポリシーが割り当てられていません。 + + + Test Policy + ポリシーをテスト + + + Policy / Policies + ポリシー + + + Successfully cleared policy cache + ポリシーキャッシュを正常にクリアしました + + + Failed to delete policy cache + ポリシーキャッシュの削除に失敗しました + + + Clear Policy cache + ポリシーキャッシュをクリア + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + ポリシーキャッシュをクリアしてもよろしいですか? これにより、すべてのポリシーが次回の使用時に再評価されます。 + + + Reputation scores + 評判スコア + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + IP およびユーザー識別子の評判。スコアはログイン失敗時に減少し、ログイン成功時に増加します。 + + + IP + IP + + + Score + スコア + + + Updated + 更新日 + + + Reputation + 評判 + + + Search for a group by name… + 名前でグループを検索... + + + Group Search + グループ検索 + + + Groups + グループ + + + Group users together and give them permissions based on the membership. + ユーザーをグループにまとめ、メンバーシップに基づいて権限を付与します。 + + + Parent + + + + Superuser privileges? + スーパーユーザー権限? + + + Group(s) + グループ + + + View details of group "" + グループ「」の詳細を表示 + + + Create Group + グループを作成 + + + New Group + 新しい Group + + + Create group + グループを作成 + + + Create and assign a group with the same name as the user. + ユーザーと同じ名前のグループを作成して割り当てます。 + + + Whether the token will expire. Upon expiration, the token will be rotated. + トークンが有効期限切れになるかどうか。有効期限が切れると、トークンがローテーションされます。 + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + 以下のユーザー名とパスワードを使用して認証します。パスワードは後でトークンページで取得できます。 + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + 360日間有効で、その後パスワードが自動的にローテーションされます。トークンリストからパスワードをコピーできます。 + + + Are you sure you want to delete ? + + + The following objects use + 次のオブジェクトが を使用しています + + + connecting object will be deleted + 接続オブジェクトが削除されます + + + Successfully updated + を正常に更新しました + + + Failed to update : + の更新に失敗しました: + + + Are you sure you want to update ? + + + Impersonating user... + ユーザーを偽装しています... + + + This may take a few seconds. + これには数秒かかる場合があります。 + + + Reason + 理由 + + + Reason for impersonating the user + ユーザーを偽装する理由 + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + ユーザーを偽装する理由の簡単な説明。これは監査ログに含まれます。 + + + New Password + 新しい Password + + + Successfully updated password. + パスワードを正常に更新しました。 + + + Successfully sent email. + メールを正常に送信しました。 + + + Email stage + メール段階 + + + Successfully added user(s). + ユーザーを正常に追加しました。 + + + Users + ユーザー + + + Open user selection dialog + ユーザー選択ダイアログを開く + + + Add users + ユーザーを追加 + + + Group User Search + グループユーザー検索 + + + Group Users + グループユーザー + + + User(s) + ユーザー + + + Remove Users(s) + ユーザーを削除 + + + removed + 削除されました + + + Are you sure you want to remove the selected users from the group ? + 選択されたユーザーをグループ から削除してもよろしいですか? + + + Impersonate + 偽装 + + + Temporarily assume the identity of this user + このユーザーの身元を一時的に引き継ぐ + + + User status + ユーザーステータス + + + Inactive + 非アクティブ + + + Regular user + 一般ユーザー + + + Change status + ステータスを変更 + + + Deactivate + 非アクティブ化 + + + Activate + アクティブ化 + + + Update password + パスワードを更新 + + + Update 's password + のパスワードを更新 + + + Set password + パスワードを設定 + + + Successfully generated recovery link + リカバリーリンクを正常に生成しました + + + Copy recovery link + リカバリーリンクをコピー + + + Send link + リンクを送信 + + + Send recovery link to user + ユーザーにリカバリーリンクを送信 + + + Email recovery link + メールでリカバリーリンクを送信 + + + Recovery link cannot be emailed, user has no email address saved. + ユーザーがメールアドレスを保存していないため、リカバリーリンクをメールで送信できません。 + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + ユーザーがパスワードを直接リセットできるようにするには、現在アクティブなブランドでリカバリーフローを設定します。 + + + Assign Additional Users + 追加ユーザーを割り当て + + + Warning: This group is configured with superuser access. Added users will have superuser access. + 警告: このグループはスーパーユーザーアクセスで設定されています。追加されたユーザーはスーパーユーザーアクセスを持ちます。 + + + Add existing user + 既存のユーザーを追加 + + + Add new user + 新しいユーザーを追加 + + + Create User + ユーザーを作成 + + + New User + 新しい User + + + This user will be added to the group "". + このユーザーはグループ「」に追加されます。 + + + New user... + 新しい user... + + + Create Service Account + サービスアカウントを作成 + + + New Service Account + 新しい Service Account + + + New service account... + 新しい service account... + + + Hide service-accounts + サービスアカウントを非表示 + + + Group Info + グループ情報 + + + Notes + メモ + + + Edit the notes attribute of this group to add notes here. + このグループのメモ属性を編集してメモを追加します。 + + + Unnamed + 名前なし + + + Collapse "" + 」を折りたたむ + + + Expand "" + 」を展開 + + + Select "" + 」を選択 + + + Items of "" + 」の項目 + + + Root + ルート + + + A copy of this recovery link has been placed in your clipboard + このリカバリーリンクのコピーがクリップボードに配置されました + + + Search by username, email, etc... + ユーザー名、メールアドレスなどで検索... + + + User Search + ユーザー検索 + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + 警告: ログインしているユーザー()を削除しようとしています。自己責任で実行してください。 + + + Show deactivated users + 非アクティブ化されたユーザーを表示 + + + No name set + 名前が設定されていません + + + Create recovery link + リカバリーリンクを作成 + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + ユーザーがパスワードを直接リセットできるようにするには、現在アクティブなブランドでリカバリーフローを設定します。 + + + User folders + ユーザーフォルダー + + + User paths + ユーザーパス + + + Successfully added user to group(s). + ユーザーをグループに正常に追加しました。 + + + Groups to add + 追加するグループ + + + Add group + グループを追加 + + + Remove from Group(s) + グループから削除 + + + Are you sure you want to remove user from the following groups? + ユーザー を以下のグループから削除してもよろしいですか? + + + Add Group + グループを追加 + + + Add to existing group + 既存のグループに追加 + + + Add new group + 新しいグループを追加 + + + Application authorizations + アプリ認可 + + + Revoked? + 取り消された? + + + Expires + 有効期限 + + + ID Token + ID トークン + + + Access Tokens(s) + アクセストークン + + + Refresh Tokens(s) + リフレッシュトークン + + + Last IP + 最後の IP + + + Last used + 最後の使用 + + + Session(s) + セッション + + + Expiry + 有効期限 + + + (Current session) + (現在のセッション) + + + Consent(s) + 同意 + + + Reputation score(s) + 評判スコア + + + Disconnect + 切断 + + + Successfully disconnected source + ソースを正常に切断しました + + + Failed to disconnected source: + ソースの切断に失敗しました: + + + Connect + 接続 + + + Error: unsupported source settings: + エラー: サポートされていないソース設定: + + + "" source + + + No services available. + 利用可能なサービスがありません。 + + + Source Settings + + + Confirmed + 確認済み + + + Created at + 作成日 + + + Last updated at + 最後の更新日 + + + Last used at + 最後の使用日 + + + Device type cannot be deleted + デバイスタイプ は削除できません + + + Device(s) + デバイス + + + Email + メール + + + Last password change + 最後のパスワード変更 + + + User Info + ユーザー情報 + + + Lock the user out of this system + ユーザーをこのシステムからロック + + + Allow the user to log in and use this system + ユーザーはこのシステムにログインして使用できます + + + Enter a new password for this user + このユーザーの新しいパスワードを入力 + + + Create a link for this user to reset their password + このユーザーがパスワードをリセットするためのリンクを作成 + + + Create Recovery Link + リカバリーリンクを作成 + + + Sessions + セッション + + + Explicit Consent + 明確な同意 + + + OAuth Access Tokens + OAuth アクセストークン + + + OAuth Refresh Tokens + OAuth リフレッシュトークン + + + MFA Authenticators + MFA 認証器 + + + Connected services + 接続されたサービス + + + RAC Connections + RAC 接続 + + + Actions over the last week (per 8 hours) + 過去1週間のアクション(8時間ごと) + + + Edit the notes attribute of this user to add notes here. + このユーザーのメモ属性を編集してメモを追加します。 + + + User events + ユーザーイベント + + + Credentials / Tokens + 認証情報 / トークン + + + Successfully updated role. + ロールを正常に更新しました。 + + + Successfully created role. + ロールを正常に作成しました。 + + + Manage roles which grant permissions to objects within authentik. + authentik 内のオブジェクトに権限を付与するロールを管理します。 + + + Role(s) + ロール + + + Update Role + ロールを更新 + + + Create Role + ロールを作成 + + + Unknown Initial Permissions mode + 不明な初期権限モード + + + Successfully updated initial permissions. + 初期権限を正常に更新しました。 + + + Successfully created initial permissions. + 初期権限を正常に作成しました。 + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + 選択されたロールを持つユーザーがオブジェクトを作成するときに、初期権限がそのオブジェクトに適用されます。 + + + The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. + 初期権限は、オブジェクトを作成するユーザーまたは前のフィールドで選択されたロールのいずれかに配置できます。 + + + Available Permissions + 利用可能な権限 + + + Selected Permissions + 選択された権限 + + + Permissions to grant when a new object is created. + 新しいオブジェクトが作成されるときに付与される権限。 + + + Initial Permissions + 初期権限 + + + Set initial permissions for newly created objects. + 新しく作成されたオブジェクトの初期権限を設定します。 + + + Update Initial Permissions + 初期権限を更新 + + + Create Initial Permissions + 初期権限を作成 + + + Role Info + ロール情報 + + + Role + ロール + + + Successfully updated invitation. + 招待を正常に更新しました。 + + + Successfully created invitation. + 招待を正常に作成しました。 + + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + 招待の名前はスラッグでなければなりません: ここでは小文字、数字、ハイフンのみが許可されます。 + + + Flow + フロー + + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + 選択されると、招待はフローでのみ使用可能になります。デフォルトでは、招待は招待段階を持つすべてのフローで受け入れられます。 + + + Custom attributes + カスタム属性 + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + フローの 'prompt_data' コンテキスト変数に読み込まれるオプションデータ。YAML または JSON。 + + + Single use + 1回限り + + + When enabled, the invitation will be deleted after usage. + 有効にすると、招待は使用後に削除されます。 + + + Select an enrollment flow + 登録フローを選択 + + + Link to use the invitation. + 招待を使用するリンク。 + + + Invitations + 招待 + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + ユーザーを登録するための招待リンクを作成し、オプションでアカウントの特定の属性を強制します。 + + + Created by + 作成者 + + + Invitation(s) + 招待 + + + Invitation not limited to any flow, and can be used with any enrollment flow. + 招待はどのフローにも限定されず、任意の登録フローで使用できます。 + + + Update Invitation + 招待を更新 + + + Create Invitation + 招待を作成 + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + 警告: 招待段階がどのフローにもバインドされていません。招待は期待どおりに機能しません。 + + + Pseudolocale (for testing) + 疑似ロケール(テスト用) + + + German + ドイツ語 + + + English + 英語 + + + Spanish + スペイン語 + + + French + フランス語 + + + Italian + イタリア語 + + + Japanese + + + Korean + 韓国語 + + + Dutch + オランダ語 + + + Polish + ポーランド語 + + + Russian + ロシア語 + + + Turkish + トルコ語 + + + Chinese (simplified) + 中国語(簡体字) + + + Chinese (traditional) + 中国語(繁体字) + + + Not you? + あなたではありませんか? + + + Auto-detect (based on your browser) + 自動検出(ブラウザに基づく) + + + Required. + 必須。 + + + Continue + 続行 + + + Failed to preview prompt + プロンプトのプレビューに失敗しました + + + Successfully updated prompt. + プロンプトを正常に更新しました。 + + + Successfully created prompt. + プロンプトを正常に作成しました。 + + + Text: Simple Text input + テキスト: シンプルなテキスト入力 + + + Text Area: Multiline text input + テキストエリア: 複数行のテキスト入力 + + + Text (read-only): Simple Text input, but cannot be edited. + テキスト(読み取り専用): シンプルなテキスト入力ですが編集できません。 + + + Text Area (read-only): Multiline text input, but cannot be edited. + テキストエリア(読み取り専用): 複数行のテキスト入力ですが編集できません。 + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + ユーザー名: テキスト入力と同じですが、重複するユーザー名をチェックして防止します。 + + + Email: Text field with Email type. + メール: メールタイプのテキストフィールド。 + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + パスワード: マスクされた入力。同じプロンプト上にこのタイプの複数の入力がある場合は、同一である必要があります。 + + + Number + 数値 + + + Checkbox + チェックボックス + + + Radio Button Group (fixed choice) + ラジオボタングループ(固定選択肢) + + + Dropdown (fixed choice) + ドロップダウン(固定選択肢) + + + Date + 日付 + + + Date Time + 日時 + + + File + ファイル + + + Separator: Static Separator Line + セパレーター: 静的セパレーター行 + + + Hidden: Hidden field, can be used to insert data into form. + 非表示: 非表示フィールド。フォームにデータを挿入するために使用できます。 + + + Static: Static value, displayed as-is. + 静的: 静的値。そのまま表示されます。 + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: ロケール: authentik がサポートするロケールのリストを表示します。 + + + Preview errors + プレビューエラー + + + Data preview + データプレビュー + + + Unique name of this field, used for selecting fields in prompt stages. + このフィールドの一意の名前。プロンプト段階でフィールドを選択するために使用されます。 + + + Field Key + フィールドキー + + + Name of the form field, also used to store the value. + フォームフィールドの名前。値の保存にも使用されます。 + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + User Write ステージと組み合わせて使用する場合は、attributes.foo を使用して属性を書き込みます。 + + + Label + ラベル + + + Label shown next to/above the prompt. + プロンプトの横/上に表示されるラベル。 + + + Interpret placeholder as expression + プレースホルダーを式として解釈 + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + チェックされている場合、プレースホルダーはプロパティマッピングと同じ方法で評価されます。 + 評価に失敗した場合、プレースホルダー自体が返されます。 + + + Placeholder + プレースホルダー + + + 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. + オプションで、予期される入力値を説明する簡単なヒントを提供します。 + 固定選択肢フィールドを作成する場合は、式として解釈を有効にして、複数の選択肢を返すリストを返します。 + + + Interpret initial value as expression + 初期値を式として解釈 + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + チェックされている場合、初期値はプロパティマッピングと同じ方法で評価されます。 + 評価に失敗した場合、初期値自体が返されます。 + + + Initial value + 初期値 + + + 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. + オプションで、初期値を使用して入力を事前入力します。 + 固定選択肢フィールドを作成する場合は、式として解釈を有効にして、複数のデフォルト選択肢を返すリストを返します。 + + + Help text + ヘルプテキスト + + + Any HTML can be used. + 任意の HTML を使用できます。 + + + Prompts + プロンプト + + + Single Prompts that can be used for Prompt Stages. + プロンプト段階で使用できる単一プロンプト。 + + + Field + フィールド + + + Stages + ステージ + + + Prompt(s) + プロンプト + + + Update Prompt + プロンプトを更新 + + + Create Prompt + プロンプトを作成 + + + Successfully updated stage. + ステージを正常に更新しました。 + + + Successfully created stage. + ステージを正常に作成しました。 + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Duo ベースの認証器を設定するために使用されるステージ。このステージは設定フローに使用する必要があります。 + + + Authenticator type name + 認証器タイプ名 + + + Display name of this authenticator, used by users when they enroll an authenticator. + この認証器の表示名。ユーザーが認証器を登録するときに使用されます。 + + + API Hostname + API ホスト名 + + + Duo Auth API + Duo Auth API + + + Integration key + 統合キー + + + Secret key + シークレットキー + + + Duo Admin API (optional) + Duo Admin API(オプション) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + Duo MFA、Access、または Beyond プランを使用する場合は、Admin API アプリを作成できます。これにより、authentik + がデバイスを自動的にインポートできます。 + + + Stage-specific settings + ステージ固有の設定 + + + Configuration flow + 設定フロー + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + 認証されたユーザーがこのステージを設定するために使用するフロー。空の場合、ユーザーはこのステージを設定できません。 + + + SMTP Host + SMTP ホスト + + + SMTP Port + SMTP ポート + + + SMTP Username + SMTP ユーザー名 + + + SMTP Password + SMTP パスワード + + + Use TLS + TLS を使用 + + + Use SSL + SSL を使用 + + + From address + 送信元アドレス + + + Email address the verification email will be sent from. + 検証メールが送信されるメールアドレス。 + + + Stage used to configure an email-based authenticator. + メールベースの認証器を設定するために使用されるステージ。 + + + Use global connection settings + グローバル接続設定を使用 + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + 有効にすると、グローバルメール接続設定が使用され、以下の接続設定は無視されます。 + + + Subject of the verification email. + 検証メールの件名。 + + + Token expiration + トークン有効期限 + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + 送信されたトークンが有効な時間(形式: hours=3,minutes=17,seconds=300)。 + + + Template + テンプレート + + + Loading templates... + テンプレートを読み込み中... + + + Template used for the verification email. + 検証メールに使用されるテンプレート。 + + + Twilio Account SID + Twilio アカウント SID + + + Get this value from https://console.twilio.com + この値は https://console.twilio.com から取得してください + + + Twilio Auth Token + Twilio 認証トークン + + + Authentication Type + 認証タイプ + + + Basic Auth + Basic 認証 + + + Bearer Token + Bearer トークン + + + External API URL + 外部 API URL + + + This is the full endpoint to send POST requests to. + これは POST リクエストを送信するための完全なエンドポイントです。 + + + API Auth Username + API 認証ユーザー名 + + + This is the username to be used with basic auth or the token when used with bearer token + これは Basic 認証で使用するユーザー名、または Bearer トークンで使用するトークンです + + + API Auth password + API 認証パスワード + + + This is the password to be used with basic auth + これは Basic 認証で使用するパスワードです + + + Stage used to configure an SMS-based TOTP authenticator. + SMS ベースの TOTP 認証器を設定するために使用されるステージ。 + + + Twilio + Twilio + + + Generic + 汎用 + + + From number + 送信元電話番号 + + + Number the SMS will be sent from. + SMS が送信される電話番号。 + + + Mapping + マッピング + + + Modify the payload sent to the provider. + プロバイダーに送信されるペイロードを変更します。 + + + Hash phone number + 電話番号をハッシュ化 + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + + 有効にすると、電話番号のハッシュのみが保存されます。これはデータ保護の理由のために行うことができます。このオプションが有効なステージから作成されたデバイスは、認証器検証ステージで使用することはできません。 + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + 静的認証器(つまり静的トークン)を設定するために使用されるステージ。このステージは設定フローに使用する必要があります。 + + + Token count + トークン数 + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + このステージが使用されるたびに生成されるトークンの数。段階実行ごとに生成されたすべてのトークンは、単一の静的デバイスに接続されます。 + + + Token length + トークン長 + + + The length of the individual generated tokens. Can be increased to improve security. + 個別に生成されたトークンの長さ。セキュリティを向上させるために増やすことができます。 + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + TOTP 認証器を設定するために使用されるステージ(例:Authy/Google Authenticator)。 + + + Digits + 桁数 + + + 6 digits, widely compatible + 6 桁、広くサポートされている + + + 8 digits, not compatible with apps like Google Authenticator + 8 桁、Google Authenticator のようなアプリとは互換性がない + + + Static Tokens + 静的トークン + + + TOTP Authenticators + TOTP 認証器 + + + WebAuthn Authenticators + WebAuthn 認証器 + + + Duo Authenticators + Duo 認証器 + + + SMS-based Authenticators + SMS ベースの認証器 + + + Email-based Authenticators + メールベースの認証器 + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + あらゆる認証器を検証するために使用されるステージ。このステージは認証または認可フロー中に使用する必要があります。 + + + Device classes + デバイスクラス + + + Device classes which can be used to authenticate. + 認証に使用できるデバイスクラス。 + + + Last validation threshold + 最後の検証の閾値 + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + ユーザーが上記にリストされたクラス内のデバイスで設定された期間内に正常に認証した場合、このステージはスキップされます。 + + + Not configured action + 未設定時のアクション + + + Force the user to configure an authenticator + ユーザーに認証器の設定を強制する + + + Deny the user access + ユーザーのアクセスを拒否する + + + Configuration stages + 設定ステージ + + + Available Stages + 利用可能なステージ + + + Selected Stages + 選択されたステージ + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + ユーザーが互換性のあるデバイスを持たない場合に認証器を設定するために使用されるステージ。このステージが完了すると、ユーザーは再度プロンプトされません。 + + + When multiple stages are selected, the user can choose which one they want to enroll. + 複数のステージが選択されている場合、ユーザーは登録したいステージを選択できます。 + + + WebAuthn-specific settings + WebAuthn 固有の設定 + + + WebAuthn User verification + WebAuthn ユーザー検証 + + + User verification must occur. + ユーザー検証が発生する必要があります。 + + + User verification is preferred if available, but not required. + ユーザー検証は利用可能であることが望ましいですが、必須ではありません。 + + + User verification should not occur. + ユーザー検証は発生してはいけません。 + + + WebAuthn Device type restrictions + WebAuthn デバイスタイプの制限 + + + Available Device types + 利用可能なデバイスタイプ + + + Selected Device types + 選択されたデバイスタイプ + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + どの WebAuthn デバイスタイプを使用できるかをオプションで制限します。デバイスタイプが選択されていない場合、すべてのデバイスが許可されます。 + + + This restriction only applies to devices created in authentik 2024.4 or later. + この制限は authentik 2024.4 以降で作成されたデバイスにのみ適用されます。 + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + WebAuthn 認証器を設定するために使用されるステージ(例:Yubikey、FaceID/Windows Hello)。 + + + User verification + ユーザー検証 + + + Required: User verification must occur. + 必須:ユーザー検証が発生する必要があります。 + + + Preferred: User verification is preferred if available, but not required. + 推奨:ユーザー検証は利用可能であることが望ましいですが、必須ではありません。 + + + Discouraged: User verification should not occur. + 非推奨:ユーザー検証は発生してはいけません。 + + + Resident key requirement + レジデントキーの要件 + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + 必須:認証器は専用の認証情報を作成する必要があります。できない場合は、エラーが発生することが予想されます。 + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + 推奨:認証器は専用の認証情報を作成および保存できますが、できなくても問題ありません。 + + + Discouraged: The authenticator should not create a dedicated credential + 非推奨:認証器は専用の認証情報を作成してはいけません。 + + + Authenticator Attachment + 認証器の接続方法 + + + No preference is sent + 希望は送信されません + + + A non-removable authenticator, like TouchID or Windows Hello + TouchID や Windows Hello のような取り外せない認証器 + + + A "roaming" authenticator, like a YubiKey + YubiKey のようなローミング認証器 + + + Maximum registration attempts + 登録試行の最大数 + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + 許可される最大登録試行数。0 に設定すると、試行は制限されません。 + + + Device type restrictions + デバイスタイプの制限 + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + このステージは、ユーザーの現在のセッションを Google reCaptcha(または互換性のある)サービスに対してチェックします。 + + + Public Key + 公開キー + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + 公開キー。https://www.google.com/recaptcha/intro/v3.html から取得できます。 + + + Private Key + 秘密キー + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + 秘密キー。https://www.google.com/recaptcha/intro/v3.html から取得できます。 + + + Interactive + インタラクティブ + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + 設定されたキャプチャがユーザーの操作を必要とする場合、このフラグを有効にしてください。reCAPTCHA v2、hCaptcha、Cloudflare + Turnstile に必要です。 + + + Score minimum threshold + スコアの最小閾値 + + + Minimum required score to allow continuing + 続行を許可するために必要な最小スコア + + + Score maximum threshold + スコアの最大閾値 + + + Maximum allowed score to allow continuing + 続行を許可する最大スコア + + + Error on invalid score + スコアが無効な場合のエラー + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + + 有効になっており、結果のスコアが閾値の外である場合、ユーザーは続行できません。無効な場合、ユーザーは続行でき、スコアはポリシーで使用してさらにステージをカスタマイズできます。 + + + JS URL + JS URL + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + JavaScript をフェッチする URL。デフォルトは recaptcha です。互換性のある別の URL に置き換えることができます。 + + + API URL + API URL + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + キャプチャ応答を検証するために使用される URL。デフォルトは recaptcha です。互換性のある別の URL に置き換えることができます。 + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + ユーザーの同意を求めるプロンプト。同意は永続的でも、設定した期間後に有効期限切れになることもあります。 + + + Always require consent + 常に同意を要求 + + + Consent given lasts indefinitely + 与えられた同意は永遠に続く + + + Consent expires + 同意が有効期限切れ + + + Consent expires in + 同意の有効期限が切れるまで + + + Offset after which consent expires. + 同意の有効期限が切れるまでのオフセット。 + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + フローを静的に拒否します。このステージを効果的に使用するには、該当するバインディングの「フロー計画時に評価」を無効にしてください。 + + + Deny message + 拒否メッセージ + + + Message shown when this stage is run. + このステージが実行されたときに表示されるメッセージ。 + + + Dummy stage used for testing. Shows a simple continue button and always passes. + テスト用のダミーステージ。シンプルな続行ボタンを表示し、常に成功します。 + + + Throw error? + エラーを発生させますか? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + ユーザーにワンタイムリンクを送信して、ユーザーのメールアドレスを確認します。また、ユーザーの真正性を確認するための回復に使用することもできます。 + + + Activate pending user on success + 成功時に保留中のユーザーをアクティブ化 + + + When a user returns from the email successfully, their account will be activated. + ユーザーがメール から正常に戻った場合、アカウントはアクティブ化されます。 + + + Use global settings + グローバル設定を使用 + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + 有効になると、グローバルメール接続設定が使用され、以下の接続設定は無視されます。 + + + Time the token sent is valid. + 送信されたトークンが有効である時間。 + + + Account Recovery Max Attempts + アカウント復旧の最大試行回数 + + + Account Recovery Cache Timeout + アカウント復旧キャッシュのタイムアウト + + + The time window used to count recent account recovery attempts. + 最近のアカウント復旧試行をカウントするために使用される時間枠。 + + + A selection is required + 選択が必要です + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + ユーザーがユーザー名またはメールアドレスで自身を識別できるようにします。 + + + User fields + ユーザーフィールド + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + ユーザーが自身を識別できるフィールド。フィールドが選択されていない場合、ユーザーはソースのみを使用できます。 + + + Password stage + パスワードステージ + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + 選択された場合、パスワードフィールドは別のページではなく同じページに表示されます。これにより、ユーザー名列挙攻撃が防止されます。 + + + Captcha stage + キャプチャステージ + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + 設定すると、キャプチャステージとまったく同じ機能が追加されますが、識別ステージに組み込まれます。 + + + Case insensitive matching + 大文字と小文字を区別しないマッチング + + + When enabled, user fields are matched regardless of their casing. + 有効になると、ユーザーフィールドは大文字と小文字に関係なくマッチングされます。 + + + Pretend user exists + ユーザーが存在すると見せかける + + + When enabled, the stage will always accept the given user identifier and continue. + 有効になると、ステージは常に与えられたユーザー識別子を受け入れて続行します。 + + + Show matched user + マッチしたユーザーを表示 + + + 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. + + 有効なユーザー名/メールが入力され、このオプションが有効になっている場合、ユーザーのユーザー名とアバターが表示されます。そうでない場合は、ユーザーが入力したテキストが表示されます。 + + + Enable "Remember me on this device" + 「このデバイスで私を覚えている」を有効にする + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + 有効になると、ユーザーはユーザー名をクッキーに保存でき、パスワード入力に直接スキップできます。 + + + Source settings + ソース設定 + + + Sources + ソース + + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + ユーザーが認証するために表示されるべきソースを選択します。これは Web ベースのソースにのみ影響し、LDAP には影響しません。 + + + Show sources' labels + ソースのラベルを表示 + + + By default, only icons are shown for sources. Enable this to show their full names. + デフォルトでは、ソースのアイコンのみが表示されます。フルネームを表示するには、これを有効にしてください。 + + + Passwordless flow + パスワードなしフロー + + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + ページの下部にリンクされているオプションのパスワードなしフロー。設定されている場合、ユーザーはこのフローを使用して、詳細を入力することなく WebAuthn + 認証器で認証できます。 + + + Optional enrollment flow, which is linked at the bottom of the page. + ページの下部にリンクされているオプションの登録フロー。 + + + Optional recovery flow, which is linked at the bottom of the page. + ページの下部にリンクされているオプションの復旧フロー。 + + + This stage can be included in enrollment flows to accept invitations. + このステージを登録フローに含めて招待を受け入れることができます。 + + + Continue flow without invitation + 招待なしでフローを続行 + + + 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. + + このフラグが設定されている場合、招待が与えられていないときにこのステージは次のステージにジャンプします。デフォルトでは、招待が与えられていないときにこのステージはフローをキャンセルします。 + + + Client-certificate/mTLS authentication/enrollment. + クライアント証明書/mTLS 認証/登録。 + + + Certificate optional + 証明書はオプション + + + If no certificate was provided, this stage will succeed and continue to the next stage. + 証明書が提供されていない場合、このステージは成功し、次のステージに続行します。 + + + Certificate required + 証明書が必要 + + + If no certificate was provided, this stage will stop flow execution. + 証明書が提供されていない場合、このステージはフロー実行を停止します。 + + + Certificate authorities + 認証局 + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + クライアント証明書が検証される認証局を設定します。認証局はブランドでも設定でき、異なるドメインに対して異なる認証局を使用できます。 + + + Certificate attribute + 証明書属性 + + + Common Name + 共通名 + + + Configure the attribute of the certificate used to look for a user. + ユーザーを検索するために使用される証明書の属性を設定します。 + + + User attribute + ユーザー属性 + + + Configure the attribute of the user used to look for a user. + ユーザーを検索するために使用されるユーザーの属性を設定します。 + + + User database + standard password + ユーザーデータベース + 標準パスワード + + + User database + app passwords + ユーザーデータベース + アプリパスワード + + + User database + LDAP password + ユーザーデータベース + LDAP パスワード + + + User database + Kerberos password + ユーザーデータベース + Kerberos パスワード + + + Validate the user's password against the selected backend(s). + ユーザーのパスワードを選択されたバックエンドに対して検証します。 + + + Backends + バックエンド + + + Selection of backends to test the password against. + パスワードをテストするバックエンドの選択。 + + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + + Failed attempts before cancel + キャンセル前の失敗試行回数 + + + 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. + ユーザーがフローをキャンセルする前に持つ試行回数。ユーザーをロックアウトするには、評判ポリシーと user_write ステージを使用します。 + + + Provide users with a 'show password' button. + ユーザーに「パスワード表示」ボタンを提供します。 + + + ("", of type ) + (「」、タイプ + + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + ユーザーに任意の入力フィールドを表示します(例:登録中)。データはフローコンテキストに「prompt_data」変数として保存されます。 + + + Fields + フィールド + + + Available Fields + 利用可能なフィールド + + + Selected Fields + 選択されたフィールド + + + Validation Policies + 検証ポリシー + + + Available Policies + 利用可能なポリシー + + + Selected Policies + 選択されたポリシー + + + Selected policies are executed when the stage is submitted to validate the data. + 選択されたポリシーは、ステージが送信されてデータを検証するときに実行されます。 + + + Redirect the user to another flow, potentially with all gathered context + ユーザーを別のフローにリダイレクトします。可能であれば、集められたすべてのコンテキストを含めます。 + + + Static + スタティック + + + Target URL + ターゲット URL + + + Redirect the user to a static URL. + ユーザーをスタティック URL にリダイレクトします。 + + + Target Flow + ターゲットフロー + + + Redirect the user to a Flow. + ユーザーをフローにリダイレクトします。 + + + Keep flow context + フローコンテキストを保持 + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + フロー実行に OAuth または SAML + ソースを注入します。これにより、追加のユーザー検証が可能になったり、異なるユーザー識別子(ユーザー名、メールアドレスなど)に対して異なるソースに動的にアクセスできます。 + + + Source + ソース + + + Resume timeout + 再開タイムアウト + + + Amount of time a user can take to return from the source to continue the flow. + ユーザーがソースから戻ってフローを続行するまでの時間。 + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + 現在保留中のユーザーを削除します。注意:このステージは確認を求めません。ユーザーが自分の行動を認識していることを確認するには、同意ステージを使用してください。 + + + Log the currently pending user in. + 現在保留中のユーザーをログインさせます。 + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + セッションがどのくらい続くかを決定します。デフォルトの 0 秒は、セッションがブラウザを閉じるまで続くことを意味します。 + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + 異なるブラウザはセッション Cookie を異なる方法で処理し、ブラウザを閉じても削除されない場合があります。 + + + See here. + こちらを参照してください。 + + + Stay signed in offset + サインインした状態を保つオフセット + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + 0 を超える期間に設定した場合、ユーザーは「サインインしたままにする」を選択するオプションが提供され、セッションがここで指定された時間延長されます。 + + + Remember device + デバイスを記憶 + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + 0 を超える期間に設定した場合、指定された期間のクッキーが保存され、authentik はユーザーが新しいデバイスからサインインしているかどうかを判断できます。 + + + Network binding + ネットワークバインディング + + + No binding + バインディングなし + + + Bind ASN + ASN をバインド + + + Bind ASN and Network + ASN とネットワークをバインド + + + Bind ASN, Network and IP + ASN、ネットワーク、IP をバインド + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + このステージで作成されたセッションが、作成されたネットワークにバインドされるべきかどうかを設定します。 + + + GeoIP binding + GeoIP バインディング + + + Bind Continent + 大陸をバインド + + + Bind Continent and Country + 大陸と国をバインド + + + Bind Continent, Country and City + 大陸、国、都市をバインド + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + このステージで作成されたセッションが GeoIP ベースの位置にバインドされるべきかどうかを設定します。 + + + Terminate other sessions + 他のセッションを終了 + + + When enabled, all previous sessions of the user will be terminated. + 有効になると、ユーザーのすべての前のセッションが終了されます。 + + + Remove the user from the current session. + ユーザーを現在のセッションから削除します。 + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + + フローのコンテキストの「prompt_data」からのデータを現在保留中のユーザーに書き込みます。保留中のユーザーがない場合は、新しいユーザーが作成され、データが書き込まれます。 + + + Never create users + ユーザーを作成しない + + + When no user is present in the flow context, the stage will fail. + フローコンテキストにユーザーが存在しない場合、ステージは失敗します。 + + + Create users when required + 必要に応じてユーザーを作成 + + + When no user is present in the the flow context, a new user is created. + フローコンテキストにユーザーが存在しない場合、新しいユーザーが作成されます。 + + + Always create new users + 常に新しいユーザーを作成 + + + Create a new user even if a user is in the flow context. + フローコンテキストにユーザーがいても、新しいユーザーを作成します。 + + + Create users as inactive + ユーザーを非アクティブとして作成 + + + Mark newly created users as inactive. + 新しく作成されたユーザーを非アクティブとしてマークします。 + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + 内部ユーザーは、会社の従業員など、フル Enterprise 機能セットにアクセスできるユーザーです。 + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + 外部ユーザーは、外部コンサルタントまたは B2C 顧客である可能性があります。これらのユーザーはエンタープライズ機能にアクセスできません。 + + + Service accounts should be used for machine-to-machine authentication or other automations. + サービスアカウントは、マシン間認証またはその他の自動化に使用する必要があります。 + + + User type used for newly created users. + 新しく作成されたユーザーに使用するユーザータイプ。 + + + User path template + ユーザーパステンプレート + + + Path new users will be created under. If left blank, the default path will be used. + 新しいユーザーが作成されるパス。空白のままの場合、デフォルトパスが使用されます。 + + + Newly created users are added to this group, if a group is selected. + 新しく作成されたユーザーは、グループが選択されている場合、このグループに追加されます。 + + + Target + ターゲット + + + Stage + ステージ + + + Evaluate when flow is planned + フロー計画時に評価 + + + Evaluate policies during the Flow planning process. + フロー計画プロセス中にポリシーを評価します。 + + + Evaluate when stage is run + ステージが実行されるときに評価 + + + Evaluate policies before the Stage is presented to the user. + ステージがユーザーに提示される前にポリシーを評価します。 + + + Invalid response behavior + 無効な応答の動作 + + + Returns the error message and a similar challenge to the executor + エラーメッセージと同様のチャレンジを実行者に返します + + + Restarts the flow from the beginning + フローを最初から再開します + + + Restarts the flow from the beginning, while keeping the flow context + フローコンテキストを保持しながら、フローを最初から再開します + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + このバインドされたステージによって与えられたチャレンジへの無効な応答をフロー実行者がどのように処理すべきかを設定します。 + + + New stage + 新しいステージ + + + Create a new stage. + 新しいステージを作成します。 + + + Successfully imported device. + デバイスをインポートしました。 + + + The user in authentik this device will be assigned to. + authentik のこのデバイスが割り当てられるユーザー。 + + + Duo User ID + Duo ユーザー ID + + + The user ID in Duo, can be found in the URL after clicking on a user. + Duo のユーザー ID。ユーザーをクリックした後、URL で見つけることができます。 + + + Automatic import + 自動インポート + + + Successfully imported devices. + 個のデバイスをインポートしました。 + + + Start automatic import + 自動インポートを開始 + + + Or manually import + または手動でインポート + + + Endpoint Google Chrome Device Trust is in preview. + エンドポイント Google Chrome Device Trust はプレビュー段階です。 + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + Google Chrome Device Trust を使用してユーザーのブラウザを検証するために使用されるステージ。このステージは認証/認可フロー で使用できます。 + + + Google Verified Access API + Google Verified Access API + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + ステージはユーザーがガイドされるフローの単一のステップです。ステージはフロー内からのみ実行できます。 + + + Flows + フロー + + + Stage(s) + ステージ + + + Import + インポート + + + Import Duo device + Duo デバイスをインポート + + + Import devices + デバイスをインポート + + + Successfully updated flow. + フローを更新しました。 + + + Successfully created flow. + フローを作成しました。 + + + Shown as the Title in Flow pages. + フローページのタイトルとして表示されます。 + + + Visible in the URL. + URL に表示されます。 + + + Designation + 指定 + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + このフローが何に使用されるかを決定します。たとえば、認証フローは、認証されていないユーザーが authentik にアクセスしたときにリダイレクトされます。 + + + No requirement + 要件なし + + + Require authentication + 認証が必須 + + + Require no authentication + 認証が不要 + + + Require superuser + スーパーユーザーが必須 + + + Require being redirected from another flow + 別のフローからリダイレクトされることが必須 + + + Require Outpost (flow can only be executed from an outpost) + アウトポストが必須(フローはアウトポストからのみ実行可能) + + + Required authentication level for this flow. + このフローに必要な認証レベル。 + + + Behavior settings + 動作設定 + + + Compatibility mode + 互換性モード + + + Increases compatibility with password managers and mobile devices. + パスワードマネージャーとモバイルデバイスとの互換性が向上します。 + + + Denied action + 拒否されたアクション + + + Will follow the ?next parameter if set, otherwise show a message + ?next パラメータが設定されている場合はそれを実行し、設定されていない場合はメッセージを表示します + + + Will either follow the ?next parameter or redirect to the default interface + ?next パラメータを実行するか、デフォルトインターフェイスにリダイレクトします + + + Will notify the user the flow isn't applicable + フローが適用できないことをユーザーに通知します + + + Decides the response when a policy denies access to this flow for a user. + ポリシーがユーザーのこのフローへのアクセスを拒否した場合の応答を決定します。 + + + Appearance settings + 外観設定 + + + Layout + レイアウト + + + Background + 背景 + + + Background shown during execution. + 実行中に表示される背景。 + + + Clear background + 背景をクリア + + + Delete currently set background image. + 現在設定されている背景画像を削除します。 + + + Successfully imported flow. + フローをインポートしました。 + + + .yaml files, which can be found in the Example Flows documentation + .yaml ファイル(Example Flows ドキュメントで見つけられます) + + + See more here: + 詳細はこちら: + + + Documentation + ドキュメント + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + フローはユーザーを認証、登録、または復旧するためのステージのチェーンを説明します。ステージは、それらに適用されたポリシーに基づいて選択されます。 + + + Flow(s) + フロー + + + Update Flow + フローを更新 + + + Execute "" + 」を実行 + + + Execute + 実行 + + + Export "" + 」をエクスポート + + + Export + エクスポート + + + Create Flow + フローを作成 + + + Import Flow + フローをインポート + + + Successfully cleared flow cache + フローキャッシュがクリアされました + + + Failed to delete flow cache + フローキャッシュの削除に失敗 + + + Clear Flow cache + フローキャッシュをクリア + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + フローキャッシュをクリアしますか?これにより、すべてのフローが次回の使用時に再評価されます。 + + + Stage binding(s) + ステージバインディング + + + Stage type + ステージタイプ + + + Edit Stage + ステージを編集 + + + Update Stage binding + ステージバインディングを更新 + + + These bindings control if this stage will be applied to the flow. + これらのバインディングは、このステージがフローに適用されるかどうかを制御します。 + + + No Stages bound + バインドされたステージなし + + + No stages are currently bound to this flow. + 現在、このフローにバインドされたステージはありません。 + + + Create and bind Stage + ステージを作成してバインド + + + Create Stage binding + ステージバインディングを作成 + + + Bind existing stage + 既存のステージをバインド + + + Flow Overview + フロー概要 + + + Flow Info + フロー情報 + + + Related actions + 関連アクション + + + Execute flow + フローを実行 + + + Execute "" normally + 」を通常実行 + + + Normal + 通常 + + + Execute "" as current user + 」を現在のユーザーとして実行 + + + Current user + 現在のユーザー + + + Execute "" with inspector + 」をインスペクタで実行 + + + Use inspector + インスペクタを使用 + + + Export flow + フローをエクスポート + + + Stage Bindings + ステージバインディング + + + These bindings control which users can access this flow. + これらのバインディングは、どのユーザーがこのフローにアクセスできるかを制御します。 + + + Event Log + イベントログ + + + Brand + ブランド + + + Show details + 詳細を表示 + + + Event info + イベント情報 + + + Created + 作成 + + + Raw event info + 未処理イベント情報 + + + Event + イベント + + + Successfully updated transport. + トランスポートを更新しました。 + + + Successfully created transport. + トランスポートを作成しました。 + + + Send once + 1 回だけ送信 + + + Only send notification once, for example when sending a webhook into a chat channel. + 通知を 1 回だけ送信します。たとえば、webhook をチャットチャネルに送信する場合など です。 + + + Local (notifications will be created within authentik) + ローカル(通知は authentik 内で作成されます) + + + Webhook (generic) + Webhook(ジェネリック) + + + Webhook (Slack/Discord) + Webhook(Slack/Discord) + + + Webhook URL + Webhook URL + + + Webhook Body Mapping + Webhook ボディマッピング + + + Webhook Header Mapping + Webhook ヘッダマッピング + + + Email Subject Prefix + メール件名プレフィックス + + + Email Template + メールテンプレート + + + Notification Transports + 通知トランスポート + + + Define how notifications are sent to users, like Email or Webhook. + メールや Webhook など、ユーザーに通知がどのように送信されるかを定義します。 + + + Notification transport(s) + 通知トランスポート + + + Update Notification Transport + 通知トランスポートを更新 + + + Create Notification Transport + 通知トランスポートを作成 + + + Successfully updated rule. + ルールを更新しました。 + + + Successfully created rule. + ルールを作成しました。 + + + Select the group of users which the alerts are sent to. + アラートを送信するユーザーグループを選択します。 + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + グループが選択されておらず、「イベントユーザーに通知を送信」が無効な場合、ルールは無効になります。 + + + Send notification to event user + イベントユーザーに通知を送信 + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + 有効になると、イベントをトリガーしたユーザーと上記のグループ内のユーザーに通知が送信されます。イベントユーザーは常に最初のユーザーになります。イベントユーザーにのみ通知を送信するには、通知トランスポートで「1 + 回だけ送信」を有効にします。 + + + Transports + トランスポート + + + Available Transports + 利用可能なトランスポート + + + Selected Transports + 選択されたトランスポート + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + ユーザーに通知するために使用するトランスポートを選択します。いずれも選択されていない場合、通知は authentik UI でのみ表示されます。 + + + Severity + 重大度 + + + Notification Rules + 通知ルール + + + Send notifications whenever a specific Event is created and matched by policies. + 特定のイベントが作成され、ポリシーと一致するたびに通知を送信します。 + + + Sent to group + グループに送信 + + + Notification rule(s) + 通知ルール + + + Update Notification Rule + 通知ルールを更新 + + + Create Notification Rule + 通知ルールを作成 + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + これらのバインディングは、このルールがどのイベントでトリガーされるかを制御します。グループ/ユーザーへのバインディングはイベントのユーザーに対してチェックされます。 + + + Outpost Deployment Info + アウトポストデプロイメント情報 + + + View deployment documentation + デプロイメントドキュメントを表示 + + + If your authentik Instance is using a self-signed certificate, set this value. + authentik インスタンスが自署証明書を使用している場合は、この値を設定してください。 + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + authentik_host 設定がログインに使用する URL と一致しない場合は、この設定を追加してください。 + + + Successfully updated outpost. + アウトポストを更新しました。 + + + Successfully created outpost. + アウトポストを作成しました。 + + + LDAP + LDAP + + + Radius + Radius + + + RAC + RAC + + + Integration + 統合 + + + Selecting an integration enables the management of the outpost by authentik. + 統合を選択すると、authentik によるアウトポストの管理が有効になります。 + + + See documentation + ドキュメントを参照 + + + Available Applications + 利用可能なアプリ + + + Selected Applications + 選択されたアプリ + + + Configuration + 設定 + + + (build ) + (ビルド + + + (FIPS) + (FIPS) + + + Last seen + 最後に表示 + + + , should be + であるべき + + + Not available + 利用不可 + + + Last seen: () + 最後に表示: + + + Outposts + アウトポスト + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + アウトポストは、リバースプロキシなどの異なる環境とプロトコルをサポートするための authentik コンポーネントのデプロイメントです。 + + + Health and Version + ヘルスとバージョン + + + Warning: authentik Domain is not configured, authentication will not work. + 警告:authentik ドメインが設定されていません。認証は機能しません。 + + + Logging in via . + 経由でログイン中。 + + + No integration active + 統合がアクティブでない + + + Update Outpost + アウトポストを更新 + + + View Deployment Info + デプロイメント情報を表示 + + + Detailed health (one instance per column, data is cached so may be out of date) + 詳細なヘルス(列あたり 1 つのインスタンス、データはキャッシュされているため、古い可能性があります) + + + Outpost(s) + アウトポスト + + + Create Outpost + アウトポストを作成 + + + Successfully updated integration. + 統合を更新しました。 + + + Successfully created integration. + 統合を作成しました。 + + + Local + ローカル + + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + 有効にすると、ローカル接続を使用します。Docker ソケット/Kubernetes 統合が必要です。 + + + Docker URL + Docker URL + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + ローカル Docker デーモンに接続する場合は unix:// 形式で指定でき、SSH で接続する場合は + ssh://, リモートシステムに接続する場合は https://:2376 + で指定できます。 + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + エンドポイントの証明書が検証される CA。検証なしの場合は空のままにできます。 + + + TLS Authentication Certificate/SSH Keypair + TLS 認証証明書/SSH キーペア + + + Certificate/Key used for authentication. Can be left empty for no authentication. + 認証に使用される証明書/キー。認証がない場合は空のままにできます。 + + + When connecting via SSH, this keypair is used for authentication. + SSH で接続する場合、このキーペアは認証に使用されます。 + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + Kubernetes API SSL 証明書を検証 + + + New outpost integration + 新しいアウトポスト統合 + + + Create a new outpost integration. + 新しいアウトポスト統合を作成します。 + + + Outpost integrations + アウトポスト統合 + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + アウトポスト統合は、authentik がアウトポストを管理してデプロイするために外部プラットフォームに接続する方法を定義します。 + + + State + 状態 + + + Unhealthy + 不健康 + + + Outpost integration(s) + アウトポスト統合 + + + Successfully generated certificate-key pair. + 証明書キーペアが生成されました。 + + + Subject-alt name + Subject-alt 名前 + + + Optional, comma-separated SubjectAlt Names. + オプション、カンマ区切りの SubjectAlt 名前。 + + + Validity days + 有効日数 + + + Private key Algorithm + 秘密鍵アルゴリズム + + + RSA + RSA + + + ECDSA + ECDSA + + + Algorithm used to generate the private key. + 秘密鍵を生成するために使用されるアルゴリズム。 + + + Successfully updated certificate-key pair. + 証明書キーペアを更新しました。 + + + Successfully created certificate-key pair. + 証明書キーペアを作成しました。 + + + PEM-encoded Certificate data. + PEM エンコードされた証明書データ。 + + + Optional Private Key. If this is set, you can use this keypair for encryption. + オプションの秘密キー。これを設定すると、このキーペアを暗号化に使用できます。 + + + Certificate-Key Pairs + 証明書キーペア + + + Import certificates of external providers or create certificates to sign requests with. + 外部プロバイダーの証明書をインポートするか、リクエストに署名する証明書を作成します。 + + + Private key available? + 秘密鍵を利用できますか? + + + Certificate-Key Pair(s) + 証明書キーペア + + + Managed by authentik + authentik で管理 + + + Managed by authentik (Discovered) + authentik で管理(検出) + + + Yes () + はい( + + + Update Certificate-Key Pair + 証明書キーペアを更新 + + + Certificate Fingerprint (SHA1) + 証明書フィンガープリント(SHA1) + + + Certificate Fingerprint (SHA256) + 証明書フィンガープリント(SHA256) + + + Certificate Subject + 証明書サブジェクト + + + Download Certificate + 証明書をダウンロード + + + Download Private key + 秘密キーをダウンロード + + + Import Existing Certificate-Key Pair + 既存の証明書キーペアをインポート + + + Generate + 生成 + + + Generate New Certificate-Key Pair + 新しい証明書キーペアを生成 + + + Link Title + リンクのタイトル + + + Successfully updated settings. + 設定を更新しました。 + + + Avatars + アバター + + + Configure how authentik should show avatars for users. The following values can be set: + authentik がユーザーのアバターをどのように表示するかを設定します。次の値を設定できます: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + ユーザーごとのアバターを無効にし、1x1 ピクセルの透明画像を表示するだけ + + + Uses gravatar with the user's email address + ユーザーのメールアドレスで gravatar を使用 + + + Generated avatars based on the user's name + ユーザーの名前に基づいて生成されたアバター + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + 任意の URL:別のサーバーにホストされている画像を使用する場合は、任意の URL を設定できます。さらに、これらのプレースホルダーを使用できます: + + + The user's username + ユーザーのユーザー名 + + + The email address, md5 hashed + メールアドレス、md5 ハッシュ化 + + + The user's UPN, if set (otherwise an empty string) + ユーザーの UPN(設定されている場合)。そうでない場合は空の文字列 + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + attributes.something.avatar + のような属性パス。ファイルフィールドと組み合わせて使用して、ユーザーがカスタムアバターをアップロードできるようにします。 + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + 複数の値をカンマ区切りで設定でき、アバターが見つからない場合は authentik は次のモードにフォールバックします。 + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + たとえば、これを gravatar,initials に設定すると、Gravatar + からアバターを取得しようとします。ユーザーがそこで設定していない場合は、生成されたアバターにフォールバックします。 + + + Allow users to change name + ユーザーが名前を変更できるようにする + + + Enable the ability for users to change their name. + ユーザーが名前を変更する機能を有効にします。 + + + Allow users to change email + ユーザーがメールを変更できるようにする + + + Enable the ability for users to change their email. + ユーザーがメールを変更する機能を有効にします。 + + + Allow users to change username + ユーザーがユーザー名を変更できるようにする + + + Enable the ability for users to change their username. + ユーザーがユーザー名を変更する機能を有効にします。 + + + Event retention + イベント保持 + + + Duration after which events will be deleted from the database. + イベントがデータベースから削除される期間。 + + + When using an external logging solution for archiving, this can be + set to minutes=5. + アーカイブに外部ログソリューションを使用する場合、これは minutes=5 に設定できます。 + + + This setting only affects new Events, as the expiration is saved per-event. + この設定は新しいイベントにのみ影響します。有効期限はイベントごとに保存されるためです。 + + + Reputation: lower limit + 評判:下限 + + + Reputation cannot decrease lower than this value. Zero or negative. + 評判はこの値より下がることはできません。ゼロまたは負。 + + + Reputation: upper limit + 評判:上限 + + + Reputation cannot increase higher than this value. Zero or positive. + 評判はこの値より上がることはできません。ゼロまたは正。 + + + Footer links + フッターリンク + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + このオプションは、フロー実行ページのフッターリンクを設定します。URL は Web およびメールアドレスに限定されます。名前が空白の場合、URL が表示されます。 + + + GDPR compliance + GDPR コンプライアンス + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + 有効にすると、ユーザーの削除時にユーザーが引き起こしたすべてのイベントが削除されます。 + + + Impersonation + なりすまし + + + Globally enable/disable impersonation. + なりすましをグローバルに有効/無効にします。 + + + Require reason for impersonation + なりすましの理由を要求 + + + Require administrators to provide a reason for impersonating a user. + 管理者がユーザーになりすましする理由を提供する必要があります。 + + + Default token duration + デフォルトトークン期間 + + + Default duration for generated tokens + 生成されたトークンのデフォルト期間 + + + Default token length + デフォルトトークン長 + + + Default length of generated tokens + 生成されたトークンのデフォルト長 + + + Flags + フラグ + + + Modify flags to opt into new authentik behaviours early. + フラグを変更して、新しい authentik 動作に早期にオプトインします。 + + + Save + 保存 + + + System settings + システム設定 + + + Successfully updated instance. + インスタンスが正常に更新されました。 + + + Successfully created instance. + インスタンスが正常に作成されました。 + + + Disabled blueprints are never applied. + 無効なブループリントは適用されません。 + + + Local path + ローカルパス + + + OCI Registry + OCI レジストリ + + + OCI URL + OCI URL + + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest + 有効な OCI マニフェスト URL(プロトコル付き、例: oci://registry.domain.tld/path/to/manifest + + + Read more about + 詳細情報 + + + OCI Support + OCI サポート + + + Blueprint + ブループリント + + + Configure the blueprint context, used for templating. + テンプレート化に使用するブループリントコンテキストを構成します。 + + + Orphaned + 孤立 + + + Blueprints + ブループリント + + + Automate and template configuration within authentik. + authentik 内の構成を自動化およびテンプレート化します。 + + + Last applied + 最後に適用 + + + Blueprint(s) + ブループリント + + + Update Blueprint + ブループリントを更新 + + + Edit "" blueprint + "" ブループリントを編集 + + + Apply "" blueprint + "" ブループリントを適用 + + + Apply + 適用 + + + Create Blueprint Instance + ブループリントインスタンスを作成 + + + Successfully updated license. + ライセンスが正常に更新されました。 + + + Successfully created license. + ライセンスが正常に作成されました。 + + + Install ID + インストール ID + + + License key + ライセンスキー + + + Expired + 有効期限切れ + + + Expiring soon + まもなく有効期限切れ + + + Unlicensed + ライセンスなし + + + Read Only + 読み取り専用 + + + Valid + 有効 + + + Current license status + 現在のライセンスステータス + + + Overall license status + 全体的なライセンスステータス + + + Internal user usage + 内部ユーザー使用量 + + + % + + % + + + External user usage + 外部ユーザー使用量 + + + Licenses + ライセンス + + + Manage enterprise licenses + エンタープライズライセンスを管理 + + + No licenses found. + ライセンスが見つかりません。 + + + License(s) + ライセンス + + + Forecast internal users + 内部ユーザー予測 + + + Estimated user count one year from now based on current internal users and forecasted internal users. + 現在の 内部ユーザーと予測された ユーザーに基づいて、1 年後の推定ユーザー数。 + + + Approximately + + + + Forecast external users + 外部ユーザー予測 + + + Estimated user count one year from now based on current external users and forecasted external users. + 現在の 外部ユーザーと予測された ユーザーに基づいて、1 年後の推定ユーザー数。 + + + Cumulative license expiry + 累積ライセンス有効期限 + + + No expiry + 有効期限なし + + + Internal: + 内部: + + + External: + 外部: + + + Update License + ライセンスを更新 + + + Your Install ID + インストール ID + + + Go to Customer Portal + カスタマーポータルに移動 + + + Learn more + 詳細情報 + + + Install + インストール + + + Install License + ライセンスをインストール + + + Release + リリース + + + Development + 開発 + + + UI Version + UI バージョン + + + Build + ビルド + + + Python version + Python バージョン + + + Platform + プラットフォーム + + + Kernel + カーネル + + + OpenSSL + OpenSSL + + + Enterprise + エンタープライズ + + + Collapse + を折りたたむ + + + Expand + を展開 + + + navigation + ナビゲーション + + + Dashboards + ダッシュボード + + + Endpoint Devices + + + Device groups + + + Logs + ログ + + + Customization + カスタマイズ + + + Flows and Stages + フロー及びステージ + + + Directory + ディレクトリー + + + Tokens and App passwords + トークンとアプリパスワード + + + System + システム + + + Certificates + 証明書 + + + Outpost Integrations + アウトポスト統合 + + + Warning: The current user count has exceeded the configured licenses. + 警告: 現在のユーザー数が設定されたライセンスを超えています。 + + + Warning: One or more license(s) have expired. + 警告: 1つ以上のライセンスが有効期限切れになっています。 + + + Warning: One or more license(s) will expire within the next 2 weeks. + 警告: 1つ以上のライセンスが今後2週間以内に有効期限切れになります。 + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + 注意: この authentik インスタンスは、ライセンスの有効期限切れ/超過により、読み取り専用モードに入りました。 + + + Click here for more info. + 詳細については、ここをクリックしてください。 + + + This authentik instance uses a Trial license. + この authentik インスタンスはトライアルライセンスを使用しています。 + + + This authentik instance uses a Non-production license. + この authentik インスタンスは非本番環境用ライセンスを使用しています。 + + + A newer version () of the UI is available. + UI の新しいバージョン()が利用可能です。 + + + API drawer + API ドロワー + + + API Requests + API リクエスト + + + Open API Browser + API ブラウザーを開く + + + Close API drawer + API ドロワーを閉じる + + + View details for + の詳細を表示 + + + Mark as read + 読み込み済みにマーク + + + Successfully cleared notifications + 通知を正常にクリアしました + + + No notifications found. + 通知が見つかりません。 + + + You don't have any notifications currently. + 現在、通知はありません。 + + + Notification drawer + 通知ドロワー + + + Notifications + 通知 + + + unread + 件未読 + + + Clear all + すべてクリア + + + Open about dialog + 情報ダイアログを開く + + + Product name + 製品名 + + + Product version + 製品バージョン + + + Version + バージョン + + + Global navigation + グローバルナビゲーション + + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn はこのページに HTTPS 経由でアクセスする必要があります。 + + + WebAuthn not supported by browser. + WebAuthn はこのブラウザーではサポートされていません。 + + + API request failed + API リクエストに失敗しました + + + Site links + サイトリンク + + + Powered by authentik + authentik によるパワード + + + Authenticating with Apple... + Apple で認証中... + + + Retry + 再試行 + + + Authenticating with Plex... + Plex で認証中... + + + Waiting for authentication... + 認証を待機中... + + + If no Plex popup opens, click the button below. + Plex ポップアップが開かない場合は、下のボタンをクリックします。 + + + Open login + ログインを開く + + + Authenticating with Telegram... + Telegram で認証中... + + + Click the button below to start. + 下のボタンをクリックして開始します。 + + + User information + ユーザー情報 + + + Avatar for + のアバター + + + User avatar + ユーザーアバター + + + Something went wrong! Please try again later. + エラーが発生しました。しばらく後にもう一度お試しください。 + + + Request ID + リクエスト ID + + + You may close this page now. + このページを閉じることができます。 + + + You're about to be redirect to the following URL. + 次の URL にリダイレクトされようとしています。 + + + Follow redirect + リダイレクトに従う + + + Flow inspector + フロー インスペクター + + + Close flow inspector + フロー インスペクターを閉じる + + + Next stage + 次のステージ + + + Stage name + ステージ名 + + + Stage kind + ステージの種類 + + + Stage object + ステージオブジェクト + + + This flow is completed. + このフローは完了しました。 + + + Plan history + 計画履歴 + + + Current plan context + 現在の計画コンテキスト + + + Session ID + セッション ID + + + Flow inspector loading + フロー インスペクター読み込み中 + + + Request has been denied. + リクエストが拒否されました。 + + + Show password + パスワードを表示 + + + Hide password + パスワードを隠す + + + Please enter your password + パスワードを入力してください + + + Caps Lock is enabled. + Caps Lock が有効です。 + + + CAPTCHA challenge + CAPTCHA チャレンジ + + + Verifying... + 検証中... + + + Remember me on this device + このデバイスで私を覚えている + + + Continue with + + + Need an account? + アカウントが必要ですか? + + + Sign up. + 登録してください。 + + + Forgot username or password? + ユーザー名またはパスワードをお忘れですか? + + + Additional actions + + + Select one of the options below to continue. + 以下のオプションから 1 つ選択して続行してください。 + + + Enter the email associated with your account, and we'll send you a link to reset your password. + アカウントに関連付けられたメールアドレスを入力すると、パスワードをリセットするためのリンクが送信されます。 + + + Or + または + + + Login to continue to . + ログインして に続行します。 + + + Use a security key + セキュリティキーを使用 + + + Login sources + + + Forgot password? + パスワードをお忘れですか? + + + Application requires following permissions: + アプリには以下の権限が必要です: + + + Application already has access to the following permissions: + アプリは既に次の権限にアクセスできます: + + + Application requires following new permissions: + アプリには以下の新しい権限が必要です: + + + Stage name: + ステージ名: + + + Check your Inbox for a verification email. + 確認メールについて受信トレイを確認してください。 + + + Send Email again. + メールをもう一度送信してください。 + + + QR-Code to setup a time-based one-time password + 時間ベースのワンタイムパスワードを設定するための QR コード + + + Copy time-based one-time password configuration + 時間ベースのワンタイムパスワード構成をコピー + + + Successfully copied TOTP Config. + TOTP 設定が正常にコピーされました。 + + + Copy TOTP Config + TOTP 設定をコピー + + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + デバイス上の Microsoft Authenticator、Google Authenticator、または他の認証器アプリを使用して上の QR + コードをスキャンし、MFA デバイスのセットアップを完了するために、デバイスが以下に表示するコードを入力してください。 + + + Time-based one-time password + 時間ベースのワンタイムパスワード + + + TOTP Code + TOTP コード + + + Type your TOTP code... + TOTP コードを入力します... + + + Type your time-based one-time password code. + 時間ベースのワンタイムパスワードコードを入力してください。 + + + Duo activation QR code + Duo 有効化 QR コード + + + Alternatively, if your current device has Duo installed, click on this link: + または、現在のデバイスに Duo がインストールされている場合は、このリンクをクリックしてください: + + + Duo activation + Duo 有効化 + + + Check status + ステータスを確認 + + + Make sure to keep these tokens in a safe place. + これらのトークンを安全な場所に保管してください。 + + + Configure your email + メールを構成 + + + Please enter your email address. + メールアドレスを入力してください。 + + + Code + コード + + + Please enter the code you received via email + メール経由で受け取ったコードを入力してください + + + Phone number + 電話番号 + + + Please enter your Phone number. + 電話番号を入力してください。 + + + Please enter the code you received via SMS + SMS 経由で受け取ったコードを入力してください + + + Select another authentication method + 別の認証方法を選択 + + + Authentication code + 認証コード + + + Static token + 静的トークン + + + Type an authentication code... + 認証コードを入力します... + + + Sending Duo push notification... + Duo プッシュ通知を送信中... + + + Failed to authenticate + 認証に失敗 + + + Authentication failed. Please try again. + 認証に失敗しました。もう一度お試しください。 + + + Authenticating... + 認証中... + + + Retry authentication + 認証を再試行 + + + Duo push-notifications + Duo プッシュ通知 + + + Receive a push notification on your device. + デバイスでプッシュ通知を受け取ります。 + + + Authenticator + 認証器 + + + Use a security key to prove your identity. + セキュリティキーを使用してアイデンティティを証明します。 + + + Traditional authenticator + 従来の認証器 + + + Use a code-based authenticator. + コードベースの認証器を使用します。 + + + Recovery keys + リカバリーキー + + + In case you lose access to your primary authenticators. + プライマリ認証器へのアクセスを失った場合に備えて。 + + + SMS + SMS + + + Tokens sent via SMS. + SMS 経由で送信されたトークン。 + + + Tokens sent via email. + メール経由で送信されたトークン。 + + + Unknown device + 不明なデバイス + + + An unknown device class was provided. + 不明なデバイスクラスが提供されました。 + + + Select an authentication method + 認証方法を選択 + + + No authentication methods available. + 利用可能な認証方法がありません。 + + + Select a configuration stage + 構成ステージを選択 + + + Stay signed in? + サインアップしたまま? + + + Select Yes to reduce the number of times you're asked to sign in. + サインインを求められる回数を減らすには [はい] を選択します。 + + + Device Code + デバイスコード + + + Please enter your code + コードを入力してください + + + You've successfully authenticated your device. + デバイスが正常に認証されました。 + + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + からログアウトしました。 + 概要に戻って別のアプリを起動するか、authentik アカウントからログアウトできます。 + + + Go back to overview + 概要に戻る + + + Log out of + からログアウト + + + Log back into + に再度ログイン + + + SAML Provider + SAML プロバイダー + + + SAML logout complete + SAML ログアウト完了 + + + Redirecting to SAML provider: + SAML プロバイダーにリダイレクト: + + + Posting logout request to SAML provider: + SAML プロバイダーへのログアウトリクエストを送信: + + + Unknown Provider + 不明なプロバイダー + + + Logging out of providers... + プロバイダーからログアウト中... + + + Single Logout + シングルログアウト + + + Open flow inspector + フロー インスペクターを開く + + + Authentication form + 認証フォーム + + + Error creating credential: + 認証情報の作成エラー: + + + Server validation of credential failed: + 認証情報のサーバー検証に失敗: + + + Failed to register. Please try again. + 登録に失敗しました。もう一度お試しください。 + + + Registering... + 登録中... + + + Failed to register + 登録に失敗 + + + Retry registration + 登録を再試行 + + + Idle + アイドル + + + Connecting + 接続中 + + + Waiting + 待機中 + + + Connected + 接続済み + + + Disconnecting + 接続を切断中 + + + Disconnected + 切断 + + + Connection failed after attempts. + 回の試行後に接続に失敗しました。 + + + Re-connecting in second(s). + 秒後に再接続します。 + + + Connecting... + 接続中... + + + Please wait while the content is loading + + + Select endpoint to connect to + 接続するエンドポイントを選択 + + + application + アプリ + + + Actions for "" + "" のアクション + + + Edit application... + アプリを編集... + + + Refer to documentation + ドキュメントを参照 + + + No Applications available. + 利用可能なアプリがありません。 + + + Either no applications are defined, or you don’t have access to any. + アプリが定義されていないか、どのアプリにもアクセスできません。 + + + Ungrouped + グループ化されていない + + + My Applications + 自分のアプリ + + + Search for an application by name... + アプリ名で検索…. + + + Search returned no results. + 検索は結果を返しませんでした。 + + + application found for "" + "" に対して アプリが見つかりました + + + applications found for "" + "" に対して アプリが見つかりました + + + application available +  利用可能なアプリ + + + applications available + アプリ利用可能 + + + My applications +  自分のアプリ + + + Application list + アプリ一覧 + + + Failed to fetch applications. + + + Change your password + パスワードを変更 + + + Change password + パスワードを変更 + + + Delete account + アカウントを削除 + + + Successfully updated details + 詳細が正常に更新されました + + + Open settings + 設定を開く + + + No settings flow configured. + 設定フローが構成されていません。 + + + Update details + 詳細を更新 + + + Device type cannot be edited + デバイスタイプ は編集できません + + + Enroll + 登録 + + + Edit device + デバイスを編集 + + + Create App password + アプリパスワードを作成 + + + User settings + ユーザー設定 + + + User details + ユーザー詳細 + + + Consent + 同意 + + + MFA Devices + MFA デバイス + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + ユーザーアカウントを以下のサービスに接続して、従来の認証情報の代わりにサービスを使用してログインできるようにします。 + + + Admin interface + 管理者インターフェース + + + ... + ... + Truncation ellipsis + + + + diff --git a/web/xliff/ko.xlf b/web/xliff/ko_KR.xlf similarity index 98% rename from web/xliff/ko.xlf rename to web/xliff/ko_KR.xlf index 74351f348f..1935728960 100644 --- a/web/xliff/ko.xlf +++ b/web/xliff/ko_KR.xlf @@ -1,5 +1,5 @@ - - + + Dismiss @@ -503,7 +503,7 @@ 검색 삭제 - Sort by "" + Sort by "" No objects found. @@ -514,7 +514,7 @@ 오브젝트를 가져오는데 실패했습니다. - Select "" row + Select "" row Collapse row @@ -727,9 +727,9 @@ 찾을 수 없음 - The URL "" was not found. - URL" - " 을(를) 찾을 수 없습니다. + The URL "" was not found. + URL" + " 을(를) 찾을 수 없습니다. Return home @@ -897,7 +897,7 @@ Delete - + 제거 @@ -1058,10 +1058,10 @@ 닫기 - Update "" Permissions + Update "" Permissions - Open "" permissions modal + Open "" permissions modal Permissions @@ -1756,7 +1756,7 @@ 명시적인 리디렉션 URI를 지정하지 않으면 가장 먼저 성공한 리디렉션 URI가 저장됩니다. - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. Authorization flow @@ -2771,7 +2771,7 @@ 업데이트 - Edit "" provider + Edit "" provider Successfully triggered sync. @@ -2855,8 +2855,8 @@ 애플리케이션에 추가할 공급자 선택 - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - 전체 URL, 상대 경로를 입력하거나, 또는 'fa://fa-test'를 사용하여 Font Awesome 아이콘 "fa-test"를 사용합니다. + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + 전체 URL, 상대 경로를 입력하거나, 또는 'fa://fa-test'를 사용하여 Font Awesome 아이콘 "fa-test"를 사용합니다. Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. @@ -2986,7 +2986,7 @@ 경고: 공급자는 애플리케이션에서 사용하지 않습니다. - + Update OAuth2 Provider @@ -3776,17 +3776,17 @@ doesn't pass when either or both of the selected options are equal or above the 애플리케이션(목록) - Application icon for "" + Application icon for "" Update Application 애플리케이션 업데이트 - Edit "" + Edit "" - Open "" + Open "" Open @@ -3844,7 +3844,7 @@ doesn't pass when either or both of the selected options are equal or above the Create entitlement - Failed to fetch application "". + Failed to fetch application "". Warning: Application is not used by any Outpost. @@ -4781,7 +4781,7 @@ doesn't pass when either or both of the selected options are equal or above the OAuth Source - OAuth 소스 + OAuth 소스 @@ -5291,7 +5291,7 @@ doesn't pass when either or both of the selected options are equal or above the 그룹 - View details of group "" + View details of group "" Create Group @@ -5499,8 +5499,8 @@ doesn't pass when either or both of the selected options are equal or above the New User - This user will be added to the group "". - 이 사용자는 "" 그룹에 추가됩니다. + This user will be added to the group "". + 이 사용자는 "" 그룹에 추가됩니다. New user... @@ -5534,16 +5534,16 @@ doesn't pass when either or both of the selected options are equal or above the Unnamed - Collapse "" + Collapse "" - Expand "" + Expand "" - Select "" + Select "" - Items of "" + Items of "" Root @@ -5684,7 +5684,7 @@ doesn't pass when either or both of the selected options are equal or above the Error: unsupported source settings: - "" source + "" source No services available. @@ -5983,10 +5983,6 @@ doesn't pass when either or both of the selected options are equal or above the Turkish 터키어 - - Taiwanese Mandarin - 대만어 - Chinese (simplified) 중국어 (간체) @@ -6166,7 +6162,7 @@ doesn't pass when either or both of the selected options are equal or above the 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. - 옵션으로 입력을 초기 값으로 채울 수 있습니다. + 옵션으로 입력을 초기 값으로 채울 수 있습니다. 고정 선택 필드를 만들 때 정규표현식으로 해석을 활성화하고 목록을 반환하여 여러 개의 기본 선택지를 반환합니다. @@ -6603,8 +6599,8 @@ doesn't pass when either or both of the selected options are equal or above the TouchID 또는 Windows Hello와 같은 제거할 수 없는 인증기 - A "roaming" authenticator, like a YubiKey - YubiKey 같은 "로밍" 인증기 + A "roaming" authenticator, like a YubiKey + YubiKey 같은 "로밍" 인증기 Maximum registration attempts @@ -6812,8 +6808,8 @@ doesn't pass when either or both of the selected options are equal or above the 유효한 사용자 아이디/이메일을 입력하고 이 옵션을 활성화하면 사용자의 사용자 아이디와 아바타가 표시됩니다. 그렇지 않으면 사용자가 입력한 텍스트가 표시됩니다. - Enable "Remember me on this device" - "이 기기에서 계정 기억하기" 활성화 + Enable "Remember me on this device" + "이 기기에서 계정 기억하기" 활성화 When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. @@ -6947,7 +6943,7 @@ doesn't pass when either or both of the selected options are equal or above the Provide users with a 'show password' button. - ("", of type ) + ("", of type ) Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. @@ -7039,7 +7035,7 @@ doesn't pass when either or both of the selected options are equal or above the 로그인 상태 유지 오프셋 - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. 기간을 0 이상으로 설정하면, 사용자에게 '로그인 상태 유지'를 선택할 수 있는 옵션이 제공되며, 이 경우 세션이 여기에 지정된 시간만큼 연장됩니다. @@ -7412,14 +7408,14 @@ doesn't pass when either or both of the selected options are equal or above the 플로우 업데이트 - Execute "" + Execute "" Execute 실행 - Export "" + Export "" Export @@ -7508,20 +7504,20 @@ doesn't pass when either or both of the selected options are equal or above the 플로우 실행 - Execute "" normally + Execute "" normally Normal Normal - Execute "" as current user + Execute "" as current user Current user - Execute "" with inspector + Execute "" with inspector Use inspector @@ -8228,10 +8224,10 @@ Bindings to groups/users are checked against the user of the event. 블루프린트 업데이트 - Edit "" blueprint + Edit "" blueprint - Apply "" blueprint + Apply "" blueprint Apply @@ -9052,7 +9048,7 @@ Bindings to groups/users are checked against the user of the event. application - Actions for "" + Actions for "" Edit application... @@ -9084,10 +9080,10 @@ Bindings to groups/users are checked against the user of the event. 검색 결과가 없습니다. - application found for "" + application found for "" - applications found for "" + applications found for "" application available @@ -9176,4 +9172,4 @@ Bindings to groups/users are checked against the user of the event. - \ No newline at end of file + diff --git a/web/xliff/nl.xlf b/web/xliff/nl.xlf deleted file mode 100644 index 1e8fce9585..0000000000 --- a/web/xliff/nl.xlf +++ /dev/null @@ -1,10106 +0,0 @@ - - - - - English - Engels - - - - French - Frans - - - - Turkish - Turks - - - - Spanish - Spaans - - - - Polish - Pools - - - - Taiwanese Mandarin - Taiwanees Mandarijn - - - - Chinese (simplified) - Chinees (vereenvoudigd) - - - - Chinese (traditional) - Chinees (traditioneel) - - - - German - Duits - - - - Loading... - Laden... - - - - Application - Toepassing - - - - Logins - Aanmeldingen - - - - Show less - Minder weergeven - - - - Show more - Meer weergeven - - - - UID - Gebruikers-ID - - - - Name - Naam - - - - App - App - - - - Model Name - Modelnaam - - - - Message - Bericht - - - - Subject - Onderwerp - - - - From - Van - - - - To - Aan - - - - Context - Context - - - - User - Gebruiker - - - - Affected model: - Betroffen model: - - - - Authorized application: - Geautoriseerde applicatie: - - - - Using flow - Flow gebruiken - - - - Email info: - E-mailinfo: - - - - Secret: - Geheim: - - - - Open issue on GitHub... - Open probleem op GitHub... - - - - Exception - Uitzondering - - - - Expression - Uitdrukking - - - - Binding - Binding - - - - Request - Aanvraag - - - - Object - Object - - - - Result - Resultaat - - - - Passing - Doorgeven - - - - Messages - Berichten - - - - Using source - Gebruik makend van bron - - - - Attempted to log in as - Probeerde in te loggen als - - - - - No additional data available. - Geen aanvullende gegevens beschikbaar. - - - - Click to change value - Klik om de waarde te wijzigen - - - - Select an object. - Selecteer een object. - - - - Connection error, reconnecting... - Verbindingsfout, opnieuw verbinden... - - - - Login - Inloggen - - - - Failed login - Mislukt inloggen - - - - Logout - Uitloggen - - - - User was written to - Gebruiker is opgeslagen - - - - Suspicious request - Verdachte aanvraag - - - - Password set - Wachtwoord ingesteld - - - - Secret was viewed - Geheim is bekeken - - - - Secret was rotated - Geheim is gewijzigd - - - - Invitation used - Uitnodiging is gebruikt - - - - Application authorized - Applicatie geautoriseerd - - - - Source linked - Bron gekoppeld - - - - Impersonation started - Impersonatie gestart - - - - Impersonation ended - Impersonatie beëindigd - - - - Flow execution - Flowuitvoering - - - - Policy execution - Beleidsuitvoering - - - - Policy exception - Beleidsuitzondering - - - - Property Mapping exception - Eigenschapstoewijzingsuitzondering - - - - System task execution - Systeemtaakuitvoering - - - - System task exception - Systeemtaakuitzondering - - - - General system exception - Algemene systeemuitzondering - - - - Configuration error - Configuratiefout - - - - Model created - Model aangemaakt - - - - Model updated - Model bijgewerkt - - - - Model deleted - Model verwijderd - - - - Email sent - E-mail verzonden - - - - Update available - Update beschikbaar - - - - Unknown severity - Onbekende ernst - - - - Alert - Waarschuwing - - - - Notice - Melding - - - - Warning - Waarschuwing - - - - no tabs defined - geen tabbladen gedefinieerd - - - - - of - - - - Go to previous page - Ga naar vorige pagina - - - - Go to next page - Ga naar volgende pagina - - - - Search... - Zoeken... - - - - Loading - Laden - - - - No objects found. - Geen objecten gevonden. - - - - Failed to fetch objects. - Kon objecten niet ophalen. - - - - Refresh - Vernieuwen - - - - Select all rows - Selecteer alle rijen - - - - Action - Actie - - - - Creation Date - Aanmaakdatum - - - - Client IP - Client-IP - - - - Recent events - Recente gebeurtenissen - - - - On behalf of - Namens - - - - - - - - - - - - No Events found. - Geen gebeurtenissen gevonden. - - - - No matching events could be found. - Geen overeenkomende gebeurtenissen gevonden. - - - - Embedded outpost is not configured correctly. - Ingesloten outpost is niet correct geconfigureerd. - - - - Check outposts. - Controleer outposts. - - - - HTTPS is not detected correctly - HTTPS wordt niet correct gedetecteerd. - - - - Server and client are further than 5 seconds apart. - Server en client liggen meer dan 5 seconden uit elkaar. - - - - OK - OK - - - - Everything is ok. - Alles is in orde. - - - - Based on - Gebaseerd op - - - - - is available! - is beschikbaar! - - - - Up-to-date! - Up-to-date! - - - - Version - Versie - - - - Workers - Medewerkers - - - - No workers connected. Background tasks will not run. - Geen medewerkers verbonden. Achtergrondtaken worden niet uitgevoerd. - - - - Authorizations - Autorisaties - - - - Failed Logins - Mislukte inlogpogingen - - - - Successful Logins - Succesvolle inlogpogingen - - - - : - - : - - - - - Cancel - Annuleren - - - - LDAP Source - LDAP-bron - - - - SCIM Provider - SCIM-provider - - - - Healthy - Gezond - - - - Healthy outposts - Gezonde outposts - - - - Admin - Beheerder - - - - Not found - Niet gevonden - - - - The URL "" was not found. - - - - Return home - Terug naar start - - - - General system status - Algemene systeemstatus - - - - Quick actions - Snelle acties - - - - Create a new application - Maak een nieuwe applicatie aan - - - - Check the logs - Controleer de logs - - - - Explore integrations - Verken integraties - - - - Manage users - Gebruikers beheren - - - - Outpost status - Outpost-status - - - - Sync status - Synchronisatiestatus - - - - Logins and authorizations over the last week (per 8 hours) - Inlogpogingen en autorisaties in de afgelopen week (per 8 uur) - - - - Apps with most usage - Apps met meeste gebruik - - - - Objects created - Gemaakte objecten - - - - Users created per day in the last month - Gebruikers per dag aangemaakt in de afgelopen maand - - - - Logins per day in the last month - Inlogpogingen per dag in de afgelopen maand - - - - Failed Logins per day in the last month - Mislukte inlogpogingen per dag in de afgelopen maand - - - - Clear search - Zoekopdracht wissen - - - - System Tasks - Systeemtaken - - - - Long-running operations which authentik executes in the background. - Langlopende operaties die authentik uitvoert op de achtergrond. - - - - Identifier - Identificatie - - - - Description - Omschrijving - - - - Status - Status - - - - Actions - Acties - - - - Successful - Succesvol - - - - Error - Fout - - - - Unknown - Onbekend - - - - Authentication - Authenticatie - - - - Authorization - Autorisatie - - - - Enrollment - Inschrijving - - - - Invalidation - Ongeldig maken - - - - Recovery - Herstel - - - - Stage Configuration - Stadiumconfiguratie - - - - Unenrollment - Uitschrijving - - - - Unknown designation - Onbekende aanduiding - - - - Stacked - Gestapeld - - - - Content left - Inhoud links - - - - Content right - Inhoud rechts - - - - Sidebar left - Zijbalk links - - - - Sidebar right - Zijbalk rechts - - - - Unknown layout - Onbekende lay-out - - - - Successfully updated provider. - Provider succesvol bijgewerkt. - - - - Successfully created provider. - Provider succesvol aangemaakt. - - - - Bind flow - Bindproces - - - - Flow used for users to authenticate. - Flow die wordt gebruikt om gebruikers te authenticeren. - - - - Bind mode - Bindmodus - - - - Cached binding - Gecachte binding - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - De flow wordt uitgevoerd en de sessie wordt in het geheugen gecachet. De flow wordt uitgevoerd wanneer de sessie verloopt. - - - - Direct binding - Directe binding - - - - Always execute the configured bind flow to authenticate the user - Voer altijd de geconfigureerde bindflow uit om de gebruiker te authenticeren - - - - Configure how the outpost authenticates requests. - Configureer hoe de buitenpost verzoeken authenticeert. - - - - Search mode - Zoekmodus - - - - Cached querying - Gecachte query's - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - De buitenpost houdt alle gebruikers en groepen in het geheugen vast en vernieuwt elke 5 minuten. - - - - Direct querying - Directe query's - - - - Always returns the latest data, but slower than cached querying - Levert altijd de nieuwste gegevens op, maar langzamer dan gecachte query's - - - - Configure how the outpost queries the core authentik server's users. - Configureer hoe de buitenpost de gebruikers van de kern authentik-server queryt. - - - - Protocol settings - Protocolinstellingen - - - - Base DN - Basis-DN - - - - LDAP DN under which bind requests and search requests can be made. - LDAP-DN waarbinnen bindverzoeken en zoekverzoeken kunnen worden uitgevoerd. - - - - Certificate - Certificaat - - - - UID start number - Startnummer UID - - - - 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 - Het begin voor uidNumbers, dit nummer wordt toegevoegd aan user.Pk om ervoor te zorgen dat de getallen niet te laag zijn voor POSIX-gebruikers. Standaard is 2000 om ervoor te zorgen dat we niet botsen met uidNumber van lokale gebruikers. - - - - GID start number - Startnummer GID - - - - 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 - Het begin voor gidNumbers, dit nummer wordt toegevoegd aan een nummer dat wordt gegenereerd uit group.Pk om ervoor te zorgen dat de getallen niet te laag zijn voor POSIX-groepen. Standaard is 4000 om ervoor te zorgen dat we niet botsen met gidNumber van lokale groepen of gebruikers primaire groepen. - - - - The following keywords are supported: - De volgende trefwoorden worden ondersteund: - - - - Authentication flow - Authenticatieflow - - - - Flow used when a user access this provider and is not authenticated. - Flow die wordt gebruikt wanneer een gebruiker toegang krijgt tot deze provider en niet is geauthenticeerd. - - - - Authorization flow - Autorisatieflow - - - - Flow used when authorizing this provider. - Flow die wordt gebruikt bij het autoriseren van deze provider. - - - - Client type - Clienttype - - - - Confidential - Vertrouwelijk - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - Vertrouwelijke clients zijn in staat om de vertrouwelijkheid van hun referenties zoals klantgeheimen te behouden - - - - Public - Openbaar - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - Openbare clients zijn niet in staat om de vertrouwelijkheid te behouden en moeten methoden zoals PKCE gebruiken. - - - - Client ID - Klant-ID - - - - Client Secret - Klantgeheim - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - Als er geen expliciete doorverwijzings-URL's zijn opgegeven, wordt de eerste succesvol gebruikte doorverwijzings-URI opgeslagen. - - - - Signing Key - Ondertekeningsleutel - - - - Key used to sign the tokens. - Sleutel die wordt gebruikt om de tokens te ondertekenen. - - - - Advanced protocol settings - Geavanceerde protocolinstellingen - - - - Access code validity - Geldigheid van toegangscode - - - - Configure how long access codes are valid for. - Configureer hoe lang toegangscodes geldig zijn. - - - - Access Token validity - Geldigheid van toegangstoken - - - - Configure how long access tokens are valid for. - Configureer hoe lang toegangstokens geldig zijn. - - - - Refresh Token validity - Geldigheid van vernieuwingstoken - - - - Configure how long refresh tokens are valid for. - Configureer hoe lang vernieuwingstokens geldig zijn. - - - - Scopes - Scopes - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - Selecteer welke scopes door de klant kunnen worden gebruikt. De klant moet nog steeds de scope specificeren om toegang te krijgen tot de gegevens. - - - - Subject mode - Onderwerpmodus - - - - Based on the User's hashed ID - Gebaseerd op de gehashte ID van de gebruiker - - - - Based on the User's ID - Gebaseerd op de ID van de gebruiker - - - - Based on the User's UUID - Gebaseerd op de UUID van de gebruiker - - - - Based on the User's username - Gebaseerd op de gebruikersnaam van de gebruiker - - - - Based on the User's Email - Gebaseerd op de e-mail van de gebruiker - - - - This is recommended over the UPN mode. - Dit wordt aanbevolen boven de UPN-modus. - - - - Based on the User's UPN - Gebaseerd op de UPN van de gebruiker - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - Vereist dat de gebruiker een 'upn'-attribuut heeft ingesteld en valt terug op gehashte gebruikers-ID. Gebruik deze modus alleen als u verschillende UPN- en maildomeinen hebt. - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - Configureer welke gegevens moeten worden gebruikt als unieke gebruikersidentificatie. Voor de meeste gevallen is de standaardinstelling prima. - - - - Include claims in id_token - Claims opnemen in id_token - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - Neem gebruikersclaims op vanuit scopes in id_token, voor toepassingen die geen toegang hebben tot het userinfo-eindpunt. - - - - Issuer mode - Uitgever modus - - - - Each provider has a different issuer, based on the application slug - Elke provider heeft een andere uitgever, gebaseerd op de toepassingsslug - - - - Same identifier is used for all providers - Hetzelfde identificatienummer wordt gebruikt voor alle providers - - - - Configure how the issuer field of the ID Token should be filled. - Configureer hoe het uitgeversveld van het ID Token moet worden ingevuld. - - - - Machine-to-Machine authentication settings - Machine-naar-machine authenticatie-instellingen - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - JWT's ondertekend door certificaten geconfigureerd in de geselecteerde bronnen kunnen worden gebruikt om te authenticeren bij deze provider. - - - - HTTP-Basic Username Key - HTTP-Basic Gebruikersnaamsleutel - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - Gebruikers-/groepsattribuut dat wordt gebruikt voor het gebruikersgedeelte van de HTTP-Basic-header. Als dit niet is ingesteld, wordt het e-mailadres van de gebruiker gebruikt. - - - - HTTP-Basic Password Key - HTTP-Basic Wachtwoordsleutel - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - Gebruikers-/groepsattribuut dat wordt gebruikt voor het wachtwoordgedeelte van de HTTP-Basic-header. - - - - Proxy - Proxy - - - - Forward auth (single application) - Doorsturen van authenticatie (enkele toepassing) - - - - Forward auth (domain level) - Doorsturen van authenticatie (domeinniveau) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - Deze provider zal zich gedragen als een transparante omgekeerde proxy, behalve dat verzoeken geauthenticeerd moeten zijn. Als uw upstream-toepassing HTTPS gebruikt, zorg er dan voor dat u ook via HTTPS verbinding maakt met de outpost. - - - - External host - Externe host - - - - The external URL you'll access the application at. Include any non-standard port. - De externe URL waarmee u toegang krijgt tot de toepassing. Inclusief eventuele niet-standaard poorten. - - - - Internal host - Interne host - - - - Upstream host that the requests are forwarded to. - Upstream host waarnaar de verzoeken worden doorgestuurd. - - - - Internal host SSL Validation - SSL-validatie interne host - - - - Validate SSL Certificates of upstream servers. - Valideer SSL-certificaten van upstream-servers. - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - Gebruik deze provider met nginx's auth_request of traefik's forwardAuth. Slechts één provider is vereist per hoofddomein. U kunt geen machtigingen per toepassing instellen, maar u hoeft ook geen provider voor elke toepassing te maken. - - - - An example setup can look like this: - Een voorbeeldopstelling kan er als volgt uitzien: - - - - authentik running on auth.example.com - authentik draait op auth.example.com - - - - app1 running on app1.example.com - app1 draait op app1.example.com - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - In dit geval stelt u de authenticatie-URL in op auth.example.com en het cookie-domein op example.com. - - - - Authentication URL - Authenticatie-URL - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - De externe URL waar u zich zult authenticeren. De authentik kernserver moet bereikbaar zijn onder deze URL. - - - - Cookie domain - Cookie-domein - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - Stel dit in op het domein waarvoor u de authenticatie wilt laten gelden. Dit moet een bovenliggend domein zijn van de bovenstaande URL. Als u toepassingen uitvoert als app1.domain.tld, app2.domain.tld, stel dit dan in op 'domain.tld'. - - - - Unknown proxy mode - Onbekende proxy-modus - - - - Token validity - Geldigheid van token - - - - Configure how long tokens are valid for. - Configureer hoe lang tokens geldig zijn. - - - - Additional scopes - Extra scopes - - - - Additional scope mappings, which are passed to the proxy. - Extra scopetoewijzingen die worden doorgegeven aan de proxy. - - - - Unauthenticated URLs - Ongeauthenticeerde URL's - - - - Unauthenticated Paths - Ongeauthenticeerde paden - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - Reguliere expressies waarvoor geen authenticatie vereist is. Elke nieuwe regel wordt geïnterpreteerd als een nieuwe expressie. - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - Bij gebruik van de proxy of doorstuur-authenticatiemodus (enkele toepassing) wordt het aangevraagde URL-pad gecontroleerd aan de hand van de reguliere expressies. Bij gebruik van doorstuur-authenticatiemodus (domeinmodus) wordt de volledige aangevraagde URL inclusief schema en host vergeleken met de reguliere expressies. - - - - Authentication settings - Authenticatie-instellingen - - - - Intercept header authentication - Tussentijdse koptekst authenticatie - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - Indien ingeschakeld, zal authentik de autorisatieheader onderscheppen om het verzoek te authenticeren. - - - - Send HTTP-Basic Authentication - Verstuur HTTP-Basic Authenticatie - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - Verstuur een aangepaste HTTP-Basic authenticatieheader op basis van waarden uit authentik. - - - - ACS URL - ACS URL - - - - Issuer - Uitgever - - - - Service Provider Binding - Service Provider Binding - - - - Redirect - Doorverwijzing - - - - Post - Post - - - - Determines how authentik sends the response back to the Service Provider. - Bepaalt hoe authentik de reactie terugstuurt naar de Service Provider. - - - - Audience - Publiek - - - - Signing Certificate - Ondertekeningscertificaat - - - - Certificate used to sign outgoing Responses going to the Service Provider. - Certificaat gebruikt om uitgaande reacties naar de Service Provider te ondertekenen. - - - - Verification Certificate - Verificatiecertificaat - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - Indien geselecteerd, worden handtekeningen van inkomende assertions gevalideerd tegen dit certificaat. Laat op standaard staan om niet-ondertekende verzoeken toe te staan. - - - - Property mappings - Kenmerkmapping - - - - NameID Property Mapping - Naam-ID-kenmerkmapping - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - Configureer hoe de NameID-waarde wordt gecreëerd. Wanneer leeggelaten, wordt de NameIDPolicy van het inkomende verzoek gerespecteerd. - - - - Assertion valid not before - Assertion geldig vanaf - - - - Configure the maximum allowed time drift for an assertion. - Configureer de maximale toegestane tijdsafwijking voor een assertion. - - - - Assertion valid not on or after - Assertion geldig tot en met - - - - Assertion not valid on or after current time + this value. - Assertion is niet geldig op of na de huidige tijd + deze waarde. - - - - Session valid not on or after - Sessie geldig tot en met - - - - Session not valid on or after current time + this value. - Sessie is niet geldig op of na de huidige tijd + deze waarde. - - - - Digest algorithm - Samenvatting-algoritme - - - - Signature algorithm - Handtekening-algoritme - - - - Successfully imported provider. - Provider succesvol geïmporteerd. - - - - Metadata - Metadata - - - - Apply changes - Wijzigingen toepassen - - - - Close - Sluiten - - - - Finish - Voltooien - - - - Back - Terug - - - - No form found - Geen formulier gevonden - - - - Select type - Selecteer type - - - - Create - Aanmaken - - - - New provider - Nieuwe provider - - - - Create a new provider. - Maak een nieuwe provider aan. - - - - Create - - - - Shared secret - Gedeeld geheim - - - - Client Networks - Clientnetwerken - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - Basis-URL voor SCIM, eindigt meestal op /v2. - - - - Token - Token - - - - User filtering - Gebruikersfiltering - - - - Exclude service accounts - Uitsluiten van serviceaccounts - - - - Group - Groep - - - - Only sync users within the selected group. - Synchroniseer alleen gebruikers binnen de geselecteerde groep. - - - - Attribute mapping - Attribuutmapping - - - - User Property Mappings - Gebruikerskenmerkmapping - - - - Property mappings used to user mapping. - Kenmerkmapping gebruikt voor gebruikersmapping. - - - - Group Property Mappings - Groep-kenmerkmapping - - - - Property mappings used to group creation. - Kenmerkmapping gebruikt voor groepscreatie. - - - - Not used by any other object. - Niet gebruikt door een ander object. - - - - object will be DELETED - object zal worden VERWIJDERD - - - - connection will be deleted - verbinding zal worden verwijderd - - - - reference will be reset to default value - referentie wordt gereset naar standaardwaarde - - - - reference will be set to an empty value - referentie wordt ingesteld naar een lege waarde - - - - () - - - - ID - ID - - - - Successfully deleted - succesvol verwijderd - - - Failed to delete : - - - - Delete - - - - Are you sure you want to delete ? - Weet je zeker dat je wilt verwijderen? - - - Delete - Verwijderen - - - - Providers - Providers - - - - Provide support for protocols like SAML and OAuth to assigned applications. - Bied ondersteuning voor protocollen zoals SAML en OAuth aan toegewezen applicaties. - - - - Type - Type - - - - Provider(s) - Provider(s) - - - - Assigned to application - Toegewezen aan applicatie - - - - Assigned to application (backchannel) - Toegewezen aan applicatie (backchannel) - - - - Update - Update - - - - Update - - - - Select providers to add to application - Selecteer providers om aan de applicatie toe te voegen - - - - Add - Toevoegen - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - Voer een volledige URL, een relatief pad in, of gebruik 'fa://fa-test' om het Font Awesome-pictogram "fa-test" te gebruiken. - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - Padtemplate voor aangemaakte gebruikers. Gebruik plaatshouders zoals `%(slug)s` om de bron-slug in te voegen. - - - - Successfully updated application. - Applicatie succesvol bijgewerkt. - - - - Successfully created application. - Applicatie succesvol aangemaakt. - - - - Slug - Slug - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - Voer optioneel een groepsnaam in. Applicaties met identieke groepen worden samen weergegeven. - - - - Provider - Provider - - - - Select a provider that this application should use. - Selecteer een provider die door deze applicatie moet worden gebruikt. - - - - Select backchannel providers which augment the functionality of the main provider. - Selecteer backchannel providers die de functionaliteit van de hoofdprovider versterken. - - - - Policy engine mode - Modus beleidsengine - - - - Any policy must match to grant access - Elk beleid moet overeenkomen om toegang te verlenen - - - - All policies must match to grant access - Alle beleidsregels moeten overeenkomen om toegang te verlenen - - - - UI settings - UI-instellingen - - - - Launch URL - Start-URL - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - Indien leeg gelaten, zal authentik proberen om de start-URL te extraheren op basis van de geselecteerde provider. - - - - Open in new tab - Openen in nieuw tabblad - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - Indien aangevinkt, zal de start-URL worden geopend in een nieuw browser-tabblad of venster vanuit de applicatiebibliotheek van de gebruiker. - - - - Icon - Pictogram - - - - Currently set to: - Momenteel ingesteld op: - - - - Clear icon - Pictogram wissen - - - - Publisher - Uitgever - - - - Create Application - Applicatie aanmaken - - - - Overview - Overzicht - - - - Changelog - Changelog - - - - Warning: Provider is not used by any Outpost. - Waarschuwing: Provider wordt niet gebruikt door een Outpost. - - - - Assigned to application - Toegewezen aan applicatie - - - - Update LDAP Provider - LDAP-provider bijwerken - - - - Edit - Bewerken - - - - How to connect - Hoe te verbinden - - - - Connect to the LDAP Server on port 389: - Verbinding maken met de LDAP-server op poort 389: - - - - Check the IP of the Kubernetes service, or - Controleer het IP-adres van de Kubernetes-service, of - - - - The Host IP of the docker host - Het host-IP van de Docker-host - - - - Bind DN - Bind DN - - - - Bind Password - Bind-wachtwoord - - - - Search base - Zoekbasis - - - - Preview - Voorbeeld - - - - Warning: Provider is not used by an Application. - Waarschuwing: Provider wordt niet gebruikt door een applicatie. - - - - Redirect URIs - Omleidings-URL's - - - - Update OAuth2 Provider - OAuth2-provider bijwerken - - - - OpenID Configuration URL - OpenID-configuratie-URL - - - - OpenID Configuration Issuer - OpenID-configuratie-issuer - - - - Authorize URL - Authorize-URL - - - - Token URL - Token-URL - - - - Userinfo URL - Gebruikersinfo-URL - - - - Logout URL - Uitlog-URL - - - - JWKS URL - JWKS-URL - - - - Forward auth (domain-level) - Doorsturen van autorisatie (domein-niveau) - - - - Nginx (Ingress) - Nginx (Ingress) - - - - Nginx (Proxy Manager) - Nginx (Proxy Manager) - - - - Nginx (standalone) - Nginx (standalone) - - - - Traefik (Ingress) - Traefik (Ingress) - - - - Traefik (Compose) - Traefik (Compose) - - - - Traefik (Standalone) - Traefik (Standalone) - - - - Caddy (Standalone) - Caddy (Standalone) - - - - Internal Host - Interne host - - - - External Host - Externe host - - - - Basic-Auth - Basis-Authenticatie - - - - Yes - Ja - - - - Mode - Modus - - - - Update Proxy Provider - Proxy-provider bijwerken - - - - Protocol Settings - Protocolinstellingen - - - - Allowed Redirect URIs - Toegestane omleidings-URL's - - - - Setup - Opzetten - - - - No additional setup is required. - Er is geen aanvullende configuratie vereist. - - - - Update Radius Provider - Radius-provider bijwerken - - - - Download - Downloaden - - - - Copy download URL - Kopieer download-URL - - - - Download signing certificate - Download ondertekend certificaat - - - - Related objects - Gerelateerde objecten - - - - Update SAML Provider - SAML-provider bijwerken - - - - SAML Configuration - SAML-configuratie - - - - EntityID/Issuer - EntityID/Uitgever - - - - SSO URL (Post) - SSO-URL (Post) - - - - SSO URL (Redirect) - SSO-URL (Omleiding) - - - - SSO URL (IdP-initiated Login) - SSO-URL (IdP-geïnitieerde login) - - - - SLO URL (Post) - SLO-URL (Post) - - - - SLO URL (Redirect) - SLO-URL (Omleiding) - - - - SAML Metadata - SAML-metadata - - - - Example SAML attributes - Voorbeeld SAML-eigenschappen - - - - NameID attribute - NameID-eigenschap - - - - Warning: Provider is not assigned to an application as backchannel provider. - Waarschuwing: Provider is niet toegewezen aan een applicatie als backchannel-provider. - - - - Update SCIM Provider - SCIM-provider bijwerken - - - - LDAP - LDAP - - - - New application - Nieuwe applicatie - - - - Applications - Applicaties - - - - Provider Type - Provider Type - - - - Application(s) - Applicatie(s) - - - - Application Icon - Applicatie Icoon - - - - Update Application - Applicatie bijwerken - - - - Successfully sent test-request. - Testverzoek succesvol verzonden. - - - - Log messages - Logberichten - - - - No log messages. - Geen logberichten. - - - - Active - Actief - - - - Last login - Laatste aanmelding - - - - Successfully updated group. - Groep succesvol bijgewerkt. - - - - Successfully created group. - Groep succesvol aangemaakt. - - - - Parent - Bovenliggend - - - - Attributes - Eigenschappen - - - - Set custom attributes using YAML or JSON. - Stel aangepaste eigenschappen in met behulp van YAML of JSON. - - - - Successfully updated binding. - Binding succesvol bijgewerkt. - - - - Successfully created binding. - Binding succesvol aangemaakt. - - - - Policy - Beleid - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - Groeptoewijzingen kunnen alleen worden gecontroleerd als een gebruiker al is aangemeld bij het proberen toegang te krijgen tot deze bron. - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - Gebruikerstoewijzingen kunnen alleen worden gecontroleerd als een gebruiker al is aangemeld bij het proberen toegang te krijgen tot deze bron. - - - - Enabled - Ingeschakeld - - - - Negate result - Resultaat omkeren - - - - Negates the outcome of the binding. Messages are unaffected. - Keert de uitkomst van de binding om. Berichten worden niet beïnvloed. - - - - Order - Volgorde - - - - Timeout - Time-out - - - - Successfully updated policy. - Beleid succesvol bijgewerkt. - - - - Successfully created policy. - Beleid succesvol aangemaakt. - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - Een beleid gebruikt voor testen. Geeft altijd hetzelfde resultaat terug als hieronder gespecificeerd, na een willekeurige duur te hebben gewacht. - - - - Execution logging - Uitvoeringslogging - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - Wanneer deze optie is ingeschakeld, worden alle uitvoeringen van dit beleid gelogd. Standaard worden alleen uitvoeringsfouten gelogd. - - - - Policy-specific settings - Beleid-specifieke instellingen - - - - Pass policy? - Beleid doorgeven? - - - - Wait (min) - Wachten (min) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - Het beleid neemt een willekeurige tijd om uit te voeren. Dit regelt de minimale tijd die het zal duren. - - - - Wait (max) - Wachten (max) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - Matcht een gebeurtenis met een reeks criteria. Als een van de geconfigureerde waarden overeenkomt, wordt het beleid goedgekeurd. - - - - Match created events with this action type. When left empty, all action types will be matched. - Match gecreëerde gebeurtenissen met dit actietype. Wanneer leeg gelaten, worden alle actietypen gematcht. - - - - Match events created by selected application. When left empty, all applications are matched. - Match gebeurtenissen gecreëerd door de geselecteerde applicatie. Wanneer leeg gelaten, worden alle applicaties gematcht. - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - Controleert of het wachtwoord van de gebruiker van het verzoek in de laatste x dagen is gewijzigd en wijst af op basis van instellingen. - - - - Maximum age (in days) - Maximale leeftijd (in dagen) - - - - Only fail the policy, don't invalidate user's password - Keur alleen het beleid af, maak het wachtwoord van de gebruiker niet ongeldig - - - - Executes the python snippet to determine whether to allow or deny a request. - Voert het Python fragment uit om te bepalen of een verzoek wordt toegestaan of geweigerd. - - - - Expression using Python. - Expressie met behulp van Python. - - - - See documentation for a list of all variables. - Zie documentatie voor een lijst van alle beschikbare variabelen. - - - - Static rules - Statische regels - - - - Minimum length - Minimale lengte - - - - Minimum amount of Uppercase Characters - Minimale hoeveelheid hoofdletters - - - - Minimum amount of Lowercase Characters - Minimale hoeveelheid kleine letters - - - - Minimum amount of Digits - Minimale hoeveelheid cijfers - - - - Minimum amount of Symbols Characters - Minimale hoeveelheid symbooltekens - - - - Error message - Foutmelding - - - - Symbol charset - Symbooltekenreeks - - - - Characters which are considered as symbols. - Karakters die als symbolen worden beschouwd. - - - - HaveIBeenPwned settings - HaveIBeenPwned-instellingen - - - - Allowed count - Toegestane telling - - - - Allow up to N occurrences in the HIBP database. - Sta tot N voorkomens toe in de HIBP-database. - - - - zxcvbn settings - zxcvbn-instellingen - - - - Score threshold - Score drempelwaarde - - - - If the password's score is less than or equal this value, the policy will fail. - Als de score van het wachtwoord kleiner is dan of gelijk is aan deze waarde, zal het beleid falen. - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - Controleert de waarde van het beleidsverzoek aan de hand van verschillende regels, meestal gebruikt om wachtwoordsterkte te garanderen. - - - - Password field - Wachtwoordveld - - - - Field key to check, field keys defined in Prompt stages are available. - Veldsleutel om te controleren, veldsleutels gedefinieerd in Prompt-stadia zijn beschikbaar. - - - - Check static rules - Controleer statische regels - - - - Check haveibeenpwned.com - Controleer haveibeenpwned.com - - - - For more info see: - Voor meer informatie zie: - - - - Check zxcvbn - Controleer zxcvbn - - - - Password strength estimator created by Dropbox, see: - Wachtwoordsterkteschatting gemaakt door Dropbox, zie: - - - - Allows/denys requests based on the users and/or the IPs reputation. - Staat verzoeken toe/weigert verzoeken op basis van de reputatie van de gebruikers en/of de IP-adressen. - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - Ongeldige inlogpogingen zullen de score voor het IP-adres van de client verlagen, en de -gebruikersnaam waarmee ze proberen in te loggen, met één verlagen. - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - Het beleid slaagt wanneer de reputatiescore onder de drempelwaarde ligt, en -slaagt niet wanneer een of beide geselecteerde opties gelijk zijn aan of boven de drempelwaarde liggen. - - - Check IP - Controleer IP - - - - Check Username - Controleer Gebruikersnaam - - - - Threshold - Drempelwaarde - - - - New policy - Nieuw beleid - - - - Create a new policy. - Maak een nieuw beleid aan. - - - - Create Binding - Creëer Binding - - - - Superuser - Supergebruiker - - - - Members - Leden - - - - Select groups to add user to - Selecteer groepen om gebruiker aan toe te voegen - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - Waarschuwing: Door de gebruiker aan de geselecteerde groep(en) toe te voegen, krijgen ze supergebruikersrechten. - - - - Successfully updated user. - Gebruiker succesvol bijgewerkt. - - - - Successfully created user. - Gebruiker succesvol aangemaakt. - - - - Username - Gebruikersnaam - - - - Email - E-mail - - - - Path - Pad - - - - Policy - - - - Group - - - - User - - - - Edit Policy - Beleid bewerken - - - - Update Group - Groep bijwerken - - - - Edit Group - Groep bewerken - - - - Update User - Gebruiker bijwerken - - - - Edit User - Gebruiker bewerken - - - - Policy binding(s) - Beleid koppeling(en) - - - - Update Binding - Binding bijwerken - - - - Edit Binding - Binding bewerken - - - - No Policies bound. - Geen beleid gekoppeld. - - - - No policies are currently bound to this object. - Er zijn momenteel geen beleidsregels aan dit object gekoppeld. - - - - Related - Gerelateerd - - - - Backchannel Providers - Backchannel Aanbieders - - - - Check access - Toegang controleren - - - - Check - Controleren - - - - Check Application access - Applicatietoegang controleren - - - - Test - Test - - - - Launch - Start - - - - Logins over the last week (per 8 hours) - Inloggen in de afgelopen week (per 8 uur) - - - - Policy / Group / User Bindings - Beleid / Groep / Gebruiker Koppelingen - - - - These policies control which users can access this application. - Deze beleidsregels bepalen welke gebruikers toegang hebben tot deze applicatie. - - - - Successfully updated source. - Bron succesvol bijgewerkt. - - - - Successfully created source. - Bron succesvol aangemaakt. - - - - Sync users - Gebruikers synchroniseren - - - - User password writeback - Gebruikerswachtwoord terugzetten - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - Login wachtwoord wordt automatisch gesynchroniseerd van LDAP naar authentik. Schakel deze optie alleen in om wachtwoordwijzigingen in authentik terug te schrijven naar LDAP. - - - - Sync groups - Groepen synchroniseren - - - - Connection settings - Verbindingsinstellingen - - - - Server URI - Server URI - - - - Specify multiple server URIs by separating them with a comma. - Specificeer meerdere server URI's door ze te scheiden met een komma. - - - - Enable StartTLS - StartTLS inschakelen - - - - To use SSL instead, use 'ldaps://' and disable this option. - Gebruik 'ldaps://' om SSL te gebruiken en schakel deze optie uit. - - - - TLS Verification Certificate - TLS Verificatie Certificaat - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - Bij het verbinden met een LDAP-server met TLS worden certificaten standaard niet gecontroleerd. Geef een sleutelpaar op om het externe certificaat te valideren. - - - - Bind CN - Bind CN - - - - LDAP Attribute mapping - LDAP Attribuuttoewijzing - - - - Additional settings - Extra instellingen - - - - Parent group for all the groups imported from LDAP. - Bovenliggende groep voor alle groepen die zijn geïmporteerd uit LDAP. - - - - User path - Gebruikerspad - - - - Additional user DN, prepended to the Base DN. - Aanvullende gebruikers-DN, toegevoegd aan de basale DN. - - - - Additional group DN, prepended to the Base DN. - Extra groep DN, toegevoegd aan de Basis DN. - - - - User object filter - Filter voor gebruikersobjecten - - - - Consider Objects matching this filter to be Users. - Beschouw objecten die aan deze filter voldoen als gebruikers. - - - - Group object filter - Filter voor groepsobjecten - - - - Consider Objects matching this filter to be Groups. - Beschouw objecten die aan deze filter voldoen als groepen. - - - - Group membership field - Veld dat leden van een groep bevat. Let op dat als het veld "memberUid" wordt gebruikt, de waarde wordt verondersteld een relatieve Distinguished Name te bevatten. Bijv. 'memberUid=some-user' in plaats van 'memberUid=cn=some-user,ou=groups,...' - - - - Object uniqueness field - Veld dat een unieke identificatie bevat. - - - - Field which contains a unique Identifier. - Veld dat een unieke identificatie bevat. - - - - Link users on unique identifier - Koppel gebruikers op basis van een unieke identificatie - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - Koppel aan een gebruiker met een identiek e-mailadres. Kan beveiligingsimplicaties hebben wanneer een bron e-mailadressen niet valideert. - - - - Use the user's email address, but deny enrollment when the email address already exists - Gebruik het e-mailadres van de gebruiker, maar weiger inschrijving als het e-mailadres al bestaat - - - - Link to a user with identical username. Can have security implications when a username is used with another source - Koppel aan een gebruiker met een identieke gebruikersnaam. Kan beveiligingsimplicaties hebben wanneer een gebruikersnaam wordt gebruikt met een andere bron. - - - - Use the user's username, but deny enrollment when the username already exists - Gebruik de gebruikersnaam van de gebruiker, maar weiger inschrijving als de gebruikersnaam al bestaat - - - - Unknown user matching mode - Onbekende modus voor overeenkomst met gebruikers - - - - URL settings - URL-instellingen - - - - Authorization URL - Autorisatie-URL - - - - URL the user is redirect to to consent the authorization. - URL waar de gebruiker naartoe wordt geleid om toestemming te geven voor autorisatie. - - - - Access token URL - Toegangstoken-URL - - - - URL used by authentik to retrieve tokens. - URL die door authentik wordt gebruikt om tokens op te halen. - - - - Profile URL - Profiel-URL - - - - URL used by authentik to get user information. - URL die door authentik wordt gebruikt om gebruikersinformatie op te halen. - - - - Request token URL - URL voor het aanvragen van een token - - - - URL used to request the initial token. This URL is only required for OAuth 1. - URL die wordt gebruikt om het initiële token aan te vragen. Deze URL is alleen vereist voor OAuth 1. - - - - OIDC Well-known URL - OIDC Well-known URL - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - URL voor de bekende configuratie van OIDC. Kan worden gebruikt om de bovenstaande URLs automatisch te configureren. - - - - OIDC JWKS URL - OIDC JWKS URL - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - JSON Web Key URL. Sleutels van de URL worden gebruikt om JWT's van deze bron te valideren. - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - Raw JWKS-gegevens. - - - - User matching mode - Modus voor overeenkomst met gebruikers - - - - Delete currently set icon. - Huidig ingesteld pictogram verwijderen. - - - - Consumer key - Consumentensleutel - - - - Consumer secret - Consumentengeheim - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - Extra scopes die aan de OAuth-provider worden doorgegeven, gescheiden door spaties. Om bestaande scopes te vervangen, voeg een * toe als prefix. - - - - Flow settings - Flowinstellingen - - - - Flow to use when authenticating existing users. - Flow om te gebruiken bij het authenticeren van bestaande gebruikers. - - - - Enrollment flow - Inschrijvingsflow - - - - Flow to use when enrolling new users. - Flow om te gebruiken bij het inschrijven van nieuwe gebruikers. - - - - Load servers - Servers laden - - - - Allow friends to authenticate via Plex, even if you don't share any servers - Sta vrienden toe om via Plex te authenticeren, zelfs als je geen servers deelt - - - - Allowed servers - Toegestane servers - - - - Select which server a user has to be a member of to be allowed to authenticate. - Selecteer welke server een gebruiker lid van moet zijn om toegestaan te zijn te authenticeren. - - - - SSO URL - SSO-URL - - - - URL that the initial Login request is sent to. - URL waarnaar het initiële inlogverzoek wordt verzonden. - - - - SLO URL - SLO-URL - - - - Optional URL if the IDP supports Single-Logout. - Optionele URL als de IDP Single Logout ondersteunt. - - - - Also known as Entity ID. Defaults the Metadata URL. - Ook wel bekend als Entiteit-ID. Standaard de Metagegevens-URL. - - - - Binding Type - Bindings type - - - - Redirect binding - Doorverwijzingsbinding - - - - Post-auto binding - Automatische postbinding - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Postbinding waarbij het verzoek automatisch wordt verzonden en de gebruiker dit niet hoeft te bevestigen. - - - - Post binding - Postbinding - - - - Signing keypair - Ondertekenend sleutelpaar - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - Sleutelpaar dat wordt gebruikt om uitgaande verzoeken te ondertekenen. Laat leeg om ondertekening uit te schakelen. - - - - Allow IDP-initiated logins - IDP-geïnitieerde logins toestaan - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - Staat authenticatiestromen toe die door de IdP zijn geïnitieerd. Dit kan een beveiligingsrisico zijn, omdat er geen validatie van het verzoek-ID wordt uitgevoerd. - - - - NameID Policy - NameID-beleid - - - - Persistent - Permanent - - - - Email address - E-mailadres - - - - Windows - Windows - - - - X509 Subject - X509-onderwerp - - - - Transient - Tijdelijk - - - - Delete temporary users after - Tijdelijke gebruikers verwijderen na - - - - 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. - Tijdsverschil wanneer tijdelijke gebruikers moeten worden verwijderd. Dit is alleen van toepassing als je IDP de NameID-indeling 'tijdelijk' gebruikt en de gebruiker niet handmatig uitlogt. - - - - Pre-authentication flow - Flow voorafgaand aan authenticatie - - - - Flow used before authentication. - Flow die wordt gebruikt vóór authenticatie. - - - - New source - Nieuwe bron - - - - Create a new source. - Een nieuwe bron aanmaken. - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - Bronnen van identiteiten, die kunnen worden gesynchroniseerd met de database van authentik, of kunnen worden gebruikt door gebruikers om zichzelf te authenticeren en in te schrijven. - - - - Source(s) - Bron(nen) - - - - Disabled - Uitgeschakeld - - - - Built-in - Ingebouwd - - - - Update LDAP Source - LDAP-bron bijwerken - - - - OAuth Source - - - - Generic OpenID Connect - Generieke OpenID Connect - - - - Unknown provider type - Onbekend leverancierstype - - - - Details - Details - - - - Callback URL - Terugroep-URL - - - - Access Key - Toegangssleutel - - - - Update OAuth Source - OAuth-bron bijwerken - - - - Diagram - Diagram - - - - Policy Bindings - Beleidsbindings - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - Deze bindings bepalen welke gebruikers toegang hebben tot deze bron. - Je kunt hier alleen beleidsregels gebruiken, omdat toegang wordt gecontroleerd voordat de gebruiker is geauthenticeerd. - - - Update Plex Source - Plex-bron bijwerken - - - - Update SAML Source - SAML-bron bijwerken - - - - Successfully updated mapping. - Succesvol bijgewerkte mapping. - - - - Successfully created mapping. - Succesvol aangemaakte mapping. - - - - SAML Attribute Name - SAML-kenmerknaam - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - Attribuutnaam die wordt gebruikt voor SAML-asserties. Kan een URN OID, een schema-referentie of een andere tekenreeks zijn. Als deze eigenschapsmapping wordt gebruikt voor NameID-eigenschap, wordt dit veld genegeerd. - - - - Friendly Name - Vriendelijke naam - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - Optioneel de 'FriendlyName'-waarde van het Assertieattribuut instellen. - - - - Scope name - Scope-naam - - - - Scope which the client can specify to access these properties. - Scope die de client kan specificeren om toegang te krijgen tot deze eigenschappen. - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - Beschrijving die aan de gebruiker wordt getoond bij instemming. Als dit leeg wordt gelaten, wordt de gebruiker niet geïnformeerd. - - - - Example context data - Voorbeeld contextuele gegevens - - - - Active Directory User - Actieve directorygebruiker - - - - Active Directory Group - Actieve directorygroep - - - - New property mapping - Nieuwe eigenschapsmapping - - - - Create a new property mapping. - Maak een nieuwe eigenschapsmapping aan. - - - - Property Mappings - Eigenschapsmappings - - - - Control how authentik exposes and interprets information. - Beheer hoe authentik informatie blootstelt en interpreteert. - - - - Property Mapping(s) - Eigenschapsmapping(en) - - - - Test Property Mapping - Test eigenschapsmapping - - - - Hide managed mappings - Beheerde mappings verbergen - - - - Successfully updated token. - Succesvol bijgewerkte token. - - - - Successfully created token. - Succesvol aangemaakte token. - - - - Unique identifier the token is referenced by. - Unieke identifier waarnaar de token wordt verwezen. - - - - Intent - Intentie - - - - API Token - API-token - - - - Used to access the API programmatically - Gebruikt om toegang te krijgen tot de API programmatisch - - - - App password. - App-wachtwoord. - - - - Used to login using a flow executor - Gebruikt om in te loggen met behulp van een flow-uitvoerder - - - - Expiring - Vervalt - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - Als dit is geselecteerd, verloopt de token. Bij verloop wordt de token geroteerd. - - - - Expires on - Vervalt op - - - - API Access - API-toegang - - - - App password - App-wachtwoord - - - - Verification - Verificatie - - - - Unknown intent - Onbekende intentie - - - - Tokens - Tokens - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - Tokens worden in authentik gebruikt voor e-mail validatie, herstelsleutels en API-toegang. - - - - Expires? - Verloopt? - - - - Expiry date - Vervaldatum - - - - Token(s) - Tokens - - - - Create Token - Token aanmaken - - - - Token is managed by authentik. - Token wordt beheerd door authentik. - - - - Update Token - Token bijwerken - - - - Domain - Domein - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - Matching wordt gedaan op basis van domeinachtervoegsel, dus als je domein.tld invoert, zal foo.domein.tld nog steeds overeenkomen. - - - - Default - Standaard - - - - Branding settings - Merkinstellingen - - - - Title - Titel - - - - Branding shown in page title and several other places. - Merk getoond in paginatitel en verschillende andere plaatsen. - - - - Logo - Logo - - - - Favicon - Favicon - - - - Icon shown in the browser tab. - Pictogram weergegeven in het browser tabblad. - - - - Default flows - Standaard stromen - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - Flow die wordt gebruikt om gebruikers te authenticeren. Als dit leeg wordt gelaten, wordt de eerste toepasselijke flow gesorteerd op de slug gebruikt. - - - - Invalidation flow - Ongeldigheidsflow - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - Flow die wordt gebruikt om uit te loggen. Als dit leeg wordt gelaten, wordt de eerste toepasselijke flow gesorteerd op de slug gebruikt. - - - - Recovery flow - Herstelflow - - - - Unenrollment flow - Uitschrijvingsflow - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - Als dit is ingesteld, kunnen gebruikers zichzelf uitschrijven met behulp van deze flow. Als er geen flow is ingesteld, wordt de optie niet weergegeven. - - - - User settings flow - Gebruikersinstellingenflow - - - - If set, users are able to configure details of their profile. - Als dit is ingesteld, kunnen gebruikers details van hun profiel configureren. - - - - Device code flow - Apparaatcode-flow - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - Als dit is ingesteld, kan het OAuth Apparaatcode-profiel worden gebruikt en wordt de geselecteerde flow gebruikt om de code in te voeren. - - - - Other global settings - Andere globale instellingen - - - - Web Certificate - Webcertificaat - - - - Event retention - Evenementbehoud - - - - Duration after which events will be deleted from the database. - Duur waarna gebeurtenissen uit de database worden verwijderd. - - - - This setting only affects new Events, as the expiration is saved per-event. - Deze instelling heeft alleen invloed op nieuwe gebeurtenissen, omdat de vervaldatum per gebeurtenis wordt opgeslagen. - - - - Configure visual settings and defaults for different domains. - Configureer visuele instellingen en standaardwaarden voor verschillende domeinen. - - - - Default? - Standaard? - - - - Policies - Beleidsregels - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - Sta gebruikers toe om applicaties te gebruiken op basis van eigenschappen, dwing wachtwoordcriteria af en pas selectief stadia toe. - - - - Assigned to object(s). - - - - Warning: Policy is not assigned. - Waarschuwing: beleidsregel is niet toegewezen. - - - - Test Policy - Testbeleid - - - - Policy / Policies - Beleid / Beleidsregels - - - - Successfully cleared policy cache - Beleidscache succesvol gewist - - - - Failed to delete policy cache - Beleidscache verwijderen mislukt - - - - Clear cache - Cache wissen - - - - Clear Policy cache - Beleidscache wissen - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - Weet je zeker dat je de beleidscache wilt wissen? Dit zal ertoe leiden dat alle beleidsregels opnieuw worden geëvalueerd bij hun volgende gebruik. - - - Reputation scores - Reputatiescores - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - Reputatie voor IP- en gebruikersidentificatie. Scores worden verlaagd voor elke mislukte aanmelding en verhoogd voor elke geslaagde aanmelding. - - - - IP - IP - - - - Score - Score - - - - Updated - Bijgewerkt - - - - Reputation - Reputatie - - - - Groups - Groepen - - - - Group users together and give them permissions based on the membership. - Groepeer gebruikers en geef ze machtigingen op basis van het lidmaatschap. - - - - Superuser privileges? - Supergebruiker-privileges? - - - - Group(s) - Groep(en) - - - - Create Group - Groep aanmaken - - - - Create group - Groep aanmaken - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - Gebruik de onderstaande gebruikersnaam en wachtwoord om te authenticeren. Het wachtwoord kan later worden opgehaald op de Tokens-pagina. - - - - Password - Wachtwoord - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - Geldig voor 360 dagen, waarna het wachtwoord automatisch wordt gewijzigd. Je kunt het wachtwoord kopiëren vanuit de Tokenlijst. - - - - The following objects use - - - - connecting object will be deleted - verbindend object wordt verwijderd - - - - Successfully updated - Succesvol bijgewerkt - - - Failed to update : - - - - Successfully updated password. - Wachtwoord succesvol bijgewerkt. - - - - Successfully sent email. - E-mail succesvol verzonden. - - - - Email stage - E-mail fase - - - - Successfully added user(s). - Gebruiker(s) succesvol toegevoegd. - - - - User(s) - Gebruiker(s) - - - - Remove Users(s) - Gebruiker(s) verwijderen - - - - Are you sure you want to remove the selected users from the group ? - - - - Remove - Verwijderen - - - - Impersonate - Imiteren - - - - User status - Gebruikersstatus - - - - Change status - Status wijzigen - - - - Deactivate - Deactiveren - - - - Update password - Wachtwoord bijwerken - - - - Set password - Wachtwoord instellen - - - - Successfully generated recovery link - Herstelkoppeling succesvol gegenereerd - - - - Copy recovery link - Kopieer herstelkoppeling - - - - Send link - Stuur koppeling - - - - Send recovery link to user - Stuur herstelkoppeling naar gebruiker - - - - Email recovery link - Herstelkoppeling per e-mail - - - - Recovery link cannot be emailed, user has no email address saved. - Herstelkoppeling kan niet per e-mail worden verzonden, gebruiker heeft geen opgeslagen e-mailadres. - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - Waarschuwing: Deze groep is geconfigureerd met supergebruikerstoegang. Toegevoegde gebruikers krijgen supergebruikerstoegang. - - - - Add existing user - Bestaande gebruiker toevoegen - - - - Create User - Gebruiker aanmaken - - - - Hide service-accounts - Service-accounts verbergen - - - - Group Info - Groepsinformatie - - - - Notes - Notities - - - - Edit the notes attribute of this group to add notes here. - Bewerk het notitieattribuut van deze groep om hier notities toe te voegen. - - - - Users - Gebruikers - - - - Root - Root - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - - - - User folders - Gebruikersmappen - - - - Successfully added user to group(s). - Gebruiker succesvol toegevoegd aan groep(en). - - - - Groups to add - Groepen om toe te voegen - - - - Remove from Group(s) - Verwijderen uit groep(en) - - - - Are you sure you want to remove user from the following groups? - - - - Add Group - Groep toevoegen - - - - Add to existing group - Toevoegen aan bestaande groep - - - - Add new group - Nieuwe groep toevoegen - - - - Application authorizations - Toepassingsmachtigingen - - - - Revoked? - Ingetrokken? - - - - Expires - Vervalt - - - - ID Token - ID-token - - - - Refresh Tokens(s) - Verfris tokens - - - - Last IP - Laatste IP - - - - Session(s) - Sessie(s) - - - - Expiry - Vervaldatum - - - - (Current session) - (Huidige sessie) - - - - Permissions - Machtigingen - - - - Consent(s) - Toestemming(en) - - - - Successfully updated device. - Apparaat succesvol bijgewerkt. - - - - Static tokens - Statische tokens - - - - TOTP Device - TOTP-apparaat - - - - Enroll - Inschrijven - - - - Device(s) - Apparaat/Apparaten - - - - Update Device - Apparaat bijwerken - - - - Confirmed - Bevestigd - - - - User Info - Gebruikersinformatie - - - - Actions over the last week (per 8 hours) - Acties van de afgelopen week (per 8 uur) - - - - Edit the notes attribute of this user to add notes here. - Bewerk het notitieattribuut van deze gebruiker om hier notities toe te voegen. - - - - Sessions - Sessies - - - - User events - Gebruikersevenementen - - - - Explicit Consent - Expliciete Toestemming - - - - OAuth Refresh Tokens - OAuth Vernieuwings Tokens - - - - MFA Authenticators - MFA-authenticators - - - - Successfully updated invitation. - Uitnodiging succesvol bijgewerkt. - - - - Successfully created invitation. - Uitnodiging succesvol aangemaakt. - - - - Flow - Flow - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - Indien geselecteerd, is de uitnodiging alleen bruikbaar met de flow. Standaard wordt de uitnodiging geaccepteerd voor alle stromen met uitnodigingsfasen. - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - Optionele gegevens die worden geladen in de contextvariabele 'prompt_data' van de flow. YAML of JSON. - - - - Single use - Eenmalig gebruik - - - - When enabled, the invitation will be deleted after usage. - Indien ingeschakeld, wordt de uitnodiging na gebruik verwijderd. - - - - Select an enrollment flow - Selecteer een inschrijvingsflow - - - - Link to use the invitation. - Link om de uitnodiging te gebruiken. - - - - Invitations - Uitnodigingen - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - Maak uitnodigingskoppelingen aan om gebruikers in te schrijven en indien nodig specifieke attributen van hun account te forceren. - - - - Created by - Gemaakt door - - - - Invitation(s) - Uitnodiging(en) - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - Uitnodiging niet beperkt tot een specifieke flow en kan worden gebruikt met elke inschrijvingsflow. - - - - Update Invitation - Uitnodiging bijwerken - - - - Create Invitation - Uitnodiging aanmaken - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - Waarschuwing: Geen uitnodigingsfase is gekoppeld aan een flow. Uitnodigingen werken niet zoals verwacht. - - - - Auto-detect (based on your browser) - Automatische detectie (op basis van je browser) - - - - Required. - Vereist. - - - - Continue - Doorgaan - - - - Successfully updated prompt. - Prompt succesvol bijgewerkt. - - - - Successfully created prompt. - Prompt succesvol aangemaakt. - - - - Text: Simple Text input - Tekst: Eenvoudige tekstinvoer - - - - Text Area: Multiline text input - Tekstgebied: Tekstinvoer met meerdere regels - - - - Text (read-only): Simple Text input, but cannot be edited. - Tekst (alleen lezen): Eenvoudige tekstinvoer, maar kan niet worden bewerkt. - - - - Text Area (read-only): Multiline text input, but cannot be edited. - Tekstgebied (alleen lezen): Tekstinvoer met meerdere regels, maar kan niet worden bewerkt. - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - Gebruikersnaam: Hetzelfde als tekstinvoer, maar controleert op en voorkomt dubbele gebruikersnamen. - - - - Email: Text field with Email type. - E-mail: Tekstveld met e-mailtype. - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - Wachtwoord: Verborgen invoer, meerdere invoeren van dit type op dezelfde prompt moeten identiek zijn. - - - - Number - Nummer - - - - Checkbox - Checkbox - - - - Radio Button Group (fixed choice) - Keuzerondje Groep (vaste keuze) - - - - Dropdown (fixed choice) - Keuzelijst (vaste keuze) - - - - Date - Datum - - - - Date Time - Datum Tijd - - - - File - Bestand - - - - Separator: Static Separator Line - Scheider: Statische scheiderlijn - - - - Hidden: Hidden field, can be used to insert data into form. - Verborgen: Verborgen veld, kan worden gebruikt om gegevens in te voeren in het formulier. - - - - Static: Static value, displayed as-is. - Statisch: Statische waarde, zoals het wordt weergegeven. - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik: Lokalisatie: Toont een lijst van talen die authentik ondersteunt. - - - - Preview errors - Fouten vooraf bekijken - - - - Data preview - Datavoorbeeld - - - - Unique name of this field, used for selecting fields in prompt stages. - Unieke naam van dit veld, gebruikt voor het selecteren van velden in promptfasen. - - - - Field Key - Veldsleutel - - - - Name of the form field, also used to store the value. - Naam van het formulierenveld, wordt ook gebruikt om de waarde op te slaan. - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - Indien gebruikt in combinatie met een Gebruiker Schrijf-fase, gebruik attributes.foo om attributen te schrijven. - - - - Label - Label - - - - Label shown next to/above the prompt. - Label weergegeven naast/boven de prompt. - - - - Required - Verplicht - - - - Interpret placeholder as expression - Interpreteer aanduiding als expressie - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - Indien aangevinkt, wordt de aanduiding geëvalueerd op dezelfde manier als een eigenschapsafbeelding. - Als de evaluatie mislukt, wordt de aanduiding zelf geretourneerd. - - - Placeholder - Aanduiding - - - - 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. - Optioneel een korte aanwijzing geven die de verwachte invoerwaarde beschrijft. - Bij het maken van een veld met een vaste keuze, schakel interpreteren als expressie in en retourneer een lijst om meerdere keuzes te maken. - - - Interpret initial value as expression - Interpreteer de initiële waarde als expressie - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - Indien aangevinkt, wordt de initiële waarde geëvalueerd op dezelfde manier als een eigenschapsafbeelding. - Als de evaluatie mislukt, wordt de initiële waarde zelf geretourneerd. - - - Initial value - Initiële waarde - - - - 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. - Optioneel de invoer vooraf invullen met een initiële waarde. - Bij het maken van een veld met een vaste keuze, schakel interpreteren als expressie in en retourneer een lijst om meerdere standaardkeuzes te maken. - - - Help text - Helptekst - - - - Any HTML can be used. - Elke HTML kan worden gebruikt. - - - - Prompts - Prompts - - - - Single Prompts that can be used for Prompt Stages. - Enkele prompts die kunnen worden gebruikt voor promptfasen. - - - - Field - Veld - - - - Stages - Fasen - - - - Prompt(s) - Prompt(s) - - - - Update Prompt - Prompt bijwerken - - - - Create Prompt - Prompt aanmaken - - - - Target - Doel - - - - Stage - Fase - - - - Evaluate when flow is planned - Evalueer wanneer flow is gepland - - - - Evaluate policies during the Flow planning process. - Evalueer beleid tijdens het flowplanningsproces. - - - - Evaluate when stage is run - Evalueer wanneer fase wordt uitgevoerd - - - - Invalid response behavior - Ongeldig responsgedrag - - - - Returns the error message and a similar challenge to the executor - Geeft de foutmelding en een vergelijkbare uitdaging terug aan de uitvoerder - - - - Restarts the flow from the beginning - Start de flow opnieuw vanaf het begin - - - - Restarts the flow from the beginning, while keeping the flow context - Start de flow opnieuw vanaf het begin, terwijl de flowcontext behouden blijft - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - Configureer hoe de uitvoerder van de flow moet omgaan met een ongeldig antwoord op een uitdaging die wordt gegeven door deze gebonden fase. - - - - Successfully updated stage. - Fase succesvol bijgewerkt. - - - - Successfully created stage. - Fase succesvol aangemaakt. - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Fase gebruikt om een op Duo gebaseerde authenticator te configureren. Deze fase moet worden gebruikt voor configuratiestromen. - - - - Authenticator type name - Naam van authenticatortype - - - - Display name of this authenticator, used by users when they enroll an authenticator. - Weergavenaam van deze authenticator, gebruikt door gebruikers wanneer ze een authenticator inschrijven. - - - - API Hostname - API-hostnaam - - - - Duo Auth API - Duo Auth API - - - - Integration key - Integratiesleutel - - - - Secret key - Geheime sleutel - - - - Duo Admin API (optional) - Duo Admin API (optioneel) - - - - Stage-specific settings - Fase-specifieke instellingen - - - - Configuration flow - Configuratieflow - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - Flow gebruikt door een geauthenticeerde gebruiker om deze fase te configureren. Als leeg, kan de gebruiker deze fase niet configureren. - - - - Twilio Account SID - Twilio Account SID - - - - Get this value from https://console.twilio.com - Haal deze waarde op van https://console.twilio.com - - - - Twilio Auth Token - Twilio Auth Token - - - - Authentication Type - Authenticatietype - - - - Basic Auth - Basisverificatie - - - - Bearer Token - Bearer-token - - - - External API URL - Externe API-URL - - - - This is the full endpoint to send POST requests to. - Dit is het volledige eindpunt om POST-verzoeken naartoe te sturen. - - - - API Auth Username - API Verificatiegebruikersnaam - - - - This is the username to be used with basic auth or the token when used with bearer token - Dit is de gebruikersnaam die wordt gebruikt met basisverificatie of de token bij gebruik met een bearer-token - - - - API Auth password - API Verificatiewachtwoord - - - - This is the password to be used with basic auth - Dit is het wachtwoord dat wordt gebruikt bij basisverificatie - - - - Mapping - Toewijzing - - - - Stage used to configure an SMS-based TOTP authenticator. - Fase gebruikt om een SMS-gebaseerde TOTP-authenticator te configureren. - - - - Twilio - Twilio - - - - Generic - Algemeen - - - - From number - Van nummer - - - - Number the SMS will be sent from. - Nummer van waaruit de SMS wordt verzonden. - - - - Hash phone number - Hash telefoonnummer - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - Indien ingeschakeld, wordt alleen een hash van het telefoonnummer opgeslagen. Dit kan om redenen van gegevensbescherming worden gedaan. Apparaten die zijn gemaakt vanuit een fase met deze functie ingeschakeld, kunnen niet worden gebruikt met de authenticator-validatiefase. - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - Fase gebruikt om een statische authenticator te configureren (bijv. statische tokens). Deze fase moet worden gebruikt voor configuratiestromen. - - - - Token count - Aantal tokens - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - Fase gebruikt om een TOTP-authenticator te configureren (bijv. Authy/Google Authenticator). - - - - Digits - Cijfers - - - - 6 digits, widely compatible - 6 cijfers, breed compatibel - - - - 8 digits, not compatible with apps like Google Authenticator - 8 cijfers, niet compatibel met apps zoals Google Authenticator - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - Fase gebruikt om elke authenticator te valideren. Deze fase moet worden gebruikt tijdens authenticatie- of autorisatiestromen. - - - - Device classes - Apparaatklassen - - - - Static Tokens - Statische tokens - - - - TOTP Authenticators - TOTP-authenticators - - - - WebAuthn Authenticators - WebAuthn-authenticators - - - - Duo Authenticators - Duo-authenticators - - - - SMS-based Authenticators - SMS-gebaseerde authenticators - - - - Device classes which can be used to authenticate. - Apparaatklassen die kunnen worden gebruikt om te verifiëren. - - - - Last validation threshold - Laatste validatiedrempel - - - - Not configured action - Niet geconfigureerde actie - - - - Force the user to configure an authenticator - Forceer de gebruiker om een authenticator te configureren - - - - Deny the user access - Weiger de gebruiker toegang - - - - WebAuthn User verification - WebAuthn Gebruikersverificatie - - - - User verification must occur. - Gebruikersverificatie moet plaatsvinden. - - - - User verification is preferred if available, but not required. - Gebruikersverificatie heeft de voorkeur indien beschikbaar, maar is niet vereist. - - - - User verification should not occur. - Gebruikersverificatie mag niet plaatsvinden. - - - - Configuration stages - Configuratiefases - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - Fases gebruikt om Authenticator te configureren wanneer de gebruiker geen compatibele apparaten heeft. Nadat deze configuratiefase is doorlopen, wordt de gebruiker niet opnieuw gevraagd. - - - - When multiple stages are selected, the user can choose which one they want to enroll. - Als meerdere fases zijn geselecteerd, kan de gebruiker kiezen welke hij wil inschrijven. - - - - User verification - Gebruikersverificatie - - - - Resident key requirement - Vereiste residente sleutel - - - - Authenticator Attachment - Authenticatorbijlage - - - - No preference is sent - Geen voorkeur wordt verzonden - - - - A non-removable authenticator, like TouchID or Windows Hello - Een niet-verwijderbare authenticator, zoals TouchID of Windows Hello - - - - A "roaming" authenticator, like a YubiKey - Een "roaming" authenticator, zoals een YubiKey - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - Deze stap controleert de huidige sessie van de gebruiker bij de Google reCaptcha (of compatibele) service. - - - - Public Key - Openbare sleutel - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Openbare sleutel, verkregen van https://www.google.com/recaptcha/intro/v3.html. - - - - Private Key - Privésleutel - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Privésleutel, verkregen van https://www.google.com/recaptcha/intro/v3.html. - - - - Advanced settings - Geavanceerde instellingen - - - - JS URL - JS-URL - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - URL om JavaScript op te halen, standaard naar recaptcha. Kan worden vervangen door een compatibel alternatief. - - - - API URL - API-URL - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - URL gebruikt om captcha-reactie te valideren, standaard naar recaptcha. Kan worden vervangen door een compatibel alternatief. - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - Vraag om toestemming van de gebruiker. De toestemming kan permanent zijn of na een bepaalde tijd verlopen. - - - - Always require consent - Vereis altijd toestemming - - - - Consent expires in - Toestemming verloopt over - - - - Offset after which consent expires. - Vertraging na verloop waarvan toestemming vervalt. - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - Dummyfase voor testdoeleinden. Toont een eenvoudige knop "Doorgaan" en slaagt altijd. - - - - Throw error? - Fout gooien? - - - - SMTP Host - SMTP-host - - - - SMTP Port - SMTP-poort - - - - SMTP Username - SMTP-gebruikersnaam - - - - SMTP Password - SMTP-wachtwoord - - - - Use TLS - TLS gebruiken - - - - Use SSL - SSL gebruiken - - - - From address - Afzenderadres - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - Verifieer het e-mailadres van de gebruiker door hen een eenmalige link te sturen. Kan ook worden gebruikt voor herstel om de authenticiteit van de gebruiker te verifiëren. - - - - Activate pending user on success - Activeer de in behandeling zijnde gebruiker bij succes - - - - When a user returns from the email successfully, their account will be activated. - Wanneer een gebruiker succesvol terugkeert vanuit de e-mail, wordt hun account geactiveerd. - - - - Use global settings - Gebruik wereldwijde instellingen - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - Indien ingeschakeld, worden de wereldwijde e-mail verbindingsinstellingen gebruikt en worden de onderstaande verbindingsinstellingen genegeerd. - - - - Template - Sjabloon - - - - Let the user identify themselves with their username or Email address. - Laat de gebruiker zichzelf identificeren met hun gebruikersnaam of e-mailadres. - - - - User fields - Gebruikersvelden - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - Velden waarmee een gebruiker zich kan identificeren. Als er geen velden zijn geselecteerd, kan de gebruiker alleen bronnen gebruiken. - - - - Password stage - Wachtwoordfase - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - Indien geselecteerd, wordt een wachtwoordveld weergegeven op dezelfde pagina in plaats van een aparte pagina. Dit voorkomt aanvallen voor het opsporen van gebruikersnamen. - - - - Case insensitive matching - Hoofdletterongevoelige vergelijking - - - - When enabled, user fields are matched regardless of their casing. - Indien ingeschakeld, worden gebruikersvelden vergeleken ongeacht de hoofdletters. - - - - Show matched user - Toon overeenkomende gebruiker - - - - 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. - Wanneer een geldige gebruikersnaam/e-mail is ingevoerd en deze optie is ingeschakeld, wordt de gebruikersnaam en avatar van de gebruiker weergegeven. Anders wordt de tekst die de gebruiker heeft ingevoerd, weergegeven. - - - - Source settings - Broninstellingen - - - - Sources - Bronnen - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - Selectiebronnen moeten worden getoond aan gebruikers om mee te authenticeren. Dit heeft alleen invloed op webgebaseerde bronnen, niet op LDAP. - - - - Show sources' labels - Toon labels van bronnen - - - - By default, only icons are shown for sources. Enable this to show their full names. - Standaard worden alleen pictogrammen weergegeven voor bronnen. Schakel dit in om hun volledige namen te tonen. - - - - Passwordless flow - Wachtwoordloze flow - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - Optionele wachtwoordloze flow, die onder aan de pagina is gekoppeld. Wanneer geconfigureerd, kunnen gebruikers deze flow gebruiken om te authenticeren met een WebAuthn-authenticator zonder enige gegevens in te voeren. - - - - Optional enrollment flow, which is linked at the bottom of the page. - Optionele inschrijvingsflow, die onder aan de pagina is gekoppeld. - - - - Optional recovery flow, which is linked at the bottom of the page. - Optionele herstelflow, die onder aan de pagina is gekoppeld. - - - - This stage can be included in enrollment flows to accept invitations. - Deze fase kan worden opgenomen in inschrijvingsflows om uitnodigingen te accepteren. - - - - Continue flow without invitation - Doorgaan met de flow zonder uitnodiging - - - - 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. - Als deze vlag is ingesteld, springt deze fase naar de volgende fase wanneer er geen uitnodiging is gegeven. Standaard wordt de flow geannuleerd als er geen uitnodiging is gegeven. - - - - Validate the user's password against the selected backend(s). - Valideer het wachtwoord van de gebruiker tegen de geselecteerde backend(s). - - - - Backends - Back-ends - - - - User database + standard password - Gebruikersdatabase + standaard wachtwoord - - - - User database + app passwords - Gebruikersdatabase + app-wachtwoorden - - - - User database + LDAP password - Gebruikersdatabase + LDAP-wachtwoord - - - - Selection of backends to test the password against. - Selectie van back-ends om het wachtwoord tegen te testen. - - - - Failed attempts before cancel - Mislukte pogingen voordat annuleren - - - - 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. - Hoeveel pogingen een gebruiker heeft voordat de flow wordt geannuleerd. Gebruik een reputatiebeleid en een user_write-fase om de gebruiker uit te sluiten. - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - Toon willekeurige invoervelden aan de gebruiker, bijvoorbeeld tijdens inschrijving. Gegevens worden opgeslagen in de flow-context onder de variabele 'prompt_data'. - - - - Fields - Velden - - - - Validation Policies - Validatiebeleid - - - - Selected policies are executed when the stage is submitted to validate the data. - Geselecteerde beleidsregels worden uitgevoerd wanneer de fase wordt ingediend om de gegevens te valideren. - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - Verwijder de momenteel in behandeling zijnde gebruiker. LET OP, deze fase vraagt niet om bevestiging. Gebruik een toestemmingsfase om ervoor te zorgen dat de gebruiker zich bewust is van hun acties. - - - Log the currently pending user in. - Meld de momenteel in behandeling zijnde gebruiker aan. - - - - Session duration - Sessieduur - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - Bepaalt hoelang een sessie duurt. De standaardwaarde van 0 seconden betekent dat de sessie duurt tot de browser wordt gesloten. - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - Verschillende browsers behandelen sessiecookies anders en verwijderen ze mogelijk niet, zelfs niet wanneer de browser is gesloten. - - - - See here. - Zie hier. - - - - Stay signed in offset - Verblijf ingelogd verschuiving - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - Als ingesteld op een duur boven 0, heeft de gebruiker de mogelijkheid om te kiezen voor "ingelogd blijven", wat hun sessie zal verlengen met de hier opgegeven tijd. - - - - Terminate other sessions - Beëindig andere sessies - - - - When enabled, all previous sessions of the user will be terminated. - Indien ingeschakeld, worden alle vorige sessies van de gebruiker beëindigd. - - - - Remove the user from the current session. - Verwijder de gebruiker uit de huidige sessie. - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - Schrijf alle gegevens van 'prompt_data' in de context van de flow naar de huidige in behandeling zijnde gebruiker. Als er geen gebruiker in behandeling is, wordt er een nieuwe gebruiker aangemaakt en worden de gegevens naar hen geschreven. - - - Never create users - Maak nooit gebruikers aan - - - - When no user is present in the flow context, the stage will fail. - Als er geen gebruiker aanwezig is in de flow-context, zal de fase mislukken. - - - - Create users when required - Maak gebruikers aan wanneer nodig - - - - When no user is present in the the flow context, a new user is created. - Als er geen gebruiker aanwezig is in de flow-context, wordt er een nieuwe gebruiker aangemaakt. - - - - Always create new users - Maak altijd nieuwe gebruikers aan - - - - Create a new user even if a user is in the flow context. - Maak een nieuwe gebruiker aan, zelfs als er al een gebruiker aanwezig is in de flow-context. - - - - Create users as inactive - Maak gebruikers aan als inactief - - - - Mark newly created users as inactive. - Markeer nieuw aangemaakte gebruikers als inactief. - - - - User path template - Gebruikerspad sjabloon - - - - Path new users will be created under. If left blank, the default path will be used. - Pad waar nieuwe gebruikers onder worden gemaakt. Als dit leeg wordt gelaten, wordt het standaard pad gebruikt. - - - - Newly created users are added to this group, if a group is selected. - Nieuw aangemaakte gebruikers worden aan deze groep toegevoegd als er een groep is geselecteerd. - - - - New stage - Nieuwe fase - - - - Create a new stage. - Maak een nieuwe fase aan. - - - - Successfully imported device. - Apparaat succesvol geïmporteerd. - - - - The user in authentik this device will be assigned to. - De gebruiker in authentik aan dit apparaat wordt toegewezen. - - - - Duo User ID - Duo gebruikers-ID - - - - The user ID in Duo, can be found in the URL after clicking on a user. - De gebruikers-ID in Duo, te vinden in de URL na het klikken op een gebruiker. - - - - Automatic import - Automatische import - - - - Successfully imported devices. - - - - Start automatic import - Start automatische import - - - - Or manually import - Of handmatig importeren - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - Fases zijn afzonderlijke stappen in een Flow waardoor een gebruiker wordt geleid. Een fase kan alleen worden uitgevoerd vanuit een flow. - - - - Flows - Flows - - - - Stage(s) - Fase(s) - - - - Import - Importeren - - - - Import Duo device - Importeer Duo-apparaat - - - - Successfully updated flow. - Flow succesvol bijgewerkt. - - - - Successfully created flow. - Flow succesvol aangemaakt. - - - - Shown as the Title in Flow pages. - Weergegeven als de titel op flowpagina's. - - - - Visible in the URL. - Zichtbaar in de URL. - - - - Designation - Aanduiding - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - Bepaalt waarvoor deze Flow wordt gebruikt. Bijvoorbeeld, de Authenticatie flow wordt doorverwezen wanneer een niet-geauthenticeerde gebruiker authentik bezoekt. - - - - No requirement - Geen vereiste - - - - Require authentication - Vereis authenticatie - - - - Required authentication level for this flow. - Vereist authenticatieniveau voor deze flow. - - - - Behavior settings - Gedrag instellingen - - - - Compatibility mode - Compatibiliteitsmodus - - - - Increases compatibility with password managers and mobile devices. - Verhoogt de compatibiliteit met wachtwoordbeheerders en mobiele apparaten. - - - - Denied action - Geweigerde actie - - - - Will follow the ?next parameter if set, otherwise show a message - Volgt de parameter ?next als ingesteld, anders wordt een bericht weergegeven - - - - Will either follow the ?next parameter or redirect to the default interface - Volgt óf de parameter ?next óf wordt doorgestuurd naar de standaard interface - - - - Will notify the user the flow isn't applicable - Zal de gebruiker op de hoogte stellen dat de flow niet van toepassing is - - - - Decides the response when a policy denies access to this flow for a user. - Bepaalt de reactie wanneer een beleid de toegang tot deze flow voor een gebruiker weigert. - - - - Appearance settings - Weergave-instellingen - - - - Layout - Indeling - - - - Background - Achtergrond - - - - Background shown during execution. - Achtergrond weergegeven tijdens uitvoering. - - - - Clear background - Wis achtergrond - - - - Delete currently set background image. - Verwijder momenteel ingestelde achtergrondafbeelding. - - - - Successfully imported flow. - Flow succesvol geïmporteerd. - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - Flows beschrijven een reeks fases om een gebruiker te authenticeren, in te schrijven of te herstellen. Fases worden gekozen op basis van toegepaste beleidsregels. - - - - Flow(s) - Flow(s) - - - - Update Flow - Flow bijwerken - - - - Create Flow - Flow aanmaken - - - - Import Flow - Flow importeren - - - - Successfully cleared flow cache - Flowcache succesvol gewist - - - - Failed to delete flow cache - Kon flowcache niet wissen - - - - Clear Flow cache - Flowcache wissen - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - Weet je zeker dat je de flow-cache wilt wissen? - Dit zal ertoe leiden dat alle flows opnieuw worden geëvalueerd bij hun volgende gebruik. - - - Stage binding(s) - Fasebinding(en) - - - - Stage type - Fasetype - - - - Edit Stage - Fase bewerken - - - - Update Stage binding - Fasebinding bijwerken - - - - These bindings control if this stage will be applied to the flow. - Deze bindingen bepalen of deze fase aan de flow zal worden toegevoegd. - - - - No Stages bound - Geen fasen gebonden - - - - No stages are currently bound to this flow. - Er zijn momenteel geen fasen gebonden aan deze flow. - - - - Create Stage binding - Fasebinding aanmaken - - - - Bind existing stage - Bestaande fase binden - - - - Flow Overview - Flow-overzicht - - - - Related actions - Gerelateerde acties - - - - Execute flow - Flow uitvoeren - - - - Normal - Normaal - - - - Export flow - Flow exporteren - - - - Export - Exporteren - - - - Stage Bindings - Fasebindingen - - - - These bindings control which users can access this flow. - Deze bindingen bepalen welke gebruikers toegang hebben tot deze flow. - - - - Event Log - Gebeurtenissenlogboek - - - - Event - - - - Event info - Gebeurtenisinformatie - - - - Created - Aangemaakt - - - - Successfully updated transport. - Transport succesvol bijgewerkt. - - - - Successfully created transport. - Transport succesvol aangemaakt. - - - - Local (notifications will be created within authentik) - Lokaal (meldingen worden binnen authentik aangemaakt) - - - - Webhook (generic) - Webhook (algemeen) - - - - Webhook (Slack/Discord) - Webhook (Slack/Discord) - - - - Webhook URL - Webhook-URL - - - - Send once - Eenmaal verzenden - - - - Only send notification once, for example when sending a webhook into a chat channel. - Alleen een melding verzenden, bijvoorbeeld wanneer een webhook naar een chatkanaal wordt gestuurd. - - - - Notification Transports - Meldingstransporten - - - - Define how notifications are sent to users, like Email or Webhook. - Definieer hoe meldingen naar gebruikers worden gestuurd, zoals e-mail of webhook. - - - - Notification transport(s) - Meldingstransport(en) - - - - Update Notification Transport - Meldingstransport bijwerken - - - - Create Notification Transport - Meldingstransport aanmaken - - - - Successfully updated rule. - Regel succesvol bijgewerkt. - - - - Successfully created rule. - Regel succesvol aangemaakt. - - - - Transports - Transporten - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - Selecteer welke transporten moeten worden gebruikt om de gebruiker op de hoogte te stellen. Als er geen zijn geselecteerd, wordt de melding alleen weergegeven in de authentik-gebruikersinterface. - - - - Severity - Ernst - - - - Notification Rules - Meldingsregels - - - - Send notifications whenever a specific Event is created and matched by policies. - Stuur meldingen wanneer een specifieke gebeurtenis wordt aangemaakt en overeenkomt met beleidsregels. - - - - Sent to group - Naar groep gestuurd - - - - Notification rule(s) - Meldingsregel(s) - - - - Update Notification Rule - Meldingsregel bijwerken - - - - Create Notification Rule - Meldingsregel aanmaken - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - Deze bindingen bepalen op welke gebeurtenissen deze regel wordt geactiveerd. -Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de gebeurtenis. - - - Outpost Deployment Info - Info over buitenpost-implementatie - - - - View deployment documentation - Bekijk implementatiedocumentatie - - - - Click to copy token - Klik om token te kopiëren - - - - If your authentik Instance is using a self-signed certificate, set this value. - Als uw authentik-instantie een zelfondertekend certificaat gebruikt, stelt u deze waarde in. - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - Als de instelling authentik_host niet overeenkomt met de URL waarmee u wilt inloggen, voegt u deze instelling toe. - - - - Successfully updated outpost. - Buitenpost succesvol bijgewerkt. - - - - Successfully created outpost. - Buitenpost succesvol aangemaakt. - - - - Radius - Radius - - - - Integration - Integratie - - - - Selecting an integration enables the management of the outpost by authentik. - Het selecteren van een integratie maakt het beheer van de buitenpost mogelijk door authentik. - - - - Configuration - Configuratie - - - - See more here: - Zie hier voor meer informatie: - - - - Documentation - Documentatie - - - - Last seen - Laatst gezien - - - - , should be - - - - Hostname - Hostnaam - - - - Not available - Niet beschikbaar - - - - Unknown type - Onbekend type - - - - Outposts - Buitenposten - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Buitenposten zijn implementaties van authentik-componenten om verschillende omgevingen en protocollen te ondersteunen, zoals omgekeerde proxies. - - - - Health and Version - Gezondheid en versie - - - - Warning: authentik Domain is not configured, authentication will not work. - Waarschuwing: het authentik-domein is niet geconfigureerd, authenticatie werkt niet. - - - - Logging in via . - - - - No integration active - Geen actieve integratie - - - - Update Outpost - Buitenpost bijwerken - - - - View Deployment Info - Bekijk implementatie-informatie - - - - Detailed health (one instance per column, data is cached so may be out of date) - Gedetailleerde gezondheid (één instantie per kolom, gegevens worden gecachet dus kunnen verouderd zijn) - - - - Outpost(s) - Buitenpost(en) - - - - Create Outpost - Buitenpost aanmaken - - - - Successfully updated integration. - Integratie succesvol bijgewerkt. - - - - Successfully created integration. - Integratie succesvol aangemaakt. - - - - Local - Lokaal - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - Indien ingeschakeld, gebruik de lokale verbinding. Vereist Docker-socket/Kubernetes-integratie. - - - - Docker URL - Docker-URL - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - CA waarmee het certificaat van het eindpunt wordt geverifieerd. Kan leeg worden gelaten voor geen validatie. - - - - TLS Authentication Certificate/SSH Keypair - TLS-authenticatiecertificaat/SSH-sleutelpaar - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - Certificaat/sleutel gebruikt voor authenticatie. Kan leeg worden gelaten voor geen authenticatie. - - - - When connecting via SSH, this keypair is used for authentication. - Bij verbinding via SSH wordt dit sleutelpaar gebruikt voor authenticatie. - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - Verifieer het SSL-certificaat van de Kubernetes API - - - - New outpost integration - Nieuwe buitenpost-integratie - - - - Create a new outpost integration. - Maak een nieuwe buitenpost-integratie aan. - - - - State - Status - - - - Unhealthy - Ongezond - - - - Outpost integration(s) - Buitenpost-integratie(s) - - - - Successfully generated certificate-key pair. - Sleutelpaar voor certificaat succesvol gegenereerd. - - - - Common Name - Algemene naam - - - - Subject-alt name - Onderwerp-alternatieve naam - - - - Optional, comma-separated SubjectAlt Names. - Optioneel, door komma's gescheiden alternatieve SubjectAlt-namen. - - - - Validity days - Geldigheidsduur in dagen - - - - Successfully updated certificate-key pair. - Sleutelpaar voor certificaat succesvol bijgewerkt. - - - - Successfully created certificate-key pair. - Sleutelpaar voor certificaat succesvol aangemaakt. - - - - PEM-encoded Certificate data. - PEM-gecodeerde certificaatgegevens. - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - Optionele privésleutel. Als dit is ingesteld, kunt u dit sleutelpaar gebruiken voor versleuteling. - - - - Certificate-Key Pairs - Certificaat-sleutelparen - - - - Import certificates of external providers or create certificates to sign requests with. - Importeer certificaten van externe leveranciers of maak certificaten aan om verzoeken te ondertekenen. - - - - Private key available? - Privésleutel beschikbaar? - - - - Certificate-Key Pair(s) - Certificaat-sleutelpaar(len) - - - - Managed by authentik - Beheerd door authentik - - - - Managed by authentik (Discovered) - Beheerd door authentik (Ontdekt) - - - - Yes () - - - - No - Nee - - - - Update Certificate-Key Pair - Certificaat-sleutelpaar bijwerken - - - - Certificate Fingerprint (SHA1) - Certificaat vingerafdruk (SHA1) - - - - Certificate Fingerprint (SHA256) - Certificaat vingerafdruk (SHA256) - - - - Certificate Subject - Certificaatonderwerp - - - - Download Certificate - Certificaat downloaden - - - - Download Private key - Privésleutel downloaden - - - - Generate - Genereren - - - - Successfully updated instance. - Instantie succesvol bijgewerkt. - - - - Successfully created instance. - Instantie succesvol aangemaakt. - - - - Disabled blueprints are never applied. - Uitgeschakelde blueprints worden nooit toegepast. - - - - Local path - Lokaal pad - - - - OCI Registry - OCI-register - - - - Internal - Intern - - - - Blueprint - Blauwdruk - - - - Configure the blueprint context, used for templating. - Configureer de blauwdrukcontext, gebruikt voor sjablonering. - - - - Orphaned - Wees - - - - Blueprints - Blauwdrukken - - - - Automate and template configuration within authentik. - Automatiseer en sjabloniseer configuratie binnen authentik. - - - - Last applied - Laatst toegepast - - - - Blueprint(s) - Blauwdruk(ken) - - - - Update Blueprint - Blauwdruk bijwerken - - - - Create Blueprint Instance - Blauwdrukinstantie aanmaken - - - - API Requests - API-verzoeken - - - - Open API Browser - Open API-browser - - - - Notifications - Meldingen - - - - unread - ongelezen - - - - Successfully cleared notifications - Meldingen succesvol gewist - - - - Clear all - Alles wissen - - - - User interface - Gebruikersinterface - - - - Dashboards - Dashboards - - - - Events - Gebeurtenissen - - - - Logs - Logboeken - - - - Directory - Map - - - - System - Systeem - - - - Certificates - Certificaten - - - - Outpost Integrations - Outpost-integraties - - - - API request failed - API-verzoek mislukt - - - - Something went wrong! Please try again later. - Er is iets fout gegaan! Probeer het later opnieuw. - - - - Request ID - Aanvraag-ID - - - - You may close this page now. - U kunt deze pagina nu sluiten. - - - - You're about to be redirect to the following URL. - U wordt zo naar de volgende URL omgeleid. - - - - Follow redirect - Volg omleiding - - - - Request has been denied. - Aanvraag is geweigerd. - - - - Not you? - Niet uzelf? - - - - Need an account? - Heeft u een account nodig? - - - - Sign up. - Meld u aan. - - - - Forgot username or password? - Gebruikersnaam of wachtwoord vergeten? - - - - Or - Of - - - - Use a security key - Gebruik een beveiligingssleutel - - - - Login to continue to . - - - - Please enter your password - Voer uw wachtwoord in - - - - Forgot password? - Wachtwoord vergeten? - - - - Application requires following permissions: - Toepassing vereist de volgende rechten: - - - - Application already has access to the following permissions: - Toepassing heeft al toegang tot de volgende rechten: - - - - Application requires following new permissions: - Toepassing vereist de volgende nieuwe rechten: - - - - Check your Inbox for a verification email. - Controleer uw Postvak IN voor een verificatie-e-mail. - - - - Send Email again. - Stuur de e-mail opnieuw. - - - - Successfully copied TOTP Config. - TOTP-configuratie succesvol gekopieerd. - - - - Code - Code - - - - Duo activation QR code - Duo-activerings-QR-code - - - - Alternatively, if your current device has Duo installed, click on this link: - Of klik op deze link als uw huidige apparaat Duo geïnstalleerd heeft: - - - - Duo activation - Duo-activering - - - - Check status - Status controleren - - - - Make sure to keep these tokens in a safe place. - Zorg ervoor dat u deze tokens op een veilige plaats bewaart. - - - - Phone number - Telefoonnummer - - - - Please enter your Phone number. - Voer uw telefoonnummer in. - - - - Please enter the code you received via SMS - Voer de code in die u via sms heeft ontvangen - - - - Static token - Statische token - - - - Authentication code - Verificatiecode - - - - Please enter your code - Voer uw code in - - - - Retry authentication - Herhaal authenticatie - - - - Duo push-notifications - Duo pushmeldingen - - - - Receive a push notification on your device. - Ontvang een pushmelding op uw apparaat. - - - - Authenticator - Authenticator - - - - Use a security key to prove your identity. - Gebruik een beveiligingssleutel om uw identiteit te bewijzen. - - - - Traditional authenticator - Traditionele authenticator - - - - Use a code-based authenticator. - Gebruik een op codes gebaseerde authenticator. - - - - Recovery keys - Herstelsleutels - - - - SMS - SMS - - - - Tokens sent via SMS. - Tokens verstuurd via SMS. - - - - Stay signed in? - Aangemeld blijven? - - - - Select Yes to reduce the number of times you're asked to sign in. - Selecteer Ja om het aantal keren dat u wordt gevraagd om u aan te melden te verminderen. - - - - Authenticating with Plex... - Authenticatie met Plex... - - - - Waiting for authentication... - Wachten op authenticatie... - - - - If no Plex popup opens, click the button below. - Als er geen Plex pop-up wordt geopend, klik dan op de onderstaande knop. - - - - Open login - Open aanmelding - - - - Authenticating with Apple... - Authenticatie met Apple... - - - - Retry - Opnieuw proberen - - - - You've successfully authenticated your device. - U heeft uw apparaat succesvol geauthenticeerd. - - - - Flow inspector - Flowinspecteur - - - - Next stage - Volgende fase - - - - Stage name - Fasenaam - - - - Stage kind - Fasetype - - - - Stage object - Stadium object - - - - This flow is completed. - Deze flow is voltooid. - - - - Plan history - Plangeschiedenis - - - - Current plan context - Huidige plancontext - - - - Session ID - Sessie-ID - - - - Powered by authentik - Ondersteund door authentik - - - - Error creating credential: - - - - Server validation of credential failed: - - - - Refer to documentation - Zie documentatie - - - No Applications available. - Geen beschikbare toepassingen. - - - - Either no applications are defined, or you don’t have access to any. - Of er zijn geen toepassingen gedefinieerd, of u heeft geen toegang tot een van hen. - - - My Applications - Mijn toepassingen - - - - My applications - Mijn toepassingen - - - - Change your password - Wijzig uw wachtwoord - - - - Change password - Wachtwoord wijzigen - - - - Save - Opslaan - - - - Delete account - Account verwijderen - - - - Successfully updated details - Gegevens succesvol bijgewerkt - - - - Open settings - Instellingen openen - - - - No settings flow configured. - Geen instellingenflow geconfigureerd. - - - - Update details - Gegevens bijwerken - - - - Successfully disconnected source - Met succes de bron losgekoppeld - - - - Failed to disconnected source: - - - - Disconnect - Ontkoppelen - - - - Connect - Verbinden - - - - Error: unsupported source settings: - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - Koppel uw gebruikersaccount aan de hieronder vermelde diensten om in te loggen met behulp van de dienst in plaats van traditionele referenties. - - - - No services available. - Geen beschikbare diensten. - - - - Create App password - Maak een App-wachtwoord aan - - - - User details - Gebruikersgegevens - - - - Consent - Toestemming - - - - MFA Devices - MFA-apparaten - - - - Connected services - Verbonden diensten - - - - Tokens and App passwords - Tokens en App-wachtwoorden - - - - Unread notifications - Ongelezen meldingen - - - - Admin interface - Beheerdersinterface - - - - Stop impersonation - Stop impersonatie - - - - Avatar image - Avatarafbeelding - - - - Failed - Mislukt - - - - Unsynced / N/A - Niet-gesynchroniseerd / N.v.t. - - - - Outdated outposts - Verouderde buitenposten - - - - Unhealthy outposts - Ongezonde buitenposten - - - - Next - Volgende - - - - Inactive - Inactief - - - - Regular user - Normale gebruiker - - - - Activate - Activeren - - - - Use Server URI for SNI verification - Gebruik Server-URI voor SNI-verificatie - - - Required for servers using TLS 1.3+ - Vereist voor servers die TLS 1.3+ gebruiken - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - Clientcertificaatsleutelpaar om te verifiëren tegen het certificaat van de LDAP-server. - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - Het certificaat voor de hierboven geconfigureerde basis-DN. Als back-up gebruikt de aanbieder een zelfondertekend certificaat. - - - TLS Server name - TLS-servernaam - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - DNS-naam waarvoor het geconfigureerde certificaat hierboven moet worden gebruikt. Het certificaat kan niet worden gedetecteerd op basis van de basis-DN, omdat de SSL/TLS-onderhandeling plaatsvindt voordat dergelijke gegevens worden uitgewisseld. - - - TLS Client authentication certificate - TLS-clientverificatiecertificaat - - - Model - Model - - - Match events created by selected model. When left empty, all models are matched. - Gebeurtenissen die zijn gemaakt door het geselecteerde model. Indien leeg gelaten, worden alle modellen gematcht. - - - Code-based MFA Support - Ondersteuning voor op codes gebaseerde MFA - - - 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. - Indien ingeschakeld, kan op codes gebaseerde multi-factor authenticatie worden gebruikt door een puntkomma en de TOTP-code toe te voegen aan het wachtwoord. Dit moet alleen worden ingeschakeld als alle gebruikers die zich aan deze provider zullen binden, een TOTP-apparaat hebben geconfigureerd, aangezien anders een wachtwoord mogelijk onterecht wordt afgewezen als het een puntkomma bevat. - - - User type - Gebruikerstype - - - Successfully updated license. - Licentie succesvol bijgewerkt. - - - Successfully created license. - Licentie succesvol aangemaakt. - - - Install ID - Installatie-ID - - - License key - Licentiesleutel - - - Licenses - Licenties - - - License(s) - Licentie(s) - - - Cumulative license expiry - Cumulatieve licentieverloop - - - Update License - Licentie bijwerken - - - Warning: The current user count has exceeded the configured licenses. - Waarschuwing: Het huidige aantal gebruikers heeft de geconfigureerde licenties overschreden. - - - Click here for more info. - Klik hier voor meer informatie. - - - Enterprise - Onderneming - - - Manage enterprise licenses - Ondernemingslicenties beheren - - - No licenses found. - Geen licenties gevonden. - - - Send us feedback! - Stuur ons feedback! - - - Go to Customer Portal - Ga naar het klantenportaal - - - Forecast internal users - Voorspel interne gebruikers - - - Estimated user count one year from now based on current internal users and forecasted internal users. - Geschat aantal gebruikers over één jaar op basis van huidige interne gebruikers en voorspelde interne gebruikers. - - - Forecast external users - Voorspel externe gebruikers - - - Estimated user count one year from now based on current external users and forecasted external users. - Geschat aantal gebruikers over één jaar op basis van huidige externe gebruikers en voorspelde externe gebruikers. - - - Install - Installeren - - - Install License - Licentie installeren - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - Interne gebruikers kunnen gebruikers zijn zoals bedrijfsmedewerkers, die toegang krijgen tot de volledige set Enterprise-functies. - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - Externe gebruikers kunnen externe consultants of B2C-klanten zijn. Deze gebruikers hebben geen toegang tot enterprise functies. - - - Service accounts should be used for machine-to-machine authentication or other automations. - Serviceaccounts moeten worden gebruikt voor machine-to-machine-verificatie of andere automatiseringen. - - - Remove item - Item verwijderen - - - Open API drawer - API-lade openen - - - Open Notification drawer - Meldingenlade openen - - - Add provider - Provider toevoegen - - - Open - Openen - - - Copy token - Token kopiëren - - - Add users - Gebruikers toevoegen - - - Add group - Groep toevoegen - - - Import devices - Apparaten importeren - - - Execute - Uitvoeren - - - Show details - Details tonen - - - Apply - Toepassen - - - Settings - Instellingen - - - Sign out - Afmelden - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - Het aantal tokens dat wordt gegenereerd telkens wanneer deze fase wordt gebruikt. Elke gegenereerde token per fase-uitvoering wordt gekoppeld aan een enkel statisch apparaat. - - - Token length - Tokenlengte - - - The length of the individual generated tokens. Can be increased to improve security. - De lengte van de individueel gegenereerde tokens. Kan worden verhoogd voor een betere beveiliging. - - - Internal: - Intern: - - - External: - Extern: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - Statisch de flow weigeren. Om deze fase effectief te gebruiken, schakelt u Evalueren wanneer de flow is gepland uit bij de betreffende binding. - - - Create and bind Policy - Beleid aanmaken en koppelen - - - Federation and Social login - Federatie en sociale aanmelding - - - Create and bind Stage - Fase aanmaken en binden - - - Flows and Stages - Procedures en Fases - - - New version available - - - Failure result - - - Pass - - - Don't pass - - - Result used when policy execution fails. - - - Required: User verification must occur. - - - Preferred: User verification is preferred if available, but not required. - - - Discouraged: User verification should not occur. - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - - - Discouraged: The authenticator should not create a dedicated credential - - - Lock the user out of this system - - - Allow the user to log in and use this system - - - Temporarily assume the identity of this user - - - Enter a new password for this user - - - Create a link for this user to reset their password - - - WebAuthn requires this page to be accessed via HTTPS. - - - WebAuthn not supported by browser. - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - - - Default relay state - - - When using IDP-initiated logins, the relay state will be set to this value. - - - Flow Info - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - -<<<<<<< HEAD - - Internal application name used in URLs. - - - Submit - - - UI Settings - - - Your application has been saved - - - Custom attributes - - - Don't show this message again. - - - Failed to fetch - - - Failed to fetch data. - - - Successfully assigned permission. - - - Role - - - Assign - - - Assign permission to role - - - Assign to new role - - - Directly assigned - - - Assign permission to user - - - Assign to new user - - - User Object Permissions - - - Role Object Permissions - - - Roles - - - Select roles to grant this groups' users' permissions from the selected roles. - - - Editing is disabled for managed tokens - - - Permissions to add - - - Select permissions - - - Assign permission - - - Permission(s) - - - Permission - - - User doesn't have view permission so description cannot be retrieved. - - - Assigned global permissions - - - Assigned object permissions - - - Successfully updated role. - - - Successfully created role. - - - Manage roles which grant permissions to objects within authentik. - - - Role(s) - - - Update Role - - - Create Role - - - Role doesn't have view permission so description cannot be retrieved. - - - Role - - - Role Info - - - Pseudolocale (for testing) - - - One hint, 'New Application Wizard', is currently hidden - - - Deny message - - - Message shown when this stage is run. - - - The token has been copied to your clipboard - - - The token was displayed because authentik does not have permission to write to the clipboard - - - A copy of this recovery link has been placed in your clipboard - - - Create recovery link - - - Create Recovery Link - - - External - - - Service account - - - Service account (internal) - - - Check the release notes - - - User Statistics - - - User type used for newly created users. - - - Users created - - - Failed logins - - - Also known as Client ID. - - - Also known as Client Secret. - - - Global status - - - Vendor - - - Connectivity - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - - - Successfully created user and added to group - - - This user will be added to the group "". - - - Pretend user exists - - - When enabled, the stage will always accept the given user identifier and continue. - - - There was an error in the application. - - - Review the application. - - - There was an error in the provider. - - - Review the provider. - - - There was an error creating the application, but no error message was sent. Please review the server logs. - - - Configure LDAP Provider - - - Configure Proxy Provider - - - Configure Radius Provider - - - Configure SAML Provider - - - Configure SCIM Provider - - - Connection settings. - - - Successfully updated endpoint. - - - Successfully created endpoint. - - - Protocol - - - RDP - - - SSH - - - VNC - - - Host - - - Endpoint(s) - - - Update Endpoint - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - - - Create Endpoint - - - Update RAC Provider - - - Endpoints - - - General settings - - - RDP settings - - - Ignore server certificate - - - Enable wallpaper - - - Enable font-smoothing - - - Enable full window dragging - - - Network binding - - - No binding - - - Bind ASN - - - Bind ASN and Network - - - Bind ASN, Network and IP - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - - - GeoIP binding - - - Bind Continent - - - Bind Continent and Country - - - Bind Continent, Country and City - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - - - RAC - - - Connection failed after attempts. - - - Re-connecting in second(s). - - - Connecting... - - - Select endpoint to connect to - - - Connection expiry - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - - - Learn more - - - Maximum concurrent connections - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - - - Korean - - - Dutch - - - Brand - - - Successfully updated brand. - - - Successfully created brand. - - - Use this brand for each domain that doesn't have a dedicated brand. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - - - Brands - - - Brand(s) - - - Update Brand - - - Create Brand - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - - - Successfully updated settings. - - - Avatars - - - Configure how authentik should show avatars for users. The following values can be set: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - - - Uses gravatar with the user's email address - - - Generated avatars based on the user's name - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - - - The user's username - - - The email address, md5 hashed - - - The user's UPN, if set (otherwise an empty string) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - - - Allow users to change name - - - Enable the ability for users to change their name. - - - Allow users to change email - - - Enable the ability for users to change their email. - - - Allow users to change username - - - Enable the ability for users to change their username. - - - Footer links - - - GDPR compliance - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - - - Impersonation - - - Globally enable/disable impersonation. - - - System settings - - - Changes made: - - - Key - - - Previous value - - - New value - - - Raw event info - - - Anonymous user - - - Add All Available - - - Remove All Available - - - Remove All - - - Available options - - - Selected options - - - item(s) marked to add. - - - item(s) selected. - - - item(s) marked to remove. - - - Available Applications - - - Selected Applications - - - Last used - - - OAuth Access Tokens - - - Credentials / Tokens - - - Permissions set on users which affect this object. - - - Permissions set on roles which affect this object. - - - Permissions assigned to this user which affect all object instances of a given type. - - - Permissions assigned to this user affecting specific object instances. - - - Permissions assigned to this role which affect all object instances of a given type. - - - JWT payload - - - Preview for user - - - Brand name - - - Delete authorization on disconnect - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - - - Connection Token(s) - - - Endpoint - - - Connections - - - Unconfigured - - - This option will not be changed by this mapping. - - - RAC Connections - - - Sending Duo push notification... - - - Failed to authenticate - - - Authenticating... - - - Customization - - - Authentication failed. Please try again. - - - Failed to register. Please try again. - - - Registering... - - - Failed to register - - - Retry registration - - - Select one of the options below to continue. - - - Latest version unknown - - - Timestamp - - - Time - - - Level - - - Event - - - Logger - - - Update internal password on login - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - - - Source - - - Resume timeout - - - Amount of time a user can take to return from the source to continue the flow. - - - Your Install ID - - - Enter the email associated with your account, and we'll send you a link to reset your password. - Vul het e-mailadres in dat aan je account is gekoppeld, dan sturen we je een link om je wachtwoord te resetten. - - - Stage name: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - Scan de bovenstaande QR-code met de Microsoft Authenticator, Google Authenticator of een andere authenticator-app op je apparaat. Voer vervolgens de code in die op je apparaat wordt weergegeven om het instellen van de MFA te voltooien. - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - - - A selection is required - - - Device type restrictions - - - Available Device types - - - Selected Device types - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - - - WebAuthn-specific settings - - - WebAuthn Device type restrictions - - - This restriction only applies to devices created in authentik 2024.4 or later. - - - Default token duration - - - Default duration for generated tokens - - - Default token length - - - Default length of generated tokens - - - deleted - - - Select permissions to assign - - - Update SCIM Source - - - SCIM Base URL - - - Provisioned Users - - - Provisioned Groups - - - removed - - - Verifying... - - - Available Roles - - - Selected Roles - - - Private key Algorithm - - - RSA - - - ECDSA - - - Algorithm used to generate the private key. - - - Added ID - - - Removed ID - - - Cleared - - - Google Workspace Provider - - - Credentials - - - Delegated Subject - - - Default group email domain - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - - - User deletion action - - - User is deleted - - - Suspend - - - User is suspended, and connection to user in authentik is removed. - - - Do Nothing - - - The connection is removed but the user is not modified - - - Determines what authentik will do when a User is deleted. - - - Group deletion action - - - Group is deleted - - - The connection is removed but the group is not modified - - - Determines what authentik will do when a Group is deleted. - - - Microsoft Entra Provider - - - Google Cloud credentials file. - - - Email address of the user the actions of authentik will be delegated to. - - - Client ID for the app registration. - - - Client secret for the app registration. - - - Tenant ID - - - ID of the tenant accounts will be synced into. - - - Update Microsoft Entra Provider - - - Update Google Workspace Provider - - - Enterprise only - - - Icon - - - (build ) - - - (FIPS) - - - Score minimum threshold - - - Minimum required score to allow continuing - - - Score maximum threshold - - - Maximum allowed score to allow continuing - - - Error on invalid score - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - - - Microsoft Entra Group(s) - - - Microsoft Entra User(s) - - - Google Workspace Group(s) - - - Google Workspace User(s) - - - SCIM Group(s) - - - SCIM User(s) - - - FIPS compliance: passing - - - Unverified - - - FIPS compliance: unverified - - - FIPS Status - - - Search returned no results. - - - Reputation score(s) - - - See documentation - - - Close dialog - - - Pagination - - - Restore Application Wizard Hint - - - Your authentik password - - - Internal Service account - - - Outpost integrations - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - - - Operation failed to complete - - - Failed to fetch objects: - - - Available Scopes - - - Selected Scopes - - - Available Property Mappings - - - Selected Property Mappings - - - Available User Property Mappings - - - Selected User Property Mappings - - - Available Group Property Mappings - - - Selected Group Property Mappings - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - - - ASNs - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - - - Countries - - - Available Countries - - - Selected Countries - - - Bind existing policy/group/user - - - Property mappings for user creation. - - - Property mappings for group creation. - - - Link to a group with identical name. Can have security implications when a group is used with another source - - - Use the group's name, but deny enrollment when the name already exists - - - Group matching mode - - - OAuth Attribute mapping - - - Plex Attribute mapping - - - Encryption Certificate - - - When selected, encrypted assertions will be decrypted using this keypair. - - - SAML Attribute mapping - - - SCIM Attribute mapping - - - External user settings - - - Default application - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - - - Warning: One or more license(s) have expired. - - - Warning: One or more license(s) will expire within the next 2 weeks. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - - - This authentik instance uses a Trial license. - - - This authentik instance uses a Non-production license. - - - Access Tokens(s) - - - Created at - - - Last updated at - - - Last used at - - - Provide users with a 'show password' button. - - - Show password - - - Hide password - - - An outpost is on an incorrect version! - - - Russian - - - Last seen: () - - - Sign assertions - - - When enabled, the assertion element of the SAML response will be signed. - - - Sign responses - - - When selected, assertions will be encrypted using this keypair. - - - Available Sources - - - Selected Sources - - - Successfully triggered sync. - - - Sync - - - Sync User - - - Available Stages - - - Selected Stages - - - Available Fields - - - Selected Fields - - - Available Transports - - - Selected Transports - - - Expired - - - Expiring soon - - - Unlicensed - - - Read Only - - - Valid - - - Current license status - - - Overall license status - - - Internal user usage - - - % - - - External user usage - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - - - Sync Group - - - ("", of type ) - - - Parent Group - - - Flow used when logging out of this provider. - - - Unbind flow - - - Flow used for unbinding users. - - - Verify SCIM server's certificates - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - - - Go back to overview - - - Log out of - - - Log back into - - - Encryption Key - - - Device type cannot be deleted - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - - - Google Verified Access API - - - Device type cannot be edited - - - Advanced flow settings - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - - - Realm settings - - - Realm - - - Kerberos 5 configuration - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - - - Sync connection settings - - - Sync principal - - - Principal used to authenticate to the KDC for syncing. - - - Sync password - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - - - Sync keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - Sync credentials cache - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - - - SPNEGO settings - - - SPNEGO server name - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - - - SPNEGO keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - SPNEGO credentials cache - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - - - Kerberos Attribute mapping - - - Update Kerberos Source - - - User database + Kerberos password - - - Select another authentication method - - - Enter a one-time recovery code for this user. - - - Enter the code from your authenticator device. - - - Kerberos Source is in preview. - - - Captcha stage - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - - - Endpoint Google Chrome Device Trust is in preview. - - - Interactive - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - - - Reason - - - Reason for impersonating the user - - - Require reason for impersonation - - - Require administrators to provide a reason for impersonating a user. - - - Italian - - - Add entry - - - Link Title - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - - - Strict - - - Regex - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - - - Federated OIDC Sources - - - Federated OIDC Providers - - - Available Providers - - - Selected Providers - - - JWTs signed by the selected providers can be used to authenticate to this provider. - - - KAdmin type - - - MIT krb5 kadmin - - - Heimdal kadmin - - - Other - - - Other type of kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - - - Consent given lasts indefinitely - - - Consent expires - - - Available Policies - - - Selected Policies - - - Redirect the user to another flow, potentially with all gathered context - - - Static - - - Target URL - - - Redirect the user to a static URL. - - - Target Flow - - - Redirect the user to a Flow. - - - Keep flow context - - - Require no authentication - - - Require superuser - - - Require being redirected from another flow - - - Require Outpost (flow can only be executed from an outpost) - - - An application name is required - - - Not a valid URL - - - Not a valid slug - - - Configure Bindings - - - Configure Policy/User/Group Bindings - - - No bound policies. - - - Bind policy/group/user - - - Configure Policy Bindings - - - Don't Pass - - - Save Binding - - - Create a Policy/User/Group Binding - - - Please choose a provider type before proceeding. - - - Choose a Provider Type - - - Redirect URIs/Origins (RegEx) - Doorverwijzings-URI's/Oorsprongen (RegEx) - - - Configure OAuth2 Provider - - - Configure Remote Access Provider - - - List of CIDRs (comma-seperated) 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. - - - Configure Provider - - - strict - - - regexp - - - Review and Submit Application - - - There was an error. Please go back and review the application. - - - There was an error: - - - Please go back and review the application. - - - Review the Application and Provider - - - Saving application... - - - authentik was unable to complete this process. - - - Create with wizard - - - Bind existing - - - Successfully updated entitlement. - - - Successfully created entitlement. - - - Application entitlement(s) - - - Update Entitlement - - - These bindings control which users have access to this entitlement. - - - No app entitlements created. - - - Create Entitlement - - - Create entitlement - - - Application entitlements - - - These entitlements can be used to configure user access in this application. - - - Worker with incorrect version connected. - - - (Format: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - - - Event Retention - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - - - OIDC Providers - - - SSF Provider is in preview. - - - Update SSF Provider - - - Streams - - - authentik Logo - - - Release - - - Development - - - UI Version - - - Build - - - Python version - - - Platform - - - Kernel - - - OpenSSL - - - A newer version () of the UI is available. - - - No notifications found. - - - You don't have any notifications currently. - - - Version - - - Last password change - - - Evaluate policies before the Stage is presented to the user. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - - - Idle - - - Connecting - - - Waiting - - - Connected - - - Disconnecting - - - Disconnected - - - Create a new application and configure a provider for it. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - - - Distance settings - - - Check historical distance of logins - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - - - Maximum distance - - - Maximum distance a login attempt is allowed from in kilometers. - - - Distance tolerance - - - Tolerance in checking for distances in kilometers. - - - Historical Login Count - - - Amount of previous login events to check against. - - - Check impossible travel - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - - - Impossible travel tolerance - - - Static rule settings - - - Create with Provider - - - Email address the verification email will be sent from. - - - Stage used to configure an email-based authenticator. - - - Use global connection settings - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - - - Subject of the verification email. - - - Token expiration - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - - - Caps Lock is enabled. - - - Configure your email - - - Please enter your email address. - - - Please enter the code you received via email - - - Tokens sent via email. - - - Enable dry-run mode - - - When enabled, mutating requests will be dropped and logged instead. - - - Override dry-run mode - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - - - Dry-run - - - Successfully cleared application cache - - - Failed to delete application cache - - - Clear Application cache - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - - - No name set - - - Show inactive users - - - Time the token sent is valid. - - - Compatibility Mode - - - Default behavior. - - - AWS - - - Altered behavior for usage with Amazon Web Services. - - - Slack - - - Altered behavior for usage with Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - - - AuthnContextClassRef Property Mapping - - - 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. - - - SSF URL - - - No assigned application - - - Custom CSS - - - Custom CSS to apply to pages when this brand is active. - - - Default flow background - - - Default background used during flow execution. Can be overridden per flow. - - - Task - - - Webhook Body Mapping - - - Webhook Header Mapping - - - Failed to preview prompt - - - Lookup using user attribute - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - - - Initial Permissions - - - Unknown Initial Permissions mode - - - Successfully updated initial permissions. - - - Successfully created initial permissions. - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - - - Available Permissions - - - Selected Permissions - - - Permissions to grant when a new object is created. - - - Set initial permissions for newly created objects. - - - Update Initial Permissions - - - Create Initial Permissions - - - Reputation: lower limit - - - Reputation cannot decrease lower than this value. Zero or negative. - - - Reputation: upper limit - - - Reputation cannot increase higher than this value. Zero or positive. - - - HTTP Basic Auth - - - Include the client ID and secret as request parameters - - - Authorization code authentication method - - - How to perform authentication during an authorization_code token request flow - - - Enable "Remember me on this device" - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - - - Remember me on this device - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - - - Number of previous passwords to check - - - Choose a Provider - - - When enabled, the SAML response will be signed. - - - Client Certificates - - - Available Certificates - - - Selected Certificates - - - Client-certificate/mTLS authentication/enrollment. - - - Certificate optional - - - If no certificate was provided, this stage will succeed and continue to the next stage. - - - Certificate required - - - If no certificate was provided, this stage will stop flow execution. - - - Certificate authorities - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - - - Certificate attribute - - - Configure the attribute of the certificate used to look for a user. - - - User attribute - - - Configure the attribute of the user used to look for a user. - - - Delete Not Found Objects - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - - - User membership attribute - - - Attribute which matches the value of Group membership field. - - - Additional User DN - - - Additional Group DN - - - The currently selected policy engine mode is : - - - Import Existing Certificate-Key Pair - - - Generate New Certificate-Key Pair - - - Show field content - - - Hide field content - - - Re-authenticate with Plex - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - - - Select the group of users which the alerts are sent to. - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - - - Send notification to event user - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - - - Maximum registration attempts - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - - - This application does currently not have any application entitlements defined. - - - Authenticated as - - - Remember device - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - - - Element inside the form slot is not a Form - - - New Password - - - Update 's password - - - Modify the payload sent to the provider. - - - Dismiss - - - Status messages - - - Select an invalidation flow... - - - Open about dialog - - - Product name - - - Product version - - - Global navigation - - - Collapse - - - Expand - - - navigation - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - - - Skip to content - - - Kerberos Source - - - Successfully updated schedule. - - - Crontab - - - Paused - - - Pause this schedule - - - Waiting to run - - - Running - - - Queue - - - Last updated - - - Show only standalone tasks - - - Exclude successful tasks - - - Retry task - - - Schedule - - - Next run - - - Last status - - - Show only standalone schedules - - - Run scheduled task now - - - Update Schedule - - - Schedules - - - Tasks - - - Current status - - - Sync is currently running. - - - Sync is not currently running. - - - Last successful sync - - - No successful sync found. - - - Last sync status - - - Current execution logs - - - Previous executions logs - - - Home - - - Collapse navigation - - - Expand navigation - - - Search - - - Table content - - - Learn more about the enterprise license. - - - Search for providers… - - - Default NameID Policy - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - - The name displayed in the application library. - - - e.g. Collaboration, Communication, Internal, etc. - - - Failed to fetch application "". - - - Account Recovery Max Attempts - - - Account Recovery Cache Timeout - - - The time window used to count recent account recovery attempts. - - - None - - - Flags - - - Modify flags to opt into new authentik behaviours early. - - - Loading templates... - - - Template used for the verification email. - - - Email Subject Prefix - - - Email Template - - - An unknown error occurred - - - Please check the browser console for more details. - - - There was an error submitting the form. - - - This field is required. - - - Query suggestions - - - Table Search - - - An error occurred while updating the provider. - - - An error occurred while creating the provider. - - - Impersonating user... - - - This may take a few seconds. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - - - Device Code - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - - - New Provider - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - - - Expand row - - - actions - - - Select all rows on page ( of selected) - - - table - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - - - Search ... - - - Provider Name - - - Select a certificate... - - - Select an authorization flow... - - - Select a signing key... - - - Select an encryption key... - - - Select an authentication flow... - - - Provider Search - - - Provider not assigned to any application. - - - Edit "" provider - - - Applications Documentation - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - - - Update "" Permissions - - - Open "" permissions modal - - - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - - - Read more about - - - OCI Support - - - Edit "" blueprint - - - Apply "" blueprint - - - Welcome, - - - Welcome - - - Loading application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - - - Token to authenticate with. - - - OAuth Source - - - Specify OAuth source used for authentication. - - - OAuth Parameters - - - Additional OAuth parameters, such as grant_type. - - - Authentication Mode - - - Authenticate SCIM requests using a static token. - - - OAuth - - - Authenticate SCIM requests using OAuth. - - - Salesforce - - - Altered behavior for usage with Salesforce. - - - Query input - - - Last refreshed - - - Refresh Token threshold - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - - Company employees with access to the full enterprise feature set. - - - External consultants or B2C customers without access to enterprise features. - - - Machine-to-machine authentication or other automations. - - - Type a username for the user... - - - The user's primary identifier used for authentication. 150 characters or fewer. - - - Display Name - - - Type an optional display name... - - - Managed by authentik and cannot be assigned manually. - - - Email Address - - - Type an optional email address... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - - - Type a path for the user... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - - Open "" - - - Verify Assertion Signature - - - When enabled, authentik will look for a Signature inside of the Assertion element. - - - Verify Response Signature - - - When enabled, authentik will look for a Signature inside of the Response element. - - - Logo shown in sidebar/header and flow executor. - - - Select an application... - - - Select a recovery flow... - - - Select an unenrollment flow... - - - Select a user settings flow... - - - Select a device code flow... - - - Search by domain or brand name... - - - New Brand - - - Create and assign a group with the same name as the user. - - - Whether the token will expire. Upon expiration, the token will be rotated. - - - Unnamed - - - Collapse "" - - - Expand "" - - - Select "" - - - Items of "" - - - API drawer - - - Close API drawer - - - View details for - - - Mark as read - - - Notification drawer - - - Search by username, email, etc... - - - User Search - - - Show deactivated users - - - New User - - - Create Service Account - - - New Service Account - - - User paths - - - Bot username - - - Bot token - - - Request access to send messages from your bot - - - Telegram Attribute mapping - - - Telegram bot - - - Update Telegram Source - - - Authenticating with Telegram... - - - Click the button below to start. - - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - - - User information - - - Avatar for - - - User avatar - - - CAPTCHA challenge - - - QR-Code to setup a time-based one-time password - - - Copy time-based one-time password configuration - - - Copy TOTP Config - - - Time-based one-time password - - - TOTP Code - - - Type your TOTP code... - - - Type your time-based one-time password code. - - - Type an authentication code... - - - In case you lose access to your primary authenticators. - - - Unknown device - - - An unknown device class was provided. - - - Select an authentication method - - - No authentication methods available. - - - Select a configuration stage - - - Close flow inspector - - - Flow inspector loading - - - Authentication form - - - Consumed - - - Pre-processing - - - Post-processing - - - Running tasks - - - Queued tasks - - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - - - - SAML Provider - - - SAML logout complete - - - Redirecting to SAML provider: - - - Posting logout request to SAML provider: - - - Unknown Provider - - - Logging out of providers... - - - Single Logout - - - The user's display name. - - - Actions for "" - - - Edit application... - - - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application - - - Ungrouped - - - application found for "" - - - applications found for "" - - - application available - - - applications available - - - Application list - - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - - diff --git a/web/xliff/nl_NL.xlf b/web/xliff/nl_NL.xlf new file mode 100644 index 0000000000..da45365bfe --- /dev/null +++ b/web/xliff/nl_NL.xlf @@ -0,0 +1,8811 @@ + + + + + Dismiss + + + Connection error, reconnecting... + Verbindingsfout, opnieuw verbinden... + + + An unknown error occurred + + + Please check the browser console for more details. + + + Status messages + + + Open API drawer + API-lade openen + + + Unread notifications + Ongelezen meldingen + + + Open Notification drawer + Meldingenlade openen + + + Settings + Instellingen + + + Stop impersonation + Stop impersonatie + + + Avatar image + Avatarafbeelding + + + Sign out + Afmelden + + + Admin + Beheerder + + + Home + + + authentik Logo + + + Collapse navigation + + + Expand navigation + + + User interface + Gebruikersinterface + + + Loading... + Laden... + + + Application + Toepassing + + + Logins + Aanmeldingen + + + Failed to fetch + + + FIPS Status + + + OK + OK + + + FIPS compliance: passing + + + Unverified + + + FIPS compliance: unverified + + + Show less + Minder weergeven + + + Show more + Meer weergeven + + + UID + Gebruikers-ID + + + Name + Naam + + + App + App + + + Model Name + Modelnaam + + + Message + Bericht + + + Subject + Onderwerp + + + From + Van + + + To + Aan + + + Context + Context + + + User + Gebruiker + + + Changes made: + + + Key + + + Previous value + + + New value + + + - + - + + + Added ID + + + Removed ID + + + Cleared + + + Affected model: + Betroffen model: + + + Authorized application: + Geautoriseerde applicatie: + + + Using flow + Flow gebruiken + + + Email info: + E-mailinfo: + + + Secret: + Geheim: + + + Exception + Uitzondering + + + Open issue on GitHub... + Open probleem op GitHub... + + + Expression + Uitdrukking + + + Binding + Binding + + + Request + Aanvraag + + + Object + Object + + + Result + Resultaat + + + Passing + Doorgeven + + + Messages + Berichten + + + New version available + + + Using source + Gebruik makend van bron + + + Attempted to log in as + Probeerde in te loggen als + + + + No additional data available. + Geen aanvullende gegevens beschikbaar. + + + Loading + Laden + + + no tabs defined + geen tabbladen gedefinieerd + + + Details + Details + + + : + + : + + + + Required + Verplicht + + + There was an error submitting the form. + + + Close dialog + + + API Access + API-toegang + + + App password + App-wachtwoord + + + Recovery + Herstel + + + Verification + Verificatie + + + Unknown intent + Onbekende intentie + + + Login + Inloggen + + + Failed login + Mislukt inloggen + + + Logout + Uitloggen + + + User was written to + Gebruiker is opgeslagen + + + Suspicious request + Verdachte aanvraag + + + Password set + Wachtwoord ingesteld + + + Secret was viewed + Geheim is bekeken + + + Secret was rotated + Geheim is gewijzigd + + + Invitation used + Uitnodiging is gebruikt + + + Application authorized + Applicatie geautoriseerd + + + Source linked + Bron gekoppeld + + + Impersonation started + Impersonatie gestart + + + Impersonation ended + Impersonatie beëindigd + + + Flow execution + Flowuitvoering + + + Policy execution + Beleidsuitvoering + + + Policy exception + Beleidsuitzondering + + + Property Mapping exception + Eigenschapstoewijzingsuitzondering + + + System task execution + Systeemtaakuitvoering + + + System task exception + Systeemtaakuitzondering + + + General system exception + Algemene systeemuitzondering + + + Configuration error + Configuratiefout + + + Model created + Model aangemaakt + + + Model updated + Model bijgewerkt + + + Model deleted + Model verwijderd + + + Email sent + E-mail verzonden + + + Update available + Update beschikbaar + + + Alert + Waarschuwing + + + Notice + Melding + + + Warning + Waarschuwing + + + Unknown severity + Onbekende ernst + + + Static tokens + Statische tokens + + + TOTP Device + TOTP-apparaat + + + A code has been sent to your address: + + + A code has been sent to your email address. + + + A one-time use code has been sent to you via SMS text message. + + + Open your authenticator app to retrieve a one-time use code. + + + Enter a one-time recovery code for this user. + + + Enter the code from your authenticator device. + + + Internal + Intern + + + External + + + Service account + + + Service account (internal) + + + Remove item + Item verwijderen + + + table pagination + + + - of + + + Go to previous page + Ga naar vorige pagina + + + Go to next page + Ga naar volgende pagina + + + This field is required. + + + Search... + Zoeken... + + + Search + + + Query suggestions + + + Query input + + + Table Search + + + Clear search + Zoekopdracht wissen + + + Sort by "" + + + No objects found. + Geen objecten gevonden. + + + Failed to fetch objects. + Kon objecten niet ophalen. + + + Select "" row + + + Collapse row + + + Expand row + + + Refresh + Vernieuwen + + + actions + + + Select all rows on page ( of selected) + + + Last refreshed + + + table + + + Table content + + + Column actions + + + Anonymous user + + + On behalf of + Namens + + + + Authenticated as + + + Recent events + Recente gebeurtenissen + + + Events + Gebeurtenissen + + + Action + Actie + + + Creation Date + Aanmaakdatum + + + Client IP + Client-IP + + + No Events found. + Geen gebeurtenissen gevonden. + + + No matching events could be found. + Geen overeenkomende gebeurtenissen gevonden. + + + System Status + + + Embedded outpost is not configured correctly. + Ingesloten outpost is niet correct geconfigureerd. + + + Check outposts. + Controleer outposts. + + + HTTPS is not detected correctly + HTTPS wordt niet correct gedetecteerd. + + + Server and client are further than 5 seconds apart. + Server en client liggen meer dan 5 seconden uit elkaar. + + + Everything is ok. + Alles is in orde. + + + Version + Versie + + + Based on + Gebaseerd op + + + + is available! + is beschikbaar! + + + An outpost is on an incorrect version! + + + Up-to-date! + Up-to-date! + + + Latest version unknown + + + Workers + Medewerkers + + + No workers connected. Background tasks will not run. + Geen medewerkers verbonden. Achtergrondtaken worden niet uitgevoerd. + + + Worker with incorrect version connected. + + + Failed to fetch data. + + + Chart + + + Event volume chart + + + Authorizations + Autorisaties + + + Successful Logins + Succesvolle inlogpogingen + + + Failed Logins + Mislukte inlogpogingen + + + Cancel + Annuleren + + + Synchronization status chart + + + SCIM Provider + SCIM-provider + + + Google Workspace Provider + + + Microsoft Entra Provider + + + LDAP Source + LDAP-bron + + + Kerberos Source + + + Healthy + Gezond + + + Failed + Mislukt + + + Unsynced / N/A + Niet-gesynchroniseerd / N.v.t. + + + Outpost status chart + + + Healthy outposts + Gezonde outposts + + + Outdated outposts + Verouderde buitenposten + + + Unhealthy outposts + Ongezonde buitenposten + + + Operation failed to complete + + + Quick actions + Snelle acties + + + Not found + Niet gevonden + + + The URL "" was not found. + + + Return home + Terug naar start + + + Skip to content + + + Create a new application + Maak een nieuwe applicatie aan + + + Check the logs + Controleer de logs + + + Explore integrations + Verken integraties + + + Manage users + Gebruikers beheren + + + Check the release notes + + + Overview + Overzicht + + + Outpost status + Outpost-status + + + Sync status + Synchronisatiestatus + + + Logins and authorizations over the last week (per 8 hours) + Inlogpogingen en autorisaties in de afgelopen week (per 8 uur) + + + Apps with most usage + Apps met meeste gebruik + + + Welcome, + + + Welcome + + + General system status + Algemene systeemstatus + + + Objects created + Gemaakte objecten + + + Users created per day in the last month + Gebruikers per dag aangemaakt in de afgelopen maand + + + Users created + + + Logins per day in the last month + Inlogpogingen per dag in de afgelopen maand + + + Failed Logins per day in the last month + Mislukte inlogpogingen per dag in de afgelopen maand + + + Failed logins + + + User Statistics + + + Yes + Ja + + + No + Nee + + + No log messages. + Geen logberichten. + + + Timestamp + + + Attributes + Eigenschappen + + + Time + + + Level + + + Event + + + Logger + + + Not used by any other object. + Niet gebruikt door een ander object. + + + object will be DELETED + object zal worden VERWIJDERD + + + connection will be deleted + verbinding zal worden verwijderd + + + reference will be reset to default value + referentie wordt gereset naar standaardwaarde + + + reference will be set to an empty value + referentie wordt ingesteld naar een lege waarde + + + () + + + Delete + Verwijderen + + + deleted + + + ID + ID + + + Successfully deleted + succesvol verwijderd + + + Failed to delete : + + + Delete + + + Are you sure you want to delete ? + Weet je zeker dat je wilt verwijderen? + + + No form found + Geen formulier gevonden + + + Element inside the form slot is not a Form + + + Form actions + + + Submit action + + + Cancel action + + + Successfully updated schedule. + + + Crontab + + + Paused + + + Pause this schedule + + + Select an object. + Selecteer een object. + + + Failed to fetch objects: + + + Successfully assigned permission. + + + Role + + + Assign + + + Assign permission to role + + + Assign to new role + + + Permission(s) + + + Permission + + + Directly assigned + + + Assign permission to user + + + Assign to new user + + + Superuser + Supergebruiker + + + Model + Model + + + Select permissions to assign + + + Add + Toevoegen + + + Permissions to add + + + Select permissions + + + Assigned to role + + + Assign permission + + + Role doesn't have view permission so description cannot be retrieved. + + + Assigned to user + + + User doesn't have view permission so description cannot be retrieved. + + + User Object Permissions + + + Permissions set on users which affect this object. + + + Role Object Permissions + + + Permissions set on roles which affect this object. + + + Assigned global permissions + + + Permissions assigned to this user which affect all object instances of a given type. + + + Assigned object permissions + + + Permissions assigned to this user affecting specific object instances. + + + Permissions assigned to this role which affect all object instances of a given type. + + + Close + Sluiten + + + Update "" Permissions + + + Open "" permissions modal + + + Permissions + Machtigingen + + + Waiting to run + + + Consumed + + + Pre-processing + + + Running + + + Post-processing + + + Successful + Succesvol + + + Error + Fout + + + Unknown + Onbekend + + + Running tasks + + + Queued tasks + + + Successful tasks + + + Error tasks + + + Task + + + Queue + + + Retries + + + Planned execution time + + + Last updated + + + Status + Status + + + Actions + Acties + + + Row Actions + + + Show only standalone tasks + + + Exclude successful tasks + + + Retry task + + + Current execution logs + + + Previous executions logs + + + Schedule + + + Next run + + + Last status + + + Show only standalone schedules + + + Run scheduled task now + + + Update + Update + + + Update Schedule + + + Edit + Bewerken + + + Tasks + + + Schedules + + + System Tasks + Systeemtaken + + + Long-running operations which authentik executes in the background. + Langlopende operaties die authentik uitvoert op de achtergrond. + + + Next + Volgende + + + Back + Terug + + + Wizard steps + + + Wizard navigation + + + New application + Nieuwe applicatie + + + Create a new application and configure a provider for it. + + + Any policy must match to grant access + Elk beleid moet overeenkomen om toegang te verlenen + + + All policies must match to grant access + Alle beleidsregels moeten overeenkomen om toegang te verlenen + + + An application name is required + + + Not a valid URL + + + Not a valid slug + + + Configure the Application + + + Type an application name... + + + Application Name + + + The name displayed in the application library. + + + Slug + Slug + + + Internal application name used in URLs. + + + Group + Groep + + + e.g. Collaboration, Communication, Internal, etc. + + + Optionally enter a group name. Applications with identical groups are shown grouped together. + Voer optioneel een groepsnaam in. Applicaties met identieke groepen worden samen weergegeven. + + + Policy engine mode + Modus beleidsengine + + + UI Settings + + + Launch URL + Start-URL + + + https://... + + + If left empty, authentik will try to extract the launch URL based on the selected provider. + Indien leeg gelaten, zal authentik proberen om de start-URL te extraheren op basis van de geselecteerde provider. + + + Open in new tab + Openen in nieuw tabblad + + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + Indien aangevinkt, zal de start-URL worden geopend in een nieuw browser-tabblad of venster vanuit de applicatiebibliotheek van de gebruiker. + + + Select all rows + Selecteer alle rijen + + + Bind existing policy/group/user + + + Order + Volgorde + + + Enabled + Ingeschakeld + + + Timeout + Time-out + + + Configure Bindings + + + Policy + + + Group + + + User + + + Configure Policy/User/Group Bindings + + + These policies control which users can access this application. + Deze beleidsregels bepalen welke gebruikers toegang hebben tot deze applicatie. + + + No bound policies. + + + No policies are currently bound to this object. + Er zijn momenteel geen beleidsregels aan dit object gekoppeld. + + + Bind policy/group/user + + + Configure Policy Bindings + + + Pass + + + Don't Pass + + + Edit Binding + Binding bewerken + + + Save Binding + + + Create a Policy/User/Group Binding + + + Policy + Beleid + + + Negate result + Resultaat omkeren + + + Negates the outcome of the binding. Messages are unaffected. + Keert de uitkomst van de binding om. Berichten worden niet beïnvloed. + + + Failure result + + + Enterprise only + + + Learn more about the enterprise license. + + + Apply changes + Wijzigingen toepassen + + + Close wizard + + + UNNAMED + + + Wizard content + + + Finish + Voltooien + + + Select type + Selecteer type + + + Select a provider type + + + Icon + + + Choose a Provider + + + Please choose a provider type before proceeding. + + + Choose a Provider Type + + + Certificate + Certificaat + + + Select a certificate... + + + Authentication + Authenticatie + + + Authorization + Autorisatie + + + Enrollment + Inschrijving + + + Invalidation + Ongeldig maken + + + Stage Configuration + Stadiumconfiguratie + + + Unenrollment + Uitschrijving + + + Unknown designation + Onbekende aanduiding + + + Stacked + Gestapeld + + + Content left + Inhoud links + + + Content right + Inhoud rechts + + + Sidebar left + Zijbalk links + + + Sidebar right + Zijbalk rechts + + + Unknown layout + Onbekende lay-out + + + Select a flow... + + + Add All Available + + + Remove All Available + + + Remove + Verwijderen + + + Remove All + + + Pagination + + + Available options + + + Selected options + + + item(s) marked to add. + + + item(s) selected. + + + item(s) marked to remove. + + + Search ... + + + (Format: hours=-1;minutes=-2;seconds=-3). + + + (Format: hours=1;minutes=2;seconds=3). + + + The following keywords are supported: + De volgende trefwoorden worden ondersteund: + + + Cached binding + Gecachte binding + + + Flow is executed and session is cached in memory. Flow is executed when session expires + De flow wordt uitgevoerd en de sessie wordt in het geheugen gecachet. De flow wordt uitgevoerd wanneer de sessie verloopt. + + + Direct binding + Directe binding + + + Always execute the configured bind flow to authenticate the user + Voer altijd de geconfigureerde bindflow uit om de gebruiker te authenticeren + + + Cached querying + Gecachte query's + + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + De buitenpost houdt alle gebruikers en groepen in het geheugen vast en vernieuwt elke 5 minuten. + + + Direct querying + Directe query's + + + Always returns the latest data, but slower than cached querying + Levert altijd de nieuwste gegevens op, maar langzamer dan gecachte query's + + + 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. + Indien ingeschakeld, kan op codes gebaseerde multi-factor authenticatie worden gebruikt door een puntkomma en de TOTP-code toe te voegen aan het wachtwoord. Dit moet alleen worden ingeschakeld als alle gebruikers die zich aan deze provider zullen binden, een TOTP-apparaat hebben geconfigureerd, aangezien anders een wachtwoord mogelijk onterecht wordt afgewezen als het een puntkomma bevat. + + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + Het certificaat voor de hierboven geconfigureerde basis-DN. Als back-up gebruikt de aanbieder een zelfondertekend certificaat. + + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + DNS-naam waarvoor het geconfigureerde certificaat hierboven moet worden gebruikt. Het certificaat kan niet worden gedetecteerd op basis van de basis-DN, omdat de SSL/TLS-onderhandeling plaatsvindt voordat dergelijke gegevens worden uitgewisseld. + + + 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 + Het begin voor uidNumbers, dit nummer wordt toegevoegd aan user.Pk om ervoor te zorgen dat de getallen niet te laag zijn voor POSIX-gebruikers. Standaard is 2000 om ervoor te zorgen dat we niet botsen met uidNumber van lokale gebruikers. + + + 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 + Het begin voor gidNumbers, dit nummer wordt toegevoegd aan een nummer dat wordt gegenereerd uit group.Pk om ervoor te zorgen dat de getallen niet te laag zijn voor POSIX-groepen. Standaard is 4000 om ervoor te zorgen dat we niet botsen met gidNumber van lokale groepen of gebruikers primaire groepen. + + + Provider Name + + + Type a provider name... + + + Bind mode + Bindmodus + + + Configure how the outpost authenticates requests. + Configureer hoe de buitenpost verzoeken authenticeert. + + + Search mode + Zoekmodus + + + Configure how the outpost queries the core authentik server's users. + Configureer hoe de buitenpost de gebruikers van de kern authentik-server queryt. + + + Code-based MFA Support + Ondersteuning voor op codes gebaseerde MFA + + + Flow settings + Flowinstellingen + + + Bind flow + Bindproces + + + Flow used for users to authenticate. + Flow die wordt gebruikt om gebruikers te authenticeren. + + + Unbind flow + + + Flow used for unbinding users. + + + Protocol settings + Protocolinstellingen + + + Base DN + Basis-DN + + + LDAP DN under which bind requests and search requests can be made. + LDAP-DN waarbinnen bindverzoeken en zoekverzoeken kunnen worden uitgevoerd. + + + TLS Server name + TLS-servernaam + + + UID start number + Startnummer UID + + + GID start number + Startnummer GID + + + Configure LDAP Provider + + + Show field content + + + Hide field content + + + Add entry + + + Strict + + + Regex + + + URL + URL + + + Confidential + Vertrouwelijk + + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + Vertrouwelijke clients zijn in staat om de vertrouwelijkheid van hun referenties zoals klantgeheimen te behouden + + + Public + Openbaar + + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + Openbare clients zijn niet in staat om de vertrouwelijkheid te behouden en moeten methoden zoals PKCE gebruiken. + + + Back-channel + + + Server-to-server logout notifications + + + Front-channel + + + Browser iframe logout notifications + + + Based on the User's hashed ID + Gebaseerd op de gehashte ID van de gebruiker + + + Based on the User's ID + Gebaseerd op de ID van de gebruiker + + + Based on the User's UUID + Gebaseerd op de UUID van de gebruiker + + + Based on the User's username + Gebaseerd op de gebruikersnaam van de gebruiker + + + Based on the User's Email + Gebaseerd op de e-mail van de gebruiker + + + This is recommended over the UPN mode. + Dit wordt aanbevolen boven de UPN-modus. + + + Based on the User's UPN + Gebaseerd op de UPN van de gebruiker + + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + Vereist dat de gebruiker een 'upn'-attribuut heeft ingesteld en valt terug op gehashte gebruikers-ID. Gebruik deze modus alleen als u verschillende UPN- en maildomeinen hebt. + + + Each provider has a different issuer, based on the application slug + Elke provider heeft een andere uitgever, gebaseerd op de toepassingsslug + + + Same identifier is used for all providers + Hetzelfde identificatienummer wordt gebruikt voor alle providers + + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + Als er geen expliciete doorverwijzings-URL's zijn opgegeven, wordt de eerste succesvol gebruikte doorverwijzings-URI opgeslagen. + + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + + + Authorization flow + Autorisatieflow + + + Select an authorization flow... + + + Flow used when authorizing this provider. + Flow die wordt gebruikt bij het autoriseren van deze provider. + + + Client type + Clienttype + + + Client ID + Klant-ID + + + Client Secret + Klantgeheim + + + Redirect URIs/Origins (RegEx) + Doorverwijzings-URI's/Oorsprongen (RegEx) + + + Logout URI + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + + + Logout Method + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + + + Signing Key + Ondertekeningsleutel + + + Select a signing key... + + + Key used to sign the tokens. + Sleutel die wordt gebruikt om de tokens te ondertekenen. + + + Advanced flow settings + + + Authentication flow + Authenticatieflow + + + Select an authentication flow... + + + Flow used when a user access this provider and is not authenticated. + Flow die wordt gebruikt wanneer een gebruiker toegang krijgt tot deze provider en niet is geauthenticeerd. + + + Invalidation flow + Ongeldigheidsflow + + + Select an invalidation flow... + + + Flow used when logging out of this provider. + + + Advanced protocol settings + Geavanceerde protocolinstellingen + + + Access code validity + Geldigheid van toegangscode + + + Configure how long access codes are valid for. + Configureer hoe lang toegangscodes geldig zijn. + + + Access Token validity + Geldigheid van toegangstoken + + + Configure how long access tokens are valid for. + Configureer hoe lang toegangstokens geldig zijn. + + + Refresh Token validity + Geldigheid van vernieuwingstoken + + + Configure how long refresh tokens are valid for. + Configureer hoe lang vernieuwingstokens geldig zijn. + + + Refresh Token threshold + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + + + Scopes + Scopes + + + Available Scopes + + + Selected Scopes + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + Selecteer welke scopes door de klant kunnen worden gebruikt. De klant moet nog steeds de scope specificeren om toegang te krijgen tot de gegevens. + + + Encryption Key + + + Select an encryption key... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Onderwerpmodus + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + Configureer welke gegevens moeten worden gebruikt als unieke gebruikersidentificatie. Voor de meeste gevallen is de standaardinstelling prima. + + + Include claims in id_token + Claims opnemen in id_token + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + Neem gebruikersclaims op vanuit scopes in id_token, voor toepassingen die geen toegang hebben tot het userinfo-eindpunt. + + + Issuer mode + Uitgever modus + + + Configure how the issuer field of the ID Token should be filled. + Configureer hoe het uitgeversveld van het ID Token moet worden ingevuld. + + + Machine-to-Machine authentication settings + Machine-naar-machine authenticatie-instellingen + + + Federated OIDC Sources + + + Available Sources + + + Selected Sources + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + JWT's ondertekend door certificaten geconfigureerd in de geselecteerde bronnen kunnen worden gebruikt om te authenticeren bij deze provider. + + + Federated OIDC Providers + + + Available Providers + + + Selected Providers + + + JWTs signed by the selected providers can be used to authenticate to this provider. + + + Configure OAuth2 Provider + + + Successfully updated provider. + Provider succesvol bijgewerkt. + + + Successfully created provider. + Provider succesvol aangemaakt. + + + An error occurred while updating the provider. + + + An error occurred while creating the provider. + + + HTTP-Basic Username Key + HTTP-Basic Gebruikersnaamsleutel + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + Gebruikers-/groepsattribuut dat wordt gebruikt voor het gebruikersgedeelte van de HTTP-Basic-header. Als dit niet is ingesteld, wordt het e-mailadres van de gebruiker gebruikt. + + + HTTP-Basic Password Key + HTTP-Basic Wachtwoordsleutel + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + Gebruikers-/groepsattribuut dat wordt gebruikt voor het wachtwoordgedeelte van de HTTP-Basic-header. + + + Proxy + Proxy + + + Forward auth (single application) + Doorsturen van authenticatie (enkele toepassing) + + + Forward auth (domain level) + Doorsturen van authenticatie (domeinniveau) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + Deze provider zal zich gedragen als een transparante omgekeerde proxy, behalve dat verzoeken geauthenticeerd moeten zijn. Als uw upstream-toepassing HTTPS gebruikt, zorg er dan voor dat u ook via HTTPS verbinding maakt met de outpost. + + + External host + Externe host + + + The external URL you'll access the application at. Include any non-standard port. + De externe URL waarmee u toegang krijgt tot de toepassing. Inclusief eventuele niet-standaard poorten. + + + Internal host + Interne host + + + http(s)://... + + + Upstream host that the requests are forwarded to. + Upstream host waarnaar de verzoeken worden doorgestuurd. + + + Internal host SSL Validation + SSL-validatie interne host + + + Validate SSL Certificates of upstream servers. + Valideer SSL-certificaten van upstream-servers. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + Gebruik deze provider met nginx's auth_request of traefik's forwardAuth. Slechts één provider is vereist per hoofddomein. U kunt geen machtigingen per toepassing instellen, maar u hoeft ook geen provider voor elke toepassing te maken. + + + An example setup can look like this: + Een voorbeeldopstelling kan er als volgt uitzien: + + + authentik running on auth.example.com + authentik draait op auth.example.com + + + app1 running on app1.example.com + app1 draait op app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + In dit geval stelt u de authenticatie-URL in op auth.example.com en het cookie-domein op example.com. + + + Authentication URL + Authenticatie-URL + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + De externe URL waar u zich zult authenticeren. De authentik kernserver moet bereikbaar zijn onder deze URL. + + + Cookie domain + Cookie-domein + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + Stel dit in op het domein waarvoor u de authenticatie wilt laten gelden. Dit moet een bovenliggend domein zijn van de bovenstaande URL. Als u toepassingen uitvoert als app1.domain.tld, app2.domain.tld, stel dit dan in op 'domain.tld'. + + + Token validity + Geldigheid van token + + + Configure how long tokens are valid for. + Configureer hoe lang tokens geldig zijn. + + + Additional scopes + Extra scopes + + + Additional scope mappings, which are passed to the proxy. + Extra scopetoewijzingen die worden doorgegeven aan de proxy. + + + Unauthenticated URLs + Ongeauthenticeerde URL's + + + Unauthenticated Paths + Ongeauthenticeerde paden + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + Reguliere expressies waarvoor geen authenticatie vereist is. Elke nieuwe regel wordt geïnterpreteerd als een nieuwe expressie. + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + Bij gebruik van de proxy of doorstuur-authenticatiemodus (enkele toepassing) wordt het aangevraagde URL-pad gecontroleerd aan de hand van de reguliere expressies. Bij gebruik van doorstuur-authenticatiemodus (domeinmodus) wordt de volledige aangevraagde URL inclusief schema en host vergeleken met de reguliere expressies. + + + Authentication settings + Authenticatie-instellingen + + + Intercept header authentication + Tussentijdse koptekst authenticatie + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + Indien ingeschakeld, zal authentik de autorisatieheader onderscheppen om het verzoek te authenticeren. + + + Send HTTP-Basic Authentication + Verstuur HTTP-Basic Authenticatie + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + Verstuur een aangepaste HTTP-Basic authenticatieheader op basis van waarden uit authentik. + + + Configure Proxy Provider + + + Configure Remote Access Provider + + + Connection expiry + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + + + Property mappings + Kenmerkmapping + + + Available Property Mappings + + + Selected Property Mappings + + + List of CIDRs (comma-seperated) 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. + + + Shared secret + Gedeeld geheim + + + Client Networks + Clientnetwerken + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + + + Configure Radius Provider + + + Redirect + Doorverwijzing + + + Post + Post + + + Sign assertions + + + When enabled, the assertion element of the SAML response will be signed. + + + Sign responses + + + When enabled, the SAML response will be signed. + + + Sign logout requests + + + When enabled, SAML logout requests will be signed. + + + Front-channel (Iframe) + + + Front-channel (Native) + + + Back-channel (POST) + + + SLS Binding + + + Determines how authentik sends the logout response back to the Service Provider. + + + Method to use for logout when SLS URL is configured. + + + ACS URL + ACS URL + + + Service Provider Binding + Service Provider Binding + + + Determines how authentik sends the response back to the Service Provider. + Bepaalt hoe authentik de reactie terugstuurt naar de Service Provider. + + + Issuer + Uitgever + + + Also known as Entity ID. + + + Audience + Publiek + + + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + + + Signing Certificate + Ondertekeningscertificaat + + + Certificate used to sign outgoing Responses going to the Service Provider. + Certificaat gebruikt om uitgaande reacties naar de Service Provider te ondertekenen. + + + Verification Certificate + Verificatiecertificaat + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + Indien geselecteerd, worden handtekeningen van inkomende assertions gevalideerd tegen dit certificaat. Laat op standaard staan om niet-ondertekende verzoeken toe te staan. + + + Encryption Certificate + + + When selected, assertions will be encrypted using this keypair. + + + Available User Property Mappings + + + Selected User Property Mappings + + + NameID Property Mapping + Naam-ID-kenmerkmapping + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + Configureer hoe de NameID-waarde wordt gecreëerd. Wanneer leeggelaten, wordt de NameIDPolicy van het inkomende verzoek gerespecteerd. + + + AuthnContextClassRef Property Mapping + + + 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. + + + Assertion valid not before + Assertion geldig vanaf + + + Configure the maximum allowed time drift for an assertion. + Configureer de maximale toegestane tijdsafwijking voor een assertion. + + + Assertion valid not on or after + Assertion geldig tot en met + + + Assertion not valid on or after current time + this value. + Assertion is niet geldig op of na de huidige tijd + deze waarde. + + + Session valid not on or after + Sessie geldig tot en met + + + Session not valid on or after current time + this value. + Sessie is niet geldig op of na de huidige tijd + deze waarde. + + + Default relay state + + + When using IDP-initiated logins, the relay state will be set to this value. + + + Default NameID Policy + + + Persistent + Permanent + + + Email address + E-mailadres + + + Windows + Windows + + + X509 Subject + X509-onderwerp + + + Transient + Tijdelijk + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + + + Digest algorithm + Samenvatting-algoritme + + + Signature algorithm + Handtekening-algoritme + + + Configure SAML Provider + + + Token + Token + + + Token to authenticate with. + + + OAuth Source + + + Specify OAuth source used for authentication. + + + OAuth Parameters + + + Additional OAuth parameters, such as grant_type. + + + SCIM base url, usually ends in /v2. + Basis-URL voor SCIM, eindigt meestal op /v2. + + + Verify SCIM server's certificates + + + Authentication Mode + + + Authenticate SCIM requests using a static token. + + + OAuth + + + Authenticate SCIM requests using OAuth. + + + Compatibility Mode + + + Default + Standaard + + + Default behavior. + + + AWS + + + Altered behavior for usage with Amazon Web Services. + + + Slack + + + Altered behavior for usage with Slack. + + + Salesforce + + + Altered behavior for usage with Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + + + Enable dry-run mode + + + When enabled, mutating requests will be dropped and logged instead. + + + User filtering + Gebruikersfiltering + + + Exclude service accounts + Uitsluiten van serviceaccounts + + + Only sync users within the selected group. + Synchroniseer alleen gebruikers binnen de geselecteerde groep. + + + Attribute mapping + Attribuutmapping + + + User Property Mappings + Gebruikerskenmerkmapping + + + Property mappings used to user mapping. + Kenmerkmapping gebruikt voor gebruikersmapping. + + + Group Property Mappings + Groep-kenmerkmapping + + + Available Group Property Mappings + + + Selected Group Property Mappings + + + Property mappings used to group creation. + Kenmerkmapping gebruikt voor groepscreatie. + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + + + Configure Provider + + + Type + Type + + + None + + + strict + + + regexp + + + Forward auth (domain-level) + Doorsturen van autorisatie (domein-niveau) + + + Unknown proxy mode + Onbekende proxy-modus + + + Mode + Modus + + + Internal Host + Interne host + + + External Host + Externe host + + + Basic-Auth + Basis-Authenticatie + + + Unknown type + Onbekend type + + + Redirect URIs + Omleidings-URL's + + + Review and Submit Application + + + Submit + + + There was an error in the application. + + + Review the application. + + + There was an error in the provider. + + + Review the provider. + + + There was an error. Please go back and review the application. + + + There was an error: + + + Please go back and review the application. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + + + Review the Application and Provider + + + Provider + Provider + + + Your application has been saved + + + Saving application... + + + authentik was unable to complete this process. + + + Don't show this message again. + + + One hint, 'New Application Wizard', is currently hidden + + + Restore Application Wizard Hint + + + Create with wizard + + + Successfully imported provider. + Provider succesvol geïmporteerd. + + + Metadata + Metadata + + + Create + Aanmaken + + + New provider + Nieuwe provider + + + Create a new provider. + Maak een nieuwe provider aan. + + + Create + + + New Provider + + + Open the wizard to create a new provider. + + + Credentials + + + Google Cloud credentials file. + + + Delegated Subject + + + Email address of the user the actions of authentik will be delegated to. + + + Default group email domain + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + + + User deletion action + + + User is deleted + + + Suspend + + + User is suspended, and connection to user in authentik is removed. + + + Do Nothing + + + The connection is removed but the user is not modified + + + Determines what authentik will do when a User is deleted. + + + Group deletion action + + + Group is deleted + + + The connection is removed but the group is not modified + + + Determines what authentik will do when a Group is deleted. + + + Client ID for the app registration. + + + Client secret for the app registration. + + + Tenant ID + + + ID of the tenant accounts will be synced into. + + + Delete authorization on disconnect + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + + + Connection settings. + + + Key used to sign the events. + + + Event Retention + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + + + OIDC Providers + + + Providers + Providers + + + Provide support for protocols like SAML and OAuth to assigned applications. + Bied ondersteuning voor protocollen zoals SAML en OAuth aan toegewezen applicaties. + + + Provider Search + + + Search for providers… + + + Provider(s) + Provider(s) + + + Assigned to application + Toegewezen aan applicatie + + + Assigned to application (backchannel) + Toegewezen aan applicatie (backchannel) + + + Provider not assigned to any application. + + + Update + + + Edit "" provider + + + Successfully triggered sync. + + + Log messages + Logberichten + + + Override dry-run mode + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + + + Sync + + + Sync Group + + + Google Workspace Group(s) + + + Sync User + + + Google Workspace User(s) + + + Username + Gebruikersnaam + + + Current status + + + Sync is currently running. + + + Sync is not currently running. + + + Last successful sync + + + No successful sync found. + + + Last sync status + + + Changelog + Changelog + + + Provisioned Users + + + Provisioned Groups + + + Warning: Provider is not assigned to an application as backchannel provider. + Waarschuwing: Provider is niet toegewezen aan een applicatie als backchannel-provider. + + + Dry-run + + + Update Google Workspace Provider + + + Select providers to add to application + Selecteer providers om aan de applicatie toe te voegen + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Voer een volledige URL, een relatief pad in, of gebruik 'fa://fa-test' om het Font Awesome-pictogram "fa-test" te gebruiken. + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + Padtemplate voor aangemaakte gebruikers. Gebruik plaatshouders zoals `%(slug)s` om de bron-slug in te voegen. + + + Successfully updated application. + Applicatie succesvol bijgewerkt. + + + Successfully created application. + Applicatie succesvol aangemaakt. + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + + + Select a provider that this application should use. + Selecteer een provider die door deze applicatie moet worden gebruikt. + + + Backchannel Providers + Backchannel Aanbieders + + + Select backchannel providers which augment the functionality of the main provider. + Selecteer backchannel providers die de functionaliteit van de hoofdprovider versterken. + + + Add provider + Provider toevoegen + + + UI settings + UI-instellingen + + + Icon + Pictogram + + + Currently set to: + Momenteel ingesteld op: + + + Clear icon + Pictogram wissen + + + Delete currently set icon. + Huidig ingesteld pictogram verwijderen. + + + Publisher + Uitgever + + + Description + Omschrijving + + + Create Application + Applicatie aanmaken + + + Warning: Provider is not used by any Outpost. + Waarschuwing: Provider wordt niet gebruikt door een Outpost. + + + Assigned to application + Toegewezen aan applicatie + + + Update LDAP Provider + LDAP-provider bijwerken + + + How to connect + Hoe te verbinden + + + Connect to the LDAP Server on port 389: + Verbinding maken met de LDAP-server op poort 389: + + + Check the IP of the Kubernetes service, or + Controleer het IP-adres van de Kubernetes-service, of + + + The Host IP of the docker host + Het host-IP van de Docker-host + + + Bind DN + Bind DN + + + Bind Password + Bind-wachtwoord + + + Your authentik password + + + Search base + Zoekbasis + + + Microsoft Entra Group(s) + + + Microsoft Entra User(s) + + + Update Microsoft Entra Provider + + + Preview + Voorbeeld + + + Warning: Provider is not used by an Application. + Waarschuwing: Provider wordt niet gebruikt door een applicatie. + + + + + + Update OAuth2 Provider + OAuth2-provider bijwerken + + + OpenID Configuration URL + OpenID-configuratie-URL + + + OpenID Configuration Issuer + OpenID-configuratie-issuer + + + Authorize URL + Authorize-URL + + + Token URL + Token-URL + + + Userinfo URL + Gebruikersinfo-URL + + + Logout URL + Uitlog-URL + + + JWKS URL + JWKS-URL + + + JWT payload + + + Preview for user + + + Nginx (Ingress) + Nginx (Ingress) + + + Nginx (Proxy Manager) + Nginx (Proxy Manager) + + + Nginx (standalone) + Nginx (standalone) + + + Traefik (Ingress) + Traefik (Ingress) + + + Traefik (Compose) + Traefik (Compose) + + + Traefik (Standalone) + Traefik (Standalone) + + + Caddy (Standalone) + Caddy (Standalone) + + + Update Proxy Provider + Proxy-provider bijwerken + + + Protocol Settings + Protocolinstellingen + + + Allowed Redirect URIs + Toegestane omleidings-URL's + + + Setup + Opzetten + + + No additional setup is required. + Er is geen aanvullende configuratie vereist. + + + Connection Token(s) + + + Endpoint + + + Successfully updated endpoint. + + + Successfully created endpoint. + + + Protocol + + + RDP + + + SSH + + + VNC + + + Host + + + Hostname/IP to connect to. Optionally specify the port. + + + Maximum concurrent connections + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + + + Advanced settings + Geavanceerde instellingen + + + Search for users by username or display name... + + + Search Users + + + Select Users + + + Active + Actief + + + Last login + Laatste aanmelding + + + Show inactive users + + + Select users + + + Confirm + + + Successfully updated group. + Groep succesvol bijgewerkt. + + + Successfully created group. + Groep succesvol aangemaakt. + + + Type a group name... + + + Group Name + + + Superuser Privileges + + + Whether users added to this group will have superuser privileges. + + + Parent Group + + + Select an optional parent group... + + + Roles + + + Available Roles + + + Selected Roles + + + Select roles to grant this groups' users' permissions from the selected roles. + + + Set custom attributes using YAML or JSON. + Stel aangepaste eigenschappen in met behulp van YAML of JSON. + + + Successfully updated binding. + Binding succesvol bijgewerkt. + + + Successfully created binding. + Binding succesvol aangemaakt. + + + Don't pass + + + Result used when policy execution fails. + + + Successfully updated policy. + Beleid succesvol bijgewerkt. + + + Successfully created policy. + Beleid succesvol aangemaakt. + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + Een beleid gebruikt voor testen. Geeft altijd hetzelfde resultaat terug als hieronder gespecificeerd, na een willekeurige duur te hebben gewacht. + + + Execution logging + Uitvoeringslogging + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + Wanneer deze optie is ingeschakeld, worden alle uitvoeringen van dit beleid gelogd. Standaard worden alleen uitvoeringsfouten gelogd. + + + Policy-specific settings + Beleid-specifieke instellingen + + + Pass policy? + Beleid doorgeven? + + + Wait (min) + Wachten (min) + + + The policy takes a random time to execute. This controls the minimum time it will take. + Het beleid neemt een willekeurige tijd om uit te voeren. Dit regelt de minimale tijd die het zal duren. + + + Wait (max) + Wachten (max) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + Matcht een gebeurtenis met een reeks criteria. Als een van de geconfigureerde waarden overeenkomt, wordt het beleid goedgekeurd. + + + Match created events with this action type. When left empty, all action types will be matched. + Match gecreëerde gebeurtenissen met dit actietype. Wanneer leeg gelaten, worden alle actietypen gematcht. + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + + + Match events created by selected application. When left empty, all applications are matched. + Match gebeurtenissen gecreëerd door de geselecteerde applicatie. Wanneer leeg gelaten, worden alle applicaties gematcht. + + + Match events created by selected model. When left empty, all models are matched. + Gebeurtenissen die zijn gemaakt door het geselecteerde model. Indien leeg gelaten, worden alle modellen gematcht. + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + Controleert of het wachtwoord van de gebruiker van het verzoek in de laatste x dagen is gewijzigd en wijst af op basis van instellingen. + + + Maximum age (in days) + Maximale leeftijd (in dagen) + + + Only fail the policy, don't invalidate user's password + Keur alleen het beleid af, maak het wachtwoord van de gebruiker niet ongeldig + + + Executes the python snippet to determine whether to allow or deny a request. + Voert het Python fragment uit om te bepalen of een verzoek wordt toegestaan of geweigerd. + + + Expression using Python. + Expressie met behulp van Python. + + + See documentation for a list of all variables. + Zie documentatie voor een lijst van alle beschikbare variabelen. + + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + + + Distance settings + + + Check historical distance of logins + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + + + Maximum distance + + + Maximum distance a login attempt is allowed from in kilometers. + + + Distance tolerance + + + Tolerance in checking for distances in kilometers. + + + Historical Login Count + + + Amount of previous login events to check against. + + + Check impossible travel + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + + + Impossible travel tolerance + + + Static rule settings + + + ASNs + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + + + Countries + + + Available Countries + + + Selected Countries + + + Static rules + Statische regels + + + Minimum length + Minimale lengte + + + Minimum amount of Uppercase Characters + Minimale hoeveelheid hoofdletters + + + Minimum amount of Lowercase Characters + Minimale hoeveelheid kleine letters + + + Minimum amount of Digits + Minimale hoeveelheid cijfers + + + Minimum amount of Symbols Characters + Minimale hoeveelheid symbooltekens + + + Error message + Foutmelding + + + Symbol charset + Symbooltekenreeks + + + Characters which are considered as symbols. + Karakters die als symbolen worden beschouwd. + + + HaveIBeenPwned settings + HaveIBeenPwned-instellingen + + + Allowed count + Toegestane telling + + + Allow up to N occurrences in the HIBP database. + Sta tot N voorkomens toe in de HIBP-database. + + + zxcvbn settings + zxcvbn-instellingen + + + Score threshold + Score drempelwaarde + + + If the password's score is less than or equal this value, the policy will fail. + Als de score van het wachtwoord kleiner is dan of gelijk is aan deze waarde, zal het beleid falen. + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + Controleert de waarde van het beleidsverzoek aan de hand van verschillende regels, meestal gebruikt om wachtwoordsterkte te garanderen. + + + Password field + Wachtwoordveld + + + Field key to check, field keys defined in Prompt stages are available. + Veldsleutel om te controleren, veldsleutels gedefinieerd in Prompt-stadia zijn beschikbaar. + + + Check static rules + Controleer statische regels + + + Check haveibeenpwned.com + Controleer haveibeenpwned.com + + + For more info see: + Voor meer informatie zie: + + + Check zxcvbn + Controleer zxcvbn + + + Password strength estimator created by Dropbox, see: + Wachtwoordsterkteschatting gemaakt door Dropbox, zie: + + + Allows/denys requests based on the users and/or the IPs reputation. + Staat verzoeken toe/weigert verzoeken op basis van de reputatie van de gebruikers en/of de IP-adressen. + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + Ongeldige inlogpogingen zullen de score voor het IP-adres van de client verlagen, en de +gebruikersnaam waarmee ze proberen in te loggen, met één verlagen. + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + Het beleid slaagt wanneer de reputatiescore onder de drempelwaarde ligt, en +slaagt niet wanneer een of beide geselecteerde opties gelijk zijn aan of boven de drempelwaarde liggen. + + + Check IP + Controleer IP + + + Check Username + Controleer Gebruikersnaam + + + Threshold + Drempelwaarde + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + + + Number of previous passwords to check + + + New policy + Nieuw beleid + + + Create a new policy. + Maak een nieuw beleid aan. + + + Create Binding + Creëer Binding + + + Members + Leden + + + Select groups to add user to + Selecteer groepen om gebruiker aan toe te voegen + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + Waarschuwing: Door de gebruiker aan de geselecteerde groep(en) toe te voegen, krijgen ze supergebruikersrechten. + + + Company employees with access to the full enterprise feature set. + + + External consultants or B2C customers without access to enterprise features. + + + Machine-to-machine authentication or other automations. + + + Successfully updated user. + Gebruiker succesvol bijgewerkt. + + + Successfully created user and added to group + + + Successfully created user. + Gebruiker succesvol aangemaakt. + + + Type a username for the user... + + + The user's primary identifier used for authentication. 150 characters or fewer. + + + Display Name + + + Type an optional display name... + + + The user's display name. + + + User type + Gebruikerstype + + + Internal Service account + + + Managed by authentik and cannot be assigned manually. + + + Email Address + + + Type an optional email address... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + + + Path + Pad + + + Type a path for the user... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + + + Edit Policy + Beleid bewerken + + + Update Group + Groep bijwerken + + + Edit Group + Groep bewerken + + + Update User + Gebruiker bijwerken + + + Edit User + Gebruiker bewerken + + + Policy binding(s) + Beleid koppeling(en) + + + Update Binding + Binding bijwerken + + + No Policies bound. + Geen beleid gekoppeld. + + + Policy actions + + + Create and bind Policy + Beleid aanmaken en koppelen + + + Bind existing + + + The currently selected policy engine mode is : + + + Endpoint(s) + + + Update Endpoint + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + + + Create Endpoint + + + Connections + + + Update RAC Provider + + + Endpoints + + + Update Radius Provider + Radius-provider bijwerken + + + Download + Downloaden + + + Copy download URL + Kopieer download-URL + + + Download signing certificate + Download ondertekend certificaat + + + Related objects + Gerelateerde objecten + + + Update SAML Provider + SAML-provider bijwerken + + + SAML Configuration + SAML-configuratie + + + EntityID/Issuer + EntityID/Uitgever + + + SSO URL (Post) + SSO-URL (Post) + + + SSO URL (Redirect) + SSO-URL (Omleiding) + + + SSO URL (IdP-initiated Login) + SSO-URL (IdP-geïnitieerde login) + + + SLO URL (Post) + SLO-URL (Post) + + + SLO URL (Redirect) + SLO-URL (Omleiding) + + + SAML Metadata + SAML-metadata + + + Example SAML attributes + Voorbeeld SAML-eigenschappen + + + NameID attribute + NameID-eigenschap + + + SCIM Group(s) + + + SCIM User(s) + + + Update SCIM Provider + SCIM-provider bijwerken + + + SSF Provider is in preview. + + + Send us feedback! + Stuur ons feedback! + + + SSF URL + + + No assigned application + + + Update SSF Provider + + + Streams + + + Applications + Applicaties + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + + + Application Icon + Applicatie Icoon + + + Provider Type + Provider Type + + + Applications Documentation + + + Application(s) + Applicatie(s) + + + Application icon for "" + + + Update Application + Applicatie bijwerken + + + Edit "" + + + Open "" + + + Open + Openen + + + Create with Provider + + + Successfully cleared application cache + + + Failed to delete application cache + + + Clear cache + Cache wissen + + + Clear Application cache + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + + + Successfully sent test-request. + Testverzoek succesvol verzonden. + + + Successfully updated entitlement. + + + Successfully created entitlement. + + + Application entitlement(s) + + + Update Entitlement + + + These bindings control which users have access to this entitlement. + + + No app entitlements created. + + + This application does currently not have any application entitlements defined. + + + Create Entitlement + + + Create entitlement + + + Failed to fetch application "". + + + Warning: Application is not used by any Outpost. + + + Related + Gerelateerd + + + Check access + Toegang controleren + + + Check + Controleren + + + Check Application access + Applicatietoegang controleren + + + Test + Test + + + Launch + Start + + + Logins over the last week (per 8 hours) + Inloggen in de afgelopen week (per 8 uur) + + + Application entitlements + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + + + Policy / Group / User Bindings + Beleid / Groep / Gebruiker Koppelingen + + + Loading application... + + + Successfully updated device. + Apparaat succesvol bijgewerkt. + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + Kopiëren + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + Apparaat bijwerken + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + Hostnaam + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + Klik om de waarde te wijzigen + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + Sessieduur + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + Succesvol bijgewerkte token. + + + Successfully created token. + Succesvol aangemaakte token. + + + Expires on + Vervalt op + + + Token name... + + + Token name + + + Expiring + Vervalt + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + Als dit is geselecteerd, verloopt de token. Bij verloop wordt de token geroteerd. + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + Expires? + Verloopt? + + + Expiry date + Vervaldatum + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + Token kopiëren + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + Bron succesvol bijgewerkt. + + + Successfully created source. + Bron succesvol aangemaakt. + + + Link users on unique identifier + Koppel gebruikers op basis van een unieke identificatie + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + Koppel aan een gebruiker met een identiek e-mailadres. Kan beveiligingsimplicaties hebben wanneer een bron e-mailadressen niet valideert. + + + Use the user's email address, but deny enrollment when the email address already exists + Gebruik het e-mailadres van de gebruiker, maar weiger inschrijving als het e-mailadres al bestaat + + + Link to a user with identical username. Can have security implications when a username is used with another source + Koppel aan een gebruiker met een identieke gebruikersnaam. Kan beveiligingsimplicaties hebben wanneer een gebruikersnaam wordt gebruikt met een andere bron. + + + Use the user's username, but deny enrollment when the username already exists + Gebruik de gebruikersnaam van de gebruiker, maar weiger inschrijving als de gebruikersnaam al bestaat + + + Unknown user matching mode + Onbekende modus voor overeenkomst met gebruikers + + + Link to a group with identical name. Can have security implications when a group is used with another source + + + Use the group's name, but deny enrollment when the name already exists + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + + + Sync users + Gebruikers synchroniseren + + + User password writeback + Gebruikerswachtwoord terugzetten + + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + + + Realm settings + + + Realm + + + Kerberos 5 configuration + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + + + User matching mode + Modus voor overeenkomst met gebruikers + + + Group matching mode + + + Sync connection settings + + + KAdmin type + + + MIT krb5 kadmin + + + Heimdal kadmin + + + Other + + + Other type of kadmin + + + Sync principal + + + Principal used to authenticate to the KDC for syncing. + + + Sync password + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + + + Sync keytab + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + + + Sync credentials cache + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + + + SPNEGO settings + + + SPNEGO server name + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + + + SPNEGO keytab + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + + + SPNEGO credentials cache + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + + + Kerberos Attribute mapping + + + Property mappings for user creation. + + + Property mappings for group creation. + + + Flow to use when authenticating existing users. + Flow om te gebruiken bij het authenticeren van bestaande gebruikers. + + + Enrollment flow + Inschrijvingsflow + + + Flow to use when enrolling new users. + Flow om te gebruiken bij het inschrijven van nieuwe gebruikers. + + + Additional settings + Extra instellingen + + + User path + Gebruikerspad + + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + Login wachtwoord wordt automatisch gesynchroniseerd van LDAP naar authentik. Schakel deze optie alleen in om wachtwoordwijzigingen in authentik terug te schrijven naar LDAP. + + + Sync groups + Groepen synchroniseren + + + Delete Not Found Objects + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + + + Connection settings + Verbindingsinstellingen + + + Server URI + Server URI + + + Specify multiple server URIs by separating them with a comma. + Specificeer meerdere server URI's door ze te scheiden met een komma. + + + Enable StartTLS + StartTLS inschakelen + + + To use SSL instead, use 'ldaps://' and disable this option. + Gebruik 'ldaps://' om SSL te gebruiken en schakel deze optie uit. + + + Use Server URI for SNI verification + Gebruik Server-URI voor SNI-verificatie + + + Required for servers using TLS 1.3+ + Vereist voor servers die TLS 1.3+ gebruiken + + + TLS Verification Certificate + TLS Verificatie Certificaat + + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + Bij het verbinden met een LDAP-server met TLS worden certificaten standaard niet gecontroleerd. Geef een sleutelpaar op om het externe certificaat te valideren. + + + TLS Client authentication certificate + TLS-clientverificatiecertificaat + + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + Clientcertificaatsleutelpaar om te verifiëren tegen het certificaat van de LDAP-server. + + + Bind CN + Bind CN + + + LDAP Attribute mapping + LDAP Attribuuttoewijzing + + + Parent group for all the groups imported from LDAP. + Bovenliggende groep voor alle groepen die zijn geïmporteerd uit LDAP. + + + Additional User DN + + + Additional user DN, prepended to the Base DN. + Aanvullende gebruikers-DN, toegevoegd aan de basale DN. + + + Additional Group DN + + + Additional group DN, prepended to the Base DN. + Extra groep DN, toegevoegd aan de Basis DN. + + + User object filter + Filter voor gebruikersobjecten + + + Consider Objects matching this filter to be Users. + Beschouw objecten die aan deze filter voldoen als gebruikers. + + + Group object filter + Filter voor groepsobjecten + + + Consider Objects matching this filter to be Groups. + Beschouw objecten die aan deze filter voldoen als groepen. + + + Group membership field + Veld dat leden van een groep bevat. Let op dat als het veld "memberUid" wordt gebruikt, de waarde wordt verondersteld een relatieve Distinguished Name te bevatten. Bijv. 'memberUid=some-user' in plaats van 'memberUid=cn=some-user,ou=groups,...' + + + Field which contains members of a group. The value of this field is matched against User membership attribute. + + + User membership attribute + + + Attribute which matches the value of Group membership field. + + + Lookup using user attribute + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + + + Object uniqueness field + Veld dat een unieke identificatie bevat. + + + Field which contains a unique Identifier. + Veld dat een unieke identificatie bevat. + + + HTTP Basic Auth + + + Include the client ID and secret as request parameters + + + Plain + + + S256 + + + URL settings + URL-instellingen + + + Authorization URL + Autorisatie-URL + + + URL the user is redirect to to consent the authorization. + URL waar de gebruiker naartoe wordt geleid om toestemming te geven voor autorisatie. + + + Access token URL + Toegangstoken-URL + + + URL used by authentik to retrieve tokens. + URL die door authentik wordt gebruikt om tokens op te halen. + + + Profile URL + Profiel-URL + + + URL used by authentik to get user information. + URL die door authentik wordt gebruikt om gebruikersinformatie op te halen. + + + Request token URL + URL voor het aanvragen van een token + + + URL used to request the initial token. This URL is only required for OAuth 1. + URL die wordt gebruikt om het initiële token aan te vragen. Deze URL is alleen vereist voor OAuth 1. + + + OIDC Well-known URL + OIDC Well-known URL + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + URL voor de bekende configuratie van OIDC. Kan worden gebruikt om de bovenstaande URLs automatisch te configureren. + + + OIDC JWKS URL + OIDC JWKS URL + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + JSON Web Key URL. Sleutels van de URL worden gebruikt om JWT's van deze bron te valideren. + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + Raw JWKS-gegevens. + + + PKCE Method + + + Configure Proof Key for Code Exchange for this source. + + + Authorization code authentication method + + + How to perform authentication during an authorization_code token request flow + + + Consumer key + Consumentensleutel + + + Also known as Client ID. + + + Consumer secret + Consumentengeheim + + + Also known as Client Secret. + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + Extra scopes die aan de OAuth-provider worden doorgegeven, gescheiden door spaties. Om bestaande scopes te vervangen, voeg een * toe als prefix. + + + OAuth Attribute mapping + + + Load servers + Servers laden + + + Re-authenticate with Plex + + + Allow friends to authenticate via Plex, even if you don't share any servers + Sta vrienden toe om via Plex te authenticeren, zelfs als je geen servers deelt + + + Allowed servers + Toegestane servers + + + Select which server a user has to be a member of to be allowed to authenticate. + Selecteer welke server een gebruiker lid van moet zijn om toegestaan te zijn te authenticeren. + + + Plex Attribute mapping + + + Verify Assertion Signature + + + When enabled, authentik will look for a Signature inside of the Assertion element. + + + Verify Response Signature + + + When enabled, authentik will look for a Signature inside of the Response element. + + + SSO URL + SSO-URL + + + URL that the initial Login request is sent to. + URL waarnaar het initiële inlogverzoek wordt verzonden. + + + SLO URL + SLO-URL + + + Optional URL if the IDP supports Single-Logout. + Optionele URL als de IDP Single Logout ondersteunt. + + + Also known as Entity ID. Defaults the Metadata URL. + Ook wel bekend als Entiteit-ID. Standaard de Metagegevens-URL. + + + Binding Type + Bindings type + + + Redirect binding + Doorverwijzingsbinding + + + Post-auto binding + Automatische postbinding + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + Postbinding waarbij het verzoek automatisch wordt verzonden en de gebruiker dit niet hoeft te bevestigen. + + + Post binding + Postbinding + + + Signing keypair + Ondertekenend sleutelpaar + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + Sleutelpaar dat wordt gebruikt om uitgaande verzoeken te ondertekenen. Laat leeg om ondertekening uit te schakelen. + + + Allow IDP-initiated logins + IDP-geïnitieerde logins toestaan + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + Staat authenticatiestromen toe die door de IdP zijn geïnitieerd. Dit kan een beveiligingsrisico zijn, omdat er geen validatie van het verzoek-ID wordt uitgevoerd. + + + NameID Policy + NameID-beleid + + + Delete temporary users after + Tijdelijke gebruikers verwijderen na + + + 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. + Tijdsverschil wanneer tijdelijke gebruikers moeten worden verwijderd. Dit is alleen van toepassing als je IDP de NameID-indeling 'tijdelijk' gebruikt en de gebruiker niet handmatig uitlogt. + + + When selected, encrypted assertions will be decrypted using this keypair. + + + SAML Attribute mapping + + + Pre-authentication flow + Flow voorafgaand aan authenticatie + + + Flow used before authentication. + Flow die wordt gebruikt vóór authenticatie. + + + SCIM Attribute mapping + + + Bot username + + + Bot token + + + Request access to send messages from your bot + + + Telegram Attribute mapping + + + New source + Nieuwe bron + + + Create a new source. + Een nieuwe bron aanmaken. + + + Federation and Social login + Federatie en sociale aanmelding + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + Bronnen van identiteiten, die kunnen worden gesynchroniseerd met de database van authentik, of kunnen worden gebruikt door gebruikers om zichzelf te authenticeren en in te schrijven. + + + Source(s) + Bron(nen) + + + Disabled + Uitgeschakeld + + + Built-in + Ingebouwd + + + Kerberos Source is in preview. + + + Update Kerberos Source + + + Connectivity + + + Global status + + + Vendor + + + Update LDAP Source + LDAP-bron bijwerken + + + OAuth Source + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + Groeptoewijzingen kunnen alleen worden gecontroleerd als een gebruiker al is aangemeld bij het proberen toegang te krijgen tot deze bron. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Gebruikerstoewijzingen kunnen alleen worden gecontroleerd als een gebruiker al is aangemeld bij het proberen toegang te krijgen tot deze bron. + + + Generic OpenID Connect + Generieke OpenID Connect + + + Unknown provider type + Onbekend leverancierstype + + + Callback URL + Terugroep-URL + + + Access Key + Toegangssleutel + + + Update OAuth Source + OAuth-bron bijwerken + + + Diagram + Diagram + + + Policy Bindings + Beleidsbindings + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + Deze bindings bepalen welke gebruikers toegang hebben tot deze bron. + Je kunt hier alleen beleidsregels gebruiken, omdat toegang wordt gecontroleerd voordat de gebruiker is geauthenticeerd. + + + Update Plex Source + Plex-bron bijwerken + + + Update SAML Source + SAML-bron bijwerken + + + Update SCIM Source + + + SCIM Base URL + + + Click to copy token + Klik om token te kopiëren + + + Telegram bot + + + Update Telegram Source + + + Successfully updated mapping. + Succesvol bijgewerkte mapping. + + + Successfully created mapping. + Succesvol aangemaakte mapping. + + + Unconfigured + + + This option will not be changed by this mapping. + + + General settings + + + Password + Wachtwoord + + + RDP settings + + + Ignore server certificate + + + Enable wallpaper + + + Enable font-smoothing + + + Enable full window dragging + + + SAML Attribute Name + SAML-kenmerknaam + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + Attribuutnaam die wordt gebruikt voor SAML-asserties. Kan een URN OID, een schema-referentie of een andere tekenreeks zijn. Als deze eigenschapsmapping wordt gebruikt voor NameID-eigenschap, wordt dit veld genegeerd. + + + Friendly Name + Vriendelijke naam + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + Optioneel de 'FriendlyName'-waarde van het Assertieattribuut instellen. + + + Scope name + Scope-naam + + + Scope which the client can specify to access these properties. + Scope die de client kan specificeren om toegang te krijgen tot deze eigenschappen. + + + Description shown to the user when consenting. If left empty, the user won't be informed. + Beschrijving die aan de gebruiker wordt getoond bij instemming. Als dit leeg wordt gelaten, wordt de gebruiker niet geïnformeerd. + + + Example context data + Voorbeeld contextuele gegevens + + + Active Directory User + Actieve directorygebruiker + + + Active Directory Group + Actieve directorygroep + + + New property mapping + Nieuwe eigenschapsmapping + + + Create a new property mapping. + Maak een nieuwe eigenschapsmapping aan. + + + Property Mappings + Eigenschapsmappings + + + Control how authentik exposes and interprets information. + Beheer hoe authentik informatie blootstelt en interpreteert. + + + Property Mapping(s) + Eigenschapsmapping(en) + + + Test Property Mapping + Test eigenschapsmapping + + + Hide managed mappings + Beheerde mappings verbergen + + + Identifier + Identificatie + + + Unique identifier the token is referenced by. + Unieke identifier waarnaar de token wordt verwezen. + + + Intent + Intentie + + + API Token + API-token + + + Used to access the API programmatically + Gebruikt om toegang te krijgen tot de API programmatisch + + + App password. + App-wachtwoord. + + + Used to login using a flow executor + Gebruikt om in te loggen met behulp van een flow-uitvoerder + + + Tokens + Tokens + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + Tokens worden in authentik gebruikt voor e-mail validatie, herstelsleutels en API-toegang. + + + Token(s) + Tokens + + + Create Token + Token aanmaken + + + Token is managed by authentik. + Token wordt beheerd door authentik. + + + Update Token + Token bijwerken + + + Editing is disabled for managed tokens + + + Successfully updated brand. + + + Successfully created brand. + + + Domain + Domein + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + Matching wordt gedaan op basis van domeinachtervoegsel, dus als je domein.tld invoert, zal foo.domein.tld nog steeds overeenkomen. + + + Use this brand for each domain that doesn't have a dedicated brand. + + + Branding settings + Merkinstellingen + + + Title + Titel + + + Branding shown in page title and several other places. + Merk getoond in paginatitel en verschillende andere plaatsen. + + + Logo + Logo + + + Logo shown in sidebar/header and flow executor. + + + Favicon + Favicon + + + Icon shown in the browser tab. + Pictogram weergegeven in het browser tabblad. + + + Default flow background + + + Default background used during flow execution. Can be overridden per flow. + + + Custom CSS + + + Custom CSS to apply to pages when this brand is active. + + + External user settings + + + Default application + + + Select an application... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + + + Default flows + Standaard stromen + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + Flow die wordt gebruikt om gebruikers te authenticeren. Als dit leeg wordt gelaten, wordt de eerste toepasselijke flow gesorteerd op de slug gebruikt. + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + Flow die wordt gebruikt om uit te loggen. Als dit leeg wordt gelaten, wordt de eerste toepasselijke flow gesorteerd op de slug gebruikt. + + + Recovery flow + Herstelflow + + + Select a recovery flow... + + + Unenrollment flow + Uitschrijvingsflow + + + Select an unenrollment flow... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + Als dit is ingesteld, kunnen gebruikers zichzelf uitschrijven met behulp van deze flow. Als er geen flow is ingesteld, wordt de optie niet weergegeven. + + + User settings flow + Gebruikersinstellingenflow + + + Select a user settings flow... + + + If set, users are able to configure details of their profile. + Als dit is ingesteld, kunnen gebruikers details van hun profiel configureren. + + + Device code flow + Apparaatcode-flow + + + Select a device code flow... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + Als dit is ingesteld, kan het OAuth Apparaatcode-profiel worden gebruikt en wordt de geselecteerde flow gebruikt om de code in te voeren. + + + Other global settings + Andere globale instellingen + + + Web Certificate + Webcertificaat + + + Client Certificates + + + Available Certificates + + + Selected Certificates + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + + + Search by domain or brand name... + + + Brands + + + Configure visual settings and defaults for different domains. + Configureer visuele instellingen en standaardwaarden voor verschillende domeinen. + + + Brand name + + + Default? + Standaard? + + + Brand(s) + + + Update Brand + + + Create Brand + + + New Brand + + + Policies + Beleidsregels + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + Sta gebruikers toe om applicaties te gebruiken op basis van eigenschappen, dwing wachtwoordcriteria af en pas selectief stadia toe. + + + Assigned to object(s). + + + Warning: Policy is not assigned. + Waarschuwing: beleidsregel is niet toegewezen. + + + Test Policy + Testbeleid + + + Policy / Policies + Beleid / Beleidsregels + + + Successfully cleared policy cache + Beleidscache succesvol gewist + + + Failed to delete policy cache + Beleidscache verwijderen mislukt + + + Clear Policy cache + Beleidscache wissen + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + Weet je zeker dat je de beleidscache wilt wissen? Dit zal ertoe leiden dat alle beleidsregels opnieuw worden geëvalueerd bij hun volgende gebruik. + + + Reputation scores + Reputatiescores + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + Reputatie voor IP- en gebruikersidentificatie. Scores worden verlaagd voor elke mislukte aanmelding en verhoogd voor elke geslaagde aanmelding. + + + IP + IP + + + Score + Score + + + Updated + Bijgewerkt + + + Reputation + Reputatie + + + Search for a group by name… + + + Group Search + + + Groups + Groepen + + + Group users together and give them permissions based on the membership. + Groepeer gebruikers en geef ze machtigingen op basis van het lidmaatschap. + + + Parent + Bovenliggend + + + Superuser privileges? + Supergebruiker-privileges? + + + Group(s) + Groep(en) + + + View details of group "" + + + Create Group + Groep aanmaken + + + New Group + + + Create group + Groep aanmaken + + + Create and assign a group with the same name as the user. + + + Whether the token will expire. Upon expiration, the token will be rotated. + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + Gebruik de onderstaande gebruikersnaam en wachtwoord om te authenticeren. Het wachtwoord kan later worden opgehaald op de Tokens-pagina. + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + Geldig voor 360 dagen, waarna het wachtwoord automatisch wordt gewijzigd. Je kunt het wachtwoord kopiëren vanuit de Tokenlijst. + + + Are you sure you want to delete ? + + + The following objects use + + + connecting object will be deleted + verbindend object wordt verwijderd + + + Successfully updated + Succesvol bijgewerkt + + + Failed to update : + + + Are you sure you want to update ? + + + Impersonating user... + + + This may take a few seconds. + + + Reason + + + Reason for impersonating the user + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + + + New Password + + + Successfully updated password. + Wachtwoord succesvol bijgewerkt. + + + Successfully sent email. + E-mail succesvol verzonden. + + + Email stage + E-mail fase + + + Successfully added user(s). + Gebruiker(s) succesvol toegevoegd. + + + Users + Gebruikers + + + Open user selection dialog + + + Add users + Gebruikers toevoegen + + + Group User Search + + + Group Users + + + User(s) + Gebruiker(s) + + + Remove Users(s) + Gebruiker(s) verwijderen + + + removed + + + Are you sure you want to remove the selected users from the group ? + + + Impersonate + Imiteren + + + Temporarily assume the identity of this user + + + User status + Gebruikersstatus + + + Inactive + Inactief + + + Regular user + Normale gebruiker + + + Change status + Status wijzigen + + + Deactivate + Deactiveren + + + Activate + Activeren + + + Update password + Wachtwoord bijwerken + + + Update 's password + + + Set password + Wachtwoord instellen + + + Successfully generated recovery link + Herstelkoppeling succesvol gegenereerd + + + Copy recovery link + Kopieer herstelkoppeling + + + Send link + Stuur koppeling + + + Send recovery link to user + Stuur herstelkoppeling naar gebruiker + + + Email recovery link + Herstelkoppeling per e-mail + + + Recovery link cannot be emailed, user has no email address saved. + Herstelkoppeling kan niet per e-mail worden verzonden, gebruiker heeft geen opgeslagen e-mailadres. + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + + + Assign Additional Users + + + Warning: This group is configured with superuser access. Added users will have superuser access. + Waarschuwing: Deze groep is geconfigureerd met supergebruikerstoegang. Toegevoegde gebruikers krijgen supergebruikerstoegang. + + + Add existing user + Bestaande gebruiker toevoegen + + + Add new user + + + Create User + Gebruiker aanmaken + + + New User + + + This user will be added to the group "". + + + New user... + + + Create Service Account + + + New Service Account + + + New service account... + + + Hide service-accounts + Service-accounts verbergen + + + Group Info + Groepsinformatie + + + Notes + Notities + + + Edit the notes attribute of this group to add notes here. + Bewerk het notitieattribuut van deze groep om hier notities toe te voegen. + + + Unnamed + + + Collapse "" + + + Expand "" + + + Select "" + + + Items of "" + + + Root + Root + + + A copy of this recovery link has been placed in your clipboard + + + Search by username, email, etc... + + + User Search + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + + + Show deactivated users + + + No name set + + + Create recovery link + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + + + User folders + Gebruikersmappen + + + User paths + + + Successfully added user to group(s). + Gebruiker succesvol toegevoegd aan groep(en). + + + Groups to add + Groepen om toe te voegen + + + Add group + Groep toevoegen + + + Remove from Group(s) + Verwijderen uit groep(en) + + + Are you sure you want to remove user from the following groups? + + + Add Group + Groep toevoegen + + + Add to existing group + Toevoegen aan bestaande groep + + + Add new group + Nieuwe groep toevoegen + + + Application authorizations + Toepassingsmachtigingen + + + Revoked? + Ingetrokken? + + + Expires + Vervalt + + + ID Token + ID-token + + + Access Tokens(s) + + + Refresh Tokens(s) + Verfris tokens + + + Last IP + Laatste IP + + + Last used + + + Session(s) + Sessie(s) + + + Expiry + Vervaldatum + + + (Current session) + (Huidige sessie) + + + Consent(s) + Toestemming(en) + + + Reputation score(s) + + + Disconnect + Ontkoppelen + + + Successfully disconnected source + Met succes de bron losgekoppeld + + + Failed to disconnected source: + + + Connect + Verbinden + + + Error: unsupported source settings: + + + "" source + + + No services available. + Geen beschikbare diensten. + + + Source Settings + + + Confirmed + Bevestigd + + + Created at + + + Last updated at + + + Last used at + + + Device type cannot be deleted + + + Device(s) + Apparaat/Apparaten + + + Email + E-mail + + + Last password change + + + User Info + Gebruikersinformatie + + + Lock the user out of this system + + + Allow the user to log in and use this system + + + Enter a new password for this user + + + Create a link for this user to reset their password + + + Create Recovery Link + + + Sessions + Sessies + + + Explicit Consent + Expliciete Toestemming + + + OAuth Access Tokens + + + OAuth Refresh Tokens + OAuth Vernieuwings Tokens + + + MFA Authenticators + MFA-authenticators + + + Connected services + Verbonden diensten + + + RAC Connections + + + Actions over the last week (per 8 hours) + Acties van de afgelopen week (per 8 uur) + + + Edit the notes attribute of this user to add notes here. + Bewerk het notitieattribuut van deze gebruiker om hier notities toe te voegen. + + + User events + Gebruikersevenementen + + + Credentials / Tokens + + + Successfully updated role. + + + Successfully created role. + + + Manage roles which grant permissions to objects within authentik. + + + Role(s) + + + Update Role + + + Create Role + + + Unknown Initial Permissions mode + + + Successfully updated initial permissions. + + + Successfully created initial permissions. + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + + + The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. + + + Available Permissions + + + Selected Permissions + + + Permissions to grant when a new object is created. + + + Initial Permissions + + + Set initial permissions for newly created objects. + + + Update Initial Permissions + + + Create Initial Permissions + + + Role Info + + + Role + + + Successfully updated invitation. + Uitnodiging succesvol bijgewerkt. + + + Successfully created invitation. + Uitnodiging succesvol aangemaakt. + + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + + + Flow + Flow + + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + Indien geselecteerd, is de uitnodiging alleen bruikbaar met de flow. Standaard wordt de uitnodiging geaccepteerd voor alle stromen met uitnodigingsfasen. + + + Custom attributes + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + Optionele gegevens die worden geladen in de contextvariabele 'prompt_data' van de flow. YAML of JSON. + + + Single use + Eenmalig gebruik + + + When enabled, the invitation will be deleted after usage. + Indien ingeschakeld, wordt de uitnodiging na gebruik verwijderd. + + + Select an enrollment flow + Selecteer een inschrijvingsflow + + + Link to use the invitation. + Link om de uitnodiging te gebruiken. + + + Invitations + Uitnodigingen + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + Maak uitnodigingskoppelingen aan om gebruikers in te schrijven en indien nodig specifieke attributen van hun account te forceren. + + + Created by + Gemaakt door + + + Invitation(s) + Uitnodiging(en) + + + Invitation not limited to any flow, and can be used with any enrollment flow. + Uitnodiging niet beperkt tot een specifieke flow en kan worden gebruikt met elke inschrijvingsflow. + + + Update Invitation + Uitnodiging bijwerken + + + Create Invitation + Uitnodiging aanmaken + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + Waarschuwing: Geen uitnodigingsfase is gekoppeld aan een flow. Uitnodigingen werken niet zoals verwacht. + + + Pseudolocale (for testing) + + + German + Duits + + + English + Engels + + + Spanish + Spaans + + + French + Frans + + + Italian + + + Japanese + + + Korean + + + Dutch + + + Polish + Pools + + + Russian + + + Turkish + Turks + + + Chinese (simplified) + Chinees (vereenvoudigd) + + + Chinese (traditional) + Chinees (traditioneel) + + + Not you? + Niet uzelf? + + + Auto-detect (based on your browser) + Automatische detectie (op basis van je browser) + + + Required. + Vereist. + + + Continue + Doorgaan + + + Failed to preview prompt + + + Successfully updated prompt. + Prompt succesvol bijgewerkt. + + + Successfully created prompt. + Prompt succesvol aangemaakt. + + + Text: Simple Text input + Tekst: Eenvoudige tekstinvoer + + + Text Area: Multiline text input + Tekstgebied: Tekstinvoer met meerdere regels + + + Text (read-only): Simple Text input, but cannot be edited. + Tekst (alleen lezen): Eenvoudige tekstinvoer, maar kan niet worden bewerkt. + + + Text Area (read-only): Multiline text input, but cannot be edited. + Tekstgebied (alleen lezen): Tekstinvoer met meerdere regels, maar kan niet worden bewerkt. + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + Gebruikersnaam: Hetzelfde als tekstinvoer, maar controleert op en voorkomt dubbele gebruikersnamen. + + + Email: Text field with Email type. + E-mail: Tekstveld met e-mailtype. + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + Wachtwoord: Verborgen invoer, meerdere invoeren van dit type op dezelfde prompt moeten identiek zijn. + + + Number + Nummer + + + Checkbox + Checkbox + + + Radio Button Group (fixed choice) + Keuzerondje Groep (vaste keuze) + + + Dropdown (fixed choice) + Keuzelijst (vaste keuze) + + + Date + Datum + + + Date Time + Datum Tijd + + + File + Bestand + + + Separator: Static Separator Line + Scheider: Statische scheiderlijn + + + Hidden: Hidden field, can be used to insert data into form. + Verborgen: Verborgen veld, kan worden gebruikt om gegevens in te voeren in het formulier. + + + Static: Static value, displayed as-is. + Statisch: Statische waarde, zoals het wordt weergegeven. + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: Lokalisatie: Toont een lijst van talen die authentik ondersteunt. + + + Preview errors + Fouten vooraf bekijken + + + Data preview + Datavoorbeeld + + + Unique name of this field, used for selecting fields in prompt stages. + Unieke naam van dit veld, gebruikt voor het selecteren van velden in promptfasen. + + + Field Key + Veldsleutel + + + Name of the form field, also used to store the value. + Naam van het formulierenveld, wordt ook gebruikt om de waarde op te slaan. + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + Indien gebruikt in combinatie met een Gebruiker Schrijf-fase, gebruik attributes.foo om attributen te schrijven. + + + Label + Label + + + Label shown next to/above the prompt. + Label weergegeven naast/boven de prompt. + + + Interpret placeholder as expression + Interpreteer aanduiding als expressie + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + Indien aangevinkt, wordt de aanduiding geëvalueerd op dezelfde manier als een eigenschapsafbeelding. + Als de evaluatie mislukt, wordt de aanduiding zelf geretourneerd. + + + Placeholder + Aanduiding + + + 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. + Optioneel een korte aanwijzing geven die de verwachte invoerwaarde beschrijft. + Bij het maken van een veld met een vaste keuze, schakel interpreteren als expressie in en retourneer een lijst om meerdere keuzes te maken. + + + Interpret initial value as expression + Interpreteer de initiële waarde als expressie + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + Indien aangevinkt, wordt de initiële waarde geëvalueerd op dezelfde manier als een eigenschapsafbeelding. + Als de evaluatie mislukt, wordt de initiële waarde zelf geretourneerd. + + + Initial value + Initiële waarde + + + 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. + Optioneel de invoer vooraf invullen met een initiële waarde. + Bij het maken van een veld met een vaste keuze, schakel interpreteren als expressie in en retourneer een lijst om meerdere standaardkeuzes te maken. + + + Help text + Helptekst + + + Any HTML can be used. + Elke HTML kan worden gebruikt. + + + Prompts + Prompts + + + Single Prompts that can be used for Prompt Stages. + Enkele prompts die kunnen worden gebruikt voor promptfasen. + + + Field + Veld + + + Stages + Fasen + + + Prompt(s) + Prompt(s) + + + Update Prompt + Prompt bijwerken + + + Create Prompt + Prompt aanmaken + + + Successfully updated stage. + Fase succesvol bijgewerkt. + + + Successfully created stage. + Fase succesvol aangemaakt. + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Fase gebruikt om een op Duo gebaseerde authenticator te configureren. Deze fase moet worden gebruikt voor configuratiestromen. + + + Authenticator type name + Naam van authenticatortype + + + Display name of this authenticator, used by users when they enroll an authenticator. + Weergavenaam van deze authenticator, gebruikt door gebruikers wanneer ze een authenticator inschrijven. + + + API Hostname + API-hostnaam + + + Duo Auth API + Duo Auth API + + + Integration key + Integratiesleutel + + + Secret key + Geheime sleutel + + + Duo Admin API (optional) + Duo Admin API (optioneel) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + + + Stage-specific settings + Fase-specifieke instellingen + + + Configuration flow + Configuratieflow + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + Flow gebruikt door een geauthenticeerde gebruiker om deze fase te configureren. Als leeg, kan de gebruiker deze fase niet configureren. + + + SMTP Host + SMTP-host + + + SMTP Port + SMTP-poort + + + SMTP Username + SMTP-gebruikersnaam + + + SMTP Password + SMTP-wachtwoord + + + Use TLS + TLS gebruiken + + + Use SSL + SSL gebruiken + + + From address + Afzenderadres + + + Email address the verification email will be sent from. + + + Stage used to configure an email-based authenticator. + + + Use global connection settings + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + + + Subject of the verification email. + + + Token expiration + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + + + Template + Sjabloon + + + Loading templates... + + + Template used for the verification email. + + + Twilio Account SID + Twilio Account SID + + + Get this value from https://console.twilio.com + Haal deze waarde op van https://console.twilio.com + + + Twilio Auth Token + Twilio Auth Token + + + Authentication Type + Authenticatietype + + + Basic Auth + Basisverificatie + + + Bearer Token + Bearer-token + + + External API URL + Externe API-URL + + + This is the full endpoint to send POST requests to. + Dit is het volledige eindpunt om POST-verzoeken naartoe te sturen. + + + API Auth Username + API Verificatiegebruikersnaam + + + This is the username to be used with basic auth or the token when used with bearer token + Dit is de gebruikersnaam die wordt gebruikt met basisverificatie of de token bij gebruik met een bearer-token + + + API Auth password + API Verificatiewachtwoord + + + This is the password to be used with basic auth + Dit is het wachtwoord dat wordt gebruikt bij basisverificatie + + + Stage used to configure an SMS-based TOTP authenticator. + Fase gebruikt om een SMS-gebaseerde TOTP-authenticator te configureren. + + + Twilio + Twilio + + + Generic + Algemeen + + + From number + Van nummer + + + Number the SMS will be sent from. + Nummer van waaruit de SMS wordt verzonden. + + + Mapping + Toewijzing + + + Modify the payload sent to the provider. + + + Hash phone number + Hash telefoonnummer + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + Indien ingeschakeld, wordt alleen een hash van het telefoonnummer opgeslagen. Dit kan om redenen van gegevensbescherming worden gedaan. Apparaten die zijn gemaakt vanuit een fase met deze functie ingeschakeld, kunnen niet worden gebruikt met de authenticator-validatiefase. + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + Fase gebruikt om een statische authenticator te configureren (bijv. statische tokens). Deze fase moet worden gebruikt voor configuratiestromen. + + + Token count + Aantal tokens + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + Het aantal tokens dat wordt gegenereerd telkens wanneer deze fase wordt gebruikt. Elke gegenereerde token per fase-uitvoering wordt gekoppeld aan een enkel statisch apparaat. + + + Token length + Tokenlengte + + + The length of the individual generated tokens. Can be increased to improve security. + De lengte van de individueel gegenereerde tokens. Kan worden verhoogd voor een betere beveiliging. + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + Fase gebruikt om een TOTP-authenticator te configureren (bijv. Authy/Google Authenticator). + + + Digits + Cijfers + + + 6 digits, widely compatible + 6 cijfers, breed compatibel + + + 8 digits, not compatible with apps like Google Authenticator + 8 cijfers, niet compatibel met apps zoals Google Authenticator + + + Static Tokens + Statische tokens + + + TOTP Authenticators + TOTP-authenticators + + + WebAuthn Authenticators + WebAuthn-authenticators + + + Duo Authenticators + Duo-authenticators + + + SMS-based Authenticators + SMS-gebaseerde authenticators + + + Email-based Authenticators + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + Fase gebruikt om elke authenticator te valideren. Deze fase moet worden gebruikt tijdens authenticatie- of autorisatiestromen. + + + Device classes + Apparaatklassen + + + Device classes which can be used to authenticate. + Apparaatklassen die kunnen worden gebruikt om te verifiëren. + + + Last validation threshold + Laatste validatiedrempel + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + + + Not configured action + Niet geconfigureerde actie + + + Force the user to configure an authenticator + Forceer de gebruiker om een authenticator te configureren + + + Deny the user access + Weiger de gebruiker toegang + + + Configuration stages + Configuratiefases + + + Available Stages + + + Selected Stages + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + Fases gebruikt om Authenticator te configureren wanneer de gebruiker geen compatibele apparaten heeft. Nadat deze configuratiefase is doorlopen, wordt de gebruiker niet opnieuw gevraagd. + + + When multiple stages are selected, the user can choose which one they want to enroll. + Als meerdere fases zijn geselecteerd, kan de gebruiker kiezen welke hij wil inschrijven. + + + WebAuthn-specific settings + + + WebAuthn User verification + WebAuthn Gebruikersverificatie + + + User verification must occur. + Gebruikersverificatie moet plaatsvinden. + + + User verification is preferred if available, but not required. + Gebruikersverificatie heeft de voorkeur indien beschikbaar, maar is niet vereist. + + + User verification should not occur. + Gebruikersverificatie mag niet plaatsvinden. + + + WebAuthn Device type restrictions + + + Available Device types + + + Selected Device types + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + + + This restriction only applies to devices created in authentik 2024.4 or later. + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + User verification + Gebruikersverificatie + + + Required: User verification must occur. + + + Preferred: User verification is preferred if available, but not required. + + + Discouraged: User verification should not occur. + + + Resident key requirement + Vereiste residente sleutel + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + + + Discouraged: The authenticator should not create a dedicated credential + + + Authenticator Attachment + Authenticatorbijlage + + + No preference is sent + Geen voorkeur wordt verzonden + + + A non-removable authenticator, like TouchID or Windows Hello + Een niet-verwijderbare authenticator, zoals TouchID of Windows Hello + + + A "roaming" authenticator, like a YubiKey + Een "roaming" authenticator, zoals een YubiKey + + + Maximum registration attempts + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + + + Device type restrictions + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + Deze stap controleert de huidige sessie van de gebruiker bij de Google reCaptcha (of compatibele) service. + + + Public Key + Openbare sleutel + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Openbare sleutel, verkregen van https://www.google.com/recaptcha/intro/v3.html. + + + Private Key + Privésleutel + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Privésleutel, verkregen van https://www.google.com/recaptcha/intro/v3.html. + + + Interactive + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + + + Score minimum threshold + + + Minimum required score to allow continuing + + + Score maximum threshold + + + Maximum allowed score to allow continuing + + + Error on invalid score + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + + + JS URL + JS-URL + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + URL om JavaScript op te halen, standaard naar recaptcha. Kan worden vervangen door een compatibel alternatief. + + + API URL + API-URL + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + URL gebruikt om captcha-reactie te valideren, standaard naar recaptcha. Kan worden vervangen door een compatibel alternatief. + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + Vraag om toestemming van de gebruiker. De toestemming kan permanent zijn of na een bepaalde tijd verlopen. + + + Always require consent + Vereis altijd toestemming + + + Consent given lasts indefinitely + + + Consent expires + + + Consent expires in + Toestemming verloopt over + + + Offset after which consent expires. + Vertraging na verloop waarvan toestemming vervalt. + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + Statisch de flow weigeren. Om deze fase effectief te gebruiken, schakelt u Evalueren wanneer de flow is gepland uit bij de betreffende binding. + + + Deny message + + + Message shown when this stage is run. + + + Dummy stage used for testing. Shows a simple continue button and always passes. + Dummyfase voor testdoeleinden. Toont een eenvoudige knop "Doorgaan" en slaagt altijd. + + + Throw error? + Fout gooien? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + Verifieer het e-mailadres van de gebruiker door hen een eenmalige link te sturen. Kan ook worden gebruikt voor herstel om de authenticiteit van de gebruiker te verifiëren. + + + Activate pending user on success + Activeer de in behandeling zijnde gebruiker bij succes + + + When a user returns from the email successfully, their account will be activated. + Wanneer een gebruiker succesvol terugkeert vanuit de e-mail, wordt hun account geactiveerd. + + + Use global settings + Gebruik wereldwijde instellingen + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + Indien ingeschakeld, worden de wereldwijde e-mail verbindingsinstellingen gebruikt en worden de onderstaande verbindingsinstellingen genegeerd. + + + Time the token sent is valid. + + + Account Recovery Max Attempts + + + Account Recovery Cache Timeout + + + The time window used to count recent account recovery attempts. + + + A selection is required + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + Laat de gebruiker zichzelf identificeren met hun gebruikersnaam of e-mailadres. + + + User fields + Gebruikersvelden + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + Velden waarmee een gebruiker zich kan identificeren. Als er geen velden zijn geselecteerd, kan de gebruiker alleen bronnen gebruiken. + + + Password stage + Wachtwoordfase + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + Indien geselecteerd, wordt een wachtwoordveld weergegeven op dezelfde pagina in plaats van een aparte pagina. Dit voorkomt aanvallen voor het opsporen van gebruikersnamen. + + + Captcha stage + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + + + Case insensitive matching + Hoofdletterongevoelige vergelijking + + + When enabled, user fields are matched regardless of their casing. + Indien ingeschakeld, worden gebruikersvelden vergeleken ongeacht de hoofdletters. + + + Pretend user exists + + + When enabled, the stage will always accept the given user identifier and continue. + + + Show matched user + Toon overeenkomende gebruiker + + + 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. + Wanneer een geldige gebruikersnaam/e-mail is ingevoerd en deze optie is ingeschakeld, wordt de gebruikersnaam en avatar van de gebruiker weergegeven. Anders wordt de tekst die de gebruiker heeft ingevoerd, weergegeven. + + + Enable "Remember me on this device" + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + + + Source settings + Broninstellingen + + + Sources + Bronnen + + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + Selectiebronnen moeten worden getoond aan gebruikers om mee te authenticeren. Dit heeft alleen invloed op webgebaseerde bronnen, niet op LDAP. + + + Show sources' labels + Toon labels van bronnen + + + By default, only icons are shown for sources. Enable this to show their full names. + Standaard worden alleen pictogrammen weergegeven voor bronnen. Schakel dit in om hun volledige namen te tonen. + + + Passwordless flow + Wachtwoordloze flow + + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + Optionele wachtwoordloze flow, die onder aan de pagina is gekoppeld. Wanneer geconfigureerd, kunnen gebruikers deze flow gebruiken om te authenticeren met een WebAuthn-authenticator zonder enige gegevens in te voeren. + + + Optional enrollment flow, which is linked at the bottom of the page. + Optionele inschrijvingsflow, die onder aan de pagina is gekoppeld. + + + Optional recovery flow, which is linked at the bottom of the page. + Optionele herstelflow, die onder aan de pagina is gekoppeld. + + + This stage can be included in enrollment flows to accept invitations. + Deze fase kan worden opgenomen in inschrijvingsflows om uitnodigingen te accepteren. + + + Continue flow without invitation + Doorgaan met de flow zonder uitnodiging + + + 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. + Als deze vlag is ingesteld, springt deze fase naar de volgende fase wanneer er geen uitnodiging is gegeven. Standaard wordt de flow geannuleerd als er geen uitnodiging is gegeven. + + + Client-certificate/mTLS authentication/enrollment. + + + Certificate optional + + + If no certificate was provided, this stage will succeed and continue to the next stage. + + + Certificate required + + + If no certificate was provided, this stage will stop flow execution. + + + Certificate authorities + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + + + Certificate attribute + + + Common Name + Algemene naam + + + Configure the attribute of the certificate used to look for a user. + + + User attribute + + + Configure the attribute of the user used to look for a user. + + + User database + standard password + Gebruikersdatabase + standaard wachtwoord + + + User database + app passwords + Gebruikersdatabase + app-wachtwoorden + + + User database + LDAP password + Gebruikersdatabase + LDAP-wachtwoord + + + User database + Kerberos password + + + Validate the user's password against the selected backend(s). + Valideer het wachtwoord van de gebruiker tegen de geselecteerde backend(s). + + + Backends + Back-ends + + + Selection of backends to test the password against. + Selectie van back-ends om het wachtwoord tegen te testen. + + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + + Failed attempts before cancel + Mislukte pogingen voordat annuleren + + + 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. + Hoeveel pogingen een gebruiker heeft voordat de flow wordt geannuleerd. Gebruik een reputatiebeleid en een user_write-fase om de gebruiker uit te sluiten. + + + Provide users with a 'show password' button. + + + ("", of type ) + + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + Toon willekeurige invoervelden aan de gebruiker, bijvoorbeeld tijdens inschrijving. Gegevens worden opgeslagen in de flow-context onder de variabele 'prompt_data'. + + + Fields + Velden + + + Available Fields + + + Selected Fields + + + Validation Policies + Validatiebeleid + + + Available Policies + + + Selected Policies + + + Selected policies are executed when the stage is submitted to validate the data. + Geselecteerde beleidsregels worden uitgevoerd wanneer de fase wordt ingediend om de gegevens te valideren. + + + Redirect the user to another flow, potentially with all gathered context + + + Static + + + Target URL + + + Redirect the user to a static URL. + + + Target Flow + + + Redirect the user to a Flow. + + + Keep flow context + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + + + Source + + + Resume timeout + + + Amount of time a user can take to return from the source to continue the flow. + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + Verwijder de momenteel in behandeling zijnde gebruiker. LET OP, deze fase vraagt niet om bevestiging. Gebruik een toestemmingsfase om ervoor te zorgen dat de gebruiker zich bewust is van hun acties. + + + Log the currently pending user in. + Meld de momenteel in behandeling zijnde gebruiker aan. + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + Bepaalt hoelang een sessie duurt. De standaardwaarde van 0 seconden betekent dat de sessie duurt tot de browser wordt gesloten. + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + Verschillende browsers behandelen sessiecookies anders en verwijderen ze mogelijk niet, zelfs niet wanneer de browser is gesloten. + + + See here. + Zie hier. + + + Stay signed in offset + Verblijf ingelogd verschuiving + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + Als ingesteld op een duur boven 0, heeft de gebruiker de mogelijkheid om te kiezen voor "ingelogd blijven", wat hun sessie zal verlengen met de hier opgegeven tijd. + + + Remember device + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + + + Network binding + + + No binding + + + Bind ASN + + + Bind ASN and Network + + + Bind ASN, Network and IP + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + + + GeoIP binding + + + Bind Continent + + + Bind Continent and Country + + + Bind Continent, Country and City + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + + + Terminate other sessions + Beëindig andere sessies + + + When enabled, all previous sessions of the user will be terminated. + Indien ingeschakeld, worden alle vorige sessies van de gebruiker beëindigd. + + + Remove the user from the current session. + Verwijder de gebruiker uit de huidige sessie. + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + Schrijf alle gegevens van 'prompt_data' in de context van de flow naar de huidige in behandeling zijnde gebruiker. Als er geen gebruiker in behandeling is, wordt er een nieuwe gebruiker aangemaakt en worden de gegevens naar hen geschreven. + + + Never create users + Maak nooit gebruikers aan + + + When no user is present in the flow context, the stage will fail. + Als er geen gebruiker aanwezig is in de flow-context, zal de fase mislukken. + + + Create users when required + Maak gebruikers aan wanneer nodig + + + When no user is present in the the flow context, a new user is created. + Als er geen gebruiker aanwezig is in de flow-context, wordt er een nieuwe gebruiker aangemaakt. + + + Always create new users + Maak altijd nieuwe gebruikers aan + + + Create a new user even if a user is in the flow context. + Maak een nieuwe gebruiker aan, zelfs als er al een gebruiker aanwezig is in de flow-context. + + + Create users as inactive + Maak gebruikers aan als inactief + + + Mark newly created users as inactive. + Markeer nieuw aangemaakte gebruikers als inactief. + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + Interne gebruikers kunnen gebruikers zijn zoals bedrijfsmedewerkers, die toegang krijgen tot de volledige set Enterprise-functies. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + Externe gebruikers kunnen externe consultants of B2C-klanten zijn. Deze gebruikers hebben geen toegang tot enterprise functies. + + + Service accounts should be used for machine-to-machine authentication or other automations. + Serviceaccounts moeten worden gebruikt voor machine-to-machine-verificatie of andere automatiseringen. + + + User type used for newly created users. + + + User path template + Gebruikerspad sjabloon + + + Path new users will be created under. If left blank, the default path will be used. + Pad waar nieuwe gebruikers onder worden gemaakt. Als dit leeg wordt gelaten, wordt het standaard pad gebruikt. + + + Newly created users are added to this group, if a group is selected. + Nieuw aangemaakte gebruikers worden aan deze groep toegevoegd als er een groep is geselecteerd. + + + Target + Doel + + + Stage + Fase + + + Evaluate when flow is planned + Evalueer wanneer flow is gepland + + + Evaluate policies during the Flow planning process. + Evalueer beleid tijdens het flowplanningsproces. + + + Evaluate when stage is run + Evalueer wanneer fase wordt uitgevoerd + + + Evaluate policies before the Stage is presented to the user. + + + Invalid response behavior + Ongeldig responsgedrag + + + Returns the error message and a similar challenge to the executor + Geeft de foutmelding en een vergelijkbare uitdaging terug aan de uitvoerder + + + Restarts the flow from the beginning + Start de flow opnieuw vanaf het begin + + + Restarts the flow from the beginning, while keeping the flow context + Start de flow opnieuw vanaf het begin, terwijl de flowcontext behouden blijft + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + Configureer hoe de uitvoerder van de flow moet omgaan met een ongeldig antwoord op een uitdaging die wordt gegeven door deze gebonden fase. + + + New stage + Nieuwe fase + + + Create a new stage. + Maak een nieuwe fase aan. + + + Successfully imported device. + Apparaat succesvol geïmporteerd. + + + The user in authentik this device will be assigned to. + De gebruiker in authentik aan dit apparaat wordt toegewezen. + + + Duo User ID + Duo gebruikers-ID + + + The user ID in Duo, can be found in the URL after clicking on a user. + De gebruikers-ID in Duo, te vinden in de URL na het klikken op een gebruiker. + + + Automatic import + Automatische import + + + Successfully imported devices. + + + Start automatic import + Start automatische import + + + Or manually import + Of handmatig importeren + + + Endpoint Google Chrome Device Trust is in preview. + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + + + Google Verified Access API + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + Fases zijn afzonderlijke stappen in een Flow waardoor een gebruiker wordt geleid. Een fase kan alleen worden uitgevoerd vanuit een flow. + + + Flows + Flows + + + Stage(s) + Fase(s) + + + Import + Importeren + + + Import Duo device + Importeer Duo-apparaat + + + Import devices + Apparaten importeren + + + Successfully updated flow. + Flow succesvol bijgewerkt. + + + Successfully created flow. + Flow succesvol aangemaakt. + + + Shown as the Title in Flow pages. + Weergegeven als de titel op flowpagina's. + + + Visible in the URL. + Zichtbaar in de URL. + + + Designation + Aanduiding + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + Bepaalt waarvoor deze Flow wordt gebruikt. Bijvoorbeeld, de Authenticatie flow wordt doorverwezen wanneer een niet-geauthenticeerde gebruiker authentik bezoekt. + + + No requirement + Geen vereiste + + + Require authentication + Vereis authenticatie + + + Require no authentication + + + Require superuser + + + Require being redirected from another flow + + + Require Outpost (flow can only be executed from an outpost) + + + Required authentication level for this flow. + Vereist authenticatieniveau voor deze flow. + + + Behavior settings + Gedrag instellingen + + + Compatibility mode + Compatibiliteitsmodus + + + Increases compatibility with password managers and mobile devices. + Verhoogt de compatibiliteit met wachtwoordbeheerders en mobiele apparaten. + + + Denied action + Geweigerde actie + + + Will follow the ?next parameter if set, otherwise show a message + Volgt de parameter ?next als ingesteld, anders wordt een bericht weergegeven + + + Will either follow the ?next parameter or redirect to the default interface + Volgt óf de parameter ?next óf wordt doorgestuurd naar de standaard interface + + + Will notify the user the flow isn't applicable + Zal de gebruiker op de hoogte stellen dat de flow niet van toepassing is + + + Decides the response when a policy denies access to this flow for a user. + Bepaalt de reactie wanneer een beleid de toegang tot deze flow voor een gebruiker weigert. + + + Appearance settings + Weergave-instellingen + + + Layout + Indeling + + + Background + Achtergrond + + + Background shown during execution. + Achtergrond weergegeven tijdens uitvoering. + + + Clear background + Wis achtergrond + + + Delete currently set background image. + Verwijder momenteel ingestelde achtergrondafbeelding. + + + Successfully imported flow. + Flow succesvol geïmporteerd. + + + .yaml files, which can be found in the Example Flows documentation + + + See more here: + Zie hier voor meer informatie: + + + Documentation + Documentatie + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + Flows beschrijven een reeks fases om een gebruiker te authenticeren, in te schrijven of te herstellen. Fases worden gekozen op basis van toegepaste beleidsregels. + + + Flow(s) + Flow(s) + + + Update Flow + Flow bijwerken + + + Execute "" + + + Execute + Uitvoeren + + + Export "" + + + Export + Exporteren + + + Create Flow + Flow aanmaken + + + Import Flow + Flow importeren + + + Successfully cleared flow cache + Flowcache succesvol gewist + + + Failed to delete flow cache + Kon flowcache niet wissen + + + Clear Flow cache + Flowcache wissen + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + Weet je zeker dat je de flow-cache wilt wissen? + Dit zal ertoe leiden dat alle flows opnieuw worden geëvalueerd bij hun volgende gebruik. + + + Stage binding(s) + Fasebinding(en) + + + Stage type + Fasetype + + + Edit Stage + Fase bewerken + + + Update Stage binding + Fasebinding bijwerken + + + These bindings control if this stage will be applied to the flow. + Deze bindingen bepalen of deze fase aan de flow zal worden toegevoegd. + + + No Stages bound + Geen fasen gebonden + + + No stages are currently bound to this flow. + Er zijn momenteel geen fasen gebonden aan deze flow. + + + Create and bind Stage + Fase aanmaken en binden + + + Create Stage binding + Fasebinding aanmaken + + + Bind existing stage + Bestaande fase binden + + + Flow Overview + Flow-overzicht + + + Flow Info + + + Related actions + Gerelateerde acties + + + Execute flow + Flow uitvoeren + + + Execute "" normally + + + Normal + Normaal + + + Execute "" as current user + + + Current user + + + Execute "" with inspector + + + Use inspector + + + Export flow + Flow exporteren + + + Stage Bindings + Fasebindingen + + + These bindings control which users can access this flow. + Deze bindingen bepalen welke gebruikers toegang hebben tot deze flow. + + + Event Log + Gebeurtenissenlogboek + + + Brand + + + Show details + Details tonen + + + Event info + Gebeurtenisinformatie + + + Created + Aangemaakt + + + Raw event info + + + Event + + + Successfully updated transport. + Transport succesvol bijgewerkt. + + + Successfully created transport. + Transport succesvol aangemaakt. + + + Send once + Eenmaal verzenden + + + Only send notification once, for example when sending a webhook into a chat channel. + Alleen een melding verzenden, bijvoorbeeld wanneer een webhook naar een chatkanaal wordt gestuurd. + + + Local (notifications will be created within authentik) + Lokaal (meldingen worden binnen authentik aangemaakt) + + + Webhook (generic) + Webhook (algemeen) + + + Webhook (Slack/Discord) + Webhook (Slack/Discord) + + + Webhook URL + Webhook-URL + + + Webhook Body Mapping + + + Webhook Header Mapping + + + Email Subject Prefix + + + Email Template + + + Notification Transports + Meldingstransporten + + + Define how notifications are sent to users, like Email or Webhook. + Definieer hoe meldingen naar gebruikers worden gestuurd, zoals e-mail of webhook. + + + Notification transport(s) + Meldingstransport(en) + + + Update Notification Transport + Meldingstransport bijwerken + + + Create Notification Transport + Meldingstransport aanmaken + + + Successfully updated rule. + Regel succesvol bijgewerkt. + + + Successfully created rule. + Regel succesvol aangemaakt. + + + Select the group of users which the alerts are sent to. + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + + + Send notification to event user + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Transports + Transporten + + + Available Transports + + + Selected Transports + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + Selecteer welke transporten moeten worden gebruikt om de gebruiker op de hoogte te stellen. Als er geen zijn geselecteerd, wordt de melding alleen weergegeven in de authentik-gebruikersinterface. + + + Severity + Ernst + + + Notification Rules + Meldingsregels + + + Send notifications whenever a specific Event is created and matched by policies. + Stuur meldingen wanneer een specifieke gebeurtenis wordt aangemaakt en overeenkomt met beleidsregels. + + + Sent to group + Naar groep gestuurd + + + Notification rule(s) + Meldingsregel(s) + + + Update Notification Rule + Meldingsregel bijwerken + + + Create Notification Rule + Meldingsregel aanmaken + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + Deze bindingen bepalen op welke gebeurtenissen deze regel wordt geactiveerd. +Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de gebeurtenis. + + + Outpost Deployment Info + Info over buitenpost-implementatie + + + View deployment documentation + Bekijk implementatiedocumentatie + + + If your authentik Instance is using a self-signed certificate, set this value. + Als uw authentik-instantie een zelfondertekend certificaat gebruikt, stelt u deze waarde in. + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + Als de instelling authentik_host niet overeenkomt met de URL waarmee u wilt inloggen, voegt u deze instelling toe. + + + Successfully updated outpost. + Buitenpost succesvol bijgewerkt. + + + Successfully created outpost. + Buitenpost succesvol aangemaakt. + + + LDAP + LDAP + + + Radius + Radius + + + RAC + + + Integration + Integratie + + + Selecting an integration enables the management of the outpost by authentik. + Het selecteren van een integratie maakt het beheer van de buitenpost mogelijk door authentik. + + + See documentation + + + Available Applications + + + Selected Applications + + + Configuration + Configuratie + + + (build ) + + + (FIPS) + + + Last seen + Laatst gezien + + + , should be + + + Not available + Niet beschikbaar + + + Last seen: () + + + Outposts + Buitenposten + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Buitenposten zijn implementaties van authentik-componenten om verschillende omgevingen en protocollen te ondersteunen, zoals omgekeerde proxies. + + + Health and Version + Gezondheid en versie + + + Warning: authentik Domain is not configured, authentication will not work. + Waarschuwing: het authentik-domein is niet geconfigureerd, authenticatie werkt niet. + + + Logging in via . + + + No integration active + Geen actieve integratie + + + Update Outpost + Buitenpost bijwerken + + + View Deployment Info + Bekijk implementatie-informatie + + + Detailed health (one instance per column, data is cached so may be out of date) + Gedetailleerde gezondheid (één instantie per kolom, gegevens worden gecachet dus kunnen verouderd zijn) + + + Outpost(s) + Buitenpost(en) + + + Create Outpost + Buitenpost aanmaken + + + Successfully updated integration. + Integratie succesvol bijgewerkt. + + + Successfully created integration. + Integratie succesvol aangemaakt. + + + Local + Lokaal + + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + Indien ingeschakeld, gebruik de lokale verbinding. Vereist Docker-socket/Kubernetes-integratie. + + + Docker URL + Docker-URL + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + CA waarmee het certificaat van het eindpunt wordt geverifieerd. Kan leeg worden gelaten voor geen validatie. + + + TLS Authentication Certificate/SSH Keypair + TLS-authenticatiecertificaat/SSH-sleutelpaar + + + Certificate/Key used for authentication. Can be left empty for no authentication. + Certificaat/sleutel gebruikt voor authenticatie. Kan leeg worden gelaten voor geen authenticatie. + + + When connecting via SSH, this keypair is used for authentication. + Bij verbinding via SSH wordt dit sleutelpaar gebruikt voor authenticatie. + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + Verifieer het SSL-certificaat van de Kubernetes API + + + New outpost integration + Nieuwe buitenpost-integratie + + + Create a new outpost integration. + Maak een nieuwe buitenpost-integratie aan. + + + Outpost integrations + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + + + State + Status + + + Unhealthy + Ongezond + + + Outpost integration(s) + Buitenpost-integratie(s) + + + Successfully generated certificate-key pair. + Sleutelpaar voor certificaat succesvol gegenereerd. + + + Subject-alt name + Onderwerp-alternatieve naam + + + Optional, comma-separated SubjectAlt Names. + Optioneel, door komma's gescheiden alternatieve SubjectAlt-namen. + + + Validity days + Geldigheidsduur in dagen + + + Private key Algorithm + + + RSA + + + ECDSA + + + Algorithm used to generate the private key. + + + Successfully updated certificate-key pair. + Sleutelpaar voor certificaat succesvol bijgewerkt. + + + Successfully created certificate-key pair. + Sleutelpaar voor certificaat succesvol aangemaakt. + + + PEM-encoded Certificate data. + PEM-gecodeerde certificaatgegevens. + + + Optional Private Key. If this is set, you can use this keypair for encryption. + Optionele privésleutel. Als dit is ingesteld, kunt u dit sleutelpaar gebruiken voor versleuteling. + + + Certificate-Key Pairs + Certificaat-sleutelparen + + + Import certificates of external providers or create certificates to sign requests with. + Importeer certificaten van externe leveranciers of maak certificaten aan om verzoeken te ondertekenen. + + + Private key available? + Privésleutel beschikbaar? + + + Certificate-Key Pair(s) + Certificaat-sleutelpaar(len) + + + Managed by authentik + Beheerd door authentik + + + Managed by authentik (Discovered) + Beheerd door authentik (Ontdekt) + + + Yes () + + + Update Certificate-Key Pair + Certificaat-sleutelpaar bijwerken + + + Certificate Fingerprint (SHA1) + Certificaat vingerafdruk (SHA1) + + + Certificate Fingerprint (SHA256) + Certificaat vingerafdruk (SHA256) + + + Certificate Subject + Certificaatonderwerp + + + Download Certificate + Certificaat downloaden + + + Download Private key + Privésleutel downloaden + + + Import Existing Certificate-Key Pair + + + Generate + Genereren + + + Generate New Certificate-Key Pair + + + Link Title + + + Successfully updated settings. + + + Avatars + + + Configure how authentik should show avatars for users. The following values can be set: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + + + Uses gravatar with the user's email address + + + Generated avatars based on the user's name + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + + + The user's username + + + The email address, md5 hashed + + + The user's UPN, if set (otherwise an empty string) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + + + Allow users to change name + + + Enable the ability for users to change their name. + + + Allow users to change email + + + Enable the ability for users to change their email. + + + Allow users to change username + + + Enable the ability for users to change their username. + + + Event retention + Evenementbehoud + + + Duration after which events will be deleted from the database. + Duur waarna gebeurtenissen uit de database worden verwijderd. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + Deze instelling heeft alleen invloed op nieuwe gebeurtenissen, omdat de vervaldatum per gebeurtenis wordt opgeslagen. + + + Reputation: lower limit + + + Reputation cannot decrease lower than this value. Zero or negative. + + + Reputation: upper limit + + + Reputation cannot increase higher than this value. Zero or positive. + + + Footer links + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + + + GDPR compliance + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + + + Impersonation + + + Globally enable/disable impersonation. + + + Require reason for impersonation + + + Require administrators to provide a reason for impersonating a user. + + + Default token duration + + + Default duration for generated tokens + + + Default token length + + + Default length of generated tokens + + + Flags + + + Modify flags to opt into new authentik behaviours early. + + + Save + Opslaan + + + System settings + + + Successfully updated instance. + Instantie succesvol bijgewerkt. + + + Successfully created instance. + Instantie succesvol aangemaakt. + + + Disabled blueprints are never applied. + Uitgeschakelde blueprints worden nooit toegepast. + + + Local path + Lokaal pad + + + OCI Registry + OCI-register + + + OCI URL + + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest + + + Read more about + + + OCI Support + + + Blueprint + Blauwdruk + + + Configure the blueprint context, used for templating. + Configureer de blauwdrukcontext, gebruikt voor sjablonering. + + + Orphaned + Wees + + + Blueprints + Blauwdrukken + + + Automate and template configuration within authentik. + Automatiseer en sjabloniseer configuratie binnen authentik. + + + Last applied + Laatst toegepast + + + Blueprint(s) + Blauwdruk(ken) + + + Update Blueprint + Blauwdruk bijwerken + + + Edit "" blueprint + + + Apply "" blueprint + + + Apply + Toepassen + + + Create Blueprint Instance + Blauwdrukinstantie aanmaken + + + Successfully updated license. + Licentie succesvol bijgewerkt. + + + Successfully created license. + Licentie succesvol aangemaakt. + + + Install ID + Installatie-ID + + + License key + Licentiesleutel + + + Expired + + + Expiring soon + + + Unlicensed + + + Read Only + + + Valid + + + Current license status + + + Overall license status + + + Internal user usage + + + % + + + External user usage + + + Licenses + Licenties + + + Manage enterprise licenses + Ondernemingslicenties beheren + + + No licenses found. + Geen licenties gevonden. + + + License(s) + Licentie(s) + + + Forecast internal users + Voorspel interne gebruikers + + + Estimated user count one year from now based on current internal users and forecasted internal users. + Geschat aantal gebruikers over één jaar op basis van huidige interne gebruikers en voorspelde interne gebruikers. + + + Approximately + + + Forecast external users + Voorspel externe gebruikers + + + Estimated user count one year from now based on current external users and forecasted external users. + Geschat aantal gebruikers over één jaar op basis van huidige externe gebruikers en voorspelde externe gebruikers. + + + Cumulative license expiry + Cumulatieve licentieverloop + + + No expiry + + + Internal: + Intern: + + + External: + Extern: + + + Update License + Licentie bijwerken + + + Your Install ID + + + Go to Customer Portal + Ga naar het klantenportaal + + + Learn more + + + Install + Installeren + + + Install License + Licentie installeren + + + Release + + + Development + + + UI Version + + + Build + + + Python version + + + Platform + + + Kernel + + + OpenSSL + + + Enterprise + Onderneming + + + Collapse + + + Expand + + + navigation + + + Dashboards + Dashboards + + + Endpoint Devices + + + Device groups + + + Logs + Logboeken + + + Customization + + + Flows and Stages + Procedures en Fases + + + Directory + Map + + + Tokens and App passwords + Tokens en App-wachtwoorden + + + System + Systeem + + + Certificates + Certificaten + + + Outpost Integrations + Outpost-integraties + + + Warning: The current user count has exceeded the configured licenses. + Waarschuwing: Het huidige aantal gebruikers heeft de geconfigureerde licenties overschreden. + + + Warning: One or more license(s) have expired. + + + Warning: One or more license(s) will expire within the next 2 weeks. + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + + + Click here for more info. + Klik hier voor meer informatie. + + + This authentik instance uses a Trial license. + + + This authentik instance uses a Non-production license. + + + A newer version () of the UI is available. + + + API drawer + + + API Requests + API-verzoeken + + + Open API Browser + Open API-browser + + + Close API drawer + + + View details for + + + Mark as read + + + Successfully cleared notifications + Meldingen succesvol gewist + + + No notifications found. + + + You don't have any notifications currently. + + + Notification drawer + + + Notifications + Meldingen + + + unread + ongelezen + + + Clear all + Alles wissen + + + Open about dialog + + + Product name + + + Product version + + + Version + + + Global navigation + + + WebAuthn requires this page to be accessed via HTTPS. + + + WebAuthn not supported by browser. + + + API request failed + API-verzoek mislukt + + + Site links + + + Powered by authentik + Ondersteund door authentik + + + Authenticating with Apple... + Authenticatie met Apple... + + + Retry + Opnieuw proberen + + + Authenticating with Plex... + Authenticatie met Plex... + + + Waiting for authentication... + Wachten op authenticatie... + + + If no Plex popup opens, click the button below. + Als er geen Plex pop-up wordt geopend, klik dan op de onderstaande knop. + + + Open login + Open aanmelding + + + Authenticating with Telegram... + + + Click the button below to start. + + + User information + + + Avatar for + + + User avatar + + + Something went wrong! Please try again later. + Er is iets fout gegaan! Probeer het later opnieuw. + + + Request ID + Aanvraag-ID + + + You may close this page now. + U kunt deze pagina nu sluiten. + + + You're about to be redirect to the following URL. + U wordt zo naar de volgende URL omgeleid. + + + Follow redirect + Volg omleiding + + + Flow inspector + Flowinspecteur + + + Close flow inspector + + + Next stage + Volgende fase + + + Stage name + Fasenaam + + + Stage kind + Fasetype + + + Stage object + Stadium object + + + This flow is completed. + Deze flow is voltooid. + + + Plan history + Plangeschiedenis + + + Current plan context + Huidige plancontext + + + Session ID + Sessie-ID + + + Flow inspector loading + + + Request has been denied. + Aanvraag is geweigerd. + + + Show password + + + Hide password + + + Please enter your password + Voer uw wachtwoord in + + + Caps Lock is enabled. + + + CAPTCHA challenge + + + Verifying... + + + Remember me on this device + + + Continue with + + + Need an account? + Heeft u een account nodig? + + + Sign up. + Meld u aan. + + + Forgot username or password? + Gebruikersnaam of wachtwoord vergeten? + + + Additional actions + + + Select one of the options below to continue. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + Vul het e-mailadres in dat aan je account is gekoppeld, dan sturen we je een link om je wachtwoord te resetten. + + + Or + Of + + + Login to continue to . + + + Use a security key + Gebruik een beveiligingssleutel + + + Login sources + + + Forgot password? + Wachtwoord vergeten? + + + Application requires following permissions: + Toepassing vereist de volgende rechten: + + + Application already has access to the following permissions: + Toepassing heeft al toegang tot de volgende rechten: + + + Application requires following new permissions: + Toepassing vereist de volgende nieuwe rechten: + + + Stage name: + + + Check your Inbox for a verification email. + Controleer uw Postvak IN voor een verificatie-e-mail. + + + Send Email again. + Stuur de e-mail opnieuw. + + + QR-Code to setup a time-based one-time password + + + Copy time-based one-time password configuration + + + Successfully copied TOTP Config. + TOTP-configuratie succesvol gekopieerd. + + + Copy TOTP Config + + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Scan de bovenstaande QR-code met de Microsoft Authenticator, Google Authenticator of een andere authenticator-app op je apparaat. Voer vervolgens de code in die op je apparaat wordt weergegeven om het instellen van de MFA te voltooien. + + + Time-based one-time password + + + TOTP Code + + + Type your TOTP code... + + + Type your time-based one-time password code. + + + Duo activation QR code + Duo-activerings-QR-code + + + Alternatively, if your current device has Duo installed, click on this link: + Of klik op deze link als uw huidige apparaat Duo geïnstalleerd heeft: + + + Duo activation + Duo-activering + + + Check status + Status controleren + + + Make sure to keep these tokens in a safe place. + Zorg ervoor dat u deze tokens op een veilige plaats bewaart. + + + Configure your email + + + Please enter your email address. + + + Code + Code + + + Please enter the code you received via email + + + Phone number + Telefoonnummer + + + Please enter your Phone number. + Voer uw telefoonnummer in. + + + Please enter the code you received via SMS + Voer de code in die u via sms heeft ontvangen + + + Select another authentication method + + + Authentication code + Verificatiecode + + + Static token + Statische token + + + Type an authentication code... + + + Sending Duo push notification... + + + Failed to authenticate + + + Authentication failed. Please try again. + + + Authenticating... + + + Retry authentication + Herhaal authenticatie + + + Duo push-notifications + Duo pushmeldingen + + + Receive a push notification on your device. + Ontvang een pushmelding op uw apparaat. + + + Authenticator + Authenticator + + + Use a security key to prove your identity. + Gebruik een beveiligingssleutel om uw identiteit te bewijzen. + + + Traditional authenticator + Traditionele authenticator + + + Use a code-based authenticator. + Gebruik een op codes gebaseerde authenticator. + + + Recovery keys + Herstelsleutels + + + In case you lose access to your primary authenticators. + + + SMS + SMS + + + Tokens sent via SMS. + Tokens verstuurd via SMS. + + + Tokens sent via email. + + + Unknown device + + + An unknown device class was provided. + + + Select an authentication method + + + No authentication methods available. + + + Select a configuration stage + + + Stay signed in? + Aangemeld blijven? + + + Select Yes to reduce the number of times you're asked to sign in. + Selecteer Ja om het aantal keren dat u wordt gevraagd om u aan te melden te verminderen. + + + Device Code + + + Please enter your code + Voer uw code in + + + You've successfully authenticated your device. + U heeft uw apparaat succesvol geauthenticeerd. + + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + + + Go back to overview + + + Log out of + + + Log back into + + + SAML Provider + + + SAML logout complete + + + Redirecting to SAML provider: + + + Posting logout request to SAML provider: + + + Unknown Provider + + + Logging out of providers... + + + Single Logout + + + Open flow inspector + + + Authentication form + + + Error creating credential: + + + Server validation of credential failed: + + + Failed to register. Please try again. + + + Registering... + + + Failed to register + + + Retry registration + + + Idle + + + Connecting + + + Waiting + + + Connected + + + Disconnecting + + + Disconnected + + + Connection failed after attempts. + + + Re-connecting in second(s). + + + Connecting... + + + Please wait while the content is loading + + + Select endpoint to connect to + + + application + + + Actions for "" + + + Edit application... + + + Refer to documentation + Zie documentatie + + + No Applications available. + Geen beschikbare toepassingen. + + + Either no applications are defined, or you don’t have access to any. + Of er zijn geen toepassingen gedefinieerd, of u heeft geen toegang tot een van hen. + + + Ungrouped + + + My Applications + Mijn toepassingen + + + Search for an application by name... + + + Search returned no results. + + + application found for "" + + + applications found for "" + + + application available + + + applications available + + + My applications + Mijn toepassingen + + + Application list + + + Failed to fetch applications. + + + Change your password + Wijzig uw wachtwoord + + + Change password + Wachtwoord wijzigen + + + Delete account + Account verwijderen + + + Successfully updated details + Gegevens succesvol bijgewerkt + + + Open settings + Instellingen openen + + + No settings flow configured. + Geen instellingenflow geconfigureerd. + + + Update details + Gegevens bijwerken + + + Device type cannot be edited + + + Enroll + Inschrijven + + + Edit device + + + Create App password + Maak een App-wachtwoord aan + + + User settings + + + User details + Gebruikersgegevens + + + Consent + Toestemming + + + MFA Devices + MFA-apparaten + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + Koppel uw gebruikersaccount aan de hieronder vermelde diensten om in te loggen met behulp van de dienst in plaats van traditionele referenties. + + + Admin interface + Beheerdersinterface + + + ... + Truncation ellipsis + + + + diff --git a/web/xliff/pl.xlf b/web/xliff/pl.xlf deleted file mode 100644 index 249c874116..0000000000 --- a/web/xliff/pl.xlf +++ /dev/null @@ -1,10511 +0,0 @@ - - - - - English - Angielski - - - - French - Francuski - - - - Turkish - Turecki - - - - Spanish - Hiszpański - - - - Polish - Polski - - - - Taiwanese Mandarin - Tajwański mandaryński - - - - Chinese (simplified) - Chiński (uproszczony) - - - - Chinese (traditional) - Chiński (tradycyjny) - - - - German - Niemiecki - - - - Loading... - Ładowanie... - - - - Application - Aplikacja - - - - Logins - Logowania - - - - Show less - Pokaż mniej - - - - Show more - Pokaż więcej - - - - UID - UID - - - - Name - Nazwa - - - - App - Aplikacja - - - - Model Name - Nazwa modelu - - - - Message - Wiadomość - - - - Subject - Przedmiot - - - - From - Z - - - - To - Do - - - - Context - Kontekst - - - - User - Użytkownik - - - - Affected model: - Model, którego dotyczy problem: - - - - Authorized application: - Autoryzowana aplikacja: - - - - Using flow - Używanie przepływu - - - - Email info: - Informacje e-mail: - - - - Secret: - Sekret: - - - - Open issue on GitHub... - Otwórz problem w serwisie GitHub... - - - - Exception - Wyjątek - - - - Expression - Expression  - - - - Binding - Wiązanie - - - - Request - Żądanie - - - - Object - Obiekt - - - - Result - Wynik - - - - Passing - Przechodzący - - - - Messages - Wiadomości - - - - Using source - Używając źródła - - - - Attempted to log in as - Próbowano zalogować się jako - - - - - No additional data available. - Brak dodatkowych danych. - - - - Click to change value - Kliknij, aby zmienić wartość - - - - Select an object. - Wybierz obiekt. - - - - Connection error, reconnecting... - Błąd połączenia, ponowne łączenie... - - - - Login - Logowanie - - - - Failed login - Nieudane logowanie - - - - Logout - Wyloguj - - - - User was written to - Użytkownik zapisał do - - - - Suspicious request - Podejrzane zapytanie - - - - Password set - Hasło ustawione - - - - Secret was viewed - Sekret został wyświetlony - - - - Secret was rotated - Sekret został obrócony - - - - Invitation used - Wykorzystano zaproszenie - - - - Application authorized - Aplikacja autoryzowana - - - - Source linked - Źródło połączone - - - - Impersonation started - Rozpoczęto podszywanie się - - - - Impersonation ended - Podszywanie się zostało zakończone - - - - Flow execution - Wykonanie przepływu - - - - Policy execution - Wykonanie zasad - - - - Policy exception - Wyjątek zasad - - - - Property Mapping exception - Wyjątek mapowania właściwości - - - - System task execution - Wykonywanie zadań systemowych - - - - System task exception - Wyjątek zadania systemowego - - - - General system exception - Ogólny wyjątek systemowy - - - - Configuration error - Błąd konfiguracji - - - - Model created - Utworzono model - - - - Model updated - Zaktualizowano model - - - - Model deleted - Model usunięty - - - - Email sent - Email wysłany - - - - Update available - Dostępna aktualizacja - - - - Unknown severity - Nieznana intensywność - - - - Alert - Alert - - - - Notice - Uwaga - - - - Warning - Ostrzeżenie - - - - no tabs defined - bez zdefiniowanych kart - - - - - of - - - - z - - - - - Go to previous page - Wróć do poprzedniej strony - - - - Go to next page - Przejdź do następnej strony - - - - Search... - Szukaj... - - - - Loading - Ładowanie - - - - No objects found. - Nie znaleziono żadnych obiektów. - - - - Failed to fetch objects. - Nie udało się wczytać obiektów. - - - - Refresh - Odśwież - - - - Select all rows - Zaznacz wszystkie wiersze - - - - Action - Akcja - - - - Creation Date - Data utworzenia - - - - Client IP - IP klienta - - - - Recent events - Ostatnie wydarzenia - - - - On behalf of - W imieniu - - - - - - - - - - - - No Events found. - Nie znaleziono wydarzeń. - - - - No matching events could be found. - Nie znaleziono pasujących zdarzeń. - - - - Embedded outpost is not configured correctly. - Wbudowana placówka nie jest poprawnie skonfigurowana. - - - - Check outposts. - Sprawdź placówki. - - - - HTTPS is not detected correctly - HTTPS nie jest poprawnie wykrywany - - - - Server and client are further than 5 seconds apart. - Czas serwer i klienta różnią się o więcej niż 5 sekund. - - - - OK - OK - - - - Everything is ok. - Wszystko w porządku. - - - - Based on - Na podstawie - - - - - is available! - - jest dostępny! - - - - Up-to-date! - Aktualny! - - - - Version - Wersja - - - - Workers - Workerów - - - - No workers connected. Background tasks will not run. - Brak połączonych workerów. Zadania w tle nie będą działać. - - - - Authorizations - Autoryzacje - - - - Failed Logins - Nieudane logowania - - - - Successful Logins - Pomyślne logowania - - - - : - - : - - - - - Cancel - Anuluj - - - - LDAP Source - Źródło LDAP - - - - SCIM Provider - Dostawca SCIM - - - - Healthy - Zdrowy - - - - Healthy outposts - Zdrowe placówki - - - - Admin - Admin - - - - Not found - Nie znaleziono - - - - The URL "" was not found. - Nie znaleziono " - " adresu URL. - - - - Return home - Powrót do strony głównej - - - - General system status - Ogólny stan systemu - - - - Quick actions - Szybkie akcje - - - - Create a new application - Utwórz nową aplikację - - - - Check the logs - Sprawdź dzienniki - - - - Explore integrations - Przeglądaj integracje - - - - Manage users - Zarządzaj użytkownikami - - - - Outpost status - Status placówki - - - - Sync status - Status synchronizacji - - - - Logins and authorizations over the last week (per 8 hours) - Logowania i autoryzacje w ciągu ostatniego tygodnia (co 8 godzin) - - - - Apps with most usage - Najczęściej używane aplikacje - - - - Objects created - Utworzone obiekty - - - - Users created per day in the last month - Użytkownicy stworzeni dziennie w ciągu ostatniego miesiąca - - - - Logins per day in the last month - Logowania dziennie w ciągu ostatniego miesiąca - - - - Failed Logins per day in the last month - Nieudane logowania dziennie w ciągu ostatniego miesiąca - - - - Clear search - Wyczyść wyszukiwanie - - - - System Tasks - Zadania systemowe - - - - Long-running operations which authentik executes in the background. - Długotrwałe operacje, które authentik wykonuje w tle. - - - - Identifier - Identyfikator - - - - Description - Opis - - - - Status - Status - - - - Actions - Działania - - - - Successful - Pomyślny - - - - Error - Błąd - - - - Unknown - Nieznany - - - - Authentication - Uwierzytelnianie - - - - Authorization - Autoryzacja - - - - Enrollment - Rejestracja - - - - Invalidation - Unieważnienie - - - - Recovery - Odzyskiwanie - - - - Stage Configuration - Etap konfiguracji - - - - Unenrollment - Wypisanie się - - - - Unknown designation - Nieznane oznaczenie - - - - Stacked - Ułożone - - - - Content left - Zawartość lewa - - - - Content right - Zawartość prawa - - - - Sidebar left - Lewy pasek boczny - - - - Sidebar right - Prawy pasek boczny - - - - Unknown layout - Nieznany układ - - - - Successfully updated provider. - Pomyślnie zaktualizowano dostawcę. - - - - Successfully created provider. - Pomyślnie utworzono dostawcę. - - - - Bind flow - Powiąż przepływ - - - - Flow used for users to authenticate. - Przepływ używany do uwierzytelniania użytkowników. - - - - Bind mode - Tryb powiązania - - - - Cached binding - Wiązanie z pamięci podręcznej - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - Przepływ jest wykonywany, a sesja zapisywana w pamięci podręcznej. Przepływ jest wykonywany po wygaśnięciu sesji - - - - Direct binding - Wiązanie bezpośrednie - - - - Always execute the configured bind flow to authenticate the user - Zawsze wykonuj skonfigurowany przepływ powiązań w celu uwierzytelnienia użytkownika. - - - - Configure how the outpost authenticates requests. - Skonfiguruj sposób, w jaki placówka uwierzytelnia żądania. - - - - Search mode - Tryb szukania - - - - Cached querying - Zapytania w pamięci podręcznej - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - Placówka przechowuje wszystkich użytkowników i grupy w pamięci i będzie odświeżana co 5 minut. - - - - Direct querying - Bezpośrednie odpytywanie - - - - Always returns the latest data, but slower than cached querying - Zawsze zwraca najnowsze dane, ale wolniej niż zapytania z pamięci podręcznej - - - - Configure how the outpost queries the core authentik server's users. - Skonfiguruj sposób, w jaki placówka wysyła zapytania do użytkowników podstawowego serwera authentik. - - - - Protocol settings - Ustawienia protokołu - - - - Base DN - Base DN - - - - LDAP DN under which bind requests and search requests can be made. - LDAP DN, w ramach którego można tworzyć żądania powiązania i żądania wyszukiwania. - - - - Certificate - Certyfikat - - - - UID start number - Numer początkowy UID - - - - 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 - Początek dla uidNumbers, ten numer jest dodawany do user.Pk, aby upewnić się, że liczby nie są zbyt niskie dla użytkowników POSIX. Wartość domyślna to 2000, aby zapewnić, że nie kolidujemy z lokalnymi użytkownikami uidNumber - - - - GID start number - Numer startowy GID - - - - 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 - Początek gidNumbers, liczba ta jest dodawana do liczby wygenerowanej z group.Pk, aby upewnić się, że liczby nie są zbyt niskie dla grup POSIX. Wartość domyślna to 4000, aby upewnić się, że nie kolidujemy z lokalnymi grupami lub użytkownikami podstawowymi grupami gidNumber - - - - The following keywords are supported: - Obsługiwane są następujące słowa kluczowe: - - - - Authentication flow - Przepływ uwierzytelniania - - - - Flow used when a user access this provider and is not authenticated. - Przepływ używany, gdy użytkownik uzyskuje dostęp do tego dostawcy i nie jest uwierzytelniony. - - - - Authorization flow - Przepływ autoryzacji - - - - Flow used when authorizing this provider. - Przepływ używany podczas autoryzacji tego dostawcy. - - - - Client type - Client type - - - - Confidential - Poufny - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - Poufni klienci są w stanie zachować poufność swoich danych uwierzytelniających, takich jak sekrety klienta - - - - Public - Publiczny - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - Klienci publiczni nie są w stanie zachować poufności i powinni korzystać z metod takich jak PKCE. - - - - Client ID - Client ID - - - - Client Secret - Client Secret - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - Jeśli nie zostaną określone żadne jawne identyfikatory URI przekierowania, zostanie zapisany pierwszy pomyślnie użyty identyfikator URI przekierowania. - - - - Signing Key - Klucz podpisujący - - - - Key used to sign the tokens. - Klucz używany do podpisywania tokenów. - - - - Advanced protocol settings - Zaawansowane ustawienia protokołu - - - - Access code validity - Ważność kodu dostępu - - - - Configure how long access codes are valid for. - Skonfiguruj czas ważności kodów dostępu. - - - - Access Token validity - Ważność tokena dostępu - - - - Configure how long access tokens are valid for. - Skonfiguruj, jak długo tokeny dostępu są ważne. - - - - Refresh Token validity - Ważność tokena odświeżania - - - - Configure how long refresh tokens are valid for. - Konfiguracja okresu ważności tokenów odświeżania. - - - - Scopes - Zakresy - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - Wybierz zakresy, których może używać klient. Klient nadal musi określić zakres dostępu do danych. - - - - Subject mode - Tryb przedmiotu - - - - Based on the User's hashed ID - Na podstawie hashowanego ID użytkownika - - - - Based on the User's ID - Na podstawie ID użytkownika - - - - Based on the User's UUID - Na podstawie UUID użytkownika - - - - Based on the User's username - Na podstawie nazwy użytkownika - - - - Based on the User's Email - Na podstawie adresu e-mail użytkownika - - - - This is recommended over the UPN mode. - Jest to zalecane zamiast trybu UPN. - - - - Based on the User's UPN - Na podstawie UPN użytkownika - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - Wymaga, aby użytkownik miał ustawiony atrybut „upn” i powraca do hashowanego identyfikatora użytkownika. Używaj tego trybu tylko wtedy, gdy masz różne domeny UPN i Mail. - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - Skonfiguruj, jakie dane mają być używane jako unikalny identyfikator użytkownika. W większości przypadków wartość domyślna powinna być w porządku. - - - - Include claims in id_token - Uwzględnij roszczenia w id_token - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - Uwzględnij oświadczenia użytkownika z zakresów w id_token dla aplikacji, które nie uzyskują dostępu do punktu końcowego informacji o użytkowniku. - - - - Issuer mode - Tryb wystawcy - - - - Each provider has a different issuer, based on the application slug - Każdy dostawca ma innego wystawcę, w zależności od ślimaka aplikacji - - - - Same identifier is used for all providers - Ten sam identyfikator jest używany dla wszystkich dostawców - - - - Configure how the issuer field of the ID Token should be filled. - Skonfiguruj jak pole wystawcy tokena ID powinien być wypełniony. - - - - Machine-to-Machine authentication settings - Ustawienia uwierzytelniania typu maszyna-maszyna - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - JWT podpisane przez certyfikaty skonfigurowane w wybranych źródłach mogą służyć do uwierzytelniania u tego dostawcy. - - - - HTTP-Basic Username Key - Klucz nazwy użytkownika HTTP-Basic - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - Atrybut użytkownika/grupy używany w części użytkownika nagłówka HTTP-Basic. Jeśli nie jest ustawiony, używany jest adres e-mail użytkownika. - - - - HTTP-Basic Password Key - Klucz hasła HTTP-Basic - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - Atrybut użytkownika/grupy używany w części hasła nagłówka HTTP-Basic. - - - - Proxy - Proxy - - - - Forward auth (single application) - Forward auth (pojedyncza aplikacja) - - - - Forward auth (domain level) - Forward auth (na poziomie domeny) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - Ten dostawca będzie zachowywał się jak przezroczysty odwrotny serwer proxy, z wyjątkiem tego, że żądania muszą być uwierzytelnione. Jeśli Twoja aplikacja nadrzędna korzysta z protokołu HTTPS, upewnij się, że łączysz się z placówką również za pomocą protokołu HTTPS. - - - - External host - Zewnętrzny host - - - - The external URL you'll access the application at. Include any non-standard port. - Zewnętrzny adres URL, pod którym uzyskasz dostęp do aplikacji. Uwzględnij dowolny niestandardowy port. - - - - Internal host - Wewnętrzny host - - - - Upstream host that the requests are forwarded to. - Host nadrzędny, do którego przekazywane są żądania. - - - - Internal host SSL Validation - Weryfikacja SSL hosta wewnętrznego - - - - Validate SSL Certificates of upstream servers. - Sprawdź poprawność certyfikatów SSL serwerów nadrzędnych. - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - Użyj tego dostawcy z auth_request nginx lub forwardAuth traefik. Tylko jeden dostawca jest wymagany na domenę główną. Nie możesz wykonać autoryzacji dla aplikacji, ale nie musisz tworzyć dostawcy dla każdej aplikacji. - - - - An example setup can look like this: - Przykładowa konfiguracja może wyglądać tak: - - - - authentik running on auth.example.com - authentik działa na auth.example.com - - - - app1 running on app1.example.com - app1 działająca na app1.example.com - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - W takim przypadku ustawisz adres URL uwierzytelniania na auth.example.com, a domenę plików cookie na example.com. - - - - Authentication URL - URL uwierzytelniania - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - Zewnętrzny adres URL, pod którym będziesz się uwierzytelniać. Jądro serwera authentik powinien być dostępny pod tym adresem URL. - - - - Cookie domain - Domena plików cookie - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - Ustaw to na domenę, dla której chcesz, aby uwierzytelnianie było ważne. Musi być domeną nadrzędną powyższego adresu URL. Jeśli używasz aplikacji jako app1.domain.tld, app2.domain.tld, ustaw to na „domain.tld”. - - - - Unknown proxy mode - Nieznany tryb proxy - - - - Token validity - Ważność tokena - - - - Configure how long tokens are valid for. - Skonfiguruj, jak długo tokeny są ważne. - - - - Additional scopes - Dodatkowe zakresy - - - - Additional scope mappings, which are passed to the proxy. - Dodatkowe mapowania zakresu, które są przekazywane do serwera proxy. - - - - Unauthenticated URLs - Nieuwierzytelnione adresy URL - - - - Unauthenticated Paths - Nieuwierzytelnione ścieżki - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - Wyrażenia regularne, dla których uwierzytelnianie nie jest wymagane. Każda nowa linia jest interpretowana jako nowe wyrażenie. - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - Podczas korzystania z trybu proxy lub uwierzytelniania do przodu (pojedyncza aplikacja) żądana ścieżka URL jest porównywana z wyrażeniami regularnymi. Podczas korzystania z uwierzytelniania do przodu (tryb domeny) pełny żądany adres URL, w tym schemat i host, jest dopasowywany do wyrażeń regularnych. - - - - Authentication settings - Ustawienia uwierzytelniania - - - - Intercept header authentication - Przechwytywanie uwierzytelniania nagłówka - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - Po włączeniu, authentik przechwyci nagłówek Authorization w celu uwierzytelnienia żądania. - - - - Send HTTP-Basic Authentication - Wysyłanie uwierzytelniania HTTP-Basic - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - Wysyła niestandardowy nagłówek uwierzytelniania HTTP-Basic na podstawie wartości z authentik. - - - - ACS URL - ACS URL - - - - Issuer - Wystawca - - - - Service Provider Binding - Wiązanie usługodawcy - - - - Redirect - Przekierowanie - - - - Post - Post - - - - Determines how authentik sends the response back to the Service Provider. - Określa, w jaki sposób authentik przesyła odpowiedź z powrotem do Usługodawcy. - - - - Audience - Odbiorcy - - - - Signing Certificate - Certyfikat podpisujący - - - - Certificate used to sign outgoing Responses going to the Service Provider. - Certyfikat używany do podpisywania Odpowiedzi wychodzących kierowanych do Usługodawcy. - - - - Verification Certificate - Certyfikat weryfikacji - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - Po wybraniu, przychodzące podpisy asercji będą sprawdzane względem tego certyfikatu. Aby zezwolić na niepodpisane żądania, pozostaw domyślnie. - - - - Property mappings - Mapowanie właściwości - - - - NameID Property Mapping - Mapowanie właściwości NameID - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - Skonfiguruj sposób tworzenia wartości NameID. Gdy puste, NameIDPolicy przychodzącego żądania będzie przestrzegany. - - - - Assertion valid not before - Asercja ważna nie wcześniej - - - - Configure the maximum allowed time drift for an assertion. - Skonfiguruj maksymalny dozwolony dryft czasu dla asercji. - - - - Assertion valid not on or after - Asercja ważna nie w lub później - - - - Assertion not valid on or after current time + this value. - Asercja nieważna w bieżącym czasie lub później + ta wartość. - - - - Session valid not on or after - Sesja ważna nie w lub później - - - - Session not valid on or after current time + this value. - Sesja nieważna w bieżącym czasie lub później + ta wartość. - - - - Digest algorithm - Algorytm skrótu - - - - Signature algorithm - Algorytm sygnatury - - - - Successfully imported provider. - Pomyślnie zaimportowano dostawcę. - - - - Metadata - Metadane - - - - Apply changes - Zastosuj zmiany - - - - Close - Zamknij - - - - Finish - Zakończ - - - - Back - Wstecz - - - - No form found - Nie znaleziono formularza - - - - Select type - Wybierz rodzaj - - - - Create - Utwórz - - - - New provider - Nowy dostawca - - - - Create a new provider. - Utwórz nowego dostawcę. - - - - Create - Utwórz - - - - - Shared secret - Współdzielony sekret - - - - Client Networks - Sieci klienckie - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - Podstawowy adres url SCIM, zwykle kończy się na /v2. - - - - Token - Token - - - - User filtering - Filtrowanie użytkowników - - - - Exclude service accounts - Wyklucz konta usługowe - - - - Group - Grupa - - - - Only sync users within the selected group. - Synchronizuje tylko użytkowników z wybranej grupy. - - - - Attribute mapping - Mapowanie atrybutów - - - - User Property Mappings - Mapowania właściwości użytkownika - - - - Property mappings used to user mapping. - Mapowania właściwości używane do mapowania użytkownika. - - - - Group Property Mappings - Mapowanie właściwości grupy - - - - Property mappings used to group creation. - Mapowania właściwości używane do tworzenia grup. - - - - Not used by any other object. - Nie używany przez żaden inny obiekt. - - - - object will be DELETED - obiekt zostanie USUNIĘTY - - - - connection will be deleted - połączenie zostanie usunięte - - - - reference will be reset to default value - odniesienie zostanie zresetowane do wartości domyślnej - - - - reference will be set to an empty value - referencja zostanie ustawiona na pustą wartość - - - - () - - ( - ) - - - - ID - ID - - - - Successfully deleted - Pomyślnie usunięto - - - Failed to delete : - Nie udało się usunąć - : - - - - - Delete - Usuń - - - - - Are you sure you want to delete ? - Czy jesteś pewien, że chcesz usunąć ? - - - Delete - Usuń - - - - Providers - Dostawcy - - - - Provide support for protocols like SAML and OAuth to assigned applications. - Zapewniają obsługę protokołów takich jak SAML i OAuth przypisanym aplikacjom. - - - - Type - Typ - - - - Provider(s) - Dostawca(y) - - - - Assigned to application - Przypisany do aplikacji - - - - Assigned to application (backchannel) - Przypisany do aplikacji (backchannel) - - - - Update - Aktualizuj - - - - Update - Aktualizacja - - - - - Select providers to add to application - Wybierz dostawców, których chcesz dodać do aplikacji - - - - Add - Dodaj - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - Wprowadź pełny adres URL, ścieżkę względną lub użyj „fa://fa-test”, aby użyć ikony Font Awesome „fa-test”. - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - Szablon ścieżki dla utworzonych użytkowników. Użyj symboli zastępczych, takich jak `%(slug)s` aby wstawić źródłowego ślimaka. - - - - Successfully updated application. - Pomyślnie zaktualizowano aplikację. - - - - Successfully created application. - Pomyślnie utworzono aplikacje. - - - - Slug - Ślimak - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - Opcjonalnie wprowadź nazwę grupy. Aplikacje z identycznymi grupami są wyświetlane razem. - - - - Provider - Dostawca - - - - Select a provider that this application should use. - Wybierz dostawcę, z którego ma korzystać aplikacja. - - - - Select backchannel providers which augment the functionality of the main provider. - Wybierz dostawców backchannel, którzy rozszerzają funkcjonalność głównego dostawcy. - - - - Policy engine mode - Tryb silnika zasad - - - - Any policy must match to grant access - Każda zasada musi być zgodna, aby przyznać dostęp - - - - All policies must match to grant access - Wszystkie zasady muszą być zgodne, aby przyznać dostęp - - - - UI settings - Ustawienia interfejsu użytkownika - - - - Launch URL - URL uruchamiania - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - Jeśli pozostawione puste, authentik spróbuje wyodrębnić URL uruchamiania na podstawie wybranego dostawcy. - - - - Open in new tab - Otwórz w nowej karcie - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - Jeśli zaznaczone, adres URL uruchamiania otworzy się w nowej karcie przeglądarki lub oknie z biblioteki aplikacji użytkownika. - - - - Icon - Ikona - - - - Currently set to: - Obecnie ustawiony na: - - - - Clear icon - Wyczyść ikonę - - - - Publisher - Wydawca - - - - Create Application - Utwórz aplikację - - - - Overview - Przegląd - - - - Changelog - Lista zmian - - - - Warning: Provider is not used by any Outpost. - Ostrzeżenie: Dostawca nie jest używany przez żadną placówkę. - - - - Assigned to application - Przypisany do aplikacji - - - - Update LDAP Provider - Aktualizuj dostawcę LDAP - - - - Edit - Edytuj - - - - How to connect - Jak się połączyć - - - - Connect to the LDAP Server on port 389: - Połącz się z serwerem LDAP na porcie 389: - - - - Check the IP of the Kubernetes service, or - Sprawdź adres IP usługi Kubernetes lub - - - - The Host IP of the docker host - Adres IP hosta dockera - - - - Bind DN - Wiąż DN - - - - Bind Password - Powiąż hasło - - - - Search base - Baza wyszukiwania - - - - Preview - Podgląd - - - - Warning: Provider is not used by an Application. - Ostrzeżenie: Dostawca nie jest używany przez aplikację. - - - - Redirect URIs - URI przekierowania - - - - Update OAuth2 Provider - Aktualizuj dostawcę OAuth2 - - - - OpenID Configuration URL - URL konfiguracji OpenID - - - - OpenID Configuration Issuer - Wystawca konfiguracji OpenID - - - - Authorize URL - URL autoryzacji - - - - Token URL - URL tokena - - - - Userinfo URL - URL Userinfo - - - - Logout URL - URL wylogowania - - - - JWKS URL - URL JWKS - - - - Forward auth (domain-level) - Forward auth (na poziomie domeny) - - - - Nginx (Ingress) - Nginx (Ingress) - - - - Nginx (Proxy Manager) - Nginx (Proxy Manager) - - - - Nginx (standalone) - Nginx (standalone) - - - - Traefik (Ingress) - Traefik (Ingress) - - - - Traefik (Compose) - Traefik (Compose) - - - - Traefik (Standalone) - Traefik (Standalone) - - - - Caddy (Standalone) - Caddy (Standalone) - - - - Internal Host - Wewnętrzny host - - - - External Host - Zewnętrzny host - - - - Basic-Auth - Basic-Auth - - - - Yes - Tak - - - - Mode - Tryb - - - - Update Proxy Provider - Aktualizuj dostawcę proxy - - - - Protocol Settings - Ustawienia protokołu - - - - Allowed Redirect URIs - Dozwolone URI przekierowania - - - - Setup - Instalacja - - - - No additional setup is required. - Nie jest wymagana żadna dodatkowa konfiguracja. - - - - Update Radius Provider - Aktualizuj dostawcę Radius - - - - Download - Pobierz - - - - Copy download URL - Skopiuj URL pobierania - - - - Download signing certificate - Pobierz certyfikat podpisywania - - - - Related objects - Powiązane obiekty - - - - Update SAML Provider - Aktualizuj dostawcę SAML - - - - SAML Configuration - Konfiguracja SAML - - - - EntityID/Issuer - EntityID/Issuer - - - - SSO URL (Post) - URL SSO (POST) - - - - SSO URL (Redirect) - URL SSO (przekierowanie) - - - - SSO URL (IdP-initiated Login) - URL SSO (logowanie inicjowane przez IdP) - - - - SLO URL (Post) - URL SLO (POST) - - - - SLO URL (Redirect) - URL SLO (Przekierowanie) - - - - SAML Metadata - Metadane SAML - - - - Example SAML attributes - Przykładowe atrybuty SAML - - - - NameID attribute - Atrybut NameID - - - - Warning: Provider is not assigned to an application as backchannel provider. - Ostrzeżenie: Dostawca nie jest przypisany do aplikacji jako dostawca backchannel. - - - - Update SCIM Provider - Aktualizuj dostawcę SCIM - - - - LDAP - LDAP - - - - New application - Nowa aplikacja - - - - Applications - Aplikacje - - - - Provider Type - Typ dostawcy - - - - Application(s) - Aplikacja(e) - - - - Application Icon - Ikona aplikacji - - - - Update Application - Aktualizuj aplikację - - - - Successfully sent test-request. - Pomyślnie wysłano zapytanie testowe. - - - - Log messages - Dziennik wiadomości - - - - No log messages. - Brak dziennika wiadomości - - - - Active - Aktywny - - - - Last login - Ostatnie logowanie - - - - Successfully updated group. - Pomyślnie zaktualizowano grupę. - - - - Successfully created group. - Pomyślnie utworzono grupę. - - - - Parent - Rodzic - - - - Attributes - Atrybuty - - - - Set custom attributes using YAML or JSON. - Ustaw atrybuty niestandardowe za pomocą YAML lub JSON. - - - - Successfully updated binding. - Pomyślnie zaktualizowano powiązanie. - - - - Successfully created binding. - Pomyślnie utworzono powiązanie. - - - - Policy - Zasada - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - Mapowania grup można sprawdzić tylko wtedy, gdy użytkownik jest już zalogowany podczas próby uzyskania dostępu do tego źródła. - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - Mapowania użytkowników można sprawdzić tylko wtedy, gdy użytkownik jest już zalogowany podczas próby uzyskania dostępu do tego źródła. - - - - Enabled - Włączony - - - - Negate result - Neguj wynik - - - - Negates the outcome of the binding. Messages are unaffected. - Neguje wynik wiązania. Wiadomości pozostają nienaruszone. - - - - Order - Kolejność - - - - Timeout - Limit czasu - - - - Successfully updated policy. - Pomyślnie zaktualizowano zasadę. - - - - Successfully created policy. - Pomyślnie utworzono zasadę. - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - Zasada używana do testowania. Zawsze zwraca ten sam wynik, jak określono poniżej, po odczekaniu losowego czasu trwania. - - - - Execution logging - Rejestrowanie wykonania - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - Gdy ta opcja jest włączona, wszystkie wykonania tej zasady będą rejestrowane. Domyślnie rejestrowane są tylko błędy wykonania. - - - - Policy-specific settings - Ustawienia specyficzne zasady - - - - Pass policy? - Przechodzi zasadę? - - - - Wait (min) - Czekaj (min) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - Wykonanie zasady zajmuje losowy czas. Kontroluje to minimalny czas, jaki zajmie. - - - - Wait (max) - Czekaj (max) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - Dopasowuje zdarzenie do zestawu kryteriów. Jeśli którakolwiek ze skonfigurowanych wartości jest zgodna, zasada przechodzi. - - - - Match created events with this action type. When left empty, all action types will be matched. - Dopasuj utworzone zdarzenia do tego typu akcji. Jeśli pozostawisz to puste, wszystkie typy akcji zostaną dopasowane. - - - - Match events created by selected application. When left empty, all applications are matched. - Dopasuj wydarzenia utworzone przez wybraną aplikację. Jeśli pozostanie pusty, wszystkie aplikacje zostaną dopasowane. - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - Sprawdza, czy żądanego użytkownika hasło zostało zmienione w ciągu ostatnich x dni, i odmawia na podstawie ustawień. - - - - Maximum age (in days) - Maksymalny wiek (w dniach) - - - - Only fail the policy, don't invalidate user's password - Tylko nie spełniaj zasad, nie unieważniaj hasła użytkownika. - - - - Executes the python snippet to determine whether to allow or deny a request. - Wykonuje fragment kodu Pythona, aby określić, czy zezwolić, czy odrzucić żądanie. - - - - Expression using Python. - Wyrażenie za pomocą Pythona. - - - - See documentation for a list of all variables. - Zobacz dokumentację, aby zobaczyć listę wszystkich zmiennych. - - - - Static rules - Reguły statyczne - - - - Minimum length - Minimalna długość - - - - Minimum amount of Uppercase Characters - Minimalna liczba wielkich liter - - - - Minimum amount of Lowercase Characters - Minimalna liczba małych liter - - - - Minimum amount of Digits - Minimalna ilość cyfr - - - - Minimum amount of Symbols Characters - Minimalna liczba symboli - - - - Error message - Komunikat o błędzie - - - - Symbol charset - Zestaw znaków symboli - - - - Characters which are considered as symbols. - Znaki uważane za symbole. - - - - HaveIBeenPwned settings - Ustawienia HaveIBeenPwned - - - - Allowed count - Dozwolona liczba - - - - Allow up to N occurrences in the HIBP database. - Dopuść do N wystąpień w bazie danych HIBP. - - - - zxcvbn settings - ustawienia zxcvbn - - - - Score threshold - Próg wyniku - - - - If the password's score is less than or equal this value, the policy will fail. - Jeśli wynik hasła jest równy lub mniejszy od tej wartości, zasada zakończy się niepowodzeniem. - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - Sprawdza wartość z żądania zasad pod kątem kilku reguł, używanych głównie w celu zapewnienia siły hasła. - - - - Password field - Pole hasła - - - - Field key to check, field keys defined in Prompt stages are available. - Klucz pola do sprawdzenia, dostępne są klucze pola zdefiniowane w etapach monitu. - - - - Check static rules - Sprawdź reguły statyczne - - - - Check haveibeenpwned.com - Sprawdź haveibeenpwned.com - - - - For more info see: - Aby uzyskać więcej informacji, zobacz: - - - - Check zxcvbn - Sprawdź zxcvbn - - - - Password strength estimator created by Dropbox, see: - Narzędzie do szacowania siły hasła stworzone przez Dropbox, zobacz: - - - - Allows/denys requests based on the users and/or the IPs reputation. - Zezwala/odrzuca żądania na podstawie reputacji użytkowników i/lub adresów IP. - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - Nieprawidłowe próby logowania zmniejszą wynik dla adresu IP klienta, i -nazwa użytkownika, pod którą próbują się zalogować, przez jeden. - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - Zasada przechodzi, gdy punkty reputacji spadną poniżej progu i -nie przechodzi, gdy jedna lub obie wybrane opcje są równe lub wyższe od progu. - - - Check IP - Sprawdź IP - - - - Check Username - Sprawdź nazwę użytkownika - - - - Threshold - Próg - - - - New policy - Nowa zasady - - - - Create a new policy. - Utwórz nową zasadę. - - - - Create Binding - Utwórz powiązanie - - - - Superuser - Superużytkownik - - - - Members - Członkowie - - - - Select groups to add user to - Wybierz grupy, do których chcesz dodać użytkownika - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - Ostrzeżenie: Dodanie użytkownika do wybranych grup spowoduje nadanie mu uprawnień superużytkownika. - - - - Successfully updated user. - Pomyślnie zaktualizowano użytkownika. - - - - Successfully created user. - Pomyślnie utworzono użytkownika. - - - - Username - Nazwa użytkownika - - - - Email - E-mail - - - - Path - Ścieżka - - - - Policy - Zasada - - - - - Group - Grupa - - - - - User - Użytkownik - - - - - Edit Policy - Edytuj zasady - - - - Update Group - Aktualizuj grupę - - - - Edit Group - Edytuj grupę - - - - Update User - Aktualizuj użytkownika - - - - Edit User - Edytuj użytkownika - - - - Policy binding(s) - Wiązanie(a) zasady - - - - Update Binding - Aktualizuj wiązanie - - - - Edit Binding - Edytuj powiązanie - - - - No Policies bound. - Żadne zasady nie są związane. - - - - No policies are currently bound to this object. - Żadne zasady nie są obecnie powiązane z tym obiektem. - - - - Related - Związane z - - - - Backchannel Providers - Dostawcy usług backchannel - - - - Check access - Sprawdź dostęp - - - - Check - Sprawdź - - - - Check Application access - Sprawdź dostęp do aplikacji - - - - Test - Test - - - - Launch - Uruchom - - - - Logins over the last week (per 8 hours) - Logowania w ciągu ostatniego tygodnia (co 8 godzin) - - - - Policy / Group / User Bindings - Zasada / Grupa / Wiązania użytkownika - - - - These policies control which users can access this application. - Te zasady kontrolują, którzy użytkownicy mogą uzyskać dostęp do tej aplikacji. - - - - Successfully updated source. - Pomyślnie zaktualizowano źródło. - - - - Successfully created source. - Pomyślnie utworzono źródło. - - - - Sync users - Synchronizuj użytkowników - - - - User password writeback - Zapis zwrotny hasła użytkownika - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - Hasło logowania jest automatycznie synchronizowane z LDAP do authentik. Włącz tę opcję tylko w celu zapisania zmian hasła w authentik z powrotem do LDAP. - - - - Sync groups - Synchronizuj grupy - - - - Connection settings - Ustawienia połączenia - - - - Server URI - URI serwera - - - - Specify multiple server URIs by separating them with a comma. - Określ wiele identyfikatorów URI serwera, oddzielając je przecinkami. - - - - Enable StartTLS - Włącz StartTLS - - - - To use SSL instead, use 'ldaps://' and disable this option. - Aby zamiast tego używać SSL, użyj „ldaps://” i wyłącz tę opcję. - - - - TLS Verification Certificate - Certyfikat weryfikacji TLS - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - Podczas łączenia się z serwerem LDAP za pomocą TLS, certyfikaty nie są domyślnie sprawdzane. Określ parę kluczy, aby zweryfikować certyfikat zdalny. - - - - Bind CN - Wiąż CN - - - - LDAP Attribute mapping - Mapowanie atrybutów LDAP - - - - Additional settings - Dodatkowe ustawienia - - - - Parent group for all the groups imported from LDAP. - Grupa nadrzędna dla wszystkich grup importowanych z LDAP. - - - - User path - Ścieżka użytkownika - - - - Additional user DN, prepended to the Base DN. - Dodatkowa nazwa wyróżniająca użytkownika poprzedzona podstawową nazwą wyróżniającą. - - - - Additional group DN, prepended to the Base DN. - Dodatkowa DN grupy, poprzedzona podstawową DN. - - - - User object filter - Filtr obiektów użytkownika - - - - Consider Objects matching this filter to be Users. - Rozważ obiekty pasujące do tego filtra jako Użytkownicy. - - - - Group object filter - Filtr obiektów grupowych - - - - Consider Objects matching this filter to be Groups. - Rozważ obiekty pasujące do tego filtra jako grupy. - - - - Group membership field - Pole członkostwa w grupie - - - - Object uniqueness field - Pole unikatowości obiektu - - - - Field which contains a unique Identifier. - Pole zawierające unikalny identyfikator. - - - - Link users on unique identifier - Łącz użytkowników za pomocą unikalnego identyfikatora - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - Łącz użytkownika z identycznym adresem e-mail. Może mieć wpływ na bezpieczeństwo, gdy źródło nie weryfikuje adresów e-mail - - - - Use the user's email address, but deny enrollment when the email address already exists - Użyj adresu e-mail użytkownika, ale odmów rejestracji, gdy adres e-mail już istnieje. - - - - Link to a user with identical username. Can have security implications when a username is used with another source - Połącz z użytkownikiem o identycznej nazwie użytkownika. Może mieć wpływ na bezpieczeństwo, gdy nazwa użytkownika jest używana z innym źródłem - - - - Use the user's username, but deny enrollment when the username already exists - Użyj nazwy użytkownika, ale odmów rejestracji, gdy nazwa użytkownika już istnieje. - - - - Unknown user matching mode - Nieznany tryb dopasowania użytkownika - - - - URL settings - Ustawienia URL - - - - Authorization URL - URL autoryzacji - - - - URL the user is redirect to to consent the authorization. - URL, do którego użytkownik jest przekierowywany, aby wyrazić zgodę na autoryzację. - - - - Access token URL - URL tokena dostępu - - - - URL used by authentik to retrieve tokens. - URL używany przez authentik do pobierania tokenów. - - - - Profile URL - URL profilu - - - - URL used by authentik to get user information. - URL używany przez authentik do uzyskania informacji o użytkowniku. - - - - Request token URL - URL żądania tokena - - - - URL used to request the initial token. This URL is only required for OAuth 1. - URL używany do żądania początkowego tokena. Ten adres URL jest wymagany tylko w przypadku protokołu OAuth 1. - - - - OIDC Well-known URL - OIDC Well-known URL - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - OIDC well-known configuration URL. Może służyć do automatycznej konfiguracji powyższych adresów URL. - - - - OIDC JWKS URL - OIDC JWKS URL - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - JSON Web Key URL. Klucze z adresu URL będą używane do walidacji tokenów JWT z tego źródła. - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - Surowe dane JWKS. - - - - User matching mode - Tryb dopasowania użytkownika - - - - Delete currently set icon. - Usuń aktualnie ustawioną ikonę. - - - - Consumer key - Klucz klienta - - - - Consumer secret - Sekret klienta - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - Dodatkowe zakresy przekazywane do dostawcy OAuth, oddzielone spacją. Aby zastąpić istniejące zakresy, należy poprzedzić je *. - - - - Flow settings - Ustawienia przepływu - - - - Flow to use when authenticating existing users. - Przepływ używany podczas uwierzytelniania istniejących użytkowników. - - - - Enrollment flow - Przepływ rejestracji - - - - Flow to use when enrolling new users. - Przepływ do wykorzystania podczas rejestrowania nowych użytkowników. - - - - Load servers - Załaduj serwery - - - - Allow friends to authenticate via Plex, even if you don't share any servers - Zezwalaj znajomym na uwierzytelnianie przez Plex, nawet jeśli nie udostępniasz żadnych serwerów - - - - Allowed servers - Dozwolone serwery - - - - Select which server a user has to be a member of to be allowed to authenticate. - Wybierz serwer, którego członkiem musi być użytkownik, aby mógł się uwierzytelniać. - - - - SSO URL - SSO URL - - - - URL that the initial Login request is sent to. - URL, do którego wysyłane jest początkowe żądanie logowania. - - - - SLO URL - SLO URL - - - - Optional URL if the IDP supports Single-Logout. - Opcjonalny URL, jeśli dostawca tożsamości obsługuje pojedyncze wylogowanie. - - - - Also known as Entity ID. Defaults the Metadata URL. - Znany również jako Entity ID. Domyślny adres URL metadanych. - - - - Binding Type - Typ wiązania - - - - Redirect binding - Wiązanie przekierowania - - - - Post-auto binding - Wiązanie post-auto - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Wiązanie Post, ale żądanie jest wysyłane automatycznie i użytkownik nie musi potwierdzać. - - - - Post binding - Wiązanie Post - - - - Signing keypair - Podpisująca pary kluczy - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - Para kluczy służąca do podpisywania żądań wychodzących. Pozostaw puste, aby wyłączyć podpisywanie. - - - - Allow IDP-initiated logins - Zezwalaj na logowanie inicjowane przez IDP - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - Umożliwia przepływy uwierzytelniania zainicjowane przez dostawcę tożsamości. Może to stanowić zagrożenie bezpieczeństwa, ponieważ nie przeprowadza się weryfikacji identyfikatora żądania. - - - - NameID Policy - Zasada NameID - - - - Persistent - Trwały - - - - Email address - Adres e-mail - - - - Windows - Windows - - - - X509 Subject - Temat X509 - - - - Transient - przejściowy - - - - Delete temporary users after - Usuń tymczasowych użytkowników po - - - - 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. - Przesunięcie czasowe, kiedy użytkownicy tymczasowi powinni zostać usunięci. Ma to zastosowanie tylko wtedy, gdy IDP używa „przejściowego” formatu NameID, a użytkownik nie wylogowuje się ręcznie. - - - - Pre-authentication flow - Przepływ wstępnego uwierzytelniania - - - - Flow used before authentication. - Przepływ używany przed uwierzytelnieniem. - - - - New source - Nowe źródło - - - - Create a new source. - Utwórz nowe źródło. - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - Źródła tożsamości, które mogą być zsynchronizowane z bazą danych authentik lub mogą być używane przez użytkowników do uwierzytelniania i rejestracji. - - - - Source(s) - Źródło(a) - - - - Disabled - Wyłączone - - - - Built-in - Wbudowany - - - - Update LDAP Source - Aktualizuj źródło LDAP - - - - OAuth Source - Źródło OAuth - - - - - Generic OpenID Connect - Ogólny OpenID Connect - - - - Unknown provider type - Nieznany typ dostawcy - - - - Details - Szczegóły - - - - Callback URL - URL wywołania zwrotnego - - - - Access Key - Klucz dostępu - - - - Update OAuth Source - Aktualizuj źródło OAuth - - - - Diagram - Diagram - - - - Policy Bindings - Wiązania zasady - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - Te powiązania kontrolują, którzy użytkownicy mogą uzyskać dostęp do tego źródła. -Można tu używać tylko zasad, ponieważ dostęp jest sprawdzany przed uwierzytelnieniem użytkownika. - - - Update Plex Source - Aktualizuj źródło Plex - - - - Update SAML Source - Aktualizuj źródło SAML - - - - Successfully updated mapping. - Pomyślnie zaktualizowano mapowanie. - - - - Successfully created mapping. - Pomyślnie utworzono mapowanie. - - - - SAML Attribute Name - Nazwa atrybutu SAML - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - Nazwa atrybutu używana w asercjach SAML. Może być identyfikatorem URN OID, odwołaniem do schematu lub dowolnym innym ciągiem. Jeśli to mapowanie właściwości jest używane dla właściwości NameID, to te pole jest odrzucane. - - - - Friendly Name - Przyjazna nazwa - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - Opcjonalnie ustaw wartość „FriendlyName” atrybutu asercji. - - - - Scope name - Nazwa zakresu - - - - Scope which the client can specify to access these properties. - Zakres, który klient może określić, aby uzyskać dostęp do tych właściwości. - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - Opis wyświetlany użytkownikowi podczas wyrażania zgody. Jeśli pozostanie pusty, użytkownik nie zostanie o tym poinformowany. - - - - Example context data - Przykładowe dane kontekstowe - - - - Active Directory User - Użytkownik Active Directory - - - - Active Directory Group - Grupa Active Directory - - - - New property mapping - Nowe mapowanie własności - - - - Create a new property mapping. - Utwórz nowe mapowanie właściwości. - - - - Property Mappings - Mapowanie właściwości - - - - Control how authentik exposes and interprets information. - Kontroluj sposób, w jaki authentik ujawnia i interpretuje informacje. - - - - Property Mapping(s) - Mapowanie(a) właściwości - - - - Test Property Mapping - Testuj mapowanie właściwości - - - - Hide managed mappings - Ukryj zarządzane mapowania - - - - Successfully updated token. - Pomyślnie zaktualizowano token. - - - - Successfully created token. - Pomyślnie utworzono token. - - - - Unique identifier the token is referenced by. - Unikalny identyfikator, do którego odwołuje się token. - - - - Intent - Przeznaczenie - - - - API Token - Token API - - - - Used to access the API programmatically - Służy do programistycznego dostępu do interfejsu API - - - - App password. - Hasło aplikacji - - - - Used to login using a flow executor - Służy do logowania przy użyciu executora przepływu - - - - Expiring - Wygasa - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - Jeśli ta opcja zostanie wybrana, token wygaśnie. Po wygaśnięciu token będzie podlegał rotacji. - - - - Expires on - Wygasa dnia - - - - API Access - Dostęp API - - - - App password - Hasło aplikacji - - - - Verification - Weryfikacja - - - - Unknown intent - Nieznany zamiar - - - - Tokens - Tokeny - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - Tokeny są używane przez authentik do etapów weryfikacji poczty e-mail, kluczy odzyskiwania i dostępu do interfejsu API. - - - - Expires? - Wygasa? - - - - Expiry date - Data wygaśnięcia - - - - Token(s) - Token(y) - - - - Create Token - Utwórz token - - - - Token is managed by authentik. - Token jest zarządzany przez authentik. - - - - Update Token - Aktualizuj token - - - - Domain - Domena - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - Dopasowanie odbywa się na podstawie sufiksu domeny, więc jeśli wpiszesz domain.tld, foo.domain.tld nadal będzie pasować. - - - - Default - Domyślny - - - - Branding settings - Ustawienia brandingowe - - - - Title - Tytuł - - - - Branding shown in page title and several other places. - Branding widoczny w tytule strony i kilku innych miejscach. - - - - Logo - Logo - - - - Favicon - Favicon - - - - Icon shown in the browser tab. - Ikona pokazana w karcie przeglądarki. - - - - Default flows - Domyślny przepływ - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - Przepływ używany do uwierzytelniania użytkowników. Jeśli pozostanie pusty, używany jest pierwszy odpowiedni przepływ posortowany według ślimaka. - - - - Invalidation flow - Przepływ unieważnienia - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - Przepływ używany do wylogowania. Jeśli pozostanie pusty, używany jest pierwszy odpowiedni przepływ posortowany według ślimaka. - - - - Recovery flow - Przepływ odzyskiwania - - - - Unenrollment flow - Przepływ wypisywania się - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - Jeśli ta opcja jest ustawiona, użytkownicy mogą się wyrejestrować za pomocą tego przepływu. Jeśli nie ustawiono przepływu, opcja nie jest wyświetlana. - - - - User settings flow - Przepływ ustawień użytkownika - - - - If set, users are able to configure details of their profile. - Jeśli ta opcja jest ustawiona, użytkownicy mogą konfigurować szczegóły swojego profilu. - - - - Device code flow - Przepływ kodu urządzenia - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - Jeśli jest ustawiony, można użyć profilu kodu urządzenia OAuth, a wybrany przepływ zostanie użyty do wprowadzenia kodu. - - - - Other global settings - Inne ustawienia globalne - - - - Web Certificate - Certyfikat sieciowy - - - - Event retention - Przechowywanie zdarzeń - - - - Duration after which events will be deleted from the database. - Czas, po którym zdarzenia zostaną usunięte z bazy danych. - - - - This setting only affects new Events, as the expiration is saved per-event. - To ustawienie ma wpływ tylko na nowe zdarzenia, ponieważ data wygaśnięcia jest zapisywana dla każdego zdarzenia. - - - - Configure visual settings and defaults for different domains. - Skonfiguruj ustawienia wizualne i domyślne dla różnych domen. - - - - Default? - Domyślny? - - - - Policies - Zasady - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - Zezwalaj użytkownikom na korzystanie z aplikacji na podstawie właściwości, wymuszaj kryteria haseł i selektywnie stosuj etapy. - - - - Assigned to object(s). - Przypisany do - obiektu(ów). - - - - Warning: Policy is not assigned. - Ostrzeżenie: zasada nie jest przypisana. - - - - Test Policy - Testuj zasadę - - - - Policy / Policies - Zasada / Zasady - - - - Successfully cleared policy cache - Pamięć podręczna zasad została wyczyszczona - - - - Failed to delete policy cache - Nie udało się usunąć pamięci podręcznej zasad - - - - Clear cache - Wyczyść pamięć podręczną - - - - Clear Policy cache - Wyczyść pamięć podręczną zasad - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - Czy na pewno chcesz wyczyścić pamięć podręczną zasad? Spowoduje to ponowną ocenę wszystkich zasad przy następnym użyciu. - - - Reputation scores - Punkty reputacji - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - Reputacja dla adresów IP i użytkowników. Wyniki są zmniejszane za każde nieudane logowanie i zwiększane za każde udane logowanie. - - - - IP - IP - - - - Score - Punkty - - - - Updated - Zaktualizowano - - - - Reputation - Reputacja - - - - Groups - Grupy - - - - Group users together and give them permissions based on the membership. - Grupuj użytkowników i nadaj im uprawnienia na podstawie członkostwa. - - - - Superuser privileges? - Uprawnienia superużytkownika? - - - - Group(s) - Grupa(y) - - - - Create Group - Utwórz grupę - - - - Create group - Utwórz grupę - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - Użyj poniższej nazwy użytkownika i hasła do uwierzytelnienia. Hasło można później odzyskać na stronie Tokeny. - - - - Password - Hasło - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - Ważne przez 360 dni, po czym hasło zostanie automatycznie zmienione. Możesz skopiować hasło z listy tokenów. - - - - The following objects use - Następujące obiekty używają - - - - - connecting object will be deleted - obiekt łączący zostanie usunięty - - - - Successfully updated - Pomyślnie zaktualizowano - - - Failed to update : - Nie udało się zaktualizować - : - - - - - Successfully updated password. - Pomyślnie zaktualizowano hasło. - - - - Successfully sent email. - Pomyślnie wysłano e-mail. - - - - Email stage - Etap e-mail - - - - Successfully added user(s). - Pomyślnie dodano użytkownika(ów). - - - - User(s) - Użytkownik(cy) - - - - Remove Users(s) - Usuń użytkownika(ów) - - - - Are you sure you want to remove the selected users from the group ? - Czy na pewno chcesz usunąć wybranych użytkowników z grupy - ? - - - - Remove - Usuń - - - - Impersonate - Podszywaj się - - - - User status - Status użytkownika - - - - Change status - Zmień status - - - - Deactivate - Dezaktywuj - - - - Update password - Aktualizuj hasło - - - - Set password - Ustaw hasło - - - - Successfully generated recovery link - Pomyślnie wygenerowano link odzyskiwania - - - - Copy recovery link - Skopiuj link odzyskiwania - - - - Send link - Wyślij link - - - - Send recovery link to user - Wyślij link odzyskiwania do użytkownika - - - - Email recovery link - Wyślij link odzyskiwania - - - - Recovery link cannot be emailed, user has no email address saved. - Nie można wysłać linku odzyskiwania, użytkownik nie ma zapisanego adresu e-mail. - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - Ostrzeżenie: Ta grupa jest skonfigurowana z dostępem superużytkownika. Dodani użytkownicy będą mieli dostęp superużytkownika. - - - - Add existing user - Dodaj istniejącego użytkownika - - - - Create User - Utwórz użytkownika - - - - Hide service-accounts - Ukryj konta usługowe - - - - Group Info - Informacje o grupie - - - - Notes - Notatki - - - - Edit the notes attribute of this group to add notes here. - Edytuj atrybut notatek tej grupy, aby dodać tutaj notatki. - - - - Users - Użytkownicy - - - - Root - Korzeń - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Ostrzeżenie: masz zamiar usunąć użytkownika, na którym jesteś zalogowany jako ( - ). Kontynuuj na własne ryzyko. - - - - User folders - Foldery użytkownika - - - - Successfully added user to group(s). - Pomyślnie dodano użytkownika do grup. - - - - Groups to add - Grupy do dodania - - - - Remove from Group(s) - Usuń z grup(y) - - - - Are you sure you want to remove user from the following groups? - Czy na pewno chcesz usunąć użytkownika - z następujących grup? - - - - Add Group - Dodaj grupę - - - - Add to existing group - Dodaj do istniejącej grupy - - - - Add new group - Dodaj nową grupę - - - - Application authorizations - Autoryzacje aplikacji - - - - Revoked? - Unieważniono? - - - - Expires - Wygasa - - - - ID Token - ID Token - - - - Refresh Tokens(s) - Token(y) odświeżania - - - - Last IP - Ostatni adres IP - - - - Session(s) - Sesja(e) - - - - Expiry - Wygasa - - - - (Current session) - (Obecna sesja) - - - - Permissions - Uprawnienia - - - - Consent(s) - Zgoda(y) - - - - Successfully updated device. - Pomyślnie zaktualizowano urządzenie. - - - - Static tokens - Tokeny statyczne - - - - TOTP Device - Urządzenie TOTP - - - - Enroll - Dodaj - - - - Device(s) - Urządzenie(a) - - - - Update Device - Aktualizuj urządzenie - - - - Confirmed - Potwierdzono - - - - User Info - Informacje użytkownika - - - - Actions over the last week (per 8 hours) - Działania w ciągu ostatniego tygodnia (co 8 godzin) - - - - Edit the notes attribute of this user to add notes here. - Edytuj atrybut notatek tego użytkownika, aby dodać tutaj notatki. - - - - Sessions - Sesje - - - - User events - Zdarzenia użytkownika - - - - Explicit Consent - Wyraźna zgoda - - - - OAuth Refresh Tokens - Tokeny odświeżania OAuth - - - - MFA Authenticators - Uwierzytelniacze MFA - - - - Successfully updated invitation. - Pomyślnie zaktualizowano zaproszenie. - - - - Successfully created invitation. - Pomyślnie utworzono zaproszenie. - - - - Flow - Przepływ - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - Po wybraniu tej opcji zaproszenie będzie dostępne tylko w danym przepływie. Domyślnie zaproszenie jest akceptowane we wszystkich przepływach z etapami zaproszenia. - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - Opcjonalne dane, które są ładowane do zmiennej kontekstowej „prompt_data” przepływu. YAML lub JSON. - - - - Single use - Jednorazowego użytku - - - - When enabled, the invitation will be deleted after usage. - Po włączeniu zaproszenie zostanie usunięte po użyciu. - - - - Select an enrollment flow - Wybierz przepływ rejestracji - - - - Link to use the invitation. - Link do korzystania z zaproszenia. - - - - Invitations - Zaproszenia - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - Utwórz Linki Zaproszeniowe, aby zarejestrować Użytkowników i opcjonalnie wymusić określone atrybuty ich konta. - - - - Created by - Utworzono przez - - - - Invitation(s) - Zaproszenie(a) - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - Zaproszenie nie jest ograniczone do żadnego przepływu i może być używane z dowolnym przepływem rejestracji. - - - - Update Invitation - Aktualizuj zaproszenie - - - - Create Invitation - Utwórz zaproszenie - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - Ostrzeżenie: żaden etap zaproszenia nie jest powiązany z żadnym przepływem. Zaproszenia nie będą działać zgodnie z oczekiwaniami. - - - - Auto-detect (based on your browser) - Automatycznie wykryj (na podstawie Twojej przeglądarki) - - - - Required. - Wymagany. - - - - Continue - Kontynuuj - - - - Successfully updated prompt. - Pomyślnie zaktualizowano monit. - - - - Successfully created prompt. - Pomyślnie utworzono monit. - - - - Text: Simple Text input - Tekst: proste wprowadzanie tekstu - - - - Text Area: Multiline text input - Tekst: Proste wprowadzanie tekstu. - - - - Text (read-only): Simple Text input, but cannot be edited. - Tekst (tylko do odczytu): Proste wprowadzanie tekstu, ale nie można go edytować. - - - - Text Area (read-only): Multiline text input, but cannot be edited. - Tekst (tylko do odczytu): Proste wprowadzanie tekstu, ale nie można go edytować. - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - Nazwa użytkownika: to samo, co wprowadzanie tekstu, ale sprawdza i zapobiega duplikowaniu nazw użytkowników. - - - - Email: Text field with Email type. - Email: Pole tekstowe z typem Email. - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - Hasło: Maskowane dane wejściowe, wszystkie wystąpienia tego typu w tym samym zapytaniu muszą być identyczne. - - - - Number - Numer - - - - Checkbox - Pole wyboru - - - - Radio Button Group (fixed choice) - Grupa przełączników (stały wybór) - - - - Dropdown (fixed choice) - Lista rozwijana (stały wybór) - - - - Date - Data - - - - Date Time - Data Czas - - - - File - Plik - - - - Separator: Static Separator Line - Separator: Statyczna linia separatora - - - - Hidden: Hidden field, can be used to insert data into form. - Ukryte: Ukryte pole, może służyć do wstawiania danych do formularza. - - - - Static: Static value, displayed as-is. - Statyczny: wartość statyczna, wyświetlana w stanie, w jakim jest. - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik: Języki: Wyświetla listę języków obsługiwanych przez authentik. - - - - Preview errors - Podgląd błędów - - - - Data preview - Podgląd danych - - - - Unique name of this field, used for selecting fields in prompt stages. - Unikalna nazwa tego pola, używana do wybierania pól w etapach podpowiedzi. - - - - Field Key - Klucz pola - - - - Name of the form field, also used to store the value. - Nazwa pola formularza, używana również do przechowywania wartości. - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - W przypadku użycia w połączeniu z etapem zapisu użytkownika, użyj attribute.foo do zapisania atrybutów. - - - - Label - Etykieta - - - - Label shown next to/above the prompt. - Etykieta pokazana obok/nad monitem. - - - - Required - Wymagany - - - - Interpret placeholder as expression - Interpretuj symbol zastępczy jako wyrażenie - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - Po sprawdzeniu, symbol zastępczy zostanie oceniony w taki sam sposób, jak mapowanie właściwości. - Jeśli ocena nie powiedzie się, zwracany jest sam symbol zastępczy. - - - Placeholder - Symbol zastępczy - - - - 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. - Opcjonalnie podaj krótką wskazówkę opisującą oczekiwaną wartość wejściową. - Podczas tworzenia stałego pola wyboru włącz interpretację jako wyrażenie i - zwróć listę, aby zwrócić wiele opcji do wyboru. - - - Interpret initial value as expression - Interpretuj wartość początkową jako wyrażenie - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - Po sprawdzeniu, wartość początkowa zostanie oceniona w taki sam sposób, jak mapowanie właściwości. - Jeśli ocena nie powiedzie się, zwracany jest sama wartość początkowa. - - - Initial value - Początkowa wartość - - - - 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. - Opcjonalnie wstępnie wypełnij dane wejściowe wartością początkową. - Podczas tworzenia stałego pola wyboru włącz interpretację jako wyrażenie i - zwróć listę, aby zwrócić wiele domyślnych wyborów. - - - Help text - Tekst pomocy - - - - Any HTML can be used. - Można użyć dowolnego kodu HTML. - - - - Prompts - Monity - - - - Single Prompts that can be used for Prompt Stages. - Pojedyncze monity, których można używać dla etapów monitów. - - - - Field - Pole - - - - Stages - Etapy - - - - Prompt(s) - Monit(y) - - - - Update Prompt - Aktualizuj monit - - - - Create Prompt - Utwórz monit - - - - Target - Cel - - - - Stage - Etap - - - - Evaluate when flow is planned - Oceń, kiedy planowany jest przepływ - - - - Evaluate policies during the Flow planning process. - Oceniaj zasady podczas procesu planowania Przepływu. - - - - Evaluate when stage is run - Oceń, kiedy etap jest uruchomiony - - - - Invalid response behavior - Nieprawidłowe zachowanie odpowiedzi - - - - Returns the error message and a similar challenge to the executor - Zwraca komunikat o błędzie i podobne wezwanie do executora - - - - Restarts the flow from the beginning - Ponownie uruchamia przepływ od początku - - - - Restarts the flow from the beginning, while keeping the flow context - Ponownie uruchamia przepływ od początku, zachowując kontekst przepływu - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - Konfiguruje sposób, w jaki wykonawca przepływu powinien obsługiwać nieprawidłową odpowiedź na wyzwanie podane przez ten etap związany. - - - - Successfully updated stage. - Pomyślnie zaktualizowano etap. - - - - Successfully created stage. - Pomyślnie utworzono etap. - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Etap używany do konfiguracji uwierzytelniania opartego na duo. Ten etap powinien być używany do przepływów konfiguracji. - - - - Authenticator type name - Nazwa typu uwierzytelniacza - - - - Display name of this authenticator, used by users when they enroll an authenticator. - Wyświetlana nazwa tego urządzenia uwierzytelniającego, używana przez użytkowników podczas rejestrowania urządzenia uwierzytelniającego. - - - - API Hostname - API Hostname - - - - Duo Auth API - Duo Auth API - - - - Integration key - Klucz integracji - - - - Secret key - Sekretny klucz - - - - Duo Admin API (optional) - Duo Admin API (opcjonalnie) - - - - Stage-specific settings - Ustawienia specyficzne dla etapu - - - - Configuration flow - Przepływ konfiguracji - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - Przepływ używany przez uwierzytelnionego użytkownika do konfigurowania tego etapu. Jeśli jest pusty, użytkownik nie będzie mógł skonfigurować tego etapu. - - - - Twilio Account SID - Twilio Account SID - - - - Get this value from https://console.twilio.com - Pobierz tę wartość z https://console.twilio.com - - - - Twilio Auth Token - Twilio Auth Token - - - - Authentication Type - Typ uwierzytelnienia - - - - Basic Auth - Basic Auth - - - - Bearer Token - Bearer Token - - - - External API URL - URL zewnętrznego API - - - - This is the full endpoint to send POST requests to. - To jest pełny punkt końcowy, do którego wysyłane są żądania POST. - - - - API Auth Username - API Auth Username - - - - This is the username to be used with basic auth or the token when used with bearer token - To jest nazwa użytkownika, która ma być używana z podstawowym uwierzytelnianiem lub tokenem, gdy jest używany z tokenem okaziciela - - - - API Auth password - API Auth password - - - - This is the password to be used with basic auth - To jest hasło używane z podstawowym uwierzytelnianiem - - - - Mapping - Mapowanie - - - - Stage used to configure an SMS-based TOTP authenticator. - Etap używany do konfigurowania uwierzytelniania opartego na wiadomościach SMS TOTP. - - - - Twilio - Twilio - - - - Generic - Ogólny - - - - From number - Z numeru - - - - Number the SMS will be sent from. - Numer, z którego zostanie wysłana wiadomość SMS. - - - - Hash phone number - Zahaszuj numer telefonu - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - Jeśli ta opcja jest włączona, zapisywany będzie tylko hash numeru telefonu. Można to zrobić ze względu na ochronę danych. Urządzenia utworzone z etapu z włączoną tą opcją nie mogą być używane z etapem sprawdzania autentyczności. - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - Stage używany do konfigurowania statycznego tokena uwierzytelniającego (tj. statycznych tokenów). Ten etap powinien być używany do przepływów konfiguracji. - - - - Token count - Liczba tokenów - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - Etap używany do konfiguracji tokena uwierzytelniającego TOTP (tj. Authy/Google Authenticator). - - - - Digits - Cyfry - - - - 6 digits, widely compatible - 6 cyfr, szeroko kompatybilne - - - - 8 digits, not compatible with apps like Google Authenticator - 8 cyfr, niekompatybilne z aplikacjami takimi jak Google Authenticator - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - Etap używany do walidacji dowolnego uwierzytelniacza. Ten etap powinien być używany podczas przepływów uwierzytelniania lub autoryzacji. - - - - Device classes - Klasy urządzeń - - - - Static Tokens - Tokeny statyczne - - - - TOTP Authenticators - Uwierzytelniacze TOTP - - - - WebAuthn Authenticators - Uwierzytelniacze WebAuthn - - - - Duo Authenticators - Uwierzytelniacze Duo - - - - SMS-based Authenticators - Uwierzytelniacze oparte na SMS - - - - Device classes which can be used to authenticate. - Klasy urządzeń, których można użyć do uwierzytelniania. - - - - Last validation threshold - Próg ostatniej walidacji - - - - Not configured action - Nie skonfigurowana akcja - - - - Force the user to configure an authenticator - Zmuś użytkownika do skonfigurowania uwierzytelniacza - - - - Deny the user access - Odmów użytkownikowi dostępu - - - - WebAuthn User verification - Weryfikacja użytkownika WebAuthn - - - - User verification must occur. - Musi nastąpić weryfikacja użytkownika. - - - - User verification is preferred if available, but not required. - Preferowana jest weryfikacja użytkownika, jeśli jest dostępna, ale nie jest wymagana. - - - - User verification should not occur. - Weryfikacja użytkownika nie powinna nastąpić. - - - - Configuration stages - Etapy konfiguracji - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - Etapy używany do konfiguracji uwierzytelniacza, gdy użytkownik nie ma żadnych kompatybilnych urządzeń. Po zakończeniu tego etapu konfiguracji użytkownik nie jest ponownie pytany. - - - - When multiple stages are selected, the user can choose which one they want to enroll. - W przypadku wybrania wielu etapów użytkownik może wybrać, na który chce się zapisać. - - - - User verification - Weryfikacja użytkownika - - - - Resident key requirement - Wymagania dotyczące klucza rezydenta - - - - Authenticator Attachment - Załącznik uwierzytelniający - - - - No preference is sent - Żadne preferencje nie są wysyłane - - - - A non-removable authenticator, like TouchID or Windows Hello - Nieusuwalny token uwierzytelniający, taki jak TouchID lub Windows Hello - - - - A "roaming" authenticator, like a YubiKey - „Mobilne” uwierzytelniacz, taki jak YubiKey - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - Ten etap sprawdza bieżącą sesję użytkownika pod kątem usługi Google reCaptcha (lub kompatybilnej). - - - - Public Key - Klucz publiczny - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Klucz publiczny uzyskany z https://www.google.com/recaptcha/intro/v3.html. - - - - Private Key - Klucz prywatny - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Klucz prywatny uzyskany z https://www.google.com/recaptcha/intro/v3.html. - - - - Advanced settings - Zaawansowane ustawienia - - - - JS URL - URL JS - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - Adres URL do pobrania JavaScript, domyślnie recaptcha. Może być zastąpiony dowolną kompatybilną alternatywą. - - - - API URL - URL API - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - Adres URL używany do sprawdzania poprawności odpowiedzi captcha, domyślnie recaptcha. Może być zastąpiony dowolną kompatybilną alternatywą. - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - Pytaj o zgodę użytkownika. Zgoda może być trwała lub wygasać w określonym czasie. - - - - Always require consent - Zawsze wymagaj zgody - - - - Consent expires in - Zgoda wygasa - - - - Offset after which consent expires. - Przesunięcie, po którym zgoda wygasa. - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - Atrapa etapu używana do testowania. Pokazuje prosty przycisk kontynuuj i zawsze przechodzi. - - - - Throw error? - Wyrzucić błąd? - - - - SMTP Host - Host SMTP - - - - SMTP Port - Port SMTP - - - - SMTP Username - Nazwa użytkownika SMTP - - - - SMTP Password - Hasło SMTP - - - - Use TLS - Użyj TLS - - - - Use SSL - Użyj SSL - - - - From address - Z adresu - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - Zweryfikuj adres e-mail użytkownika, wysyłając mu jednorazowy link. Może być również używany do odzyskiwania w celu weryfikacji autentyczności użytkownika. - - - - Activate pending user on success - Aktywuj oczekującego użytkownika po sukcesie - - - - When a user returns from the email successfully, their account will be activated. - Gdy użytkownik pomyślnie wróci z wiadomości e-mail, jego konto zostanie aktywowane. - - - - Use global settings - Użyj ustawień globalnych - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - Po włączeniu będą używane globalne ustawienia połączenia poczty e-mail, a poniższe ustawienia połączenia będą ignorowane. - - - - Template - Szablon - - - - Let the user identify themselves with their username or Email address. - Pozwól użytkownikowi identyfikować się za pomocą swojej nazwy użytkownika lub adresu e-mail. - - - - User fields - Pola użytkownika - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - Pola, z którymi użytkownik może się identyfikować. Jeśli żadne pola nie zostaną wybrane, użytkownik będzie mógł korzystać tylko ze źródeł. - - - - Password stage - Etap hasła - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - Po wybraniu pole hasła jest wyświetlane na tej samej stronie zamiast na osobnej stronie. Zapobiega to atakom polegającym na wyliczaniu nazw użytkowników. - - - - Case insensitive matching - Bez rozróżniania wielkości liter - - - - When enabled, user fields are matched regardless of their casing. - Po włączeniu pola użytkownika są dopasowywane niezależnie od wielkości liter. - - - - Show matched user - Pokaż dopasowanego użytkownika - - - - 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. - Po wprowadzeniu prawidłowej nazwy użytkownika/adresu e-mail i włączeniu tej opcji zostanie wyświetlona nazwa użytkownika i awatar użytkownika. W przeciwnym razie zostanie wyświetlony tekst wprowadzony przez użytkownika. - - - - Source settings - Ustawienia źródła - - - - Sources - Źródła - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - Powinny być wyświetlane wybrane źródła, za pomocą których użytkownicy mogą się uwierzytelniać. Dotyczy to tylko źródeł internetowych, a nie LDAP. - - - - Show sources' labels - Pokaż etykiety źródeł - - - - By default, only icons are shown for sources. Enable this to show their full names. - Domyślnie dla źródeł wyświetlane są tylko ikony. Włącz tę opcję, aby wyświetlić ich pełne nazwy. - - - - Passwordless flow - Przepływ bezhasłowy - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - Opcjonalny przepływ bez hasła, do którego link znajduje się na dole strony. Po skonfigurowaniu użytkownicy mogą używać tego przepływu do uwierzytelniania za pomocą modułu uwierzytelniającego WebAuthn bez wprowadzania żadnych szczegółów. - - - - Optional enrollment flow, which is linked at the bottom of the page. - Opcjonalny przepływ rejestracji, do którego link będzie znajdował się na dole strony. - - - - Optional recovery flow, which is linked at the bottom of the page. - Opcjonalny przepływ odzyskiwania, do którego link znajduje się na dole strony. - - - - This stage can be included in enrollment flows to accept invitations. - Ten etap można uwzględnić w przepływach rejestracji, aby akceptować zaproszenia. - - - - Continue flow without invitation - Kontynuuj przepływ bez zaproszenia - - - - 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. - Jeśli ta flaga jest ustawiona, ten etap przejdzie do następnego etapu, gdy nie zostanie wysłane żadne zaproszenie. Domyślnie ten etap anuluje przepływ, gdy nie zostanie wysłane żadne zaproszenie. - - - - Validate the user's password against the selected backend(s). - Zweryfikuj hasło użytkownika w wybranym(ch) zapleczu(ach). - - - - Backends - Zaplecza - - - - User database + standard password - Baza użytkowników + standardowe hasło - - - - User database + app passwords - Baza użytkowników + hasła aplikacji - - - - User database + LDAP password - Baza użytkowników + hasło LDAP - - - - Selection of backends to test the password against. - Wybór zapleczy do testowania hasła. - - - - Failed attempts before cancel - Nieudane próby przed anulowaniem - - - - 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. - Ile prób ma użytkownik przed anulowaniem przepływu. Aby zablokować użytkownika, użyj zasad reputacji i etapu user_write. - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - Pokaż użytkownikowi dowolne pola wejściowe, na przykład podczas rejestracji. Dane są zapisywane w kontekście przepływu pod zmienną „prompt_data”. - - - - Fields - Pola - - - - Validation Policies - Zasady weryfikacji - - - - Selected policies are executed when the stage is submitted to validate the data. - Wybrane zasady są wykonywane po przesłaniu etapu w celu weryfikacji danych. - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - Usuń aktualnie oczekującego użytkownika. UWAGA, ten etap nie wymaga potwierdzenia. Użyj etapu zgody, aby upewnić się, że użytkownik jest świadomy swoich działań. - - - Log the currently pending user in. - Loguj aktualnie oczekującego użytkownika. - - - - Session duration - Długość sesji - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - Określa, jak długo trwa sesja. Domyślna wartość 0 sekund oznacza, że sesje trwają do zamknięcia przeglądarki. - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - Różne przeglądarki obsługują sesyjne pliki cookie w różny sposób i mogą nie usuwać ich nawet po zamknięciu przeglądarki. - - - - See here. - Zobacz tutaj. - - - - Stay signed in offset - Przesunięcie, pozostania zalogowanym - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - W przypadku ustawienia czasu trwania powyżej 0, użytkownik będzie mógł wybrać opcję „pozostania zalogowanym”, co spowoduje przedłużenie jego sesji o określony tutaj czas. - - - - Terminate other sessions - Zakończ inne sesje - - - - When enabled, all previous sessions of the user will be terminated. - Po włączeniu tej opcji wszystkie poprzednie sesje użytkownika zostaną zakończone. - - - - Remove the user from the current session. - Usuń użytkownika z bieżącej sesji. - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - Zapisz dowolne dane z kontekstu „prompt_data” dla aktualnie oczekującego użytkownika. Jeśli nie ma użytkownika -w toku, tworzony jest nowy użytkownik i zapisywane są do niego dane. - - - Never create users - Nigdy nie twórz użytkowników - - - - When no user is present in the flow context, the stage will fail. - Jeśli żaden użytkownik nie jest obecny w kontekście przepływu, etap zakończy się niepowodzeniem. - - - - Create users when required - Twórz użytkowników, gdy jest to wymagane - - - - When no user is present in the the flow context, a new user is created. - Jeśli w kontekście przepływu nie ma żadnego użytkownika, tworzony jest nowy użytkownik. - - - - Always create new users - Zawsze twórz nowych użytkowników - - - - Create a new user even if a user is in the flow context. - Utworzenie nowego użytkownika, nawet jeśli użytkownik znajduje się w kontekście przepływu. - - - - Create users as inactive - Utwórz użytkowników jako nieaktywnych - - - - Mark newly created users as inactive. - Oznacz nowo utworzonych użytkowników jako nieaktywnych. - - - - User path template - Szablon ścieżki użytkownika - - - - Path new users will be created under. If left blank, the default path will be used. - Ścieżka, w której zostaną utworzeni nowi użytkownicy. Jeśli pozostawisz puste, zostanie użyta ścieżka domyślna. - - - - Newly created users are added to this group, if a group is selected. - Nowo utworzeni użytkownicy są dodawani do tej grupy, jeśli grupa jest zaznaczona. - - - - New stage - Nowy etap - - - - Create a new stage. - Utwórz nowy etap. - - - - Successfully imported device. - Pomyślnie zaimportowano urządzenie. - - - - The user in authentik this device will be assigned to. - Użytkownik w authentik, do którego zostanie przypisane to urządzenie. - - - - Duo User ID - Duo User ID - - - - The user ID in Duo, can be found in the URL after clicking on a user. - ID użytkownika w Duo można znaleźć w adresie URL po kliknięciu na użytkownika. - - - - Automatic import - Automatyczne importowanie - - - - Successfully imported devices. - Pomyślnie zaimportowano - urządzenia. - - - - Start automatic import - Rozpocznij automatyczny import - - - - Or manually import - Lub ręcznie importuj - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - Etapy to pojedyncze kroki przepływu, przez które prowadzony jest użytkownik. Etap można wykonać tylko z przepływu. - - - - Flows - Przepływ(y) - - - - Stage(s) - Etap(y) - - - - Import - Importuj - - - - Import Duo device - Importuj urządzenie Duo - - - - Successfully updated flow. - Pomyślnie zaktualizowano przepływ. - - - - Successfully created flow. - Pomyślnie utworzono przepływ. - - - - Shown as the Title in Flow pages. - Wyświetlany jako tytuł na stronach przepływu. - - - - Visible in the URL. - Widoczne w adresie URL. - - - - Designation - Przeznaczenie - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - Decyduje, do czego służy ten przepływ. Na przykład przepływ uwierzytelniania służy do przekierowania nieuwierzytelnionego użytkownika który odwiedza authentik. - - - - No requirement - Brak wymagań - - - - Require authentication - Wymagaj uwierzytelnienia - - - - Required authentication level for this flow. - Wymagany poziom uwierzytelniania dla tego przepływu. - - - - Behavior settings - Ustawienia zachowania - - - - Compatibility mode - Tryb zgodności - - - - Increases compatibility with password managers and mobile devices. - Zwiększa kompatybilność z menedżerami haseł i urządzeniami mobilnymi. - - - - Denied action - Działanie odrzucone - - - - Will follow the ?next parameter if set, otherwise show a message - Będzie podążać za parametrem ?next, jeśli jest ustawiony, w przeciwnym razie wyświetli komunikat - - - - Will either follow the ?next parameter or redirect to the default interface - Będzie podążać za parametrem ?next lub przekieruje do domyślnego interfejsu. - - - - Will notify the user the flow isn't applicable - Powiadomi użytkownika, że przepływ nie ma zastosowania - - - - Decides the response when a policy denies access to this flow for a user. - Decyduje o odpowiedzi, gdy zasada odmawia użytkownikowi dostępu do tego przepływu. - - - - Appearance settings - Ustawienia wyglądu - - - - Layout - Układ - - - - Background - Tło - - - - Background shown during execution. - Tło pokazywane podczas wykonywania. - - - - Clear background - Wyczyść tło - - - - Delete currently set background image. - Usuń aktualnie ustawiony obraz tła. - - - - Successfully imported flow. - Pomyślnie zaimportowano przepływ. - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - Przepływy opisują łańcuch etapów do uwierzytelniania, rejestracji lub odzyskiwania użytkownika. Etapy są wybierane na podstawie stosowanych do nich zasad. - - - - Flow(s) - Przepływ(y) - - - - Update Flow - Aktualizuj przepływ - - - - Create Flow - Utwórz przepływ - - - - Import Flow - Importuj przepływ - - - - Successfully cleared flow cache - Pamięć podręczna przepływu została wyczyszczona - - - - Failed to delete flow cache - Nie udało się usunąć pamięci podręcznej przepływu - - - - Clear Flow cache - Wyczyść pamięć podręczną przepływu - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - Czy na pewno chcesz wyczyścić pamięć podręczną przepływów? - Spowoduje to ponowną ocenę wszystkich przepływów przy ich następnym użyciu. - - - Stage binding(s) - Wiązania(a) etapu - - - - Stage type - Typ etapu - - - - Edit Stage - Edytuj etap - - - - Update Stage binding - Aktualizuj powiązanie etapu - - - - These bindings control if this stage will be applied to the flow. - Te powiązania kontrolują, czy ten etap zostanie zastosowany do przepływu. - - - - No Stages bound - Żadne etapy nie są związane. - - - - No stages are currently bound to this flow. - Żadne etapy nie są obecnie związane z tym przepływem. - - - - Create Stage binding - Utwórz wiązanie etapu - - - - Bind existing stage - Powiązanie istniejącego etapu - - - - Flow Overview - Przegląd przepływu - - - - Related actions - Powiązane działania - - - - Execute flow - Wykonaj przepływ - - - - Normal - Normalny - - - - Export flow - Eksportuj przepływ - - - - Export - Eksportuj - - - - Stage Bindings - Wiązania etapu - - - - These bindings control which users can access this flow. - Te powiązania kontrolują, którzy użytkownicy mogą uzyskać dostęp do tego przepływu. - - - - Event Log - Dziennik zdarzeń - - - - Event - Zdarzenie - - - - - Event info - Informacje o zdarzeniu - - - - Created - Utworzony - - - - Successfully updated transport. - Pomyślnie zaktualizowano transport. - - - - Successfully created transport. - Pomyślnie utworzono transport. - - - - Local (notifications will be created within authentik) - Lokalny (powiadomienia będą tworzone w ramach authentik) - - - - Webhook (generic) - Webhook (ogólny) - - - - Webhook (Slack/Discord) - Webhook (Slack/Discord) - - - - Webhook URL - URL webhooka - - - - Send once - Wyślij raz - - - - Only send notification once, for example when sending a webhook into a chat channel. - Wyślij powiadomienie tylko raz, na przykład podczas wysyłania webhooka na kanał czatu. - - - - Notification Transports - Transporty powiadomień - - - - Define how notifications are sent to users, like Email or Webhook. - Określ sposób wysyłania powiadomień do użytkowników, takich jak e-mail lub webhook. - - - - Notification transport(s) - Transport(y) powiadomień - - - - Update Notification Transport - Aktualizuj transport powiadomień - - - - Create Notification Transport - Utwórz transport powiadomień - - - - Successfully updated rule. - Pomyślnie zaktualizowano regułę. - - - - Successfully created rule. - Pomyślnie utworzono regułę. - - - - Transports - Transporty - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - Wybierz transporty, które mają być używane do powiadamiania użytkownika. Jeśli nie wybierzesz żadnego, powiadomienie będzie wyświetlane tylko w interfejsie użytkownika authentik. - - - - Severity - Poziom błędu - - - - Notification Rules - Zasady powiadamiania - - - - Send notifications whenever a specific Event is created and matched by policies. - Wysyłaj powiadomienia za każdym razem, gdy określone zdarzenie zostanie utworzone i dopasowane do zasad. - - - - Sent to group - Wysłane do grup - - - - Notification rule(s) - Reguła(y) powiadamiania - - - - Update Notification Rule - Aktualizuj regułę powiadamiania - - - - Create Notification Rule - Utwórz regułę powiadomień - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - Te powiązania kontrolują, które zdarzenia są wyzwalane przez tę regułę. -Powiązania z grupami/użytkownikami są sprawdzane względem użytkownika zdarzenia. - - - Outpost Deployment Info - Informacje o wdrożeniu placówki - - - - View deployment documentation - Wyświetl dokumentację wdrożenia - - - - Click to copy token - Kliknij, aby skopiować token - - - - If your authentik Instance is using a self-signed certificate, set this value. - Jeśli twoja instancja authentik korzysta z certyfikatu z podpisem własnym, ustaw tę wartość. - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - Jeśli ustawienie authentik_host nie odpowiada adresowi URL, pod którym chcesz się zalogować, dodaj to ustawienie. - - - - Successfully updated outpost. - Pomyślnie zaktualizowano placówkę. - - - - Successfully created outpost. - Pomyślnie utworzono placówkę. - - - - Radius - Radius - - - - Integration - Integracja - - - - Selecting an integration enables the management of the outpost by authentik. - Wybranie integracji umożliwia zarządzanie placówką przez authentik. - - - - Configuration - Konfiguracja - - - - See more here: - Zobacz więcej tutaj: - - - - Documentation - Dokumentacja - - - - Last seen - Ostatnio widziany - - - - , should be - - , powinno być - - - - - Hostname - Hostname - - - - Not available - Niedostępny - - - - Unknown type - Nieznany typ - - - - Outposts - Placówki - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Placówki (Outposts) to wdrożenia komponentów uwierzytelniających do obsługi różnych środowisk i protokołów, takich jak odwrotne serwery proxy. - - - - Health and Version - Zdrowie i wersja - - - - Warning: authentik Domain is not configured, authentication will not work. - Ostrzeżenie: domena authentik nie jest skonfigurowana, uwierzytelnianie nie będzie działać. - - - - Logging in via . - Logowanie przez - . - - - - No integration active - Brak aktywnej integracji - - - - Update Outpost - Aktualizuj placówkę - - - - View Deployment Info - Wyświetl informacje o wdrożeniu - - - - Detailed health (one instance per column, data is cached so may be out of date) - Szczegółowa kondycja (jedna instancja na kolumnę, dane są buforowane, więc mogą być nieaktualne) - - - - Outpost(s) - Placówka(i) - - - - Create Outpost - Utwórz placówkę - - - - Successfully updated integration. - Pomyślnie zaktualizowano integrację. - - - - Successfully created integration. - Pomyślnie utworzono integracje. - - - - Local - Lokalny - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - Jeśli jest włączone, użyj połączenia lokalnego. Wymagane socket Docker/Integracja Kubernetes. - - - - Docker URL - URL Dockera - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - CA względem którego weryfikowany jest certyfikat. Można pozostawić puste, aby nie sprawdzać poprawności. - - - - TLS Authentication Certificate/SSH Keypair - Certyfikat uwierzytelniania TLS/para kluczy SSH - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - Certyfikat/klucz używany do uwierzytelniania. Można pozostawić puste, aby nie uwierzytelniać. - - - - When connecting via SSH, this keypair is used for authentication. - Podczas łączenia przez SSH ta para kluczy jest używana do uwierzytelniania. - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - Weryfikacja certyfikatu SSL Kubernetes API - - - - New outpost integration - Nowa integracja z placówką - - - - Create a new outpost integration. - Utwórz nową integrację z placówką. - - - - State - Stan - - - - Unhealthy - Niezdrowy - - - - Outpost integration(s) - Integracja(e) z placówkami - - - - Successfully generated certificate-key pair. - Pomyślnie wygenerowana para certyfikat-klucz. - - - - Common Name - Nazwa pospolita - - - - Subject-alt name - Alternatywna nazwa tematu - - - - Optional, comma-separated SubjectAlt Names. - Opcjonalne, rozdzielone przecinkami nazwy SubjectAlt. - - - - Validity days - Dni ważności - - - - Successfully updated certificate-key pair. - Pomyślnie zaktualizowano parę certyfikat-klucz. - - - - Successfully created certificate-key pair. - Pomyślnie utworzono parę certyfikat-klucz. - - - - PEM-encoded Certificate data. - Dane certyfikatu zakodowane w formacie PEM. - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - Opcjonalny klucz prywatny. Jeśli to jest ustawione, możesz użyć tej pary kluczy do szyfrowania. - - - - Certificate-Key Pairs - Pary certyfikat-klucz - - - - Import certificates of external providers or create certificates to sign requests with. - Importuj certyfikaty zewnętrznych dostawców lub twórz certyfikaty do podpisywania żądań. - - - - Private key available? - Dostępny klucz prywatny? - - - - Certificate-Key Pair(s) - Para(y) certyfikat-klucz - - - - Managed by authentik - Zarządzane przez authentik - - - - Managed by authentik (Discovered) - Zarządzane przez authentik (odkryte) - - - - Yes () - Tak ( - ) - - - - No - Nie - - - - Update Certificate-Key Pair - Aktualizuj parę certyfikat-klucz - - - - Certificate Fingerprint (SHA1) - Odcisk cyfrowy certyfikatu (SHA1) - - - - Certificate Fingerprint (SHA256) - Odcisk cyfrowy certyfikatu (SHA256) - - - - Certificate Subject - Temat certyfikatu - - - - Download Certificate - Pobierz certyfikat - - - - Download Private key - Pobierz klucz prywatny - - - - Generate - Generuj - - - - Successfully updated instance. - Pomyślnie zaktualizowano instancję. - - - - Successfully created instance. - Pomyślnie utworzono instancję. - - - - Disabled blueprints are never applied. - Wyłączone schematy nigdy nie są stosowane. - - - - Local path - Ścieżka lokalna - - - - OCI Registry - Rejestr OCI - - - - Internal - Wewnętrzny - - - - Blueprint - Schemat - - - - Configure the blueprint context, used for templating. - Konfiguracja kontekstu schematu, używanego do tworzenia szablonów. - - - - Orphaned - Osierocone - - - - Blueprints - Schematy - - - - Automate and template configuration within authentik. - Zautomatyzuj i szablonuj konfigurację w authentik. - - - - Last applied - Ostatnio zastosowano - - - - Blueprint(s) - Schemat(y) - - - - Update Blueprint - Aktualizuj schemat - - - - Create Blueprint Instance - Utwórz instancję schematu - - - - API Requests - Żądania API - - - - Open API Browser - Otwórz przeglądarkę API - - - - Notifications - Powiadomienia - - - - unread - - nieprzeczytane - - - - Successfully cleared notifications - Pomyślnie wyczyszczono powiadomienia - - - - Clear all - Wyczyść wszystko - - - - User interface - Interfejs użytkownika - - - - Dashboards - Pulpity - - - - Events - Zdarzenia - - - - Logs - Logi - - - - Directory - Katalog - - - - System - System - - - - Certificates - Certyfikaty - - - - Outpost Integrations - Integracje z placówkami - - - - API request failed - Żądanie API nie powiodło się - - - - Something went wrong! Please try again later. - Coś poszło nie tak! Spróbuj ponownie później. - - - - Request ID - Identyfikator żądania - - - - You may close this page now. - Możesz już zamknąć tę stronę. - - - - You're about to be redirect to the following URL. - Wkrótce nastąpi przekierowanie do następującego adresu URL. - - - - Follow redirect - Śledź przekierowanie - - - - Request has been denied. - Żądanie zostało odrzucone. - - - - Not you? - Nie ty? - - - - Need an account? - Potrzebujesz konta? - - - - Sign up. - Zarejestruj się. - - - - Forgot username or password? - Zapomniałeś nazwy użytkownika lub hasła? - - - - Or - Lub - - - - Use a security key - Użyj klucza bezpieczeństwa - - - - Login to continue to . - Zaloguj się, aby przejść do - . - - - - Please enter your password - Wprowadź hasło - - - - Forgot password? - Zapomniałeś hasła? - - - - Application requires following permissions: - Aplikacja wymaga następujących uprawnień: - - - - Application already has access to the following permissions: - Aplikacja ma już dostęp do następujących uprawnień: - - - - Application requires following new permissions: - Aplikacja wymaga następujących nowych uprawnień: - - - - Check your Inbox for a verification email. - Sprawdź swoją skrzynkę odbiorczą pod kątem e-maila weryfikacyjnego. - - - - Send Email again. - Wyślij e-mail ponownie. - - - - Successfully copied TOTP Config. - Pomyślnie skopiowano konfigurację TOTP. - - - - Code - Kod - - - - Duo activation QR code - Kod QR aktywacji Duo - - - - Alternatively, if your current device has Duo installed, click on this link: - Alternatywnie, jeśli na Twoim obecnym urządzeniu jest zainstalowany Duo, kliknij ten link: - - - - Duo activation - Aktywacja Duo - - - - Check status - Sprawdź status - - - - Make sure to keep these tokens in a safe place. - Upewnij się, że przechowujesz te tokeny w bezpiecznym miejscu. - - - - Phone number - Numer telefonu - - - - Please enter your Phone number. - Podaj swój numer telefonu. - - - - Please enter the code you received via SMS - Wprowadź kod otrzymany SMS-em - - - - Static token - Token statyczny - - - - Authentication code - Kod uwierzytelnienia - - - - Please enter your code - Proszę wprowadź swój kod - - - - Retry authentication - Ponów uwierzytelnianie - - - - Duo push-notifications - Powiadomienia push Duo - - - - Receive a push notification on your device. - Otrzymuj powiadomienia push na swoje urządzenie. - - - - Authenticator - Uwierzytelniacz - - - - Use a security key to prove your identity. - Użyj klucza bezpieczeństwa, aby potwierdzić swoją tożsamość. - - - - Traditional authenticator - Tradycyjny uwierzytelniacz - - - - Use a code-based authenticator. - Użyj uwierzytelniacza opartego na kodzie. - - - - Recovery keys - Klucze odzyskiwania - - - - SMS - SMS - - - - Tokens sent via SMS. - Tokeny wysyłane SMS-em. - - - - Stay signed in? - Pozostań zalogowanym? - - - - Select Yes to reduce the number of times you're asked to sign in. - Wybierz Tak, aby zmniejszyć liczbę razy kiedy wymagane będzie logowanie. - - - - Authenticating with Plex... - Uwierzytelnianie z Plex... - - - - Waiting for authentication... - Oczekiwanie na uwierzytelnienie... - - - - If no Plex popup opens, click the button below. - Jeśli nie otworzy się wyskakujące okienko Plex, kliknij przycisk poniżej. - - - - Open login - Otwórz logowanie - - - - Authenticating with Apple... - Uwierzytelnianie z Apple... - - - - Retry - Ponów - - - - You've successfully authenticated your device. - Pomyślnie uwierzytelniłeś swoje urządzenie. - - - - Flow inspector - Inspektor przepływu - - - - Next stage - Następny etap - - - - Stage name - Nazwa etapu - - - - Stage kind - Rodzaj etapu - - - - Stage object - Obiekt etapu - - - - This flow is completed. - Ten przepływ jest zakończony. - - - - Plan history - Historia planu - - - - Current plan context - Aktualny kontekst planu - - - - Session ID - ID sesji - - - - Powered by authentik - Napędzane przez authentik - - - - Error creating credential: - Błąd podczas tworzenia poświadczenia: - - - - - Server validation of credential failed: - Weryfikacja poświadczeń serwera nie powiodła się: - - - - - Refer to documentation - Odnieś się do dokumentacji - - - No Applications available. - Brak dostępnych aplikacji. - - - - Either no applications are defined, or you don’t have access to any. - Albo nie zdefiniowano żadnych aplikacji, albo nie masz do nich dostępu. - - - My Applications - Moje aplikacje - - - - My applications - Moje aplikacje - - - - Change your password - Zmień swoje hasło - - - - Change password - Zmień hasło - - - - Save - Zapisz - - - - Delete account - Usuń konto - - - - Successfully updated details - Pomyślnie zaktualizowano szczegóły - - - - Open settings - Otwórz ustawienia - - - - No settings flow configured. - Nie skonfigurowano przepływu ustawień. - - - - Update details - Aktualizuj szczegóły - - - - Successfully disconnected source - Pomyślnie odłączono źródło - - - - Failed to disconnected source: - Nie udało się odłączyć źródła: - - - - - Disconnect - Rozłącz - - - - Connect - Połącz - - - - Error: unsupported source settings: - Błąd: nieobsługiwane ustawienia źródła: - - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - Połącz swoje konto użytkownika z usługami wymienionymi poniżej, aby umożliwić logowanie za pomocą usługi zamiast tradycyjnych poświadczeń. - - - - No services available. - Brak dostępnych usług. - - - - Create App password - Utwórz hasło aplikacji - - - - User details - Szczegóły użytkownika - - - - Consent - Zgody - - - - MFA Devices - Urządzenia MFA - - - - Connected services - Połączone usługi - - - - Tokens and App passwords - Tokeny i hasła aplikacji - - - - Unread notifications - Nieprzeczytane powiadomienia - - - - Admin interface - Interfejs administratora - - - - Stop impersonation - Zatrzymaj podszywanie się - - - - Avatar image - Obraz awatara - - - - Failed - Niepowodzenie - - - - Unsynced / N/A - Niezsynchronizowane / nd. - - - - Outdated outposts - Nieaktualne placówki - - - - Unhealthy outposts - Niezdrowe placówki - - - - Next - Dalej - - - - Inactive - Nieaktywny - - - - Regular user - Zwykły użytkownik - - - - Activate - Aktywuj - - - - Use Server URI for SNI verification - Użyj URI serwera do weryfikacji SNI - - - Required for servers using TLS 1.3+ - Wymagane dla serwerów korzystających z TLS 1.3+ - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - Para kluczy certyfikatu klienta do uwierzytelniania w oparciu o certyfikat serwera LDAP. - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - Certyfikat dla skonfigurowanego powyżej Base DN. Jako rozwiązanie rezerwowe, dostawca używa certyfikatu z podpisem własnym. - - - TLS Server name - Nazwa serwera TLS - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - Nazwa DNS, dla której powinien być używany wyżej skonfigurowany certyfikat. Certyfikatu nie można wykryć na podstawie bazowego DN, ponieważ negocjacja SSL/TLS odbywa się przed wymianą takich danych. - - - TLS Client authentication certificate - Certyfikat uwierzytelniania klienta TLS - - - Model - Model - - - Match events created by selected model. When left empty, all models are matched. - Dopasowanie zdarzeń utworzonych przez wybrany model. Pozostawienie pustego pola powoduje dopasowanie wszystkich modeli. - - - Code-based MFA Support - Wsparcie wieloetapowego uwierzytelniania opartego na kodach - - - 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. - Gdy ta opcja jest włączona, uwierzytelnianie wieloskładnikowe oparte na kodzie może być używane poprzez dodanie średnika i kodu TOTP do hasła. Ta opcja powinna być włączona tylko wtedy, gdy wszyscy użytkownicy, którzy będą łączyć się z tym dostawcą, mają skonfigurowane urządzenie TOTP, ponieważ w przeciwnym razie hasło może zostać nieprawidłowo odrzucone, jeśli zawiera średnik. - - - User type - Typ użytkownika - - - Successfully updated license. - Pomyślnie zaktualizowano licencję. - - - Successfully created license. - Pomyślnie utworzono licencję. - - - Install ID - ID instalacji - - - License key - Klucz licencyjny - - - Licenses - Licencje - - - License(s) - Licencj(a/e) - - - Cumulative license expiry - Skumulowane wygaśnięcie licencji - - - Update License - Aktualizuj licencję - - - Warning: The current user count has exceeded the configured licenses. - Ostrzeżenie: Bieżąca liczba użytkowników przekroczyła skonfigurowaną liczbę licencji. - - - Click here for more info. - Kliknij tutaj, aby uzyskać więcej informacji. - - - Enterprise - Enterprise - - - Manage enterprise licenses - Zarządzanie licencjami enterprise - - - No licenses found. - Nie znaleziono licencji. - - - Send us feedback! - Prześlij nam opinię! - - - Go to Customer Portal - Przejdź do portalu klienta - - - Forecast internal users - Prognoza użytkowników wewnętrznych - - - Estimated user count one year from now based on current internal users and forecasted internal users. - - - Forecast external users - Prognoza użytkowników zewnętrznych - - - Estimated user count one year from now based on current external users and forecasted external users. - - - Install - Instaluj - - - Install License - Instalacja licencji - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - Użytkownicy wewnętrzni mogą być użytkownikami, takimi jak pracownicy firmy, którzy uzyskają dostęp do pełnego zestawu funkcji Enterprise. - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - Użytkownicy zewnętrzni mogą być zewnętrznymi konsultantami lub klientami B2C. Użytkownicy ci nie mają dostępu do funkcji korporacyjnych. - - - Service accounts should be used for machine-to-machine authentication or other automations. - Konta usług powinny być używane do uwierzytelniania maszyna-maszyna lub innych automatyzacji. - - - Remove item - Usuń element - - - Open API drawer - Otwórz szufladę API - - - Open Notification drawer - Otwórz szufladę powiadomień - - - Add provider - Dodaj dostawcę - - - Open - Otwarty - - - Copy token - Kopiuj token - - - Add users - Dodaj użytkowników - - - Add group - Dodaj grupę - - - Import devices - Importuj urządzenia - - - Execute - Wykonaj - - - Show details - Pokaż szczegóły - - - Apply - Zastosuj - - - Settings - Ustawienia - - - Sign out - Wyloguj się - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - Liczba tokenów generowanych za każdym razem, gdy używany jest ten etap. Każdy token wygenerowany podczas wykonywania etapu zostanie dołączony do pojedynczego urządzenia statycznego. - - - Token length - Długość tokena - - - The length of the individual generated tokens. Can be increased to improve security. - Długość indywidualnie generowanych tokenów. Może zostać zwiększona w celu poprawy bezpieczeństwa. - - - Internal: - Wewnętrzny: - - - External: - Zewnętrzny: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - Statyczne odrzucenie przepływu. Aby efektywnie korzystać z tego etapu, należy wyłączyć opcję *Oceń, kiedy planowany jest przepływ* dla odpowiedniego powiązania. - - - Create and bind Policy - Utwórz i powiąż zasady - - - Federation and Social login - Logowanie federacyjne i społecznościowe - - - Create and bind Stage - Utwórz i powiąż etap - - - Flows and Stages - Przepływy i etapy - - - New version available - Nowa wersja dostępna - - - Failure result - Wynik niepowodzenia - - - Pass - Przepuść - - - Don't pass - Nie przepuszczaj - - - Result used when policy execution fails. - Wynik używany, gdy wykonanie zasady się nie powiedzie. - - - Required: User verification must occur. - Wymagane: Musi nastąpić weryfikacja użytkownika. - - - Preferred: User verification is preferred if available, but not required. - Preferowane: Weryfikacja użytkownika jest preferowana, jeśli jest dostępna, ale nie jest wymagana. - - - Discouraged: User verification should not occur. - Odradzane: Weryfikacja użytkownika nie powinna mieć miejsca. - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - Wymagane: Uwierzytelniacz MUSI utworzyć dedykowane dane uwierzytelniające. Jeśli nie może, RP jest przygotowany na wystąpienie błędu - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - Preferowane: Uwierzytelniacz może tworzyć i przechowywać dedykowane dane uwierzytelniające, ale jeśli tego nie robi, to też jest w porządku. - - - Discouraged: The authenticator should not create a dedicated credential - Odradzane: Uwierzytelniacz nie powinien tworzyć dedykowanych poświadczeń - - - Lock the user out of this system - Zablokuj użytkownikowi dostęp do systemu - - - Allow the user to log in and use this system - Zezwól użytkownikowi na zalogowanie się i korzystanie z systemu. - - - Temporarily assume the identity of this user - Tymczasowo przejmij tożsamość tego użytkownika - - - Enter a new password for this user - Wprowadź nowe hasło dla tego użytkownika - - - Create a link for this user to reset their password - Utwórz link dla tego użytkownika, aby zresetować jego hasło. - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn wymaga dostępu do tej strony za pośrednictwem protokołu HTTPS. - - - WebAuthn not supported by browser. - WebAuthn nie jest obsługiwany przez przeglądarkę. - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - Użyj tego dostawcy z nginx's auth_request lub traefik's forwardAuth. Każda aplikacja/domena potrzebuje własnego dostawcy. Dodatkowo, w każdej domenie, /outpost.goauthentik.io musi być kierowane do placówki (w przypadku korzystania z zarządzanej placówki, jest to wykonywane za Ciebie). - - - Default relay state - Domyślny stan przekaźnika - - - When using IDP-initiated logins, the relay state will be set to this value. - Podczas korzystania z logowania inicjowanego przez IDP stan przekaźnika zostanie ustawiony na tę wartość. - - - Flow Info - Informacje o przepływie - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - Etap używany do konfiguracji uwierzytelniacza WebAuthn (np. Yubikey, FaceID/Windows Hello). - -<<<<<<< HEAD - - Internal application name used in URLs. - Wewnętrzna nazwa aplikacji używana w adresach URL. - - - Submit - Prześlij - - - UI Settings - Ustawienia interfejsu użytkownika - - - Your application has been saved - Aplikacja została zapisana - - - Custom attributes - Atrybuty niestandardowe - - - Don't show this message again. - Nie pokazuj więcej tego komunikatu. - - - Failed to fetch - Nie udało się pobrać - - - Failed to fetch data. - Nie udało się pobrać danych. - - - Successfully assigned permission. - Pomyślnie przypisane uprawnienie. - - - Role - Rola - - - Assign - Przypisz - - - Assign permission to role - Przypisz uprawnienie do roli - - - Assign to new role - Przypisz do nowej roli - - - Directly assigned - Bezpośrednio przypisany - - - Assign permission to user - Przypisz uprawnienia do użytkownika - - - Assign to new user - Przypisz do nowego użytkownika - - - User Object Permissions - Uprawnienia obiektu użytkownika - - - Role Object Permissions - Uprawnienia obiektu roli - - - Roles - Role - - - Select roles to grant this groups' users' permissions from the selected roles. - Wybierz role, aby przyznać użytkownikom tej grupy uprawnienia z wybranych ról. - - - Editing is disabled for managed tokens - Edycja jest wyłączona dla zarządzanych tokenów - - - Permissions to add - Uprawnienia do dodania - - - Select permissions - Wybierz uprawnienia - - - Assign permission - Przypisz uprawnienie - - - Permission(s) - Uprawnienia(e) - - - Permission - Uprawnienie - - - User doesn't have view permission so description cannot be retrieved. - Użytkownik nie ma uprawnień do wyświetlania, więc nie można pobrać opisu. - - - Assigned global permissions - Przypisane uprawnienia globalne - - - Assigned object permissions - Przypisane uprawnienia obiektu - - - Successfully updated role. - Pomyślnie zaktualizowano rolę. - - - Successfully created role. - Pomyślnie utworzono rolę. - - - Manage roles which grant permissions to objects within authentik. - Zarządzaj rolami, które przyznają uprawnienia do obiektów w authentik. - - - Role(s) - Rola(e) - - - Update Role - Aktualizuj rolę - - - Create Role - Utwórz rolę - - - Role doesn't have view permission so description cannot be retrieved. - Rola nie ma uprawnień do wyświetlania, więc nie można pobrać opisu. - - - Role - - - Role Info - Informacje o roli - - - Pseudolocale (for testing) - Pseudo ustawienia regionalne (do testowania) - - - One hint, 'New Application Wizard', is currently hidden - Jedna podpowiedź, „Kreator nowej aplikacji”, jest obecnie ukryty - - - Deny message - Komunikat odmowy - - - Message shown when this stage is run. - Komunikat wyświetlany po uruchomieniu tego etapu. - - - The token has been copied to your clipboard - Token został skopiowany do schowka - - - The token was displayed because authentik does not have permission to write to the clipboard - Token został wyświetlony, ponieważ authentik nie ma uprawnień do zapisu w schowku - - - A copy of this recovery link has been placed in your clipboard - Kopia tego łącza odzyskiwania została umieszczona w schowku - - - Create recovery link - Utwórz link odzyskiwania - - - Create Recovery Link - Utwórz link odzyskiwania - - - External - Zewnętrzny - - - Service account - Konto usługowe - - - Service account (internal) - Konto usługowe (wewnętrzne) - - - Check the release notes - Zapoznaj się z informacjami o wersji - - - User Statistics - Statystyki użytkowników - - - User type used for newly created users. - Typ użytkownika używany dla nowo utworzonych użytkowników. - - - Users created - Utworzeni użytkownicy - - - Failed logins - Nieudane logowania - - - Also known as Client ID. - Znany również jako ID klienta. - - - Also known as Client Secret. - Znany również jako sekret klienta. - - - Global status - Status globalny - - - Vendor - Dostawca - - - Connectivity - Łączność - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0: Zbyt łatwe do odgadnięcia: ryzykowne hasło. (zgadnięcia &lt; 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1: Bardzo możliwe do odgadnięcia: ochrona przed zdławionymi atakami online. (zgadnięcia &lt; 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2: Możliwe do odgadnięcia: ochrona przed niezdławionymi atakami online. (zgadnięcia &lt; 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3: Pewnie nie do odgadnięcia: umiarkowana ochrona przed scenariuszem offline slow-hash. (zgadnięcia &lt; 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4: Bardzo trudne do odgadnięcia: silna ochrona przed scenariuszem offline slow-hash. (zgadnięcia &gt;= 10^10) - - - Successfully created user and added to group - Pomyślnie utworzono użytkownika i dodano go do grupy - - - This user will be added to the group "". - Ten użytkownik zostanie dodany do grupy &quot;&quot;. - - - Pretend user exists - Udawaj, że użytkownik istnieje - - - When enabled, the stage will always accept the given user identifier and continue. - Gdy opcja ta jest włączona, etap zawsze akceptuje podany identyfikator użytkownika i kontynuuje. - - - There was an error in the application. - W aplikacji wystąpił błąd. - - - Review the application. - Przejrzyj aplikację. - - - There was an error in the provider. - Wystąpił błąd u dostawcy. - - - Review the provider. - Sprawdź dostawcę. - - - There was an error creating the application, but no error message was sent. Please review the server logs. - Wystąpił błąd podczas tworzenia aplikacji, ale nie został wysłany żaden komunikat o błędzie. Przejrzyj dzienniki serwera. - - - Configure LDAP Provider - Skonfiguruj dostawcę LDAP - - - Configure Proxy Provider - Skonfiguruj dostawcę proxy - - - Configure Radius Provider - Skonfiguruj dostawcę usługi Radius - - - Configure SAML Provider - Skonfiguruj dostawcę SAML - - - Configure SCIM Provider - Skonfiguruj dostawcę SCIM - - - Connection settings. - Ustawienia połączenia. - - - Successfully updated endpoint. - Pomyślnie zaktualizowano punkt końcowy. - - - Successfully created endpoint. - Pomyślnie utworzono punkt końcowy. - - - Protocol - Protokół - - - RDP - RDP - - - SSH - SSH - - - VNC - VNC - - - Host - Host - - - Endpoint(s) - Punkt(y) końcowy(e) - - - Update Endpoint - Aktualizuj punkt końcowy - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - Te powiązania kontrolują, którzy użytkownicy będą mieli dostęp do tego punktu końcowego. Użytkownicy muszą mieć również dostęp do aplikacji. - - - Create Endpoint - Utwórz punkt końcowy - - - Update RAC Provider - Aktualizuj dostawcę RAC - - - Endpoints - Punkty końcowe - - - General settings - Ustawienia ogólne - - - RDP settings - Ustawienia RDP - - - Ignore server certificate - Ignoruj certyfikat serwera - - - Enable wallpaper - Włącz tapetę - - - Enable font-smoothing - Włącz wygładzanie czcionek - - - Enable full window dragging - Włącz przeciąganie całego okna - - - Network binding - Wiązanie sieciowe - - - No binding - Bez wiązania - - - Bind ASN - Wiąż ASN - - - Bind ASN and Network - Wiąż ASN i Sieć - - - Bind ASN, Network and IP - Wiąż ASN, Sieć i IP - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - Skonfiguruj, czy sesje utworzone przez ten etap powinny być powiązane z sieciami, w których zostały utworzone. - - - GeoIP binding - Wiązanie GeoIP - - - Bind Continent - Wiąż kontynent - - - Bind Continent and Country - Wiąż kontynent i kraj - - - Bind Continent, Country and City - Wiąż kontynent, kraj i miasto - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - Skonfiguruj, czy sesje utworzone przez ten etap powinny być wiązane z ich lokalizacją opartą na GeoIP - - - RAC - RAC - - - Connection failed after attempts. - Połączenie nie powiodło się po próbach. - - - Re-connecting in second(s). - Ponowne połączenie w ciągu sekund(y). - - - Connecting... - Łączenie... - - - Select endpoint to connect to - Wybierz punkt końcowy, z którym chcesz się połączyć - - - Connection expiry - Wygasanie połączenia - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - Określa czas trwania sesji przed jej rozłączeniem i koniecznością ponownej autoryzacji. - - - Learn more - Dowiedz się więcej - - - Maximum concurrent connections - Maksymalna liczba jednoczesnych połączeń - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - Maksymalne dozwolone jednoczesne połączenia z tym punktem końcowym. Może być ustawiony na -1, aby wyłączyć limit. - - - Korean - Koreański - - - Dutch - Holenderski - - - Brand - Marka - - - Successfully updated brand. - Pomyślnie zaktualizowana markę. - - - Successfully created brand. - Pomyślnie stworzono markę. - - - Use this brand for each domain that doesn't have a dedicated brand. - Użyj tej marki dla każdej domeny, która nie ma dedykowanej marki. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - Ustaw atrybuty niestandardowe za pomocą YAML lub JSON. Wszystkie ustawione tutaj atrybuty będą dziedziczone przez użytkowników, jeśli żądanie jest obsługiwane przez tą markę. - - - Brands - Marki - - - Brand(s) - Marka(i) - - - Update Brand - Aktualizuj markę - - - Create Brand - Utwórz markę - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - Aby umożliwić użytkownikowi bezpośrednie zresetowanie hasła, skonfiguruj przepływ odzyskiwania w aktualnie aktywnej marce. - - - Successfully updated settings. - Pomyślnie zaktualizowano ustawienia. - - - Avatars - Awatary - - - Configure how authentik should show avatars for users. The following values can be set: - Skonfiguruj sposób, w jaki authentik ma wyświetlać awatary użytkowników. Można ustawić następujące wartości: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - Wyłącza awatary poszczególnych użytkowników i wyświetla po prostu przezroczysty 1x1 piksel. - - - Uses gravatar with the user's email address - Używa gravataru adresu e-mail użytkownika. - - - Generated avatars based on the user's name - Generowanie awatarów na podstawie nazwy użytkownika - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - Dowolny adres URL: Jeśli chcesz użyć obrazów hostowanych na innym serwerze, możesz ustawić dowolny adres URL. Dodatkowo można użyć tych symboli zastępczych: - - - The user's username - Nazwa użytkownika - - - The email address, md5 hashed - Adres e-mail, hashowany md5 - - - The user's UPN, if set (otherwise an empty string) - UPN użytkownika, jeśli jest ustawiony (w przeciwnym razie pusty ciąg) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - Ścieżka atrybutu, taka jak - attributes.something.avatar, która może być używana w - połączeniu z polem pliku, aby umożliwić użytkownikom przesyłanie niestandardowych - awatarów dla siebie. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - Można ustawić wiele wartości, oddzielonych przecinkami, a authentik powróci do następnego trybu, gdy nie można znaleźć awatara. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - Na przykład, ustawienie tego na gravatar,initials spowoduje - próbę pobrania awatara z serwisu Gravatar, a jeśli użytkownik go tam nie - skonfigurował, nastąpi powrót do wygenerowanego awatara. - - - Allow users to change name - Zezwalaj użytkownikom na zmianę nazwy - - - Enable the ability for users to change their name. - Włącz możliwość zmiany nazwy przez użytkowników. - - - Allow users to change email - Zezwalaj użytkownikom na zmianę adresu e-mail - - - Enable the ability for users to change their email. - Włącz możliwość zmiany adresu e-mail przez użytkowników. - - - Allow users to change username - Zezwalaj użytkownikom na zmianę nazwy użytkownika - - - Enable the ability for users to change their username. - Włącz możliwość zmiany nazwy użytkownika przez użytkowników. - - - Footer links - Linki w stopce - - - GDPR compliance - Zgodność z RODO - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - Po włączeniu tej opcji wszystkie zdarzenia spowodowane przez użytkownika zostaną usunięte po jego usunięciu. - - - Impersonation - Podszywanie się - - - Globally enable/disable impersonation. - Globalne włączenie/wyłączenie podszywania się. - - - System settings - Ustawienia systemowe - - - Changes made: - Wprowadzone zmiany: - - - Key - Klucz - - - Previous value - Poprzednia wartość - - - New value - Nowa wartość - - - Raw event info - Surowe informacje o wydarzeniu - - - Anonymous user - Anonimowy użytkownik - - - Add All Available - Dodaj wszystkie dostępne - - - Remove All Available - Usuń wszystkie dostępne - - - Remove All - Usuń wszystko - - - Available options - Dostępne opcje - - - Selected options - Wybrane opcje - - - item(s) marked to add. - element(y) zaznaczone do dodania. - - - item(s) selected. - element(y) zaznaczone. - - - item(s) marked to remove. - element(y) zaznaczone do usunięcia. - - - Available Applications - Dostępne aplikacje - - - Selected Applications - Wybrane aplikacje - - - Last used - Ostatnio używany - - - OAuth Access Tokens - Tokeny dostępu OAuth - - - Credentials / Tokens - Poświadczenia / tokeny - - - Permissions set on users which affect this object. - Uprawnienia ustawione dla użytkowników, które mają wpływ na ten obiekt. - - - Permissions set on roles which affect this object. - Uprawnienia ustawione dla ról, które mają wpływ na ten obiekt. - - - Permissions assigned to this user which affect all object instances of a given type. - Uprawnienia przypisane do tego użytkownika, które mają wpływ na wszystkie instancje obiektów danego typu. - - - Permissions assigned to this user affecting specific object instances. - Uprawnienia przypisane do tego użytkownika wpływające na określone instancje obiektów. - - - Permissions assigned to this role which affect all object instances of a given type. - Uprawnienia przypisane do tej roli, które wpływają na wszystkie instancje obiektów danego typu. - - - JWT payload - Ładunek JWT - - - Preview for user - Podgląd dla użytkownika - - - Brand name - Nazwa marki - - - Delete authorization on disconnect - Usuwanie autoryzacji przy rozłączeniu - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - Po włączeniu tej opcji autoryzacje połączeń będą usuwane, gdy klient się rozłączy. Zmusi to klientów ze słabymi połączeniami internetowymi do ponownej autoryzacji punktu końcowego. - - - Connection Token(s) - Token(y) połączenia - - - Endpoint - Punkt końcowy - - - Connections - Połączenia - - - Unconfigured - Nieskonfigurowany - - - This option will not be changed by this mapping. - Ta opcja nie zostanie zmieniona przez to mapowanie. - - - RAC Connections - Połączenia RAC - - - Sending Duo push notification... - Wysyłam powiadomienie push Duo - - - Failed to authenticate - Nie udało się uwierzytelnić - - - Authenticating... - Uwierzytelnianie... - - - Customization - Personalizacja - - - Authentication failed. Please try again. - Uwierzytelnianie nie powiodło się. Spróbuj ponownie. - - - Failed to register. Please try again. - Rejestracja nie powiodła się. Spróbuj ponownie. - - - Registering... - Rejestrowanie... - - - Failed to register - Nie udało się zarejestrować - - - Retry registration - Ponów rejestrację - - - Select one of the options below to continue. - Wybierz jedną z poniższych opcji, aby kontynuować. - - - Latest version unknown - Najnowsza wersja nieznana - - - Timestamp - Znacznik czasu - - - Time - Czas - - - Level - Poziom - - - Event - Zdarzenie - - - Logger - Rejestrator - - - Update internal password on login - Zaktualizuj hasło wewnętrzne przy logowaniu - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - Gdy użytkownik zaloguje się do authentik przy użyciu tego źródłowego zaplecza haseł, zaktualizuje swoje poświadczenia w authentik. - - - Source - Źródło - - - Resume timeout - Limit czasu wznowienia - - - Amount of time a user can take to return from the source to continue the flow. - Czas, jaki użytkownik może poświęcić na powrót ze źródła w celu kontynuowania przepływu. - - - Your Install ID - Twoje ID instalacji - - - Enter the email associated with your account, and we'll send you a link to reset your password. - Wprowadź adres e-mail powiązany z Twoim kontem, a my wyślemy Ci link do zresetowania hasła. - - - Stage name: - Nazwa etapu: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - Zeskanuj powyższy kod QR za pomocą aplikacji Microsoft Authenticator, Google Authenticator lub innej aplikacji uwierzytelniającej na swoim urządzeniu i wprowadź kod wyświetlany przez urządzenie poniżej, aby zakończyć konfigurację urządzenia MFA. - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - Wstrzyknięcie źródła OAuth lub SAML do wykonania przepływu. Pozwala to na dodatkową weryfikację użytkownika lub dynamiczny dostęp do różnych źródeł dla różnych identyfikatorów użytkownika (nazwa użytkownika, adres e-mail itp.). - - - A selection is required - Wybór jest wymagany - - - Device type restrictions - Ograniczenia typu urządzenia - - - Available Device types - Dostępne typy urządzeń - - - Selected Device types - Wybrane typy urządzeń - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - Opcjonalnie ogranicza, które typy urządzeń WebAuthn mogą być używane. Jeśli nie wybrano żadnego typu urządzenia, wszystkie urządzenia są dozwolone. - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - Jeśli użytkownik pomyślnie uwierzytelnił się za pomocą urządzenia w klasach wymienionych powyżej w tym skonfigurowanym czasie, etap ten zostanie pominięty. - - - WebAuthn-specific settings - Ustawienia specyficzne dla WebAuthn - - - WebAuthn Device type restrictions - Ograniczenia typu urządzenia WebAuthn - - - This restriction only applies to devices created in authentik 2024.4 or later. - To ograniczenie dotyczy tylko urządzeń utworzonych w wersji authentik 2024.4 lub nowszej. - - - Default token duration - Domyślny czas trwania tokena - - - Default duration for generated tokens - Domyślny czas trwania wygenerowanych tokenów - - - Default token length - Domyślna długość tokena - - - Default length of generated tokens - Domyślna długość generowanych tokenów - - - deleted - usunięty - - - Select permissions to assign - Wybierz uprawnienia do przypisania - - - Update SCIM Source - Aktualizuj źródło SCIM - - - SCIM Base URL - Bazowy adres URL SCIM - - - Provisioned Users - Dostarczeni użytkownicy - - - Provisioned Groups - Dostarczone grupy - - - removed - usunięty - - - Verifying... - Weryfikowanie... - - - Available Roles - Dostępne role - - - Selected Roles - Wybrane role - - - Private key Algorithm - Algorytm klucza prywatnego - - - RSA - RSA - - - ECDSA - ECDSA - - - Algorithm used to generate the private key. - Algorytm używany do generowania klucza prywatnego. - - - Added ID - Dodano ID - - - Removed ID - Usunięto ID - - - Cleared - Wyczyszczono - - - Google Workspace Provider - Dostawca Google Workspace - - - Credentials - Poświadczenia - - - Delegated Subject - Przedmiot delegowany - - - Default group email domain - Domyślna domena grupowej poczty e-mail - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - Domyślna domena używana do generowania adresu e-mail grupy. Można dostosować za pomocą mapowania właściwości. - - - User deletion action - Akcja usunięcia użytkownika - - - User is deleted - Użytkownik został usunięty - - - Suspend - Zawieś - - - User is suspended, and connection to user in authentik is removed. - Użytkownik jest zawieszony, a połączenie z użytkownikiem w authentik zostaje usunięte. - - - Do Nothing - Nie rób nic - - - The connection is removed but the user is not modified - Połączenie jest usunięte, ale użytkownik nie jest modyfikowany - - - Determines what authentik will do when a User is deleted. - Określa, co authentik zrobi, gdy użytkownik zostanie usunięty. - - - Group deletion action - Akcja usunięcia grupy - - - Group is deleted - Grupa została usunięta - - - The connection is removed but the group is not modified - Połączenie jest usunięte, ale grupa nie jest modyfikowana - - - Determines what authentik will do when a Group is deleted. - Określa, co zrobi authentik, gdy grupa zostanie usunięta. - - - Microsoft Entra Provider - Dostawca Microsoft Entra - - - Google Cloud credentials file. - Plik poświadczeń Google Cloud. - - - Email address of the user the actions of authentik will be delegated to. - Adres e-mail użytkownika, któremu zostaną przekazane działania authentik. - - - Client ID for the app registration. - ID klienta dla rejestracji aplikacji. - - - Client secret for the app registration. - Sekret klienta do rejestracji aplikacji. - - - Tenant ID - ID najemcy - - - ID of the tenant accounts will be synced into. - Identyfikator kont najemców, z którymi będą synchronizowane. - - - Update Microsoft Entra Provider - Aktualizuj dostawcę Microsoft Entra - - - Update Google Workspace Provider - Aktualizuj dostawcę Google Workspace - - - Enterprise only - Tylko dla Enterprise - - - Icon - Ikona - - - (build ) - (build ) - - - (FIPS) - (FIPS) - - - Score minimum threshold - Minimalny próg wyniku - - - Minimum required score to allow continuing - Minimalny wymagany wynik umożliwiający kontynuację - - - Score maximum threshold - Maxymalny próg wyniku - - - Maximum allowed score to allow continuing - Maksymalny dozwolony wynik umożliwiający kontynuację - - - Error on invalid score - Błąd przy nieprawidłowym wyniku - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - Jeśli opcja ta jest włączona, a uzyskany wynik jest poza progiem, użytkownik nie będzie mógł kontynuować. Po wyłączeniu użytkownik będzie mógł kontynuować, a wynik może zostać wykorzystany w zasadach w celu dostosowania dalszych etapów. - - - Microsoft Entra Group(s) - Grupa(y) Microsoft Entra - - - Microsoft Entra User(s) - Użytkownik(cy) Microsoft Entra - - - Google Workspace Group(s) - Grupa(y) Google Workspace - - - Google Workspace User(s) - Użytkownik(cy) Google Workspace - - - SCIM Group(s) - Grupa(y) SCIM - - - SCIM User(s) - Użytkowni(k/cy) SCIM - - - FIPS compliance: passing - Zgodność z FIPS: pozytywna - - - Unverified - Niezweryfikowany - - - FIPS compliance: unverified - Zgodność z FIPS: niezweryfikowana - - - FIPS Status - Stan FIPS - - - Search returned no results. - Wyszukiwanie nie zwróciło żadnych wyników. - - - Reputation score(s) - Punkt(y) reputacji - - - See documentation - Zobacz dokumentację - - - Close dialog - Zamknij okno dialogowe - - - Pagination - Paginacja - - - Restore Application Wizard Hint - - - Your authentik password - - - Internal Service account - - - Outpost integrations - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - - - Operation failed to complete - - - Failed to fetch objects: - - - Available Scopes - - - Selected Scopes - - - Available Property Mappings - - - Selected Property Mappings - - - Available User Property Mappings - - - Selected User Property Mappings - - - Available Group Property Mappings - - - Selected Group Property Mappings - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - - - ASNs - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - - - Countries - Kraje - - - Available Countries - Dostępne kraje - - - Selected Countries - Wybrane kraje - - - Bind existing policy/group/user - Przypisz istniejącą politykę/grupę/użytkownika - - - Property mappings for user creation. - Mapowania właściwości dla tworzenia użytkownika. - - - Property mappings for group creation. - Mapowania właściwości dla tworzenia grupy. - - - Link to a group with identical name. Can have security implications when a group is used with another source - Połącz z grupą o identycznej nazwie. Może mieć implikacje bezpieczeństwa, gdy grupa jest używana z innym źródłem - - - Use the group's name, but deny enrollment when the name already exists - Użyj nazwy grupy, ale odmów rejestracji, gdy nazwa już istnieje - - - Group matching mode - Tryb dopasowywania grup - - - OAuth Attribute mapping - Mapowanie atrybutów OAuth - - - Plex Attribute mapping - Mapowanie atrybutów Plex - - - Encryption Certificate - Certyfikat szyfrowania - - - When selected, encrypted assertions will be decrypted using this keypair. - - - SAML Attribute mapping - - - SCIM Attribute mapping - - - External user settings - - - Default application - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - - - Warning: One or more license(s) have expired. - - - Warning: One or more license(s) will expire within the next 2 weeks. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - - - This authentik instance uses a Trial license. - - - This authentik instance uses a Non-production license. - - - Access Tokens(s) - - - Created at - Utworzono o - - - Last updated at - Ostatnia aktualizacja o - - - Last used at - Ostatnio używane o - - - Provide users with a 'show password' button. - Udostępnij użytkownikom przycisk "pokaż hasło". - - - Show password - Pokaż hasło - - - Hide password - Ukryj hasło - - - An outpost is on an incorrect version! - - - Russian - Rosyjski - - - Last seen: () - - - Sign assertions - - - When enabled, the assertion element of the SAML response will be signed. - - - Sign responses - - - When selected, assertions will be encrypted using this keypair. - - - Available Sources - - - Selected Sources - - - Successfully triggered sync. - - - Sync - - - Sync User - - - Available Stages - - - Selected Stages - - - Available Fields - - - Selected Fields - - - Available Transports - - - Selected Transports - - - Expired - - - Expiring soon - - - Unlicensed - - - Read Only - - - Valid - - - Current license status - - - Overall license status - - - Internal user usage - - - % - - - External user usage - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - - - Sync Group - - - ("", of type ) - - - Parent Group - - - Flow used when logging out of this provider. - - - Unbind flow - - - Flow used for unbinding users. - - - Verify SCIM server's certificates - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - - - Go back to overview - - - Log out of - - - Log back into - - - Encryption Key - - - Device type cannot be deleted - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - - - Google Verified Access API - - - Device type cannot be edited - - - Advanced flow settings - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - - - Realm settings - - - Realm - - - Kerberos 5 configuration - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - - - Sync connection settings - - - Sync principal - - - Principal used to authenticate to the KDC for syncing. - - - Sync password - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - - - Sync keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - Sync credentials cache - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - - - SPNEGO settings - - - SPNEGO server name - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - - - SPNEGO keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - SPNEGO credentials cache - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - - - Kerberos Attribute mapping - - - Update Kerberos Source - - - User database + Kerberos password - - - Select another authentication method - - - Enter a one-time recovery code for this user. - - - Enter the code from your authenticator device. - - - Kerberos Source is in preview. - - - Captcha stage - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - - - Endpoint Google Chrome Device Trust is in preview. - - - Interactive - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - - - Reason - - - Reason for impersonating the user - - - Require reason for impersonation - - - Require administrators to provide a reason for impersonating a user. - - - Italian - - - Add entry - - - Link Title - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - - - Strict - - - Regex - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - - - Federated OIDC Sources - - - Federated OIDC Providers - - - Available Providers - - - Selected Providers - - - JWTs signed by the selected providers can be used to authenticate to this provider. - - - KAdmin type - - - MIT krb5 kadmin - - - Heimdal kadmin - - - Other - - - Other type of kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - - - Consent given lasts indefinitely - - - Consent expires - - - Available Policies - - - Selected Policies - - - Redirect the user to another flow, potentially with all gathered context - - - Static - - - Target URL - - - Redirect the user to a static URL. - - - Target Flow - - - Redirect the user to a Flow. - - - Keep flow context - - - Require no authentication - - - Require superuser - - - Require being redirected from another flow - - - Require Outpost (flow can only be executed from an outpost) - - - An application name is required - - - Not a valid URL - - - Not a valid slug - - - Configure Bindings - - - Configure Policy/User/Group Bindings - - - No bound policies. - - - Bind policy/group/user - - - Configure Policy Bindings - - - Don't Pass - - - Save Binding - - - Create a Policy/User/Group Binding - - - Please choose a provider type before proceeding. - - - Choose a Provider Type - - - Redirect URIs/Origins (RegEx) - URIs/Origins przekierowania (RegEx) - - - Configure OAuth2 Provider - - - Configure Remote Access Provider - - - List of CIDRs (comma-seperated) 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. - - - Configure Provider - - - strict - - - regexp - - - Review and Submit Application - - - There was an error. Please go back and review the application. - - - There was an error: - - - Please go back and review the application. - - - Review the Application and Provider - - - Saving application... - - - authentik was unable to complete this process. - - - Create with wizard - - - Bind existing - - - Successfully updated entitlement. - - - Successfully created entitlement. - - - Application entitlement(s) - - - Update Entitlement - - - These bindings control which users have access to this entitlement. - - - No app entitlements created. - - - Create Entitlement - - - Create entitlement - - - Application entitlements - - - These entitlements can be used to configure user access in this application. - - - Worker with incorrect version connected. - - - (Format: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - - - Event Retention - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - - - OIDC Providers - - - SSF Provider is in preview. - - - Update SSF Provider - - - Streams - - - authentik Logo - - - Release - - - Development - - - UI Version - - - Build - - - Python version - - - Platform - - - Kernel - - - OpenSSL - - - A newer version () of the UI is available. - - - No notifications found. - - - You don't have any notifications currently. - - - Version - - - Last password change - - - Evaluate policies before the Stage is presented to the user. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - - - Idle - - - Connecting - - - Waiting - - - Connected - - - Disconnecting - - - Disconnected - - - Create a new application and configure a provider for it. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - - - Distance settings - - - Check historical distance of logins - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - - - Maximum distance - - - Maximum distance a login attempt is allowed from in kilometers. - - - Distance tolerance - - - Tolerance in checking for distances in kilometers. - - - Historical Login Count - - - Amount of previous login events to check against. - - - Check impossible travel - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - - - Impossible travel tolerance - - - Static rule settings - - - Create with Provider - - - Email address the verification email will be sent from. - - - Stage used to configure an email-based authenticator. - - - Use global connection settings - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - - - Subject of the verification email. - - - Token expiration - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - - - Caps Lock is enabled. - - - Configure your email - - - Please enter your email address. - - - Please enter the code you received via email - - - Tokens sent via email. - - - Enable dry-run mode - - - When enabled, mutating requests will be dropped and logged instead. - - - Override dry-run mode - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - - - Dry-run - - - Successfully cleared application cache - - - Failed to delete application cache - - - Clear Application cache - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - - - No name set - - - Show inactive users - - - Time the token sent is valid. - - - Compatibility Mode - - - Default behavior. - - - AWS - - - Altered behavior for usage with Amazon Web Services. - - - Slack - - - Altered behavior for usage with Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - - - AuthnContextClassRef Property Mapping - - - 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. - - - SSF URL - - - No assigned application - - - Custom CSS - - - Custom CSS to apply to pages when this brand is active. - - - Default flow background - - - Default background used during flow execution. Can be overridden per flow. - - - Task - - - Webhook Body Mapping - - - Webhook Header Mapping - - - Failed to preview prompt - - - Lookup using user attribute - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - - - Initial Permissions - - - Unknown Initial Permissions mode - - - Successfully updated initial permissions. - - - Successfully created initial permissions. - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - - - Available Permissions - - - Selected Permissions - - - Permissions to grant when a new object is created. - - - Set initial permissions for newly created objects. - - - Update Initial Permissions - - - Create Initial Permissions - - - Reputation: lower limit - - - Reputation cannot decrease lower than this value. Zero or negative. - - - Reputation: upper limit - - - Reputation cannot increase higher than this value. Zero or positive. - - - HTTP Basic Auth - - - Include the client ID and secret as request parameters - - - Authorization code authentication method - - - How to perform authentication during an authorization_code token request flow - - - Enable "Remember me on this device" - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - - - Remember me on this device - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - - - Number of previous passwords to check - - - Choose a Provider - - - When enabled, the SAML response will be signed. - - - Client Certificates - - - Available Certificates - - - Selected Certificates - - - Client-certificate/mTLS authentication/enrollment. - - - Certificate optional - - - If no certificate was provided, this stage will succeed and continue to the next stage. - - - Certificate required - - - If no certificate was provided, this stage will stop flow execution. - - - Certificate authorities - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - - - Certificate attribute - - - Configure the attribute of the certificate used to look for a user. - - - User attribute - - - Configure the attribute of the user used to look for a user. - - - Delete Not Found Objects - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - - - User membership attribute - - - Attribute which matches the value of Group membership field. - - - Additional User DN - - - Additional Group DN - - - The currently selected policy engine mode is : - - - Import Existing Certificate-Key Pair - - - Generate New Certificate-Key Pair - - - Show field content - - - Hide field content - - - Re-authenticate with Plex - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - - - Select the group of users which the alerts are sent to. - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - - - Send notification to event user - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - - - Maximum registration attempts - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - - - This application does currently not have any application entitlements defined. - - - Authenticated as - - - Remember device - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - - - Element inside the form slot is not a Form - - - New Password - - - Update 's password - - - Modify the payload sent to the provider. - - - Dismiss - - - Status messages - - - Select an invalidation flow... - - - Open about dialog - - - Product name - - - Product version - - - Global navigation - - - Collapse - - - Expand - - - navigation - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - - - Skip to content - - - Kerberos Source - - - Successfully updated schedule. - - - Crontab - - - Paused - - - Pause this schedule - - - Waiting to run - - - Running - - - Queue - - - Last updated - - - Show only standalone tasks - - - Exclude successful tasks - - - Retry task - - - Schedule - - - Next run - - - Last status - - - Show only standalone schedules - - - Run scheduled task now - - - Update Schedule - - - Schedules - - - Tasks - - - Current status - - - Sync is currently running. - - - Sync is not currently running. - - - Last successful sync - - - No successful sync found. - - - Last sync status - - - Current execution logs - - - Previous executions logs - - - Home - - - Collapse navigation - - - Expand navigation - - - Search - - - Table content - - - Learn more about the enterprise license. - - - Search for providers… - - - Default NameID Policy - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - - The name displayed in the application library. - - - e.g. Collaboration, Communication, Internal, etc. - - - Failed to fetch application "". - - - Account Recovery Max Attempts - - - Account Recovery Cache Timeout - - - The time window used to count recent account recovery attempts. - - - None - - - Flags - - - Modify flags to opt into new authentik behaviours early. - - - Loading templates... - - - Template used for the verification email. - - - Email Subject Prefix - - - Email Template - - - An unknown error occurred - - - Please check the browser console for more details. - - - There was an error submitting the form. - - - This field is required. - - - Query suggestions - - - Table Search - - - An error occurred while updating the provider. - - - An error occurred while creating the provider. - - - Impersonating user... - - - This may take a few seconds. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - - - Device Code - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - - - New Provider - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - - - Expand row - - - actions - - - Select all rows on page ( of selected) - - - table - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - - - Search ... - - - Provider Name - - - Select a certificate... - - - Select an authorization flow... - - - Select a signing key... - - - Select an encryption key... - - - Select an authentication flow... - - - Provider Search - - - Provider not assigned to any application. - - - Edit "" provider - - - Applications Documentation - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - - - Update "" Permissions - - - Open "" permissions modal - - - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - - - Read more about - - - OCI Support - - - Edit "" blueprint - - - Apply "" blueprint - - - Welcome, - - - Welcome - - - Loading application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - - - Token to authenticate with. - - - OAuth Source - - - Specify OAuth source used for authentication. - - - OAuth Parameters - - - Additional OAuth parameters, such as grant_type. - - - Authentication Mode - - - Authenticate SCIM requests using a static token. - - - OAuth - - - Authenticate SCIM requests using OAuth. - - - Salesforce - - - Altered behavior for usage with Salesforce. - - - Query input - - - Last refreshed - - - Refresh Token threshold - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - - Company employees with access to the full enterprise feature set. - - - External consultants or B2C customers without access to enterprise features. - - - Machine-to-machine authentication or other automations. - - - Type a username for the user... - - - The user's primary identifier used for authentication. 150 characters or fewer. - - - Display Name - - - Type an optional display name... - - - Managed by authentik and cannot be assigned manually. - - - Email Address - - - Type an optional email address... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - - - Type a path for the user... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - - Open "" - - - Verify Assertion Signature - - - When enabled, authentik will look for a Signature inside of the Assertion element. - - - Verify Response Signature - - - When enabled, authentik will look for a Signature inside of the Response element. - - - Logo shown in sidebar/header and flow executor. - - - Select an application... - - - Select a recovery flow... - - - Select an unenrollment flow... - - - Select a user settings flow... - - - Select a device code flow... - - - Search by domain or brand name... - - - New Brand - - - Create and assign a group with the same name as the user. - - - Whether the token will expire. Upon expiration, the token will be rotated. - - - Unnamed - - - Collapse "" - - - Expand "" - - - Select "" - - - Items of "" - - - API drawer - - - Close API drawer - - - View details for - - - Mark as read - - - Notification drawer - - - Search by username, email, etc... - - - User Search - - - Show deactivated users - - - New User - - - Create Service Account - - - New Service Account - - - User paths - - - Bot username - - - Bot token - - - Request access to send messages from your bot - - - Telegram Attribute mapping - - - Telegram bot - - - Update Telegram Source - - - Authenticating with Telegram... - - - Click the button below to start. - - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - - - User information - - - Avatar for - - - User avatar - - - CAPTCHA challenge - - - QR-Code to setup a time-based one-time password - - - Copy time-based one-time password configuration - - - Copy TOTP Config - - - Time-based one-time password - - - TOTP Code - - - Type your TOTP code... - - - Type your time-based one-time password code. - - - Type an authentication code... - - - In case you lose access to your primary authenticators. - - - Unknown device - - - An unknown device class was provided. - - - Select an authentication method - - - No authentication methods available. - - - Select a configuration stage - - - Close flow inspector - - - Flow inspector loading - - - Authentication form - - - Consumed - - - Pre-processing - - - Post-processing - - - Running tasks - - - Queued tasks - - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - - - - SAML Provider - - - SAML logout complete - - - Redirecting to SAML provider: - - - Posting logout request to SAML provider: - - - Unknown Provider - - - Logging out of providers... - - - Single Logout - - - The user's display name. - - - Actions for "" - - - Edit application... - - - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application - - - Ungrouped - - - application found for "" - - - applications found for "" - - - application available - - - applications available - - - Application list - - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - - diff --git a/web/xliff/pl_PL.xlf b/web/xliff/pl_PL.xlf new file mode 100644 index 0000000000..25c4c419fa --- /dev/null +++ b/web/xliff/pl_PL.xlf @@ -0,0 +1,9216 @@ + + + + + Dismiss + + + Connection error, reconnecting... + Błąd połączenia, ponowne łączenie... + + + An unknown error occurred + + + Please check the browser console for more details. + + + Status messages + + + Open API drawer + Otwórz szufladę API + + + Unread notifications + Nieprzeczytane powiadomienia + + + Open Notification drawer + Otwórz szufladę powiadomień + + + Settings + Ustawienia + + + Stop impersonation + Zatrzymaj podszywanie się + + + Avatar image + Obraz awatara + + + Sign out + Wyloguj się + + + Admin + Admin + + + Home + + + authentik Logo + + + Collapse navigation + + + Expand navigation + + + User interface + Interfejs użytkownika + + + Loading... + Ładowanie... + + + Application + Aplikacja + + + Logins + Logowania + + + Failed to fetch + Nie udało się pobrać + + + FIPS Status + Stan FIPS + + + OK + OK + + + FIPS compliance: passing + Zgodność z FIPS: pozytywna + + + Unverified + Niezweryfikowany + + + FIPS compliance: unverified + Zgodność z FIPS: niezweryfikowana + + + Show less + Pokaż mniej + + + Show more + Pokaż więcej + + + UID + UID + + + Name + Nazwa + + + App + Aplikacja + + + Model Name + Nazwa modelu + + + Message + Wiadomość + + + Subject + Przedmiot + + + From + Z + + + To + Do + + + Context + Kontekst + + + User + Użytkownik + + + Changes made: + Wprowadzone zmiany: + + + Key + Klucz + + + Previous value + Poprzednia wartość + + + New value + Nowa wartość + + + - + - + + + Added ID + Dodano ID + + + Removed ID + Usunięto ID + + + Cleared + Wyczyszczono + + + Affected model: + Model, którego dotyczy problem: + + + Authorized application: + Autoryzowana aplikacja: + + + Using flow + Używanie przepływu + + + Email info: + Informacje e-mail: + + + Secret: + Sekret: + + + Exception + Wyjątek + + + Open issue on GitHub... + Otwórz problem w serwisie GitHub... + + + Expression + Expression  + + + Binding + Wiązanie + + + Request + Żądanie + + + Object + Obiekt + + + Result + Wynik + + + Passing + Przechodzący + + + Messages + Wiadomości + + + New version available + Nowa wersja dostępna + + + Using source + Używając źródła + + + Attempted to log in as + Próbowano zalogować się jako + + + + No additional data available. + Brak dodatkowych danych. + + + Loading + Ładowanie + + + no tabs defined + bez zdefiniowanych kart + + + Details + Szczegóły + + + : + + : + + + + Required + Wymagany + + + There was an error submitting the form. + + + Close dialog + Zamknij okno dialogowe + + + API Access + Dostęp API + + + App password + Hasło aplikacji + + + Recovery + Odzyskiwanie + + + Verification + Weryfikacja + + + Unknown intent + Nieznany zamiar + + + Login + Logowanie + + + Failed login + Nieudane logowanie + + + Logout + Wyloguj + + + User was written to + Użytkownik zapisał do + + + Suspicious request + Podejrzane zapytanie + + + Password set + Hasło ustawione + + + Secret was viewed + Sekret został wyświetlony + + + Secret was rotated + Sekret został obrócony + + + Invitation used + Wykorzystano zaproszenie + + + Application authorized + Aplikacja autoryzowana + + + Source linked + Źródło połączone + + + Impersonation started + Rozpoczęto podszywanie się + + + Impersonation ended + Podszywanie się zostało zakończone + + + Flow execution + Wykonanie przepływu + + + Policy execution + Wykonanie zasad + + + Policy exception + Wyjątek zasad + + + Property Mapping exception + Wyjątek mapowania właściwości + + + System task execution + Wykonywanie zadań systemowych + + + System task exception + Wyjątek zadania systemowego + + + General system exception + Ogólny wyjątek systemowy + + + Configuration error + Błąd konfiguracji + + + Model created + Utworzono model + + + Model updated + Zaktualizowano model + + + Model deleted + Model usunięty + + + Email sent + Email wysłany + + + Update available + Dostępna aktualizacja + + + Alert + Alert + + + Notice + Uwaga + + + Warning + Ostrzeżenie + + + Unknown severity + Nieznana intensywność + + + Static tokens + Tokeny statyczne + + + TOTP Device + Urządzenie TOTP + + + A code has been sent to your address: + + + A code has been sent to your email address. + + + A one-time use code has been sent to you via SMS text message. + + + Open your authenticator app to retrieve a one-time use code. + + + Enter a one-time recovery code for this user. + + + Enter the code from your authenticator device. + + + Internal + Wewnętrzny + + + External + Zewnętrzny + + + Service account + Konto usługowe + + + Service account (internal) + Konto usługowe (wewnętrzne) + + + Remove item + Usuń element + + + table pagination + + + - of + + - + z + + + + Go to previous page + Wróć do poprzedniej strony + + + Go to next page + Przejdź do następnej strony + + + This field is required. + + + Search... + Szukaj... + + + Search + + + Query suggestions + + + Query input + + + Table Search + + + Clear search + Wyczyść wyszukiwanie + + + Sort by "" + + + No objects found. + Nie znaleziono żadnych obiektów. + + + Failed to fetch objects. + Nie udało się wczytać obiektów. + + + Select "" row + + + Collapse row + + + Expand row + + + Refresh + Odśwież + + + actions + + + Select all rows on page ( of selected) + + + Last refreshed + + + table + + + Table content + + + Column actions + + + Anonymous user + Anonimowy użytkownik + + + On behalf of + W imieniu + + + + Authenticated as + + + Recent events + Ostatnie wydarzenia + + + Events + Zdarzenia + + + Action + Akcja + + + Creation Date + Data utworzenia + + + Client IP + IP klienta + + + No Events found. + Nie znaleziono wydarzeń. + + + No matching events could be found. + Nie znaleziono pasujących zdarzeń. + + + System Status + + + Embedded outpost is not configured correctly. + Wbudowana placówka nie jest poprawnie skonfigurowana. + + + Check outposts. + Sprawdź placówki. + + + HTTPS is not detected correctly + HTTPS nie jest poprawnie wykrywany + + + Server and client are further than 5 seconds apart. + Czas serwer i klienta różnią się o więcej niż 5 sekund. + + + Everything is ok. + Wszystko w porządku. + + + Version + Wersja + + + Based on + Na podstawie + + + + is available! + + jest dostępny! + + + An outpost is on an incorrect version! + + + Up-to-date! + Aktualny! + + + Latest version unknown + Najnowsza wersja nieznana + + + Workers + Workerów + + + No workers connected. Background tasks will not run. + Brak połączonych workerów. Zadania w tle nie będą działać. + + + Worker with incorrect version connected. + + + Failed to fetch data. + Nie udało się pobrać danych. + + + Chart + + + Event volume chart + + + Authorizations + Autoryzacje + + + Successful Logins + Pomyślne logowania + + + Failed Logins + Nieudane logowania + + + Cancel + Anuluj + + + Synchronization status chart + + + SCIM Provider + Dostawca SCIM + + + Google Workspace Provider + Dostawca Google Workspace + + + Microsoft Entra Provider + Dostawca Microsoft Entra + + + LDAP Source + Źródło LDAP + + + Kerberos Source + + + Healthy + Zdrowy + + + Failed + Niepowodzenie + + + Unsynced / N/A + Niezsynchronizowane / nd. + + + Outpost status chart + + + Healthy outposts + Zdrowe placówki + + + Outdated outposts + Nieaktualne placówki + + + Unhealthy outposts + Niezdrowe placówki + + + Operation failed to complete + + + Quick actions + Szybkie akcje + + + Not found + Nie znaleziono + + + The URL "" was not found. + Nie znaleziono " + " adresu URL. + + + Return home + Powrót do strony głównej + + + Skip to content + + + Create a new application + Utwórz nową aplikację + + + Check the logs + Sprawdź dzienniki + + + Explore integrations + Przeglądaj integracje + + + Manage users + Zarządzaj użytkownikami + + + Check the release notes + Zapoznaj się z informacjami o wersji + + + Overview + Przegląd + + + Outpost status + Status placówki + + + Sync status + Status synchronizacji + + + Logins and authorizations over the last week (per 8 hours) + Logowania i autoryzacje w ciągu ostatniego tygodnia (co 8 godzin) + + + Apps with most usage + Najczęściej używane aplikacje + + + Welcome, + + + Welcome + + + General system status + Ogólny stan systemu + + + Objects created + Utworzone obiekty + + + Users created per day in the last month + Użytkownicy stworzeni dziennie w ciągu ostatniego miesiąca + + + Users created + Utworzeni użytkownicy + + + Logins per day in the last month + Logowania dziennie w ciągu ostatniego miesiąca + + + Failed Logins per day in the last month + Nieudane logowania dziennie w ciągu ostatniego miesiąca + + + Failed logins + Nieudane logowania + + + User Statistics + Statystyki użytkowników + + + Yes + Tak + + + No + Nie + + + No log messages. + Brak dziennika wiadomości + + + Timestamp + Znacznik czasu + + + Attributes + Atrybuty + + + Time + Czas + + + Level + Poziom + + + Event + Zdarzenie + + + Logger + Rejestrator + + + Not used by any other object. + Nie używany przez żaden inny obiekt. + + + object will be DELETED + obiekt zostanie USUNIĘTY + + + connection will be deleted + połączenie zostanie usunięte + + + reference will be reset to default value + odniesienie zostanie zresetowane do wartości domyślnej + + + reference will be set to an empty value + referencja zostanie ustawiona na pustą wartość + + + () + + ( + ) + + + Delete + Usuń + + + deleted + usunięty + + + ID + ID + + + Successfully deleted + Pomyślnie usunięto + + + Failed to delete : + Nie udało się usunąć + : + + + + Delete + Usuń + + + + Are you sure you want to delete ? + Czy jesteś pewien, że chcesz usunąć ? + + + No form found + Nie znaleziono formularza + + + Element inside the form slot is not a Form + + + Form actions + + + Submit action + + + Cancel action + + + Successfully updated schedule. + + + Crontab + + + Paused + + + Pause this schedule + + + Select an object. + Wybierz obiekt. + + + Failed to fetch objects: + + + Successfully assigned permission. + Pomyślnie przypisane uprawnienie. + + + Role + Rola + + + Assign + Przypisz + + + Assign permission to role + Przypisz uprawnienie do roli + + + Assign to new role + Przypisz do nowej roli + + + Permission(s) + Uprawnienia(e) + + + Permission + Uprawnienie + + + Directly assigned + Bezpośrednio przypisany + + + Assign permission to user + Przypisz uprawnienia do użytkownika + + + Assign to new user + Przypisz do nowego użytkownika + + + Superuser + Superużytkownik + + + Model + Model + + + Select permissions to assign + Wybierz uprawnienia do przypisania + + + Add + Dodaj + + + Permissions to add + Uprawnienia do dodania + + + Select permissions + Wybierz uprawnienia + + + Assigned to role + + + Assign permission + Przypisz uprawnienie + + + Role doesn't have view permission so description cannot be retrieved. + Rola nie ma uprawnień do wyświetlania, więc nie można pobrać opisu. + + + Assigned to user + + + User doesn't have view permission so description cannot be retrieved. + Użytkownik nie ma uprawnień do wyświetlania, więc nie można pobrać opisu. + + + User Object Permissions + Uprawnienia obiektu użytkownika + + + Permissions set on users which affect this object. + Uprawnienia ustawione dla użytkowników, które mają wpływ na ten obiekt. + + + Role Object Permissions + Uprawnienia obiektu roli + + + Permissions set on roles which affect this object. + Uprawnienia ustawione dla ról, które mają wpływ na ten obiekt. + + + Assigned global permissions + Przypisane uprawnienia globalne + + + Permissions assigned to this user which affect all object instances of a given type. + Uprawnienia przypisane do tego użytkownika, które mają wpływ na wszystkie instancje obiektów danego typu. + + + Assigned object permissions + Przypisane uprawnienia obiektu + + + Permissions assigned to this user affecting specific object instances. + Uprawnienia przypisane do tego użytkownika wpływające na określone instancje obiektów. + + + Permissions assigned to this role which affect all object instances of a given type. + Uprawnienia przypisane do tej roli, które wpływają na wszystkie instancje obiektów danego typu. + + + Close + Zamknij + + + Update "" Permissions + + + Open "" permissions modal + + + Permissions + Uprawnienia + + + Waiting to run + + + Consumed + + + Pre-processing + + + Running + + + Post-processing + + + Successful + Pomyślny + + + Error + Błąd + + + Unknown + Nieznany + + + Running tasks + + + Queued tasks + + + Successful tasks + + + Error tasks + + + Task + + + Queue + + + Retries + + + Planned execution time + + + Last updated + + + Status + Status + + + Actions + Działania + + + Row Actions + + + Show only standalone tasks + + + Exclude successful tasks + + + Retry task + + + Current execution logs + + + Previous executions logs + + + Schedule + + + Next run + + + Last status + + + Show only standalone schedules + + + Run scheduled task now + + + Update + Aktualizuj + + + Update Schedule + + + Edit + Edytuj + + + Tasks + + + Schedules + + + System Tasks + Zadania systemowe + + + Long-running operations which authentik executes in the background. + Długotrwałe operacje, które authentik wykonuje w tle. + + + Next + Dalej + + + Back + Wstecz + + + Wizard steps + + + Wizard navigation + + + New application + Nowa aplikacja + + + Create a new application and configure a provider for it. + + + Any policy must match to grant access + Każda zasada musi być zgodna, aby przyznać dostęp + + + All policies must match to grant access + Wszystkie zasady muszą być zgodne, aby przyznać dostęp + + + An application name is required + + + Not a valid URL + + + Not a valid slug + + + Configure the Application + + + Type an application name... + + + Application Name + + + The name displayed in the application library. + + + Slug + Ślimak + + + Internal application name used in URLs. + Wewnętrzna nazwa aplikacji używana w adresach URL. + + + Group + Grupa + + + e.g. Collaboration, Communication, Internal, etc. + + + Optionally enter a group name. Applications with identical groups are shown grouped together. + Opcjonalnie wprowadź nazwę grupy. Aplikacje z identycznymi grupami są wyświetlane razem. + + + Policy engine mode + Tryb silnika zasad + + + UI Settings + Ustawienia interfejsu użytkownika + + + Launch URL + URL uruchamiania + + + https://... + + + If left empty, authentik will try to extract the launch URL based on the selected provider. + Jeśli pozostawione puste, authentik spróbuje wyodrębnić URL uruchamiania na podstawie wybranego dostawcy. + + + Open in new tab + Otwórz w nowej karcie + + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + Jeśli zaznaczone, adres URL uruchamiania otworzy się w nowej karcie przeglądarki lub oknie z biblioteki aplikacji użytkownika. + + + Select all rows + Zaznacz wszystkie wiersze + + + Bind existing policy/group/user + Przypisz istniejącą politykę/grupę/użytkownika + + + Order + Kolejność + + + Enabled + Włączony + + + Timeout + Limit czasu + + + Configure Bindings + + + Policy + Zasada + + + + Group + Grupa + + + + User + Użytkownik + + + + Configure Policy/User/Group Bindings + + + These policies control which users can access this application. + Te zasady kontrolują, którzy użytkownicy mogą uzyskać dostęp do tej aplikacji. + + + No bound policies. + + + No policies are currently bound to this object. + Żadne zasady nie są obecnie powiązane z tym obiektem. + + + Bind policy/group/user + + + Configure Policy Bindings + + + Pass + Przepuść + + + Don't Pass + + + Edit Binding + Edytuj powiązanie + + + Save Binding + + + Create a Policy/User/Group Binding + + + Policy + Zasada + + + Negate result + Neguj wynik + + + Negates the outcome of the binding. Messages are unaffected. + Neguje wynik wiązania. Wiadomości pozostają nienaruszone. + + + Failure result + Wynik niepowodzenia + + + Enterprise only + Tylko dla Enterprise + + + Learn more about the enterprise license. + + + Apply changes + Zastosuj zmiany + + + Close wizard + + + UNNAMED + + + Wizard content + + + Finish + Zakończ + + + Select type + Wybierz rodzaj + + + Select a provider type + + + Icon + Ikona + + + Choose a Provider + + + Please choose a provider type before proceeding. + + + Choose a Provider Type + + + Certificate + Certyfikat + + + Select a certificate... + + + Authentication + Uwierzytelnianie + + + Authorization + Autoryzacja + + + Enrollment + Rejestracja + + + Invalidation + Unieważnienie + + + Stage Configuration + Etap konfiguracji + + + Unenrollment + Wypisanie się + + + Unknown designation + Nieznane oznaczenie + + + Stacked + Ułożone + + + Content left + Zawartość lewa + + + Content right + Zawartość prawa + + + Sidebar left + Lewy pasek boczny + + + Sidebar right + Prawy pasek boczny + + + Unknown layout + Nieznany układ + + + Select a flow... + + + Add All Available + Dodaj wszystkie dostępne + + + Remove All Available + Usuń wszystkie dostępne + + + Remove + Usuń + + + Remove All + Usuń wszystko + + + Pagination + Paginacja + + + Available options + Dostępne opcje + + + Selected options + Wybrane opcje + + + item(s) marked to add. + element(y) zaznaczone do dodania. + + + item(s) selected. + element(y) zaznaczone. + + + item(s) marked to remove. + element(y) zaznaczone do usunięcia. + + + Search ... + + + (Format: hours=-1;minutes=-2;seconds=-3). + + + (Format: hours=1;minutes=2;seconds=3). + + + The following keywords are supported: + Obsługiwane są następujące słowa kluczowe: + + + Cached binding + Wiązanie z pamięci podręcznej + + + Flow is executed and session is cached in memory. Flow is executed when session expires + Przepływ jest wykonywany, a sesja zapisywana w pamięci podręcznej. Przepływ jest wykonywany po wygaśnięciu sesji + + + Direct binding + Wiązanie bezpośrednie + + + Always execute the configured bind flow to authenticate the user + Zawsze wykonuj skonfigurowany przepływ powiązań w celu uwierzytelnienia użytkownika. + + + Cached querying + Zapytania w pamięci podręcznej + + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + Placówka przechowuje wszystkich użytkowników i grupy w pamięci i będzie odświeżana co 5 minut. + + + Direct querying + Bezpośrednie odpytywanie + + + Always returns the latest data, but slower than cached querying + Zawsze zwraca najnowsze dane, ale wolniej niż zapytania z pamięci podręcznej + + + 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. + Gdy ta opcja jest włączona, uwierzytelnianie wieloskładnikowe oparte na kodzie może być używane poprzez dodanie średnika i kodu TOTP do hasła. Ta opcja powinna być włączona tylko wtedy, gdy wszyscy użytkownicy, którzy będą łączyć się z tym dostawcą, mają skonfigurowane urządzenie TOTP, ponieważ w przeciwnym razie hasło może zostać nieprawidłowo odrzucone, jeśli zawiera średnik. + + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + Certyfikat dla skonfigurowanego powyżej Base DN. Jako rozwiązanie rezerwowe, dostawca używa certyfikatu z podpisem własnym. + + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + Nazwa DNS, dla której powinien być używany wyżej skonfigurowany certyfikat. Certyfikatu nie można wykryć na podstawie bazowego DN, ponieważ negocjacja SSL/TLS odbywa się przed wymianą takich danych. + + + 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 + Początek dla uidNumbers, ten numer jest dodawany do user.Pk, aby upewnić się, że liczby nie są zbyt niskie dla użytkowników POSIX. Wartość domyślna to 2000, aby zapewnić, że nie kolidujemy z lokalnymi użytkownikami uidNumber + + + 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 + Początek gidNumbers, liczba ta jest dodawana do liczby wygenerowanej z group.Pk, aby upewnić się, że liczby nie są zbyt niskie dla grup POSIX. Wartość domyślna to 4000, aby upewnić się, że nie kolidujemy z lokalnymi grupami lub użytkownikami podstawowymi grupami gidNumber + + + Provider Name + + + Type a provider name... + + + Bind mode + Tryb powiązania + + + Configure how the outpost authenticates requests. + Skonfiguruj sposób, w jaki placówka uwierzytelnia żądania. + + + Search mode + Tryb szukania + + + Configure how the outpost queries the core authentik server's users. + Skonfiguruj sposób, w jaki placówka wysyła zapytania do użytkowników podstawowego serwera authentik. + + + Code-based MFA Support + Wsparcie wieloetapowego uwierzytelniania opartego na kodach + + + Flow settings + Ustawienia przepływu + + + Bind flow + Powiąż przepływ + + + Flow used for users to authenticate. + Przepływ używany do uwierzytelniania użytkowników. + + + Unbind flow + + + Flow used for unbinding users. + + + Protocol settings + Ustawienia protokołu + + + Base DN + Base DN + + + LDAP DN under which bind requests and search requests can be made. + LDAP DN, w ramach którego można tworzyć żądania powiązania i żądania wyszukiwania. + + + TLS Server name + Nazwa serwera TLS + + + UID start number + Numer początkowy UID + + + GID start number + Numer startowy GID + + + Configure LDAP Provider + Skonfiguruj dostawcę LDAP + + + Show field content + + + Hide field content + + + Add entry + + + Strict + + + Regex + + + URL + URL + + + Confidential + Poufny + + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + Poufni klienci są w stanie zachować poufność swoich danych uwierzytelniających, takich jak sekrety klienta + + + Public + Publiczny + + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + Klienci publiczni nie są w stanie zachować poufności i powinni korzystać z metod takich jak PKCE. + + + Back-channel + + + Server-to-server logout notifications + + + Front-channel + + + Browser iframe logout notifications + + + Based on the User's hashed ID + Na podstawie hashowanego ID użytkownika + + + Based on the User's ID + Na podstawie ID użytkownika + + + Based on the User's UUID + Na podstawie UUID użytkownika + + + Based on the User's username + Na podstawie nazwy użytkownika + + + Based on the User's Email + Na podstawie adresu e-mail użytkownika + + + This is recommended over the UPN mode. + Jest to zalecane zamiast trybu UPN. + + + Based on the User's UPN + Na podstawie UPN użytkownika + + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + Wymaga, aby użytkownik miał ustawiony atrybut „upn” i powraca do hashowanego identyfikatora użytkownika. Używaj tego trybu tylko wtedy, gdy masz różne domeny UPN i Mail. + + + Each provider has a different issuer, based on the application slug + Każdy dostawca ma innego wystawcę, w zależności od ślimaka aplikacji + + + Same identifier is used for all providers + Ten sam identyfikator jest używany dla wszystkich dostawców + + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + Jeśli nie zostaną określone żadne jawne identyfikatory URI przekierowania, zostanie zapisany pierwszy pomyślnie użyty identyfikator URI przekierowania. + + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + + + Authorization flow + Przepływ autoryzacji + + + Select an authorization flow... + + + Flow used when authorizing this provider. + Przepływ używany podczas autoryzacji tego dostawcy. + + + Client type + Client type + + + Client ID + Client ID + + + Client Secret + Client Secret + + + Redirect URIs/Origins (RegEx) + URIs/Origins przekierowania (RegEx) + + + Logout URI + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + + + Logout Method + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + + + Signing Key + Klucz podpisujący + + + Select a signing key... + + + Key used to sign the tokens. + Klucz używany do podpisywania tokenów. + + + Advanced flow settings + + + Authentication flow + Przepływ uwierzytelniania + + + Select an authentication flow... + + + Flow used when a user access this provider and is not authenticated. + Przepływ używany, gdy użytkownik uzyskuje dostęp do tego dostawcy i nie jest uwierzytelniony. + + + Invalidation flow + Przepływ unieważnienia + + + Select an invalidation flow... + + + Flow used when logging out of this provider. + + + Advanced protocol settings + Zaawansowane ustawienia protokołu + + + Access code validity + Ważność kodu dostępu + + + Configure how long access codes are valid for. + Skonfiguruj czas ważności kodów dostępu. + + + Access Token validity + Ważność tokena dostępu + + + Configure how long access tokens are valid for. + Skonfiguruj, jak długo tokeny dostępu są ważne. + + + Refresh Token validity + Ważność tokena odświeżania + + + Configure how long refresh tokens are valid for. + Konfiguracja okresu ważności tokenów odświeżania. + + + Refresh Token threshold + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + + + Scopes + Zakresy + + + Available Scopes + + + Selected Scopes + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + Wybierz zakresy, których może używać klient. Klient nadal musi określić zakres dostępu do danych. + + + Encryption Key + + + Select an encryption key... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Tryb przedmiotu + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + Skonfiguruj, jakie dane mają być używane jako unikalny identyfikator użytkownika. W większości przypadków wartość domyślna powinna być w porządku. + + + Include claims in id_token + Uwzględnij roszczenia w id_token + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + Uwzględnij oświadczenia użytkownika z zakresów w id_token dla aplikacji, które nie uzyskują dostępu do punktu końcowego informacji o użytkowniku. + + + Issuer mode + Tryb wystawcy + + + Configure how the issuer field of the ID Token should be filled. + Skonfiguruj jak pole wystawcy tokena ID powinien być wypełniony. + + + Machine-to-Machine authentication settings + Ustawienia uwierzytelniania typu maszyna-maszyna + + + Federated OIDC Sources + + + Available Sources + + + Selected Sources + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + JWT podpisane przez certyfikaty skonfigurowane w wybranych źródłach mogą służyć do uwierzytelniania u tego dostawcy. + + + Federated OIDC Providers + + + Available Providers + + + Selected Providers + + + JWTs signed by the selected providers can be used to authenticate to this provider. + + + Configure OAuth2 Provider + + + Successfully updated provider. + Pomyślnie zaktualizowano dostawcę. + + + Successfully created provider. + Pomyślnie utworzono dostawcę. + + + An error occurred while updating the provider. + + + An error occurred while creating the provider. + + + HTTP-Basic Username Key + Klucz nazwy użytkownika HTTP-Basic + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + Atrybut użytkownika/grupy używany w części użytkownika nagłówka HTTP-Basic. Jeśli nie jest ustawiony, używany jest adres e-mail użytkownika. + + + HTTP-Basic Password Key + Klucz hasła HTTP-Basic + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + Atrybut użytkownika/grupy używany w części hasła nagłówka HTTP-Basic. + + + Proxy + Proxy + + + Forward auth (single application) + Forward auth (pojedyncza aplikacja) + + + Forward auth (domain level) + Forward auth (na poziomie domeny) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + Ten dostawca będzie zachowywał się jak przezroczysty odwrotny serwer proxy, z wyjątkiem tego, że żądania muszą być uwierzytelnione. Jeśli Twoja aplikacja nadrzędna korzysta z protokołu HTTPS, upewnij się, że łączysz się z placówką również za pomocą protokołu HTTPS. + + + External host + Zewnętrzny host + + + The external URL you'll access the application at. Include any non-standard port. + Zewnętrzny adres URL, pod którym uzyskasz dostęp do aplikacji. Uwzględnij dowolny niestandardowy port. + + + Internal host + Wewnętrzny host + + + http(s)://... + + + Upstream host that the requests are forwarded to. + Host nadrzędny, do którego przekazywane są żądania. + + + Internal host SSL Validation + Weryfikacja SSL hosta wewnętrznego + + + Validate SSL Certificates of upstream servers. + Sprawdź poprawność certyfikatów SSL serwerów nadrzędnych. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + Użyj tego dostawcy z nginx's auth_request lub traefik's forwardAuth. Każda aplikacja/domena potrzebuje własnego dostawcy. Dodatkowo, w każdej domenie, /outpost.goauthentik.io musi być kierowane do placówki (w przypadku korzystania z zarządzanej placówki, jest to wykonywane za Ciebie). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + Użyj tego dostawcy z auth_request nginx lub forwardAuth traefik. Tylko jeden dostawca jest wymagany na domenę główną. Nie możesz wykonać autoryzacji dla aplikacji, ale nie musisz tworzyć dostawcy dla każdej aplikacji. + + + An example setup can look like this: + Przykładowa konfiguracja może wyglądać tak: + + + authentik running on auth.example.com + authentik działa na auth.example.com + + + app1 running on app1.example.com + app1 działająca na app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + W takim przypadku ustawisz adres URL uwierzytelniania na auth.example.com, a domenę plików cookie na example.com. + + + Authentication URL + URL uwierzytelniania + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + Zewnętrzny adres URL, pod którym będziesz się uwierzytelniać. Jądro serwera authentik powinien być dostępny pod tym adresem URL. + + + Cookie domain + Domena plików cookie + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + Ustaw to na domenę, dla której chcesz, aby uwierzytelnianie było ważne. Musi być domeną nadrzędną powyższego adresu URL. Jeśli używasz aplikacji jako app1.domain.tld, app2.domain.tld, ustaw to na „domain.tld”. + + + Token validity + Ważność tokena + + + Configure how long tokens are valid for. + Skonfiguruj, jak długo tokeny są ważne. + + + Additional scopes + Dodatkowe zakresy + + + Additional scope mappings, which are passed to the proxy. + Dodatkowe mapowania zakresu, które są przekazywane do serwera proxy. + + + Unauthenticated URLs + Nieuwierzytelnione adresy URL + + + Unauthenticated Paths + Nieuwierzytelnione ścieżki + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + Wyrażenia regularne, dla których uwierzytelnianie nie jest wymagane. Każda nowa linia jest interpretowana jako nowe wyrażenie. + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + Podczas korzystania z trybu proxy lub uwierzytelniania do przodu (pojedyncza aplikacja) żądana ścieżka URL jest porównywana z wyrażeniami regularnymi. Podczas korzystania z uwierzytelniania do przodu (tryb domeny) pełny żądany adres URL, w tym schemat i host, jest dopasowywany do wyrażeń regularnych. + + + Authentication settings + Ustawienia uwierzytelniania + + + Intercept header authentication + Przechwytywanie uwierzytelniania nagłówka + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + Po włączeniu, authentik przechwyci nagłówek Authorization w celu uwierzytelnienia żądania. + + + Send HTTP-Basic Authentication + Wysyłanie uwierzytelniania HTTP-Basic + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + Wysyła niestandardowy nagłówek uwierzytelniania HTTP-Basic na podstawie wartości z authentik. + + + Configure Proxy Provider + Skonfiguruj dostawcę proxy + + + Configure Remote Access Provider + + + Connection expiry + Wygasanie połączenia + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + Określa czas trwania sesji przed jej rozłączeniem i koniecznością ponownej autoryzacji. + + + Property mappings + Mapowanie właściwości + + + Available Property Mappings + + + Selected Property Mappings + + + List of CIDRs (comma-seperated) 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. + + + Shared secret + Współdzielony sekret + + + Client Networks + Sieci klienckie + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + + + Configure Radius Provider + Skonfiguruj dostawcę usługi Radius + + + Redirect + Przekierowanie + + + Post + Post + + + Sign assertions + + + When enabled, the assertion element of the SAML response will be signed. + + + Sign responses + + + When enabled, the SAML response will be signed. + + + Sign logout requests + + + When enabled, SAML logout requests will be signed. + + + Front-channel (Iframe) + + + Front-channel (Native) + + + Back-channel (POST) + + + SLS Binding + + + Determines how authentik sends the logout response back to the Service Provider. + + + Method to use for logout when SLS URL is configured. + + + ACS URL + ACS URL + + + Service Provider Binding + Wiązanie usługodawcy + + + Determines how authentik sends the response back to the Service Provider. + Określa, w jaki sposób authentik przesyła odpowiedź z powrotem do Usługodawcy. + + + Issuer + Wystawca + + + Also known as Entity ID. + + + Audience + Odbiorcy + + + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + + + Signing Certificate + Certyfikat podpisujący + + + Certificate used to sign outgoing Responses going to the Service Provider. + Certyfikat używany do podpisywania Odpowiedzi wychodzących kierowanych do Usługodawcy. + + + Verification Certificate + Certyfikat weryfikacji + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + Po wybraniu, przychodzące podpisy asercji będą sprawdzane względem tego certyfikatu. Aby zezwolić na niepodpisane żądania, pozostaw domyślnie. + + + Encryption Certificate + Certyfikat szyfrowania + + + When selected, assertions will be encrypted using this keypair. + + + Available User Property Mappings + + + Selected User Property Mappings + + + NameID Property Mapping + Mapowanie właściwości NameID + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + Skonfiguruj sposób tworzenia wartości NameID. Gdy puste, NameIDPolicy przychodzącego żądania będzie przestrzegany. + + + AuthnContextClassRef Property Mapping + + + 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. + + + Assertion valid not before + Asercja ważna nie wcześniej + + + Configure the maximum allowed time drift for an assertion. + Skonfiguruj maksymalny dozwolony dryft czasu dla asercji. + + + Assertion valid not on or after + Asercja ważna nie w lub później + + + Assertion not valid on or after current time + this value. + Asercja nieważna w bieżącym czasie lub później + ta wartość. + + + Session valid not on or after + Sesja ważna nie w lub później + + + Session not valid on or after current time + this value. + Sesja nieważna w bieżącym czasie lub później + ta wartość. + + + Default relay state + Domyślny stan przekaźnika + + + When using IDP-initiated logins, the relay state will be set to this value. + Podczas korzystania z logowania inicjowanego przez IDP stan przekaźnika zostanie ustawiony na tę wartość. + + + Default NameID Policy + + + Persistent + Trwały + + + Email address + Adres e-mail + + + Windows + Windows + + + X509 Subject + Temat X509 + + + Transient + przejściowy + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + + + Digest algorithm + Algorytm skrótu + + + Signature algorithm + Algorytm sygnatury + + + Configure SAML Provider + Skonfiguruj dostawcę SAML + + + Token + Token + + + Token to authenticate with. + + + OAuth Source + + + Specify OAuth source used for authentication. + + + OAuth Parameters + + + Additional OAuth parameters, such as grant_type. + + + SCIM base url, usually ends in /v2. + Podstawowy adres url SCIM, zwykle kończy się na /v2. + + + Verify SCIM server's certificates + + + Authentication Mode + + + Authenticate SCIM requests using a static token. + + + OAuth + + + Authenticate SCIM requests using OAuth. + + + Compatibility Mode + + + Default + Domyślny + + + Default behavior. + + + AWS + + + Altered behavior for usage with Amazon Web Services. + + + Slack + + + Altered behavior for usage with Slack. + + + Salesforce + + + Altered behavior for usage with Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + + + Enable dry-run mode + + + When enabled, mutating requests will be dropped and logged instead. + + + User filtering + Filtrowanie użytkowników + + + Exclude service accounts + Wyklucz konta usługowe + + + Only sync users within the selected group. + Synchronizuje tylko użytkowników z wybranej grupy. + + + Attribute mapping + Mapowanie atrybutów + + + User Property Mappings + Mapowania właściwości użytkownika + + + Property mappings used to user mapping. + Mapowania właściwości używane do mapowania użytkownika. + + + Group Property Mappings + Mapowanie właściwości grupy + + + Available Group Property Mappings + + + Selected Group Property Mappings + + + Property mappings used to group creation. + Mapowania właściwości używane do tworzenia grup. + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + Skonfiguruj dostawcę SCIM + + + Configure Provider + + + Type + Typ + + + None + + + strict + + + regexp + + + Forward auth (domain-level) + Forward auth (na poziomie domeny) + + + Unknown proxy mode + Nieznany tryb proxy + + + Mode + Tryb + + + Internal Host + Wewnętrzny host + + + External Host + Zewnętrzny host + + + Basic-Auth + Basic-Auth + + + Unknown type + Nieznany typ + + + Redirect URIs + URI przekierowania + + + Review and Submit Application + + + Submit + Prześlij + + + There was an error in the application. + W aplikacji wystąpił błąd. + + + Review the application. + Przejrzyj aplikację. + + + There was an error in the provider. + Wystąpił błąd u dostawcy. + + + Review the provider. + Sprawdź dostawcę. + + + There was an error. Please go back and review the application. + + + There was an error: + + + Please go back and review the application. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + Wystąpił błąd podczas tworzenia aplikacji, ale nie został wysłany żaden komunikat o błędzie. Przejrzyj dzienniki serwera. + + + Review the Application and Provider + + + Provider + Dostawca + + + Your application has been saved + Aplikacja została zapisana + + + Saving application... + + + authentik was unable to complete this process. + + + Don't show this message again. + Nie pokazuj więcej tego komunikatu. + + + One hint, 'New Application Wizard', is currently hidden + Jedna podpowiedź, „Kreator nowej aplikacji”, jest obecnie ukryty + + + Restore Application Wizard Hint + + + Create with wizard + + + Successfully imported provider. + Pomyślnie zaimportowano dostawcę. + + + Metadata + Metadane + + + Create + Utwórz + + + New provider + Nowy dostawca + + + Create a new provider. + Utwórz nowego dostawcę. + + + Create + Utwórz + + + + New Provider + + + Open the wizard to create a new provider. + + + Credentials + Poświadczenia + + + Google Cloud credentials file. + Plik poświadczeń Google Cloud. + + + Delegated Subject + Przedmiot delegowany + + + Email address of the user the actions of authentik will be delegated to. + Adres e-mail użytkownika, któremu zostaną przekazane działania authentik. + + + Default group email domain + Domyślna domena grupowej poczty e-mail + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + Domyślna domena używana do generowania adresu e-mail grupy. Można dostosować za pomocą mapowania właściwości. + + + User deletion action + Akcja usunięcia użytkownika + + + User is deleted + Użytkownik został usunięty + + + Suspend + Zawieś + + + User is suspended, and connection to user in authentik is removed. + Użytkownik jest zawieszony, a połączenie z użytkownikiem w authentik zostaje usunięte. + + + Do Nothing + Nie rób nic + + + The connection is removed but the user is not modified + Połączenie jest usunięte, ale użytkownik nie jest modyfikowany + + + Determines what authentik will do when a User is deleted. + Określa, co authentik zrobi, gdy użytkownik zostanie usunięty. + + + Group deletion action + Akcja usunięcia grupy + + + Group is deleted + Grupa została usunięta + + + The connection is removed but the group is not modified + Połączenie jest usunięte, ale grupa nie jest modyfikowana + + + Determines what authentik will do when a Group is deleted. + Określa, co zrobi authentik, gdy grupa zostanie usunięta. + + + Client ID for the app registration. + ID klienta dla rejestracji aplikacji. + + + Client secret for the app registration. + Sekret klienta do rejestracji aplikacji. + + + Tenant ID + ID najemcy + + + ID of the tenant accounts will be synced into. + Identyfikator kont najemców, z którymi będą synchronizowane. + + + Delete authorization on disconnect + Usuwanie autoryzacji przy rozłączeniu + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + Po włączeniu tej opcji autoryzacje połączeń będą usuwane, gdy klient się rozłączy. Zmusi to klientów ze słabymi połączeniami internetowymi do ponownej autoryzacji punktu końcowego. + + + Connection settings. + Ustawienia połączenia. + + + Key used to sign the events. + + + Event Retention + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + + + OIDC Providers + + + Providers + Dostawcy + + + Provide support for protocols like SAML and OAuth to assigned applications. + Zapewniają obsługę protokołów takich jak SAML i OAuth przypisanym aplikacjom. + + + Provider Search + + + Search for providers… + + + Provider(s) + Dostawca(y) + + + Assigned to application + Przypisany do aplikacji + + + Assigned to application (backchannel) + Przypisany do aplikacji (backchannel) + + + Provider not assigned to any application. + + + Update + Aktualizacja + + + + Edit "" provider + + + Successfully triggered sync. + + + Log messages + Dziennik wiadomości + + + Override dry-run mode + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + + + Sync + + + Sync Group + + + Google Workspace Group(s) + Grupa(y) Google Workspace + + + Sync User + + + Google Workspace User(s) + Użytkownik(cy) Google Workspace + + + Username + Nazwa użytkownika + + + Current status + + + Sync is currently running. + + + Sync is not currently running. + + + Last successful sync + + + No successful sync found. + + + Last sync status + + + Changelog + Lista zmian + + + Provisioned Users + Dostarczeni użytkownicy + + + Provisioned Groups + Dostarczone grupy + + + Warning: Provider is not assigned to an application as backchannel provider. + Ostrzeżenie: Dostawca nie jest przypisany do aplikacji jako dostawca backchannel. + + + Dry-run + + + Update Google Workspace Provider + Aktualizuj dostawcę Google Workspace + + + Select providers to add to application + Wybierz dostawców, których chcesz dodać do aplikacji + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Wprowadź pełny adres URL, ścieżkę względną lub użyj „fa://fa-test”, aby użyć ikony Font Awesome „fa-test”. + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + Szablon ścieżki dla utworzonych użytkowników. Użyj symboli zastępczych, takich jak `%(slug)s` aby wstawić źródłowego ślimaka. + + + Successfully updated application. + Pomyślnie zaktualizowano aplikację. + + + Successfully created application. + Pomyślnie utworzono aplikacje. + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + + + Select a provider that this application should use. + Wybierz dostawcę, z którego ma korzystać aplikacja. + + + Backchannel Providers + Dostawcy usług backchannel + + + Select backchannel providers which augment the functionality of the main provider. + Wybierz dostawców backchannel, którzy rozszerzają funkcjonalność głównego dostawcy. + + + Add provider + Dodaj dostawcę + + + UI settings + Ustawienia interfejsu użytkownika + + + Icon + Ikona + + + Currently set to: + Obecnie ustawiony na: + + + Clear icon + Wyczyść ikonę + + + Delete currently set icon. + Usuń aktualnie ustawioną ikonę. + + + Publisher + Wydawca + + + Description + Opis + + + Create Application + Utwórz aplikację + + + Warning: Provider is not used by any Outpost. + Ostrzeżenie: Dostawca nie jest używany przez żadną placówkę. + + + Assigned to application + Przypisany do aplikacji + + + Update LDAP Provider + Aktualizuj dostawcę LDAP + + + How to connect + Jak się połączyć + + + Connect to the LDAP Server on port 389: + Połącz się z serwerem LDAP na porcie 389: + + + Check the IP of the Kubernetes service, or + Sprawdź adres IP usługi Kubernetes lub + + + The Host IP of the docker host + Adres IP hosta dockera + + + Bind DN + Wiąż DN + + + Bind Password + Powiąż hasło + + + Your authentik password + + + Search base + Baza wyszukiwania + + + Microsoft Entra Group(s) + Grupa(y) Microsoft Entra + + + Microsoft Entra User(s) + Użytkownik(cy) Microsoft Entra + + + Update Microsoft Entra Provider + Aktualizuj dostawcę Microsoft Entra + + + Preview + Podgląd + + + Warning: Provider is not used by an Application. + Ostrzeżenie: Dostawca nie jest używany przez aplikację. + + + + + + Update OAuth2 Provider + Aktualizuj dostawcę OAuth2 + + + OpenID Configuration URL + URL konfiguracji OpenID + + + OpenID Configuration Issuer + Wystawca konfiguracji OpenID + + + Authorize URL + URL autoryzacji + + + Token URL + URL tokena + + + Userinfo URL + URL Userinfo + + + Logout URL + URL wylogowania + + + JWKS URL + URL JWKS + + + JWT payload + Ładunek JWT + + + Preview for user + Podgląd dla użytkownika + + + Nginx (Ingress) + Nginx (Ingress) + + + Nginx (Proxy Manager) + Nginx (Proxy Manager) + + + Nginx (standalone) + Nginx (standalone) + + + Traefik (Ingress) + Traefik (Ingress) + + + Traefik (Compose) + Traefik (Compose) + + + Traefik (Standalone) + Traefik (Standalone) + + + Caddy (Standalone) + Caddy (Standalone) + + + Update Proxy Provider + Aktualizuj dostawcę proxy + + + Protocol Settings + Ustawienia protokołu + + + Allowed Redirect URIs + Dozwolone URI przekierowania + + + Setup + Instalacja + + + No additional setup is required. + Nie jest wymagana żadna dodatkowa konfiguracja. + + + Connection Token(s) + Token(y) połączenia + + + Endpoint + Punkt końcowy + + + Successfully updated endpoint. + Pomyślnie zaktualizowano punkt końcowy. + + + Successfully created endpoint. + Pomyślnie utworzono punkt końcowy. + + + Protocol + Protokół + + + RDP + RDP + + + SSH + SSH + + + VNC + VNC + + + Host + Host + + + Hostname/IP to connect to. Optionally specify the port. + + + Maximum concurrent connections + Maksymalna liczba jednoczesnych połączeń + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + Maksymalne dozwolone jednoczesne połączenia z tym punktem końcowym. Może być ustawiony na -1, aby wyłączyć limit. + + + Advanced settings + Zaawansowane ustawienia + + + Search for users by username or display name... + + + Search Users + + + Select Users + + + Active + Aktywny + + + Last login + Ostatnie logowanie + + + Show inactive users + + + Select users + + + Confirm + + + Successfully updated group. + Pomyślnie zaktualizowano grupę. + + + Successfully created group. + Pomyślnie utworzono grupę. + + + Type a group name... + + + Group Name + + + Superuser Privileges + + + Whether users added to this group will have superuser privileges. + + + Parent Group + + + Select an optional parent group... + + + Roles + Role + + + Available Roles + Dostępne role + + + Selected Roles + Wybrane role + + + Select roles to grant this groups' users' permissions from the selected roles. + Wybierz role, aby przyznać użytkownikom tej grupy uprawnienia z wybranych ról. + + + Set custom attributes using YAML or JSON. + Ustaw atrybuty niestandardowe za pomocą YAML lub JSON. + + + Successfully updated binding. + Pomyślnie zaktualizowano powiązanie. + + + Successfully created binding. + Pomyślnie utworzono powiązanie. + + + Don't pass + Nie przepuszczaj + + + Result used when policy execution fails. + Wynik używany, gdy wykonanie zasady się nie powiedzie. + + + Successfully updated policy. + Pomyślnie zaktualizowano zasadę. + + + Successfully created policy. + Pomyślnie utworzono zasadę. + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + Zasada używana do testowania. Zawsze zwraca ten sam wynik, jak określono poniżej, po odczekaniu losowego czasu trwania. + + + Execution logging + Rejestrowanie wykonania + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + Gdy ta opcja jest włączona, wszystkie wykonania tej zasady będą rejestrowane. Domyślnie rejestrowane są tylko błędy wykonania. + + + Policy-specific settings + Ustawienia specyficzne zasady + + + Pass policy? + Przechodzi zasadę? + + + Wait (min) + Czekaj (min) + + + The policy takes a random time to execute. This controls the minimum time it will take. + Wykonanie zasady zajmuje losowy czas. Kontroluje to minimalny czas, jaki zajmie. + + + Wait (max) + Czekaj (max) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + Dopasowuje zdarzenie do zestawu kryteriów. Jeśli którakolwiek ze skonfigurowanych wartości jest zgodna, zasada przechodzi. + + + Match created events with this action type. When left empty, all action types will be matched. + Dopasuj utworzone zdarzenia do tego typu akcji. Jeśli pozostawisz to puste, wszystkie typy akcji zostaną dopasowane. + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + + + Match events created by selected application. When left empty, all applications are matched. + Dopasuj wydarzenia utworzone przez wybraną aplikację. Jeśli pozostanie pusty, wszystkie aplikacje zostaną dopasowane. + + + Match events created by selected model. When left empty, all models are matched. + Dopasowanie zdarzeń utworzonych przez wybrany model. Pozostawienie pustego pola powoduje dopasowanie wszystkich modeli. + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + Sprawdza, czy żądanego użytkownika hasło zostało zmienione w ciągu ostatnich x dni, i odmawia na podstawie ustawień. + + + Maximum age (in days) + Maksymalny wiek (w dniach) + + + Only fail the policy, don't invalidate user's password + Tylko nie spełniaj zasad, nie unieważniaj hasła użytkownika. + + + Executes the python snippet to determine whether to allow or deny a request. + Wykonuje fragment kodu Pythona, aby określić, czy zezwolić, czy odrzucić żądanie. + + + Expression using Python. + Wyrażenie za pomocą Pythona. + + + See documentation for a list of all variables. + Zobacz dokumentację, aby zobaczyć listę wszystkich zmiennych. + + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + + + Distance settings + + + Check historical distance of logins + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + + + Maximum distance + + + Maximum distance a login attempt is allowed from in kilometers. + + + Distance tolerance + + + Tolerance in checking for distances in kilometers. + + + Historical Login Count + + + Amount of previous login events to check against. + + + Check impossible travel + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + + + Impossible travel tolerance + + + Static rule settings + + + ASNs + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + + + Countries + Kraje + + + Available Countries + Dostępne kraje + + + Selected Countries + Wybrane kraje + + + Static rules + Reguły statyczne + + + Minimum length + Minimalna długość + + + Minimum amount of Uppercase Characters + Minimalna liczba wielkich liter + + + Minimum amount of Lowercase Characters + Minimalna liczba małych liter + + + Minimum amount of Digits + Minimalna ilość cyfr + + + Minimum amount of Symbols Characters + Minimalna liczba symboli + + + Error message + Komunikat o błędzie + + + Symbol charset + Zestaw znaków symboli + + + Characters which are considered as symbols. + Znaki uważane za symbole. + + + HaveIBeenPwned settings + Ustawienia HaveIBeenPwned + + + Allowed count + Dozwolona liczba + + + Allow up to N occurrences in the HIBP database. + Dopuść do N wystąpień w bazie danych HIBP. + + + zxcvbn settings + ustawienia zxcvbn + + + Score threshold + Próg wyniku + + + If the password's score is less than or equal this value, the policy will fail. + Jeśli wynik hasła jest równy lub mniejszy od tej wartości, zasada zakończy się niepowodzeniem. + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + 0: Zbyt łatwe do odgadnięcia: ryzykowne hasło. (zgadnięcia &lt; 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1: Bardzo możliwe do odgadnięcia: ochrona przed zdławionymi atakami online. (zgadnięcia &lt; 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2: Możliwe do odgadnięcia: ochrona przed niezdławionymi atakami online. (zgadnięcia &lt; 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3: Pewnie nie do odgadnięcia: umiarkowana ochrona przed scenariuszem offline slow-hash. (zgadnięcia &lt; 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4: Bardzo trudne do odgadnięcia: silna ochrona przed scenariuszem offline slow-hash. (zgadnięcia &gt;= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + Sprawdza wartość z żądania zasad pod kątem kilku reguł, używanych głównie w celu zapewnienia siły hasła. + + + Password field + Pole hasła + + + Field key to check, field keys defined in Prompt stages are available. + Klucz pola do sprawdzenia, dostępne są klucze pola zdefiniowane w etapach monitu. + + + Check static rules + Sprawdź reguły statyczne + + + Check haveibeenpwned.com + Sprawdź haveibeenpwned.com + + + For more info see: + Aby uzyskać więcej informacji, zobacz: + + + Check zxcvbn + Sprawdź zxcvbn + + + Password strength estimator created by Dropbox, see: + Narzędzie do szacowania siły hasła stworzone przez Dropbox, zobacz: + + + Allows/denys requests based on the users and/or the IPs reputation. + Zezwala/odrzuca żądania na podstawie reputacji użytkowników i/lub adresów IP. + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + Nieprawidłowe próby logowania zmniejszą wynik dla adresu IP klienta, i +nazwa użytkownika, pod którą próbują się zalogować, przez jeden. + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + Zasada przechodzi, gdy punkty reputacji spadną poniżej progu i +nie przechodzi, gdy jedna lub obie wybrane opcje są równe lub wyższe od progu. + + + Check IP + Sprawdź IP + + + Check Username + Sprawdź nazwę użytkownika + + + Threshold + Próg + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + + + Number of previous passwords to check + + + New policy + Nowa zasady + + + Create a new policy. + Utwórz nową zasadę. + + + Create Binding + Utwórz powiązanie + + + Members + Członkowie + + + Select groups to add user to + Wybierz grupy, do których chcesz dodać użytkownika + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + Ostrzeżenie: Dodanie użytkownika do wybranych grup spowoduje nadanie mu uprawnień superużytkownika. + + + Company employees with access to the full enterprise feature set. + + + External consultants or B2C customers without access to enterprise features. + + + Machine-to-machine authentication or other automations. + + + Successfully updated user. + Pomyślnie zaktualizowano użytkownika. + + + Successfully created user and added to group + Pomyślnie utworzono użytkownika i dodano go do grupy + + + Successfully created user. + Pomyślnie utworzono użytkownika. + + + Type a username for the user... + + + The user's primary identifier used for authentication. 150 characters or fewer. + + + Display Name + + + Type an optional display name... + + + The user's display name. + + + User type + Typ użytkownika + + + Internal Service account + + + Managed by authentik and cannot be assigned manually. + + + Email Address + + + Type an optional email address... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + + + Path + Ścieżka + + + Type a path for the user... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + + + Edit Policy + Edytuj zasady + + + Update Group + Aktualizuj grupę + + + Edit Group + Edytuj grupę + + + Update User + Aktualizuj użytkownika + + + Edit User + Edytuj użytkownika + + + Policy binding(s) + Wiązanie(a) zasady + + + Update Binding + Aktualizuj wiązanie + + + No Policies bound. + Żadne zasady nie są związane. + + + Policy actions + + + Create and bind Policy + Utwórz i powiąż zasady + + + Bind existing + + + The currently selected policy engine mode is : + + + Endpoint(s) + Punkt(y) końcowy(e) + + + Update Endpoint + Aktualizuj punkt końcowy + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + Te powiązania kontrolują, którzy użytkownicy będą mieli dostęp do tego punktu końcowego. Użytkownicy muszą mieć również dostęp do aplikacji. + + + Create Endpoint + Utwórz punkt końcowy + + + Connections + Połączenia + + + Update RAC Provider + Aktualizuj dostawcę RAC + + + Endpoints + Punkty końcowe + + + Update Radius Provider + Aktualizuj dostawcę Radius + + + Download + Pobierz + + + Copy download URL + Skopiuj URL pobierania + + + Download signing certificate + Pobierz certyfikat podpisywania + + + Related objects + Powiązane obiekty + + + Update SAML Provider + Aktualizuj dostawcę SAML + + + SAML Configuration + Konfiguracja SAML + + + EntityID/Issuer + EntityID/Issuer + + + SSO URL (Post) + URL SSO (POST) + + + SSO URL (Redirect) + URL SSO (przekierowanie) + + + SSO URL (IdP-initiated Login) + URL SSO (logowanie inicjowane przez IdP) + + + SLO URL (Post) + URL SLO (POST) + + + SLO URL (Redirect) + URL SLO (Przekierowanie) + + + SAML Metadata + Metadane SAML + + + Example SAML attributes + Przykładowe atrybuty SAML + + + NameID attribute + Atrybut NameID + + + SCIM Group(s) + Grupa(y) SCIM + + + SCIM User(s) + Użytkowni(k/cy) SCIM + + + Update SCIM Provider + Aktualizuj dostawcę SCIM + + + SSF Provider is in preview. + + + Send us feedback! + Prześlij nam opinię! + + + SSF URL + + + No assigned application + + + Update SSF Provider + + + Streams + + + Applications + Aplikacje + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + + + Application Icon + Ikona aplikacji + + + Provider Type + Typ dostawcy + + + Applications Documentation + + + Application(s) + Aplikacja(e) + + + Application icon for "" + + + Update Application + Aktualizuj aplikację + + + Edit "" + + + Open "" + + + Open + Otwarty + + + Create with Provider + + + Successfully cleared application cache + + + Failed to delete application cache + + + Clear cache + Wyczyść pamięć podręczną + + + Clear Application cache + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + + + Successfully sent test-request. + Pomyślnie wysłano zapytanie testowe. + + + Successfully updated entitlement. + + + Successfully created entitlement. + + + Application entitlement(s) + + + Update Entitlement + + + These bindings control which users have access to this entitlement. + + + No app entitlements created. + + + This application does currently not have any application entitlements defined. + + + Create Entitlement + + + Create entitlement + + + Failed to fetch application "". + + + Warning: Application is not used by any Outpost. + + + Related + Związane z + + + Check access + Sprawdź dostęp + + + Check + Sprawdź + + + Check Application access + Sprawdź dostęp do aplikacji + + + Test + Test + + + Launch + Uruchom + + + Logins over the last week (per 8 hours) + Logowania w ciągu ostatniego tygodnia (co 8 godzin) + + + Application entitlements + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + + + Policy / Group / User Bindings + Zasada / Grupa / Wiązania użytkownika + + + Loading application... + + + Successfully updated device. + Pomyślnie zaktualizowano urządzenie. + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + Kopiuj + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + Aktualizuj urządzenie + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + Hostname + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + Kliknij, aby zmienić wartość + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + Długość sesji + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + Pomyślnie zaktualizowano token. + + + Successfully created token. + Pomyślnie utworzono token. + + + Expires on + Wygasa dnia + + + Token name... + + + Token name + + + Expiring + Wygasa + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + Jeśli ta opcja zostanie wybrana, token wygaśnie. Po wygaśnięciu token będzie podlegał rotacji. + + + The token has been copied to your clipboard + Token został skopiowany do schowka + + + The token was displayed because authentik does not have permission to write to the clipboard + Token został wyświetlony, ponieważ authentik nie ma uprawnień do zapisu w schowku + + + Expires? + Wygasa? + + + Expiry date + Data wygaśnięcia + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + Kopiuj token + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + Pomyślnie zaktualizowano źródło. + + + Successfully created source. + Pomyślnie utworzono źródło. + + + Link users on unique identifier + Łącz użytkowników za pomocą unikalnego identyfikatora + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + Łącz użytkownika z identycznym adresem e-mail. Może mieć wpływ na bezpieczeństwo, gdy źródło nie weryfikuje adresów e-mail + + + Use the user's email address, but deny enrollment when the email address already exists + Użyj adresu e-mail użytkownika, ale odmów rejestracji, gdy adres e-mail już istnieje. + + + Link to a user with identical username. Can have security implications when a username is used with another source + Połącz z użytkownikiem o identycznej nazwie użytkownika. Może mieć wpływ na bezpieczeństwo, gdy nazwa użytkownika jest używana z innym źródłem + + + Use the user's username, but deny enrollment when the username already exists + Użyj nazwy użytkownika, ale odmów rejestracji, gdy nazwa użytkownika już istnieje. + + + Unknown user matching mode + Nieznany tryb dopasowania użytkownika + + + Link to a group with identical name. Can have security implications when a group is used with another source + Połącz z grupą o identycznej nazwie. Może mieć implikacje bezpieczeństwa, gdy grupa jest używana z innym źródłem + + + Use the group's name, but deny enrollment when the name already exists + Użyj nazwy grupy, ale odmów rejestracji, gdy nazwa już istnieje + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + Zaktualizuj hasło wewnętrzne przy logowaniu + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + Gdy użytkownik zaloguje się do authentik przy użyciu tego źródłowego zaplecza haseł, zaktualizuje swoje poświadczenia w authentik. + + + Sync users + Synchronizuj użytkowników + + + User password writeback + Zapis zwrotny hasła użytkownika + + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + + + Realm settings + + + Realm + + + Kerberos 5 configuration + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + + + User matching mode + Tryb dopasowania użytkownika + + + Group matching mode + Tryb dopasowywania grup + + + Sync connection settings + + + KAdmin type + + + MIT krb5 kadmin + + + Heimdal kadmin + + + Other + + + Other type of kadmin + + + Sync principal + + + Principal used to authenticate to the KDC for syncing. + + + Sync password + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + + + Sync keytab + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + + + Sync credentials cache + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + + + SPNEGO settings + + + SPNEGO server name + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + + + SPNEGO keytab + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + + + SPNEGO credentials cache + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + + + Kerberos Attribute mapping + + + Property mappings for user creation. + Mapowania właściwości dla tworzenia użytkownika. + + + Property mappings for group creation. + Mapowania właściwości dla tworzenia grupy. + + + Flow to use when authenticating existing users. + Przepływ używany podczas uwierzytelniania istniejących użytkowników. + + + Enrollment flow + Przepływ rejestracji + + + Flow to use when enrolling new users. + Przepływ do wykorzystania podczas rejestrowania nowych użytkowników. + + + Additional settings + Dodatkowe ustawienia + + + User path + Ścieżka użytkownika + + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + Hasło logowania jest automatycznie synchronizowane z LDAP do authentik. Włącz tę opcję tylko w celu zapisania zmian hasła w authentik z powrotem do LDAP. + + + Sync groups + Synchronizuj grupy + + + Delete Not Found Objects + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + + + Connection settings + Ustawienia połączenia + + + Server URI + URI serwera + + + Specify multiple server URIs by separating them with a comma. + Określ wiele identyfikatorów URI serwera, oddzielając je przecinkami. + + + Enable StartTLS + Włącz StartTLS + + + To use SSL instead, use 'ldaps://' and disable this option. + Aby zamiast tego używać SSL, użyj „ldaps://” i wyłącz tę opcję. + + + Use Server URI for SNI verification + Użyj URI serwera do weryfikacji SNI + + + Required for servers using TLS 1.3+ + Wymagane dla serwerów korzystających z TLS 1.3+ + + + TLS Verification Certificate + Certyfikat weryfikacji TLS + + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + Podczas łączenia się z serwerem LDAP za pomocą TLS, certyfikaty nie są domyślnie sprawdzane. Określ parę kluczy, aby zweryfikować certyfikat zdalny. + + + TLS Client authentication certificate + Certyfikat uwierzytelniania klienta TLS + + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + Para kluczy certyfikatu klienta do uwierzytelniania w oparciu o certyfikat serwera LDAP. + + + Bind CN + Wiąż CN + + + LDAP Attribute mapping + Mapowanie atrybutów LDAP + + + Parent group for all the groups imported from LDAP. + Grupa nadrzędna dla wszystkich grup importowanych z LDAP. + + + Additional User DN + + + Additional user DN, prepended to the Base DN. + Dodatkowa nazwa wyróżniająca użytkownika poprzedzona podstawową nazwą wyróżniającą. + + + Additional Group DN + + + Additional group DN, prepended to the Base DN. + Dodatkowa DN grupy, poprzedzona podstawową DN. + + + User object filter + Filtr obiektów użytkownika + + + Consider Objects matching this filter to be Users. + Rozważ obiekty pasujące do tego filtra jako Użytkownicy. + + + Group object filter + Filtr obiektów grupowych + + + Consider Objects matching this filter to be Groups. + Rozważ obiekty pasujące do tego filtra jako grupy. + + + Group membership field + Pole członkostwa w grupie + + + Field which contains members of a group. The value of this field is matched against User membership attribute. + + + User membership attribute + + + Attribute which matches the value of Group membership field. + + + Lookup using user attribute + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + + + Object uniqueness field + Pole unikatowości obiektu + + + Field which contains a unique Identifier. + Pole zawierające unikalny identyfikator. + + + HTTP Basic Auth + + + Include the client ID and secret as request parameters + + + Plain + + + S256 + + + URL settings + Ustawienia URL + + + Authorization URL + URL autoryzacji + + + URL the user is redirect to to consent the authorization. + URL, do którego użytkownik jest przekierowywany, aby wyrazić zgodę na autoryzację. + + + Access token URL + URL tokena dostępu + + + URL used by authentik to retrieve tokens. + URL używany przez authentik do pobierania tokenów. + + + Profile URL + URL profilu + + + URL used by authentik to get user information. + URL używany przez authentik do uzyskania informacji o użytkowniku. + + + Request token URL + URL żądania tokena + + + URL used to request the initial token. This URL is only required for OAuth 1. + URL używany do żądania początkowego tokena. Ten adres URL jest wymagany tylko w przypadku protokołu OAuth 1. + + + OIDC Well-known URL + OIDC Well-known URL + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + OIDC well-known configuration URL. Może służyć do automatycznej konfiguracji powyższych adresów URL. + + + OIDC JWKS URL + OIDC JWKS URL + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + JSON Web Key URL. Klucze z adresu URL będą używane do walidacji tokenów JWT z tego źródła. + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + Surowe dane JWKS. + + + PKCE Method + + + Configure Proof Key for Code Exchange for this source. + + + Authorization code authentication method + + + How to perform authentication during an authorization_code token request flow + + + Consumer key + Klucz klienta + + + Also known as Client ID. + Znany również jako ID klienta. + + + Consumer secret + Sekret klienta + + + Also known as Client Secret. + Znany również jako sekret klienta. + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + Dodatkowe zakresy przekazywane do dostawcy OAuth, oddzielone spacją. Aby zastąpić istniejące zakresy, należy poprzedzić je *. + + + OAuth Attribute mapping + Mapowanie atrybutów OAuth + + + Load servers + Załaduj serwery + + + Re-authenticate with Plex + + + Allow friends to authenticate via Plex, even if you don't share any servers + Zezwalaj znajomym na uwierzytelnianie przez Plex, nawet jeśli nie udostępniasz żadnych serwerów + + + Allowed servers + Dozwolone serwery + + + Select which server a user has to be a member of to be allowed to authenticate. + Wybierz serwer, którego członkiem musi być użytkownik, aby mógł się uwierzytelniać. + + + Plex Attribute mapping + Mapowanie atrybutów Plex + + + Verify Assertion Signature + + + When enabled, authentik will look for a Signature inside of the Assertion element. + + + Verify Response Signature + + + When enabled, authentik will look for a Signature inside of the Response element. + + + SSO URL + SSO URL + + + URL that the initial Login request is sent to. + URL, do którego wysyłane jest początkowe żądanie logowania. + + + SLO URL + SLO URL + + + Optional URL if the IDP supports Single-Logout. + Opcjonalny URL, jeśli dostawca tożsamości obsługuje pojedyncze wylogowanie. + + + Also known as Entity ID. Defaults the Metadata URL. + Znany również jako Entity ID. Domyślny adres URL metadanych. + + + Binding Type + Typ wiązania + + + Redirect binding + Wiązanie przekierowania + + + Post-auto binding + Wiązanie post-auto + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + Wiązanie Post, ale żądanie jest wysyłane automatycznie i użytkownik nie musi potwierdzać. + + + Post binding + Wiązanie Post + + + Signing keypair + Podpisująca pary kluczy + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + Para kluczy służąca do podpisywania żądań wychodzących. Pozostaw puste, aby wyłączyć podpisywanie. + + + Allow IDP-initiated logins + Zezwalaj na logowanie inicjowane przez IDP + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + Umożliwia przepływy uwierzytelniania zainicjowane przez dostawcę tożsamości. Może to stanowić zagrożenie bezpieczeństwa, ponieważ nie przeprowadza się weryfikacji identyfikatora żądania. + + + NameID Policy + Zasada NameID + + + Delete temporary users after + Usuń tymczasowych użytkowników po + + + 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. + Przesunięcie czasowe, kiedy użytkownicy tymczasowi powinni zostać usunięci. Ma to zastosowanie tylko wtedy, gdy IDP używa „przejściowego” formatu NameID, a użytkownik nie wylogowuje się ręcznie. + + + When selected, encrypted assertions will be decrypted using this keypair. + + + SAML Attribute mapping + + + Pre-authentication flow + Przepływ wstępnego uwierzytelniania + + + Flow used before authentication. + Przepływ używany przed uwierzytelnieniem. + + + SCIM Attribute mapping + + + Bot username + + + Bot token + + + Request access to send messages from your bot + + + Telegram Attribute mapping + + + New source + Nowe źródło + + + Create a new source. + Utwórz nowe źródło. + + + Federation and Social login + Logowanie federacyjne i społecznościowe + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + Źródła tożsamości, które mogą być zsynchronizowane z bazą danych authentik lub mogą być używane przez użytkowników do uwierzytelniania i rejestracji. + + + Source(s) + Źródło(a) + + + Disabled + Wyłączone + + + Built-in + Wbudowany + + + Kerberos Source is in preview. + + + Update Kerberos Source + + + Connectivity + Łączność + + + Global status + Status globalny + + + Vendor + Dostawca + + + Update LDAP Source + Aktualizuj źródło LDAP + + + OAuth Source + Źródło OAuth + + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + Mapowania grup można sprawdzić tylko wtedy, gdy użytkownik jest już zalogowany podczas próby uzyskania dostępu do tego źródła. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Mapowania użytkowników można sprawdzić tylko wtedy, gdy użytkownik jest już zalogowany podczas próby uzyskania dostępu do tego źródła. + + + Generic OpenID Connect + Ogólny OpenID Connect + + + Unknown provider type + Nieznany typ dostawcy + + + Callback URL + URL wywołania zwrotnego + + + Access Key + Klucz dostępu + + + Update OAuth Source + Aktualizuj źródło OAuth + + + Diagram + Diagram + + + Policy Bindings + Wiązania zasady + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + Te powiązania kontrolują, którzy użytkownicy mogą uzyskać dostęp do tego źródła. +Można tu używać tylko zasad, ponieważ dostęp jest sprawdzany przed uwierzytelnieniem użytkownika. + + + Update Plex Source + Aktualizuj źródło Plex + + + Update SAML Source + Aktualizuj źródło SAML + + + Update SCIM Source + Aktualizuj źródło SCIM + + + SCIM Base URL + Bazowy adres URL SCIM + + + Click to copy token + Kliknij, aby skopiować token + + + Telegram bot + + + Update Telegram Source + + + Successfully updated mapping. + Pomyślnie zaktualizowano mapowanie. + + + Successfully created mapping. + Pomyślnie utworzono mapowanie. + + + Unconfigured + Nieskonfigurowany + + + This option will not be changed by this mapping. + Ta opcja nie zostanie zmieniona przez to mapowanie. + + + General settings + Ustawienia ogólne + + + Password + Hasło + + + RDP settings + Ustawienia RDP + + + Ignore server certificate + Ignoruj certyfikat serwera + + + Enable wallpaper + Włącz tapetę + + + Enable font-smoothing + Włącz wygładzanie czcionek + + + Enable full window dragging + Włącz przeciąganie całego okna + + + SAML Attribute Name + Nazwa atrybutu SAML + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + Nazwa atrybutu używana w asercjach SAML. Może być identyfikatorem URN OID, odwołaniem do schematu lub dowolnym innym ciągiem. Jeśli to mapowanie właściwości jest używane dla właściwości NameID, to te pole jest odrzucane. + + + Friendly Name + Przyjazna nazwa + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + Opcjonalnie ustaw wartość „FriendlyName” atrybutu asercji. + + + Scope name + Nazwa zakresu + + + Scope which the client can specify to access these properties. + Zakres, który klient może określić, aby uzyskać dostęp do tych właściwości. + + + Description shown to the user when consenting. If left empty, the user won't be informed. + Opis wyświetlany użytkownikowi podczas wyrażania zgody. Jeśli pozostanie pusty, użytkownik nie zostanie o tym poinformowany. + + + Example context data + Przykładowe dane kontekstowe + + + Active Directory User + Użytkownik Active Directory + + + Active Directory Group + Grupa Active Directory + + + New property mapping + Nowe mapowanie własności + + + Create a new property mapping. + Utwórz nowe mapowanie właściwości. + + + Property Mappings + Mapowanie właściwości + + + Control how authentik exposes and interprets information. + Kontroluj sposób, w jaki authentik ujawnia i interpretuje informacje. + + + Property Mapping(s) + Mapowanie(a) właściwości + + + Test Property Mapping + Testuj mapowanie właściwości + + + Hide managed mappings + Ukryj zarządzane mapowania + + + Identifier + Identyfikator + + + Unique identifier the token is referenced by. + Unikalny identyfikator, do którego odwołuje się token. + + + Intent + Przeznaczenie + + + API Token + Token API + + + Used to access the API programmatically + Służy do programistycznego dostępu do interfejsu API + + + App password. + Hasło aplikacji + + + Used to login using a flow executor + Służy do logowania przy użyciu executora przepływu + + + Tokens + Tokeny + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + Tokeny są używane przez authentik do etapów weryfikacji poczty e-mail, kluczy odzyskiwania i dostępu do interfejsu API. + + + Token(s) + Token(y) + + + Create Token + Utwórz token + + + Token is managed by authentik. + Token jest zarządzany przez authentik. + + + Update Token + Aktualizuj token + + + Editing is disabled for managed tokens + Edycja jest wyłączona dla zarządzanych tokenów + + + Successfully updated brand. + Pomyślnie zaktualizowana markę. + + + Successfully created brand. + Pomyślnie stworzono markę. + + + Domain + Domena + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + Dopasowanie odbywa się na podstawie sufiksu domeny, więc jeśli wpiszesz domain.tld, foo.domain.tld nadal będzie pasować. + + + Use this brand for each domain that doesn't have a dedicated brand. + Użyj tej marki dla każdej domeny, która nie ma dedykowanej marki. + + + Branding settings + Ustawienia brandingowe + + + Title + Tytuł + + + Branding shown in page title and several other places. + Branding widoczny w tytule strony i kilku innych miejscach. + + + Logo + Logo + + + Logo shown in sidebar/header and flow executor. + + + Favicon + Favicon + + + Icon shown in the browser tab. + Ikona pokazana w karcie przeglądarki. + + + Default flow background + + + Default background used during flow execution. Can be overridden per flow. + + + Custom CSS + + + Custom CSS to apply to pages when this brand is active. + + + External user settings + + + Default application + + + Select an application... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + + + Default flows + Domyślny przepływ + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + Przepływ używany do uwierzytelniania użytkowników. Jeśli pozostanie pusty, używany jest pierwszy odpowiedni przepływ posortowany według ślimaka. + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + Przepływ używany do wylogowania. Jeśli pozostanie pusty, używany jest pierwszy odpowiedni przepływ posortowany według ślimaka. + + + Recovery flow + Przepływ odzyskiwania + + + Select a recovery flow... + + + Unenrollment flow + Przepływ wypisywania się + + + Select an unenrollment flow... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + Jeśli ta opcja jest ustawiona, użytkownicy mogą się wyrejestrować za pomocą tego przepływu. Jeśli nie ustawiono przepływu, opcja nie jest wyświetlana. + + + User settings flow + Przepływ ustawień użytkownika + + + Select a user settings flow... + + + If set, users are able to configure details of their profile. + Jeśli ta opcja jest ustawiona, użytkownicy mogą konfigurować szczegóły swojego profilu. + + + Device code flow + Przepływ kodu urządzenia + + + Select a device code flow... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + Jeśli jest ustawiony, można użyć profilu kodu urządzenia OAuth, a wybrany przepływ zostanie użyty do wprowadzenia kodu. + + + Other global settings + Inne ustawienia globalne + + + Web Certificate + Certyfikat sieciowy + + + Client Certificates + + + Available Certificates + + + Selected Certificates + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + Ustaw atrybuty niestandardowe za pomocą YAML lub JSON. Wszystkie ustawione tutaj atrybuty będą dziedziczone przez użytkowników, jeśli żądanie jest obsługiwane przez tą markę. + + + Search by domain or brand name... + + + Brands + Marki + + + Configure visual settings and defaults for different domains. + Skonfiguruj ustawienia wizualne i domyślne dla różnych domen. + + + Brand name + Nazwa marki + + + Default? + Domyślny? + + + Brand(s) + Marka(i) + + + Update Brand + Aktualizuj markę + + + Create Brand + Utwórz markę + + + New Brand + + + Policies + Zasady + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + Zezwalaj użytkownikom na korzystanie z aplikacji na podstawie właściwości, wymuszaj kryteria haseł i selektywnie stosuj etapy. + + + Assigned to object(s). + Przypisany do + obiektu(ów). + + + Warning: Policy is not assigned. + Ostrzeżenie: zasada nie jest przypisana. + + + Test Policy + Testuj zasadę + + + Policy / Policies + Zasada / Zasady + + + Successfully cleared policy cache + Pamięć podręczna zasad została wyczyszczona + + + Failed to delete policy cache + Nie udało się usunąć pamięci podręcznej zasad + + + Clear Policy cache + Wyczyść pamięć podręczną zasad + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + Czy na pewno chcesz wyczyścić pamięć podręczną zasad? Spowoduje to ponowną ocenę wszystkich zasad przy następnym użyciu. + + + Reputation scores + Punkty reputacji + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + Reputacja dla adresów IP i użytkowników. Wyniki są zmniejszane za każde nieudane logowanie i zwiększane za każde udane logowanie. + + + IP + IP + + + Score + Punkty + + + Updated + Zaktualizowano + + + Reputation + Reputacja + + + Search for a group by name… + + + Group Search + + + Groups + Grupy + + + Group users together and give them permissions based on the membership. + Grupuj użytkowników i nadaj im uprawnienia na podstawie członkostwa. + + + Parent + Rodzic + + + Superuser privileges? + Uprawnienia superużytkownika? + + + Group(s) + Grupa(y) + + + View details of group "" + + + Create Group + Utwórz grupę + + + New Group + + + Create group + Utwórz grupę + + + Create and assign a group with the same name as the user. + + + Whether the token will expire. Upon expiration, the token will be rotated. + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + Użyj poniższej nazwy użytkownika i hasła do uwierzytelnienia. Hasło można później odzyskać na stronie Tokeny. + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + Ważne przez 360 dni, po czym hasło zostanie automatycznie zmienione. Możesz skopiować hasło z listy tokenów. + + + Are you sure you want to delete ? + + + The following objects use + Następujące obiekty używają + + + + connecting object will be deleted + obiekt łączący zostanie usunięty + + + Successfully updated + Pomyślnie zaktualizowano + + + Failed to update : + Nie udało się zaktualizować + : + + + + Are you sure you want to update ? + + + Impersonating user... + + + This may take a few seconds. + + + Reason + + + Reason for impersonating the user + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + + + New Password + + + Successfully updated password. + Pomyślnie zaktualizowano hasło. + + + Successfully sent email. + Pomyślnie wysłano e-mail. + + + Email stage + Etap e-mail + + + Successfully added user(s). + Pomyślnie dodano użytkownika(ów). + + + Users + Użytkownicy + + + Open user selection dialog + + + Add users + Dodaj użytkowników + + + Group User Search + + + Group Users + + + User(s) + Użytkownik(cy) + + + Remove Users(s) + Usuń użytkownika(ów) + + + removed + usunięty + + + Are you sure you want to remove the selected users from the group ? + Czy na pewno chcesz usunąć wybranych użytkowników z grupy + ? + + + Impersonate + Podszywaj się + + + Temporarily assume the identity of this user + Tymczasowo przejmij tożsamość tego użytkownika + + + User status + Status użytkownika + + + Inactive + Nieaktywny + + + Regular user + Zwykły użytkownik + + + Change status + Zmień status + + + Deactivate + Dezaktywuj + + + Activate + Aktywuj + + + Update password + Aktualizuj hasło + + + Update 's password + + + Set password + Ustaw hasło + + + Successfully generated recovery link + Pomyślnie wygenerowano link odzyskiwania + + + Copy recovery link + Skopiuj link odzyskiwania + + + Send link + Wyślij link + + + Send recovery link to user + Wyślij link odzyskiwania do użytkownika + + + Email recovery link + Wyślij link odzyskiwania + + + Recovery link cannot be emailed, user has no email address saved. + Nie można wysłać linku odzyskiwania, użytkownik nie ma zapisanego adresu e-mail. + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + Aby umożliwić użytkownikowi bezpośrednie zresetowanie hasła, skonfiguruj przepływ odzyskiwania w aktualnie aktywnej marce. + + + Assign Additional Users + + + Warning: This group is configured with superuser access. Added users will have superuser access. + Ostrzeżenie: Ta grupa jest skonfigurowana z dostępem superużytkownika. Dodani użytkownicy będą mieli dostęp superużytkownika. + + + Add existing user + Dodaj istniejącego użytkownika + + + Add new user + + + Create User + Utwórz użytkownika + + + New User + + + This user will be added to the group "". + Ten użytkownik zostanie dodany do grupy &quot;&quot;. + + + New user... + + + Create Service Account + + + New Service Account + + + New service account... + + + Hide service-accounts + Ukryj konta usługowe + + + Group Info + Informacje o grupie + + + Notes + Notatki + + + Edit the notes attribute of this group to add notes here. + Edytuj atrybut notatek tej grupy, aby dodać tutaj notatki. + + + Unnamed + + + Collapse "" + + + Expand "" + + + Select "" + + + Items of "" + + + Root + Korzeń + + + A copy of this recovery link has been placed in your clipboard + Kopia tego łącza odzyskiwania została umieszczona w schowku + + + Search by username, email, etc... + + + User Search + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + Ostrzeżenie: masz zamiar usunąć użytkownika, na którym jesteś zalogowany jako ( + ). Kontynuuj na własne ryzyko. + + + Show deactivated users + + + No name set + + + Create recovery link + Utwórz link odzyskiwania + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + + + User folders + Foldery użytkownika + + + User paths + + + Successfully added user to group(s). + Pomyślnie dodano użytkownika do grup. + + + Groups to add + Grupy do dodania + + + Add group + Dodaj grupę + + + Remove from Group(s) + Usuń z grup(y) + + + Are you sure you want to remove user from the following groups? + Czy na pewno chcesz usunąć użytkownika + z następujących grup? + + + Add Group + Dodaj grupę + + + Add to existing group + Dodaj do istniejącej grupy + + + Add new group + Dodaj nową grupę + + + Application authorizations + Autoryzacje aplikacji + + + Revoked? + Unieważniono? + + + Expires + Wygasa + + + ID Token + ID Token + + + Access Tokens(s) + + + Refresh Tokens(s) + Token(y) odświeżania + + + Last IP + Ostatni adres IP + + + Last used + Ostatnio używany + + + Session(s) + Sesja(e) + + + Expiry + Wygasa + + + (Current session) + (Obecna sesja) + + + Consent(s) + Zgoda(y) + + + Reputation score(s) + Punkt(y) reputacji + + + Disconnect + Rozłącz + + + Successfully disconnected source + Pomyślnie odłączono źródło + + + Failed to disconnected source: + Nie udało się odłączyć źródła: + + + + Connect + Połącz + + + Error: unsupported source settings: + Błąd: nieobsługiwane ustawienia źródła: + + + + "" source + + + No services available. + Brak dostępnych usług. + + + Source Settings + + + Confirmed + Potwierdzono + + + Created at + Utworzono o + + + Last updated at + Ostatnia aktualizacja o + + + Last used at + Ostatnio używane o + + + Device type cannot be deleted + + + Device(s) + Urządzenie(a) + + + Email + E-mail + + + Last password change + + + User Info + Informacje użytkownika + + + Lock the user out of this system + Zablokuj użytkownikowi dostęp do systemu + + + Allow the user to log in and use this system + Zezwól użytkownikowi na zalogowanie się i korzystanie z systemu. + + + Enter a new password for this user + Wprowadź nowe hasło dla tego użytkownika + + + Create a link for this user to reset their password + Utwórz link dla tego użytkownika, aby zresetować jego hasło. + + + Create Recovery Link + Utwórz link odzyskiwania + + + Sessions + Sesje + + + Explicit Consent + Wyraźna zgoda + + + OAuth Access Tokens + Tokeny dostępu OAuth + + + OAuth Refresh Tokens + Tokeny odświeżania OAuth + + + MFA Authenticators + Uwierzytelniacze MFA + + + Connected services + Połączone usługi + + + RAC Connections + Połączenia RAC + + + Actions over the last week (per 8 hours) + Działania w ciągu ostatniego tygodnia (co 8 godzin) + + + Edit the notes attribute of this user to add notes here. + Edytuj atrybut notatek tego użytkownika, aby dodać tutaj notatki. + + + User events + Zdarzenia użytkownika + + + Credentials / Tokens + Poświadczenia / tokeny + + + Successfully updated role. + Pomyślnie zaktualizowano rolę. + + + Successfully created role. + Pomyślnie utworzono rolę. + + + Manage roles which grant permissions to objects within authentik. + Zarządzaj rolami, które przyznają uprawnienia do obiektów w authentik. + + + Role(s) + Rola(e) + + + Update Role + Aktualizuj rolę + + + Create Role + Utwórz rolę + + + Unknown Initial Permissions mode + + + Successfully updated initial permissions. + + + Successfully created initial permissions. + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + + + The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. + + + Available Permissions + + + Selected Permissions + + + Permissions to grant when a new object is created. + + + Initial Permissions + + + Set initial permissions for newly created objects. + + + Update Initial Permissions + + + Create Initial Permissions + + + Role Info + Informacje o roli + + + Role + + + Successfully updated invitation. + Pomyślnie zaktualizowano zaproszenie. + + + Successfully created invitation. + Pomyślnie utworzono zaproszenie. + + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + + + Flow + Przepływ + + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + Po wybraniu tej opcji zaproszenie będzie dostępne tylko w danym przepływie. Domyślnie zaproszenie jest akceptowane we wszystkich przepływach z etapami zaproszenia. + + + Custom attributes + Atrybuty niestandardowe + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + Opcjonalne dane, które są ładowane do zmiennej kontekstowej „prompt_data” przepływu. YAML lub JSON. + + + Single use + Jednorazowego użytku + + + When enabled, the invitation will be deleted after usage. + Po włączeniu zaproszenie zostanie usunięte po użyciu. + + + Select an enrollment flow + Wybierz przepływ rejestracji + + + Link to use the invitation. + Link do korzystania z zaproszenia. + + + Invitations + Zaproszenia + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + Utwórz Linki Zaproszeniowe, aby zarejestrować Użytkowników i opcjonalnie wymusić określone atrybuty ich konta. + + + Created by + Utworzono przez + + + Invitation(s) + Zaproszenie(a) + + + Invitation not limited to any flow, and can be used with any enrollment flow. + Zaproszenie nie jest ograniczone do żadnego przepływu i może być używane z dowolnym przepływem rejestracji. + + + Update Invitation + Aktualizuj zaproszenie + + + Create Invitation + Utwórz zaproszenie + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + Ostrzeżenie: żaden etap zaproszenia nie jest powiązany z żadnym przepływem. Zaproszenia nie będą działać zgodnie z oczekiwaniami. + + + Pseudolocale (for testing) + Pseudo ustawienia regionalne (do testowania) + + + German + Niemiecki + + + English + Angielski + + + Spanish + Hiszpański + + + French + Francuski + + + Italian + + + Japanese + + + Korean + Koreański + + + Dutch + Holenderski + + + Polish + Polski + + + Russian + Rosyjski + + + Turkish + Turecki + + + Chinese (simplified) + Chiński (uproszczony) + + + Chinese (traditional) + Chiński (tradycyjny) + + + Not you? + Nie ty? + + + Auto-detect (based on your browser) + Automatycznie wykryj (na podstawie Twojej przeglądarki) + + + Required. + Wymagany. + + + Continue + Kontynuuj + + + Failed to preview prompt + + + Successfully updated prompt. + Pomyślnie zaktualizowano monit. + + + Successfully created prompt. + Pomyślnie utworzono monit. + + + Text: Simple Text input + Tekst: proste wprowadzanie tekstu + + + Text Area: Multiline text input + Tekst: Proste wprowadzanie tekstu. + + + Text (read-only): Simple Text input, but cannot be edited. + Tekst (tylko do odczytu): Proste wprowadzanie tekstu, ale nie można go edytować. + + + Text Area (read-only): Multiline text input, but cannot be edited. + Tekst (tylko do odczytu): Proste wprowadzanie tekstu, ale nie można go edytować. + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + Nazwa użytkownika: to samo, co wprowadzanie tekstu, ale sprawdza i zapobiega duplikowaniu nazw użytkowników. + + + Email: Text field with Email type. + Email: Pole tekstowe z typem Email. + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + Hasło: Maskowane dane wejściowe, wszystkie wystąpienia tego typu w tym samym zapytaniu muszą być identyczne. + + + Number + Numer + + + Checkbox + Pole wyboru + + + Radio Button Group (fixed choice) + Grupa przełączników (stały wybór) + + + Dropdown (fixed choice) + Lista rozwijana (stały wybór) + + + Date + Data + + + Date Time + Data Czas + + + File + Plik + + + Separator: Static Separator Line + Separator: Statyczna linia separatora + + + Hidden: Hidden field, can be used to insert data into form. + Ukryte: Ukryte pole, może służyć do wstawiania danych do formularza. + + + Static: Static value, displayed as-is. + Statyczny: wartość statyczna, wyświetlana w stanie, w jakim jest. + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: Języki: Wyświetla listę języków obsługiwanych przez authentik. + + + Preview errors + Podgląd błędów + + + Data preview + Podgląd danych + + + Unique name of this field, used for selecting fields in prompt stages. + Unikalna nazwa tego pola, używana do wybierania pól w etapach podpowiedzi. + + + Field Key + Klucz pola + + + Name of the form field, also used to store the value. + Nazwa pola formularza, używana również do przechowywania wartości. + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + W przypadku użycia w połączeniu z etapem zapisu użytkownika, użyj attribute.foo do zapisania atrybutów. + + + Label + Etykieta + + + Label shown next to/above the prompt. + Etykieta pokazana obok/nad monitem. + + + Interpret placeholder as expression + Interpretuj symbol zastępczy jako wyrażenie + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + Po sprawdzeniu, symbol zastępczy zostanie oceniony w taki sam sposób, jak mapowanie właściwości. + Jeśli ocena nie powiedzie się, zwracany jest sam symbol zastępczy. + + + Placeholder + Symbol zastępczy + + + 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. + Opcjonalnie podaj krótką wskazówkę opisującą oczekiwaną wartość wejściową. + Podczas tworzenia stałego pola wyboru włącz interpretację jako wyrażenie i + zwróć listę, aby zwrócić wiele opcji do wyboru. + + + Interpret initial value as expression + Interpretuj wartość początkową jako wyrażenie + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + Po sprawdzeniu, wartość początkowa zostanie oceniona w taki sam sposób, jak mapowanie właściwości. + Jeśli ocena nie powiedzie się, zwracany jest sama wartość początkowa. + + + Initial value + Początkowa wartość + + + 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. + Opcjonalnie wstępnie wypełnij dane wejściowe wartością początkową. + Podczas tworzenia stałego pola wyboru włącz interpretację jako wyrażenie i + zwróć listę, aby zwrócić wiele domyślnych wyborów. + + + Help text + Tekst pomocy + + + Any HTML can be used. + Można użyć dowolnego kodu HTML. + + + Prompts + Monity + + + Single Prompts that can be used for Prompt Stages. + Pojedyncze monity, których można używać dla etapów monitów. + + + Field + Pole + + + Stages + Etapy + + + Prompt(s) + Monit(y) + + + Update Prompt + Aktualizuj monit + + + Create Prompt + Utwórz monit + + + Successfully updated stage. + Pomyślnie zaktualizowano etap. + + + Successfully created stage. + Pomyślnie utworzono etap. + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Etap używany do konfiguracji uwierzytelniania opartego na duo. Ten etap powinien być używany do przepływów konfiguracji. + + + Authenticator type name + Nazwa typu uwierzytelniacza + + + Display name of this authenticator, used by users when they enroll an authenticator. + Wyświetlana nazwa tego urządzenia uwierzytelniającego, używana przez użytkowników podczas rejestrowania urządzenia uwierzytelniającego. + + + API Hostname + API Hostname + + + Duo Auth API + Duo Auth API + + + Integration key + Klucz integracji + + + Secret key + Sekretny klucz + + + Duo Admin API (optional) + Duo Admin API (opcjonalnie) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + + + Stage-specific settings + Ustawienia specyficzne dla etapu + + + Configuration flow + Przepływ konfiguracji + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + Przepływ używany przez uwierzytelnionego użytkownika do konfigurowania tego etapu. Jeśli jest pusty, użytkownik nie będzie mógł skonfigurować tego etapu. + + + SMTP Host + Host SMTP + + + SMTP Port + Port SMTP + + + SMTP Username + Nazwa użytkownika SMTP + + + SMTP Password + Hasło SMTP + + + Use TLS + Użyj TLS + + + Use SSL + Użyj SSL + + + From address + Z adresu + + + Email address the verification email will be sent from. + + + Stage used to configure an email-based authenticator. + + + Use global connection settings + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + + + Subject of the verification email. + + + Token expiration + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + + + Template + Szablon + + + Loading templates... + + + Template used for the verification email. + + + Twilio Account SID + Twilio Account SID + + + Get this value from https://console.twilio.com + Pobierz tę wartość z https://console.twilio.com + + + Twilio Auth Token + Twilio Auth Token + + + Authentication Type + Typ uwierzytelnienia + + + Basic Auth + Basic Auth + + + Bearer Token + Bearer Token + + + External API URL + URL zewnętrznego API + + + This is the full endpoint to send POST requests to. + To jest pełny punkt końcowy, do którego wysyłane są żądania POST. + + + API Auth Username + API Auth Username + + + This is the username to be used with basic auth or the token when used with bearer token + To jest nazwa użytkownika, która ma być używana z podstawowym uwierzytelnianiem lub tokenem, gdy jest używany z tokenem okaziciela + + + API Auth password + API Auth password + + + This is the password to be used with basic auth + To jest hasło używane z podstawowym uwierzytelnianiem + + + Stage used to configure an SMS-based TOTP authenticator. + Etap używany do konfigurowania uwierzytelniania opartego na wiadomościach SMS TOTP. + + + Twilio + Twilio + + + Generic + Ogólny + + + From number + Z numeru + + + Number the SMS will be sent from. + Numer, z którego zostanie wysłana wiadomość SMS. + + + Mapping + Mapowanie + + + Modify the payload sent to the provider. + + + Hash phone number + Zahaszuj numer telefonu + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + Jeśli ta opcja jest włączona, zapisywany będzie tylko hash numeru telefonu. Można to zrobić ze względu na ochronę danych. Urządzenia utworzone z etapu z włączoną tą opcją nie mogą być używane z etapem sprawdzania autentyczności. + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + Stage używany do konfigurowania statycznego tokena uwierzytelniającego (tj. statycznych tokenów). Ten etap powinien być używany do przepływów konfiguracji. + + + Token count + Liczba tokenów + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + Liczba tokenów generowanych za każdym razem, gdy używany jest ten etap. Każdy token wygenerowany podczas wykonywania etapu zostanie dołączony do pojedynczego urządzenia statycznego. + + + Token length + Długość tokena + + + The length of the individual generated tokens. Can be increased to improve security. + Długość indywidualnie generowanych tokenów. Może zostać zwiększona w celu poprawy bezpieczeństwa. + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + Etap używany do konfiguracji tokena uwierzytelniającego TOTP (tj. Authy/Google Authenticator). + + + Digits + Cyfry + + + 6 digits, widely compatible + 6 cyfr, szeroko kompatybilne + + + 8 digits, not compatible with apps like Google Authenticator + 8 cyfr, niekompatybilne z aplikacjami takimi jak Google Authenticator + + + Static Tokens + Tokeny statyczne + + + TOTP Authenticators + Uwierzytelniacze TOTP + + + WebAuthn Authenticators + Uwierzytelniacze WebAuthn + + + Duo Authenticators + Uwierzytelniacze Duo + + + SMS-based Authenticators + Uwierzytelniacze oparte na SMS + + + Email-based Authenticators + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + Etap używany do walidacji dowolnego uwierzytelniacza. Ten etap powinien być używany podczas przepływów uwierzytelniania lub autoryzacji. + + + Device classes + Klasy urządzeń + + + Device classes which can be used to authenticate. + Klasy urządzeń, których można użyć do uwierzytelniania. + + + Last validation threshold + Próg ostatniej walidacji + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + Jeśli użytkownik pomyślnie uwierzytelnił się za pomocą urządzenia w klasach wymienionych powyżej w tym skonfigurowanym czasie, etap ten zostanie pominięty. + + + Not configured action + Nie skonfigurowana akcja + + + Force the user to configure an authenticator + Zmuś użytkownika do skonfigurowania uwierzytelniacza + + + Deny the user access + Odmów użytkownikowi dostępu + + + Configuration stages + Etapy konfiguracji + + + Available Stages + + + Selected Stages + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + Etapy używany do konfiguracji uwierzytelniacza, gdy użytkownik nie ma żadnych kompatybilnych urządzeń. Po zakończeniu tego etapu konfiguracji użytkownik nie jest ponownie pytany. + + + When multiple stages are selected, the user can choose which one they want to enroll. + W przypadku wybrania wielu etapów użytkownik może wybrać, na który chce się zapisać. + + + WebAuthn-specific settings + Ustawienia specyficzne dla WebAuthn + + + WebAuthn User verification + Weryfikacja użytkownika WebAuthn + + + User verification must occur. + Musi nastąpić weryfikacja użytkownika. + + + User verification is preferred if available, but not required. + Preferowana jest weryfikacja użytkownika, jeśli jest dostępna, ale nie jest wymagana. + + + User verification should not occur. + Weryfikacja użytkownika nie powinna nastąpić. + + + WebAuthn Device type restrictions + Ograniczenia typu urządzenia WebAuthn + + + Available Device types + Dostępne typy urządzeń + + + Selected Device types + Wybrane typy urządzeń + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + Opcjonalnie ogranicza, które typy urządzeń WebAuthn mogą być używane. Jeśli nie wybrano żadnego typu urządzenia, wszystkie urządzenia są dozwolone. + + + This restriction only applies to devices created in authentik 2024.4 or later. + To ograniczenie dotyczy tylko urządzeń utworzonych w wersji authentik 2024.4 lub nowszej. + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + Etap używany do konfiguracji uwierzytelniacza WebAuthn (np. Yubikey, FaceID/Windows Hello). + + + User verification + Weryfikacja użytkownika + + + Required: User verification must occur. + Wymagane: Musi nastąpić weryfikacja użytkownika. + + + Preferred: User verification is preferred if available, but not required. + Preferowane: Weryfikacja użytkownika jest preferowana, jeśli jest dostępna, ale nie jest wymagana. + + + Discouraged: User verification should not occur. + Odradzane: Weryfikacja użytkownika nie powinna mieć miejsca. + + + Resident key requirement + Wymagania dotyczące klucza rezydenta + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + Wymagane: Uwierzytelniacz MUSI utworzyć dedykowane dane uwierzytelniające. Jeśli nie może, RP jest przygotowany na wystąpienie błędu + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + Preferowane: Uwierzytelniacz może tworzyć i przechowywać dedykowane dane uwierzytelniające, ale jeśli tego nie robi, to też jest w porządku. + + + Discouraged: The authenticator should not create a dedicated credential + Odradzane: Uwierzytelniacz nie powinien tworzyć dedykowanych poświadczeń + + + Authenticator Attachment + Załącznik uwierzytelniający + + + No preference is sent + Żadne preferencje nie są wysyłane + + + A non-removable authenticator, like TouchID or Windows Hello + Nieusuwalny token uwierzytelniający, taki jak TouchID lub Windows Hello + + + A "roaming" authenticator, like a YubiKey + „Mobilne” uwierzytelniacz, taki jak YubiKey + + + Maximum registration attempts + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + + + Device type restrictions + Ograniczenia typu urządzenia + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + Ten etap sprawdza bieżącą sesję użytkownika pod kątem usługi Google reCaptcha (lub kompatybilnej). + + + Public Key + Klucz publiczny + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Klucz publiczny uzyskany z https://www.google.com/recaptcha/intro/v3.html. + + + Private Key + Klucz prywatny + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Klucz prywatny uzyskany z https://www.google.com/recaptcha/intro/v3.html. + + + Interactive + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + + + Score minimum threshold + Minimalny próg wyniku + + + Minimum required score to allow continuing + Minimalny wymagany wynik umożliwiający kontynuację + + + Score maximum threshold + Maxymalny próg wyniku + + + Maximum allowed score to allow continuing + Maksymalny dozwolony wynik umożliwiający kontynuację + + + Error on invalid score + Błąd przy nieprawidłowym wyniku + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + Jeśli opcja ta jest włączona, a uzyskany wynik jest poza progiem, użytkownik nie będzie mógł kontynuować. Po wyłączeniu użytkownik będzie mógł kontynuować, a wynik może zostać wykorzystany w zasadach w celu dostosowania dalszych etapów. + + + JS URL + URL JS + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + Adres URL do pobrania JavaScript, domyślnie recaptcha. Może być zastąpiony dowolną kompatybilną alternatywą. + + + API URL + URL API + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + Adres URL używany do sprawdzania poprawności odpowiedzi captcha, domyślnie recaptcha. Może być zastąpiony dowolną kompatybilną alternatywą. + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + Pytaj o zgodę użytkownika. Zgoda może być trwała lub wygasać w określonym czasie. + + + Always require consent + Zawsze wymagaj zgody + + + Consent given lasts indefinitely + + + Consent expires + + + Consent expires in + Zgoda wygasa + + + Offset after which consent expires. + Przesunięcie, po którym zgoda wygasa. + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + Statyczne odrzucenie przepływu. Aby efektywnie korzystać z tego etapu, należy wyłączyć opcję *Oceń, kiedy planowany jest przepływ* dla odpowiedniego powiązania. + + + Deny message + Komunikat odmowy + + + Message shown when this stage is run. + Komunikat wyświetlany po uruchomieniu tego etapu. + + + Dummy stage used for testing. Shows a simple continue button and always passes. + Atrapa etapu używana do testowania. Pokazuje prosty przycisk kontynuuj i zawsze przechodzi. + + + Throw error? + Wyrzucić błąd? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + Zweryfikuj adres e-mail użytkownika, wysyłając mu jednorazowy link. Może być również używany do odzyskiwania w celu weryfikacji autentyczności użytkownika. + + + Activate pending user on success + Aktywuj oczekującego użytkownika po sukcesie + + + When a user returns from the email successfully, their account will be activated. + Gdy użytkownik pomyślnie wróci z wiadomości e-mail, jego konto zostanie aktywowane. + + + Use global settings + Użyj ustawień globalnych + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + Po włączeniu będą używane globalne ustawienia połączenia poczty e-mail, a poniższe ustawienia połączenia będą ignorowane. + + + Time the token sent is valid. + + + Account Recovery Max Attempts + + + Account Recovery Cache Timeout + + + The time window used to count recent account recovery attempts. + + + A selection is required + Wybór jest wymagany + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + Pozwól użytkownikowi identyfikować się za pomocą swojej nazwy użytkownika lub adresu e-mail. + + + User fields + Pola użytkownika + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + Pola, z którymi użytkownik może się identyfikować. Jeśli żadne pola nie zostaną wybrane, użytkownik będzie mógł korzystać tylko ze źródeł. + + + Password stage + Etap hasła + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + Po wybraniu pole hasła jest wyświetlane na tej samej stronie zamiast na osobnej stronie. Zapobiega to atakom polegającym na wyliczaniu nazw użytkowników. + + + Captcha stage + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + + + Case insensitive matching + Bez rozróżniania wielkości liter + + + When enabled, user fields are matched regardless of their casing. + Po włączeniu pola użytkownika są dopasowywane niezależnie od wielkości liter. + + + Pretend user exists + Udawaj, że użytkownik istnieje + + + When enabled, the stage will always accept the given user identifier and continue. + Gdy opcja ta jest włączona, etap zawsze akceptuje podany identyfikator użytkownika i kontynuuje. + + + Show matched user + Pokaż dopasowanego użytkownika + + + 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. + Po wprowadzeniu prawidłowej nazwy użytkownika/adresu e-mail i włączeniu tej opcji zostanie wyświetlona nazwa użytkownika i awatar użytkownika. W przeciwnym razie zostanie wyświetlony tekst wprowadzony przez użytkownika. + + + Enable "Remember me on this device" + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + + + Source settings + Ustawienia źródła + + + Sources + Źródła + + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + Powinny być wyświetlane wybrane źródła, za pomocą których użytkownicy mogą się uwierzytelniać. Dotyczy to tylko źródeł internetowych, a nie LDAP. + + + Show sources' labels + Pokaż etykiety źródeł + + + By default, only icons are shown for sources. Enable this to show their full names. + Domyślnie dla źródeł wyświetlane są tylko ikony. Włącz tę opcję, aby wyświetlić ich pełne nazwy. + + + Passwordless flow + Przepływ bezhasłowy + + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + Opcjonalny przepływ bez hasła, do którego link znajduje się na dole strony. Po skonfigurowaniu użytkownicy mogą używać tego przepływu do uwierzytelniania za pomocą modułu uwierzytelniającego WebAuthn bez wprowadzania żadnych szczegółów. + + + Optional enrollment flow, which is linked at the bottom of the page. + Opcjonalny przepływ rejestracji, do którego link będzie znajdował się na dole strony. + + + Optional recovery flow, which is linked at the bottom of the page. + Opcjonalny przepływ odzyskiwania, do którego link znajduje się na dole strony. + + + This stage can be included in enrollment flows to accept invitations. + Ten etap można uwzględnić w przepływach rejestracji, aby akceptować zaproszenia. + + + Continue flow without invitation + Kontynuuj przepływ bez zaproszenia + + + 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. + Jeśli ta flaga jest ustawiona, ten etap przejdzie do następnego etapu, gdy nie zostanie wysłane żadne zaproszenie. Domyślnie ten etap anuluje przepływ, gdy nie zostanie wysłane żadne zaproszenie. + + + Client-certificate/mTLS authentication/enrollment. + + + Certificate optional + + + If no certificate was provided, this stage will succeed and continue to the next stage. + + + Certificate required + + + If no certificate was provided, this stage will stop flow execution. + + + Certificate authorities + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + + + Certificate attribute + + + Common Name + Nazwa pospolita + + + Configure the attribute of the certificate used to look for a user. + + + User attribute + + + Configure the attribute of the user used to look for a user. + + + User database + standard password + Baza użytkowników + standardowe hasło + + + User database + app passwords + Baza użytkowników + hasła aplikacji + + + User database + LDAP password + Baza użytkowników + hasło LDAP + + + User database + Kerberos password + + + Validate the user's password against the selected backend(s). + Zweryfikuj hasło użytkownika w wybranym(ch) zapleczu(ach). + + + Backends + Zaplecza + + + Selection of backends to test the password against. + Wybór zapleczy do testowania hasła. + + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + + Failed attempts before cancel + Nieudane próby przed anulowaniem + + + 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. + Ile prób ma użytkownik przed anulowaniem przepływu. Aby zablokować użytkownika, użyj zasad reputacji i etapu user_write. + + + Provide users with a 'show password' button. + Udostępnij użytkownikom przycisk "pokaż hasło". + + + ("", of type ) + + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + Pokaż użytkownikowi dowolne pola wejściowe, na przykład podczas rejestracji. Dane są zapisywane w kontekście przepływu pod zmienną „prompt_data”. + + + Fields + Pola + + + Available Fields + + + Selected Fields + + + Validation Policies + Zasady weryfikacji + + + Available Policies + + + Selected Policies + + + Selected policies are executed when the stage is submitted to validate the data. + Wybrane zasady są wykonywane po przesłaniu etapu w celu weryfikacji danych. + + + Redirect the user to another flow, potentially with all gathered context + + + Static + + + Target URL + + + Redirect the user to a static URL. + + + Target Flow + + + Redirect the user to a Flow. + + + Keep flow context + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + Wstrzyknięcie źródła OAuth lub SAML do wykonania przepływu. Pozwala to na dodatkową weryfikację użytkownika lub dynamiczny dostęp do różnych źródeł dla różnych identyfikatorów użytkownika (nazwa użytkownika, adres e-mail itp.). + + + Source + Źródło + + + Resume timeout + Limit czasu wznowienia + + + Amount of time a user can take to return from the source to continue the flow. + Czas, jaki użytkownik może poświęcić na powrót ze źródła w celu kontynuowania przepływu. + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + Usuń aktualnie oczekującego użytkownika. UWAGA, ten etap nie wymaga potwierdzenia. Użyj etapu zgody, aby upewnić się, że użytkownik jest świadomy swoich działań. + + + Log the currently pending user in. + Loguj aktualnie oczekującego użytkownika. + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + Określa, jak długo trwa sesja. Domyślna wartość 0 sekund oznacza, że sesje trwają do zamknięcia przeglądarki. + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + Różne przeglądarki obsługują sesyjne pliki cookie w różny sposób i mogą nie usuwać ich nawet po zamknięciu przeglądarki. + + + See here. + Zobacz tutaj. + + + Stay signed in offset + Przesunięcie, pozostania zalogowanym + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + W przypadku ustawienia czasu trwania powyżej 0, użytkownik będzie mógł wybrać opcję „pozostania zalogowanym”, co spowoduje przedłużenie jego sesji o określony tutaj czas. + + + Remember device + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + + + Network binding + Wiązanie sieciowe + + + No binding + Bez wiązania + + + Bind ASN + Wiąż ASN + + + Bind ASN and Network + Wiąż ASN i Sieć + + + Bind ASN, Network and IP + Wiąż ASN, Sieć i IP + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + Skonfiguruj, czy sesje utworzone przez ten etap powinny być powiązane z sieciami, w których zostały utworzone. + + + GeoIP binding + Wiązanie GeoIP + + + Bind Continent + Wiąż kontynent + + + Bind Continent and Country + Wiąż kontynent i kraj + + + Bind Continent, Country and City + Wiąż kontynent, kraj i miasto + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + Skonfiguruj, czy sesje utworzone przez ten etap powinny być wiązane z ich lokalizacją opartą na GeoIP + + + Terminate other sessions + Zakończ inne sesje + + + When enabled, all previous sessions of the user will be terminated. + Po włączeniu tej opcji wszystkie poprzednie sesje użytkownika zostaną zakończone. + + + Remove the user from the current session. + Usuń użytkownika z bieżącej sesji. + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + Zapisz dowolne dane z kontekstu „prompt_data” dla aktualnie oczekującego użytkownika. Jeśli nie ma użytkownika +w toku, tworzony jest nowy użytkownik i zapisywane są do niego dane. + + + Never create users + Nigdy nie twórz użytkowników + + + When no user is present in the flow context, the stage will fail. + Jeśli żaden użytkownik nie jest obecny w kontekście przepływu, etap zakończy się niepowodzeniem. + + + Create users when required + Twórz użytkowników, gdy jest to wymagane + + + When no user is present in the the flow context, a new user is created. + Jeśli w kontekście przepływu nie ma żadnego użytkownika, tworzony jest nowy użytkownik. + + + Always create new users + Zawsze twórz nowych użytkowników + + + Create a new user even if a user is in the flow context. + Utworzenie nowego użytkownika, nawet jeśli użytkownik znajduje się w kontekście przepływu. + + + Create users as inactive + Utwórz użytkowników jako nieaktywnych + + + Mark newly created users as inactive. + Oznacz nowo utworzonych użytkowników jako nieaktywnych. + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + Użytkownicy wewnętrzni mogą być użytkownikami, takimi jak pracownicy firmy, którzy uzyskają dostęp do pełnego zestawu funkcji Enterprise. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + Użytkownicy zewnętrzni mogą być zewnętrznymi konsultantami lub klientami B2C. Użytkownicy ci nie mają dostępu do funkcji korporacyjnych. + + + Service accounts should be used for machine-to-machine authentication or other automations. + Konta usług powinny być używane do uwierzytelniania maszyna-maszyna lub innych automatyzacji. + + + User type used for newly created users. + Typ użytkownika używany dla nowo utworzonych użytkowników. + + + User path template + Szablon ścieżki użytkownika + + + Path new users will be created under. If left blank, the default path will be used. + Ścieżka, w której zostaną utworzeni nowi użytkownicy. Jeśli pozostawisz puste, zostanie użyta ścieżka domyślna. + + + Newly created users are added to this group, if a group is selected. + Nowo utworzeni użytkownicy są dodawani do tej grupy, jeśli grupa jest zaznaczona. + + + Target + Cel + + + Stage + Etap + + + Evaluate when flow is planned + Oceń, kiedy planowany jest przepływ + + + Evaluate policies during the Flow planning process. + Oceniaj zasady podczas procesu planowania Przepływu. + + + Evaluate when stage is run + Oceń, kiedy etap jest uruchomiony + + + Evaluate policies before the Stage is presented to the user. + + + Invalid response behavior + Nieprawidłowe zachowanie odpowiedzi + + + Returns the error message and a similar challenge to the executor + Zwraca komunikat o błędzie i podobne wezwanie do executora + + + Restarts the flow from the beginning + Ponownie uruchamia przepływ od początku + + + Restarts the flow from the beginning, while keeping the flow context + Ponownie uruchamia przepływ od początku, zachowując kontekst przepływu + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + Konfiguruje sposób, w jaki wykonawca przepływu powinien obsługiwać nieprawidłową odpowiedź na wyzwanie podane przez ten etap związany. + + + New stage + Nowy etap + + + Create a new stage. + Utwórz nowy etap. + + + Successfully imported device. + Pomyślnie zaimportowano urządzenie. + + + The user in authentik this device will be assigned to. + Użytkownik w authentik, do którego zostanie przypisane to urządzenie. + + + Duo User ID + Duo User ID + + + The user ID in Duo, can be found in the URL after clicking on a user. + ID użytkownika w Duo można znaleźć w adresie URL po kliknięciu na użytkownika. + + + Automatic import + Automatyczne importowanie + + + Successfully imported devices. + Pomyślnie zaimportowano + urządzenia. + + + Start automatic import + Rozpocznij automatyczny import + + + Or manually import + Lub ręcznie importuj + + + Endpoint Google Chrome Device Trust is in preview. + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + + + Google Verified Access API + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + Etapy to pojedyncze kroki przepływu, przez które prowadzony jest użytkownik. Etap można wykonać tylko z przepływu. + + + Flows + Przepływ(y) + + + Stage(s) + Etap(y) + + + Import + Importuj + + + Import Duo device + Importuj urządzenie Duo + + + Import devices + Importuj urządzenia + + + Successfully updated flow. + Pomyślnie zaktualizowano przepływ. + + + Successfully created flow. + Pomyślnie utworzono przepływ. + + + Shown as the Title in Flow pages. + Wyświetlany jako tytuł na stronach przepływu. + + + Visible in the URL. + Widoczne w adresie URL. + + + Designation + Przeznaczenie + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + Decyduje, do czego służy ten przepływ. Na przykład przepływ uwierzytelniania służy do przekierowania nieuwierzytelnionego użytkownika który odwiedza authentik. + + + No requirement + Brak wymagań + + + Require authentication + Wymagaj uwierzytelnienia + + + Require no authentication + + + Require superuser + + + Require being redirected from another flow + + + Require Outpost (flow can only be executed from an outpost) + + + Required authentication level for this flow. + Wymagany poziom uwierzytelniania dla tego przepływu. + + + Behavior settings + Ustawienia zachowania + + + Compatibility mode + Tryb zgodności + + + Increases compatibility with password managers and mobile devices. + Zwiększa kompatybilność z menedżerami haseł i urządzeniami mobilnymi. + + + Denied action + Działanie odrzucone + + + Will follow the ?next parameter if set, otherwise show a message + Będzie podążać za parametrem ?next, jeśli jest ustawiony, w przeciwnym razie wyświetli komunikat + + + Will either follow the ?next parameter or redirect to the default interface + Będzie podążać za parametrem ?next lub przekieruje do domyślnego interfejsu. + + + Will notify the user the flow isn't applicable + Powiadomi użytkownika, że przepływ nie ma zastosowania + + + Decides the response when a policy denies access to this flow for a user. + Decyduje o odpowiedzi, gdy zasada odmawia użytkownikowi dostępu do tego przepływu. + + + Appearance settings + Ustawienia wyglądu + + + Layout + Układ + + + Background + Tło + + + Background shown during execution. + Tło pokazywane podczas wykonywania. + + + Clear background + Wyczyść tło + + + Delete currently set background image. + Usuń aktualnie ustawiony obraz tła. + + + Successfully imported flow. + Pomyślnie zaimportowano przepływ. + + + .yaml files, which can be found in the Example Flows documentation + + + See more here: + Zobacz więcej tutaj: + + + Documentation + Dokumentacja + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + Przepływy opisują łańcuch etapów do uwierzytelniania, rejestracji lub odzyskiwania użytkownika. Etapy są wybierane na podstawie stosowanych do nich zasad. + + + Flow(s) + Przepływ(y) + + + Update Flow + Aktualizuj przepływ + + + Execute "" + + + Execute + Wykonaj + + + Export "" + + + Export + Eksportuj + + + Create Flow + Utwórz przepływ + + + Import Flow + Importuj przepływ + + + Successfully cleared flow cache + Pamięć podręczna przepływu została wyczyszczona + + + Failed to delete flow cache + Nie udało się usunąć pamięci podręcznej przepływu + + + Clear Flow cache + Wyczyść pamięć podręczną przepływu + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + Czy na pewno chcesz wyczyścić pamięć podręczną przepływów? + Spowoduje to ponowną ocenę wszystkich przepływów przy ich następnym użyciu. + + + Stage binding(s) + Wiązania(a) etapu + + + Stage type + Typ etapu + + + Edit Stage + Edytuj etap + + + Update Stage binding + Aktualizuj powiązanie etapu + + + These bindings control if this stage will be applied to the flow. + Te powiązania kontrolują, czy ten etap zostanie zastosowany do przepływu. + + + No Stages bound + Żadne etapy nie są związane. + + + No stages are currently bound to this flow. + Żadne etapy nie są obecnie związane z tym przepływem. + + + Create and bind Stage + Utwórz i powiąż etap + + + Create Stage binding + Utwórz wiązanie etapu + + + Bind existing stage + Powiązanie istniejącego etapu + + + Flow Overview + Przegląd przepływu + + + Flow Info + Informacje o przepływie + + + Related actions + Powiązane działania + + + Execute flow + Wykonaj przepływ + + + Execute "" normally + + + Normal + Normalny + + + Execute "" as current user + + + Current user + + + Execute "" with inspector + + + Use inspector + + + Export flow + Eksportuj przepływ + + + Stage Bindings + Wiązania etapu + + + These bindings control which users can access this flow. + Te powiązania kontrolują, którzy użytkownicy mogą uzyskać dostęp do tego przepływu. + + + Event Log + Dziennik zdarzeń + + + Brand + Marka + + + Show details + Pokaż szczegóły + + + Event info + Informacje o zdarzeniu + + + Created + Utworzony + + + Raw event info + Surowe informacje o wydarzeniu + + + Event + Zdarzenie + + + + Successfully updated transport. + Pomyślnie zaktualizowano transport. + + + Successfully created transport. + Pomyślnie utworzono transport. + + + Send once + Wyślij raz + + + Only send notification once, for example when sending a webhook into a chat channel. + Wyślij powiadomienie tylko raz, na przykład podczas wysyłania webhooka na kanał czatu. + + + Local (notifications will be created within authentik) + Lokalny (powiadomienia będą tworzone w ramach authentik) + + + Webhook (generic) + Webhook (ogólny) + + + Webhook (Slack/Discord) + Webhook (Slack/Discord) + + + Webhook URL + URL webhooka + + + Webhook Body Mapping + + + Webhook Header Mapping + + + Email Subject Prefix + + + Email Template + + + Notification Transports + Transporty powiadomień + + + Define how notifications are sent to users, like Email or Webhook. + Określ sposób wysyłania powiadomień do użytkowników, takich jak e-mail lub webhook. + + + Notification transport(s) + Transport(y) powiadomień + + + Update Notification Transport + Aktualizuj transport powiadomień + + + Create Notification Transport + Utwórz transport powiadomień + + + Successfully updated rule. + Pomyślnie zaktualizowano regułę. + + + Successfully created rule. + Pomyślnie utworzono regułę. + + + Select the group of users which the alerts are sent to. + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + + + Send notification to event user + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Transports + Transporty + + + Available Transports + + + Selected Transports + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + Wybierz transporty, które mają być używane do powiadamiania użytkownika. Jeśli nie wybierzesz żadnego, powiadomienie będzie wyświetlane tylko w interfejsie użytkownika authentik. + + + Severity + Poziom błędu + + + Notification Rules + Zasady powiadamiania + + + Send notifications whenever a specific Event is created and matched by policies. + Wysyłaj powiadomienia za każdym razem, gdy określone zdarzenie zostanie utworzone i dopasowane do zasad. + + + Sent to group + Wysłane do grup + + + Notification rule(s) + Reguła(y) powiadamiania + + + Update Notification Rule + Aktualizuj regułę powiadamiania + + + Create Notification Rule + Utwórz regułę powiadomień + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + Te powiązania kontrolują, które zdarzenia są wyzwalane przez tę regułę. +Powiązania z grupami/użytkownikami są sprawdzane względem użytkownika zdarzenia. + + + Outpost Deployment Info + Informacje o wdrożeniu placówki + + + View deployment documentation + Wyświetl dokumentację wdrożenia + + + If your authentik Instance is using a self-signed certificate, set this value. + Jeśli twoja instancja authentik korzysta z certyfikatu z podpisem własnym, ustaw tę wartość. + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + Jeśli ustawienie authentik_host nie odpowiada adresowi URL, pod którym chcesz się zalogować, dodaj to ustawienie. + + + Successfully updated outpost. + Pomyślnie zaktualizowano placówkę. + + + Successfully created outpost. + Pomyślnie utworzono placówkę. + + + LDAP + LDAP + + + Radius + Radius + + + RAC + RAC + + + Integration + Integracja + + + Selecting an integration enables the management of the outpost by authentik. + Wybranie integracji umożliwia zarządzanie placówką przez authentik. + + + See documentation + Zobacz dokumentację + + + Available Applications + Dostępne aplikacje + + + Selected Applications + Wybrane aplikacje + + + Configuration + Konfiguracja + + + (build ) + (build ) + + + (FIPS) + (FIPS) + + + Last seen + Ostatnio widziany + + + , should be + + , powinno być + + + + Not available + Niedostępny + + + Last seen: () + + + Outposts + Placówki + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Placówki (Outposts) to wdrożenia komponentów uwierzytelniających do obsługi różnych środowisk i protokołów, takich jak odwrotne serwery proxy. + + + Health and Version + Zdrowie i wersja + + + Warning: authentik Domain is not configured, authentication will not work. + Ostrzeżenie: domena authentik nie jest skonfigurowana, uwierzytelnianie nie będzie działać. + + + Logging in via . + Logowanie przez + . + + + No integration active + Brak aktywnej integracji + + + Update Outpost + Aktualizuj placówkę + + + View Deployment Info + Wyświetl informacje o wdrożeniu + + + Detailed health (one instance per column, data is cached so may be out of date) + Szczegółowa kondycja (jedna instancja na kolumnę, dane są buforowane, więc mogą być nieaktualne) + + + Outpost(s) + Placówka(i) + + + Create Outpost + Utwórz placówkę + + + Successfully updated integration. + Pomyślnie zaktualizowano integrację. + + + Successfully created integration. + Pomyślnie utworzono integracje. + + + Local + Lokalny + + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + Jeśli jest włączone, użyj połączenia lokalnego. Wymagane socket Docker/Integracja Kubernetes. + + + Docker URL + URL Dockera + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + CA względem którego weryfikowany jest certyfikat. Można pozostawić puste, aby nie sprawdzać poprawności. + + + TLS Authentication Certificate/SSH Keypair + Certyfikat uwierzytelniania TLS/para kluczy SSH + + + Certificate/Key used for authentication. Can be left empty for no authentication. + Certyfikat/klucz używany do uwierzytelniania. Można pozostawić puste, aby nie uwierzytelniać. + + + When connecting via SSH, this keypair is used for authentication. + Podczas łączenia przez SSH ta para kluczy jest używana do uwierzytelniania. + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + Weryfikacja certyfikatu SSL Kubernetes API + + + New outpost integration + Nowa integracja z placówką + + + Create a new outpost integration. + Utwórz nową integrację z placówką. + + + Outpost integrations + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + + + State + Stan + + + Unhealthy + Niezdrowy + + + Outpost integration(s) + Integracja(e) z placówkami + + + Successfully generated certificate-key pair. + Pomyślnie wygenerowana para certyfikat-klucz. + + + Subject-alt name + Alternatywna nazwa tematu + + + Optional, comma-separated SubjectAlt Names. + Opcjonalne, rozdzielone przecinkami nazwy SubjectAlt. + + + Validity days + Dni ważności + + + Private key Algorithm + Algorytm klucza prywatnego + + + RSA + RSA + + + ECDSA + ECDSA + + + Algorithm used to generate the private key. + Algorytm używany do generowania klucza prywatnego. + + + Successfully updated certificate-key pair. + Pomyślnie zaktualizowano parę certyfikat-klucz. + + + Successfully created certificate-key pair. + Pomyślnie utworzono parę certyfikat-klucz. + + + PEM-encoded Certificate data. + Dane certyfikatu zakodowane w formacie PEM. + + + Optional Private Key. If this is set, you can use this keypair for encryption. + Opcjonalny klucz prywatny. Jeśli to jest ustawione, możesz użyć tej pary kluczy do szyfrowania. + + + Certificate-Key Pairs + Pary certyfikat-klucz + + + Import certificates of external providers or create certificates to sign requests with. + Importuj certyfikaty zewnętrznych dostawców lub twórz certyfikaty do podpisywania żądań. + + + Private key available? + Dostępny klucz prywatny? + + + Certificate-Key Pair(s) + Para(y) certyfikat-klucz + + + Managed by authentik + Zarządzane przez authentik + + + Managed by authentik (Discovered) + Zarządzane przez authentik (odkryte) + + + Yes () + Tak ( + ) + + + Update Certificate-Key Pair + Aktualizuj parę certyfikat-klucz + + + Certificate Fingerprint (SHA1) + Odcisk cyfrowy certyfikatu (SHA1) + + + Certificate Fingerprint (SHA256) + Odcisk cyfrowy certyfikatu (SHA256) + + + Certificate Subject + Temat certyfikatu + + + Download Certificate + Pobierz certyfikat + + + Download Private key + Pobierz klucz prywatny + + + Import Existing Certificate-Key Pair + + + Generate + Generuj + + + Generate New Certificate-Key Pair + + + Link Title + + + Successfully updated settings. + Pomyślnie zaktualizowano ustawienia. + + + Avatars + Awatary + + + Configure how authentik should show avatars for users. The following values can be set: + Skonfiguruj sposób, w jaki authentik ma wyświetlać awatary użytkowników. Można ustawić następujące wartości: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + Wyłącza awatary poszczególnych użytkowników i wyświetla po prostu przezroczysty 1x1 piksel. + + + Uses gravatar with the user's email address + Używa gravataru adresu e-mail użytkownika. + + + Generated avatars based on the user's name + Generowanie awatarów na podstawie nazwy użytkownika + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + Dowolny adres URL: Jeśli chcesz użyć obrazów hostowanych na innym serwerze, możesz ustawić dowolny adres URL. Dodatkowo można użyć tych symboli zastępczych: + + + The user's username + Nazwa użytkownika + + + The email address, md5 hashed + Adres e-mail, hashowany md5 + + + The user's UPN, if set (otherwise an empty string) + UPN użytkownika, jeśli jest ustawiony (w przeciwnym razie pusty ciąg) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + Ścieżka atrybutu, taka jak + attributes.something.avatar, która może być używana w + połączeniu z polem pliku, aby umożliwić użytkownikom przesyłanie niestandardowych + awatarów dla siebie. + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + Można ustawić wiele wartości, oddzielonych przecinkami, a authentik powróci do następnego trybu, gdy nie można znaleźć awatara. + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + Na przykład, ustawienie tego na gravatar,initials spowoduje + próbę pobrania awatara z serwisu Gravatar, a jeśli użytkownik go tam nie + skonfigurował, nastąpi powrót do wygenerowanego awatara. + + + Allow users to change name + Zezwalaj użytkownikom na zmianę nazwy + + + Enable the ability for users to change their name. + Włącz możliwość zmiany nazwy przez użytkowników. + + + Allow users to change email + Zezwalaj użytkownikom na zmianę adresu e-mail + + + Enable the ability for users to change their email. + Włącz możliwość zmiany adresu e-mail przez użytkowników. + + + Allow users to change username + Zezwalaj użytkownikom na zmianę nazwy użytkownika + + + Enable the ability for users to change their username. + Włącz możliwość zmiany nazwy użytkownika przez użytkowników. + + + Event retention + Przechowywanie zdarzeń + + + Duration after which events will be deleted from the database. + Czas, po którym zdarzenia zostaną usunięte z bazy danych. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + To ustawienie ma wpływ tylko na nowe zdarzenia, ponieważ data wygaśnięcia jest zapisywana dla każdego zdarzenia. + + + Reputation: lower limit + + + Reputation cannot decrease lower than this value. Zero or negative. + + + Reputation: upper limit + + + Reputation cannot increase higher than this value. Zero or positive. + + + Footer links + Linki w stopce + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + + + GDPR compliance + Zgodność z RODO + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + Po włączeniu tej opcji wszystkie zdarzenia spowodowane przez użytkownika zostaną usunięte po jego usunięciu. + + + Impersonation + Podszywanie się + + + Globally enable/disable impersonation. + Globalne włączenie/wyłączenie podszywania się. + + + Require reason for impersonation + + + Require administrators to provide a reason for impersonating a user. + + + Default token duration + Domyślny czas trwania tokena + + + Default duration for generated tokens + Domyślny czas trwania wygenerowanych tokenów + + + Default token length + Domyślna długość tokena + + + Default length of generated tokens + Domyślna długość generowanych tokenów + + + Flags + + + Modify flags to opt into new authentik behaviours early. + + + Save + Zapisz + + + System settings + Ustawienia systemowe + + + Successfully updated instance. + Pomyślnie zaktualizowano instancję. + + + Successfully created instance. + Pomyślnie utworzono instancję. + + + Disabled blueprints are never applied. + Wyłączone schematy nigdy nie są stosowane. + + + Local path + Ścieżka lokalna + + + OCI Registry + Rejestr OCI + + + OCI URL + + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest + + + Read more about + + + OCI Support + + + Blueprint + Schemat + + + Configure the blueprint context, used for templating. + Konfiguracja kontekstu schematu, używanego do tworzenia szablonów. + + + Orphaned + Osierocone + + + Blueprints + Schematy + + + Automate and template configuration within authentik. + Zautomatyzuj i szablonuj konfigurację w authentik. + + + Last applied + Ostatnio zastosowano + + + Blueprint(s) + Schemat(y) + + + Update Blueprint + Aktualizuj schemat + + + Edit "" blueprint + + + Apply "" blueprint + + + Apply + Zastosuj + + + Create Blueprint Instance + Utwórz instancję schematu + + + Successfully updated license. + Pomyślnie zaktualizowano licencję. + + + Successfully created license. + Pomyślnie utworzono licencję. + + + Install ID + ID instalacji + + + License key + Klucz licencyjny + + + Expired + + + Expiring soon + + + Unlicensed + + + Read Only + + + Valid + + + Current license status + + + Overall license status + + + Internal user usage + + + % + + + External user usage + + + Licenses + Licencje + + + Manage enterprise licenses + Zarządzanie licencjami enterprise + + + No licenses found. + Nie znaleziono licencji. + + + License(s) + Licencj(a/e) + + + Forecast internal users + Prognoza użytkowników wewnętrznych + + + Estimated user count one year from now based on current internal users and forecasted internal users. + + + Approximately + + + Forecast external users + Prognoza użytkowników zewnętrznych + + + Estimated user count one year from now based on current external users and forecasted external users. + + + Cumulative license expiry + Skumulowane wygaśnięcie licencji + + + No expiry + + + Internal: + Wewnętrzny: + + + External: + Zewnętrzny: + + + Update License + Aktualizuj licencję + + + Your Install ID + Twoje ID instalacji + + + Go to Customer Portal + Przejdź do portalu klienta + + + Learn more + Dowiedz się więcej + + + Install + Instaluj + + + Install License + Instalacja licencji + + + Release + + + Development + + + UI Version + + + Build + + + Python version + + + Platform + + + Kernel + + + OpenSSL + + + Enterprise + Enterprise + + + Collapse + + + Expand + + + navigation + + + Dashboards + Pulpity + + + Endpoint Devices + + + Device groups + + + Logs + Logi + + + Customization + Personalizacja + + + Flows and Stages + Przepływy i etapy + + + Directory + Katalog + + + Tokens and App passwords + Tokeny i hasła aplikacji + + + System + System + + + Certificates + Certyfikaty + + + Outpost Integrations + Integracje z placówkami + + + Warning: The current user count has exceeded the configured licenses. + Ostrzeżenie: Bieżąca liczba użytkowników przekroczyła skonfigurowaną liczbę licencji. + + + Warning: One or more license(s) have expired. + + + Warning: One or more license(s) will expire within the next 2 weeks. + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + + + Click here for more info. + Kliknij tutaj, aby uzyskać więcej informacji. + + + This authentik instance uses a Trial license. + + + This authentik instance uses a Non-production license. + + + A newer version () of the UI is available. + + + API drawer + + + API Requests + Żądania API + + + Open API Browser + Otwórz przeglądarkę API + + + Close API drawer + + + View details for + + + Mark as read + + + Successfully cleared notifications + Pomyślnie wyczyszczono powiadomienia + + + No notifications found. + + + You don't have any notifications currently. + + + Notification drawer + + + Notifications + Powiadomienia + + + unread + + nieprzeczytane + + + Clear all + Wyczyść wszystko + + + Open about dialog + + + Product name + + + Product version + + + Version + + + Global navigation + + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn wymaga dostępu do tej strony za pośrednictwem protokołu HTTPS. + + + WebAuthn not supported by browser. + WebAuthn nie jest obsługiwany przez przeglądarkę. + + + API request failed + Żądanie API nie powiodło się + + + Site links + + + Powered by authentik + Napędzane przez authentik + + + Authenticating with Apple... + Uwierzytelnianie z Apple... + + + Retry + Ponów + + + Authenticating with Plex... + Uwierzytelnianie z Plex... + + + Waiting for authentication... + Oczekiwanie na uwierzytelnienie... + + + If no Plex popup opens, click the button below. + Jeśli nie otworzy się wyskakujące okienko Plex, kliknij przycisk poniżej. + + + Open login + Otwórz logowanie + + + Authenticating with Telegram... + + + Click the button below to start. + + + User information + + + Avatar for + + + User avatar + + + Something went wrong! Please try again later. + Coś poszło nie tak! Spróbuj ponownie później. + + + Request ID + Identyfikator żądania + + + You may close this page now. + Możesz już zamknąć tę stronę. + + + You're about to be redirect to the following URL. + Wkrótce nastąpi przekierowanie do następującego adresu URL. + + + Follow redirect + Śledź przekierowanie + + + Flow inspector + Inspektor przepływu + + + Close flow inspector + + + Next stage + Następny etap + + + Stage name + Nazwa etapu + + + Stage kind + Rodzaj etapu + + + Stage object + Obiekt etapu + + + This flow is completed. + Ten przepływ jest zakończony. + + + Plan history + Historia planu + + + Current plan context + Aktualny kontekst planu + + + Session ID + ID sesji + + + Flow inspector loading + + + Request has been denied. + Żądanie zostało odrzucone. + + + Show password + Pokaż hasło + + + Hide password + Ukryj hasło + + + Please enter your password + Wprowadź hasło + + + Caps Lock is enabled. + + + CAPTCHA challenge + + + Verifying... + Weryfikowanie... + + + Remember me on this device + + + Continue with + + + Need an account? + Potrzebujesz konta? + + + Sign up. + Zarejestruj się. + + + Forgot username or password? + Zapomniałeś nazwy użytkownika lub hasła? + + + Additional actions + + + Select one of the options below to continue. + Wybierz jedną z poniższych opcji, aby kontynuować. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + Wprowadź adres e-mail powiązany z Twoim kontem, a my wyślemy Ci link do zresetowania hasła. + + + Or + Lub + + + Login to continue to . + Zaloguj się, aby przejść do + . + + + Use a security key + Użyj klucza bezpieczeństwa + + + Login sources + + + Forgot password? + Zapomniałeś hasła? + + + Application requires following permissions: + Aplikacja wymaga następujących uprawnień: + + + Application already has access to the following permissions: + Aplikacja ma już dostęp do następujących uprawnień: + + + Application requires following new permissions: + Aplikacja wymaga następujących nowych uprawnień: + + + Stage name: + Nazwa etapu: + + + Check your Inbox for a verification email. + Sprawdź swoją skrzynkę odbiorczą pod kątem e-maila weryfikacyjnego. + + + Send Email again. + Wyślij e-mail ponownie. + + + QR-Code to setup a time-based one-time password + + + Copy time-based one-time password configuration + + + Successfully copied TOTP Config. + Pomyślnie skopiowano konfigurację TOTP. + + + Copy TOTP Config + + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Zeskanuj powyższy kod QR za pomocą aplikacji Microsoft Authenticator, Google Authenticator lub innej aplikacji uwierzytelniającej na swoim urządzeniu i wprowadź kod wyświetlany przez urządzenie poniżej, aby zakończyć konfigurację urządzenia MFA. + + + Time-based one-time password + + + TOTP Code + + + Type your TOTP code... + + + Type your time-based one-time password code. + + + Duo activation QR code + Kod QR aktywacji Duo + + + Alternatively, if your current device has Duo installed, click on this link: + Alternatywnie, jeśli na Twoim obecnym urządzeniu jest zainstalowany Duo, kliknij ten link: + + + Duo activation + Aktywacja Duo + + + Check status + Sprawdź status + + + Make sure to keep these tokens in a safe place. + Upewnij się, że przechowujesz te tokeny w bezpiecznym miejscu. + + + Configure your email + + + Please enter your email address. + + + Code + Kod + + + Please enter the code you received via email + + + Phone number + Numer telefonu + + + Please enter your Phone number. + Podaj swój numer telefonu. + + + Please enter the code you received via SMS + Wprowadź kod otrzymany SMS-em + + + Select another authentication method + + + Authentication code + Kod uwierzytelnienia + + + Static token + Token statyczny + + + Type an authentication code... + + + Sending Duo push notification... + Wysyłam powiadomienie push Duo + + + Failed to authenticate + Nie udało się uwierzytelnić + + + Authentication failed. Please try again. + Uwierzytelnianie nie powiodło się. Spróbuj ponownie. + + + Authenticating... + Uwierzytelnianie... + + + Retry authentication + Ponów uwierzytelnianie + + + Duo push-notifications + Powiadomienia push Duo + + + Receive a push notification on your device. + Otrzymuj powiadomienia push na swoje urządzenie. + + + Authenticator + Uwierzytelniacz + + + Use a security key to prove your identity. + Użyj klucza bezpieczeństwa, aby potwierdzić swoją tożsamość. + + + Traditional authenticator + Tradycyjny uwierzytelniacz + + + Use a code-based authenticator. + Użyj uwierzytelniacza opartego na kodzie. + + + Recovery keys + Klucze odzyskiwania + + + In case you lose access to your primary authenticators. + + + SMS + SMS + + + Tokens sent via SMS. + Tokeny wysyłane SMS-em. + + + Tokens sent via email. + + + Unknown device + + + An unknown device class was provided. + + + Select an authentication method + + + No authentication methods available. + + + Select a configuration stage + + + Stay signed in? + Pozostań zalogowanym? + + + Select Yes to reduce the number of times you're asked to sign in. + Wybierz Tak, aby zmniejszyć liczbę razy kiedy wymagane będzie logowanie. + + + Device Code + + + Please enter your code + Proszę wprowadź swój kod + + + You've successfully authenticated your device. + Pomyślnie uwierzytelniłeś swoje urządzenie. + + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + + + Go back to overview + + + Log out of + + + Log back into + + + SAML Provider + + + SAML logout complete + + + Redirecting to SAML provider: + + + Posting logout request to SAML provider: + + + Unknown Provider + + + Logging out of providers... + + + Single Logout + + + Open flow inspector + + + Authentication form + + + Error creating credential: + Błąd podczas tworzenia poświadczenia: + + + + Server validation of credential failed: + Weryfikacja poświadczeń serwera nie powiodła się: + + + + Failed to register. Please try again. + Rejestracja nie powiodła się. Spróbuj ponownie. + + + Registering... + Rejestrowanie... + + + Failed to register + Nie udało się zarejestrować + + + Retry registration + Ponów rejestrację + + + Idle + + + Connecting + + + Waiting + + + Connected + + + Disconnecting + + + Disconnected + + + Connection failed after attempts. + Połączenie nie powiodło się po próbach. + + + Re-connecting in second(s). + Ponowne połączenie w ciągu sekund(y). + + + Connecting... + Łączenie... + + + Please wait while the content is loading + + + Select endpoint to connect to + Wybierz punkt końcowy, z którym chcesz się połączyć + + + application + + + Actions for "" + + + Edit application... + + + Refer to documentation + Odnieś się do dokumentacji + + + No Applications available. + Brak dostępnych aplikacji. + + + Either no applications are defined, or you don’t have access to any. + Albo nie zdefiniowano żadnych aplikacji, albo nie masz do nich dostępu. + + + Ungrouped + + + My Applications + Moje aplikacje + + + Search for an application by name... + + + Search returned no results. + Wyszukiwanie nie zwróciło żadnych wyników. + + + application found for "" + + + applications found for "" + + + application available + + + applications available + + + My applications + Moje aplikacje + + + Application list + + + Failed to fetch applications. + + + Change your password + Zmień swoje hasło + + + Change password + Zmień hasło + + + Delete account + Usuń konto + + + Successfully updated details + Pomyślnie zaktualizowano szczegóły + + + Open settings + Otwórz ustawienia + + + No settings flow configured. + Nie skonfigurowano przepływu ustawień. + + + Update details + Aktualizuj szczegóły + + + Device type cannot be edited + + + Enroll + Dodaj + + + Edit device + + + Create App password + Utwórz hasło aplikacji + + + User settings + + + User details + Szczegóły użytkownika + + + Consent + Zgody + + + MFA Devices + Urządzenia MFA + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + Połącz swoje konto użytkownika z usługami wymienionymi poniżej, aby umożliwić logowanie za pomocą usługi zamiast tradycyjnych poświadczeń. + + + Admin interface + Interfejs administratora + + + ... + Truncation ellipsis + + + + diff --git a/web/xliff/pt_BR.xlf b/web/xliff/pt_BR.xlf index 3bb1cfc7ba..4ed62a7d50 100644 --- a/web/xliff/pt_BR.xlf +++ b/web/xliff/pt_BR.xlf @@ -1,6967 +1,1010 @@ - - - - English - Inglês - - - - French - Francês - - - - Turkish - Turco - - - - Spanish - Espanhol - - - - Polish - Polonês - - - - Taiwanese Mandarin - Mandarim Taiwanês - - - - Chinese (simplified) - Chinês (simplificado) - - - - Chinese (traditional) - Chinês (tradicional) - - - - German - Alemão - - - - Loading... - Carregando... - - - - Application - Aplicação - - - - Logins - Logins - - - - Show less - Mostrar menos - - - - Show more - Mostrar mais - - - - UID - UID - - - - Name - Nome - - - - App - App - - - - Model Name - Nome do Modelo - - - - Message - Mensagem - - - - Subject - Assunto - - - - From - De - - - - To - Para - - - - Context - Contexto - - - - User - Usuário - - - - Affected model: - Modelo afetado: - - - - Authorized application: - Aplicação autorizada: - - - - Using flow - Usando fluxo - - - - Email info: - Informações de e-mail: - - - - Secret: - Segredo: - - - - Open issue on GitHub... - Abrir issue no GitHub... - - - - Exception - Exceção - - - - Expression - Expressão - - - - Binding - Vínculo - - - - Request - Requisição - - - - Object - Objeto - - - - Result - Resultado - - - - Passing - Passagem - - - - Messages - Mensagens - - - - Using source - Usando fonte - - - - Attempted to log in as - Tentativa de entrar como - - - - - No additional data available. - Não há dados adicionais disponíveis. - - - - Click to change value - Clique para alterar o valor - - - - Select an object. - Selecione um objeto. - - - - Connection error, reconnecting... - Erro de conexão, reconectando... - - - - Login - Login - - - - Failed login - Falha no login - - - - Logout - Sair - - - - User was written to - Usuário foi escrito para - - - - Suspicious request - Requisição suspeita - - - - Password set - Senha definida - - - - Secret was viewed - O segredo foi visualizado - - - - Secret was rotated - O segredo foi rotacionado - - - - Invitation used - Convite usado - - - - Application authorized - Aplicação autorizada - - - - Source linked - Fonte vinculada - - - - Impersonation started - Representação iniciada - - - - Impersonation ended - Representação encerrada - - - - Flow execution - Execução do fluxo - - - - Policy execution - Execução da política - - - - Policy exception - Exceção de política - - - - Property Mapping exception - Exceção de mapeamento de propriedade - - - - System task execution - Execução de tarefa do sistema - - - - System task exception - Exceção de tarefa do sistema - - - - General system exception - Exceção geral do sistema - - - - Configuration error - Erro de configuração - - - - Model created - Modelo criado - - - - Model updated - Modelo atualizado - - - - Model deleted - Modelo deletado - - - - Email sent - E-mail enviado - - - - Update available - Atualização disponível - - - - Unknown severity - Severidade desconhecida - - - - Alert - Alerta - - - - Notice - Notificação - - - - Warning - Aviso - - - - no tabs defined - nenhuma aba definida - - - - - of - - - - de - - - - - Go to previous page - Ir para a página anterior - - - - Go to next page - Ir para a próxima página - - - - Search... - Procurar... - - - - Loading - Carregando - - - - No objects found. - Nenhum objeto encontrado. - - - - Failed to fetch objects. - Falha ao buscar objetos. - - - - Refresh - Atualizar - - - - Select all rows - Selecionar todas as linhas - - - - Action - Ação - - - - Creation Date - Data de Criação - - - - Client IP - IP do Cliente - - - - Recent events - Eventos recentes - - - - On behalf of - Em nome de - - - - - - - - - - - - No Events found. - Nenhum evento encontrado. - - - - No matching events could be found. - Nenhum evento correspondente foi encontrado. - - - - Embedded outpost is not configured correctly. - Outpost integrado não está contigurado corretamente. - - - - Check outposts. - Verificar outposts. - - - - HTTPS is not detected correctly - HTTPS não foi detectado - corretamente - - - - Server and client are further than 5 seconds apart. - Mais de 5 segundos entre o horário do servidor e cliente. - - - - OK - OK - - - - Everything is ok. - Está tudo correto. - - - - Based on - Baseado em - - - - - is available! - - está disponível! - - - - Up-to-date! - Atualizado! - - - - Version - Versão - - - - Workers - Workers - - - - No workers connected. Background tasks will not run. - Nenhum worker conectado. - Tarefas de plano de fundo não serão executadas. - - - - Authorizations - Autorizações - - - - Failed Logins - Tentativas falhas de entrar - - - - Successful Logins - Acessos com sucesso - - - - : - -: - - - - - Cancel - Cancelar - - - - LDAP Source - Fonte de LDAP - - - - SCIM Provider - Provedor de SCIM - - - - Healthy - Funcionando - - - - Healthy outposts - Outposts funcionando - - - - Admin - Administração - - - - Not found - Não encontrado - - - - The URL "" was not found. - O URL " -" não foi encontrado. - - - - Return home - Voltar para o início - - - - General system status - Estado geral do sistema - - - - Quick actions - Ações rápidas - - - - Create a new application - Criar uma nova aplicação - - - - Check the logs - Verifique os logs - - - - Explore integrations - Explorar integrações - - - - Manage users - Gerenciar usuários - - - - Outpost status - Status do Outpost - - - - Sync status - Status da sincronização - - - - Logins and authorizations over the last week (per 8 hours) - Acessos e autorizações na última semana (por 8 horas) - - - - Apps with most usage - Aplicativos mais utilizados - - - - Objects created - Objetos criados - - - - Users created per day in the last month - Usuários criados por dia no último mês - - - - Logins per day in the last month - Acessos por dia no último mês - - - - Failed Logins per day in the last month - Acessos com falha por dia no último mês - - - - Clear search - Limpar pesquisa - - - - System Tasks - Tarefas do Sistema - - - - Long-running operations which authentik executes in the background. - Operações de grande duração que o authentik executa no plano de fundo. - - - - Identifier - Identificador - - - - Description - Descrição - - - - Status - Status - - - - Actions - Ações - - - - Successful - Sucesso - - - - Error - Erro - - - - Unknown - Desconhecido - - - - Authentication - Autenticação - - - - Authorization - Autorização - - - - Enrollment - Inscrição - - - - Invalidation - Invalidação - - - - Recovery - Recuperação - - - - Stage Configuration - Configuração de Stage - - - - Unenrollment - Desinscrição - - - - Unknown designation - Designação desconhecida - - - - Stacked - Empilhado - - - - Content left - Conteúdo à esquerda - - - - Content right - Conteúdo à direita - - - - Sidebar left - Sidebad - à esquerda - - - - Sidebar right - Sidebar à direita - - - - Unknown layout - Layout desconhecido - - - - Successfully updated provider. - Provedor atualizado com sucesso. - - - - Successfully created provider. - Provedor criado com sucesso. - - - - Bind flow - Fluxo de vinculação - - - - Flow used for users to authenticate. - Flow utilizado para usuários autenticarem. - - - - Bind mode - Modo de vinculação - - - - Cached binding - Vínculo cacheado - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - Flow é executado e a sessão é cacheada na memória. Flow é executado quando a sessão expira - - - - Direct binding - Vínculo direto - - - - Always execute the configured bind flow to authenticate the user - Sempre executar a vinculação de Flow configurada para autenticar - o usuário - - - - Configure how the outpost authenticates requests. - Configurar como o Outpost autentica requisições. - - - - Search mode - Modo de busca - - - - Cached querying - Busca cacheada - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - O Outpost mantém todos usuários e grupos na memória e atualiza a cada 5 minutos - - - - Direct querying - Busca direta - - - - Always returns the latest data, but slower than cached querying - Sempre retorna os dados mais recentes, mas é mais lento que a busca cacheada - - - - Configure how the outpost queries the core authentik server's users. - Configura como o Outpost busca os usuários do servidor do authentik. - - - - Protocol settings - Configurações de protocolo - - - - Base DN - DN base - - - - LDAP DN under which bind requests and search requests can be made. - DN do LDAP em que requisições sao vinculadas e requisições de busca podem ser feitas. - - - - Certificate - Certificado - - - - UID start number - Número inicial do UID - - - - 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 - Início dos uidNumbers, este número é adicionado a user.Pk para garantir que oa números não são muito pequenos para usuários POSIX. Padrão é 2000 para garantir que não iremos colidir com o uidNumber de usuários locais - - - - GID start number - Número inicial do GID - - - - 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 - O início para gidNumbers, este número é adicionado ao número gerado do grupo.Pk para garantir que os números não são baixos demais para grupos POSIX. Padrão é 4000 para garantir que não irá colidir com os grupos locais ou o gidNumber dos grupos primários de usuários - - - - The following keywords are supported: - As seguintes palavras-chave são permitidas: - - - - Authentication flow - Fluxo de autenticação - - - - Flow used when a user access this provider and is not authenticated. - Floe utilizado quando um usuário acessa este provedor e não está autenticado. - - - - Authorization flow - Flow de autorização - - - - Flow used when authorizing this provider. - Flow utilizado ao autorizar este provedor. - - - - Client type - Tipo de Cliente - - - - Confidential - Confidencial - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - Clientes confidenciais são capazes de manter a confidencialidade de suas credenciais, como segredos de clientes - - - - Public - Público - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - Clientes públicos são incapazes de manter a confidencialidade e devem usar métodos como PKCE. - - - - Client ID - ID do cliente - - - - Client Secret - Segredo - do cliente - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - Se nenhum URI de redirecionamento explícito for especificado, o primeiro URI utilizado com sucesso será salvo. - - - - Signing Key - Chave de Assinatura - - - - Key used to sign the tokens. - Chave utilizada para assinar os tokens. - - - - Advanced protocol settings - Configurações avançadas de protocolo - - - - Access code validity - Validade do código de acesso - - - - Configure how long access codes are valid for. - Configurar por quanto tempo os códigos de acesso são válidos. - - - - Access Token validity - Validade dos Tokens de Acesso. - - - - Configure how long access tokens are valid for. - Configurar por quanto tempo os Tokens de Acesso são válidos. - - - - Refresh Token validity - Validade do Refresh Token - - - - Configure how long refresh tokens are valid for. - Configurar por quanto tempo os Refresh Tokens são válidos. - - - - Scopes - Escopos - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - Selecione quais escopos podem ser utilizados pelo cliente. O cliente ainda tem que especificar o escopo para acessar os dados. - - - - Subject mode - Modo de identificação - - - - Based on the User's hashed ID - Baseado no ID hash do Usuário - - - - Based on the User's ID - Baseado no ID do Usuário - - - - Based on the User's UUID - Baseado no UUID do Usuário - - - - Based on the User's username - Baseado no nome de usuário - - - - Based on the User's Email - Baseado no Email do Usuário - - - - This is recommended over the UPN mode. - Recomendado no modo UPN - - - - Based on the User's UPN - Baseado no UPN do Usuário - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - É necessário que l usuário tenha o atributo "upn" definido, e tem como fallback o ID hash do usuário. Use este modo somente se você tem domínios de UPN e Mail diferentes. - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - Configurar quais dados devem ser utilizados como identificador único do User. Na maioria dos casos, o padrão deve servir. - - - - Include claims in id_token - Incluir claims no id_token - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - Incluir User claims de escopos no id_token, para aplicações que não acessam o endooint de userinfo. - - - - Issuer mode - Modo de emissor - - - - Each provider has a different issuer, based on the application slug - Cada provedor tem um emissor diferente, baseado no slug da aplicação - - - - Same identifier is used for all providers - O mesmo identificador é utilizado para todos os provedores - - - - Configure how the issuer field of the ID Token should be filled. - Configurar como o campo "issuer" do ID Token deve ser preenchido. - - - - Machine-to-Machine authentication settings - Configurações de autenticação Machine-to-Machine - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - JWTs assinados por certificados configurados nas fontes selecionadas podem ser usados para autenticar neste provedor. - - - - HTTP-Basic Username Key - Atributo Username do header HTTP-Basic - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - Atributo de Usuário/Grupo usado para a parte de usuário do header HTTP-Basic. Se não for definido, o Email do Usuário é utilizado. - - - - HTTP-Basic Password Key - Atributo Password do header HTTP-Basic - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - Atributo - do Usuário/Grupo usado para a parte de senha do header HTTTP-Basic. - - - - Proxy - Proxy - - - - Forward auth (single application) - Autenticação de encaminhamento (aplicação única) - - - - Forward auth (domain level) - Autenticação de encaminhamento (nível de domínio) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - Este fornecedor comportar-se-á como um proxy reverso transparente, exceto que os pedidos devem ser autenticados. Se a sua aplicação upstream utilizar HTTPS, certifique-se de que se liga ao outpost utilizando HTTPS também. - - - - External host - Host externo - - - - The external URL you'll access the application at. Include any non-standard port. - O URL externo no qual irá aceder ao aplicativo. Inclua qualquer porta não standard. - - - - Internal host - Host interno - - - - Upstream host that the requests are forwarded to. - Host para o qual as requisições são redirecionadas. - - - - Internal host SSL Validation - Validação SSL do host interno - - - - Validate SSL Certificates of upstream servers. - Valida Certificados SSL dos servidores. - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - Use este provedor com auth_request do nginx ou forwardAuth do traefik. Somente um único provedor é obrigatório por domínio raiz. Você não pode efetuar autorização por aplicação, mas você não tem que criar um provedor para casa aplicação. - - - - An example setup can look like this: - Uma configuração de exemplo pode ser assim: - - - - authentik running on auth.example.com - Authentik no host auth.example.com - - - - app1 running on app1.example.com - app1 no host app1.example.com - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - Neate caso, você definiria o URL de Autenticação para auth.example.com e Domínio de Cookie para example.com. - - - - Authentication URL - URL de autenticação - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - O URL externo no qual você irá autenticar. O servidor do authentik deve ser alcançável neste URL. - - - - Cookie domain - Domínio de Cookie - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - Defina para o domínio que você deseja paea o qual a autenticação seja válida. Deve ser pai do domínio do URL acima. Se suas aplicações estão em app1.domain.tld, app2.domain.tld, defina este campo para "domain.tld". - - - - Unknown proxy mode - Modo de proxy desconhecido - - - - Token validity - Validade - do token - - - - Configure how long tokens are valid for. - Configure durante quanto tempo os tokens são válidos. - - - - Additional scopes - Escopos adicionais - - - - Additional scope mappings, which are passed to the proxy. - Mapeamentos de âmbito adicionais, que são passados ​​para o proxy. - - - - Unauthenticated URLs - URLs não autenticadas - - - - Unauthenticated Paths - Caminhos não autenticados - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - Expressões regulares para as quais não é necessária autenticação. Cada nova linha é interpretada como uma nova expressão. - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - Ao utilizar o modo proxy ou autenticação de encaminhamento (aplicação única), o caminho do URL solicitado é verificado em relação às expressões regulares. Quando se utiliza a autenticação de encaminhamento (modo de domínio), o URL completo solicitado, incluindo o esquema e o host, é comparado com as expressões regulares. - - - - Authentication settings - Configurações de autenticação - - - - Intercept header authentication - Autenticação de cabeçalho de interceção - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - Quando ativado, o authentik irá intercetar o cabeçalho Autorização para autenticar o pedido. - - - - Send HTTP-Basic Authentication - Enviar autenticação HTTP-Basic - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - Envie um cabeçalho de autenticação HTTP-Basic personalizado com base nos valores do authentik. - - - - ACS URL - ACS URL - - - - Issuer - Emissor - - - - Also known as EntityID. - Também conhecido como EntityID. - - - - Service Provider Binding - Vinculação do Prestador de Serviços - - - - Redirect - Redirecionar - - - - Post - Publicar - - - - Determines how authentik sends the response back to the Service Provider. - Determina como o authentik envia a resposta de volta ao provedor de serviços. - - - - Audience - Audiência - - - - Signing Certificate - Certificado de assinatura - - - - Certificate used to sign outgoing Responses going to the Service Provider. - Certificado utilizado para assinar Respostas de saída que se dirijam ao Provedor de - Serviço. - - - - Verification Certificate - Certificado de Verificação - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - Quando selecionado, as assinaturas da asserção de entrada serão validadas em relação a este certificado. Para permitir solicitações não assinadas, deixe em padrão. - - - - Property mappings - Mapeamentos de propriedades - - - - NameID Property Mapping - Mapeamento da propriedade NameID - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - Configure como o valor NameID será criado. Quando deixado em branco, o NameIDPolicy da solicitação recebida será respeitado. - - - - Assertion valid not before - Asserção válida não antes - - - - Configure the maximum allowed time drift for an assertion. - Configure o - desvio de tempo máximo permitido para uma asserção. - - - - Assertion valid not on or after - Asserção válida não em ou após - - - - Assertion not valid on or after current time + this value. - Asserção inválida em ou após a hora atual + este valor. - - - - Session valid not on or after - Sessão válida não em ou após - - - - Session not valid on or after current time + this value. - Sessão inválida em ou após a hora atual + este valor. - - - - Digest algorithm - Algoritmo resumido - - - - Signature algorithm - Algoritmo de assinatura - - - - Successfully imported provider. - Fornecedor importado com sucesso. - - - - Metadata - Metadados - - - - Apply changes - Aplicar modificações - - - - Close - Fechar - - - - Finish - Finalizar - - - - Back - Voltar - - - - No form found - Nenhum formulário encontrado - - - - Select type - Selecione o tipo - - - - Create - Criar - - - - New provider - Novo provedor - - - - Create a new provider. - Criar um novo provedor. - - - - Create - Criar - - - - - Shared secret - Segredo partilhado - - - - Client Networks - Redes do Client - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - URL base do SCIM, termina normalmente em /v2. - - - - Token - Token - - - - User filtering - Filtragem de utilizador - - - - Exclude service accounts - Apagar contas de serviço - - - - Group - Grupo - - - - Only sync users within the selected group. - Sincronizar apenas utilizadores dentro do grupo selecionado. - - - - Attribute mapping - Mapeamento de atributos - - - - User Property Mappings - Mapeamentos de propriedades do utilizador - - - - Property mappings used to user mapping. - Mapeamentos de propriedades utilizados para o mapeamento de utilizadores. - - - - Group Property Mappings - Mapeamentos de propriedade de grupo - - - - Property mappings used to group creation. - Mapeamentos de propriedades usados ​​para criação de grupos. - - - - Not used by any other object. - Não usado por nenhum outro objeto. - - - - object will be DELETED - objeto será DELETADO - - - - connection will be deleted - a conexão será apagada - - - - reference will be reset to default value - a referência será redefinida para o valor padrão - - - - reference will be set to an empty value - a referência será definida como um valor vazio - - - - () - () - - - - ID - ID - - - - Successfully deleted - excluído com sucesso - - - Failed to delete : - Falha ao excluir : - - - - Delete - Excluir - - - - Are you sure you want to delete ? - Você tem certeza que quer deletar ? - - - Delete - Deletar - - - - Providers - Provedores - - - - Provide support for protocols like SAML and OAuth to assigned applications. - Forneça - suporte para protocolos como SAML e OAuth para aplicativos atribuídos. - - - - Type - Tipo - - - - Provider(s) - Provedor(es) - - - - Assigned to application - Atribuído ao aplicativo - - - - Assigned to application (backchannel) - Atribuído ao aplicativo (canal de retorno) - - - - Update - Atualizar - - - - Update - Atualizar - - - - - Select providers to add to application - Selecione os provedores para adicionar ao aplicativo - - - - Add - Adicionar - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - Insira um URL completo, um caminho relativo ou use 'fa://fa-test' para usar o ícone "fa-test" - do Font Awesome. - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - Modelo de caminho para usuários criados. Use espaços reservados como %(slug)s para inserir o slug da fonte. - - - - Successfully updated application. - Aplicativo atualizado com sucesso. - - - - Successfully created application. - Aplicativo criado com sucesso. - - - - Slug - Slug - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - Opcionalmente, insira um nome de grupo. Aplicativos com grupos idênticos são mostrados agrupados. - - - - Provider - Provedor - - - - Select a provider that this application should use. - Selecione um provedor para esse aplicativo utilizar. - - - - Select backchannel providers which augment the functionality of the main provider. - Selecione provedores de canal de retorno que aumentam a funcionalidade do provedor principal. - - - - Policy engine mode - Modo do mecanismo de política - - - - Any policy must match to grant access - Qualquer política deve coincidir para conceder o acesso - - - - All policies must match to grant access - Todas as políticas devem corresponder para conceder acesso - - - - UI settings - Configurações de interface de usuário - - - - Launch URL - URL de lançamento - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - Se deixado em branco, o authentik tentará extrair o URL de inicialização com base no provedor selecionado. - - - - Open in new tab - Abrir em uma nova aba - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - Se marcado, a URL de lançamento será aberta em uma nova guia ou janela do navegador a partir da biblioteca de aplicativos do usuário. - - - - Icon - Ícone - - - - Currently set to: - Atualmente definido para: - - - - Clear icon - Limpar ícone - - - - Publisher - Editora - - - - Create Application - Criar aplicativo - - - - Overview - Visão geral - - - - Changelog - Log de alterações - - - - Warning: Provider is not used by any Outpost. - Aviso: O provedor não é usado por nenhum Outpost. - - - - Assigned to application - Atribuído ao aplicativo - - - - Update LDAP Provider - Atualizar Provedor LDAP - - - - Edit - Editar - - - - How to connect - Como conectar - - - - Connect to the LDAP Server on port 389: - Conecte-se ao servidor LDAP na porta 389: - - - - Check the IP of the Kubernetes service, or - Verifique o IP do serviço Kubernetes ou - - - - The Host IP of the docker host - O IP do Host do Docker - - - - Bind DN - DN de ligação - - - - Bind Password - Senha vinculada - - - - Search base - Base de pesquisa - - - - Preview - Pré-visualização - - - - Warning: Provider is not used by an Application. - Aviso: o provedor não é usado por nenhuma aplicação. - - - - Redirect URIs - URIs de redirecionamento - - - - Update OAuth2 Provider - Atualizar Provedor OAuth2 - - - - OpenID Configuration URL - URL de configuração do OpenID - - - - OpenID Configuration Issuer - Emissor de configuração OpenID - - - - Authorize URL - Autorizar URL - - - - Token URL - URL do Token - - - - Userinfo URL - URL de informações do usuário - - - - Logout URL - URL de saída - - - - JWKS URL - URL JWKS - - - - Forward auth (domain-level) - Autenticação de encaminhamento (nível de domínio) - - - - Nginx (Ingress) - Nginx (entrada) - - - - Nginx (Proxy Manager) - Nginx (gerenciador de proxy) - - - - Nginx (standalone) - Nginx (independente) - - - - Traefik (Ingress) - Traefik (Ingress) - - - - Traefik (Compose) - Traefik (Compor) - - - - Traefik (Standalone) - Traefik (Independente) - - - - Caddy (Standalone) - Caddy (Independente) - - - - Internal Host - Host Interno - - - - External Host - Host Externo - - - - Basic-Auth - Autenticação Básica - - - - Yes - Sim - - - - Mode - Modo - - - - Update Proxy Provider - Atualizar Provedor de Proxy - - - - Protocol Settings - Configurações de protocolo - - - - Allowed Redirect URIs - URIs de redirecionamento permitidos - - - - Setup - Configuração - - - - No additional setup is required. - Nenhuma configuração adicional é necessária. - - - - Update Radius Provider - Atualizar Provedor Radius - - - - Download - Descarregar - - - - Copy download URL - Copiar URL de download - - - - Download signing certificate - Baixar certificado de assinatura - - - - Related objects - Objetos relacionados - - - - Update SAML Provider - Atualizar Provedor SAML - - - - SAML Configuration - Configuração SAML - - - - EntityID/Issuer - EntityID/Emissor - - - - SSO URL (Post) - URL SSO (Post) - - - - SSO URL (Redirect) - URL SSO (Redirecionamento) - - - - SSO URL (IdP-initiated Login) - URL SSO (Login iniciado por IdP) - - - - SLO URL (Post) - URL SLO (Post) - - - - SLO URL (Redirect) - URL SLO (Redirecionamento) - - - - SAML Metadata - Metadados SAML - - - - Example SAML attributes - Atributos SAML de exemplo - - - - NameID attribute - Atributo NameID - - - - Warning: Provider is not assigned to an application as backchannel provider. - Aviso: O provedor não está atribuído a um aplicativo como provedor de canal de retorno. - - - - Update SCIM Provider - Atualizar Provedor SCIM - - - - LDAP - LDAP - - - - New application - Novo aplicativo - - - - Applications - Aplicações - - - - Provider Type - Tipo de Provedor - - - - Application(s) - Aplicação(ões) - - - - Application Icon - Ícone do Aplicativo - - - - Update Application - Atualizar Aplicativo - - - - Successfully sent test-request. - Requisição de teste enviada com sucesso. - - - - Log messages - Mensagens de log - - - - No log messages. - Nenhuma mensagem de log. - - - - Active - Ativo - - - - Last login - Último login - - - - Successfully updated group. - Grupo atualizado com sucesso. - - - - Successfully created group. - Grupo criado com sucesso. - - - - Parent - Pai - - - - Attributes - Atributos - - - - Set custom attributes using YAML or JSON. - Defina atributos personalizados usando YAML ou JSON. - - - - Successfully updated binding. - Vínculo atualizado com sucesso. - - - - Successfully created binding. - Vínculo criado com sucesso. - - - - Policy - Documentação - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - Os mapeamentos de grupo só podem ser verificados se um usuário já estiver logado ao - tentar acessar esta fonte. - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - Os mapeamentos de usuário só podem ser verificados se um usuário já estiver logado ao tentar acessar esta fonte. - - - - Enabled - Habilitado - - - - Negate result - Negar resultado - - - - Negates the outcome of the binding. Messages are unaffected. - Nega o resultado da vinculação. As mensagens não são afetadas. - - - - Order - Ordem - - - - Timeout - Tempo limite - - - - Successfully updated policy. - Política atualizada com sucesso. - - - - Successfully created policy. - Política criada com sucesso. - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - Política usada para teste. Retorna sempre o mesmo resultado como especificado abaixo depois de esperar um tempo aleatório. - - - - Execution logging - Log de execução - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - Quando esta opção estiver habilitada, todas as execuções desta política serão registradas. Por padrão, apenas erros de execução são registrados. - - - - Policy-specific settings - Configurações específicas da Política - - - - Pass policy? - Política de aprovação? - - - - Wait (min) - Espera (mínimo) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - A policita leva um período de tempo aleatório para executar. Este parametro controla o tempo mínimo para executar. - - - - Wait (max) - Espera (máximo) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - Corresponde a um evento em relação a um conjunto de critérios. Se algum dos valores configurados corresponder, a política será aprovada. - - - - Match created events with this action type. When left empty, all action types will be matched. - Combine eventos criados com este tipo de ação. Quando deixado em branco, todos os tipos de ação serão correspondidos. - - - - Match events created by selected application. When left empty, all applications are matched. - Corresponde a eventos criados pelo aplicativo selecionado. Quando deixado em branco, todos os aplicativos são correspondidos. - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - Verifica se a senha do usuário da solicitação foi alterada nos últimos x dias e nega com base nas configurações. - - - - Maximum age (in days) - Idade máxima (em dias) - - - - Only fail the policy, don't invalidate user's password - Apenas falhe a política, não invalide a senha do usuário - - - - Executes the python snippet to determine whether to allow or deny a request. - Executa o snippet python para determinar se deve permitir ou negar uma solicitação. - - - - Expression using Python. - Expressão usando Python. - - - - See documentation for a list of all variables. - Consulte a documentação para obter uma lista de todas as variáveis. - - - - Static rules - Regras estáticas - - - - Minimum length - Comprimento mínimo - - - - Minimum amount of Uppercase Characters - Quantidade mínima de caracteres maiúsculos - - - - Minimum amount of Lowercase Characters - Quantidade mínima - de caracteres minúsculos - - - - Minimum amount of Digits - Quantidade mínima de dígitos - - - - Minimum amount of Symbols Characters - Quantidade mínima de caracteres de símbolos - - - - Error message - Mensagem de erro - - - - Symbol charset - Conjunto de caracteres de símbolos - - - - Characters which are considered as symbols. - Caracteres que são considerados como símbolos. - - - - HaveIBeenPwned settings - Configurações para HaveIBeenPwned - - - - Allowed count - Contagem permitida - - - - Allow up to N occurrences in the HIBP database. - Permitir até N ocorrências no banco de dados HIBP. - - - - zxcvbn settings - Configurações para zxcvbn - - - - Score threshold - Limite de pontuação - - - - If the password's score is less than or equal this value, the policy will fail. - Se a pontuação da senha for menor ou igual a esse valor, a política irá falhar. - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - Verifica o valor da solicitação de política em relação a várias regras, usadas principalmente para garantir a força da senha. - - - - Password field - Campo de senha - - - - Field key to check, field keys defined in Prompt stages are available. - Chave de campo para verificar, as chaves de campo definidas nos estágios de prompt estão disponíveis. - - - - Check static rules - Verificar regras estáticas - - - - Check haveibeenpwned.com - Verificar haveibeenpwned.com - - - - For more info see: - Para mais informações veja: - - - - Check zxcvbn - Verificar zxcvbn - - - - Password strength estimator created by Dropbox, see: - Estimador da força da senha criado pelo Dropbox, veja: - - - - Allows/denys requests based on the users and/or the IPs reputation. - Permite/nega solicitações com base na reputação dos usuários e/ou IPs. - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - Tentativas de login - inválidas diminuirão a pontuação do IP do cliente e o nome de usuário com o qual eles estão tentando fazer login, por um. - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - A política passa quando a pontuação de reputação fica abaixo do limite , e NÃO É APROVADA quando uma ou ambas as opções - selecionadas são iguais ou acima do limite. - - - Check IP - Verificar IP - - - - Check Username - Verifique o nome de usuário - - - - Threshold - Limite - - - - New policy - Nova política - - - - Create a new policy. - Crie uma nova política. - - - - Create Binding - Criar Vínculo - - - - Superuser - Superusuário - - - - Members - Membros - - - - Select groups to add user to - Selecione os grupos aos quais adicionar usuários - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - AVISO: adicionando o usuário ao grupo selecionado você estará dando a ele(s) permissões de SuperUsuário. - - - - Successfully updated user. - Usuário atualizado com sucesso. - - - - Successfully created user. - Usuário criado com sucesso. - - - - Username - Usuário - - - - Email - Email - - - - Path - Caminho - - - - Policy - Política - - - - - Group - Grupo - - - - - User - Usuário - - - - - Edit Policy - Editar Política - - - - Update Group - Atualizar Grupo - - - - Edit Group - Editar Grupo - - - - Update User - Atualizar Usuário - - - - Edit User - Editar Usuário - - - - Policy binding(s) - Vínculo(s) de política - - - - Update Binding - Atualizar Vínculo - - - - Edit Binding - Editar Vínculo - - - - No Policies bound. - Nenhuma política vinculada. - - - - No policies are currently bound to this object. - Nenhuma política está atualmente vinculada a este objeto. - - - - Warning: Application is not used by any Outpost. - Aviso: O aplicativo não é usado por nenhum Outpost. - - - - Related - Relacionado - - - - Backchannel Providers - Provedores de canal de retorno - - - - Check access - Verificar acesso - - - - Check - Verificar - - - - Check Application access - Verificar acesso ao aplicativo - - - - Test - Teste - - - - Launch - Lançar - - - - Logins over the last week (per 8 hours) - Logins na última semana (por 8 horas) - - - - Policy / Group / User Bindings - Vínculos de Política / Grupo / Usuário - - - - These policies control which users can access this application. - Essas políticas controlam quais usuários podem acessar este aplicativo. - - - - Successfully updated source. - Fonte atualizada com sucesso. - - - - Successfully created source. - Fonte criada com sucesso. - - - - Sync users - Sincronizar usuários - - - - User password writeback - Retorno de gravação da senha do usuário - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - A senha de login é sincronizada automaticamente do LDAP para o authentik. Habilite esta opção apenas para gravar alterações de senha do authentik de volta no LDAP. - - - - Sync groups - Sincronizar grupos - - - - Connection settings - Configurações de conexão - - - - Server URI - URI do Servidor - - - - Specify multiple server URIs by separating them with a comma. - Especifique múltiplos URIs de servidor separando-os com vírgula. - - - - Enable StartTLS - Habilitar StartTLS - - - - To use SSL instead, use 'ldaps://' and disable this option. - Para usar SSL, use 'ldaps://' e desabilite esta opção. - - - - TLS Verification Certificate - Certificado de verificação TLS - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - Ao conectar-se a um servidor LDAP com TLS, os certificados não são verificados por padrão. Especifique um par de chaves para validar o certificado remoto. - - - - Bind CN - CN de ligação - - - - LDAP Attribute mapping - Mapeamento de atributos LDAP - - - - Additional settings - Configurações adicionais - - - - Parent group for all the groups imported from LDAP. - Grupo pai para todos os grupos importados do LDAP. - - - - User path - Caminho do usuário - - - - Additional user DN, prepended to the Base DN. - DN de usuário adicional, prefixado ao DN base. - - - - Additional group DN, prepended to the Base DN. - DN de grupo adicional, precedido ao DN Base. - - - - User object filter - Filtro de objeto de usuário - - - - Consider Objects matching this filter to be Users. - Considere Objetos que correspondam a este filtro como Usuários. - - - - Group object filter - Filtro de objeto de grupo - - - - Consider Objects matching this filter to be Groups. - Considere objetos que correspondam a este filtro como Grupos. - - - - Group membership field - Campo de associação ao grupo - - - - Object uniqueness field - Campo de exclusividade do objeto - - - - Field which contains a unique Identifier. - Campo que contém um Identificador único. - - - - Link users on unique identifier - Vincular usuários pelo identificador exclusivo. - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - Vincular a um usuário com endereço de e-mail idêntico. Pode ter implicações de segurança quando a fonte não valida endereços de e-mail - - - - Use the user's email address, but deny enrollment when the email address already exists - Usa o email do usuário, mas nega a inscrição quando o email já existe - - - - Link to a user with identical username. Can have security implications when a username is used with another source - Vincular a um usuário com nome de usuário idêntico. Pode ter implicações de segurança quando um nome de usuário é usado com outra fonte. - - - - Use the user's username, but deny enrollment when the username already exists - Usa o username do usuário, mas nega a inscrição quando o username já existe - - - - Unknown user matching mode - Modo de correspondência de usuário desconhecido - - - - URL settings - Configurações de URL - - - - Authorization URL - URL de Autorização - - - - URL the user is redirect to to consent the authorization. - URL para a qual o usuário é redirecionado para consentir a autorização. - - - - Access token URL - URL do token de acesso - - - - URL used by authentik to retrieve tokens. - URL usada pelo authentik para recuperar tokens. - - - - Profile URL - URL do perfil - - - - URL used by authentik to get user information. - URL usada pelo authentik para obter informações do usuário. - - - - Request token URL - URL do token de solicitação - - - - URL used to request the initial token. This URL is only required for OAuth 1. - URL usada para solicitar o token inicial. Esta URL é necessária apenas para OAuth 1. - - - - OIDC Well-known URL - URL de configuração conhecida OIDC - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - URL de configuração OIDC well-known. Pode ser usada para configurar automaticamente as URLs acima. - - - - OIDC JWKS URL - URL JWKS OIDC - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - URL da Chave Web JSON. As chaves desta URL serão usadas para validar JWTs desta fonte. - - - - OIDC JWKS - JWKS OIDC - - - - Raw JWKS data. - Dados JWKS brutos. - - - - User matching mode - Modo de correspondência de usuário - - - - Delete currently set icon. - Excluir ícone definido atualmente. - - - - Consumer key - Chave do consumidor - - - - Consumer secret - Segredo do consumidor - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - Escopos adicionais a serem passados ao Provedor OAuth, separados por espaço. Para substituir escopos existentes, prefixe com . - - - - Flow settings - Configurações de fluxo - - - - Flow to use when authenticating existing users. - Fluxo a ser usado ao autenticar usuários existentes. - - - - Enrollment flow - Fluxo de inscrição - - - - Flow to use when enrolling new users. - Fluxo a ser usado ao inscrever novos usuários. - - - - Load servers - Carregar servidores - - - - Allow friends to authenticate via Plex, even if you don't share any servers - Permitir que amigos se autentiquem via Plex, mesmo que você não compartilhe nenhum servidor. - - - - Allowed servers - Servidores permitidos - - - - Select which server a user has to be a member of to be allowed to authenticate. - Selecione de qual servidor um usuário deve ser membro para ter permissão para autenticar. - - - - SSO URL - URL SSO - - - - URL that the initial Login request is sent to. - URL para onde a solicitação de Login inicial é enviada. - - - - SLO URL - URL SLO - - - - Optional URL if the IDP supports Single-Logout. - URL opcional se o IDP suportar Single-Logout. - - - - Also known as Entity ID. Defaults the Metadata URL. - Também conhecido como Entity ID. Por padrão, é a URL de Metadados. - - - - Binding Type - Tipo de ligação - - - - Redirect binding - Ligação de redirecionamento - - - - Post-auto binding - Ligação de postagem automática - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Ligação de postagem, mas a solicitação é enviada automaticamente e o usuário não precisa confirmar. - - - - Post binding - Ligação de postagem - - - - Signing keypair - Par de chaves de assinatura - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - Par de chaves usado para assinar requisições de saída. Deixe vazio para desativar a assinatura. - - - - Allow IDP-initiated logins - Permitir logins iniciados por IDP - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - Permite fluxos de autenticação iniciados pelo IdP. Isso pode representar um risco de segurança, pois não é feita a validação do ID da requisição. - - - - NameID Policy - Política NameID - - - - Persistent - Persistente - - - - Email address - Endereço de email - - - - Windows - Windows - - - - X509 Subject - Assunto X509 - - - - Transient - Transitório - - - - Delete temporary users after - Excluir usuários temporários após - - - - 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. - Deslocamento de tempo para quando usuários temporários devem ser excluídos. Aplica-se apenas se o seu IdP usar o formato NameID ‘transient’ e o usuário não fizer logout manualmente. - - - - Pre-authentication flow - Fluxo de pré-autenticação - - - - Flow used before authentication. - Fluxo usado antes da autenticação. - - - - New source - Nova fonte - - - - Create a new source. - Criar uma nova fonte. - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - Fontes de identidades, que podem ser sincronizadas no banco de dados do authentik ou usadas pelos usuários para se autenticarem e se inscreverem. - - - - Source(s) - Fonte(s) - - - - Disabled - Desabilitado - - - - Built-in - Embutido - - - - Update LDAP Source - Atualizar Fonte LDAP - - - - OAuth Source - Fonte OAuth - - - - Generic OpenID Connect - Conexão OpenID Genérica - - - - Unknown provider type - Tipo de provedor desconhecido - - - - Details - Detalhes - - - - Callback URL - URL de Retorno - - - - Access Key - Chave de Acesso - - - - Update OAuth Source - Atualizar Fonte OAuth - - - - Diagram - Diagrama - - - - Policy Bindings - Ligações de Política - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - Essas vinculações controlam quais usuários podem acessar esta fonte. -Você só pode usar políticas aqui, pois o acesso é verificado antes de o usuário ser autenticado. - - - Update Plex Source - Atualizar Fonte Plex - - - - Update SAML Source - Atualizar Fonte SAML - - - - Successfully updated mapping. - Mapeamento atualizado com sucesso. - - - - Successfully created mapping. - Mapeamento criado com sucesso. - - - - SAML Attribute Name - Nome do Atributo SAML - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - Nome do atributo usado para asserções SAML. Pode ser um URN OID, uma referência de esquema ou qualquer outra string. Se este mapeamento de propriedade for usado para o NameID, este campo será ignorado. - - - - Friendly Name - Nome Amigável - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - Opcionalmente, defina o valor 'FriendlyName' do atributo Assertion. - - - - Scope name - Nome do Escopo - - - - Scope which the client can specify to access these properties. - Escopo que o cliente pode especificar para acessar essas propriedades. - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - Descrição exibida ao usuário durante o consentimento. Se deixada em branco, o usuário não será informado. - - - - Example context data - Dados de contexto de exemplo - - - - Active Directory User - Usuário do Active Directory - - - - Active Directory Group - Grupo do Active Directory - - - - New property mapping - Novo mapeamento de propriedade - - - - Create a new property mapping. - Criar um novo mapeamento de propriedade. - - - - Property Mappings - Mapeamentos de propriedade - - - - Control how authentik exposes and interprets information. - Controla como o authentik expõe e interpreta informações. - - - - Property Mapping(s) - Mapeamento(s) de propriedade - - - - Test Property Mapping - Testar Mapeamento de Propriedade - - - - Hide managed mappings - Ocultar mapeamentos gerenciados - - - - Successfully updated token. - Token atualizado com sucesso. - - - - Successfully created token. - Token criado com sucesso. - - - - Unique identifier the token is referenced by. - Identificador único pelo qual o token é referenciado. - - - - Intent - Intenção - - - - API Token - Token de API - - - - Used to access the API programmatically - Usado para acessar a API programaticamente - - - - App password. - Senha do aplicativo. - - - - Used to login using a flow executor - Usado para fazer login usando um executor de fluxo - - - - Expiring - Expirando - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - Se selecionado, o token expirará. Após a expiração, o token será rotacionado. - - - - Expires on - Expira em - - - - API Access - Acesso da API - - - - App password - Senha do aplicativo - - - - Verification - Verificação - - - - Unknown intent - Intenção desconhecida - - - - Tokens - Tokens - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - Tokens são utilizados pelo authentik para os estágios de validação de Email, Chaves de recuperação e Acesso da API - - - - Expires? - Expira? - - - - Expiry date - Data de expiração - - - - Token(s) - Token(s) - - - - Create Token - Criar Token - - - - Token is managed by authentik. - O token é gerenciado pelo authentik. - - - - Update Token - Atualizar Token - - - - Domain - Domínio - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - A correspondência é feita com base no sufixo do domínio, então se você inserir domain.tld, foo.domain.tld ainda corresponderá. - - - - Default - Padrão - - - - Branding settings - Configurações de branding - - - - Title - Título - - - - Branding shown in page title and several other places. - Branding mostrado no título da página e outros lugares. - - - - Logo - Logo - - - - Favicon - Favicon - - - - Icon shown in the browser tab. - Ícone mostrado na aba do navegador. - - - - Default flows - Fluxos padrão - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - Fluxo usado para autenticar usuários. Se deixado vazio, será usado o primeiro fluxo aplicável ordenado pelo slug. - - - - Invalidation flow - Fluxo de invalidação - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - Fluxo usado para logout. Se deixado vazio, será usado o primeiro fluxo aplicável ordenado pelo slug. - - - - Recovery flow - Fluxo de recuperação - - - - Unenrollment flow - Fluxo de desinscrição - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - Se definido, os usuários poderão cancelar sua inscrição usando este fluxo. Se nenhum fluxo for definido, a opção não será exibida. - - - - User settings flow - Fluxo de configurações do usuário - - - - If set, users are able to configure details of their profile. - Se definido, os usuários podem configurar detalhes de seu perfil. - - - - Device code flow - Fluxo de código do dispositivo - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - Se definido, o perfil de Código de Dispositivo OAuth pode ser usado, e o fluxo selecionado será usado para inserir o código. - - - - Other global settings - Outras configurações globais - - - - Web Certificate - Certificado Web - - - - Event retention - Retenção de eventos - - - - Duration after which events will be deleted from the database. - Duração após a qual os eventos serão excluídos do banco de dados. - - - - This setting only affects new Events, as the expiration is saved per-event. - Esta configuração afeta apenas novos Eventos, pois a expiração é salva por evento. - - - - Configure visual settings and defaults for different domains. - Configure configurações visuais e padrões para diferentes domínios. - - - - Default? - Padrão? - - - - Policies - Políticas - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - Permite que os usuários usem Aplicativos com base em propriedades, imponham Critérios de Senha e apliquem Estágios seletivamente. - - - - Assigned to object(s). - Atribuído a objeto(s). - - - - Warning: Policy is not assigned. - Aviso: A política não está atribuída. - - - - Test Policy - Testar Política - - - - Policy / Policies - Política / Políticas - - - - Successfully cleared policy cache - Cache de política limpo com sucesso - - - - Failed to delete policy cache - Falha ao excluir cache de política - - - - Clear cache - Limpar cache - - - - Clear Policy cache - Limpar cache de política - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - Tem certeza de que deseja limpar o cache de políticas? Isso fará com que todas as políticas sejam reavaliadas na próxima utilização. - - - Reputation scores - Pontuações de reputação - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - Reputação para IPs e identificadores de usuário. A pontuação é reduzida a cada login com falha e aumentada a cada login bem-sucedido. - - - - IP - IP - - - - Score - Pontuação - - - - Updated - Atualizado - - - - Reputation - Reputação - - - - Groups - Grupos - - - - Group users together and give them permissions based on the membership. - Agrupe os usuários e conceda-lhes permissões com base na associação. - - - - Superuser privileges? - Privilégios de superusuário? - - - - Group(s) - Grupo(s) - - - - Create Group - Criar Grupo - - - - Create group - Criar grupo - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - Use o nome de usuário e a senha abaixo para autenticar. A senha pode ser recuperada posteriormente na página de Tokens. - - - - Password - Senha - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - Válido por 360 dias; após isso, a senha será rotacionada automaticamente. Você pode copiar a senha na Lista de Tokens. - - - - The following objects use - Os seguintes objetos usam - - - - connecting object will be deleted - o objeto de conexão será excluído - - - - Successfully updated - atualizado com sucesso - - - Failed to update : - Falha ao atualizar : - - - - Are you sure you want to update ""? - Tem certeza de que deseja atualizar ""? - - - - Successfully updated password. - Senha atualizada com sucesso. - - - - Successfully sent email. - Email enviado com sucesso. - - - - Email stage - Estágio de Email - - - - Successfully added user(s). - Usuário(s) adicionado(s) com sucesso. - - - - User(s) - Usuário(s) - - - - Remove Users(s) - Remover Usuário(s) - - - - Are you sure you want to remove the selected users from the group ? - Tem certeza de que deseja remover os usuários selecionados do grupo ? - - - - Remove - Remover - - - - Impersonate - Personificar - - - - User status - Status do usuário - - - - Change status - Mudar status - - - - Deactivate - Desativar - - - - Update password - Atualizar senha - - - - Set password - Definir senha - - - - Successfully generated recovery link - Link de recuperação gerado com sucesso - - - - Copy recovery link - Copiar link de recuperação - - - - Send link - Enviar link - - - - Send recovery link to user - Enviar link de recuperação para o usuário - - - - Email recovery link - Link de recuperação de email - - - - Recovery link cannot be emailed, user has no email address saved. - Link de recuperação não pode ser enviado por email, usuário não tem um email salvo. - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - Atenção: este grupo está configurado com acesso de superusuário. Usuários adicionados terão acesso de superusuário. - - - - Add existing user - Adicionar usuário existente - - - - Create User - Criar Usuário - - - - Hide service-accounts - Ocultar contas de serviço - - - - Group Info - Informações do Grupo - - - - Notes - Anotações - - - - Edit the notes attribute of this group to add notes here. - Edite o atributo de notas deste grupo para adicionar notas aqui. - - - - Users - Usuários - - - - Root - Origem - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Atenção: você está prestes a excluir o usuário com o qual está conectado( -). Prossiga por sua conta e risco. - - - - User folders - Pastas de usuário - - - - Successfully added user to group(s). - Usuário adicionado ao(s) grupo(s) com sucesso. - - - - Groups to add - Grupos a adicionar - - - - Remove from Group(s) - Remover do(s) Grupo(s) - - - - Are you sure you want to remove user from the following groups? - Tem certeza de que deseja remover o usuário - dos seguintes grupos? - - - - Add Group - Adicionar Grupo - - - - Add to existing group - Adicionar a grupo existente - - - - Add new group - Adicionar novo grupo - - - - Application authorizations - Autorizações de aplicativo - - - - Revoked? - Revogado? - - - - Expires - Expira - - - - ID Token - Token de ID - - - - Refresh Tokens(s) - Token(s) de atualização - - - - Last IP - Último IP - - - - Session(s) - Sessão(ões) - - - - Expiry - Expiração - - - - (Current session) - (Sessão atual) - - - - Permissions - Permissões - - - - Consent(s) - Consentimento(s) - - - - Successfully updated device. - Dispositivo atualizado com sucesso. - - - - Static tokens - Tokens estáticos - - - - TOTP Device - Dispositivo TOTP - - - - Enroll - Inscrever - - - - Device(s) - Dispositivo(s) - - - - Update Device - Atualizar Dispositivo - - - - Confirmed - Confirmado - - - - User Info - Informações do Usuário - - - - Actions over the last week (per 8 hours) - Ações na última semana (por 8 horas) - - - - Edit the notes attribute of this user to add notes here. - Edite o atributo de notas deste usuário para adicionar notas aqui. - - - - Sessions - Seções - - - - User events - Eventos do usuário - - - - Explicit Consent - Consentimento Explícito - - - - OAuth Refresh Tokens - Tokens de atualização OAuth - - - - MFA Authenticators - Autenticadores MFA - - - - Successfully updated invitation. - Convite atualizado com sucesso. - - - - Successfully created invitation. - Convite criado com sucesso. - - - - Flow - Fluxo - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - Quando selecionado, o convite só poderá ser usado com o fluxo especificado. Por padrão, o convite é aceito em todos os fluxos com etapas de convite. - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - Dados opcionais que serão carregados na variável de contexto ‘prompt_data’ do fluxo. Use YAML ou JSON. - - - - Single use - Uso único - - - - When enabled, the invitation will be deleted after usage. - Quando habilitado, o convite será excluído após o uso. - - - - Select an enrollment flow - Selecione um fluxo de inscrição - - - - Link to use the invitation. - Link para usar o convite. - - - - Invitations - Convites - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - Crie Links de Convite para inscrever Usuários e, opcionalmente, forçar atributos específicos de suas contas. - - - - Created by - Criado por - - - - Invitation(s) - Convite(s) - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - Convite não é limitado a nenhum fluxo, e pode ser utilizado com qualquer fluxo de inscrição. - - - - Update Invitation - Atualizar Convite - - - - Create Invitation - Criar Convite - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - Atenção: nenhuma etapa de convite está vinculada a qualquer fluxo. Os convites não funcionarão conforme esperado. - - - - Auto-detect (based on your browser) - Detecção automática (com base no seu navegador) - - - - Required. - Necessário. - - - - Continue - Continuar - - - - Successfully updated prompt. - Prompt atualizado com sucesso. - - - - Successfully created prompt. - Prompt criado com sucesso. - - - - Text: Simple Text input - Texto: Entrada de texto simples - - - - Text Area: Multiline text input - Área de Texto: Entrada de texto multilinha - - - - Text (read-only): Simple Text input, but cannot be edited. - Texto (somente leitura): Entrada de texto simples, mas não pode ser editada. - - - - Text Area (read-only): Multiline text input, but cannot be edited. - Área de Texto (somente leitura): Entrada de texto multilinha, mas não pode ser editada. - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - Nome de usuário: Igual à entrada de texto, mas verifica e evita nomes de usuário duplicados. - - - - Email: Text field with Email type. - Email: Campo de texto com tipo de Email. - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - Senha: Entrada mascarada, múltiplas entradas deste tipo no mesmo prompt precisam ser idênticas. - - - - Number - Número - - - - Checkbox - Caixa de seleção - - - - Radio Button Group (fixed choice) - Grupo de Botões de Rádio (escolha fixa) - - - - Dropdown (fixed choice) - Menu suspenso (escolha fixa) - - - - Date - Data - - - - Date Time - Data e Hora - - - - File - Arquivo - - - - Separator: Static Separator Line - Separador: Linha de Separador Estática - - - - Hidden: Hidden field, can be used to insert data into form. - Oculto: Campo oculto, pode ser usado para inserir dados no formulário. - - - - Static: Static value, displayed as-is. - Estático: Valor estático, exibido como está. - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik: Localidade: Exibe uma lista de localidades suportadas pelo authentik. - - - - Preview errors - Erros de pré-visualização - - - - Data preview - Pré-visualização de dados - - - - Unique name of this field, used for selecting fields in prompt stages. - Nome único deste campo, usado para selecionar campos em estágios de prompt. - - - - Field Key - Chave do Campo - - - - Name of the form field, also used to store the value. - Nome do campo do formulário, também usado para armazenar o valor. - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - Quando usado em conjunto com um estágio de Gravação de Usuário, use attributes.foo para gravar atributos. - - - - Label - Rótulo - - - - Label shown next to/above the prompt. - Rótulo exibido ao lado/acima do prompt. - - - - Required - Necessário - - - - Interpret placeholder as expression - Interpretar espaço reservado como expressão - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - Quando marcado, o placeholder será avaliado da mesma forma que um mapeamento de propriedade. -Se a avaliação falhar, o próprio placeholder será retornado. - - - Placeholder - Espaço Reservado - - - - 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. - Opcionalmente, forneça uma dica curta que descreva o valor de entrada esperado. -Ao criar um campo de escolha fixa, habilite a interpretação como expressão e retorne uma -lista para fornecer várias opções. - - - Interpret initial value as expression - Interpretar valor inicial como expressão - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - Quando marcado, o valor inicial será avaliado da mesma forma que um mapeamento de propriedade. -Se a avaliação falhar, o próprio valor inicial será retornado. - - - Initial value - Valor inicial - - - - 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. - Opcionalmente, pré-preencha a entrada com um valor inicial. -Ao criar um campo de escolha fixa, habilite a interpretação como expressão e -retorne uma lista para fornecer várias opções padrão. - - - Help text - Texto de ajuda - - - - Any HTML can be used. - Qualquer HTML pode ser usado. - - - - Prompts - Prompts - - - - Single Prompts that can be used for Prompt Stages. - Prompts únicos que podem ser usados para Estágios de Prompt. - - - - Field - Campo - - - - Stages - Estágios - - - - Prompt(s) - Prompt(s) - - - - Update Prompt - Atualizar Prompt - - - - Create Prompt - Criar Prompt - - - - Target - Alvo - - - - Stage - Estágio - - - - Evaluate when flow is planned - Avaliar quando o fluxo está planejado - - - - Evaluate policies during the Flow planning process. - Avaliar políticas durante o processo de planejamento do fluxo. - - - - Evaluate when stage is run - Avaliar quando o estágio é executado - - - - Invalid response behavior - Comportamento de resposta inválido - - - - Returns the error message and a similar challenge to the executor - Retorna a mensagem de erro e um desafio semelhante ao executor - - - - Restarts the flow from the beginning - Reinicia o fluxo do início - - - - Restarts the flow from the beginning, while keeping the flow context - Reinicia o fluxo do início, mantendo o contexto do fluxo - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - Configurar como o executor de fluxo deve lidar com uma resposta inválida a um desafio dado por este estágio vinculado. - - - - Successfully updated stage. - Estágio atualizado com sucesso. - - - - Successfully created stage. - Estágio criado com sucesso. - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Estágio usado para configurar um autenticador baseado em duo. Este estágio deve ser usado para fluxos de configuração. - - - - Authenticator type name - Nome do tipo de autenticador - - - - Display name of this authenticator, used by users when they enroll an authenticator. - Nome exibido deste autenticador, usado pelos usuários ao se inscreverem em um autenticador. - - - - API Hostname - Nome do host da API - - - - Duo Auth API - API de Autenticação Duo - - - - Integration key - Chave de integração - - - - Secret key - Chave secreta - - - - Duo Admin API (optional) - API de Administração Duo (opcional) - - - - Stage-specific settings - Configurações específicas do estágio - - - - Configuration flow - Fluxo de configuração - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - Fluxo usado por um usuário autenticado para configurar este estágio. Se vazio, o usuário não poderá configurar este estágio. - - - - Twilio Account SID - SID da Conta Twilio - - - - Get this value from https://console.twilio.com - Obtenha este valor em https://console.twilio.com - - - - Twilio Auth Token - Token de Autenticação Twilio - - - - Authentication Type - Tipo de Autenticação - - - - Basic Auth - Autenticação Básica - - - - Bearer Token - Token de Acesso - - - - External API URL - URL da API Externa - - - - This is the full endpoint to send POST requests to. - Este é o endpoint completo para enviar solicitações POST. - - - - API Auth Username - Nome de Usuário da API - - - - This is the username to be used with basic auth or the token when used with bearer token - Este é o nome de usuário a ser usado com autenticação básica ou o token quando usado com token de acesso - - - - API Auth password - Senha da API - - - - This is the password to be used with basic auth - Esta é a senha a ser usada com autenticação básica - - - - Mapping - Mapeamento - - - - Stage used to configure an SMS-based TOTP authenticator. - Estágio usado para configurar um autenticador TOTP baseado em SMS. - - - - Twilio - Twilio - - - - Generic - Genérico - - - - From number - De número - - - - Number the SMS will be sent from. - Número de onde o SMS será enviado. - - - - Hash phone number - Hash do número de telefone - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - Se ativado, apenas um hash do número de telefone será salvo. Isso pode ser feito por razões de proteção de dados. Dispositivos criados a partir de um estágio com isso ativado não podem ser usados com o estágio de validação do autenticador. - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - Estágio usado para configurar um autenticador estático (ou seja, tokens estáticos). Este estágio deve ser usado para fluxos de configuração. - - - - Token count - Contagem de tokens - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - Estágio usado para configurar um autenticador TOTP (ou seja, Authy/Google Authenticator). - - - - Digits - Dígitos - - - - 6 digits, widely compatible - 6 dígitos, amplamente compatível - - - - 8 digits, not compatible with apps like Google Authenticator - 8 dígitos, não compatível com aplicativos como Google Authenticator - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - Estágio usado para validar qualquer autenticador. Este estágio deve ser usado durante fluxos de autenticação ou autorização. - - - - Device classes - Classes de dispositivo - - - - Static Tokens - Tokens Estáticos - - - - TOTP Authenticators - Autenticadores TOTP - - - - WebAuthn Authenticators - Autenticadores WebAuthn - - - - Duo Authenticators - Autenticadores Duo - - - - SMS-based Authenticators - Autenticadores baseados em SMS - - - - Device classes which can be used to authenticate. - Classes de dispositivo que podem ser usadas para autenticar. - - - - Last validation threshold - Último limite de validação - - - - Not configured action - Ação não configurada - - - - Force the user to configure an authenticator - Forçar o usuário a configurar um autenticador - - - - Deny the user access - Negar o acesso ao usuário - - - - WebAuthn User verification - Verificação de usuário WebAuthn - - - - User verification must occur. - A verificação do usuário deve ocorrer. - - - - User verification is preferred if available, but not required. - A verificação do usuário é preferida, se disponível, mas não é obrigatória. - - - - User verification should not occur. - A verificação do usuário não deve ocorrer. - - - - Configuration stages - Etapas de configuração - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - Etapas usadas para configurar o autenticador quando o usuário não possui dispositivos compatíveis. Após essa etapa de configuração ser concluída, o usuário não será solicitado novamente. - - - - When multiple stages are selected, the user can choose which one they want to enroll. - Quando várias etapas são selecionadas, o usuário pode escolher qual delas deseja se inscrever. - - - - User verification - Verificação do usuário - - - - Resident key requirement - Requisito de chave residente - - - - Authenticator Attachment - Anexação do autenticador - - - - No preference is sent - Nenhuma preferência é enviada - - - - A non-removable authenticator, like TouchID or Windows Hello - Um autenticador não removível, como TouchID ou Windows Hello - - - - A "roaming" authenticator, like a YubiKey - Um autenticador "itinerante", como um YubiKey - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - Esta etapa verifica a sessão atual do usuário em relação ao serviço Google reCaptcha (ou compatível). - - - - Public Key - Chave Pública - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Chave pública, adquirida de https://www.google.com/recaptcha/intro/v3.html. - - - - Private Key - Chave Privada - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Chave privada, adquirida de https://www.google.com/recaptcha/intro/v3.html. - - - - Advanced settings - Configurações avançadas - - - - JS URL - URL do JS - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - URL do arquivo JavaScript, por padrão será o recaptcha. Pode ser substituído por qualquer alternativa compatível. - - - - API URL - URL da API - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - URL usada para validar a resposta do captcha, por padrão será o recaptcha. Pode ser substituída por qualquer alternativa compatível. - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - Solicitar o consentimento do usuário. O consentimento pode ser permanente ou expirar em um período de tempo definido. - - - - Always require consent - Sempre exigir consentimento - - - - Consent expires in - O consentimento expira em - - - - Offset after which consent expires. - Deslocamento após o qual o consentimento expira. - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - Etapa fictícia usada para testes. Mostra um botão de continuar simples e sempre passa. - - - - Throw error? - Lançar erro? - - - - SMTP Host - Host SMTP - - - - SMTP Port - Porta SMTP - - - - SMTP Username - Usuário SMTP - - - - SMTP Password - Senha SMTP - - - - Use TLS - Usar TLS - - - - Use SSL - Usar SSL - - - - From address - Endereço de origem - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - Verifica o email do usuário enviando-lhe um link de uso único. Também pode ser utilizado na recuperação para verificar a autenticidade do usuário. - - - - Activate pending user on success - Ativar usuário pendente em caso de sucesso - - - - When a user returns from the email successfully, their account will be activated. - Quando um usuário retornar do email com sucesso, sua conta será ativada. - - - - Use global settings - Usar configurações globais - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - Quando ativado, as configurações globais de conexão de email serão usadas e as configurações de conexão abaixo serão ignoradas. - - - - Template - Modelo - - - - Let the user identify themselves with their username or Email address. - Permitir que o usuário se identifique com seu nome de usuário ou endereço de email. - - - - User fields - Campos do usuário - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - Campos que um usuário pode usar para se identificar. Se nenhum campo for selecionado, o usuário só poderá usar fontes. - - - - Password stage - Etapa de senha - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - Quando selecionado, um campo de senha é exibido na mesma página em vez de uma página separada. Isso evita ataques de enumeração de nomes de usuário. - - - - Case insensitive matching - Correspondência sem distinção entre maiúsculas e minúsculas - - - - When enabled, user fields are matched regardless of their casing. - Quando ativado, os campos do usuário são correspondidos independentemente de sua capitalização. - - - - Show matched user - Mostrar usuário correspondente - - - - 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. - Quando um nome de usuário/email válido foi inserido e esta opção está ativada, o nome de usuário e o avatar do usuário serão exibidos. Caso contrário, o texto que o usuário inseriu será exibido. - - - - Source settings - Configurações de fonte - - - - Sources - Fontes - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - Selecione as fontes que devem ser exibidas para os usuários se autenticarem. Isso afeta apenas fontes baseadas na web, não LDAP. - - - - Show sources' labels - Mostrar rótulos das fontes - - - - By default, only icons are shown for sources. Enable this to show their full names. - Por padrão, apenas ícones são exibidos para as fontes. Ative isso para mostrar seus nomes completos. - - - - Passwordless flow - Fluxo sem senha - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - Fluxo opcional sem senha, que está vinculado na parte inferior da página. Quando configurado, os usuários podem usar esse fluxo para se autenticar com um autenticador WebAuthn, sem inserir nenhum detalhe. - - - - Optional enrollment flow, which is linked at the bottom of the page. - Fluxo de inscrição opcional, que é vinculado no fim da página. - - - - Optional recovery flow, which is linked at the bottom of the page. - Fluxo de recuperação opcional, que tem um link no final da página. - - - - This stage can be included in enrollment flows to accept invitations. - Esse estágio pofe ser incluído em fluxos de inscrição para aveitar convites. - - - - Continue flow without invitation - Continuar fluxo sem convite - - - - 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. - Se esta flag estiver definida, este estágio pulará para o próximo estágio quando nenhum convite for dado. Por padrão, este estágio cancelará o fluxo quando nenhum convite for dado. - - - - Validate the user's password against the selected backend(s). - Validar a senha do usuário em relação ao(s) backend(s) selecionado(s). - - - - Backends - Backends - - - - User database + standard password - Banco de dados de usuários + senha padrão - - - - User database + app passwords - Banco de dados de usuários + senhas de aplicativo - - - - User database + LDAP password - Banco de dados de usuários + senha LDAP - - - - Selection of backends to test the password against. - Seleção de backends para testar a senha. - - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to configure change their password. - Fluxo usado por um usuário autenticado para configurar sua senha. Se vazio, o usuário não poderá alterar sua senha. - - - - Failed attempts before cancel - Falhas antes do cancelamento - - - - 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. - Quantas tentativas um usuário tem antes que o fluxo seja cancelado. Para bloquear o usuário, use uma política de reputação e um estágio de user_write. - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - Mostrar campos de input arbitrários para o usuário, por exemplo durante a inscrição. Dados são salvos no contexto do fluxo na variável 'prompt_data'. - - - - Fields - Campos - - - - Validation Policies - Políticas de Validação - - - - Selected policies are executed when the stage is submitted to validate the data. - As políticas selecionadas são executadas quando o estágio é enviado para validar os dados. - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - Excluir o usuário pendente atualmente. CUIDADO, este estágio não pede confirmação. Use um estágio de consentimento para garantir que o usuário esteja ciente de suas ações. - - - Log the currently pending user in. - Conecte o usuário pendente atualmente. - - - - Session duration - Duração da sessão - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - Determina quanto tempo uma sessão dura. O padrão de 0 segundos significa que a sessão dura até que o navegador seja fechado. - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - Diferentes navegadores lidam com cookies de sessão de maneira diferente e podem não removê-los mesmo quando o navegador é fechado. - - - - See here. - Veja aqui. - - - - Stay signed in offset - Deslocamento de permanência conectado - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - Se definido para uma duração acima de 0, o usuário terá a opção de escolher "permanecer conectado", o que estenderá sua sessão pelo tempo especificado aqui. - - - - Terminate other sessions - Terminar outras sessões - - - - When enabled, all previous sessions of the user will be terminated. - Quando ativado, todas as sessões anteriores do usuário serão encerradas. - - - - Remove the user from the current session. - Remova o usuário da sessão atual. - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - Escreva qualquer dado do 'prompt_data' do contexto do fluxo para o usuário pendente atualmente. Se nenhum usuário estiver pendente, um novo usuário será criado e os dados serão escritos para ele. - - - Never create users - Nunca criar usuários - - - - When no user is present in the flow context, the stage will fail. - Quando nenhum usuário estiver presente no contexto do fluxo, o estágio falhará. - - - - Create users when required - Criar usuários quando necessário - - - - When no user is present in the the flow context, a new user is created. - Quando nenhum usuário estiver presente no contexto do fluxo, um novo usuário será criado. - - - - Always create new users - Sempre criar novos usuários - - - - Create a new user even if a user is in the flow context. - Criar um novo usuário mesmo que um usuário esteja no contexto do fluxo. - - - - Create users as inactive - Criar usuários como inativos - - - - Mark newly created users as inactive. - Marcar usuários recém-criados como inativos. - - - - User path template - Modelo de caminho do usuário - - - - Path new users will be created under. If left blank, the default path will be used. - Caminho sob o qual novos usuários serão criados. Se deixado em branco, o caminho padrão será usado. - - - - Newly created users are added to this group, if a group is selected. - Usuários recém-criados são adicionados a este grupo, se um grupo for selecionado. - - - - New stage - Nova etapa - - - - Create a new stage. - Criar uma nova etapa. - - - - Successfully imported device. - Dispositivo importado com sucesso. - - - - The user in authentik this device will be assigned to. - O usuário no authentik a este dispositivo será atribuído. - - - - Duo User ID - ID do usuário Duo - - - - The user ID in Duo, can be found in the URL after clicking on a user. - O ID do usuário no Duo pode ser encontrado na URL após clicar em um usuário. - - - - Automatic import - Importação automática - - - - Successfully imported devices. - Dispositivos importados com sucesso. - - - - Start automatic import - Iniciar importação automática - - - - Or manually import - Ou importar manualmente - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - As etapas são etapas únicas de um fluxo pelo qual um usuário é guiado. Uma etapa só pode ser executada de dentro de um fluxo. - - - - Flows - Fluxos - - - - Stage(s) - Etapa(s) - - - - Import - Importar - - - - Import Duo device - Importar dispositivo Duo - - - - Successfully updated flow. - Fluxo atualizado com sucesso. - - - - Successfully created flow. - Fluxo criado com sucesso. - - - - Shown as the Title in Flow pages. - Exibido como o Título nas páginas de Fluxo. - - - - Visible in the URL. - Visível na URL. - - - - Designation - Designação - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - Decide para que este Fluxo é usado. Por exemplo, o fluxo de Autenticação é redirecionado quando um usuário não autenticado visita o authentik. - - - - No requirement - Sem requisito - - - - Require authentication - Requer autenticação - - - - Required authentication level for this flow. - Nível de autenticação necessário para este fluxo. - - - - Behavior settings - Configurações de comportamento - - - - Compatibility mode - Modo de compatibilidade - - - - Increases compatibility with password managers and mobile devices. - Aumenta a compatibilidade com gerenciadores de senhas e dispositivos móveis. - - - - Denied action - Ação negada - - - - Will follow the ?next parameter if set, otherwise show a message - Seguirá o parâmetro ?next se definido, caso contrário, mostrará uma mensagem - - - - Will either follow the ?next parameter or redirect to the default interface - Seguirá o parâmetro ?next se definido ou redirecionará para a interface padrão - - - - Will notify the user the flow isn't applicable - Notificará o usuário de que o fluxo não é aplicável - - - - Decides the response when a policy denies access to this flow for a user. - Decide a resposta quando uma política nega acesso a este fluxo para um usuário. - - - - Appearance settings - Configurações de aparência - - - - Layout - Layout - - - - Background - Fundo - - - - Background shown during execution. - Fundo mostrado durante a execução. - - - - Clear background - Limpar fundo - - - - Delete currently set background image. - Excluir imagem de fundo atualmente definida. - - - - Successfully imported flow. - Fluxo importado com sucesso. - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - Os fluxos descrevem uma cadeia de estágios para autenticar, inscrever ou recuperar um usuário. Os estágios são escolhidos com base nas políticas aplicadas a eles. - - - - Flow(s) - Fluxo(s) - - - - Update Flow - Atualizar Fluxo - - - - Create Flow - Criar Fluxo - - - - Import Flow - Importar Fluxo - - - - Successfully cleared flow cache - Cache de fluxo limpo com sucesso - - - - Failed to delete flow cache - Falha ao excluir o cache de fluxo - - - - Clear Flow cache - Limpar cache de fluxo - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - Tem certeza de que deseja limpar o cache de fluxo? - Isso fará com que todos os fluxos sejam reavaliados em seu próximo uso. - - - Stage binding(s) - Vinculação de estágio(s) - - - - Stage type - Tipo de estágio - - - - Edit Stage - Editar Estágio - - - - Update Stage binding - Atualizar Vinculação de Estágio - - - - These bindings control if this stage will be applied to the flow. - Essas vinculações controlam se este estágio será aplicado ao fluxo. - - - - No Stages bound - Nenhum Estágio vinculado - - - - No stages are currently bound to this flow. - Nenhum estágio está atualmente vinculado a este fluxo. - - - - Create Stage binding - Criar Vinculação de Estágio - - - - Bind existing stage - Vincular estágio existente - - - - Flow Overview - Visão Geral do Fluxo - - - - Related actions - Ações relacionadas - - - - Execute flow - Executar fluxo - - - - Normal - Normal - - - - Export flow - Exportar fluxo - - - - Export - Exportar - - - - Stage Bindings - Vinculações de Estágio - - - - These bindings control which users can access this flow. - Essas vinculações controlam quais usuários podem acessar este fluxo. - - - - Event Log - Registro de Eventos - - - - Event - Evento - - - - Event info - Informações do Evento - - - - Created - Criado - - - - Successfully updated transport. - Transporte atualizado com sucesso. - - - - Successfully created transport. - Transporte criado com sucesso. - - - - Local (notifications will be created within authentik) - Local (as notificações serão criadas dentro do authentik) - - - - Webhook (generic) - Webhook (genérico) - - - - Webhook (Slack/Discord) - Webhook (Slack/Discord) - - - - Webhook URL - URL do Webhook - - - - Send once - Enviar uma vez - - - - Only send notification once, for example when sending a webhook into a chat channel. - Enviar notificação apenas uma vez, por exemplo, ao enviar um webhook para um canal de chat. - - - - Notification Transports - Transportes de Notificação - - - - Define how notifications are sent to users, like Email or Webhook. - Defina como as notificações são enviadas aos usuários, como Email ou Webhook. - - - - Notification transport(s) - Transportes de notificação - - - - Update Notification Transport - Atualizar Transporte de Notificação - - - - Create Notification Transport - Criar Transporte de Notificação - - - - Successfully updated rule. - Regra atualizada com sucesso. - - - - Successfully created rule. - Regra criada com sucesso. - - - - Transports - Transportes - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - Selecione quais transportes devem ser usados para notificar o usuário. Se nenhum for selecionado, a notificação será exibida apenas na interface do authentik. - - - - Severity - Severidade - - - - Notification Rules - Regras de Notificação - - - - Send notifications whenever a specific Event is created and matched by policies. - Enviar notificações sempre que um Evento específico for criado e correspondido por políticas. - - - - Sent to group - Enviado para o grupo - - - - Notification rule(s) - Regras de notificação - - - - Update Notification Rule - Atualizar Regra de Notificação - - - - Create Notification Rule - Criar Regra de Notificação - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - Essas vinculações controlam em quais eventos esta regra é acionada. -As vinculações a grupos/usuários são verificadas em relação ao usuário do evento. - - - Outpost Deployment Info - Informações de Implantação do Outpost - - - - View deployment documentation - Ver documentação de implantação - - - - Click to copy token - Clique para copiar o token - - - - If your authentik Instance is using a self-signed certificate, set this value. - Se sua instância do authentik estiver usando um certificado autoassinado, defina este valor. - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - Se a configuração do authentik_host não corresponder à URL com a qual você deseja fazer login, adicione esta configuração. - - - - Successfully updated outpost. - Outpost atualizado com sucesso. - - - - Successfully created outpost. - Outpost criado com sucesso. - - - - Radius - Raio - - - - Integration - Integração - - - - Selecting an integration enables the management of the outpost by authentik. - Selecionar uma integração permite o gerenciamento do outpost pelo authentik. - - - - Configuration - Configuração - - - - See more here: - Veja mais aqui: - - - - Documentation - Documentação - - - - Last seen - Última vez visto - - - - , should be - , deve ser - - - - Hostname - Nome do host - - - - Not available - Não disponível - - - - Unknown type - Tipo desconhecido - - - - Outposts - Outposts - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Outposts são implantações de componentes do authentik para suportar diferentes ambientes e protocolos, como proxies reversos. - - - - Health and Version - Saúde e Versão - - - - Warning: authentik Domain is not configured, authentication will not work. - Aviso: o domínio do authentik não está configurado, a autenticação não funcionará. - - - - Logging in via . - Fazendo login via . - - - - No integration active - Nenhuma integração ativa - - - - Update Outpost - Atualizar Outpost - - - - View Deployment Info - Ver Informações de Implantação - - - - Detailed health (one instance per column, data is cached so may be out of date) - Saúde detalhada (uma instância por coluna, os dados são armazenados em cache e podem estar desatualizados) - - - - Outpost(s) - Outpost(s) - - - - Create Outpost - Criar Outpost - - - - Successfully updated integration. - Integração atualizada com sucesso. - - - - Successfully created integration. - Integração criada com sucesso. - - - - Local - Local - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - Se ativado, use a conexão local. Requer integração com Docker socket/Kubernetes. - - - - Docker URL - URL do Docker - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - CA contra a qual o Certificado do endpoint é verificado. Pode ser deixado em branco para não validação. - - - - TLS Authentication Certificate/SSH Keypair - Certificado de Autenticação TLS/Par de Chaves SSH - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - Certificado/Chave usada para autenticação. Pode ser deixado em branco para não autenticação. - - - - When connecting via SSH, this keypair is used for authentication. - Ao conectar via SSH, este par de chaves é usado para autenticação. - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - Verificar Certificado SSL da API do Kubernetes - - - - New outpost integration - Nova integração de outpost - - - - Create a new outpost integration. - Criar uma nova integração de outpost. - - - - State - Estado - - - - Unhealthy - Não saudável - - - - Outpost integration(s) - Integração(ões) de outpost - - - - Successfully generated certificate-key pair. - Par de chaves de certificado gerado com sucesso. - - - - Common Name - Nome Comum - - - - Subject-alt name - Nome alternativo do assunto - - - - Optional, comma-separated SubjectAlt Names. - Nome(s) alternativo(s) do assunto (opcional, separado por vírgulas). - - - - Validity days - Dias de validade - - - - Successfully updated certificate-key pair. - Par de chaves de certificado atualizado com sucesso. - - - - Successfully created certificate-key pair. - Par de chaves de certificado criado com sucesso. - - - - PEM-encoded Certificate data. - Dados do Certificado codificados em PEM. - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - Chave Privada Opcional. Se isso estiver definido, você pode usar este par de chaves para criptografia. - - - - Certificate-Key Pairs - Par de Chaves de Certificado - - - - Import certificates of external providers or create certificates to sign requests with. - Importar certificados de provedores externos ou criar certificados para assinar solicitações. - - - - Private key available? - Chave privada disponível? - - - - Certificate-Key Pair(s) - Par de Chaves de Certificado(s) - - - - Managed by authentik - Gerenciado pelo authentik - - - - Managed by authentik (Discovered) - Gerenciado pelo authentik (Descoberto) - - - - Yes () - Sim () - - - - No - Não - - - - Update Certificate-Key Pair - Atualizar Par de Chaves de Certificado - - - - Certificate Fingerprint (SHA1) - Impressão Digital do Certificado (SHA1) - - - - Certificate Fingerprint (SHA256) - Impressão Digital do Certificado (SHA256) - - - - Certificate Subject - Assunto do Certificado - - - - Download Certificate - Baixar Certificado - - - - Download Private key - Baixar Chave Privada - - - - Generate - Gerar - - - - Successfully updated instance. - Instância atualizada com sucesso. - - - - Successfully created instance. - Instância criada com sucesso. - - - - Disabled blueprints are never applied. - Blueprints desativados nunca são aplicados. - - - - Local path - Caminho local - - - - OCI Registry - Registro OCI - - - - Internal - Interno - - - - Blueprint - Blueprint - - - - Configure the blueprint context, used for templating. - Configurar o contexto do blueprint, usado para modelagem. - - - - Orphaned - Orfão - - - - Blueprints - Blueprints - - - - Automate and template configuration within authentik. - Automatizar e modelar a configuração dentro do authentik. - - - - Last applied - Última aplicação - - - - Blueprint(s) - Blueprint(s) - - - - Update Blueprint - Atualizar Blueprint - - - - Create Blueprint Instance - Criar Instância de Blueprint - - - - API Requests - Solicitações de API - - - - Open API Browser - Abrir Navegador de API - - - - Notifications - Notificações - - - - unread - não lidas - - - - Successfully cleared notifications - Notificações limpas com sucesso - - - - Clear all - Limpar tudo - - - - User interface - Interface do usuário - - - - Dashboards - Painéis - - - - Events - Eventos - - - - Logs - Logs - - - - Directory - Diretório - - - - System - Sistema - - - - Certificates - Certificados - - - - Outpost Integrations - Integrações de Outpost - - - - API request failed - A solicitação de API falhou - - - - Something went wrong! Please try again later. - Algo deu errado! Por favor, tente novamente mais tarde. - - - - Request ID - ID da solicitação - - - - You may close this page now. - Você pode fechar esta página agora. - - - - You're about to be redirect to the following URL. - Você está prestes a ser redirecionado para a seguinte URL. - - - - Follow redirect - Seguir redirecionamento - - - - Request has been denied. - A solicitação foi negada. - - - - Not you? - Não é você? - - - - Need an account? - Precisa de uma conta? - - - - Sign up. - Registre-se. - - - - Forgot username or password? - Esqueceu seu usuário ou senha? - - - - Or - Ou - - - - Use a security key - Usar uma chave de segurança - - - - Login to continue to . - Faça login para continuar para . - - - - Please enter your password - Por favor, insira sua senha - - - - Forgot password? - Esqueceu sua senha? - - - - Application requires following permissions: - O aplicativo requer as seguintes permissões: - - - - Application already has access to the following permissions: - O aplicativo já tem acesso às seguintes permissões: - - - - Application requires following new permissions: - O aplicativo requer as seguintes novas permissões: - - - - Check your Inbox for a verification email. - Procure na sua Caixa de Entrada um e-mail de verificação. - - - - Send Email again. - Enviar Email novamente. - - - - Successfully copied TOTP Config. - Configuração TOTP copiada com sucesso. - - - - Code - Código - - - - Duo activation QR code - Código QR de ativação do Duo - - - - Alternatively, if your current device has Duo installed, click on this link: - Alternativamente, se o seu dispositivo atual tiver o Duo instalado, clique neste link: - - - - Duo activation - Ativação do Duo - - - - Check status - Verificar status - - - - Make sure to keep these tokens in a safe place. - Certifique-se de manter esses tokens em um lugar seguro. - - - - Phone number - Número de telefone - - - - Please enter your Phone number. - Por favor, insira seu número de telefone. - - - - Please enter the code you received via SMS - Por favor, insira o código que você recebeu por SMS - - - - Static token - Token estático - - - - Authentication code - Código de autenticação - - - - Please enter your code - Por favor, insira seu código - - - - Retry authentication - Tentar novamente a autenticação - - - - Duo push-notifications - Notificações push do Duo - - - - Receive a push notification on your device. - Receber uma notificação push em seu dispositivo. - - - - Authenticator - Autenticador - - - - Use a security key to prove your identity. - Use uma chave de segurança para provar sua identidade. - - - - Traditional authenticator - Autenticador tradicional - - - - Use a code-based authenticator. - Use um autenticador baseado em código. - - - - Recovery keys - Chaves de recuperação - - - - SMS - SMS - - - - Tokens sent via SMS. - Tokens enviados via SMS. - - - - Stay signed in? - Permitir que eu permaneça conectado? - - - - Select Yes to reduce the number of times you're asked to sign in. - Selecione Sim para reduzir o número de vezes que você é solicitado a entrar. - - - - Authenticating with Plex... - Autenticando com Plex... - - - - Waiting for authentication... - Aguardando autenticação... - - - - If no Plex popup opens, click the button below. - Se nenhuma janela pop-up do Plex abrir, clique no botão abaixo. - - - - Open login - Abrir login - - - - Authenticating with Apple... - Autenticando com Apple... - - - - Retry - Tentar novamente - - - - You've successfully authenticated your device. - Você autenticou seu dispositivo com sucesso. - - - - Flow inspector - Inspecionador de fluxo - - - - Next stage - Próxima etapa - - - - Stage name - Nome da etapa - - - - Stage kind - Tipo de etapa - - - - Stage object - Objeto da etapa - - - - This flow is completed. - Este fluxo está completo. - - - - Plan history - Histórico do plano - - - - Current plan context - Contexto do plano atual - - - - Session ID - ID da sessão - - - - Powered by authentik - Desenvolvido por authentik - - - - Error creating credential: - Erro ao criar credencial: - - - - Server validation of credential failed: - Falha na validação do servidor da credencial: - - - - Refer to documentation - Consulte a documentação - - - No Applications available. - Nenhum aplicativo disponível. - - - - Either no applications are defined, or you don’t have access to any. - Nenhuma aplicação está definida ou você não tem acesso a nenhuma. - - - My Applications - Minhas aplicações - - - - My applications - Minhas aplicações - - - - Change your password - Mude sua senha - - - - Change password - Mudar senha - - - - Save - Salvar - - - - Delete account - Deletar conta - - - - Successfully updated details - Detalhes atualizados com sucesso - - - - Open settings - Abrir Configurações - - - - No settings flow configured. - Nenhum fluxo de configurações configurado. - - - - Update details - Atualizar detalhes - - - - Successfully disconnected source - Fonte desconectada com sucesso - - - - Failed to disconnected source: - Falha ao desconectar a fonte: - - - - Disconnect - Desconectar - - - - Connect - Conectar - - - - Error: unsupported source settings: - Erro: configurações de fonte não suportadas: - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - Conecte sua conta de usuário aos serviços listados abaixo, para permitir que você faça login usando o serviço em vez das credenciais tradicionais. - - - - No services available. - Nenhum serviço disponível. - - - - Create App password - Criar senha de aplicativo - - - - User details - Detalhes do usuário - - - - Consent - Consentimento - - - - MFA Devices - Dispositivos MFA - - - - Connected services - Serviços conectados - - - - Tokens and App passwords - Tokens e senhas do aplicativo - - - - Unread notifications - Notificações não lidas - - - - Admin interface - Interface de administração - - - - Stop impersonation - Parar de se passar por - - - - Avatar image - Imagem do avatar - - - - Failed - Falhou - - - - Unsynced / N/A - Não sincronizado / N/A - - - - Outdated outposts - Postos desatualizados - - - - Unhealthy outposts - Postos não saudáveis - - - - Next - Próximo - - - - Inactive - Inativo - - - - Regular user - Usuário regular - - - - Activate - Ativar - - - - Use Server URI for SNI verification - Usar URI do servidor para verificação SNI + + + + Dismiss + Dispensar - - Required for servers using TLS 1.3+ - Necessário para servidores que usam TLS 1.3+ + + Connection error, reconnecting... + Erro de conexão, reconectando... - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - Par de chaves de certificado do cliente para autenticar contra o Certificado do Servidor LDAP. + + An unknown error occurred + Ocorreu um erro desconhecido - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - O certificado para o DN Base configurado acima. Como alternativa, o provedor usa um certificado autoassinado. + + Please check the browser console for more details. + Por favor, verifique o console do navegador para mais detalhes. - - TLS Server name - Nome do servidor TLS - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - Nome DNS para o qual o certificado configurado acima deve ser usado. O certificado não pode ser detectado com base no DN base, pois a negociação SSL/TLS acontece antes de tais dados serem trocados. - - - TLS Client authentication certificate - Certificado de autenticação do cliente TLS - - - Model - Modelo - - - Match events created by selected model. When left empty, all models are matched. - Corresponder eventos criados pelo modelo selecionado. Quando deixado vazio, todos os modelos são correspondidos. - - - Code-based MFA Support - Suporte a MFA baseado em código - - - 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. - Quando habilitado, a autenticação multifator baseada em código pode ser usada anexando um ponto e vírgula e o código TOTP à senha. Isso só deve ser habilitado se todos os usuários que se conectarão a este provedor tiverem um dispositivo TOTP configurado, caso contrário, uma senha pode ser rejeitada incorretamente se contiver um ponto e vírgula. - - - User type - Tipo de usuário - - - Successfully updated license. - Licença atualizada com sucesso. - - - Successfully created license. - Licença criada com sucesso. - - - Install ID - ID de instalação - - - License key - Chave da licença - - - Licenses - Licenças - - - License(s) - Licença(s) - - - Cumulative license expiry - Expiração cumulativa da licença - - - Update License - Atualizar licença - - - Warning: The current user count has exceeded the configured licenses. - Aviso: A contagem atual de usuários excedeu as licenças configuradas. - - - Click here for more info. - Clique aqui para mais informações. - - - Enterprise - Corporativo - - - Manage enterprise licenses - Gerenciar licenças corporativas - - - No licenses found. - Nenhuma licença encontrada. - - - Send us feedback! - Envie-nos feedback! - - - Go to Customer Portal - Ir para o Portal do Cliente - - - Forecast internal users - Previsão de usuários internos - - - Estimated user count one year from now based on current internal users and forecasted internal users. - Número estimado de usuários daqui a um ano com base nos usuários internos atuais e nos usuários internos projetados. - - - Forecast external users - Previsão de usuários externos - - - Estimated user count one year from now based on current external users and forecasted external users. - Número estimado de usuários daqui a um ano com base nos usuários externos atuais e nos usuários externos projetados. - - - Install - Instalar - - - Install License - Instalar licença - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - Usuários internos podem ser usuários como funcionários da empresa, que terão acesso ao conjunto completo de recursos corporativos. - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - Usuários externos podem ser consultores externos ou clientes B2C. Esses usuários não têm acesso aos recursos corporativos. - - - Service accounts should be used for machine-to-machine authentication or other automations. - Contas de serviço devem ser usadas para autenticação máquina-a-máquina ou outras automações. - - - Remove item - Remover item + + Status messages + Mensagens de status Open API drawer Abrir painel da API + + Unread notifications + Notificações não lidas + Open Notification drawer Abrir Notificações - - Add provider - Adicionar provedor - - - Open - Abrir - - - Copy token - Copiar token - - - Add users - Adicionar usuários - - - Add group - Adicionar grupo - - - Import devices - Importar dispositivos - - - Execute - Executar - - - Show details - Mostrar detalhes - - - Apply - Aplicar - Settings Configurações + + Stop impersonation + Parar de se passar por + + + Avatar image + Imagem do avatar + Sign out Sair - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - O número de tokens gerados sempre que esta etapa é usada. Cada token gerado por execução de etapa será vinculado a um único dispositivo estático. + + Admin + Administração - - Token length - Comprimento do token + + Home + Início - - The length of the individual generated tokens. Can be increased to improve security. - O comprimento dos tokens gerados individualmente. Pode ser aumentado para melhorar a segurança. + + authentik Logo + Logo do authentik - - Internal: - Interno: + + Collapse navigation + Colapsar navegação - - External: - Externo: + + Expand navigation + Expandir navegação - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - Negar o fluxo estaticamente. Para usar esta etapa de forma eficaz, desative *Avaliar quando o fluxo é planejado* na vinculação respectiva. + + User interface + Interface do usuário - - Create and bind Policy - Criar e vincular Política + + Loading... + Carregando... - - Federation and Social login - Federação e login social + + Application + Aplicação - - Create and bind Stage - Criar e vincular Etapa - - - Flows and Stages - Fluxos e Etapas - - - New version available - Nova versão disponível - - - Failure result - Resultado de falha - - - Pass - Aprovado - - - Don't pass - Não aprovado - - - Result used when policy execution fails. - Resultado usado quando a execução da política falha. - - - Required: User verification must occur. - Obrigatório: Deve ocorrer verificação do usuário. - - - Preferred: User verification is preferred if available, but not required. - Preferido: A verificação do usuário é preferida se disponível, mas não obrigatória. - - - Discouraged: User verification should not occur. - Desaconselhado: A verificação do usuário não deve ocorrer. - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - Obrigatório: O autenticador DEVE criar uma credencial dedicada. Se não puder, o RP está preparado para que ocorra um erro - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - Preferido: O autenticador pode criar e armazenar uma credencial dedicada, mas se não criar, tudo bem também - - - Discouraged: The authenticator should not create a dedicated credential - Desaconselhado: O autenticador não deve criar uma credencial dedicada - - - Lock the user out of this system - Bloquear o usuário deste sistema - - - Allow the user to log in and use this system - Permitir que o usuário faça login e use este sistema - - - Temporarily assume the identity of this user - Assumir temporariamente a identidade deste usuário - - - Enter a new password for this user - Insira uma nova senha para este usuário - - - Create a link for this user to reset their password - Criar um link para este usuário redefinir sua senha - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn requer que esta página seja acessada via HTTPS. - - - WebAuthn not supported by browser. - WebAuthn não é suportado pelo navegador. - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - Use este provedor com auth_request do nginx ou forwardAuth do traefik. Cada aplicação/domínio precisa do seu próprio provedor. Além disso, em cada domínio, /outpost.goauthentik.io deve ser roteado para o outpost (quando usar um outpost gerenciado, isso é feito para você). - - - Default relay state - Estado de relay padrão - - - When using IDP-initiated logins, the relay state will be set to this value. - Ao usar logins iniciados pelo IDP, o estado de relay será definido para este valor. - - - Flow Info - Info do fluxo - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - Etapa usada para configurar um autenticador WebAuthn (ex.: Yubikey, FaceID/Windows Hello). - -<<<<<<< HEAD - - Internal application name used in URLs. - Nome interno da aplicação usado em URLs. - - - Submit - Enviar - - - UI Settings - Configurações de UI - - - Your application has been saved - Sua aplicação foi salva - - - Custom attributes - Atributos personalizados - - - Don't show this message again. - Não mostrar esta mensagem novamente. + + Logins + Logins Failed to fetch Falha ao buscar + + FIPS Status + Status da Conformidade FIPS + + + OK + OK + + + FIPS compliance: passing + Conformidade FIPS: passando + + + Unverified + Não verificado + + + FIPS compliance: unverified + Conformidade FIPS: não verificada + + + Show less + Mostrar menos + + + Show more + Mostrar mais + + + UID + UID + + + Name + Nome + + + App + App + + + Model Name + Nome do Modelo + + + Message + Mensagem + + + Subject + Assunto + + + From + De + + + To + Para + + + Context + Contexto + + + User + Usuário + + + Changes made: + Alterações feitas: + + + Key + Chave + + + Previous value + Valor anterior + + + New value + Novo valor + + + - + - + + + Added ID + ID adicionado + + + Removed ID + ID removido + + + Cleared + Limpo + + + Affected model: + Modelo afetado: + + + Authorized application: + Aplicação autorizada: + + + Using flow + Usando fluxo + + + Email info: + Informações de e-mail: + + + Secret: + Segredo: + + + Exception + Exceção + + + Open issue on GitHub... + Abrir issue no GitHub... + + + Expression + Expressão + + + Binding + Vínculo + + + Request + Requisição + + + Object + Objeto + + + Result + Resultado + + + Passing + Passagem + + + Messages + Mensagens + + + New version available + Nova versão disponível + + + Using source + Usando fonte + + + Attempted to log in as + Tentativa de entrar como + + + + No additional data available. + Não há dados adicionais disponíveis. + + + Loading + Carregando + + + no tabs defined + nenhuma aba definida + + + Details + Detalhes + + + : + +: + + + + Required + Necessário + + + There was an error submitting the form. + Ocorreu um erro ao enviar o formulário. + + + Close dialog + Fechar diálogo + + + API Access + Acesso da API + + + App password + Senha do aplicativo + + + Recovery + Recuperação + + + Verification + Verificação + + + Unknown intent + Intenção desconhecida + + + Login + Login + + + Failed login + Falha no login + + + Logout + Sair + + + User was written to + Usuário foi escrito para + + + Suspicious request + Requisição suspeita + + + Password set + Senha definida + + + Secret was viewed + O segredo foi visualizado + + + Secret was rotated + O segredo foi rotacionado + + + Invitation used + Convite usado + + + Application authorized + Aplicação autorizada + + + Source linked + Fonte vinculada + + + Impersonation started + Representação iniciada + + + Impersonation ended + Representação encerrada + + + Flow execution + Execução do fluxo + + + Policy execution + Execução da política + + + Policy exception + Exceção de política + + + Property Mapping exception + Exceção de mapeamento de propriedade + + + System task execution + Execução de tarefa do sistema + + + System task exception + Exceção de tarefa do sistema + + + General system exception + Exceção geral do sistema + + + Configuration error + Erro de configuração + + + Model created + Modelo criado + + + Model updated + Modelo atualizado + + + Model deleted + Modelo deletado + + + Email sent + E-mail enviado + + + Update available + Atualização disponível + + + Alert + Alerta + + + Notice + Notificação + + + Warning + Aviso + + + Unknown severity + Severidade desconhecida + + + Static tokens + Tokens estáticos + + + TOTP Device + Dispositivo TOTP + + + A code has been sent to your address: + Um código foi enviado para seu email: + + + A code has been sent to your email address. + Um código foi enviado para seu endereço de email. + + + A one-time use code has been sent to you via SMS text message. + Um código de uso único foi enviado a você via mensagem SMS. + + + Open your authenticator app to retrieve a one-time use code. + Abra seu aplicativo de autenticação para obter um código de uso único. + + + Enter a one-time recovery code for this user. + Insira um código de recuperação de uso único para este usuário. + + + Enter the code from your authenticator device. + Insira o código do seu dispositivo autenticador. + + + Internal + Interno + + + External + Externo + + + Service account + Conta de serviço + + + Service account (internal) + Conta de serviço (interna) + + + Remove item + Remover item + + + table pagination + Paginação da tabela + + + - of + + - + de + + + + Go to previous page + Ir para a página anterior + + + Go to next page + Ir para a próxima página + + + This field is required. + Este campo é obrigatório. + + + Search... + Procurar... + + + Search + Pesquisar + + + Query suggestions + Sugestões de consulta + + + Query input + Entrada da consulta + + + Table Search + Pesquisa em Tabela + + + Clear search + Limpar pesquisa + + + Sort by "" + Classificar por "" + + + No objects found. + Nenhum objeto encontrado. + + + Failed to fetch objects. + Falha ao buscar objetos. + + + Select "" row + Selecionar linha "" + + + Collapse row + Recolher linha + + + Expand row + Expandir linha + + + Refresh + Atualizar + + + actions + Ações de + + + Select all rows on page ( of selected) + Selecionar todas as linhas na página ( de selecionadas) + + + Last refreshed + Lista atualizada + + + table + Tabela de + + + Table content + Conteúdo da tabela + + + Column actions + Ações da coluna + + + Anonymous user + Usuário anônimo + + + On behalf of + Em nome de + + + + Authenticated as + Autenticado como + + + Recent events + Eventos recentes + + + Events + Eventos + + + Action + Ação + + + Creation Date + Data de Criação + + + Client IP + IP do Cliente + + + No Events found. + Nenhum evento encontrado. + + + No matching events could be found. + Nenhum evento correspondente foi encontrado. + + + System Status + Status do Sistema + + + Embedded outpost is not configured correctly. + Outpost integrado não está contigurado corretamente. + + + Check outposts. + Verificar outposts. + + + HTTPS is not detected correctly + HTTPS não foi detectado + corretamente + + + Server and client are further than 5 seconds apart. + Mais de 5 segundos entre o horário do servidor e cliente. + + + Everything is ok. + Está tudo correto. + + + Version + Versão + + + Based on + Baseado em + + + + is available! + + está disponível! + + + An outpost is on an incorrect version! + Um outpost está em uma versão incorreta! + + + Up-to-date! + Atualizado! + + + Latest version unknown + Versão mais recente desconhecida + + + Workers + Workers + + + No workers connected. Background tasks will not run. + Nenhum worker conectado. + Tarefas de plano de fundo não serão executadas. + + + Worker with incorrect version connected. + Worker com versão incorreta conectado. + Failed to fetch data. Falha ao buscar dados. + + Chart + Gráfico + + + Event volume chart + Gráfico de volume de eventos + + + Authorizations + Autorizações + + + Successful Logins + Acessos com sucesso + + + Failed Logins + Tentativas falhas de entrar + + + Cancel + Cancelar + + + Synchronization status chart + Gráfico de status de sincronização + + + SCIM Provider + Provedor de SCIM + + + Google Workspace Provider + Provedor do Google Workspace + + + Microsoft Entra Provider + Provedor Microsoft Entra + + + LDAP Source + Fonte de LDAP + + + Kerberos Source + Fonte Kerberos + + + Healthy + Funcionando + + + Failed + Falhou + + + Unsynced / N/A + Não sincronizado / N/A + + + Outpost status chart + Gráfico de status de Outpost + + + Healthy outposts + Outposts funcionando + + + Outdated outposts + Postos desatualizados + + + Unhealthy outposts + Postos não saudáveis + + + Operation failed to complete + Falha na conclusão da operação + + + Quick actions + Ações rápidas + + + Not found + Não encontrado + + + The URL "" was not found. + O URL " +" não foi encontrado. + + + Return home + Voltar para o início + + + Skip to content + Ir para o conteúdo + + + Create a new application + Criar uma nova aplicação + + + Check the logs + Verifique os logs + + + Explore integrations + Explorar integrações + + + Manage users + Gerenciar usuários + + + Check the release notes + Verifique as notas de versão + + + Overview + Visão geral + + + Outpost status + Status do Outpost + + + Sync status + Status da sincronização + + + Logins and authorizations over the last week (per 8 hours) + Acessos e autorizações na última semana (por 8 horas) + + + Apps with most usage + Aplicativos mais utilizados + + + Welcome, + Bem-vindo, + + + Welcome + Bem-vindo + + + General system status + Estado geral do sistema + + + Objects created + Objetos criados + + + Users created per day in the last month + Usuários criados por dia no último mês + + + Users created + Usuários criados + + + Logins per day in the last month + Acessos por dia no último mês + + + Failed Logins per day in the last month + Acessos com falha por dia no último mês + + + Failed logins + Logins falhados + + + User Statistics + Estatísticas do Usuário + + + Yes + Sim + + + No + Não + + + No log messages. + Nenhuma mensagem de log. + + + Timestamp + Timestamp + + + Attributes + Atributos + + + Time + Hora + + + Level + Nível + + + Event + Evento + + + Logger + Logger + + + Not used by any other object. + Não usado por nenhum outro objeto. + + + object will be DELETED + objeto será DELETADO + + + connection will be deleted + a conexão será apagada + + + reference will be reset to default value + a referência será redefinida para o valor padrão + + + reference will be set to an empty value + a referência será definida como um valor vazio + + + () + () + + + Delete + Deletar + + + deleted + deletado + + + ID + ID + + + Successfully deleted + excluído com sucesso + + + Failed to delete : + Falha ao excluir : + + + Delete + Excluir + + + Are you sure you want to delete ? + Você tem certeza que quer deletar ? + + + No form found + Nenhum formulário encontrado + + + Element inside the form slot is not a Form + O elemento dentro do slot do formulário não é um Formulário + + + Form actions + Ações do formulário + + + Submit action + Ação de envio + + + Cancel action + Açao de cancelamento + + + Successfully updated schedule. + Agendamento atualizado com sucesso. + + + Crontab + Crontab + + + Paused + Pausado + + + Pause this schedule + Pausar este agendamento + + + Select an object. + Selecione um objeto. + + + Failed to fetch objects: + Falha ao buscar objetos: + Successfully assigned permission. Permissão atribuída com sucesso. @@ -6982,6 +1025,14 @@ As vinculações a grupos/usuários são verificadas em relação ao usuário do Assign to new role Atribuir para nova função + + Permission(s) + Permissão(ões) + + + Permission + Permissão + Directly assigned Atribuído diretamente @@ -6994,25 +1045,21 @@ As vinculações a grupos/usuários são verificadas em relação ao usuário do Assign to new user Atribuir para novo usuário - - User Object Permissions - Permissões de Objeto do Usuário + + Superuser + Superusuário - - Role Object Permissions - Permissões de Objeto da Função + + Model + Modelo - - Roles - Funções + + Select permissions to assign + Selecione as permissões a serem atribuídas - - Select roles to grant this groups' users' permissions from the selected roles. - Selecione funções para conceder as permissões dos usuários deste grupo a partir das funções selecionadas. - - - Editing is disabled for managed tokens - Edição está desabilitada para tokens gerenciados + + Add + Adicionar Permissions to add @@ -7022,574 +1069,544 @@ As vinculações a grupos/usuários são verificadas em relação ao usuário do Select permissions Selecione permissões + + Assigned to role + Atribuído a função + Assign permission Atribuir permissão - - Permission(s) - Permissão(ões) - - - Permission - Permissão - - - User doesn't have view permission so description cannot be retrieved. - O usuário não tem permissão de visualização, portanto a descrição não pode ser recuperada. - - - Assigned global permissions - Permissões globais atribuídas - - - Assigned object permissions - Permissões de objeto atribuídas - - - Successfully updated role. - Função atualizada com sucesso. - - - Successfully created role. - Função criada com sucesso. - - - Manage roles which grant permissions to objects within authentik. - Gerenciar funções que concedem permissões a objetos dentro do authentik. - - - Role(s) - Função(ões) - - - Update Role - Atualizar Função - - - Create Role - Criar Função - Role doesn't have view permission so description cannot be retrieved. A função não tem permissão de visualização, portanto a descrição não pode ser recuperada. - - Role - Função + + Assigned to user + Atribuído a usuário - - Role Info - Informações da Função + + User doesn't have view permission so description cannot be retrieved. + O usuário não tem permissão de visualização, portanto a descrição não pode ser recuperada. - - Pseudolocale (for testing) - Pseudolocalização (para teste) + + User Object Permissions + Permissões de Objeto do Usuário - - One hint, 'New Application Wizard', is currently hidden - Uma dica, 'Assistente de Nova Aplicação', está atualmente oculta + + Permissions set on users which affect this object. + Permissões definidas em usuários que afetam este objeto. - - Deny message - Mensagem de negação + + Role Object Permissions + Permissões de Objeto da Função - - Message shown when this stage is run. - Mensagem exibida quando este estágio é executado. + + Permissions set on roles which affect this object. + Permissões definidas em funções que afetam este objeto. - - The token has been copied to your clipboard - O token foi copiado para a sua área de transferência + + Assigned global permissions + Permissões globais atribuídas - - The token was displayed because authentik does not have permission to write to the clipboard - O token foi exibido porque o authentik não tem permissão para gravar na área de transferência + + Permissions assigned to this user which affect all object instances of a given type. + Permissões atribuídas a este usuário que afetam todas as instâncias de objeto de um determinado tipo. - - A copy of this recovery link has been placed in your clipboard - Uma cópia do link de recuperação foi adicionada à sua área de transferência + + Assigned object permissions + Permissões de objeto atribuídas - - Create recovery link - Criar link de recuperação + + Permissions assigned to this user affecting specific object instances. + Permissões atribuídas a este usuário que afetam instâncias específicas de objeto. - - Create Recovery Link - Create Link de Recuperação + + Permissions assigned to this role which affect all object instances of a given type. + Permissões atribuídas a este papel que afetam todas as instâncias de objetos de um determinado tipo. - - External - Externo + + Close + Fechar - - Service account - Conta de serviço + + Update "" Permissions + Atualizar Permissões de "" - - Service account (internal) - Conta de serviço (interna) + + Open "" permissions modal + Abrir modal de permissões de "" - - Check the release notes - Verifique as notas de versão + + Permissions + Permissões - - User Statistics - Estatísticas do Usuário + + Waiting to run + Aguardando para executar - - User type used for newly created users. - Tipo de usuário usado para usuários recém-criados. + + Consumed + Consumido - - Users created - Usuários criados + + Pre-processing + Pré processamento - - Failed logins - Logins falhados + + Running + Executando - - Also known as Client ID. - Também conhecido como ID do Cliente. + + Post-processing + Pós processamento - - Also known as Client Secret. - Também conhecido como Segredo do Cliente. + + Successful + Sucesso - - Global status - Status global + + Error + Erro - - Vendor - Fornecedor + + Unknown + Desconhecido - - Connectivity - Conectividade + + Running tasks + Tarefas em andamento - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0: Muito adivinhável: senha arriscada. (adivinhações &lt; 10^3) + + Queued tasks + Tarefas enfileiradas - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1: Muito adivinhável: proteção contra ataques online com limitação. (adivinhações &lt; 10^6) + + Successful tasks + Tarefas bem-sucedidas - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2: Algo adivinhável: proteção contra ataques online sem limitação. (adivinhações &lt; 10^8) + + Error tasks + Tarefas com erro - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3: Seguramente não adivinhável: proteção moderada contra cenários offline de hash lento. (adivinhações &lt; 10^10) + + Task + Tarefa - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4: Muito não adivinhável: forte proteção contra cenários offline de hash lento. (adivinhações &gt;= 10^10) + + Queue + Fila - - Successfully created user and added to group - Usuário criado com sucesso e adicionado ao grupo + + Retries + Tentativas - - This user will be added to the group "". - Este usuário será adicionado ao grupo "". + + Planned execution time + Tempo de execução planejado - - Pretend user exists - Simular que o usuário existe + + Last updated + Última atualização - - When enabled, the stage will always accept the given user identifier and continue. - Quando ativado, o estágio sempre aceitará o identificador de usuário fornecido e continuará. + + Status + Status - - There was an error in the application. - Houve um erro na aplicação. + + Actions + Ações - - Review the application. - Revise a aplicação. + + Row Actions + Ações da Linha - - There was an error in the provider. - Houve um erro no provedor. + + Show only standalone tasks + Mostrar apenas tarefas independentes - - Review the provider. - Revise o provedor. + + Exclude successful tasks + Excluir tarefas bem-sucedidas - - There was an error creating the application, but no error message was sent. Please review the server logs. - Houve um erro ao criar a aplicação, mas nenhuma mensagem de erro foi enviada. Por favor, revise os logs do servidor. + + Retry task + Tentar novamente a tarefa - - Configure LDAP Provider - Configurar Provedor LDAP + + Current execution logs + Logs de execução atuais - - Configure Proxy Provider - Configurar Provedor Proxy + + Previous executions logs + Logs de execuções anteriores - - Configure Radius Provider - Configurar Provedor Radius + + Schedule + Agendar - - Configure SAML Provider - Configurar Provedor SAML + + Next run + Próxima execução - - Configure SCIM Provider - Configurar Provedor SCIM + + Last status + Último status - - Connection settings. - Configurações de conexão. + + Show only standalone schedules + Mostrar apenas agendamentos independentes - - Successfully updated endpoint. - Endpoint atualizado com sucesso. + + Run scheduled task now + Executar tarefa agendada agora - - Successfully created endpoint. - Endpoint criado com sucesso. + + Update + Atualizar - - Protocol - Protocolo + + Update Schedule + Atualizar Agendamento - - RDP - RDP + + Edit + Editar - - SSH - SSH + + Tasks + Tarefas - - VNC - VNC + + Schedules + Agendamentos - - Host - Host + + System Tasks + Tarefas do Sistema - - Endpoint(s) - Endpoint(s) + + Long-running operations which authentik executes in the background. + Operações de grande duração que o authentik executa no plano de fundo. - - Update Endpoint - Atualizar Endpoint + + Next + Próximo - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - Essas vinculações controlam quais usuários terão acesso a este endpoint. Os usuários também devem ter acesso ao aplicativo. + + Back + Voltar - - Create Endpoint - Criar Endpoint + + Wizard steps + Etapas do Assistente - - Update RAC Provider - Atualizar Provedor RAC + + Wizard navigation + Navegação do Assistente - - Endpoints - Endpoints + + New application + Novo aplicativo - - General settings - Configurações gerais + + Create a new application and configure a provider for it. + Criar um novo aplicativo e configurar um provedor para ele. - - RDP settings - Configurações RDP + + Any policy must match to grant access + Qualquer política deve coincidir para conceder o acesso - - Ignore server certificate - Ignorar certificado do servidor + + All policies must match to grant access + Todas as políticas devem corresponder para conceder acesso - - Enable wallpaper - Ativar papel de parede + + An application name is required + Um nome de aplicativo é obrigatório - - Enable font-smoothing - Ativar suavização de fonte + + Not a valid URL + Não é uma URL válida - - Enable full window dragging - Ativar arrasto de janela em tela cheia + + Not a valid slug + Não é um slug válido - - Network binding - Vinculação de rede + + Configure the Application - - No binding - Sem vinculação + + Type an application name... - - Bind ASN - Vincular ASN + + Application Name - - Bind ASN and Network - Vincular ASN e Rede + + The name displayed in the application library. + O nome exibido na biblioteca de aplicativos. - - Bind ASN, Network and IP - Vincular ASN, Rede e IP + + Slug + Slug - - Configure if sessions created by this stage should be bound to the Networks they were created in. - Configure se as sessões criadas por este estágio devem ser vinculadas às Redes em que foram criadas. + + Internal application name used in URLs. + Nome interno da aplicação usado em URLs. - - GeoIP binding - Vinculação GeoIP + + Group + Grupo - - Bind Continent - Vincular Continente + + e.g. Collaboration, Communication, Internal, etc. + ex. Colaboração, Comunicação, Interno, etc. - - Bind Continent and Country - Vincular Continente e País + + Optionally enter a group name. Applications with identical groups are shown grouped together. + Opcionalmente, insira um nome de grupo. Aplicativos com grupos idênticos são mostrados agrupados. - - Bind Continent, Country and City - Vincular Continente, País e Cidade + + Policy engine mode + Modo do mecanismo de política - - Configure if sessions created by this stage should be bound to their GeoIP-based location - Configure se as sessões criadas por este estágio devem ser vinculadas à sua localização baseada em GeoIP + + UI Settings + Configurações de UI - - RAC - RAC + + Launch URL + URL de lançamento - - Connection failed after attempts. - Conexão falhou após tentativas. + + https://... - - Re-connecting in second(s). - Reconectando em segundo(s). + + If left empty, authentik will try to extract the launch URL based on the selected provider. + Se deixado em branco, o authentik tentará extrair o URL de inicialização com base no provedor selecionado. - - Connecting... - Conectando... + + Open in new tab + Abrir em uma nova aba - - Select endpoint to connect to - Selecione o endpoint para se conectar + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + Se marcado, a URL de lançamento será aberta em uma nova guia ou janela do navegador a partir da biblioteca de aplicativos do usuário. - - Connection expiry - Expiração da conexão + + Select all rows + Selecionar todas as linhas - - Determines how long a session lasts before being disconnected and requiring re-authorization. - Determina quanto tempo uma sessão dura antes de ser desconectada e exigir reautorização. + + Bind existing policy/group/user + Vincular política/grupo/usuário existente - - Learn more - Saiba mais + + Order + Ordem - - Maximum concurrent connections - Máximo de conexões simultâneas - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - Máximo de conexões simultâneas permitidas para este endpoint. Pode ser definido como -1 para desativar o limite. - - - Korean - Coreano - - - Dutch - Holandês - - - Brand - Brand - - - Successfully updated brand. - Brand atualizada com sucesso. - - - Successfully created brand. - Brand criada com sucesso. - - - Use this brand for each domain that doesn't have a dedicated brand. - Use esta brand para cada domínio que não tem uma brand dedicada. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - Defina atributos customizados usando YAML ou JSON. Atributos definidos aqui serão herdados por usuários, se o request for gerido por essa brand. - - - Brands - Brands - - - Brand(s) - Brand(s) - - - Update Brand - Atualizar Brand - - - Create Brand - Criar Brand - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - Para permitir que o usuário redefina sua senha diretamente, defina um fluxo de recuperação na brand ativa. - - - Successfully updated settings. - Configurações atualizadas com sucesso. - - - Avatars - Avatares - - - Configure how authentik should show avatars for users. The following values can be set: - Configure como o authentik deve mostrar avatares para os usuários. Os seguintes valores podem ser definidos: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - Desabilita avatares por usuário e mostra apenas uma imagem transparente de 1x1 pixel - - - Uses gravatar with the user's email address - Usa gravatar com o endereço de e-mail do usuário - - - Generated avatars based on the user's name - Avatares gerados com base no nome do usuário - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - Qualquer URL: Se você quiser usar imagens hospedadas em outro servidor, você pode definir qualquer URL. Adicionalmente, esses espaços reservados podem ser usados: - - - The user's username - O nome de usuário do usuário - - - The email address, md5 hashed - O endereço de e-mail, hash md5 - - - The user's UPN, if set (otherwise an empty string) - O UPN do usuário, se definido (caso contrário, uma string vazia) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - Um caminho de atributo como - attributes.something.avata , que pode ser usado em -combinação com o campo de arquivo para permitir que usuários enviem avatares personalizados. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - Vários valores podem ser definidos, separados por vírgula. O authentik tentará usar o próximo modo quando não encontrar um avatar. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - Por exemplo, definir como gravatar,initials fará -com que o sistema tente obter um avatar do Gravatar e, caso o usuário não -tenha um configurado lá, usará um avatar gerado automaticamente. - - - Allow users to change name - Permitir que os usuários mudem o nome - - - Enable the ability for users to change their name. - Ativar a capacidade dos usuários de mudar seu nome. - - - Allow users to change email - Permitir que os usuários mudem o e-mail - - - Enable the ability for users to change their email. - Ativar a capacidade dos usuários de mudar seu e-mail. - - - Allow users to change username - Permitir que os usuários mudem o nome de usuário - - - Enable the ability for users to change their username. - Ativar a capacidade dos usuários de mudar seu nome de usuário. - - - Footer links - Links do rodapé - - - GDPR compliance - Conformidade com GDPR - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - Quando ativado, todos os eventos causados por um usuário serão deletados quando o usuário for deletado. - - - Impersonation - Impersonação - - - Globally enable/disable impersonation. - Ativar/desativar a impersonação globalmente. - - - System settings - Configurações do sistema - - - Changes made: - Alterações feitas: - - - Key - Chave - - - Previous value - Valor anterior - - - New value - Novo valor - - - Raw event info - Informações brutas do evento - - - Anonymous user - Usuário anônimo + + Enabled + Habilitado + + + Timeout + Tempo limite + + + Configure Bindings + Configurar Vínculos + + + Policy + Política + + + + Group + Grupo + + + + User + Usuário + + + + Configure Policy/User/Group Bindings + Configurar Vínculos de Política/Usuário/Grupo + + + These policies control which users can access this application. + Essas políticas controlam quais usuários podem acessar este aplicativo. + + + No bound policies. + Sem políticas vinculadas. + + + No policies are currently bound to this object. + Nenhuma política está atualmente vinculada a este objeto. + + + Bind policy/group/user + Vincular política/grupo/usuário + + + Configure Policy Bindings + Configurar Vínculos de Política + + + Pass + Aprovado + + + Don't Pass + Não Passar + + + Edit Binding + Editar Vínculo + + + Save Binding + Salvar Vínculo + + + Create a Policy/User/Group Binding + Criar um Vínculo de Política/Usuário/Grupo + + + Policy + Documentação + + + Negate result + Negar resultado + + + Negates the outcome of the binding. Messages are unaffected. + Nega o resultado da vinculação. As mensagens não são afetadas. + + + Failure result + Resultado de falha + + + Enterprise only + Apenas para empresas + + + Learn more about the enterprise license. + Saiba mais sobre a licença empresarial. + + + Apply changes + Aplicar modificações + + + Close wizard + Fechar assistente + + + UNNAMED + + + Wizard content + Conteúdo do Assistente + + + Finish + Finalizar + + + Select type + Selecione o tipo + + + Select a provider type + Selecione um tipo de provedor + + + Icon + Ícone de + + + Choose a Provider + Escolher um Provedor + + + Please choose a provider type before proceeding. + Por favor, escolha um tipo de provedor antes de prosseguir. + + + Choose a Provider Type + Escolher um Tipo de Provedor + + + Certificate + Certificado + + + Select a certificate... + Selecionar um certificado... + + + Authentication + Autenticação + + + Authorization + Autorização + + + Enrollment + Inscrição + + + Invalidation + Invalidação + + + Stage Configuration + Configuração de Stage + + + Unenrollment + Desinscrição + + + Unknown designation + Designação desconhecida + + + Stacked + Empilhado + + + Content left + Conteúdo à esquerda + + + Content right + Conteúdo à direita + + + Sidebar left + Sidebad + à esquerda + + + Sidebar right + Sidebar à direita + + + Unknown layout + Layout desconhecido + + + Select a flow... + Selecionar um fluxo... Add All Available @@ -7599,10 +1616,18 @@ tenha um configurado lá, usará um avatar gerado automaticamente. Remove All Available Remover Todos os Disponíveis + + Remove + Remover + Remove All Remover Todos + + Pagination + Paginação + Available options Opções disponíveis @@ -7623,326 +1648,1234 @@ tenha um configurado lá, usará um avatar gerado automaticamente. item(s) marked to remove. item(s) marcados para remover. - - Available Applications - Aplicações Disponíveis + + Search ... + Pesquisar ... - - Selected Applications - Aplicações Selecionadas + + (Format: hours=-1;minutes=-2;seconds=-3). + (Formato: hours=-1;minutes=-2;seconds=-3). - - Last used - Último uso + + (Format: hours=1;minutes=2;seconds=3). + (Formato: hours=1;minutes=2;seconds=3). - - OAuth Access Tokens - Tokens de Acesso OAuth + + The following keywords are supported: + As seguintes palavras-chave são permitidas: - - Credentials / Tokens - Credenciais / Tokens + + Cached binding + Vínculo cacheado - - Permissions set on users which affect this object. - Permissões definidas em usuários que afetam este objeto. + + Flow is executed and session is cached in memory. Flow is executed when session expires + Flow é executado e a sessão é cacheada na memória. Flow é executado quando a sessão expira - - Permissions set on roles which affect this object. - Permissões definidas em funções que afetam este objeto. + + Direct binding + Vínculo direto - - Permissions assigned to this user which affect all object instances of a given type. - Permissões atribuídas a este usuário que afetam todas as instâncias de objeto de um determinado tipo. + + Always execute the configured bind flow to authenticate the user + Sempre executar a vinculação de Flow configurada para autenticar + o usuário - - Permissions assigned to this user affecting specific object instances. - Permissões atribuídas a este usuário que afetam instâncias específicas de objeto. + + Cached querying + Busca cacheada - - Permissions assigned to this role which affect all object instances of a given type. - Permissões atribuídas a este papel que afetam todas as instâncias de objetos de um determinado tipo. + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + O Outpost mantém todos usuários e grupos na memória e atualiza a cada 5 minutos - - JWT payload - Payload do JWT + + Direct querying + Busca direta - - Preview for user - Pré-visualização para o usuário + + Always returns the latest data, but slower than cached querying + Sempre retorna os dados mais recentes, mas é mais lento que a busca cacheada - - Brand name - Nome da brand + + 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. + Quando habilitado, a autenticação multifator baseada em código pode ser usada anexando um ponto e vírgula e o código TOTP à senha. Isso só deve ser habilitado se todos os usuários que se conectarão a este provedor tiverem um dispositivo TOTP configurado, caso contrário, uma senha pode ser rejeitada incorretamente se contiver um ponto e vírgula. - - Delete authorization on disconnect - Excluir autorização ao desconectar + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + O certificado para o DN Base configurado acima. Como alternativa, o provedor usa um certificado autoassinado. - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - Quando ativado, as autorizações de conexão serão excluídas quando um cliente se desconectar. Isso forçará clientes com conexões de internet instáveis a reautorizar o endpoint. + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + Nome DNS para o qual o certificado configurado acima deve ser usado. O certificado não pode ser detectado com base no DN base, pois a negociação SSL/TLS acontece antes de tais dados serem trocados. - - Connection Token(s) - Token(s) de Conexão + + 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 + Início dos uidNumbers, este número é adicionado a user.Pk para garantir que oa números não são muito pequenos para usuários POSIX. Padrão é 2000 para garantir que não iremos colidir com o uidNumber de usuários locais - - Endpoint - Endpoint + + 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 + O início para gidNumbers, este número é adicionado ao número gerado do grupo.Pk para garantir que os números não são baixos demais para grupos POSIX. Padrão é 4000 para garantir que não irá colidir com os grupos locais ou o gidNumber dos grupos primários de usuários - - Connections - Conexões + + Provider Name + Nome do Provedor - - Unconfigured - Não configurado + + Type a provider name... - - This option will not be changed by this mapping. - Esta opção não será alterada por este mapeamento. + + Bind mode + Modo de vinculação - - RAC Connections - Conexões RAC + + Configure how the outpost authenticates requests. + Configurar como o Outpost autentica requisições. - - Sending Duo push notification... - Enviando notificação push do Duo... + + Search mode + Modo de busca - - Failed to authenticate - Falha ao autenticar + + Configure how the outpost queries the core authentik server's users. + Configura como o Outpost busca os usuários do servidor do authentik. - - Authenticating... - Autenticando... + + Code-based MFA Support + Suporte a MFA baseado em código - - Customization - Personalização + + Flow settings + Configurações de fluxo - - Authentication failed. Please try again. - Falha na autenticação. Por favor, tente novamente. + + Bind flow + Fluxo de vinculação - - Failed to register. Please try again. - Falha ao registrar. Por favor, tente novamente. + + Flow used for users to authenticate. + Flow utilizado para usuários autenticarem. - - Registering... - Registrando... + + Unbind flow + Fluxo de desvinculação - - Failed to register - Falha ao registrar + + Flow used for unbinding users. + Fluxo usado para desvincular usuários. - - Retry registration - Tentar registrar novamente + + Protocol settings + Configurações de protocolo - - Select one of the options below to continue. - Selecione uma das opções abaixo para continuar. + + Base DN + DN base - - Latest version unknown - Versão mais recente desconhecida + + LDAP DN under which bind requests and search requests can be made. + DN do LDAP em que requisições sao vinculadas e requisições de busca podem ser feitas. - - Timestamp - Timestamp + + TLS Server name + Nome do servidor TLS - - Time - Hora + + UID start number + Número inicial do UID - - Level - Nível + + GID start number + Número inicial do GID - - Event - Evento + + Configure LDAP Provider + Configurar Provedor LDAP - - Logger - Logger + + Show field content + Mostrar conteúdo do campo - - Update internal password on login - Atualizar senha interna no login + + Hide field content + Ocultar conteúdo do campo - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - Quando o usuário faz login no authentik usando este backend de senha de origem, atualize suas credenciais no authentik. + + Add entry + Adicionar entrada - - Source - Fonte + + Strict + Estrito - - Resume timeout - Retomar tempo limite + + Regex + Expressão Regular - - Amount of time a user can take to return from the source to continue the flow. - Quantidade de tempo que um usuário pode levar para retornar da fonte e continuar o fluxo. + + URL + URL - - Your Install ID - Seu ID de instalação + + Confidential + Confidencial - - Enter the email associated with your account, and we'll send you a link to reset your password. - Digite o e-mail associado à sua conta e enviaremos um link para redefinir sua senha. + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + Clientes confidenciais são capazes de manter a confidencialidade de suas credenciais, como segredos de clientes - - Stage name: - Nome da etapa: + + Public + Público - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - Por favor, escaneie o código QR acima usando o Microsoft Authenticator, Google Authenticator ou outros aplicativos de autenticação em seu dispositivo e insira o código que o dispositivo exibe abaixo para concluir a configuração do dispositivo MFA. + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + Clientes públicos são incapazes de manter a confidencialidade e devem usar métodos como PKCE. - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - Injete uma Fonte OAuth ou SAML na execução do fluxo. Isso permite uma verificação adicional do usuário ou o acesso dinâmico a diferentes fontes para diferentes identificadores de usuário (nome de usuário, endereço de e-mail, etc). + + Back-channel + Back-channel - - A selection is required - Uma seleção é necessária + + Server-to-server logout notifications + Notificações de logout servidor-a-servidor - - Device type restrictions - Restrições de tipo de dispositivo + + Front-channel + Front-channel - - Available Device types - Tipos de dispositivo disponíveis + + Browser iframe logout notifications + Notificações de logout de iframe de navegador - - Selected Device types - Tipos de dispositivo selecionados + + Based on the User's hashed ID + Baseado no ID hash do Usuário - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - Opcionalmente restrinja quais tipos de dispositivos WebAuthn podem ser usados. Quando nenhum tipo de dispositivo é selecionado, todos os dispositivos são permitidos. + + Based on the User's ID + Baseado no ID do Usuário - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - Se o usuário tiver se autenticado com sucesso em um dispositivo nas classes listadas acima dentro desta duração configurada, esta etapa será ignorada. + + Based on the User's UUID + Baseado no UUID do Usuário - - WebAuthn-specific settings - Configurações específicas do WebAuthn + + Based on the User's username + Baseado no nome de usuário - - WebAuthn Device type restrictions - Restrições de tipo de dispositivo WebAuthn + + Based on the User's Email + Baseado no Email do Usuário - - This restriction only applies to devices created in authentik 2024.4 or later. - Essa restrição se aplica apenas a dispositivos criados no authentik 2024.4 ou posterior. + + This is recommended over the UPN mode. + Recomendado no modo UPN - - Default token duration - Duração padrão do token + + Based on the User's UPN + Baseado no UPN do Usuário - - Default duration for generated tokens - Duração padrão para tokens gerados + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + É necessário que l usuário tenha o atributo "upn" definido, e tem como fallback o ID hash do usuário. Use este modo somente se você tem domínios de UPN e Mail diferentes. - - Default token length - Comprimento padrão do token + + Each provider has a different issuer, based on the application slug + Cada provedor tem um emissor diferente, baseado no slug da aplicação - - Default length of generated tokens - Comprimento padrão dos tokens gerados + + Same identifier is used for all providers + O mesmo identificador é utilizado para todos os provedores - - deleted - deletado + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + URIs de redirecionamento válidos após um fluxo de autorização bem-sucedido. Também especifique quaisquer origens aqui para fluxos implícitos. - - Select permissions to assign - Selecione as permissões a serem atribuídas + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + Se nenhum URI de redirecionamento explícito for especificado, o primeiro URI utilizado com sucesso será salvo. - - Update SCIM Source - Atualizar Fonte SCIM + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + Para permitir qualquer URI de redirecionamento, defina o modo como Regex e o valor como ".*". Esteja ciente das possíveis implicações de segurança que isso pode ter. - - SCIM Base URL - URL Base do SCIM + + Authorization flow + Flow de autorização - - Provisioned Users - Usuários Provisionados + + Select an authorization flow... + Selecionar um fluxo de autorização... - - Provisioned Groups - Grupos Provisionados + + Flow used when authorizing this provider. + Flow utilizado ao autorizar este provedor. - - removed - removido + + Client type + Tipo de Cliente - - Verifying... - Verificando... + + Client ID + ID do cliente - - Available Roles - Funções Disponíveis + + Client Secret + Segredo + do cliente - - Selected Roles - Funções Selecionadas + + Redirect URIs/Origins (RegEx) + URIs/Origens de redirecionamentos (RegEx) - - Private key Algorithm - Algoritmo da chave privada + + Logout URI + URI de logout - - RSA - RSA + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + URI para enviar notificações de logoout quando usuários realizam logout. Obrigatório para a funcionalidade OpenID Connect Logout. - - ECDSA - ECDSA + + Logout Method + Método de Logout - - Algorithm used to generate the private key. - Algoritmo usado para gerar a chave privada. + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + O método de logout determina como o URI de logout é chamado — back-channel (servidor-a-servidor) ou front-channel (iframe do navegador). - - Added ID - ID adicionado + + Signing Key + Chave de Assinatura - - Removed ID - ID removido + + Select a signing key... + Selecionar uma chave de assinatura... - - Cleared - Limpo + + Key used to sign the tokens. + Chave utilizada para assinar os tokens. - - Google Workspace Provider - Provedor do Google Workspace + + Advanced flow settings + Configurações avançadas do fluxo + + + Authentication flow + Fluxo de autenticação + + + Select an authentication flow... + Selecionar um fluxo de autenticação... + + + Flow used when a user access this provider and is not authenticated. + Floe utilizado quando um usuário acessa este provedor e não está autenticado. + + + Invalidation flow + Fluxo de invalidação + + + Select an invalidation flow... + Selecione um fluxo de invalidação... + + + Flow used when logging out of this provider. + Fluxo usado ao sair deste provedor. + + + Advanced protocol settings + Configurações avançadas de protocolo + + + Access code validity + Validade do código de acesso + + + Configure how long access codes are valid for. + Configurar por quanto tempo os códigos de acesso são válidos. + + + Access Token validity + Validade dos Tokens de Acesso. + + + Configure how long access tokens are valid for. + Configurar por quanto tempo os Tokens de Acesso são válidos. + + + Refresh Token validity + Validade do Refresh Token + + + Configure how long refresh tokens are valid for. + Configurar por quanto tempo os Refresh Tokens são válidos. + + + Refresh Token threshold + Limite do Refresh Token + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + Ao renovar um refresh token, se o vencimento do token existente estiver dentro desse limite, o refresh token será renovado. Defina seconds=0 para sempre renovar o refresh token. + + + Scopes + Escopos + + + Available Scopes + Escopos Disponíveis + + + Selected Scopes + Escopos Selecionados + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + Selecione quais escopos podem ser utilizados pelo cliente. O cliente ainda tem que especificar o escopo para acessar os dados. + + + Encryption Key + Chave de Criptografia + + + Select an encryption key... + Selecionar uma chave de criptografia... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Modo de identificação + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + Configurar quais dados devem ser utilizados como identificador único do User. Na maioria dos casos, o padrão deve servir. + + + Include claims in id_token + Incluir claims no id_token + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + Incluir User claims de escopos no id_token, para aplicações que não acessam o endooint de userinfo. + + + Issuer mode + Modo de emissor + + + Configure how the issuer field of the ID Token should be filled. + Configurar como o campo "issuer" do ID Token deve ser preenchido. + + + Machine-to-Machine authentication settings + Configurações de autenticação Machine-to-Machine + + + Federated OIDC Sources + Fontes OIDC Federadas + + + Available Sources + Fontes Disponíveis + + + Selected Sources + Fontes Selecionadas + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + JWTs assinados por certificados configurados nas fontes selecionadas podem ser usados para autenticar neste provedor. + + + Federated OIDC Providers + Provedores OIDC Federados + + + Available Providers + Provedores Disponíveis + + + Selected Providers + Provedores Selecionados + + + JWTs signed by the selected providers can be used to authenticate to this provider. + JWTs assinados pelos provedores selecionados podem ser usados para autenticar-se a este provedor. + + + Configure OAuth2 Provider + Configurar Provedor OAuth2 + + + Successfully updated provider. + Provedor atualizado com sucesso. + + + Successfully created provider. + Provedor criado com sucesso. + + + An error occurred while updating the provider. + Ocorreu um erro ao atualizar o provedor. + + + An error occurred while creating the provider. + Ocorreu um erro ao criar o provedor. + + + HTTP-Basic Username Key + Atributo Username do header HTTP-Basic + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + Atributo de Usuário/Grupo usado para a parte de usuário do header HTTP-Basic. Se não for definido, o Email do Usuário é utilizado. + + + HTTP-Basic Password Key + Atributo Password do header HTTP-Basic + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + Atributo + do Usuário/Grupo usado para a parte de senha do header HTTTP-Basic. + + + Proxy + Proxy + + + Forward auth (single application) + Autenticação de encaminhamento (aplicação única) + + + Forward auth (domain level) + Autenticação de encaminhamento (nível de domínio) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + Este fornecedor comportar-se-á como um proxy reverso transparente, exceto que os pedidos devem ser autenticados. Se a sua aplicação upstream utilizar HTTPS, certifique-se de que se liga ao outpost utilizando HTTPS também. + + + External host + Host externo + + + The external URL you'll access the application at. Include any non-standard port. + O URL externo no qual irá aceder ao aplicativo. Inclua qualquer porta não standard. + + + Internal host + Host interno + + + http(s)://... + + + Upstream host that the requests are forwarded to. + Host para o qual as requisições são redirecionadas. + + + Internal host SSL Validation + Validação SSL do host interno + + + Validate SSL Certificates of upstream servers. + Valida Certificados SSL dos servidores. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + Use este provedor com auth_request do nginx ou forwardAuth do traefik. Cada aplicação/domínio precisa do seu próprio provedor. Além disso, em cada domínio, /outpost.goauthentik.io deve ser roteado para o outpost (quando usar um outpost gerenciado, isso é feito para você). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + Use este provedor com auth_request do nginx ou forwardAuth do traefik. Somente um único provedor é obrigatório por domínio raiz. Você não pode efetuar autorização por aplicação, mas você não tem que criar um provedor para casa aplicação. + + + An example setup can look like this: + Uma configuração de exemplo pode ser assim: + + + authentik running on auth.example.com + Authentik no host auth.example.com + + + app1 running on app1.example.com + app1 no host app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + Neate caso, você definiria o URL de Autenticação para auth.example.com e Domínio de Cookie para example.com. + + + Authentication URL + URL de autenticação + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + O URL externo no qual você irá autenticar. O servidor do authentik deve ser alcançável neste URL. + + + Cookie domain + Domínio de Cookie + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + Defina para o domínio que você deseja paea o qual a autenticação seja válida. Deve ser pai do domínio do URL acima. Se suas aplicações estão em app1.domain.tld, app2.domain.tld, defina este campo para "domain.tld". + + + Token validity + Validade + do token + + + Configure how long tokens are valid for. + Configure durante quanto tempo os tokens são válidos. + + + Additional scopes + Escopos adicionais + + + Additional scope mappings, which are passed to the proxy. + Mapeamentos de âmbito adicionais, que são passados ​​para o proxy. + + + Unauthenticated URLs + URLs não autenticadas + + + Unauthenticated Paths + Caminhos não autenticados + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + Expressões regulares para as quais não é necessária autenticação. Cada nova linha é interpretada como uma nova expressão. + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + Ao utilizar o modo proxy ou autenticação de encaminhamento (aplicação única), o caminho do URL solicitado é verificado em relação às expressões regulares. Quando se utiliza a autenticação de encaminhamento (modo de domínio), o URL completo solicitado, incluindo o esquema e o host, é comparado com as expressões regulares. + + + Authentication settings + Configurações de autenticação + + + Intercept header authentication + Autenticação de cabeçalho de interceção + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + Quando ativado, o authentik irá intercetar o cabeçalho Autorização para autenticar o pedido. + + + Send HTTP-Basic Authentication + Enviar autenticação HTTP-Basic + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + Envie um cabeçalho de autenticação HTTP-Basic personalizado com base nos valores do authentik. + + + Configure Proxy Provider + Configurar Provedor Proxy + + + Configure Remote Access Provider + Configurar Provedor de Acesso Remoto + + + Connection expiry + Expiração da conexão + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + Determina quanto tempo uma sessão dura antes de ser desconectada e exigir reautorização. + + + Property mappings + Mapeamentos de propriedades + + + Available Property Mappings + Mapeamentos de Propriedade Disponíveis + + + Selected Property Mappings + Mapeamentos de Propriedade Selecionados + + + List of CIDRs (comma-seperated) 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. + Lista de CIDRs (separados por vírgula) dos quais os clientes podem se conectar. Um CIDR mais específico corresponderá antes de um mais amplo. Clientes conectando-se de um CIDR não especificado serão rejeitados. + + + Shared secret + Segredo partilhado + + + Client Networks + Redes do Client + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + Certificado usado para EAP-TLS. Requer estágio de TLS mútuo no fluxo de autenticação. + + + Configure Radius Provider + Configurar Provedor Radius + + + Redirect + Redirecionar + + + Post + Publicar + + + Sign assertions + Assinar asserções + + + When enabled, the assertion element of the SAML response will be signed. + Quando ativado, o elemento de asserção da resposta SAML será assinado. + + + Sign responses + Assinar respostas + + + When enabled, the SAML response will be signed. + Quando ativado, a resposta SAML será assinada. + + + Sign logout requests + Assinar solicitações de logout + + + When enabled, SAML logout requests will be signed. + Quando habilitado, solicitações de logout SAML serão assinadas. + + + Front-channel (Iframe) + Front-channel (iframe) + + + Front-channel (Native) + Front-channel (Nativo) + + + Back-channel (POST) + Back-channel (POST) + + + SLS Binding + Vínculo SLS + + + Determines how authentik sends the logout response back to the Service Provider. + Determina como Authentik envia a resposta de logout de volta ao Service Provider. + + + Method to use for logout when SLS URL is configured. + Método de logout a ser usado quando o URL SLS é configurado. + + + ACS URL + ACS URL + + + Service Provider Binding + Vinculação do Prestador de Serviços + + + Determines how authentik sends the response back to the Service Provider. + Determina como o authentik envia a resposta de volta ao provedor de serviços. + + + Issuer + Emissor + + + Also known as Entity ID. + + + Audience + Audiência + + + SLS URL + URL SLS + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + Service Logout URL opcional usado para enviar respostas de logout. Se não for definido, nenhuma resposta de logout será enviada. + + + Signing Certificate + Certificado de assinatura + + + Certificate used to sign outgoing Responses going to the Service Provider. + Certificado utilizado para assinar Respostas de saída que se dirijam ao Provedor de + Serviço. + + + Verification Certificate + Certificado de Verificação + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + Quando selecionado, as assinaturas da asserção de entrada serão validadas em relação a este certificado. Para permitir solicitações não assinadas, deixe em padrão. + + + Encryption Certificate + Certificado de Criptografia + + + When selected, assertions will be encrypted using this keypair. + Quando selecionado, asserções serão criptografadas usando este par de chaves. + + + Available User Property Mappings + Mapeamentos de Propriedade de Usuário Disponíveis + + + Selected User Property Mappings + Mapeamentos de Propriedade de Usuário Selecionados + + + NameID Property Mapping + Mapeamento da propriedade NameID + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + Configure como o valor NameID será criado. Quando deixado em branco, o NameIDPolicy da solicitação recebida será respeitado. + + + AuthnContextClassRef Property Mapping + Mapeamento da propriedade AuthnContextClassRef + + + 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. + Configure como o valor AuthnContextClassRef será criado. Quando deixado em branco, o AuthnContextClassRef será definido com base nos métodos de autenticação que o usuário usou para se autenticar. + + + Assertion valid not before + Asserção válida não antes + + + Configure the maximum allowed time drift for an assertion. + Configure o + desvio de tempo máximo permitido para uma asserção. + + + Assertion valid not on or after + Asserção válida não em ou após + + + Assertion not valid on or after current time + this value. + Asserção inválida em ou após a hora atual + este valor. + + + Session valid not on or after + Sessão válida não em ou após + + + Session not valid on or after current time + this value. + Sessão inválida em ou após a hora atual + este valor. + + + Default relay state + Estado de relay padrão + + + When using IDP-initiated logins, the relay state will be set to this value. + Ao usar logins iniciados pelo IDP, o estado de relay será definido para este valor. + + + Default NameID Policy + Política de NameID Padrão + + + Persistent + Persistente + + + Email address + Endereço de email + + + Windows + Windows + + + X509 Subject + Assunto X509 + + + Transient + Transitório + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + Configure a Política de NameID padrão usada por logins iniciados pelo IDP e quando uma asserção recebida não especifica uma Política de NameID (também se aplica ao usar um mapeamento de NameID personalizado). + + + Digest algorithm + Algoritmo resumido + + + Signature algorithm + Algoritmo de assinatura + + + Configure SAML Provider + Configurar Provedor SAML + + + Token + Token + + + Token to authenticate with. + Token para autenticar-se. + + + OAuth Source + Fonte OAuth + + + Specify OAuth source used for authentication. + Especifique a fonte OAuth usada para autenticação. + + + OAuth Parameters + Parâmetros OAuth + + + Additional OAuth parameters, such as grant_type. + Parâmetros OAuth adicionais, como grant_type. + + + SCIM base url, usually ends in /v2. + URL base do SCIM, termina normalmente em /v2. + + + Verify SCIM server's certificates + Verificar os certificados do servidor SCIM + + + Authentication Mode + Modo de Autenticação + + + Authenticate SCIM requests using a static token. + Autenticar solicitações SCIM usando um token estático. + + + OAuth + OAuth + + + Authenticate SCIM requests using OAuth. + Autenticar solicitações SCIM usando OAuth. + + + Compatibility Mode + Modo de compatibilidade + + + Default + Padrão + + + Default behavior. + Comportamento padrão. + + + AWS + AWS + + + Altered behavior for usage with Amazon Web Services. + Comportamento alterado para uso com Amazon Web Services. + + + Slack + Slack + + + Altered behavior for usage with Slack. + Comportamento alterado para uso com Slack. + + + Salesforce + Salesforce + + + Altered behavior for usage with Salesforce. + Comportamento alterado para uso com o Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + Alterar o comportamento do authentik para implementações SCIM específicas do fornecedor. + + + Enable dry-run mode + Ativar modo de simulação + + + When enabled, mutating requests will be dropped and logged instead. + Quando habilitado, as solicitações de mutação serão descartadas e registradas em vez disso. + + + User filtering + Filtragem de utilizador + + + Exclude service accounts + Apagar contas de serviço + + + Only sync users within the selected group. + Sincronizar apenas utilizadores dentro do grupo selecionado. + + + Attribute mapping + Mapeamento de atributos + + + User Property Mappings + Mapeamentos de propriedades do utilizador + + + Property mappings used to user mapping. + Mapeamentos de propriedades utilizados para o mapeamento de utilizadores. + + + Group Property Mappings + Mapeamentos de propriedade de grupo + + + Available Group Property Mappings + Mapeamentos de Propriedade de Grupo Disponíveis + + + Selected Group Property Mappings + Mapeamentos de Propriedade de Grupo Selecionados + + + Property mappings used to group creation. + Mapeamentos de propriedades usados ​​para criação de grupos. + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + Configurar Provedor SCIM + + + Configure Provider + Configurar Provedor + + + Type + Tipo + + + None + Nenhum + + + strict + estrito + + + regexp + expressão regular + + + Forward auth (domain-level) + Autenticação de encaminhamento (nível de domínio) + + + Unknown proxy mode + Modo de proxy desconhecido + + + Mode + Modo + + + Internal Host + Host Interno + + + External Host + Host Externo + + + Basic-Auth + Autenticação Básica + + + Unknown type + Tipo desconhecido + + + Redirect URIs + URIs de redirecionamento + + + Review and Submit Application + Revisar e Enviar Aplicação + + + Submit + Enviar + + + There was an error in the application. + Houve um erro na aplicação. + + + Review the application. + Revise a aplicação. + + + There was an error in the provider. + Houve um erro no provedor. + + + Review the provider. + Revise o provedor. + + + There was an error. Please go back and review the application. + Ocorreu um erro. Por favor, volte e revise a aplicação. + + + There was an error: + Ocorreu um erro: + + + Please go back and review the application. + Por favor, volte e revise a aplicação. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + Houve um erro ao criar a aplicação, mas nenhuma mensagem de erro foi enviada. Por favor, revise os logs do servidor. + + + Review the Application and Provider + Revisar a Aplicação e o Provedor + + + Provider + Provedor + + + Your application has been saved + Sua aplicação foi salva + + + Saving application... + Salvando aplicação... + + + authentik was unable to complete this process. + O authentik não conseguiu concluir este processo. + + + Don't show this message again. + Não mostrar esta mensagem novamente. + + + One hint, 'New Application Wizard', is currently hidden + Uma dica, 'Assistente de Nova Aplicação', está atualmente oculta + + + Restore Application Wizard Hint + Restaurar dica do assistente de aplicativo + + + Create with wizard + Criar com assistente + + + Successfully imported provider. + Fornecedor importado com sucesso. + + + Metadata + Metadados + + + Create + Criar + + + New provider + Novo provedor + + + Create a new provider. + Criar um novo provedor. + + + Create + Criar + + + + New Provider + Novo Provedor + + + Open the wizard to create a new provider. + Abrir o assistente para criar um novo provedor. Credentials Credenciais + + Google Cloud credentials file. + Arquivo de credenciais do Google Cloud. + Delegated Subject Assunto Delegado + + Email address of the user the actions of authentik will be delegated to. + Endereço de e-mail do usuário para o qual as ações do authentik serão delegadas. + Default group email domain Domínio de e-mail do grupo padrão @@ -7995,18 +2928,6 @@ tenha um configurado lá, usará um avatar gerado automaticamente. Determines what authentik will do when a Group is deleted. Determina o que o authentik fará quando um grupo for excluído. - - Microsoft Entra Provider - Provedor Microsoft Entra - - - Google Cloud credentials file. - Arquivo de credenciais do Google Cloud. - - - Email address of the user the actions of authentik will be delegated to. - Endereço de e-mail do usuário para o qual as ações do authentik serão delegadas. - Client ID for the app registration. ID do cliente para o registro do aplicativo. @@ -8023,53 +2944,280 @@ tenha um configurado lá, usará um avatar gerado automaticamente. ID of the tenant accounts will be synced into. ID das contas do locatário que serão sincronizadas. - - Update Microsoft Entra Provider - Atualizar Provedor Microsoft Entra + + Delete authorization on disconnect + Excluir autorização ao desconectar + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + Quando ativado, as autorizações de conexão serão excluídas quando um cliente se desconectar. Isso forçará clientes com conexões de internet instáveis a reautorizar o endpoint. + + + Connection settings. + Configurações de conexão. + + + Key used to sign the events. + Chave usada para assinar os eventos. + + + Event Retention + Retenção de eventos + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + Determina por quanto tempo os eventos são armazenados. Se um evento não puder ser enviado corretamente, sua expiração também será aumentada por essa duração. + + + OIDC Providers + Provedores OIDC + + + Providers + Provedores + + + Provide support for protocols like SAML and OAuth to assigned applications. + Forneça + suporte para protocolos como SAML e OAuth para aplicativos atribuídos. + + + Provider Search + Pesquisar Provedor + + + Search for providers… + Pesquisar provedores... + + + Provider(s) + Provedor(es) + + + Assigned to application + Atribuído ao aplicativo + + + Assigned to application (backchannel) + Atribuído ao aplicativo (canal de retorno) + + + Provider not assigned to any application. + Provedor não atribuído a nenhum aplicativo. + + + Update + Atualizar + + + + Edit "" provider + Editar provedor "" + + + Successfully triggered sync. + Sincronização acionada com sucesso. + + + Log messages + Mensagens de log + + + Override dry-run mode + Substituir modo de simulação + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + Quando habilitado, esta sincronização ainda executará solicitações de mutação, independentemente do modo de simulação no provedor. + + + Sync + Sincronizar + + + Sync Group + Sincronizar Grupo + + + Google Workspace Group(s) + Grupo(s) do Google Workspace + + + Sync User + Sincronizar Usuário + + + Google Workspace User(s) + Usuário(s) do Google Workspace + + + Username + Usuário + + + Current status + Status atual + + + Sync is currently running. + A sincronização está em execução. + + + Sync is not currently running. + A sincronização não está em execução. + + + Last successful sync + Última sincronização bem-sucedida + + + No successful sync found. + Nenhuma sincronização bem-sucedida encontrada. + + + Last sync status + Último status de sincronização + + + Changelog + Log de alterações + + + Provisioned Users + Usuários Provisionados + + + Provisioned Groups + Grupos Provisionados + + + Warning: Provider is not assigned to an application as backchannel provider. + Aviso: O provedor não está atribuído a um aplicativo como provedor de canal de retorno. + + + Dry-run + Modo de simulação Update Google Workspace Provider Atualizar Provedor Google Workspace - - Enterprise only - Apenas para empresas + + Select providers to add to application + Selecione os provedores para adicionar ao aplicativo - - Icon - Ícone de + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Insira um URL completo, um caminho relativo ou use 'fa://fa-test' para usar o ícone "fa-test" + do Font Awesome. - - (build ) - (build ) + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + Modelo de caminho para usuários criados. Use espaços reservados como %(slug)s para inserir o slug da fonte. - - (FIPS) - (FIPS) + + Successfully updated application. + Aplicativo atualizado com sucesso. - - Score minimum threshold - Limite mínimo de pontuação + + Successfully created application. + Aplicativo criado com sucesso. - - Minimum required score to allow continuing - Pontuação mínima necessária para permitir a continuação + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + Usar este formulário criará apenas um Aplicativo. Para autenticar com o aplicativo, você terá que emparelhá-lo manualmente com um Provedor. - - Score maximum threshold - Limite máximo de pontuação + + Select a provider that this application should use. + Selecione um provedor para esse aplicativo utilizar. - - Maximum allowed score to allow continuing - Pontuação máxima permitida para permitir a continuação + + Backchannel Providers + Provedores de canal de retorno - - Error on invalid score - Erro na pontuação inválida + + Select backchannel providers which augment the functionality of the main provider. + Selecione provedores de canal de retorno que aumentam a funcionalidade do provedor principal. - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - Quando ativado e a pontuação resultante estiver fora do limite, o usuário não poderá continuar. Quando desativado, o usuário poderá continuar e a pontuação pode ser usada em políticas para personalizar etapas adicionais. + + Add provider + Adicionar provedor + + + UI settings + Configurações de interface de usuário + + + Icon + Ícone + + + Currently set to: + Atualmente definido para: + + + Clear icon + Limpar ícone + + + Delete currently set icon. + Excluir ícone definido atualmente. + + + Publisher + Editora + + + Description + Descrição + + + Create Application + Criar aplicativo + + + Warning: Provider is not used by any Outpost. + Aviso: O provedor não é usado por nenhum Outpost. + + + Assigned to application + Atribuído ao aplicativo + + + Update LDAP Provider + Atualizar Provedor LDAP + + + How to connect + Como conectar + + + Connect to the LDAP Server on port 389: + Conecte-se ao servidor LDAP na porta 389: + + + Check the IP of the Kubernetes service, or + Verifique o IP do serviço Kubernetes ou + + + The Host IP of the docker host + O IP do Host do Docker + + + Bind DN + DN de ligação + + + Bind Password + Senha vinculada + + + Your authentik password + Sua senha do authentik + + + Search base + Base de pesquisa Microsoft Entra Group(s) @@ -8079,122 +3227,401 @@ tenha um configurado lá, usará um avatar gerado automaticamente. Microsoft Entra User(s) Usuário(s) do Microsoft Entra - - Google Workspace Group(s) - Grupo(s) do Google Workspace + + Update Microsoft Entra Provider + Atualizar Provedor Microsoft Entra - - Google Workspace User(s) - Usuário(s) do Google Workspace + + Preview + Pré-visualização - - SCIM Group(s) - Grupo(s) do SCIM + + Warning: Provider is not used by an Application. + Aviso: o provedor não é usado por nenhuma aplicação. - - SCIM User(s) - Usuário(s) do SCIM + + - - FIPS compliance: passing - Conformidade FIPS: passando + + Update OAuth2 Provider + Atualizar Provedor OAuth2 - - Unverified - Não verificado + + OpenID Configuration URL + URL de configuração do OpenID - - FIPS compliance: unverified - Conformidade FIPS: não verificada + + OpenID Configuration Issuer + Emissor de configuração OpenID - - FIPS Status - Status da Conformidade FIPS + + Authorize URL + Autorizar URL - - Search returned no results. - A pesquisa não retornou resultados. + + Token URL + URL do Token - - Reputation score(s) - Pontuação(s) de reputação + + Userinfo URL + URL de informações do usuário - - See documentation - Ver documentação + + Logout URL + URL de saída - - Close dialog - Fechar diálogo + + JWKS URL + URL JWKS - - Pagination - Paginação + + JWT payload + Payload do JWT - - Restore Application Wizard Hint - Restaurar dica do assistente de aplicativo + + Preview for user + Pré-visualização para o usuário - - Your authentik password - Sua senha do authentik + + Nginx (Ingress) + Nginx (entrada) - - Internal Service account - Conta de Serviço Interna + + Nginx (Proxy Manager) + Nginx (gerenciador de proxy) - - Outpost integrations - Integrações de Outpost + + Nginx (standalone) + Nginx (independente) - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - As integrações de Outpost definem como o authentik se conecta a plataformas externas para gerenciar e implantar outposts. + + Traefik (Ingress) + Traefik (Ingress) - - Operation failed to complete - Falha na conclusão da operação + + Traefik (Compose) + Traefik (Compor) - - Failed to fetch objects: - Falha ao buscar objetos: + + Traefik (Standalone) + Traefik (Independente) - - Available Scopes - Escopos Disponíveis + + Caddy (Standalone) + Caddy (Independente) - - Selected Scopes - Escopos Selecionados + + Update Proxy Provider + Atualizar Provedor de Proxy - - Available Property Mappings - Mapeamentos de Propriedade Disponíveis + + Protocol Settings + Configurações de protocolo - - Selected Property Mappings - Mapeamentos de Propriedade Selecionados + + Allowed Redirect URIs + URIs de redirecionamento permitidos - - Available User Property Mappings - Mapeamentos de Propriedade de Usuário Disponíveis + + Setup + Configuração - - Selected User Property Mappings - Mapeamentos de Propriedade de Usuário Selecionados + + No additional setup is required. + Nenhuma configuração adicional é necessária. - - Available Group Property Mappings - Mapeamentos de Propriedade de Grupo Disponíveis + + Connection Token(s) + Token(s) de Conexão - - Selected Group Property Mappings - Mapeamentos de Propriedade de Grupo Selecionados + + Endpoint + Endpoint + + + Successfully updated endpoint. + Endpoint atualizado com sucesso. + + + Successfully created endpoint. + Endpoint criado com sucesso. + + + Protocol + Protocolo + + + RDP + RDP + + + SSH + SSH + + + VNC + VNC + + + Host + Host + + + Hostname/IP to connect to. Optionally specify the port. + Nome do Host/IP para conectar. Opcionalmente, especifique a porta. + + + Maximum concurrent connections + Máximo de conexões simultâneas + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + Máximo de conexões simultâneas permitidas para este endpoint. Pode ser definido como -1 para desativar o limite. + + + Advanced settings + Configurações avançadas + + + Search for users by username or display name... + Pesquisar usuários por nome de usuário ou nome de exibição... + + + Search Users + Pesquisar Usuários + + + Select Users + Selecionar Usuários + + + Active + Ativo + + + Last login + Último login + + + Show inactive users + Mostrar usuários inativos + + + Select users + Selecionar usuários + + + Confirm + Confirmar + + + Successfully updated group. + Grupo atualizado com sucesso. + + + Successfully created group. + Grupo criado com sucesso. + + + Type a group name... + Digite um nome de grupo + + + Group Name + Nome de Grupo + + + Superuser Privileges + Privilégios de Superusuário + + + Whether users added to this group will have superuser privileges. + Indica se os usuários adicionados a este grupo terão privilégios de superusuário. + + + Parent Group + Grupo Pai + + + Select an optional parent group... + Selecionar um grupo pai opcional... + + + Roles + Funções + + + Available Roles + Funções Disponíveis + + + Selected Roles + Funções Selecionadas + + + Select roles to grant this groups' users' permissions from the selected roles. + Selecione funções para conceder as permissões dos usuários deste grupo a partir das funções selecionadas. + + + Set custom attributes using YAML or JSON. + Defina atributos personalizados usando YAML ou JSON. + + + Successfully updated binding. + Vínculo atualizado com sucesso. + + + Successfully created binding. + Vínculo criado com sucesso. + + + Don't pass + Não aprovado + + + Result used when policy execution fails. + Resultado usado quando a execução da política falha. + + + Successfully updated policy. + Política atualizada com sucesso. + + + Successfully created policy. + Política criada com sucesso. + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + Política usada para teste. Retorna sempre o mesmo resultado como especificado abaixo depois de esperar um tempo aleatório. + + + Execution logging + Log de execução + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + Quando esta opção estiver habilitada, todas as execuções desta política serão registradas. Por padrão, apenas erros de execução são registrados. + + + Policy-specific settings + Configurações específicas da Política + + + Pass policy? + Política de aprovação? + + + Wait (min) + Espera (mínimo) + + + The policy takes a random time to execute. This controls the minimum time it will take. + A policita leva um período de tempo aleatório para executar. Este parametro controla o tempo mínimo para executar. + + + Wait (max) + Espera (máximo) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + Corresponde a um evento em relação a um conjunto de critérios. Se algum dos valores configurados corresponder, a política será aprovada. + + + Match created events with this action type. When left empty, all action types will be matched. + Combine eventos criados com este tipo de ação. Quando deixado em branco, todos os tipos de ação serão correspondidos. + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + Corresponde ao IP do Cliente do Evento (correspondência estrita, para correspondência de rede use uma Política de Expressão). + + + Match events created by selected application. When left empty, all applications are matched. + Corresponde a eventos criados pelo aplicativo selecionado. Quando deixado em branco, todos os aplicativos são correspondidos. + + + Match events created by selected model. When left empty, all models are matched. + Corresponder eventos criados pelo modelo selecionado. Quando deixado vazio, todos os modelos são correspondidos. + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + Verifica se a senha do usuário da solicitação foi alterada nos últimos x dias e nega com base nas configurações. + + + Maximum age (in days) + Idade máxima (em dias) + + + Only fail the policy, don't invalidate user's password + Apenas falhe a política, não invalide a senha do usuário + + + Executes the python snippet to determine whether to allow or deny a request. + Executa o snippet python para determinar se deve permitir ou negar uma solicitação. + + + Expression using Python. + Expressão usando Python. + + + See documentation for a list of all variables. + Consulte a documentação para obter uma lista de todas as variáveis. Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. Garanta que o usuário satisfaça os requisitos de geografia ou topologia de rede, com base no endereço IP. Se algum dos valores configurados corresponder, a política será aprovada. + + Distance settings + Configurações de distância + + + Check historical distance of logins + Verificar distância histórica de logins + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + Quando esta opção está habilitada, os dados GeoIP da solicitação de política são comparados ao número especificado de logins históricos. + + + Maximum distance + Distância máxima + + + Maximum distance a login attempt is allowed from in kilometers. + Distância máxima permitida para uma tentativa de login em quilômetros. + + + Distance tolerance + Tolerância de distância + + + Tolerance in checking for distances in kilometers. + Tolerância na verificação de distâncias em quilômetros. + + + Historical Login Count + Contagem de Logins Históricos + + + Amount of previous login events to check against. + Quantidade de eventos de login anteriores a serem verificados. + + + Check impossible travel + Verificar viagem impossível + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + Quando esta opção está habilitada, os dados GeoIP da solicitação de política são comparados ao número especificado de logins históricos e se a viagem teria sido possível na quantidade de tempo desde o evento anterior. + + + Impossible travel tolerance + Tolerância de viagem impossível + + + Static rule settings + Configurações de regra estática + ASNs ASNs @@ -8215,17 +3642,921 @@ tenha um configurado lá, usará um avatar gerado automaticamente. Selected Countries Países Selecionados - - Bind existing policy/group/user - Vincular política/grupo/usuário existente + + Static rules + Regras estáticas - - Property mappings for user creation. - Mapeamentos de Propriedade para criação de usuário. + + Minimum length + Comprimento mínimo - - Property mappings for group creation. - Mapeamentos de Propriedade para criação de grupo. + + Minimum amount of Uppercase Characters + Quantidade mínima de caracteres maiúsculos + + + Minimum amount of Lowercase Characters + Quantidade mínima + de caracteres minúsculos + + + Minimum amount of Digits + Quantidade mínima de dígitos + + + Minimum amount of Symbols Characters + Quantidade mínima de caracteres de símbolos + + + Error message + Mensagem de erro + + + Symbol charset + Conjunto de caracteres de símbolos + + + Characters which are considered as symbols. + Caracteres que são considerados como símbolos. + + + HaveIBeenPwned settings + Configurações para HaveIBeenPwned + + + Allowed count + Contagem permitida + + + Allow up to N occurrences in the HIBP database. + Permitir até N ocorrências no banco de dados HIBP. + + + zxcvbn settings + Configurações para zxcvbn + + + Score threshold + Limite de pontuação + + + If the password's score is less than or equal this value, the policy will fail. + Se a pontuação da senha for menor ou igual a esse valor, a política irá falhar. + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + 0: Muito adivinhável: senha arriscada. (adivinhações &lt; 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1: Muito adivinhável: proteção contra ataques online com limitação. (adivinhações &lt; 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2: Algo adivinhável: proteção contra ataques online sem limitação. (adivinhações &lt; 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3: Seguramente não adivinhável: proteção moderada contra cenários offline de hash lento. (adivinhações &lt; 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4: Muito não adivinhável: forte proteção contra cenários offline de hash lento. (adivinhações &gt;= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + Verifica o valor da solicitação de política em relação a várias regras, usadas principalmente para garantir a força da senha. + + + Password field + Campo de senha + + + Field key to check, field keys defined in Prompt stages are available. + Chave de campo para verificar, as chaves de campo definidas nos estágios de prompt estão disponíveis. + + + Check static rules + Verificar regras estáticas + + + Check haveibeenpwned.com + Verificar haveibeenpwned.com + + + For more info see: + Para mais informações veja: + + + Check zxcvbn + Verificar zxcvbn + + + Password strength estimator created by Dropbox, see: + Estimador da força da senha criado pelo Dropbox, veja: + + + Allows/denys requests based on the users and/or the IPs reputation. + Permite/nega solicitações com base na reputação dos usuários e/ou IPs. + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + Tentativas de login + inválidas diminuirão a pontuação do IP do cliente e o nome de usuário com o qual eles estão tentando fazer login, por um. + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + A política passa quando a pontuação de reputação fica abaixo do limite , e NÃO É APROVADA quando uma ou ambas as opções + selecionadas são iguais ou acima do limite. + + + Check IP + Verificar IP + + + Check Username + Verifique o nome de usuário + + + Threshold + Limite + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + Garantir que a nova senha do usuário seja diferente de suas senhas anteriores. O número de senhas anteriores a serem verificadas é configurável. + + + Number of previous passwords to check + Número de senhas anteriores a serem verificadas + + + New policy + Nova política + + + Create a new policy. + Crie uma nova política. + + + Create Binding + Criar Vínculo + + + Members + Membros + + + Select groups to add user to + Selecione os grupos aos quais adicionar usuários + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + AVISO: adicionando o usuário ao grupo selecionado você estará dando a ele(s) permissões de SuperUsuário. + + + Company employees with access to the full enterprise feature set. + Funcionários da empresa com acesso ao conjunto completo de recursos enterprise. + + + External consultants or B2C customers without access to enterprise features. + Consultores externos ou clientes B2C sem acesso aos recursos enterprise. + + + Machine-to-machine authentication or other automations. + Autenticação de máquina para máquina ou outras automações. + + + Successfully updated user. + Usuário atualizado com sucesso. + + + Successfully created user and added to group + Usuário criado com sucesso e adicionado ao grupo + + + Successfully created user. + Usuário criado com sucesso. + + + Type a username for the user... + Digite um nome de usuário para o usuário... + + + The user's primary identifier used for authentication. 150 characters or fewer. + O identificador principal do usuário usado para autenticação. 150 caracteres ou menos. + + + Display Name + Nome de Exibição + + + Type an optional display name... + Digite um nome de exibição opcional + + + The user's display name. + O nome de exibição do usuário. + + + User type + Tipo de usuário + + + Internal Service account + Conta de Serviço Interna + + + Managed by authentik and cannot be assigned manually. + Gerenciado pelo Authentik e não pode ser atribuído manualmente. + + + Email Address + Endereço de Email + + + Type an optional email address... + Digite um endereço de email opcional... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + Indica se este usuário está ativo e autorizado a autenticar. Definir como inativo pode ser usado para desativar temporariamente um usuário sem excluir sua conta. + + + Path + Caminho + + + Type a path for the user... + Digite um caminho para o usuário... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + Caminhos oodem ser utilizados para organizar usuários em pastas dependendo de qual origem criou eles ou da estrutura organizacional. + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + Os caminhos não podem começar ou terminar com uma barra, mas podem conter qualquer outro caractere como segmentos de caminho. Atualmente, os caminhos são usados apenas para organização e não afetam permissões, associações a grupos ou qualquer outra configuração. + + + Edit Policy + Editar Política + + + Update Group + Atualizar Grupo + + + Edit Group + Editar Grupo + + + Update User + Atualizar Usuário + + + Edit User + Editar Usuário + + + Policy binding(s) + Vínculo(s) de política + + + Update Binding + Atualizar Vínculo + + + No Policies bound. + Nenhuma política vinculada. + + + Policy actions + Ações da política + + + Create and bind Policy + Criar e vincular Política + + + Bind existing + Vincular existente + + + The currently selected policy engine mode is : + O modo de mecanismo de política atualmente selecionado é : + + + Endpoint(s) + Endpoint(s) + + + Update Endpoint + Atualizar Endpoint + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + Essas vinculações controlam quais usuários terão acesso a este endpoint. Os usuários também devem ter acesso ao aplicativo. + + + Create Endpoint + Criar Endpoint + + + Connections + Conexões + + + Update RAC Provider + Atualizar Provedor RAC + + + Endpoints + Endpoints + + + Update Radius Provider + Atualizar Provedor Radius + + + Download + Descarregar + + + Copy download URL + Copiar URL de download + + + Download signing certificate + Baixar certificado de assinatura + + + Related objects + Objetos relacionados + + + Update SAML Provider + Atualizar Provedor SAML + + + SAML Configuration + Configuração SAML + + + EntityID/Issuer + EntityID/Emissor + + + SSO URL (Post) + URL SSO (Post) + + + SSO URL (Redirect) + URL SSO (Redirecionamento) + + + SSO URL (IdP-initiated Login) + URL SSO (Login iniciado por IdP) + + + SLO URL (Post) + URL SLO (Post) + + + SLO URL (Redirect) + URL SLO (Redirecionamento) + + + SAML Metadata + Metadados SAML + + + Example SAML attributes + Atributos SAML de exemplo + + + NameID attribute + Atributo NameID + + + SCIM Group(s) + Grupo(s) do SCIM + + + SCIM User(s) + Usuário(s) do SCIM + + + Update SCIM Provider + Atualizar Provedor SCIM + + + SSF Provider is in preview. + Provedor SSF está em pré-visualização. + + + Send us feedback! + Envie-nos feedback! + + + SSF URL + URL SSF + + + No assigned application + Nenhum aplicativo atribuído + + + Update SSF Provider + Atualizar Provedor SSF + + + Streams + Streams + + + Applications + Aplicações + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + Aplicativos externos que usam como um provedor de identidade via protocolos como OAuth2 e SAML. Todos os aplicativos são exibidos aqui, mesmo aqueles aos quais você não pode acessar. + + + Application Icon + Ícone do Aplicativo + + + Provider Type + Tipo de Provedor + + + Applications Documentation + Documentação de Aplicações + + + Application(s) + Aplicação(ões) + + + Application icon for "" + Ícone da aplicação para "" + + + Update Application + Atualizar Aplicativo + + + Edit "" + Editar "" + + + Open "" + Abrir &quot;&quot; + + + Open + Abrir + + + Create with Provider + Criar com Provedor + + + Successfully cleared application cache + Cache da aplicação limpo com sucesso + + + Failed to delete application cache + Falha ao excluir o cache da aplicação + + + Clear cache + Limpar cache + + + Clear Application cache + Limpar cache da aplicação + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + Tem certeza de que deseja limpar o cache da aplicação? Isso fará com que todas as políticas sejam reavaliadas em seu próximo uso. + + + Successfully sent test-request. + Requisição de teste enviada com sucesso. + + + Successfully updated entitlement. + Direito atualizado com sucesso. + + + Successfully created entitlement. + Direito criado com sucesso. + + + Application entitlement(s) + Direito(s) de Aplicação + + + Update Entitlement + Atualizar Direito + + + These bindings control which users have access to this entitlement. + Essas vinculações controlam quais usuários têm acesso a esse direito. + + + No app entitlements created. + Nenhum direito de aplicativo criado. + + + This application does currently not have any application entitlements defined. + Este aplicativo atualmente não possui direitos de aplicativo definidos. + + + Create Entitlement + Criar Direito + + + Create entitlement + Criar direito + + + Failed to fetch application "". + Falha ao buscar o aplicativo "". + + + Warning: Application is not used by any Outpost. + + + Related + Relacionado + + + Check access + Verificar acesso + + + Check + Verificar + + + Check Application access + Verificar acesso ao aplicativo + + + Test + Teste + + + Launch + Lançar + + + Logins over the last week (per 8 hours) + Logins na última semana (por 8 horas) + + + Application entitlements + Direitos de Aplicação + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + Esses direitos podem ser usados para configurar o acesso de usuários nesta aplicação. + + + Policy / Group / User Bindings + Vínculos de Política / Grupo / Usuário + + + Loading application... + Carregando aplicativo... + + + Successfully updated device. + Dispositivo atualizado com sucesso. + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + Copiar + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + Atualizar Dispositivo + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + Nome do host + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + Clique para alterar o valor + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + Duração da sessão + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + Token atualizado com sucesso. + + + Successfully created token. + Token criado com sucesso. + + + Expires on + Expira em + + + Token name... + + + Token name + + + Expiring + Expirando + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + Se selecionado, o token expirará. Após a expiração, o token será rotacionado. + + + The token has been copied to your clipboard + O token foi copiado para a sua área de transferência + + + The token was displayed because authentik does not have permission to write to the clipboard + O token foi exibido porque o authentik não tem permissão para gravar na área de transferência + + + Expires? + Expira? + + + Expiry date + Data de expiração + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + Copiar token + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + Fonte atualizada com sucesso. + + + Successfully created source. + Fonte criada com sucesso. + + + Link users on unique identifier + Vincular usuários pelo identificador exclusivo. + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + Vincular a um usuário com endereço de e-mail idêntico. Pode ter implicações de segurança quando a fonte não valida endereços de e-mail + + + Use the user's email address, but deny enrollment when the email address already exists + Usa o email do usuário, mas nega a inscrição quando o email já existe + + + Link to a user with identical username. Can have security implications when a username is used with another source + Vincular a um usuário com nome de usuário idêntico. Pode ter implicações de segurança quando um nome de usuário é usado com outra fonte. + + + Use the user's username, but deny enrollment when the username already exists + Usa o username do usuário, mas nega a inscrição quando o username já existe + + + Unknown user matching mode + Modo de correspondência de usuário desconhecido Link to a group with identical name. Can have security implications when a group is used with another source @@ -8235,281 +4566,27 @@ tenha um configurado lá, usará um avatar gerado automaticamente. Use the group's name, but deny enrollment when the name already exists Usar o nome do grupo, mas negar a inscrição quando o nome já existir - - Group matching mode - Modo de correspondência de grupo + + Promoted - - OAuth Attribute mapping - Mapeamento de Atributo OAuth + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - Plex Attribute mapping - Mapeamento de Atributo Plex + + Update internal password on login + Atualizar senha interna no login - - Encryption Certificate - Certificado de Criptografia + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + Quando o usuário faz login no authentik usando este backend de senha de origem, atualize suas credenciais no authentik. - - When selected, encrypted assertions will be decrypted using this keypair. - Quando selecionado, as afirmações criptografadas serão descriptografadas usando este par de chaves. + + Sync users + Sincronizar usuários - - SAML Attribute mapping - Mapeamento de Atributo SAML - - - SCIM Attribute mapping - Mapeamento de Atributo SCIM - - - External user settings - Configurações de usuário externo - - - Default application - Aplicativo padrão - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - Quando configurado, os usuários externos serão redirecionados automaticamente para este aplicativo quando não estiverem tentando acessar um aplicativo diferente - - - Warning: One or more license(s) have expired. - Aviso: Uma ou mais licença(s) expiraram. - - - Warning: One or more license(s) will expire within the next 2 weeks. - Aviso: Uma ou mais licença(s) expirarão nas próximas 2 semanas. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - Aviso: Esta instância do authentik entrou no modo somente leitura devido a licenças expiradas/excedidas. - - - This authentik instance uses a Trial license. - Esta instância do authentik usa uma licença de avaliação. - - - This authentik instance uses a Non-production license. - Esta instância do authentik usa uma licença de não produção. - - - Access Tokens(s) - Token(s) de Acesso - - - Created at - Criado em - - - Last updated at - Última atualização em - - - Last used at - Último uso em - - - Provide users with a 'show password' button. - Fornecer aos usuários um botão 'mostrar senha'. - - - Show password - Mostrar senha - - - Hide password - Esconder senha - - - An outpost is on an incorrect version! - Um outpost está em uma versão incorreta! - - - Russian - Russo - - - Last seen: () - Última visualização: () - - - Sign assertions - Assinar asserções - - - When enabled, the assertion element of the SAML response will be signed. - Quando ativado, o elemento de asserção da resposta SAML será assinado. - - - Sign responses - Assinar respostas - - - When selected, assertions will be encrypted using this keypair. - Quando selecionado, asserções serão criptografadas usando este par de chaves. - - - Available Sources - Fontes Disponíveis - - - Selected Sources - Fontes Selecionadas - - - Successfully triggered sync. - Sincronização acionada com sucesso. - - - Sync - Sincronizar - - - Sync User - Sincronizar Usuário - - - Available Stages - Etapas Disponíveis - - - Selected Stages - Etapas Selecionadas - - - Available Fields - Campos Disponíveis - - - Selected Fields - Campos Selecionados - - - Available Transports - Transportes Disponíveis - - - Selected Transports - Transportes Selecionados - - - Expired - Expirado - - - Expiring soon - Expirando em breve - - - Unlicensed - Sem licença - - - Read Only - Apenas leitura - - - Valid - Válido - - - Current license status - Status atual da licença - - - Overall license status - Status geral da licença - - - Internal user usage - Uso de usuário interno - - - % - % - - - External user usage - Uso de usuário externo - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - Corresponde ao IP do Cliente do Evento (correspondência estrita, para correspondência de rede use uma Política de Expressão). - - - Sync Group - Sincronizar Grupo - - - ("", of type ) - ("", do tipo ) - - - Parent Group - Grupo Pai - - - Flow used when logging out of this provider. - Fluxo usado ao sair deste provedor. - - - Unbind flow - Fluxo de desvinculação - - - Flow used for unbinding users. - Fluxo usado para desvincular usuários. - - - Verify SCIM server's certificates - Verificar os certificados do servidor SCIM - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - Você saiu de . Você pode voltar para a visão geral para iniciar outro aplicativo ou sair da sua conta authentik. - - - Go back to overview - Voltar para a visão geral - - - Log out of - Sair de - - - Log back into - Entrar novamente em - - - Encryption Key - Chave de Criptografia - - - Key used to encrypt the tokens. - Chave usada para criptografar os tokens. - - - Device type cannot be deleted - O tipo de dispositivo não pode ser excluído - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - Etapa usada para verificar os navegadores dos usuários usando o Google Chrome Device Trust. Esta etapa pode ser usada em fluxos de autenticação/autorização. - - - Google Verified Access API - API de Acesso Verificado do Google - - - Device type cannot be edited - O tipo de dispositivo não pode ser editado - - - Advanced flow settings - Configurações avançadas do fluxo + + User password writeback + Retorno de gravação da senha do usuário Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. @@ -8531,10 +4608,38 @@ tenha um configurado lá, usará um avatar gerado automaticamente. Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. Configuração do Kerberos 5. Consulte o manual krb5.conf(5) para obter o formato de configuração. Se deixado em branco, um krb5.conf padrão será usado. + + User matching mode + Modo de correspondência de usuário + + + Group matching mode + Modo de correspondência de grupo + Sync connection settings Configurações de conexão de sincronização + + KAdmin type + Tipo de KAdmin + + + MIT krb5 kadmin + MIT krb5 kadmin + + + Heimdal kadmin + Heimdal kadmin + + + Other + Outro + + + Other type of kadmin + Outro tipo de kadmin + Sync principal Sincronização principal @@ -8599,746 +4704,153 @@ tenha um configurado lá, usará um avatar gerado automaticamente. Kerberos Attribute mapping Mapeamento de Atributo Kerberos - - Update Kerberos Source - Atualizar Fonte Kerberos + + Property mappings for user creation. + Mapeamentos de Propriedade para criação de usuário. - - User database + Kerberos password - Banco de dados de usuário + senha Kerberos + + Property mappings for group creation. + Mapeamentos de Propriedade para criação de grupo. - - Select another authentication method - Selecionar outro método de autenticação + + Flow to use when authenticating existing users. + Fluxo a ser usado ao autenticar usuários existentes. - - Enter a one-time recovery code for this user. - Insira um código de recuperação de uso único para este usuário. + + Enrollment flow + Fluxo de inscrição - - Enter the code from your authenticator device. - Insira o código do seu dispositivo autenticador. + + Flow to use when enrolling new users. + Fluxo a ser usado ao inscrever novos usuários. - - Kerberos Source is in preview. - A Fonte Kerberos está em pré-visualização. + + Additional settings + Configurações adicionais - - Captcha stage - Etapa de Captcha + + User path + Caminho do usuário - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - Quando definido, adiciona funcionalidade exatamente como uma etapa de Captcha, mas incorporada na etapa de Identificação. + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + A senha de login é sincronizada automaticamente do LDAP para o authentik. Habilite esta opção apenas para gravar alterações de senha do authentik de volta no LDAP. - - Endpoint Google Chrome Device Trust is in preview. - O endpoint Google Chrome Device Trust está em pré-visualização. + + Sync groups + Sincronizar grupos - - Interactive - Interativo + + Delete Not Found Objects + Excluir Objetos Não Encontrados - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - Ative esta opção se o captcha configurado exigir interação do usuário. Necessário para reCAPTCHA v2, hCaptcha e Cloudflare Turnstile. + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + Excluir usuários e grupos authentik que foram fornecidos anteriormente por esta fonte, mas agora estão ausentes. - - Reason - Razão + + Connection settings + Configurações de conexão - - Reason for impersonating the user - Razão para impersonar o usuário + + Server URI + URI do Servidor - - Require reason for impersonation - Requerer razão para impersonação + + Specify multiple server URIs by separating them with a comma. + Especifique múltiplos URIs de servidor separando-os com vírgula. - - Require administrators to provide a reason for impersonating a user. - Requerer que os administradores forneçam uma razão para impersonar um usuário. + + Enable StartTLS + Habilitar StartTLS - - Italian - Italiano + + To use SSL instead, use 'ldaps://' and disable this option. + Para usar SSL, use 'ldaps://' e desabilite esta opção. - - Add entry - Adicionar entrada + + Use Server URI for SNI verification + Usar URI do servidor para verificação SNI - - Link Title - Título do Link + + Required for servers using TLS 1.3+ + Necessário para servidores que usam TLS 1.3+ - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - Esta opção configura os links do rodapé nas páginas do executor de fluxo. A URL é limitada a endereços web e de e-mail. Se o nome for deixado em branco, a URL será exibida. + + TLS Verification Certificate + Certificado de verificação TLS - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - Aplicativos externos que usam como um provedor de identidade via protocolos como OAuth2 e SAML. Todos os aplicativos são exibidos aqui, mesmo aqueles aos quais você não pode acessar. + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + Ao conectar-se a um servidor LDAP com TLS, os certificados não são verificados por padrão. Especifique um par de chaves para validar o certificado remoto. - - Strict - Estrito + + TLS Client authentication certificate + Certificado de autenticação do cliente TLS - - Regex - Expressão Regular + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + Par de chaves de certificado do cliente para autenticar contra o Certificado do Servidor LDAP. - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - URIs de redirecionamento válidos após um fluxo de autorização bem-sucedido. Também especifique quaisquer origens aqui para fluxos implícitos. + + Bind CN + CN de ligação - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - Para permitir qualquer URI de redirecionamento, defina o modo como Regex e o valor como ".*". Esteja ciente das possíveis implicações de segurança que isso pode ter. + + LDAP Attribute mapping + Mapeamento de atributos LDAP - - Federated OIDC Sources - Fontes OIDC Federadas + + Parent group for all the groups imported from LDAP. + Grupo pai para todos os grupos importados do LDAP. - - Federated OIDC Providers - Provedores OIDC Federados + + Additional User DN + DN do Usuário Adicional - - Available Providers - Provedores Disponíveis + + Additional user DN, prepended to the Base DN. + DN de usuário adicional, prefixado ao DN base. - - Selected Providers - Provedores Selecionados + + Additional Group DN + DN do Grupo Adicional - - JWTs signed by the selected providers can be used to authenticate to this provider. - JWTs assinados pelos provedores selecionados podem ser usados para autenticar-se a este provedor. + + Additional group DN, prepended to the Base DN. + DN de grupo adicional, precedido ao DN Base. - - KAdmin type - Tipo de KAdmin + + User object filter + Filtro de objeto de usuário - - MIT krb5 kadmin - MIT krb5 kadmin + + Consider Objects matching this filter to be Users. + Considere Objetos que correspondam a este filtro como Usuários. - - Heimdal kadmin - Heimdal kadmin + + Group object filter + Filtro de objeto de grupo - - Other - Outro + + Consider Objects matching this filter to be Groups. + Considere objetos que correspondam a este filtro como Grupos. - - Other type of kadmin - Outro tipo de kadmin + + Group membership field + Campo de associação ao grupo - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - Para permitir que um usuário redefina sua senha diretamente, configure um fluxo de recuperação na marca atualmente ativa. + + Field which contains members of a group. The value of this field is matched against User membership attribute. + Campo que contém membros de um grupo. O valor deste campo é comparado com o atributo de associação do usuário. - - Consent given lasts indefinitely - O consentimento dado dura indefinidamente + + User membership attribute + Atributo de associação do usuário - - Consent expires - O consentimento expira - - - Available Policies - Políticas Disponíveis - - - Selected Policies - Políticas Selecionadas - - - Redirect the user to another flow, potentially with all gathered context - Redirecionar o usuário para outro fluxo, potencialmente com todo o contexto reunido - - - Static - Estático - - - Target URL - URL de Destino - - - Redirect the user to a static URL. - Redirecionar o usuário para uma URL estática. - - - Target Flow - Fluxo de Destino - - - Redirect the user to a Flow. - Redirecionar o usuário para um fluxo. - - - Keep flow context - Manter contexto do fluxo - - - Require no authentication - Não requerer autenticação - - - Require superuser - Requerer superusuário - - - Require being redirected from another flow - Requerer redirecionamento de outro fluxo - - - Require Outpost (flow can only be executed from an outpost) - Requerer Outpost (o fluxo só pode ser executado a partir de um outpost) - - - An application name is required - Um nome de aplicativo é obrigatório - - - Not a valid URL - Não é uma URL válida - - - Not a valid slug - Não é um slug válido - - - Configure The Application - Configurar o Aplicativo - - - Configure Bindings - Configurar Vínculos - - - Configure Policy/User/Group Bindings - Configurar Vínculos de Política/Usuário/Grupo - - - No bound policies. - Sem políticas vinculadas. - - - Bind policy/group/user - Vincular política/grupo/usuário - - - Configure Policy Bindings - Configurar Vínculos de Política - - - Don't Pass - Não Passar - - - Save Binding - Salvar Vínculo - - - Create a Policy/User/Group Binding - Criar um Vínculo de Política/Usuário/Grupo - - - Please choose a provider type before proceeding. - Por favor, escolha um tipo de provedor antes de prosseguir. - - - Choose a Provider Type - Escolher um Tipo de Provedor - - - Redirect URIs/Origins (RegEx) - URIs/Origens de redirecionamentos (RegEx) - - - Configure OAuth2 Provider - Configurar Provedor OAuth2 - - - Configure Remote Access Provider - Configurar Provedor de Acesso Remoto - - - List of CIDRs (comma-seperated) 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. - Lista de CIDRs (separados por vírgula) dos quais os clientes podem se conectar. Um CIDR mais específico corresponderá antes de um mais amplo. Clientes conectando-se de um CIDR não especificado serão rejeitados. - - - Configure Provider - Configurar Provedor - - - strict - estrito - - - regexp - expressão regular - - - Review and Submit Application - Revisar e Enviar Aplicação - - - There was an error. Please go back and review the application. - Ocorreu um erro. Por favor, volte e revise a aplicação. - - - There was an error: - Ocorreu um erro: - - - Please go back and review the application. - Por favor, volte e revise a aplicação. - - - Review the Application and Provider - Revisar a Aplicação e o Provedor - - - Saving application... - Salvando aplicação... - - - authentik was unable to complete this process. - O authentik não conseguiu concluir este processo. - - - Create with wizard - Criar com assistente - - - Bind existing - Vincular existente - - - Successfully updated entitlement. - Direito atualizado com sucesso. - - - Successfully created entitlement. - Direito criado com sucesso. - - - Application entitlement(s) - Direito(s) de Aplicação - - - Update Entitlement - Atualizar Direito - - - These bindings control which users have access to this entitlement. - Essas vinculações controlam quais usuários têm acesso a esse direito. - - - No app entitlements created. - Nenhum direito de aplicativo criado. - - - Create Entitlement - Criar Direito - - - Create entitlement - Criar direito - - - Application entitlements - Direitos de Aplicação - - - Application entitlements are in preview. - Direitos de Aplicação estão em pré-visualização. - - - These entitlements can be used to configure user access in this application. - Esses direitos podem ser usados para configurar o acesso de usuários nesta aplicação. - - - Worker with incorrect version connected. - Worker com versão incorreta conectado. - - - (Format: hours=-1;minutes=-2;seconds=-3). - (Formato: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - (Formato: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - Chave usada para assinar os eventos. - - - Event Retention - Retenção de eventos - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - Determina por quanto tempo os eventos são armazenados. Se um evento não puder ser enviado corretamente, sua expiração também será aumentada por essa duração. - - - OIDC Providers - Provedores OIDC - - - SSF Provider is in preview. - Provedor SSF está em pré-visualização. - - - Update SSF Provider - Atualizar Provedor SSF - - - Streams - Streams - - - authentik Logo - Logo do authentik - - - Release - Versão - - - Development - Desenvolvimento - - - UI Version - Versão da UI - - - Build - Build - - - Python version - Versão do Python - - - Platform - Plataforma - - - Kernel - Kernel - - - OpenSSL - OpenSSL - - - A newer version () of the UI is available. - Uma versão mais recente () da UI está disponível. - - - No notifications found. - Nenhuma notificação encontrada. - - - You don't have any notifications currently. - Você não tem nenhuma notificação atualmente. - - - Version - Versão - - - Last password change - Última alteração de senha - - - Evaluate policies before the Stage is presented to the user. - Avaliar políticas antes que a Etapa seja apresentada ao usuário. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - Pode estar no formato unix:// ao conectar a um daemon docker local -ssh:// para conectar via SSH ou https://:2376 para conexão a um sistema remoto. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - Ao usar uma solução externa de registro para arquivamento, este valor pode ser -definido, por exemplo, como minutes=5. - - - Idle - Ocioso - - - Connecting - Conectando - - - Waiting - Aguardando - - - Connected - Conectado - - - Disconnecting - Desconectando - - - Disconnected - Desconectado - - - Create a new application and configure a provider for it. - Criar um novo aplicativo e configurar um provedor para ele. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - Usar este formulário criará apenas um Aplicativo. Para autenticar com o aplicativo, você terá que emparelhá-lo manualmente com um Provedor. - - - Distance settings - Configurações de distância - - - Check historical distance of logins - Verificar distância histórica de logins - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - Quando esta opção está habilitada, os dados GeoIP da solicitação de política são comparados ao número especificado de logins históricos. - - - Maximum distance - Distância máxima - - - Maximum distance a login attempt is allowed from in kilometers. - Distância máxima permitida para uma tentativa de login em quilômetros. - - - Distance tolerance - Tolerância de distância - - - Tolerance in checking for distances in kilometers. - Tolerância na verificação de distâncias em quilômetros. - - - Historical Login Count - Contagem de Logins Históricos - - - Amount of previous login events to check against. - Quantidade de eventos de login anteriores a serem verificados. - - - Check impossible travel - Verificar viagem impossível - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - Quando esta opção está habilitada, os dados GeoIP da solicitação de política são comparados ao número especificado de logins históricos e se a viagem teria sido possível na quantidade de tempo desde o evento anterior. - - - Impossible travel tolerance - Tolerância de viagem impossível - - - Static rule settings - Configurações de regra estática - - - Create with Provider - Criar com Provedor - - - Email address the verification email will be sent from. - Endereço de e-mail de onde o e-mail de verificação será enviado. - - - Stage used to configure an email-based authenticator. - Etapa usada para configurar um autenticador baseado em e-mail. - - - Use global connection settings - Usar configurações de conexão globais - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - Quando habilitado, as configurações de conexão de e-mail globais serão usadas e as configurações de conexão abaixo serão ignoradas. - - - Subject of the verification email. - Assunto do e-mail de verificação. - - - Token expiration - Expiração do token - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - Tempo em que o token enviado é válido (Formato: horas=3,minutos=17,segundos=300). - - - Email-based Authenticators - Autenticadores baseados em e-mail - - - Caps Lock is enabled. - Caps Lock está ativado. - - - Configure your email - Configure seu e-mail - - - Please enter your email address. - Por favor, insira seu endereço de e-mail. - - - Please enter the code you received via email - Por favor, insira o código que você recebeu por e-mail - - - Tokens sent via email. - Tokens enviados por e-mail. - - - Enable dry-run mode - Ativar modo de simulação - - - When enabled, mutating requests will be dropped and logged instead. - Quando habilitado, as solicitações de mutação serão descartadas e registradas em vez disso. - - - Override dry-run mode - Substituir modo de simulação - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - Quando habilitado, esta sincronização ainda executará solicitações de mutação, independentemente do modo de simulação no provedor. - - - Dry-run - Modo de simulação - - - Successfully cleared application cache - Cache da aplicação limpo com sucesso - - - Failed to delete application cache - Falha ao excluir o cache da aplicação - - - Clear Application cache - Limpar cache da aplicação - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - Tem certeza de que deseja limpar o cache da aplicação? Isso fará com que todas as políticas sejam reavaliadas em seu próximo uso. - - - No name set - Nenhum nome definido - - - Show inactive users - Mostrar usuários inativos - - - Time the token sent is valid. - Tempo em que o token enviado é válido. - - - Compatibility Mode - Modo de compatibilidade - - - Default behavior. - Comportamento padrão. - - - AWS - AWS - - - Altered behavior for usage with Amazon Web Services. - Comportamento alterado para uso com Amazon Web Services. - - - Slack - Slack - - - Altered behavior for usage with Slack. - Comportamento alterado para uso com Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - Alterar o comportamento do authentik para implementações SCIM específicas do fornecedor. - - - AuthnContextClassRef Property Mapping - Mapeamento da propriedade AuthnContextClassRef - - - 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. - Configure como o valor AuthnContextClassRef será criado. Quando deixado em branco, o AuthnContextClassRef será definido com base nos métodos de autenticação que o usuário usou para se autenticar. - - - SSF URL - URL SSF - - - No assigned application - Nenhum aplicativo atribuído - - - Custom CSS - CSS personalizado - - - Custom CSS to apply to pages when this brand is active. - CSS personalizado a ser aplicado às páginas quando esta marca estiver ativa. - - - Default flow background - Plano de fundo padrão do fluxo - - - Default background used during flow execution. Can be overridden per flow. - Plano de fundo padrão usado durante a execução do fluxo. Pode ser substituído por um fluxo específico. - - - Task - Tarefa - - - Webhook Body Mapping - Mapeamento do corpo do webhook - - - Webhook Header Mapping - Mapeamento do cabeçalho do webhook - - - Failed to preview prompt - Falha ao pré-visualizar o prompt + + Attribute which matches the value of Group membership field. + Atributo que corresponde ao valor do campo de associação do grupo. Lookup using user attribute @@ -9348,9 +4860,1421 @@ definido, por exemplo, como minutes=5Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. Campo que contém DNs de grupos dos quais o usuário é membro. Este campo é usado para pesquisar grupos a partir de usuários, por exemplo, 'memberOf'. Para pesquisar grupos aninhados em um ambiente Active Directory, use 'memberOf:1.2.840.113556.1.4.1941:'. - - Initial Permissions - Permissões Iniciais + + Object uniqueness field + Campo de exclusividade do objeto + + + Field which contains a unique Identifier. + Campo que contém um Identificador único. + + + HTTP Basic Auth + Autenticação Básica HTTP + + + Include the client ID and secret as request parameters + Incluir o ID do cliente e o segredo como parâmetros de solicitação + + + Plain + Plain + + + S256 + S256 + + + URL settings + Configurações de URL + + + Authorization URL + URL de Autorização + + + URL the user is redirect to to consent the authorization. + URL para a qual o usuário é redirecionado para consentir a autorização. + + + Access token URL + URL do token de acesso + + + URL used by authentik to retrieve tokens. + URL usada pelo authentik para recuperar tokens. + + + Profile URL + URL do perfil + + + URL used by authentik to get user information. + URL usada pelo authentik para obter informações do usuário. + + + Request token URL + URL do token de solicitação + + + URL used to request the initial token. This URL is only required for OAuth 1. + URL usada para solicitar o token inicial. Esta URL é necessária apenas para OAuth 1. + + + OIDC Well-known URL + URL de configuração conhecida OIDC + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + URL de configuração OIDC well-known. Pode ser usada para configurar automaticamente as URLs acima. + + + OIDC JWKS URL + URL JWKS OIDC + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + URL da Chave Web JSON. As chaves desta URL serão usadas para validar JWTs desta fonte. + + + OIDC JWKS + JWKS OIDC + + + Raw JWKS data. + Dados JWKS brutos. + + + PKCE Method + Método PKCE + + + Configure Proof Key for Code Exchange for this source. + Configurar Proof Key for Code Exchange para esta origem. + + + Authorization code authentication method + Método de autenticação por código de autorização + + + How to perform authentication during an authorization_code token request flow + Como realizar a autenticação durante um fluxo de solicitação de token de código de autorização + + + Consumer key + Chave do consumidor + + + Also known as Client ID. + Também conhecido como ID do Cliente. + + + Consumer secret + Segredo do consumidor + + + Also known as Client Secret. + Também conhecido como Segredo do Cliente. + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + Escopos adicionais a serem passados ao Provedor OAuth, separados por espaço. Para substituir escopos existentes, prefixe com . + + + OAuth Attribute mapping + Mapeamento de Atributo OAuth + + + Load servers + Carregar servidores + + + Re-authenticate with Plex + Reautenticar com Plex + + + Allow friends to authenticate via Plex, even if you don't share any servers + Permitir que amigos se autentiquem via Plex, mesmo que você não compartilhe nenhum servidor. + + + Allowed servers + Servidores permitidos + + + Select which server a user has to be a member of to be allowed to authenticate. + Selecione de qual servidor um usuário deve ser membro para ter permissão para autenticar. + + + Plex Attribute mapping + Mapeamento de Atributo Plex + + + Verify Assertion Signature + Verificar Assertion Signature + + + When enabled, authentik will look for a Signature inside of the Assertion element. + Quando habilitado, Authentik vai procurar uma Signature dentro do elemento Assertion. + + + Verify Response Signature + Verificar Response Signature + + + When enabled, authentik will look for a Signature inside of the Response element. + Quando habilitado, Authentik vai procurar uma Signature dentro do elemento Response. + + + SSO URL + URL SSO + + + URL that the initial Login request is sent to. + URL para onde a solicitação de Login inicial é enviada. + + + SLO URL + URL SLO + + + Optional URL if the IDP supports Single-Logout. + URL opcional se o IDP suportar Single-Logout. + + + Also known as Entity ID. Defaults the Metadata URL. + Também conhecido como Entity ID. Por padrão, é a URL de Metadados. + + + Binding Type + Tipo de ligação + + + Redirect binding + Ligação de redirecionamento + + + Post-auto binding + Ligação de postagem automática + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + Ligação de postagem, mas a solicitação é enviada automaticamente e o usuário não precisa confirmar. + + + Post binding + Ligação de postagem + + + Signing keypair + Par de chaves de assinatura + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + Par de chaves usado para assinar requisições de saída. Deixe vazio para desativar a assinatura. + + + Allow IDP-initiated logins + Permitir logins iniciados por IDP + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + Permite fluxos de autenticação iniciados pelo IdP. Isso pode representar um risco de segurança, pois não é feita a validação do ID da requisição. + + + NameID Policy + Política NameID + + + Delete temporary users after + Excluir usuários temporários após + + + 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. + Deslocamento de tempo para quando usuários temporários devem ser excluídos. Aplica-se apenas se o seu IdP usar o formato NameID ‘transient’ e o usuário não fizer logout manualmente. + + + When selected, encrypted assertions will be decrypted using this keypair. + Quando selecionado, as afirmações criptografadas serão descriptografadas usando este par de chaves. + + + SAML Attribute mapping + Mapeamento de Atributo SAML + + + Pre-authentication flow + Fluxo de pré-autenticação + + + Flow used before authentication. + Fluxo usado antes da autenticação. + + + SCIM Attribute mapping + Mapeamento de Atributo SCIM + + + Bot username + Usuário do bot + + + Bot token + Token do bot + + + Request access to send messages from your bot + Solicitar acesso para enviar mensagens do seu bot + + + Telegram Attribute mapping + Mapeamento de atributos do Telegram + + + New source + Nova fonte + + + Create a new source. + Criar uma nova fonte. + + + Federation and Social login + Federação e login social + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + Fontes de identidades, que podem ser sincronizadas no banco de dados do authentik ou usadas pelos usuários para se autenticarem e se inscreverem. + + + Source(s) + Fonte(s) + + + Disabled + Desabilitado + + + Built-in + Embutido + + + Kerberos Source is in preview. + A Fonte Kerberos está em pré-visualização. + + + Update Kerberos Source + Atualizar Fonte Kerberos + + + Connectivity + Conectividade + + + Global status + Status global + + + Vendor + Fornecedor + + + Update LDAP Source + Atualizar Fonte LDAP + + + OAuth Source + Fonte OAuth + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + Os mapeamentos de grupo só podem ser verificados se um usuário já estiver logado ao + tentar acessar esta fonte. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Os mapeamentos de usuário só podem ser verificados se um usuário já estiver logado ao tentar acessar esta fonte. + + + Generic OpenID Connect + Conexão OpenID Genérica + + + Unknown provider type + Tipo de provedor desconhecido + + + Callback URL + URL de Retorno + + + Access Key + Chave de Acesso + + + Update OAuth Source + Atualizar Fonte OAuth + + + Diagram + Diagrama + + + Policy Bindings + Ligações de Política + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + Essas vinculações controlam quais usuários podem acessar esta fonte. +Você só pode usar políticas aqui, pois o acesso é verificado antes de o usuário ser autenticado. + + + Update Plex Source + Atualizar Fonte Plex + + + Update SAML Source + Atualizar Fonte SAML + + + Update SCIM Source + Atualizar Fonte SCIM + + + SCIM Base URL + URL Base do SCIM + + + Click to copy token + Clique para copiar o token + + + Telegram bot + Bot do Telegram + + + Update Telegram Source + Atualizar Origem do Telegram + + + Successfully updated mapping. + Mapeamento atualizado com sucesso. + + + Successfully created mapping. + Mapeamento criado com sucesso. + + + Unconfigured + Não configurado + + + This option will not be changed by this mapping. + Esta opção não será alterada por este mapeamento. + + + General settings + Configurações gerais + + + Password + Senha + + + RDP settings + Configurações RDP + + + Ignore server certificate + Ignorar certificado do servidor + + + Enable wallpaper + Ativar papel de parede + + + Enable font-smoothing + Ativar suavização de fonte + + + Enable full window dragging + Ativar arrasto de janela em tela cheia + + + SAML Attribute Name + Nome do Atributo SAML + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + Nome do atributo usado para asserções SAML. Pode ser um URN OID, uma referência de esquema ou qualquer outra string. Se este mapeamento de propriedade for usado para o NameID, este campo será ignorado. + + + Friendly Name + Nome Amigável + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + Opcionalmente, defina o valor 'FriendlyName' do atributo Assertion. + + + Scope name + Nome do Escopo + + + Scope which the client can specify to access these properties. + Escopo que o cliente pode especificar para acessar essas propriedades. + + + Description shown to the user when consenting. If left empty, the user won't be informed. + Descrição exibida ao usuário durante o consentimento. Se deixada em branco, o usuário não será informado. + + + Example context data + Dados de contexto de exemplo + + + Active Directory User + Usuário do Active Directory + + + Active Directory Group + Grupo do Active Directory + + + New property mapping + Novo mapeamento de propriedade + + + Create a new property mapping. + Criar um novo mapeamento de propriedade. + + + Property Mappings + Mapeamentos de propriedade + + + Control how authentik exposes and interprets information. + Controla como o authentik expõe e interpreta informações. + + + Property Mapping(s) + Mapeamento(s) de propriedade + + + Test Property Mapping + Testar Mapeamento de Propriedade + + + Hide managed mappings + Ocultar mapeamentos gerenciados + + + Identifier + Identificador + + + Unique identifier the token is referenced by. + Identificador único pelo qual o token é referenciado. + + + Intent + Intenção + + + API Token + Token de API + + + Used to access the API programmatically + Usado para acessar a API programaticamente + + + App password. + Senha do aplicativo. + + + Used to login using a flow executor + Usado para fazer login usando um executor de fluxo + + + Tokens + Tokens + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + Tokens são utilizados pelo authentik para os estágios de validação de Email, Chaves de recuperação e Acesso da API + + + Token(s) + Token(s) + + + Create Token + Criar Token + + + Token is managed by authentik. + O token é gerenciado pelo authentik. + + + Update Token + Atualizar Token + + + Editing is disabled for managed tokens + Edição está desabilitada para tokens gerenciados + + + Successfully updated brand. + Brand atualizada com sucesso. + + + Successfully created brand. + Brand criada com sucesso. + + + Domain + Domínio + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + A correspondência é feita com base no sufixo do domínio, então se você inserir domain.tld, foo.domain.tld ainda corresponderá. + + + Use this brand for each domain that doesn't have a dedicated brand. + Use esta brand para cada domínio que não tem uma brand dedicada. + + + Branding settings + Configurações de branding + + + Title + Título + + + Branding shown in page title and several other places. + Branding mostrado no título da página e outros lugares. + + + Logo + Logo + + + Logo shown in sidebar/header and flow executor. + Logomarca mostrada na barra lateral/header e executor de fluxo. + + + Favicon + Favicon + + + Icon shown in the browser tab. + Ícone mostrado na aba do navegador. + + + Default flow background + Plano de fundo padrão do fluxo + + + Default background used during flow execution. Can be overridden per flow. + Plano de fundo padrão usado durante a execução do fluxo. Pode ser substituído por um fluxo específico. + + + Custom CSS + CSS personalizado + + + Custom CSS to apply to pages when this brand is active. + CSS personalizado a ser aplicado às páginas quando esta marca estiver ativa. + + + External user settings + Configurações de usuário externo + + + Default application + Aplicativo padrão + + + Select an application... + Selecione uma aplicação... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + Quando configurado, os usuários externos serão redirecionados automaticamente para este aplicativo quando não estiverem tentando acessar um aplicativo diferente + + + Default flows + Fluxos padrão + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + Fluxo usado para autenticar usuários. Se deixado vazio, será usado o primeiro fluxo aplicável ordenado pelo slug. + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + Fluxo usado para logout. Se deixado vazio, será usado o primeiro fluxo aplicável ordenado pelo slug. + + + Recovery flow + Fluxo de recuperação + + + Select a recovery flow... + Selecionar um fluxo de recuperação... + + + Unenrollment flow + Fluxo de desinscrição + + + Select an unenrollment flow... + Selecionar um fluxo de descadastramento... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + Se definido, os usuários poderão cancelar sua inscrição usando este fluxo. Se nenhum fluxo for definido, a opção não será exibida. + + + User settings flow + Fluxo de configurações do usuário + + + Select a user settings flow... + Selecionar um fluxo de configurações de usuário... + + + If set, users are able to configure details of their profile. + Se definido, os usuários podem configurar detalhes de seu perfil. + + + Device code flow + Fluxo de código do dispositivo + + + Select a device code flow... + Selecionar um fluxo de código de dispositivo... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + Se definido, o perfil de Código de Dispositivo OAuth pode ser usado, e o fluxo selecionado será usado para inserir o código. + + + Other global settings + Outras configurações globais + + + Web Certificate + Certificado Web + + + Client Certificates + Certificados de Cliente + + + Available Certificates + Certificados Disponíveis + + + Selected Certificates + Certificados Selecionados + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + Defina atributos customizados usando YAML ou JSON. Atributos definidos aqui serão herdados por usuários, se o request for gerido por essa brand. + + + Search by domain or brand name... + Buscar por domínio ou nome de marca... + + + Brands + Brands + + + Configure visual settings and defaults for different domains. + Configure configurações visuais e padrões para diferentes domínios. + + + Brand name + Nome da brand + + + Default? + Padrão? + + + Brand(s) + Brand(s) + + + Update Brand + Atualizar Brand + + + Create Brand + Criar Brand + + + New Brand + Niva Marca + + + Policies + Políticas + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + Permite que os usuários usem Aplicativos com base em propriedades, imponham Critérios de Senha e apliquem Estágios seletivamente. + + + Assigned to object(s). + Atribuído a objeto(s). + + + Warning: Policy is not assigned. + Aviso: A política não está atribuída. + + + Test Policy + Testar Política + + + Policy / Policies + Política / Políticas + + + Successfully cleared policy cache + Cache de política limpo com sucesso + + + Failed to delete policy cache + Falha ao excluir cache de política + + + Clear Policy cache + Limpar cache de política + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + Tem certeza de que deseja limpar o cache de políticas? Isso fará com que todas as políticas sejam reavaliadas na próxima utilização. + + + Reputation scores + Pontuações de reputação + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + Reputação para IPs e identificadores de usuário. A pontuação é reduzida a cada login com falha e aumentada a cada login bem-sucedido. + + + IP + IP + + + Score + Pontuação + + + Updated + Atualizado + + + Reputation + Reputação + + + Search for a group by name… + Pesquisar grupo por nome... + + + Group Search + Busca de Grupo + + + Groups + Grupos + + + Group users together and give them permissions based on the membership. + Agrupe os usuários e conceda-lhes permissões com base na associação. + + + Parent + Pai + + + Superuser privileges? + Privilégios de superusuário? + + + Group(s) + Grupo(s) + + + View details of group "" + Ver detslhes do grupo &quot;&quot; + + + Create Group + Criar Grupo + + + New Group + Novo Grupo + + + Create group + Criar grupo + + + Create and assign a group with the same name as the user. + Criar e atribuir um grupo com o mesmo nome do usuário. + + + Whether the token will expire. Upon expiration, the token will be rotated. + Indica se o token irá expirar. Após a expirado, o token será rotacionado. + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + Use o nome de usuário e a senha abaixo para autenticar. A senha pode ser recuperada posteriormente na página de Tokens. + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + Válido por 360 dias; após isso, a senha será rotacionada automaticamente. Você pode copiar a senha na Lista de Tokens. + + + Are you sure you want to delete ? + + + The following objects use + Os seguintes objetos usam + + + connecting object will be deleted + o objeto de conexão será excluído + + + Successfully updated + + + Failed to update : + Falha ao atualizar : + + + Are you sure you want to update ? + + + Impersonating user... + Impersonando usuário... + + + This may take a few seconds. + Isso pode levar alguns segundos. + + + Reason + Razão + + + Reason for impersonating the user + Razão para impersonar o usuário + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + Uma breve explicação do motivo pelo qual você está impersonando o usuário. Isso será incluído nos logs de auditoria. + + + New Password + Nova Senha + + + Successfully updated password. + Senha atualizada com sucesso. + + + Successfully sent email. + Email enviado com sucesso. + + + Email stage + Estágio de Email + + + Successfully added user(s). + Usuário(s) adicionado(s) com sucesso. + + + Users + Usuários + + + Open user selection dialog + Abrir janela de seleção de usuário + + + Add users + Adicionar usuários + + + Group User Search + Busca de Usuário do Grupo + + + Group Users + Usuários do Grupo + + + User(s) + Usuário(s) + + + Remove Users(s) + Remover Usuário(s) + + + removed + removido + + + Are you sure you want to remove the selected users from the group ? + Tem certeza de que deseja remover os usuários selecionados do grupo ? + + + Impersonate + Personificar + + + Temporarily assume the identity of this user + Assumir temporariamente a identidade deste usuário + + + User status + Status do usuário + + + Inactive + Inativo + + + Regular user + Usuário regular + + + Change status + Mudar status + + + Deactivate + Desativar + + + Activate + Ativar + + + Update password + Atualizar senha + + + Update 's password + Atualizar a senha de + + + Set password + Definir senha + + + Successfully generated recovery link + Link de recuperação gerado com sucesso + + + Copy recovery link + Copiar link de recuperação + + + Send link + Enviar link + + + Send recovery link to user + Enviar link de recuperação para o usuário + + + Email recovery link + Link de recuperação de email + + + Recovery link cannot be emailed, user has no email address saved. + Link de recuperação não pode ser enviado por email, usuário não tem um email salvo. + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + Para permitir que o usuário redefina sua senha diretamente, defina um fluxo de recuperação na brand ativa. + + + Assign Additional Users + Atribuir Usuários Adicionais + + + Warning: This group is configured with superuser access. Added users will have superuser access. + Atenção: este grupo está configurado com acesso de superusuário. Usuários adicionados terão acesso de superusuário. + + + Add existing user + Adicionar usuário existente + + + Add new user + Adicionar novo usuário + + + Create User + Criar Usuário + + + New User + Novo Usuário + + + This user will be added to the group "". + Este usuário será adicionado ao grupo "". + + + New user... + Novo usuário... + + + Create Service Account + Criar Conta de Serviço + + + New Service Account + Nova Conta de Serviço + + + New service account... + Nova conta de serviço... + + + Hide service-accounts + Ocultar contas de serviço + + + Group Info + Informações do Grupo + + + Notes + Anotações + + + Edit the notes attribute of this group to add notes here. + Edite o atributo de notas deste grupo para adicionar notas aqui. + + + Unnamed + Não nomeado + + + Collapse "" + Retrair &quot;&quot; + + + Expand "" + Expandir &quot;&quot; + + + Select "" + Selecionar &quot;&quot; + + + Items of "" + Itens de &quot;&quot; + + + Root + Origem + + + A copy of this recovery link has been placed in your clipboard + Uma cópia do link de recuperação foi adicionada à sua área de transferência + + + Search by username, email, etc... + BuscF por nome de usuário, email, etc... + + + User Search + Busca de usuário + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + Atenção: você está prestes a excluir o usuário com o qual está conectado( +). Prossiga por sua conta e risco. + + + Show deactivated users + Mostrar usuários ativos + + + No name set + Nenhum nome definido + + + Create recovery link + Criar link de recuperação + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + Para permitir que um usuário redefina sua senha diretamente, configure um fluxo de recuperação na marca atualmente ativa. + + + User folders + Pastas de usuário + + + User paths + Caminhos de usuário + + + Successfully added user to group(s). + Usuário adicionado ao(s) grupo(s) com sucesso. + + + Groups to add + Grupos a adicionar + + + Add group + Adicionar grupo + + + Remove from Group(s) + Remover do(s) Grupo(s) + + + Are you sure you want to remove user from the following groups? + Tem certeza de que deseja remover o usuário + dos seguintes grupos? + + + Add Group + Adicionar Grupo + + + Add to existing group + Adicionar a grupo existente + + + Add new group + Adicionar novo grupo + + + Application authorizations + Autorizações de aplicativo + + + Revoked? + Revogado? + + + Expires + Expira + + + ID Token + Token de ID + + + Access Tokens(s) + Token(s) de Acesso + + + Refresh Tokens(s) + Token(s) de atualização + + + Last IP + Último IP + + + Last used + Último uso + + + Session(s) + Sessão(ões) + + + Expiry + Expiração + + + (Current session) + (Sessão atual) + + + Consent(s) + Consentimento(s) + + + Reputation score(s) + Pontuação(s) de reputação + + + Disconnect + Desconectar + + + Successfully disconnected source + Fonte desconectada com sucesso + + + Failed to disconnected source: + Falha ao desconectar a fonte: + + + Connect + Conectar + + + Error: unsupported source settings: + Erro: configurações de fonte não suportadas: + + + "" source + + + No services available. + Nenhum serviço disponível. + + + Source Settings + + + Confirmed + Confirmado + + + Created at + Criado em + + + Last updated at + Última atualização em + + + Last used at + Último uso em + + + Device type cannot be deleted + O tipo de dispositivo não pode ser excluído + + + Device(s) + Dispositivo(s) + + + Email + Email + + + Last password change + Última alteração de senha + + + User Info + Informações do Usuário + + + Lock the user out of this system + Bloquear o usuário deste sistema + + + Allow the user to log in and use this system + Permitir que o usuário faça login e use este sistema + + + Enter a new password for this user + Insira uma nova senha para este usuário + + + Create a link for this user to reset their password + Criar um link para este usuário redefinir sua senha + + + Create Recovery Link + Create Link de Recuperação + + + Sessions + Seções + + + Explicit Consent + Consentimento Explícito + + + OAuth Access Tokens + Tokens de Acesso OAuth + + + OAuth Refresh Tokens + Tokens de atualização OAuth + + + MFA Authenticators + Autenticadores MFA + + + Connected services + Serviços conectados + + + RAC Connections + Conexões RAC + + + Actions over the last week (per 8 hours) + Ações na última semana (por 8 horas) + + + Edit the notes attribute of this user to add notes here. + Edite o atributo de notas deste usuário para adicionar notas aqui. + + + User events + Eventos do usuário + + + Credentials / Tokens + Credenciais / Tokens + + + Successfully updated role. + Função atualizada com sucesso. + + + Successfully created role. + Função criada com sucesso. + + + Manage roles which grant permissions to objects within authentik. + Gerenciar funções que concedem permissões a objetos dentro do authentik. + + + Role(s) + Função(ões) + + + Update Role + Atualizar Função + + + Create Role + Criar Função Unknown Initial Permissions mode @@ -9384,6 +6308,10 @@ definido, por exemplo, como minutes=5Permissions to grant when a new object is created. Permissões a serem concedidas quando um novo objeto é criado. + + Initial Permissions + Permissões Iniciais + Set initial permissions for newly created objects. Definir permissões iniciais para objetos recém-criados. @@ -9396,37 +6324,992 @@ definido, por exemplo, como minutes=5Create Initial Permissions Criar Permissões Iniciais - - Reputation: lower limit - Reputação: limite inferior + + Role Info + Informações da Função - - Reputation cannot decrease lower than this value. Zero or negative. - A reputação não pode diminuir abaixo deste valor. Zero ou negativo. + + Role + Função - - Reputation: upper limit - Reputação: limite superior + + Successfully updated invitation. + Convite atualizado com sucesso. - - Reputation cannot increase higher than this value. Zero or positive. - A reputação não pode aumentar acima deste valor. Zero ou positivo. + + Successfully created invitation. + Convite criado com sucesso. - - HTTP Basic Auth - Autenticação Básica HTTP + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + O nome de um convite deve ser um slug: apenas letras minúsculas, números e o hífen são permitidos aqui. - - Include the client ID and secret as request parameters - Incluir o ID do cliente e o segredo como parâmetros de solicitação + + Flow + Fluxo - - Authorization code authentication method - Método de autenticação por código de autorização + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + Quando selecionado, o convite só poderá ser usado com o fluxo especificado. Por padrão, o convite é aceito em todos os fluxos com etapas de convite. - - How to perform authentication during an authorization_code token request flow - Como realizar a autenticação durante um fluxo de solicitação de token de código de autorização + + Custom attributes + Atributos personalizados + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + Dados opcionais que serão carregados na variável de contexto ‘prompt_data’ do fluxo. Use YAML ou JSON. + + + Single use + Uso único + + + When enabled, the invitation will be deleted after usage. + Quando habilitado, o convite será excluído após o uso. + + + Select an enrollment flow + Selecione um fluxo de inscrição + + + Link to use the invitation. + Link para usar o convite. + + + Invitations + Convites + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + Crie Links de Convite para inscrever Usuários e, opcionalmente, forçar atributos específicos de suas contas. + + + Created by + Criado por + + + Invitation(s) + Convite(s) + + + Invitation not limited to any flow, and can be used with any enrollment flow. + Convite não é limitado a nenhum fluxo, e pode ser utilizado com qualquer fluxo de inscrição. + + + Update Invitation + Atualizar Convite + + + Create Invitation + Criar Convite + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + Atenção: nenhuma etapa de convite está vinculada a qualquer fluxo. Os convites não funcionarão conforme esperado. + + + Pseudolocale (for testing) + Pseudolocalização (para teste) + + + German + Alemão + + + English + Inglês + + + Spanish + Espanhol + + + French + Francês + + + Italian + Italiano + + + Japanese + + + Korean + Coreano + + + Dutch + Holandês + + + Polish + Polonês + + + Russian + Russo + + + Turkish + Turco + + + Taiwanese Mandarin + Mandarim Taiwanês + + + Chinese (simplified) + Chinês (simplificado) + + + Chinese (traditional) + Chinês (tradicional) + + + Not you? + Não é você? + + + Auto-detect (based on your browser) + Detecção automática (com base no seu navegador) + + + Required. + Necessário. + + + Continue + Continuar + + + Failed to preview prompt + Falha ao pré-visualizar o prompt + + + Successfully updated prompt. + Prompt atualizado com sucesso. + + + Successfully created prompt. + Prompt criado com sucesso. + + + Text: Simple Text input + Texto: Entrada de texto simples + + + Text Area: Multiline text input + Área de Texto: Entrada de texto multilinha + + + Text (read-only): Simple Text input, but cannot be edited. + Texto (somente leitura): Entrada de texto simples, mas não pode ser editada. + + + Text Area (read-only): Multiline text input, but cannot be edited. + Área de Texto (somente leitura): Entrada de texto multilinha, mas não pode ser editada. + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + Nome de usuário: Igual à entrada de texto, mas verifica e evita nomes de usuário duplicados. + + + Email: Text field with Email type. + Email: Campo de texto com tipo de Email. + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + Senha: Entrada mascarada, múltiplas entradas deste tipo no mesmo prompt precisam ser idênticas. + + + Number + Número + + + Checkbox + Caixa de seleção + + + Radio Button Group (fixed choice) + Grupo de Botões de Rádio (escolha fixa) + + + Dropdown (fixed choice) + Menu suspenso (escolha fixa) + + + Date + Data + + + Date Time + Data e Hora + + + File + Arquivo + + + Separator: Static Separator Line + Separador: Linha de Separador Estática + + + Hidden: Hidden field, can be used to insert data into form. + Oculto: Campo oculto, pode ser usado para inserir dados no formulário. + + + Static: Static value, displayed as-is. + Estático: Valor estático, exibido como está. + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: Localidade: Exibe uma lista de localidades suportadas pelo authentik. + + + Preview errors + Erros de pré-visualização + + + Data preview + Pré-visualização de dados + + + Unique name of this field, used for selecting fields in prompt stages. + Nome único deste campo, usado para selecionar campos em estágios de prompt. + + + Field Key + Chave do Campo + + + Name of the form field, also used to store the value. + Nome do campo do formulário, também usado para armazenar o valor. + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + Quando usado em conjunto com um estágio de Gravação de Usuário, use attributes.foo para gravar atributos. + + + Label + Rótulo + + + Label shown next to/above the prompt. + Rótulo exibido ao lado/acima do prompt. + + + Interpret placeholder as expression + Interpretar espaço reservado como expressão + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + Quando marcado, o placeholder será avaliado da mesma forma que um mapeamento de propriedade. +Se a avaliação falhar, o próprio placeholder será retornado. + + + Placeholder + Espaço Reservado + + + 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. + Opcionalmente, forneça uma dica curta que descreva o valor de entrada esperado. +Ao criar um campo de escolha fixa, habilite a interpretação como expressão e retorne uma +lista para fornecer várias opções. + + + Interpret initial value as expression + Interpretar valor inicial como expressão + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + Quando marcado, o valor inicial será avaliado da mesma forma que um mapeamento de propriedade. +Se a avaliação falhar, o próprio valor inicial será retornado. + + + Initial value + Valor inicial + + + 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. + Opcionalmente, pré-preencha a entrada com um valor inicial. +Ao criar um campo de escolha fixa, habilite a interpretação como expressão e +retorne uma lista para fornecer várias opções padrão. + + + Help text + Texto de ajuda + + + Any HTML can be used. + Qualquer HTML pode ser usado. + + + Prompts + Prompts + + + Single Prompts that can be used for Prompt Stages. + Prompts únicos que podem ser usados para Estágios de Prompt. + + + Field + Campo + + + Stages + Estágios + + + Prompt(s) + Prompt(s) + + + Update Prompt + Atualizar Prompt + + + Create Prompt + Criar Prompt + + + Successfully updated stage. + Estágio atualizado com sucesso. + + + Successfully created stage. + Estágio criado com sucesso. + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Estágio usado para configurar um autenticador baseado em duo. Este estágio deve ser usado para fluxos de configuração. + + + Authenticator type name + Nome do tipo de autenticador + + + Display name of this authenticator, used by users when they enroll an authenticator. + Nome exibido deste autenticador, usado pelos usuários ao se inscreverem em um autenticador. + + + API Hostname + Nome do host da API + + + Duo Auth API + API de Autenticação Duo + + + Integration key + Chave de integração + + + Secret key + Chave secreta + + + Duo Admin API (optional) + API de Administração Duo (opcional) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + Ao usar um plano Duo MFA, Access ou Beyond, é possível criar uma aplicação Admin API. Isso permitirá que o authentik importe dispositivos automaticamente. + + + Stage-specific settings + Configurações específicas do estágio + + + Configuration flow + Fluxo de configuração + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + Fluxo usado por um usuário autenticado para configurar este estágio. Se vazio, o usuário não poderá configurar este estágio. + + + SMTP Host + Host SMTP + + + SMTP Port + Porta SMTP + + + SMTP Username + Usuário SMTP + + + SMTP Password + Senha SMTP + + + Use TLS + Usar TLS + + + Use SSL + Usar SSL + + + From address + Endereço de origem + + + Email address the verification email will be sent from. + Endereço de e-mail de onde o e-mail de verificação será enviado. + + + Stage used to configure an email-based authenticator. + Etapa usada para configurar um autenticador baseado em e-mail. + + + Use global connection settings + Usar configurações de conexão globais + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + Quando habilitado, as configurações de conexão de e-mail globais serão usadas e as configurações de conexão abaixo serão ignoradas. + + + Subject of the verification email. + Assunto do e-mail de verificação. + + + Token expiration + Expiração do token + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + Tempo em que o token enviado é válido (Formato: horas=3,minutos=17,segundos=300). + + + Template + Modelo + + + Loading templates... + Carregando modelos... + + + Template used for the verification email. + Modelo usado para o e-mail de verificação. + + + Twilio Account SID + SID da Conta Twilio + + + Get this value from https://console.twilio.com + Obtenha este valor em https://console.twilio.com + + + Twilio Auth Token + Token de Autenticação Twilio + + + Authentication Type + Tipo de Autenticação + + + Basic Auth + Autenticação Básica + + + Bearer Token + Token de Acesso + + + External API URL + URL da API Externa + + + This is the full endpoint to send POST requests to. + Este é o endpoint completo para enviar solicitações POST. + + + API Auth Username + Nome de Usuário da API + + + This is the username to be used with basic auth or the token when used with bearer token + Este é o nome de usuário a ser usado com autenticação básica ou o token quando usado com token de acesso + + + API Auth password + Senha da API + + + This is the password to be used with basic auth + Esta é a senha a ser usada com autenticação básica + + + Stage used to configure an SMS-based TOTP authenticator. + Estágio usado para configurar um autenticador TOTP baseado em SMS. + + + Twilio + Twilio + + + Generic + Genérico + + + From number + De número + + + Number the SMS will be sent from. + Número de onde o SMS será enviado. + + + Mapping + Mapeamento + + + Modify the payload sent to the provider. + Modificar a carga útil enviada ao provedor. + + + Hash phone number + Hash do número de telefone + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + Se ativado, apenas um hash do número de telefone será salvo. Isso pode ser feito por razões de proteção de dados. Dispositivos criados a partir de um estágio com isso ativado não podem ser usados com o estágio de validação do autenticador. + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + Estágio usado para configurar um autenticador estático (ou seja, tokens estáticos). Este estágio deve ser usado para fluxos de configuração. + + + Token count + Contagem de tokens + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + O número de tokens gerados sempre que esta etapa é usada. Cada token gerado por execução de etapa será vinculado a um único dispositivo estático. + + + Token length + Comprimento do token + + + The length of the individual generated tokens. Can be increased to improve security. + O comprimento dos tokens gerados individualmente. Pode ser aumentado para melhorar a segurança. + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + Estágio usado para configurar um autenticador TOTP (ou seja, Authy/Google Authenticator). + + + Digits + Dígitos + + + 6 digits, widely compatible + 6 dígitos, amplamente compatível + + + 8 digits, not compatible with apps like Google Authenticator + 8 dígitos, não compatível com aplicativos como Google Authenticator + + + Static Tokens + Tokens Estáticos + + + TOTP Authenticators + Autenticadores TOTP + + + WebAuthn Authenticators + Autenticadores WebAuthn + + + Duo Authenticators + Autenticadores Duo + + + SMS-based Authenticators + Autenticadores baseados em SMS + + + Email-based Authenticators + Autenticadores baseados em e-mail + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + Estágio usado para validar qualquer autenticador. Este estágio deve ser usado durante fluxos de autenticação ou autorização. + + + Device classes + Classes de dispositivo + + + Device classes which can be used to authenticate. + Classes de dispositivo que podem ser usadas para autenticar. + + + Last validation threshold + Último limite de validação + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + Se o usuário tiver se autenticado com sucesso em um dispositivo nas classes listadas acima dentro desta duração configurada, esta etapa será ignorada. + + + Not configured action + Ação não configurada + + + Force the user to configure an authenticator + Forçar o usuário a configurar um autenticador + + + Deny the user access + Negar o acesso ao usuário + + + Configuration stages + Etapas de configuração + + + Available Stages + Etapas Disponíveis + + + Selected Stages + Etapas Selecionadas + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + Etapas usadas para configurar o autenticador quando o usuário não possui dispositivos compatíveis. Após essa etapa de configuração ser concluída, o usuário não será solicitado novamente. + + + When multiple stages are selected, the user can choose which one they want to enroll. + Quando várias etapas são selecionadas, o usuário pode escolher qual delas deseja se inscrever. + + + WebAuthn-specific settings + Configurações específicas do WebAuthn + + + WebAuthn User verification + Verificação de usuário WebAuthn + + + User verification must occur. + A verificação do usuário deve ocorrer. + + + User verification is preferred if available, but not required. + A verificação do usuário é preferida, se disponível, mas não é obrigatória. + + + User verification should not occur. + A verificação do usuário não deve ocorrer. + + + WebAuthn Device type restrictions + Restrições de tipo de dispositivo WebAuthn + + + Available Device types + Tipos de dispositivo disponíveis + + + Selected Device types + Tipos de dispositivo selecionados + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + Opcionalmente restrinja quais tipos de dispositivos WebAuthn podem ser usados. Quando nenhum tipo de dispositivo é selecionado, todos os dispositivos são permitidos. + + + This restriction only applies to devices created in authentik 2024.4 or later. + Essa restrição se aplica apenas a dispositivos criados no authentik 2024.4 ou posterior. + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + Etapa usada para configurar um autenticador WebAuthn (ex.: Yubikey, FaceID/Windows Hello). + + + User verification + Verificação do usuário + + + Required: User verification must occur. + Obrigatório: Deve ocorrer verificação do usuário. + + + Preferred: User verification is preferred if available, but not required. + Preferido: A verificação do usuário é preferida se disponível, mas não obrigatória. + + + Discouraged: User verification should not occur. + Desaconselhado: A verificação do usuário não deve ocorrer. + + + Resident key requirement + Requisito de chave residente + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + Obrigatório: O autenticador DEVE criar uma credencial dedicada. Se não puder, o RP está preparado para que ocorra um erro + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + Preferido: O autenticador pode criar e armazenar uma credencial dedicada, mas se não criar, tudo bem também + + + Discouraged: The authenticator should not create a dedicated credential + Desaconselhado: O autenticador não deve criar uma credencial dedicada + + + Authenticator Attachment + Anexação do autenticador + + + No preference is sent + Nenhuma preferência é enviada + + + A non-removable authenticator, like TouchID or Windows Hello + Um autenticador não removível, como TouchID ou Windows Hello + + + A "roaming" authenticator, like a YubiKey + Um autenticador "itinerante", como um YubiKey + + + Maximum registration attempts + Máximo de tentativas de registro + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + Máximo de tentativas de registro permitidas. Quando definido como 0, as tentativas não são limitadas. + + + Device type restrictions + Restrições de tipo de dispositivo + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + Esta etapa verifica a sessão atual do usuário em relação ao serviço Google reCaptcha (ou compatível). + + + Public Key + Chave Pública + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Chave pública, adquirida de https://www.google.com/recaptcha/intro/v3.html. + + + Private Key + Chave Privada + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Chave privada, adquirida de https://www.google.com/recaptcha/intro/v3.html. + + + Interactive + Interativo + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + Ative esta opção se o captcha configurado exigir interação do usuário. Necessário para reCAPTCHA v2, hCaptcha e Cloudflare Turnstile. + + + Score minimum threshold + Limite mínimo de pontuação + + + Minimum required score to allow continuing + Pontuação mínima necessária para permitir a continuação + + + Score maximum threshold + Limite máximo de pontuação + + + Maximum allowed score to allow continuing + Pontuação máxima permitida para permitir a continuação + + + Error on invalid score + Erro na pontuação inválida + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + Quando ativado e a pontuação resultante estiver fora do limite, o usuário não poderá continuar. Quando desativado, o usuário poderá continuar e a pontuação pode ser usada em políticas para personalizar etapas adicionais. + + + JS URL + URL do JS + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + URL do arquivo JavaScript, por padrão será o recaptcha. Pode ser substituído por qualquer alternativa compatível. + + + API URL + URL da API + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + URL usada para validar a resposta do captcha, por padrão será o recaptcha. Pode ser substituída por qualquer alternativa compatível. + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + Solicitar o consentimento do usuário. O consentimento pode ser permanente ou expirar em um período de tempo definido. + + + Always require consent + Sempre exigir consentimento + + + Consent given lasts indefinitely + O consentimento dado dura indefinidamente + + + Consent expires + O consentimento expira + + + Consent expires in + O consentimento expira em + + + Offset after which consent expires. + Deslocamento após o qual o consentimento expira. + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + Negar o fluxo estaticamente. Para usar esta etapa de forma eficaz, desative *Avaliar quando o fluxo é planejado* na vinculação respectiva. + + + Deny message + Mensagem de negação + + + Message shown when this stage is run. + Mensagem exibida quando este estágio é executado. + + + Dummy stage used for testing. Shows a simple continue button and always passes. + Etapa fictícia usada para testes. Mostra um botão de continuar simples e sempre passa. + + + Throw error? + Lançar erro? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + Verifica o email do usuário enviando-lhe um link de uso único. Também pode ser utilizado na recuperação para verificar a autenticidade do usuário. + + + Activate pending user on success + Ativar usuário pendente em caso de sucesso + + + When a user returns from the email successfully, their account will be activated. + Quando um usuário retornar do email com sucesso, sua conta será ativada. + + + Use global settings + Usar configurações globais + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + Quando ativado, as configurações globais de conexão de email serão usadas e as configurações de conexão abaixo serão ignoradas. + + + Time the token sent is valid. + Tempo em que o token enviado é válido. + + + Account Recovery Max Attempts + Máximas Tentativas de Recuperação de Conta + + + Account Recovery Cache Timeout + Tempo Limite de Cache de Recuperação de Conta + + + The time window used to count recent account recovery attempts. + A janela de tempo usada para contar as tentativas recentes de recuperação de conta. + + + A selection is required + Uma seleção é necessária + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + Permitir que o usuário se identifique com seu nome de usuário ou endereço de email. + + + User fields + Campos do usuário + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + Campos que um usuário pode usar para se identificar. Se nenhum campo for selecionado, o usuário só poderá usar fontes. + + + Password stage + Etapa de senha + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + Quando selecionado, um campo de senha é exibido na mesma página em vez de uma página separada. Isso evita ataques de enumeração de nomes de usuário. + + + Captcha stage + Etapa de Captcha + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + Quando definido, adiciona funcionalidade exatamente como uma etapa de Captcha, mas incorporada na etapa de Identificação. + + + Case insensitive matching + Correspondência sem distinção entre maiúsculas e minúsculas + + + When enabled, user fields are matched regardless of their casing. + Quando ativado, os campos do usuário são correspondidos independentemente de sua capitalização. + + + Pretend user exists + Simular que o usuário existe + + + When enabled, the stage will always accept the given user identifier and continue. + Quando ativado, o estágio sempre aceitará o identificador de usuário fornecido e continuará. + + + Show matched user + Mostrar usuário correspondente + + + 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. + Quando um nome de usuário/email válido foi inserido e esta opção está ativada, o nome de usuário e o avatar do usuário serão exibidos. Caso contrário, o texto que o usuário inseriu será exibido. Enable "Remember me on this device" @@ -9436,37 +7319,53 @@ definido, por exemplo, como minutes=5When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. Quando ativado, o usuário pode salvar seu nome de usuário em um cookie, permitindo que ele pule diretamente para a entrada de sua senha. - - Remember me on this device - Lembrar de mim neste dispositivo + + Source settings + Configurações de fonte - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - Garantir que a nova senha do usuário seja diferente de suas senhas anteriores. O número de senhas anteriores a serem verificadas é configurável. + + Sources + Fontes - - Number of previous passwords to check - Número de senhas anteriores a serem verificadas + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + Selecione as fontes que devem ser exibidas para os usuários se autenticarem. Isso afeta apenas fontes baseadas na web, não LDAP. - - Choose a Provider - Escolher um Provedor + + Show sources' labels + Mostrar rótulos das fontes - - When enabled, the SAML response will be signed. - Quando ativado, a resposta SAML será assinada. + + By default, only icons are shown for sources. Enable this to show their full names. + Por padrão, apenas ícones são exibidos para as fontes. Ative isso para mostrar seus nomes completos. - - Client Certificates - Certificados de Cliente + + Passwordless flow + Fluxo sem senha - - Available Certificates - Certificados Disponíveis + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + Fluxo opcional sem senha, que está vinculado na parte inferior da página. Quando configurado, os usuários podem usar esse fluxo para se autenticar com um autenticador WebAuthn, sem inserir nenhum detalhe. - - Selected Certificates - Certificados Selecionados + + Optional enrollment flow, which is linked at the bottom of the page. + Fluxo de inscrição opcional, que é vinculado no fim da página. + + + Optional recovery flow, which is linked at the bottom of the page. + Fluxo de recuperação opcional, que tem um link no final da página. + + + This stage can be included in enrollment flows to accept invitations. + Esse estágio pofe ser incluído em fluxos de inscrição para aveitar convites. + + + Continue flow without invitation + Continuar fluxo sem convite + + + 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. + Se esta flag estiver definida, este estágio pulará para o próximo estágio quando nenhum convite for dado. Por padrão, este estágio cancelará o fluxo quando nenhum convite for dado. Client-certificate/mTLS authentication/enrollment. @@ -9500,6 +7399,10 @@ definido, por exemplo, como minutes=5Certificate attribute Atributo do certificado + + Common Name + Nome Comum + Configure the attribute of the certificate used to look for a user. Configure o atributo do certificado usado para procurar um usuário. @@ -9512,61 +7415,779 @@ definido, por exemplo, como minutes=5Configure the attribute of the user used to look for a user. Configure o atributo do usuário usado para procurar um usuário. - - Delete Not Found Objects - Excluir Objetos Não Encontrados + + User database + standard password + Banco de dados de usuários + senha padrão - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - Excluir usuários e grupos authentik que foram fornecidos anteriormente por esta fonte, mas agora estão ausentes. + + User database + app passwords + Banco de dados de usuários + senhas de aplicativo - - Field which contains members of a group. The value of this field is matched against User membership attribute. - Campo que contém membros de um grupo. O valor deste campo é comparado com o atributo de associação do usuário. + + User database + LDAP password + Banco de dados de usuários + senha LDAP - - User membership attribute - Atributo de associação do usuário + + User database + Kerberos password + Banco de dados de usuário + senha Kerberos - - Attribute which matches the value of Group membership field. - Atributo que corresponde ao valor do campo de associação do grupo. + + Validate the user's password against the selected backend(s). + Validar a senha do usuário em relação ao(s) backend(s) selecionado(s). - - Additional User DN - DN do Usuário Adicional + + Backends + Backends - - Additional Group DN - DN do Grupo Adicional + + Selection of backends to test the password against. + Seleção de backends para testar a senha. - - The currently selected policy engine mode is : - O modo de mecanismo de política atualmente selecionado é : + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - Import Existing Certificate-Key Pair - Importar Par de Chaves-Certificado Existente + + Failed attempts before cancel + Falhas antes do cancelamento - - Generate New Certificate-Key Pair - Gerar Novo Par de Chaves-Certificado + + 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. + Quantas tentativas um usuário tem antes que o fluxo seja cancelado. Para bloquear o usuário, use uma política de reputação e um estágio de user_write. - - Show field content - Mostrar conteúdo do campo + + Provide users with a 'show password' button. + Fornecer aos usuários um botão 'mostrar senha'. - - Hide field content - Ocultar conteúdo do campo + + ("", of type ) + ("", do tipo ) - - Re-authenticate with Plex - Reautenticar com Plex + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + Mostrar campos de input arbitrários para o usuário, por exemplo durante a inscrição. Dados são salvos no contexto do fluxo na variável 'prompt_data'. - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - O nome de um convite deve ser um slug: apenas letras minúsculas, números e o hífen são permitidos aqui. + + Fields + Campos + + + Available Fields + Campos Disponíveis + + + Selected Fields + Campos Selecionados + + + Validation Policies + Políticas de Validação + + + Available Policies + Políticas Disponíveis + + + Selected Policies + Políticas Selecionadas + + + Selected policies are executed when the stage is submitted to validate the data. + As políticas selecionadas são executadas quando o estágio é enviado para validar os dados. + + + Redirect the user to another flow, potentially with all gathered context + Redirecionar o usuário para outro fluxo, potencialmente com todo o contexto reunido + + + Static + Estático + + + Target URL + URL de Destino + + + Redirect the user to a static URL. + Redirecionar o usuário para uma URL estática. + + + Target Flow + Fluxo de Destino + + + Redirect the user to a Flow. + Redirecionar o usuário para um fluxo. + + + Keep flow context + Manter contexto do fluxo + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + Injete uma Fonte OAuth ou SAML na execução do fluxo. Isso permite uma verificação adicional do usuário ou o acesso dinâmico a diferentes fontes para diferentes identificadores de usuário (nome de usuário, endereço de e-mail, etc). + + + Source + Fonte + + + Resume timeout + Retomar tempo limite + + + Amount of time a user can take to return from the source to continue the flow. + Quantidade de tempo que um usuário pode levar para retornar da fonte e continuar o fluxo. + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + Excluir o usuário pendente atualmente. CUIDADO, este estágio não pede confirmação. Use um estágio de consentimento para garantir que o usuário esteja ciente de suas ações. + + + Log the currently pending user in. + Conecte o usuário pendente atualmente. + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + Determina quanto tempo uma sessão dura. O padrão de 0 segundos significa que a sessão dura até que o navegador seja fechado. + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + Diferentes navegadores lidam com cookies de sessão de maneira diferente e podem não removê-los mesmo quando o navegador é fechado. + + + See here. + Veja aqui. + + + Stay signed in offset + Deslocamento de permanência conectado + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + Se definido para uma duração acima de 0, o usuário terá a opção de escolher "permanecer conectado", o que estenderá sua sessão pelo tempo especificado aqui. + + + Remember device + Lembrar dispositivo + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + Se definido como uma duração acima de 0, um cookie será armazenado pela duração especificada, o que permitirá que o authentik saiba se o usuário está fazendo login a partir de um novo dispositivo. + + + Network binding + Vinculação de rede + + + No binding + Sem vinculação + + + Bind ASN + Vincular ASN + + + Bind ASN and Network + Vincular ASN e Rede + + + Bind ASN, Network and IP + Vincular ASN, Rede e IP + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + Configure se as sessões criadas por este estágio devem ser vinculadas às Redes em que foram criadas. + + + GeoIP binding + Vinculação GeoIP + + + Bind Continent + Vincular Continente + + + Bind Continent and Country + Vincular Continente e País + + + Bind Continent, Country and City + Vincular Continente, País e Cidade + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + Configure se as sessões criadas por este estágio devem ser vinculadas à sua localização baseada em GeoIP + + + Terminate other sessions + Terminar outras sessões + + + When enabled, all previous sessions of the user will be terminated. + Quando ativado, todas as sessões anteriores do usuário serão encerradas. + + + Remove the user from the current session. + Remova o usuário da sessão atual. + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + Escreva qualquer dado do 'prompt_data' do contexto do fluxo para o usuário pendente atualmente. Se nenhum usuário estiver pendente, um novo usuário será criado e os dados serão escritos para ele. + + + Never create users + Nunca criar usuários + + + When no user is present in the flow context, the stage will fail. + Quando nenhum usuário estiver presente no contexto do fluxo, o estágio falhará. + + + Create users when required + Criar usuários quando necessário + + + When no user is present in the the flow context, a new user is created. + Quando nenhum usuário estiver presente no contexto do fluxo, um novo usuário será criado. + + + Always create new users + Sempre criar novos usuários + + + Create a new user even if a user is in the flow context. + Criar um novo usuário mesmo que um usuário esteja no contexto do fluxo. + + + Create users as inactive + Criar usuários como inativos + + + Mark newly created users as inactive. + Marcar usuários recém-criados como inativos. + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + Usuários internos podem ser usuários como funcionários da empresa, que terão acesso ao conjunto completo de recursos corporativos. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + Usuários externos podem ser consultores externos ou clientes B2C. Esses usuários não têm acesso aos recursos corporativos. + + + Service accounts should be used for machine-to-machine authentication or other automations. + Contas de serviço devem ser usadas para autenticação máquina-a-máquina ou outras automações. + + + User type used for newly created users. + Tipo de usuário usado para usuários recém-criados. + + + User path template + Modelo de caminho do usuário + + + Path new users will be created under. If left blank, the default path will be used. + Caminho sob o qual novos usuários serão criados. Se deixado em branco, o caminho padrão será usado. + + + Newly created users are added to this group, if a group is selected. + Usuários recém-criados são adicionados a este grupo, se um grupo for selecionado. + + + Target + Alvo + + + Stage + Estágio + + + Evaluate when flow is planned + Avaliar quando o fluxo está planejado + + + Evaluate policies during the Flow planning process. + Avaliar políticas durante o processo de planejamento do fluxo. + + + Evaluate when stage is run + Avaliar quando o estágio é executado + + + Evaluate policies before the Stage is presented to the user. + Avaliar políticas antes que a Etapa seja apresentada ao usuário. + + + Invalid response behavior + Comportamento de resposta inválido + + + Returns the error message and a similar challenge to the executor + Retorna a mensagem de erro e um desafio semelhante ao executor + + + Restarts the flow from the beginning + Reinicia o fluxo do início + + + Restarts the flow from the beginning, while keeping the flow context + Reinicia o fluxo do início, mantendo o contexto do fluxo + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + Configurar como o executor de fluxo deve lidar com uma resposta inválida a um desafio dado por este estágio vinculado. + + + New stage + Nova etapa + + + Create a new stage. + Criar uma nova etapa. + + + Successfully imported device. + Dispositivo importado com sucesso. + + + The user in authentik this device will be assigned to. + O usuário no authentik a este dispositivo será atribuído. + + + Duo User ID + ID do usuário Duo + + + The user ID in Duo, can be found in the URL after clicking on a user. + O ID do usuário no Duo pode ser encontrado na URL após clicar em um usuário. + + + Automatic import + Importação automática + + + Successfully imported devices. + Dispositivos importados com sucesso. + + + Start automatic import + Iniciar importação automática + + + Or manually import + Ou importar manualmente + + + Endpoint Google Chrome Device Trust is in preview. + O endpoint Google Chrome Device Trust está em pré-visualização. + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + Etapa usada para verificar os navegadores dos usuários usando o Google Chrome Device Trust. Esta etapa pode ser usada em fluxos de autenticação/autorização. + + + Google Verified Access API + API de Acesso Verificado do Google + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + As etapas são etapas únicas de um fluxo pelo qual um usuário é guiado. Uma etapa só pode ser executada de dentro de um fluxo. + + + Flows + Fluxos + + + Stage(s) + Etapa(s) + + + Import + Importar + + + Import Duo device + Importar dispositivo Duo + + + Import devices + Importar dispositivos + + + Successfully updated flow. + Fluxo atualizado com sucesso. + + + Successfully created flow. + Fluxo criado com sucesso. + + + Shown as the Title in Flow pages. + Exibido como o Título nas páginas de Fluxo. + + + Visible in the URL. + Visível na URL. + + + Designation + Designação + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + Decide para que este Fluxo é usado. Por exemplo, o fluxo de Autenticação é redirecionado quando um usuário não autenticado visita o authentik. + + + No requirement + Sem requisito + + + Require authentication + Requer autenticação + + + Require no authentication + Não requerer autenticação + + + Require superuser + Requerer superusuário + + + Require being redirected from another flow + Requerer redirecionamento de outro fluxo + + + Require Outpost (flow can only be executed from an outpost) + Requerer Outpost (o fluxo só pode ser executado a partir de um outpost) + + + Required authentication level for this flow. + Nível de autenticação necessário para este fluxo. + + + Behavior settings + Configurações de comportamento + + + Compatibility mode + Modo de compatibilidade + + + Increases compatibility with password managers and mobile devices. + Aumenta a compatibilidade com gerenciadores de senhas e dispositivos móveis. + + + Denied action + Ação negada + + + Will follow the ?next parameter if set, otherwise show a message + Seguirá o parâmetro ?next se definido, caso contrário, mostrará uma mensagem + + + Will either follow the ?next parameter or redirect to the default interface + Seguirá o parâmetro ?next se definido ou redirecionará para a interface padrão + + + Will notify the user the flow isn't applicable + Notificará o usuário de que o fluxo não é aplicável + + + Decides the response when a policy denies access to this flow for a user. + Decide a resposta quando uma política nega acesso a este fluxo para um usuário. + + + Appearance settings + Configurações de aparência + + + Layout + Layout + + + Background + Fundo + + + Background shown during execution. + Fundo mostrado durante a execução. + + + Clear background + Limpar fundo + + + Delete currently set background image. + Excluir imagem de fundo atualmente definida. + + + Successfully imported flow. + Fluxo importado com sucesso. + + + .yaml files, which can be found in the Example Flows documentation + Arquivos .yaml, que podem ser encontrados na documentação "Example Flows" + + + See more here: + Veja mais aqui: + + + Documentation + Documentação + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + Os fluxos descrevem uma cadeia de estágios para autenticar, inscrever ou recuperar um usuário. Os estágios são escolhidos com base nas políticas aplicadas a eles. + + + Flow(s) + Fluxo(s) + + + Update Flow + Atualizar Fluxo + + + Execute "" + Executar "" + + + Execute + Executar + + + Export "" + Exportar "" + + + Export + Exportar + + + Create Flow + Criar Fluxo + + + Import Flow + Importar Fluxo + + + Successfully cleared flow cache + Cache de fluxo limpo com sucesso + + + Failed to delete flow cache + Falha ao excluir o cache de fluxo + + + Clear Flow cache + Limpar cache de fluxo + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + Tem certeza de que deseja limpar o cache de fluxo? + Isso fará com que todos os fluxos sejam reavaliados em seu próximo uso. + + + Stage binding(s) + Vinculação de estágio(s) + + + Stage type + Tipo de estágio + + + Edit Stage + Editar Estágio + + + Update Stage binding + Atualizar Vinculação de Estágio + + + These bindings control if this stage will be applied to the flow. + Essas vinculações controlam se este estágio será aplicado ao fluxo. + + + No Stages bound + Nenhum Estágio vinculado + + + No stages are currently bound to this flow. + Nenhum estágio está atualmente vinculado a este fluxo. + + + Create and bind Stage + Criar e vincular Etapa + + + Create Stage binding + Criar Vinculação de Estágio + + + Bind existing stage + Vincular estágio existente + + + Flow Overview + Visão Geral do Fluxo + + + Flow Info + Info do fluxo + + + Related actions + Ações relacionadas + + + Execute flow + Executar fluxo + + + Execute "" normally + Executar &quot;&quot; normalmente + + + Normal + Normal + + + Execute "" as current user + Executar &quot;&quot; como o usuário atual + + + Current user + Usuário atual + + + Execute "" with inspector + Executar &quot;&quot; com inspecionador + + + Use inspector + Usar inspecionador + + + Export flow + Exportar fluxo + + + Stage Bindings + Vinculações de Estágio + + + These bindings control which users can access this flow. + Essas vinculações controlam quais usuários podem acessar este fluxo. + + + Event Log + Registro de Eventos + + + Brand + Brand + + + Show details + Mostrar detalhes + + + Event info + Informações do Evento + + + Created + Criado + + + Raw event info + Informações brutas do evento + + + Event + Evento + + + Successfully updated transport. + Transporte atualizado com sucesso. + + + Successfully created transport. + Transporte criado com sucesso. + + + Send once + Enviar uma vez + + + Only send notification once, for example when sending a webhook into a chat channel. + Enviar notificação apenas uma vez, por exemplo, ao enviar um webhook para um canal de chat. + + + Local (notifications will be created within authentik) + Local (as notificações serão criadas dentro do authentik) + + + Webhook (generic) + Webhook (genérico) + + + Webhook (Slack/Discord) + Webhook (Slack/Discord) + + + Webhook URL + URL do Webhook + + + Webhook Body Mapping + Mapeamento do corpo do webhook + + + Webhook Header Mapping + Mapeamento do cabeçalho do webhook + + + Email Subject Prefix + Prefixo do Assunto do E-mail + + + Email Template + Modelo de E-mail + + + Notification Transports + Transportes de Notificação + + + Define how notifications are sent to users, like Email or Webhook. + Defina como as notificações são enviadas aos usuários, como Email ou Webhook. + + + Notification transport(s) + Transportes de notificação + + + Update Notification Transport + Atualizar Transporte de Notificação + + + Create Notification Transport + Criar Transporte de Notificação + + + Successfully updated rule. + Regra atualizada com sucesso. + + + Successfully created rule. + Regra criada com sucesso. Select the group of users which the alerts are sent to. @@ -9584,273 +8205,544 @@ definido, por exemplo, como minutes=5When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. Quando ativado, a notificação será enviada ao usuário que acionou o evento, além de quaisquer usuários no grupo acima. O usuário do evento será sempre o primeiro usuário; para enviar uma notificação apenas ao usuário do evento, ative 'Enviar uma vez' no transporte de notificação. - - Maximum registration attempts - Máximo de tentativas de registro + + Transports + Transportes + + + Available Transports + Transportes Disponíveis + + + Selected Transports + Transportes Selecionados + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + Selecione quais transportes devem ser usados para notificar o usuário. Se nenhum for selecionado, a notificação será exibida apenas na interface do authentik. + + + Severity + Severidade + + + Notification Rules + Regras de Notificação + + + Send notifications whenever a specific Event is created and matched by policies. + Enviar notificações sempre que um Evento específico for criado e correspondido por políticas. + + + Sent to group + Enviado para o grupo + + + Notification rule(s) + Regras de notificação + + + Update Notification Rule + Atualizar Regra de Notificação + + + Create Notification Rule + Criar Regra de Notificação + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + Essas vinculações controlam em quais eventos esta regra é acionada. +As vinculações a grupos/usuários são verificadas em relação ao usuário do evento. - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - Máximo de tentativas de registro permitidas. Quando definido como 0, as tentativas não são limitadas. + + Outpost Deployment Info + Informações de Implantação do Outpost - - This application does currently not have any application entitlements defined. - Este aplicativo atualmente não possui direitos de aplicativo definidos. + + View deployment documentation + Ver documentação de implantação - - Authenticated as - Autenticado como + + If your authentik Instance is using a self-signed certificate, set this value. + Se sua instância do authentik estiver usando um certificado autoassinado, defina este valor. - - Remember device - Lembrar dispositivo + + If your authentik_host setting does not match the URL you want to login with, add this setting. + Se a configuração do authentik_host não corresponder à URL com a qual você deseja fazer login, adicione esta configuração. - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - Se definido como uma duração acima de 0, um cookie será armazenado pela duração especificada, o que permitirá que o authentik saiba se o usuário está fazendo login a partir de um novo dispositivo. + + Successfully updated outpost. + Outpost atualizado com sucesso. - - Element inside the form slot is not a Form - O elemento dentro do slot do formulário não é um Formulário + + Successfully created outpost. + Outpost criado com sucesso. - - New Password - Nova Senha + + LDAP + LDAP - - Update 's password - Atualizar a senha de + + Radius + Raio - - Modify the payload sent to the provider. - Modificar a carga útil enviada ao provedor. + + RAC + RAC - - Dismiss - Dispensar + + Integration + Integração - - Status messages - Mensagens de status + + Selecting an integration enables the management of the outpost by authentik. + Selecionar uma integração permite o gerenciamento do outpost pelo authentik. - - Select an invalidation flow... - Selecione um fluxo de invalidação... + + See documentation + Ver documentação - - Open about dialog - Abrir diálogo sobre + + Available Applications + Aplicações Disponíveis + + + Selected Applications + Aplicações Selecionadas + + + Configuration + Configuração + + + (build ) + (build ) + + + (FIPS) + (FIPS) + + + Last seen + Última vez visto + + + , should be + , deve ser + + + Not available + Não disponível + + + Last seen: () + Última visualização: () + + + Outposts + Outposts + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Outposts são implantações de componentes do authentik para suportar diferentes ambientes e protocolos, como proxies reversos. + + + Health and Version + Saúde e Versão + + + Warning: authentik Domain is not configured, authentication will not work. + Aviso: o domínio do authentik não está configurado, a autenticação não funcionará. - - Product name - Nome do produto + + Logging in via . + Fazendo login via . - - Product version - Versão do produto + + No integration active + Nenhuma integração ativa - - Global navigation - Navegação global + + Update Outpost + Atualizar Outpost - - Collapse - Recolher + + View Deployment Info + Ver Informações de Implantação - - Expand - Expandir + + Detailed health (one instance per column, data is cached so may be out of date) + Saúde detalhada (uma instância por coluna, os dados são armazenados em cache e podem estar desatualizados) - - navigation - Navegação + + Outpost(s) + Outpost(s) - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - Ao usar um plano Duo MFA, Access ou Beyond, é possível criar uma aplicação Admin API. Isso permitirá que o authentik importe dispositivos automaticamente. + + Create Outpost + Criar Outpost - - Skip to content - Ir para o conteúdo + + Successfully updated integration. + Integração atualizada com sucesso. - - Kerberos Source - Fonte Kerberos + + Successfully created integration. + Integração criada com sucesso. - - Successfully updated schedule. - Agendamento atualizado com sucesso. + + Local + Local - - Crontab - Crontab + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + Se ativado, use a conexão local. Requer integração com Docker socket/Kubernetes. - - Paused - Pausado + + Docker URL + URL do Docker - - Pause this schedule - Pausar este agendamento + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + Pode estar no formato unix:// ao conectar a um daemon docker local +ssh:// para conectar via SSH ou https://:2376 para conexão a um sistema remoto. - - Waiting to run - Aguardando para executar + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + CA contra a qual o Certificado do endpoint é verificado. Pode ser deixado em branco para não validação. - - Running - Executando + + TLS Authentication Certificate/SSH Keypair + Certificado de Autenticação TLS/Par de Chaves SSH - - Queue - Fila + + Certificate/Key used for authentication. Can be left empty for no authentication. + Certificado/Chave usada para autenticação. Pode ser deixado em branco para não autenticação. - - Last updated - Última atualização + + When connecting via SSH, this keypair is used for authentication. + Ao conectar via SSH, este par de chaves é usado para autenticação. - - Show only standalone tasks - Mostrar apenas tarefas independentes + + Kubeconfig + Kubeconfig - - Exclude successful tasks - Excluir tarefas bem-sucedidas + + Verify Kubernetes API SSL Certificate + Verificar Certificado SSL da API do Kubernetes - - Retry task - Tentar novamente a tarefa + + New outpost integration + Nova integração de outpost - - Schedule - Agendar + + Create a new outpost integration. + Criar uma nova integração de outpost. - - Next run - Próxima execução + + Outpost integrations + Integrações de Outpost - - Last status - Último status + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + As integrações de Outpost definem como o authentik se conecta a plataformas externas para gerenciar e implantar outposts. - - Show only standalone schedules - Mostrar apenas agendamentos independentes + + State + Estado - - Run scheduled task now - Executar tarefa agendada agora + + Unhealthy + Não saudável - - Update Schedule - Atualizar Agendamento + + Outpost integration(s) + Integração(ões) de outpost - - Schedules - Agendamentos + + Successfully generated certificate-key pair. + Par de chaves de certificado gerado com sucesso. - - Tasks - Tarefas + + Subject-alt name + Nome alternativo do assunto - - Current status - Status atual + + Optional, comma-separated SubjectAlt Names. + Nome(s) alternativo(s) do assunto (opcional, separado por vírgulas). - - Sync is currently running. - A sincronização está em execução. + + Validity days + Dias de validade - - Sync is not currently running. - A sincronização não está em execução. + + Private key Algorithm + Algoritmo da chave privada - - Last successful sync - Última sincronização bem-sucedida + + RSA + RSA - - No successful sync found. - Nenhuma sincronização bem-sucedida encontrada. + + ECDSA + ECDSA - - Last sync status - Último status de sincronização + + Algorithm used to generate the private key. + Algoritmo usado para gerar a chave privada. - - Current execution logs - Logs de execução atuais + + Successfully updated certificate-key pair. + Par de chaves de certificado atualizado com sucesso. - - Previous executions logs - Logs de execuções anteriores + + Successfully created certificate-key pair. + Par de chaves de certificado criado com sucesso. - - Home - Início + + PEM-encoded Certificate data. + Dados do Certificado codificados em PEM. - - Collapse navigation - Colapsar navegação + + Optional Private Key. If this is set, you can use this keypair for encryption. + Chave Privada Opcional. Se isso estiver definido, você pode usar este par de chaves para criptografia. - - Expand navigation - Expandir navegação + + Certificate-Key Pairs + Par de Chaves de Certificado - - Search - Pesquisar + + Import certificates of external providers or create certificates to sign requests with. + Importar certificados de provedores externos ou criar certificados para assinar solicitações. - - Table content - Conteúdo da tabela + + Private key available? + Chave privada disponível? - - Learn more about the enterprise license. - Saiba mais sobre a licença empresarial. + + Certificate-Key Pair(s) + Par de Chaves de Certificado(s) - - Search for providers… - Pesquisar provedores... + + Managed by authentik + Gerenciado pelo authentik - - Default NameID Policy - Política de NameID Padrão - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - Configure a Política de NameID padrão usada por logins iniciados pelo IDP e quando uma asserção recebida não especifica uma Política de NameID (também se aplica ao usar um mapeamento de NameID personalizado). - - - Application name - Nome do aplicativo - - - The name displayed in the application library. - O nome exibido na biblioteca de aplicativos. - - - e.g. Collaboration, Communication, Internal, etc. - ex. Colaboração, Comunicação, Interno, etc. - - - Failed to fetch application "". - Falha ao buscar o aplicativo "". - - - Account Recovery Max Attempts - Máximas Tentativas de Recuperação de Conta - - - Account Recovery Cache Timeout - Tempo Limite de Cache de Recuperação de Conta - - - The time window used to count recent account recovery attempts. - A janela de tempo usada para contar as tentativas recentes de recuperação de conta. - - - None - Nenhum + + Managed by authentik (Discovered) + Gerenciado pelo authentik (Descoberto) + + + Yes () + + + Update Certificate-Key Pair + Atualizar Par de Chaves de Certificado + + + Certificate Fingerprint (SHA1) + Impressão Digital do Certificado (SHA1) + + + Certificate Fingerprint (SHA256) + Impressão Digital do Certificado (SHA256) + + + Certificate Subject + Assunto do Certificado + + + Download Certificate + Baixar Certificado + + + Download Private key + Baixar Chave Privada + + + Import Existing Certificate-Key Pair + Importar Par de Chaves-Certificado Existente + + + Generate + Gerar + + + Generate New Certificate-Key Pair + Gerar Novo Par de Chaves-Certificado + + + Link Title + Título do Link + + + Successfully updated settings. + Configurações atualizadas com sucesso. + + + Avatars + Avatares + + + Configure how authentik should show avatars for users. The following values can be set: + Configure como o authentik deve mostrar avatares para os usuários. Os seguintes valores podem ser definidos: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + Desabilita avatares por usuário e mostra apenas uma imagem transparente de 1x1 pixel + + + Uses gravatar with the user's email address + Usa gravatar com o endereço de e-mail do usuário + + + Generated avatars based on the user's name + Avatares gerados com base no nome do usuário + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + Qualquer URL: Se você quiser usar imagens hospedadas em outro servidor, você pode definir qualquer URL. Adicionalmente, esses espaços reservados podem ser usados: + + + The user's username + O nome de usuário do usuário + + + The email address, md5 hashed + O endereço de e-mail, hash md5 + + + The user's UPN, if set (otherwise an empty string) + O UPN do usuário, se definido (caso contrário, uma string vazia) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + Um caminho de atributo como + attributes.something.avata , que pode ser usado em +combinação com o campo de arquivo para permitir que usuários enviem avatares personalizados. + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + Vários valores podem ser definidos, separados por vírgula. O authentik tentará usar o próximo modo quando não encontrar um avatar. + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + Por exemplo, definir como gravatar,initials fará +com que o sistema tente obter um avatar do Gravatar e, caso o usuário não +tenha um configurado lá, usará um avatar gerado automaticamente. + + + Allow users to change name + Permitir que os usuários mudem o nome + + + Enable the ability for users to change their name. + Ativar a capacidade dos usuários de mudar seu nome. + + + Allow users to change email + Permitir que os usuários mudem o e-mail + + + Enable the ability for users to change their email. + Ativar a capacidade dos usuários de mudar seu e-mail. + + + Allow users to change username + Permitir que os usuários mudem o nome de usuário + + + Enable the ability for users to change their username. + Ativar a capacidade dos usuários de mudar seu nome de usuário. + + + Event retention + Retenção de eventos + + + Duration after which events will be deleted from the database. + Duração após a qual os eventos serão excluídos do banco de dados. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + Ao usar uma solução externa de registro para arquivamento, este valor pode ser +definido, por exemplo, como minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + Esta configuração afeta apenas novos Eventos, pois a expiração é salva por evento. + + + Reputation: lower limit + Reputação: limite inferior + + + Reputation cannot decrease lower than this value. Zero or negative. + A reputação não pode diminuir abaixo deste valor. Zero ou negativo. + + + Reputation: upper limit + Reputação: limite superior + + + Reputation cannot increase higher than this value. Zero or positive. + A reputação não pode aumentar acima deste valor. Zero ou positivo. + + + Footer links + Links do rodapé + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + Esta opção configura os links do rodapé nas páginas do executor de fluxo. A URL é limitada a endereços web e de e-mail. Se o nome for deixado em branco, a URL será exibida. + + + GDPR compliance + Conformidade com GDPR + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + Quando ativado, todos os eventos causados por um usuário serão deletados quando o usuário for deletado. + + + Impersonation + Impersonação + + + Globally enable/disable impersonation. + Ativar/desativar a impersonação globalmente. + + + Require reason for impersonation + Requerer razão para impersonação + + + Require administrators to provide a reason for impersonating a user. + Requerer que os administradores forneçam uma razão para impersonar um usuário. + + + Default token duration + Duração padrão do token + + + Default duration for generated tokens + Duração padrão para tokens gerados + + + Default token length + Comprimento padrão do token + + + Default length of generated tokens + Comprimento padrão dos tokens gerados Flags @@ -9860,229 +8752,33 @@ definido, por exemplo, como minutes=5Modify flags to opt into new authentik behaviours early. Modifique as flags para optar por novos comportamentos do authentik mais cedo. - - Loading templates... - Carregando modelos... + + Save + Salvar - - Template used for the verification email. - Modelo usado para o e-mail de verificação. + + System settings + Configurações do sistema - - Email Subject Prefix - Prefixo do Assunto do E-mail + + Successfully updated instance. + Instância atualizada com sucesso. - - Email Template - Modelo de E-mail + + Successfully created instance. + Instância criada com sucesso. - - An unknown error occurred - Ocorreu um erro desconhecido + + Disabled blueprints are never applied. + Blueprints desativados nunca são aplicados. - - Please check the browser console for more details. - Por favor, verifique o console do navegador para mais detalhes. + + Local path + Caminho local - - There was an error submitting the form. - Ocorreu um erro ao enviar o formulário. - - - This field is required. - Este campo é obrigatório. - - - Query suggestions - Sugestões de consulta - - - Table Search - Pesquisa em Tabela - - - An error occurred while updating the provider. - Ocorreu um erro ao atualizar o provedor. - - - An error occurred while creating the provider. - Ocorreu um erro ao criar o provedor. - - - Impersonating user... - Impersonando usuário... - - - This may take a few seconds. - Isso pode levar alguns segundos. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - Uma breve explicação do motivo pelo qual você está impersonando o usuário. Isso será incluído nos logs de auditoria. - - - Device Code - Código do Dispositivo - - - Wizard steps - Etapas do Assistente - - - Wizard navigation - Navegação do Assistente - - - Close wizard - Fechar assistente - - - Wizard content - Conteúdo do Assistente - - - Select a provider type - Selecione um tipo de provedor - - - New Provider - Novo Provedor - - - Open the wizard to create a new provider. - Abrir o assistente para criar um novo provedor. - - - Hostname/IP to connect to. Optionally specify the port. - Nome do Host/IP para conectar. Opcionalmente, especifique a porta. - - - table pagination - Paginação da tabela - - - Sort by "" - Classificar por "" - - - Select "" row - Selecionar linha "" - - - Collapse row - Recolher linha - - - Expand row - Expandir linha - - - actions - Ações de - - - Select all rows on page ( of selected) - Selecionar todas as linhas na página ( de selecionadas) - - - table - Tabela de - - - Column actions - Ações da coluna - - - Assigned to role - Atribuído a função - - - Assigned to user - Atribuído a usuário - - - Row Actions - Ações da Linha - - - Select a flow... - Selecionar um fluxo... - - - Search ... - Pesquisar ... - - - Provider name... - Nome do provedor... - - - Provider Name - Nome do Provedor - - - Select a certificate... - Selecionar um certificado... - - - Select an authorization flow... - Selecionar um fluxo de autorização... - - - Select a signing key... - Selecionar uma chave de assinatura... - - - Select an encryption key... - Selecionar uma chave de criptografia... - - - Select an authentication flow... - Selecionar um fluxo de autenticação... - - - Provider Search - Pesquisar Provedor - - - Provider not assigned to any application. - Provedor não atribuído a nenhum aplicativo. - - - Edit "" provider - Editar provedor "" - - - Applications Documentation - Documentação de Aplicações - - - Application icon for "" - Ícone da aplicação para "" - - - Edit "" - Editar "" - - - Execute "" - Executar "" - - - Export "" - Exportar "" - - - Edit device - Editar dispositivo - - - Update "" Permissions - Atualizar Permissões de "" - - - Open "" permissions modal - Abrir modal de permissões de "" + + OCI Registry + Registro OCI OCI URL @@ -10102,6 +8798,38 @@ por exemplo: oci://registry.domain.tld/path OCI Support Suporte OCI + + Blueprint + Blueprint + + + Configure the blueprint context, used for templating. + Configurar o contexto do blueprint, usado para modelagem. + + + Orphaned + Orfão + + + Blueprints + Blueprints + + + Automate and template configuration within authentik. + Automatizar e modelar a configuração dentro do authentik. + + + Last applied + Última aplicação + + + Blueprint(s) + Blueprint(s) + + + Update Blueprint + Atualizar Blueprint + Edit "" blueprint Editar "" blueprint @@ -10110,222 +8838,280 @@ por exemplo: oci://registry.domain.tld/path Apply "" blueprint Aplicar "" blueprint - - Welcome, - Bem-vindo, + + Apply + Aplicar - - Welcome - Bem-vindo + + Create Blueprint Instance + Criar Instância de Blueprint - - Loading application... - Carregando aplicativo... + + Successfully updated license. + Licença atualizada com sucesso. - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - Certificado usado para EAP-TLS. Requer estágio de TLS mútuo no fluxo de autenticação. + + Successfully created license. + Licença criada com sucesso. - - Token to authenticate with. - Token para autenticar-se. + + Install ID + ID de instalação - - OAuth Source - Fonte OAuth + + License key + Chave da licença - - Specify OAuth source used for authentication. - Especifique a fonte OAuth usada para autenticação. + + Expired + Expirado - - OAuth Parameters - Parâmetros OAuth + + Expiring soon + Expirando em breve - - Additional OAuth parameters, such as grant_type. - Parâmetros OAuth adicionais, como grant_type. + + Unlicensed + Sem licença - - Authentication Mode - Modo de Autenticação + + Read Only + Apenas leitura - - Authenticate SCIM requests using a static token. - Autenticar solicitações SCIM usando um token estático. + + Valid + Válido - - OAuth - OAuth + + Current license status + Status atual da licença - - Authenticate SCIM requests using OAuth. - Autenticar solicitações SCIM usando OAuth. + + Overall license status + Status geral da licença - - Salesforce - Salesforce + + Internal user usage + Uso de usuário interno - - Altered behavior for usage with Salesforce. - Comportamento alterado para uso com o Salesforce. + + % + % - - Query input - Entrada da consulta + + External user usage + Uso de usuário externo - - Last refreshed - Lista atualizada + + Licenses + Licenças - - Refresh Token threshold - Limite do Refresh Token + + Manage enterprise licenses + Gerenciar licenças corporativas - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - Ao renovar um refresh token, se o vencimento do token existente estiver dentro desse limite, o refresh token será renovado. Defina seconds=0 para sempre renovar o refresh token. + + No licenses found. + Nenhuma licença encontrada. - - Company employees with access to the full enterprise feature set. - Funcionários da empresa com acesso ao conjunto completo de recursos enterprise. + + License(s) + Licença(s) - - External consultants or B2C customers without access to enterprise features. - Consultores externos ou clientes B2C sem acesso aos recursos enterprise. + + Forecast internal users + Previsão de usuários internos - - Machine-to-machine authentication or other automations. - Autenticação de máquina para máquina ou outras automações. + + Estimated user count one year from now based on current internal users and forecasted internal users. + Número estimado de usuários daqui a um ano com base nos usuários internos atuais e nos usuários internos projetados. - - Type a username for the user... - Digite um nome de usuário para o usuário... + + Approximately + Aproximadamente - - The user's primary identifier used for authentication. 150 characters or fewer. - O identificador principal do usuário usado para autenticação. 150 caracteres ou menos. + + Forecast external users + Previsão de usuários externos - - Display Name - Nome de Exibição + + Estimated user count one year from now based on current external users and forecasted external users. + Número estimado de usuários daqui a um ano com base nos usuários externos atuais e nos usuários externos projetados. - - Type an optional display name... - Digite um nome de exibição opcional + + Cumulative license expiry + Expiração cumulativa da licença - - Managed by authentik and cannot be assigned manually. - Gerenciado pelo Authentik e não pode ser atribuído manualmente. + + No expiry + Sem expiração - - Email Address - Endereço de Email + + Internal: + Interno: - - Type an optional email address... - Digite um endereço de email opcional... + + External: + Externo: - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - Indica se este usuário está ativo e autorizado a autenticar. Definir como inativo pode ser usado para desativar temporariamente um usuário sem excluir sua conta. + + Update License + Atualizar licença - - Type a path for the user... - Digite um caminho para o usuário... + + Your Install ID + Seu ID de instalação - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - Caminhos oodem ser utilizados para organizar usuários em pastas dependendo de qual origem criou eles ou da estrutura organizacional. + + Go to Customer Portal + Ir para o Portal do Cliente - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - Os caminhos não podem começar ou terminar com uma barra, mas podem conter qualquer outro caractere como segmentos de caminho. Atualmente, os caminhos são usados apenas para organização e não afetam permissões, associações a grupos ou qualquer outra configuração. + + Learn more + Saiba mais - - Open "" - Abrir &quot;&quot; + + Install + Instalar - - Verify Assertion Signature - Verificar Assertion Signature + + Install License + Instalar licença - - When enabled, authentik will look for a Signature inside of the Assertion element. - Quando habilitado, Authentik vai procurar uma Signature dentro do elemento Assertion. + + Release + Versão - - Verify Response Signature - Verificar Response Signature + + Development + Desenvolvimento - - When enabled, authentik will look for a Signature inside of the Response element. - Quando habilitado, Authentik vai procurar uma Signature dentro do elemento Response. + + UI Version + Versão da UI - - Logo shown in sidebar/header and flow executor. - Logomarca mostrada na barra lateral/header e executor de fluxo. + + Build + Build - - Select an application... - Selecione uma aplicação... + + Python version + Versão do Python - - Select a recovery flow... - Selecionar um fluxo de recuperação... + + Platform + Plataforma - - Select an unenrollment flow... - Selecionar um fluxo de descadastramento... + + Kernel + Kernel - - Select a user settings flow... - Selecionar um fluxo de configurações de usuário... + + OpenSSL + OpenSSL - - Select a device code flow... - Selecionar um fluxo de código de dispositivo... + + Enterprise + Corporativo - - Search by domain or brand name... - Buscar por domínio ou nome de marca... + + Collapse + Recolher - - New Brand - Niva Marca + + Expand + Expandir - - Create and assign a group with the same name as the user. - Criar e atribuir um grupo com o mesmo nome do usuário. + + navigation + Navegação - - Whether the token will expire. Upon expiration, the token will be rotated. - Indica se o token irá expirar. Após a expirado, o token será rotacionado. + + Dashboards + Painéis - - Unnamed - Não nomeado + + Endpoint Devices - - Collapse "" - Retrair &quot;&quot; + + Device groups - - Expand "" - Expandir &quot;&quot; + + Logs + Logs - - Select "" - Selecionar &quot;&quot; + + Customization + Personalização - - Items of "" - Itens de &quot;&quot; + + Flows and Stages + Fluxos e Etapas + + + Directory + Diretório + + + Tokens and App passwords + Tokens e senhas do aplicativo + + + System + Sistema + + + Certificates + Certificados + + + Outpost Integrations + Integrações de Outpost + + + Warning: The current user count has exceeded the configured licenses. + Aviso: A contagem atual de usuários excedeu as licenças configuradas. + + + Warning: One or more license(s) have expired. + Aviso: Uma ou mais licença(s) expiraram. + + + Warning: One or more license(s) will expire within the next 2 weeks. + Aviso: Uma ou mais licença(s) expirarão nas próximas 2 semanas. + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + Aviso: Esta instância do authentik entrou no modo somente leitura devido a licenças expiradas/excedidas. + + + Click here for more info. + Clique aqui para mais informações. + + + This authentik instance uses a Trial license. + Esta instância do authentik usa uma licença de avaliação. + + + This authentik instance uses a Non-production license. + Esta instância do authentik usa uma licença de não produção. + + + A newer version () of the UI is available. + Uma versão mais recente () da UI está disponível. API drawer Painel da API + + API Requests + Solicitações de API + + + Open API Browser + Abrir Navegador de API + Close API drawer Fechad painel da API @@ -10338,61 +9124,97 @@ por exemplo: oci://registry.domain.tld/path Mark as read Marcar como lido + + Successfully cleared notifications + Notificações limpas com sucesso + + + No notifications found. + Nenhuma notificação encontrada. + + + You don't have any notifications currently. + Você não tem nenhuma notificação atualmente. + Notification drawer Painel de notificações - - Search by username, email, etc... - BuscF por nome de usuário, email, etc... + + Notifications + Notificações - - User Search - Busca de usuário + + unread + não lidas - - Show deactivated users - Mostrar usuários ativos + + Clear all + Limpar tudo - - New User - Novo Usuário + + Open about dialog + Abrir diálogo sobre - - Create Service Account - Criar Conta de Serviço + + Product name + Nome do produto - - New Service Account - Nova Conta de Serviço + + Product version + Versão do produto - - User paths - Caminhos de usuário + + Version + Versão - - Bot username - Usuário do bot + + Global navigation + Navegação global - - Bot token - Token do bot + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn requer que esta página seja acessada via HTTPS. - - Request access to send messages from your bot - Solicitar acesso para enviar mensagens do seu bot + + WebAuthn not supported by browser. + WebAuthn não é suportado pelo navegador. - - Telegram Attribute mapping - Mapeamento de atributos do Telegram + + API request failed + A solicitação de API falhou - - Telegram bot - Bot do Telegram + + Site links + Links do site - - Update Telegram Source - Atualizar Origem do Telegram + + Powered by authentik + Desenvolvido por authentik + + + Authenticating with Apple... + Autenticando com Apple... + + + Retry + Tentar novamente + + + Authenticating with Plex... + Autenticando com Plex... + + + Waiting for authentication... + Aguardando autenticação... + + + If no Plex popup opens, click the button below. + Se nenhuma janela pop-up do Plex abrir, clique no botão abaixo. + + + Open login + Abrir login Authenticating with Telegram... @@ -10402,166 +9224,6 @@ por exemplo: oci://registry.domain.tld/path Click the button below to start. Clique no botão abaixo para iniciar. - - System Status - Status do Sistema - - - Chart - Gráfico - - - Event volume chart - Gráfico de volume de eventos - - - Synchronization status chart - Gráfico de status de sincronização - - - Outpost status chart - Gráfico de status de Outpost - - - Form actions - Ações do formulário - - - Submit action - Ação de envio - - - Cancel action - Açao de cancelamento - - - Search for users by username or display name... - Pesquisar usuários por nome de usuário ou nome de exibição... - - - Search Users - Pesquisar Usuários - - - Select Users - Selecionar Usuários - - - Select users - Selecionar usuários - - - Confirm - Confirmar - - - Type a group name... - Digite um nome de grupo - - - Group Name - Nome de Grupo - - - Superuser Privileges - Privilégios de Superusuário - - - Whether users added to this group will have superuser privileges. - Indica se os usuários adicionados a este grupo terão privilégios de superusuário. - - - Select an optional parent group... - Selecionar um grupo pai opcional... - - - Search for a group by name… - Pesquisar grupo por nome... - - - Group Search - Busca de Grupo - - - View details of group "" - Ver detslhes do grupo &quot;&quot; - - - New Group - Novo Grupo - - - Open user selection dialog - Abrir janela de seleção de usuário - - - Group User Search - Busca de Usuário do Grupo - - - Group Users - Usuários do Grupo - - - Assign Additional Users - Atribuir Usuários Adicionais - - - Add new user - Adicionar novo usuário - - - New user... - Novo usuário... - - - New service account... - Nova conta de serviço... - - - Execute "" normally - Executar &quot;&quot; normalmente - - - Execute "" as current user - Executar &quot;&quot; como o usuário atual - - - Current user - Usuário atual - - - Execute "" with inspector - Executar &quot;&quot; com inspecionador - - - Use inspector - Usar inspecionador - - - A code has been sent to your address: - Um código foi enviado para seu email: - - - A code has been sent to your email address. - Um código foi enviado para seu endereço de email. - - - A one-time use code has been sent to you via SMS text message. - Um código de uso único foi enviado a você via mensagem SMS. - - - Open your authenticator app to retrieve a one-time use code. - Abra seu aplicativo de autenticação para obter um código de uso único. - - - Policy actions - Ações da política - - - Site links - Links do site - User information Informações do usuário @@ -10574,10 +9236,171 @@ por exemplo: oci://registry.domain.tld/path User avatar Avatar do usuário + + Something went wrong! Please try again later. + Algo deu errado! Por favor, tente novamente mais tarde. + + + Request ID + ID da solicitação + + + You may close this page now. + Você pode fechar esta página agora. + + + You're about to be redirect to the following URL. + Você está prestes a ser redirecionado para a seguinte URL. + + + Follow redirect + Seguir redirecionamento + + + Flow inspector + Inspecionador de fluxo + + + Close flow inspector + Fechar inspecionador de fluxo + + + Next stage + Próxima etapa + + + Stage name + Nome da etapa + + + Stage kind + Tipo de etapa + + + Stage object + Objeto da etapa + + + This flow is completed. + Este fluxo está completo. + + + Plan history + Histórico do plano + + + Current plan context + Contexto do plano atual + + + Session ID + ID da sessão + + + Flow inspector loading + Inspecionador de fluxo carregando + + + Request has been denied. + A solicitação foi negada. + + + Show password + Mostrar senha + + + Hide password + Esconder senha + + + Please enter your password + Por favor, insira sua senha + + + Caps Lock is enabled. + Caps Lock está ativado. + CAPTCHA challenge Desafio de CAPTCHA + + Verifying... + Verificando... + + + Remember me on this device + Lembrar de mim neste dispositivo + + + Continue with + + + Need an account? + Precisa de uma conta? + + + Sign up. + Registre-se. + + + Forgot username or password? + Esqueceu seu usuário ou senha? + + + Additional actions + + + Select one of the options below to continue. + Selecione uma das opções abaixo para continuar. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + Digite o e-mail associado à sua conta e enviaremos um link para redefinir sua senha. + + + Or + Ou + + + Login to continue to . + Faça login para continuar para . + + + Use a security key + Usar uma chave de segurança + + + Login sources + + + Forgot password? + Esqueceu sua senha? + + + Application requires following permissions: + O aplicativo requer as seguintes permissões: + + + Application already has access to the following permissions: + O aplicativo já tem acesso às seguintes permissões: + + + Application requires following new permissions: + O aplicativo requer as seguintes novas permissões: + + + Stage name: + Nome da etapa: + + + Check your Inbox for a verification email. + Procure na sua Caixa de Entrada um e-mail de verificação. + + + Send Email again. + Enviar Email novamente. + QR-Code to setup a time-based one-time password QR-Code para configurar uma senha de uso único baseada em tempo @@ -10586,10 +9409,18 @@ por exemplo: oci://registry.domain.tld/path Copy time-based one-time password configuration Copiar configuração de senha de uso único baseada em tempo + + Successfully copied TOTP Config. + Configuração TOTP copiada com sucesso. + Copy TOTP Config Copiar configuração TOTP + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Por favor, escaneie o código QR acima usando o Microsoft Authenticator, Google Authenticator ou outros aplicativos de autenticação em seu dispositivo e insira o código que o dispositivo exibe abaixo para concluir a configuração do dispositivo MFA. + Time-based one-time password Senha de uso único baseada em tempo @@ -10606,14 +9437,134 @@ por exemplo: oci://registry.domain.tld/path Type your time-based one-time password code. Digite seu código de senha de uso único baseada em tempo. + + Duo activation QR code + Código QR de ativação do Duo + + + Alternatively, if your current device has Duo installed, click on this link: + Alternativamente, se o seu dispositivo atual tiver o Duo instalado, clique neste link: + + + Duo activation + Ativação do Duo + + + Check status + Verificar status + + + Make sure to keep these tokens in a safe place. + Certifique-se de manter esses tokens em um lugar seguro. + + + Configure your email + Configure seu e-mail + + + Please enter your email address. + Por favor, insira seu endereço de e-mail. + + + Code + Código + + + Please enter the code you received via email + Por favor, insira o código que você recebeu por e-mail + + + Phone number + Número de telefone + + + Please enter your Phone number. + Por favor, insira seu número de telefone. + + + Please enter the code you received via SMS + Por favor, insira o código que você recebeu por SMS + + + Select another authentication method + Selecionar outro método de autenticação + + + Authentication code + Código de autenticação + + + Static token + Token estático + Type an authentication code... Digite um código de autenticação... + + Sending Duo push notification... + Enviando notificação push do Duo... + + + Failed to authenticate + Falha ao autenticar + + + Authentication failed. Please try again. + Falha na autenticação. Por favor, tente novamente. + + + Authenticating... + Autenticando... + + + Retry authentication + Tentar novamente a autenticação + + + Duo push-notifications + Notificações push do Duo + + + Receive a push notification on your device. + Receber uma notificação push em seu dispositivo. + + + Authenticator + Autenticador + + + Use a security key to prove your identity. + Use uma chave de segurança para provar sua identidade. + + + Traditional authenticator + Autenticador tradicional + + + Use a code-based authenticator. + Use um autenticador baseado em código. + + + Recovery keys + Chaves de recuperação + In case you lose access to your primary authenticators. Caso você perca acesso ao seu método de autenticação principal. + + SMS + SMS + + + Tokens sent via SMS. + Tokens enviados via SMS. + + + Tokens sent via email. + Tokens enviados por e-mail. + Unknown device Dispositivo desconhecido @@ -10634,156 +9585,41 @@ por exemplo: oci://registry.domain.tld/path Select a configuration stage Selecione um estágio de configuração - - Close flow inspector - Fechar inspecionador de fluxo + + Stay signed in? + Permitir que eu permaneça conectado? - - Flow inspector loading - Inspecionador de fluxo carregando + + Select Yes to reduce the number of times you're asked to sign in. + Selecione Sim para reduzir o número de vezes que você é solicitado a entrar. - - Authentication form - Formulário de autenticação + + Device Code + Código do Dispositivo - - Site footer - Footer do site + + Please enter your code + Por favor, insira seu código - - Consumed - Consumido + + You've successfully authenticated your device. + Você autenticou seu dispositivo com sucesso. - - Pre-processing - Pré processamento + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + Você saiu de . Você pode voltar para a visão geral para iniciar outro aplicativo ou sair da sua conta authentik. - - Post-processing - Pós processamento + + Go back to overview + Voltar para a visão geral - - Running tasks - Tarefas em andamento + + Log out of + Sair de - - Queued tasks - Tarefas enfileiradas - - - Successful tasks - Tarefas bem-sucedidas - - - Error tasks - Tarefas com erro - - - Approximately - Aproximadamente - - - No expiry - Sem expiração - - - Retries - Tentativas - - - Planned execution time - Tempo de execução planejado - - - Open flow inspector - Abrir inspecionador de fluxo - - - Available applications - Aplicações disponíveis - - - Application search - Busca por aplicação - - - Search for an application by name... - Busque uma aplicação por nome... - - - Back-channel - Back-channel - - - Server-to-server logout notifications - Notificações de logout servidor-a-servidor - - - Front-channel - Front-channel - - - Browser iframe logout notifications - Notificações de logout de iframe de navegador - - - Logout URI - URI de logout - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - URI para enviar notificações de logoout quando usuários realizam logout. Obrigatório para a funcionalidade OpenID Connect Logout. - - - Logout Method - Método de Logout - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - O método de logout determina como o URI de logout é chamado — back-channel (servidor-a-servidor) ou front-channel (iframe do navegador). - - - Sign logout requests - Assinar solicitações de logout - - - When enabled, SAML logout requests will be signed. - Quando habilitado, solicitações de logout SAML serão assinadas. - - - Front-channel (Iframe) - Front-channel (iframe) - - - Front-channel (Native) - Front-channel (Nativo) - - - Back-channel (POST) - Back-channel (POST) - - - SLS Binding - Vínculo SLS - - - Determines how authentik sends the logout response back to the Service Provider. - Determina como Authentik envia a resposta de logout de volta ao Service Provider. - - - Method to use for logout when SLS URL is configured. - Método de logout a ser usado quando o URL SLS é configurado. - - - SLS URL - URL SLS - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - Service Logout URL opcional usado para enviar respostas de logout. Se não for definido, nenhuma resposta de logout será enviada. - - - + + Log back into + Entrar novamente em SAML Provider @@ -10813,47 +9649,213 @@ por exemplo: oci://registry.domain.tld/path Single Logout Logout Único - - The user's display name. - O nome de exibição do usuário. + + Open flow inspector + Abrir inspecionador de fluxo + + + Authentication form + Formulário de autenticação + + + Error creating credential: + Erro ao criar credencial: + + + Server validation of credential failed: + Falha na validação do servidor da credencial: + + + Failed to register. Please try again. + Falha ao registrar. Por favor, tente novamente. + + + Registering... + Registrando... + + + Failed to register + Falha ao registrar + + + Retry registration + Tentar registrar novamente + + + Idle + Ocioso + + + Connecting + Conectando + + + Waiting + Aguardando + + + Connected + Conectado + + + Disconnecting + Desconectando + + + Disconnected + Desconectado + + + Connection failed after attempts. + Conexão falhou após tentativas. + + + Re-connecting in second(s). + Reconectando em segundo(s). + + + Connecting... + Conectando... + + + Please wait while the content is loading + + + Select endpoint to connect to + Selecione o endpoint para se conectar + + + application - Actions for "" - Ações para &quot;&quot; + Actions for "" Edit application... Editar aplicação... + + Refer to documentation + Consulte a documentação + + + No Applications available. + Nenhum aplicativo disponível. + + + Either no applications are defined, or you don’t have access to any. + Nenhuma aplicação está definida ou você não tem acesso a nenhuma. + + + Ungrouped + + + My Applications + Minhas aplicações + + + Search for an application by name... + Busque uma aplicação por nome... + + + Search returned no results. + A pesquisa não retornou resultados. + + + application found for "" + + + applications found for "" + + + application available + + + applications available + + + My applications + Minhas aplicações + + + Application list + + + Failed to fetch applications. + + + Change your password + Mude sua senha + + + Change password + Mudar senha + + + Delete account + Deletar conta + + + Successfully updated details + Detalhes atualizados com sucesso + + + Open settings + Abrir Configurações + + + No settings flow configured. + Nenhum fluxo de configurações configurado. + + + Update details + Atualizar detalhes + + + Device type cannot be edited + O tipo de dispositivo não pode ser editado + + + Enroll + Inscrever + + + Edit device + Editar dispositivo + + + Create App password + Criar senha de aplicativo + + + User settings + Configurações de usuário + + + User details + Detalhes do usuário + + + Consent + Consentimento + + + MFA Devices + Dispositivos MFA + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + Conecte sua conta de usuário aos serviços listados abaixo, para permitir que você faça login usando o serviço em vez das credenciais tradicionais. + + + Admin interface + Interface de administração + ... ... Truncation ellipsis - - .yaml files, which can be found in the Example Flows documentation - Arquivos .yaml, que podem ser encontrados na documentação "Example Flows" - - - Plain - Plain - - - S256 - S256 - - - PKCE Method - Método PKCE - - - Configure Proof Key for Code Exchange for this source. - Configurar Proof Key for Code Exchange para esta origem. - - - User settings - Configurações de usuário - - - - \ No newline at end of file + + + diff --git a/web/xliff/ru.xlf b/web/xliff/ru.xlf deleted file mode 100644 index c17a1a7f72..0000000000 --- a/web/xliff/ru.xlf +++ /dev/null @@ -1,10600 +0,0 @@ - - - - - English - Английский - - - - French - Французский - - - - Turkish - Турецкий - - - - Spanish - Испанский - - - - Polish - Польский - - - - Taiwanese Mandarin - Тайваньский мандарин - - - - Chinese (simplified) - Китайский (упрощенный) - - - - Chinese (traditional) - Китайский (традиционный) - - - - German - Немецкий - - - - Loading... - Загрузка... - - - - Application - Приложение - - - - Logins - Логины - - - - Show less - Показать меньше - - - - Show more - Показать больше - - - - UID - UID - - - - Name - Имя - - - - App - Приложение - - - - Model Name - Имя модели - - - - Message - Сообщение - - - - Subject - Тема - - - - From - От - - - - To - Кому - - - - Context - Контекст - - - - User - Пользователь - - - - Affected model: - Затронутая модель: - - - - Authorized application: - Авторизованное приложение: - - - - Using flow - Использование потока - - - - Email info: - Информация об электронной почте: - - - - Secret: - Секрет: - - - - Open issue on GitHub... - Открыть проблему на GitHub... - - - - Exception - Исключение - - - - Expression - Выражение - - - - Binding - Привязка - - - - Request - Запрос - - - - Object - Объект - - - - Result - Результат - - - - Passing - Прохождение - - - - Messages - Сообщения - - - - Using source - Использование источника - - - - Attempted to log in as - Попытка войти в систему как - - - - - No additional data available. - Дополнительные данные отсутствуют. - - - - Click to change value - Нажмите, чтобы изменить значение - - - - Select an object. - Выберите объект. - - - - Connection error, reconnecting... - Ошибка подключения, повторное подключение... - - - - Login - Вход - - - - Failed login - Не удалось войти - - - - Logout - Выйти - - - - User was written to - Пользователь был записан в - - - - Suspicious request - Подозрительный запрос - - - - Password set - Пароль установлен - - - - Secret was viewed - Секрет просмотрен - - - - Secret was rotated - Секрет был обновлен - - - - Invitation used - Приглашение использовано - - - - Application authorized - Приложение авторизированно - - - - Source linked - Источник привязан - - - - Impersonation started - Имитация пользователя началась - - - - Impersonation ended - Имитация пользователя завершилась - - - - Flow execution - Выполнение потока - - - - Policy execution - Политика выполнения - - - - Policy exception - Политика исключения - - - - Property Mapping exception - Исключение из сопоставления свойств - - - - System task execution - Выполнение системных задач - - - - System task exception - Исключение системной задачи - - - - General system exception - Общее системное исключение - - - - Configuration error - Ошибка конфигурации - - - - Model created - Модель создана - - - - Model updated - Модель обновлена - - - - Model deleted - Модель удалена - - - - Email sent - Письмо отправленно - - - - Update available - Обновление доступно - - - - Unknown severity - Неизвестная серьезность - - - - Alert - Оповещение - - - - Notice - Уведомление - - - - Warning - Предупреждение - - - - no tabs defined - Общее системное исключение - - - - - of - - - - из - - - - - Go to previous page - Перейти на предыдущую страницу - - - - Go to next page - Перейти на следующую страницу - - - - Search... - Поиск... - - - - Loading - Загрузка - - - - No objects found. - Объекты не найдены. - - - - Failed to fetch objects. - Не удалось получить объекты. - - - - Refresh - Обновить - - - - Select all rows - Выбрать все строки - - - - Action - Действие - - - - Creation Date - Дата создания - - - - Client IP - IP-адрес клиента - - - - Recent events - Последние события - - - - On behalf of - От имени - - - - - - - - - - - - No Events found. - События не найдены. - - - - No matching events could be found. - Не удалось найти ни одного подходящего события. - - - - Embedded outpost is not configured correctly. - Встроенный внешний компонент настроен неправильно. - - - - Check outposts. - Проверить внешние компоненты. - - - - HTTPS is not detected correctly - HTTPS определяется неправильно - - - - Server and client are further than 5 seconds apart. - Сервер и клиент находятся на расстоянии более 5 секунд друг от друга. - - - - OK - OK - - - - Everything is ok. - Все хорошо. - - - - Based on - Основано на - - - - - is available! - - уже доступна! - - - - Up-to-date! - Актуально! - - - - Version - Версия - - - - Workers - Рабочие процессы - - - - No workers connected. Background tasks will not run. - Нет подключенных рабочих процессов. Фоновые задачи не будут выполняться. - - - - Authorizations - Авторизации - - - - Failed Logins - Неудачные входы в систему - - - - Successful Logins - Успешные входы в систему - - - - : - - : - - - - - Cancel - Отмена - - - - LDAP Source - Источник LDAP - - - - SCIM Provider - SCIM Провайдер - - - - Healthy - Здоровый - - - - Healthy outposts - Здоровые внешние компоненты - - - - Admin - Админ - - - - Not found - Не найдено - - - - The URL "" was not found. - URL " - " не найден. - - - - Return home - Вернуться домой - - - - General system status - Общее состояние системы - - - - Quick actions - Быстрые действия - - - - Create a new application - Создание нового приложения - - - - Check the logs - Проверить логи - - - - Explore integrations - Изучить интеграции - - - - Manage users - Управление пользователями - - - - Outpost status - Статус внешнего компонента - - - - Sync status - Статус синхронизации - - - - Logins and authorizations over the last week (per 8 hours) - Входы и авторизации за последнюю неделю (за 8 часов) - - - - Apps with most usage - Приложения, которые используются чаще всего - - - - Objects created - Объектов создано - - - - Users created per day in the last month - Количество пользователей, созданных в день за последний месяц - - - - Logins per day in the last month - Количество входов в систему в день за последний месяц - - - - Failed Logins per day in the last month - Неудачные входы в систему в день за последний месяц - - - - Clear search - Очистить поиск - - - - System Tasks - Системные задачи - - - - Long-running operations which authentik executes in the background. - Длительные операции, которые authentik выполняет в фоновом режиме. - - - - Identifier - Идентификатор - - - - Description - Описание - - - - Status - Статус - - - - Actions - Действия - - - - Successful - Успешно - - - - Error - Ошибка - - - - Unknown - Неизвестно - - - - Authentication - Аутентификация - - - - Authorization - Авторизация - - - - Enrollment - Регистрация - - - - Invalidation - Аннулирование - - - - Recovery - Восстановление - - - - Stage Configuration - Этап конфигурации - - - - Unenrollment - Отмена регистрации - - - - Unknown designation - Неизвестное назначение - - - - Stacked - Сверху вниз - - - - Content left - Контент слева - - - - Content right - Контент справа - - - - Sidebar left - Боковая панель слева - - - - Sidebar right - Боковая панель справа - - - - Unknown layout - Неизвестный макет - - - - Successfully updated provider. - Провайдер успешно обновлен. - - - - Successfully created provider. - Провайдер успешно создан. - - - - Bind flow - Связать поток - - - - Flow used for users to authenticate. - Поток используемый для аутентификации пользователей. - - - - Bind mode - Режим привязки - - - - Cached binding - Кэшированная привязка - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - Поток выполняется, а сессия кэшируется в памяти. Поток выполняется, когда истекает срок действия сессии - - - - Direct binding - Прямая привязка - - - - Always execute the configured bind flow to authenticate the user - Всегда выполнять настроенный поток привязки для аутентификации пользователя - - - - Configure how the outpost authenticates requests. - Настройка способа аутентификации запросов на внешнем компоненте. - - - - Search mode - Режим поиска - - - - Cached querying - Кэшированные запросы - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - Внешний компонент хранит всех пользователей и группы в памяти и будет обновляться каждые 5 минут. - - - - Direct querying - Прямой запрос - - - - Always returns the latest data, but slower than cached querying - Всегда возвращать последние данные, но медленнее, чем кэшированный запрос - - - - Configure how the outpost queries the core authentik server's users. - Настройте, как внешний компонент будет запрашивать пользователей основного сервера authentik. - - - - Protocol settings - Настройки протокола - - - - Base DN - Base DN - - - - LDAP DN under which bind requests and search requests can be made. - LDAP DN, под которым могут выполняться запросы привязки и поиска. - - - - Certificate - Сертификат - - - - UID start number - Начальный номер UID - - - - 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 - Начало для uidNumbers, это число добавляется в user.pk, чтобы убедиться, что номера не слишком малы для пользователей POSIX. По умолчанию 2000, чтобы не столкнуться с локальными пользователями uidNumber - - - - GID start number - Начальный номер GID - - - - 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 - Начало для gidNumbers, это число добавляется к числу, сгенерированному из group.pk, чтобы убедиться, что числа не слишком малы для POSIX-групп. По умолчанию 4000, чтобы исключить столкновение с локальными группами или первичными группами пользователей gidNumber - - - - The following keywords are supported: - Поддерживаются следующие ключевые слова: - - - - Authentication flow - Поток аутентификации - - - - Flow used when a user access this provider and is not authenticated. - Поток, используемый, когда пользователь получает доступ к этому провайдеру и не проходит аутентификацию. - - - - Authorization flow - Поток авторизации - - - - Flow used when authorizing this provider. - Поток, используемый при авторизации данного провайдера. - - - - Client type - Тип клиента - - - - Confidential - Конфиденциальный - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - Конфиденциальные клиенты могут сохранять конфиденциальность своих учетных данных, таких как секреты клиента. - - - - Public - Публичный - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - Публичные клиенты не способны сохранить конфиденциальность и должны использовать такие методы, как PKCE. - - - - Client ID - ID клиента - - - - Client Secret - Секрет клиента - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - Если явные URI перенаправления не указаны, будет сохранен первый успешно использованный URI. - - - - Signing Key - Подписывающий ключ - - - - Key used to sign the tokens. - Ключ, используемый для подписи токенов. - - - - Advanced protocol settings - Дополнительные настройки протокола - - - - Access code validity - Срок действия кода доступа - - - - Configure how long access codes are valid for. - Настройте продолжительность действия кодов доступа. - - - - Access Token validity - Срок действия Access токена - - - - Configure how long access tokens are valid for. - Настройте срок действия access токенов. - - - - Refresh Token validity - Срок действия Refresh токена - - - - Configure how long refresh tokens are valid for. - Настройте срок действия refresh токенов. - - - - Scopes - Области - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - Выберите, какие области могут быть использованы клиентом. Клиент все равно должен указать область для доступа к данным. - - - - Subject mode - Тематический режим - - - - Based on the User's hashed ID - На основе хэшированного идентификатора пользователя - - - - Based on the User's ID - На основе идентификатора пользователя - - - - Based on the User's UUID - На основе UUID пользователя - - - - Based on the User's username - На основе имени пользователя - - - - Based on the User's Email - На основе электронной почты пользователя - - - - This is recommended over the UPN mode. - Это рекомендуется вместо режима UPN. - - - - Based on the User's UPN - На основе UPN пользователя - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - Требует, чтобы у пользователя был установлен атрибут 'upn', и в случае его отсутствия использует хешированный ID пользователя. Используйте этот режим только в том случае, если у вас разные домены UPN и Mail. - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - Настройте, какие данные должны использоваться в качестве уникального идентификатора пользователя. Для большинства случаев подходит значение по умолчанию. - - - - Include claims in id_token - Включить утверждения в id_token - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - Включить пользовательские утверждения из областей в id_token для приложений, которые не обращаются к конечной точке userinfo. - - - - Issuer mode - Режим эмитента - - - - Each provider has a different issuer, based on the application slug - У каждого провайдера есть свой эмитент, основанный на идентификаторе приложения. - - - - Same identifier is used for all providers - Один и тот же идентификатор используется для всех провайдеров - - - - Configure how the issuer field of the ID Token should be filled. - Настройте, как должно быть заполнено поле эмитента ID-токена. - - - - Machine-to-Machine authentication settings - Настройки машинно-машинной аутентификации - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - JWT, подписанные сертификатами, настроенными в выбранных источниках, могут использоваться для аутентификации у этого провайдера. - - - - HTTP-Basic Username Key - Ключ имени пользователя HTTP-Basic - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - Атрибут User/Group, используемый для пользовательской части заголовка HTTP-Basic. Если он не задан, используется адрес электронной почты пользователя. - - - - HTTP-Basic Password Key - Ключ пароля HTTP-Basic - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - Атрибут пользователя/группы, используемый для части пароля в заголовке HTTP-Basic. - - - - Proxy - Прокси - - - - Forward auth (single application) - Переадресация аутентификации (одно приложение) - - - - Forward auth (domain level) - Прямая аутентификация (уровень домена) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - Этот провайдер будет вести себя как прозрачный обратный прокси, за исключением того, что запросы должны быть аутентифицированы. Если ваше приложение использует HTTPS, убедитесь, что подключение к внешнему компоненту также использует HTTPS. - - - - External host - Внешний хост - - - - The external URL you'll access the application at. Include any non-standard port. - Внешний URL-адрес, по которому вы получите доступ к приложению. Включите любой нестандартный порт. - - - - Internal host - Внутренний хост - - - - Upstream host that the requests are forwarded to. - Вышестоящий хост, которому переадресуются запросы. - - - - Internal host SSL Validation - Внутренняя валидация SSL хоста - - - - Validate SSL Certificates of upstream servers. - Проверка SSL-сертификатов вышестоящих серверов. - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - Используйте этот провайдер с auth_request от nginx или forwardAuth от traefik. Для каждого корневого домена требуется только один провайдер. Вы не можете выполнять авторизацию для каждого приложения, но вам и не нужно создавать провайдера для каждого приложения. - - - - An example setup can look like this: - Пример настройки может выглядеть следующим образом: - - - - authentik running on auth.example.com - authentik работает на auth.example.com - - - - app1 running on app1.example.com - app1 работает на app1.example.com - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - В этом случае вы установите для URL-адреса аутентификации значение auth.example.com, а для домена Cookie - example.com. - - - - Authentication URL - Ссылка аутентификации - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - Внешний URL, по которому вы будете проходить аутентификацию. Сервер authentik core должен быть доступен по этому URL. - - - - Cookie domain - Cookie домен - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - Установите домен, для которого будет действовать аутентификация. Это должен быть родительский домен указанного выше URL. Если вы запускаете приложения как app1.domain.tld, app2.domain.tld, установите значение 'domain.tld'. - - - - Unknown proxy mode - Неизвестный режим прокси - - - - Token validity - Срок действия токена - - - - Configure how long tokens are valid for. - Настройте срок действия токенов. - - - - Additional scopes - Дополнительные области - - - - Additional scope mappings, which are passed to the proxy. - Дополнительные сопоставления области, которые передаются прокси. - - - - Unauthenticated URLs - Неаутентифицированные URL-адреса - - - - Unauthenticated Paths - Неаутентифицированные пути - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - Регулярные выражения, для которых не требуется аутентификация. Каждая новая строка интерпретируется как новое выражение. - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - При использовании режима прокси или прямого аутентификатора (одно приложение) запрашиваемый URL Path проверяется на соответствие регулярным выражениям. При использовании прямой авторизации (режим домена) полный запрашиваемый URL, включая схему и хост, проверяется на соответствие регулярным выражениям. - - - - Authentication settings - Настройки аутентификации - - - - Intercept header authentication - Перехват заголовка аутентификации - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - Если эта функция включена, authentik будет перехватывать заголовок Authorization для аутентификации запроса. - - - - Send HTTP-Basic Authentication - Настройка базовой аутентификации HTTP - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - Отправить пользовательский заголовок HTTP-Basic аутентификации на основе значений из authentik. - - - - ACS URL - URL-адрес ACS - - - - Issuer - Издатель - - - - Service Provider Binding - Привязка провайдера услуг - - - - Redirect - Перенаправление - - - - Post - Post - - - - Determines how authentik sends the response back to the Service Provider. - Определяет, как authentik отправляет ответ обратно провайдеру услуг. - - - - Audience - Аудитория - - - - Signing Certificate - Сертификат подписи - - - - Certificate used to sign outgoing Responses going to the Service Provider. - Сертификат, используемый для подписи исходящих ответов, направляемых провайдеру услуг. - - - - Verification Certificate - Сертификат проверки - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - При выборе этого параметра подписи входящих утверждений будут проверяться по этому сертификату. Чтобы разрешить неподписанные запросы, оставьте значение по умолчанию. - - - - Property mappings - Сопоставления свойств - - - - NameID Property Mapping - Сопоставление свойства NameID - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - Настройте, как будет создаваться значение NameID. Если оставить пустым, будет соблюдаться политика NameIDPolicy входящего запроса. - - - - Assertion valid not before - Утверждение действительно не ранее - - - - Configure the maximum allowed time drift for an assertion. - Настройте максимально допустимый временной дрейф для утверждения. - - - - Assertion valid not on or after - Утверждение действительно не в момент или после - - - - Assertion not valid on or after current time + this value. - Утверждение недействительно в текущее время или после него + указанное значение - - - - Session valid not on or after - Сессия действительна не в момент или после - - - - Session not valid on or after current time + this value. - Сессия не действует в текущее время или после него + указанное значение. - - - - Digest algorithm - Алгоритм хеширования - - - - Signature algorithm - Алгоритм подписи - - - - Successfully imported provider. - Провайдер успешно импортирован. - - - - Metadata - Метаданные - - - - Apply changes - Применить изменения - - - - Close - Закрыть - - - - Finish - Завершить - - - - Back - Назад - - - - No form found - Форма не найдена - - - - Select type - Выбрать тип - - - - Create - Создать - - - - New provider - Новый провайдер - - - - Create a new provider. - Создание нового провайдера. - - - - Create - Создать - - - - - Shared secret - Общий секрет - - - - Client Networks - Клиентские сети - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - Базовый адрес SCIM, обычно заканчивается на /v2. - - - - Token - Токен - - - - User filtering - Пользовательская фильтрация - - - - Exclude service accounts - Исключить сервисные аккаунты - - - - Group - Группа - - - - Only sync users within the selected group. - Синхронизировать только пользователей из выбранной группы. - - - - Attribute mapping - Сопоставление атрибутов - - - - User Property Mappings - Сопоставления свойств пользователя - - - - Property mappings used to user mapping. - Сопоставления свойств, используемые для сопоставления пользователя - - - - Group Property Mappings - Сопоставления свойств группы - - - - Property mappings used to group creation. - Сопоставления свойств, используемые при создании групп. - - - - Not used by any other object. - Не используется никаким другим объектом. - - - - object will be DELETED - объект будет удален - - - - connection will be deleted - соединение будет удалено - - - - reference will be reset to default value - ссылка будет сброшена до значения по умолчанию - - - - reference will be set to an empty value - для ссылки будет установлено пустое значение - - - - () - - ( - ) - - - - ID - ID - - - - Successfully deleted - Успешно удалено - - - Failed to delete : - Не удалось удалить - : - - - - - Delete - Удалить - - - - - Are you sure you want to delete ? - Вы уверены, что хотите удалить ? - - - Delete - Удалить - - - - Providers - Провайдеры - - - - Provide support for protocols like SAML and OAuth to assigned applications. - Обеспечивание поддержки таких протоколов, как SAML и OAuth, в назначенных приложениях. - - - - Type - Тип - - - - Provider(s) - Провайдер(ы) - - - - Assigned to application - Назначено приложению - - - - Assigned to application (backchannel) - Назначено приложению (backchannel) - - - - Update - Обновить - - - - Update - Обновить - - - - - Select providers to add to application - Выберите провайдеров для добавления в приложение - - - - Add - Добавить - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - Введите полный URL-адрес, относительный путь или используйте 'fa://fa-test', чтобы использовать иконку Font Awesome "fa-test". - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - Шаблон пути для созданных пользователей. Для вставки исходного идентификатора используйте заполнители типа `%(slug)s` - - - - Successfully updated application. - Приложение успешно обновлено. - - - - Successfully created application. - Приложение успешно создано. - - - - Slug - Идентификатор - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - По желанию введите имя группы. Приложения с одинаковыми группами отображаются сгруппированными вместе. - - - - Provider - Провайдер - - - - Select a provider that this application should use. - Выберите провайдера, которого должно использовать это приложение. - - - - Select backchannel providers which augment the functionality of the main provider. - Выбирайте провайдеров обратного канала, которые дополняют функциональность основного провайдера. - - - - Policy engine mode - Режим механизма политики - - - - Any policy must match to grant access - Любая политика должна соответствовать для предоставления доступа - - - - All policies must match to grant access - Все политики должны соответствовать для предоставления доступа - - - - UI settings - Настройки пользовательского интерфейса - - - - Launch URL - URL запуска - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - Если оставить пустым, authentik попытается извлечь URL-адрес запуска на основе выбранного провайдера. - - - - Open in new tab - Открывать в новой вкладке - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - Если флажок установлен, URL-адрес запуска будет открываться в новой вкладке браузера или окне из библиотеки приложений пользователя. - - - - Icon - Иконка - - - - Currently set to: - В настоящее время установлено: - - - - Clear icon - Очистить иконку - - - - Publisher - Издатель - - - - Create Application - Создание приложения - - - - Overview - Обзор - - - - Changelog - Журнал изменений - - - - Warning: Provider is not used by any Outpost. - Внимание: Провайдер не используется ни одним внешним компонентом. - - - - Assigned to application - Назначено приложению - - - - Update LDAP Provider - Обновить LDAP провайдера - - - - Edit - Редактировать - - - - How to connect - Как подключиться - - - - Connect to the LDAP Server on port 389: - Подключитесь к серверу LDAP на порт 389: - - - - Check the IP of the Kubernetes service, or - Проверьте IP-адрес службы Kubernetes или - - - - The Host IP of the docker host - IP-адрес хоста докера - - - - Bind DN - Bind DN - - - - Bind Password - Привязать пароль - - - - Search base - База поиска - - - - Preview - Предпросмотр - - - - Warning: Provider is not used by an Application. - Предупреждение: Провайдер не используется приложением. - - - - Redirect URIs - Ссылка перенаправления - - - - Update OAuth2 Provider - Обновить OAuth2 провайдера - - - - OpenID Configuration URL - URL-адрес конфигурации OpenID - - - - OpenID Configuration Issuer - Эмитент конфигурации OpenID - - - - Authorize URL - URL-адрес авторизации - - - - Token URL - URL-адрес токена - - - - Userinfo URL - URL-адрес информации о пользователе - - - - Logout URL - URL-адрес выхода из системы - - - - JWKS URL - URL-адрес JWKS - - - - Forward auth (domain-level) - Прямая аутентификация (на уровне домена) - - - - Nginx (Ingress) - Nginx (Ingress) - - - - Nginx (Proxy Manager) - Nginx (Proxy Manager) - - - - Nginx (standalone) - Nginx (автономный) - - - - Traefik (Ingress) - Traefik (Ingress) - - - - Traefik (Compose) - Traefik (Compose) - - - - Traefik (Standalone) - Traefik (Автономный) - - - - Caddy (Standalone) - Caddy (Автономный) - - - - Internal Host - Внутренний хост - - - - External Host - Внешний хост - - - - Basic-Auth - Базовая аутентификация - - - - Yes - Да - - - - Mode - Режим - - - - Update Proxy Provider - Обновить прокси провайдера - - - - Protocol Settings - Настройки протокола - - - - Allowed Redirect URIs - Разрешенные ссылки перенаправления - - - - Setup - Настройка - - - - No additional setup is required. - Дополнительная настройка не требуется. - - - - Update Radius Provider - Обновить Radius провайдера - - - - Download - Загрузить - - - - Copy download URL - Скопировать URL-адрес загрузки - - - - Download signing certificate - Скачать сертификат подписи - - - - Related objects - Связанные объекты - - - - Update SAML Provider - Обновить SAML провайдера - - - - SAML Configuration - SAML Конфигурация - - - - EntityID/Issuer - Идентификатор объекта/эмитент - - - - SSO URL (Post) - URL единого входа (публикация) - - - - SSO URL (Redirect) - URL единого входа (перенаправление) - - - - SSO URL (IdP-initiated Login) - SSO URL (инициируемый IDP вход) - - - - SLO URL (Post) - URL-адрес SLO (сообщение) - - - - SLO URL (Redirect) - URL-адрес SLO (сообщение) - - - - SAML Metadata - SAML Метаданные - - - - Example SAML attributes - Пример атрибутов SAML - - - - NameID attribute - Атрибут NameID - - - - Warning: Provider is not assigned to an application as backchannel provider. - Предупреждение: Провайдер не назначен приложению в качестве провайдера обратного канала. - - - - Update SCIM Provider - Обновить SCIM провайдера - - - - LDAP - LDAP - - - - New application - Новое приложение - - - - Applications - Приложения - - - - Provider Type - Тип провайдера - - - - Application(s) - Приложение(ия) - - - - Application Icon - Иконка приложения - - - - Update Application - Обновить приложение - - - - Successfully sent test-request. - Тестовый запрос успешно отправлен. - - - - Log messages - Журнал сообщений - - - - No log messages. - Сообщения в журнале отсутствуют. - - - - Active - Активен - - - - Last login - Последний вход - - - - Successfully updated group. - Группа успешно обновлена. - - - - Successfully created group. - Группа успешно создана. - - - - Parent - Родитель - - - - Attributes - Атрибуты - - - - Set custom attributes using YAML or JSON. - Задайте пользовательские атрибуты с помощью YAML или JSON. - - - - Successfully updated binding. - Привязка успешно обновлена. - - - - Successfully created binding. - Привязка успешно создана. - - - - Policy - Политика - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - Групповые сопоставления могут быть проверены только в том случае, если пользователь уже вошел в систему при попытке получить доступ к этому источнику. - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - Пользовательские сопоставления могут быть проверены только в том случае, если пользователь уже вошел в систему при попытке получить доступ к этому источнику. - - - - Enabled - Включено - - - - Negate result - Отрицать результат - - - - Negates the outcome of the binding. Messages are unaffected. - Отменяет результат привязки. Сообщения не затрагиваются. - - - - Order - Порядок - - - - Timeout - Тайм-аут - - - - Successfully updated policy. - Политика успешно обновлена. - - - - Successfully created policy. - Политика успешно создана. - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - Политика, используемая для тестирования. После случайного ожидания всегда возвращает тот же результат, что указан ниже. - - - - Execution logging - Журналирование выполнения - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - Если эта опция включена, все выполнения этой политики будут записываться в журнал. По умолчанию в журнал записываются только ошибки выполнения. - - - - Policy-specific settings - Настройки, специфичные для политики - - - - Pass policy? - Пройти политику? - - - - Wait (min) - Ожидание (мин.) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - Для выполнения политики требуется произвольное время. Здесь задается минимальное время выполнения. - - - - Wait (max) - Ожидание (макс.) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - Сопоставляет событие с набором критериев. Если хоть одно из настроенных значений совпадает, политика проходит. - - - - Match created events with this action type. When left empty, all action types will be matched. - Сопоставлять созданные события с данным типом действия. Если оставить пустым, будут сопоставлены все типы действий. - - - - Match events created by selected application. When left empty, all applications are matched. - Соответствовать событиям, созданным выбранным приложением. Если поле оставить пустым, будут соответствовать все приложения. - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - Проверяет, не менялся ли пароль пользователя запроса за последние x дней, и запрещает, исходя из настроек. - - - - Maximum age (in days) - Максимальный возраст (в днях) - - - - Only fail the policy, don't invalidate user's password - Только провал политики, не аннулировать пароль пользователя - - - - Executes the python snippet to determine whether to allow or deny a request. - Выполняет python snippet, чтобы определить, разрешить или запретить запрос. - - - - Expression using Python. - Выражение с использованием Python. - - - - See documentation for a list of all variables. - Список всех переменных см. в документации. - - - - Static rules - Статические правила - - - - Minimum length - Минимальная длина - - - - Minimum amount of Uppercase Characters - Минимальное количество заглавных символов - - - - Minimum amount of Lowercase Characters - Минимальное количество символов нижнего регистра - - - - Minimum amount of Digits - Минимальное количество цифр - - - - Minimum amount of Symbols Characters - Минимальное количество знаковых символов - - - - Error message - Сообщение об ошибке - - - - Symbol charset - Набор символов - - - - Characters which are considered as symbols. - Знаки, которые считаются символами. - - - - HaveIBeenPwned settings - Настройки HaveIBeenPwned - - - - Allowed count - Разрешенное количество - - - - Allow up to N occurrences in the HIBP database. - Разрешить до N совпадений в базе данных HIBP - - - - zxcvbn settings - Настройки zxcvbn - - - - Score threshold - Порог баллов - - - - If the password's score is less than or equal this value, the policy will fail. - Если оценка пароля меньше или равна этому значению, политика будет провалена. - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - Проверяет значение из запроса политики на соответствие нескольким правилам, в основном используемым для обеспечения надежности паролей. - - - - Password field - Поле пароля - - - - Field key to check, field keys defined in Prompt stages are available. - Ключ поля для проверки, доступны ключи поля, определенные в этапах запроса. - - - - Check static rules - Проверить статические правила - - - - Check haveibeenpwned.com - Проверить через haveibeenpwned.com - - - - For more info see: - Подробнее см: - - - - Check zxcvbn - Проверить через zxcvbn - - - - Password strength estimator created by Dropbox, see: - Оценщик надежности паролей, созданный компанией Dropbox, см: - - - - Allows/denys requests based on the users and/or the IPs reputation. - Разрешает/запрещает запросы на основе репутации пользователей и/или IP-адресов. - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - Неверные попытки входа в систему уменьшают оценку IP-адреса клиента и -имени пользователя, под которым он пытается войти в систему, на единицу. - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - Политика применяется, когда рейтинг репутации ниже порогового значения, и не применяется, когда любой из выбранных вариантов или оба выбранных варианта равны пороговому значению или превышают его. - - - Check IP - Проверить IP - - - - Check Username - Проверить имя пользователя - - - - Threshold - Пороговое значение - - - - New policy - Новая политика - - - - Create a new policy. - Создание новой политики - - - - Create Binding - Создать Привязку - - - - Superuser - Суперпользователь - - - - Members - Участники - - - - Select groups to add user to - Выберите группы, в которые нужно добавить пользователя - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - Внимание: Добавление пользователя в выбранную группу (группы) даст ему права суперпользователя. - - - - Successfully updated user. - Пользователь успешно обновлен. - - - - Successfully created user. - Пользователь успешно создан. - - - - Username - Имя пользователя - - - - Email - Электронная почта - - - - Path - Путь - - - - Policy - Политика - - - - - Group - Группа - - - - - User - Пользователь - - - - - Edit Policy - Изменить политику - - - - Update Group - Обновление группы - - - - Edit Group - Редактирование группы - - - - Update User - Обновление пользователя - - - - Edit User - Редактирование пользователя - - - - Policy binding(s) - Политика привязки(ок) - - - - Update Binding - Обновить привязку - - - - Edit Binding - Изменить привязку - - - - No Policies bound. - Нет привязанных политик - - - - No policies are currently bound to this object. - В настоящее время ни одна политика не связана с этим объектом. - - - - Related - Связанный - - - - Backchannel Providers - Поставщики обратных каналов - - - - Check access - Проверить доступ - - - - Check - Проверить - - - - Check Application access - Проверьте доступ к приложению - - - - Test - Тест - - - - Launch - Запуск - - - - Logins over the last week (per 8 hours) - Входы в систему за последнюю неделю (за 8 часов) - - - - Policy / Group / User Bindings - Политика / Пользователь / Пользовательские привязки - - - - These policies control which users can access this application. - Эти политики контролируют, какие пользователи могут получить доступ к этому приложению. - - - - Successfully updated source. - Источник успешно обновлен. - - - - Successfully created source. - Источник успешно создан. - - - - Sync users - Синхронизировать пользователей - - - - User password writeback - Запись пароля пользователя - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - Пароль входа синхронизируется из LDAP в authentik автоматически. Включите эту опцию только для записи изменений пароля в authentik обратно в LDAP. - - - - Sync groups - Синхронизировать группы - - - - Connection settings - Настройки подключения - - - - Server URI - URI сервера - - - - Specify multiple server URIs by separating them with a comma. - Укажите несколько URI сервера, разделив их запятой. - - - - Enable StartTLS - Включить StartTLS - - - - To use SSL instead, use 'ldaps://' and disable this option. - Чтобы использовать SSL, используйте 'ldaps://' и отключите эту опцию. - - - - TLS Verification Certificate - Сертификат верификации TLS - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - При подключении к серверу LDAP с помощью TLS сертификаты по умолчанию не проверяются. Укажите пару ключей для проверки удаленного сертификата. - - - - Bind CN - Bind CN - - - - LDAP Attribute mapping - Сопоставление атрибутов LDAP - - - - Additional settings - Дополнительные настройки - - - - Parent group for all the groups imported from LDAP. - Родительская группа для всех групп, импортированных из LDAP. - - - - User path - Путь пользователя - - - - Additional user DN, prepended to the Base DN. - Дополнительный DN пользователя, добавляемый к базовому DN. - - - - Additional group DN, prepended to the Base DN. - Дополнительный DN группы, добавляемый к базовому DN. - - - - User object filter - Пользовательский фильтр объектов - - - - Consider Objects matching this filter to be Users. - Считайте объекты, соответствующие этому фильтру, пользователями. - - - - Group object filter - Фильтр групповых объектов - - - - Consider Objects matching this filter to be Groups. - Объекты, соответствующие этому фильтру, считаются группами. - - - - Group membership field - Поле членства в группе - - - - Object uniqueness field - Поле уникальности объекта - - - - Field which contains a unique Identifier. - Поле содержащее уникальный идентификатор. - - - - Link users on unique identifier - Связывать пользователей по уникальному идентификатору - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - Связать с пользователем с идентичным адресом электронной почты. Это может иметь последствия для безопасности, если источник не проверяет адреса электронной почты - - - - Use the user's email address, but deny enrollment when the email address already exists - Использовать адрес электронной почты пользователя, но отказывать в регистрации, если такой адрес уже существует - - - - Link to a user with identical username. Can have security implications when a username is used with another source - Связать с пользователем с идентичным именем пользователя. Это может иметь последствия для безопасности, если имя пользователя используется с другим источником - - - - Use the user's username, but deny enrollment when the username already exists - Использовать имя пользователя, но отказывать в регистрации, если имя пользователя уже существует - - - - Unknown user matching mode - Неизвестный режим сопоставления пользователя - - - - URL settings - Настройки URL - - - - Authorization URL - Ссылка авторизации - - - - URL the user is redirect to to consent the authorization. - URL, на который перенаправляется пользователь для согласия на авторизацию. - - - - Access token URL - Ссылка Access токена - - - - URL used by authentik to retrieve tokens. - URL, используемый authentik для получения токенов. - - - - Profile URL - Ссылка на профиль - - - - URL used by authentik to get user information. - URL-адрес, используемый authentik для получения информации о пользователе. - - - - Request token URL - URL-адрес Request токена - - - - URL used to request the initial token. This URL is only required for OAuth 1. - URL-адрес, используемый для запроса начального токена. Этот URL требуется только для OAuth 1. - - - - OIDC Well-known URL - OIDC Well-known URL-адрес - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - OIDC URL well-known конфигурации. Может использоваться для автоматической настройки вышеупомянутых URL-адресов. - - - - OIDC JWKS URL - OIDC JWKS URL - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - JSON Web Key URL. Ключи из этого URL будут использоваться для проверки подлинности JWT из этого источника. - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - Необработанные данные JWKS. - - - - User matching mode - Режим сопоставления пользователя - - - - Delete currently set icon. - Удаление текущей установленной иконки. - - - - Consumer key - Ключ потребителя - - - - Consumer secret - Секретный ключ потребителя - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - Дополнительные области, которые необходимо передать OAuth-провайдеру, разделенные пробелом. Чтобы заменить существующие области, используйте префикс *. - - - - Flow settings - Настройки потока - - - - Flow to use when authenticating existing users. - Поток, используемый при аутентификации существующих пользователей. - - - - Enrollment flow - Поток регистрации - - - - Flow to use when enrolling new users. - Поток, используемый при регистрации новых пользователей. - - - - Load servers - Загрузить серверы - - - - Allow friends to authenticate via Plex, even if you don't share any servers - Разрешить друзьям аутентифицироваться через Plex, даже если вы не делитесь никакими серверами. - - - - Allowed servers - Разрешенные сервера - - - - Select which server a user has to be a member of to be allowed to authenticate. - Выберите, членом какого сервера должен быть пользователь, чтобы получить разрешение на аутентификацию. - - - - SSO URL - SSO URL-адрес - - - - URL that the initial Login request is sent to. - URL-адрес, на который отправляется первоначальный запрос на вход в систему. - - - - SLO URL - SLO URL-адрес - - - - Optional URL if the IDP supports Single-Logout. - Необязательный URL, если IDP поддерживает единый выход - - - - Also known as Entity ID. Defaults the Metadata URL. - Также известен как ID сущности. По умолчанию используется URL-адрес метаданных. - - - - Binding Type - Тип привязки - - - - Redirect binding - Привязка перенаправления - - - - Post-auto binding - Пост-автоматическая привязка - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Опубликовать привязку, но запрос отправляется автоматически, и пользователю не нужно подтверждать. - - - - Post binding - Почтовая привязка - - - - Signing keypair - Пара ключей для подписи - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - Пара ключей, которая используется для подписи исходящих запросов. Оставьте пустым, чтобы отключить подпись. - - - - Allow IDP-initiated logins - Разрешить входы, инициированные IDP - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - Разрешает потоки аутентификации, инициированные IdP. Это может представлять угрозу безопасности, так как проверка идентификатора запроса не производится. - - - - NameID Policy - Политика NameID - - - - Persistent - Постоянный - - - - Email address - Адрес электронной почты - - - - Windows - Windows - - - - X509 Subject - X509 Объект - - - - Transient - Переходный процесс - - - - Delete temporary users after - Удалите временных пользователей после - - - - 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. - Временной интервал, когда временные пользователи должны быть удалены. Применяется только в том случае, если ваш IDP использует формат NameID 'transient', и пользователь не выходит из системы вручную. - - - - Pre-authentication flow - Предварительный поток аутентификации - - - - Flow used before authentication. - Поток, используемый перед аутентификацией. - - - - New source - Новый источник - - - - Create a new source. - Создание нового источника. - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - Источники идентификационных данных, которые могут либо синхронизироваться с базой данных authentik, либо использоваться пользователями для аутентификации и регистрации. - - - - Source(s) - Источник(и) - - - - Disabled - Отключен - - - - Built-in - Встроенный - - - - Update LDAP Source - Обновить источник LDAP - - - - OAuth Source - OAuth источник - - - - - Generic OpenID Connect - Общий OpenID Connect - - - - Unknown provider type - Неизвестный тип провайдера - - - - Details - Подробности - - - - Callback URL - Возвратный URL - - - - Access Key - Ключ доступа - - - - Update OAuth Source - Обновить источник OAuth - - - - Diagram - Диаграмма - - - - Policy Bindings - Привязки политик - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - Эти привязки контролируют, какие пользователи могут получить доступ к этому источнику. - Здесь можно использовать только политики, поскольку доступ проверяется до аутентификации пользователя. - - - Update Plex Source - Обновить источник Plex - - - - Update SAML Source - Обновить источник SAML - - - - Successfully updated mapping. - Сопоставление успешно обновлено. - - - - Successfully created mapping. - Сопоставление успешно создано. - - - - SAML Attribute Name - Имя атрибута SAML - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - Имя атрибута, используемое для утверждений SAML. Это может быть OID URN, ссылка на схему или любая другая строка. Если данное отображение свойства используется для свойства NameID, это поле отбрасывается. - - - - Friendly Name - Поле объекта - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - Опционально установите значение 'FriendlyName' для атрибута Assertion - - - - Scope name - Имя области - - - - Scope which the client can specify to access these properties. - Область, которую клиент может указать для доступа к этим свойствам. - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - Описание, показываемое пользователю при получении согласия. Если оставить его пустым, пользователь не будет проинформирован. - - - - Example context data - Пример данных контекста - - - - Active Directory User - Пользователь Active Directory - - - - Active Directory Group - Группа Active Directory - - - - New property mapping - Новое сопоставление свойств - - - - Create a new property mapping. - Создание нового сопоставления свойств. - - - - Property Mappings - Сопоставления свойств - - - - Control how authentik exposes and interprets information. - Контролируйте, как authentik раскрывает и интерпретирует информацию. - - - - Property Mapping(s) - Сопоставление(ия) свойств - - - - Test Property Mapping - Тест сопоставления свойств - - - - Hide managed mappings - Скрыть управляемые сопоставления - - - - Successfully updated token. - Токен успешно обновлен. - - - - Successfully created token. - Токен успешно создан. - - - - Unique identifier the token is referenced by. - Уникальный идентификатор, на который ссылается токен. - - - - Intent - Намерение - - - - API Token - API токен - - - - Used to access the API programmatically - Используется для программного доступа к API - - - - App password. - Пароль приложения. - - - - Used to login using a flow executor - Используется для входа в систему с помощью исполнителя потока - - - - Expiring - Истекает - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - Если выбрано, срок действия токена истечет. По истечении срока действия токен будет обновлен. - - - - Expires on - Срок действия истекает - - - - API Access - Доступ к API - - - - App password - Пароль приложения - - - - Verification - Верификация - - - - Unknown intent - Неизвестное намерение - - - - Tokens - Токены - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - Токены используются в authentik на этапах проверки электронной почты, для ключей восстановления и доступа к API. - - - - Expires? - Истекает? - - - - Expiry date - Дата истечения - - - - Token(s) - Токен(ы) - - - - Create Token - Создать токен - - - - Token is managed by authentik. - Токен управляется authentik. - - - - Update Token - Обновление токена - - - - Domain - Домен - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - Соответствие осуществляется на основе суффикса домена, поэтому если вы введете domain.tld, то foo.domain.tld все равно будет соответствовать. - - - - Default - По умолчанию - - - - Branding settings - Настройки брендинга - - - - Title - Название - - - - Branding shown in page title and several other places. - Брендинг указан в заголовке страницы и в нескольких других местах. - - - - Logo - Логотип - - - - Favicon - Favicon - - - - Icon shown in the browser tab. - Значок, отображаемый на вкладке браузера. - - - - Default flows - Потоки по умолчанию - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - Поток, используемый для аутентификации пользователей. Если оставить пустым, будет использоваться первый применимый поток, отсортированный по идентификатору. - - - - Invalidation flow - Поток инвалидации - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - Поток, используемый для выхода из системы. Если оставить пустым, будет использоваться первый применимый поток, отсортированный по идентификатору. - - - - Recovery flow - Поток восстановления - - - - Unenrollment flow - Поток отмены регистрации - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - Если этот параметр установлен, пользователи могут сами деактивировать себя с помощью этого потока. Если поток не установлен, опция не отображается. - - - - User settings flow - Поток пользовательских настроек - - - - If set, users are able to configure details of their profile. - Если этот параметр установлен, пользователи могут настраивать детали своего профиля. - - - - Device code flow - Поток кода устройства - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - Если установлено, можно использовать профиль OAuth Device Code, и выбранный поток будет использоваться для ввода кода. - - - - Other global settings - Другие глобальные настройки - - - - Web Certificate - Веб сертификат - - - - Event retention - Сохранение событий - - - - Duration after which events will be deleted from the database. - Срок, по истечении которого события будут удалены из базы данных. - - - - This setting only affects new Events, as the expiration is saved per-event. - Эта настройка влияет только на новые события, поскольку срок действия сохраняется для каждого события. - - - - Configure visual settings and defaults for different domains. - Настройте визуальные параметры и значения по умолчанию для разных доменов. - - - - Default? - По умолчанию? - - - - Policies - Политики - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - Разрешите пользователям использовать приложения на основе свойств, применяйте критерии паролей и выборочно применяйте этапы. - - - - Assigned to object(s). - Назначен - объекту(ам). - - - - Warning: Policy is not assigned. - Предупреждение: Политика не назначена. - - - - Test Policy - Тест политики - - - - Policy / Policies - Политика / Политики - - - - Successfully cleared policy cache - Кэш политики успешно очищен - - - - Failed to delete policy cache - Не удалось удалить кэш политики - - - - Clear cache - Очистить кэш - - - - Clear Policy cache - Очистить кэш политики - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - Вы уверены, что хотите очистить кэш политик? Это приведет к тому, что все политики будут заново оценены при следующем использовании. - - - Reputation scores - Оценка репутации - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - Репутация для IP-адресов и идентификаторов пользователей. Баллы уменьшаются за каждый неудачный вход и увеличиваются за каждый успешный вход. - - - - IP - IP - - - - Score - Оценка - - - - Updated - Обновлено - - - - Reputation - Репутация - - - - Groups - Группы - - - - Group users together and give them permissions based on the membership. - Объединяйте пользователей в группы и предоставляйте им разрешения на основе членства. - - - - Superuser privileges? - Привилегии суперпользователя? - - - - Group(s) - Группа(ы) - - - - Create Group - Создать Группу - - - - Create group - Создать группу - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - Для аутентификации используйте указанные ниже имя пользователя и пароль. Пароль можно получить позже на странице "Токены". - - - - Password - Пароль - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - Действует в течение 360 дней, после чего пароль автоматически сменяется. Пароль можно скопировать из списка токенов. - - - - The following objects use - Следующие объекты используют - - - - - connecting object will be deleted - подключенный объект будет удалён - - - - Successfully updated - Успешно обновлено - - - Failed to update : - Не удалось обновить - : - - - - - Successfully updated password. - Пароль успешно обновлен. - - - - Successfully sent email. - Письмо успешно отправлено. - - - - Email stage - Этап электронной почты - - - - Successfully added user(s). - Пользователь(и) успешно добавлен(ы). - - - - User(s) - Пользователь(и) - - - - Remove Users(s) - Удалить пользователя(ей) - - - - Are you sure you want to remove the selected users from the group ? - Вы уверены, что хотите удалить выбранных пользователей из группы - ? - - - - Remove - Удалить - - - - Impersonate - Имитация - - - - User status - Статус пользователя - - - - Change status - Изменить статус - - - - Deactivate - Деактивировать - - - - Update password - Обновить пароль - - - - Set password - Установить пароль - - - - Successfully generated recovery link - Ссылка для восстановления успешно сгенерирована - - - - Copy recovery link - Скопировать ссылку на восстановление - - - - Send link - Отправить ссылку - - - - Send recovery link to user - Отправить ссылку на восстановление пользователю - - - - Email recovery link - Отправить ссылку - - - - Recovery link cannot be emailed, user has no email address saved. - Ссылка для восстановления не может быть отправлена по электронной почте, у пользователя не сохранен адрес электронной почты. - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - Предупреждение: Эта группа настроена с доступом суперпользователя. Добавленные пользователи будут иметь доступ суперпользователя. - - - - Add existing user - Добавить существующего пользователя - - - - Create User - Создать Пользователя - - - - Hide service-accounts - Скрыть сервисные аккаунты - - - - Group Info - Информация о группе - - - - Notes - Записи - - - - Edit the notes attribute of this group to add notes here. - Отредактируйте атрибут заметок этой группы, чтобы добавить сюда заметки. - - - - Users - Пользователи - - - - Root - Корневой каталог - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Предупреждение: Вы собираетесь удалить пользователя, под которым вы вошли в систему ( - ). Действуйте на свой страх и риск. - - - - User folders - Пользовательские папки - - - - Successfully added user to group(s). - Пользователь успешно добавлен в группу(ы). - - - - Groups to add - Группы для добавления - - - - Remove from Group(s) - Удалить из группы (групп) - - - - Are you sure you want to remove user from the following groups? - Вы уверены, что хотите удалить пользователя - из следующих групп? - - - - Add Group - Добавить группу - - - - Add to existing group - Добавить в существующую группу - - - - Add new group - Добавить новую группу - - - - Application authorizations - Авторизации приложения - - - - Revoked? - Аннулирован? - - - - Expires - Истекает - - - - ID Token - ID токен - - - - Refresh Tokens(s) - Refresh токен(ы) - - - - Last IP - Последний IP - - - - Session(s) - Сессия(ии) - - - - Expiry - Истекает - - - - (Current session) - (Текущая сессия) - - - - Permissions - Разрешения - - - - Consent(s) - Согласие(я) - - - - Successfully updated device. - Устройство успешно обновлено. - - - - Static tokens - Статические токены - - - - TOTP Device - Устройство TOTP - - - - Enroll - Зарегистрировать - - - - Device(s) - Устройство (устройства) - - - - Update Device - Обновить устройство - - - - Confirmed - Подтверждено - - - - User Info - Информация о пользователе - - - - Actions over the last week (per 8 hours) - Действия за последнюю неделю (за 8 часов) - - - - Edit the notes attribute of this user to add notes here. - Отредактируйте атрибут заметок этого пользователя, чтобы добавить сюда заметки. - - - - Sessions - Сессии - - - - User events - Пользовательские события - - - - Explicit Consent - Явное Согласие - - - - OAuth Refresh Tokens - OAuth Refresh Токены - - - - MFA Authenticators - Аутентификаторы МФА - - - - Successfully updated invitation. - Приглашение успешно обновлено. - - - - Successfully created invitation. - Приглашение успешно создано. - - - - Flow - Поток - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - Если выбран этот пункт, приглашение можно будет использовать только в этом потоке. По умолчанию приглашение принимается во всех потоках с этапами приглашения. - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - Необязательные данные, которые загружаются в контекстную переменную потока 'prompt_data'. YAML или JSON. - - - - Single use - Однократное применение - - - - When enabled, the invitation will be deleted after usage. - Если эта опция включена, приглашение будет удалено после использования. - - - - Select an enrollment flow - Выбрать поток регистрации - - - - Link to use the invitation. - Ссылка для использования приглашения. - - - - Invitations - Приглашения - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - Создайте ссылки приглашений для регистрации пользователей и, по желанию, принудительно задействуйте определенные атрибуты их учетной записи. - - - - Created by - Создан - - - - Invitation(s) - Приглашение(я) - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - Приглашение не ограничивается каким-либо потоком и может быть использовано с любым потоком регистрации. - - - - Update Invitation - Обновить приглашение - - - - Create Invitation - Создать приглашение - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - Внимание: Ни один этап приглашения не привязан к какому-либо потоку. Приглашения не будут работать так, как ожидается. - - - - Auto-detect (based on your browser) - Автоматическое определение (на основе вашего браузера) - - - - Required. - Обязательно. - - - - Continue - Продолжить - - - - Successfully updated prompt. - Запрос успешно обновлен. - - - - Successfully created prompt. - Запрос успешно создан. - - - - Text: Simple Text input - Текст: простой текстовый ввод - - - - Text Area: Multiline text input - Текстовая область: Многострочный текстовый ввод. - - - - Text (read-only): Simple Text input, but cannot be edited. - Текст (только для чтения): Простой текстовый ввод, который нельзя редактировать. - - - - Text Area (read-only): Multiline text input, but cannot be edited. - Текстовая область (только для чтения): Многострочный текстовый ввод, который нельзя редактировать. - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - Имя пользователя: Аналогично текстовому вводу, но проверяет и предотвращает дублирование имен пользователей. - - - - Email: Text field with Email type. - Email: Текстовое поле с типом Email. - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - Пароль: маскируемый ввод, несколько вводов этого типа в одном запросе должны быть идентичными. - - - - Number - Номер - - - - Checkbox - Чекбокс - - - - Radio Button Group (fixed choice) - Группа радиокнопок (фиксированный выбор) - - - - Dropdown (fixed choice) - Раскрывающийся список (фиксированный выбор) - - - - Date - Дата - - - - Date Time - Дата и время - - - - File - Файл - - - - Separator: Static Separator Line - Разделитель: Статическая разделительная линия - - - - Hidden: Hidden field, can be used to insert data into form. - Скрыто: Скрытое поле, может быть использовано для вставки данных в форму. - - - - Static: Static value, displayed as-is. - Статический: Статичное значение, отображается как есть. - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik: Locale: Отображает список локализаций, которые поддерживает authentik. - - - - Preview errors - Предпросмотр ошибок - - - - Data preview - Предпросмотр данных - - - - Unique name of this field, used for selecting fields in prompt stages. - Уникальное имя этого поля, используемое для выбора полей на этапах запроса. - - - - Field Key - Ключ поля - - - - Name of the form field, also used to store the value. - Имя поля формы, также используемое для хранения значения. - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - При использовании в сочетании с этапом записи пользователя для записи атрибутов используйте attributes.foo. - - - - Label - Метка - - - - Label shown next to/above the prompt. - Метка, отображаемая рядом с запросом или под ним. - - - - Required - Обязательно - - - - Interpret placeholder as expression - Интерпретировать заполнитель как выражение - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - Если флажок установлен, то заполнитель будет оцениваться так же, как и сопоставление свойств. - Если оценка не удалась, возвращается сам заполнитель. - - - Placeholder - Заполнитель - - - - 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. - По желанию предоставьте короткую подсказку, описывающую ожидаемое значение ввода. - При создании поля с фиксированным выбором включите интерпретацию как выражение и - возвращайте список, чтобы вернуть несколько вариантов. - - - Interpret initial value as expression - Интерпретировать начальное значение как выражение - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - Если флажок установлен, то начальное значение будет оцениваться так же, как и сопоставление свойств. - Если оценка не удалась, само начальное значение. - - - Initial value - Начальное значение - - - - 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. - По желанию предварительно заполните поле ввода начальным значением. - При создании поля с фиксированным выбором включите интерпретацию как выражение и - возвращайте список, чтобы вернуть несколько вариантов по умолчанию. - - - Help text - Вспомогательный текст - - - - Any HTML can be used. - Можно использовать любой HTML. - - - - Prompts - Запросы - - - - Single Prompts that can be used for Prompt Stages. - Одиночные запросы, которые можно использовать для этапов запросов. - - - - Field - Поле - - - - Stages - Этапы - - - - Prompt(s) - Запрос(ы) - - - - Update Prompt - Обновить запрос - - - - Create Prompt - Создать запрос - - - - Target - Цель - - - - Stage - Этап - - - - Evaluate when flow is planned - Оценка, когда поток запланирован - - - - Evaluate policies during the Flow planning process. - Оценка политик во время процесса планирования потока. - - - - Evaluate when stage is run - Оценка когда этап запущен - - - - Invalid response behavior - Недопустимое поведение ответа - - - - Returns the error message and a similar challenge to the executor - Возвращает сообщение об ошибке и аналогичный вызов исполнителю - - - - Restarts the flow from the beginning - Перезапуск потока с самого начала - - - - Restarts the flow from the beginning, while keeping the flow context - Перезапускает поток с самого начала, сохраняя контекст потока - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - Настройте, как исполнитель потока должен обрабатывать недействительный ответ на вызов, переданный этим связанным этапом. - - - - Successfully updated stage. - Этап успешно обновлен. - - - - Successfully created stage. - Этап успешно создан. - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Этап, используемый для настройки duo аутентификатора. Этот этап должен использоваться для потоков конфигурации. - - - - Authenticator type name - Название типа аутентификатора - - - - Display name of this authenticator, used by users when they enroll an authenticator. - Отображаемое имя этого аутентификатора, используемое пользователями при регистрации аутентификатора. - - - - API Hostname - Имя хоста API - - - - Duo Auth API - Duo Auth API - - - - Integration key - Ключ интеграции - - - - Secret key - Секретный ключ - - - - Duo Admin API (optional) - Duo Admin API (опционально) - - - - Stage-specific settings - Настройки, специфичные для этапа - - - - Configuration flow - Поток конфигурации - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - Поток, используемый аутентифицированным пользователем для настройки этого Этапа. Если пусто, пользователь не сможет настроить этот этап. - - - - Twilio Account SID - SID учетной записи Twilio - - - - Get this value from https://console.twilio.com - Получите это значение с сайта https://console.twilio.com - - - - Twilio Auth Token - Токен аутентификации Twilio - - - - Authentication Type - Тип аутентификации - - - - Basic Auth - Базовая аутентификация - - - - Bearer Token - Bearer токен - - - - External API URL - URL-адрес внешнего API - - - - This is the full endpoint to send POST requests to. - Это полная конечная точка для отправки POST-запросов. - - - - API Auth Username - Имя пользователя API Auth - - - - This is the username to be used with basic auth or the token when used with bearer token - Это имя пользователя, которое будет использоваться при базовой аутентификации, или токен при использовании bearer токена. - - - - API Auth password - Пароль API Auth - - - - This is the password to be used with basic auth - Это пароль, который будет использоваться при базовой авторизации - - - - Mapping - Сопоставление - - - - Stage used to configure an SMS-based TOTP authenticator. - Этап, используемый для настройки аутентификатора TOTP на основе SMS. - - - - Twilio - Twilio - - - - Generic - Основной - - - - From number - С номера - - - - Number the SMS will be sent from. - Номер, с которого будет отправлено SMS. - - - - Hash phone number - Хэшировать номер телефона - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - Если эта опция включена, будет сохранен только хэш номера телефона. Это может быть сделано в целях защиты данных. Устройства, созданные на этапе с этой опцией, не могут быть использованы на этапе проверки аутентификатора. - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - Этап, используемый для настройки статического аутентификатора (т.е. статических токенов). Этот этап следует использовать для потоков конфигурации. - - - - Token count - Количество токенов - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - Этап, используемый для настройки аутентификатора TOTP (например, Authy/Google Authenticator). - - - - Digits - Цифры - - - - 6 digits, widely compatible - 6 цифр, широкая совместимость - - - - 8 digits, not compatible with apps like Google Authenticator - 8 цифр, не совместим с такими приложениями, как Google Authenticator - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - Этап, используемый для проверки любого аутентификатора. Этот этап должен использоваться в потоках аутентификации или авторизации. - - - - Device classes - Классы устройств - - - - Static Tokens - Статические токены - - - - TOTP Authenticators - Аутентификаторы TOTP - - - - WebAuthn Authenticators - Аутентификаторы WebAuthn - - - - Duo Authenticators - Аутентификаторы Duo - - - - SMS-based Authenticators - Аутентификаторы на основе SMS - - - - Device classes which can be used to authenticate. - Классы устройств, которые можно использовать для аутентификации - - - - Last validation threshold - Последний порог валидации - - - - Not configured action - Действие не настроено - - - - Force the user to configure an authenticator - Принудить пользователя настроить аутентификатор - - - - Deny the user access - Запрет доступа пользователю - - - - WebAuthn User verification - WebAuthn Верификация пользователя - - - - User verification must occur. - Должна выполняться проверка пользователя. - - - - User verification is preferred if available, but not required. - Верификация пользователя предпочтительна, если она доступна, но не обязательна. - - - - User verification should not occur. - Не должна выполняться проверка пользователя. - - - - Configuration stages - Этапы конфигурации - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - Этапы использованные для конфигурации Аутентификатора когда у пользователя нет совместимых устройств. После этого конфигурационного этапа пользователю больше не запрашивается. - - - - When multiple stages are selected, the user can choose which one they want to enroll. - Если выбрано несколько этапов, пользователь может выбрать, на каком из них он хочет зарегистрироваться. - - - - User verification - Верификация пользователя - - - - Resident key requirement - Требования к ключу резидента - - - - Authenticator Attachment - Вложения аутентификатора - - - - No preference is sent - Предпочтения не отправляются - - - - A non-removable authenticator, like TouchID or Windows Hello - Несъемный аутентификатор, например TouchID или Windows Hello - - - - A "roaming" authenticator, like a YubiKey - Переносной аутентификатор, например YubiKey - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - На этом этапе текущая сессия пользователя проверяется с помощью сервиса Google reCAPTCHA (или совместимого с ним). - - - - Public Key - Публичный ключ - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Открытый ключ, полученный с https://www.google.com/recaptcha/intro/v3.html. - - - - Private Key - Приватный ключ - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - Приватный ключ, полученный с https://www.google.com/recaptcha/intro/v3.html. - - - - Advanced settings - Дополнительные настройки - - - - JS URL - JS URL-адрес - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - URL-адрес, с которого будет браться JavaScript, по умолчанию - recaptcha. Может быть заменен на любую совместимую альтернативу. - - - - API URL - API URL-адрес - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - URL, используемый для проверки ответа капчи, по умолчанию - recaptcha. Может быть заменен на любую совместимую альтернативу. - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - Запрос на согласие пользователя. Согласие может быть постоянным или истекать через определенный промежуток времени. - - - - Always require consent - Всегда требовать согласие - - - - Consent expires in - Согласие истекает через - - - - Offset after which consent expires. - Смещение, после которого истекает срок действия согласия. - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - Фиктивный этап, используемый для тестирования. Показывает простую кнопку продолжения и всегда проходит. - - - - Throw error? - Выбросить ошибку? - - - - SMTP Host - Хост SMTP - - - - SMTP Port - Порт SMTP - - - - SMTP Username - Имя пользователя SMTP - - - - SMTP Password - Пароль SMTP - - - - Use TLS - Использовать TLS - - - - Use SSL - Использовать SSL - - - - From address - От адреса - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - Проверка адреса электронной почты пользователя путем отправки ему одноразовой ссылки. Может также использоваться для восстановления, чтобы проверить подлинность пользователя. - - - - Activate pending user on success - Активировать ожидающего пользователя при успехе - - - - When a user returns from the email successfully, their account will be activated. - Когда пользователь успешно вернется из электронной почты, его учетная запись будет активирована. - - - - Use global settings - Использовать глобальные настройки - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - Если эта функция включена, будут использоваться глобальные настройки подключения к электронной почте, а настройки подключения, указанные ниже, будут игнорироваться. - - - - Template - Шаблон - - - - Let the user identify themselves with their username or Email address. - Позволить пользователю идентифицировать себя с помощью имени пользователя или адреса электронной почты. - - - - User fields - Пользовательские поля - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - Поля, по которым пользователь может идентифицировать себя. Если ни одно из полей не выбрано, пользователь сможет использовать только источники. - - - - Password stage - Этап пароля - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - При выборе этого параметра поле для ввода пароля отображается на той же странице, а не на отдельной. Это предотвращает атаки с перечислением имен пользователей. - - - - Case insensitive matching - Нечувствительное к регистру соответствие - - - - When enabled, user fields are matched regardless of their casing. - Если эта функция включена, пользовательские поля будут сопоставляться независимо от их регистра. - - - - Show matched user - Показать совпадающего пользователя - - - - 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. - Если введено правильное имя пользователя/электронная почта и эта опция включена, будет показано имя пользователя и аватар. В противном случае будет показан текст, который ввел пользователь. - - - - Source settings - Настройки источника - - - - Sources - Источники - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - Для аутентификации пользователей необходимо выбрать источники. Это касается только веб-источников, но не LDAP. - - - - Show sources' labels - Показать метки источников - - - - By default, only icons are shown for sources. Enable this to show their full names. - По умолчанию для источников отображаются только значки. Включите эту опцию, чтобы показывать их полные имена. - - - - Passwordless flow - Беспарольный поток - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - Дополнительный беспарольный поток, ссылка на который находится в нижней части страницы. При настройке пользователи могут использовать этот поток для аутентификации с помощью аутентификатора WebAuthn, не вводя никаких данных. - - - - Optional enrollment flow, which is linked at the bottom of the page. - Дополнительный поток регистрации, ссылка на который находится в нижней части страницы. - - - - Optional recovery flow, which is linked at the bottom of the page. - Дополнительный поток восстановления доступа, ссылка на который находится в нижней части страницы. - - - - This stage can be included in enrollment flows to accept invitations. - Этот этап может быть включен в потоки регистрации для принятия приглашений. - - - - Continue flow without invitation - Продолжить поток без приглашения - - - - 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. - Если этот флаг установлен, то при отсутствии приглашения этот этап перейдет к следующему этапу. По умолчанию эта стадия отменяет поток, если приглашение не получено. - - - - Validate the user's password against the selected backend(s). - Проверка пароля пользователя на соответствие выбранному бэкэнду (бэкэндам). - - - - Backends - Бэкенды - - - - User database + standard password - База данных пользователей + стандартный пароль - - - - User database + app passwords - База данных пользователей + пароли приложения - - - - User database + LDAP password - База данных пользователей + пароль LDAP - - - - Selection of backends to test the password against. - Выбор бэкендов для проверки пароля. - - - - Failed attempts before cancel - Неудачные попытки до отмены - - - - 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. - Количество попыток пользователя до отмены потока. Чтобы заблокировать пользователя, используйте политику репутации и этап user_write. - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - Показывать пользователю произвольные поля ввода, например, во время регистрации. Данные сохраняются в контексте потока в переменной 'prompt_data'. - - - - Fields - Поля - - - - Validation Policies - Политики валидации - - - - Selected policies are executed when the stage is submitted to validate the data. - Выбранные политики выполняются при отправке этапа для проверки данных. - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - Удалить текущего пользователя. ВНИМАНИЕ, на этом этапе не запрашивается подтверждение. Используйте этап согласия, чтобы убедиться, что пользователь осознает свои действия. - - - Log the currently pending user in. - Вход в систему текущим ожидающим пользователем. - - - - Session duration - Продолжительность сеанса - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - Определяет, как долго длится сеанс. Значение по умолчанию 0 секунд означает, что сеанс длится до закрытия браузера. - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - Разные браузеры по-разному обрабатывают сеансовые файлы cookie и могут не удалять их даже при закрытии браузера. - - - - See here. - См. здесь. - - - - Stay signed in offset - Смещение "Оставаться в системе" - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - Если значение продолжительности больше 0, у пользователя будет возможность выбрать опцию "оставаться в системе", что продлит его сеанс на указанное здесь время. - - - - Terminate other sessions - Прервать другие сеансы - - - - When enabled, all previous sessions of the user will be terminated. - Если включено, все предыдущие сеансы пользователя будут завершены. - - - - Remove the user from the current session. - Удалить пользователя из текущей сессии. - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - Запишите любые данные из контекста потока 'prompt_data' текущему пользователю. Если пользователя - нет, создается новый пользователь, и данные записываются ему. - - - Never create users - Никогда не создавать пользователей - - - - When no user is present in the flow context, the stage will fail. - Если в контексте потока нет пользователя, этап завершится неудачей. - - - - Create users when required - Создание пользователей при необходимости - - - - When no user is present in the the flow context, a new user is created. - Если в контексте потока нет пользователя, создается новый пользователь. - - - - Always create new users - Всегда создавать новых пользователей - - - - Create a new user even if a user is in the flow context. - Создать нового пользователя, даже если он уже находится в контексте потока. - - - - Create users as inactive - Создание пользователей как неактивных - - - - Mark newly created users as inactive. - Отмечать вновь созданных пользователей как неактивных. - - - - User path template - Шаблон пути пользователя - - - - Path new users will be created under. If left blank, the default path will be used. - Путь, по которому будут создаваться новые пользователи. Если оставить пустым, будет использоваться путь по умолчанию. - - - - Newly created users are added to this group, if a group is selected. - Вновь созданные пользователи добавляются в эту группу, если группа выбрана. - - - - New stage - Новый этап - - - - Create a new stage. - Создание нового этапа. - - - - Successfully imported device. - Устройство успешно импортировано. - - - - The user in authentik this device will be assigned to. - Пользователь authentik, которому будет назначено это устройство. - - - - Duo User ID - ID пользователя Duo - - - - The user ID in Duo, can be found in the URL after clicking on a user. - Идентификатор пользователя в Duo, можно найти в URL после нажатия на пользователя. - - - - Automatic import - Автоматический импорт - - - - Successfully imported devices. - Успешно импортировано - устройств(а). - - - - Start automatic import - Запуск автоматического импорта - - - - Or manually import - Или импортировать вручную - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - Этапы - это отдельные шаги потока, через которые проходит пользователь. Этап может быть выполнен только внутри потока. - - - - Flows - Потоки - - - - Stage(s) - Этап(ы) - - - - Import - Импорт - - - - Import Duo device - Импорт устройства Duo - - - - Successfully updated flow. - Поток успешно обновлен. - - - - Successfully created flow. - Поток успешно создан. - - - - Shown as the Title in Flow pages. - Указывается в качестве заголовка на страницах потока. - - - - Visible in the URL. - Виден в URL-адресе. - - - - Designation - Назначение - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - Определяет, для чего используется данный поток. Например, поток Authentication перенаправляется, когда не прошедший аутентификацию пользователь посещает authentik. - - - - No requirement - Нет требований - - - - Require authentication - Требуется аутентификация - - - - Required authentication level for this flow. - Требуемый уровень аутентификации для этого потока. - - - - Behavior settings - Настройки поведения - - - - Compatibility mode - Режим совместимости - - - - Increases compatibility with password managers and mobile devices. - Повышенная совместимость с менеджерами паролей и мобильными устройствами. - - - - Denied action - Отказано в действии - - - - Will follow the ?next parameter if set, otherwise show a message - Будет следовать за параметром ?next, если он установлен, в противном случае покажет сообщение - - - - Will either follow the ?next parameter or redirect to the default interface - Будет либо следовать параметру ?next, либо перенаправлять на интерфейс по умолчанию. - - - - Will notify the user the flow isn't applicable - Уведомляет пользователя, что поток неприменим. - - - - Decides the response when a policy denies access to this flow for a user. - Определяет ответ, когда политика отказывает пользователю в доступе к этому потоку. - - - - Appearance settings - Настройки внешнего вида - - - - Layout - Макет - - - - Background - Фон - - - - Background shown during execution. - Фон, отображаемый во время выполнения. - - - - Clear background - Убрать фон - - - - Delete currently set background image. - Удаление установленного в данный момент фонового изображения. - - - - Successfully imported flow. - Поток успешно импортирован. - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - Потоки описывают цепочку этапов для аутентификации, регистрации или восстановления пользователя. Этапы выбираются на основе применяемых к ним политик. - - - - Flow(s) - Поток(и) - - - - Update Flow - Обновить поток - - - - Create Flow - Создать поток - - - - Import Flow - Импортировать поток - - - - Successfully cleared flow cache - Кэш потока успешно очищен - - - - Failed to delete flow cache - Не удалось удалить кэш потока - - - - Clear Flow cache - Очистить кэш потока - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - Вы уверены, что хотите очистить кэш потока? - Это приведет к тому, что все потоки будут заново оценены при следующем использовании. - - - Stage binding(s) - Привязка (привязки) этапа - - - - Stage type - Тип этапа - - - - Edit Stage - Редактировать этап - - - - Update Stage binding - Обновить привязку этапа - - - - These bindings control if this stage will be applied to the flow. - Эти привязки определяют, будет ли данный этап применяться к потоку. - - - - No Stages bound - Нет привязанных этапов - - - - No stages are currently bound to this flow. - В настоящее время ни один этап не связан с этим потоком. - - - - Create Stage binding - Создать привязку этапа - - - - Bind existing stage - Связать существующий этап - - - - Flow Overview - Обзор потока - - - - Related actions - Связанные действия - - - - Execute flow - Выполнить поток - - - - Normal - Стандартно - - - - Export flow - Экспорт потока - - - - Export - Экспорт - - - - Stage Bindings - Привязки этапа - - - - These bindings control which users can access this flow. - Эти привязки контролируют, какие пользователи могут получить доступ к этому потоку. - - - - Event Log - Журнал событий - - - - Event - Событие - - - - - Event info - Информация о событии - - - - Created - Создано - - - - Successfully updated transport. - Средство доставки успешно обновлено. - - - - Successfully created transport. - Средство доставки успешно создано. - - - - Local (notifications will be created within authentik) - Локальный (уведомления будут создаваться внутри authentik) - - - - Webhook (generic) - Вебхук (обычный) - - - - Webhook (Slack/Discord) - Вебхук (Slack/Discord) - - - - Webhook URL - URL-адрес вебхука - - - - Send once - Отправить единожды - - - - Only send notification once, for example when sending a webhook into a chat channel. - Отправлять уведомление только один раз, например, при отправке вебхука в чат-канал. - - - - Notification Transports - Поставщики уведомлений - - - - Define how notifications are sent to users, like Email or Webhook. - Определите способ отправки уведомлений пользователям, например по электронной почте или с помощью вебхука. - - - - Notification transport(s) - Поставщик(и) уведомлений - - - - Update Notification Transport - Обновление поставщика уведомлений - - - - Create Notification Transport - Создание поставщика уведомлений - - - - Successfully updated rule. - Правило успешно обновлено. - - - - Successfully created rule. - Правило успешно создано. - - - - Transports - Поставщики - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - Выберите, какие поставщики должны использоваться для уведомления пользователя. Если ни один из них не выбран, уведомление будет отображаться только в пользовательском интерфейсе authentik. - - - - Severity - Важность - - - - Notification Rules - Правила уведомлений - - - - Send notifications whenever a specific Event is created and matched by policies. - Отправляйте уведомления, когда создается определенное событие и сопоставляется с политиками. - - - - Sent to group - Отправляется группе - - - - Notification rule(s) - Правило (правила) уведомления - - - - Update Notification Rule - Обновление правила уведомления - - - - Create Notification Rule - Создание правила уведомления - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - Эти привязки контролируют, при каких событиях срабатывает данное правило. -Привязки к группам/пользователям проверяются по пользователю события. - - - Outpost Deployment Info - Информация о развертывании внешнего компонента - - - - View deployment documentation - Просмотр документации по развертыванию - - - - Click to copy token - Нажмите, чтобы скопировать токен - - - - If your authentik Instance is using a self-signed certificate, set this value. - Если ваш экземпляр authentik использует самоподписанный сертификат, установите это значение. - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - Если параметр authentik_host не соответствует URL, с которым вы хотите войти в систему, добавьте этот параметр. - - - - Successfully updated outpost. - Внешний компонент успешно обновлен. - - - - Successfully created outpost. - Внешний компонент успешно создан. - - - - Radius - Radius - - - - Integration - Интеграция - - - - Selecting an integration enables the management of the outpost by authentik. - Выбор интеграции позволяет управлять внешним компонентом с помощью authentik. - - - - Configuration - Конфигурация - - - - See more here: - Подробнее здесь: - - - - Documentation - Документация - - - - Last seen - Последний раз был замечен - - - - , should be - - , должен быть - - - - - Hostname - Имя хоста - - - - Not available - Недоступно - - - - Unknown type - Неизвестный тип - - - - Outposts - Внешние компоненты - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Внешние компоненты - это развертывание компонентов authentik для поддержки различных сред и протоколов, например обратных прокси. - - - - Health and Version - Здоровье и версия - - - - Warning: authentik Domain is not configured, authentication will not work. - Предупреждение: authentik домен не настроен, аутентификация не будет работать. - - - - Logging in via . - Вход в систему через - . - - - - No integration active - Нет активных интеграций - - - - Update Outpost - Обновить внешний компонент - - - - View Deployment Info - Просмотр информации о развертывании - - - - Detailed health (one instance per column, data is cached so may be out of date) - Подробное состояние здоровья (один экземпляр на колонку, данные кэшируются, поэтому могут быть устаревшими) - - - - Outpost(s) - Внешний (внешние) компонент(ы) - - - - Create Outpost - Создать внешний компонент - - - - Successfully updated integration. - Интеграция успешно обновлена. - - - - Successfully created integration. - Интеграция успешно создана. - - - - Local - Местный - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - Если включено, используется локальное соединение. Требует Docker сокет/Kubernetes интеграции. - - - - Docker URL - URL-адрес Docker - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - Центр сертификации, по которому проверяется сертификат конечной точки. Можно оставить пустым для отсутствия проверки. - - - - TLS Authentication Certificate/SSH Keypair - Сертификат аутентификации TLS/пара ключей SSH - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - Сертификат/ключ, используемый для аутентификации. Можно оставить пустым для отсутствия аутентификации. - - - - When connecting via SSH, this keypair is used for authentication. - При подключении по SSH эта пара ключей используется для аутентификации. - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - Проверка SSL-сертификата API Kubernetes - - - - New outpost integration - Новая интеграции внешнего компонента - - - - Create a new outpost integration. - Создание новой интеграции внешнего компонента - - - - State - Состояние - - - - Unhealthy - Нездоровый - - - - Outpost integration(s) - Интеграция (интеграции) внешнего компонента - - - - Successfully generated certificate-key pair. - Пара сертификат-ключ успешно сгенерирована. - - - - Common Name - Обычное имя - - - - Subject-alt name - Альтернативное имя субъекта - - - - Optional, comma-separated SubjectAlt Names. - Необязательные дополнительные имена субъекта, разделенные запятыми. - - - - Validity days - Срок действия в днях - - - - Successfully updated certificate-key pair. - Пара сертификат-ключ успешно обновлена. - - - - Successfully created certificate-key pair. - Пара сертификат-ключ успешно создана. - - - - PEM-encoded Certificate data. - PEM-закодированные данные сертификата. - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - Дополнительный закрытый ключ. Если этот параметр установлен, вы можете использовать эту пару ключей для шифрования. - - - - Certificate-Key Pairs - Пары сертификат-ключ - - - - Import certificates of external providers or create certificates to sign requests with. - Импортируйте сертификаты внешних провайдеров или создавайте сертификаты для подписания запросов. - - - - Private key available? - Закрытый ключ доступен? - - - - Certificate-Key Pair(s) - Пара(ы) сертификат-ключ - - - - Managed by authentik - Управляется authentik - - - - Managed by authentik (Discovered) - Управляется authentik (Discovered) - - - - Yes () - Да ( - ) - - - - No - Нет - - - - Update Certificate-Key Pair - Обновление пары сертификат-ключ - - - - Certificate Fingerprint (SHA1) - Отпечаток сертификата (SHA1) - - - - Certificate Fingerprint (SHA256) - Отпечаток сертификата (SHA256) - - - - Certificate Subject - Субъект сертификата - - - - Download Certificate - Скачать сертификат - - - - Download Private key - Скачать закрытый ключ - - - - Generate - Сгенерировать - - - - Successfully updated instance. - Экземпляр успешно обновлен. - - - - Successfully created instance. - Экземпляр успешно создан. - - - - Disabled blueprints are never applied. - Отключенные чертежи никогда не применяются. - - - - Local path - Локальный путь - - - - OCI Registry - OCI Реестр - - - - Internal - Внутренний - - - - Blueprint - Чертеж - - - - Configure the blueprint context, used for templating. - Настройте контекст чертежа, используемый для создания шаблонов. - - - - Orphaned - Потерянные - - - - Blueprints - Чертежи - - - - Automate and template configuration within authentik. - Автоматизация и шаблонизация конфигурации в authentik. - - - - Last applied - Последнее применение - - - - Blueprint(s) - Чертеж(и) - - - - Update Blueprint - Обновить чертеж - - - - Create Blueprint Instance - Создание экземпляра чертежа - - - - API Requests - API запросы - - - - Open API Browser - Открыть API браузер - - - - Notifications - Уведомления - - - - unread - - не прочитано - - - - Successfully cleared notifications - Уведомления успешно очищены - - - - Clear all - Очистить все - - - - User interface - Интерфейс пользователя - - - - Dashboards - Панели - - - - Events - События - - - - Logs - Логи - - - - Directory - Каталог - - - - System - Система - - - - Certificates - Сертификаты - - - - Outpost Integrations - Интеграции внешнего компонента - - - - API request failed - Не удалось выполнить запрос API - - - - Something went wrong! Please try again later. - Что-то пошло не так! Пожалуйста, повторите попытку позже. - - - - Request ID - ИД запроса - - - - You may close this page now. - Теперь вы можете закрыть эту страницу. - - - - You're about to be redirect to the following URL. - Вы будете перенаправлены на следующий URL-адрес. - - - - Follow redirect - Следовать за перенаправлением - - - - Request has been denied. - Запрос был отклонен. - - - - Not you? - Не вы? - - - - Need an account? - Нужна учетная запись? - - - - Sign up. - Зарегистрироваться. - - - - Forgot username or password? - Забыли имя пользователя или пароль? - - - - Or - Или - - - - Use a security key - Используйте ключ безопасности - - - - Login to continue to . - Войдите, чтобы перейти на - . - - - - Please enter your password - Пожалуйста, введите ваш пароль - - - - Forgot password? - Забыли пароль? - - - - Application requires following permissions: - Приложению необходимы следующие разрешения: - - - - Application already has access to the following permissions: - Приложение уже имеет доступ к следующим разрешениям: - - - - Application requires following new permissions: - Приложение требует следующих новых разрешений: - - - - Check your Inbox for a verification email. - Проверьте свой почтовый ящик, чтобы получить письмо с подтверждением. - - - - Send Email again. - Отправить электронное письмо еще раз. - - - - Successfully copied TOTP Config. - Конфигурация TOTP успешно скопирована. - - - - Code - Код - - - - Duo activation QR code - QR-код активации Duo - - - - Alternatively, if your current device has Duo installed, click on this link: - Кроме того, если на вашем текущем устройстве установлен Duo, перейдите по этой ссылке: - - - - Duo activation - Duo активация - - - - Check status - Проверить статус - - - - Make sure to keep these tokens in a safe place. - Обязательно храните эти токены в надежном месте. - - - - Phone number - Номер телефона - - - - Please enter your Phone number. - Пожалуйста, введите номер телефона. - - - - Please enter the code you received via SMS - Введите код, полученный по SMS - - - - Static token - Статический токен - - - - Authentication code - Код аутентификации - - - - Please enter your code - Пожалуйста, введите ваш код - - - - Retry authentication - Повторить аутентификацию - - - - Duo push-notifications - Duo push-уведомления - - - - Receive a push notification on your device. - Получите push-уведомление на свое устройство. - - - - Authenticator - Аутентификатор - - - - Use a security key to prove your identity. - Используйте ключ безопасности, чтобы подтвердить свою личность. - - - - Traditional authenticator - Традиционный аутентификатор - - - - Use a code-based authenticator. - Используйте аутентификатор на основе кода. - - - - Recovery keys - Ключи восстановления - - - - SMS - СМС - - - - Tokens sent via SMS. - Токены отправляются по SMS. - - - - Stay signed in? - Оставаться в системе? - - - - Select Yes to reduce the number of times you're asked to sign in. - Выберите Да, чтобы уменьшить количество запросов на вход. - - - - Authenticating with Plex... - Аутентификация с помощью Plex... - - - - Waiting for authentication... - Ожидание аутентификации... - - - - If no Plex popup opens, click the button below. - Если всплывающее окно Plex не открывается, нажмите кнопку ниже. - - - - Open login - Открытый логин - - - - Authenticating with Apple... - Аутентификация с помощью Apple... - - - - Retry - Повторить - - - - You've successfully authenticated your device. - Вы успешно прошли проверку подлинности своего устройства. - - - - Flow inspector - Инспектор потока - - - - Next stage - Следующий этап - - - - Stage name - Имя этапа - - - - Stage kind - Вид этапа - - - - Stage object - Объект этапа - - - - This flow is completed. - Этот поток завершен. - - - - Plan history - История плана - - - - Current plan context - Контекст текущего плана - - - - Session ID - ID сессии - - - - Powered by authentik - Основано на authentik - - - - Error creating credential: - Ошибка при создании учетных данных: - - - - - Server validation of credential failed: - Проверка учетных данных на сервере не удалась: - - - - - Refer to documentation - См. документацию - - - No Applications available. - Нет доступных приложений. - - - - Either no applications are defined, or you don’t have access to any. - Приложения либо не определены, либо у вас нет доступа к ним. - - - My Applications - Мои приложения - - - - My applications - Мои приложения - - - - Change your password - Изменить ваш пароль - - - - Change password - Изменить пароль - - - - Save - Сохранить - - - - Delete account - Удалить аккаунт - - - - Successfully updated details - Детали успешно обновлены. - - - - Open settings - Открыть настройки - - - - No settings flow configured. - Поток настроек не настроен. - - - - Update details - Обновить детали - - - - Successfully disconnected source - Источник успешно отключен - - - - Failed to disconnected source: - Не удалось отключить источник: - - - - - Disconnect - Отключить - - - - Connect - Подключить - - - - Error: unsupported source settings: - Ошибка: неподдерживаемые параметры источника: - - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - Подключите свою учетную запись к перечисленным ниже сервисам, чтобы можно было входить в систему, используя сервис, а не обычные данные. - - - - No services available. - Нет доступных сервисов. - - - - Create App password - Создать пароль приложения - - - - User details - Информация о пользователе - - - - Consent - Согласие - - - - MFA Devices - MFA-устройства - - - - Connected services - Подключенные сервисы - - - - Tokens and App passwords - Токены и пароли приложений - - - - Unread notifications - Непрочитанные уведомления - - - - Admin interface - Интерфейс администратора - - - - Stop impersonation - Остановить имитацию пользователя - - - - Avatar image - Аватарка - - - - Failed - Не удалось - - - - Unsynced / N/A - Не синхронизировано / N/A - - - - Outdated outposts - Устаревшие внешние компоненты - - - - Unhealthy outposts - Нездоровые внешние компоненты - - - - Next - Далее - - - - Inactive - Неактивный - - - - Regular user - Постоянный пользователь - - - - Activate - Активировать - - - - Use Server URI for SNI verification - Использование URI сервера для проверки SNI - - - Required for servers using TLS 1.3+ - Требуется для серверов, использующих TLS 1.3+ - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - Пара ключей сертификата клиента для аутентификации по сертификату сервера LDAP. - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - Сертификат для вышеуказанного настроенного базового DN. В качестве запасного варианта провайдер использует самоподписанный сертификат. - - - TLS Server name - Имя сервера TLS - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - DNS-имя, для которого должен использоваться настроенный выше сертификат. Сертификат не может быть определен на основе базового DN, поскольку согласование SSL/TLS происходит до обмена такими данными. - - - TLS Client authentication certificate - Сертификат аутентификации клиента TLS - - - Model - Модель - - - Match events created by selected model. When left empty, all models are matched. - Соответствовать событиям, созданным выбранной моделью. Если поле оставить пустым, будут соответствовать все модели. - - - Code-based MFA Support - Поддержка MFA на основе кодов - - - 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. - Если эта функция включена, можно использовать многофакторную аутентификацию на основе кода, добавляя к паролю точку с запятой и код TOTP. Эту функцию следует включать только в том случае, если у всех пользователей, которые будут привязываться к этому провайдеру, настроено устройство TOTP, поскольку в противном случае пароль может быть ошибочно отклонен, если он содержит точку с запятой. - - - User type - Тип пользователя - - - Successfully updated license. - Лицензия успешно обновлена. - - - Successfully created license. - Лицензия успешно создана. - - - Install ID - Идентификатор установки - - - License key - Лицензионный ключ - - - Licenses - Лицензии - - - License(s) - Лицензия (лицензии) - - - Cumulative license expiry - Накопительный срок действия лицензии - - - Update License - Обновление лицензии - - - Warning: The current user count has exceeded the configured licenses. - Предупреждение: Текущее количество пользователей превысило количество настроенных лицензий. - - - Click here for more info. - Нажмите здесь для получения дополнительной информации. - - - Enterprise - Enterprise - - - Manage enterprise licenses - Управление enterprise лицензиями - - - No licenses found. - Лицензий не найдено. - - - Send us feedback! - Отправьте нам отзыв! - - - Go to Customer Portal - Перейти на клиентский портал - - - Forecast internal users - Прогноз внутренних пользователей - - - Estimated user count one year from now based on current internal users and forecasted internal users. - - - Forecast external users - Прогноз внешних пользователей - - - Estimated user count one year from now based on current external users and forecasted external users. - - - Install - Установить - - - Install License - Установить лицензию - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - Внутренними пользователями могут быть такие пользователи, как сотрудники компании, которые получат доступ к полному набору функций Enterprise. - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - Внешние пользователи могут быть внешними консультантами или клиентами B2C. Эти пользователи не получают доступа к enterprise функциям. - - - Service accounts should be used for machine-to-machine authentication or other automations. - Сервисные учетные записи следует использовать для межмашинной аутентификации или других автоматических операций. - - - Remove item - Удалить элемент - - - Open API drawer - Открыть историю API - - - Open Notification drawer - Открыть панель уведомлений - - - Add provider - Добавить провайдера - - - Open - Открыть - - - Copy token - Копировать токен - - - Add users - Добавить пользователей - - - Add group - Добавить группу - - - Import devices - Импорт устройств - - - Execute - Выполнить - - - Show details - Показать подробности - - - Apply - Применить - - - Settings - Настройки - - - Sign out - Выход - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - Количество токенов, генерируемых при каждом использовании этого этапа. Каждый токен, сгенерированный за время выполнения этапа, будет прикреплен к одному статическому устройству. - - - Token length - Длина токена - - - The length of the individual generated tokens. Can be increased to improve security. - Длина отдельных генерируемых токенов. Может быть увеличена для повышения безопасности. - - - Internal: - Внутренний: - - - External: - Внешний: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - Статически запретите поток. Чтобы эффективно использовать этот этап, отключите *Оценивать, когда планируется поток* на соответствующей привязке. - - - Create and bind Policy - Создать и привязать политику - - - Federation and Social login - Федерации и соц. вход - - - Create and bind Stage - Создать и привязать этап - - - Flows and Stages - Потоки и этапы - - - New version available - Доступна новая версия - - - Failure result - Результат сбоя - - - Pass - Пропуск - - - Don't pass - Отказ пропуска - - - Result used when policy execution fails. - Результат, используемый при сбое выполнения политики. - - - Required: User verification must occur. - Обязательно: Проверка пользователя должна выполняться. - - - Preferred: User verification is preferred if available, but not required. - Предпочтительно: Проверка пользователя предпочтительна, если доступна, но не обязательна. - - - Discouraged: User verification should not occur. - Не рекомендуется: Проверка пользователя не должна выполняться. - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - Обязательно: Средство аутентификации ДОЛЖНО создать отдельные учетные данные. Если это невозможно, RP готов к возникновению ошибки. - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - Предпочтительно: Аутентификатор может создавать и хранить отдельные учетные данные, но если он этого не делает, это тоже нормально. - - - Discouraged: The authenticator should not create a dedicated credential - Не рекомендуется: Аутентификатор не должен создавать отдельные учетные данные. - - - Lock the user out of this system - Заблокировать доступ пользователя к этой системе - - - Allow the user to log in and use this system - Разрешить пользователю входить в систему и использовать ее - - - Temporarily assume the identity of this user - Временно принять личность этого пользователя. - - - Enter a new password for this user - Введите новый пароль для этого пользователя - - - Create a link for this user to reset their password - Создать ссылку для этого пользователя, чтобы сбросить его пароль - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn требует, чтобы доступ к этой странице осуществлялся по протоколу HTTPS. - - - WebAuthn not supported by browser. - WebAuthn не поддерживается браузером. - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - Используйте этот провайдер с auth_request от nginx или forwardAuth от traefik. Для каждого приложения/домена нужен свой провайдер. Кроме того, на каждом домене необходимо направить /outpost.goauthentik.io на внешний компонент (при использовании управляемого внешнего компонента это будет сделано за вас). - - - Default relay state - Состояние реле по умолчанию - - - When using IDP-initiated logins, the relay state will be set to this value. - При использовании входов, инициированных IDP, состояние реле будет установлено в это значение. - - - Flow Info - Информация о потоке - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - Этап, используемый для настройки аутентификатора WebAuthn (например, Yubikey, FaceID/Windows Hello). - -<<<<<<< HEAD - - Internal application name used in URLs. - Внутреннее имя приложения, используемое в URL-адресах. - - - Submit - Отправить - - - UI Settings - Настройки пользовательского интерфейса - - - Your application has been saved - Ваше приложение было сохранено - - - Custom attributes - Пользовательские атрибуты - - - Don't show this message again. - Больше не показывать это сообщение. - - - Failed to fetch - Не удалось получить - - - Failed to fetch data. - Не удалось получить данные. - - - Successfully assigned permission. - Разрешение успешно назначено. - - - Role - Роль - - - Assign - Назначить - - - Assign permission to role - Назначить разрешение для роли - - - Assign to new role - Назначить для новой роли - - - Directly assigned - Назначено напрямую - - - Assign permission to user - Назначить разрешение пользователю - - - Assign to new user - Назначить для нового пользователя - - - User Object Permissions - Разрешения пользователя к объекту - - - Role Object Permissions - Разрешения роли к объекту - - - Roles - Роли - - - Select roles to grant this groups' users' permissions from the selected roles. - Выберите роли, чтобы предоставить пользователям этой группы разрешения от выбранных ролей. - - - Editing is disabled for managed tokens - Редактирование отключено для управляемых токенов - - - Permissions to add - Разрешения для добавления - - - Select permissions - Выберите разрешения - - - Assign permission - Назначить разрешение - - - Permission(s) - Разрешение(я) - - - Permission - Разрешение - - - User doesn't have view permission so description cannot be retrieved. - Пользователь не имеет права на просмотр, поэтому описание не может быть получено. - - - Assigned global permissions - Назначенные глобальные разрешения - - - Assigned object permissions - Назначенные разрешения объекта - - - Successfully updated role. - Роль успешно обновлена. - - - Successfully created role. - Роль успешно создана. - - - Manage roles which grant permissions to objects within authentik. - Управление ролями, которые предоставляют права на объекты в authentik. - - - Role(s) - Роль(и) - - - Update Role - Обновить роль - - - Create Role - Создать роль - - - Role doesn't have view permission so description cannot be retrieved. - Роль не имеет права на просмотр, поэтому описание не может быть получено. - - - Role - - - Role Info - Информация о роли - - - Pseudolocale (for testing) - Псевдолокаль (для тестирования) - - - One hint, 'New Application Wizard', is currently hidden - Одна подсказка, "Мастер создания нового приложения", в настоящее время скрыта - - - Deny message - Запретить сообщение - - - Message shown when this stage is run. - Сообщение, отображаемое при выполнении этого этапа. - - - The token has been copied to your clipboard - Токен был скопирован в ваш буфер обмена - - - The token was displayed because authentik does not have permission to write to the clipboard - Токен был отображен, потому что у authentik нет разрешения на запись в буфер обмена - - - A copy of this recovery link has been placed in your clipboard - Копия этой ссылки на восстановление была помещена в ваш буфер обмена - - - Create recovery link - Создание ссылки на восстановление - - - Create Recovery Link - Создать ссылку - - - External - Внешний - - - Service account - Сервисный аккаунт - - - Service account (internal) - Сервисный аккаунт (внутренний) - - - Check the release notes - Просмотреть примечания к выпуску - - - User Statistics - Статистика пользователей - - - User type used for newly created users. - Тип пользователя, используемый для вновь созданных пользователей. - - - Users created - Создано пользователей - - - Failed logins - Неудачные входы в систему - - - Also known as Client ID. - Также известен как Client ID. - - - Also known as Client Secret. - Также известен как Client Secret. - - - Global status - Глобальный статус - - - Vendor - Поставщик - - - Connectivity - Связанность - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0: Слишком легко угадываемый: рискованный пароль. (попыток < 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1: Очень легко угадываемый: защита от дросселируемых онлайн-атак. (попыток < 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2: Относительно легко угадываемый: защита от неконтролируемых онлайн-атак. (попыток < 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3: Безопасный не угадываемый: умеренная защита от сценария медленного хэширования в автономном режиме. (попыток < 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4: Очень не угадываемый: надежная защита от сценария медленного хэширования в автономном режиме. (попыток >= 10^10) - - - Successfully created user and added to group - Пользователь успешно создан и добавлен в группу - - - This user will be added to the group "". - Этот пользователь будет добавлен в группу &quot;&quot;. - - - Pretend user exists - Делать вид, что пользователь существует - - - When enabled, the stage will always accept the given user identifier and continue. - Если включено, этап всегда будет принимать заданный идентификатор пользователя и продолжать работу. - - - There was an error in the application. - В приложении произошла ошибка. - - - Review the application. - Проверить приложение. - - - There was an error in the provider. - В провайдере произошла ошибка. - - - Review the provider. - Проверить провайдера. - - - There was an error creating the application, but no error message was sent. Please review the server logs. - При создании приложения произошла ошибка, но сообщение об ошибке не было отправлено. Пожалуйста, просмотрите логи сервера. - - - Configure LDAP Provider - Настроить LDAP Провайдера - - - Configure Proxy Provider - Настроить Прокси Провайдера - - - Configure Radius Provider - Настроить Radius Провайдера - - - Configure SAML Provider - Настроить SAML Провайдера - - - Configure SCIM Provider - Настроить SCIM Провайдера - - - Connection settings. - Настройки подключения - - - Successfully updated endpoint. - Конечная точка успешно обновлена. - - - Successfully created endpoint. - Конечная точка успешно создана. - - - Protocol - Протокол - - - RDP - RDP - - - SSH - SSH - - - VNC - VNC - - - Host - Хост - - - Endpoint(s) - Конечная (конечные) точка (точки) - - - Update Endpoint - Обновление конечной точки - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - Эти привязки контролируют, какие пользователи будут иметь доступ к этой конечной точке. Пользователи также должны иметь доступ к приложению. - - - Create Endpoint - Создать конечную точку - - - Update RAC Provider - Обновить RAC провайдера - - - Endpoints - Конечные точки - - - General settings - Основные настройки - - - RDP settings - Настройки RDP - - - Ignore server certificate - Игнорировать сертификат сервера - - - Enable wallpaper - Включить обои - - - Enable font-smoothing - Включить сглаживание шрифтов - - - Enable full window dragging - Включить перетаскивание всего окна - - - Network binding - Привязка к сети - - - No binding - Нет привязки - - - Bind ASN - Привязать ASN - - - Bind ASN and Network - Привязать ASN и Сеть - - - Bind ASN, Network and IP - Привязать ASN, Сеть и IP - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - Настройте, должны ли сессии, созданные на этом этапе, быть привязаны к сетям, в которых они были созданы. - - - GeoIP binding - Привязка к GeoIP - - - Bind Continent - Привязать Континент - - - Bind Continent and Country - Привязать Континент и Страну - - - Bind Continent, Country and City - Привязать Континент, Страну и Город - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - Настройте, должны ли сеансы, созданные на этом этапе, привязываться к местоположению на основе GeoIP. - - - RAC - RAC - - - Connection failed after attempts. - Подключение не удалось после попытки(ок). - - - Re-connecting in second(s). - Повторное подключение через сек. - - - Connecting... - Подключение... - - - Select endpoint to connect to - Выберите конечную точку для подключения - - - Connection expiry - Истечение срока подключения - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - Определяет, как долго длится сеанс, прежде чем он будет отключен и потребует повторной авторизации. - - - Learn more - Подробнее - - - Maximum concurrent connections - Максимальное количество одновременных подключений - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - Максимальное количество одновременных разрешенных подключений к этой конечной точке. Можно установить значение -1, чтобы отключить ограничение. - - - Korean - Корейский - - - Dutch - Голландский - - - Brand - Бренд - - - Successfully updated brand. - Бренд успешно обновлен. - - - Successfully created brand. - Бренд успешно создан. - - - Use this brand for each domain that doesn't have a dedicated brand. - Использовать этот бренд для каждого домена, у которого нет собственного бренда. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - Задайте пользовательские атрибуты с помощью YAML или JSON. Любые атрибуты, заданные здесь, будут наследоваться пользователями, если запрос будет обработан этим брендом. - - - Brands - Бренды - - - Brand(s) - Бренд(ы) - - - Update Brand - Обновить бренд - - - Create Brand - Создать бренд - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - Чтобы позволить пользователю напрямую сбросить свой пароль, настройте поток восстановления на активном в данный момент бренде. - - - Successfully updated settings. - Настройки успешно обновлены. - - - Avatars - Аватарки - - - Configure how authentik should show avatars for users. The following values can be set: - Настройте, как authentik должен показывать аватары для пользователей. Можно задать следующие значения: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - Отключает аватары для каждого пользователя и просто показывает прозрачную картинку 1x1 пиксель - - - Uses gravatar with the user's email address - Использование gravatar с адресом электронной почты пользователя - - - Generated avatars based on the user's name - Генерирование аватаров на основе имени пользователя - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - Любой URL: Если вы хотите использовать изображения, размещенные на другом сервере, вы можете задать любой URL. Кроме того, можно использовать эти заполнители: - - - The user's username - Имя пользователя - - - The email address, md5 hashed - Адрес электронной почты, хэшированный md5 - - - The user's UPN, if set (otherwise an empty string) - UPN пользователя, если установлен (в противном случае пустая строка) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - Путь к атрибуту, например - attributes.something.avatar, который может быть использован в - сочетании с полем файла, чтобы позволить пользователям загружать пользовательские - аватары для себя. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - Можно задать несколько значений, разделив их запятыми, и authentik перейдет к следующему режиму, если аватар не будет найден. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - Например, установив параметр в gravatar,initials система будет - попытаться получить аватар с Gravatar, и если пользователь там не - настроен, то вернется к сгенерированному аватару. - - - Allow users to change name - Разрешить пользователям изменять имя - - - Enable the ability for users to change their name. - Включение возможности изменения пользователями своего имени. - - - Allow users to change email - Разрешить пользователям изменять электронную почту - - - Enable the ability for users to change their email. - Включение возможности для пользователей изменять свой адрес электронной почты. - - - Allow users to change username - Разрешить пользователям изменять имя пользователя - - - Enable the ability for users to change their username. - Включение возможности изменения пользователями своего имени пользователя - - - Footer links - Ссылки в нижнем колонтитуле - - - GDPR compliance - Соблюдение GDPR - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - Если включено, все события, вызванные пользователем, будут удалены после его удаления. - - - Impersonation - Имитация пользователя - - - Globally enable/disable impersonation. - Глобально включить/отключить имитацию пользователей. - - - System settings - Системные настройки - - - Changes made: - Внесены изменения: - - - Key - Ключ - - - Previous value - Предыдущее значение - - - New value - Новое значение - - - Raw event info - Необработанная информация о событии - - - Anonymous user - Анонимный пользователь - - - Add All Available - Добавить все доступные - - - Remove All Available - Удалить все доступные - - - Remove All - Удалить все - - - Available options - Доступные варианты - - - Selected options - Выбранные варианты - - - item(s) marked to add. - элемент(а/ов) отмечено для добавления. - - - item(s) selected. - элемент(а/ов) выбран(о). - - - item(s) marked to remove. - элемент(а/ов) помечен(о) для удаления. - - - Available Applications - Доступные приложения - - - Selected Applications - Выбранные приложения - - - Last used - Послед. использование - - - OAuth Access Tokens - OAuth Access токены - - - Credentials / Tokens - Учетные данные / токены - - - Permissions set on users which affect this object. - Разрешения, установленные для пользователей, которые влияют на этот объект. - - - Permissions set on roles which affect this object. - Разрешения, установленные для ролей, которые влияют на этот объект. - - - Permissions assigned to this user which affect all object instances of a given type. - Назначенные этому пользователю разрешения, которые влияют на все экземпляры объектов данного типа. - - - Permissions assigned to this user affecting specific object instances. - Назначенные этому пользователю разрешения, влияющие на конкретные экземпляры объектов. - - - Permissions assigned to this role which affect all object instances of a given type. - Назначенные этой роли разрешения, которые влияют на все экземпляры объектов данного типа. - - - JWT payload - JWT данные - - - Preview for user - Предпросмотр для пользователя - - - Brand name - Имя бренда - - - Delete authorization on disconnect - Удалить авторизацию при отключении - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - Если эта функция включена, авторизация соединения будет удаляться при отключении клиента. Это заставит клиентов с нестабильным интернет-соединением повторно авторизоваться на конечной точке. - - - Connection Token(s) - Токен(ы) подключения - - - Endpoint - Конечная точка - - - Connections - Соединения - - - Unconfigured - Не настроено - - - This option will not be changed by this mapping. - Этот параметр не будет изменен данным сопоставлением. - - - RAC Connections - Соединения RAC - - - Sending Duo push notification... - Отправка push-уведомления Duo... - - - Failed to authenticate - Не удалось аутентифицироваться - - - Authenticating... - Аутентификация... - - - Customization - Персонализация - - - Authentication failed. Please try again. - Аутентификация не удалась. Пожалуйста, попробуйте еще раз - - - Failed to register. Please try again. - Не удалось зарегистрироваться. Пожалуйста, попробуйте еще раз - - - Registering... - Регистрация... - - - Failed to register - Не удалось зарегистрироваться - - - Retry registration - Повторить регистрацию - - - Select one of the options below to continue. - Выберите один из вариантов ниже, чтобы продолжить. - - - Latest version unknown - Последняя версия неизвестна - - - Timestamp - Временная метка - - - Time - Время - - - Level - Уровень - - - Event - Событие - - - Logger - Логгер - - - Update internal password on login - Обновить внутренний пароль при входе - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - При входе пользователя в систему Authentik с использованием этого источника паролей, обновлять его учетные данные в Authentik - - - Source - Источник - - - Resume timeout - Тайм-аут возобновления - - - Amount of time a user can take to return from the source to continue the flow. - Количество времени, которое пользователь может потратить на возвращение от источника для продолжения потока. - - - Your Install ID - Ваш идентификатор установки - - - Enter the email associated with your account, and we'll send you a link to reset your password. - Введите адрес электронной почты, связанный с вашей учетной записью, и мы отправим вам ссылку для сброса пароля. - - - Stage name: - Название этапа: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - Пожалуйста, отсканируйте приведенный выше QR-код с помощью Microsoft Authenticator, Google Authenticator или других приложений-аутентификаторов на вашем устройстве и введите код, который устройство отобразит ниже, чтобы завершить настройку устройства MFA. - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - Вставьте источник OAuth или SAML в процесс выполнения потока. Это позволяет проводить дополнительную проверку пользователя или динамически получать доступ к различным источникам для разных идентификаторов пользователя (имя пользователя, адрес электронной почты и т. д.). - - - A selection is required - Выбор обязателен - - - Device type restrictions - Ограничения типа устройства - - - Available Device types - Доступные типы устройств - - - Selected Device types - Выбранные типы устройств - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - Опционально ограничьте типы устройств WebAuthn, которые могут быть использованы. Если типы устройств не выбраны, разрешены все устройства. - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - Если пользователь успешно прошел аутентификацию на устройстве из перечисленных выше классов в течение этого заданного времени, этот этап будет пропущен. - - - WebAuthn-specific settings - Настройки, специфичные для WebAuthn - - - WebAuthn Device type restrictions - Ограничения типа устройства WebAuthn - - - This restriction only applies to devices created in authentik 2024.4 or later. - Это ограничение распространяется только на устройства, созданные в authentik 2024.4 или более поздней версии. - - - Default token duration - Срок действия токена по умолчанию - - - Default duration for generated tokens - Срок действия по умолчанию для сгенерированных токенов - - - Default token length - Длина токена по умолчанию - - - Default length of generated tokens - Длина генерируемых токенов по умолчанию - - - deleted - стерто - - - Select permissions to assign - Выберите разрешения для назначения - - - Update SCIM Source - Обновить источник SCIM - - - SCIM Base URL - Базовый SCIM URL - - - Provisioned Users - Предоставлено пользователям - - - Provisioned Groups - Предоставлено группам - - - removed - удалено - - - Verifying... - Верификация... - - - Available Roles - Доступные роли - - - Selected Roles - Выбранные роли - - - Private key Algorithm - Алгоритм закрытого ключа - - - RSA - RSA - - - ECDSA - ECDSA - - - Algorithm used to generate the private key. - Алгоритм, используемый для генерации закрытого ключа. - - - Added ID - Добавлен ИД - - - Removed ID - Удален ИД - - - Cleared - Очищено - - - Google Workspace Provider - Google Workspace Провайдер - - - Credentials - Учетные данные - - - Delegated Subject - Делегированный субъект - - - Default group email domain - Почтовый домен группы по умолчанию - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - Домен по умолчанию, который используется для создания адреса электронной почты группы. Может быть настроен с помощью сопоставления свойств. - - - User deletion action - Действие удаления пользователя - - - User is deleted - Пользователь удален - - - Suspend - Приостановить - - - User is suspended, and connection to user in authentik is removed. - Пользователь приостановлен, и соединение с пользователем в authentik удалено. - - - Do Nothing - Ничего не делать - - - The connection is removed but the user is not modified - Соединение удалено, но пользователь не изменен - - - Determines what authentik will do when a User is deleted. - Определяет, что будет делать authentik при удалении пользователя. - - - Group deletion action - Действие удаления группы - - - Group is deleted - Группа удалена - - - The connection is removed but the group is not modified - Соединение удалено, но группа не изменена - - - Determines what authentik will do when a Group is deleted. - Определяет, что будет делать authentik при удалении группы. - - - Microsoft Entra Provider - Microsoft Entra Провайдер - - - Google Cloud credentials file. - Файл учетных данных Google Cloud. - - - Email address of the user the actions of authentik will be delegated to. - Адрес электронной почты пользователя, которому будут делегированы действия authentik. - - - Client ID for the app registration. - ID клиента для регистрации приложения. - - - Client secret for the app registration. - Секрет клиента для регистрации приложения. - - - Tenant ID - ID арендатора - - - ID of the tenant accounts will be synced into. - ID учетной записи арендатора, с которым она будет синхронизирована. - - - Update Microsoft Entra Provider - Обновить провайдера Microsoft Entra - - - Update Google Workspace Provider - Обновить провадера Google Workspace - - - Enterprise only - Только для Enterprise - - - Icon - Иконка - - - (build ) - (релиз ) - - - (FIPS) - (FIPS) - - - Score minimum threshold - Минимальный порог баллов - - - Minimum required score to allow continuing - Минимальный балл, необходимый для продолжения - - - Score maximum threshold - Максимальный порог баллов - - - Maximum allowed score to allow continuing - Максимальный балл, необходимый для продолжения - - - Error on invalid score - Ошибка при неверной оценке - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - Если эта функция включена и полученная оценка находится за пределами порогового значения, пользователь не сможет продолжить работу. При отключении пользователь сможет продолжить, а оценка может быть использована в политиках для настройки дальнейших этапов. - - - Microsoft Entra Group(s) - Microsoft Entra Группа(ы) - - - Microsoft Entra User(s) - Microsoft Entra Пользователь(и) - - - Google Workspace Group(s) - Google Workspace Группа(ы) - - - Google Workspace User(s) - Google Workspace Пользователь(и) - - - SCIM Group(s) - SCIM Группа(ы) - - - SCIM User(s) - SCIM Пользователь(и) - - - FIPS compliance: passing - Соответствие требованиям FIPS: проходит - - - Unverified - Непроверенные - - - FIPS compliance: unverified - Соответствие требованиям FIPS: не проходит - - - FIPS Status - FIPS статус - - - Search returned no results. - Поиск не дал никаких результатов. - - - Reputation score(s) - Оценка(и) репутации - - - See documentation - См. документацию - - - Close dialog - Закрыть диалог - - - Pagination - Нумерация - - - Restore Application Wizard Hint - Восстановить подсказку Мастера создания Приложения - - - Your authentik password - Ваш пароль authentik - - - Internal Service account - Внутренний сервисный аккаунт - - - Outpost integrations - Интеграции внешнего компонента - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - Интеграции внешнего компонента определяют, как authentik подключается к внешним платформам для управления и развертывания внешних компонентов. - - - Operation failed to complete - Не удалось завершить операцию - - - Failed to fetch objects: - Не удалось получить объекты: - - - Available Scopes - Доступные области - - - Selected Scopes - Выбранные области - - - Available Property Mappings - Доступные сопоставления свойств - - - Selected Property Mappings - Выбранные сопоставления свойств - - - Available User Property Mappings - Доступные сопоставления свойств пользователя - - - Selected User Property Mappings - Выбранные сопоставления свойств пользователя - - - Available Group Property Mappings - Доступные сопоставления свойств группы - - - Selected Group Property Mappings - Выбранные сопоставления свойств группы - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - Проверка, что пользователь удовлетворяет требованиям географии или топологии сети, основываясь на IP-адресе. Если любое из настроенных значений совпадает, политика проходит. - - - ASNs - ASNs - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - Список номеров автономных систем. Разделяются запятыми. Например, 13335, 15169, 20940 - - - Countries - Страны - - - Available Countries - Доступные Страны - - - Selected Countries - Выбранные Страны - - - Bind existing policy/group/user - Связать существующую политику/группу/пользователя - - - Property mappings for user creation. - Сопоставления свойств для создания пользователя - - - Property mappings for group creation. - Сопоставления свойств для создания группы - - - Link to a group with identical name. Can have security implications when a group is used with another source - Связать с группой с идентичным именем. Это может иметь последствия для безопасности, если группа используется с другим источником - - - Use the group's name, but deny enrollment when the name already exists - Использовать имя группы, но отказывать в регистрации, если имя уже существует. - - - Group matching mode - Режим сопоставления группы - - - OAuth Attribute mapping - Сопоставление атрибутов OAuth - - - Plex Attribute mapping - Сопоставление атрибутов Plex - - - Encryption Certificate - Сертификат шифрования - - - When selected, encrypted assertions will be decrypted using this keypair. - При выборе этого параметра зашифрованные утверждения будут расшифровываться с помощью этой пары ключей. - - - SAML Attribute mapping - Сопоставление атрибутов SAML - - - SCIM Attribute mapping - Сопоставление атрибутов SCIM - - - External user settings - Настройки внешнего пользователя - - - Default application - Приложение по умолчанию - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - Если настроено, внешние пользователи будут автоматически перенаправляться на это приложение, когда не пытаются получить доступ к другому приложению - - - Warning: One or more license(s) have expired. - Внимание: Срок действия одной или нескольких лицензий истек. - - - Warning: One or more license(s) will expire within the next 2 weeks. - Внимание: Срок действия одной или нескольких лицензий истекает в течение ближайших 2 недель. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - Внимание: Этот экземпляр authentik перешел в режим "только чтение" из-за истекших/превышенных лицензий. - - - This authentik instance uses a Trial license. - Этот экземпляр authentik использует Пробную лицензию. - - - This authentik instance uses a Non-production license. - Этот экземпляр authentik использует Non-production лицензию. - - - Access Tokens(s) - Access токен(ы) - - - Created at - Создано в - - - Last updated at - Послед. обновление в - - - Last used at - Послед. использование в - - - Provide users with a 'show password' button. - Предоставить пользователям кнопку "показать пароль". - - - Show password - Показать пароль - - - Hide password - Скрыть пароль - - - An outpost is on an incorrect version! - Внешний компонент использует неправильную версию! - - - Russian - Русский - - - Last seen: () - - - Sign assertions - - - When enabled, the assertion element of the SAML response will be signed. - - - Sign responses - - - When selected, assertions will be encrypted using this keypair. - - - Available Sources - - - Selected Sources - Выбранные Источники - - - Successfully triggered sync. - Синхронизация успешно запущена. - - - Sync - Синхронизация - - - Sync User - Синхронизация пользователей - - - Available Stages - - - Selected Stages - - - Available Fields - - - Selected Fields - - - Available Transports - - - Selected Transports - - - Expired - - - Expiring soon - - - Unlicensed - - - Read Only - Только для чтения - - - Valid - - - Current license status - Текущий статус лицензии - - - Overall license status - Общий статус лицензии - - - Internal user usage - - - % - - - External user usage - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - - - Sync Group - Группа синхронизации - - - ("", of type ) - - - Parent Group - Родительская группа - - - Flow used when logging out of this provider. - - - Unbind flow - - - Flow used for unbinding users. - - - Verify SCIM server's certificates - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - - - Go back to overview - - - Log out of - - - Log back into - - - Encryption Key - Ключ шифрования - - - Device type cannot be deleted - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - - - Google Verified Access API - API для верифицированного доступа Google - - - Device type cannot be edited - - - Advanced flow settings - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - - - Realm settings - Настройки Realm - - - Realm - Realm - - - Kerberos 5 configuration - Конфигурация Kerberos 5 - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - - - Sync connection settings - - - Sync principal - - - Principal used to authenticate to the KDC for syncing. - - - Sync password - Синхронизация пароля - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - - - Sync keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - Sync credentials cache - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - - - SPNEGO settings - - - SPNEGO server name - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - - - SPNEGO keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - SPNEGO credentials cache - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - - - Kerberos Attribute mapping - - - Update Kerberos Source - Обновить источник Kerberos - - - User database + Kerberos password - - - Select another authentication method - - - Enter a one-time recovery code for this user. - - - Enter the code from your authenticator device. - - - Kerberos Source is in preview. - - - Captcha stage - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - - - Endpoint Google Chrome Device Trust is in preview. - - - Interactive - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - - - Reason - - - Reason for impersonating the user - - - Require reason for impersonation - - - Require administrators to provide a reason for impersonating a user. - - - Italian - Итальянский - - - Add entry - Добавить запись - - - Link Title - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - - - Strict - - - Regex - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - - - Federated OIDC Sources - - - Federated OIDC Providers - - - Available Providers - Доступные провайдеры - - - Selected Providers - Выбранные провайдеры - - - JWTs signed by the selected providers can be used to authenticate to this provider. - - - KAdmin type - - - MIT krb5 kadmin - - - Heimdal kadmin - - - Other - - - Other type of kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - - - Consent given lasts indefinitely - - - Consent expires - - - Available Policies - Доступные политики - - - Selected Policies - Выбранные политики - - - Redirect the user to another flow, potentially with all gathered context - - - Static - - - Target URL - Целевой URL-адрес - - - Redirect the user to a static URL. - - - Target Flow - - - Redirect the user to a Flow. - - - Keep flow context - - - Require no authentication - - - Require superuser - Требуется суперпользователь. - - - Require being redirected from another flow - - - Require Outpost (flow can only be executed from an outpost) - - - An application name is required - - - Not a valid URL - Неверный URL-адрес - - - Not a valid slug - - - Configure Bindings - - - Configure Policy/User/Group Bindings - - - No bound policies. - - - Bind policy/group/user - Привязать политику/группу/пользователя - - - Configure Policy Bindings - Настройка политики привязок - - - Don't Pass - - - Save Binding - - - Create a Policy/User/Group Binding - - - Please choose a provider type before proceeding. - Пожалуйста, выберите тип провайдера, прежде чем продолжить. - - - Choose a Provider Type - Выбрать тип провайдера - - - Redirect URIs/Origins (RegEx) - Перенаправляющие URI/Источники (RegEx) - - - Configure OAuth2 Provider - Настройка провайдера OAuth2 - - - Configure Remote Access Provider - - - List of CIDRs (comma-seperated) 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. - - - Configure Provider - Настройка провайдера - - - strict - - - regexp - - - Review and Submit Application - - - There was an error. Please go back and review the application. - - - There was an error: - Произошла ошибка: - - - Please go back and review the application. - - - Review the Application and Provider - - - Saving application... - - - authentik was unable to complete this process. - - - Create with wizard - Создать с помощью мастера - - - Bind existing - - - Successfully updated entitlement. - - - Successfully created entitlement. - - - Application entitlement(s) - - - Update Entitlement - - - These bindings control which users have access to this entitlement. - - - No app entitlements created. - - - Create Entitlement - - - Create entitlement - - - Application entitlements - - - These entitlements can be used to configure user access in this application. - - - Worker with incorrect version connected. - - - (Format: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - - - Event Retention - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - - - OIDC Providers - - - SSF Provider is in preview. - - - Update SSF Provider - - - Streams - - - authentik Logo - Логотип authentik - - - Release - Релиз - - - Development - - - UI Version - Версия UI - - - Build - Сборка - - - Python version - Версия Python - - - Platform - Платформа - - - Kernel - Ядро - - - OpenSSL - OpenSSL - - - A newer version () of the UI is available. - - - No notifications found. - Уведомлений не найдено. - - - You don't have any notifications currently. - В данный момент у вас нет никаких уведомлений. - - - Version - Версия - - - Last password change - Последняя смена пароля - - - Evaluate policies before the Stage is presented to the user. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - - - Idle - Ожидание - - - Connecting - Подключение - - - Waiting - - - Connected - Подключено - - - Disconnecting - Отключение - - - Disconnected - Отключено - - - Create a new application and configure a provider for it. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - - - Distance settings - - - Check historical distance of logins - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - - - Maximum distance - - - Maximum distance a login attempt is allowed from in kilometers. - - - Distance tolerance - - - Tolerance in checking for distances in kilometers. - - - Historical Login Count - - - Amount of previous login events to check against. - - - Check impossible travel - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - - - Impossible travel tolerance - - - Static rule settings - - - Create with Provider - - - Email address the verification email will be sent from. - - - Stage used to configure an email-based authenticator. - - - Use global connection settings - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - - - Subject of the verification email. - - - Token expiration - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - - - Caps Lock is enabled. - Включена функция Caps Lock. - - - Configure your email - Настройте свою электронную почту - - - Please enter your email address. - Пожалуйста, введите свой адрес электронной почты. - - - Please enter the code you received via email - Пожалуйста, введите код, который вы получили по электронной почте - - - Tokens sent via email. - Токены, отправлены по электронной почте. - - - Enable dry-run mode - - - When enabled, mutating requests will be dropped and logged instead. - - - Override dry-run mode - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - - - Dry-run - - - Successfully cleared application cache - - - Failed to delete application cache - - - Clear Application cache - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - - - No name set - - - Show inactive users - - - Time the token sent is valid. - Время, в течение которого отправленный токен является действительным. - - - Compatibility Mode - - - Default behavior. - - - AWS - AWS - - - Altered behavior for usage with Amazon Web Services. - - - Slack - Slack - - - Altered behavior for usage with Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - - - AuthnContextClassRef Property Mapping - - - 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. - - - SSF URL - - - No assigned application - - - Custom CSS - Пользовательские CSS - - - Custom CSS to apply to pages when this brand is active. - - - Default flow background - - - Default background used during flow execution. Can be overridden per flow. - - - Task - - - Webhook Body Mapping - - - Webhook Header Mapping - - - Failed to preview prompt - - - Lookup using user attribute - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - - - Initial Permissions - - - Unknown Initial Permissions mode - - - Successfully updated initial permissions. - - - Successfully created initial permissions. - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - - - Available Permissions - - - Selected Permissions - - - Permissions to grant when a new object is created. - - - Set initial permissions for newly created objects. - - - Update Initial Permissions - - - Create Initial Permissions - - - Reputation: lower limit - - - Reputation cannot decrease lower than this value. Zero or negative. - - - Reputation: upper limit - - - Reputation cannot increase higher than this value. Zero or positive. - - - HTTP Basic Auth - - - Include the client ID and secret as request parameters - - - Authorization code authentication method - - - How to perform authentication during an authorization_code token request flow - - - Enable "Remember me on this device" - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - - - Remember me on this device - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - - - Number of previous passwords to check - - - Choose a Provider - - - When enabled, the SAML response will be signed. - - - Client Certificates - - - Available Certificates - - - Selected Certificates - - - Client-certificate/mTLS authentication/enrollment. - - - Certificate optional - - - If no certificate was provided, this stage will succeed and continue to the next stage. - - - Certificate required - - - If no certificate was provided, this stage will stop flow execution. - - - Certificate authorities - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - - - Certificate attribute - - - Configure the attribute of the certificate used to look for a user. - - - User attribute - - - Configure the attribute of the user used to look for a user. - - - Delete Not Found Objects - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - - - User membership attribute - - - Attribute which matches the value of Group membership field. - - - Additional User DN - - - Additional Group DN - - - The currently selected policy engine mode is : - - - Import Existing Certificate-Key Pair - - - Generate New Certificate-Key Pair - - - Show field content - - - Hide field content - - - Re-authenticate with Plex - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - - - Select the group of users which the alerts are sent to. - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - - - Send notification to event user - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - - - Maximum registration attempts - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - - - This application does currently not have any application entitlements defined. - - - Authenticated as - - - Remember device - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - - - Element inside the form slot is not a Form - - - New Password - - - Update 's password - - - Modify the payload sent to the provider. - - - Dismiss - - - Status messages - - - Select an invalidation flow... - - - Open about dialog - - - Product name - - - Product version - - - Global navigation - - - Collapse - - - Expand - - - navigation - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - - - Skip to content - - - Kerberos Source - - - Successfully updated schedule. - - - Crontab - - - Paused - - - Pause this schedule - - - Waiting to run - - - Running - - - Queue - - - Last updated - - - Show only standalone tasks - - - Exclude successful tasks - - - Retry task - - - Schedule - - - Next run - - - Last status - - - Show only standalone schedules - - - Run scheduled task now - - - Update Schedule - - - Schedules - - - Tasks - - - Current status - - - Sync is currently running. - - - Sync is not currently running. - - - Last successful sync - - - No successful sync found. - - - Last sync status - - - Current execution logs - - - Previous executions logs - - - Home - - - Collapse navigation - - - Expand navigation - - - Search - - - Table content - - - Learn more about the enterprise license. - - - Search for providers… - - - Default NameID Policy - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - - The name displayed in the application library. - - - e.g. Collaboration, Communication, Internal, etc. - - - Failed to fetch application "". - - - Account Recovery Max Attempts - - - Account Recovery Cache Timeout - - - The time window used to count recent account recovery attempts. - - - None - - - Flags - - - Modify flags to opt into new authentik behaviours early. - - - Loading templates... - - - Template used for the verification email. - - - Email Subject Prefix - - - Email Template - - - An unknown error occurred - - - Please check the browser console for more details. - - - There was an error submitting the form. - - - This field is required. - - - Query suggestions - - - Table Search - - - An error occurred while updating the provider. - - - An error occurred while creating the provider. - - - Impersonating user... - - - This may take a few seconds. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - - - Device Code - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - - - New Provider - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - - - Expand row - - - actions - - - Select all rows on page ( of selected) - - - table - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - - - Search ... - - - Provider Name - - - Select a certificate... - - - Select an authorization flow... - - - Select a signing key... - - - Select an encryption key... - - - Select an authentication flow... - - - Provider Search - - - Provider not assigned to any application. - - - Edit "" provider - - - Applications Documentation - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - - - Update "" Permissions - - - Open "" permissions modal - - - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - - - Read more about - - - OCI Support - - - Edit "" blueprint - - - Apply "" blueprint - - - Welcome, - - - Welcome - - - Loading application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - - - Token to authenticate with. - - - OAuth Source - - - Specify OAuth source used for authentication. - - - OAuth Parameters - - - Additional OAuth parameters, such as grant_type. - - - Authentication Mode - - - Authenticate SCIM requests using a static token. - - - OAuth - - - Authenticate SCIM requests using OAuth. - - - Salesforce - - - Altered behavior for usage with Salesforce. - - - Query input - - - Last refreshed - - - Refresh Token threshold - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - - Company employees with access to the full enterprise feature set. - - - External consultants or B2C customers without access to enterprise features. - - - Machine-to-machine authentication or other automations. - - - Type a username for the user... - - - The user's primary identifier used for authentication. 150 characters or fewer. - - - Display Name - - - Type an optional display name... - - - Managed by authentik and cannot be assigned manually. - - - Email Address - - - Type an optional email address... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - - - Type a path for the user... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - - Open "" - - - Verify Assertion Signature - - - When enabled, authentik will look for a Signature inside of the Assertion element. - - - Verify Response Signature - - - When enabled, authentik will look for a Signature inside of the Response element. - - - Logo shown in sidebar/header and flow executor. - - - Select an application... - - - Select a recovery flow... - - - Select an unenrollment flow... - - - Select a user settings flow... - - - Select a device code flow... - - - Search by domain or brand name... - - - New Brand - - - Create and assign a group with the same name as the user. - - - Whether the token will expire. Upon expiration, the token will be rotated. - - - Unnamed - - - Collapse "" - - - Expand "" - - - Select "" - - - Items of "" - - - API drawer - - - Close API drawer - - - View details for - - - Mark as read - - - Notification drawer - - - Search by username, email, etc... - - - User Search - - - Show deactivated users - - - New User - - - Create Service Account - - - New Service Account - - - User paths - - - Bot username - - - Bot token - - - Request access to send messages from your bot - - - Telegram Attribute mapping - - - Telegram bot - - - Update Telegram Source - - - Authenticating with Telegram... - - - Click the button below to start. - - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - - - User information - - - Avatar for - - - User avatar - - - CAPTCHA challenge - - - QR-Code to setup a time-based one-time password - - - Copy time-based one-time password configuration - - - Copy TOTP Config - - - Time-based one-time password - - - TOTP Code - - - Type your TOTP code... - - - Type your time-based one-time password code. - - - Type an authentication code... - - - In case you lose access to your primary authenticators. - - - Unknown device - - - An unknown device class was provided. - - - Select an authentication method - - - No authentication methods available. - - - Select a configuration stage - - - Close flow inspector - - - Flow inspector loading - - - Authentication form - - - Consumed - - - Pre-processing - - - Post-processing - - - Running tasks - - - Queued tasks - - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - - - - SAML Provider - - - SAML logout complete - - - Redirecting to SAML provider: - - - Posting logout request to SAML provider: - - - Unknown Provider - - - Logging out of providers... - - - Single Logout - - - The user's display name. - - - Actions for "" - - - Edit application... - - - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application - - - Ungrouped - - - application found for "" - - - applications found for "" - - - application available - - - applications available - - - Application list - - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - - diff --git a/web/xliff/ru_RU.xlf b/web/xliff/ru_RU.xlf new file mode 100644 index 0000000000..bc0f9dff74 --- /dev/null +++ b/web/xliff/ru_RU.xlf @@ -0,0 +1,9305 @@ + + + + + Dismiss + + + Connection error, reconnecting... + Ошибка подключения, повторное подключение... + + + An unknown error occurred + + + Please check the browser console for more details. + + + Status messages + + + Open API drawer + Открыть историю API + + + Unread notifications + Непрочитанные уведомления + + + Open Notification drawer + Открыть панель уведомлений + + + Settings + Настройки + + + Stop impersonation + Остановить имитацию пользователя + + + Avatar image + Аватарка + + + Sign out + Выход + + + Admin + Админ + + + Home + + + authentik Logo + Логотип authentik + + + Collapse navigation + + + Expand navigation + + + User interface + Интерфейс пользователя + + + Loading... + Загрузка... + + + Application + Приложение + + + Logins + Логины + + + Failed to fetch + Не удалось получить + + + FIPS Status + FIPS статус + + + OK + OK + + + FIPS compliance: passing + Соответствие требованиям FIPS: проходит + + + Unverified + Непроверенные + + + FIPS compliance: unverified + Соответствие требованиям FIPS: не проходит + + + Show less + Показать меньше + + + Show more + Показать больше + + + UID + UID + + + Name + Имя + + + App + Приложение + + + Model Name + Имя модели + + + Message + Сообщение + + + Subject + Тема + + + From + От + + + To + Кому + + + Context + Контекст + + + User + Пользователь + + + Changes made: + Внесены изменения: + + + Key + Ключ + + + Previous value + Предыдущее значение + + + New value + Новое значение + + + - + - + + + Added ID + Добавлен ИД + + + Removed ID + Удален ИД + + + Cleared + Очищено + + + Affected model: + Затронутая модель: + + + Authorized application: + Авторизованное приложение: + + + Using flow + Использование потока + + + Email info: + Информация об электронной почте: + + + Secret: + Секрет: + + + Exception + Исключение + + + Open issue on GitHub... + Открыть проблему на GitHub... + + + Expression + Выражение + + + Binding + Привязка + + + Request + Запрос + + + Object + Объект + + + Result + Результат + + + Passing + Прохождение + + + Messages + Сообщения + + + New version available + Доступна новая версия + + + Using source + Использование источника + + + Attempted to log in as + Попытка войти в систему как + + + + No additional data available. + Дополнительные данные отсутствуют. + + + Loading + Загрузка + + + no tabs defined + Общее системное исключение + + + Details + Подробности + + + : + + : + + + + Required + Обязательно + + + There was an error submitting the form. + + + Close dialog + Закрыть диалог + + + API Access + Доступ к API + + + App password + Пароль приложения + + + Recovery + Восстановление + + + Verification + Верификация + + + Unknown intent + Неизвестное намерение + + + Login + Вход + + + Failed login + Не удалось войти + + + Logout + Выйти + + + User was written to + Пользователь был записан в + + + Suspicious request + Подозрительный запрос + + + Password set + Пароль установлен + + + Secret was viewed + Секрет просмотрен + + + Secret was rotated + Секрет был обновлен + + + Invitation used + Приглашение использовано + + + Application authorized + Приложение авторизированно + + + Source linked + Источник привязан + + + Impersonation started + Имитация пользователя началась + + + Impersonation ended + Имитация пользователя завершилась + + + Flow execution + Выполнение потока + + + Policy execution + Политика выполнения + + + Policy exception + Политика исключения + + + Property Mapping exception + Исключение из сопоставления свойств + + + System task execution + Выполнение системных задач + + + System task exception + Исключение системной задачи + + + General system exception + Общее системное исключение + + + Configuration error + Ошибка конфигурации + + + Model created + Модель создана + + + Model updated + Модель обновлена + + + Model deleted + Модель удалена + + + Email sent + Письмо отправленно + + + Update available + Обновление доступно + + + Alert + Оповещение + + + Notice + Уведомление + + + Warning + Предупреждение + + + Unknown severity + Неизвестная серьезность + + + Static tokens + Статические токены + + + TOTP Device + Устройство TOTP + + + A code has been sent to your address: + + + A code has been sent to your email address. + + + A one-time use code has been sent to you via SMS text message. + + + Open your authenticator app to retrieve a one-time use code. + + + Enter a one-time recovery code for this user. + + + Enter the code from your authenticator device. + + + Internal + Внутренний + + + External + Внешний + + + Service account + Сервисный аккаунт + + + Service account (internal) + Сервисный аккаунт (внутренний) + + + Remove item + Удалить элемент + + + table pagination + + + - of + + - + из + + + + Go to previous page + Перейти на предыдущую страницу + + + Go to next page + Перейти на следующую страницу + + + This field is required. + + + Search... + Поиск... + + + Search + + + Query suggestions + + + Query input + + + Table Search + + + Clear search + Очистить поиск + + + Sort by "" + + + No objects found. + Объекты не найдены. + + + Failed to fetch objects. + Не удалось получить объекты. + + + Select "" row + + + Collapse row + + + Expand row + + + Refresh + Обновить + + + actions + + + Select all rows on page ( of selected) + + + Last refreshed + + + table + + + Table content + + + Column actions + + + Anonymous user + Анонимный пользователь + + + On behalf of + От имени + + + + Authenticated as + + + Recent events + Последние события + + + Events + События + + + Action + Действие + + + Creation Date + Дата создания + + + Client IP + IP-адрес клиента + + + No Events found. + События не найдены. + + + No matching events could be found. + Не удалось найти ни одного подходящего события. + + + System Status + + + Embedded outpost is not configured correctly. + Встроенный внешний компонент настроен неправильно. + + + Check outposts. + Проверить внешние компоненты. + + + HTTPS is not detected correctly + HTTPS определяется неправильно + + + Server and client are further than 5 seconds apart. + Сервер и клиент находятся на расстоянии более 5 секунд друг от друга. + + + Everything is ok. + Все хорошо. + + + Version + Версия + + + Based on + Основано на + + + + is available! + + уже доступна! + + + An outpost is on an incorrect version! + Внешний компонент использует неправильную версию! + + + Up-to-date! + Актуально! + + + Latest version unknown + Последняя версия неизвестна + + + Workers + Рабочие процессы + + + No workers connected. Background tasks will not run. + Нет подключенных рабочих процессов. Фоновые задачи не будут выполняться. + + + Worker with incorrect version connected. + + + Failed to fetch data. + Не удалось получить данные. + + + Chart + + + Event volume chart + + + Authorizations + Авторизации + + + Successful Logins + Успешные входы в систему + + + Failed Logins + Неудачные входы в систему + + + Cancel + Отмена + + + Synchronization status chart + + + SCIM Provider + SCIM Провайдер + + + Google Workspace Provider + Google Workspace Провайдер + + + Microsoft Entra Provider + Microsoft Entra Провайдер + + + LDAP Source + Источник LDAP + + + Kerberos Source + + + Healthy + Здоровый + + + Failed + Не удалось + + + Unsynced / N/A + Не синхронизировано / N/A + + + Outpost status chart + + + Healthy outposts + Здоровые внешние компоненты + + + Outdated outposts + Устаревшие внешние компоненты + + + Unhealthy outposts + Нездоровые внешние компоненты + + + Operation failed to complete + Не удалось завершить операцию + + + Quick actions + Быстрые действия + + + Not found + Не найдено + + + The URL "" was not found. + URL " + " не найден. + + + Return home + Вернуться домой + + + Skip to content + + + Create a new application + Создание нового приложения + + + Check the logs + Проверить логи + + + Explore integrations + Изучить интеграции + + + Manage users + Управление пользователями + + + Check the release notes + Просмотреть примечания к выпуску + + + Overview + Обзор + + + Outpost status + Статус внешнего компонента + + + Sync status + Статус синхронизации + + + Logins and authorizations over the last week (per 8 hours) + Входы и авторизации за последнюю неделю (за 8 часов) + + + Apps with most usage + Приложения, которые используются чаще всего + + + Welcome, + + + Welcome + + + General system status + Общее состояние системы + + + Objects created + Объектов создано + + + Users created per day in the last month + Количество пользователей, созданных в день за последний месяц + + + Users created + Создано пользователей + + + Logins per day in the last month + Количество входов в систему в день за последний месяц + + + Failed Logins per day in the last month + Неудачные входы в систему в день за последний месяц + + + Failed logins + Неудачные входы в систему + + + User Statistics + Статистика пользователей + + + Yes + Да + + + No + Нет + + + No log messages. + Сообщения в журнале отсутствуют. + + + Timestamp + Временная метка + + + Attributes + Атрибуты + + + Time + Время + + + Level + Уровень + + + Event + Событие + + + Logger + Логгер + + + Not used by any other object. + Не используется никаким другим объектом. + + + object will be DELETED + объект будет удален + + + connection will be deleted + соединение будет удалено + + + reference will be reset to default value + ссылка будет сброшена до значения по умолчанию + + + reference will be set to an empty value + для ссылки будет установлено пустое значение + + + () + + ( + ) + + + Delete + Удалить + + + deleted + стерто + + + ID + ID + + + Successfully deleted + Успешно удалено + + + Failed to delete : + Не удалось удалить + : + + + + Delete + Удалить + + + + Are you sure you want to delete ? + Вы уверены, что хотите удалить ? + + + No form found + Форма не найдена + + + Element inside the form slot is not a Form + + + Form actions + + + Submit action + + + Cancel action + + + Successfully updated schedule. + + + Crontab + + + Paused + + + Pause this schedule + + + Select an object. + Выберите объект. + + + Failed to fetch objects: + Не удалось получить объекты: + + + Successfully assigned permission. + Разрешение успешно назначено. + + + Role + Роль + + + Assign + Назначить + + + Assign permission to role + Назначить разрешение для роли + + + Assign to new role + Назначить для новой роли + + + Permission(s) + Разрешение(я) + + + Permission + Разрешение + + + Directly assigned + Назначено напрямую + + + Assign permission to user + Назначить разрешение пользователю + + + Assign to new user + Назначить для нового пользователя + + + Superuser + Суперпользователь + + + Model + Модель + + + Select permissions to assign + Выберите разрешения для назначения + + + Add + Добавить + + + Permissions to add + Разрешения для добавления + + + Select permissions + Выберите разрешения + + + Assigned to role + + + Assign permission + Назначить разрешение + + + Role doesn't have view permission so description cannot be retrieved. + Роль не имеет права на просмотр, поэтому описание не может быть получено. + + + Assigned to user + + + User doesn't have view permission so description cannot be retrieved. + Пользователь не имеет права на просмотр, поэтому описание не может быть получено. + + + User Object Permissions + Разрешения пользователя к объекту + + + Permissions set on users which affect this object. + Разрешения, установленные для пользователей, которые влияют на этот объект. + + + Role Object Permissions + Разрешения роли к объекту + + + Permissions set on roles which affect this object. + Разрешения, установленные для ролей, которые влияют на этот объект. + + + Assigned global permissions + Назначенные глобальные разрешения + + + Permissions assigned to this user which affect all object instances of a given type. + Назначенные этому пользователю разрешения, которые влияют на все экземпляры объектов данного типа. + + + Assigned object permissions + Назначенные разрешения объекта + + + Permissions assigned to this user affecting specific object instances. + Назначенные этому пользователю разрешения, влияющие на конкретные экземпляры объектов. + + + Permissions assigned to this role which affect all object instances of a given type. + Назначенные этой роли разрешения, которые влияют на все экземпляры объектов данного типа. + + + Close + Закрыть + + + Update "" Permissions + + + Open "" permissions modal + + + Permissions + Разрешения + + + Waiting to run + + + Consumed + + + Pre-processing + + + Running + + + Post-processing + + + Successful + Успешно + + + Error + Ошибка + + + Unknown + Неизвестно + + + Running tasks + + + Queued tasks + + + Successful tasks + + + Error tasks + + + Task + + + Queue + + + Retries + + + Planned execution time + + + Last updated + + + Status + Статус + + + Actions + Действия + + + Row Actions + + + Show only standalone tasks + + + Exclude successful tasks + + + Retry task + + + Current execution logs + + + Previous executions logs + + + Schedule + + + Next run + + + Last status + + + Show only standalone schedules + + + Run scheduled task now + + + Update + Обновить + + + Update Schedule + + + Edit + Редактировать + + + Tasks + + + Schedules + + + System Tasks + Системные задачи + + + Long-running operations which authentik executes in the background. + Длительные операции, которые authentik выполняет в фоновом режиме. + + + Next + Далее + + + Back + Назад + + + Wizard steps + + + Wizard navigation + + + New application + Новое приложение + + + Create a new application and configure a provider for it. + + + Any policy must match to grant access + Любая политика должна соответствовать для предоставления доступа + + + All policies must match to grant access + Все политики должны соответствовать для предоставления доступа + + + An application name is required + + + Not a valid URL + Неверный URL-адрес + + + Not a valid slug + + + Configure the Application + + + Type an application name... + + + Application Name + + + The name displayed in the application library. + + + Slug + Идентификатор + + + Internal application name used in URLs. + Внутреннее имя приложения, используемое в URL-адресах. + + + Group + Группа + + + e.g. Collaboration, Communication, Internal, etc. + + + Optionally enter a group name. Applications with identical groups are shown grouped together. + По желанию введите имя группы. Приложения с одинаковыми группами отображаются сгруппированными вместе. + + + Policy engine mode + Режим механизма политики + + + UI Settings + Настройки пользовательского интерфейса + + + Launch URL + URL запуска + + + https://... + + + If left empty, authentik will try to extract the launch URL based on the selected provider. + Если оставить пустым, authentik попытается извлечь URL-адрес запуска на основе выбранного провайдера. + + + Open in new tab + Открывать в новой вкладке + + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + Если флажок установлен, URL-адрес запуска будет открываться в новой вкладке браузера или окне из библиотеки приложений пользователя. + + + Select all rows + Выбрать все строки + + + Bind existing policy/group/user + Связать существующую политику/группу/пользователя + + + Order + Порядок + + + Enabled + Включено + + + Timeout + Тайм-аут + + + Configure Bindings + + + Policy + Политика + + + + Group + Группа + + + + User + Пользователь + + + + Configure Policy/User/Group Bindings + + + These policies control which users can access this application. + Эти политики контролируют, какие пользователи могут получить доступ к этому приложению. + + + No bound policies. + + + No policies are currently bound to this object. + В настоящее время ни одна политика не связана с этим объектом. + + + Bind policy/group/user + Привязать политику/группу/пользователя + + + Configure Policy Bindings + Настройка политики привязок + + + Pass + Пропуск + + + Don't Pass + + + Edit Binding + Изменить привязку + + + Save Binding + + + Create a Policy/User/Group Binding + + + Policy + Политика + + + Negate result + Отрицать результат + + + Negates the outcome of the binding. Messages are unaffected. + Отменяет результат привязки. Сообщения не затрагиваются. + + + Failure result + Результат сбоя + + + Enterprise only + Только для Enterprise + + + Learn more about the enterprise license. + + + Apply changes + Применить изменения + + + Close wizard + + + UNNAMED + + + Wizard content + + + Finish + Завершить + + + Select type + Выбрать тип + + + Select a provider type + + + Icon + Иконка + + + Choose a Provider + + + Please choose a provider type before proceeding. + Пожалуйста, выберите тип провайдера, прежде чем продолжить. + + + Choose a Provider Type + Выбрать тип провайдера + + + Certificate + Сертификат + + + Select a certificate... + + + Authentication + Аутентификация + + + Authorization + Авторизация + + + Enrollment + Регистрация + + + Invalidation + Аннулирование + + + Stage Configuration + Этап конфигурации + + + Unenrollment + Отмена регистрации + + + Unknown designation + Неизвестное назначение + + + Stacked + Сверху вниз + + + Content left + Контент слева + + + Content right + Контент справа + + + Sidebar left + Боковая панель слева + + + Sidebar right + Боковая панель справа + + + Unknown layout + Неизвестный макет + + + Select a flow... + + + Add All Available + Добавить все доступные + + + Remove All Available + Удалить все доступные + + + Remove + Удалить + + + Remove All + Удалить все + + + Pagination + Нумерация + + + Available options + Доступные варианты + + + Selected options + Выбранные варианты + + + item(s) marked to add. + элемент(а/ов) отмечено для добавления. + + + item(s) selected. + элемент(а/ов) выбран(о). + + + item(s) marked to remove. + элемент(а/ов) помечен(о) для удаления. + + + Search ... + + + (Format: hours=-1;minutes=-2;seconds=-3). + + + (Format: hours=1;minutes=2;seconds=3). + + + The following keywords are supported: + Поддерживаются следующие ключевые слова: + + + Cached binding + Кэшированная привязка + + + Flow is executed and session is cached in memory. Flow is executed when session expires + Поток выполняется, а сессия кэшируется в памяти. Поток выполняется, когда истекает срок действия сессии + + + Direct binding + Прямая привязка + + + Always execute the configured bind flow to authenticate the user + Всегда выполнять настроенный поток привязки для аутентификации пользователя + + + Cached querying + Кэшированные запросы + + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + Внешний компонент хранит всех пользователей и группы в памяти и будет обновляться каждые 5 минут. + + + Direct querying + Прямой запрос + + + Always returns the latest data, but slower than cached querying + Всегда возвращать последние данные, но медленнее, чем кэшированный запрос + + + 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. + Если эта функция включена, можно использовать многофакторную аутентификацию на основе кода, добавляя к паролю точку с запятой и код TOTP. Эту функцию следует включать только в том случае, если у всех пользователей, которые будут привязываться к этому провайдеру, настроено устройство TOTP, поскольку в противном случае пароль может быть ошибочно отклонен, если он содержит точку с запятой. + + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + Сертификат для вышеуказанного настроенного базового DN. В качестве запасного варианта провайдер использует самоподписанный сертификат. + + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + DNS-имя, для которого должен использоваться настроенный выше сертификат. Сертификат не может быть определен на основе базового DN, поскольку согласование SSL/TLS происходит до обмена такими данными. + + + 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 + Начало для uidNumbers, это число добавляется в user.pk, чтобы убедиться, что номера не слишком малы для пользователей POSIX. По умолчанию 2000, чтобы не столкнуться с локальными пользователями uidNumber + + + 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 + Начало для gidNumbers, это число добавляется к числу, сгенерированному из group.pk, чтобы убедиться, что числа не слишком малы для POSIX-групп. По умолчанию 4000, чтобы исключить столкновение с локальными группами или первичными группами пользователей gidNumber + + + Provider Name + + + Type a provider name... + + + Bind mode + Режим привязки + + + Configure how the outpost authenticates requests. + Настройка способа аутентификации запросов на внешнем компоненте. + + + Search mode + Режим поиска + + + Configure how the outpost queries the core authentik server's users. + Настройте, как внешний компонент будет запрашивать пользователей основного сервера authentik. + + + Code-based MFA Support + Поддержка MFA на основе кодов + + + Flow settings + Настройки потока + + + Bind flow + Связать поток + + + Flow used for users to authenticate. + Поток используемый для аутентификации пользователей. + + + Unbind flow + + + Flow used for unbinding users. + + + Protocol settings + Настройки протокола + + + Base DN + Base DN + + + LDAP DN under which bind requests and search requests can be made. + LDAP DN, под которым могут выполняться запросы привязки и поиска. + + + TLS Server name + Имя сервера TLS + + + UID start number + Начальный номер UID + + + GID start number + Начальный номер GID + + + Configure LDAP Provider + Настроить LDAP Провайдера + + + Show field content + + + Hide field content + + + Add entry + Добавить запись + + + Strict + + + Regex + + + URL + URL + + + Confidential + Конфиденциальный + + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + Конфиденциальные клиенты могут сохранять конфиденциальность своих учетных данных, таких как секреты клиента. + + + Public + Публичный + + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + Публичные клиенты не способны сохранить конфиденциальность и должны использовать такие методы, как PKCE. + + + Back-channel + + + Server-to-server logout notifications + + + Front-channel + + + Browser iframe logout notifications + + + Based on the User's hashed ID + На основе хэшированного идентификатора пользователя + + + Based on the User's ID + На основе идентификатора пользователя + + + Based on the User's UUID + На основе UUID пользователя + + + Based on the User's username + На основе имени пользователя + + + Based on the User's Email + На основе электронной почты пользователя + + + This is recommended over the UPN mode. + Это рекомендуется вместо режима UPN. + + + Based on the User's UPN + На основе UPN пользователя + + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + Требует, чтобы у пользователя был установлен атрибут 'upn', и в случае его отсутствия использует хешированный ID пользователя. Используйте этот режим только в том случае, если у вас разные домены UPN и Mail. + + + Each provider has a different issuer, based on the application slug + У каждого провайдера есть свой эмитент, основанный на идентификаторе приложения. + + + Same identifier is used for all providers + Один и тот же идентификатор используется для всех провайдеров + + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + Если явные URI перенаправления не указаны, будет сохранен первый успешно использованный URI. + + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + + + Authorization flow + Поток авторизации + + + Select an authorization flow... + + + Flow used when authorizing this provider. + Поток, используемый при авторизации данного провайдера. + + + Client type + Тип клиента + + + Client ID + ID клиента + + + Client Secret + Секрет клиента + + + Redirect URIs/Origins (RegEx) + Перенаправляющие URI/Источники (RegEx) + + + Logout URI + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + + + Logout Method + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + + + Signing Key + Подписывающий ключ + + + Select a signing key... + + + Key used to sign the tokens. + Ключ, используемый для подписи токенов. + + + Advanced flow settings + + + Authentication flow + Поток аутентификации + + + Select an authentication flow... + + + Flow used when a user access this provider and is not authenticated. + Поток, используемый, когда пользователь получает доступ к этому провайдеру и не проходит аутентификацию. + + + Invalidation flow + Поток инвалидации + + + Select an invalidation flow... + + + Flow used when logging out of this provider. + + + Advanced protocol settings + Дополнительные настройки протокола + + + Access code validity + Срок действия кода доступа + + + Configure how long access codes are valid for. + Настройте продолжительность действия кодов доступа. + + + Access Token validity + Срок действия Access токена + + + Configure how long access tokens are valid for. + Настройте срок действия access токенов. + + + Refresh Token validity + Срок действия Refresh токена + + + Configure how long refresh tokens are valid for. + Настройте срок действия refresh токенов. + + + Refresh Token threshold + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + + + Scopes + Области + + + Available Scopes + Доступные области + + + Selected Scopes + Выбранные области + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + Выберите, какие области могут быть использованы клиентом. Клиент все равно должен указать область для доступа к данным. + + + Encryption Key + Ключ шифрования + + + Select an encryption key... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Тематический режим + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + Настройте, какие данные должны использоваться в качестве уникального идентификатора пользователя. Для большинства случаев подходит значение по умолчанию. + + + Include claims in id_token + Включить утверждения в id_token + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + Включить пользовательские утверждения из областей в id_token для приложений, которые не обращаются к конечной точке userinfo. + + + Issuer mode + Режим эмитента + + + Configure how the issuer field of the ID Token should be filled. + Настройте, как должно быть заполнено поле эмитента ID-токена. + + + Machine-to-Machine authentication settings + Настройки машинно-машинной аутентификации + + + Federated OIDC Sources + + + Available Sources + + + Selected Sources + Выбранные Источники + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + JWT, подписанные сертификатами, настроенными в выбранных источниках, могут использоваться для аутентификации у этого провайдера. + + + Federated OIDC Providers + + + Available Providers + Доступные провайдеры + + + Selected Providers + Выбранные провайдеры + + + JWTs signed by the selected providers can be used to authenticate to this provider. + + + Configure OAuth2 Provider + Настройка провайдера OAuth2 + + + Successfully updated provider. + Провайдер успешно обновлен. + + + Successfully created provider. + Провайдер успешно создан. + + + An error occurred while updating the provider. + + + An error occurred while creating the provider. + + + HTTP-Basic Username Key + Ключ имени пользователя HTTP-Basic + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + Атрибут User/Group, используемый для пользовательской части заголовка HTTP-Basic. Если он не задан, используется адрес электронной почты пользователя. + + + HTTP-Basic Password Key + Ключ пароля HTTP-Basic + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + Атрибут пользователя/группы, используемый для части пароля в заголовке HTTP-Basic. + + + Proxy + Прокси + + + Forward auth (single application) + Переадресация аутентификации (одно приложение) + + + Forward auth (domain level) + Прямая аутентификация (уровень домена) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + Этот провайдер будет вести себя как прозрачный обратный прокси, за исключением того, что запросы должны быть аутентифицированы. Если ваше приложение использует HTTPS, убедитесь, что подключение к внешнему компоненту также использует HTTPS. + + + External host + Внешний хост + + + The external URL you'll access the application at. Include any non-standard port. + Внешний URL-адрес, по которому вы получите доступ к приложению. Включите любой нестандартный порт. + + + Internal host + Внутренний хост + + + http(s)://... + + + Upstream host that the requests are forwarded to. + Вышестоящий хост, которому переадресуются запросы. + + + Internal host SSL Validation + Внутренняя валидация SSL хоста + + + Validate SSL Certificates of upstream servers. + Проверка SSL-сертификатов вышестоящих серверов. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + Используйте этот провайдер с auth_request от nginx или forwardAuth от traefik. Для каждого приложения/домена нужен свой провайдер. Кроме того, на каждом домене необходимо направить /outpost.goauthentik.io на внешний компонент (при использовании управляемого внешнего компонента это будет сделано за вас). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + Используйте этот провайдер с auth_request от nginx или forwardAuth от traefik. Для каждого корневого домена требуется только один провайдер. Вы не можете выполнять авторизацию для каждого приложения, но вам и не нужно создавать провайдера для каждого приложения. + + + An example setup can look like this: + Пример настройки может выглядеть следующим образом: + + + authentik running on auth.example.com + authentik работает на auth.example.com + + + app1 running on app1.example.com + app1 работает на app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + В этом случае вы установите для URL-адреса аутентификации значение auth.example.com, а для домена Cookie - example.com. + + + Authentication URL + Ссылка аутентификации + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + Внешний URL, по которому вы будете проходить аутентификацию. Сервер authentik core должен быть доступен по этому URL. + + + Cookie domain + Cookie домен + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + Установите домен, для которого будет действовать аутентификация. Это должен быть родительский домен указанного выше URL. Если вы запускаете приложения как app1.domain.tld, app2.domain.tld, установите значение 'domain.tld'. + + + Token validity + Срок действия токена + + + Configure how long tokens are valid for. + Настройте срок действия токенов. + + + Additional scopes + Дополнительные области + + + Additional scope mappings, which are passed to the proxy. + Дополнительные сопоставления области, которые передаются прокси. + + + Unauthenticated URLs + Неаутентифицированные URL-адреса + + + Unauthenticated Paths + Неаутентифицированные пути + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + Регулярные выражения, для которых не требуется аутентификация. Каждая новая строка интерпретируется как новое выражение. + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + При использовании режима прокси или прямого аутентификатора (одно приложение) запрашиваемый URL Path проверяется на соответствие регулярным выражениям. При использовании прямой авторизации (режим домена) полный запрашиваемый URL, включая схему и хост, проверяется на соответствие регулярным выражениям. + + + Authentication settings + Настройки аутентификации + + + Intercept header authentication + Перехват заголовка аутентификации + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + Если эта функция включена, authentik будет перехватывать заголовок Authorization для аутентификации запроса. + + + Send HTTP-Basic Authentication + Настройка базовой аутентификации HTTP + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + Отправить пользовательский заголовок HTTP-Basic аутентификации на основе значений из authentik. + + + Configure Proxy Provider + Настроить Прокси Провайдера + + + Configure Remote Access Provider + + + Connection expiry + Истечение срока подключения + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + Определяет, как долго длится сеанс, прежде чем он будет отключен и потребует повторной авторизации. + + + Property mappings + Сопоставления свойств + + + Available Property Mappings + Доступные сопоставления свойств + + + Selected Property Mappings + Выбранные сопоставления свойств + + + List of CIDRs (comma-seperated) 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. + + + Shared secret + Общий секрет + + + Client Networks + Клиентские сети + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + + + Configure Radius Provider + Настроить Radius Провайдера + + + Redirect + Перенаправление + + + Post + Post + + + Sign assertions + + + When enabled, the assertion element of the SAML response will be signed. + + + Sign responses + + + When enabled, the SAML response will be signed. + + + Sign logout requests + + + When enabled, SAML logout requests will be signed. + + + Front-channel (Iframe) + + + Front-channel (Native) + + + Back-channel (POST) + + + SLS Binding + + + Determines how authentik sends the logout response back to the Service Provider. + + + Method to use for logout when SLS URL is configured. + + + ACS URL + URL-адрес ACS + + + Service Provider Binding + Привязка провайдера услуг + + + Determines how authentik sends the response back to the Service Provider. + Определяет, как authentik отправляет ответ обратно провайдеру услуг. + + + Issuer + Издатель + + + Also known as Entity ID. + + + Audience + Аудитория + + + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + + + Signing Certificate + Сертификат подписи + + + Certificate used to sign outgoing Responses going to the Service Provider. + Сертификат, используемый для подписи исходящих ответов, направляемых провайдеру услуг. + + + Verification Certificate + Сертификат проверки + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + При выборе этого параметра подписи входящих утверждений будут проверяться по этому сертификату. Чтобы разрешить неподписанные запросы, оставьте значение по умолчанию. + + + Encryption Certificate + Сертификат шифрования + + + When selected, assertions will be encrypted using this keypair. + + + Available User Property Mappings + Доступные сопоставления свойств пользователя + + + Selected User Property Mappings + Выбранные сопоставления свойств пользователя + + + NameID Property Mapping + Сопоставление свойства NameID + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + Настройте, как будет создаваться значение NameID. Если оставить пустым, будет соблюдаться политика NameIDPolicy входящего запроса. + + + AuthnContextClassRef Property Mapping + + + 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. + + + Assertion valid not before + Утверждение действительно не ранее + + + Configure the maximum allowed time drift for an assertion. + Настройте максимально допустимый временной дрейф для утверждения. + + + Assertion valid not on or after + Утверждение действительно не в момент или после + + + Assertion not valid on or after current time + this value. + Утверждение недействительно в текущее время или после него + указанное значение + + + Session valid not on or after + Сессия действительна не в момент или после + + + Session not valid on or after current time + this value. + Сессия не действует в текущее время или после него + указанное значение. + + + Default relay state + Состояние реле по умолчанию + + + When using IDP-initiated logins, the relay state will be set to this value. + При использовании входов, инициированных IDP, состояние реле будет установлено в это значение. + + + Default NameID Policy + + + Persistent + Постоянный + + + Email address + Адрес электронной почты + + + Windows + Windows + + + X509 Subject + X509 Объект + + + Transient + Переходный процесс + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + + + Digest algorithm + Алгоритм хеширования + + + Signature algorithm + Алгоритм подписи + + + Configure SAML Provider + Настроить SAML Провайдера + + + Token + Токен + + + Token to authenticate with. + + + OAuth Source + + + Specify OAuth source used for authentication. + + + OAuth Parameters + + + Additional OAuth parameters, such as grant_type. + + + SCIM base url, usually ends in /v2. + Базовый адрес SCIM, обычно заканчивается на /v2. + + + Verify SCIM server's certificates + + + Authentication Mode + + + Authenticate SCIM requests using a static token. + + + OAuth + + + Authenticate SCIM requests using OAuth. + + + Compatibility Mode + + + Default + По умолчанию + + + Default behavior. + + + AWS + AWS + + + Altered behavior for usage with Amazon Web Services. + + + Slack + Slack + + + Altered behavior for usage with Slack. + + + Salesforce + + + Altered behavior for usage with Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + + + Enable dry-run mode + + + When enabled, mutating requests will be dropped and logged instead. + + + User filtering + Пользовательская фильтрация + + + Exclude service accounts + Исключить сервисные аккаунты + + + Only sync users within the selected group. + Синхронизировать только пользователей из выбранной группы. + + + Attribute mapping + Сопоставление атрибутов + + + User Property Mappings + Сопоставления свойств пользователя + + + Property mappings used to user mapping. + Сопоставления свойств, используемые для сопоставления пользователя + + + Group Property Mappings + Сопоставления свойств группы + + + Available Group Property Mappings + Доступные сопоставления свойств группы + + + Selected Group Property Mappings + Выбранные сопоставления свойств группы + + + Property mappings used to group creation. + Сопоставления свойств, используемые при создании групп. + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + Настроить SCIM Провайдера + + + Configure Provider + Настройка провайдера + + + Type + Тип + + + None + + + strict + + + regexp + + + Forward auth (domain-level) + Прямая аутентификация (на уровне домена) + + + Unknown proxy mode + Неизвестный режим прокси + + + Mode + Режим + + + Internal Host + Внутренний хост + + + External Host + Внешний хост + + + Basic-Auth + Базовая аутентификация + + + Unknown type + Неизвестный тип + + + Redirect URIs + Ссылка перенаправления + + + Review and Submit Application + + + Submit + Отправить + + + There was an error in the application. + В приложении произошла ошибка. + + + Review the application. + Проверить приложение. + + + There was an error in the provider. + В провайдере произошла ошибка. + + + Review the provider. + Проверить провайдера. + + + There was an error. Please go back and review the application. + + + There was an error: + Произошла ошибка: + + + Please go back and review the application. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + При создании приложения произошла ошибка, но сообщение об ошибке не было отправлено. Пожалуйста, просмотрите логи сервера. + + + Review the Application and Provider + + + Provider + Провайдер + + + Your application has been saved + Ваше приложение было сохранено + + + Saving application... + + + authentik was unable to complete this process. + + + Don't show this message again. + Больше не показывать это сообщение. + + + One hint, 'New Application Wizard', is currently hidden + Одна подсказка, "Мастер создания нового приложения", в настоящее время скрыта + + + Restore Application Wizard Hint + Восстановить подсказку Мастера создания Приложения + + + Create with wizard + Создать с помощью мастера + + + Successfully imported provider. + Провайдер успешно импортирован. + + + Metadata + Метаданные + + + Create + Создать + + + New provider + Новый провайдер + + + Create a new provider. + Создание нового провайдера. + + + Create + Создать + + + + New Provider + + + Open the wizard to create a new provider. + + + Credentials + Учетные данные + + + Google Cloud credentials file. + Файл учетных данных Google Cloud. + + + Delegated Subject + Делегированный субъект + + + Email address of the user the actions of authentik will be delegated to. + Адрес электронной почты пользователя, которому будут делегированы действия authentik. + + + Default group email domain + Почтовый домен группы по умолчанию + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + Домен по умолчанию, который используется для создания адреса электронной почты группы. Может быть настроен с помощью сопоставления свойств. + + + User deletion action + Действие удаления пользователя + + + User is deleted + Пользователь удален + + + Suspend + Приостановить + + + User is suspended, and connection to user in authentik is removed. + Пользователь приостановлен, и соединение с пользователем в authentik удалено. + + + Do Nothing + Ничего не делать + + + The connection is removed but the user is not modified + Соединение удалено, но пользователь не изменен + + + Determines what authentik will do when a User is deleted. + Определяет, что будет делать authentik при удалении пользователя. + + + Group deletion action + Действие удаления группы + + + Group is deleted + Группа удалена + + + The connection is removed but the group is not modified + Соединение удалено, но группа не изменена + + + Determines what authentik will do when a Group is deleted. + Определяет, что будет делать authentik при удалении группы. + + + Client ID for the app registration. + ID клиента для регистрации приложения. + + + Client secret for the app registration. + Секрет клиента для регистрации приложения. + + + Tenant ID + ID арендатора + + + ID of the tenant accounts will be synced into. + ID учетной записи арендатора, с которым она будет синхронизирована. + + + Delete authorization on disconnect + Удалить авторизацию при отключении + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + Если эта функция включена, авторизация соединения будет удаляться при отключении клиента. Это заставит клиентов с нестабильным интернет-соединением повторно авторизоваться на конечной точке. + + + Connection settings. + Настройки подключения + + + Key used to sign the events. + + + Event Retention + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + + + OIDC Providers + + + Providers + Провайдеры + + + Provide support for protocols like SAML and OAuth to assigned applications. + Обеспечивание поддержки таких протоколов, как SAML и OAuth, в назначенных приложениях. + + + Provider Search + + + Search for providers… + + + Provider(s) + Провайдер(ы) + + + Assigned to application + Назначено приложению + + + Assigned to application (backchannel) + Назначено приложению (backchannel) + + + Provider not assigned to any application. + + + Update + Обновить + + + + Edit "" provider + + + Successfully triggered sync. + Синхронизация успешно запущена. + + + Log messages + Журнал сообщений + + + Override dry-run mode + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + + + Sync + Синхронизация + + + Sync Group + Группа синхронизации + + + Google Workspace Group(s) + Google Workspace Группа(ы) + + + Sync User + Синхронизация пользователей + + + Google Workspace User(s) + Google Workspace Пользователь(и) + + + Username + Имя пользователя + + + Current status + + + Sync is currently running. + + + Sync is not currently running. + + + Last successful sync + + + No successful sync found. + + + Last sync status + + + Changelog + Журнал изменений + + + Provisioned Users + Предоставлено пользователям + + + Provisioned Groups + Предоставлено группам + + + Warning: Provider is not assigned to an application as backchannel provider. + Предупреждение: Провайдер не назначен приложению в качестве провайдера обратного канала. + + + Dry-run + + + Update Google Workspace Provider + Обновить провадера Google Workspace + + + Select providers to add to application + Выберите провайдеров для добавления в приложение + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Введите полный URL-адрес, относительный путь или используйте 'fa://fa-test', чтобы использовать иконку Font Awesome "fa-test". + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + Шаблон пути для созданных пользователей. Для вставки исходного идентификатора используйте заполнители типа `%(slug)s` + + + Successfully updated application. + Приложение успешно обновлено. + + + Successfully created application. + Приложение успешно создано. + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + + + Select a provider that this application should use. + Выберите провайдера, которого должно использовать это приложение. + + + Backchannel Providers + Поставщики обратных каналов + + + Select backchannel providers which augment the functionality of the main provider. + Выбирайте провайдеров обратного канала, которые дополняют функциональность основного провайдера. + + + Add provider + Добавить провайдера + + + UI settings + Настройки пользовательского интерфейса + + + Icon + Иконка + + + Currently set to: + В настоящее время установлено: + + + Clear icon + Очистить иконку + + + Delete currently set icon. + Удаление текущей установленной иконки. + + + Publisher + Издатель + + + Description + Описание + + + Create Application + Создание приложения + + + Warning: Provider is not used by any Outpost. + Внимание: Провайдер не используется ни одним внешним компонентом. + + + Assigned to application + Назначено приложению + + + Update LDAP Provider + Обновить LDAP провайдера + + + How to connect + Как подключиться + + + Connect to the LDAP Server on port 389: + Подключитесь к серверу LDAP на порт 389: + + + Check the IP of the Kubernetes service, or + Проверьте IP-адрес службы Kubernetes или + + + The Host IP of the docker host + IP-адрес хоста докера + + + Bind DN + Bind DN + + + Bind Password + Привязать пароль + + + Your authentik password + Ваш пароль authentik + + + Search base + База поиска + + + Microsoft Entra Group(s) + Microsoft Entra Группа(ы) + + + Microsoft Entra User(s) + Microsoft Entra Пользователь(и) + + + Update Microsoft Entra Provider + Обновить провайдера Microsoft Entra + + + Preview + Предпросмотр + + + Warning: Provider is not used by an Application. + Предупреждение: Провайдер не используется приложением. + + + + + + Update OAuth2 Provider + Обновить OAuth2 провайдера + + + OpenID Configuration URL + URL-адрес конфигурации OpenID + + + OpenID Configuration Issuer + Эмитент конфигурации OpenID + + + Authorize URL + URL-адрес авторизации + + + Token URL + URL-адрес токена + + + Userinfo URL + URL-адрес информации о пользователе + + + Logout URL + URL-адрес выхода из системы + + + JWKS URL + URL-адрес JWKS + + + JWT payload + JWT данные + + + Preview for user + Предпросмотр для пользователя + + + Nginx (Ingress) + Nginx (Ingress) + + + Nginx (Proxy Manager) + Nginx (Proxy Manager) + + + Nginx (standalone) + Nginx (автономный) + + + Traefik (Ingress) + Traefik (Ingress) + + + Traefik (Compose) + Traefik (Compose) + + + Traefik (Standalone) + Traefik (Автономный) + + + Caddy (Standalone) + Caddy (Автономный) + + + Update Proxy Provider + Обновить прокси провайдера + + + Protocol Settings + Настройки протокола + + + Allowed Redirect URIs + Разрешенные ссылки перенаправления + + + Setup + Настройка + + + No additional setup is required. + Дополнительная настройка не требуется. + + + Connection Token(s) + Токен(ы) подключения + + + Endpoint + Конечная точка + + + Successfully updated endpoint. + Конечная точка успешно обновлена. + + + Successfully created endpoint. + Конечная точка успешно создана. + + + Protocol + Протокол + + + RDP + RDP + + + SSH + SSH + + + VNC + VNC + + + Host + Хост + + + Hostname/IP to connect to. Optionally specify the port. + + + Maximum concurrent connections + Максимальное количество одновременных подключений + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + Максимальное количество одновременных разрешенных подключений к этой конечной точке. Можно установить значение -1, чтобы отключить ограничение. + + + Advanced settings + Дополнительные настройки + + + Search for users by username or display name... + + + Search Users + + + Select Users + + + Active + Активен + + + Last login + Последний вход + + + Show inactive users + + + Select users + + + Confirm + + + Successfully updated group. + Группа успешно обновлена. + + + Successfully created group. + Группа успешно создана. + + + Type a group name... + + + Group Name + + + Superuser Privileges + + + Whether users added to this group will have superuser privileges. + + + Parent Group + Родительская группа + + + Select an optional parent group... + + + Roles + Роли + + + Available Roles + Доступные роли + + + Selected Roles + Выбранные роли + + + Select roles to grant this groups' users' permissions from the selected roles. + Выберите роли, чтобы предоставить пользователям этой группы разрешения от выбранных ролей. + + + Set custom attributes using YAML or JSON. + Задайте пользовательские атрибуты с помощью YAML или JSON. + + + Successfully updated binding. + Привязка успешно обновлена. + + + Successfully created binding. + Привязка успешно создана. + + + Don't pass + Отказ пропуска + + + Result used when policy execution fails. + Результат, используемый при сбое выполнения политики. + + + Successfully updated policy. + Политика успешно обновлена. + + + Successfully created policy. + Политика успешно создана. + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + Политика, используемая для тестирования. После случайного ожидания всегда возвращает тот же результат, что указан ниже. + + + Execution logging + Журналирование выполнения + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + Если эта опция включена, все выполнения этой политики будут записываться в журнал. По умолчанию в журнал записываются только ошибки выполнения. + + + Policy-specific settings + Настройки, специфичные для политики + + + Pass policy? + Пройти политику? + + + Wait (min) + Ожидание (мин.) + + + The policy takes a random time to execute. This controls the minimum time it will take. + Для выполнения политики требуется произвольное время. Здесь задается минимальное время выполнения. + + + Wait (max) + Ожидание (макс.) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + Сопоставляет событие с набором критериев. Если хоть одно из настроенных значений совпадает, политика проходит. + + + Match created events with this action type. When left empty, all action types will be matched. + Сопоставлять созданные события с данным типом действия. Если оставить пустым, будут сопоставлены все типы действий. + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + + + Match events created by selected application. When left empty, all applications are matched. + Соответствовать событиям, созданным выбранным приложением. Если поле оставить пустым, будут соответствовать все приложения. + + + Match events created by selected model. When left empty, all models are matched. + Соответствовать событиям, созданным выбранной моделью. Если поле оставить пустым, будут соответствовать все модели. + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + Проверяет, не менялся ли пароль пользователя запроса за последние x дней, и запрещает, исходя из настроек. + + + Maximum age (in days) + Максимальный возраст (в днях) + + + Only fail the policy, don't invalidate user's password + Только провал политики, не аннулировать пароль пользователя + + + Executes the python snippet to determine whether to allow or deny a request. + Выполняет python snippet, чтобы определить, разрешить или запретить запрос. + + + Expression using Python. + Выражение с использованием Python. + + + See documentation for a list of all variables. + Список всех переменных см. в документации. + + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + Проверка, что пользователь удовлетворяет требованиям географии или топологии сети, основываясь на IP-адресе. Если любое из настроенных значений совпадает, политика проходит. + + + Distance settings + + + Check historical distance of logins + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + + + Maximum distance + + + Maximum distance a login attempt is allowed from in kilometers. + + + Distance tolerance + + + Tolerance in checking for distances in kilometers. + + + Historical Login Count + + + Amount of previous login events to check against. + + + Check impossible travel + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + + + Impossible travel tolerance + + + Static rule settings + + + ASNs + ASNs + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + Список номеров автономных систем. Разделяются запятыми. Например, 13335, 15169, 20940 + + + Countries + Страны + + + Available Countries + Доступные Страны + + + Selected Countries + Выбранные Страны + + + Static rules + Статические правила + + + Minimum length + Минимальная длина + + + Minimum amount of Uppercase Characters + Минимальное количество заглавных символов + + + Minimum amount of Lowercase Characters + Минимальное количество символов нижнего регистра + + + Minimum amount of Digits + Минимальное количество цифр + + + Minimum amount of Symbols Characters + Минимальное количество знаковых символов + + + Error message + Сообщение об ошибке + + + Symbol charset + Набор символов + + + Characters which are considered as symbols. + Знаки, которые считаются символами. + + + HaveIBeenPwned settings + Настройки HaveIBeenPwned + + + Allowed count + Разрешенное количество + + + Allow up to N occurrences in the HIBP database. + Разрешить до N совпадений в базе данных HIBP + + + zxcvbn settings + Настройки zxcvbn + + + Score threshold + Порог баллов + + + If the password's score is less than or equal this value, the policy will fail. + Если оценка пароля меньше или равна этому значению, политика будет провалена. + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + 0: Слишком легко угадываемый: рискованный пароль. (попыток < 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1: Очень легко угадываемый: защита от дросселируемых онлайн-атак. (попыток < 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2: Относительно легко угадываемый: защита от неконтролируемых онлайн-атак. (попыток < 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3: Безопасный не угадываемый: умеренная защита от сценария медленного хэширования в автономном режиме. (попыток < 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4: Очень не угадываемый: надежная защита от сценария медленного хэширования в автономном режиме. (попыток >= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + Проверяет значение из запроса политики на соответствие нескольким правилам, в основном используемым для обеспечения надежности паролей. + + + Password field + Поле пароля + + + Field key to check, field keys defined in Prompt stages are available. + Ключ поля для проверки, доступны ключи поля, определенные в этапах запроса. + + + Check static rules + Проверить статические правила + + + Check haveibeenpwned.com + Проверить через haveibeenpwned.com + + + For more info see: + Подробнее см: + + + Check zxcvbn + Проверить через zxcvbn + + + Password strength estimator created by Dropbox, see: + Оценщик надежности паролей, созданный компанией Dropbox, см: + + + Allows/denys requests based on the users and/or the IPs reputation. + Разрешает/запрещает запросы на основе репутации пользователей и/или IP-адресов. + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + Неверные попытки входа в систему уменьшают оценку IP-адреса клиента и +имени пользователя, под которым он пытается войти в систему, на единицу. + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + Политика применяется, когда рейтинг репутации ниже порогового значения, и не применяется, когда любой из выбранных вариантов или оба выбранных варианта равны пороговому значению или превышают его. + + + Check IP + Проверить IP + + + Check Username + Проверить имя пользователя + + + Threshold + Пороговое значение + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + + + Number of previous passwords to check + + + New policy + Новая политика + + + Create a new policy. + Создание новой политики + + + Create Binding + Создать Привязку + + + Members + Участники + + + Select groups to add user to + Выберите группы, в которые нужно добавить пользователя + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + Внимание: Добавление пользователя в выбранную группу (группы) даст ему права суперпользователя. + + + Company employees with access to the full enterprise feature set. + + + External consultants or B2C customers without access to enterprise features. + + + Machine-to-machine authentication or other automations. + + + Successfully updated user. + Пользователь успешно обновлен. + + + Successfully created user and added to group + Пользователь успешно создан и добавлен в группу + + + Successfully created user. + Пользователь успешно создан. + + + Type a username for the user... + + + The user's primary identifier used for authentication. 150 characters or fewer. + + + Display Name + + + Type an optional display name... + + + The user's display name. + + + User type + Тип пользователя + + + Internal Service account + Внутренний сервисный аккаунт + + + Managed by authentik and cannot be assigned manually. + + + Email Address + + + Type an optional email address... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + + + Path + Путь + + + Type a path for the user... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + + + Edit Policy + Изменить политику + + + Update Group + Обновление группы + + + Edit Group + Редактирование группы + + + Update User + Обновление пользователя + + + Edit User + Редактирование пользователя + + + Policy binding(s) + Политика привязки(ок) + + + Update Binding + Обновить привязку + + + No Policies bound. + Нет привязанных политик + + + Policy actions + + + Create and bind Policy + Создать и привязать политику + + + Bind existing + + + The currently selected policy engine mode is : + + + Endpoint(s) + Конечная (конечные) точка (точки) + + + Update Endpoint + Обновление конечной точки + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + Эти привязки контролируют, какие пользователи будут иметь доступ к этой конечной точке. Пользователи также должны иметь доступ к приложению. + + + Create Endpoint + Создать конечную точку + + + Connections + Соединения + + + Update RAC Provider + Обновить RAC провайдера + + + Endpoints + Конечные точки + + + Update Radius Provider + Обновить Radius провайдера + + + Download + Загрузить + + + Copy download URL + Скопировать URL-адрес загрузки + + + Download signing certificate + Скачать сертификат подписи + + + Related objects + Связанные объекты + + + Update SAML Provider + Обновить SAML провайдера + + + SAML Configuration + SAML Конфигурация + + + EntityID/Issuer + Идентификатор объекта/эмитент + + + SSO URL (Post) + URL единого входа (публикация) + + + SSO URL (Redirect) + URL единого входа (перенаправление) + + + SSO URL (IdP-initiated Login) + SSO URL (инициируемый IDP вход) + + + SLO URL (Post) + URL-адрес SLO (сообщение) + + + SLO URL (Redirect) + URL-адрес SLO (сообщение) + + + SAML Metadata + SAML Метаданные + + + Example SAML attributes + Пример атрибутов SAML + + + NameID attribute + Атрибут NameID + + + SCIM Group(s) + SCIM Группа(ы) + + + SCIM User(s) + SCIM Пользователь(и) + + + Update SCIM Provider + Обновить SCIM провайдера + + + SSF Provider is in preview. + + + Send us feedback! + Отправьте нам отзыв! + + + SSF URL + + + No assigned application + + + Update SSF Provider + + + Streams + + + Applications + Приложения + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + + + Application Icon + Иконка приложения + + + Provider Type + Тип провайдера + + + Applications Documentation + + + Application(s) + Приложение(ия) + + + Application icon for "" + + + Update Application + Обновить приложение + + + Edit "" + + + Open "" + + + Open + Открыть + + + Create with Provider + + + Successfully cleared application cache + + + Failed to delete application cache + + + Clear cache + Очистить кэш + + + Clear Application cache + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + + + Successfully sent test-request. + Тестовый запрос успешно отправлен. + + + Successfully updated entitlement. + + + Successfully created entitlement. + + + Application entitlement(s) + + + Update Entitlement + + + These bindings control which users have access to this entitlement. + + + No app entitlements created. + + + This application does currently not have any application entitlements defined. + + + Create Entitlement + + + Create entitlement + + + Failed to fetch application "". + + + Warning: Application is not used by any Outpost. + + + Related + Связанный + + + Check access + Проверить доступ + + + Check + Проверить + + + Check Application access + Проверьте доступ к приложению + + + Test + Тест + + + Launch + Запуск + + + Logins over the last week (per 8 hours) + Входы в систему за последнюю неделю (за 8 часов) + + + Application entitlements + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + + + Policy / Group / User Bindings + Политика / Пользователь / Пользовательские привязки + + + Loading application... + + + Successfully updated device. + Устройство успешно обновлено. + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + Копировать + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + Обновить устройство + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + Имя хоста + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + Нажмите, чтобы изменить значение + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + Продолжительность сеанса + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + Токен успешно обновлен. + + + Successfully created token. + Токен успешно создан. + + + Expires on + Срок действия истекает + + + Token name... + + + Token name + + + Expiring + Истекает + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + Если выбрано, срок действия токена истечет. По истечении срока действия токен будет обновлен. + + + The token has been copied to your clipboard + Токен был скопирован в ваш буфер обмена + + + The token was displayed because authentik does not have permission to write to the clipboard + Токен был отображен, потому что у authentik нет разрешения на запись в буфер обмена + + + Expires? + Истекает? + + + Expiry date + Дата истечения + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + Копировать токен + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + Источник успешно обновлен. + + + Successfully created source. + Источник успешно создан. + + + Link users on unique identifier + Связывать пользователей по уникальному идентификатору + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + Связать с пользователем с идентичным адресом электронной почты. Это может иметь последствия для безопасности, если источник не проверяет адреса электронной почты + + + Use the user's email address, but deny enrollment when the email address already exists + Использовать адрес электронной почты пользователя, но отказывать в регистрации, если такой адрес уже существует + + + Link to a user with identical username. Can have security implications when a username is used with another source + Связать с пользователем с идентичным именем пользователя. Это может иметь последствия для безопасности, если имя пользователя используется с другим источником + + + Use the user's username, but deny enrollment when the username already exists + Использовать имя пользователя, но отказывать в регистрации, если имя пользователя уже существует + + + Unknown user matching mode + Неизвестный режим сопоставления пользователя + + + Link to a group with identical name. Can have security implications when a group is used with another source + Связать с группой с идентичным именем. Это может иметь последствия для безопасности, если группа используется с другим источником + + + Use the group's name, but deny enrollment when the name already exists + Использовать имя группы, но отказывать в регистрации, если имя уже существует. + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + Обновить внутренний пароль при входе + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + При входе пользователя в систему Authentik с использованием этого источника паролей, обновлять его учетные данные в Authentik + + + Sync users + Синхронизировать пользователей + + + User password writeback + Запись пароля пользователя + + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + + + Realm settings + Настройки Realm + + + Realm + Realm + + + Kerberos 5 configuration + Конфигурация Kerberos 5 + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + + + User matching mode + Режим сопоставления пользователя + + + Group matching mode + Режим сопоставления группы + + + Sync connection settings + + + KAdmin type + + + MIT krb5 kadmin + + + Heimdal kadmin + + + Other + + + Other type of kadmin + + + Sync principal + + + Principal used to authenticate to the KDC for syncing. + + + Sync password + Синхронизация пароля + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + + + Sync keytab + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + + + Sync credentials cache + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + + + SPNEGO settings + + + SPNEGO server name + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + + + SPNEGO keytab + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + + + SPNEGO credentials cache + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + + + Kerberos Attribute mapping + + + Property mappings for user creation. + Сопоставления свойств для создания пользователя + + + Property mappings for group creation. + Сопоставления свойств для создания группы + + + Flow to use when authenticating existing users. + Поток, используемый при аутентификации существующих пользователей. + + + Enrollment flow + Поток регистрации + + + Flow to use when enrolling new users. + Поток, используемый при регистрации новых пользователей. + + + Additional settings + Дополнительные настройки + + + User path + Путь пользователя + + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + Пароль входа синхронизируется из LDAP в authentik автоматически. Включите эту опцию только для записи изменений пароля в authentik обратно в LDAP. + + + Sync groups + Синхронизировать группы + + + Delete Not Found Objects + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + + + Connection settings + Настройки подключения + + + Server URI + URI сервера + + + Specify multiple server URIs by separating them with a comma. + Укажите несколько URI сервера, разделив их запятой. + + + Enable StartTLS + Включить StartTLS + + + To use SSL instead, use 'ldaps://' and disable this option. + Чтобы использовать SSL, используйте 'ldaps://' и отключите эту опцию. + + + Use Server URI for SNI verification + Использование URI сервера для проверки SNI + + + Required for servers using TLS 1.3+ + Требуется для серверов, использующих TLS 1.3+ + + + TLS Verification Certificate + Сертификат верификации TLS + + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + При подключении к серверу LDAP с помощью TLS сертификаты по умолчанию не проверяются. Укажите пару ключей для проверки удаленного сертификата. + + + TLS Client authentication certificate + Сертификат аутентификации клиента TLS + + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + Пара ключей сертификата клиента для аутентификации по сертификату сервера LDAP. + + + Bind CN + Bind CN + + + LDAP Attribute mapping + Сопоставление атрибутов LDAP + + + Parent group for all the groups imported from LDAP. + Родительская группа для всех групп, импортированных из LDAP. + + + Additional User DN + + + Additional user DN, prepended to the Base DN. + Дополнительный DN пользователя, добавляемый к базовому DN. + + + Additional Group DN + + + Additional group DN, prepended to the Base DN. + Дополнительный DN группы, добавляемый к базовому DN. + + + User object filter + Пользовательский фильтр объектов + + + Consider Objects matching this filter to be Users. + Считайте объекты, соответствующие этому фильтру, пользователями. + + + Group object filter + Фильтр групповых объектов + + + Consider Objects matching this filter to be Groups. + Объекты, соответствующие этому фильтру, считаются группами. + + + Group membership field + Поле членства в группе + + + Field which contains members of a group. The value of this field is matched against User membership attribute. + + + User membership attribute + + + Attribute which matches the value of Group membership field. + + + Lookup using user attribute + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + + + Object uniqueness field + Поле уникальности объекта + + + Field which contains a unique Identifier. + Поле содержащее уникальный идентификатор. + + + HTTP Basic Auth + + + Include the client ID and secret as request parameters + + + Plain + + + S256 + + + URL settings + Настройки URL + + + Authorization URL + Ссылка авторизации + + + URL the user is redirect to to consent the authorization. + URL, на который перенаправляется пользователь для согласия на авторизацию. + + + Access token URL + Ссылка Access токена + + + URL used by authentik to retrieve tokens. + URL, используемый authentik для получения токенов. + + + Profile URL + Ссылка на профиль + + + URL used by authentik to get user information. + URL-адрес, используемый authentik для получения информации о пользователе. + + + Request token URL + URL-адрес Request токена + + + URL used to request the initial token. This URL is only required for OAuth 1. + URL-адрес, используемый для запроса начального токена. Этот URL требуется только для OAuth 1. + + + OIDC Well-known URL + OIDC Well-known URL-адрес + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + OIDC URL well-known конфигурации. Может использоваться для автоматической настройки вышеупомянутых URL-адресов. + + + OIDC JWKS URL + OIDC JWKS URL + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + JSON Web Key URL. Ключи из этого URL будут использоваться для проверки подлинности JWT из этого источника. + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + Необработанные данные JWKS. + + + PKCE Method + + + Configure Proof Key for Code Exchange for this source. + + + Authorization code authentication method + + + How to perform authentication during an authorization_code token request flow + + + Consumer key + Ключ потребителя + + + Also known as Client ID. + Также известен как Client ID. + + + Consumer secret + Секретный ключ потребителя + + + Also known as Client Secret. + Также известен как Client Secret. + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + Дополнительные области, которые необходимо передать OAuth-провайдеру, разделенные пробелом. Чтобы заменить существующие области, используйте префикс *. + + + OAuth Attribute mapping + Сопоставление атрибутов OAuth + + + Load servers + Загрузить серверы + + + Re-authenticate with Plex + + + Allow friends to authenticate via Plex, even if you don't share any servers + Разрешить друзьям аутентифицироваться через Plex, даже если вы не делитесь никакими серверами. + + + Allowed servers + Разрешенные сервера + + + Select which server a user has to be a member of to be allowed to authenticate. + Выберите, членом какого сервера должен быть пользователь, чтобы получить разрешение на аутентификацию. + + + Plex Attribute mapping + Сопоставление атрибутов Plex + + + Verify Assertion Signature + + + When enabled, authentik will look for a Signature inside of the Assertion element. + + + Verify Response Signature + + + When enabled, authentik will look for a Signature inside of the Response element. + + + SSO URL + SSO URL-адрес + + + URL that the initial Login request is sent to. + URL-адрес, на который отправляется первоначальный запрос на вход в систему. + + + SLO URL + SLO URL-адрес + + + Optional URL if the IDP supports Single-Logout. + Необязательный URL, если IDP поддерживает единый выход + + + Also known as Entity ID. Defaults the Metadata URL. + Также известен как ID сущности. По умолчанию используется URL-адрес метаданных. + + + Binding Type + Тип привязки + + + Redirect binding + Привязка перенаправления + + + Post-auto binding + Пост-автоматическая привязка + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + Опубликовать привязку, но запрос отправляется автоматически, и пользователю не нужно подтверждать. + + + Post binding + Почтовая привязка + + + Signing keypair + Пара ключей для подписи + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + Пара ключей, которая используется для подписи исходящих запросов. Оставьте пустым, чтобы отключить подпись. + + + Allow IDP-initiated logins + Разрешить входы, инициированные IDP + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + Разрешает потоки аутентификации, инициированные IdP. Это может представлять угрозу безопасности, так как проверка идентификатора запроса не производится. + + + NameID Policy + Политика NameID + + + Delete temporary users after + Удалите временных пользователей после + + + 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. + Временной интервал, когда временные пользователи должны быть удалены. Применяется только в том случае, если ваш IDP использует формат NameID 'transient', и пользователь не выходит из системы вручную. + + + When selected, encrypted assertions will be decrypted using this keypair. + При выборе этого параметра зашифрованные утверждения будут расшифровываться с помощью этой пары ключей. + + + SAML Attribute mapping + Сопоставление атрибутов SAML + + + Pre-authentication flow + Предварительный поток аутентификации + + + Flow used before authentication. + Поток, используемый перед аутентификацией. + + + SCIM Attribute mapping + Сопоставление атрибутов SCIM + + + Bot username + + + Bot token + + + Request access to send messages from your bot + + + Telegram Attribute mapping + + + New source + Новый источник + + + Create a new source. + Создание нового источника. + + + Federation and Social login + Федерации и соц. вход + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + Источники идентификационных данных, которые могут либо синхронизироваться с базой данных authentik, либо использоваться пользователями для аутентификации и регистрации. + + + Source(s) + Источник(и) + + + Disabled + Отключен + + + Built-in + Встроенный + + + Kerberos Source is in preview. + + + Update Kerberos Source + Обновить источник Kerberos + + + Connectivity + Связанность + + + Global status + Глобальный статус + + + Vendor + Поставщик + + + Update LDAP Source + Обновить источник LDAP + + + OAuth Source + OAuth источник + + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + Групповые сопоставления могут быть проверены только в том случае, если пользователь уже вошел в систему при попытке получить доступ к этому источнику. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Пользовательские сопоставления могут быть проверены только в том случае, если пользователь уже вошел в систему при попытке получить доступ к этому источнику. + + + Generic OpenID Connect + Общий OpenID Connect + + + Unknown provider type + Неизвестный тип провайдера + + + Callback URL + Возвратный URL + + + Access Key + Ключ доступа + + + Update OAuth Source + Обновить источник OAuth + + + Diagram + Диаграмма + + + Policy Bindings + Привязки политик + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + Эти привязки контролируют, какие пользователи могут получить доступ к этому источнику. + Здесь можно использовать только политики, поскольку доступ проверяется до аутентификации пользователя. + + + Update Plex Source + Обновить источник Plex + + + Update SAML Source + Обновить источник SAML + + + Update SCIM Source + Обновить источник SCIM + + + SCIM Base URL + Базовый SCIM URL + + + Click to copy token + Нажмите, чтобы скопировать токен + + + Telegram bot + + + Update Telegram Source + + + Successfully updated mapping. + Сопоставление успешно обновлено. + + + Successfully created mapping. + Сопоставление успешно создано. + + + Unconfigured + Не настроено + + + This option will not be changed by this mapping. + Этот параметр не будет изменен данным сопоставлением. + + + General settings + Основные настройки + + + Password + Пароль + + + RDP settings + Настройки RDP + + + Ignore server certificate + Игнорировать сертификат сервера + + + Enable wallpaper + Включить обои + + + Enable font-smoothing + Включить сглаживание шрифтов + + + Enable full window dragging + Включить перетаскивание всего окна + + + SAML Attribute Name + Имя атрибута SAML + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + Имя атрибута, используемое для утверждений SAML. Это может быть OID URN, ссылка на схему или любая другая строка. Если данное отображение свойства используется для свойства NameID, это поле отбрасывается. + + + Friendly Name + Поле объекта + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + Опционально установите значение 'FriendlyName' для атрибута Assertion + + + Scope name + Имя области + + + Scope which the client can specify to access these properties. + Область, которую клиент может указать для доступа к этим свойствам. + + + Description shown to the user when consenting. If left empty, the user won't be informed. + Описание, показываемое пользователю при получении согласия. Если оставить его пустым, пользователь не будет проинформирован. + + + Example context data + Пример данных контекста + + + Active Directory User + Пользователь Active Directory + + + Active Directory Group + Группа Active Directory + + + New property mapping + Новое сопоставление свойств + + + Create a new property mapping. + Создание нового сопоставления свойств. + + + Property Mappings + Сопоставления свойств + + + Control how authentik exposes and interprets information. + Контролируйте, как authentik раскрывает и интерпретирует информацию. + + + Property Mapping(s) + Сопоставление(ия) свойств + + + Test Property Mapping + Тест сопоставления свойств + + + Hide managed mappings + Скрыть управляемые сопоставления + + + Identifier + Идентификатор + + + Unique identifier the token is referenced by. + Уникальный идентификатор, на который ссылается токен. + + + Intent + Намерение + + + API Token + API токен + + + Used to access the API programmatically + Используется для программного доступа к API + + + App password. + Пароль приложения. + + + Used to login using a flow executor + Используется для входа в систему с помощью исполнителя потока + + + Tokens + Токены + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + Токены используются в authentik на этапах проверки электронной почты, для ключей восстановления и доступа к API. + + + Token(s) + Токен(ы) + + + Create Token + Создать токен + + + Token is managed by authentik. + Токен управляется authentik. + + + Update Token + Обновление токена + + + Editing is disabled for managed tokens + Редактирование отключено для управляемых токенов + + + Successfully updated brand. + Бренд успешно обновлен. + + + Successfully created brand. + Бренд успешно создан. + + + Domain + Домен + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + Соответствие осуществляется на основе суффикса домена, поэтому если вы введете domain.tld, то foo.domain.tld все равно будет соответствовать. + + + Use this brand for each domain that doesn't have a dedicated brand. + Использовать этот бренд для каждого домена, у которого нет собственного бренда. + + + Branding settings + Настройки брендинга + + + Title + Название + + + Branding shown in page title and several other places. + Брендинг указан в заголовке страницы и в нескольких других местах. + + + Logo + Логотип + + + Logo shown in sidebar/header and flow executor. + + + Favicon + Favicon + + + Icon shown in the browser tab. + Значок, отображаемый на вкладке браузера. + + + Default flow background + + + Default background used during flow execution. Can be overridden per flow. + + + Custom CSS + Пользовательские CSS + + + Custom CSS to apply to pages when this brand is active. + + + External user settings + Настройки внешнего пользователя + + + Default application + Приложение по умолчанию + + + Select an application... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + Если настроено, внешние пользователи будут автоматически перенаправляться на это приложение, когда не пытаются получить доступ к другому приложению + + + Default flows + Потоки по умолчанию + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + Поток, используемый для аутентификации пользователей. Если оставить пустым, будет использоваться первый применимый поток, отсортированный по идентификатору. + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + Поток, используемый для выхода из системы. Если оставить пустым, будет использоваться первый применимый поток, отсортированный по идентификатору. + + + Recovery flow + Поток восстановления + + + Select a recovery flow... + + + Unenrollment flow + Поток отмены регистрации + + + Select an unenrollment flow... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + Если этот параметр установлен, пользователи могут сами деактивировать себя с помощью этого потока. Если поток не установлен, опция не отображается. + + + User settings flow + Поток пользовательских настроек + + + Select a user settings flow... + + + If set, users are able to configure details of their profile. + Если этот параметр установлен, пользователи могут настраивать детали своего профиля. + + + Device code flow + Поток кода устройства + + + Select a device code flow... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + Если установлено, можно использовать профиль OAuth Device Code, и выбранный поток будет использоваться для ввода кода. + + + Other global settings + Другие глобальные настройки + + + Web Certificate + Веб сертификат + + + Client Certificates + + + Available Certificates + + + Selected Certificates + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + Задайте пользовательские атрибуты с помощью YAML или JSON. Любые атрибуты, заданные здесь, будут наследоваться пользователями, если запрос будет обработан этим брендом. + + + Search by domain or brand name... + + + Brands + Бренды + + + Configure visual settings and defaults for different domains. + Настройте визуальные параметры и значения по умолчанию для разных доменов. + + + Brand name + Имя бренда + + + Default? + По умолчанию? + + + Brand(s) + Бренд(ы) + + + Update Brand + Обновить бренд + + + Create Brand + Создать бренд + + + New Brand + + + Policies + Политики + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + Разрешите пользователям использовать приложения на основе свойств, применяйте критерии паролей и выборочно применяйте этапы. + + + Assigned to object(s). + Назначен + объекту(ам). + + + Warning: Policy is not assigned. + Предупреждение: Политика не назначена. + + + Test Policy + Тест политики + + + Policy / Policies + Политика / Политики + + + Successfully cleared policy cache + Кэш политики успешно очищен + + + Failed to delete policy cache + Не удалось удалить кэш политики + + + Clear Policy cache + Очистить кэш политики + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + Вы уверены, что хотите очистить кэш политик? Это приведет к тому, что все политики будут заново оценены при следующем использовании. + + + Reputation scores + Оценка репутации + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + Репутация для IP-адресов и идентификаторов пользователей. Баллы уменьшаются за каждый неудачный вход и увеличиваются за каждый успешный вход. + + + IP + IP + + + Score + Оценка + + + Updated + Обновлено + + + Reputation + Репутация + + + Search for a group by name… + + + Group Search + + + Groups + Группы + + + Group users together and give them permissions based on the membership. + Объединяйте пользователей в группы и предоставляйте им разрешения на основе членства. + + + Parent + Родитель + + + Superuser privileges? + Привилегии суперпользователя? + + + Group(s) + Группа(ы) + + + View details of group "" + + + Create Group + Создать Группу + + + New Group + + + Create group + Создать группу + + + Create and assign a group with the same name as the user. + + + Whether the token will expire. Upon expiration, the token will be rotated. + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + Для аутентификации используйте указанные ниже имя пользователя и пароль. Пароль можно получить позже на странице "Токены". + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + Действует в течение 360 дней, после чего пароль автоматически сменяется. Пароль можно скопировать из списка токенов. + + + Are you sure you want to delete ? + + + The following objects use + Следующие объекты используют + + + + connecting object will be deleted + подключенный объект будет удалён + + + Successfully updated + Успешно обновлено + + + Failed to update : + Не удалось обновить + : + + + + Are you sure you want to update ? + + + Impersonating user... + + + This may take a few seconds. + + + Reason + + + Reason for impersonating the user + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + + + New Password + + + Successfully updated password. + Пароль успешно обновлен. + + + Successfully sent email. + Письмо успешно отправлено. + + + Email stage + Этап электронной почты + + + Successfully added user(s). + Пользователь(и) успешно добавлен(ы). + + + Users + Пользователи + + + Open user selection dialog + + + Add users + Добавить пользователей + + + Group User Search + + + Group Users + + + User(s) + Пользователь(и) + + + Remove Users(s) + Удалить пользователя(ей) + + + removed + удалено + + + Are you sure you want to remove the selected users from the group ? + Вы уверены, что хотите удалить выбранных пользователей из группы + ? + + + Impersonate + Имитация + + + Temporarily assume the identity of this user + Временно принять личность этого пользователя. + + + User status + Статус пользователя + + + Inactive + Неактивный + + + Regular user + Постоянный пользователь + + + Change status + Изменить статус + + + Deactivate + Деактивировать + + + Activate + Активировать + + + Update password + Обновить пароль + + + Update 's password + + + Set password + Установить пароль + + + Successfully generated recovery link + Ссылка для восстановления успешно сгенерирована + + + Copy recovery link + Скопировать ссылку на восстановление + + + Send link + Отправить ссылку + + + Send recovery link to user + Отправить ссылку на восстановление пользователю + + + Email recovery link + Отправить ссылку + + + Recovery link cannot be emailed, user has no email address saved. + Ссылка для восстановления не может быть отправлена по электронной почте, у пользователя не сохранен адрес электронной почты. + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + Чтобы позволить пользователю напрямую сбросить свой пароль, настройте поток восстановления на активном в данный момент бренде. + + + Assign Additional Users + + + Warning: This group is configured with superuser access. Added users will have superuser access. + Предупреждение: Эта группа настроена с доступом суперпользователя. Добавленные пользователи будут иметь доступ суперпользователя. + + + Add existing user + Добавить существующего пользователя + + + Add new user + + + Create User + Создать Пользователя + + + New User + + + This user will be added to the group "". + Этот пользователь будет добавлен в группу &quot;&quot;. + + + New user... + + + Create Service Account + + + New Service Account + + + New service account... + + + Hide service-accounts + Скрыть сервисные аккаунты + + + Group Info + Информация о группе + + + Notes + Записи + + + Edit the notes attribute of this group to add notes here. + Отредактируйте атрибут заметок этой группы, чтобы добавить сюда заметки. + + + Unnamed + + + Collapse "" + + + Expand "" + + + Select "" + + + Items of "" + + + Root + Корневой каталог + + + A copy of this recovery link has been placed in your clipboard + Копия этой ссылки на восстановление была помещена в ваш буфер обмена + + + Search by username, email, etc... + + + User Search + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + Предупреждение: Вы собираетесь удалить пользователя, под которым вы вошли в систему ( + ). Действуйте на свой страх и риск. + + + Show deactivated users + + + No name set + + + Create recovery link + Создание ссылки на восстановление + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + + + User folders + Пользовательские папки + + + User paths + + + Successfully added user to group(s). + Пользователь успешно добавлен в группу(ы). + + + Groups to add + Группы для добавления + + + Add group + Добавить группу + + + Remove from Group(s) + Удалить из группы (групп) + + + Are you sure you want to remove user from the following groups? + Вы уверены, что хотите удалить пользователя + из следующих групп? + + + Add Group + Добавить группу + + + Add to existing group + Добавить в существующую группу + + + Add new group + Добавить новую группу + + + Application authorizations + Авторизации приложения + + + Revoked? + Аннулирован? + + + Expires + Истекает + + + ID Token + ID токен + + + Access Tokens(s) + Access токен(ы) + + + Refresh Tokens(s) + Refresh токен(ы) + + + Last IP + Последний IP + + + Last used + Послед. использование + + + Session(s) + Сессия(ии) + + + Expiry + Истекает + + + (Current session) + (Текущая сессия) + + + Consent(s) + Согласие(я) + + + Reputation score(s) + Оценка(и) репутации + + + Disconnect + Отключить + + + Successfully disconnected source + Источник успешно отключен + + + Failed to disconnected source: + Не удалось отключить источник: + + + + Connect + Подключить + + + Error: unsupported source settings: + Ошибка: неподдерживаемые параметры источника: + + + + "" source + + + No services available. + Нет доступных сервисов. + + + Source Settings + + + Confirmed + Подтверждено + + + Created at + Создано в + + + Last updated at + Послед. обновление в + + + Last used at + Послед. использование в + + + Device type cannot be deleted + + + Device(s) + Устройство (устройства) + + + Email + Электронная почта + + + Last password change + Последняя смена пароля + + + User Info + Информация о пользователе + + + Lock the user out of this system + Заблокировать доступ пользователя к этой системе + + + Allow the user to log in and use this system + Разрешить пользователю входить в систему и использовать ее + + + Enter a new password for this user + Введите новый пароль для этого пользователя + + + Create a link for this user to reset their password + Создать ссылку для этого пользователя, чтобы сбросить его пароль + + + Create Recovery Link + Создать ссылку + + + Sessions + Сессии + + + Explicit Consent + Явное Согласие + + + OAuth Access Tokens + OAuth Access токены + + + OAuth Refresh Tokens + OAuth Refresh Токены + + + MFA Authenticators + Аутентификаторы МФА + + + Connected services + Подключенные сервисы + + + RAC Connections + Соединения RAC + + + Actions over the last week (per 8 hours) + Действия за последнюю неделю (за 8 часов) + + + Edit the notes attribute of this user to add notes here. + Отредактируйте атрибут заметок этого пользователя, чтобы добавить сюда заметки. + + + User events + Пользовательские события + + + Credentials / Tokens + Учетные данные / токены + + + Successfully updated role. + Роль успешно обновлена. + + + Successfully created role. + Роль успешно создана. + + + Manage roles which grant permissions to objects within authentik. + Управление ролями, которые предоставляют права на объекты в authentik. + + + Role(s) + Роль(и) + + + Update Role + Обновить роль + + + Create Role + Создать роль + + + Unknown Initial Permissions mode + + + Successfully updated initial permissions. + + + Successfully created initial permissions. + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + + + The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. + + + Available Permissions + + + Selected Permissions + + + Permissions to grant when a new object is created. + + + Initial Permissions + + + Set initial permissions for newly created objects. + + + Update Initial Permissions + + + Create Initial Permissions + + + Role Info + Информация о роли + + + Role + + + Successfully updated invitation. + Приглашение успешно обновлено. + + + Successfully created invitation. + Приглашение успешно создано. + + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + + + Flow + Поток + + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + Если выбран этот пункт, приглашение можно будет использовать только в этом потоке. По умолчанию приглашение принимается во всех потоках с этапами приглашения. + + + Custom attributes + Пользовательские атрибуты + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + Необязательные данные, которые загружаются в контекстную переменную потока 'prompt_data'. YAML или JSON. + + + Single use + Однократное применение + + + When enabled, the invitation will be deleted after usage. + Если эта опция включена, приглашение будет удалено после использования. + + + Select an enrollment flow + Выбрать поток регистрации + + + Link to use the invitation. + Ссылка для использования приглашения. + + + Invitations + Приглашения + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + Создайте ссылки приглашений для регистрации пользователей и, по желанию, принудительно задействуйте определенные атрибуты их учетной записи. + + + Created by + Создан + + + Invitation(s) + Приглашение(я) + + + Invitation not limited to any flow, and can be used with any enrollment flow. + Приглашение не ограничивается каким-либо потоком и может быть использовано с любым потоком регистрации. + + + Update Invitation + Обновить приглашение + + + Create Invitation + Создать приглашение + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + Внимание: Ни один этап приглашения не привязан к какому-либо потоку. Приглашения не будут работать так, как ожидается. + + + Pseudolocale (for testing) + Псевдолокаль (для тестирования) + + + German + Немецкий + + + English + Английский + + + Spanish + Испанский + + + French + Французский + + + Italian + Итальянский + + + Japanese + + + Korean + Корейский + + + Dutch + Голландский + + + Polish + Польский + + + Russian + Русский + + + Turkish + Турецкий + + + Chinese (simplified) + Китайский (упрощенный) + + + Chinese (traditional) + Китайский (традиционный) + + + Not you? + Не вы? + + + Auto-detect (based on your browser) + Автоматическое определение (на основе вашего браузера) + + + Required. + Обязательно. + + + Continue + Продолжить + + + Failed to preview prompt + + + Successfully updated prompt. + Запрос успешно обновлен. + + + Successfully created prompt. + Запрос успешно создан. + + + Text: Simple Text input + Текст: простой текстовый ввод + + + Text Area: Multiline text input + Текстовая область: Многострочный текстовый ввод. + + + Text (read-only): Simple Text input, but cannot be edited. + Текст (только для чтения): Простой текстовый ввод, который нельзя редактировать. + + + Text Area (read-only): Multiline text input, but cannot be edited. + Текстовая область (только для чтения): Многострочный текстовый ввод, который нельзя редактировать. + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + Имя пользователя: Аналогично текстовому вводу, но проверяет и предотвращает дублирование имен пользователей. + + + Email: Text field with Email type. + Email: Текстовое поле с типом Email. + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + Пароль: маскируемый ввод, несколько вводов этого типа в одном запросе должны быть идентичными. + + + Number + Номер + + + Checkbox + Чекбокс + + + Radio Button Group (fixed choice) + Группа радиокнопок (фиксированный выбор) + + + Dropdown (fixed choice) + Раскрывающийся список (фиксированный выбор) + + + Date + Дата + + + Date Time + Дата и время + + + File + Файл + + + Separator: Static Separator Line + Разделитель: Статическая разделительная линия + + + Hidden: Hidden field, can be used to insert data into form. + Скрыто: Скрытое поле, может быть использовано для вставки данных в форму. + + + Static: Static value, displayed as-is. + Статический: Статичное значение, отображается как есть. + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: Locale: Отображает список локализаций, которые поддерживает authentik. + + + Preview errors + Предпросмотр ошибок + + + Data preview + Предпросмотр данных + + + Unique name of this field, used for selecting fields in prompt stages. + Уникальное имя этого поля, используемое для выбора полей на этапах запроса. + + + Field Key + Ключ поля + + + Name of the form field, also used to store the value. + Имя поля формы, также используемое для хранения значения. + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + При использовании в сочетании с этапом записи пользователя для записи атрибутов используйте attributes.foo. + + + Label + Метка + + + Label shown next to/above the prompt. + Метка, отображаемая рядом с запросом или под ним. + + + Interpret placeholder as expression + Интерпретировать заполнитель как выражение + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + Если флажок установлен, то заполнитель будет оцениваться так же, как и сопоставление свойств. + Если оценка не удалась, возвращается сам заполнитель. + + + Placeholder + Заполнитель + + + 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. + По желанию предоставьте короткую подсказку, описывающую ожидаемое значение ввода. + При создании поля с фиксированным выбором включите интерпретацию как выражение и + возвращайте список, чтобы вернуть несколько вариантов. + + + Interpret initial value as expression + Интерпретировать начальное значение как выражение + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + Если флажок установлен, то начальное значение будет оцениваться так же, как и сопоставление свойств. + Если оценка не удалась, само начальное значение. + + + Initial value + Начальное значение + + + 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. + По желанию предварительно заполните поле ввода начальным значением. + При создании поля с фиксированным выбором включите интерпретацию как выражение и + возвращайте список, чтобы вернуть несколько вариантов по умолчанию. + + + Help text + Вспомогательный текст + + + Any HTML can be used. + Можно использовать любой HTML. + + + Prompts + Запросы + + + Single Prompts that can be used for Prompt Stages. + Одиночные запросы, которые можно использовать для этапов запросов. + + + Field + Поле + + + Stages + Этапы + + + Prompt(s) + Запрос(ы) + + + Update Prompt + Обновить запрос + + + Create Prompt + Создать запрос + + + Successfully updated stage. + Этап успешно обновлен. + + + Successfully created stage. + Этап успешно создан. + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Этап, используемый для настройки duo аутентификатора. Этот этап должен использоваться для потоков конфигурации. + + + Authenticator type name + Название типа аутентификатора + + + Display name of this authenticator, used by users when they enroll an authenticator. + Отображаемое имя этого аутентификатора, используемое пользователями при регистрации аутентификатора. + + + API Hostname + Имя хоста API + + + Duo Auth API + Duo Auth API + + + Integration key + Ключ интеграции + + + Secret key + Секретный ключ + + + Duo Admin API (optional) + Duo Admin API (опционально) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + + + Stage-specific settings + Настройки, специфичные для этапа + + + Configuration flow + Поток конфигурации + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + Поток, используемый аутентифицированным пользователем для настройки этого Этапа. Если пусто, пользователь не сможет настроить этот этап. + + + SMTP Host + Хост SMTP + + + SMTP Port + Порт SMTP + + + SMTP Username + Имя пользователя SMTP + + + SMTP Password + Пароль SMTP + + + Use TLS + Использовать TLS + + + Use SSL + Использовать SSL + + + From address + От адреса + + + Email address the verification email will be sent from. + + + Stage used to configure an email-based authenticator. + + + Use global connection settings + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + + + Subject of the verification email. + + + Token expiration + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + + + Template + Шаблон + + + Loading templates... + + + Template used for the verification email. + + + Twilio Account SID + SID учетной записи Twilio + + + Get this value from https://console.twilio.com + Получите это значение с сайта https://console.twilio.com + + + Twilio Auth Token + Токен аутентификации Twilio + + + Authentication Type + Тип аутентификации + + + Basic Auth + Базовая аутентификация + + + Bearer Token + Bearer токен + + + External API URL + URL-адрес внешнего API + + + This is the full endpoint to send POST requests to. + Это полная конечная точка для отправки POST-запросов. + + + API Auth Username + Имя пользователя API Auth + + + This is the username to be used with basic auth or the token when used with bearer token + Это имя пользователя, которое будет использоваться при базовой аутентификации, или токен при использовании bearer токена. + + + API Auth password + Пароль API Auth + + + This is the password to be used with basic auth + Это пароль, который будет использоваться при базовой авторизации + + + Stage used to configure an SMS-based TOTP authenticator. + Этап, используемый для настройки аутентификатора TOTP на основе SMS. + + + Twilio + Twilio + + + Generic + Основной + + + From number + С номера + + + Number the SMS will be sent from. + Номер, с которого будет отправлено SMS. + + + Mapping + Сопоставление + + + Modify the payload sent to the provider. + + + Hash phone number + Хэшировать номер телефона + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + Если эта опция включена, будет сохранен только хэш номера телефона. Это может быть сделано в целях защиты данных. Устройства, созданные на этапе с этой опцией, не могут быть использованы на этапе проверки аутентификатора. + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + Этап, используемый для настройки статического аутентификатора (т.е. статических токенов). Этот этап следует использовать для потоков конфигурации. + + + Token count + Количество токенов + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + Количество токенов, генерируемых при каждом использовании этого этапа. Каждый токен, сгенерированный за время выполнения этапа, будет прикреплен к одному статическому устройству. + + + Token length + Длина токена + + + The length of the individual generated tokens. Can be increased to improve security. + Длина отдельных генерируемых токенов. Может быть увеличена для повышения безопасности. + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + Этап, используемый для настройки аутентификатора TOTP (например, Authy/Google Authenticator). + + + Digits + Цифры + + + 6 digits, widely compatible + 6 цифр, широкая совместимость + + + 8 digits, not compatible with apps like Google Authenticator + 8 цифр, не совместим с такими приложениями, как Google Authenticator + + + Static Tokens + Статические токены + + + TOTP Authenticators + Аутентификаторы TOTP + + + WebAuthn Authenticators + Аутентификаторы WebAuthn + + + Duo Authenticators + Аутентификаторы Duo + + + SMS-based Authenticators + Аутентификаторы на основе SMS + + + Email-based Authenticators + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + Этап, используемый для проверки любого аутентификатора. Этот этап должен использоваться в потоках аутентификации или авторизации. + + + Device classes + Классы устройств + + + Device classes which can be used to authenticate. + Классы устройств, которые можно использовать для аутентификации + + + Last validation threshold + Последний порог валидации + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + Если пользователь успешно прошел аутентификацию на устройстве из перечисленных выше классов в течение этого заданного времени, этот этап будет пропущен. + + + Not configured action + Действие не настроено + + + Force the user to configure an authenticator + Принудить пользователя настроить аутентификатор + + + Deny the user access + Запрет доступа пользователю + + + Configuration stages + Этапы конфигурации + + + Available Stages + + + Selected Stages + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + Этапы использованные для конфигурации Аутентификатора когда у пользователя нет совместимых устройств. После этого конфигурационного этапа пользователю больше не запрашивается. + + + When multiple stages are selected, the user can choose which one they want to enroll. + Если выбрано несколько этапов, пользователь может выбрать, на каком из них он хочет зарегистрироваться. + + + WebAuthn-specific settings + Настройки, специфичные для WebAuthn + + + WebAuthn User verification + WebAuthn Верификация пользователя + + + User verification must occur. + Должна выполняться проверка пользователя. + + + User verification is preferred if available, but not required. + Верификация пользователя предпочтительна, если она доступна, но не обязательна. + + + User verification should not occur. + Не должна выполняться проверка пользователя. + + + WebAuthn Device type restrictions + Ограничения типа устройства WebAuthn + + + Available Device types + Доступные типы устройств + + + Selected Device types + Выбранные типы устройств + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + Опционально ограничьте типы устройств WebAuthn, которые могут быть использованы. Если типы устройств не выбраны, разрешены все устройства. + + + This restriction only applies to devices created in authentik 2024.4 or later. + Это ограничение распространяется только на устройства, созданные в authentik 2024.4 или более поздней версии. + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + Этап, используемый для настройки аутентификатора WebAuthn (например, Yubikey, FaceID/Windows Hello). + + + User verification + Верификация пользователя + + + Required: User verification must occur. + Обязательно: Проверка пользователя должна выполняться. + + + Preferred: User verification is preferred if available, but not required. + Предпочтительно: Проверка пользователя предпочтительна, если доступна, но не обязательна. + + + Discouraged: User verification should not occur. + Не рекомендуется: Проверка пользователя не должна выполняться. + + + Resident key requirement + Требования к ключу резидента + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + Обязательно: Средство аутентификации ДОЛЖНО создать отдельные учетные данные. Если это невозможно, RP готов к возникновению ошибки. + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + Предпочтительно: Аутентификатор может создавать и хранить отдельные учетные данные, но если он этого не делает, это тоже нормально. + + + Discouraged: The authenticator should not create a dedicated credential + Не рекомендуется: Аутентификатор не должен создавать отдельные учетные данные. + + + Authenticator Attachment + Вложения аутентификатора + + + No preference is sent + Предпочтения не отправляются + + + A non-removable authenticator, like TouchID or Windows Hello + Несъемный аутентификатор, например TouchID или Windows Hello + + + A "roaming" authenticator, like a YubiKey + Переносной аутентификатор, например YubiKey + + + Maximum registration attempts + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + + + Device type restrictions + Ограничения типа устройства + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + На этом этапе текущая сессия пользователя проверяется с помощью сервиса Google reCAPTCHA (или совместимого с ним). + + + Public Key + Публичный ключ + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Открытый ключ, полученный с https://www.google.com/recaptcha/intro/v3.html. + + + Private Key + Приватный ключ + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + Приватный ключ, полученный с https://www.google.com/recaptcha/intro/v3.html. + + + Interactive + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + + + Score minimum threshold + Минимальный порог баллов + + + Minimum required score to allow continuing + Минимальный балл, необходимый для продолжения + + + Score maximum threshold + Максимальный порог баллов + + + Maximum allowed score to allow continuing + Максимальный балл, необходимый для продолжения + + + Error on invalid score + Ошибка при неверной оценке + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + Если эта функция включена и полученная оценка находится за пределами порогового значения, пользователь не сможет продолжить работу. При отключении пользователь сможет продолжить, а оценка может быть использована в политиках для настройки дальнейших этапов. + + + JS URL + JS URL-адрес + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + URL-адрес, с которого будет браться JavaScript, по умолчанию - recaptcha. Может быть заменен на любую совместимую альтернативу. + + + API URL + API URL-адрес + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + URL, используемый для проверки ответа капчи, по умолчанию - recaptcha. Может быть заменен на любую совместимую альтернативу. + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + Запрос на согласие пользователя. Согласие может быть постоянным или истекать через определенный промежуток времени. + + + Always require consent + Всегда требовать согласие + + + Consent given lasts indefinitely + + + Consent expires + + + Consent expires in + Согласие истекает через + + + Offset after which consent expires. + Смещение, после которого истекает срок действия согласия. + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + Статически запретите поток. Чтобы эффективно использовать этот этап, отключите *Оценивать, когда планируется поток* на соответствующей привязке. + + + Deny message + Запретить сообщение + + + Message shown when this stage is run. + Сообщение, отображаемое при выполнении этого этапа. + + + Dummy stage used for testing. Shows a simple continue button and always passes. + Фиктивный этап, используемый для тестирования. Показывает простую кнопку продолжения и всегда проходит. + + + Throw error? + Выбросить ошибку? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + Проверка адреса электронной почты пользователя путем отправки ему одноразовой ссылки. Может также использоваться для восстановления, чтобы проверить подлинность пользователя. + + + Activate pending user on success + Активировать ожидающего пользователя при успехе + + + When a user returns from the email successfully, their account will be activated. + Когда пользователь успешно вернется из электронной почты, его учетная запись будет активирована. + + + Use global settings + Использовать глобальные настройки + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + Если эта функция включена, будут использоваться глобальные настройки подключения к электронной почте, а настройки подключения, указанные ниже, будут игнорироваться. + + + Time the token sent is valid. + Время, в течение которого отправленный токен является действительным. + + + Account Recovery Max Attempts + + + Account Recovery Cache Timeout + + + The time window used to count recent account recovery attempts. + + + A selection is required + Выбор обязателен + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + Позволить пользователю идентифицировать себя с помощью имени пользователя или адреса электронной почты. + + + User fields + Пользовательские поля + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + Поля, по которым пользователь может идентифицировать себя. Если ни одно из полей не выбрано, пользователь сможет использовать только источники. + + + Password stage + Этап пароля + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + При выборе этого параметра поле для ввода пароля отображается на той же странице, а не на отдельной. Это предотвращает атаки с перечислением имен пользователей. + + + Captcha stage + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + + + Case insensitive matching + Нечувствительное к регистру соответствие + + + When enabled, user fields are matched regardless of their casing. + Если эта функция включена, пользовательские поля будут сопоставляться независимо от их регистра. + + + Pretend user exists + Делать вид, что пользователь существует + + + When enabled, the stage will always accept the given user identifier and continue. + Если включено, этап всегда будет принимать заданный идентификатор пользователя и продолжать работу. + + + Show matched user + Показать совпадающего пользователя + + + 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. + Если введено правильное имя пользователя/электронная почта и эта опция включена, будет показано имя пользователя и аватар. В противном случае будет показан текст, который ввел пользователь. + + + Enable "Remember me on this device" + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + + + Source settings + Настройки источника + + + Sources + Источники + + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + Для аутентификации пользователей необходимо выбрать источники. Это касается только веб-источников, но не LDAP. + + + Show sources' labels + Показать метки источников + + + By default, only icons are shown for sources. Enable this to show their full names. + По умолчанию для источников отображаются только значки. Включите эту опцию, чтобы показывать их полные имена. + + + Passwordless flow + Беспарольный поток + + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + Дополнительный беспарольный поток, ссылка на который находится в нижней части страницы. При настройке пользователи могут использовать этот поток для аутентификации с помощью аутентификатора WebAuthn, не вводя никаких данных. + + + Optional enrollment flow, which is linked at the bottom of the page. + Дополнительный поток регистрации, ссылка на который находится в нижней части страницы. + + + Optional recovery flow, which is linked at the bottom of the page. + Дополнительный поток восстановления доступа, ссылка на который находится в нижней части страницы. + + + This stage can be included in enrollment flows to accept invitations. + Этот этап может быть включен в потоки регистрации для принятия приглашений. + + + Continue flow without invitation + Продолжить поток без приглашения + + + 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. + Если этот флаг установлен, то при отсутствии приглашения этот этап перейдет к следующему этапу. По умолчанию эта стадия отменяет поток, если приглашение не получено. + + + Client-certificate/mTLS authentication/enrollment. + + + Certificate optional + + + If no certificate was provided, this stage will succeed and continue to the next stage. + + + Certificate required + + + If no certificate was provided, this stage will stop flow execution. + + + Certificate authorities + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + + + Certificate attribute + + + Common Name + Обычное имя + + + Configure the attribute of the certificate used to look for a user. + + + User attribute + + + Configure the attribute of the user used to look for a user. + + + User database + standard password + База данных пользователей + стандартный пароль + + + User database + app passwords + База данных пользователей + пароли приложения + + + User database + LDAP password + База данных пользователей + пароль LDAP + + + User database + Kerberos password + + + Validate the user's password against the selected backend(s). + Проверка пароля пользователя на соответствие выбранному бэкэнду (бэкэндам). + + + Backends + Бэкенды + + + Selection of backends to test the password against. + Выбор бэкендов для проверки пароля. + + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + + Failed attempts before cancel + Неудачные попытки до отмены + + + 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. + Количество попыток пользователя до отмены потока. Чтобы заблокировать пользователя, используйте политику репутации и этап user_write. + + + Provide users with a 'show password' button. + Предоставить пользователям кнопку "показать пароль". + + + ("", of type ) + + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + Показывать пользователю произвольные поля ввода, например, во время регистрации. Данные сохраняются в контексте потока в переменной 'prompt_data'. + + + Fields + Поля + + + Available Fields + + + Selected Fields + + + Validation Policies + Политики валидации + + + Available Policies + Доступные политики + + + Selected Policies + Выбранные политики + + + Selected policies are executed when the stage is submitted to validate the data. + Выбранные политики выполняются при отправке этапа для проверки данных. + + + Redirect the user to another flow, potentially with all gathered context + + + Static + + + Target URL + Целевой URL-адрес + + + Redirect the user to a static URL. + + + Target Flow + + + Redirect the user to a Flow. + + + Keep flow context + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + Вставьте источник OAuth или SAML в процесс выполнения потока. Это позволяет проводить дополнительную проверку пользователя или динамически получать доступ к различным источникам для разных идентификаторов пользователя (имя пользователя, адрес электронной почты и т. д.). + + + Source + Источник + + + Resume timeout + Тайм-аут возобновления + + + Amount of time a user can take to return from the source to continue the flow. + Количество времени, которое пользователь может потратить на возвращение от источника для продолжения потока. + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + Удалить текущего пользователя. ВНИМАНИЕ, на этом этапе не запрашивается подтверждение. Используйте этап согласия, чтобы убедиться, что пользователь осознает свои действия. + + + Log the currently pending user in. + Вход в систему текущим ожидающим пользователем. + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + Определяет, как долго длится сеанс. Значение по умолчанию 0 секунд означает, что сеанс длится до закрытия браузера. + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + Разные браузеры по-разному обрабатывают сеансовые файлы cookie и могут не удалять их даже при закрытии браузера. + + + See here. + См. здесь. + + + Stay signed in offset + Смещение "Оставаться в системе" + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + Если значение продолжительности больше 0, у пользователя будет возможность выбрать опцию "оставаться в системе", что продлит его сеанс на указанное здесь время. + + + Remember device + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + + + Network binding + Привязка к сети + + + No binding + Нет привязки + + + Bind ASN + Привязать ASN + + + Bind ASN and Network + Привязать ASN и Сеть + + + Bind ASN, Network and IP + Привязать ASN, Сеть и IP + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + Настройте, должны ли сессии, созданные на этом этапе, быть привязаны к сетям, в которых они были созданы. + + + GeoIP binding + Привязка к GeoIP + + + Bind Continent + Привязать Континент + + + Bind Continent and Country + Привязать Континент и Страну + + + Bind Continent, Country and City + Привязать Континент, Страну и Город + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + Настройте, должны ли сеансы, созданные на этом этапе, привязываться к местоположению на основе GeoIP. + + + Terminate other sessions + Прервать другие сеансы + + + When enabled, all previous sessions of the user will be terminated. + Если включено, все предыдущие сеансы пользователя будут завершены. + + + Remove the user from the current session. + Удалить пользователя из текущей сессии. + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + Запишите любые данные из контекста потока 'prompt_data' текущему пользователю. Если пользователя + нет, создается новый пользователь, и данные записываются ему. + + + Never create users + Никогда не создавать пользователей + + + When no user is present in the flow context, the stage will fail. + Если в контексте потока нет пользователя, этап завершится неудачей. + + + Create users when required + Создание пользователей при необходимости + + + When no user is present in the the flow context, a new user is created. + Если в контексте потока нет пользователя, создается новый пользователь. + + + Always create new users + Всегда создавать новых пользователей + + + Create a new user even if a user is in the flow context. + Создать нового пользователя, даже если он уже находится в контексте потока. + + + Create users as inactive + Создание пользователей как неактивных + + + Mark newly created users as inactive. + Отмечать вновь созданных пользователей как неактивных. + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + Внутренними пользователями могут быть такие пользователи, как сотрудники компании, которые получат доступ к полному набору функций Enterprise. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + Внешние пользователи могут быть внешними консультантами или клиентами B2C. Эти пользователи не получают доступа к enterprise функциям. + + + Service accounts should be used for machine-to-machine authentication or other automations. + Сервисные учетные записи следует использовать для межмашинной аутентификации или других автоматических операций. + + + User type used for newly created users. + Тип пользователя, используемый для вновь созданных пользователей. + + + User path template + Шаблон пути пользователя + + + Path new users will be created under. If left blank, the default path will be used. + Путь, по которому будут создаваться новые пользователи. Если оставить пустым, будет использоваться путь по умолчанию. + + + Newly created users are added to this group, if a group is selected. + Вновь созданные пользователи добавляются в эту группу, если группа выбрана. + + + Target + Цель + + + Stage + Этап + + + Evaluate when flow is planned + Оценка, когда поток запланирован + + + Evaluate policies during the Flow planning process. + Оценка политик во время процесса планирования потока. + + + Evaluate when stage is run + Оценка когда этап запущен + + + Evaluate policies before the Stage is presented to the user. + + + Invalid response behavior + Недопустимое поведение ответа + + + Returns the error message and a similar challenge to the executor + Возвращает сообщение об ошибке и аналогичный вызов исполнителю + + + Restarts the flow from the beginning + Перезапуск потока с самого начала + + + Restarts the flow from the beginning, while keeping the flow context + Перезапускает поток с самого начала, сохраняя контекст потока + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + Настройте, как исполнитель потока должен обрабатывать недействительный ответ на вызов, переданный этим связанным этапом. + + + New stage + Новый этап + + + Create a new stage. + Создание нового этапа. + + + Successfully imported device. + Устройство успешно импортировано. + + + The user in authentik this device will be assigned to. + Пользователь authentik, которому будет назначено это устройство. + + + Duo User ID + ID пользователя Duo + + + The user ID in Duo, can be found in the URL after clicking on a user. + Идентификатор пользователя в Duo, можно найти в URL после нажатия на пользователя. + + + Automatic import + Автоматический импорт + + + Successfully imported devices. + Успешно импортировано + устройств(а). + + + Start automatic import + Запуск автоматического импорта + + + Or manually import + Или импортировать вручную + + + Endpoint Google Chrome Device Trust is in preview. + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + + + Google Verified Access API + API для верифицированного доступа Google + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + Этапы - это отдельные шаги потока, через которые проходит пользователь. Этап может быть выполнен только внутри потока. + + + Flows + Потоки + + + Stage(s) + Этап(ы) + + + Import + Импорт + + + Import Duo device + Импорт устройства Duo + + + Import devices + Импорт устройств + + + Successfully updated flow. + Поток успешно обновлен. + + + Successfully created flow. + Поток успешно создан. + + + Shown as the Title in Flow pages. + Указывается в качестве заголовка на страницах потока. + + + Visible in the URL. + Виден в URL-адресе. + + + Designation + Назначение + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + Определяет, для чего используется данный поток. Например, поток Authentication перенаправляется, когда не прошедший аутентификацию пользователь посещает authentik. + + + No requirement + Нет требований + + + Require authentication + Требуется аутентификация + + + Require no authentication + + + Require superuser + Требуется суперпользователь. + + + Require being redirected from another flow + + + Require Outpost (flow can only be executed from an outpost) + + + Required authentication level for this flow. + Требуемый уровень аутентификации для этого потока. + + + Behavior settings + Настройки поведения + + + Compatibility mode + Режим совместимости + + + Increases compatibility with password managers and mobile devices. + Повышенная совместимость с менеджерами паролей и мобильными устройствами. + + + Denied action + Отказано в действии + + + Will follow the ?next parameter if set, otherwise show a message + Будет следовать за параметром ?next, если он установлен, в противном случае покажет сообщение + + + Will either follow the ?next parameter or redirect to the default interface + Будет либо следовать параметру ?next, либо перенаправлять на интерфейс по умолчанию. + + + Will notify the user the flow isn't applicable + Уведомляет пользователя, что поток неприменим. + + + Decides the response when a policy denies access to this flow for a user. + Определяет ответ, когда политика отказывает пользователю в доступе к этому потоку. + + + Appearance settings + Настройки внешнего вида + + + Layout + Макет + + + Background + Фон + + + Background shown during execution. + Фон, отображаемый во время выполнения. + + + Clear background + Убрать фон + + + Delete currently set background image. + Удаление установленного в данный момент фонового изображения. + + + Successfully imported flow. + Поток успешно импортирован. + + + .yaml files, which can be found in the Example Flows documentation + + + See more here: + Подробнее здесь: + + + Documentation + Документация + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + Потоки описывают цепочку этапов для аутентификации, регистрации или восстановления пользователя. Этапы выбираются на основе применяемых к ним политик. + + + Flow(s) + Поток(и) + + + Update Flow + Обновить поток + + + Execute "" + + + Execute + Выполнить + + + Export "" + + + Export + Экспорт + + + Create Flow + Создать поток + + + Import Flow + Импортировать поток + + + Successfully cleared flow cache + Кэш потока успешно очищен + + + Failed to delete flow cache + Не удалось удалить кэш потока + + + Clear Flow cache + Очистить кэш потока + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + Вы уверены, что хотите очистить кэш потока? + Это приведет к тому, что все потоки будут заново оценены при следующем использовании. + + + Stage binding(s) + Привязка (привязки) этапа + + + Stage type + Тип этапа + + + Edit Stage + Редактировать этап + + + Update Stage binding + Обновить привязку этапа + + + These bindings control if this stage will be applied to the flow. + Эти привязки определяют, будет ли данный этап применяться к потоку. + + + No Stages bound + Нет привязанных этапов + + + No stages are currently bound to this flow. + В настоящее время ни один этап не связан с этим потоком. + + + Create and bind Stage + Создать и привязать этап + + + Create Stage binding + Создать привязку этапа + + + Bind existing stage + Связать существующий этап + + + Flow Overview + Обзор потока + + + Flow Info + Информация о потоке + + + Related actions + Связанные действия + + + Execute flow + Выполнить поток + + + Execute "" normally + + + Normal + Стандартно + + + Execute "" as current user + + + Current user + + + Execute "" with inspector + + + Use inspector + + + Export flow + Экспорт потока + + + Stage Bindings + Привязки этапа + + + These bindings control which users can access this flow. + Эти привязки контролируют, какие пользователи могут получить доступ к этому потоку. + + + Event Log + Журнал событий + + + Brand + Бренд + + + Show details + Показать подробности + + + Event info + Информация о событии + + + Created + Создано + + + Raw event info + Необработанная информация о событии + + + Event + Событие + + + + Successfully updated transport. + Средство доставки успешно обновлено. + + + Successfully created transport. + Средство доставки успешно создано. + + + Send once + Отправить единожды + + + Only send notification once, for example when sending a webhook into a chat channel. + Отправлять уведомление только один раз, например, при отправке вебхука в чат-канал. + + + Local (notifications will be created within authentik) + Локальный (уведомления будут создаваться внутри authentik) + + + Webhook (generic) + Вебхук (обычный) + + + Webhook (Slack/Discord) + Вебхук (Slack/Discord) + + + Webhook URL + URL-адрес вебхука + + + Webhook Body Mapping + + + Webhook Header Mapping + + + Email Subject Prefix + + + Email Template + + + Notification Transports + Поставщики уведомлений + + + Define how notifications are sent to users, like Email or Webhook. + Определите способ отправки уведомлений пользователям, например по электронной почте или с помощью вебхука. + + + Notification transport(s) + Поставщик(и) уведомлений + + + Update Notification Transport + Обновление поставщика уведомлений + + + Create Notification Transport + Создание поставщика уведомлений + + + Successfully updated rule. + Правило успешно обновлено. + + + Successfully created rule. + Правило успешно создано. + + + Select the group of users which the alerts are sent to. + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + + + Send notification to event user + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Transports + Поставщики + + + Available Transports + + + Selected Transports + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + Выберите, какие поставщики должны использоваться для уведомления пользователя. Если ни один из них не выбран, уведомление будет отображаться только в пользовательском интерфейсе authentik. + + + Severity + Важность + + + Notification Rules + Правила уведомлений + + + Send notifications whenever a specific Event is created and matched by policies. + Отправляйте уведомления, когда создается определенное событие и сопоставляется с политиками. + + + Sent to group + Отправляется группе + + + Notification rule(s) + Правило (правила) уведомления + + + Update Notification Rule + Обновление правила уведомления + + + Create Notification Rule + Создание правила уведомления + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + Эти привязки контролируют, при каких событиях срабатывает данное правило. +Привязки к группам/пользователям проверяются по пользователю события. + + + Outpost Deployment Info + Информация о развертывании внешнего компонента + + + View deployment documentation + Просмотр документации по развертыванию + + + If your authentik Instance is using a self-signed certificate, set this value. + Если ваш экземпляр authentik использует самоподписанный сертификат, установите это значение. + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + Если параметр authentik_host не соответствует URL, с которым вы хотите войти в систему, добавьте этот параметр. + + + Successfully updated outpost. + Внешний компонент успешно обновлен. + + + Successfully created outpost. + Внешний компонент успешно создан. + + + LDAP + LDAP + + + Radius + Radius + + + RAC + RAC + + + Integration + Интеграция + + + Selecting an integration enables the management of the outpost by authentik. + Выбор интеграции позволяет управлять внешним компонентом с помощью authentik. + + + See documentation + См. документацию + + + Available Applications + Доступные приложения + + + Selected Applications + Выбранные приложения + + + Configuration + Конфигурация + + + (build ) + (релиз ) + + + (FIPS) + (FIPS) + + + Last seen + Последний раз был замечен + + + , should be + + , должен быть + + + + Not available + Недоступно + + + Last seen: () + + + Outposts + Внешние компоненты + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Внешние компоненты - это развертывание компонентов authentik для поддержки различных сред и протоколов, например обратных прокси. + + + Health and Version + Здоровье и версия + + + Warning: authentik Domain is not configured, authentication will not work. + Предупреждение: authentik домен не настроен, аутентификация не будет работать. + + + Logging in via . + Вход в систему через + . + + + No integration active + Нет активных интеграций + + + Update Outpost + Обновить внешний компонент + + + View Deployment Info + Просмотр информации о развертывании + + + Detailed health (one instance per column, data is cached so may be out of date) + Подробное состояние здоровья (один экземпляр на колонку, данные кэшируются, поэтому могут быть устаревшими) + + + Outpost(s) + Внешний (внешние) компонент(ы) + + + Create Outpost + Создать внешний компонент + + + Successfully updated integration. + Интеграция успешно обновлена. + + + Successfully created integration. + Интеграция успешно создана. + + + Local + Местный + + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + Если включено, используется локальное соединение. Требует Docker сокет/Kubernetes интеграции. + + + Docker URL + URL-адрес Docker + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + Центр сертификации, по которому проверяется сертификат конечной точки. Можно оставить пустым для отсутствия проверки. + + + TLS Authentication Certificate/SSH Keypair + Сертификат аутентификации TLS/пара ключей SSH + + + Certificate/Key used for authentication. Can be left empty for no authentication. + Сертификат/ключ, используемый для аутентификации. Можно оставить пустым для отсутствия аутентификации. + + + When connecting via SSH, this keypair is used for authentication. + При подключении по SSH эта пара ключей используется для аутентификации. + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + Проверка SSL-сертификата API Kubernetes + + + New outpost integration + Новая интеграции внешнего компонента + + + Create a new outpost integration. + Создание новой интеграции внешнего компонента + + + Outpost integrations + Интеграции внешнего компонента + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + Интеграции внешнего компонента определяют, как authentik подключается к внешним платформам для управления и развертывания внешних компонентов. + + + State + Состояние + + + Unhealthy + Нездоровый + + + Outpost integration(s) + Интеграция (интеграции) внешнего компонента + + + Successfully generated certificate-key pair. + Пара сертификат-ключ успешно сгенерирована. + + + Subject-alt name + Альтернативное имя субъекта + + + Optional, comma-separated SubjectAlt Names. + Необязательные дополнительные имена субъекта, разделенные запятыми. + + + Validity days + Срок действия в днях + + + Private key Algorithm + Алгоритм закрытого ключа + + + RSA + RSA + + + ECDSA + ECDSA + + + Algorithm used to generate the private key. + Алгоритм, используемый для генерации закрытого ключа. + + + Successfully updated certificate-key pair. + Пара сертификат-ключ успешно обновлена. + + + Successfully created certificate-key pair. + Пара сертификат-ключ успешно создана. + + + PEM-encoded Certificate data. + PEM-закодированные данные сертификата. + + + Optional Private Key. If this is set, you can use this keypair for encryption. + Дополнительный закрытый ключ. Если этот параметр установлен, вы можете использовать эту пару ключей для шифрования. + + + Certificate-Key Pairs + Пары сертификат-ключ + + + Import certificates of external providers or create certificates to sign requests with. + Импортируйте сертификаты внешних провайдеров или создавайте сертификаты для подписания запросов. + + + Private key available? + Закрытый ключ доступен? + + + Certificate-Key Pair(s) + Пара(ы) сертификат-ключ + + + Managed by authentik + Управляется authentik + + + Managed by authentik (Discovered) + Управляется authentik (Discovered) + + + Yes () + Да ( + ) + + + Update Certificate-Key Pair + Обновление пары сертификат-ключ + + + Certificate Fingerprint (SHA1) + Отпечаток сертификата (SHA1) + + + Certificate Fingerprint (SHA256) + Отпечаток сертификата (SHA256) + + + Certificate Subject + Субъект сертификата + + + Download Certificate + Скачать сертификат + + + Download Private key + Скачать закрытый ключ + + + Import Existing Certificate-Key Pair + + + Generate + Сгенерировать + + + Generate New Certificate-Key Pair + + + Link Title + + + Successfully updated settings. + Настройки успешно обновлены. + + + Avatars + Аватарки + + + Configure how authentik should show avatars for users. The following values can be set: + Настройте, как authentik должен показывать аватары для пользователей. Можно задать следующие значения: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + Отключает аватары для каждого пользователя и просто показывает прозрачную картинку 1x1 пиксель + + + Uses gravatar with the user's email address + Использование gravatar с адресом электронной почты пользователя + + + Generated avatars based on the user's name + Генерирование аватаров на основе имени пользователя + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + Любой URL: Если вы хотите использовать изображения, размещенные на другом сервере, вы можете задать любой URL. Кроме того, можно использовать эти заполнители: + + + The user's username + Имя пользователя + + + The email address, md5 hashed + Адрес электронной почты, хэшированный md5 + + + The user's UPN, if set (otherwise an empty string) + UPN пользователя, если установлен (в противном случае пустая строка) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + Путь к атрибуту, например + attributes.something.avatar, который может быть использован в + сочетании с полем файла, чтобы позволить пользователям загружать пользовательские + аватары для себя. + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + Можно задать несколько значений, разделив их запятыми, и authentik перейдет к следующему режиму, если аватар не будет найден. + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + Например, установив параметр в gravatar,initials система будет + попытаться получить аватар с Gravatar, и если пользователь там не + настроен, то вернется к сгенерированному аватару. + + + Allow users to change name + Разрешить пользователям изменять имя + + + Enable the ability for users to change their name. + Включение возможности изменения пользователями своего имени. + + + Allow users to change email + Разрешить пользователям изменять электронную почту + + + Enable the ability for users to change their email. + Включение возможности для пользователей изменять свой адрес электронной почты. + + + Allow users to change username + Разрешить пользователям изменять имя пользователя + + + Enable the ability for users to change their username. + Включение возможности изменения пользователями своего имени пользователя + + + Event retention + Сохранение событий + + + Duration after which events will be deleted from the database. + Срок, по истечении которого события будут удалены из базы данных. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + Эта настройка влияет только на новые события, поскольку срок действия сохраняется для каждого события. + + + Reputation: lower limit + + + Reputation cannot decrease lower than this value. Zero or negative. + + + Reputation: upper limit + + + Reputation cannot increase higher than this value. Zero or positive. + + + Footer links + Ссылки в нижнем колонтитуле + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + + + GDPR compliance + Соблюдение GDPR + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + Если включено, все события, вызванные пользователем, будут удалены после его удаления. + + + Impersonation + Имитация пользователя + + + Globally enable/disable impersonation. + Глобально включить/отключить имитацию пользователей. + + + Require reason for impersonation + + + Require administrators to provide a reason for impersonating a user. + + + Default token duration + Срок действия токена по умолчанию + + + Default duration for generated tokens + Срок действия по умолчанию для сгенерированных токенов + + + Default token length + Длина токена по умолчанию + + + Default length of generated tokens + Длина генерируемых токенов по умолчанию + + + Flags + + + Modify flags to opt into new authentik behaviours early. + + + Save + Сохранить + + + System settings + Системные настройки + + + Successfully updated instance. + Экземпляр успешно обновлен. + + + Successfully created instance. + Экземпляр успешно создан. + + + Disabled blueprints are never applied. + Отключенные чертежи никогда не применяются. + + + Local path + Локальный путь + + + OCI Registry + OCI Реестр + + + OCI URL + + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest + + + Read more about + + + OCI Support + + + Blueprint + Чертеж + + + Configure the blueprint context, used for templating. + Настройте контекст чертежа, используемый для создания шаблонов. + + + Orphaned + Потерянные + + + Blueprints + Чертежи + + + Automate and template configuration within authentik. + Автоматизация и шаблонизация конфигурации в authentik. + + + Last applied + Последнее применение + + + Blueprint(s) + Чертеж(и) + + + Update Blueprint + Обновить чертеж + + + Edit "" blueprint + + + Apply "" blueprint + + + Apply + Применить + + + Create Blueprint Instance + Создание экземпляра чертежа + + + Successfully updated license. + Лицензия успешно обновлена. + + + Successfully created license. + Лицензия успешно создана. + + + Install ID + Идентификатор установки + + + License key + Лицензионный ключ + + + Expired + + + Expiring soon + + + Unlicensed + + + Read Only + Только для чтения + + + Valid + + + Current license status + Текущий статус лицензии + + + Overall license status + Общий статус лицензии + + + Internal user usage + + + % + + + External user usage + + + Licenses + Лицензии + + + Manage enterprise licenses + Управление enterprise лицензиями + + + No licenses found. + Лицензий не найдено. + + + License(s) + Лицензия (лицензии) + + + Forecast internal users + Прогноз внутренних пользователей + + + Estimated user count one year from now based on current internal users and forecasted internal users. + + + Approximately + + + Forecast external users + Прогноз внешних пользователей + + + Estimated user count one year from now based on current external users and forecasted external users. + + + Cumulative license expiry + Накопительный срок действия лицензии + + + No expiry + + + Internal: + Внутренний: + + + External: + Внешний: + + + Update License + Обновление лицензии + + + Your Install ID + Ваш идентификатор установки + + + Go to Customer Portal + Перейти на клиентский портал + + + Learn more + Подробнее + + + Install + Установить + + + Install License + Установить лицензию + + + Release + Релиз + + + Development + + + UI Version + Версия UI + + + Build + Сборка + + + Python version + Версия Python + + + Platform + Платформа + + + Kernel + Ядро + + + OpenSSL + OpenSSL + + + Enterprise + Enterprise + + + Collapse + + + Expand + + + navigation + + + Dashboards + Панели + + + Endpoint Devices + + + Device groups + + + Logs + Логи + + + Customization + Персонализация + + + Flows and Stages + Потоки и этапы + + + Directory + Каталог + + + Tokens and App passwords + Токены и пароли приложений + + + System + Система + + + Certificates + Сертификаты + + + Outpost Integrations + Интеграции внешнего компонента + + + Warning: The current user count has exceeded the configured licenses. + Предупреждение: Текущее количество пользователей превысило количество настроенных лицензий. + + + Warning: One or more license(s) have expired. + Внимание: Срок действия одной или нескольких лицензий истек. + + + Warning: One or more license(s) will expire within the next 2 weeks. + Внимание: Срок действия одной или нескольких лицензий истекает в течение ближайших 2 недель. + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + Внимание: Этот экземпляр authentik перешел в режим "только чтение" из-за истекших/превышенных лицензий. + + + Click here for more info. + Нажмите здесь для получения дополнительной информации. + + + This authentik instance uses a Trial license. + Этот экземпляр authentik использует Пробную лицензию. + + + This authentik instance uses a Non-production license. + Этот экземпляр authentik использует Non-production лицензию. + + + A newer version () of the UI is available. + + + API drawer + + + API Requests + API запросы + + + Open API Browser + Открыть API браузер + + + Close API drawer + + + View details for + + + Mark as read + + + Successfully cleared notifications + Уведомления успешно очищены + + + No notifications found. + Уведомлений не найдено. + + + You don't have any notifications currently. + В данный момент у вас нет никаких уведомлений. + + + Notification drawer + + + Notifications + Уведомления + + + unread + + не прочитано + + + Clear all + Очистить все + + + Open about dialog + + + Product name + + + Product version + + + Version + Версия + + + Global navigation + + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn требует, чтобы доступ к этой странице осуществлялся по протоколу HTTPS. + + + WebAuthn not supported by browser. + WebAuthn не поддерживается браузером. + + + API request failed + Не удалось выполнить запрос API + + + Site links + + + Powered by authentik + Основано на authentik + + + Authenticating with Apple... + Аутентификация с помощью Apple... + + + Retry + Повторить + + + Authenticating with Plex... + Аутентификация с помощью Plex... + + + Waiting for authentication... + Ожидание аутентификации... + + + If no Plex popup opens, click the button below. + Если всплывающее окно Plex не открывается, нажмите кнопку ниже. + + + Open login + Открытый логин + + + Authenticating with Telegram... + + + Click the button below to start. + + + User information + + + Avatar for + + + User avatar + + + Something went wrong! Please try again later. + Что-то пошло не так! Пожалуйста, повторите попытку позже. + + + Request ID + ИД запроса + + + You may close this page now. + Теперь вы можете закрыть эту страницу. + + + You're about to be redirect to the following URL. + Вы будете перенаправлены на следующий URL-адрес. + + + Follow redirect + Следовать за перенаправлением + + + Flow inspector + Инспектор потока + + + Close flow inspector + + + Next stage + Следующий этап + + + Stage name + Имя этапа + + + Stage kind + Вид этапа + + + Stage object + Объект этапа + + + This flow is completed. + Этот поток завершен. + + + Plan history + История плана + + + Current plan context + Контекст текущего плана + + + Session ID + ID сессии + + + Flow inspector loading + + + Request has been denied. + Запрос был отклонен. + + + Show password + Показать пароль + + + Hide password + Скрыть пароль + + + Please enter your password + Пожалуйста, введите ваш пароль + + + Caps Lock is enabled. + Включена функция Caps Lock. + + + CAPTCHA challenge + + + Verifying... + Верификация... + + + Remember me on this device + + + Continue with + + + Need an account? + Нужна учетная запись? + + + Sign up. + Зарегистрироваться. + + + Forgot username or password? + Забыли имя пользователя или пароль? + + + Additional actions + + + Select one of the options below to continue. + Выберите один из вариантов ниже, чтобы продолжить. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + Введите адрес электронной почты, связанный с вашей учетной записью, и мы отправим вам ссылку для сброса пароля. + + + Or + Или + + + Login to continue to . + Войдите, чтобы перейти на + . + + + Use a security key + Используйте ключ безопасности + + + Login sources + + + Forgot password? + Забыли пароль? + + + Application requires following permissions: + Приложению необходимы следующие разрешения: + + + Application already has access to the following permissions: + Приложение уже имеет доступ к следующим разрешениям: + + + Application requires following new permissions: + Приложение требует следующих новых разрешений: + + + Stage name: + Название этапа: + + + Check your Inbox for a verification email. + Проверьте свой почтовый ящик, чтобы получить письмо с подтверждением. + + + Send Email again. + Отправить электронное письмо еще раз. + + + QR-Code to setup a time-based one-time password + + + Copy time-based one-time password configuration + + + Successfully copied TOTP Config. + Конфигурация TOTP успешно скопирована. + + + Copy TOTP Config + + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Пожалуйста, отсканируйте приведенный выше QR-код с помощью Microsoft Authenticator, Google Authenticator или других приложений-аутентификаторов на вашем устройстве и введите код, который устройство отобразит ниже, чтобы завершить настройку устройства MFA. + + + Time-based one-time password + + + TOTP Code + + + Type your TOTP code... + + + Type your time-based one-time password code. + + + Duo activation QR code + QR-код активации Duo + + + Alternatively, if your current device has Duo installed, click on this link: + Кроме того, если на вашем текущем устройстве установлен Duo, перейдите по этой ссылке: + + + Duo activation + Duo активация + + + Check status + Проверить статус + + + Make sure to keep these tokens in a safe place. + Обязательно храните эти токены в надежном месте. + + + Configure your email + Настройте свою электронную почту + + + Please enter your email address. + Пожалуйста, введите свой адрес электронной почты. + + + Code + Код + + + Please enter the code you received via email + Пожалуйста, введите код, который вы получили по электронной почте + + + Phone number + Номер телефона + + + Please enter your Phone number. + Пожалуйста, введите номер телефона. + + + Please enter the code you received via SMS + Введите код, полученный по SMS + + + Select another authentication method + + + Authentication code + Код аутентификации + + + Static token + Статический токен + + + Type an authentication code... + + + Sending Duo push notification... + Отправка push-уведомления Duo... + + + Failed to authenticate + Не удалось аутентифицироваться + + + Authentication failed. Please try again. + Аутентификация не удалась. Пожалуйста, попробуйте еще раз + + + Authenticating... + Аутентификация... + + + Retry authentication + Повторить аутентификацию + + + Duo push-notifications + Duo push-уведомления + + + Receive a push notification on your device. + Получите push-уведомление на свое устройство. + + + Authenticator + Аутентификатор + + + Use a security key to prove your identity. + Используйте ключ безопасности, чтобы подтвердить свою личность. + + + Traditional authenticator + Традиционный аутентификатор + + + Use a code-based authenticator. + Используйте аутентификатор на основе кода. + + + Recovery keys + Ключи восстановления + + + In case you lose access to your primary authenticators. + + + SMS + СМС + + + Tokens sent via SMS. + Токены отправляются по SMS. + + + Tokens sent via email. + Токены, отправлены по электронной почте. + + + Unknown device + + + An unknown device class was provided. + + + Select an authentication method + + + No authentication methods available. + + + Select a configuration stage + + + Stay signed in? + Оставаться в системе? + + + Select Yes to reduce the number of times you're asked to sign in. + Выберите Да, чтобы уменьшить количество запросов на вход. + + + Device Code + + + Please enter your code + Пожалуйста, введите ваш код + + + You've successfully authenticated your device. + Вы успешно прошли проверку подлинности своего устройства. + + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + + + Go back to overview + + + Log out of + + + Log back into + + + SAML Provider + + + SAML logout complete + + + Redirecting to SAML provider: + + + Posting logout request to SAML provider: + + + Unknown Provider + + + Logging out of providers... + + + Single Logout + + + Open flow inspector + + + Authentication form + + + Error creating credential: + Ошибка при создании учетных данных: + + + + Server validation of credential failed: + Проверка учетных данных на сервере не удалась: + + + + Failed to register. Please try again. + Не удалось зарегистрироваться. Пожалуйста, попробуйте еще раз + + + Registering... + Регистрация... + + + Failed to register + Не удалось зарегистрироваться + + + Retry registration + Повторить регистрацию + + + Idle + Ожидание + + + Connecting + Подключение + + + Waiting + + + Connected + Подключено + + + Disconnecting + Отключение + + + Disconnected + Отключено + + + Connection failed after attempts. + Подключение не удалось после попытки(ок). + + + Re-connecting in second(s). + Повторное подключение через сек. + + + Connecting... + Подключение... + + + Please wait while the content is loading + + + Select endpoint to connect to + Выберите конечную точку для подключения + + + application + + + Actions for "" + + + Edit application... + + + Refer to documentation + См. документацию + + + No Applications available. + Нет доступных приложений. + + + Either no applications are defined, or you don’t have access to any. + Приложения либо не определены, либо у вас нет доступа к ним. + + + Ungrouped + + + My Applications + Мои приложения + + + Search for an application by name... + + + Search returned no results. + Поиск не дал никаких результатов. + + + application found for "" + + + applications found for "" + + + application available + + + applications available + + + My applications + Мои приложения + + + Application list + + + Failed to fetch applications. + + + Change your password + Изменить ваш пароль + + + Change password + Изменить пароль + + + Delete account + Удалить аккаунт + + + Successfully updated details + Детали успешно обновлены. + + + Open settings + Открыть настройки + + + No settings flow configured. + Поток настроек не настроен. + + + Update details + Обновить детали + + + Device type cannot be edited + + + Enroll + Зарегистрировать + + + Edit device + + + Create App password + Создать пароль приложения + + + User settings + + + User details + Информация о пользователе + + + Consent + Согласие + + + MFA Devices + MFA-устройства + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + Подключите свою учетную запись к перечисленным ниже сервисам, чтобы можно было входить в систему, используя сервис, а не обычные данные. + + + Admin interface + Интерфейс администратора + + + ... + Truncation ellipsis + + + + diff --git a/web/xliff/tr.xlf b/web/xliff/tr.xlf deleted file mode 100644 index aed8813237..0000000000 --- a/web/xliff/tr.xlf +++ /dev/null @@ -1,10576 +0,0 @@ - - - - - English - İngilizce - - - - French - Fransızca - - - - Turkish - Türkçe - - - - Spanish - İspanyolca - - - - Polish - Lehçe - - - - Taiwanese Mandarin - Tayvan Mandarin - - - - Chinese (simplified) - Çince (basitleştirilmiş) - - - - Chinese (traditional) - Çince (geleneksel) - - - - German - Almanca - - - - Loading... - Yükleniyor... - - - - Application - Uygulama - - - - Logins - Oturum Açma - - - - Show less - Daha az göster - - - - Show more - Daha fazla göster - - - - UID - UID - - - - Name - İsim - - - - App - Uygulama - - - - Model Name - Model Adı - - - - Message - Mesaj - - - - Subject - Konu - - - - From - İtibaren - - - - To - Kime - - - - Context - Bağlam - - - - User - Kullanıcı - - - - Affected model: - Etkilenen model: - - - - Authorized application: - Yetkili başvuru: - - - - Using flow - Akışı kullanma - - - - Email info: - E-posta bilgileri: - - - - Secret: - Sır: - - - - Open issue on GitHub... - GitHub'da açık sorun... - - - - Exception - Hata - - - - Expression - İfade - - - - Binding - Ciltleme - - - - Request - Talep - - - - Object - Nesne - - - - Result - Sonuç - - - - Passing - Geçiyor - - - - Messages - İletiler - - - - Using source - Kaynak kullanma - - - - Attempted to log in as - ile oturum açılmaya çalışıldı - - - - No additional data available. - Ek veri yok. - - - - Click to change value - Değeri değiştirmek için tıklayın - - - - Select an object. - Bir nesne seçin. - - - - Connection error, reconnecting... - Bağlantı hatası, yeniden bağlanıyor... - - - - Login - Giriş - - - - Failed login - Başarısız oturum açma - - - - Logout - Oturumu Kapa - - - - User was written to - Kullanıcı yazıldı - - - - Suspicious request - Şüpheli istek - - - - Password set - Parola seti - - - - Secret was viewed - Sır görüldü - - - - Secret was rotated - Sırrı döndürüldü - - - - Invitation used - Kullanılan davetiye - - - - Application authorized - Başvuru yetkili - - - - Source linked - Kaynak bağlantılı - - - - Impersonation started - Kimliğe bürünme başladı - - - - Impersonation ended - Taklit sona erdi - - - - Flow execution - Akış yürütme - - - - Policy execution - İlke yürütme - - - - Policy exception - İlke hatası - - - - Property Mapping exception - Özellik Eşleme hatası - - - - System task execution - Sistem görevi yürütme - - - - System task exception - Sistem görevi hatası - - - - General system exception - Genel sistem hatası - - - - Configuration error - Yapılandırma hatası - - - - Model created - Model oluşturuldu - - - - Model updated - Model güncellendi - - - - Model deleted - Model silindi - - - - Email sent - E-posta gönderildi - - - - Update available - Güncelleme mevcut - - - - Unknown severity - Bilinmeyen önem derecesi - - - - Alert - Alarm - - - - Notice - Uyarı - - - - Warning - Uyarı - - - - no tabs defined - tanımlanmış sekme yok - - - - - of - - of - - - - Go to previous page - Önceki sayfaya git - - - - Go to next page - Sonraki sayfaya git - - - - Search... - Ara... - - - - Loading - Yükleniyor - - - - No objects found. - Nesne bulunamadı. - - - - Failed to fetch objects. - Nesneler getirilemedi. - - - - Refresh - Yenile - - - - Select all rows - Tüm satırları seç - - - - Action - Eylem - - - - Creation Date - Oluşturma Tarihi - - - - Client IP - İstemci IP - - - - Recent events - Son olaylar - - - - On behalf of - adına - - - - - - - - - - - No Events found. - Olaylar bulunamadı. - - - - No matching events could be found. - Eşleşen olay bulunamadı. - - - - Embedded outpost is not configured correctly. - Gömülü üs düzgün yapılandırılmamış. - - - - Check outposts. - İleri üsleri kontrol edin. - - - - HTTPS is not detected correctly - HTTPS doğru algılanmadı - - - - Server and client are further than 5 seconds apart. - Sunucu ve istemci arasında 5 saniyeden daha uzaktır. - - - - OK - OK - - - - Everything is ok. - Her şey yolunda. - - - - Based on - göre - - - - is available! - versiyonu mevcut! - - - - Up-to-date! - Güncel! - - - - Version - Sürüm - - - - Workers - İşçiler - - - - No workers connected. Background tasks will not run. - İşçi bağlantısı yok. Arka plan görevleri çalışmaz. - - - - Authorizations - Yetkilendirmeler - - - - Failed Logins - Başarısız Oturum Açma - - - - Successful Logins - Başarılı Oturum Açma - - - - : - : - - - - Cancel - İptal et - - - - LDAP Source - LDAP Kaynağı - - - - SCIM Provider - SCIM Sağlayıcısı - - - - Healthy - Sağlıklı - - - - Healthy outposts - Sağlıklı üsler - - - - Admin - Yönetici - - - - Not found - Bulunamadı - - - - The URL "" was not found. - URL adresi bulunamadı. - - - - Return home - Eve dön - - - - General system status - Genel sistem durumu - - - - Quick actions - Hızlı eylemler - - - - Create a new application - Yeni bir uygulama oluştur - - - - Check the logs - Günlükleri kontrol et - - - - Explore integrations - Entegrasyonları keşfedin - - - - Manage users - Kullanıcıları yönetme - - - - Outpost status - Üs durumu - - - - Sync status - Durumu senkronize et - - - - Logins and authorizations over the last week (per 8 hours) - Geçen haftaki oturum açma ve yetkilendirme işlemleri (8 saat başına) - - - - Apps with most usage - En çok kullanıma sahip uygulamalar - - - - Objects created - Oluşturulan nesneler - - - - Users created per day in the last month - Son ay içinde günlük oluşturulan kullanıcılar - - - - Logins per day in the last month - Son ay içinde günlük oturum açma - - - - Failed Logins per day in the last month - Geçtiğimiz ay içinde günlük başarısız oturum açma - - - - Clear search - Aramayı temizle - - - - System Tasks - Sistem Görevleri - - - - Long-running operations which authentik executes in the background. - Authentik'in arka planda yürüttüğü uzun süreli işlemler. - - - - Identifier - Tanımlayıcı - - - - Description - Açıklama - - - - Status - Durum - - - - Actions - Eylemler - - - - Successful - Başarılı - - - - Error - Hata - - - - Unknown - Bilinmeyen - - - - Authentication - Kimlik Doğrulama - - - - Authorization - Yetkilendirme - - - - Enrollment - Kayıt - - - - Invalidation - Geçersiz - - - - Recovery - Kurtarma - - - - Stage Configuration - Aşama Konfigürasyonu - - - - Unenrollment - Kayıttan Çıkarma - - - - Unknown designation - Bilinmeyen atama - - - - Stacked - Yığılı - - - - Content left - Kalan içerik - - - - Content right - İçerik hakkı - - - - Sidebar left - Sol kenar çubuğu - - - - Sidebar right - Sağ kenar çubuğu - - - - Unknown layout - Bilinmeyen düzen - - - - Successfully updated provider. - Sağlayıcı başarıyla güncellendi. - - - - Successfully created provider. - Sağlayıcı başarıyla oluşturuldu. - - - - Bind flow - Bağlama akışı - - - - Flow used for users to authenticate. - Kullanıcıların kimlik doğrulaması için kullanılan akış. - - - - Bind mode - Bağlama modu - - - - Cached binding - Önbelleğe alınmış bağlama - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - Akış yürütülür ve oturum bellekte önbelleğe alınır. Akış, oturumun süresi dolduğunda yürütülür - - - - Direct binding - Doğrudan bağlama - - - - Always execute the configured bind flow to authenticate the user - Kullanıcının kimliğini doğrulamak için her zaman yapılandırılan bağlama akışını yürütün - - - - Configure how the outpost authenticates requests. - Karakolun isteklerin kimliğini nasıl doğrulayacağını yapılandırın. - - - - Search mode - Arama modu - - - - Cached querying - Önbelleğe alınmış sorgulama - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - Karakol, tüm kullanıcıları ve grupları bellekte tutar ve her 5 Dakikada bir yenilenir - - - - Direct querying - Doğrudan sorgulama - - - - Always returns the latest data, but slower than cached querying - Her zaman en son verileri döndürür, ancak önbelleğe alınmış sorgulamadan daha yavaştır - - - - Configure how the outpost queries the core authentik server's users. - Üssün çekirdek authentik sunucusunun kullanıcılarını nasıl sorgulayacağını yapılandırın. - - - - Protocol settings - Protokol ayarları - - - - Base DN - Taban DN - - - - LDAP DN under which bind requests and search requests can be made. - Bağlama istekleri ve arama istekleri altında yapılabilen LDAP DN. - - - - Certificate - Sertifika - - - - UID start number - UID başlangıç numarası - - - - 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 - UidNumbers'ın başlangıcında, bu sayı, POSIX kullanıcıları için sayıların çok düşük olmadığından emin olmak için user.Pk öğesine eklenir. Varsayılan 2000 yerel kullanıcılarla çarpışmadığımızdan emin olmak için uidNumber - - - - GID start number - GID başlangıç numarası - - - - 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 - gidNumbers'ın başlangıcı, bu sayı group.Pk öğesinden oluşturulan bir sayıya eklenir ve sayıların POSIX grupları için çok düşük olmamasını sağlar. Yerel gruplar veya kullanıcıların birincil grupların gidNumber'ıyla çakışmaması için varsayılan 4000'dir - - - - The following keywords are supported: - Aşağıdaki anahtar sözcükler desteklenir: - - - - Authentication flow - Kimlik doğrulama akışı - - - - Flow used when a user access this provider and is not authenticated. - Bir kullanıcı bu sağlayıcıya eriştiğinde ve kimliği doğrulanmadığında kullanılan akış. - - - - Authorization flow - Yetkilendirme akışı - - - - Flow used when authorizing this provider. - Bu sağlayıcıyı yetkilendirirken kullanılan akış. - - - - Client type - İstemci türü - - - - Confidential - Gizli - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - Gizli istemciler, istemci gizli dizileri gibi kimlik bilgilerinin gizliliğini koruyabilir - - - - Public - Kamu - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - Kamu müşterileri gizliliği koruyamaz ve PKCE gibi yöntemleri kullanmalıdır. - - - - Client ID - Müşteri Kimliği - - - - Client Secret - Müşteri Sırrı - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - Açık bir yeniden yönlendirme URI'si belirtilmezse, başarıyla kullanılan ilk yeniden yönlendirme URI'si kaydedilir. - - - - Signing Key - İmzalama Anahtarı - - - - Key used to sign the tokens. - Anahtar belirteçleri imzalamak için kullanılır. - - - - Advanced protocol settings - Gelişmiş protokol ayarları - - - - Access code validity - Erişim kodu geçerliliği - - - - Configure how long access codes are valid for. - Erişim kodlarının ne kadar süreyle geçerli olduğunu yapılandırın. - - - - Access Token validity - Erişim Belirteci geçerliliği - - - - Configure how long access tokens are valid for. - Erişim belirteçlerinin ne kadar süreyle geçerli olduğunu yapılandırın. - - - - Refresh Token validity - Yenileme Belirteci geçerliliği - - - - Configure how long refresh tokens are valid for. - Yenileme belirteçlerinin ne kadar süreyle geçerli olacağını yapılandırın. - - - - Scopes - Kapsamlar - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - İstemci tarafından hangi kapsamların kullanılabileceğini seçin. İstemci yine de verilere erişmek için kapsamı belirtmelidir. - - - - Subject mode - Konu modu - - - - Based on the User's hashed ID - Kullanıcının karma oluşturma işlemine tabi tutulmuş kimliğine göre - - - - Based on the User's ID - Kullanıcının kimliğine göre - - - - Based on the User's UUID - Kullanıcının UUID'sine göre - - - - Based on the User's username - Kullanıcının kullanıcı adına göre - - - - Based on the User's Email - Kullanıcının e-postasına göre - - - - This is recommended over the UPN mode. - Bu, UPN modu üzerinden önerilir. - - - - Based on the User's UPN - Kullanıcının UPN'sine göre - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - Kullanıcının bir 'upn' özniteliği ayarlanmış olmasını gerektirir ve karma kullanıcı kimliğine geri döner. Bu modu yalnızca farklı UPN ve Posta etki alanlarınız varsa kullanın. - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - Hangi verilerin benzersiz Kullanıcı Tanımlayıcısı olarak kullanılması gerektiğini yapılandırın. Çoğu durumda, varsayılan seçim yeterlidir. - - - - Include claims in id_token - İd_token'a hak taleplerini dahil et - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - Userinfo uç noktasına erişmeyen uygulamalar için, id_token'daki kapsamlardan Kullanıcı taleplerini dahil edin. - - - - Issuer mode - Yayımcı kipi - - - - Each provider has a different issuer, based on the application slug - Her sağlayıcının, uygulama bilgisine bağlı olarak farklı bir yayıncısı vardır - - - - Same identifier is used for all providers - Aynı tanımlayıcı tüm sağlayıcılar için kullanılır - - - - Configure how the issuer field of the ID Token should be filled. - Kimlik Belirtecinin yayımcı alanının nasıl doldurulacağını yapılandırın. - - - - Machine-to-Machine authentication settings - Makineden Makineye kimlik doğrulama ayarları - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - Seçili kaynaklarda yapılandırılan sertifikalar tarafından imzalanan JWT'ler bu sağlayıcıda kimlik doğrulaması yapmak için kullanılabilir. - - - - HTTP-Basic Username Key - HTTP-Basic Kullanıcı Adı Anahtarı - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - HTTP-Basic Üstbilgisinin kullanıcı bölümü için kullanılan Kullanıcı/Grup Özniteliği. Ayarlanmazsa, kullanıcının E-posta adresi kullanılır. - - - - HTTP-Basic Password Key - HTTP-Temel Parola Anahtarı - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - HTTP-Basic Üstbilgisinin parola kısmı için kullanılan Kullanıcı/Grup Özniteliği. - - - - Proxy - Vekil Sunucu - - - - Forward auth (single application) - İleri kimlik doğrulaması (tek uygulama) - - - - Forward auth (domain level) - İleri kimlik doğrulama (etki alanı düzeyi) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - Bu sağlayıcı saydam bir ters vekil sunucu gibi davranır, ancak isteklerin kimliğinin doğrulanması gerekir. Yön uygulamanızda HTTPS kullanıyorsa üsse de HTTPS kullanarak bağlandığınızdan emin olun. - - - - External host - Harici ana bilgisayar - - - - The external URL you'll access the application at. Include any non-standard port. - Uygulamaya erişeceğiniz harici URL. Standart olmayan herhangi bir bağlantı noktasını dahil edin. - - - - Internal host - Dahili ana bilgisayar - - - - Upstream host that the requests are forwarded to. - İsteklerin iletildiği yukarı ana bilgisayar. - - - - Internal host SSL Validation - Dahili ana bilgisayar SSL Doğrulaması - - - - Validate SSL Certificates of upstream servers. - Yayın yukarı akış sunucularının SSL Sertifikalarını doğrulayın. - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - Bu sağlayıcıyı nginx'in auth_request veya traefik'in forwardAuth ile kullanın. Kök etki alanı başına yalnızca tek bir sağlayıcı gereklidir. Uygulama başına yetkilendirme yapamazsınız, ancak her uygulama için bir sağlayıcı oluşturmanız gerekmez. - - - - An example setup can look like this: - Bir örnek kurulum şu şekilde görünebilir: - - - - authentik running on auth.example.com - auth.example.com üzerinde çalışan authentik - - - - app1 running on app1.example.com - app1 üzerinde çalışan app1.example.com - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - Bu durumda, Kimlik Doğrulama URL'sini auth.example.com ve Çerez etki alanı olarak example.com olarak ayarlamalısınız. - - - - Authentication URL - Kimlik Doğrulama URL'si - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - Kimlik doğrulayacağınız harici URL. Auentik çekirdek sunucusuna bu URL altında erişilebilir olmalıdır. - - - - Cookie domain - Çerez alan adı - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - Bunu kimlik doğrulamasının geçerli olmasını istediğiniz etki alanına ayarlayın. Yukarıdaki URL'nin bir üst etki alanı olmalıdır. Uygulamaları app1.domain.tld, app2.domain.tld olarak çalıştırıyorsanız, bunu 'domain.tld' olarak ayarlayın. - - - - Unknown proxy mode - Bilinmeyen proxy modu - - - - Token validity - Belirteç geçerliliği - - - - Configure how long tokens are valid for. - Belirteçlerin ne kadar geçerli olduğunu yapılandırın. - - - - Additional scopes - Ek kapsamlar - - - - Additional scope mappings, which are passed to the proxy. - Proxy'ye iletilen ek kapsam eşlemeleri. - - - - Unauthenticated URLs - Kimliği Doğrulanmamış URL'ler - - - - Unauthenticated Paths - Kimliği Doğrulanmamış Yollar - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - Kimlik doğrulamasının gerekli olmadığı düzenli ifadeler. Her yeni satır yeni bir ifade olarak yorumlanır. - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - Proxy veya ileri auth (tek uygulama) modunu kullanırken, istenen URL Yolu düzenli ifadelere karşı denetlenir. İleriye yönlendirme (etki alanı modu) kullanıldığında, şema ve ana bilgisayar da dahil olmak üzere istenen tam URL normal ifadelerle eşleştirilir. - - - - Authentication settings - Kimlik doğrulama ayarları - - - - Intercept header authentication - Kesişme başlığı kimlik doğrulaması - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - Etkinleştirildiğinde, authentik, isteğin kimliğini doğrulamak için Yetkilendirme üst bilgisini durdurur. - - - - Send HTTP-Basic Authentication - HTTP-Basic Kimlik Doğrulaması Gönder - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - Authentik'ten alınan değerlere göre özel bir HTTP-Basic Kimlik Doğrulama üst bilgisi gönderin. - - - - ACS URL - ACS URL - - - - Issuer - Yayımcı - - - - Service Provider Binding - Servis Sağlayıcı Bağlama - - - - Redirect - Yönlendirme - - - - Post - Post - - - - Determines how authentik sends the response back to the Service Provider. - Authentik'in yanıtı Servis Sağlayıcıya nasıl geri göndereceğini belirler. - - - - Audience - İzleyici - - - - Signing Certificate - İmzalama Serfikası - - - - Certificate used to sign outgoing Responses going to the Service Provider. - Sertifika Hizmet Sağlayıcıya giden giden Yanıtları imzalamak için kullanılır. - - - - Verification Certificate - Doğrulama Sertifikası - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - Seçildiğinde, gelen onaylama öğesinin İmzaları bu sertifikaya göre doğrulanır. İmzasız İsteklere izin vermek için varsayılan olarak bırakın. - - - - Property mappings - Özellik eşlemeleri - - - - NameID Property Mapping - NameID Özellik Eşlemesi - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - NameID değerinin nasıl oluşturulacağını yapılandırın. Boş bırakıldığında, gelen isteğin NameIDPolicy değerine saygı gösterilir. - - - - Assertion valid not before - Onaylama işlemi daha önce geçerli değil - - - - Configure the maximum allowed time drift for an assertion. - Bir onaylama işlemi için izin verilen maksimum zaman kaymasını yapılandırın. - - - - Assertion valid not on or after - Onaylama işlemi geçerli değil veya sonrasında - - - - Assertion not valid on or after current time + this value. - Onaylama geçerli saat + bu değer üzerinde veya sonrasında geçerli değil. - - - - Session valid not on or after - Oturum geçerli değil veya sonrasında - - - - Session not valid on or after current time + this value. - Geçerli saat + bu değer üzerinde veya sonrasında oturum geçerli değil. - - - - Digest algorithm - Digest algoritması - - - - Signature algorithm - İmza algoritması - - - - Successfully imported provider. - Sağlayıcı başarıyla içe aktarıldı. - - - - Metadata - Meta veriler - - - - Apply changes - Değişiklikleri uygula - - - - Close - Kapat - - - - Finish - Bitirmek - - - - Back - Geri - - - - No form found - Form bulunamadı - - - - Select type - Tür seçin - - - - Create - Oluştur - - - - New provider - Yeni sağlayıcı - - - - Create a new provider. - Yeni bir sağlayıcı oluşturun. - - - - Create - Oluştur - - - - Shared secret - Paylaşılan gizli kod dizesi - - - - Client Networks - İstemci Ağları - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - SCIM temel url'si, genellikle /v2 ile biter. - - - - Token - Belirteç - - - - User filtering - Kullanıcı filtreleme - - - - Exclude service accounts - Hizmet hesaplarını hariç tut - - - - Group - Grup - - - - Only sync users within the selected group. - Yalnızca seçili gruptaki kullanıcıları senkronize edin. - - - - Attribute mapping - Öznitelik eşlemesi - - - - User Property Mappings - Kullanıcı Özellik Eşlemeleri - - - - Property mappings used to user mapping. - Kullanıcı eşlemesi için kullanılan özellik eşlemeleri. - - - - Group Property Mappings - Grup Özellik Eşlemeleri - - - - Property mappings used to group creation. - Grup oluşturma için kullanılan özellik eşlemeleri. - - - - Not used by any other object. - Başka bir nesne tarafından kullanılmaz. - - - - object will be DELETED - nesne SILİNECEK - - - - connection will be deleted - bağlantı silinecek - - - - reference will be reset to default value - referans varsayılan değere sıfırlanır - - - - reference will be set to an empty value - referans boş bir değere ayarlanacaktır - - - - () - () - - - - ID - ID - - - - Successfully deleted - Başarıyla silindi - - - Failed to delete : - : Silinemedi - - - - Delete - Sil - - - - Are you sure you want to delete ? - Silmek istediğinizden emin misiniz? - - - Delete - Sil - - - - Providers - Sağlayıcılar - - - - Provide support for protocols like SAML and OAuth to assigned applications. - Atanan uygulamalara SAML ve OAuth gibi protokoller için destek sağlayın. - - - - Type - Tipi - - - - Provider(s) - Sağlayıcı (lar) - - - - Assigned to application - Uygulamaya atanmış - - - - Assigned to application (backchannel) - Uygulamaya atandı (arka kanal) - - - - Update - Güncelleme - - - - Update - Güncelleştir - - - - Select providers to add to application - Uygulamaya eklenecek sağlayıcıları seçin - - - - Add - Ekle - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - Ya tam bir URL, göreli bir yol girin ya da 'fa://fa-test' Yazı Tipi Awesome simgesini “fa-test” kullanmak için kullanın. - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - Oluşturulan kullanıcılar için yol şablonu. Kaynak bilgiyi eklemek için '%(slug)s' gibi yer tutucuları kullanın. - - - - Successfully updated application. - Uygulama başarıyla güncellendi. - - - - Successfully created application. - Uygulama başarıyla oluşturuldu. - - - - Slug - Kısa İsim - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - İsteğe bağlı olarak bir grup adı girin. Aynı gruplara sahip uygulamalar birlikte gruplandırılmış olarak gösterilir. - - - - Provider - Sağlayıcı - - - - Select a provider that this application should use. - Bu uygulamanın kullanması gereken bir sağlayıcı seçin. - - - - Select backchannel providers which augment the functionality of the main provider. - Ana sağlayıcının işlevselliğini artıran arka kanal sağlayıcılarını seçin. - - - - Policy engine mode - İlke altyapısı modu - - - - Any policy must match to grant access - Erişim izni vermek için herhangi bir politikanın eşleşmesi gerekir - - - - All policies must match to grant access - Erişim izni vermek için tüm politikaların eşleşmesi gerekir - - - - UI settings - UI ayarları - - - - Launch URL - URL Başlat - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - Boş bırakılırsa, authentik seçili sağlayıcıya göre başlatma URL'sini ayıklamaya çalışacaktır. - - - - Open in new tab - Yeni sekmede aç - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - İşaretlenirse, başlatma URL'si kullanıcının uygulama kitaplığından yeni bir tarayıcı sekmesinde veya penceresinde açılır. - - - - Icon - Simge - - - - Currently set to: - Şu anda şu şekilde ayarlanmış: - - - - Clear icon - Simgeyi temizle - - - - Publisher - Yayıncı - - - - Create Application - Uygulama Oluştur - - - - Overview - Genel Bakış - - - - Changelog - Değişiklikler - - - - Warning: Provider is not used by any Outpost. - Uyarı: Sağlayıcı herhangi bir Üs tarafından kullanılmaz. - - - - Assigned to application - Uygulamaya atanmış - - - - Update LDAP Provider - LDAP Sağlayıcısını Güncelle - - - - Edit - Düzenle - - - - How to connect - Nasıl bağlanır - - - - Connect to the LDAP Server on port 389: - Bağlantı noktası 389 LDAP sunucusuna bağlanın: - - - - Check the IP of the Kubernetes service, or - Kubernetes hizmetinin IP'lerini kontrol edin veya - - - - The Host IP of the docker host - Docker ana bilgisayarının Ana Bilgisayar IP'si - - - - Bind DN - Bağlama DN - - - - Bind Password - Parola Bağla - - - - Search base - Arama tabanı - - - - Preview - Önizleme - - - - Warning: Provider is not used by an Application. - Uyarı: Sağlayıcı bir Uygulama tarafından kullanılmaz. - - - - Redirect URIs - URI'leri yeniden yönlendirme - - - - Update OAuth2 Provider - OAuth2 Sağlayıcısını Güncelleştirme - - - - OpenID Configuration URL - OpenID Yapılandırma URL - - - - OpenID Configuration Issuer - OpenID Yapılandırması Yayımlayıcı - - - - Authorize URL - URL'yi yetkilendirme - - - - Token URL - Belirteç URL'si - - - - Userinfo URL - Userinfo URL'si - - - - Logout URL - Oturum Kapma URL'si - - - - JWKS URL - JWKS URL'si - - - - Forward auth (domain-level) - İleri kimlik doğrulama (alan düzeyi) - - - - Nginx (Ingress) - Nginx (Giriş) - - - - Nginx (Proxy Manager) - Nginx (Proxy Yöneticisi) - - - - Nginx (standalone) - Nginx (bağımsız) - - - - Traefik (Ingress) - Traefik (Giriş) - - - - Traefik (Compose) - Traefik (Beste) - - - - Traefik (Standalone) - Traefik (Bağımsız) - - - - Caddy (Standalone) - Caddy (Bağımsız) - - - - Internal Host - Dahili Ana Bilgisayar - - - - External Host - Harici Ana Bilgisayar - - - - Basic-Auth - Basic-Auth - - - - Yes - Evet - - - - Mode - Mod - - - - Update Proxy Provider - Proxy Sağlayıcıyı Güncelle - - - - Protocol Settings - Protokol Ayarları - - - - Allowed Redirect URIs - İzin Verilen Yeniden Yönlendirme URI'leri - - - - Setup - Kurulum - - - - No additional setup is required. - Ek kurulum gerekmez. - - - - Update Radius Provider - Yarıçap Sağlayıcısını Güncelleştirme - - - - Download - Indir - - - - Copy download URL - İndirme URL'sini - - - - Download signing certificate - İmzalama sertifikasını indirme - - - - Related objects - İlgili nesneler - - - - Update SAML Provider - SAML Sağlayıcısını Güncelle - - - - SAML Configuration - SAML Yapılandırması - - - - EntityID/Issuer - EntityID/Veren - - - - SSO URL (Post) - TOA URL'si (Gönderi) - - - - SSO URL (Redirect) - TOA URL'si (Yönlendirme) - - - - SSO URL (IdP-initiated Login) - TOA URL'si (IdP tarafından başlatılan oturum açma) - - - - SLO URL (Post) - SLO URL'si (Gönderi) - - - - SLO URL (Redirect) - SLO URL'si (Yönlendirme) - - - - SAML Metadata - SAML Meta Verileri - - - - Example SAML attributes - Örnek SAML özellikleri - - - - NameID attribute - NameID özniteliği - - - - Warning: Provider is not assigned to an application as backchannel provider. - Uyarı: Sağlayıcı bir uygulamaya arka kanal sağlayıcısı olarak atanmamış. - - - - Update SCIM Provider - SCIM Sağlayıcısını Güncelleştirme - - - - LDAP - LDAP - - - - New application - Yeni uygulama - - - - Applications - Uygulamalar - - - - Provider Type - Sağlayıcı Türü - - - - Application(s) - Uygulama (lar) - - - - Application Icon - Uygulama Simgesi - - - - Update Application - Uygulamayı Güncelle - - - - Successfully sent test-request. - Test isteği başarıyla gönderildi. - - - - Log messages - Günlük iletileri - - - - No log messages. - Günlük mesajı yok. - - - - Active - Etkin - - - - Last login - Son giriş - - - - Successfully updated group. - Grup başarıyla güncellendi. - - - - Successfully created group. - Grup başarıyla oluşturuldu. - - - - Parent - Ebeveyn - - - - Attributes - Öznitellikler - - - - Set custom attributes using YAML or JSON. - YAML veya JSON kullanarak özel nitelikleri ayarlayın. - - - - Successfully updated binding. - Ciltleme başarıyla güncellendi. - - - - Successfully created binding. - Bağlama başarılı bir şekilde oluşturuldu. - - - - Policy - İlke - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - Grup eşlemeleri, yalnızca bir kullanıcı bu kaynağa erişmeye çalışırken zaten oturum açmışsa kontrol edilebilir. - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - Kullanıcı eşlemeleri, yalnızca bir kullanıcı bu kaynağa erişmeye çalışırken zaten oturum açmışsa kontrol edilebilir. - - - - Enabled - Etkin - - - - Negate result - Negate sonucu - - - - Negates the outcome of the binding. Messages are unaffected. - Bağlamanın sonucunu susturur. Mesajlar etkilenmez. - - - - Order - Sıra - - - - Timeout - Zaman aşımı - - - - Successfully updated policy. - İlke başarıyla güncelleştirildi. - - - - Successfully created policy. - İlke başarıyla oluşturuldu. - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - Test için kullanılan bir ilke. Her zaman rastgele bir süre bekledikten sonra aşağıda belirtilen sonucu döndürür. - - - - Execution logging - Yürütme günlüğü - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - Bu seçenek etkinleştirildiğinde, bu ilkenin tüm yürütmeleri günlüğe kaydedilir. Varsayılan olarak, yalnızca yürütme hataları günlüğe kaydedilir. - - - - Policy-specific settings - İlke özel ayarlar - - - - Pass policy? - Geçiş ilkesi? - - - - Wait (min) - Bekle (dk) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - İlke yürütmesi rastgele bir zaman alır. Bu, alacağı minimum süreyi belirler. - - - - Wait (max) - Bekleyin (maks.) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - Bir olayı ölçütler kümesine göre eşleştirir. Yapılandırılan değerlerden herhangi biri eşleşirse, ilke geçer. - - - - Match created events with this action type. When left empty, all action types will be matched. - Oluşturulan olayları bu eylem türüyle eşleştirin. Boş bırakıldığında tüm eylem türleri eşleştirilir. - - - - Match events created by selected application. When left empty, all applications are matched. - Seçilen uygulama tarafından oluşturulan olayları eşleştir. Boş bırakıldığında, tüm uygulamalar eşleştirilir. - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - İsteğin kullanıcı parolasının son x gün içinde değiştirilip değiştirilmediğini kontrol eder ve ayarlara göre reddedilir. - - - - Maximum age (in days) - Maksimum yaş (gün olarak) - - - - Only fail the policy, don't invalidate user's password - Yalnızca ilkede başarısız olun, kullanıcının parolasını geçersiz kılmayın - - - - Executes the python snippet to determine whether to allow or deny a request. - Bir isteğe izin verip reddedilmeyeceğini belirlemek için python parçacığını çalıştırır. - - - - Expression using Python. - Python kullanarak ifade. - - - - See documentation for a list of all variables. - Tüm değişkenlerin listesi için belgelere bakın. - - - - Static rules - Statik kurallar - - - - Minimum length - Minimum uzunluk - - - - Minimum amount of Uppercase Characters - Minimum Büyük Harf Karakter Miktarı - - - - Minimum amount of Lowercase Characters - Minimum Küçük Harf Karakter Miktarı - - - - Minimum amount of Digits - Minimum Rakam sayısı - - - - Minimum amount of Symbols Characters - Minimum Semboller Karakter Miktarı - - - - Error message - Hata mesajı - - - - Symbol charset - Sembol karakter seti - - - - Characters which are considered as symbols. - Sembol olarak kabul edilen karakterler. - - - - HaveIBeenPwned settings - HaveIBeenPwned ayarları - - - - Allowed count - İzin verilen sayısı - - - - Allow up to N occurrences in the HIBP database. - HIBP veritabanında N oluşumuna kadar izin ver. - - - - zxcvbn settings - zxcvbn ayarları - - - - Score threshold - Puan eşiği - - - - If the password's score is less than or equal this value, the policy will fail. - Parolanın puanı bu değerden küçük veya bu değere eşitse, ilke başarısız olur. - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - İlke isteğindeki değeri, çoğunlukla parola gücünü sağlamak için kullanılan çeşitli kurallara göre denetler. - - - - Password field - Parola alanı - - - - Field key to check, field keys defined in Prompt stages are available. - Alan tuşu kontrol etmek için, İstem aşamalarında tanımlanan alan tuşları mevcuttur. - - - - Check static rules - Statik kuralları kontrol edin - - - - Check haveibeenpwned.com - haveibeenpwned.com kontrol edin - - - - For more info see: - Daha fazla bilgi için bkz: - - - - Check zxcvbn - zxcvbn'yi kontrol edin - - - - Password strength estimator created by Dropbox, see: - Dropbox tarafından oluşturulan parola gücü tahmincisi, bkz.: - - - - Allows/denys requests based on the users and/or the IPs reputation. - Kullanıcıların ve/veya IP'lerin itibarına göre isteklere izin ver/reddeder. - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - Geçersiz oturum açma girişimleri, istemcinin IP'sinin puanını düşürür ve -tek tek giriş yapmaya çalıştıkları kullanıcı adı. - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - İtibar puanı eşiğin altına düştüğünde politika geçer ve -Belirlenen seçeneklerden biri veya her ikisi de eşiğe eşit veya eşiğin üzerinde olduğunda geçmez. - - - Check IP - IP'yi Kontrol Et - - - - Check Username - Kullanıcı Adını Kontrol Et - - - - Threshold - Eşik - - - - New policy - Yeni politika - - - - Create a new policy. - Yeni bir ilke oluşturun. - - - - Create Binding - Bağlama Oluştur - - - - Superuser - Süper kullanıcı - - - - Members - Üyeler - - - - Select groups to add user to - Kullanıcı eklemek için grupları seçin - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - Uyarı: Kullanıcıyı seçili gruplara eklemek, onlara süper kullanıcı izinleri verir. - - - - Successfully updated user. - Kullanıcı başarıyla güncellendi. - - - - Successfully created user. - Kullanıcı başarıyla oluşturuldu. - - - - Username - Kullanıcı Adı - - - - Email - E-posta - - - - Path - Yol - - - - Policy - İlke - - - - Group - Grup - - - - User - Kullanıcı - - - - Edit Policy - İlkeyi Düzenle - - - - Update Group - Güncelleme Grubu - - - - Edit Group - Grubu Düzenle - - - - Update User - Kullanıcı Güncelle - - - - Edit User - Kullanıcı Düzenle - - - - Policy binding(s) - İlke bağlama (ler) - - - - Update Binding - Ciltlemeyi Güncelle - - - - Edit Binding - Bağlamayı Düzenle - - - - No Policies bound. - Hiçbir ilke bağlı. - - - - No policies are currently bound to this object. - Hiçbir ilke şu anda bu nesneye bağlı değildir. - - - - Related - İlgili - - - - Backchannel Providers - Arka Kanal Sağlayıcıları - - - - Check access - Erişimi kontrol - - - - Check - Kontrol - - - - Check Application access - Uygulama erişimini denetle - - - - Test - Test - - - - Launch - Eriş - - - - Logins over the last week (per 8 hours) - Geçen hafta içindeki girişler (8 saatte) - - - - Policy / Group / User Bindings - İlke / Grup / Kullanıcı Bağlamaları - - - - These policies control which users can access this application. - Bu ilkeler hangi kullanıcıların bu uygulamaya erişebileceğini denetler. - - - - Successfully updated source. - Kaynak başarıyla güncellendi. - - - - Successfully created source. - Kaynak başarıyla oluşturuldu. - - - - Sync users - Kullanıcıları senkronize et - - - - User password writeback - Kullanıcı parolasını geri yazma - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - Giriş parolası LDAP'den authentik'e otomatik olarak senkronize edilir. Bu seçeneği yalnızca oentik'te parola değişikliklerini LDAP'ye geri yazmak için etkinleştirin. - - - - Sync groups - Grupları eşle - - - - Connection settings - Bağlantı ayarları - - - - Server URI - Sunucu URI - - - - Specify multiple server URIs by separating them with a comma. - Birden çok sunucu URI'lerini virgülle ayırarak belirtin. - - - - Enable StartTLS - StartTLS'yi Etkinleştir - - - - To use SSL instead, use 'ldaps://' and disable this option. - Bunun yerine SSL kullanmak için 'ldaps: //' kullanın ve bu seçeneği devre dışı bırakın. - - - - TLS Verification Certificate - TLS Doğrulama Sertifikası - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - TLS ile bir LDAP Sunucusuna bağlanırken, sertifikalar varsayılan olarak denetlenmez. Uzak sertifikayı doğrulamak için bir anahtar çifti belirtin. - - - - Bind CN - Bağlama CN - - - - LDAP Attribute mapping - LDAP Öznitelik eşlemesi - - - - Additional settings - Ek ayarlar - - - - Parent group for all the groups imported from LDAP. - LDAP'den alınan tüm gruplar için ebeveyn grubu. - - - - User path - Kullanıcı yolu - - - - Additional user DN, prepended to the Base DN. - Ek kullanıcı DN, temel DN'ye eklenmiş. - - - - Additional group DN, prepended to the Base DN. - Ek grup DN, Base DN için eklenmiş. - - - - User object filter - Kullanıcı nesne filtresi - - - - Consider Objects matching this filter to be Users. - Bu filtreyle eşleşen nesneleri Kullanıcı olarak düşünün. - - - - Group object filter - Grup nesnesi filtresi - - - - Consider Objects matching this filter to be Groups. - Bu filtreyle eşleşen nesneleri Gruplar olarak düşünün. - - - - Group membership field - Grup üyelik alanı - - - - Object uniqueness field - Nesne benzersizliği alanı - - - - Field which contains a unique Identifier. - Benzersiz bir Tanımlayıcı içeren alan. - - - - Link users on unique identifier - Kullanıcıları benzersiz tanımlayıcıya bağlama - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - Aynı e-posta adresine sahip bir kullanıcıya bağlantı verin. Bir kaynak e-posta adreslerini doğrulamadığında güvenlik etkileri olabilir - - - - Use the user's email address, but deny enrollment when the email address already exists - Kullanıcının e-posta adresini kullanın, ancak e-posta adresi zaten mevcutsa kaydı reddedin - - - - Link to a user with identical username. Can have security implications when a username is used with another source - Aynı kullanıcı adına sahip bir kullanıcıya bağlantı verin. Bir kullanıcı adı başka bir kaynakla kullanıldığında güvenlik etkileri olabilir - - - - Use the user's username, but deny enrollment when the username already exists - Kullanıcının kullanıcı adını kullanın, ancak kullanıcı adı zaten mevcutsa kaydı reddedin - - - - Unknown user matching mode - Bilinmeyen kullanıcı eşleştirme modu - - - - URL settings - URL ayarları - - - - Authorization URL - Yetkilendirme URL'si - - - - URL the user is redirect to to consent the authorization. - Kullanıcının yetkilendirmeyi onaylamak için yönlendirdiği URL. - - - - Access token URL - Erişim belirteci URL'si - - - - URL used by authentik to retrieve tokens. - Auentik tarafından belirteçleri almak için kullanılan URL. - - - - Profile URL - Profil URL'si - - - - URL used by authentik to get user information. - Kullanıcı bilgilerini almak için authentik tarafından kullanılan URL. - - - - Request token URL - Belirteç URL'sini iste - - - - URL used to request the initial token. This URL is only required for OAuth 1. - İlk belirteci istemek için kullanılan URL. Bu URL yalnızca OAuth 1 için gereklidir. - - - - OIDC Well-known URL - OIDC İyi Bilinen URL - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - OIDC iyi bilinen yapılandırma URL'si. Yukarıdaki URL'leri otomatik olarak yapılandırmak için kullanılabilir. - - - - OIDC JWKS URL - OIDC JWKS URL'SI - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - JSON Web Anahtarı URL'si. URL'deki anahtarlar, bu kaynaktan gelen JWT'leri doğrulamak için kullanılacaktır. - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - Ham JWKS verileri. - - - - User matching mode - Kullanıcı eşleştirme modu - - - - Delete currently set icon. - Şu anda ayarlanan simgeyi sil. - - - - Consumer key - Tüketici anahtarı - - - - Consumer secret - Tüketici sırrı - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - OAuth Sağlayıcısına geçirilecek ek kapsamlar, boşlukla ayrılmış olarak belirlenir. Mevcut kapsamları değiştirmek için, * önekini ekleyin. - - - - Flow settings - Akış ayarları - - - - Flow to use when authenticating existing users. - Mevcut kullanıcıların kimliğini doğrularken kullanmak için akış. - - - - Enrollment flow - Kayıt akışı - - - - Flow to use when enrolling new users. - Yeni kullanıcıları kaydettirirken kullanmak için akış. - - - - Load servers - Sunucuları yükle - - - - Allow friends to authenticate via Plex, even if you don't share any servers - Herhangi bir sunucu paylaşmasan bile arkadaşlarının Plex aracılığıyla kimlik doğrulamasına izin ver - - - - Allowed servers - İzin verilen sunucular - - - - Select which server a user has to be a member of to be allowed to authenticate. - Bir kullanıcının kimlik doğrulamasına izin verilmesi için üye olması gereken sunucuyu seçin. - - - - SSO URL - SSO URL - - - - URL that the initial Login request is sent to. - İlk oturum açma isteğinin gönderildiği URL. - - - - SLO URL - SLO URL - - - - Optional URL if the IDP supports Single-Logout. - IDP Tek Oturumu Kapat'ı destekliyorsa isteğe bağlı URL. - - - - Also known as Entity ID. Defaults the Metadata URL. - Entity ID olarak da bilinir. Metadata URL'sine varsayılan olarak ayarlanır. - - - - Binding Type - Bağlama Tipi - - - - Redirect binding - Yeniden yönlendirme bağlama - - - - Post-auto binding - Otomatik ciltleme sonrası - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Bağlama sonrası, ancak istek otomatik olarak gönderilir ve kullanıcının onaylaması gerekmez. - - - - Post binding - Post ciltleme - - - - Signing keypair - Anahtar çifti imzalama - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - Giden istekleri imzalamak için kullanılan anahtar çifti. İmzalamayı devre dışı bırakmak için boş bırakın. - - - - Allow IDP-initiated logins - IDP tarafından başlatılan oturumlara izin ver - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - IdP tarafından başlatılan kimlik doğrulama akışlarına izin verir. İstek kimliğinin doğrulanması yapılmadığından, bu bir güvenlik riski olabilir. - - - - NameID Policy - NameID İlkesi - - - - Persistent - Kalıcı - - - - Email address - E-posta adresi - - - - Windows - Windows - - - - X509 Subject - X509 Konusu - - - - Transient - Geçici - - - - Delete temporary users after - Geçici kullanıcıları sonra sil - - - - 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. - Geçici kullanıcıların silinmesi gereken zaman farkı. Bu, yalnızca IDP'niz 'geçici' NameID Biçimini kullanıyorsa ve kullanıcı manuel olarak oturumu kapatmıyorsa geçerlidir. - - - - Pre-authentication flow - Ön kimlik doğrulama akışı - - - - Flow used before authentication. - Kimlik doğrulamadan önce kullanılan akış. - - - - New source - Yeni kaynak - - - - Create a new source. - Yeni bir kaynak oluşturun. - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - Auentik'in veritabanına senkronize edilebilen ya da kullanıcılar tarafından kimlik doğrulaması ve kayıt yaptırmak için kullanılabilen kimliklerin kaynakları. - - - - Source(s) - Kaynak (lar) - - - - Disabled - Devre Dışı - - - - Built-in - Dahili - - - - Update LDAP Source - LDAP Kaynağını Güncelle - - - - OAuth Source - OAuth Kaynağı - - - - Generic OpenID Connect - Genel OpenID Connect - - - - Unknown provider type - Bilinmeyen sağlayıcı türü - - - - Details - Şey - - - - Callback URL - Geri arama URL'si - - - - Access Key - Erişim Anahtarı - - - - Update OAuth Source - OAuth Kaynağını Güncelle - - - - Diagram - Diyagram - - - - Policy Bindings - İlke Bağlamaları - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - Bu bağlamalar, hangi kullanıcıların bu kaynağa erişebileceğini denetler. - Kullanıcının kimliği doğrulanmadan önce erişim kontrol edildiğinden, buradaki ilkeleri yalnızca kullanabilirsiniz. - - - Update Plex Source - Plex Kaynağını Güncelle - - - - Update SAML Source - SAML Kaynağını Güncelle - - - - Successfully updated mapping. - Eşleme başarıyla güncellendi. - - - - Successfully created mapping. - Eşleme başarıyla oluşturuldu. - - - - SAML Attribute Name - SAML Öznitelik Adı - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - SAML Onaylamaları için kullanılan öznitelik adı. URN OID, şema referansı veya başka bir dize olabilir. Bu özellik eşlemesi NameID özelliği için kullanılıyorsa, bu alan atılır. - - - - Friendly Name - Dostça İsim - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - İsteğe bağlı olarak onaylama özniteliğinin 'FriendlyName' değerini ayarlayın. - - - - Scope name - Kapsam adı - - - - Scope which the client can specify to access these properties. - İstemcinin bu özelliklere erişmek için belirtebileceği kapsam. - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - Açıklama, izin verirken kullanıcıya gösterilir. Boş bırakılırsa kullanıcı bilgilendirilmez. - - - - Example context data - Örnek bağlam verileri - - - - Active Directory User - Active Directory Kullanıcısı - - - - Active Directory Group - Active Directory Grubu - - - - New property mapping - Yeni mülk eşleme - - - - Create a new property mapping. - Yeni bir özellik eşlemesi oluşturun. - - - - Property Mappings - Özellik Eşleştirmeleri - - - - Control how authentik exposes and interprets information. - Auentik'in bilgiyi nasıl açığa çıkardığını ve yorumlayacağını kontrol edin. - - - - Property Mapping(s) - Özellik Eşleme (ler) - - - - Test Property Mapping - Sınama Özellik Eşlemesi - - - - Hide managed mappings - Yönetilen eşlemeleri gizle - - - - Successfully updated token. - Belirteç başarıyla güncellendi. - - - - Successfully created token. - Belirteç başarıyla oluşturuldu. - - - - Unique identifier the token is referenced by. - Belirteç tarafından başvurulan benzersiz tanımlayıcı. - - - - Intent - Niyet - - - - API Token - API Simgesi - - - - Used to access the API programmatically - API'ye programlı olarak erişmek için kullanılır - - - - App password. - Uygulama şifresi. - - - - Used to login using a flow executor - Akış yürütücüsü kullanarak oturum açmak için kullanılır - - - - Expiring - Süresi Doluyor - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - Bu seçilirse, belirteç süresi dolacaktır. Süresi dolduktan sonra, belirteç döndürülür. - - - - Expires on - Geçerlilik süresi - - - - API Access - API Erişimi - - - - App password - Uygulama parolası - - - - Verification - Doğrulama - - - - Unknown intent - Bilinmeyen niyet - - - - Tokens - Belirteçler - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - Belirteçler, E-posta doğrulama aşamaları, Kurtarma anahtarları ve API erişimi için authentik boyunca kullanılır. - - - - Expires? - Son kullanma tarihi mi? - - - - Expiry date - Son kullanma tarihi - - - - Token(s) - Belirteç(ler) - - - - Create Token - Belirteç Oluştur - - - - Token is managed by authentik. - Token authentik tarafından yönetilir. - - - - Update Token - Belirteç Güncelle - - - - Domain - Alan Adı - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - Eşleştirme, etki alanı sonekine göre yapılır, bu nedenle domain.tld girerseniz foo.domain.tld yine de eşleşir. - - - - Default - Varsayılan - - - - Branding settings - Markalama ayarları - - - - Title - Başlık - - - - Branding shown in page title and several other places. - Markalama sayfa başlığında ve başka yerlerde gösterilir. - - - - Logo - Logo - - - - Favicon - Favicon - - - - Icon shown in the browser tab. - Tarayıcı sekmesinde gösterilen simge. - - - - Default flows - Varsayılan akışlar - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - Kullanıcıların kimliğini doğrulamak için kullanılan akış. Boş bırakılırsa, kısa isme göre sıralanan ilk uygulanabilir akış kullanılır. - - - - Invalidation flow - Geçersizleştirme akışı - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - Çıkış yapmak için kullanılan akış. Boş bırakılırsa, kısa isme göre sıralanan ilk uygulanabilir akış kullanılır. - - - - Recovery flow - Kurtarma akışı - - - - Unenrollment flow - Kayıt dışı akış - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - Ayarlanırsa, kullanıcılar bu akışı kullanarak kendi kayıtlarını kaldırabilir. Akış ayarlanmamışsa seçenek gösterilmez. - - - - User settings flow - Kullanıcı ayarları akışı - - - - If set, users are able to configure details of their profile. - Ayarlanırsa, kullanıcılar profillerinin ayrıntılarını yapılandırabilir. - - - - Device code flow - Cihaz kodu akışı - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - Ayarlanırsa, OAuth Cihaz Kodu profili kullanılabilir ve kodu girmek için seçilen akış kullanılır. - - - - Other global settings - Diğer genel ayarlar - - - - Web Certificate - Web Sertifikası - - - - Event retention - Etkinliği saklama - - - - Duration after which events will be deleted from the database. - Olayların veritabanından silineceği süre. - - - - This setting only affects new Events, as the expiration is saved per-event. - Bu ayar, süre sonu olay başına kaydedildiğinden, yalnızca yeni Olayları etkiler. - - - - Configure visual settings and defaults for different domains. - Farklı etki alanları için görsel ayarları ve varsayılanları yapılandırın. - - - - Default? - Varsayılan? - - - - Policies - İlkeler - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - Kullanıcıların özelliklere göre Uygulamaları kullanmasına, Parola Ölçütlerini uygulamasına ve Aşama Alanları'nı seçerek uygulamasına izin verin. - - - - Assigned to object(s). - Atandığı kişi object(s). - - - - Warning: Policy is not assigned. - Uyarı: İlke atanmamış. - - - - Test Policy - Test İlkesi - - - - Policy / Policies - İlke / İlkeler - - - - Successfully cleared policy cache - İlke önbelleği başarıyla temizlendi - - - - Failed to delete policy cache - İlke önbelleği silinemedi - - - - Clear cache - Önbelleği temizle - - - - Clear Policy cache - İlke önbelleği temizle - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - İlke önbelleğini temizlemek istediğinizden emin misiniz? Bu, tüm ilkelerin bir sonraki kullanımlarında yeniden değerlendirilmesine neden olur. - - - Reputation scores - İtibar puanları - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - IP ve kullanıcı tanımlayıcıları için itibar. Başarısız olan her giriş için puan azaltılır ve her başarılı oturum açma için artırılır. - - - - IP - İP - - - - Score - Skor - - - - Updated - Güncellendi - - - - Reputation - İtibar - - - - Groups - Gruplar - - - - Group users together and give them permissions based on the membership. - Kullanıcıları birlikte gruplandırın ve üyeliğe bağlı olarak izinler verin. - - - - Superuser privileges? - Süper kullanıcı ayrıcalıkları mı? - - - - Group(s) - Grup (ler) - - - - Create Group - Grup Oluştur - - - - Create group - Grup oluştur - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - Kimlik doğrulaması için aşağıdaki kullanıcı adı ve parolayı kullanın. Parola daha sonra Belirteçler sayfasından alınabilir. - - - - Password - Parola - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - 360 gün boyunca geçerlidir, bundan sonra parola otomatik olarak dönecektir. Parolayı Token Listesi'nden kopyalayabilirsiniz. - - - - The following objects use - Aşağıdaki nesneler kullanır - - - - connecting object will be deleted - bağlantılı nesne silinecek - - - - Successfully updated - Başarıyla güncellendi - - - Failed to update : - : Güncellemesi başarısız oldu - - - - Successfully updated password. - Parola başarıyla güncellendi. - - - - Successfully sent email. - Başarıyla e-posta gönderildi. - - - - Email stage - E-posta aşaması - - - - Successfully added user(s). - Başarıyla eklenen kullanıcılar. - - - - User(s) - Kullanıcı (lar) - - - - Remove Users(s) - Kullanıcıları Kaldır - - - - Are you sure you want to remove the selected users from the group ? - Bu kullanıcıları gruptan kaldırmak istediğinizden emin misiniz? - - - - Remove - Kaldırmak - - - - Impersonate - Taklit et - - - - User status - Kullanıcı durumu - - - - Change status - Durumu değiştir - - - - Deactivate - Devre dışı bırak - - - - Update password - Parolayı güncelle - - - - Set password - Parola ayarla - - - - Successfully generated recovery link - Kurtarma bağlantısı başarıyla oluşturuldu - - - - Copy recovery link - Kurtarma bağlantısı kopyalama - - - - Send link - Bağlantıyı gönder - - - - Send recovery link to user - Kullanıcıya kurtarma bağlantısını gönder - - - - Email recovery link - E-posta kurtarma bağlantısı - - - - Recovery link cannot be emailed, user has no email address saved. - Kurtarma bağlantısı e-posta ile gönderilemez, kullanıcının e-posta adresi kaydedilmez. - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - Uyarı: Bu grup süper kullanıcı erişimiyle yapılandırılmıştır. Eklenen kullanıcılar süper kullanıcı erişimine sahip olur. - - - - Add existing user - Mevcut kullanıcı ekle - - - - Create User - Kullanıcı Oluştur - - - - Hide service-accounts - Hizmet hesaplarını gizle - - - - Group Info - Grup Bilgisi - - - - Notes - Notlar - - - - Edit the notes attribute of this group to add notes here. - Buraya not eklemek için bu grubun notlar özniteliğini düzenleyin. - - - - Users - Kullanıcılar - - - - Root - Kök - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - Uyarı: Oturum açtığınız kullanıcıyı () silmek üzeresiniz! Riski size ait olmak üzere devam edin. - - - - User folders - Kullanıcı klasörleri - - - - Successfully added user to group(s). - Kullanıcı gruplara başarıyla eklendi. - - - - Groups to add - Eklenecek gruplar - - - - Remove from Group(s) - Gruplardan Kaldır - - - - Are you sure you want to remove user from the following groups? - Aşağıdaki gruplardan kullanıcısını kaldırmak istediğinizden emin misiniz? - - - - Add Group - Grup Ekle - - - - Add to existing group - Mevcut gruba ekle - - - - Add new group - Yeni grup ekle - - - - Application authorizations - Uygulama yetkilendirmeleri - - - - Revoked? - İptal mi edildi? - - - - Expires - Süresi Doluyor - - - - ID Token - Kimlik Belirteci - - - - Refresh Tokens(s) - Yenileme Jetonları - - - - Last IP - Son IP - - - - Session(s) - Oturum (lar) - - - - Expiry - Son kullanma tarihi - - - - (Current session) - (Mevcut oturum) - - - - Permissions - İzinler - - - - Consent(s) - Rıza(lar) - - - - Successfully updated device. - Cihaz başarıyla güncellendi. - - - - Static tokens - Statik belirteçler - - - - TOTP Device - TOTP Cihazı - - - - Enroll - Kaydolun - - - - Device(s) - Aygıt (ler) - - - - Update Device - Cihazı Güncelle - - - - Confirmed - Doğruladı - - - - User Info - Kullanıcı Bilgileri - - - - Actions over the last week (per 8 hours) - Geçen haftaki eylemler (8 saat başına) - - - - Edit the notes attribute of this user to add notes here. - Buraya not eklemek için bu kullanıcının notes özelliğini düzenleyin. - - - - Sessions - Oturumlar - - - - User events - Kullanıcı olayları - - - - Explicit Consent - Açık Onayı - - - - OAuth Refresh Tokens - OAuth Yenileme Jetonları - - - - MFA Authenticators - MFA Kimlik Doğrulayıcıları - - - - Successfully updated invitation. - Davet başarıyla güncellendi. - - - - Successfully created invitation. - Davet başarıyla oluşturuldu. - - - - Flow - Akış - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - Seçildiğinde, davet yalnızca akışla birlikte kullanılabilir. Varsayılan olarak davet, davet aşamaları olan tüm akışlarda kabul edilir. - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - Akışın 'prompt_data' bağlam değişkenine yüklenen isteğe bağlı veriler. YAML veya JSON. - - - - Single use - Tek kullanımlık - - - - When enabled, the invitation will be deleted after usage. - Etkinleştirildiğinde, davetiye kullanımdan sonra silinir. - - - - Select an enrollment flow - Bir kayıt akışı seçme - - - - Link to use the invitation. - Daveti kullanmak için bağlantı. - - - - Invitations - Davetiyeler - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - Kullanıcıları kaydetmek için Davet Bağlantıları oluşturun ve isteğe bağlı olarak hesaplarının belirli özniteliklerini zorlayın. - - - - Created by - Tarafından yaratıldı - - - - Invitation(s) - Davetiye (ler) - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - Davet herhangi bir akışla sınırlı değildir ve herhangi bir kayıt akışıyla kullanılabilir. - - - - Update Invitation - Güncelleme Daveti - - - - Create Invitation - Davet Oluştur - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - Uyarı: Hiçbir davetiye aşaması herhangi bir akışa bağlı değildir. Davetiyeler beklendiği gibi çalışmaz. - - - - Auto-detect (based on your browser) - Otomatik algıla (tarayıcınıza göre) - - - - Required. - Zorunlu. - - - - Continue - Devam Et - - - - Successfully updated prompt. - İstemi başarıyla güncellendi. - - - - Successfully created prompt. - Başarıyla komut istemi oluşturuldu. - - - - Text: Simple Text input - Metin: Basit Metin girişi - - - - Text Area: Multiline text input - Metin Alanı: Çok satırlı metin girişi - - - - Text (read-only): Simple Text input, but cannot be edited. - Metin (salt okunur): Basit Metin girişi, ancak düzenlenemez. - - - - Text Area (read-only): Multiline text input, but cannot be edited. - Metin Alanı (salt okunur): Çok satırlı metin girişi, ancak düzenlenemez. - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - Kullanıcı adı: Metin girişi ile aynı, ancak yinelenen kullanıcı adlarını denetler ve engeller. - - - - Email: Text field with Email type. - E-posta: E-posta türü ile metin alanı. - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - Şifre: Maskelenmiş giriş, aynı istemdeki bu türden birden çok girişin aynı olması gerekir. - - - - Number - Numara - - - - Checkbox - Onay Kutusu - - - - Radio Button Group (fixed choice) - Radyo Düğmesi Grubu (sabit seçim) - - - - Dropdown (fixed choice) - Açılır menü (sabit seçim) - - - - Date - Tarih - - - - Date Time - Tarih Saat - - - - File - Dosya - - - - Separator: Static Separator Line - Ayırıcı: Statik Ayırıcı Hattı - - - - Hidden: Hidden field, can be used to insert data into form. - Gizli: Gizli alan, form içine veri eklemek için kullanılabilir. - - - - Static: Static value, displayed as-is. - Statik: Statik değer, olduğu gibi görüntülenir. - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik: Yerel ayar: authentik'in desteklediği yerel ayarların listesini görüntüler. - - - - Preview errors - Önizleme hataları - - - - Data preview - Veri önizlemesi - - - - Unique name of this field, used for selecting fields in prompt stages. - Bu alanın benzersiz adı, bilgi istemi aşamalarındaki alanları seçmek için kullanılır. - - - - Field Key - Alan Anahtarı - - - - Name of the form field, also used to store the value. - Değeri depolamak için de kullanılan form alanının adı. - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - Kullanıcı Yazma aşaması ile birlikte kullanıldığında, öznitelikleri yazmak için attributes.foo kullanın. - - - - Label - Etiket - - - - Label shown next to/above the prompt. - Etiket, istemin yanında veya üstünde gösterilir. - - - - Required - Zorunlu - - - - Interpret placeholder as expression - Yer tutucuyu ifade olarak yorumlama - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - İşaretlendiğinde, yer tutucu özellik eşlemesiyle aynı şekilde değerlendirilir. - Değerlendirme başarısız olursa, yer tutucunun kendisi döndürülür. - - - Placeholder - Yer tutucu - - - - 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. - İsteğe bağlı olarak, beklenen giriş değerini açıklayan kısa bir ipucu sağlayın. - Sabit bir seçim alanı oluştururken, ifade olarak yorumlamayı etkinleştirin ve bir - Birden çok seçenek döndürmek için listeleyin. - - - Interpret initial value as expression - Başlangıç değerini ifade olarak yorumlama - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - İşaretlendiğinde, başlangıç değeri bir özellik eşlemesi ile aynı şekilde değerlendirilir. - Değerlendirme başarısız olursa, başlangıç değerinin kendisi döndürülür. - - - Initial value - Başlangıç değeri - - - - 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. - İsteğe bağlı olarak, girişi bir başlangıç değeriyle önceden doldurun. - Sabit bir seçim alanı oluştururken, ifade olarak yorumlamayı etkinleştirin ve - Birden çok varsayılan seçenek döndürmek için bir liste döndürün. - - - Help text - Yardım metni - - - - Any HTML can be used. - Herhangi bir HTML kullanılabilir. - - - - Prompts - İstemler - - - - Single Prompts that can be used for Prompt Stages. - İstemi Aşamaları için kullanılabilecek Tek İstemler. - - - - Field - Alan - - - - Stages - Aşamalar - - - - Prompt(s) - İstemi (ler) - - - - Update Prompt - Güncelleme İstemi - - - - Create Prompt - İstemi Oluştur - - - - Target - Hedef - - - - Stage - Aşama - - - - Evaluate when flow is planned - Akışın ne zaman planlandığını değerlendirin - - - - Evaluate policies during the Flow planning process. - Akış planlama sürecinde ilkeleri değerlendirin. - - - - Evaluate when stage is run - Aşamanın ne zaman çalıştırıldığını değerlendirin - - - - Invalid response behavior - Geçersiz yanıt davranışı - - - - Returns the error message and a similar challenge to the executor - Hata iletisini ve benzer bir sorgulamayı yürütücüye döndürür - - - - Restarts the flow from the beginning - Akışı baştan başlatır - - - - Restarts the flow from the beginning, while keeping the flow context - Akış bağlamını korurken akışı baştan başlatır - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - Akış yürütücüsünün bu bağlı aşama tarafından verilen bir sınamaya geçersiz bir yanıtı nasıl işlemesi gerektiğini yapılandırın. - - - - Successfully updated stage. - Aşama başarıyla güncellendi. - - - - Successfully created stage. - Aşama aşaması başarıyla oluşturuldu. - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Aşama ikili tabanlı kimlik doğrulayıcısını yapılandırmak için kullanılır. Bu aşama yapılandırma akışları için kullanılmalıdır. - - - - Authenticator type name - Kimlik doğrulayıcı türü adı - - - - Display name of this authenticator, used by users when they enroll an authenticator. - Bu kimlik doğrulayıcının, kullanıcılar tarafından bir kimlik doğrulayıcı kaydederken kullanılan görünen adı. - - - - API Hostname - API Ana bilgisayar adı - - - - Duo Auth API - Duo Kimlik Doğrulama API'sı - - - - Integration key - Entegrasyon anahtarı - - - - Secret key - Gizli anahtar - - - - Duo Admin API (optional) - Duo Admin API (isteğe bağlı) - - - - Stage-specific settings - Aşama alanına özgü ayarlar - - - - Configuration flow - Yapılandırma akışı - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - Bu Aşama'yı yapılandırmak için kimliği doğrulanmış bir kullanıcı tarafından kullanılan akış. Boşsa, kullanıcı bu aşamayı yapılandıramaz. - - - - Twilio Account SID - Twilio Hesabı SID - - - - Get this value from https://console.twilio.com - Bu değeri https://console.twilio.com adresinden alın - - - - Twilio Auth Token - Twilio Auth Belirteci - - - - Authentication Type - Kimlik Doğrulama Türü - - - - Basic Auth - Temel Auth - - - - Bearer Token - Bearer Belirteci - - - - External API URL - Harici API URL'si - - - - This is the full endpoint to send POST requests to. - Bu, POST istekleri göndermek için tam bitiş noktasıdır. - - - - API Auth Username - API Auth Kullanıcı Adı - - - - This is the username to be used with basic auth or the token when used with bearer token - Bu, temel kimlik doğrulama veya taşıyıcı belirteci ile kullanıldığında kullanılacak kullanıcı adıdır - - - - API Auth password - API Auth parolası - - - - This is the password to be used with basic auth - Bu, temel kimlik doğrulama ile kullanılacak paroladır - - - - Mapping - Eşleme - - - - Stage used to configure an SMS-based TOTP authenticator. - Aşama, SMS tabanlı bir TOTP kimlik doğrulayıcısını yapılandırmak için kullanılır. - - - - Twilio - Twilio - - - - Generic - Jenerik - - - - From number - Numarasından - - - - Number the SMS will be sent from. - Numara SMS gönderilecektir. - - - - Hash phone number - Karma telefon numarası - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - Etkinleştirilirse, telefon numarasının yalnızca bir karması kaydedilir. Bu, veri koruma nedenleriyle yapılabilir. Bu özelliğin etkinleştirildiği bir aşamadan oluşturulan cihazlar, kimlik doğrulayıcı doğrulama aşamasıyla kullanılamaz. - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - Statik kimlik doğrulayıcısını (yani statik belirteçleri) yapılandırmak için kullanılan aşama. Bu aşama yapılandırma akışları için kullanılmalıdır. - - - - Token count - Belirteç sayısı - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - Bir TOTP kimlik doğrulayıcısını (Authy/Google Authenticator) yapılandırmak için kullanılan aşama. - - - - Digits - Rakamlar - - - - 6 digits, widely compatible - 6 basamaklı, yaygın olarak uyumlu - - - - 8 digits, not compatible with apps like Google Authenticator - Google Authenticator gibi uygulamalarla uyumlu olmayan 8 haneli - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - Aşama, herhangi bir kimlik doğrulayıcıyı doğrulamak için kullanılır. Bu aşama kimlik doğrulama veya yetkilendirme akışları sırasında kullanılmalıdır. - - - - Device classes - Cihaz sınıfları - - - - Static Tokens - Statik Belirteçler - - - - TOTP Authenticators - TOTP Kimlik Doğrulayıcıları - - - - WebAuthn Authenticators - WebAuthn Kimlik Doğrulayıcıları - - - - Duo Authenticators - Duo Kimlik Doğrulayıcıları - - - - SMS-based Authenticators - SMS Tabanlı Kimlik Doğrulayıcıları - - - - Device classes which can be used to authenticate. - Kimlik doğrulaması için kullanılabilecek aygıt sınıfları. - - - - Last validation threshold - Son doğrulama eşiği - - - - Not configured action - Yapılandırılmamış eylem - - - - Force the user to configure an authenticator - Kullanıcıyı bir kimlik doğrulayıcı yapılandırmaya zorla - - - - Deny the user access - Kullanıcı erişimini engelle - - - - WebAuthn User verification - WebAuthn Kullanıcı doğrulaması - - - - User verification must occur. - Kullanıcı doğrulaması gerçekleşmelidir. - - - - User verification is preferred if available, but not required. - Kullanıcı doğrulaması varsa tercih edilir, ancak gerekli değildir. - - - - User verification should not occur. - Kullanıcı doğrulaması gerçekleşmemelidir. - - - - Configuration stages - Yapılandırma aşamaları - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - Kullanıcının uyumlu bir cihazı olmadığında Authenticator'ı yapılandırmak için kullanılan aşamalar. Bu yapılandırma Aşaması geçtikten sonra kullanıcıya yeniden sorulmaz. - - - - When multiple stages are selected, the user can choose which one they want to enroll. - Birden fazla aşama seçildiğinde, kullanıcı hangisini kaydetmek istediğini seçebilir. - - - - User verification - Kullanıcı doğrulaması - - - - Resident key requirement - Yerleşik anahtar gereksinimi - - - - Authenticator Attachment - Kimlik Doğrulayıcı Eki - - - - No preference is sent - Tercih gönderilmez - - - - A non-removable authenticator, like TouchID or Windows Hello - TouchID veya Windows Hello gibi çıkarılamayan bir kimlik doğrulayıcı - - - - A "roaming" authenticator, like a YubiKey - YubiKey gibi bir "dolaşımda" kimlik doğrulayıcı - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - Bu aşama, kullanıcının mevcut oturumunu Google reCaptcha (veya uyumlu) hizmetine göre kontrol eder. - - - - Public Key - Genel Anahtar - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - https://www.google.com/recaptcha/intro/v3.html adresinden edinilen açık anahtar. - - - - Private Key - Özel Anahtar - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - https://www.google.com/recaptcha/intro/v3.html adresinden edinilen özel anahtar. - - - - Advanced settings - Gelişmiş ayarlar - - - - JS URL - JS URL'si - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - JavaScript'in getirileceği URL, varsayılan olarak recaptcha'dır. Herhangi bir uyumlu alternatifle değiştirilebilir. - - - - API URL - API URL'si - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - Captcha yanıtını doğrulamak için kullanılan URL, varsayılan olarak recaptcha'dır. Herhangi bir uyumlu alternatifle değiştirilebilir. - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - Kullanıcının rızasını isteme. Onay kalıcı olabilir veya belirli bir süre içinde geçerlilik süresi dolabilir. - - - - Always require consent - Her zaman rıza gerektirir - - - - Consent expires in - Onayın süresi - - - - Offset after which consent expires. - Onayın süresi dolduktan sonra ofset. - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - Test için kullanılan kukla aşama. Basit bir devam düğmesi gösterir ve her zaman geçer. - - - - Throw error? - Atma hatası? - - - - SMTP Host - SMTP Ana Bilgisayarı - - - - SMTP Port - SMTP Bağlantı Noktası - - - - SMTP Username - SMTP Kullanıcı Adı - - - - SMTP Password - SMTP Parolası - - - - Use TLS - TLS Kullan - - - - Use SSL - SSL kullan - - - - From address - Gönderen adres - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - Kullanıcının e-posta adresini bir kerelik bağlantı göndererek doğrulayın. Kullanıcının orijinalliğini doğrulamak için kurtarma için de kullanılabilir. - - - - Activate pending user on success - Bekleyen kullanıcıyı başarı durumunda etkinleştir - - - - When a user returns from the email successfully, their account will be activated. - Bir kullanıcı e-postadan başarıyla döndüğünde, hesabı etkinleştirilir. - - - - Use global settings - Genel ayarları kullan - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - Etkinleştirildiğinde, genel E-posta bağlantısı ayarları kullanılır ve aşağıdaki bağlantı ayarları yoksayılır. - - - - Template - Şablon - - - - Let the user identify themselves with their username or Email address. - Kullanıcının kullanıcı adı veya E-posta adresi ile kendilerini tanımlamasına izin verin. - - - - User fields - Kullanıcı alanları - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - Kullanıcının kendilerini tanımlayabileceği alanlar. Herhangi bir alan seçilmezse, kullanıcı yalnızca kaynakları kullanabilir. - - - - Password stage - Parola aşaması - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - Seçildiğinde, ayrı bir sayfa yerine aynı sayfada bir parola alanı gösterilir. Bu, kullanıcı adı numaralandırma saldırılarını engeller. - - - - Case insensitive matching - Harf büyüklüğüne duyarsız eşleştirme - - - - When enabled, user fields are matched regardless of their casing. - Etkinleştirildiğinde, kullanıcı alanları muhafazası ne olursa olsun eşleştirilir. - - - - Show matched user - Eşleşen kullanıcıyı göster - - - - 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. - Geçerli bir kullanıcı adı/e-posta girildiğinde ve bu seçenek etkinleştirildiğinde, kullanıcının kullanıcı adı ve avatarı gösterilir. Aksi takdirde, kullanıcının girdiği metin gösterilir. - - - - Source settings - Kaynak ayarları - - - - Sources - Kaynaklar - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - Kullanıcıların kimlik doğrulaması için belirli kaynaklar gösterilmelidir. Bu, LDAP'yi değil, yalnızca web tabanlı kaynakları etkiler. - - - - Show sources' labels - Kaynakların etiketlerini göster - - - - By default, only icons are shown for sources. Enable this to show their full names. - Varsayılan olarak, kaynaklar için yalnızca simgeler gösterilir. Tam adlarını göstermek için bunu etkinleştirin. - - - - Passwordless flow - Parolasız akış - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - Sayfanın alt kısmında bağlanan isteğe bağlı parolasız akış. Yapılandırıldığında, kullanıcılar herhangi bir ayrıntı girmeden WebAuthn kimlik doğrulayıcısı ile kimlik doğrulaması için bu akışı kullanabilir. - - - - Optional enrollment flow, which is linked at the bottom of the page. - Sayfanın alt kısmında bağlanan isteğe bağlı kayıt akışı. - - - - Optional recovery flow, which is linked at the bottom of the page. - Sayfanın alt kısmında bağlı olan isteğe bağlı kurtarma akışı. - - - - This stage can be included in enrollment flows to accept invitations. - Bu aşama, davetleri kabul etmek için kayıt akışlarına dahil edilebilir. - - - - Continue flow without invitation - Davetsiz akışa devam edin - - - - 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. - Bu bayrak ayarlanırsa, Davet verilmediğinde bu Aşama bir sonraki Aşama'ya atlanır. Varsayılan olarak bu Aşama , davet verilmediğinde Akışı iptal eder. - - - - Validate the user's password against the selected backend(s). - Kullanıcının parolasını seçili arka uç(lara) göre doğrulayın. - - - - Backends - Arka uçlar - - - - User database + standard password - Kullanıcı veritabanı+standart parola - - - - User database + app passwords - Kullanıcı veritabanı+uygulama parolaları - - - - User database + LDAP password - Kullanıcı veritabanı+LDAP parolası - - - - Selection of backends to test the password against. - Parolayı test etmek için arka uçların seçimi. - - - - Failed attempts before cancel - İptal edilmeden önce başarısız denemeler - - - - 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. - Akış iptal edilmeden önce bir kullanıcının kaç denemesi vardır. Kullanıcıyı kilitlemek için itibar ilkesi ve user_write aşamasını kullanın. - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - Kullanıcıya rastgele giriş alanlarını göster, örneğin kayıt sırasında. Veriler akış bağlamında 'prompt_data' değişkeni altında kaydedilir. - - - - Fields - Alanlar - - - - Validation Policies - Doğrulama İlkeleri - - - - Selected policies are executed when the stage is submitted to validate the data. - Seçilen ilkeler, verileri doğrulamak için aşama gönderildiğinde yürütülür. - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - Şu anda beklemede olan kullanıcıyı silin. DİKKAT, bu aşama onay istemez. Kullanıcının eylemlerinin farkında olduğundan emin olmak için bir onay aşaması kullanın. - - - Log the currently pending user in. - Şu anda bekleyen kullanıcıya oturum açın. - - - - Session duration - Oturum süresi - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - Oturumun ne kadar süreceğini belirler. Varsayılan 0 saniye, oturumların tarayıcı kapanana kadar sürdüğü anlamına gelir. - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - Farklı tarayıcılar oturum çerezlerini farklı şekilde ele alır ve tarayıcı kapalı olsa bile bunları kaldırmayabilir. - - - - See here. - Buraya bakın. - - - - Stay signed in offset - Ofset içinde oturumu açık tut - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - 0'ın üzerinde bir süreye ayarlanırsa, kullanıcı "oturumu açık kalsın" seçeneğini seçebilir ve bu da oturumunu burada belirtilen süre kadar uzatır. - - - - Terminate other sessions - Diğer oturumları sonlandırma - - - - When enabled, all previous sessions of the user will be terminated. - Etkinleştirildiğinde, kullanıcının önceki tüm oturumları sonlandırılacaktır. - - - - Remove the user from the current session. - Kullanıcıyı geçerli oturumdan kaldırın. - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - Akışın bağlamının 'prompt_data' bölümündeki tüm verileri şu anda bekleyen kullanıcıya yazın. Kullanıcı yoksa - beklemedeyse, yeni bir kullanıcı oluşturulur ve bu kullanıcıya veri yazılır. - - - Never create users - Hiçbir zaman kullanıcı oluşturma - - - - When no user is present in the flow context, the stage will fail. - Akış bağlamında hiçbir kullanıcı olmadığında aşama başarısız olur. - - - - Create users when required - Gerektiğinde kullanıcı oluşturma - - - - When no user is present in the the flow context, a new user is created. - Akış bağlamında hiçbir kullanıcı olmadığında yeni bir kullanıcı oluşturulur. - - - - Always create new users - Her zaman yeni kullanıcılar oluşturun - - - - Create a new user even if a user is in the flow context. - Bir kullanıcı akış bağlamında olsa bile yeni bir kullanıcı oluşturun. - - - - Create users as inactive - Kullanıcıları etkin olmayan olarak oluşturma - - - - Mark newly created users as inactive. - Yeni oluşturulan kullanıcıları etkin değil olarak işaretleyin. - - - - User path template - Kullanıcı yolu şablonu - - - - Path new users will be created under. If left blank, the default path will be used. - Yeni kullanıcıların oluşturulacağı yol. Boş bırakılırsa varsayılan yol kullanılır. - - - - Newly created users are added to this group, if a group is selected. - Bir grup seçiliyse, yeni oluşturulan kullanıcılar bu gruba eklenir. - - - - New stage - Yeni aşama - - - - Create a new stage. - Yeni bir aşama oluşturun. - - - - Successfully imported device. - Cihaz başarıyla içe aktarıldı. - - - - The user in authentik this device will be assigned to. - Bu cihazın atanacağı authentik'teki kullanıcı. - - - - Duo User ID - Duo Kullanıcı Kimliği - - - - The user ID in Duo, can be found in the URL after clicking on a user. - Duo'daki kullanıcı kimliği, bir kullanıcıya tıklandıktan sonra URL'de bulunabilir. - - - - Automatic import - Otomatik içe aktarma - - - - Successfully imported devices. - cihaz başarıyla içe aktarıldı. - - - - Start automatic import - Otomatik içe aktarmayı başlatma - - - - Or manually import - Veya manuel olarak içe aktarın - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - Aşamalar, bir Akış'ın kullanıcının yönlendirildiği tek adımlardır. Bir aşama yalnızca bir akış içinden yürütülebilir. - - - - Flows - Akışlar - - - - Stage(s) - Aşama (lar) - - - - Import - İçe Aktar - - - - Import Duo device - Duo cihazını içe aktarma - - - - Successfully updated flow. - Akış başarıyla güncellendi. - - - - Successfully created flow. - Akış başarıyla oluşturuldu. - - - - Shown as the Title in Flow pages. - Akış sayfalarında Başlık olarak gösterilir. - - - - Visible in the URL. - URL'de görünür. - - - - Designation - Tanımlama - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - Bu Akış'ın ne için kullanıldığına karar verir. Örneğin, kimliği doğrulanmamış bir kullanıcı authentik ziyaret ettiğinde kimlik doğrulama akışı yönlendirir. - - - - No requirement - Gereklilik yok - - - - Require authentication - Kimlik doğrulaması gerektir - - - - Required authentication level for this flow. - Bu akış için gerekli kimlik doğrulama düzeyi. - - - - Behavior settings - Davranış ayarları - - - - Compatibility mode - Uyumluluk modu - - - - Increases compatibility with password managers and mobile devices. - Parola yöneticileri ve mobil cihazlarla uyumluluğu artırır. - - - - Denied action - Reddedilen eylem - - - - Will follow the ?next parameter if set, otherwise show a message - Ayarlanırsa ?next parametresini takip eder, aksi takdirde bir mesaj gösterir - - - - Will either follow the ?next parameter or redirect to the default interface - Ya ?next parametresini takip edecek ya da varsayılan arayüze yönlendirecektir - - - - Will notify the user the flow isn't applicable - Kullanıcıya akışın geçerli olmadığını bildirir - - - - Decides the response when a policy denies access to this flow for a user. - Bir ilke bir kullanıcı için bu akışa erişimi reddettiğinde verilecek yanıta karar verir. - - - - Appearance settings - Görünüm ayarları - - - - Layout - Düzen - - - - Background - Arkaplan - - - - Background shown during execution. - Yürütme sırasında arka plan gösterilir. - - - - Clear background - Arka planı temizle - - - - Delete currently set background image. - Şu anda ayarlanmış arka plan görüntüsünü sil. - - - - Successfully imported flow. - Akış başarıyla aktarıldı. - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - Akışlar, bir kullanıcının kimliğini doğrulamak, kaydetmek veya kurtarmak için Aşama zincirini tanımlar. Aşamalar, bunlara uygulanan ilkelere göre seçilir. - - - - Flow(s) - Akış (ler) - - - - Update Flow - Akışı Güncelle - - - - Create Flow - Akış Oluştur - - - - Import Flow - Akışı İçe Aktar - - - - Successfully cleared flow cache - Akış önbelleği başarıyla temizlendi - - - - Failed to delete flow cache - Akış önbelleği silinemedi - - - - Clear Flow cache - Akış önbelleğini temizleme - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - Akış önbelleğini temizlemek istediğinizden emin misiniz? - Bu, tüm akışların bir sonraki kullanımlarında yeniden değerlendirilmesine neden olur. - - - Stage binding(s) - Aşama bağlama (ler) - - - - Stage type - Aşama türü - - - - Edit Stage - Aşama Alanını Düzenle - - - - Update Stage binding - Aşama bağlamasını Güncelle - - - - These bindings control if this stage will be applied to the flow. - Bu bağlamalar, bu aşama akışa uygulanacak olup olmadığını denetler. - - - - No Stages bound - Hiçbir Aşama Bağlı - - - - No stages are currently bound to this flow. - Hiçbir aşama şu anda bu akışa bağlı değildir. - - - - Create Stage binding - Aşama bağlama oluştur - - - - Bind existing stage - Mevcut aşamayı bağla - - - - Flow Overview - Akışa Genel Bakış - - - - Related actions - İlgili eylemler - - - - Execute flow - Akışı yürüt - - - - Normal - Normal - - - - Export flow - Akışı aktar - - - - Export - İhracat - - - - Stage Bindings - Aşama Bağlamaları - - - - These bindings control which users can access this flow. - Bu bağlamalar hangi kullanıcıların bu akışa erişebileceğini denetler. - - - - Event Log - Olay Günlüğü - - - - Event - Olay - - - - Event info - Olay bilgileri - - - - Created - Oluşturulan - - - - Successfully updated transport. - Aktarıcı başarılı bir şekilde güncellendi. - - - - Successfully created transport. - Aktarıcı başarıyla oluşturuldu. - - - - Local (notifications will be created within authentik) - Yerel (bildirimler authentik içinde oluşturulacaktır) - - - - Webhook (generic) - Webhook (genel) - - - - Webhook (Slack/Discord) - Webhook (Kayak/Uyuşmazlık) - - - - Webhook URL - Web Kancası URL'si - - - - Send once - Bir kez gönder - - - - Only send notification once, for example when sending a webhook into a chat channel. - Yalnızca bir kez bildirim gönderin, örneğin bir sohbet kanalına web kancası gönderirken. - - - - Notification Transports - Bildirim Aktarıcıları - - - - Define how notifications are sent to users, like Email or Webhook. - E-posta veya Webhook gibi kullanıcılara bildirimlerin nasıl gönderileceğini tanımlayın. - - - - Notification transport(s) - Bildirim taşıma(lar)ı - - - - Update Notification Transport - Bildirim Aktarıcısını Güncelle - - - - Create Notification Transport - Bildirim Aktarıcı Oluştur - - - - Successfully updated rule. - Kural başarıyla güncellendi. - - - - Successfully created rule. - Kural başarıyla oluşturuldu. - - - - Transports - Aktarıcılar - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - Kullanıcıyı bilgilendirmek için hangi aktarıcıların kullanılması gerektiğini seçin. Hiçbiri seçilmemişse, bildirim yalnızca authentik kullanıcı arabiriminde gösterilir. - - - - Severity - Önem derecesi - - - - Notification Rules - Bildirim Kuralları - - - - Send notifications whenever a specific Event is created and matched by policies. - Belirli bir Olay oluşturulduğunda ve ilkelerle eşleştirildiğinde bildirim gönderin. - - - - Sent to group - Gruba gönderildi - - - - Notification rule(s) - Bildirim kuralları - - - - Update Notification Rule - Bildirim Kuralını Güncelle - - - - Create Notification Rule - Bildirim Kuralı Oluştur - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - Bu bağlamalar, bu kuralın hangi olayları tetiklediğini denetler. -Gruplara/kullanıcılara yapılan bağlamalar, etkinliğin kullanıcısına karşı denetlenir. - - - Outpost Deployment Info - Üs Dağıtım Bilgileri - - - - View deployment documentation - Dağıtım belgelerini görüntüleme - - - - Click to copy token - Belirteci kopyalamak için tıklayın - - - - If your authentik Instance is using a self-signed certificate, set this value. - Auentik Örneğiniz kendinden imzalı bir sertifika kullanıyorsa, bu değeri ayarlayın. - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - Auentik_host ayarınız oturum açmak istediğiniz URL'yle eşleşmiyorsa, bu ayarı ekleyin. - - - - Successfully updated outpost. - İleri üssü başarıyla güncelledi. - - - - Successfully created outpost. - Üs başarıyla oluşturdu. - - - - Radius - Yarıçap - - - - Integration - Entegrasyon - - - - Selecting an integration enables the management of the outpost by authentik. - Bir entegrasyon seçilmesi, oentik tarafından üssün yönetimini sağlar. - - - - Configuration - Yapılandırma - - - - See more here: - Daha fazlasını burada görün: - - - - Documentation - Belge - - - - Last seen - Son görülen - - - - , should be - , olmalıdır - - - - Hostname - Ana bilgisayar adı - - - - Not available - Mevcut değil - - - - Unknown type - Bilinmeyen tür - - - - Outposts - Üsler - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Outposts, ters proxy'ler gibi farklı ortamları ve protokolleri desteklemek için authentik bileşenlerinin dağıtımlarıdır. - - - - Health and Version - Sağlık ve Versiyon - - - - Warning: authentik Domain is not configured, authentication will not work. - Uyarı: authentik Domain yapılandırılmamış, kimlik doğrulama çalışmaz. - - - - Logging in via . - üzerinden giriş yapılıyor. - - - - No integration active - Entegrasyon etkin - - - - Update Outpost - Üssü Güncelle - - - - View Deployment Info - Dağıtım Bilgilerini Görüntüle - - - - Detailed health (one instance per column, data is cached so may be out of date) - Ayrıntılı sistem durumu (sütun başına bir örnek, veriler önbelleğe alınır, bu nedenle güncelliğini yitirmiş olabilir) - - - - Outpost(s) - Üs (ler) - - - - Create Outpost - Üs Oluştur - - - - Successfully updated integration. - Entegrasyon başarıyla güncellendi. - - - - Successfully created integration. - Entegrasyon başarıyla oluşturuldu. - - - - Local - Yerel - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - Etkinleştirilirse, yerel bağlantıyı kullanın. Gerekli Docker soketi/Kubernetes Entegrasyonu. - - - - Docker URL - Docker URL'si - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - Uç noktanın Sertifikası karşı doğrulanan CA. Doğrulama yapılmadan boş bırakılabilir. - - - - TLS Authentication Certificate/SSH Keypair - TLS Kimlik Doğrulama Sertifikası/SH Anahtar Eşi - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - Kimlik doğrulama için kullanılan sertifika/anahtar. Kimlik doğrulama olmadan boş bırakılabilir. - - - - When connecting via SSH, this keypair is used for authentication. - SSH üzerinden bağlanırken, bu anahtar çifti kimlik doğrulama için kullanılır. - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - Kubernetes API SSL Sertifikasını Doğrulayın - - - - New outpost integration - Yeni gözcü entegrasyonu - - - - Create a new outpost integration. - Yeni bir gözcü entegrasyonu oluşturun. - - - - State - Eyalet - - - - Unhealthy - Sağlıksız - - - - Outpost integration(s) - Üs entegrasyonu - - - - Successfully generated certificate-key pair. - Sertifika-anahtar çifti başarıyla oluşturuldu. - - - - Common Name - Ortak İsim - - - - Subject-alt name - Konu-alt adı - - - - Optional, comma-separated SubjectAlt Names. - İsteğe bağlı, virgülle ayrılmış SubjectAlt Adları. - - - - Validity days - Geçerlilik günleri - - - - Successfully updated certificate-key pair. - Sertifika anahtarı çifti başarıyla güncelleştirildi. - - - - Successfully created certificate-key pair. - Sertifika anahtarı çifti başarıyla oluşturuldu. - - - - PEM-encoded Certificate data. - PEM kodlu Sertifika verileri. - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - İsteğe Bağlı Özel Anahtar. Bu ayarlanırsa, şifreleme için bu anahtar çiftini kullanabilirsiniz. - - - - Certificate-Key Pairs - Sertifika Anahtarı Çiftleri - - - - Import certificates of external providers or create certificates to sign requests with. - Harici sağlayıcıların sertifikalarını içe aktarın veya istekleri imzalamak için sertifikalar oluşturun. - - - - Private key available? - Özel anahtar mevcut mu? - - - - Certificate-Key Pair(s) - Sertifika Anahtarı Çiftleri - - - - Managed by authentik - Auentik tarafından yönetiliyor - - - - Managed by authentik (Discovered) - Auentik tarafından yönetilen (Keşfedildi) - - - - Yes () - Evet ( - ) - - - - No - Hayır - - - - Update Certificate-Key Pair - Sertifika Anahtarı Çiftini Güncelleştir - - - - Certificate Fingerprint (SHA1) - Sertifika Parmak İzi (SHA1) - - - - Certificate Fingerprint (SHA256) - Sertifika Parmak İzi (SHA256) - - - - Certificate Subject - Sertifika Konusu - - - - Download Certificate - Sertifikayı İndirin - - - - Download Private key - Indir Özel anahtar - - - - Generate - Oluştur - - - - Successfully updated instance. - Örnek başarıyla güncelleştirildi. - - - - Successfully created instance. - Örnek başarıyla oluşturuldu. - - - - Disabled blueprints are never applied. - Devre dışı bırakılan planlar hiçbir zaman uygulanmaz. - - - - Local path - Yerel yol - - - - OCI Registry - OCI Kayıt Defteri - - - - Internal - Dahili - - - - Blueprint - Mavi kopya - - - - Configure the blueprint context, used for templating. - Şablon oluşturma için kullanılan şema bağlamını yapılandırın. - - - - Orphaned - Artık - - - - Blueprints - Plan - - - - Automate and template configuration within authentik. - Kimlik doğrulama içinde yapılandırmayı otomatikleştirin ve şablonlayın. - - - - Last applied - Son uygulanan - - - - Blueprint(s) - Taslak(lar) - - - - Update Blueprint - Blueprint'i güncelleştirme - - - - Create Blueprint Instance - Şema Örneği Oluştur - - - - API Requests - API İstekleri - - - - Open API Browser - API Tarayıcısını aç - - - - Notifications - Bildirimler - - - - unread - okunmamış - - - - Successfully cleared notifications - Bildirimler başarıyla silindi - - - - Clear all - Hepsini temizle - - - - User interface - Kullanıcı arayüzü - - - - Dashboards - Gösterge Panoları - - - - Events - Olaylar - - - - Logs - Günlükler - - - - Directory - Rehber - - - - System - Sistem - - - - Certificates - Sertifikalar - - - - Outpost Integrations - Üs Entegrasyonları - - - - API request failed - API isteği başarısız - - - - Something went wrong! Please try again later. - Bir şeyler ters gitti! Lütfen daha sonra tekrar deneyin. - - - - Request ID - İstek Kimliği - - - - You may close this page now. - Bu sayfayı şimdi kapatabilirsiniz. - - - - You're about to be redirect to the following URL. - Aşağıdaki URL'ye yönlendirmek üzeresiniz. - - - - Follow redirect - Yönlendirmeyi takip et - - - - Request has been denied. - İstek reddedildi. - - - - Not you? - Sen değil mi? - - - - Need an account? - Bir hesaba mı ihtiyacınız var? - - - - Sign up. - Kaydolun. - - - - Forgot username or password? - Kullanıcı adı veya parolayı mı unuttunuz? - - - - Or - Veya - - - - Use a security key - Güvenlik anahtarı kullan - - - - Login to continue to . - Devam etmek için hesabı ile giriş yapın. - - - - Please enter your password - Lütfen parolanızı girin - - - - Forgot password? - Parolanı mi unuttun? - - - - Application requires following permissions: - Uygulama aşağıdaki izinleri gerektirir: - - - - Application already has access to the following permissions: - Uygulamanın zaten aşağıdaki izinlere erişimi var: - - - - Application requires following new permissions: - Uygulama aşağıdaki yeni izinleri gerektirir: - - - - Check your Inbox for a verification email. - Doğrulama e-postası için Gelen Kutunuzu kontrol edin. - - - - Send Email again. - E-postayı tekrar gönder. - - - - Successfully copied TOTP Config. - TOTP Yapılandırması başarıyla kopyalandı. - - - - Code - Kodu - - - - Duo activation QR code - Duo aktivasyon QR kodu - - - - Alternatively, if your current device has Duo installed, click on this link: - Alternatif olarak, mevcut cihazınızda Duo yüklüyse, şu bağlantıya tıklayın: - - - - Duo activation - İkili aktivasyon - - - - Check status - Durumu kontrol et - - - - Make sure to keep these tokens in a safe place. - Bu belirteçleri güvenli bir yerde tuttuğunuzdan emin olun. - - - - Phone number - Telefon numarası - - - - Please enter your Phone number. - Lütfen Telefon numaranızı girin. - - - - Please enter the code you received via SMS - Lütfen SMS ile aldığınız kodu girin - - - - Static token - Statik belirteç - - - - Authentication code - Kimlik doğrulama kodu - - - - Please enter your code - Lütfen kodunuzu giriniz - - - - Retry authentication - Kimlik doğrulamayı yeniden deneyin - - - - Duo push-notifications - Duo push-bildirimleri - - - - Receive a push notification on your device. - Cihazınızda anında iletme bildirimi alın. - - - - Authenticator - Kimlik Doğrulayıcı - - - - Use a security key to prove your identity. - Kimliğinizi kanıtlamak için bir güvenlik anahtarı kullanın. - - - - Traditional authenticator - Geleneksel kimlik doğrulayıcı - - - - Use a code-based authenticator. - Kod tabanlı kimlik doğrulayıcı kullanın. - - - - Recovery keys - Kurtarma tuşları - - - - SMS - SMS - - - - Tokens sent via SMS. - Belirteçler SMS ile gönderildi. - - - - Stay signed in? - Oturumunuz açık kaldı mı? - - - - Select Yes to reduce the number of times you're asked to sign in. - Oturum açmanızın istenme sayısını azaltmak için Evet'i seçin. - - - - Authenticating with Plex... - Plex ile kimlik doğrulaması... - - - - Waiting for authentication... - Kimlik doğrulaması bekleniyor... - - - - If no Plex popup opens, click the button below. - Plex açılır penceresi açılmazsa, aşağıdaki düğmeyi tıklayın. - - - - Open login - Girişi aç - - - - Authenticating with Apple... - Apple ile kimlik doğrulaması... - - - - Retry - Yeniden dene - - - - You've successfully authenticated your device. - Cihazınızın kimliğini başarıyla doğruladınız. - - - - Flow inspector - Akış denetçisi - - - - Next stage - Sonraki aşama - - - - Stage name - Aşama adı - - - - Stage kind - Aşama türü - - - - Stage object - Aşama nesnesi - - - - This flow is completed. - Bu akış tamamlandı. - - - - Plan history - Plan geçmişi - - - - Current plan context - Mevcut plan bağlamı - - - - Session ID - Oturum Kimliği - - - - Powered by authentik - Auentik tarafından desteklenmektedir - - - - Error creating credential: - Kimlik bilgisi oluşturulurken hata oluştu: - - - - Server validation of credential failed: - Kimlik bilgilerinin sunucu doğrulaması başarısız oldu: - - - - Refer to documentation - Belgelere bakın - - - No Applications available. - Kullanılabilir Uygulama yok. - - - - Either no applications are defined, or you don’t have access to any. - Ya hiçbir uygulama tanımlanmamıştır ya da hiçbirine erişiminiz yoktur. - - - My Applications - Uygulamalarım - - - - My applications - Uygulamalarım - - - - Change your password - Parolanızı değiştirin - - - - Change password - Parolayı değiştir - - - - Save - Kaydet - - - - Delete account - Hesabı sil - - - - Successfully updated details - Ayrıntılar başarıyla güncellendi - - - - Open settings - Ayarları aç - - - - No settings flow configured. - Hiçbir ayar akışı yapılandırılmadı. - - - - Update details - Ayrıntıları güncelle - - - - Successfully disconnected source - Kaynağın bağlantısı başarıyla kesildi - - - - Failed to disconnected source: - Bağlantı kesilen kaynak sağlanamadı: - - - - Disconnect - Bağlantıyı kes - - - - Connect - Bağlan - - - - Error: unsupported source settings: - Hata: desteklenmeyen kaynak ayarları: - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - Geleneksel kimlik bilgileri yerine hizmeti kullanarak oturum açmanıza izin vermek için kullanıcı hesabınızı aşağıda listelenen hizmetlere bağlayın. - - - - No services available. - Hizmet yok. - - - - Create App password - Uygulama parolası oluştur - - - - User details - Kullanıcı ayrıntıları - - - - Consent - Onaylı - - - - MFA Devices - MFA Cihazları - - - - Connected services - Bağlı hizmetler - - - - Tokens and App passwords - Belirteçler ve Uygulama parolaları - - - - Unread notifications - Okunmamış bildirimler - - - - Admin interface - Yönetici arayüzü - - - - Stop impersonation - Taklitçiliği durdurun - - - - Avatar image - Avatar resmi - - - - Failed - Başarısız - - - - Unsynced / N/A - Senkronize Edilmemiş / Yok - - - - Outdated outposts - Eski üsler - - - - Unhealthy outposts - Sağlıksız üsler - - - - Next - Önümüzdeki - - - - Inactive - Etkin değil - - - - Regular user - Düzenli kullanıcı - - - - Activate - Etkinleştir - - - - Use Server URI for SNI verification - SNI doğrulaması için Sunucu URI'sini kullanma - - - Required for servers using TLS 1.3+ - TLS 1.3+ kullanan sunucular için gereklidir - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - LDAP Sunucusunun Sertifikasına karşı kimlik doğrulaması yapmak için istemci sertifikası anahtar çifti. - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - Yukarıda yapılandırılan Temel DN'nin sertifikası. Geri dönüş olarak, sağlayıcı otomatik olarak imzalanan bir sertifika kullanır. - - - TLS Server name - TLS Sunucusu adı - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - Yukarıda yapılandırılan sertifikanın kullanılması gereken DNS adı. SSL/TLS anlaşması bu tür veriler değiş tokuş edilmeden önce gerçekleştiğinden, sertifika temel DN'ye göre algılanamaz. - - - TLS Client authentication certificate - TLS İstemcisi kimlik doğrulama sertifikası - - - Model - Model - - - Match events created by selected model. When left empty, all models are matched. - Seçilen model tarafından oluşturulan olayları eşleştirin. Boş bırakıldığında, tüm modeller eşleştirilir. - - - Code-based MFA Support - Kod Tabanlı MFA Desteği - - - 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. - Etkinleştirildiğinde, kod tabanlı çok faktörlü kimlik doğrulaması, parolaya noktalı virgül ve TOTP kodu eklenerek kullanılabilir. Bu, yalnızca bu sağlayıcıya bağlanacak tüm kullanıcıların yapılandırılmış bir TOTP aygıtı varsa etkinleştirilmelidir, aksi takdirde noktalı virgül içeren bir parola yanlışlıkla reddedilebilir. - - - User type - Kullanıcı türü - - - Successfully updated license. - Lisans başarıyla güncellendi. - - - Successfully created license. - Lisans başarıyla oluşturuldu. - - - Install ID - Yükleme Kimliği - - - License key - Lisans anahtarı - - - Licenses - Lisans - - - License(s) - Lisans(lar) - - - Cumulative license expiry - Kümülatif lisans süre sonu - - - Update License - Lisansı Güncelle - - - Warning: The current user count has exceeded the configured licenses. - Uyarı: Geçerli kullanıcı sayısı yapılandırılan lisansları aştı. - - - Click here for more info. - Daha fazla bilgi için buraya tıklayın. - - - Enterprise - Kuruluş - - - Manage enterprise licenses - Kurumsal lisansları yönetme - - - No licenses found. - Lisans bulunamadı. - - - Send us feedback! - Bize geri bildirim gönderin! - - - Go to Customer Portal - Müşteri Portalına Git - - - Forecast internal users - Dahili kullanıcıları tahmin edin - - - Estimated user count one year from now based on current internal users and forecasted internal users. - - - Forecast external users - Dış kullanıcıları tahmin etme - - - Estimated user count one year from now based on current external users and forecasted external users. - - - Install - Yüklemek - - - Install License - Lisansı Yükle - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - Dahili kullanıcılar, şirket çalışanları gibi kullanıcılar olabilir ve bu kullanıcılar Enterprise özellik kümesinin tamamına erişim elde eder. - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - Dış kullanıcılar, dış danışmanlar veya B2C müşterileri olabilir. Bu kullanıcılar kurumsal özelliklere erişemez. - - - Service accounts should be used for machine-to-machine authentication or other automations. - Hizmet hesapları, makineler arası kimlik doğrulaması veya diğer otomasyonlar için kullanılmalıdır. - - - Remove item - Öğeyi kaldır - - - Open API drawer - API çekmecesini aç - - - Open Notification drawer - Bildirim çekmecesini aç - - - Add provider - Sağlayıcı ekle - - - Open - Açık - - - Copy token - Belirteci kopyala - - - Add users - Kullanıcı ekleme - - - Add group - Grup ekle - - - Import devices - Cihazları içe aktarma - - - Execute - Yürütmek - - - Show details - Detayları göster - - - Apply - Uygulamak - - - Settings - Ayarlar - - - Sign out - Oturumu kapat - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - Bu aşama her kullanıldığında oluşturulan belirteç sayısı. Aşama yürütmesi başına oluşturulan her belirteç, tek bir statik cihaza eklenecektir. - - - Token length - Belirteç uzunluğu - - - The length of the individual generated tokens. Can be increased to improve security. - Bireysel olarak oluşturulan belirteçlerin uzunluğu. Güvenliği artırmak için artırılabilir. - - - Internal: - Dahili: - - - External: - Harici: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - Akışı statik olarak reddedin. Bu aşamayı etkili bir şekilde kullanmak için, ilgili bağlamada *Akışın ne zaman planlandığını değerlendir* seçeneğini devre dışı bırakın. - - - Create and bind Policy - İlke oluşturma ve bağlama - - - Federation and Social login - Federasyon ve Sosyal oturum açma - - - Create and bind Stage - Sahne Alanı oluşturma ve bağlama - - - Flows and Stages - Akışlar ve Aşamalar - - - New version available - Yeni sürüm mevcut - - - Failure result - Başarısızlık sonucu - - - Pass - Geçmek - - - Don't pass - Geçme - - - Result used when policy execution fails. - İlke yürütme başarısız olduğunda kullanılan sonuç. - - - Required: User verification must occur. - Gerekli: Kullanıcı doğrulaması gerçekleşmelidir. - - - Preferred: User verification is preferred if available, but not required. - Tercih edilir: Varsa kullanıcı doğrulaması tercih edilir, ancak gerekli değildir. - - - Discouraged: User verification should not occur. - Önerilmez: Kullanıcı doğrulaması gerçekleşmemelidir. - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - Gerekli: Kimlik doğrulayıcının özel bir kimlik bilgisi oluşturması GEREKİR. Yapamazsa, RP bir hatanın oluşması için hazırlıklıdır - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - Tercih edilen: Kimlik doğrulayıcı özel bir kimlik bilgisi oluşturabilir ve depolayabilir, ancak oluşturmuyorsa bu da sorun değil - - - Discouraged: The authenticator should not create a dedicated credential - Önerilmez: Kimlik doğrulayıcı özel bir kimlik bilgisi oluşturmamalıdır - - - Lock the user out of this system - Kullanıcıyı bu sistemin dışında kilitle - - - Allow the user to log in and use this system - Kullanıcının oturum açmasına ve bu sistemi kullanmasına izin verin - - - Temporarily assume the identity of this user - Bu kullanıcının kimliğini geçici olarak varsay - - - Enter a new password for this user - Bu kullanıcı için yeni bir parola girin - - - Create a link for this user to reset their password - Bu kullanıcının parolasını sıfırlaması için bir bağlantı oluştur - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn, bu sayfaya HTTPS üzerinden erişilmesini gerektirir. - - - WebAuthn not supported by browser. - WebAuthn tarayıcı tarafından desteklenmiyor. - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - Bu sağlayıcıyı nginx'in auth_request veya traefik'in forwardAuth'u ile kullanın. Her uygulamanın/etki alanının kendi sağlayıcısına ihtiyacı vardır. Ayrıca, her etki alanında, /outpost.goauthentik.io ek gözcüye yönlendirilmelidir (yönetilen bir dış gönderi kullanırken, bu sizin için yapılır). - - - Default relay state - Varsayılan röle durumu - - - When using IDP-initiated logins, the relay state will be set to this value. - IDP tarafından başlatılan oturum açma işlemleri kullanılırken, geçiş durumu bu değere ayarlanır. - - - Flow Info - Akış Bilgisi - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - Bir WebAuthn kimlik doğrulayıcısını yapılandırmak için kullanılan sahne alanı (ör. Yubikey, FaceID/Windows Hello). - -<<<<<<< HEAD - - Internal application name used in URLs. - URL'lerde kullanılan iç uygulama adı. - - - Submit - Gönder - - - UI Settings - Kullanıcı Arayüzü Ayarları - - - Your application has been saved - Uygulamanız kaydedildi - - - Custom attributes - Özel özellikler - - - Don't show this message again. - Bu mesajı bir daha göstermeyin. - - - Failed to fetch - Getirilemedi - - - Failed to fetch data. - Veriler alınamadı. - - - Successfully assigned permission. - İzin başarıyla atandı. - - - Role - Rol - - - Assign - Atamak - - - Assign permission to role - Role izin atama - - - Assign to new role - Yeni role atama - - - Directly assigned - Doğrudan atanan - - - Assign permission to user - Kullanıcıya izin atama - - - Assign to new user - Yeni kullanıcıya atama - - - User Object Permissions - Kullanıcı Nesnesi İzinleri - - - Role Object Permissions - Rol Nesnesi İzinleri - - - Roles - Rolleri - - - Select roles to grant this groups' users' permissions from the selected roles. - Bu grupların kullanıcılarına seçili rollerden izinler vermek için rolleri seçin. - - - Editing is disabled for managed tokens - Yönetilen belirteçler için düzenleme devre dışı bırakıldı - - - Permissions to add - Eklenecek izinler - - - Select permissions - İzinleri seçin - - - Assign permission - İzin atama - - - Permission(s) - İzin(ler) - - - Permission - İzin - - - User doesn't have view permission so description cannot be retrieved. - Kullanıcının görüntüleme izni yok, bu nedenle açıklama alınamıyor. - - - Assigned global permissions - Atanan genel izinler - - - Assigned object permissions - Atanan nesne izinleri - - - Successfully updated role. - Rol başarıyla güncelleştirildi. - - - Successfully created role. - Rol başarıyla oluşturuldu. - - - Manage roles which grant permissions to objects within authentik. - authentik içindeki nesnelere izin veren rolleri yönetin. - - - Role(s) - Rol(ler) - - - Update Role - Rolü Güncelle - - - Create Role - Rol Oluştur - - - Role doesn't have view permission so description cannot be retrieved. - Rolün görüntüleme izni yok, bu nedenle açıklama alınamıyor. - - - Role - - - Role Info - Rol Bilgisi - - - Pseudolocale (for testing) - Pseudolocale (test için) - - - One hint, 'New Application Wizard', is currently hidden - Bir ipucu, 'Yeni Uygulama Sihirbazı' şu anda gizli - - - Deny message - İletiyi reddet - - - Message shown when this stage is run. - Bu aşama çalıştırıldığında gösterilen mesaj. - - - The token has been copied to your clipboard - Belirteç panonuza kopyalandı - - - The token was displayed because authentik does not have permission to write to the clipboard - Authentik'in panoya yazma izni olmadığı için belirteç görüntülendi - - - A copy of this recovery link has been placed in your clipboard - Bu kurtarma bağlantısının bir kopyası panonuza yerleştirildi - - - Create recovery link - Kurtarma bağlantısı oluştur - - - Create Recovery Link - Kurtarma Bağlantısı Oluştur - - - External - Dış - - - Service account - Hizmet hesabı - - - Service account (internal) - Hizmet hesabı (dahili) - - - Check the release notes - Sürüm notlarını kontrol edin - - - User Statistics - Kullanıcı İstatistikleri - - - User type used for newly created users. - Yeni oluşturulan kullanıcılar için kullanılan kullanıcı türü. - - - Users created - Oluşturulan kullanıcılar - - - Failed logins - Başarısız girişler - - - Also known as Client ID. - İstemci Kimliği olarak da bilinir. - - - Also known as Client Secret. - İstemci Gizli Anahtarı olarak da bilinir. - - - Global status - Küresel durum - - - Vendor - Satıcı - - - Connectivity - Bağlantı - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0: Çok tahmin edilebilir: riskli parola. (10^3 &lt; tahminler) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1: Çok tahmin edilebilir: kısıtlanmış çevrimiçi saldırılara karşı koruma. (tahminler 10^6 &lt;) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2: Biraz tahmin edilebilir: kısıtlanmamış çevrimiçi saldırılara karşı koruma. (10^8 &lt; tahminler) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3: Güvenli bir şekilde tahmin edilemez: çevrimdışı yavaş karma senaryosuna karşı orta düzeyde koruma. (10^10 &lt; tahminler) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4: Çok tahmin edilemez: çevrimdışı yavaş karma senaryoya karşı güçlü koruma. (tahminler &gt; = 10^10) - - - Successfully created user and added to group - Kullanıcı başarıyla oluşturuldu ve grubuna eklendi. - - - This user will be added to the group "". - Bu kullanıcı "" grubuna eklenecek. - - - Pretend user exists - Kullanıcı varmış gibi davran - - - When enabled, the stage will always accept the given user identifier and continue. - Etkinleştirildiğinde, aşama her zaman verilen kullanıcı tanımlayıcısını kabul eder ve devam eder. - - - There was an error in the application. - Uygulamada bir hata oluştu. - - - Review the application. - Uygulamayı gözden geçirin. - - - There was an error in the provider. - Sağlayıcıda bir hata oluştu. - - - Review the provider. - Sağlayıcıyı gözden geçirin. - - - There was an error creating the application, but no error message was sent. Please review the server logs. - Uygulama oluşturulurken bir hata oluştu, ancak herhangi bir hata iletisi gönderilmedi. Lütfen sunucu günlüklerini gözden geçirin. - - - Configure LDAP Provider - LDAP Sağlayıcısını Yapılandırma - - - Configure Proxy Provider - Proxy sağlayıcısını yapılandırma - - - Configure Radius Provider - Yarıçap Sağlayıcısını Yapılandırma - - - Configure SAML Provider - SAML Sağlayıcısını Yapılandırma - - - Configure SCIM Provider - SCIM Sağlayıcısını Yapılandırma - - - Connection settings. - Bağlantı ayarları'nı tıklayın. - - - Successfully updated endpoint. - Uç nokta başarıyla güncelleştirildi. - - - Successfully created endpoint. - Uç nokta başarıyla oluşturuldu. - - - Protocol - Protokol - - - RDP - RDP - - - SSH - SSH (SSH) - - - VNC - VNC (Radyo ve Televizyon Hizmetleri - - - Host - Ev sahibi - - - Endpoint(s) - Uç Nokta (lar) - - - Update Endpoint - Uç Noktayı Güncelle - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - Bu bağlamalar, hangi kullanıcıların bu uç noktaya erişimi olacağını denetler. Kullanıcıların uygulamaya da erişimi olmalıdır. - - - Create Endpoint - Uç Nokta Oluştur - - - Update RAC Provider - RAC Sağlayıcısını Güncelleştirme - - - Endpoints - Bitiş noktası - - - General settings - Genel ayarlar - - - RDP settings - RDP ayarları - - - Ignore server certificate - Sunucu sertifikasını yoksayma - - - Enable wallpaper - Duvar kağıdını etkinleştir - - - Enable font-smoothing - Yazı tipi yumuşatmayı etkinleştir - - - Enable full window dragging - Tam pencere sürüklemeyi etkinleştir - - - Network binding - Ağ bağlama - - - No binding - Bağlayıcı değil - - - Bind ASN - ASN'yi Bağla - - - Bind ASN and Network - ASN ve Ağı Bağlayın - - - Bind ASN, Network and IP - ASN, Ağ ve IP'yi Bağlayın - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - Bu aşama tarafından oluşturulan oturumların, oluşturuldukları Ağlara bağlanıp bağlanmayacağını yapılandırın. - - - GeoIP binding - GeoIP bağlama - - - Bind Continent - Kıtayı Bağla - - - Bind Continent and Country - Kıta ve Ülkeyi Bağlayın - - - Bind Continent, Country and City - Kıtayı, Ülkeyi ve Şehri Bağlayın - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - Bu aşama tarafından oluşturulan oturumların GeoIP tabanlı konumlarına bağlı olup olmayacağını yapılandırın - - - RAC - RAC - - - Connection failed after attempts. - Bağlantı deneme sonrasında başarısız oldu. - - - Re-connecting in second(s). - sn içinde yeniden bağlanacak. - - - Connecting... - Bağlanma... - - - Select endpoint to connect to - Bağlanılacak uç noktayı seçin - - - Connection expiry - Bağlantının sona ermesi - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - Bir oturumun bağlantısı kesilmeden ve yeniden yetkilendirme gerektirmeden önce ne kadar süreceğini belirler. - - - Learn more - Daha fazla bilgi edinin - - - Maximum concurrent connections - En fazla eşzamanlı bağlantı sayısı - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - Bu uç noktaya izin verilen en fazla eşzamanlı bağlantı. Sınırı devre dışı bırakmak için -1 olarak ayarlanabilir. - - - Korean - Kore dili - - - Dutch - Hollanda dili - - - Brand - Dağlamak - - - Successfully updated brand. - Marka başarıyla güncellendi. - - - Successfully created brand. - Başarıyla oluşturulan marka. - - - Use this brand for each domain that doesn't have a dedicated brand. - Özel bir markaya sahip olmayan her alan adı için bu markayı kullanın. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - YAML veya JSON kullanarak özel öznitelikler ayarlayın. Burada ayarlanan tüm özellikler, isteğin bu marka tarafından ele alınması durumunda kullanıcılar tarafından devralınır. - - - Brands - Marka - - - Brand(s) - Marka(lar) - - - Update Brand - Markayı Güncelle - - - Create Brand - Marka Oluştur - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - Bir kullanıcının parolasını doğrudan sıfırlamasına izin vermek için şu anda etkin olan markada bir kurtarma akışı yapılandırın. - - - Successfully updated settings. - Ayarlar başarıyla güncellendi. - - - Avatars - Avatar - - - Configure how authentik should show avatars for users. The following values can be set: - Authentik'in kullanıcılar için avatarları nasıl göstermesi gerektiğini yapılandırın. Aşağıdaki değerler ayarlanabilir: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - Kullanıcı başına avatarları devre dışı bırakır ve yalnızca 1x1 piksel şeffaf bir resim gösterir - - - Uses gravatar with the user's email address - Kullanıcının e-posta adresiyle gravatar kullanır - - - Generated avatars based on the user's name - Kullanıcının adına göre oluşturulan avatarlar - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - Herhangi bir URL: Başka bir sunucuda barındırılan görüntüleri kullanmak istiyorsanız, herhangi bir URL'yi ayarlayabilirsiniz. Ayrıca, şu yer tutucular kullanılabilir: - - - The user's username - Kullanıcının kullanıcı adı - - - The email address, md5 hashed - E-posta adresi, md5 hash edildi - - - The user's UPN, if set (otherwise an empty string) - Ayarlanmışsa kullanıcının UPN'si (aksi takdirde boş bir dize) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - attributes.something.avatar gibi - bir nitelik yolu, kullanıcıların kendileri için - özel avatarlar yüklemelerine izin vermek için - dosya alanıyla birlikte kullanılabilir. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - Birden çok değer ayarlanabilir, virgülle ayrılabilir ve authentik, avatar bulunamadığında bir sonraki moda geri döner. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - Örneğin, bunu gravatar,initials olarak ayarlamak, - Gravatar'dan bir avatar almaya çalışacak ve kullanıcı orada yapılandırmamışsa, - oluşturulan bir avatara geri dönecektir. - - - Allow users to change name - Kullanıcıların adı değiştirmesine izin ver - - - Enable the ability for users to change their name. - Kullanıcıların adlarını değiştirme özelliğini etkinleştirin. - - - Allow users to change email - Kullanıcıların e-postalarını değiştirmesine izin verme - - - Enable the ability for users to change their email. - Kullanıcıların e-postalarını değiştirme özelliğini etkinleştirin. - - - Allow users to change username - Kullanıcıların kullanıcı adını değiştirmesine izin ver - - - Enable the ability for users to change their username. - Kullanıcıların kullanıcı adlarını değiştirme özelliğini etkinleştirin. - - - Footer links - Altbilgi bağlantıları - - - GDPR compliance - GDPR uyumluluğu - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - Etkinleştirildiğinde, bir kullanıcının neden olduğu tüm olaylar, kullanıcının silinmesi üzerine silinir. - - - Impersonation - Kim -liğe bürünme - - - Globally enable/disable impersonation. - Kimliğe bürünmeyi genel olarak etkinleştirin/devre dışı bırakın. - - - System settings - Sistem ayarları - - - Changes made: - Yapılan değişiklikler: - - - Key - Anahtar - - - Previous value - Önceki değer - - - New value - Yeni değer - - - Raw event info - Ham etkinlik bilgisi - - - Anonymous user - Anonim kullanıcı - - - Add All Available - Mevcut Tümünü Ekle - - - Remove All Available - Mevcut Olanların Tümünü Kaldır - - - Remove All - Tümünü Kaldır - - - Available options - Mevcut seçenekler - - - Selected options - Seçilen seçenekler - - - item(s) marked to add. - eklemek için işaretlenmiş öğe(ler). - - - item(s) selected. - öğe(ler) seçildi. - - - item(s) marked to remove. - kaldırılmak üzere işaretlenmiş öğe(ler). - - - Available Applications - Mevcut Uygulamalar - - - Selected Applications - Seçilmiş Uygulamalar - - - Last used - Son kullanılan - - - OAuth Access Tokens - OAuth Erişim Jetonları - - - Credentials / Tokens - Kimlik Bilgileri / Belirteçler - - - Permissions set on users which affect this object. - Bu nesneyi etkileyen kullanıcılar için ayarlanan izinler. - - - Permissions set on roles which affect this object. - Bu nesneyi etkileyen roller üzerinde ayarlanan izinler. - - - Permissions assigned to this user which affect all object instances of a given type. - Bu kullanıcıya atanan ve belirli bir türdeki tüm nesne örneklerini etkileyen izinler. - - - Permissions assigned to this user affecting specific object instances. - Bu kullanıcıya atanan ve belirli nesne örneklerini etkileyen izinler. - - - Permissions assigned to this role which affect all object instances of a given type. - Bu role atanan ve belirli bir türdeki tüm nesne örneklerini etkileyen izinler. - - - JWT payload - JWT yükü - - - Preview for user - Kullanıcı için önizleme - - - Brand name - Markası - - - Delete authorization on disconnect - Bağlantı kesildiğinde yetkilendirmeyi sil - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - Etkinleştirildiğinde, bir istemcinin bağlantısı kesildiğinde bağlantı yetkileri silinir. Bu, kesintili internet bağlantılarına sahip istemcileri uç noktayı yeniden yetkilendirmeye zorlar. - - - Connection Token(s) - Bağlantı Belirteçleri - - - Endpoint - Bitiş noktası - - - Connections - Bağlantı - - - Unconfigured - Yapılandırılmamış - - - This option will not be changed by this mapping. - Bu seçenek, bu eşleme tarafından değiştirilmez. - - - RAC Connections - RAC Bağlantıları - - - Sending Duo push notification... - Duo push bildirimi gönderiliyor... - - - Failed to authenticate - Kimlik doğrulaması yapılamadı - - - Authenticating... - Kimlik doğrulama... - - - Customization - Özelleştirme - - - Authentication failed. Please try again. - Kimlik doğrulaması başarısız oldu. Lütfen tekrar deneyin. - - - Failed to register. Please try again. - Kayıt başarısız oldu. Lütfen tekrar deneyin. - - - Registering... - Kaydediliyor... - - - Failed to register - Kayıt başarısız oldu - - - Retry registration - Kaydı yeniden deneyin - - - Select one of the options below to continue. - Devam etmek için aşağıdaki seçeneklerden birini belirleyin. - - - Latest version unknown - En son sürümü bilinmiyor - - - Timestamp - Zaman damgası - - - Time - Saat - - - Level - Düzey - - - Event - Olay - - - Logger - Günlükçü - - - Update internal password on login - Oturum açarken dahili parolayı güncelleyin - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - Kullanıcı bu kaynak parola arka ucunu kullanarak authentik'te oturum açtığında, kimlik bilgilerini authentik'te güncelleyin. - - - Source - Kaynak - - - Resume timeout - Özgeçmiş zaman aşımı - - - Amount of time a user can take to return from the source to continue the flow. - Bir kullanıcının akışa devam etmek için kaynaktan geri dönmesi için geçen süre. - - - Your Install ID - Yükleme Kimliğiniz - - - Enter the email associated with your account, and we'll send you a link to reset your password. - Hesabınızla ilişkili e-postayı girin, size şifrenizi sıfırlamanız için bir bağlantı gönderelim. - - - Stage name: - Aşama adı: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - Lütfen cihazınızdaki Microsoft Authenticator, Google Authenticator veya diğer kimlik doğrulama uygulamalarını kullanarak yukarıdaki QR kodunu tarayın ve MFA cihazının kurulumunu tamamlamak için cihazın aşağıda görüntülediği kodu girin. - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - Akış yürütmesine bir OAuth veya SAML Kaynağı ekleyin. Bu, ek kullanıcı doğrulamasına veya farklı kullanıcı tanımlayıcıları (kullanıcı adı, e-posta adresi vb.) için farklı kaynaklara dinamik olarak erişmeye olanak tanır. - - - A selection is required - Bir seçim gereklidir - - - Device type restrictions - Cihaz türü kısıtlamaları - - - Available Device types - Kullanılabilir Cihaz türleri - - - Selected Device types - Seçilen Cihaz türleri - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - İsteğe bağlı olarak, hangi WebAuthn cihaz türlerinin kullanılabileceğini kısıtlayın. Hiçbir cihaz türü seçilmediğinde, tüm cihazlara izin verilir. - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - Kullanıcı, bu yapılandırılan süre içinde yukarıda listelenen sınıflardaki bir cihazla başarıyla kimlik doğrulaması yaptıysa, bu aşama atlanır. - - - WebAuthn-specific settings - WebAuthn'a özgü ayarlar - - - WebAuthn Device type restrictions - WebAuthn Cihaz türü kısıtlamaları - - - This restriction only applies to devices created in authentik 2024.4 or later. - Bu kısıtlama yalnızca authentik 2024.4 veya sonraki sürümlerde oluşturulan cihazlar için geçerlidir. - - - Default token duration - Varsayılan belirteç süresi - - - Default duration for generated tokens - Oluşturulan belirteçler için varsayılan süre - - - Default token length - Varsayılan belirteç uzunluğu - - - Default length of generated tokens - Oluşturulan belirteçlerin varsayılan uzunluğu - - - deleted - silindi - - - Select permissions to assign - Atanacak izinleri seçme - - - Update SCIM Source - SCIM Kaynağını Güncelleştirme - - - SCIM Base URL - SCIM Temel URL'si - - - Provisioned Users - Sağlanan Kullanıcılar - - - Provisioned Groups - Sağlanan Gruplar - - - removed - kaldırıldı - - - Verifying... - Doğrulama... - - - Available Roles - Mevcut Roller - - - Selected Roles - Seçilmiş Roller - - - Private key Algorithm - Özel anahtar Algoritması - - - RSA - RSA - - - ECDSA - ECDSA Sertifikası - - - Algorithm used to generate the private key. - Özel anahtarı oluşturmak için kullanılan algoritma. - - - Added ID - Kimlik eklendi - - - Removed ID - Kimliği kaldırıldı - - - Cleared - Temizlenmiş - - - Google Workspace Provider - Google Workspace Sağlayıcı - - - Credentials - Kimlik bilgi -leri - - - Delegated Subject - Yetkilendirilen Konu - - - Default group email domain - Varsayılan grup e-posta etki alanı - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - Bir grubun e-posta adresini oluşturmak için kullanılan varsayılan etki alanı. Özellik eşlemeleri kullanılarak özelleştirilebilir. - - - User deletion action - Kullanıcı silme işlemi - - - User is deleted - Kullanıcı silindi - - - Suspend - Asmak - - - User is suspended, and connection to user in authentik is removed. - Kullanıcı askıya alınır ve authentik'te kullanıcıyla olan bağlantı kaldırılır. - - - Do Nothing - Hiçbir şey yapma - - - The connection is removed but the user is not modified - Bağlantı kaldırılır, ancak kullanıcı değiştirilmez - - - Determines what authentik will do when a User is deleted. - Bir Kullanıcı silindiğinde authentik'in ne yapacağını belirler. - - - Group deletion action - Grup silme işlemi - - - Group is deleted - Grup silindi - - - The connection is removed but the group is not modified - Bağlantı kaldırılır, ancak grup değiştirilmez - - - Determines what authentik will do when a Group is deleted. - Bir Grup silindiğinde authentik'in ne yapacağını belirler. - - - Microsoft Entra Provider - Microsoft Entra Sağlayıcısı - - - Google Cloud credentials file. - Google Cloud kimlik bilgileri dosyası. - - - Email address of the user the actions of authentik will be delegated to. - Authentik eylemlerinin devredileceği kullanıcının e-posta adresi. - - - Client ID for the app registration. - Uygulama kaydı için istemci kimliği. - - - Client secret for the app registration. - Uygulama kaydı için istemci gizli anahtarı. - - - Tenant ID - Kiracı Kimliği - - - ID of the tenant accounts will be synced into. - Kiracı hesaplarının kimliği eşitlenir. - - - Update Microsoft Entra Provider - Microsoft Entra Sağlayıcısını Güncelleştirme - - - Update Google Workspace Provider - Google Workspace Sağlayıcı'yı güncelleme - - - Enterprise only - Yalnızca kurumsal - - - Icon - Icon - - - (build ) - (build ) - - - (FIPS) - (FIPS) - - - Score minimum threshold - Minimum puan eşiği - - - Minimum required score to allow continuing - Devam etmeye izin vermek için gereken minimum puan - - - Score maximum threshold - Puan üst eşiği - - - Maximum allowed score to allow continuing - Devam etmeye izin vermek için izin verilen maksimum puan - - - Error on invalid score - Geçersiz puanda hata - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - Etkinleştirildiğinde ve elde edilen puan eşiğin dışında olduğunda, kullanıcı devam edemez. Devre dışı bırakıldığında, kullanıcı devam edebilir ve puan, daha sonraki aşamaları özelleştirmek için ilkelerde kullanılabilir. - - - Microsoft Entra Group(s) - Microsoft Entra Grup(lar)ı - - - Microsoft Entra User(s) - Microsoft Entra Kullanıcıları - - - Google Workspace Group(s) - Google Workspace Grupları - - - Google Workspace User(s) - Google Workspace Kullanıcıları - - - SCIM Group(s) - SCIM Grup(lar)ı - - - SCIM User(s) - SCIM Kullanıcıları - - - FIPS compliance: passing - FIPS uyumluluğu: geçme - - - Unverified - Doğrulanmamış - - - FIPS compliance: unverified - FIPS uyumluluğu: doğrulanmamış - - - FIPS Status - FIPS Durumu - - - Search returned no results. - Arama hiçbir sonuç döndürmedi. - - - Reputation score(s) - İtibar puan(lar)ı - - - See documentation - Belgelere bakın - - - Close dialog - İletişim kutusunu kapat - - - Pagination - Sayfalandırma - - - Restore Application Wizard Hint - Uygulama Geri Yükleme Sihirbazı İpucu - - - Your authentik password - Authentik şifreniz - - - Internal Service account - Dahili Hizmet hesabı - - - Outpost integrations - Karakol entegrasyonları - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - Outpost entegrasyonları, authentik'in Outposts'u yönetmek ve dağıtmak için harici platformlara nasıl bağlandığını tanımlar. - - - Operation failed to complete - İşlem tamamlanamadı - - - Failed to fetch objects: - Nesneler getirilemedi: - - - Available Scopes - Kullanılabilir Kapsamlar - - - Selected Scopes - Seçilen Kapsamlar - - - Available Property Mappings - Mevcut Mülk Eşlemeleri - - - Selected Property Mappings - Seçili Özellik Eşlemeleri - - - Available User Property Mappings - Kullanılabilir Kullanıcı Özelliği Eşlemeleri - - - Selected User Property Mappings - Seçili Kullanıcı Özelliği Eşlemeleri - - - Available Group Property Mappings - Kullanılabilir Grup Özellik Eşlemeleri - - - Selected Group Property Mappings - Seçili Grup Özellik Eşlemeleri - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - Kullanıcının IP adresine göre coğrafya veya ağ topolojisi gereksinimlerini karşıladığından emin olun. Yapılandırılan değerlerden herhangi biri eşleşirse, ilke geçer. - - - ASNs - ASN'ler - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - Otonom sistem numaralarının listesi. Virgülle ayrılmış. Örnek: 13335, 15169, 20940 - - - Countries - Ülke - - - Available Countries - Mevcut Ülkeler - - - Selected Countries - Seçilmiş Ülkeler - - - Bind existing policy/group/user - Mevcut ilkeyi/grubu/kullanıcıyı bağlama - - - Property mappings for user creation. - Kullanıcı oluşturma için özellik eşlemeleri. - - - Property mappings for group creation. - Grup oluşturma için özellik eşlemeleri. - - - Link to a group with identical name. Can have security implications when a group is used with another source - Aynı ada sahip bir gruba bağlanın. Bir grup başka bir kaynakla kullanıldığında güvenlikle ilgili etkileri olabilir - - - Use the group's name, but deny enrollment when the name already exists - Grubun adını kullanın, ancak ad zaten mevcutsa kaydı reddedin - - - Group matching mode - Grup eşleştirme modu - - - OAuth Attribute mapping - OAuth Özellik eşlemesi - - - Plex Attribute mapping - Plex Öznitelik eşlemesi - - - Encryption Certificate - Şifreleme Sertifikası - - - When selected, encrypted assertions will be decrypted using this keypair. - Seçildiğinde, şifrelenmiş onaylamaların şifresi bu anahtar çifti kullanılarak çözülür. - - - SAML Attribute mapping - SAML Öznitelik eşlemesi - - - SCIM Attribute mapping - SCIM Öznitelik eşlemesi - - - External user settings - Harici kullanıcı ayarları - - - Default application - Varsayılan uygulama - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - Yapılandırıldığında, dış kullanıcılar farklı bir uygulamaya erişmeye çalışmadıklarında otomatik olarak bu uygulamaya yönlendirilir - - - Warning: One or more license(s) have expired. - Uyarı: Bir veya daha fazla lisansın süresi doldu. - - - Warning: One or more license(s) will expire within the next 2 weeks. - Uyarı: Bir veya daha fazla lisansın süresi önümüzdeki 2 hafta içinde sona erecektir. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - Dikkat: Bu authentik örneği, süresi dolmuş/aşılmış lisanslar nedeniyle salt okunur moda girmiştir. - - - This authentik instance uses a Trial license. - Bu authentik örneği bir Deneme lisansı kullanır. - - - This authentik instance uses a Non-production license. - Bu authentik örneği, Üretim dışı lisans kullanır. - - - Access Tokens(s) - Erişim Belirteçleri - - - Created at - Şurada oluşturuldu - - - Last updated at - En son güncelleme tarihi - - - Last used at - En son şu tarihte kullanıldı - - - Provide users with a 'show password' button. - Kullanıcılara bir 'şifreyi göster' düğmesi sağlayın. - - - Show password - Şifreyi göster - - - Hide password - Şifreyi gizle - - - An outpost is on an incorrect version! - Bir gözcü yanlış bir sürümde! - - - Russian - Rusça - - - Last seen: () - - - Sign assertions - Onayları imzalama - - - When enabled, the assertion element of the SAML response will be signed. - Etkinleştirildiğinde, SAML yanıtının onaylama işlemi öğesi imzalanır. - - - Sign responses - Yanıtları imzala - - - When selected, assertions will be encrypted using this keypair. - Seçildiğinde, onaylamalar bu anahtar çifti kullanılarak şifrelenir. - - - Available Sources - Mevcut Kaynaklar - - - Selected Sources - Seçilmiş Kaynaklar - - - Successfully triggered sync. - Senkronizasyon başarıyla tetiklendi. - - - Sync - Eşitleme - - - Sync User - Kullanıcıyı Senkronize Et - - - Available Stages - Mevcut Aşamalar - - - Selected Stages - Seçilmiş Aşamalar - - - Available Fields - Kullanılabilir Alanlar - - - Selected Fields - Seçili Alanlar - - - Available Transports - Mevcut Taşımalar - - - Selected Transports - Seçilmiş Taşımalar - - - Expired - Süresi dolmuş - - - Expiring soon - Yakında sona eriyor - - - Unlicensed - Lisanssız - - - Read Only - Salt Okunur - - - Valid - Geçerli - - - Current license status - Mevcut lisans durumu - - - Overall license status - Genel lisans durumu - - - Internal user usage - Dahili kullanıcı kullanımı - - - % - % - - - External user usage - Dış kullanıcı kullanımı - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - Olayın İstemci IP'si ile eşleşir (katı eşleştirme, ağ eşleştirmesi için bir İfade Politikası kullanın). - - - Sync Group - Grubu Eşitle - - - ("", of type ) - - - Parent Group - Ebeveyn Grubu - - - Flow used when logging out of this provider. - Bu sağlayıcıdan çıkış yapılırken kullanılan akış. - - - Unbind flow - Akışı çöz - - - Flow used for unbinding users. - Kullanıcıların bağlantısını kaldırmak için kullanılan akış. - - - Verify SCIM server's certificates - SCIM sunucusunun sertifikalarını doğrulama - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - ourumunu kapattınız. Başka bir uygulama başlatmak için genel bakışa geri dönebilir veya authentik hesabınızdan çıkış yapabilirsiniz. - - - Go back to overview - Genel bakışa geri dön - - - Log out of - oturumunu kapatın - - - Log back into - oturumuna tekrar giriş yapın - - - Encryption Key - Şifreleme Anahtarı - - - Device type cannot be deleted - Cihaz türü silinemez - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - Google Chrome Device Trust'ı kullanarak kullanıcıların tarayıcılarını doğrulamak için kullanılan aşama. Bu aşama kimlik doğrulama/yetkilendirme akışlarında kullanılabilir. - - - Google Verified Access API - Google Doğrulanmış Erişim API'sı - - - Device type cannot be edited - Cihaz türü değiştirilemez - - - Advanced flow settings - Gelişmiş akış ayarları - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - Authentik'te yapılan parola değişikliklerini Kerberos'a geri yazmak için bu seçeneği etkinleştirin. Senkronizasyon devre dışı bırakılmışsa yoksayılır. - - - Realm settings - Bölge ayarları - - - Realm - Bölge - - - Kerberos 5 configuration - Kerberos 5 yapılandırması - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - Kerberos 5 yapılandırması. Yapılandırma formatı için man krb5.conf(5) adresine bakın. Boş bırakılırsa, varsayılan bir krb5.conf kullanılacaktır. - - - Sync connection settings - Bağlantı ayarlarını senkronize et - - - Sync principal - Eşitleme sorumlusu - - - Principal used to authenticate to the KDC for syncing. - Sorumlu, eşitleme için KDC'de kimlik doğrulaması yapmak için kullanılır. - - - Sync password - Senkronizasyon şifresi - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - Eşitleme için KDC'de kimlik doğrulaması yapmak için kullanılan parola. Senkronizasyon anahtar sekmesi veya Senkronizasyon kimlik bilgileri önbelleği sağlanmışsa isteğe bağlıdır. - - - Sync keytab - Senkronizasyon tuşu sekmesi - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - Eşitleme için KDC'de kimlik doğrulaması yapmak için kullanılan tuş sekmesi. Senkronizasyon şifresi veya Senkronizasyon kimlik bilgileri önbelleği sağlanmışsa isteğe bağlıdır. Base64 kodlu veya TYPE:residual biçiminde olmalıdır. - - - Sync credentials cache - Kimlik bilgileri önbelleğini eşitleme - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - Eşitleme için KDC'de kimlik doğrulaması yapmak için kullanılan kimlik bilgileri önbelleği. Senkronizasyon şifresi veya Senkronizasyon tuşu sekmesi sağlanmışsa isteğe bağlıdır. TYPE:residual" şeklinde olmalıdır. - - - SPNEGO settings - SPNEGO ayarları - - - SPNEGO server name - SPNEGO sunucu adı - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - SPNEGO için belirli bir sunucu adının kullanılmasını zorlayın. şeklinde olmalı HTTP@domain - - - SPNEGO keytab - SPNEGO tuş sekmesi - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - SPNEGO için kullanılan tuş sekmesi. SPNEGO kimlik bilgileri önbelleği sağlanmışsa isteğe bağlıdır. Base64 kodlu veya TYPE:residual biçiminde olmalıdır. - - - SPNEGO credentials cache - SPNEGO kimlik bilgileri önbelleği - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - SPNEGO için kullanılan kimlik bilgileri önbelleği. SPNEGO tuş sekmesi sağlanmışsa isteğe bağlıdır. TYPE:residual" şeklinde olmalıdır. - - - Kerberos Attribute mapping - Kerberos Öznitelik eşlemesi - - - Update Kerberos Source - Kerberos Kaynağını Güncelleştirme - - - User database + Kerberos password - Kullanıcı veritabanı + Kerberos parolası - - - Select another authentication method - Başka bir kimlik doğrulama yöntemi seçin - - - Enter a one-time recovery code for this user. - Bu kullanıcı için tek seferlik bir kurtarma kodu girin. - - - Enter the code from your authenticator device. - Kimlik doğrulama cihazınızdaki kodu girin. - - - Kerberos Source is in preview. - Kerberos Kaynağı önizleme aşamasındadır. - - - Captcha stage - Captcha aşaması - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - Ayarlandığında, tam olarak bir Captcha aşaması gibi işlevsellik ekler, ancak Kimlik aşamasına eklenir. - - - Endpoint Google Chrome Device Trust is in preview. - Uç nokta Google Chrome Cihaz Güvenilirliği önizleme aşamasındadır. - - - Interactive - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - - - Reason - - - Reason for impersonating the user - - - Require reason for impersonation - - - Require administrators to provide a reason for impersonating a user. - - - Italian - - - Add entry - - - Link Title - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - - - Strict - - - Regex - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - - - Federated OIDC Sources - - - Federated OIDC Providers - - - Available Providers - - - Selected Providers - - - JWTs signed by the selected providers can be used to authenticate to this provider. - - - KAdmin type - - - MIT krb5 kadmin - - - Heimdal kadmin - - - Other - - - Other type of kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - - - Consent given lasts indefinitely - - - Consent expires - - - Available Policies - - - Selected Policies - - - Redirect the user to another flow, potentially with all gathered context - - - Static - - - Target URL - - - Redirect the user to a static URL. - - - Target Flow - - - Redirect the user to a Flow. - - - Keep flow context - - - Require no authentication - - - Require superuser - - - Require being redirected from another flow - - - Require Outpost (flow can only be executed from an outpost) - - - An application name is required - - - Not a valid URL - - - Not a valid slug - - - Configure Bindings - - - Configure Policy/User/Group Bindings - - - No bound policies. - - - Bind policy/group/user - - - Configure Policy Bindings - - - Don't Pass - - - Save Binding - - - Create a Policy/User/Group Binding - - - Please choose a provider type before proceeding. - - - Choose a Provider Type - - - Redirect URIs/Origins (RegEx) - Yeniden Yönlendirme URI'leri/Kökenleri (RegEx) - - - Configure OAuth2 Provider - - - Configure Remote Access Provider - - - List of CIDRs (comma-seperated) 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. - - - Configure Provider - - - strict - - - regexp - - - Review and Submit Application - - - There was an error. Please go back and review the application. - - - There was an error: - - - Please go back and review the application. - - - Review the Application and Provider - - - Saving application... - - - authentik was unable to complete this process. - - - Create with wizard - - - Bind existing - - - Successfully updated entitlement. - - - Successfully created entitlement. - - - Application entitlement(s) - - - Update Entitlement - - - These bindings control which users have access to this entitlement. - - - No app entitlements created. - - - Create Entitlement - - - Create entitlement - - - Application entitlements - - - These entitlements can be used to configure user access in this application. - - - Worker with incorrect version connected. - - - (Format: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - - - Event Retention - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - - - OIDC Providers - - - SSF Provider is in preview. - - - Update SSF Provider - - - Streams - - - authentik Logo - - - Release - - - Development - - - UI Version - - - Build - - - Python version - - - Platform - - - Kernel - - - OpenSSL - - - A newer version () of the UI is available. - - - No notifications found. - - - You don't have any notifications currently. - - - Version - - - Last password change - - - Evaluate policies before the Stage is presented to the user. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - - - Idle - - - Connecting - - - Waiting - - - Connected - - - Disconnecting - - - Disconnected - - - Create a new application and configure a provider for it. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - - - Distance settings - - - Check historical distance of logins - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - - - Maximum distance - - - Maximum distance a login attempt is allowed from in kilometers. - - - Distance tolerance - - - Tolerance in checking for distances in kilometers. - - - Historical Login Count - - - Amount of previous login events to check against. - - - Check impossible travel - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - - - Impossible travel tolerance - - - Static rule settings - - - Create with Provider - - - Email address the verification email will be sent from. - - - Stage used to configure an email-based authenticator. - - - Use global connection settings - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - - - Subject of the verification email. - - - Token expiration - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - - - Caps Lock is enabled. - - - Configure your email - - - Please enter your email address. - - - Please enter the code you received via email - - - Tokens sent via email. - - - Enable dry-run mode - - - When enabled, mutating requests will be dropped and logged instead. - - - Override dry-run mode - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - - - Dry-run - - - Successfully cleared application cache - - - Failed to delete application cache - - - Clear Application cache - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - - - No name set - - - Show inactive users - - - Time the token sent is valid. - - - Compatibility Mode - - - Default behavior. - - - AWS - - - Altered behavior for usage with Amazon Web Services. - - - Slack - - - Altered behavior for usage with Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - - - AuthnContextClassRef Property Mapping - - - 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. - - - SSF URL - - - No assigned application - - - Custom CSS - - - Custom CSS to apply to pages when this brand is active. - - - Default flow background - - - Default background used during flow execution. Can be overridden per flow. - - - Task - - - Webhook Body Mapping - - - Webhook Header Mapping - - - Failed to preview prompt - - - Lookup using user attribute - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - - - Initial Permissions - - - Unknown Initial Permissions mode - - - Successfully updated initial permissions. - - - Successfully created initial permissions. - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - - - Available Permissions - - - Selected Permissions - - - Permissions to grant when a new object is created. - - - Set initial permissions for newly created objects. - - - Update Initial Permissions - - - Create Initial Permissions - - - Reputation: lower limit - - - Reputation cannot decrease lower than this value. Zero or negative. - - - Reputation: upper limit - - - Reputation cannot increase higher than this value. Zero or positive. - - - HTTP Basic Auth - - - Include the client ID and secret as request parameters - - - Authorization code authentication method - - - How to perform authentication during an authorization_code token request flow - - - Enable "Remember me on this device" - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - - - Remember me on this device - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - - - Number of previous passwords to check - - - Choose a Provider - - - When enabled, the SAML response will be signed. - - - Client Certificates - - - Available Certificates - - - Selected Certificates - - - Client-certificate/mTLS authentication/enrollment. - - - Certificate optional - - - If no certificate was provided, this stage will succeed and continue to the next stage. - - - Certificate required - - - If no certificate was provided, this stage will stop flow execution. - - - Certificate authorities - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - - - Certificate attribute - - - Configure the attribute of the certificate used to look for a user. - - - User attribute - - - Configure the attribute of the user used to look for a user. - - - Delete Not Found Objects - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - - - User membership attribute - - - Attribute which matches the value of Group membership field. - - - Additional User DN - - - Additional Group DN - - - The currently selected policy engine mode is : - - - Import Existing Certificate-Key Pair - - - Generate New Certificate-Key Pair - - - Show field content - - - Hide field content - - - Re-authenticate with Plex - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - - - Select the group of users which the alerts are sent to. - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - - - Send notification to event user - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - - - Maximum registration attempts - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - - - This application does currently not have any application entitlements defined. - - - Authenticated as - - - Remember device - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - - - Element inside the form slot is not a Form - - - New Password - - - Update 's password - - - Modify the payload sent to the provider. - - - Dismiss - - - Status messages - - - Select an invalidation flow... - - - Open about dialog - - - Product name - - - Product version - - - Global navigation - - - Collapse - - - Expand - - - navigation - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - - - Skip to content - - - Kerberos Source - - - Successfully updated schedule. - - - Crontab - - - Paused - - - Pause this schedule - - - Waiting to run - - - Running - - - Queue - - - Last updated - - - Show only standalone tasks - - - Exclude successful tasks - - - Retry task - - - Schedule - - - Next run - - - Last status - - - Show only standalone schedules - - - Run scheduled task now - - - Update Schedule - - - Schedules - - - Tasks - - - Current status - - - Sync is currently running. - - - Sync is not currently running. - - - Last successful sync - - - No successful sync found. - - - Last sync status - - - Current execution logs - - - Previous executions logs - - - Home - - - Collapse navigation - - - Expand navigation - - - Search - - - Table content - - - Learn more about the enterprise license. - - - Search for providers… - - - Default NameID Policy - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - - The name displayed in the application library. - - - e.g. Collaboration, Communication, Internal, etc. - - - Failed to fetch application "". - - - Account Recovery Max Attempts - - - Account Recovery Cache Timeout - - - The time window used to count recent account recovery attempts. - - - None - - - Flags - - - Modify flags to opt into new authentik behaviours early. - - - Loading templates... - - - Template used for the verification email. - - - Email Subject Prefix - - - Email Template - - - An unknown error occurred - - - Please check the browser console for more details. - - - There was an error submitting the form. - - - This field is required. - - - Query suggestions - - - Table Search - - - An error occurred while updating the provider. - - - An error occurred while creating the provider. - - - Impersonating user... - - - This may take a few seconds. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - - - Device Code - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - - - New Provider - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - - - Expand row - - - actions - - - Select all rows on page ( of selected) - - - table - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - - - Search ... - - - Provider Name - - - Select a certificate... - - - Select an authorization flow... - - - Select a signing key... - - - Select an encryption key... - - - Select an authentication flow... - - - Provider Search - - - Provider not assigned to any application. - - - Edit "" provider - - - Applications Documentation - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - - - Update "" Permissions - - - Open "" permissions modal - - - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - - - Read more about - - - OCI Support - - - Edit "" blueprint - - - Apply "" blueprint - - - Welcome, - - - Welcome - - - Loading application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - - - Token to authenticate with. - - - OAuth Source - - - Specify OAuth source used for authentication. - - - OAuth Parameters - - - Additional OAuth parameters, such as grant_type. - - - Authentication Mode - - - Authenticate SCIM requests using a static token. - - - OAuth - - - Authenticate SCIM requests using OAuth. - - - Salesforce - - - Altered behavior for usage with Salesforce. - - - Query input - - - Last refreshed - - - Refresh Token threshold - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - - Company employees with access to the full enterprise feature set. - - - External consultants or B2C customers without access to enterprise features. - - - Machine-to-machine authentication or other automations. - - - Type a username for the user... - - - The user's primary identifier used for authentication. 150 characters or fewer. - - - Display Name - - - Type an optional display name... - - - Managed by authentik and cannot be assigned manually. - - - Email Address - - - Type an optional email address... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - - - Type a path for the user... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - - Open "" - - - Verify Assertion Signature - - - When enabled, authentik will look for a Signature inside of the Assertion element. - - - Verify Response Signature - - - When enabled, authentik will look for a Signature inside of the Response element. - - - Logo shown in sidebar/header and flow executor. - - - Select an application... - - - Select a recovery flow... - - - Select an unenrollment flow... - - - Select a user settings flow... - - - Select a device code flow... - - - Search by domain or brand name... - - - New Brand - - - Create and assign a group with the same name as the user. - - - Whether the token will expire. Upon expiration, the token will be rotated. - - - Unnamed - - - Collapse "" - - - Expand "" - - - Select "" - - - Items of "" - - - API drawer - - - Close API drawer - - - View details for - - - Mark as read - - - Notification drawer - - - Search by username, email, etc... - - - User Search - - - Show deactivated users - - - New User - - - Create Service Account - - - New Service Account - - - User paths - - - Bot username - - - Bot token - - - Request access to send messages from your bot - - - Telegram Attribute mapping - - - Telegram bot - - - Update Telegram Source - - - Authenticating with Telegram... - - - Click the button below to start. - - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - - - User information - - - Avatar for - - - User avatar - - - CAPTCHA challenge - - - QR-Code to setup a time-based one-time password - - - Copy time-based one-time password configuration - - - Copy TOTP Config - - - Time-based one-time password - - - TOTP Code - - - Type your TOTP code... - - - Type your time-based one-time password code. - - - Type an authentication code... - - - In case you lose access to your primary authenticators. - - - Unknown device - - - An unknown device class was provided. - - - Select an authentication method - - - No authentication methods available. - - - Select a configuration stage - - - Close flow inspector - - - Flow inspector loading - - - Authentication form - - - Consumed - - - Pre-processing - - - Post-processing - - - Running tasks - - - Queued tasks - - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - - - - SAML Provider - - - SAML logout complete - - - Redirecting to SAML provider: - - - Posting logout request to SAML provider: - - - Unknown Provider - - - Logging out of providers... - - - Single Logout - - - The user's display name. - - - Actions for "" - - - Edit application... - - - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application - - - Ungrouped - - - application found for "" - - - applications found for "" - - - application available - - - applications available - - - Application list - - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - - diff --git a/web/xliff/tr_TR.xlf b/web/xliff/tr_TR.xlf new file mode 100644 index 0000000000..3330e7b47e --- /dev/null +++ b/web/xliff/tr_TR.xlf @@ -0,0 +1,9281 @@ + + + + + Dismiss + + + Connection error, reconnecting... + Bağlantı hatası, yeniden bağlanıyor... + + + An unknown error occurred + + + Please check the browser console for more details. + + + Status messages + + + Open API drawer + API çekmecesini aç + + + Unread notifications + Okunmamış bildirimler + + + Open Notification drawer + Bildirim çekmecesini aç + + + Settings + Ayarlar + + + Stop impersonation + Taklitçiliği durdurun + + + Avatar image + Avatar resmi + + + Sign out + Oturumu kapat + + + Admin + Yönetici + + + Home + + + authentik Logo + + + Collapse navigation + + + Expand navigation + + + User interface + Kullanıcı arayüzü + + + Loading... + Yükleniyor... + + + Application + Uygulama + + + Logins + Oturum Açma + + + Failed to fetch + Getirilemedi + + + FIPS Status + FIPS Durumu + + + OK + OK + + + FIPS compliance: passing + FIPS uyumluluğu: geçme + + + Unverified + Doğrulanmamış + + + FIPS compliance: unverified + FIPS uyumluluğu: doğrulanmamış + + + Show less + Daha az göster + + + Show more + Daha fazla göster + + + UID + UID + + + Name + İsim + + + App + Uygulama + + + Model Name + Model Adı + + + Message + Mesaj + + + Subject + Konu + + + From + İtibaren + + + To + Kime + + + Context + Bağlam + + + User + Kullanıcı + + + Changes made: + Yapılan değişiklikler: + + + Key + Anahtar + + + Previous value + Önceki değer + + + New value + Yeni değer + + + - + - + + + Added ID + Kimlik eklendi + + + Removed ID + Kimliği kaldırıldı + + + Cleared + Temizlenmiş + + + Affected model: + Etkilenen model: + + + Authorized application: + Yetkili başvuru: + + + Using flow + Akışı kullanma + + + Email info: + E-posta bilgileri: + + + Secret: + Sır: + + + Exception + Hata + + + Open issue on GitHub... + GitHub'da açık sorun... + + + Expression + İfade + + + Binding + Ciltleme + + + Request + Talep + + + Object + Nesne + + + Result + Sonuç + + + Passing + Geçiyor + + + Messages + İletiler + + + New version available + Yeni sürüm mevcut + + + Using source + Kaynak kullanma + + + Attempted to log in as + ile oturum açılmaya çalışıldı + + + No additional data available. + Ek veri yok. + + + Loading + Yükleniyor + + + no tabs defined + tanımlanmış sekme yok + + + Details + Şey + + + : + : + + + Required + Zorunlu + + + There was an error submitting the form. + + + Close dialog + İletişim kutusunu kapat + + + API Access + API Erişimi + + + App password + Uygulama parolası + + + Recovery + Kurtarma + + + Verification + Doğrulama + + + Unknown intent + Bilinmeyen niyet + + + Login + Giriş + + + Failed login + Başarısız oturum açma + + + Logout + Oturumu Kapa + + + User was written to + Kullanıcı yazıldı + + + Suspicious request + Şüpheli istek + + + Password set + Parola seti + + + Secret was viewed + Sır görüldü + + + Secret was rotated + Sırrı döndürüldü + + + Invitation used + Kullanılan davetiye + + + Application authorized + Başvuru yetkili + + + Source linked + Kaynak bağlantılı + + + Impersonation started + Kimliğe bürünme başladı + + + Impersonation ended + Taklit sona erdi + + + Flow execution + Akış yürütme + + + Policy execution + İlke yürütme + + + Policy exception + İlke hatası + + + Property Mapping exception + Özellik Eşleme hatası + + + System task execution + Sistem görevi yürütme + + + System task exception + Sistem görevi hatası + + + General system exception + Genel sistem hatası + + + Configuration error + Yapılandırma hatası + + + Model created + Model oluşturuldu + + + Model updated + Model güncellendi + + + Model deleted + Model silindi + + + Email sent + E-posta gönderildi + + + Update available + Güncelleme mevcut + + + Alert + Alarm + + + Notice + Uyarı + + + Warning + Uyarı + + + Unknown severity + Bilinmeyen önem derecesi + + + Static tokens + Statik belirteçler + + + TOTP Device + TOTP Cihazı + + + A code has been sent to your address: + + + A code has been sent to your email address. + + + A one-time use code has been sent to you via SMS text message. + + + Open your authenticator app to retrieve a one-time use code. + + + Enter a one-time recovery code for this user. + Bu kullanıcı için tek seferlik bir kurtarma kodu girin. + + + Enter the code from your authenticator device. + Kimlik doğrulama cihazınızdaki kodu girin. + + + Internal + Dahili + + + External + Dış + + + Service account + Hizmet hesabı + + + Service account (internal) + Hizmet hesabı (dahili) + + + Remove item + Öğeyi kaldır + + + table pagination + + + - of + - of + + + Go to previous page + Önceki sayfaya git + + + Go to next page + Sonraki sayfaya git + + + This field is required. + + + Search... + Ara... + + + Search + + + Query suggestions + + + Query input + + + Table Search + + + Clear search + Aramayı temizle + + + Sort by "" + + + No objects found. + Nesne bulunamadı. + + + Failed to fetch objects. + Nesneler getirilemedi. + + + Select "" row + + + Collapse row + + + Expand row + + + Refresh + Yenile + + + actions + + + Select all rows on page ( of selected) + + + Last refreshed + + + table + + + Table content + + + Column actions + + + Anonymous user + Anonim kullanıcı + + + On behalf of + adına + + + Authenticated as + + + Recent events + Son olaylar + + + Events + Olaylar + + + Action + Eylem + + + Creation Date + Oluşturma Tarihi + + + Client IP + İstemci IP + + + No Events found. + Olaylar bulunamadı. + + + No matching events could be found. + Eşleşen olay bulunamadı. + + + System Status + + + Embedded outpost is not configured correctly. + Gömülü üs düzgün yapılandırılmamış. + + + Check outposts. + İleri üsleri kontrol edin. + + + HTTPS is not detected correctly + HTTPS doğru algılanmadı + + + Server and client are further than 5 seconds apart. + Sunucu ve istemci arasında 5 saniyeden daha uzaktır. + + + Everything is ok. + Her şey yolunda. + + + Version + Sürüm + + + Based on + göre + + + is available! + versiyonu mevcut! + + + An outpost is on an incorrect version! + Bir gözcü yanlış bir sürümde! + + + Up-to-date! + Güncel! + + + Latest version unknown + En son sürümü bilinmiyor + + + Workers + İşçiler + + + No workers connected. Background tasks will not run. + İşçi bağlantısı yok. Arka plan görevleri çalışmaz. + + + Worker with incorrect version connected. + + + Failed to fetch data. + Veriler alınamadı. + + + Chart + + + Event volume chart + + + Authorizations + Yetkilendirmeler + + + Successful Logins + Başarılı Oturum Açma + + + Failed Logins + Başarısız Oturum Açma + + + Cancel + İptal et + + + Synchronization status chart + + + SCIM Provider + SCIM Sağlayıcısı + + + Google Workspace Provider + Google Workspace Sağlayıcı + + + Microsoft Entra Provider + Microsoft Entra Sağlayıcısı + + + LDAP Source + LDAP Kaynağı + + + Kerberos Source + + + Healthy + Sağlıklı + + + Failed + Başarısız + + + Unsynced / N/A + Senkronize Edilmemiş / Yok + + + Outpost status chart + + + Healthy outposts + Sağlıklı üsler + + + Outdated outposts + Eski üsler + + + Unhealthy outposts + Sağlıksız üsler + + + Operation failed to complete + İşlem tamamlanamadı + + + Quick actions + Hızlı eylemler + + + Not found + Bulunamadı + + + The URL "" was not found. + URL adresi bulunamadı. + + + Return home + Eve dön + + + Skip to content + + + Create a new application + Yeni bir uygulama oluştur + + + Check the logs + Günlükleri kontrol et + + + Explore integrations + Entegrasyonları keşfedin + + + Manage users + Kullanıcıları yönetme + + + Check the release notes + Sürüm notlarını kontrol edin + + + Overview + Genel Bakış + + + Outpost status + Üs durumu + + + Sync status + Durumu senkronize et + + + Logins and authorizations over the last week (per 8 hours) + Geçen haftaki oturum açma ve yetkilendirme işlemleri (8 saat başına) + + + Apps with most usage + En çok kullanıma sahip uygulamalar + + + Welcome, + + + Welcome + + + General system status + Genel sistem durumu + + + Objects created + Oluşturulan nesneler + + + Users created per day in the last month + Son ay içinde günlük oluşturulan kullanıcılar + + + Users created + Oluşturulan kullanıcılar + + + Logins per day in the last month + Son ay içinde günlük oturum açma + + + Failed Logins per day in the last month + Geçtiğimiz ay içinde günlük başarısız oturum açma + + + Failed logins + Başarısız girişler + + + User Statistics + Kullanıcı İstatistikleri + + + Yes + Evet + + + No + Hayır + + + No log messages. + Günlük mesajı yok. + + + Timestamp + Zaman damgası + + + Attributes + Öznitellikler + + + Time + Saat + + + Level + Düzey + + + Event + Olay + + + Logger + Günlükçü + + + Not used by any other object. + Başka bir nesne tarafından kullanılmaz. + + + object will be DELETED + nesne SILİNECEK + + + connection will be deleted + bağlantı silinecek + + + reference will be reset to default value + referans varsayılan değere sıfırlanır + + + reference will be set to an empty value + referans boş bir değere ayarlanacaktır + + + () + () + + + Delete + Sil + + + deleted + silindi + + + ID + ID + + + Successfully deleted + Başarıyla silindi + + + Failed to delete : + : Silinemedi + + + Delete + Sil + + + Are you sure you want to delete ? + Silmek istediğinizden emin misiniz? + + + No form found + Form bulunamadı + + + Element inside the form slot is not a Form + + + Form actions + + + Submit action + + + Cancel action + + + Successfully updated schedule. + + + Crontab + + + Paused + + + Pause this schedule + + + Select an object. + Bir nesne seçin. + + + Failed to fetch objects: + Nesneler getirilemedi: + + + Successfully assigned permission. + İzin başarıyla atandı. + + + Role + Rol + + + Assign + Atamak + + + Assign permission to role + Role izin atama + + + Assign to new role + Yeni role atama + + + Permission(s) + İzin(ler) + + + Permission + İzin + + + Directly assigned + Doğrudan atanan + + + Assign permission to user + Kullanıcıya izin atama + + + Assign to new user + Yeni kullanıcıya atama + + + Superuser + Süper kullanıcı + + + Model + Model + + + Select permissions to assign + Atanacak izinleri seçme + + + Add + Ekle + + + Permissions to add + Eklenecek izinler + + + Select permissions + İzinleri seçin + + + Assigned to role + + + Assign permission + İzin atama + + + Role doesn't have view permission so description cannot be retrieved. + Rolün görüntüleme izni yok, bu nedenle açıklama alınamıyor. + + + Assigned to user + + + User doesn't have view permission so description cannot be retrieved. + Kullanıcının görüntüleme izni yok, bu nedenle açıklama alınamıyor. + + + User Object Permissions + Kullanıcı Nesnesi İzinleri + + + Permissions set on users which affect this object. + Bu nesneyi etkileyen kullanıcılar için ayarlanan izinler. + + + Role Object Permissions + Rol Nesnesi İzinleri + + + Permissions set on roles which affect this object. + Bu nesneyi etkileyen roller üzerinde ayarlanan izinler. + + + Assigned global permissions + Atanan genel izinler + + + Permissions assigned to this user which affect all object instances of a given type. + Bu kullanıcıya atanan ve belirli bir türdeki tüm nesne örneklerini etkileyen izinler. + + + Assigned object permissions + Atanan nesne izinleri + + + Permissions assigned to this user affecting specific object instances. + Bu kullanıcıya atanan ve belirli nesne örneklerini etkileyen izinler. + + + Permissions assigned to this role which affect all object instances of a given type. + Bu role atanan ve belirli bir türdeki tüm nesne örneklerini etkileyen izinler. + + + Close + Kapat + + + Update "" Permissions + + + Open "" permissions modal + + + Permissions + İzinler + + + Waiting to run + + + Consumed + + + Pre-processing + + + Running + + + Post-processing + + + Successful + Başarılı + + + Error + Hata + + + Unknown + Bilinmeyen + + + Running tasks + + + Queued tasks + + + Successful tasks + + + Error tasks + + + Task + + + Queue + + + Retries + + + Planned execution time + + + Last updated + + + Status + Durum + + + Actions + Eylemler + + + Row Actions + + + Show only standalone tasks + + + Exclude successful tasks + + + Retry task + + + Current execution logs + + + Previous executions logs + + + Schedule + + + Next run + + + Last status + + + Show only standalone schedules + + + Run scheduled task now + + + Update + Güncelleme + + + Update Schedule + + + Edit + Düzenle + + + Tasks + + + Schedules + + + System Tasks + Sistem Görevleri + + + Long-running operations which authentik executes in the background. + Authentik'in arka planda yürüttüğü uzun süreli işlemler. + + + Next + Önümüzdeki + + + Back + Geri + + + Wizard steps + + + Wizard navigation + + + New application + Yeni uygulama + + + Create a new application and configure a provider for it. + + + Any policy must match to grant access + Erişim izni vermek için herhangi bir politikanın eşleşmesi gerekir + + + All policies must match to grant access + Erişim izni vermek için tüm politikaların eşleşmesi gerekir + + + An application name is required + + + Not a valid URL + + + Not a valid slug + + + Configure the Application + + + Type an application name... + + + Application Name + + + The name displayed in the application library. + + + Slug + Kısa İsim + + + Internal application name used in URLs. + URL'lerde kullanılan iç uygulama adı. + + + Group + Grup + + + e.g. Collaboration, Communication, Internal, etc. + + + Optionally enter a group name. Applications with identical groups are shown grouped together. + İsteğe bağlı olarak bir grup adı girin. Aynı gruplara sahip uygulamalar birlikte gruplandırılmış olarak gösterilir. + + + Policy engine mode + İlke altyapısı modu + + + UI Settings + Kullanıcı Arayüzü Ayarları + + + Launch URL + URL Başlat + + + https://... + + + If left empty, authentik will try to extract the launch URL based on the selected provider. + Boş bırakılırsa, authentik seçili sağlayıcıya göre başlatma URL'sini ayıklamaya çalışacaktır. + + + Open in new tab + Yeni sekmede aç + + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + İşaretlenirse, başlatma URL'si kullanıcının uygulama kitaplığından yeni bir tarayıcı sekmesinde veya penceresinde açılır. + + + Select all rows + Tüm satırları seç + + + Bind existing policy/group/user + Mevcut ilkeyi/grubu/kullanıcıyı bağlama + + + Order + Sıra + + + Enabled + Etkin + + + Timeout + Zaman aşımı + + + Configure Bindings + + + Policy + İlke + + + Group + Grup + + + User + Kullanıcı + + + Configure Policy/User/Group Bindings + + + These policies control which users can access this application. + Bu ilkeler hangi kullanıcıların bu uygulamaya erişebileceğini denetler. + + + No bound policies. + + + No policies are currently bound to this object. + Hiçbir ilke şu anda bu nesneye bağlı değildir. + + + Bind policy/group/user + + + Configure Policy Bindings + + + Pass + Geçmek + + + Don't Pass + + + Edit Binding + Bağlamayı Düzenle + + + Save Binding + + + Create a Policy/User/Group Binding + + + Policy + İlke + + + Negate result + Negate sonucu + + + Negates the outcome of the binding. Messages are unaffected. + Bağlamanın sonucunu susturur. Mesajlar etkilenmez. + + + Failure result + Başarısızlık sonucu + + + Enterprise only + Yalnızca kurumsal + + + Learn more about the enterprise license. + + + Apply changes + Değişiklikleri uygula + + + Close wizard + + + UNNAMED + + + Wizard content + + + Finish + Bitirmek + + + Select type + Tür seçin + + + Select a provider type + + + Icon + Icon + + + Choose a Provider + + + Please choose a provider type before proceeding. + + + Choose a Provider Type + + + Certificate + Sertifika + + + Select a certificate... + + + Authentication + Kimlik Doğrulama + + + Authorization + Yetkilendirme + + + Enrollment + Kayıt + + + Invalidation + Geçersiz + + + Stage Configuration + Aşama Konfigürasyonu + + + Unenrollment + Kayıttan Çıkarma + + + Unknown designation + Bilinmeyen atama + + + Stacked + Yığılı + + + Content left + Kalan içerik + + + Content right + İçerik hakkı + + + Sidebar left + Sol kenar çubuğu + + + Sidebar right + Sağ kenar çubuğu + + + Unknown layout + Bilinmeyen düzen + + + Select a flow... + + + Add All Available + Mevcut Tümünü Ekle + + + Remove All Available + Mevcut Olanların Tümünü Kaldır + + + Remove + Kaldırmak + + + Remove All + Tümünü Kaldır + + + Pagination + Sayfalandırma + + + Available options + Mevcut seçenekler + + + Selected options + Seçilen seçenekler + + + item(s) marked to add. + eklemek için işaretlenmiş öğe(ler). + + + item(s) selected. + öğe(ler) seçildi. + + + item(s) marked to remove. + kaldırılmak üzere işaretlenmiş öğe(ler). + + + Search ... + + + (Format: hours=-1;minutes=-2;seconds=-3). + + + (Format: hours=1;minutes=2;seconds=3). + + + The following keywords are supported: + Aşağıdaki anahtar sözcükler desteklenir: + + + Cached binding + Önbelleğe alınmış bağlama + + + Flow is executed and session is cached in memory. Flow is executed when session expires + Akış yürütülür ve oturum bellekte önbelleğe alınır. Akış, oturumun süresi dolduğunda yürütülür + + + Direct binding + Doğrudan bağlama + + + Always execute the configured bind flow to authenticate the user + Kullanıcının kimliğini doğrulamak için her zaman yapılandırılan bağlama akışını yürütün + + + Cached querying + Önbelleğe alınmış sorgulama + + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + Karakol, tüm kullanıcıları ve grupları bellekte tutar ve her 5 Dakikada bir yenilenir + + + Direct querying + Doğrudan sorgulama + + + Always returns the latest data, but slower than cached querying + Her zaman en son verileri döndürür, ancak önbelleğe alınmış sorgulamadan daha yavaştır + + + 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. + Etkinleştirildiğinde, kod tabanlı çok faktörlü kimlik doğrulaması, parolaya noktalı virgül ve TOTP kodu eklenerek kullanılabilir. Bu, yalnızca bu sağlayıcıya bağlanacak tüm kullanıcıların yapılandırılmış bir TOTP aygıtı varsa etkinleştirilmelidir, aksi takdirde noktalı virgül içeren bir parola yanlışlıkla reddedilebilir. + + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + Yukarıda yapılandırılan Temel DN'nin sertifikası. Geri dönüş olarak, sağlayıcı otomatik olarak imzalanan bir sertifika kullanır. + + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + Yukarıda yapılandırılan sertifikanın kullanılması gereken DNS adı. SSL/TLS anlaşması bu tür veriler değiş tokuş edilmeden önce gerçekleştiğinden, sertifika temel DN'ye göre algılanamaz. + + + 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 + UidNumbers'ın başlangıcında, bu sayı, POSIX kullanıcıları için sayıların çok düşük olmadığından emin olmak için user.Pk öğesine eklenir. Varsayılan 2000 yerel kullanıcılarla çarpışmadığımızdan emin olmak için uidNumber + + + 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 + gidNumbers'ın başlangıcı, bu sayı group.Pk öğesinden oluşturulan bir sayıya eklenir ve sayıların POSIX grupları için çok düşük olmamasını sağlar. Yerel gruplar veya kullanıcıların birincil grupların gidNumber'ıyla çakışmaması için varsayılan 4000'dir + + + Provider Name + + + Type a provider name... + + + Bind mode + Bağlama modu + + + Configure how the outpost authenticates requests. + Karakolun isteklerin kimliğini nasıl doğrulayacağını yapılandırın. + + + Search mode + Arama modu + + + Configure how the outpost queries the core authentik server's users. + Üssün çekirdek authentik sunucusunun kullanıcılarını nasıl sorgulayacağını yapılandırın. + + + Code-based MFA Support + Kod Tabanlı MFA Desteği + + + Flow settings + Akış ayarları + + + Bind flow + Bağlama akışı + + + Flow used for users to authenticate. + Kullanıcıların kimlik doğrulaması için kullanılan akış. + + + Unbind flow + Akışı çöz + + + Flow used for unbinding users. + Kullanıcıların bağlantısını kaldırmak için kullanılan akış. + + + Protocol settings + Protokol ayarları + + + Base DN + Taban DN + + + LDAP DN under which bind requests and search requests can be made. + Bağlama istekleri ve arama istekleri altında yapılabilen LDAP DN. + + + TLS Server name + TLS Sunucusu adı + + + UID start number + UID başlangıç numarası + + + GID start number + GID başlangıç numarası + + + Configure LDAP Provider + LDAP Sağlayıcısını Yapılandırma + + + Show field content + + + Hide field content + + + Add entry + + + Strict + + + Regex + + + URL + URL + + + Confidential + Gizli + + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + Gizli istemciler, istemci gizli dizileri gibi kimlik bilgilerinin gizliliğini koruyabilir + + + Public + Kamu + + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + Kamu müşterileri gizliliği koruyamaz ve PKCE gibi yöntemleri kullanmalıdır. + + + Back-channel + + + Server-to-server logout notifications + + + Front-channel + + + Browser iframe logout notifications + + + Based on the User's hashed ID + Kullanıcının karma oluşturma işlemine tabi tutulmuş kimliğine göre + + + Based on the User's ID + Kullanıcının kimliğine göre + + + Based on the User's UUID + Kullanıcının UUID'sine göre + + + Based on the User's username + Kullanıcının kullanıcı adına göre + + + Based on the User's Email + Kullanıcının e-postasına göre + + + This is recommended over the UPN mode. + Bu, UPN modu üzerinden önerilir. + + + Based on the User's UPN + Kullanıcının UPN'sine göre + + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + Kullanıcının bir 'upn' özniteliği ayarlanmış olmasını gerektirir ve karma kullanıcı kimliğine geri döner. Bu modu yalnızca farklı UPN ve Posta etki alanlarınız varsa kullanın. + + + Each provider has a different issuer, based on the application slug + Her sağlayıcının, uygulama bilgisine bağlı olarak farklı bir yayıncısı vardır + + + Same identifier is used for all providers + Aynı tanımlayıcı tüm sağlayıcılar için kullanılır + + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + Açık bir yeniden yönlendirme URI'si belirtilmezse, başarıyla kullanılan ilk yeniden yönlendirme URI'si kaydedilir. + + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + + + Authorization flow + Yetkilendirme akışı + + + Select an authorization flow... + + + Flow used when authorizing this provider. + Bu sağlayıcıyı yetkilendirirken kullanılan akış. + + + Client type + İstemci türü + + + Client ID + Müşteri Kimliği + + + Client Secret + Müşteri Sırrı + + + Redirect URIs/Origins (RegEx) + Yeniden Yönlendirme URI'leri/Kökenleri (RegEx) + + + Logout URI + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + + + Logout Method + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + + + Signing Key + İmzalama Anahtarı + + + Select a signing key... + + + Key used to sign the tokens. + Anahtar belirteçleri imzalamak için kullanılır. + + + Advanced flow settings + Gelişmiş akış ayarları + + + Authentication flow + Kimlik doğrulama akışı + + + Select an authentication flow... + + + Flow used when a user access this provider and is not authenticated. + Bir kullanıcı bu sağlayıcıya eriştiğinde ve kimliği doğrulanmadığında kullanılan akış. + + + Invalidation flow + Geçersizleştirme akışı + + + Select an invalidation flow... + + + Flow used when logging out of this provider. + Bu sağlayıcıdan çıkış yapılırken kullanılan akış. + + + Advanced protocol settings + Gelişmiş protokol ayarları + + + Access code validity + Erişim kodu geçerliliği + + + Configure how long access codes are valid for. + Erişim kodlarının ne kadar süreyle geçerli olduğunu yapılandırın. + + + Access Token validity + Erişim Belirteci geçerliliği + + + Configure how long access tokens are valid for. + Erişim belirteçlerinin ne kadar süreyle geçerli olduğunu yapılandırın. + + + Refresh Token validity + Yenileme Belirteci geçerliliği + + + Configure how long refresh tokens are valid for. + Yenileme belirteçlerinin ne kadar süreyle geçerli olacağını yapılandırın. + + + Refresh Token threshold + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + + + Scopes + Kapsamlar + + + Available Scopes + Kullanılabilir Kapsamlar + + + Selected Scopes + Seçilen Kapsamlar + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + İstemci tarafından hangi kapsamların kullanılabileceğini seçin. İstemci yine de verilere erişmek için kapsamı belirtmelidir. + + + Encryption Key + Şifreleme Anahtarı + + + Select an encryption key... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Konu modu + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + Hangi verilerin benzersiz Kullanıcı Tanımlayıcısı olarak kullanılması gerektiğini yapılandırın. Çoğu durumda, varsayılan seçim yeterlidir. + + + Include claims in id_token + İd_token'a hak taleplerini dahil et + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + Userinfo uç noktasına erişmeyen uygulamalar için, id_token'daki kapsamlardan Kullanıcı taleplerini dahil edin. + + + Issuer mode + Yayımcı kipi + + + Configure how the issuer field of the ID Token should be filled. + Kimlik Belirtecinin yayımcı alanının nasıl doldurulacağını yapılandırın. + + + Machine-to-Machine authentication settings + Makineden Makineye kimlik doğrulama ayarları + + + Federated OIDC Sources + + + Available Sources + Mevcut Kaynaklar + + + Selected Sources + Seçilmiş Kaynaklar + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + Seçili kaynaklarda yapılandırılan sertifikalar tarafından imzalanan JWT'ler bu sağlayıcıda kimlik doğrulaması yapmak için kullanılabilir. + + + Federated OIDC Providers + + + Available Providers + + + Selected Providers + + + JWTs signed by the selected providers can be used to authenticate to this provider. + + + Configure OAuth2 Provider + + + Successfully updated provider. + Sağlayıcı başarıyla güncellendi. + + + Successfully created provider. + Sağlayıcı başarıyla oluşturuldu. + + + An error occurred while updating the provider. + + + An error occurred while creating the provider. + + + HTTP-Basic Username Key + HTTP-Basic Kullanıcı Adı Anahtarı + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + HTTP-Basic Üstbilgisinin kullanıcı bölümü için kullanılan Kullanıcı/Grup Özniteliği. Ayarlanmazsa, kullanıcının E-posta adresi kullanılır. + + + HTTP-Basic Password Key + HTTP-Temel Parola Anahtarı + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + HTTP-Basic Üstbilgisinin parola kısmı için kullanılan Kullanıcı/Grup Özniteliği. + + + Proxy + Vekil Sunucu + + + Forward auth (single application) + İleri kimlik doğrulaması (tek uygulama) + + + Forward auth (domain level) + İleri kimlik doğrulama (etki alanı düzeyi) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + Bu sağlayıcı saydam bir ters vekil sunucu gibi davranır, ancak isteklerin kimliğinin doğrulanması gerekir. Yön uygulamanızda HTTPS kullanıyorsa üsse de HTTPS kullanarak bağlandığınızdan emin olun. + + + External host + Harici ana bilgisayar + + + The external URL you'll access the application at. Include any non-standard port. + Uygulamaya erişeceğiniz harici URL. Standart olmayan herhangi bir bağlantı noktasını dahil edin. + + + Internal host + Dahili ana bilgisayar + + + http(s)://... + + + Upstream host that the requests are forwarded to. + İsteklerin iletildiği yukarı ana bilgisayar. + + + Internal host SSL Validation + Dahili ana bilgisayar SSL Doğrulaması + + + Validate SSL Certificates of upstream servers. + Yayın yukarı akış sunucularının SSL Sertifikalarını doğrulayın. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + Bu sağlayıcıyı nginx'in auth_request veya traefik'in forwardAuth'u ile kullanın. Her uygulamanın/etki alanının kendi sağlayıcısına ihtiyacı vardır. Ayrıca, her etki alanında, /outpost.goauthentik.io ek gözcüye yönlendirilmelidir (yönetilen bir dış gönderi kullanırken, bu sizin için yapılır). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + Bu sağlayıcıyı nginx'in auth_request veya traefik'in forwardAuth ile kullanın. Kök etki alanı başına yalnızca tek bir sağlayıcı gereklidir. Uygulama başına yetkilendirme yapamazsınız, ancak her uygulama için bir sağlayıcı oluşturmanız gerekmez. + + + An example setup can look like this: + Bir örnek kurulum şu şekilde görünebilir: + + + authentik running on auth.example.com + auth.example.com üzerinde çalışan authentik + + + app1 running on app1.example.com + app1 üzerinde çalışan app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + Bu durumda, Kimlik Doğrulama URL'sini auth.example.com ve Çerez etki alanı olarak example.com olarak ayarlamalısınız. + + + Authentication URL + Kimlik Doğrulama URL'si + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + Kimlik doğrulayacağınız harici URL. Auentik çekirdek sunucusuna bu URL altında erişilebilir olmalıdır. + + + Cookie domain + Çerez alan adı + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + Bunu kimlik doğrulamasının geçerli olmasını istediğiniz etki alanına ayarlayın. Yukarıdaki URL'nin bir üst etki alanı olmalıdır. Uygulamaları app1.domain.tld, app2.domain.tld olarak çalıştırıyorsanız, bunu 'domain.tld' olarak ayarlayın. + + + Token validity + Belirteç geçerliliği + + + Configure how long tokens are valid for. + Belirteçlerin ne kadar geçerli olduğunu yapılandırın. + + + Additional scopes + Ek kapsamlar + + + Additional scope mappings, which are passed to the proxy. + Proxy'ye iletilen ek kapsam eşlemeleri. + + + Unauthenticated URLs + Kimliği Doğrulanmamış URL'ler + + + Unauthenticated Paths + Kimliği Doğrulanmamış Yollar + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + Kimlik doğrulamasının gerekli olmadığı düzenli ifadeler. Her yeni satır yeni bir ifade olarak yorumlanır. + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + Proxy veya ileri auth (tek uygulama) modunu kullanırken, istenen URL Yolu düzenli ifadelere karşı denetlenir. İleriye yönlendirme (etki alanı modu) kullanıldığında, şema ve ana bilgisayar da dahil olmak üzere istenen tam URL normal ifadelerle eşleştirilir. + + + Authentication settings + Kimlik doğrulama ayarları + + + Intercept header authentication + Kesişme başlığı kimlik doğrulaması + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + Etkinleştirildiğinde, authentik, isteğin kimliğini doğrulamak için Yetkilendirme üst bilgisini durdurur. + + + Send HTTP-Basic Authentication + HTTP-Basic Kimlik Doğrulaması Gönder + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + Authentik'ten alınan değerlere göre özel bir HTTP-Basic Kimlik Doğrulama üst bilgisi gönderin. + + + Configure Proxy Provider + Proxy sağlayıcısını yapılandırma + + + Configure Remote Access Provider + + + Connection expiry + Bağlantının sona ermesi + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + Bir oturumun bağlantısı kesilmeden ve yeniden yetkilendirme gerektirmeden önce ne kadar süreceğini belirler. + + + Property mappings + Özellik eşlemeleri + + + Available Property Mappings + Mevcut Mülk Eşlemeleri + + + Selected Property Mappings + Seçili Özellik Eşlemeleri + + + List of CIDRs (comma-seperated) 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. + + + Shared secret + Paylaşılan gizli kod dizesi + + + Client Networks + İstemci Ağları + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + + + Configure Radius Provider + Yarıçap Sağlayıcısını Yapılandırma + + + Redirect + Yönlendirme + + + Post + Post + + + Sign assertions + Onayları imzalama + + + When enabled, the assertion element of the SAML response will be signed. + Etkinleştirildiğinde, SAML yanıtının onaylama işlemi öğesi imzalanır. + + + Sign responses + Yanıtları imzala + + + When enabled, the SAML response will be signed. + + + Sign logout requests + + + When enabled, SAML logout requests will be signed. + + + Front-channel (Iframe) + + + Front-channel (Native) + + + Back-channel (POST) + + + SLS Binding + + + Determines how authentik sends the logout response back to the Service Provider. + + + Method to use for logout when SLS URL is configured. + + + ACS URL + ACS URL + + + Service Provider Binding + Servis Sağlayıcı Bağlama + + + Determines how authentik sends the response back to the Service Provider. + Authentik'in yanıtı Servis Sağlayıcıya nasıl geri göndereceğini belirler. + + + Issuer + Yayımcı + + + Also known as Entity ID. + + + Audience + İzleyici + + + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + + + Signing Certificate + İmzalama Serfikası + + + Certificate used to sign outgoing Responses going to the Service Provider. + Sertifika Hizmet Sağlayıcıya giden giden Yanıtları imzalamak için kullanılır. + + + Verification Certificate + Doğrulama Sertifikası + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + Seçildiğinde, gelen onaylama öğesinin İmzaları bu sertifikaya göre doğrulanır. İmzasız İsteklere izin vermek için varsayılan olarak bırakın. + + + Encryption Certificate + Şifreleme Sertifikası + + + When selected, assertions will be encrypted using this keypair. + Seçildiğinde, onaylamalar bu anahtar çifti kullanılarak şifrelenir. + + + Available User Property Mappings + Kullanılabilir Kullanıcı Özelliği Eşlemeleri + + + Selected User Property Mappings + Seçili Kullanıcı Özelliği Eşlemeleri + + + NameID Property Mapping + NameID Özellik Eşlemesi + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + NameID değerinin nasıl oluşturulacağını yapılandırın. Boş bırakıldığında, gelen isteğin NameIDPolicy değerine saygı gösterilir. + + + AuthnContextClassRef Property Mapping + + + 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. + + + Assertion valid not before + Onaylama işlemi daha önce geçerli değil + + + Configure the maximum allowed time drift for an assertion. + Bir onaylama işlemi için izin verilen maksimum zaman kaymasını yapılandırın. + + + Assertion valid not on or after + Onaylama işlemi geçerli değil veya sonrasında + + + Assertion not valid on or after current time + this value. + Onaylama geçerli saat + bu değer üzerinde veya sonrasında geçerli değil. + + + Session valid not on or after + Oturum geçerli değil veya sonrasında + + + Session not valid on or after current time + this value. + Geçerli saat + bu değer üzerinde veya sonrasında oturum geçerli değil. + + + Default relay state + Varsayılan röle durumu + + + When using IDP-initiated logins, the relay state will be set to this value. + IDP tarafından başlatılan oturum açma işlemleri kullanılırken, geçiş durumu bu değere ayarlanır. + + + Default NameID Policy + + + Persistent + Kalıcı + + + Email address + E-posta adresi + + + Windows + Windows + + + X509 Subject + X509 Konusu + + + Transient + Geçici + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + + + Digest algorithm + Digest algoritması + + + Signature algorithm + İmza algoritması + + + Configure SAML Provider + SAML Sağlayıcısını Yapılandırma + + + Token + Belirteç + + + Token to authenticate with. + + + OAuth Source + + + Specify OAuth source used for authentication. + + + OAuth Parameters + + + Additional OAuth parameters, such as grant_type. + + + SCIM base url, usually ends in /v2. + SCIM temel url'si, genellikle /v2 ile biter. + + + Verify SCIM server's certificates + SCIM sunucusunun sertifikalarını doğrulama + + + Authentication Mode + + + Authenticate SCIM requests using a static token. + + + OAuth + + + Authenticate SCIM requests using OAuth. + + + Compatibility Mode + + + Default + Varsayılan + + + Default behavior. + + + AWS + + + Altered behavior for usage with Amazon Web Services. + + + Slack + + + Altered behavior for usage with Slack. + + + Salesforce + + + Altered behavior for usage with Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + + + Enable dry-run mode + + + When enabled, mutating requests will be dropped and logged instead. + + + User filtering + Kullanıcı filtreleme + + + Exclude service accounts + Hizmet hesaplarını hariç tut + + + Only sync users within the selected group. + Yalnızca seçili gruptaki kullanıcıları senkronize edin. + + + Attribute mapping + Öznitelik eşlemesi + + + User Property Mappings + Kullanıcı Özellik Eşlemeleri + + + Property mappings used to user mapping. + Kullanıcı eşlemesi için kullanılan özellik eşlemeleri. + + + Group Property Mappings + Grup Özellik Eşlemeleri + + + Available Group Property Mappings + Kullanılabilir Grup Özellik Eşlemeleri + + + Selected Group Property Mappings + Seçili Grup Özellik Eşlemeleri + + + Property mappings used to group creation. + Grup oluşturma için kullanılan özellik eşlemeleri. + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + SCIM Sağlayıcısını Yapılandırma + + + Configure Provider + + + Type + Tipi + + + None + + + strict + + + regexp + + + Forward auth (domain-level) + İleri kimlik doğrulama (alan düzeyi) + + + Unknown proxy mode + Bilinmeyen proxy modu + + + Mode + Mod + + + Internal Host + Dahili Ana Bilgisayar + + + External Host + Harici Ana Bilgisayar + + + Basic-Auth + Basic-Auth + + + Unknown type + Bilinmeyen tür + + + Redirect URIs + URI'leri yeniden yönlendirme + + + Review and Submit Application + + + Submit + Gönder + + + There was an error in the application. + Uygulamada bir hata oluştu. + + + Review the application. + Uygulamayı gözden geçirin. + + + There was an error in the provider. + Sağlayıcıda bir hata oluştu. + + + Review the provider. + Sağlayıcıyı gözden geçirin. + + + There was an error. Please go back and review the application. + + + There was an error: + + + Please go back and review the application. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + Uygulama oluşturulurken bir hata oluştu, ancak herhangi bir hata iletisi gönderilmedi. Lütfen sunucu günlüklerini gözden geçirin. + + + Review the Application and Provider + + + Provider + Sağlayıcı + + + Your application has been saved + Uygulamanız kaydedildi + + + Saving application... + + + authentik was unable to complete this process. + + + Don't show this message again. + Bu mesajı bir daha göstermeyin. + + + One hint, 'New Application Wizard', is currently hidden + Bir ipucu, 'Yeni Uygulama Sihirbazı' şu anda gizli + + + Restore Application Wizard Hint + Uygulama Geri Yükleme Sihirbazı İpucu + + + Create with wizard + + + Successfully imported provider. + Sağlayıcı başarıyla içe aktarıldı. + + + Metadata + Meta veriler + + + Create + Oluştur + + + New provider + Yeni sağlayıcı + + + Create a new provider. + Yeni bir sağlayıcı oluşturun. + + + Create + Oluştur + + + New Provider + + + Open the wizard to create a new provider. + + + Credentials + Kimlik bilgi -leri + + + Google Cloud credentials file. + Google Cloud kimlik bilgileri dosyası. + + + Delegated Subject + Yetkilendirilen Konu + + + Email address of the user the actions of authentik will be delegated to. + Authentik eylemlerinin devredileceği kullanıcının e-posta adresi. + + + Default group email domain + Varsayılan grup e-posta etki alanı + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + Bir grubun e-posta adresini oluşturmak için kullanılan varsayılan etki alanı. Özellik eşlemeleri kullanılarak özelleştirilebilir. + + + User deletion action + Kullanıcı silme işlemi + + + User is deleted + Kullanıcı silindi + + + Suspend + Asmak + + + User is suspended, and connection to user in authentik is removed. + Kullanıcı askıya alınır ve authentik'te kullanıcıyla olan bağlantı kaldırılır. + + + Do Nothing + Hiçbir şey yapma + + + The connection is removed but the user is not modified + Bağlantı kaldırılır, ancak kullanıcı değiştirilmez + + + Determines what authentik will do when a User is deleted. + Bir Kullanıcı silindiğinde authentik'in ne yapacağını belirler. + + + Group deletion action + Grup silme işlemi + + + Group is deleted + Grup silindi + + + The connection is removed but the group is not modified + Bağlantı kaldırılır, ancak grup değiştirilmez + + + Determines what authentik will do when a Group is deleted. + Bir Grup silindiğinde authentik'in ne yapacağını belirler. + + + Client ID for the app registration. + Uygulama kaydı için istemci kimliği. + + + Client secret for the app registration. + Uygulama kaydı için istemci gizli anahtarı. + + + Tenant ID + Kiracı Kimliği + + + ID of the tenant accounts will be synced into. + Kiracı hesaplarının kimliği eşitlenir. + + + Delete authorization on disconnect + Bağlantı kesildiğinde yetkilendirmeyi sil + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + Etkinleştirildiğinde, bir istemcinin bağlantısı kesildiğinde bağlantı yetkileri silinir. Bu, kesintili internet bağlantılarına sahip istemcileri uç noktayı yeniden yetkilendirmeye zorlar. + + + Connection settings. + Bağlantı ayarları'nı tıklayın. + + + Key used to sign the events. + + + Event Retention + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + + + OIDC Providers + + + Providers + Sağlayıcılar + + + Provide support for protocols like SAML and OAuth to assigned applications. + Atanan uygulamalara SAML ve OAuth gibi protokoller için destek sağlayın. + + + Provider Search + + + Search for providers… + + + Provider(s) + Sağlayıcı (lar) + + + Assigned to application + Uygulamaya atanmış + + + Assigned to application (backchannel) + Uygulamaya atandı (arka kanal) + + + Provider not assigned to any application. + + + Update + Güncelleştir + + + Edit "" provider + + + Successfully triggered sync. + Senkronizasyon başarıyla tetiklendi. + + + Log messages + Günlük iletileri + + + Override dry-run mode + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + + + Sync + Eşitleme + + + Sync Group + Grubu Eşitle + + + Google Workspace Group(s) + Google Workspace Grupları + + + Sync User + Kullanıcıyı Senkronize Et + + + Google Workspace User(s) + Google Workspace Kullanıcıları + + + Username + Kullanıcı Adı + + + Current status + + + Sync is currently running. + + + Sync is not currently running. + + + Last successful sync + + + No successful sync found. + + + Last sync status + + + Changelog + Değişiklikler + + + Provisioned Users + Sağlanan Kullanıcılar + + + Provisioned Groups + Sağlanan Gruplar + + + Warning: Provider is not assigned to an application as backchannel provider. + Uyarı: Sağlayıcı bir uygulamaya arka kanal sağlayıcısı olarak atanmamış. + + + Dry-run + + + Update Google Workspace Provider + Google Workspace Sağlayıcı'yı güncelleme + + + Select providers to add to application + Uygulamaya eklenecek sağlayıcıları seçin + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Ya tam bir URL, göreli bir yol girin ya da 'fa://fa-test' Yazı Tipi Awesome simgesini “fa-test” kullanmak için kullanın. + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + Oluşturulan kullanıcılar için yol şablonu. Kaynak bilgiyi eklemek için '%(slug)s' gibi yer tutucuları kullanın. + + + Successfully updated application. + Uygulama başarıyla güncellendi. + + + Successfully created application. + Uygulama başarıyla oluşturuldu. + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + + + Select a provider that this application should use. + Bu uygulamanın kullanması gereken bir sağlayıcı seçin. + + + Backchannel Providers + Arka Kanal Sağlayıcıları + + + Select backchannel providers which augment the functionality of the main provider. + Ana sağlayıcının işlevselliğini artıran arka kanal sağlayıcılarını seçin. + + + Add provider + Sağlayıcı ekle + + + UI settings + UI ayarları + + + Icon + Simge + + + Currently set to: + Şu anda şu şekilde ayarlanmış: + + + Clear icon + Simgeyi temizle + + + Delete currently set icon. + Şu anda ayarlanan simgeyi sil. + + + Publisher + Yayıncı + + + Description + Açıklama + + + Create Application + Uygulama Oluştur + + + Warning: Provider is not used by any Outpost. + Uyarı: Sağlayıcı herhangi bir Üs tarafından kullanılmaz. + + + Assigned to application + Uygulamaya atanmış + + + Update LDAP Provider + LDAP Sağlayıcısını Güncelle + + + How to connect + Nasıl bağlanır + + + Connect to the LDAP Server on port 389: + Bağlantı noktası 389 LDAP sunucusuna bağlanın: + + + Check the IP of the Kubernetes service, or + Kubernetes hizmetinin IP'lerini kontrol edin veya + + + The Host IP of the docker host + Docker ana bilgisayarının Ana Bilgisayar IP'si + + + Bind DN + Bağlama DN + + + Bind Password + Parola Bağla + + + Your authentik password + Authentik şifreniz + + + Search base + Arama tabanı + + + Microsoft Entra Group(s) + Microsoft Entra Grup(lar)ı + + + Microsoft Entra User(s) + Microsoft Entra Kullanıcıları + + + Update Microsoft Entra Provider + Microsoft Entra Sağlayıcısını Güncelleştirme + + + Preview + Önizleme + + + Warning: Provider is not used by an Application. + Uyarı: Sağlayıcı bir Uygulama tarafından kullanılmaz. + + + + + + Update OAuth2 Provider + OAuth2 Sağlayıcısını Güncelleştirme + + + OpenID Configuration URL + OpenID Yapılandırma URL + + + OpenID Configuration Issuer + OpenID Yapılandırması Yayımlayıcı + + + Authorize URL + URL'yi yetkilendirme + + + Token URL + Belirteç URL'si + + + Userinfo URL + Userinfo URL'si + + + Logout URL + Oturum Kapma URL'si + + + JWKS URL + JWKS URL'si + + + JWT payload + JWT yükü + + + Preview for user + Kullanıcı için önizleme + + + Nginx (Ingress) + Nginx (Giriş) + + + Nginx (Proxy Manager) + Nginx (Proxy Yöneticisi) + + + Nginx (standalone) + Nginx (bağımsız) + + + Traefik (Ingress) + Traefik (Giriş) + + + Traefik (Compose) + Traefik (Beste) + + + Traefik (Standalone) + Traefik (Bağımsız) + + + Caddy (Standalone) + Caddy (Bağımsız) + + + Update Proxy Provider + Proxy Sağlayıcıyı Güncelle + + + Protocol Settings + Protokol Ayarları + + + Allowed Redirect URIs + İzin Verilen Yeniden Yönlendirme URI'leri + + + Setup + Kurulum + + + No additional setup is required. + Ek kurulum gerekmez. + + + Connection Token(s) + Bağlantı Belirteçleri + + + Endpoint + Bitiş noktası + + + Successfully updated endpoint. + Uç nokta başarıyla güncelleştirildi. + + + Successfully created endpoint. + Uç nokta başarıyla oluşturuldu. + + + Protocol + Protokol + + + RDP + RDP + + + SSH + SSH (SSH) + + + VNC + VNC (Radyo ve Televizyon Hizmetleri + + + Host + Ev sahibi + + + Hostname/IP to connect to. Optionally specify the port. + + + Maximum concurrent connections + En fazla eşzamanlı bağlantı sayısı + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + Bu uç noktaya izin verilen en fazla eşzamanlı bağlantı. Sınırı devre dışı bırakmak için -1 olarak ayarlanabilir. + + + Advanced settings + Gelişmiş ayarlar + + + Search for users by username or display name... + + + Search Users + + + Select Users + + + Active + Etkin + + + Last login + Son giriş + + + Show inactive users + + + Select users + + + Confirm + + + Successfully updated group. + Grup başarıyla güncellendi. + + + Successfully created group. + Grup başarıyla oluşturuldu. + + + Type a group name... + + + Group Name + + + Superuser Privileges + + + Whether users added to this group will have superuser privileges. + + + Parent Group + Ebeveyn Grubu + + + Select an optional parent group... + + + Roles + Rolleri + + + Available Roles + Mevcut Roller + + + Selected Roles + Seçilmiş Roller + + + Select roles to grant this groups' users' permissions from the selected roles. + Bu grupların kullanıcılarına seçili rollerden izinler vermek için rolleri seçin. + + + Set custom attributes using YAML or JSON. + YAML veya JSON kullanarak özel nitelikleri ayarlayın. + + + Successfully updated binding. + Ciltleme başarıyla güncellendi. + + + Successfully created binding. + Bağlama başarılı bir şekilde oluşturuldu. + + + Don't pass + Geçme + + + Result used when policy execution fails. + İlke yürütme başarısız olduğunda kullanılan sonuç. + + + Successfully updated policy. + İlke başarıyla güncelleştirildi. + + + Successfully created policy. + İlke başarıyla oluşturuldu. + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + Test için kullanılan bir ilke. Her zaman rastgele bir süre bekledikten sonra aşağıda belirtilen sonucu döndürür. + + + Execution logging + Yürütme günlüğü + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + Bu seçenek etkinleştirildiğinde, bu ilkenin tüm yürütmeleri günlüğe kaydedilir. Varsayılan olarak, yalnızca yürütme hataları günlüğe kaydedilir. + + + Policy-specific settings + İlke özel ayarlar + + + Pass policy? + Geçiş ilkesi? + + + Wait (min) + Bekle (dk) + + + The policy takes a random time to execute. This controls the minimum time it will take. + İlke yürütmesi rastgele bir zaman alır. Bu, alacağı minimum süreyi belirler. + + + Wait (max) + Bekleyin (maks.) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + Bir olayı ölçütler kümesine göre eşleştirir. Yapılandırılan değerlerden herhangi biri eşleşirse, ilke geçer. + + + Match created events with this action type. When left empty, all action types will be matched. + Oluşturulan olayları bu eylem türüyle eşleştirin. Boş bırakıldığında tüm eylem türleri eşleştirilir. + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + Olayın İstemci IP'si ile eşleşir (katı eşleştirme, ağ eşleştirmesi için bir İfade Politikası kullanın). + + + Match events created by selected application. When left empty, all applications are matched. + Seçilen uygulama tarafından oluşturulan olayları eşleştir. Boş bırakıldığında, tüm uygulamalar eşleştirilir. + + + Match events created by selected model. When left empty, all models are matched. + Seçilen model tarafından oluşturulan olayları eşleştirin. Boş bırakıldığında, tüm modeller eşleştirilir. + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + İsteğin kullanıcı parolasının son x gün içinde değiştirilip değiştirilmediğini kontrol eder ve ayarlara göre reddedilir. + + + Maximum age (in days) + Maksimum yaş (gün olarak) + + + Only fail the policy, don't invalidate user's password + Yalnızca ilkede başarısız olun, kullanıcının parolasını geçersiz kılmayın + + + Executes the python snippet to determine whether to allow or deny a request. + Bir isteğe izin verip reddedilmeyeceğini belirlemek için python parçacığını çalıştırır. + + + Expression using Python. + Python kullanarak ifade. + + + See documentation for a list of all variables. + Tüm değişkenlerin listesi için belgelere bakın. + + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + Kullanıcının IP adresine göre coğrafya veya ağ topolojisi gereksinimlerini karşıladığından emin olun. Yapılandırılan değerlerden herhangi biri eşleşirse, ilke geçer. + + + Distance settings + + + Check historical distance of logins + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + + + Maximum distance + + + Maximum distance a login attempt is allowed from in kilometers. + + + Distance tolerance + + + Tolerance in checking for distances in kilometers. + + + Historical Login Count + + + Amount of previous login events to check against. + + + Check impossible travel + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + + + Impossible travel tolerance + + + Static rule settings + + + ASNs + ASN'ler + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + Otonom sistem numaralarının listesi. Virgülle ayrılmış. Örnek: 13335, 15169, 20940 + + + Countries + Ülke + + + Available Countries + Mevcut Ülkeler + + + Selected Countries + Seçilmiş Ülkeler + + + Static rules + Statik kurallar + + + Minimum length + Minimum uzunluk + + + Minimum amount of Uppercase Characters + Minimum Büyük Harf Karakter Miktarı + + + Minimum amount of Lowercase Characters + Minimum Küçük Harf Karakter Miktarı + + + Minimum amount of Digits + Minimum Rakam sayısı + + + Minimum amount of Symbols Characters + Minimum Semboller Karakter Miktarı + + + Error message + Hata mesajı + + + Symbol charset + Sembol karakter seti + + + Characters which are considered as symbols. + Sembol olarak kabul edilen karakterler. + + + HaveIBeenPwned settings + HaveIBeenPwned ayarları + + + Allowed count + İzin verilen sayısı + + + Allow up to N occurrences in the HIBP database. + HIBP veritabanında N oluşumuna kadar izin ver. + + + zxcvbn settings + zxcvbn ayarları + + + Score threshold + Puan eşiği + + + If the password's score is less than or equal this value, the policy will fail. + Parolanın puanı bu değerden küçük veya bu değere eşitse, ilke başarısız olur. + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + 0: Çok tahmin edilebilir: riskli parola. (10^3 &lt; tahminler) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1: Çok tahmin edilebilir: kısıtlanmış çevrimiçi saldırılara karşı koruma. (tahminler 10^6 &lt;) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2: Biraz tahmin edilebilir: kısıtlanmamış çevrimiçi saldırılara karşı koruma. (10^8 &lt; tahminler) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3: Güvenli bir şekilde tahmin edilemez: çevrimdışı yavaş karma senaryosuna karşı orta düzeyde koruma. (10^10 &lt; tahminler) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4: Çok tahmin edilemez: çevrimdışı yavaş karma senaryoya karşı güçlü koruma. (tahminler &gt; = 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + İlke isteğindeki değeri, çoğunlukla parola gücünü sağlamak için kullanılan çeşitli kurallara göre denetler. + + + Password field + Parola alanı + + + Field key to check, field keys defined in Prompt stages are available. + Alan tuşu kontrol etmek için, İstem aşamalarında tanımlanan alan tuşları mevcuttur. + + + Check static rules + Statik kuralları kontrol edin + + + Check haveibeenpwned.com + haveibeenpwned.com kontrol edin + + + For more info see: + Daha fazla bilgi için bkz: + + + Check zxcvbn + zxcvbn'yi kontrol edin + + + Password strength estimator created by Dropbox, see: + Dropbox tarafından oluşturulan parola gücü tahmincisi, bkz.: + + + Allows/denys requests based on the users and/or the IPs reputation. + Kullanıcıların ve/veya IP'lerin itibarına göre isteklere izin ver/reddeder. + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + Geçersiz oturum açma girişimleri, istemcinin IP'sinin puanını düşürür ve +tek tek giriş yapmaya çalıştıkları kullanıcı adı. + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + İtibar puanı eşiğin altına düştüğünde politika geçer ve +Belirlenen seçeneklerden biri veya her ikisi de eşiğe eşit veya eşiğin üzerinde olduğunda geçmez. + + + Check IP + IP'yi Kontrol Et + + + Check Username + Kullanıcı Adını Kontrol Et + + + Threshold + Eşik + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + + + Number of previous passwords to check + + + New policy + Yeni politika + + + Create a new policy. + Yeni bir ilke oluşturun. + + + Create Binding + Bağlama Oluştur + + + Members + Üyeler + + + Select groups to add user to + Kullanıcı eklemek için grupları seçin + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + Uyarı: Kullanıcıyı seçili gruplara eklemek, onlara süper kullanıcı izinleri verir. + + + Company employees with access to the full enterprise feature set. + + + External consultants or B2C customers without access to enterprise features. + + + Machine-to-machine authentication or other automations. + + + Successfully updated user. + Kullanıcı başarıyla güncellendi. + + + Successfully created user and added to group + Kullanıcı başarıyla oluşturuldu ve grubuna eklendi. + + + Successfully created user. + Kullanıcı başarıyla oluşturuldu. + + + Type a username for the user... + + + The user's primary identifier used for authentication. 150 characters or fewer. + + + Display Name + + + Type an optional display name... + + + The user's display name. + + + User type + Kullanıcı türü + + + Internal Service account + Dahili Hizmet hesabı + + + Managed by authentik and cannot be assigned manually. + + + Email Address + + + Type an optional email address... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + + + Path + Yol + + + Type a path for the user... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + + + Edit Policy + İlkeyi Düzenle + + + Update Group + Güncelleme Grubu + + + Edit Group + Grubu Düzenle + + + Update User + Kullanıcı Güncelle + + + Edit User + Kullanıcı Düzenle + + + Policy binding(s) + İlke bağlama (ler) + + + Update Binding + Ciltlemeyi Güncelle + + + No Policies bound. + Hiçbir ilke bağlı. + + + Policy actions + + + Create and bind Policy + İlke oluşturma ve bağlama + + + Bind existing + + + The currently selected policy engine mode is : + + + Endpoint(s) + Uç Nokta (lar) + + + Update Endpoint + Uç Noktayı Güncelle + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + Bu bağlamalar, hangi kullanıcıların bu uç noktaya erişimi olacağını denetler. Kullanıcıların uygulamaya da erişimi olmalıdır. + + + Create Endpoint + Uç Nokta Oluştur + + + Connections + Bağlantı + + + Update RAC Provider + RAC Sağlayıcısını Güncelleştirme + + + Endpoints + Bitiş noktası + + + Update Radius Provider + Yarıçap Sağlayıcısını Güncelleştirme + + + Download + Indir + + + Copy download URL + İndirme URL'sini + + + Download signing certificate + İmzalama sertifikasını indirme + + + Related objects + İlgili nesneler + + + Update SAML Provider + SAML Sağlayıcısını Güncelle + + + SAML Configuration + SAML Yapılandırması + + + EntityID/Issuer + EntityID/Veren + + + SSO URL (Post) + TOA URL'si (Gönderi) + + + SSO URL (Redirect) + TOA URL'si (Yönlendirme) + + + SSO URL (IdP-initiated Login) + TOA URL'si (IdP tarafından başlatılan oturum açma) + + + SLO URL (Post) + SLO URL'si (Gönderi) + + + SLO URL (Redirect) + SLO URL'si (Yönlendirme) + + + SAML Metadata + SAML Meta Verileri + + + Example SAML attributes + Örnek SAML özellikleri + + + NameID attribute + NameID özniteliği + + + SCIM Group(s) + SCIM Grup(lar)ı + + + SCIM User(s) + SCIM Kullanıcıları + + + Update SCIM Provider + SCIM Sağlayıcısını Güncelleştirme + + + SSF Provider is in preview. + + + Send us feedback! + Bize geri bildirim gönderin! + + + SSF URL + + + No assigned application + + + Update SSF Provider + + + Streams + + + Applications + Uygulamalar + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + + + Application Icon + Uygulama Simgesi + + + Provider Type + Sağlayıcı Türü + + + Applications Documentation + + + Application(s) + Uygulama (lar) + + + Application icon for "" + + + Update Application + Uygulamayı Güncelle + + + Edit "" + + + Open "" + + + Open + Açık + + + Create with Provider + + + Successfully cleared application cache + + + Failed to delete application cache + + + Clear cache + Önbelleği temizle + + + Clear Application cache + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + + + Successfully sent test-request. + Test isteği başarıyla gönderildi. + + + Successfully updated entitlement. + + + Successfully created entitlement. + + + Application entitlement(s) + + + Update Entitlement + + + These bindings control which users have access to this entitlement. + + + No app entitlements created. + + + This application does currently not have any application entitlements defined. + + + Create Entitlement + + + Create entitlement + + + Failed to fetch application "". + + + Warning: Application is not used by any Outpost. + + + Related + İlgili + + + Check access + Erişimi kontrol + + + Check + Kontrol + + + Check Application access + Uygulama erişimini denetle + + + Test + Test + + + Launch + Eriş + + + Logins over the last week (per 8 hours) + Geçen hafta içindeki girişler (8 saatte) + + + Application entitlements + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + + + Policy / Group / User Bindings + İlke / Grup / Kullanıcı Bağlamaları + + + Loading application... + + + Successfully updated device. + Cihaz başarıyla güncellendi. + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + Kopya + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + Cihazı Güncelle + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + Ana bilgisayar adı + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + Değeri değiştirmek için tıklayın + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + Oturum süresi + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + Belirteç başarıyla güncellendi. + + + Successfully created token. + Belirteç başarıyla oluşturuldu. + + + Expires on + Geçerlilik süresi + + + Token name... + + + Token name + + + Expiring + Süresi Doluyor + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + Bu seçilirse, belirteç süresi dolacaktır. Süresi dolduktan sonra, belirteç döndürülür. + + + The token has been copied to your clipboard + Belirteç panonuza kopyalandı + + + The token was displayed because authentik does not have permission to write to the clipboard + Authentik'in panoya yazma izni olmadığı için belirteç görüntülendi + + + Expires? + Son kullanma tarihi mi? + + + Expiry date + Son kullanma tarihi + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + Belirteci kopyala + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + Kaynak başarıyla güncellendi. + + + Successfully created source. + Kaynak başarıyla oluşturuldu. + + + Link users on unique identifier + Kullanıcıları benzersiz tanımlayıcıya bağlama + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + Aynı e-posta adresine sahip bir kullanıcıya bağlantı verin. Bir kaynak e-posta adreslerini doğrulamadığında güvenlik etkileri olabilir + + + Use the user's email address, but deny enrollment when the email address already exists + Kullanıcının e-posta adresini kullanın, ancak e-posta adresi zaten mevcutsa kaydı reddedin + + + Link to a user with identical username. Can have security implications when a username is used with another source + Aynı kullanıcı adına sahip bir kullanıcıya bağlantı verin. Bir kullanıcı adı başka bir kaynakla kullanıldığında güvenlik etkileri olabilir + + + Use the user's username, but deny enrollment when the username already exists + Kullanıcının kullanıcı adını kullanın, ancak kullanıcı adı zaten mevcutsa kaydı reddedin + + + Unknown user matching mode + Bilinmeyen kullanıcı eşleştirme modu + + + Link to a group with identical name. Can have security implications when a group is used with another source + Aynı ada sahip bir gruba bağlanın. Bir grup başka bir kaynakla kullanıldığında güvenlikle ilgili etkileri olabilir + + + Use the group's name, but deny enrollment when the name already exists + Grubun adını kullanın, ancak ad zaten mevcutsa kaydı reddedin + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + Oturum açarken dahili parolayı güncelleyin + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + Kullanıcı bu kaynak parola arka ucunu kullanarak authentik'te oturum açtığında, kimlik bilgilerini authentik'te güncelleyin. + + + Sync users + Kullanıcıları senkronize et + + + User password writeback + Kullanıcı parolasını geri yazma + + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + Authentik'te yapılan parola değişikliklerini Kerberos'a geri yazmak için bu seçeneği etkinleştirin. Senkronizasyon devre dışı bırakılmışsa yoksayılır. + + + Realm settings + Bölge ayarları + + + Realm + Bölge + + + Kerberos 5 configuration + Kerberos 5 yapılandırması + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + Kerberos 5 yapılandırması. Yapılandırma formatı için man krb5.conf(5) adresine bakın. Boş bırakılırsa, varsayılan bir krb5.conf kullanılacaktır. + + + User matching mode + Kullanıcı eşleştirme modu + + + Group matching mode + Grup eşleştirme modu + + + Sync connection settings + Bağlantı ayarlarını senkronize et + + + KAdmin type + + + MIT krb5 kadmin + + + Heimdal kadmin + + + Other + + + Other type of kadmin + + + Sync principal + Eşitleme sorumlusu + + + Principal used to authenticate to the KDC for syncing. + Sorumlu, eşitleme için KDC'de kimlik doğrulaması yapmak için kullanılır. + + + Sync password + Senkronizasyon şifresi + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + Eşitleme için KDC'de kimlik doğrulaması yapmak için kullanılan parola. Senkronizasyon anahtar sekmesi veya Senkronizasyon kimlik bilgileri önbelleği sağlanmışsa isteğe bağlıdır. + + + Sync keytab + Senkronizasyon tuşu sekmesi + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + Eşitleme için KDC'de kimlik doğrulaması yapmak için kullanılan tuş sekmesi. Senkronizasyon şifresi veya Senkronizasyon kimlik bilgileri önbelleği sağlanmışsa isteğe bağlıdır. Base64 kodlu veya TYPE:residual biçiminde olmalıdır. + + + Sync credentials cache + Kimlik bilgileri önbelleğini eşitleme + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + Eşitleme için KDC'de kimlik doğrulaması yapmak için kullanılan kimlik bilgileri önbelleği. Senkronizasyon şifresi veya Senkronizasyon tuşu sekmesi sağlanmışsa isteğe bağlıdır. TYPE:residual" şeklinde olmalıdır. + + + SPNEGO settings + SPNEGO ayarları + + + SPNEGO server name + SPNEGO sunucu adı + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + SPNEGO için belirli bir sunucu adının kullanılmasını zorlayın. şeklinde olmalı HTTP@domain + + + SPNEGO keytab + SPNEGO tuş sekmesi + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + SPNEGO için kullanılan tuş sekmesi. SPNEGO kimlik bilgileri önbelleği sağlanmışsa isteğe bağlıdır. Base64 kodlu veya TYPE:residual biçiminde olmalıdır. + + + SPNEGO credentials cache + SPNEGO kimlik bilgileri önbelleği + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + SPNEGO için kullanılan kimlik bilgileri önbelleği. SPNEGO tuş sekmesi sağlanmışsa isteğe bağlıdır. TYPE:residual" şeklinde olmalıdır. + + + Kerberos Attribute mapping + Kerberos Öznitelik eşlemesi + + + Property mappings for user creation. + Kullanıcı oluşturma için özellik eşlemeleri. + + + Property mappings for group creation. + Grup oluşturma için özellik eşlemeleri. + + + Flow to use when authenticating existing users. + Mevcut kullanıcıların kimliğini doğrularken kullanmak için akış. + + + Enrollment flow + Kayıt akışı + + + Flow to use when enrolling new users. + Yeni kullanıcıları kaydettirirken kullanmak için akış. + + + Additional settings + Ek ayarlar + + + User path + Kullanıcı yolu + + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + Giriş parolası LDAP'den authentik'e otomatik olarak senkronize edilir. Bu seçeneği yalnızca oentik'te parola değişikliklerini LDAP'ye geri yazmak için etkinleştirin. + + + Sync groups + Grupları eşle + + + Delete Not Found Objects + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + + + Connection settings + Bağlantı ayarları + + + Server URI + Sunucu URI + + + Specify multiple server URIs by separating them with a comma. + Birden çok sunucu URI'lerini virgülle ayırarak belirtin. + + + Enable StartTLS + StartTLS'yi Etkinleştir + + + To use SSL instead, use 'ldaps://' and disable this option. + Bunun yerine SSL kullanmak için 'ldaps: //' kullanın ve bu seçeneği devre dışı bırakın. + + + Use Server URI for SNI verification + SNI doğrulaması için Sunucu URI'sini kullanma + + + Required for servers using TLS 1.3+ + TLS 1.3+ kullanan sunucular için gereklidir + + + TLS Verification Certificate + TLS Doğrulama Sertifikası + + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + TLS ile bir LDAP Sunucusuna bağlanırken, sertifikalar varsayılan olarak denetlenmez. Uzak sertifikayı doğrulamak için bir anahtar çifti belirtin. + + + TLS Client authentication certificate + TLS İstemcisi kimlik doğrulama sertifikası + + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + LDAP Sunucusunun Sertifikasına karşı kimlik doğrulaması yapmak için istemci sertifikası anahtar çifti. + + + Bind CN + Bağlama CN + + + LDAP Attribute mapping + LDAP Öznitelik eşlemesi + + + Parent group for all the groups imported from LDAP. + LDAP'den alınan tüm gruplar için ebeveyn grubu. + + + Additional User DN + + + Additional user DN, prepended to the Base DN. + Ek kullanıcı DN, temel DN'ye eklenmiş. + + + Additional Group DN + + + Additional group DN, prepended to the Base DN. + Ek grup DN, Base DN için eklenmiş. + + + User object filter + Kullanıcı nesne filtresi + + + Consider Objects matching this filter to be Users. + Bu filtreyle eşleşen nesneleri Kullanıcı olarak düşünün. + + + Group object filter + Grup nesnesi filtresi + + + Consider Objects matching this filter to be Groups. + Bu filtreyle eşleşen nesneleri Gruplar olarak düşünün. + + + Group membership field + Grup üyelik alanı + + + Field which contains members of a group. The value of this field is matched against User membership attribute. + + + User membership attribute + + + Attribute which matches the value of Group membership field. + + + Lookup using user attribute + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + + + Object uniqueness field + Nesne benzersizliği alanı + + + Field which contains a unique Identifier. + Benzersiz bir Tanımlayıcı içeren alan. + + + HTTP Basic Auth + + + Include the client ID and secret as request parameters + + + Plain + + + S256 + + + URL settings + URL ayarları + + + Authorization URL + Yetkilendirme URL'si + + + URL the user is redirect to to consent the authorization. + Kullanıcının yetkilendirmeyi onaylamak için yönlendirdiği URL. + + + Access token URL + Erişim belirteci URL'si + + + URL used by authentik to retrieve tokens. + Auentik tarafından belirteçleri almak için kullanılan URL. + + + Profile URL + Profil URL'si + + + URL used by authentik to get user information. + Kullanıcı bilgilerini almak için authentik tarafından kullanılan URL. + + + Request token URL + Belirteç URL'sini iste + + + URL used to request the initial token. This URL is only required for OAuth 1. + İlk belirteci istemek için kullanılan URL. Bu URL yalnızca OAuth 1 için gereklidir. + + + OIDC Well-known URL + OIDC İyi Bilinen URL + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + OIDC iyi bilinen yapılandırma URL'si. Yukarıdaki URL'leri otomatik olarak yapılandırmak için kullanılabilir. + + + OIDC JWKS URL + OIDC JWKS URL'SI + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + JSON Web Anahtarı URL'si. URL'deki anahtarlar, bu kaynaktan gelen JWT'leri doğrulamak için kullanılacaktır. + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + Ham JWKS verileri. + + + PKCE Method + + + Configure Proof Key for Code Exchange for this source. + + + Authorization code authentication method + + + How to perform authentication during an authorization_code token request flow + + + Consumer key + Tüketici anahtarı + + + Also known as Client ID. + İstemci Kimliği olarak da bilinir. + + + Consumer secret + Tüketici sırrı + + + Also known as Client Secret. + İstemci Gizli Anahtarı olarak da bilinir. + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + OAuth Sağlayıcısına geçirilecek ek kapsamlar, boşlukla ayrılmış olarak belirlenir. Mevcut kapsamları değiştirmek için, * önekini ekleyin. + + + OAuth Attribute mapping + OAuth Özellik eşlemesi + + + Load servers + Sunucuları yükle + + + Re-authenticate with Plex + + + Allow friends to authenticate via Plex, even if you don't share any servers + Herhangi bir sunucu paylaşmasan bile arkadaşlarının Plex aracılığıyla kimlik doğrulamasına izin ver + + + Allowed servers + İzin verilen sunucular + + + Select which server a user has to be a member of to be allowed to authenticate. + Bir kullanıcının kimlik doğrulamasına izin verilmesi için üye olması gereken sunucuyu seçin. + + + Plex Attribute mapping + Plex Öznitelik eşlemesi + + + Verify Assertion Signature + + + When enabled, authentik will look for a Signature inside of the Assertion element. + + + Verify Response Signature + + + When enabled, authentik will look for a Signature inside of the Response element. + + + SSO URL + SSO URL + + + URL that the initial Login request is sent to. + İlk oturum açma isteğinin gönderildiği URL. + + + SLO URL + SLO URL + + + Optional URL if the IDP supports Single-Logout. + IDP Tek Oturumu Kapat'ı destekliyorsa isteğe bağlı URL. + + + Also known as Entity ID. Defaults the Metadata URL. + Entity ID olarak da bilinir. Metadata URL'sine varsayılan olarak ayarlanır. + + + Binding Type + Bağlama Tipi + + + Redirect binding + Yeniden yönlendirme bağlama + + + Post-auto binding + Otomatik ciltleme sonrası + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + Bağlama sonrası, ancak istek otomatik olarak gönderilir ve kullanıcının onaylaması gerekmez. + + + Post binding + Post ciltleme + + + Signing keypair + Anahtar çifti imzalama + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + Giden istekleri imzalamak için kullanılan anahtar çifti. İmzalamayı devre dışı bırakmak için boş bırakın. + + + Allow IDP-initiated logins + IDP tarafından başlatılan oturumlara izin ver + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + IdP tarafından başlatılan kimlik doğrulama akışlarına izin verir. İstek kimliğinin doğrulanması yapılmadığından, bu bir güvenlik riski olabilir. + + + NameID Policy + NameID İlkesi + + + Delete temporary users after + Geçici kullanıcıları sonra sil + + + 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. + Geçici kullanıcıların silinmesi gereken zaman farkı. Bu, yalnızca IDP'niz 'geçici' NameID Biçimini kullanıyorsa ve kullanıcı manuel olarak oturumu kapatmıyorsa geçerlidir. + + + When selected, encrypted assertions will be decrypted using this keypair. + Seçildiğinde, şifrelenmiş onaylamaların şifresi bu anahtar çifti kullanılarak çözülür. + + + SAML Attribute mapping + SAML Öznitelik eşlemesi + + + Pre-authentication flow + Ön kimlik doğrulama akışı + + + Flow used before authentication. + Kimlik doğrulamadan önce kullanılan akış. + + + SCIM Attribute mapping + SCIM Öznitelik eşlemesi + + + Bot username + + + Bot token + + + Request access to send messages from your bot + + + Telegram Attribute mapping + + + New source + Yeni kaynak + + + Create a new source. + Yeni bir kaynak oluşturun. + + + Federation and Social login + Federasyon ve Sosyal oturum açma + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + Auentik'in veritabanına senkronize edilebilen ya da kullanıcılar tarafından kimlik doğrulaması ve kayıt yaptırmak için kullanılabilen kimliklerin kaynakları. + + + Source(s) + Kaynak (lar) + + + Disabled + Devre Dışı + + + Built-in + Dahili + + + Kerberos Source is in preview. + Kerberos Kaynağı önizleme aşamasındadır. + + + Update Kerberos Source + Kerberos Kaynağını Güncelleştirme + + + Connectivity + Bağlantı + + + Global status + Küresel durum + + + Vendor + Satıcı + + + Update LDAP Source + LDAP Kaynağını Güncelle + + + OAuth Source + OAuth Kaynağı + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + Grup eşlemeleri, yalnızca bir kullanıcı bu kaynağa erişmeye çalışırken zaten oturum açmışsa kontrol edilebilir. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Kullanıcı eşlemeleri, yalnızca bir kullanıcı bu kaynağa erişmeye çalışırken zaten oturum açmışsa kontrol edilebilir. + + + Generic OpenID Connect + Genel OpenID Connect + + + Unknown provider type + Bilinmeyen sağlayıcı türü + + + Callback URL + Geri arama URL'si + + + Access Key + Erişim Anahtarı + + + Update OAuth Source + OAuth Kaynağını Güncelle + + + Diagram + Diyagram + + + Policy Bindings + İlke Bağlamaları + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + Bu bağlamalar, hangi kullanıcıların bu kaynağa erişebileceğini denetler. + Kullanıcının kimliği doğrulanmadan önce erişim kontrol edildiğinden, buradaki ilkeleri yalnızca kullanabilirsiniz. + + + Update Plex Source + Plex Kaynağını Güncelle + + + Update SAML Source + SAML Kaynağını Güncelle + + + Update SCIM Source + SCIM Kaynağını Güncelleştirme + + + SCIM Base URL + SCIM Temel URL'si + + + Click to copy token + Belirteci kopyalamak için tıklayın + + + Telegram bot + + + Update Telegram Source + + + Successfully updated mapping. + Eşleme başarıyla güncellendi. + + + Successfully created mapping. + Eşleme başarıyla oluşturuldu. + + + Unconfigured + Yapılandırılmamış + + + This option will not be changed by this mapping. + Bu seçenek, bu eşleme tarafından değiştirilmez. + + + General settings + Genel ayarlar + + + Password + Parola + + + RDP settings + RDP ayarları + + + Ignore server certificate + Sunucu sertifikasını yoksayma + + + Enable wallpaper + Duvar kağıdını etkinleştir + + + Enable font-smoothing + Yazı tipi yumuşatmayı etkinleştir + + + Enable full window dragging + Tam pencere sürüklemeyi etkinleştir + + + SAML Attribute Name + SAML Öznitelik Adı + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + SAML Onaylamaları için kullanılan öznitelik adı. URN OID, şema referansı veya başka bir dize olabilir. Bu özellik eşlemesi NameID özelliği için kullanılıyorsa, bu alan atılır. + + + Friendly Name + Dostça İsim + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + İsteğe bağlı olarak onaylama özniteliğinin 'FriendlyName' değerini ayarlayın. + + + Scope name + Kapsam adı + + + Scope which the client can specify to access these properties. + İstemcinin bu özelliklere erişmek için belirtebileceği kapsam. + + + Description shown to the user when consenting. If left empty, the user won't be informed. + Açıklama, izin verirken kullanıcıya gösterilir. Boş bırakılırsa kullanıcı bilgilendirilmez. + + + Example context data + Örnek bağlam verileri + + + Active Directory User + Active Directory Kullanıcısı + + + Active Directory Group + Active Directory Grubu + + + New property mapping + Yeni mülk eşleme + + + Create a new property mapping. + Yeni bir özellik eşlemesi oluşturun. + + + Property Mappings + Özellik Eşleştirmeleri + + + Control how authentik exposes and interprets information. + Auentik'in bilgiyi nasıl açığa çıkardığını ve yorumlayacağını kontrol edin. + + + Property Mapping(s) + Özellik Eşleme (ler) + + + Test Property Mapping + Sınama Özellik Eşlemesi + + + Hide managed mappings + Yönetilen eşlemeleri gizle + + + Identifier + Tanımlayıcı + + + Unique identifier the token is referenced by. + Belirteç tarafından başvurulan benzersiz tanımlayıcı. + + + Intent + Niyet + + + API Token + API Simgesi + + + Used to access the API programmatically + API'ye programlı olarak erişmek için kullanılır + + + App password. + Uygulama şifresi. + + + Used to login using a flow executor + Akış yürütücüsü kullanarak oturum açmak için kullanılır + + + Tokens + Belirteçler + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + Belirteçler, E-posta doğrulama aşamaları, Kurtarma anahtarları ve API erişimi için authentik boyunca kullanılır. + + + Token(s) + Belirteç(ler) + + + Create Token + Belirteç Oluştur + + + Token is managed by authentik. + Token authentik tarafından yönetilir. + + + Update Token + Belirteç Güncelle + + + Editing is disabled for managed tokens + Yönetilen belirteçler için düzenleme devre dışı bırakıldı + + + Successfully updated brand. + Marka başarıyla güncellendi. + + + Successfully created brand. + Başarıyla oluşturulan marka. + + + Domain + Alan Adı + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + Eşleştirme, etki alanı sonekine göre yapılır, bu nedenle domain.tld girerseniz foo.domain.tld yine de eşleşir. + + + Use this brand for each domain that doesn't have a dedicated brand. + Özel bir markaya sahip olmayan her alan adı için bu markayı kullanın. + + + Branding settings + Markalama ayarları + + + Title + Başlık + + + Branding shown in page title and several other places. + Markalama sayfa başlığında ve başka yerlerde gösterilir. + + + Logo + Logo + + + Logo shown in sidebar/header and flow executor. + + + Favicon + Favicon + + + Icon shown in the browser tab. + Tarayıcı sekmesinde gösterilen simge. + + + Default flow background + + + Default background used during flow execution. Can be overridden per flow. + + + Custom CSS + + + Custom CSS to apply to pages when this brand is active. + + + External user settings + Harici kullanıcı ayarları + + + Default application + Varsayılan uygulama + + + Select an application... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + Yapılandırıldığında, dış kullanıcılar farklı bir uygulamaya erişmeye çalışmadıklarında otomatik olarak bu uygulamaya yönlendirilir + + + Default flows + Varsayılan akışlar + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + Kullanıcıların kimliğini doğrulamak için kullanılan akış. Boş bırakılırsa, kısa isme göre sıralanan ilk uygulanabilir akış kullanılır. + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + Çıkış yapmak için kullanılan akış. Boş bırakılırsa, kısa isme göre sıralanan ilk uygulanabilir akış kullanılır. + + + Recovery flow + Kurtarma akışı + + + Select a recovery flow... + + + Unenrollment flow + Kayıt dışı akış + + + Select an unenrollment flow... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + Ayarlanırsa, kullanıcılar bu akışı kullanarak kendi kayıtlarını kaldırabilir. Akış ayarlanmamışsa seçenek gösterilmez. + + + User settings flow + Kullanıcı ayarları akışı + + + Select a user settings flow... + + + If set, users are able to configure details of their profile. + Ayarlanırsa, kullanıcılar profillerinin ayrıntılarını yapılandırabilir. + + + Device code flow + Cihaz kodu akışı + + + Select a device code flow... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + Ayarlanırsa, OAuth Cihaz Kodu profili kullanılabilir ve kodu girmek için seçilen akış kullanılır. + + + Other global settings + Diğer genel ayarlar + + + Web Certificate + Web Sertifikası + + + Client Certificates + + + Available Certificates + + + Selected Certificates + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + YAML veya JSON kullanarak özel öznitelikler ayarlayın. Burada ayarlanan tüm özellikler, isteğin bu marka tarafından ele alınması durumunda kullanıcılar tarafından devralınır. + + + Search by domain or brand name... + + + Brands + Marka + + + Configure visual settings and defaults for different domains. + Farklı etki alanları için görsel ayarları ve varsayılanları yapılandırın. + + + Brand name + Markası + + + Default? + Varsayılan? + + + Brand(s) + Marka(lar) + + + Update Brand + Markayı Güncelle + + + Create Brand + Marka Oluştur + + + New Brand + + + Policies + İlkeler + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + Kullanıcıların özelliklere göre Uygulamaları kullanmasına, Parola Ölçütlerini uygulamasına ve Aşama Alanları'nı seçerek uygulamasına izin verin. + + + Assigned to object(s). + Atandığı kişi object(s). + + + Warning: Policy is not assigned. + Uyarı: İlke atanmamış. + + + Test Policy + Test İlkesi + + + Policy / Policies + İlke / İlkeler + + + Successfully cleared policy cache + İlke önbelleği başarıyla temizlendi + + + Failed to delete policy cache + İlke önbelleği silinemedi + + + Clear Policy cache + İlke önbelleği temizle + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + İlke önbelleğini temizlemek istediğinizden emin misiniz? Bu, tüm ilkelerin bir sonraki kullanımlarında yeniden değerlendirilmesine neden olur. + + + Reputation scores + İtibar puanları + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + IP ve kullanıcı tanımlayıcıları için itibar. Başarısız olan her giriş için puan azaltılır ve her başarılı oturum açma için artırılır. + + + IP + İP + + + Score + Skor + + + Updated + Güncellendi + + + Reputation + İtibar + + + Search for a group by name… + + + Group Search + + + Groups + Gruplar + + + Group users together and give them permissions based on the membership. + Kullanıcıları birlikte gruplandırın ve üyeliğe bağlı olarak izinler verin. + + + Parent + Ebeveyn + + + Superuser privileges? + Süper kullanıcı ayrıcalıkları mı? + + + Group(s) + Grup (ler) + + + View details of group "" + + + Create Group + Grup Oluştur + + + New Group + + + Create group + Grup oluştur + + + Create and assign a group with the same name as the user. + + + Whether the token will expire. Upon expiration, the token will be rotated. + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + Kimlik doğrulaması için aşağıdaki kullanıcı adı ve parolayı kullanın. Parola daha sonra Belirteçler sayfasından alınabilir. + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + 360 gün boyunca geçerlidir, bundan sonra parola otomatik olarak dönecektir. Parolayı Token Listesi'nden kopyalayabilirsiniz. + + + Are you sure you want to delete ? + + + The following objects use + Aşağıdaki nesneler kullanır + + + connecting object will be deleted + bağlantılı nesne silinecek + + + Successfully updated + Başarıyla güncellendi + + + Failed to update : + : Güncellemesi başarısız oldu + + + Are you sure you want to update ? + + + Impersonating user... + + + This may take a few seconds. + + + Reason + + + Reason for impersonating the user + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + + + New Password + + + Successfully updated password. + Parola başarıyla güncellendi. + + + Successfully sent email. + Başarıyla e-posta gönderildi. + + + Email stage + E-posta aşaması + + + Successfully added user(s). + Başarıyla eklenen kullanıcılar. + + + Users + Kullanıcılar + + + Open user selection dialog + + + Add users + Kullanıcı ekleme + + + Group User Search + + + Group Users + + + User(s) + Kullanıcı (lar) + + + Remove Users(s) + Kullanıcıları Kaldır + + + removed + kaldırıldı + + + Are you sure you want to remove the selected users from the group ? + Bu kullanıcıları gruptan kaldırmak istediğinizden emin misiniz? + + + Impersonate + Taklit et + + + Temporarily assume the identity of this user + Bu kullanıcının kimliğini geçici olarak varsay + + + User status + Kullanıcı durumu + + + Inactive + Etkin değil + + + Regular user + Düzenli kullanıcı + + + Change status + Durumu değiştir + + + Deactivate + Devre dışı bırak + + + Activate + Etkinleştir + + + Update password + Parolayı güncelle + + + Update 's password + + + Set password + Parola ayarla + + + Successfully generated recovery link + Kurtarma bağlantısı başarıyla oluşturuldu + + + Copy recovery link + Kurtarma bağlantısı kopyalama + + + Send link + Bağlantıyı gönder + + + Send recovery link to user + Kullanıcıya kurtarma bağlantısını gönder + + + Email recovery link + E-posta kurtarma bağlantısı + + + Recovery link cannot be emailed, user has no email address saved. + Kurtarma bağlantısı e-posta ile gönderilemez, kullanıcının e-posta adresi kaydedilmez. + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + Bir kullanıcının parolasını doğrudan sıfırlamasına izin vermek için şu anda etkin olan markada bir kurtarma akışı yapılandırın. + + + Assign Additional Users + + + Warning: This group is configured with superuser access. Added users will have superuser access. + Uyarı: Bu grup süper kullanıcı erişimiyle yapılandırılmıştır. Eklenen kullanıcılar süper kullanıcı erişimine sahip olur. + + + Add existing user + Mevcut kullanıcı ekle + + + Add new user + + + Create User + Kullanıcı Oluştur + + + New User + + + This user will be added to the group "". + Bu kullanıcı "" grubuna eklenecek. + + + New user... + + + Create Service Account + + + New Service Account + + + New service account... + + + Hide service-accounts + Hizmet hesaplarını gizle + + + Group Info + Grup Bilgisi + + + Notes + Notlar + + + Edit the notes attribute of this group to add notes here. + Buraya not eklemek için bu grubun notlar özniteliğini düzenleyin. + + + Unnamed + + + Collapse "" + + + Expand "" + + + Select "" + + + Items of "" + + + Root + Kök + + + A copy of this recovery link has been placed in your clipboard + Bu kurtarma bağlantısının bir kopyası panonuza yerleştirildi + + + Search by username, email, etc... + + + User Search + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + Uyarı: Oturum açtığınız kullanıcıyı () silmek üzeresiniz! Riski size ait olmak üzere devam edin. + + + Show deactivated users + + + No name set + + + Create recovery link + Kurtarma bağlantısı oluştur + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + + + User folders + Kullanıcı klasörleri + + + User paths + + + Successfully added user to group(s). + Kullanıcı gruplara başarıyla eklendi. + + + Groups to add + Eklenecek gruplar + + + Add group + Grup ekle + + + Remove from Group(s) + Gruplardan Kaldır + + + Are you sure you want to remove user from the following groups? + Aşağıdaki gruplardan kullanıcısını kaldırmak istediğinizden emin misiniz? + + + Add Group + Grup Ekle + + + Add to existing group + Mevcut gruba ekle + + + Add new group + Yeni grup ekle + + + Application authorizations + Uygulama yetkilendirmeleri + + + Revoked? + İptal mi edildi? + + + Expires + Süresi Doluyor + + + ID Token + Kimlik Belirteci + + + Access Tokens(s) + Erişim Belirteçleri + + + Refresh Tokens(s) + Yenileme Jetonları + + + Last IP + Son IP + + + Last used + Son kullanılan + + + Session(s) + Oturum (lar) + + + Expiry + Son kullanma tarihi + + + (Current session) + (Mevcut oturum) + + + Consent(s) + Rıza(lar) + + + Reputation score(s) + İtibar puan(lar)ı + + + Disconnect + Bağlantıyı kes + + + Successfully disconnected source + Kaynağın bağlantısı başarıyla kesildi + + + Failed to disconnected source: + Bağlantı kesilen kaynak sağlanamadı: + + + Connect + Bağlan + + + Error: unsupported source settings: + Hata: desteklenmeyen kaynak ayarları: + + + "" source + + + No services available. + Hizmet yok. + + + Source Settings + + + Confirmed + Doğruladı + + + Created at + Şurada oluşturuldu + + + Last updated at + En son güncelleme tarihi + + + Last used at + En son şu tarihte kullanıldı + + + Device type cannot be deleted + Cihaz türü silinemez + + + Device(s) + Aygıt (ler) + + + Email + E-posta + + + Last password change + + + User Info + Kullanıcı Bilgileri + + + Lock the user out of this system + Kullanıcıyı bu sistemin dışında kilitle + + + Allow the user to log in and use this system + Kullanıcının oturum açmasına ve bu sistemi kullanmasına izin verin + + + Enter a new password for this user + Bu kullanıcı için yeni bir parola girin + + + Create a link for this user to reset their password + Bu kullanıcının parolasını sıfırlaması için bir bağlantı oluştur + + + Create Recovery Link + Kurtarma Bağlantısı Oluştur + + + Sessions + Oturumlar + + + Explicit Consent + Açık Onayı + + + OAuth Access Tokens + OAuth Erişim Jetonları + + + OAuth Refresh Tokens + OAuth Yenileme Jetonları + + + MFA Authenticators + MFA Kimlik Doğrulayıcıları + + + Connected services + Bağlı hizmetler + + + RAC Connections + RAC Bağlantıları + + + Actions over the last week (per 8 hours) + Geçen haftaki eylemler (8 saat başına) + + + Edit the notes attribute of this user to add notes here. + Buraya not eklemek için bu kullanıcının notes özelliğini düzenleyin. + + + User events + Kullanıcı olayları + + + Credentials / Tokens + Kimlik Bilgileri / Belirteçler + + + Successfully updated role. + Rol başarıyla güncelleştirildi. + + + Successfully created role. + Rol başarıyla oluşturuldu. + + + Manage roles which grant permissions to objects within authentik. + authentik içindeki nesnelere izin veren rolleri yönetin. + + + Role(s) + Rol(ler) + + + Update Role + Rolü Güncelle + + + Create Role + Rol Oluştur + + + Unknown Initial Permissions mode + + + Successfully updated initial permissions. + + + Successfully created initial permissions. + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + + + The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. + + + Available Permissions + + + Selected Permissions + + + Permissions to grant when a new object is created. + + + Initial Permissions + + + Set initial permissions for newly created objects. + + + Update Initial Permissions + + + Create Initial Permissions + + + Role Info + Rol Bilgisi + + + Role + + + Successfully updated invitation. + Davet başarıyla güncellendi. + + + Successfully created invitation. + Davet başarıyla oluşturuldu. + + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + + + Flow + Akış + + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + Seçildiğinde, davet yalnızca akışla birlikte kullanılabilir. Varsayılan olarak davet, davet aşamaları olan tüm akışlarda kabul edilir. + + + Custom attributes + Özel özellikler + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + Akışın 'prompt_data' bağlam değişkenine yüklenen isteğe bağlı veriler. YAML veya JSON. + + + Single use + Tek kullanımlık + + + When enabled, the invitation will be deleted after usage. + Etkinleştirildiğinde, davetiye kullanımdan sonra silinir. + + + Select an enrollment flow + Bir kayıt akışı seçme + + + Link to use the invitation. + Daveti kullanmak için bağlantı. + + + Invitations + Davetiyeler + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + Kullanıcıları kaydetmek için Davet Bağlantıları oluşturun ve isteğe bağlı olarak hesaplarının belirli özniteliklerini zorlayın. + + + Created by + Tarafından yaratıldı + + + Invitation(s) + Davetiye (ler) + + + Invitation not limited to any flow, and can be used with any enrollment flow. + Davet herhangi bir akışla sınırlı değildir ve herhangi bir kayıt akışıyla kullanılabilir. + + + Update Invitation + Güncelleme Daveti + + + Create Invitation + Davet Oluştur + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + Uyarı: Hiçbir davetiye aşaması herhangi bir akışa bağlı değildir. Davetiyeler beklendiği gibi çalışmaz. + + + Pseudolocale (for testing) + Pseudolocale (test için) + + + German + Almanca + + + English + İngilizce + + + Spanish + İspanyolca + + + French + Fransızca + + + Italian + + + Japanese + + + Korean + Kore dili + + + Dutch + Hollanda dili + + + Polish + Lehçe + + + Russian + Rusça + + + Turkish + Türkçe + + + Chinese (simplified) + Çince (basitleştirilmiş) + + + Chinese (traditional) + Çince (geleneksel) + + + Not you? + Sen değil mi? + + + Auto-detect (based on your browser) + Otomatik algıla (tarayıcınıza göre) + + + Required. + Zorunlu. + + + Continue + Devam Et + + + Failed to preview prompt + + + Successfully updated prompt. + İstemi başarıyla güncellendi. + + + Successfully created prompt. + Başarıyla komut istemi oluşturuldu. + + + Text: Simple Text input + Metin: Basit Metin girişi + + + Text Area: Multiline text input + Metin Alanı: Çok satırlı metin girişi + + + Text (read-only): Simple Text input, but cannot be edited. + Metin (salt okunur): Basit Metin girişi, ancak düzenlenemez. + + + Text Area (read-only): Multiline text input, but cannot be edited. + Metin Alanı (salt okunur): Çok satırlı metin girişi, ancak düzenlenemez. + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + Kullanıcı adı: Metin girişi ile aynı, ancak yinelenen kullanıcı adlarını denetler ve engeller. + + + Email: Text field with Email type. + E-posta: E-posta türü ile metin alanı. + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + Şifre: Maskelenmiş giriş, aynı istemdeki bu türden birden çok girişin aynı olması gerekir. + + + Number + Numara + + + Checkbox + Onay Kutusu + + + Radio Button Group (fixed choice) + Radyo Düğmesi Grubu (sabit seçim) + + + Dropdown (fixed choice) + Açılır menü (sabit seçim) + + + Date + Tarih + + + Date Time + Tarih Saat + + + File + Dosya + + + Separator: Static Separator Line + Ayırıcı: Statik Ayırıcı Hattı + + + Hidden: Hidden field, can be used to insert data into form. + Gizli: Gizli alan, form içine veri eklemek için kullanılabilir. + + + Static: Static value, displayed as-is. + Statik: Statik değer, olduğu gibi görüntülenir. + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: Yerel ayar: authentik'in desteklediği yerel ayarların listesini görüntüler. + + + Preview errors + Önizleme hataları + + + Data preview + Veri önizlemesi + + + Unique name of this field, used for selecting fields in prompt stages. + Bu alanın benzersiz adı, bilgi istemi aşamalarındaki alanları seçmek için kullanılır. + + + Field Key + Alan Anahtarı + + + Name of the form field, also used to store the value. + Değeri depolamak için de kullanılan form alanının adı. + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + Kullanıcı Yazma aşaması ile birlikte kullanıldığında, öznitelikleri yazmak için attributes.foo kullanın. + + + Label + Etiket + + + Label shown next to/above the prompt. + Etiket, istemin yanında veya üstünde gösterilir. + + + Interpret placeholder as expression + Yer tutucuyu ifade olarak yorumlama + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + İşaretlendiğinde, yer tutucu özellik eşlemesiyle aynı şekilde değerlendirilir. + Değerlendirme başarısız olursa, yer tutucunun kendisi döndürülür. + + + Placeholder + Yer tutucu + + + 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. + İsteğe bağlı olarak, beklenen giriş değerini açıklayan kısa bir ipucu sağlayın. + Sabit bir seçim alanı oluştururken, ifade olarak yorumlamayı etkinleştirin ve bir + Birden çok seçenek döndürmek için listeleyin. + + + Interpret initial value as expression + Başlangıç değerini ifade olarak yorumlama + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + İşaretlendiğinde, başlangıç değeri bir özellik eşlemesi ile aynı şekilde değerlendirilir. + Değerlendirme başarısız olursa, başlangıç değerinin kendisi döndürülür. + + + Initial value + Başlangıç değeri + + + 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. + İsteğe bağlı olarak, girişi bir başlangıç değeriyle önceden doldurun. + Sabit bir seçim alanı oluştururken, ifade olarak yorumlamayı etkinleştirin ve + Birden çok varsayılan seçenek döndürmek için bir liste döndürün. + + + Help text + Yardım metni + + + Any HTML can be used. + Herhangi bir HTML kullanılabilir. + + + Prompts + İstemler + + + Single Prompts that can be used for Prompt Stages. + İstemi Aşamaları için kullanılabilecek Tek İstemler. + + + Field + Alan + + + Stages + Aşamalar + + + Prompt(s) + İstemi (ler) + + + Update Prompt + Güncelleme İstemi + + + Create Prompt + İstemi Oluştur + + + Successfully updated stage. + Aşama başarıyla güncellendi. + + + Successfully created stage. + Aşama aşaması başarıyla oluşturuldu. + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Aşama ikili tabanlı kimlik doğrulayıcısını yapılandırmak için kullanılır. Bu aşama yapılandırma akışları için kullanılmalıdır. + + + Authenticator type name + Kimlik doğrulayıcı türü adı + + + Display name of this authenticator, used by users when they enroll an authenticator. + Bu kimlik doğrulayıcının, kullanıcılar tarafından bir kimlik doğrulayıcı kaydederken kullanılan görünen adı. + + + API Hostname + API Ana bilgisayar adı + + + Duo Auth API + Duo Kimlik Doğrulama API'sı + + + Integration key + Entegrasyon anahtarı + + + Secret key + Gizli anahtar + + + Duo Admin API (optional) + Duo Admin API (isteğe bağlı) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + + + Stage-specific settings + Aşama alanına özgü ayarlar + + + Configuration flow + Yapılandırma akışı + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + Bu Aşama'yı yapılandırmak için kimliği doğrulanmış bir kullanıcı tarafından kullanılan akış. Boşsa, kullanıcı bu aşamayı yapılandıramaz. + + + SMTP Host + SMTP Ana Bilgisayarı + + + SMTP Port + SMTP Bağlantı Noktası + + + SMTP Username + SMTP Kullanıcı Adı + + + SMTP Password + SMTP Parolası + + + Use TLS + TLS Kullan + + + Use SSL + SSL kullan + + + From address + Gönderen adres + + + Email address the verification email will be sent from. + + + Stage used to configure an email-based authenticator. + + + Use global connection settings + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + + + Subject of the verification email. + + + Token expiration + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + + + Template + Şablon + + + Loading templates... + + + Template used for the verification email. + + + Twilio Account SID + Twilio Hesabı SID + + + Get this value from https://console.twilio.com + Bu değeri https://console.twilio.com adresinden alın + + + Twilio Auth Token + Twilio Auth Belirteci + + + Authentication Type + Kimlik Doğrulama Türü + + + Basic Auth + Temel Auth + + + Bearer Token + Bearer Belirteci + + + External API URL + Harici API URL'si + + + This is the full endpoint to send POST requests to. + Bu, POST istekleri göndermek için tam bitiş noktasıdır. + + + API Auth Username + API Auth Kullanıcı Adı + + + This is the username to be used with basic auth or the token when used with bearer token + Bu, temel kimlik doğrulama veya taşıyıcı belirteci ile kullanıldığında kullanılacak kullanıcı adıdır + + + API Auth password + API Auth parolası + + + This is the password to be used with basic auth + Bu, temel kimlik doğrulama ile kullanılacak paroladır + + + Stage used to configure an SMS-based TOTP authenticator. + Aşama, SMS tabanlı bir TOTP kimlik doğrulayıcısını yapılandırmak için kullanılır. + + + Twilio + Twilio + + + Generic + Jenerik + + + From number + Numarasından + + + Number the SMS will be sent from. + Numara SMS gönderilecektir. + + + Mapping + Eşleme + + + Modify the payload sent to the provider. + + + Hash phone number + Karma telefon numarası + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + Etkinleştirilirse, telefon numarasının yalnızca bir karması kaydedilir. Bu, veri koruma nedenleriyle yapılabilir. Bu özelliğin etkinleştirildiği bir aşamadan oluşturulan cihazlar, kimlik doğrulayıcı doğrulama aşamasıyla kullanılamaz. + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + Statik kimlik doğrulayıcısını (yani statik belirteçleri) yapılandırmak için kullanılan aşama. Bu aşama yapılandırma akışları için kullanılmalıdır. + + + Token count + Belirteç sayısı + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + Bu aşama her kullanıldığında oluşturulan belirteç sayısı. Aşama yürütmesi başına oluşturulan her belirteç, tek bir statik cihaza eklenecektir. + + + Token length + Belirteç uzunluğu + + + The length of the individual generated tokens. Can be increased to improve security. + Bireysel olarak oluşturulan belirteçlerin uzunluğu. Güvenliği artırmak için artırılabilir. + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + Bir TOTP kimlik doğrulayıcısını (Authy/Google Authenticator) yapılandırmak için kullanılan aşama. + + + Digits + Rakamlar + + + 6 digits, widely compatible + 6 basamaklı, yaygın olarak uyumlu + + + 8 digits, not compatible with apps like Google Authenticator + Google Authenticator gibi uygulamalarla uyumlu olmayan 8 haneli + + + Static Tokens + Statik Belirteçler + + + TOTP Authenticators + TOTP Kimlik Doğrulayıcıları + + + WebAuthn Authenticators + WebAuthn Kimlik Doğrulayıcıları + + + Duo Authenticators + Duo Kimlik Doğrulayıcıları + + + SMS-based Authenticators + SMS Tabanlı Kimlik Doğrulayıcıları + + + Email-based Authenticators + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + Aşama, herhangi bir kimlik doğrulayıcıyı doğrulamak için kullanılır. Bu aşama kimlik doğrulama veya yetkilendirme akışları sırasında kullanılmalıdır. + + + Device classes + Cihaz sınıfları + + + Device classes which can be used to authenticate. + Kimlik doğrulaması için kullanılabilecek aygıt sınıfları. + + + Last validation threshold + Son doğrulama eşiği + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + Kullanıcı, bu yapılandırılan süre içinde yukarıda listelenen sınıflardaki bir cihazla başarıyla kimlik doğrulaması yaptıysa, bu aşama atlanır. + + + Not configured action + Yapılandırılmamış eylem + + + Force the user to configure an authenticator + Kullanıcıyı bir kimlik doğrulayıcı yapılandırmaya zorla + + + Deny the user access + Kullanıcı erişimini engelle + + + Configuration stages + Yapılandırma aşamaları + + + Available Stages + Mevcut Aşamalar + + + Selected Stages + Seçilmiş Aşamalar + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + Kullanıcının uyumlu bir cihazı olmadığında Authenticator'ı yapılandırmak için kullanılan aşamalar. Bu yapılandırma Aşaması geçtikten sonra kullanıcıya yeniden sorulmaz. + + + When multiple stages are selected, the user can choose which one they want to enroll. + Birden fazla aşama seçildiğinde, kullanıcı hangisini kaydetmek istediğini seçebilir. + + + WebAuthn-specific settings + WebAuthn'a özgü ayarlar + + + WebAuthn User verification + WebAuthn Kullanıcı doğrulaması + + + User verification must occur. + Kullanıcı doğrulaması gerçekleşmelidir. + + + User verification is preferred if available, but not required. + Kullanıcı doğrulaması varsa tercih edilir, ancak gerekli değildir. + + + User verification should not occur. + Kullanıcı doğrulaması gerçekleşmemelidir. + + + WebAuthn Device type restrictions + WebAuthn Cihaz türü kısıtlamaları + + + Available Device types + Kullanılabilir Cihaz türleri + + + Selected Device types + Seçilen Cihaz türleri + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + İsteğe bağlı olarak, hangi WebAuthn cihaz türlerinin kullanılabileceğini kısıtlayın. Hiçbir cihaz türü seçilmediğinde, tüm cihazlara izin verilir. + + + This restriction only applies to devices created in authentik 2024.4 or later. + Bu kısıtlama yalnızca authentik 2024.4 veya sonraki sürümlerde oluşturulan cihazlar için geçerlidir. + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + Bir WebAuthn kimlik doğrulayıcısını yapılandırmak için kullanılan sahne alanı (ör. Yubikey, FaceID/Windows Hello). + + + User verification + Kullanıcı doğrulaması + + + Required: User verification must occur. + Gerekli: Kullanıcı doğrulaması gerçekleşmelidir. + + + Preferred: User verification is preferred if available, but not required. + Tercih edilir: Varsa kullanıcı doğrulaması tercih edilir, ancak gerekli değildir. + + + Discouraged: User verification should not occur. + Önerilmez: Kullanıcı doğrulaması gerçekleşmemelidir. + + + Resident key requirement + Yerleşik anahtar gereksinimi + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + Gerekli: Kimlik doğrulayıcının özel bir kimlik bilgisi oluşturması GEREKİR. Yapamazsa, RP bir hatanın oluşması için hazırlıklıdır + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + Tercih edilen: Kimlik doğrulayıcı özel bir kimlik bilgisi oluşturabilir ve depolayabilir, ancak oluşturmuyorsa bu da sorun değil + + + Discouraged: The authenticator should not create a dedicated credential + Önerilmez: Kimlik doğrulayıcı özel bir kimlik bilgisi oluşturmamalıdır + + + Authenticator Attachment + Kimlik Doğrulayıcı Eki + + + No preference is sent + Tercih gönderilmez + + + A non-removable authenticator, like TouchID or Windows Hello + TouchID veya Windows Hello gibi çıkarılamayan bir kimlik doğrulayıcı + + + A "roaming" authenticator, like a YubiKey + YubiKey gibi bir "dolaşımda" kimlik doğrulayıcı + + + Maximum registration attempts + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + + + Device type restrictions + Cihaz türü kısıtlamaları + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + Bu aşama, kullanıcının mevcut oturumunu Google reCaptcha (veya uyumlu) hizmetine göre kontrol eder. + + + Public Key + Genel Anahtar + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + https://www.google.com/recaptcha/intro/v3.html adresinden edinilen açık anahtar. + + + Private Key + Özel Anahtar + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + https://www.google.com/recaptcha/intro/v3.html adresinden edinilen özel anahtar. + + + Interactive + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + + + Score minimum threshold + Minimum puan eşiği + + + Minimum required score to allow continuing + Devam etmeye izin vermek için gereken minimum puan + + + Score maximum threshold + Puan üst eşiği + + + Maximum allowed score to allow continuing + Devam etmeye izin vermek için izin verilen maksimum puan + + + Error on invalid score + Geçersiz puanda hata + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + Etkinleştirildiğinde ve elde edilen puan eşiğin dışında olduğunda, kullanıcı devam edemez. Devre dışı bırakıldığında, kullanıcı devam edebilir ve puan, daha sonraki aşamaları özelleştirmek için ilkelerde kullanılabilir. + + + JS URL + JS URL'si + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + JavaScript'in getirileceği URL, varsayılan olarak recaptcha'dır. Herhangi bir uyumlu alternatifle değiştirilebilir. + + + API URL + API URL'si + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + Captcha yanıtını doğrulamak için kullanılan URL, varsayılan olarak recaptcha'dır. Herhangi bir uyumlu alternatifle değiştirilebilir. + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + Kullanıcının rızasını isteme. Onay kalıcı olabilir veya belirli bir süre içinde geçerlilik süresi dolabilir. + + + Always require consent + Her zaman rıza gerektirir + + + Consent given lasts indefinitely + + + Consent expires + + + Consent expires in + Onayın süresi + + + Offset after which consent expires. + Onayın süresi dolduktan sonra ofset. + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + Akışı statik olarak reddedin. Bu aşamayı etkili bir şekilde kullanmak için, ilgili bağlamada *Akışın ne zaman planlandığını değerlendir* seçeneğini devre dışı bırakın. + + + Deny message + İletiyi reddet + + + Message shown when this stage is run. + Bu aşama çalıştırıldığında gösterilen mesaj. + + + Dummy stage used for testing. Shows a simple continue button and always passes. + Test için kullanılan kukla aşama. Basit bir devam düğmesi gösterir ve her zaman geçer. + + + Throw error? + Atma hatası? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + Kullanıcının e-posta adresini bir kerelik bağlantı göndererek doğrulayın. Kullanıcının orijinalliğini doğrulamak için kurtarma için de kullanılabilir. + + + Activate pending user on success + Bekleyen kullanıcıyı başarı durumunda etkinleştir + + + When a user returns from the email successfully, their account will be activated. + Bir kullanıcı e-postadan başarıyla döndüğünde, hesabı etkinleştirilir. + + + Use global settings + Genel ayarları kullan + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + Etkinleştirildiğinde, genel E-posta bağlantısı ayarları kullanılır ve aşağıdaki bağlantı ayarları yoksayılır. + + + Time the token sent is valid. + + + Account Recovery Max Attempts + + + Account Recovery Cache Timeout + + + The time window used to count recent account recovery attempts. + + + A selection is required + Bir seçim gereklidir + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + Kullanıcının kullanıcı adı veya E-posta adresi ile kendilerini tanımlamasına izin verin. + + + User fields + Kullanıcı alanları + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + Kullanıcının kendilerini tanımlayabileceği alanlar. Herhangi bir alan seçilmezse, kullanıcı yalnızca kaynakları kullanabilir. + + + Password stage + Parola aşaması + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + Seçildiğinde, ayrı bir sayfa yerine aynı sayfada bir parola alanı gösterilir. Bu, kullanıcı adı numaralandırma saldırılarını engeller. + + + Captcha stage + Captcha aşaması + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + Ayarlandığında, tam olarak bir Captcha aşaması gibi işlevsellik ekler, ancak Kimlik aşamasına eklenir. + + + Case insensitive matching + Harf büyüklüğüne duyarsız eşleştirme + + + When enabled, user fields are matched regardless of their casing. + Etkinleştirildiğinde, kullanıcı alanları muhafazası ne olursa olsun eşleştirilir. + + + Pretend user exists + Kullanıcı varmış gibi davran + + + When enabled, the stage will always accept the given user identifier and continue. + Etkinleştirildiğinde, aşama her zaman verilen kullanıcı tanımlayıcısını kabul eder ve devam eder. + + + Show matched user + Eşleşen kullanıcıyı göster + + + 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. + Geçerli bir kullanıcı adı/e-posta girildiğinde ve bu seçenek etkinleştirildiğinde, kullanıcının kullanıcı adı ve avatarı gösterilir. Aksi takdirde, kullanıcının girdiği metin gösterilir. + + + Enable "Remember me on this device" + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + + + Source settings + Kaynak ayarları + + + Sources + Kaynaklar + + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + Kullanıcıların kimlik doğrulaması için belirli kaynaklar gösterilmelidir. Bu, LDAP'yi değil, yalnızca web tabanlı kaynakları etkiler. + + + Show sources' labels + Kaynakların etiketlerini göster + + + By default, only icons are shown for sources. Enable this to show their full names. + Varsayılan olarak, kaynaklar için yalnızca simgeler gösterilir. Tam adlarını göstermek için bunu etkinleştirin. + + + Passwordless flow + Parolasız akış + + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + Sayfanın alt kısmında bağlanan isteğe bağlı parolasız akış. Yapılandırıldığında, kullanıcılar herhangi bir ayrıntı girmeden WebAuthn kimlik doğrulayıcısı ile kimlik doğrulaması için bu akışı kullanabilir. + + + Optional enrollment flow, which is linked at the bottom of the page. + Sayfanın alt kısmında bağlanan isteğe bağlı kayıt akışı. + + + Optional recovery flow, which is linked at the bottom of the page. + Sayfanın alt kısmında bağlı olan isteğe bağlı kurtarma akışı. + + + This stage can be included in enrollment flows to accept invitations. + Bu aşama, davetleri kabul etmek için kayıt akışlarına dahil edilebilir. + + + Continue flow without invitation + Davetsiz akışa devam edin + + + 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. + Bu bayrak ayarlanırsa, Davet verilmediğinde bu Aşama bir sonraki Aşama'ya atlanır. Varsayılan olarak bu Aşama , davet verilmediğinde Akışı iptal eder. + + + Client-certificate/mTLS authentication/enrollment. + + + Certificate optional + + + If no certificate was provided, this stage will succeed and continue to the next stage. + + + Certificate required + + + If no certificate was provided, this stage will stop flow execution. + + + Certificate authorities + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + + + Certificate attribute + + + Common Name + Ortak İsim + + + Configure the attribute of the certificate used to look for a user. + + + User attribute + + + Configure the attribute of the user used to look for a user. + + + User database + standard password + Kullanıcı veritabanı+standart parola + + + User database + app passwords + Kullanıcı veritabanı+uygulama parolaları + + + User database + LDAP password + Kullanıcı veritabanı+LDAP parolası + + + User database + Kerberos password + Kullanıcı veritabanı + Kerberos parolası + + + Validate the user's password against the selected backend(s). + Kullanıcının parolasını seçili arka uç(lara) göre doğrulayın. + + + Backends + Arka uçlar + + + Selection of backends to test the password against. + Parolayı test etmek için arka uçların seçimi. + + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + + Failed attempts before cancel + İptal edilmeden önce başarısız denemeler + + + 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. + Akış iptal edilmeden önce bir kullanıcının kaç denemesi vardır. Kullanıcıyı kilitlemek için itibar ilkesi ve user_write aşamasını kullanın. + + + Provide users with a 'show password' button. + Kullanıcılara bir 'şifreyi göster' düğmesi sağlayın. + + + ("", of type ) + + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + Kullanıcıya rastgele giriş alanlarını göster, örneğin kayıt sırasında. Veriler akış bağlamında 'prompt_data' değişkeni altında kaydedilir. + + + Fields + Alanlar + + + Available Fields + Kullanılabilir Alanlar + + + Selected Fields + Seçili Alanlar + + + Validation Policies + Doğrulama İlkeleri + + + Available Policies + + + Selected Policies + + + Selected policies are executed when the stage is submitted to validate the data. + Seçilen ilkeler, verileri doğrulamak için aşama gönderildiğinde yürütülür. + + + Redirect the user to another flow, potentially with all gathered context + + + Static + + + Target URL + + + Redirect the user to a static URL. + + + Target Flow + + + Redirect the user to a Flow. + + + Keep flow context + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + Akış yürütmesine bir OAuth veya SAML Kaynağı ekleyin. Bu, ek kullanıcı doğrulamasına veya farklı kullanıcı tanımlayıcıları (kullanıcı adı, e-posta adresi vb.) için farklı kaynaklara dinamik olarak erişmeye olanak tanır. + + + Source + Kaynak + + + Resume timeout + Özgeçmiş zaman aşımı + + + Amount of time a user can take to return from the source to continue the flow. + Bir kullanıcının akışa devam etmek için kaynaktan geri dönmesi için geçen süre. + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + Şu anda beklemede olan kullanıcıyı silin. DİKKAT, bu aşama onay istemez. Kullanıcının eylemlerinin farkında olduğundan emin olmak için bir onay aşaması kullanın. + + + Log the currently pending user in. + Şu anda bekleyen kullanıcıya oturum açın. + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + Oturumun ne kadar süreceğini belirler. Varsayılan 0 saniye, oturumların tarayıcı kapanana kadar sürdüğü anlamına gelir. + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + Farklı tarayıcılar oturum çerezlerini farklı şekilde ele alır ve tarayıcı kapalı olsa bile bunları kaldırmayabilir. + + + See here. + Buraya bakın. + + + Stay signed in offset + Ofset içinde oturumu açık tut + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + 0'ın üzerinde bir süreye ayarlanırsa, kullanıcı "oturumu açık kalsın" seçeneğini seçebilir ve bu da oturumunu burada belirtilen süre kadar uzatır. + + + Remember device + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + + + Network binding + Ağ bağlama + + + No binding + Bağlayıcı değil + + + Bind ASN + ASN'yi Bağla + + + Bind ASN and Network + ASN ve Ağı Bağlayın + + + Bind ASN, Network and IP + ASN, Ağ ve IP'yi Bağlayın + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + Bu aşama tarafından oluşturulan oturumların, oluşturuldukları Ağlara bağlanıp bağlanmayacağını yapılandırın. + + + GeoIP binding + GeoIP bağlama + + + Bind Continent + Kıtayı Bağla + + + Bind Continent and Country + Kıta ve Ülkeyi Bağlayın + + + Bind Continent, Country and City + Kıtayı, Ülkeyi ve Şehri Bağlayın + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + Bu aşama tarafından oluşturulan oturumların GeoIP tabanlı konumlarına bağlı olup olmayacağını yapılandırın + + + Terminate other sessions + Diğer oturumları sonlandırma + + + When enabled, all previous sessions of the user will be terminated. + Etkinleştirildiğinde, kullanıcının önceki tüm oturumları sonlandırılacaktır. + + + Remove the user from the current session. + Kullanıcıyı geçerli oturumdan kaldırın. + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + Akışın bağlamının 'prompt_data' bölümündeki tüm verileri şu anda bekleyen kullanıcıya yazın. Kullanıcı yoksa + beklemedeyse, yeni bir kullanıcı oluşturulur ve bu kullanıcıya veri yazılır. + + + Never create users + Hiçbir zaman kullanıcı oluşturma + + + When no user is present in the flow context, the stage will fail. + Akış bağlamında hiçbir kullanıcı olmadığında aşama başarısız olur. + + + Create users when required + Gerektiğinde kullanıcı oluşturma + + + When no user is present in the the flow context, a new user is created. + Akış bağlamında hiçbir kullanıcı olmadığında yeni bir kullanıcı oluşturulur. + + + Always create new users + Her zaman yeni kullanıcılar oluşturun + + + Create a new user even if a user is in the flow context. + Bir kullanıcı akış bağlamında olsa bile yeni bir kullanıcı oluşturun. + + + Create users as inactive + Kullanıcıları etkin olmayan olarak oluşturma + + + Mark newly created users as inactive. + Yeni oluşturulan kullanıcıları etkin değil olarak işaretleyin. + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + Dahili kullanıcılar, şirket çalışanları gibi kullanıcılar olabilir ve bu kullanıcılar Enterprise özellik kümesinin tamamına erişim elde eder. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + Dış kullanıcılar, dış danışmanlar veya B2C müşterileri olabilir. Bu kullanıcılar kurumsal özelliklere erişemez. + + + Service accounts should be used for machine-to-machine authentication or other automations. + Hizmet hesapları, makineler arası kimlik doğrulaması veya diğer otomasyonlar için kullanılmalıdır. + + + User type used for newly created users. + Yeni oluşturulan kullanıcılar için kullanılan kullanıcı türü. + + + User path template + Kullanıcı yolu şablonu + + + Path new users will be created under. If left blank, the default path will be used. + Yeni kullanıcıların oluşturulacağı yol. Boş bırakılırsa varsayılan yol kullanılır. + + + Newly created users are added to this group, if a group is selected. + Bir grup seçiliyse, yeni oluşturulan kullanıcılar bu gruba eklenir. + + + Target + Hedef + + + Stage + Aşama + + + Evaluate when flow is planned + Akışın ne zaman planlandığını değerlendirin + + + Evaluate policies during the Flow planning process. + Akış planlama sürecinde ilkeleri değerlendirin. + + + Evaluate when stage is run + Aşamanın ne zaman çalıştırıldığını değerlendirin + + + Evaluate policies before the Stage is presented to the user. + + + Invalid response behavior + Geçersiz yanıt davranışı + + + Returns the error message and a similar challenge to the executor + Hata iletisini ve benzer bir sorgulamayı yürütücüye döndürür + + + Restarts the flow from the beginning + Akışı baştan başlatır + + + Restarts the flow from the beginning, while keeping the flow context + Akış bağlamını korurken akışı baştan başlatır + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + Akış yürütücüsünün bu bağlı aşama tarafından verilen bir sınamaya geçersiz bir yanıtı nasıl işlemesi gerektiğini yapılandırın. + + + New stage + Yeni aşama + + + Create a new stage. + Yeni bir aşama oluşturun. + + + Successfully imported device. + Cihaz başarıyla içe aktarıldı. + + + The user in authentik this device will be assigned to. + Bu cihazın atanacağı authentik'teki kullanıcı. + + + Duo User ID + Duo Kullanıcı Kimliği + + + The user ID in Duo, can be found in the URL after clicking on a user. + Duo'daki kullanıcı kimliği, bir kullanıcıya tıklandıktan sonra URL'de bulunabilir. + + + Automatic import + Otomatik içe aktarma + + + Successfully imported devices. + cihaz başarıyla içe aktarıldı. + + + Start automatic import + Otomatik içe aktarmayı başlatma + + + Or manually import + Veya manuel olarak içe aktarın + + + Endpoint Google Chrome Device Trust is in preview. + Uç nokta Google Chrome Cihaz Güvenilirliği önizleme aşamasındadır. + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + Google Chrome Device Trust'ı kullanarak kullanıcıların tarayıcılarını doğrulamak için kullanılan aşama. Bu aşama kimlik doğrulama/yetkilendirme akışlarında kullanılabilir. + + + Google Verified Access API + Google Doğrulanmış Erişim API'sı + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + Aşamalar, bir Akış'ın kullanıcının yönlendirildiği tek adımlardır. Bir aşama yalnızca bir akış içinden yürütülebilir. + + + Flows + Akışlar + + + Stage(s) + Aşama (lar) + + + Import + İçe Aktar + + + Import Duo device + Duo cihazını içe aktarma + + + Import devices + Cihazları içe aktarma + + + Successfully updated flow. + Akış başarıyla güncellendi. + + + Successfully created flow. + Akış başarıyla oluşturuldu. + + + Shown as the Title in Flow pages. + Akış sayfalarında Başlık olarak gösterilir. + + + Visible in the URL. + URL'de görünür. + + + Designation + Tanımlama + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + Bu Akış'ın ne için kullanıldığına karar verir. Örneğin, kimliği doğrulanmamış bir kullanıcı authentik ziyaret ettiğinde kimlik doğrulama akışı yönlendirir. + + + No requirement + Gereklilik yok + + + Require authentication + Kimlik doğrulaması gerektir + + + Require no authentication + + + Require superuser + + + Require being redirected from another flow + + + Require Outpost (flow can only be executed from an outpost) + + + Required authentication level for this flow. + Bu akış için gerekli kimlik doğrulama düzeyi. + + + Behavior settings + Davranış ayarları + + + Compatibility mode + Uyumluluk modu + + + Increases compatibility with password managers and mobile devices. + Parola yöneticileri ve mobil cihazlarla uyumluluğu artırır. + + + Denied action + Reddedilen eylem + + + Will follow the ?next parameter if set, otherwise show a message + Ayarlanırsa ?next parametresini takip eder, aksi takdirde bir mesaj gösterir + + + Will either follow the ?next parameter or redirect to the default interface + Ya ?next parametresini takip edecek ya da varsayılan arayüze yönlendirecektir + + + Will notify the user the flow isn't applicable + Kullanıcıya akışın geçerli olmadığını bildirir + + + Decides the response when a policy denies access to this flow for a user. + Bir ilke bir kullanıcı için bu akışa erişimi reddettiğinde verilecek yanıta karar verir. + + + Appearance settings + Görünüm ayarları + + + Layout + Düzen + + + Background + Arkaplan + + + Background shown during execution. + Yürütme sırasında arka plan gösterilir. + + + Clear background + Arka planı temizle + + + Delete currently set background image. + Şu anda ayarlanmış arka plan görüntüsünü sil. + + + Successfully imported flow. + Akış başarıyla aktarıldı. + + + .yaml files, which can be found in the Example Flows documentation + + + See more here: + Daha fazlasını burada görün: + + + Documentation + Belge + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + Akışlar, bir kullanıcının kimliğini doğrulamak, kaydetmek veya kurtarmak için Aşama zincirini tanımlar. Aşamalar, bunlara uygulanan ilkelere göre seçilir. + + + Flow(s) + Akış (ler) + + + Update Flow + Akışı Güncelle + + + Execute "" + + + Execute + Yürütmek + + + Export "" + + + Export + İhracat + + + Create Flow + Akış Oluştur + + + Import Flow + Akışı İçe Aktar + + + Successfully cleared flow cache + Akış önbelleği başarıyla temizlendi + + + Failed to delete flow cache + Akış önbelleği silinemedi + + + Clear Flow cache + Akış önbelleğini temizleme + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + Akış önbelleğini temizlemek istediğinizden emin misiniz? + Bu, tüm akışların bir sonraki kullanımlarında yeniden değerlendirilmesine neden olur. + + + Stage binding(s) + Aşama bağlama (ler) + + + Stage type + Aşama türü + + + Edit Stage + Aşama Alanını Düzenle + + + Update Stage binding + Aşama bağlamasını Güncelle + + + These bindings control if this stage will be applied to the flow. + Bu bağlamalar, bu aşama akışa uygulanacak olup olmadığını denetler. + + + No Stages bound + Hiçbir Aşama Bağlı + + + No stages are currently bound to this flow. + Hiçbir aşama şu anda bu akışa bağlı değildir. + + + Create and bind Stage + Sahne Alanı oluşturma ve bağlama + + + Create Stage binding + Aşama bağlama oluştur + + + Bind existing stage + Mevcut aşamayı bağla + + + Flow Overview + Akışa Genel Bakış + + + Flow Info + Akış Bilgisi + + + Related actions + İlgili eylemler + + + Execute flow + Akışı yürüt + + + Execute "" normally + + + Normal + Normal + + + Execute "" as current user + + + Current user + + + Execute "" with inspector + + + Use inspector + + + Export flow + Akışı aktar + + + Stage Bindings + Aşama Bağlamaları + + + These bindings control which users can access this flow. + Bu bağlamalar hangi kullanıcıların bu akışa erişebileceğini denetler. + + + Event Log + Olay Günlüğü + + + Brand + Dağlamak + + + Show details + Detayları göster + + + Event info + Olay bilgileri + + + Created + Oluşturulan + + + Raw event info + Ham etkinlik bilgisi + + + Event + Olay + + + Successfully updated transport. + Aktarıcı başarılı bir şekilde güncellendi. + + + Successfully created transport. + Aktarıcı başarıyla oluşturuldu. + + + Send once + Bir kez gönder + + + Only send notification once, for example when sending a webhook into a chat channel. + Yalnızca bir kez bildirim gönderin, örneğin bir sohbet kanalına web kancası gönderirken. + + + Local (notifications will be created within authentik) + Yerel (bildirimler authentik içinde oluşturulacaktır) + + + Webhook (generic) + Webhook (genel) + + + Webhook (Slack/Discord) + Webhook (Kayak/Uyuşmazlık) + + + Webhook URL + Web Kancası URL'si + + + Webhook Body Mapping + + + Webhook Header Mapping + + + Email Subject Prefix + + + Email Template + + + Notification Transports + Bildirim Aktarıcıları + + + Define how notifications are sent to users, like Email or Webhook. + E-posta veya Webhook gibi kullanıcılara bildirimlerin nasıl gönderileceğini tanımlayın. + + + Notification transport(s) + Bildirim taşıma(lar)ı + + + Update Notification Transport + Bildirim Aktarıcısını Güncelle + + + Create Notification Transport + Bildirim Aktarıcı Oluştur + + + Successfully updated rule. + Kural başarıyla güncellendi. + + + Successfully created rule. + Kural başarıyla oluşturuldu. + + + Select the group of users which the alerts are sent to. + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + + + Send notification to event user + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + + + Transports + Aktarıcılar + + + Available Transports + Mevcut Taşımalar + + + Selected Transports + Seçilmiş Taşımalar + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + Kullanıcıyı bilgilendirmek için hangi aktarıcıların kullanılması gerektiğini seçin. Hiçbiri seçilmemişse, bildirim yalnızca authentik kullanıcı arabiriminde gösterilir. + + + Severity + Önem derecesi + + + Notification Rules + Bildirim Kuralları + + + Send notifications whenever a specific Event is created and matched by policies. + Belirli bir Olay oluşturulduğunda ve ilkelerle eşleştirildiğinde bildirim gönderin. + + + Sent to group + Gruba gönderildi + + + Notification rule(s) + Bildirim kuralları + + + Update Notification Rule + Bildirim Kuralını Güncelle + + + Create Notification Rule + Bildirim Kuralı Oluştur + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + Bu bağlamalar, bu kuralın hangi olayları tetiklediğini denetler. +Gruplara/kullanıcılara yapılan bağlamalar, etkinliğin kullanıcısına karşı denetlenir. + + + Outpost Deployment Info + Üs Dağıtım Bilgileri + + + View deployment documentation + Dağıtım belgelerini görüntüleme + + + If your authentik Instance is using a self-signed certificate, set this value. + Auentik Örneğiniz kendinden imzalı bir sertifika kullanıyorsa, bu değeri ayarlayın. + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + Auentik_host ayarınız oturum açmak istediğiniz URL'yle eşleşmiyorsa, bu ayarı ekleyin. + + + Successfully updated outpost. + İleri üssü başarıyla güncelledi. + + + Successfully created outpost. + Üs başarıyla oluşturdu. + + + LDAP + LDAP + + + Radius + Yarıçap + + + RAC + RAC + + + Integration + Entegrasyon + + + Selecting an integration enables the management of the outpost by authentik. + Bir entegrasyon seçilmesi, oentik tarafından üssün yönetimini sağlar. + + + See documentation + Belgelere bakın + + + Available Applications + Mevcut Uygulamalar + + + Selected Applications + Seçilmiş Uygulamalar + + + Configuration + Yapılandırma + + + (build ) + (build ) + + + (FIPS) + (FIPS) + + + Last seen + Son görülen + + + , should be + , olmalıdır + + + Not available + Mevcut değil + + + Last seen: () + + + Outposts + Üsler + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Outposts, ters proxy'ler gibi farklı ortamları ve protokolleri desteklemek için authentik bileşenlerinin dağıtımlarıdır. + + + Health and Version + Sağlık ve Versiyon + + + Warning: authentik Domain is not configured, authentication will not work. + Uyarı: authentik Domain yapılandırılmamış, kimlik doğrulama çalışmaz. + + + Logging in via . + üzerinden giriş yapılıyor. + + + No integration active + Entegrasyon etkin + + + Update Outpost + Üssü Güncelle + + + View Deployment Info + Dağıtım Bilgilerini Görüntüle + + + Detailed health (one instance per column, data is cached so may be out of date) + Ayrıntılı sistem durumu (sütun başına bir örnek, veriler önbelleğe alınır, bu nedenle güncelliğini yitirmiş olabilir) + + + Outpost(s) + Üs (ler) + + + Create Outpost + Üs Oluştur + + + Successfully updated integration. + Entegrasyon başarıyla güncellendi. + + + Successfully created integration. + Entegrasyon başarıyla oluşturuldu. + + + Local + Yerel + + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + Etkinleştirilirse, yerel bağlantıyı kullanın. Gerekli Docker soketi/Kubernetes Entegrasyonu. + + + Docker URL + Docker URL'si + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + Uç noktanın Sertifikası karşı doğrulanan CA. Doğrulama yapılmadan boş bırakılabilir. + + + TLS Authentication Certificate/SSH Keypair + TLS Kimlik Doğrulama Sertifikası/SH Anahtar Eşi + + + Certificate/Key used for authentication. Can be left empty for no authentication. + Kimlik doğrulama için kullanılan sertifika/anahtar. Kimlik doğrulama olmadan boş bırakılabilir. + + + When connecting via SSH, this keypair is used for authentication. + SSH üzerinden bağlanırken, bu anahtar çifti kimlik doğrulama için kullanılır. + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + Kubernetes API SSL Sertifikasını Doğrulayın + + + New outpost integration + Yeni gözcü entegrasyonu + + + Create a new outpost integration. + Yeni bir gözcü entegrasyonu oluşturun. + + + Outpost integrations + Karakol entegrasyonları + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + Outpost entegrasyonları, authentik'in Outposts'u yönetmek ve dağıtmak için harici platformlara nasıl bağlandığını tanımlar. + + + State + Eyalet + + + Unhealthy + Sağlıksız + + + Outpost integration(s) + Üs entegrasyonu + + + Successfully generated certificate-key pair. + Sertifika-anahtar çifti başarıyla oluşturuldu. + + + Subject-alt name + Konu-alt adı + + + Optional, comma-separated SubjectAlt Names. + İsteğe bağlı, virgülle ayrılmış SubjectAlt Adları. + + + Validity days + Geçerlilik günleri + + + Private key Algorithm + Özel anahtar Algoritması + + + RSA + RSA + + + ECDSA + ECDSA Sertifikası + + + Algorithm used to generate the private key. + Özel anahtarı oluşturmak için kullanılan algoritma. + + + Successfully updated certificate-key pair. + Sertifika anahtarı çifti başarıyla güncelleştirildi. + + + Successfully created certificate-key pair. + Sertifika anahtarı çifti başarıyla oluşturuldu. + + + PEM-encoded Certificate data. + PEM kodlu Sertifika verileri. + + + Optional Private Key. If this is set, you can use this keypair for encryption. + İsteğe Bağlı Özel Anahtar. Bu ayarlanırsa, şifreleme için bu anahtar çiftini kullanabilirsiniz. + + + Certificate-Key Pairs + Sertifika Anahtarı Çiftleri + + + Import certificates of external providers or create certificates to sign requests with. + Harici sağlayıcıların sertifikalarını içe aktarın veya istekleri imzalamak için sertifikalar oluşturun. + + + Private key available? + Özel anahtar mevcut mu? + + + Certificate-Key Pair(s) + Sertifika Anahtarı Çiftleri + + + Managed by authentik + Auentik tarafından yönetiliyor + + + Managed by authentik (Discovered) + Auentik tarafından yönetilen (Keşfedildi) + + + Yes () + Evet ( + ) + + + Update Certificate-Key Pair + Sertifika Anahtarı Çiftini Güncelleştir + + + Certificate Fingerprint (SHA1) + Sertifika Parmak İzi (SHA1) + + + Certificate Fingerprint (SHA256) + Sertifika Parmak İzi (SHA256) + + + Certificate Subject + Sertifika Konusu + + + Download Certificate + Sertifikayı İndirin + + + Download Private key + Indir Özel anahtar + + + Import Existing Certificate-Key Pair + + + Generate + Oluştur + + + Generate New Certificate-Key Pair + + + Link Title + + + Successfully updated settings. + Ayarlar başarıyla güncellendi. + + + Avatars + Avatar + + + Configure how authentik should show avatars for users. The following values can be set: + Authentik'in kullanıcılar için avatarları nasıl göstermesi gerektiğini yapılandırın. Aşağıdaki değerler ayarlanabilir: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + Kullanıcı başına avatarları devre dışı bırakır ve yalnızca 1x1 piksel şeffaf bir resim gösterir + + + Uses gravatar with the user's email address + Kullanıcının e-posta adresiyle gravatar kullanır + + + Generated avatars based on the user's name + Kullanıcının adına göre oluşturulan avatarlar + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + Herhangi bir URL: Başka bir sunucuda barındırılan görüntüleri kullanmak istiyorsanız, herhangi bir URL'yi ayarlayabilirsiniz. Ayrıca, şu yer tutucular kullanılabilir: + + + The user's username + Kullanıcının kullanıcı adı + + + The email address, md5 hashed + E-posta adresi, md5 hash edildi + + + The user's UPN, if set (otherwise an empty string) + Ayarlanmışsa kullanıcının UPN'si (aksi takdirde boş bir dize) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + attributes.something.avatar gibi + bir nitelik yolu, kullanıcıların kendileri için + özel avatarlar yüklemelerine izin vermek için + dosya alanıyla birlikte kullanılabilir. + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + Birden çok değer ayarlanabilir, virgülle ayrılabilir ve authentik, avatar bulunamadığında bir sonraki moda geri döner. + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + Örneğin, bunu gravatar,initials olarak ayarlamak, + Gravatar'dan bir avatar almaya çalışacak ve kullanıcı orada yapılandırmamışsa, + oluşturulan bir avatara geri dönecektir. + + + Allow users to change name + Kullanıcıların adı değiştirmesine izin ver + + + Enable the ability for users to change their name. + Kullanıcıların adlarını değiştirme özelliğini etkinleştirin. + + + Allow users to change email + Kullanıcıların e-postalarını değiştirmesine izin verme + + + Enable the ability for users to change their email. + Kullanıcıların e-postalarını değiştirme özelliğini etkinleştirin. + + + Allow users to change username + Kullanıcıların kullanıcı adını değiştirmesine izin ver + + + Enable the ability for users to change their username. + Kullanıcıların kullanıcı adlarını değiştirme özelliğini etkinleştirin. + + + Event retention + Etkinliği saklama + + + Duration after which events will be deleted from the database. + Olayların veritabanından silineceği süre. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + Bu ayar, süre sonu olay başına kaydedildiğinden, yalnızca yeni Olayları etkiler. + + + Reputation: lower limit + + + Reputation cannot decrease lower than this value. Zero or negative. + + + Reputation: upper limit + + + Reputation cannot increase higher than this value. Zero or positive. + + + Footer links + Altbilgi bağlantıları + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + + + GDPR compliance + GDPR uyumluluğu + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + Etkinleştirildiğinde, bir kullanıcının neden olduğu tüm olaylar, kullanıcının silinmesi üzerine silinir. + + + Impersonation + Kim -liğe bürünme + + + Globally enable/disable impersonation. + Kimliğe bürünmeyi genel olarak etkinleştirin/devre dışı bırakın. + + + Require reason for impersonation + + + Require administrators to provide a reason for impersonating a user. + + + Default token duration + Varsayılan belirteç süresi + + + Default duration for generated tokens + Oluşturulan belirteçler için varsayılan süre + + + Default token length + Varsayılan belirteç uzunluğu + + + Default length of generated tokens + Oluşturulan belirteçlerin varsayılan uzunluğu + + + Flags + + + Modify flags to opt into new authentik behaviours early. + + + Save + Kaydet + + + System settings + Sistem ayarları + + + Successfully updated instance. + Örnek başarıyla güncelleştirildi. + + + Successfully created instance. + Örnek başarıyla oluşturuldu. + + + Disabled blueprints are never applied. + Devre dışı bırakılan planlar hiçbir zaman uygulanmaz. + + + Local path + Yerel yol + + + OCI Registry + OCI Kayıt Defteri + + + OCI URL + + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest + + + Read more about + + + OCI Support + + + Blueprint + Mavi kopya + + + Configure the blueprint context, used for templating. + Şablon oluşturma için kullanılan şema bağlamını yapılandırın. + + + Orphaned + Artık + + + Blueprints + Plan + + + Automate and template configuration within authentik. + Kimlik doğrulama içinde yapılandırmayı otomatikleştirin ve şablonlayın. + + + Last applied + Son uygulanan + + + Blueprint(s) + Taslak(lar) + + + Update Blueprint + Blueprint'i güncelleştirme + + + Edit "" blueprint + + + Apply "" blueprint + + + Apply + Uygulamak + + + Create Blueprint Instance + Şema Örneği Oluştur + + + Successfully updated license. + Lisans başarıyla güncellendi. + + + Successfully created license. + Lisans başarıyla oluşturuldu. + + + Install ID + Yükleme Kimliği + + + License key + Lisans anahtarı + + + Expired + Süresi dolmuş + + + Expiring soon + Yakında sona eriyor + + + Unlicensed + Lisanssız + + + Read Only + Salt Okunur + + + Valid + Geçerli + + + Current license status + Mevcut lisans durumu + + + Overall license status + Genel lisans durumu + + + Internal user usage + Dahili kullanıcı kullanımı + + + % + % + + + External user usage + Dış kullanıcı kullanımı + + + Licenses + Lisans + + + Manage enterprise licenses + Kurumsal lisansları yönetme + + + No licenses found. + Lisans bulunamadı. + + + License(s) + Lisans(lar) + + + Forecast internal users + Dahili kullanıcıları tahmin edin + + + Estimated user count one year from now based on current internal users and forecasted internal users. + + + Approximately + + + Forecast external users + Dış kullanıcıları tahmin etme + + + Estimated user count one year from now based on current external users and forecasted external users. + + + Cumulative license expiry + Kümülatif lisans süre sonu + + + No expiry + + + Internal: + Dahili: + + + External: + Harici: + + + Update License + Lisansı Güncelle + + + Your Install ID + Yükleme Kimliğiniz + + + Go to Customer Portal + Müşteri Portalına Git + + + Learn more + Daha fazla bilgi edinin + + + Install + Yüklemek + + + Install License + Lisansı Yükle + + + Release + + + Development + + + UI Version + + + Build + + + Python version + + + Platform + + + Kernel + + + OpenSSL + + + Enterprise + Kuruluş + + + Collapse + + + Expand + + + navigation + + + Dashboards + Gösterge Panoları + + + Endpoint Devices + + + Device groups + + + Logs + Günlükler + + + Customization + Özelleştirme + + + Flows and Stages + Akışlar ve Aşamalar + + + Directory + Rehber + + + Tokens and App passwords + Belirteçler ve Uygulama parolaları + + + System + Sistem + + + Certificates + Sertifikalar + + + Outpost Integrations + Üs Entegrasyonları + + + Warning: The current user count has exceeded the configured licenses. + Uyarı: Geçerli kullanıcı sayısı yapılandırılan lisansları aştı. + + + Warning: One or more license(s) have expired. + Uyarı: Bir veya daha fazla lisansın süresi doldu. + + + Warning: One or more license(s) will expire within the next 2 weeks. + Uyarı: Bir veya daha fazla lisansın süresi önümüzdeki 2 hafta içinde sona erecektir. + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + Dikkat: Bu authentik örneği, süresi dolmuş/aşılmış lisanslar nedeniyle salt okunur moda girmiştir. + + + Click here for more info. + Daha fazla bilgi için buraya tıklayın. + + + This authentik instance uses a Trial license. + Bu authentik örneği bir Deneme lisansı kullanır. + + + This authentik instance uses a Non-production license. + Bu authentik örneği, Üretim dışı lisans kullanır. + + + A newer version () of the UI is available. + + + API drawer + + + API Requests + API İstekleri + + + Open API Browser + API Tarayıcısını aç + + + Close API drawer + + + View details for + + + Mark as read + + + Successfully cleared notifications + Bildirimler başarıyla silindi + + + No notifications found. + + + You don't have any notifications currently. + + + Notification drawer + + + Notifications + Bildirimler + + + unread + okunmamış + + + Clear all + Hepsini temizle + + + Open about dialog + + + Product name + + + Product version + + + Version + + + Global navigation + + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn, bu sayfaya HTTPS üzerinden erişilmesini gerektirir. + + + WebAuthn not supported by browser. + WebAuthn tarayıcı tarafından desteklenmiyor. + + + API request failed + API isteği başarısız + + + Site links + + + Powered by authentik + Auentik tarafından desteklenmektedir + + + Authenticating with Apple... + Apple ile kimlik doğrulaması... + + + Retry + Yeniden dene + + + Authenticating with Plex... + Plex ile kimlik doğrulaması... + + + Waiting for authentication... + Kimlik doğrulaması bekleniyor... + + + If no Plex popup opens, click the button below. + Plex açılır penceresi açılmazsa, aşağıdaki düğmeyi tıklayın. + + + Open login + Girişi aç + + + Authenticating with Telegram... + + + Click the button below to start. + + + User information + + + Avatar for + + + User avatar + + + Something went wrong! Please try again later. + Bir şeyler ters gitti! Lütfen daha sonra tekrar deneyin. + + + Request ID + İstek Kimliği + + + You may close this page now. + Bu sayfayı şimdi kapatabilirsiniz. + + + You're about to be redirect to the following URL. + Aşağıdaki URL'ye yönlendirmek üzeresiniz. + + + Follow redirect + Yönlendirmeyi takip et + + + Flow inspector + Akış denetçisi + + + Close flow inspector + + + Next stage + Sonraki aşama + + + Stage name + Aşama adı + + + Stage kind + Aşama türü + + + Stage object + Aşama nesnesi + + + This flow is completed. + Bu akış tamamlandı. + + + Plan history + Plan geçmişi + + + Current plan context + Mevcut plan bağlamı + + + Session ID + Oturum Kimliği + + + Flow inspector loading + + + Request has been denied. + İstek reddedildi. + + + Show password + Şifreyi göster + + + Hide password + Şifreyi gizle + + + Please enter your password + Lütfen parolanızı girin + + + Caps Lock is enabled. + + + CAPTCHA challenge + + + Verifying... + Doğrulama... + + + Remember me on this device + + + Continue with + + + Need an account? + Bir hesaba mı ihtiyacınız var? + + + Sign up. + Kaydolun. + + + Forgot username or password? + Kullanıcı adı veya parolayı mı unuttunuz? + + + Additional actions + + + Select one of the options below to continue. + Devam etmek için aşağıdaki seçeneklerden birini belirleyin. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + Hesabınızla ilişkili e-postayı girin, size şifrenizi sıfırlamanız için bir bağlantı gönderelim. + + + Or + Veya + + + Login to continue to . + Devam etmek için hesabı ile giriş yapın. + + + Use a security key + Güvenlik anahtarı kullan + + + Login sources + + + Forgot password? + Parolanı mi unuttun? + + + Application requires following permissions: + Uygulama aşağıdaki izinleri gerektirir: + + + Application already has access to the following permissions: + Uygulamanın zaten aşağıdaki izinlere erişimi var: + + + Application requires following new permissions: + Uygulama aşağıdaki yeni izinleri gerektirir: + + + Stage name: + Aşama adı: + + + Check your Inbox for a verification email. + Doğrulama e-postası için Gelen Kutunuzu kontrol edin. + + + Send Email again. + E-postayı tekrar gönder. + + + QR-Code to setup a time-based one-time password + + + Copy time-based one-time password configuration + + + Successfully copied TOTP Config. + TOTP Yapılandırması başarıyla kopyalandı. + + + Copy TOTP Config + + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Lütfen cihazınızdaki Microsoft Authenticator, Google Authenticator veya diğer kimlik doğrulama uygulamalarını kullanarak yukarıdaki QR kodunu tarayın ve MFA cihazının kurulumunu tamamlamak için cihazın aşağıda görüntülediği kodu girin. + + + Time-based one-time password + + + TOTP Code + + + Type your TOTP code... + + + Type your time-based one-time password code. + + + Duo activation QR code + Duo aktivasyon QR kodu + + + Alternatively, if your current device has Duo installed, click on this link: + Alternatif olarak, mevcut cihazınızda Duo yüklüyse, şu bağlantıya tıklayın: + + + Duo activation + İkili aktivasyon + + + Check status + Durumu kontrol et + + + Make sure to keep these tokens in a safe place. + Bu belirteçleri güvenli bir yerde tuttuğunuzdan emin olun. + + + Configure your email + + + Please enter your email address. + + + Code + Kodu + + + Please enter the code you received via email + + + Phone number + Telefon numarası + + + Please enter your Phone number. + Lütfen Telefon numaranızı girin. + + + Please enter the code you received via SMS + Lütfen SMS ile aldığınız kodu girin + + + Select another authentication method + Başka bir kimlik doğrulama yöntemi seçin + + + Authentication code + Kimlik doğrulama kodu + + + Static token + Statik belirteç + + + Type an authentication code... + + + Sending Duo push notification... + Duo push bildirimi gönderiliyor... + + + Failed to authenticate + Kimlik doğrulaması yapılamadı + + + Authentication failed. Please try again. + Kimlik doğrulaması başarısız oldu. Lütfen tekrar deneyin. + + + Authenticating... + Kimlik doğrulama... + + + Retry authentication + Kimlik doğrulamayı yeniden deneyin + + + Duo push-notifications + Duo push-bildirimleri + + + Receive a push notification on your device. + Cihazınızda anında iletme bildirimi alın. + + + Authenticator + Kimlik Doğrulayıcı + + + Use a security key to prove your identity. + Kimliğinizi kanıtlamak için bir güvenlik anahtarı kullanın. + + + Traditional authenticator + Geleneksel kimlik doğrulayıcı + + + Use a code-based authenticator. + Kod tabanlı kimlik doğrulayıcı kullanın. + + + Recovery keys + Kurtarma tuşları + + + In case you lose access to your primary authenticators. + + + SMS + SMS + + + Tokens sent via SMS. + Belirteçler SMS ile gönderildi. + + + Tokens sent via email. + + + Unknown device + + + An unknown device class was provided. + + + Select an authentication method + + + No authentication methods available. + + + Select a configuration stage + + + Stay signed in? + Oturumunuz açık kaldı mı? + + + Select Yes to reduce the number of times you're asked to sign in. + Oturum açmanızın istenme sayısını azaltmak için Evet'i seçin. + + + Device Code + + + Please enter your code + Lütfen kodunuzu giriniz + + + You've successfully authenticated your device. + Cihazınızın kimliğini başarıyla doğruladınız. + + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + ourumunu kapattınız. Başka bir uygulama başlatmak için genel bakışa geri dönebilir veya authentik hesabınızdan çıkış yapabilirsiniz. + + + Go back to overview + Genel bakışa geri dön + + + Log out of + oturumunu kapatın + + + Log back into + oturumuna tekrar giriş yapın + + + SAML Provider + + + SAML logout complete + + + Redirecting to SAML provider: + + + Posting logout request to SAML provider: + + + Unknown Provider + + + Logging out of providers... + + + Single Logout + + + Open flow inspector + + + Authentication form + + + Error creating credential: + Kimlik bilgisi oluşturulurken hata oluştu: + + + Server validation of credential failed: + Kimlik bilgilerinin sunucu doğrulaması başarısız oldu: + + + Failed to register. Please try again. + Kayıt başarısız oldu. Lütfen tekrar deneyin. + + + Registering... + Kaydediliyor... + + + Failed to register + Kayıt başarısız oldu + + + Retry registration + Kaydı yeniden deneyin + + + Idle + + + Connecting + + + Waiting + + + Connected + + + Disconnecting + + + Disconnected + + + Connection failed after attempts. + Bağlantı deneme sonrasında başarısız oldu. + + + Re-connecting in second(s). + sn içinde yeniden bağlanacak. + + + Connecting... + Bağlanma... + + + Please wait while the content is loading + + + Select endpoint to connect to + Bağlanılacak uç noktayı seçin + + + application + + + Actions for "" + + + Edit application... + + + Refer to documentation + Belgelere bakın + + + No Applications available. + Kullanılabilir Uygulama yok. + + + Either no applications are defined, or you don’t have access to any. + Ya hiçbir uygulama tanımlanmamıştır ya da hiçbirine erişiminiz yoktur. + + + Ungrouped + + + My Applications + Uygulamalarım + + + Search for an application by name... + + + Search returned no results. + Arama hiçbir sonuç döndürmedi. + + + application found for "" + + + applications found for "" + + + application available + + + applications available + + + My applications + Uygulamalarım + + + Application list + + + Failed to fetch applications. + + + Change your password + Parolanızı değiştirin + + + Change password + Parolayı değiştir + + + Delete account + Hesabı sil + + + Successfully updated details + Ayrıntılar başarıyla güncellendi + + + Open settings + Ayarları aç + + + No settings flow configured. + Hiçbir ayar akışı yapılandırılmadı. + + + Update details + Ayrıntıları güncelle + + + Device type cannot be edited + Cihaz türü değiştirilemez + + + Enroll + Kaydolun + + + Edit device + + + Create App password + Uygulama parolası oluştur + + + User settings + + + User details + Kullanıcı ayrıntıları + + + Consent + Onaylı + + + MFA Devices + MFA Cihazları + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + Geleneksel kimlik bilgileri yerine hizmeti kullanarak oturum açmanıza izin vermek için kullanıcı hesabınızı aşağıda listelenen hizmetlere bağlayın. + + + Admin interface + Yönetici arayüzü + + + ... + Truncation ellipsis + + + + diff --git a/web/xliff/zh-Hans.xlf b/web/xliff/zh-Hans.xlf deleted file mode 100644 index 83d6cdca66..0000000000 --- a/web/xliff/zh-Hans.xlf +++ /dev/null @@ -1,10862 +0,0 @@ - - - - - English - 英语 - - - - French - 法语 - - - - Turkish - 土耳其语 - - - - Spanish - 西班牙语 - - - - Polish - 波兰语 - - - - Taiwanese Mandarin - 台湾华语 - - - - Chinese (simplified) - 简体中文 - - - - Chinese (traditional) - 繁体中文 - - - - German - 德语 - - - - Loading... - 正在加载…… - - - - Application - 应用程序 - - - - Logins - 登录 - - - - Show less - 显示更少 - - - - Show more - 显示更多 - - - - UID - UID - - - - Name - 名称 - - - - App - 应用 - - - - Model Name - 模型名称 - - - - Message - 消息 - - - - Subject - 主题 - - - - From - 来自 - - - - To - - - - - Context - 上下文 - - - - User - 用户 - - - - Affected model: - 受影响的模型: - - - - Authorized application: - 已授权应用程序: - - - - Using flow - 使用流程 - - - - Email info: - 电子邮件信息: - - - - Secret: - Secret: - - - - Open issue on GitHub... - 在 GitHub 上提出议题... - - - - Exception - 异常 - - - - Expression - 表达式 - - - - Binding - 绑定 - - - - Request - 请求 - - - - Object - 对象 - - - - Result - 结果 - - - - Passing - 通过 - - - - Messages - 消息 - - - - Using source - 使用源 - - - - Attempted to log in as - 已尝试以 - 身份登录 - - - - No additional data available. - 没有可用的额外数据。 - - - - Click to change value - 点击以更改值 - - - - Select an object. - 选择一个对象。 - - - - Connection error, reconnecting... - 连接错误,正在重新连接…… - - - - Login - 登录 - - - - Failed login - 登录失败 - - - - Logout - 登出 - - - - User was written to - 用户被写入 - - - - Suspicious request - 可疑请求 - - - - Password set - 密码已设置 - - - - Secret was viewed - Secret 已查看 - - - - Secret was rotated - Secret 已轮换 - - - - Invitation used - 已使用邀请 - - - - Application authorized - 应用程序已授权 - - - - Source linked - 源已链接 - - - - Impersonation started - 已开始模拟身份 - - - - Impersonation ended - 已结束模拟身份 - - - - Flow execution - 流程执行 - - - - Policy execution - 策略执行 - - - - Policy exception - 策略异常 - - - - Property Mapping exception - 属性映射异常 - - - - System task execution - 系统任务执行 - - - - System task exception - 系统任务异常 - - - - General system exception - 一般系统异常 - - - - Configuration error - 配置错误 - - - - Model created - 模型已创建 - - - - Model updated - 模型已更新 - - - - Model deleted - 模型已删除 - - - - Email sent - 已发送电子邮件 - - - - Update available - 更新可用 - - - - Unknown severity - 未知严重程度 - - - - Alert - 注意 - - - - Notice - 通知 - - - - Warning - 警告 - - - - no tabs defined - 未定义选项卡 - - - - - of - - - - / - - - - - Go to previous page - 前往上一页 - - - - Go to next page - 前往下一页 - - - - Search... - 搜索... - - - - Loading - 正在加载 - - - - No objects found. - 未找到对象。 - - - - Failed to fetch objects. - 拉取对象失败。 - - - - Refresh - 刷新 - - - - Select all rows - 选择所有行 - - - - Action - 操作 - - - - Creation Date - 创建日期 - - - - Client IP - 客户端 IP - - - - Recent events - 近期事件 - - - - On behalf of - 代表 - - - - - - - - - - - - No Events found. - 未找到事件。 - - - - No matching events could be found. - 未找到匹配的事件 - - - - Embedded outpost is not configured correctly. - 嵌入式前哨配置不正确。 - - - - Check outposts. - 检查前哨。 - - - - HTTPS is not detected correctly - 未正确检测到 HTTPS - - - - Server and client are further than 5 seconds apart. - 服务器和客户端的时间相差超过 5 秒。 - - - - OK - 好的 - - - - Everything is ok. - 一切正常。 - - - - Based on - 基于 - - - - - is available! - - 可用! - - - - Up-to-date! - 最新! - - - - Version - 版本 - - - - Workers - Worker - - - - No workers connected. Background tasks will not run. - 没有 Workers 连接,后台任务将无法运行。 - - - - Authorizations - 授权 - - - - Failed Logins - 失败登录 - - - - Successful Logins - 成功登录 - - - - : - - : - - - - - Cancel - 取消 - - - - LDAP Source - LDAP 源 - - - - SCIM Provider - SCIM 提供程序 - - - - Healthy - 健康 - - - - Healthy outposts - 健康的前哨 - - - - Admin - 管理员 - - - - Not found - 未找到 - - - - The URL "" was not found. - 未找到 URL " - "。 - - - - Return home - 返回主页 - - - - General system status - 常规系统状态 - - - - Quick actions - 快速操作 - - - - Create a new application - 创建新应用程序 - - - - Check the logs - 检查日志 - - - - Explore integrations - 探索集成 - - - - Manage users - 管理用户 - - - - Outpost status - 前哨状态 - - - - Sync status - 同步状态 - - - - Logins and authorizations over the last week (per 8 hours) - 过去一周的登录与身份验证次数(每 8 小时) - - - - Apps with most usage - 使用率最高的应用 - - - - Objects created - 已创建对象 - - - - Users created per day in the last month - 上个月中每天创建的用户 - - - - Logins per day in the last month - 上个月中每天的登录次数 - - - - Failed Logins per day in the last month - 上个月中每天的失败登录次数 - - - - Clear search - 清除搜索 - - - - System Tasks - 系统任务 - - - - Long-running operations which authentik executes in the background. - authentik 在后台执行的长时间运行的操作。 - - - - Identifier - 标识符 - - - - Description - 描述 - - - - Status - 状态 - - - - Actions - 操作 - - - - Successful - 成功 - - - - Error - 错误 - - - - Unknown - 未知 - - - - Authentication - 身份验证 - - - - Authorization - 授权 - - - - Enrollment - 注册 - - - - Invalidation - 失效 - - - - Recovery - 恢复 - - - - Stage Configuration - 阶段配置 - - - - Unenrollment - 删除账户 - - - - Unknown designation - 未知用途 - - - - Stacked - 叠放 - - - - Content left - 内容左侧 - - - - Content right - 内容右侧 - - - - Sidebar left - 边栏左侧 - - - - Sidebar right - 边栏右侧 - - - - Unknown layout - 未知布局 - - - - Successfully updated provider. - 已成功更新提供程序。 - - - - Successfully created provider. - 已成功创建提供程序。 - - - - Bind flow - Bind 流程 - - - - Flow used for users to authenticate. - 用于验证用户身份的流程。 - - - - Bind mode - 绑定模式 - - - - Cached binding - 缓存绑定 - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - 流程与会话会在内存中执行与缓存。会话过期时执行流程 - - - - Direct binding - 直接绑定 - - - - Always execute the configured bind flow to authenticate the user - 总是执行配置的绑定流程,以验证用户的身份。 - - - - Configure how the outpost authenticates requests. - 配置前哨如何验证请求的身份。 - - - - Search mode - 搜索模式 - - - - Cached querying - 缓存查询 - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - 前哨将所有用户和组保存在内存中,并每 5 分钟刷新一次 - - - - Direct querying - 直接查询 - - - - Always returns the latest data, but slower than cached querying - 总是返回最新数据,但比缓存查询慢。 - - - - Configure how the outpost queries the core authentik server's users. - 配置前哨如何查询核心 authentik 服务器的用户。 - - - - Protocol settings - 协议设置 - - - - Base DN - Base DN - - - - LDAP DN under which bind requests and search requests can be made. - 可以发出绑定请求和搜索请求的 LDAP DN。 - - - - Certificate - 证书 - - - - UID start number - UID 起始编号 - - - - 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 - 起始 uidNumbers,这个数字会被添加到 user.Pk 中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 2000,以确保我们不会与本地用户的 uidNumber 发生冲突 - - - - GID start number - GID 起始编号 - - - - 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 - 起始 gidNumbers,这个数字会被添加到从 group.Pk 生成的数字中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 4000,以确保我们不会与本地群组或用户主组的 gidNumber 发生冲突 - - - - The following keywords are supported: - 支持以下关键字: - - - - Authentication flow - 身份验证流程 - - - - Flow used when a user access this provider and is not authenticated. - 当用户访问此提供程序并且尚未验证身份时使用的流程。 - - - - Authorization flow - 授权流程 - - - - Flow used when authorizing this provider. - 授权此提供程序时使用的流程。 - - - - Client type - 客户端类型 - - - - Confidential - 机密 - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - 机密客户端有能力维护其凭据例如客户端密钥的机密性。 - - - - Public - 公开 - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - 公开客户端没有能力维护其凭据的机密性,应该使用 PKCE 等方法。 - - - - Client ID - 客户端 ID - - - - Client Secret - 客户端 Secret - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - 如果未指定显式重定向 URI,则将保存第一个成功使用的重定向 URI。 - - - - Signing Key - 签名密钥 - - - - Key used to sign the tokens. - 用于签名令牌的密钥。 - - - - Advanced protocol settings - 高级协议设置 - - - - Access code validity - 访问代码有效性 - - - - Configure how long access codes are valid for. - 配置访问代码的有效期限。 - - - - Access Token validity - 访问令牌有效性 - - - - Configure how long access tokens are valid for. - 配置访问令牌的有效期限。 - - - - Refresh Token validity - 刷新令牌有效性 - - - - Configure how long refresh tokens are valid for. - 配置刷新令牌的有效期限。 - - - - Scopes - 作用域 - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - 选择客户端可以使用哪些作用域。客户端仍然需要指定访问数据的范围。 - - - - Subject mode - Subject 模式 - - - - Based on the User's hashed ID - 基于哈希过的用户 ID - - - - Based on the User's ID - 基于用户 ID - - - - Based on the User's UUID - 基于用户 UUID - - - - Based on the User's username - 基于用户名 - - - - Based on the User's Email - 基于用户电子邮箱 - - - - This is recommended over the UPN mode. - 相比于 UPN,更推荐此模式。 - - - - Based on the User's UPN - 基于用户 UPN - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - 需要用户设置过“upn”属性,否则回退到哈希过的用户 ID。仅应在您拥有不同 UPN 和邮件域时使用此模式。 - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - 配置应将哪些数据用作唯一用户标识符。在大多数情况下保持默认值即可。 - - - - Include claims in id_token - 在 id_token 中包含声明 - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - 对于不访问 userinfo 端点的应用程序,将来自作用域的用户声明包含在 id_token 中。 - - - - Issuer mode - Issuer 模式 - - - - Each provider has a different issuer, based on the application slug - 根据应用程序 Slug,每个提供程序都有不同的颁发者 - - - - Same identifier is used for all providers - 所有提供程序都使用相同的标识符 - - - - Configure how the issuer field of the ID Token should be filled. - 配置如何填写 ID 令牌的颁发者字段。 - - - - Machine-to-Machine authentication settings - M2M(机器到机器)身份验证设置 - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - 在选定源中配置的证书签名的 JWT 可以用于此提供程序的身份验证。 - - - - HTTP-Basic Username Key - HTTP-Basic 用户名键 - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - 用于 HTTP-Basic 标头用户名部分的用户/组属性。如果未设置,则使用用户的电子邮件地址。 - - - - HTTP-Basic Password Key - HTTP-Basic 密码键 - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - 用于 HTTP-Basic 标头的密码部分的用户/组属性。 - - - - Proxy - 代理 - - - - Forward auth (single application) - Forward Auth(单应用) - - - - Forward auth (domain level) - Forward Auth(域名级) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - 除了请求必须经过身份验证外,此提供程序的行为类似于透明反向代理。如果您的上游应用程序使用 HTTPS,请确保连接到前哨时也使用 HTTPS。 - - - - External host - 外部主机 - - - - The external URL you'll access the application at. Include any non-standard port. - 您将通过此外部 URL 访问应用程序。请包括任何非标准端口。 - - - - Internal host - 内部主机 - - - - Upstream host that the requests are forwarded to. - 请求被转发到的上游主机。 - - - - Internal host SSL Validation - 内部主机 SSL 验证 - - - - Validate SSL Certificates of upstream servers. - 验证上游服务器的 SSL 证书。 - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - 与 nginx 的 auth_request 或 traefik 的 ForwardAuth 一起使用此提供程序。每个根域名只需要一个提供程序。您无法管理每个应用程序的授权,但不必为每个应用程序分别创建提供程序。 - - - - An example setup can look like this: - 设置示例如下所示: - - - - authentik running on auth.example.com - auth.example.com 上运行的 authentik - - - - app1 running on app1.example.com - app1.example.com 上运行的 app1 - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - 在这种情况下,您需要将身份验证 URL 设置为 auth.example.com,并将 Cookie 域名设置为 example.com。 - - - - Authentication URL - 身份验证 URL - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - 您将在此外部 URL 进行身份验证。通过此 URL 应该可以访问到 authentik 核心服务器。 - - - - Cookie domain - Cookie 域名 - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - 将此设置为您希望身份验证有效的域名。必须是上述 URL 的父域名。如果您的应用部署在 app1.domain.tld、app2.domain.tld,请将其设置为 'domain.tld'。 - - - - Unknown proxy mode - 未知代理模式 - - - - Token validity - 令牌有效性 - - - - Configure how long tokens are valid for. - 配置令牌的有效期限。 - - - - Additional scopes - 额外的作用域 - - - - Additional scope mappings, which are passed to the proxy. - 传递给代理的额外作用域映射。 - - - - Unauthenticated URLs - 不验证身份的 URL - - - - Unauthenticated Paths - 不验证身份的路径 - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - 用于描述何处不需要身份验证的正则表达式。每个新行都被解释为一个新的表达式。 - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - 使用代理或 Forward Auth(单应用)模式时,将根据正则表达式检查请求的 URL 路径。使用 Forward Auth(域名模式)时,将根据正则表达式检查请求的完整 URL(包括协议和主机名)。 - - - - Authentication settings - 身份验证设置 - - - - Intercept header authentication - 拦截身份验证标头 - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - 启用时,authentik 将会拦截 Authorization 标头以认证请求。 - - - - Send HTTP-Basic Authentication - 发送 HTTP-Basic 身份验证 - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - 根据来自 authentik 的值发送自定义 HTTP-Basic 身份验证标头。 - - - - ACS URL - ACS URL - - - - Issuer - 颁发者 - - - - Service Provider Binding - 服务提供程序绑定 - - - - Redirect - 重定向 - - - - Post - Post - - - - Determines how authentik sends the response back to the Service Provider. - 确定 authentik 如何将响应发送回服务提供程序。 - - - - Audience - Audience - - - - Signing Certificate - 签名证书 - - - - Certificate used to sign outgoing Responses going to the Service Provider. - 证书,用于签署发送给服务提供程序的传出响应。 - - - - Verification Certificate - 验证证书 - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - 选中后,传入断言的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。 - - - - Property mappings - 属性映射 - - - - NameID Property Mapping - NameID 属性映射 - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - 配置如何创建 NameID 值。如果留空,将遵守传入请求的 NameIDPolicy。 - - - - Assertion valid not before - 不在此刻之前,断言有效 - - - - Configure the maximum allowed time drift for an assertion. - 为断言配置允许的最大时间漂移。 - - - - Assertion valid not on or after - 不在此刻或之后,断言有效 - - - - Assertion not valid on or after current time + this value. - 从当前时间经过多久时或之后,断言无效。 - - - - Session valid not on or after - 不在此刻或之后,会话有效 - - - - Session not valid on or after current time + this value. - 从当前时间经过多久时或之后,会话无效。 - - - - Digest algorithm - 摘要算法 - - - - Signature algorithm - 签名算法 - - - - Successfully imported provider. - 已成功导入提供程序。 - - - - Metadata - 元数据 - - - - Apply changes - 应用更改 - - - - Close - 关闭 - - - - Finish - 完成 - - - - Back - 返回 - - - - No form found - 未找到表单 - - - - Select type - 选择类型 - - - - Create - 创建 - - - - New provider - 新建提供程序 - - - - Create a new provider. - 创建一个新提供程序。 - - - - Create - 创建 - - - - - Shared secret - 共享密钥 - - - - Client Networks - 客户端网络 - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - SCIM 基础 URL,通常以 /v2 结尾。 - - - - Token - 令牌 - - - - User filtering - 用户过滤 - - - - Exclude service accounts - 排除服务账户 - - - - Group - - - - - Only sync users within the selected group. - 只同步选定组中的用户。 - - - - Attribute mapping - 属性映射 - - - - User Property Mappings - 用户属性映射 - - - - Property mappings used to user mapping. - 用于用户映射的属性映射。 - - - - Group Property Mappings - 组属性映射 - - - - Property mappings used to group creation. - 用于创建组的属性映射。 - - - - Not used by any other object. - 不被任何其他对象使用。 - - - - object will be DELETED - 对象将被删除 - - - - connection will be deleted - 连接将被删除 - - - - reference will be reset to default value - 引用将被重置为默认值 - - - - reference will be set to an empty value - 引用将被设置为空值 - - - - () - - ( - - - - - ID - ID - - - - Successfully deleted - 成功删除 - - - Failed to delete : - 删除 - 失败: - - - - - Delete - 删除 - - - - - Are you sure you want to delete ? - 您确定要删除 吗? - - - Delete - 删除 - - - - Providers - 提供程序 - - - - Provide support for protocols like SAML and OAuth to assigned applications. - 为分配的应用程序提供对 SAML 和 OAuth 等协议的支持。 - - - - Type - 类型 - - - - Provider(s) - 提供程序 - - - - Assigned to application - 分配给应用程序 - - - - Assigned to application (backchannel) - 绑定到应用(反向通道) - - - - Update - 更新 - - - - Update - 更新 - - - - - Select providers to add to application - 选择要添加到应用的提供程序 - - - - Add - 添加 - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - 输入完整 URL、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 "fa-test"。 - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - 创建用户的路径模板。使用占位符如 `%(slug)s` 插入源 Slug。 - - - - Successfully updated application. - 已成功更新应用程序。 - - - - Successfully created application. - 已成功创建应用程序。 - - - - Slug - Slug - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - 输入可选的分组名称。分组相同的应用程序会显示在一起。 - - - - Provider - 提供程序 - - - - Select a provider that this application should use. - 选择此应用应该使用的提供程序。 - - - - Select backchannel providers which augment the functionality of the main provider. - 选择可为主要提供程序增强功能的反向通道提供程序。 - - - - Policy engine mode - 策略引擎模式 - - - - Any policy must match to grant access - 必须匹配任意策略才能授予访问权限。 - - - - All policies must match to grant access - 必须匹配所有策略才能授予访问权限 - - - - UI settings - 用户界面设置 - - - - Launch URL - 启动 URL - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - 如果留空,authentik 将尝试根据选定的提供程序提取启动 URL。 - - - - Open in new tab - 在新标签页中打开 - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - 如果勾选,在用户的应用程序库中时,启动 URL 将会在新浏览器标签页或窗口中打开。 - - - - Icon - 图标 - - - - Currently set to: - 当前设置为: - - - - Clear icon - 清除图标 - - - - Publisher - 发布者 - - - - Create Application - 创建应用程序 - - - - Overview - 总览 - - - - Changelog - 更新日志 - - - - Warning: Provider is not used by any Outpost. - 警告:提供程序未被任何前哨使用。 - - - - Assigned to application - 分配给应用程序 - - - - Update LDAP Provider - 更新 LDAP 提供程序 - - - - Edit - 编辑 - - - - How to connect - 如何连接 - - - - Connect to the LDAP Server on port 389: - 通过端口 389 连接到 LDAP 服务器: - - - - Check the IP of the Kubernetes service, or - 检查 Kubernetes 服务的 IP,或者 - - - - The Host IP of the docker host - Docker 宿主机的主机 IP - - - - Bind DN - Bind DN - - - - Bind Password - Bind 密码 - - - - Search base - 搜索 Base - - - - Preview - 预览 - - - - Warning: Provider is not used by an Application. - 警告:提供程序未被任何应用程序使用。 - - - - Redirect URIs - 重定向 URI - - - - Update OAuth2 Provider - 更新 OAuth2 提供程序 - - - - OpenID Configuration URL - OpenID 配置 URL - - - - OpenID Configuration Issuer - OpenID 配置颁发者 - - - - Authorize URL - 授权 URL - - - - Token URL - 令牌 URL - - - - Userinfo URL - 用户信息 URL - - - - Logout URL - 登出 URL - - - - JWKS URL - JWKS URL - - - - Forward auth (domain-level) - Forward Auth(域名级) - - - - Nginx (Ingress) - Nginx(Ingress) - - - - Nginx (Proxy Manager) - Nginx(Proxy Manager) - - - - Nginx (standalone) - Nginx(独立) - - - - Traefik (Ingress) - Traefik(Ingress) - - - - Traefik (Compose) - Traefik(Compose) - - - - Traefik (Standalone) - Traefik(独立) - - - - Caddy (Standalone) - Caddy(独立) - - - - Internal Host - 内部主机 - - - - External Host - 外部主机 - - - - Basic-Auth - 基本身份验证 - - - - Yes - - - - - Mode - 模式 - - - - Update Proxy Provider - 更新代理提供程序 - - - - Protocol Settings - 协议设置 - - - - Allowed Redirect URIs - 允许的重定向 URI - - - - Setup - 设置 - - - - No additional setup is required. - 无需进行额外设置。 - - - - Update Radius Provider - 更新 Radius 提供程序 - - - - Download - 下载 - - - - Copy download URL - 复制下载 URL - - - - Download signing certificate - 下载签名证书 - - - - Related objects - 相关对象 - - - - Update SAML Provider - 更新 SAML 提供程序 - - - - SAML Configuration - SAML 配置 - - - - EntityID/Issuer - EntityID/签发者 - - - - SSO URL (Post) - SSO URL(Post) - - - - SSO URL (Redirect) - SSO URL(重定向) - - - - SSO URL (IdP-initiated Login) - SSO URL(IDP 发起的登录) - - - - SLO URL (Post) - SLO URL(Post) - - - - SLO URL (Redirect) - SLO URL(重定向) - - - - SAML Metadata - SAML 元数据 - - - - Example SAML attributes - 示例 SAML 属性 - - - - NameID attribute - NameID 属性 - - - - Warning: Provider is not assigned to an application as backchannel provider. - 警告:提供程序未作为反向通道分配给应用程序。 - - - - Update SCIM Provider - 更新 SCIM 提供程序 - - - - LDAP - LDAP - - - - New application - 新应用程序 - - - - Applications - 应用程序 - - - - Provider Type - 提供程序类型 - - - - Application(s) - 应用程序 - - - - Application Icon - 应用程序图标 - - - - Update Application - 更新应用程序 - - - - Successfully sent test-request. - 已成功发送测试请求。 - - - - Log messages - 日志消息 - - - - No log messages. - 没有日志消息。 - - - - Active - 激活 - - - - Last login - 上次登录 - - - - Successfully updated group. - 已成功更新组。 - - - - Successfully created group. - 已成功创建组。 - - - - Parent - 父级 - - - - Attributes - 属性 - - - - Set custom attributes using YAML or JSON. - 使用 YAML 或 JSON 设置自定义属性。 - - - - Successfully updated binding. - 已成功更新绑定。 - - - - Successfully created binding. - 已成功创建绑定。 - - - - Policy - 策略 - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - 组绑定仅会在已登录用户访问此源时检查。 - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - 用户绑定仅会在已登录用户访问此源时检查。 - - - - Enabled - 已启用 - - - - Negate result - 反转结果 - - - - Negates the outcome of the binding. Messages are unaffected. - 反转绑定的结果。消息不受影响。 - - - - Order - 顺序 - - - - Timeout - 超时 - - - - Successfully updated policy. - 已成功更新策略。 - - - - Successfully created policy. - 已成功创建策略。 - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - 用于测试的策略。等待随机时长后,始终返回下面指定的结果。 - - - - Execution logging - 记录执行日志 - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - 启用此选项后,将记录此策略的所有执行日志。默认情况下,只记录执行错误。 - - - - Policy-specific settings - 特定策略设置 - - - - Pass policy? - 通过策略? - - - - Wait (min) - 等待(最短) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - 策略需要一段随机时间来执行。这将控制所需的最短时间。 - - - - Wait (max) - 等待(最长) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - 根据一组条件匹配事件。如果任何配置的值匹配,则策略将通过。 - - - - Match created events with this action type. When left empty, all action types will be matched. - 将创建的事件与此操作类型匹配。留空时,所有操作类型都将匹配。 - - - - Match events created by selected application. When left empty, all applications are matched. - 匹配选定应用程序创建的事件。如果留空,则匹配所有应用程序。 - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - 检查过去 x 天内请求的用户密码是否已更改,并根据设置拒绝。 - - - - Maximum age (in days) - 最长使用期限(单位为天) - - - - Only fail the policy, don't invalidate user's password - 仅使策略失败,不使用户的密码失效 - - - - Executes the python snippet to determine whether to allow or deny a request. - 执行 Python 代码段以确定是允许还是拒绝请求。 - - - - Expression using Python. - 使用 Python 的表达式。 - - - - See documentation for a list of all variables. - 请阅读文档了解完整变量列表。 - - - - Static rules - 静态规则 - - - - Minimum length - 最小长度 - - - - Minimum amount of Uppercase Characters - 最低大写字符数 - - - - Minimum amount of Lowercase Characters - 最低小写字符数 - - - - Minimum amount of Digits - 最低数字字符数 - - - - Minimum amount of Symbols Characters - 最低符号字符数 - - - - Error message - 错误消息 - - - - Symbol charset - 符号字符集 - - - - Characters which are considered as symbols. - 被视为符号的字符。 - - - - HaveIBeenPwned settings - HaveIBeenPwned 设置 - - - - Allowed count - 允许的计数 - - - - Allow up to N occurrences in the HIBP database. - HIBP 数据库中最多允许 N 次出现。 - - - - zxcvbn settings - zxcvbn 设置 - - - - Score threshold - 分数阈值 - - - - If the password's score is less than or equal this value, the policy will fail. - 如果密码分数小于等于此值,则策略失败。 - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - 根据多条规则检查策略请求中的值,这些规则主要用于确保密码强度。 - - - - Password field - 密码字段 - - - - Field key to check, field keys defined in Prompt stages are available. - 要检查的字段键,可以使用输入阶段中定义的字段键。 - - - - Check static rules - 检查静态规则 - - - - Check haveibeenpwned.com - 检查 haveibeenpwned.com - - - - For more info see: - 更多信息请看: - - - - Check zxcvbn - 检查 zxcvbn - - - - Password strength estimator created by Dropbox, see: - Dropbox 制作的密码强度估算器,详见: - - - - Allows/denys requests based on the users and/or the IPs reputation. - 根据用户和/或 IP 信誉允许/拒绝请求。 - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - 无效的登录尝试将降低客户端 IP 及其尝试登录的用户名的分数。 - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - 当信誉分数低于阈值时策略通过,而当其中一个或两个选定选项 -大于等于阈值时策略不通过。 - - - Check IP - 检查 IP - - - - Check Username - 检查用户名 - - - - Threshold - 阈值 - - - - New policy - 新建策略 - - - - Create a new policy. - 创建一个新策略。 - - - - Create Binding - 创建绑定 - - - - Superuser - 超级用户 - - - - Members - 成员 - - - - Select groups to add user to - 选择要添加用户的组 - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - 警告:将用户添加到所选的组会使其获得超级用户权限。 - - - - Successfully updated user. - 已成功更新用户。 - - - - Successfully created user. - 已成功创建用户。 - - - - Username - 用户名 - - - - Email - 电子邮箱 - - - - Path - 路径 - - - - Policy - 策略 - - - - - Group - 组 - - - - - User - 用户 - - - - - Edit Policy - 编辑策略 - - - - Update Group - 更新组 - - - - Edit Group - 编辑组 - - - - Update User - 更新用户 - - - - Edit User - 编辑用户 - - - - Policy binding(s) - 策略绑定 - - - - Update Binding - 更新绑定 - - - - Edit Binding - 编辑绑定 - - - - No Policies bound. - 未绑定策略。 - - - - No policies are currently bound to this object. - 当前没有策略绑定到此对象。 - - - - Related - 相关 - - - - Backchannel Providers - 反向通道提供程序 - - - - Check access - 检查访问权限 - - - - Check - 检查 - - - - Check Application access - 检查应用程序访问权限 - - - - Test - 测试 - - - - Launch - 启动 - - - - Logins over the last week (per 8 hours) - 过去一周的登录次数(每 8 小时) - - - - Policy / Group / User Bindings - 策略 / 组 / 用户绑定 - - - - These policies control which users can access this application. - 这些策略控制哪些用户可以访问此应用程序。 - - - - Successfully updated source. - 已成功更新源。 - - - - Successfully created source. - 已成功创建源。 - - - - Sync users - 同步用户 - - - - User password writeback - 用户密码写回 - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - 登录密码会自动从 LDAP 同步到 authentik。启用此选项可将 authentik 中的密码更改写回至 LDAP。 - - - - Sync groups - 同步组 - - - - Connection settings - 连接设置 - - - - Server URI - 服务器 URI - - - - Specify multiple server URIs by separating them with a comma. - 通过用逗号分隔多个服务器 URI 来指定它们。 - - - - Enable StartTLS - 启用 StartTLS - - - - To use SSL instead, use 'ldaps://' and disable this option. - 要改用 SSL,请使用 'ldaps: //' 并禁用此选项。 - - - - TLS Verification Certificate - TLS 验证证书 - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - 使用 TLS 连接到 LDAP 服务器时,默认情况下不检查证书。指定密钥对以验证远程证书。 - - - - Bind CN - Bind CN - - - - LDAP Attribute mapping - LDAP 属性映射 - - - - Additional settings - 其他设置 - - - - Parent group for all the groups imported from LDAP. - 从 LDAP 导入的所有组的父组。 - - - - User path - 用户路径 - - - - Additional user DN, prepended to the Base DN. - 额外的用户 DN,添加到 Base DN 起始处。 - - - - Additional group DN, prepended to the Base DN. - 额外的组 DN,添加到 Base DN 起始处。 - - - - User object filter - 用户对象筛选器 - - - - Consider Objects matching this filter to be Users. - 将与此筛选器匹配的对象视为用户。 - - - - Group object filter - 组对象过滤器 - - - - Consider Objects matching this filter to be Groups. - 将与此过滤器匹配的对象视为组。 - - - - Group membership field - 组成员资格字段 - - - - Object uniqueness field - 对象唯一性字段 - - - - Field which contains a unique Identifier. - 包含唯一标识符的字段。 - - - - Link users on unique identifier - 使用唯一标识符链接用户 - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - 链接到电子邮件地址相同的用户。当源不验证电子邮件地址时,可能会有安全隐患 - - - - Use the user's email address, but deny enrollment when the email address already exists - 使用用户的电子邮件地址,但在电子邮件地址已存在时拒绝注册 - - - - Link to a user with identical username. Can have security implications when a username is used with another source - 链接到用户名相同的用户。当其他源使用相同用户名时,可能会有安全隐患 - - - - Use the user's username, but deny enrollment when the username already exists - 使用用户的用户名,但在用户名已存在时拒绝注册 - - - - Unknown user matching mode - 未知用户匹配模式 - - - - URL settings - URL 设置 - - - - Authorization URL - 授权 URL - - - - URL the user is redirect to to consent the authorization. - 用户被重定向到以同意授权的 URL。 - - - - Access token URL - 访问令牌 URL - - - - URL used by authentik to retrieve tokens. - authentik 用来获取令牌的 URL。 - - - - Profile URL - 个人资料 URL - - - - URL used by authentik to get user information. - authentik 用来获取用户信息的 URL。 - - - - Request token URL - 请求令牌 URL - - - - URL used to request the initial token. This URL is only required for OAuth 1. - 用于请求初始令牌的 URL。只有 OAuth 1 才需要此网址。 - - - - OIDC Well-known URL - OIDC Well-known URL - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - OIDC Well-known 配置 URL。可用于自动配置上述 URL。 - - - - OIDC JWKS URL - OIDC JWKS URL - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - JSON Web Key URL。来自此 URL 的 Key 将被用于验证此身份来源的 JWT。 - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - 原始 JWKS 数据。 - - - - User matching mode - 用户匹配模式 - - - - Delete currently set icon. - 删除当前设置的图标。 - - - - Consumer key - 消费者 Key - - - - Consumer secret - 消费者 Secret - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - 要传递给 OAuth 提供程序的其他作用域,用空格分隔。要替换已存在的作用域,请添加前缀 *。 - - - - Flow settings - 流程设置 - - - - Flow to use when authenticating existing users. - 认证已存在用户时所使用的流程。 - - - - Enrollment flow - 注册流程 - - - - Flow to use when enrolling new users. - 新用户注册的流程。 - - - - Load servers - 加载服务器 - - - - Allow friends to authenticate via Plex, even if you don't share any servers - 允许好友通过 Plex 进行身份验证,即使您不共享任何服务器。 - - - - Allowed servers - 允许的服务器 - - - - Select which server a user has to be a member of to be allowed to authenticate. - 选择用户必须是哪个服务器的成员才能进行身份验证。 - - - - SSO URL - SSO URL - - - - URL that the initial Login request is sent to. - 初始登录请求发送到的 URL。 - - - - SLO URL - SLO URL - - - - Optional URL if the IDP supports Single-Logout. - 如果 IDP 支持单点登出,则为可选 URL。 - - - - Also known as Entity ID. Defaults the Metadata URL. - 也称为 Entity ID。 默认为元数据 URL。 - - - - Binding Type - 绑定类型 - - - - Redirect binding - 重定向绑定 - - - - Post-auto binding - 自动 Post 绑定 - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Post 绑定,但请求会被自动发送,不需要用户确认。 - - - - Post binding - Post 绑定 - - - - Signing keypair - 签名密钥对 - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - 用于签名传出请求的密钥对。留空则禁用签名。 - - - - Allow IDP-initiated logins - 允许 IDP 发起的登录 - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - 允许由 IdP 启动的身份验证流程。这可能存在安全风险,因为未对请求 ID 进行验证。 - - - - NameID Policy - NameID 策略 - - - - Persistent - 持久的 - - - - Email address - 电子邮箱地址 - - - - Windows - Windows - - - - X509 Subject - X509 主题 - - - - Transient - 暂时的 - - - - Delete temporary users after - 多久后删除临时用户 - - - - 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. - 删除临时用户的时间偏移。这仅适用于您的 IDP 使用 NameID 格式 'transient' 且用户未手动登出的情况。 - - - - Pre-authentication flow - 身份验证前流程 - - - - Flow used before authentication. - 身份验证之前使用的流程。 - - - - New source - 新建身份来源 - - - - Create a new source. - 创建一个新身份来源。 - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - 身份来源,既可以同步到 authentik 的数据库中,也可以被用户用来进行身份验证和注册。 - - - - Source(s) - - - - - Disabled - 已禁用 - - - - Built-in - 内置 - - - - Update LDAP Source - 更新 LDAP 源 - - - - OAuth Source - OAuth 源 - - - - - Generic OpenID Connect - 通用 OpenID 连接 - - - - Unknown provider type - 未知提供程序类型 - - - - Details - 详情 - - - - Callback URL - 回调 URL - - - - Access Key - 访问密钥 - - - - Update OAuth Source - 更新 OAuth 源 - - - - Diagram - 流程图 - - - - Policy Bindings - 策略绑定 - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - 这些绑定控制哪些用户可以访问此源。 -您只能在此处使用策略,因为访问权限会在验证用户身份之前检查。 - - - Update Plex Source - 更新 Plex 源 - - - - Update SAML Source - 更新 SAML 源 - - - - Successfully updated mapping. - 已成功更新映射。 - - - - Successfully created mapping. - 已成功创建映射。 - - - - SAML Attribute Name - SAML 属性名称 - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - 用于 SAML 断言的属性名称。可以是 URN OID、Schema Reference 或任何其他字符串。如果此属性映射用于 NameID 属性,则会丢弃此字段。 - - - - Friendly Name - 显示名称 - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - 可选,设置断言属性的 'FriendlyName' 值。 - - - - Scope name - 作用域名称 - - - - Scope which the client can specify to access these properties. - 客户端可以指定的访问这些属性的范围。 - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - 同意授权时向用户显示的描述。如果留空,则不会告知用户。 - - - - Example context data - 示例上下文数据 - - - - Active Directory User - Active Directory 用户 - - - - Active Directory Group - Active Directory 组 - - - - New property mapping - 新建属性映射 - - - - Create a new property mapping. - 创建一个新属性映射。 - - - - Property Mappings - 属性映射 - - - - Control how authentik exposes and interprets information. - 控制 authentik 如何公开和处理信息。 - - - - Property Mapping(s) - 属性映射 - - - - Test Property Mapping - 测试属性映射 - - - - Hide managed mappings - 隐藏管理映射 - - - - Successfully updated token. - 已成功更新令牌。 - - - - Successfully created token. - 已成功创建令牌。 - - - - Unique identifier the token is referenced by. - 引用令牌的唯一标识符。 - - - - Intent - 意图 - - - - API Token - API Token - - - - Used to access the API programmatically - 用于编程方式访问 API - - - - App password. - 应用密码。 - - - - Used to login using a flow executor - 使用流程执行器登录 - - - - Expiring - 是否设置过期时间 - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - 如果选择此选项,令牌将能够过期。过期时,令牌将被轮换。 - - - - Expires on - 过期时间 - - - - API Access - API 访问权限 - - - - App password - 应用密码 - - - - Verification - 验证 - - - - Unknown intent - 未知意图 - - - - Tokens - 令牌 - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - 令牌在整个 authentik 中用于电子邮件验证阶段、恢复密钥和 API 访问。 - - - - Expires? - 过期? - - - - Expiry date - 过期日期 - - - - Token(s) - 令牌 - - - - Create Token - 创建令牌 - - - - Token is managed by authentik. - 令牌由 authentik 管理。 - - - - Update Token - 更新令牌 - - - - Domain - 域名 - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - 根据域名后缀完成匹配,因此,如果您输入 domain.tld,foo.domain.tld 仍将匹配。 - - - - Default - 默认 - - - - Branding settings - 品牌设置 - - - - Title - 标题 - - - - Branding shown in page title and several other places. - 品牌信息显示在页面标题和其他几个地方。 - - - - Logo - Logo - - - - Favicon - 网站图标 - - - - Icon shown in the browser tab. - 浏览器选项卡中显示的图标。 - - - - Default flows - 默认流程 - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - 用于对用户进行身份验证的流程。如果留空,则使用按 Slug 排序的第一个适用流程。 - - - - Invalidation flow - 失效流程 - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - 用于登出的流程。如果留空,则使用按 Slug 排序的第一个适用流程。 - - - - Recovery flow - 恢复流程 - - - - Unenrollment flow - 删除账户流程 - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - 如果已设置,则用户可以使用此流程自行删除账户。如果未设置流程,则不显示选项。 - - - - User settings flow - 用户设置流程 - - - - If set, users are able to configure details of their profile. - 设置后,用户可以配置他们个人资料的详细信息。 - - - - Device code flow - 设备代码流程 - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - 如果设置,则 OAuth 设备代码用户资料可用,并且选定的流程将会用于输入代码。 - - - - Other global settings - 其他全局设置 - - - - Web Certificate - Web 证书 - - - - Event retention - 事件保留 - - - - Duration after which events will be deleted from the database. - 事件从数据库中删除的时间,超过这个时间就会被删除。 - - - - This setting only affects new Events, as the expiration is saved per-event. - 此设置仅影响新事件,因为过期时间是分事件保存的。 - - - - Configure visual settings and defaults for different domains. - 配置不同域名的可视化设置和默认值。 - - - - Default? - 默认? - - - - Policies - 策略 - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - 允许用户根据属性使用应用程序、强制使用密码标准以及选择性地应用阶段。 - - - - Assigned to object(s). - 已分配给 - 个对象。 - - - - Warning: Policy is not assigned. - 警告:策略未分配。 - - - - Test Policy - 测试策略 - - - - Policy / Policies - 策略 - - - - Successfully cleared policy cache - 已成功清除策略缓存 - - - - Failed to delete policy cache - 删除策略缓存失败 - - - - Clear cache - 清除缓存 - - - - Clear Policy cache - 清除策略缓存 - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - 确实要清除策略缓存吗?这将导致所有策略在下次使用时重新评估。 - - - Reputation scores - 信誉分数 - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - IP 和用户标识符的信誉。每次登录失败分数都会降低,每次登录成功分数都会增加。 - - - - IP - IP - - - - Score - 分数 - - - - Updated - 已更新 - - - - Reputation - 信誉 - - - - Groups - - - - - Group users together and give them permissions based on the membership. - 将用户分组在一起,并根据成员资格为他们授予权限。 - - - - Superuser privileges? - 超级用户权限? - - - - Group(s) - - - - - Create Group - 创建组 - - - - Create group - 创建组 - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - 使用下面的用户名和密码进行身份验证。密码可以稍后在令牌页面上获取。 - - - - Password - 密码 - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - 有效期为 360 天,之后密码将自动轮换。您可以从令牌列表中复制密码。 - - - - The following objects use - 以下对象使用 - - - - - connecting object will be deleted - 连接对象将被删除 - - - - Successfully updated - 成功更新 - - - Failed to update : - 更新 - 失败: - - - - - Successfully updated password. - 已成功更新密码。 - - - - Successfully sent email. - 已成功发送电子邮件。 - - - - Email stage - 电子邮件阶段 - - - - Successfully added user(s). - 成功添加用户。 - - - - User(s) - 用户 - - - - Remove Users(s) - 删除用户 - - - - Are you sure you want to remove the selected users from the group ? - 您确定要从组 - 中删除选定的用户吗? - - - - Remove - 删除 - - - - Impersonate - 模拟身份 - - - - User status - 用户状态 - - - - Change status - 更改状态 - - - - Deactivate - 停用 - - - - Update password - 更新密码 - - - - Set password - 设置密码 - - - - Successfully generated recovery link - 已成功生成恢复链接 - - - - Copy recovery link - 复制恢复链接 - - - - Send link - 发送链接 - - - - Send recovery link to user - 向用户发送恢复链接 - - - - Email recovery link - 电子邮件恢复链接 - - - - Recovery link cannot be emailed, user has no email address saved. - 无法通过电子邮件发送恢复链接,用户没有保存电子邮件地址。 - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - 警告:此组已配置为超级用户权限。加入的用户将会拥有超级用户权限。 - - - - Add existing user - 添加已有用户 - - - - Create User - 创建用户 - - - - Hide service-accounts - 隐藏服务账户 - - - - Group Info - 组信息 - - - - Notes - 备注 - - - - Edit the notes attribute of this group to add notes here. - 编辑该组的备注属性以在此处添加备注。 - - - - Users - 用户 - - - - Root - - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - 警告:您即将删除当前登录的用户( - )。如果继续,请自担风险。 - - - - User folders - 用户目录 - - - - Successfully added user to group(s). - 成功添加用户到组。 - - - - Groups to add - 要添加的组 - - - - Remove from Group(s) - 从组中删除 - - - - Are you sure you want to remove user from the following groups? - 您确定要从以下组中删除用户 - 吗? - - - - Add Group - 添加组 - - - - Add to existing group - 添加到已有组 - - - - Add new group - 添加新组 - - - - Application authorizations - 应用程序授权 - - - - Revoked? - 已吊销? - - - - Expires - 过期 - - - - ID Token - ID 令牌 - - - - Refresh Tokens(s) - 刷新令牌 - - - - Last IP - 上次 IP - - - - Session(s) - 会话 - - - - Expiry - 过期 - - - - (Current session) - (当前会话) - - - - Permissions - 权限 - - - - Consent(s) - 同意授权 - - - - Successfully updated device. - 已成功更新设备。 - - - - Static tokens - 静态令牌 - - - - TOTP Device - TOTP 设备 - - - - Enroll - 注册 - - - - Device(s) - 设备 - - - - Update Device - 更新设备 - - - - Confirmed - 已确认 - - - - User Info - 用户信息 - - - - Actions over the last week (per 8 hours) - 过去一周的操作(每 8 小时) - - - - Edit the notes attribute of this user to add notes here. - 编辑该用户的备注属性以在此处添加备注。 - - - - Sessions - 会话 - - - - User events - 用户事件 - - - - Explicit Consent - 明确同意授权 - - - - OAuth Refresh Tokens - OAuth 刷新令牌 - - - - MFA Authenticators - MFA 身份验证器 - - - - Successfully updated invitation. - 已成功更新邀请。 - - - - Successfully created invitation. - 已成功创建邀请。 - - - - Flow - 流程 - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - 选中时,此邀请仅可在对应流程中使用。默认情况下,此邀请接受所有流程的邀请阶段。 - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - 加载到流程的 'prompt_data' 上下文变量中的可选数据。YAML 或 JSON。 - - - - Single use - 一次性使用 - - - - When enabled, the invitation will be deleted after usage. - 启用后,邀请将在使用后被删除。 - - - - Select an enrollment flow - 选择注册流程 - - - - Link to use the invitation. - 使用邀请的链接。 - - - - Invitations - 邀请 - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - 创建邀请链接以注册用户,并可选地强制设置其账户的特定属性。 - - - - Created by - 创建者 - - - - Invitation(s) - 邀请 - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - 邀请没有限制到任何流程,可以用于任何注册流程。 - - - - Update Invitation - 更新邀请 - - - - Create Invitation - 创建邀请 - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - 警告:没有邀请阶段绑定到任何流程。邀请将无法按预期工作。 - - - - Auto-detect (based on your browser) - 自动检测(基于您的浏览器) - - - - Required. - 必需。 - - - - Continue - 继续 - - - - Successfully updated prompt. - 已成功更新输入项。 - - - - Successfully created prompt. - 已成功创建输入项。 - - - - Text: Simple Text input - 文本:简单文本输入 - - - - Text Area: Multiline text input - 文本框:多行文本输入。 - - - - Text (read-only): Simple Text input, but cannot be edited. - 文本(只读):简单文本输入,但无法编辑。 - - - - Text Area (read-only): Multiline text input, but cannot be edited. - 文本框(只读):多行文本输入,但无法编辑。 - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - 用户名:与文本输入相同,但检查并防止用户名重复。 - - - - Email: Text field with Email type. - 电子邮箱:电子邮箱类型的文本字段。 - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - 密码:屏蔽显示输入内容,多个此类型的输入如果在同一个输入项下,则内容需要相同。 - - - - Number - 数字 - - - - Checkbox - 复选框 - - - - Radio Button Group (fixed choice) - 单选按钮组(固定选项) - - - - Dropdown (fixed choice) - 下拉框(固定选项) - - - - Date - 日期 - - - - Date Time - 日期时间 - - - - File - 文件 - - - - Separator: Static Separator Line - 分隔符:静态分隔线 - - - - Hidden: Hidden field, can be used to insert data into form. - 隐藏:隐藏字段,可用于将数据插入表单。 - - - - Static: Static value, displayed as-is. - 静态:静态值,按原样显示。 - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik:语言:显示 authentik 支持的语言设置。 - - - - Preview errors - 预览错误 - - - - Data preview - 数据预览 - - - - Unique name of this field, used for selecting fields in prompt stages. - 此字段的唯一名称,用于选择输入阶段的字段。 - - - - Field Key - 字段键 - - - - Name of the form field, also used to store the value. - 表单域的名称,也用于存储值。 - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - 当与用户写入阶段结合使用时,请使用 attributes.foo 来编写属性。 - - - - Label - 标签 - - - - Label shown next to/above the prompt. - 标签会显示在输入侧方/上方。 - - - - Required - 必需 - - - - Interpret placeholder as expression - 将占位符解释为表达式 - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - 勾选时,占位符将以与属性映射相同的方式评估。 -如果评估失败,则返回占位符本身。 - - - Placeholder - 占位符 - - - - 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. - 可选的简短提示,用来描述期望的输入值。 -在创建固定选项字段时,启用以表达式解释, -并返回多个选项的列表。 - - - Interpret initial value as expression - 将初始值解释为表达式 - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - 勾选时,初始值将以与属性映射相同的方式评估。 -如果评估失败,则返回初始值本身。 - - - Initial value - 初始值 - - - - 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. - 可选的预设输入初始值。 -在创建固定选项字段时,启用以表达式解释, -并返回多个默认选项的列表。 - - - Help text - 帮助文本 - - - - Any HTML can be used. - 可以使用任何 HTML。 - - - - Prompts - 输入 - - - - Single Prompts that can be used for Prompt Stages. - 可用于输入阶段的单个输入项。 - - - - Field - 字段 - - - - Stages - 阶段 - - - - Prompt(s) - 输入 - - - - Update Prompt - 更新输入项 - - - - Create Prompt - 创建输入 - - - - Target - 目标 - - - - Stage - 阶段 - - - - Evaluate when flow is planned - 流程被规划时评估 - - - - Evaluate policies during the Flow planning process. - 在流程规划过程中评估策略。 - - - - Evaluate when stage is run - 阶段被运行时评估 - - - - Invalid response behavior - 无效响应行为 - - - - Returns the error message and a similar challenge to the executor - 向执行器返回错误消息和类似的质询 - - - - Restarts the flow from the beginning - 从头开始重新启动流程 - - - - Restarts the flow from the beginning, while keeping the flow context - 从头开始重新启动流程,同时保留流程上下文 - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - 针对由此绑定阶段提供的质询,配置流程执行器应如何处理对此质询的无效响应。 - - - - Successfully updated stage. - 已成功更新阶段。 - - - - Successfully created stage. - 已成功创建阶段。 - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - 用来配置基于 Duo 的身份验证器的阶段。此阶段应该用于配置流程。 - - - - Authenticator type name - 身份验证类型名称 - - - - Display name of this authenticator, used by users when they enroll an authenticator. - 此验证器的显示名称,在用户注册验证器时使用。 - - - - API Hostname - API 主机名 - - - - Duo Auth API - Duo Auth API - - - - Integration key - 集成密钥 - - - - Secret key - Secret 密钥 - - - - Duo Admin API (optional) - Duo Admin API(可选) - - - - Stage-specific settings - 阶段特定设置 - - - - Configuration flow - 配置流程 - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - 经过身份验证的用户用来配置此阶段的流程。如果为空,用户将无法配置此阶段。 - - - - Twilio Account SID - Twilio 账户 SID - - - - Get this value from https://console.twilio.com - 从 https://console.twilio.com 获取此值 - - - - Twilio Auth Token - Twilio 身份验证令牌 - - - - Authentication Type - 身份验证类型 - - - - Basic Auth - 基本身份验证 - - - - Bearer Token - Bearer 令牌 - - - - External API URL - 外部 API URL - - - - This is the full endpoint to send POST requests to. - 这是向其发送 POST 请求的完整终端节点。 - - - - API Auth Username - API 身份验证用户名 - - - - This is the username to be used with basic auth or the token when used with bearer token - 这是用于 Basic 身份验证的用户名,或是使用 Bearer 令牌时的令牌 - - - - API Auth password - API 身份验证密码 - - - - This is the password to be used with basic auth - 这是用于 Basic 身份验证的密码 - - - - Mapping - 映射 - - - - Stage used to configure an SMS-based TOTP authenticator. - 用来配置基于短信的 TOTP 身份验证器的阶段。 - - - - Twilio - Twilio - - - - Generic - 通用 - - - - From number - 发信人号码 - - - - Number the SMS will be sent from. - 短信的发信人号码。 - - - - Hash phone number - 哈希电话号码 - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - 如果启用,仅保存电话号码的哈希。这是出于数据保护的原因。如果设备创建自启用此选项的阶段,则无法在验证阶段使用身份验证器。 - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - 用来配置静态身份验证器(即静态令牌)的阶段。此阶段应该用于配置流程。 - - - - Token count - 令牌计数 - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - 用来配置 TOTP 身份验证器(即 Authy/Google 身份验证器)的阶段。 - - - - Digits - 数字 - - - - 6 digits, widely compatible - 6 位数字,广泛兼容 - - - - 8 digits, not compatible with apps like Google Authenticator - 8 位数字,与 Google 身份验证器等应用不兼容 - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - 用来验证任何身份验证器的阶段。此阶段应在身份验证或授权流程中使用。 - - - - Device classes - 设备类型 - - - - Static Tokens - 静态令牌 - - - - TOTP Authenticators - TOTP 身份验证器 - - - - WebAuthn Authenticators - WebAuthn 身份验证器 - - - - Duo Authenticators - Duo 身份验证器 - - - - SMS-based Authenticators - 基于短信的身份验证器 - - - - Device classes which can be used to authenticate. - 可用于进行身份验证的设备类型。 - - - - Last validation threshold - 上次验证阈值 - - - - Not configured action - 未配置操作 - - - - Force the user to configure an authenticator - 强制用户配置身份验证器 - - - - Deny the user access - 拒绝用户访问 - - - - WebAuthn User verification - WebAuthn 用户验证 - - - - User verification must occur. - 必须进行用户验证。 - - - - User verification is preferred if available, but not required. - 如果可用,则首选用户验证,但不是必需的。 - - - - User verification should not occur. - 不应进行用户验证。 - - - - Configuration stages - 配置阶段 - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - 当用户没有任何兼容的设备时,用来配置身份验证器的阶段。此阶段通过后,将不再请求此用户。 - - - - When multiple stages are selected, the user can choose which one they want to enroll. - 选中多个阶段时,用户可以选择要注册哪个。 - - - - User verification - 用户验证 - - - - Resident key requirement - 常驻钥匙要求 - - - - Authenticator Attachment - 身份验证器附件 - - - - No preference is sent - 不发送偏好 - - - - A non-removable authenticator, like TouchID or Windows Hello - 不可移除的身份验证器,例如 TouchID 或 Windows Hello - - - - A "roaming" authenticator, like a YubiKey - 像 YubiKey 这样的“漫游”身份验证器 - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - 此阶段会根据 Google reCaptcha(或兼容的)服务检查用户的当前会话。 - - - - Public Key - 公钥 - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 公钥,从 https://www.google.com/recaptcha/intro/v3.html 获取。 - - - - Private Key - 私钥 - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 私钥,从 https://www.google.com/recaptcha/intro/v3.html 获取。 - - - - Advanced settings - 高级设置 - - - - JS URL - JS URL - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - 拉取 JavaScript 的 URL,默认为 recaptcha。可以替换为任何兼容替代。 - - - - API URL - API URL - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - 用于校验验证码响应的 URL,默认为 recaptcha。可以替换为任何兼容替代。 - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - 请求用户同意授权。同意授权可以是永久性的,也可以在规定的时间后过期。 - - - - Always require consent - 始终需要征得同意授权 - - - - Consent expires in - 同意授权过期时间 - - - - Offset after which consent expires. - 同意过期后的偏移。 - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - 用于测试的虚拟阶段。显示一个简单的“继续”按钮,并且始终通过。 - - - - Throw error? - 抛出错误? - - - - SMTP Host - SMTP 主机 - - - - SMTP Port - SMTP 端口 - - - - SMTP Username - SMTP 用户名 - - - - SMTP Password - SMTP 密码 - - - - Use TLS - 使用 TLS - - - - Use SSL - 使用 SSL - - - - From address - 发件人地址 - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - 通过向用户发送一次性链接来验证用户的电子邮件地址。也可用于在恢复时验证用户的真实性。 - - - - Activate pending user on success - 成功时激活待处理用户 - - - - When a user returns from the email successfully, their account will be activated. - 当用户成功自电子邮件中返回时,其账户将被激活。 - - - - Use global settings - 使用全局设置 - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - 启用后,将使用全局电子邮件连接设置,下面的连接设置将被忽略。 - - - - Template - 模板 - - - - Let the user identify themselves with their username or Email address. - 让用户使用用户名或电子邮件地址来标识自己。 - - - - User fields - 用户字段 - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - 用户可以用来标识自己的字段。如果未选择任何字段,则用户将只能使用源。 - - - - Password stage - 密码阶段 - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - 选中后,密码字段将显示在同一页面,而不是单独的页面上。这样可以防止用户名枚举攻击。 - - - - Case insensitive matching - 不区分大小写的匹配 - - - - When enabled, user fields are matched regardless of their casing. - 启用后,无论大小写如何,都将匹配用户字段。 - - - - Show matched user - 显示匹配的用户 - - - - 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. - 如果输入了有效的用户名/电子邮箱,并且启用了此选项,则会显示用户的用户名和头像。否则,将显示用户输入的文本。 - - - - Source settings - 源设置 - - - - Sources - - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - 选择的源应显示给用户进行身份验证。这只会影响基于 Web 的源,而不影响 LDAP。 - - - - Show sources' labels - 显示源的标签 - - - - By default, only icons are shown for sources. Enable this to show their full names. - 默认情况下,只为源显示图标。启用此选项可显示它们的全名。 - - - - Passwordless flow - 无密码流程 - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - 可选的无密码流程,链接在页面底部。配置后,用户可以使用此流程通过 WebAuthn 身份验证器进行验证,无需输入任何详细信息。 - - - - Optional enrollment flow, which is linked at the bottom of the page. - 可选注册流程,链接在页面底部。 - - - - Optional recovery flow, which is linked at the bottom of the page. - 可选的恢复流程,链接在页面底部。 - - - - This stage can be included in enrollment flows to accept invitations. - 此阶段可以包含在注册流程中以接受邀请。 - - - - Continue flow without invitation - 在没有邀请的情况下继续流程 - - - - 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. - 如果设置了此标志,则当没有发出邀请时,此阶段将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。 - - - - Validate the user's password against the selected backend(s). - 根据选定的后端验证用户的密码。 - - - - Backends - 后端 - - - - User database + standard password - 用户数据库 + 标准密码 - - - - User database + app passwords - 用户数据库 + 应用程序密码 - - - - User database + LDAP password - 用户数据库 + LDAP 密码 - - - - Selection of backends to test the password against. - 选择用于测试密码的后端。 - - - - Failed attempts before cancel - 取消前的的尝试失败 - - - - 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. - 在取消流程之前,用户可以尝试多少次。要锁定用户,请使用信誉策略和 user_write 阶段。 - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - 向用户显示任意输入字段,例如在注册期间。数据保存在流程上下文中的 'prompt_data' 变量下。 - - - - Fields - 字段 - - - - Validation Policies - 验证策略 - - - - Selected policies are executed when the stage is submitted to validate the data. - 当阶段被提交以验证数据时,执行选定的策略。 - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - 删除当前待处理的用户。注意,这个阶段不要求确认。使用同意授权阶段来确保用户知道自己的行为。 - - - Log the currently pending user in. - 登录当前待处理的用户。 - - - - Session duration - 会话持续时间 - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - 确定会话持续多长时间。默认为 0 秒意味着会话持续到浏览器关闭为止。 - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - 不同浏览器处理会话 Cookie 的方式不同,即使关闭浏览器,也不能保证它们会被删除。 - - - - See here. - 详见这里。 - - - - Stay signed in offset - 保持登录偏移量 - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - 如果设置时长大于 0,用户可以选择“保持登录”选项,这将使用户的会话延长此处设置的时间。 - - - - Terminate other sessions - 终止其他会话 - - - - When enabled, all previous sessions of the user will be terminated. - 启用时,此用户的所有过往会话将会被终止。 - - - - Remove the user from the current session. - 从当前会话中移除用户。 - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - 将流程上下文的 'prompt_data' 中的任何数据写入当前待处理的用户。 -如果没有用户处于待处理状态,则会创建新用户并向其写入数据。 - - - Never create users - 从不创建用户 - - - - When no user is present in the flow context, the stage will fail. - 如果流程上下文中没有出现用户,此阶段失败。 - - - - Create users when required - 如果需要则创建用户 - - - - When no user is present in the the flow context, a new user is created. - 如果流程上下文中没有出现用户,则创建新用户。 - - - - Always create new users - 总是创建新用户 - - - - Create a new user even if a user is in the flow context. - 即使用户在流程上下文中,仍然创建新用户。 - - - - Create users as inactive - 创建未激活用户 - - - - Mark newly created users as inactive. - 将新创建的用户标记为未激活。 - - - - User path template - 用户路径模板 - - - - Path new users will be created under. If left blank, the default path will be used. - 新用户将会在此路径下创建。如果留空,则使用默认路径。 - - - - Newly created users are added to this group, if a group is selected. - 如果选择了组,则会将新创建的用户添加到该组。 - - - - New stage - 新建阶段 - - - - Create a new stage. - 创建一个新阶段。 - - - - Successfully imported device. - 已成功导入设备。 - - - - The user in authentik this device will be assigned to. - 此设备要绑定的 authentik 用户。 - - - - Duo User ID - Duo 用户 ID - - - - The user ID in Duo, can be found in the URL after clicking on a user. - Duo 中的用户 ID,可以点击用户之后,在 URL 中找到。 - - - - Automatic import - 自动导入 - - - - Successfully imported devices. - 已成功导入 - 个设备。 - - - - Start automatic import - 开始自动导入 - - - - Or manually import - 或者手动导入 - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - 阶段是引导用户完成流程的单个步骤。阶段只能在流程内部执行。 - - - - Flows - 流程 - - - - Stage(s) - 阶段 - - - - Import - 导入 - - - - Import Duo device - 导入 Duo 设备 - - - - Successfully updated flow. - 已成功更新流程。 - - - - Successfully created flow. - 已成功创建流程。 - - - - Shown as the Title in Flow pages. - 显示为流程页面中的标题。 - - - - Visible in the URL. - 在 URL 中可见。 - - - - Designation - 指定 - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - 决定此流程的用途。例如,当未经身份验证的用户访问 authentik 时,会重定向到身份验证流程。 - - - - No requirement - 无要求 - - - - Require authentication - 需要身份验证 - - - - Required authentication level for this flow. - 此流程需要身份验证等级。 - - - - Behavior settings - 行为设置 - - - - Compatibility mode - 兼容模式 - - - - Increases compatibility with password managers and mobile devices. - 增强与移动设备与密码管理器的兼容性。 - - - - Denied action - 拒绝操作 - - - - Will follow the ?next parameter if set, otherwise show a message - 将会首先遵循 ?next 参数,如果不存在则显示一条消息 - - - - Will either follow the ?next parameter or redirect to the default interface - 将会遵循 ?next 参数或者重定向到默认接口 - - - - Will notify the user the flow isn't applicable - 将会通知用户此流程不适用 - - - - Decides the response when a policy denies access to this flow for a user. - 当一条策略拒绝用户访问此流程时决定响应。 - - - - Appearance settings - 外观设置 - - - - Layout - 布局 - - - - Background - 背景 - - - - Background shown during execution. - 执行过程中显示的背景。 - - - - Clear background - 清除背景 - - - - Delete currently set background image. - 删除当前设置的背景图片。 - - - - Successfully imported flow. - 已成功导入流程。 - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - 流程描述了一系列用于对用户进行身份验证、注册或恢复的阶段。阶段是根据应用于它们的策略来选择的。 - - - - Flow(s) - 流程 - - - - Update Flow - 更新流程 - - - - Create Flow - 创建流程 - - - - Import Flow - 导入流程 - - - - Successfully cleared flow cache - 已成功清除流程缓存 - - - - Failed to delete flow cache - 删除流程缓存失败 - - - - Clear Flow cache - 清除流程缓存 - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - 确实要清除流程缓存吗? -这将导致所有流程在下次使用时重新评估。 - - - Stage binding(s) - 阶段绑定 - - - - Stage type - 阶段类型 - - - - Edit Stage - 编辑阶段 - - - - Update Stage binding - 更新阶段绑定 - - - - These bindings control if this stage will be applied to the flow. - 这些绑定控制是否将此阶段应用于流程。 - - - - No Stages bound - 未绑定阶段 - - - - No stages are currently bound to this flow. - 目前没有阶段绑定到此流程。 - - - - Create Stage binding - 创建阶段绑定 - - - - Bind existing stage - 绑定已有阶段 - - - - Flow Overview - 流程总览 - - - - Related actions - 相关操作 - - - - Execute flow - 执行流程 - - - - Normal - 正常 - - - - Export flow - 导出流程 - - - - Export - 导出 - - - - Stage Bindings - 阶段绑定 - - - - These bindings control which users can access this flow. - 这些绑定控制哪些用户可以访问此流程。 - - - - Event Log - 事件日志 - - - - Event - 事件 - - - - - Event info - 事件信息 - - - - Created - 创建时间 - - - - Successfully updated transport. - 已成功更新传输。 - - - - Successfully created transport. - 已成功创建传输。 - - - - Local (notifications will be created within authentik) - 本地(通知在 authentik 内创建) - - - - Webhook (generic) - Webhook(通用) - - - - Webhook (Slack/Discord) - Webhook(Slack/Discord) - - - - Webhook URL - Webhook URL - - - - Send once - 发送一次 - - - - Only send notification once, for example when sending a webhook into a chat channel. - 仅发送一次通知,例如在向聊天频道发送 Webhook 时。 - - - - Notification Transports - 通知传输 - - - - Define how notifications are sent to users, like Email or Webhook. - 定义如何向用户发送通知,例如电子邮件或 Webhook。 - - - - Notification transport(s) - 通知传输 - - - - Update Notification Transport - 更新通知传输 - - - - Create Notification Transport - 创建通知传输 - - - - Successfully updated rule. - 已成功更新规则。 - - - - Successfully created rule. - 已成功创建规则。 - - - - Transports - 传输 - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - 选择应使用哪些传输方式来通知用户。如果未选择任何内容,则通知将仅显示在 authentik UI 中。 - - - - Severity - 严重程度 - - - - Notification Rules - 通知规则 - - - - Send notifications whenever a specific Event is created and matched by policies. - 每当特定事件被创建并匹配策略时,都会发送通知。 - - - - Sent to group - 已发送到组 - - - - Notification rule(s) - 通知规则 - - - - Update Notification Rule - 更新通知规则 - - - - Create Notification Rule - 创建通知规则 - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - 这些绑定控制此规则触发的事件。 -针对组/用户的绑定会检查与事件相关的用户。 - - - Outpost Deployment Info - 前哨部署信息 - - - - View deployment documentation - 查看部署文档 - - - - Click to copy token - 点击复制令牌 - - - - If your authentik Instance is using a self-signed certificate, set this value. - 如果您的 authentik 实例正在使用自签名证书,请设置此值。 - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - 如果您的 authentik_host 设置与您要登录时使用的网址不匹配,请添加此设置。 - - - - Successfully updated outpost. - 已成功更新前哨。 - - - - Successfully created outpost. - 已成功创建前哨。 - - - - Radius - Radius - - - - Integration - 集成 - - - - Selecting an integration enables the management of the outpost by authentik. - 选择集成使 authentik 能够管理前哨。 - - - - Configuration - 配置 - - - - See more here: - 了解更多: - - - - Documentation - 文档 - - - - Last seen - 上次出现 - - - - , should be - - ,应该是 - - - - - Hostname - 主机名 - - - - Not available - 不可用 - - - - Unknown type - 未知类型 - - - - Outposts - 前哨 - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - 前哨是对 authentik 组件的部署,用于支持不同的环境和协议,例如反向代理。 - - - - Health and Version - 健康状态与版本 - - - - Warning: authentik Domain is not configured, authentication will not work. - 警告:未配置 authentik 域名,身份验证将不起作用。 - - - - Logging in via . - 通过 - 登录。 - - - - No integration active - 没有激活的集成 - - - - Update Outpost - 更新前哨 - - - - View Deployment Info - 查看部署信息 - - - - Detailed health (one instance per column, data is cached so may be out of date) - 详细健康状况(每列一个实例,数据经过缓存,因此可能会过时) - - - - Outpost(s) - 前哨 - - - - Create Outpost - 创建前哨 - - - - Successfully updated integration. - 已成功更新集成。 - - - - Successfully created integration. - 已成功创建集成。 - - - - Local - 本地 - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - 如果启用,请使用本地连接。需要 Docker Socket/Kubernetes 集成。 - - - - Docker URL - Docker URL - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - 验证端点证书所依据的 CA。可以留空,表示不进行验证。 - - - - TLS Authentication Certificate/SSH Keypair - TLS 身份验证证书/SSH 密钥对 - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - 用于身份验证的证书/密钥。可以留空表示不验证。 - - - - When connecting via SSH, this keypair is used for authentication. - 通过 SSH 连接时,此密钥对用于身份验证。 - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - 验证 Kubernetes API SSL 证书 - - - - New outpost integration - 新建前哨集成 - - - - Create a new outpost integration. - 创建一个新前哨集成。 - - - - State - 状态 - - - - Unhealthy - 不健康 - - - - Outpost integration(s) - 前哨集成 - - - - Successfully generated certificate-key pair. - 已成功生成证书密钥对。 - - - - Common Name - 常用名 - - - - Subject-alt name - 替代名称 - - - - Optional, comma-separated SubjectAlt Names. - 可选,逗号分隔的替代名称。 - - - - Validity days - 有效天数 - - - - Successfully updated certificate-key pair. - 已成功更新证书密钥对。 - - - - Successfully created certificate-key pair. - 已成功创建证书密钥对。 - - - - PEM-encoded Certificate data. - PEM 编码的证书数据。 - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - 可选私钥。如果设置,则可以使用此密钥对来加密。 - - - - Certificate-Key Pairs - 证书密钥对 - - - - Import certificates of external providers or create certificates to sign requests with. - 导入外部提供商的证书或创建用于签名请求的证书。 - - - - Private key available? - 私钥可用吗? - - - - Certificate-Key Pair(s) - 证书密钥对 - - - - Managed by authentik - 由 authentik 管理 - - - - Managed by authentik (Discovered) - 由 authentik 管理(已发现) - - - - Yes () - 是( - - - - - No - - - - - Update Certificate-Key Pair - 更新证书密钥对 - - - - Certificate Fingerprint (SHA1) - 证书指纹(SHA1) - - - - Certificate Fingerprint (SHA256) - 证书指纹(SHA256) - - - - Certificate Subject - 证书主题 - - - - Download Certificate - 下载证书 - - - - Download Private key - 下载私钥 - - - - Generate - 生成 - - - - Successfully updated instance. - 已成功更新实例。 - - - - Successfully created instance. - 已成功创建实例。 - - - - Disabled blueprints are never applied. - 禁用的蓝图永远不会应用。 - - - - Local path - 本地路径 - - - - OCI Registry - OCI Registry - - - - Internal - 内部 - - - - Blueprint - 蓝图 - - - - Configure the blueprint context, used for templating. - 配置蓝图上下文,用于模板操作。 - - - - Orphaned - 孤立 - - - - Blueprints - 蓝图 - - - - Automate and template configuration within authentik. - 在 authentik 内的自动化与模板配置。 - - - - Last applied - 上次应用 - - - - Blueprint(s) - 蓝图 - - - - Update Blueprint - 更新蓝图 - - - - Create Blueprint Instance - 创建蓝图实例 - - - - API Requests - API 请求 - - - - Open API Browser - 打开 API 浏览器 - - - - Notifications - 通知 - - - - unread - - 未读 - - - - Successfully cleared notifications - 已成功清除通知 - - - - Clear all - 全部清除 - - - - User interface - 用户界面 - - - - Dashboards - 仪表板 - - - - Events - 事件 - - - - Logs - 日志 - - - - Directory - 目录 - - - - System - 系统 - - - - Certificates - 证书 - - - - Outpost Integrations - 前哨集成 - - - - API request failed - API 请求失败 - - - - Something went wrong! Please try again later. - 发生了某些错误!请稍后重试。 - - - - Request ID - 请求 ID - - - - You may close this page now. - 您可以关闭此页面了。 - - - - You're about to be redirect to the following URL. - 您将被重定向到以下 URL。 - - - - Follow redirect - 跟随重定向 - - - - Request has been denied. - 请求被拒绝。 - - - - Not you? - 不是您? - - - - Need an account? - 需要一个账户? - - - - Sign up. - 注册。 - - - - Forgot username or password? - 忘记用户名或密码? - - - - Or - 或者 - - - - Use a security key - 使用安全密钥 - - - - Login to continue to . - 登录以继续前往 - - - - - Please enter your password - 请输入您的密码 - - - - Forgot password? - 忘记密码了吗? - - - - Application requires following permissions: - 应用程序需要以下权限: - - - - Application already has access to the following permissions: - 应用程序已经获得以下权限: - - - - Application requires following new permissions: - 应用程序需要以下新权限: - - - - Check your Inbox for a verification email. - 检查您的收件箱是否有验证电子邮件。 - - - - Send Email again. - 再次发送电子邮件。 - - - - Successfully copied TOTP Config. - 已成功复制 TOTP 配置。 - - - - Code - 代码 - - - - Duo activation QR code - Duo 激活二维码 - - - - Alternatively, if your current device has Duo installed, click on this link: - 或者,如果您当前的设备已安装 Duo,请点击此链接: - - - - Duo activation - Duo 激活 - - - - Check status - 检查状态 - - - - Make sure to keep these tokens in a safe place. - 确保将这些令牌保存在安全的地方。 - - - - Phone number - 电话号码 - - - - Please enter your Phone number. - 请输入您的电话号码。 - - - - Please enter the code you received via SMS - 请输入您通过短信收到的验证码 - - - - Static token - 静态令牌 - - - - Authentication code - 身份验证代码 - - - - Please enter your code - 请输入您的代码 - - - - Retry authentication - 重试身份验证 - - - - Duo push-notifications - Duo 推送通知 - - - - Receive a push notification on your device. - 在您的设备上接收推送通知。 - - - - Authenticator - 身份验证器 - - - - Use a security key to prove your identity. - 使用安全密钥证明您的身份。 - - - - Traditional authenticator - 传统身份验证器 - - - - Use a code-based authenticator. - 使用基于代码的身份验证器。 - - - - Recovery keys - 恢复密钥 - - - - SMS - 短信 - - - - Tokens sent via SMS. - 通过短信发送的令牌。 - - - - Stay signed in? - 保持登录? - - - - Select Yes to reduce the number of times you're asked to sign in. - 选择“是”以减少您被要求登录的次数。 - - - - Authenticating with Plex... - 正在使用 Plex 进行身份验证... - - - - Waiting for authentication... - 正在等待身份验证… - - - - If no Plex popup opens, click the button below. - 如果 Plex 没有弹出窗口,则点击下面的按钮。 - - - - Open login - 打开登录 - - - - Authenticating with Apple... - 正在使用 Apple 进行身份验证... - - - - Retry - 重试 - - - - You've successfully authenticated your device. - 您成功验证了此设备的身份。 - - - - Flow inspector - 流程检视器 - - - - Next stage - 下一阶段 - - - - Stage name - 阶段名称 - - - - Stage kind - 阶段种类 - - - - Stage object - 阶段对象 - - - - This flow is completed. - 此流程已完成。 - - - - Plan history - 规划历史记录 - - - - Current plan context - 当前计划上下文 - - - - Session ID - 会话 ID - - - - Powered by authentik - 由 authentik 强力驱动 - - - - Error creating credential: - 创建凭据时出错: - - - - - Server validation of credential failed: - 服务器验证凭据失败: - - - - - Refer to documentation - 查阅文档 - - - No Applications available. - 没有可用的应用程序。 - - - - Either no applications are defined, or you don’t have access to any. - 没有定义应用程序,或者您无权访问任何应用程序。 - - - My Applications - 我的应用 - - - - My applications - 我的应用 - - - - Change your password - 更改您的密码 - - - - Change password - 更改密码 - - - - Save - 保存 - - - - Delete account - 删除账户 - - - - Successfully updated details - 已成功更新详情 - - - - Open settings - 打开设置 - - - - No settings flow configured. - 未配置设置流程 - - - - Update details - 更新详情 - - - - Successfully disconnected source - 解绑成功 - - - - Failed to disconnected source: - 解绑源失败: - - - - - Disconnect - 断开连接 - - - - Connect - 连接 - - - - Error: unsupported source settings: - 错误:不支持的源设置: - - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - 将您的用户账户连接到下面列出的服务,以允许您使用该服务而不是传统凭据登录。 - - - - No services available. - 没有可用的服务。 - - - - Create App password - 创建应用密码 - - - - User details - 用户详情 - - - - Consent - 同意授权 - - - - MFA Devices - MFA 设备 - - - - Connected services - 已连接服务 - - - - Tokens and App passwords - 令牌和应用程序密码 - - - - Unread notifications - 未读通知 - - - - Admin interface - 管理员界面 - - - - Stop impersonation - 停止模拟身份 - - - - Avatar image - 头像图片 - - - - Failed - 已失败 - - - - Unsynced / N/A - 未同步 / N/A - - - - Outdated outposts - 过时的前哨 - - - - Unhealthy outposts - 不健康的前哨 - - - - Next - 下一步 - - - - Inactive - 未激活 - - - - Regular user - 普通用户 - - - - Activate - 激活 - - - - Use Server URI for SNI verification - SNI 验证时使用服务器 URI - - - Required for servers using TLS 1.3+ - 使用 TLS 1.3+ 的服务器必需 - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - 基于 LDAP 服务端证书进行身份验证的客户端证书密钥对。 - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - 为上方配置 Base DN 提供的证书。作为回退,提供程序使用一个自签名证书。 - - - TLS Server name - TLS 服务器名称 - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - 上方配置证书应该使用的 DNS 名称。无法基于 Base DN 检测证书,因为 SSL/TLS 协商发生在此类数据交换之前。 - - - TLS Client authentication certificate - TLS 客户端身份验证证书 - - - Model - 模型 - - - Match events created by selected model. When left empty, all models are matched. - 匹配选定模型创建的事件。如果留空,则匹配所有模型。 - - - Code-based MFA Support - 基于代码的 MFA 支持 - - - 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. - 启用时,可以通过在密码后添加分号和 TOTP 代码来使用基于代码的多因素身份验证。仅在所有绑定到此提供程序的用户都已配置 TOTP 设备的情况下才应该启用,否则密码可能会因为包含分号而被错误地拒绝。 - - - User type - 用户类型 - - - Successfully updated license. - 已成功更新许可证。 - - - Successfully created license. - 已成功创建许可证。 - - - Install ID - 安装 ID - - - License key - 许可证密钥 - - - Licenses - 许可证 - - - License(s) - 许可证 - - - Cumulative license expiry - 累计许可证过期时间 - - - Update License - 更新许可证 - - - Warning: The current user count has exceeded the configured licenses. - 警告:当前用户数超过了配置的许可证限制 - - - Click here for more info. - 点击这里了解更多。 - - - Enterprise - 企业版 - - - Manage enterprise licenses - 管理企业版许可证 - - - No licenses found. - 未找到许可证。 - - - Send us feedback! - 给我们发送反馈! - - - Go to Customer Portal - 前往客户中心 - - - Forecast internal users - 预测内部用户 - - - Estimated user count one year from now based on current internal users and forecasted internal users. - - - Forecast external users - 预测外部用户 - - - Estimated user count one year from now based on current external users and forecasted external users. - - - Install - 安装 - - - Install License - 安装许可证 - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - 内部用户可能是企业员工等,有权访问完整的企业版功能。 - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - 外部用户可能是外部顾问或 B2C 客户等。这些用户无权访问企业版功能。 - - - Service accounts should be used for machine-to-machine authentication or other automations. - 服务账户应该用于机器到机器(M2M)身份验证或其他自动化操作。 - - - Remove item - 删除项目 - - - Open API drawer - 打开 API 抽屉 - - - Open Notification drawer - 打开通知抽屉 - - - Add provider - 添加提供程序 - - - Open - 打开 - - - Copy token - 复制令牌 - - - Add users - 添加用户 - - - Add group - 添加组 - - - Import devices - 导入设备 - - - Execute - 执行 - - - Show details - 显示详情 - - - Apply - 应用 - - - Settings - 设置 - - - Sign out - 登出 - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - 使用此阶段时生成的令牌数量。每次阶段执行中生成的每个令牌都会被附加到单个静态设备上。 - - - Token length - 令牌长度 - - - The length of the individual generated tokens. Can be increased to improve security. - 每个生成令牌的长度。可以增加以增强安全性。 - - - Internal: - 内部: - - - External: - 外部: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - 静态拒绝流。要有效地使用此阶段,请在相应的绑定上禁用*规划时进行评估*。 - - - Create and bind Policy - 创建与绑定策略 - - - Federation and Social login - 联结与社交登录 - - - Create and bind Stage - 创建与绑定阶段 - - - Flows and Stages - 流程与阶段 - - - New version available - 新版本可用 - - - Failure result - 失败结果 - - - Pass - 通过 - - - Don't pass - 不通过 - - - Result used when policy execution fails. - 策略执行失败时的结果。 - - - Required: User verification must occur. - 必需:必须进行用户验证。 - - - Preferred: User verification is preferred if available, but not required. - 首选:尽可能进行用户验证,但不是必须。 - - - Discouraged: User verification should not occur. - 避免:不应该进行用户验证。 - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - 必需:身份验证器必须创建专用凭据。如果不能,RP 预期会发生错误 - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - 首选:身份验证器可以创建和存储专用凭据,但不创建也可以 - - - Discouraged: The authenticator should not create a dedicated credential - 避免:身份验证器不应该创建专用凭据 - - - Lock the user out of this system - 在此系统中锁定用户 - - - Allow the user to log in and use this system - 允许用户登录并使用此系统 - - - Temporarily assume the identity of this user - 临时假定此用户的身份 - - - Enter a new password for this user - 为此用户输入新密码 - - - Create a link for this user to reset their password - 为此用户创建一个重置密码链接 - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn 需要此页面通过 HTTPS 访问。 - - - WebAuthn not supported by browser. - 浏览器不支持 WebAuthn。 - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - 与 nginx 的 auth_request 或 traefik 的 ForwardAuth 一起使用此提供程序。每个应用程序/域名都需要自己的提供程序。此外,在每个域名上,/outpost.goauthentik.io 必须路由到前哨(在使用托管的 Outpost 时,这已经为您处理好了)。 - - - Default relay state - 默认中继状态 - - - When using IDP-initiated logins, the relay state will be set to this value. - 当使用 IDP 发起的登录时,中继状态会被设置为此值。 - - - Flow Info - 流程信息 - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - 用来配置 WebAuthn 身份验证器(即 Yubikey、FaceID/Windows Hello)的阶段。 - -<<<<<<< HEAD - - Internal application name used in URLs. - 在 URL 中使用的应用内部名称。 - - - Submit - 提交 - - - UI Settings - 用户界面设置 - - - Your application has been saved - 您的应用程序已保存 - - - Custom attributes - 自定义属性 - - - Don't show this message again. - 不要再显示此消息。 - - - Failed to fetch - 拉取失败 - - - Failed to fetch data. - 拉取数据失败。 - - - Successfully assigned permission. - 已成功分配权限。 - - - Role - 角色 - - - Assign - 分配 - - - Assign permission to role - 为角色分配权限 - - - Assign to new role - 分配到新角色 - - - Directly assigned - 直接分配 - - - Assign permission to user - 为用户分配权限 - - - Assign to new user - 分配到新用户 - - - User Object Permissions - 用户对象权限 - - - Role Object Permissions - 角色对象权限 - - - Roles - 角色 - - - Select roles to grant this groups' users' permissions from the selected roles. - 选择角色,为该组内用户授予所选角色的权限。 - - - Editing is disabled for managed tokens - 托管令牌的编辑已被禁用 - - - Permissions to add - 要添加的权限 - - - Select permissions - 选择权限 - - - Assign permission - 分配权限 - - - Permission(s) - 权限 - - - Permission - 权限 - - - User doesn't have view permission so description cannot be retrieved. - 用户不具有查看权限,所以无法获取描述。 - - - Assigned global permissions - 分配的全局权限 - - - Assigned object permissions - 分配的对象权限 - - - Successfully updated role. - 已成功更新角色。 - - - Successfully created role. - 已成功创建角色。 - - - Manage roles which grant permissions to objects within authentik. - 管理向 authentik 中的对象授予权限的角色。 - - - Role(s) - 角色 - - - Update Role - 更新角色 - - - Create Role - 创建角色 - - - Role doesn't have view permission so description cannot be retrieved. - 角色不具有查看权限,所以无法获取描述。 - - - Role - - - Role Info - 角色信息 - - - Pseudolocale (for testing) - 伪区域(测试用) - - - One hint, 'New Application Wizard', is currently hidden - “新应用程序向导”提示目前已隐藏 - - - Deny message - 拒绝消息 - - - Message shown when this stage is run. - 此阶段运行时显示的消息。 - - - The token has been copied to your clipboard - 令牌已被复制到剪贴板 - - - The token was displayed because authentik does not have permission to write to the clipboard - 令牌已被显示,因为 authentik 缺少写入剪贴板的权限 - - - A copy of this recovery link has been placed in your clipboard - 一份恢复链接拷贝已被写入剪贴板 - - - Create recovery link - 创建恢复链接 - - - Create Recovery Link - 创建恢复链接 - - - External - 外部 - - - Service account - 服务账户 - - - Service account (internal) - 服务账户(内部) - - - Check the release notes - 查看发行日志 - - - User Statistics - 用户统计 - - - User type used for newly created users. - 新创建用户使用的用户类型。 - - - Users created - 已创建用户 - - - Failed logins - 失败登录 - - - Also known as Client ID. - 也称为客户端 ID。 - - - Also known as Client Secret. - 也称为客户端密钥。 - - - Global status - 全局状态 - - - Vendor - 供应商 - - - Connectivity - 连接性 - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0:过于易猜测:密码有风险。(猜测次数 &lt; 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1:非常易猜测:可以防范受限的在线攻击。(猜测次数 &lt; 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2:有些易猜测:可以防范不受限的在线攻击。(猜测次数 &lt; 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3:难以猜测:适度防范离线慢速哈希场景。(猜测次数 &lt; 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4:非常难以猜测:高度防范离线慢速哈希场景。(猜测次数 &gt;= 10^10) - - - Successfully created user and added to group - 成功创建用户并添加到组 - - - This user will be added to the group "". - 此用户将会被添加到组 &quot;&quot;。 - - - Pretend user exists - 假作用户存在 - - - When enabled, the stage will always accept the given user identifier and continue. - 启用时,此阶段总是会接受指定的用户 ID 并继续。 - - - There was an error in the application. - 应用程序中存在一个错误。 - - - Review the application. - 检查此应用程序。 - - - There was an error in the provider. - 提供程序中存在一个错误。 - - - Review the provider. - 检查此提供程序。 - - - There was an error creating the application, but no error message was sent. Please review the server logs. - 创建应用程序时存在一个错误,但未发送错误消息。请检查服务器日志。 - - - Configure LDAP Provider - 配置 LDAP 提供程序 - - - Configure Proxy Provider - 配置代理提供程序 - - - Configure Radius Provider - 配置 Radius 提供程序 - - - Configure SAML Provider - 配置 SAML 提供程序 - - - Configure SCIM Provider - 配置 SCIM 提供程序 - - - Connection settings. - 连接设置。 - - - Successfully updated endpoint. - 已成功更新端点。 - - - Successfully created endpoint. - 已成功创建端点。 - - - Protocol - 协议 - - - RDP - RDP - - - SSH - SSH - - - VNC - VNC - - - Host - 主机 - - - Endpoint(s) - 端点 - - - Update Endpoint - 更新端点 - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - 这些绑定控制哪些用户能够访问此端点。用户必须也能访问此应用程序。 - - - Create Endpoint - 创建端点 - - - Update RAC Provider - 更新 RAC 提供程序 - - - Endpoints - 端点 - - - General settings - 常规设置 - - - RDP settings - RDP 设置 - - - Ignore server certificate - 忽略服务器证书 - - - Enable wallpaper - 启用壁纸 - - - Enable font-smoothing - 启用字体平滑 - - - Enable full window dragging - 启用完整窗口拖拽 - - - Network binding - 网络绑定 - - - No binding - 无绑定 - - - Bind ASN - 绑定 ASN - - - Bind ASN and Network - 绑定 ASN 和网络 - - - Bind ASN, Network and IP - 绑定 ASN、网络和 IP - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - 配置由此阶段创建的会话是否应该绑定到创建它们的网络。 - - - GeoIP binding - GeoIP 绑定 - - - Bind Continent - 绑定大陆 - - - Bind Continent and Country - 绑定大陆和国家 - - - Bind Continent, Country and City - 绑定大陆、国家和城市 - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - 配置由此阶段创建的会话是否应该绑定到基于 GeoIP 的位置。 - - - RAC - RAC - - - Connection failed after attempts. - 连接在 次尝试后失败。 - - - Re-connecting in second(s). - 将在 秒后重新连接。 - - - Connecting... - 正在连接… - - - Select endpoint to connect to - 选择要连接到的端点 - - - Connection expiry - 连接过期 - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - 设置会话在被断开连接并需要重新授权之前持续的时间。 - - - Learn more - 了解更多 - - - Maximum concurrent connections - 最大并发连接数 - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - 允许到此端点的最大并发连接数。可以设置为 -1 以禁用限制。 - - - Korean - 韩语 - - - Dutch - 荷兰语 - - - Brand - 品牌 - - - Successfully updated brand. - 已成功更新品牌。 - - - Successfully created brand. - 已成功创建品牌。 - - - Use this brand for each domain that doesn't have a dedicated brand. - 所有未设置专用品牌的域名都将使用此品牌。 - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - 使用 YAML 或 JSON 格式设置自定义属性。如果请求由此品牌处理,则用户会继承此处设置的任何自定义属性。 - - - Brands - 品牌 - - - Brand(s) - 品牌 - - - Update Brand - 更新品牌 - - - Create Brand - 创建品牌 - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - 要让用户直接重置密码,请在当前活动的品牌上配置恢复流程。 - - - Successfully updated settings. - 已成功更新设置。 - - - Avatars - 头像 - - - Configure how authentik should show avatars for users. The following values can be set: - 配置 authentik 应该如何显示用户头像。可以配置为以下值: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - 禁用单用户头像,仅显示 1x1 像素的透明图片 - - - Uses gravatar with the user's email address - 根据用户的电子邮件地址使用 Gravatar - - - Generated avatars based on the user's name - 根据用户的名称生成头像 - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - 任意 URL:如果您想使用托管在其他服务器上的图像,可以设置为任意 URL。此外,还可以使用以下占位符: - - - The user's username - 用户名 - - - The email address, md5 hashed - 电子邮件地址,经过 MD5 哈希 - - - The user's UPN, if set (otherwise an empty string) - 用户的 UPN,如果存在(否则为空字符串) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - 任意形如 - attributes.something.avatar 的属性 - 路径,可以与文件字段相组合,以允许用户 - 自行上传自定义头像。 - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - 可以设置多个以逗号分隔的值,如果 authentik 无法找到头像,就会回退到下一个模式。 - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - 例如,将该选项设置为 gravatar,initials, - 就会创建从 Gravatar 获取头像,如果用户没有在那里 - 设置过,就回退到生成头像。 - - - Allow users to change name - 允许用户修改名称 - - - Enable the ability for users to change their name. - 启用用户修改自己名称的能力。 - - - Allow users to change email - 允许用户修改电子邮件地址 - - - Enable the ability for users to change their email. - 启用用户修改自己电子邮件地址的能力。 - - - Allow users to change username - 允许用户修改用户名 - - - Enable the ability for users to change their username. - 启用用户修改自己用户名的能力。 - - - Footer links - 页脚链接 - - - GDPR compliance - GDPR 合规性 - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - 启用时,所有由用户造成的事件会在相应用户被删除时一并删除。 - - - Impersonation - 模拟身份 - - - Globally enable/disable impersonation. - 全局启用/禁用模拟身份。 - - - System settings - 系统设置 - - - Changes made: - 作出的修改: - - - Key - 键名 - - - Previous value - 之前的值 - - - New value - 新值 - - - Raw event info - 原始事件信息 - - - Anonymous user - 匿名用户 - - - Add All Available - 添加所有可用 - - - Remove All Available - 删除所有可用 - - - Remove All - 删除所有 - - - Available options - 可用选项 - - - Selected options - 已选项目 - - - item(s) marked to add. - 项被标记为添加。 - - - item(s) selected. - 项已选择。 - - - item(s) marked to remove. - 项被标记为删除。 - - - Available Applications - 可用应用 - - - Selected Applications - 已选应用 - - - Last used - 上次使用 - - - OAuth Access Tokens - OAuth 访问令牌 - - - Credentials / Tokens - 凭据 / 令牌 - - - Permissions set on users which affect this object. - 为影响此对象的用户设置的权限。 - - - Permissions set on roles which affect this object. - 为影响此对象的角色设置的权限。 - - - Permissions assigned to this user which affect all object instances of a given type. - 分配给该用户的权限,会影响给定类型的所有对象实例。 - - - Permissions assigned to this user affecting specific object instances. - 分配给该用户的权限,会影响特定对象实例。 - - - Permissions assigned to this role which affect all object instances of a given type. - 分配给该角色的权限,会影响给定类型的所有对象实例。 - - - JWT payload - JWT 载荷 - - - Preview for user - 用户预览 - - - Brand name - 品牌名称 - - - Delete authorization on disconnect - 断开连接时删除授权 - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - 启用时,客户端断开连接时,其连接授权将会被删除。这会导致网络连接不稳定的客户端重新授权此端点。 - - - Connection Token(s) - 连接令牌 - - - Endpoint - 端点 - - - Connections - 连接 - - - Unconfigured - 未配置 - - - This option will not be changed by this mapping. - 此选项不会被此映射更改。 - - - RAC Connections - RAC 连接 - - - Sending Duo push notification... - 正在发送 Duo 推送通知... - - - Failed to authenticate - 身份验证失败 - - - Authenticating... - 正在验证身份... - - - Customization - 自定义 - - - Authentication failed. Please try again. - 身份验证失败。请重试。 - - - Failed to register. Please try again. - 注册失败。请重试。 - - - Registering... - 正在注册... - - - Failed to register - 注册失败 - - - Retry registration - 重试注册 - - - Select one of the options below to continue. - 选择以下选项之一以继续。 - - - Latest version unknown - 最新版本未知 - - - Timestamp - 时间戳 - - - Time - 时间 - - - Level - 等级 - - - Event - 事件 - - - Logger - 日志记录器 - - - Update internal password on login - 登录时更新内部密码 - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - 当用户使用此源密码后端登录 authentik 时,在 authentik 内更新他们的凭据。 - - - Source - - - - Resume timeout - 恢复超时 - - - Amount of time a user can take to return from the source to continue the flow. - 用户从源返回并继续流程可以消耗的时间。 - - - Your Install ID - 您的安装 ID - - - Enter the email associated with your account, and we'll send you a link to reset your password. - 输入与您的账户关联的电子邮件地址,我们将会向您发送重置密码链接。 - - - Stage name: - 阶段名称: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - 请用 Microsoft 身份验证器、Google 身份验证器或您设备上的其他身份验证器应用扫描上面的二维码,然后在下方输入设备上显示的代码,以完成 MFA 设备设置。 - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - 将 OAuth 或 SAML 源注入到流程执行过程中。这允许额外的用户验证,或者基于不同的用户标识符(用户名、电子邮件地址等)动态访问不同的源。 - - - A selection is required - 需要进行选择 - - - Device type restrictions - 设备类型限制 - - - Available Device types - 可用设备类型 - - - Selected Device types - 已选设备类型 - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - 可选的 WebAuthn 可用设备类型限制。如果未选择设备类型,则允许所有设备。 - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - 如果用户在配置的持续时间内通过上面列出类别中的设备验证身份成功,则跳过此阶段。 - - - WebAuthn-specific settings - WebAuthn 特定设置 - - - WebAuthn Device type restrictions - WebAuthn 设备类型限制 - - - This restriction only applies to devices created in authentik 2024.4 or later. - 此限制仅适用于在 authentik 2024.4 或更新版本中创建的设备。 - - - Default token duration - 默认令牌持续时间 - - - Default duration for generated tokens - 生成令牌的默认持续时间 - - - Default token length - 默认令牌长度 - - - Default length of generated tokens - 生成令牌的默认长度 - - - deleted - 已删除 - - - Select permissions to assign - 选择权限以分配 - - - Update SCIM Source - 更新 SCIM 源 - - - SCIM Base URL - SCIM Base URL - - - Provisioned Users - 预配用户 - - - Provisioned Groups - 预配组 - - - removed - 已删除 - - - Verifying... - 正在验证... - - - Available Roles - 可用角色 - - - Selected Roles - 已选角色 - - - Private key Algorithm - 私钥算法 - - - RSA - RSA - - - ECDSA - ECDSA - - - Algorithm used to generate the private key. - 用于生成私钥的算法。 - - - Added ID - 已添加 ID - - - Removed ID - 已删除 ID - - - Cleared - 已清除 - - - Google Workspace Provider - Google Workspace 提供程序 - - - Credentials - 凭据 - - - Delegated Subject - 委托主题 - - - Default group email domain - 默认组电子邮件域 - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - 用于生成组内电子邮件的默认域。可以通过属性映射进行自定义。 - - - User deletion action - 用户删除动作 - - - User is deleted - 用户被删除 - - - Suspend - 停用 - - - User is suspended, and connection to user in authentik is removed. - 用户被停用,authentik 与此用户的连接被删除。 - - - Do Nothing - 什么也不做 - - - The connection is removed but the user is not modified - 连接被删除,但用户未被修改 - - - Determines what authentik will do when a User is deleted. - 决定当用户被删除时,authentik 应该做什么。 - - - Group deletion action - 组删除动作 - - - Group is deleted - 组被删除 - - - The connection is removed but the group is not modified - 连接被删除,但组未被修改 - - - Determines what authentik will do when a Group is deleted. - 决定当组被删除时,authentik 应该做什么。 - - - Microsoft Entra Provider - Microsoft Entra 提供程序 - - - Google Cloud credentials file. - Google Cloud 凭据文件。 - - - Email address of the user the actions of authentik will be delegated to. - 接受 authentik 操作委托的用户电子邮件地址。 - - - Client ID for the app registration. - 应用注册的客户端 ID。 - - - Client secret for the app registration. - 应用注册的客户端密钥。 - - - Tenant ID - 租户 ID - - - ID of the tenant accounts will be synced into. - 将被同步的租户账户 ID。 - - - Update Microsoft Entra Provider - 更新 Microsoft Entra 提供程序 - - - Update Google Workspace Provider - Google Workspace 提供程序 - - - Enterprise only - 仅限企业版 - - - Icon - 图标 - - - (build ) - (构建 - - - (FIPS) - (FIPS) - - - Score minimum threshold - 分数最小阈值 - - - Minimum required score to allow continuing - 允许继续所需的最小分数 - - - Score maximum threshold - 分数最大阈值 - - - Maximum allowed score to allow continuing - 允许继续所需的最大分数 - - - Error on invalid score - 分数无效时报错 - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - 启用时,如果结果分数超出阈值,用户将无法继续。禁用时,用户可以继续,分数可用于自定义下一阶段的策略。 - - - Microsoft Entra Group(s) - Microsoft Entra 组 - - - Microsoft Entra User(s) - Microsoft Entra 用户 - - - Google Workspace Group(s) - Google Workspace 组 - - - Google Workspace User(s) - Google Workspace 用户 - - - SCIM Group(s) - SCIM 组 - - - SCIM User(s) - SCIM 用户 - - - FIPS compliance: passing - FIPS 合规性:通过 - - - Unverified - 未验证 - - - FIPS compliance: unverified - FIPS 合规性:未验证 - - - FIPS Status - FIPS 状态 - - - Search returned no results. - 搜索未返回结果。 - - - Reputation score(s) - 信誉分数 - - - See documentation - 查看文档 - - - Close dialog - 关闭对话框 - - - Pagination - 分页 - - - Restore Application Wizard Hint - 恢复应用程序向导提示 - - - Your authentik password - 您的 authentik 密码 - - - Internal Service account - 内部服务账户 - - - Outpost integrations - 前哨集成 - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - 前哨集成定义了 authentik 如何连接到外部平台以管理和部署前哨。 - - - Operation failed to complete - 完成操作失败 - - - Failed to fetch objects: - 拉取对象失败: - - - Available Scopes - 可用作用域 - - - Selected Scopes - 已选作用域 - - - Available Property Mappings - 可用属性映射 - - - Selected Property Mappings - 已选属性映射 - - - Available User Property Mappings - 可用用户属性映射 - - - Selected User Property Mappings - 已选用户属性映射 - - - Available Group Property Mappings - 可用组属性映射 - - - Selected Group Property Mappings - 已选组属性映射 - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - 确保用户满足基于 IP 地址的地理或网络拓扑要求。如果任何配置的值匹配,则策略通过。 - - - ASNs - ASN - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - ASN 列表。逗号分隔。例如 13335, 15169, 20940 - - - Countries - 地区 - - - Available Countries - 可用地区 - - - Selected Countries - 已选地区 - - - Bind existing policy/group/user - 绑定已有策略/组/用户 - - - Property mappings for user creation. - 用于创建用户的属性映射。 - - - Property mappings for group creation. - 用于创建组的属性映射。 - - - Link to a group with identical name. Can have security implications when a group is used with another source - 链接到名称相同的组。当其他源使用相同组名时,可能会有安全隐患。 - - - Use the group's name, but deny enrollment when the name already exists - 使用组的名称,但在名称已存在时拒绝注册。 - - - Group matching mode - 组匹配模式 - - - OAuth Attribute mapping - OAuth 属性映射 - - - Plex Attribute mapping - Plex 属性映射 - - - Encryption Certificate - 加密证书 - - - When selected, encrypted assertions will be decrypted using this keypair. - 选择此选项时,被加密的断言将以此密钥对解密。 - - - SAML Attribute mapping - SAML 属性映射 - - - SCIM Attribute mapping - SCIM 属性映射 - - - External user settings - 外部用户设置 - - - Default application - 默认应用程序 - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - 配置时,外部用户会被自动重定向到此应用程序,除非用户尝试访问其他应用程序 - - - Warning: One or more license(s) have expired. - 警告:一个或多个许可证已过期。 - - - Warning: One or more license(s) will expire within the next 2 weeks. - 警告:一个或多个许可证将在 2 星期内过期。 - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - 注意:由于许可证过期/超限,此 authentik 实例已进入只读模式。 - - - This authentik instance uses a Trial license. - 此 authentik 实例使用的是试用许可证。 - - - This authentik instance uses a Non-production license. - 此 authentik 实例使用的是非生产许可证。 - - - Access Tokens(s) - 访问令牌 - - - Created at - 创建于 - - - Last updated at - 上次更新于 - - - Last used at - 上次使用于 - - - Provide users with a 'show password' button. - 为用户提供“显示密码”按钮。 - - - Show password - 显示密码 - - - Hide password - 隐藏密码 - - - An outpost is on an incorrect version! - 一个前哨的版本不正确! - - - Russian - 俄语 - - - Last seen: () - 上次出现: - - - Sign assertions - 签名断言 - - - When enabled, the assertion element of the SAML response will be signed. - 启用时,SAML 响应的断言元素会被签名。 - - - Sign responses - 签名响应 - - - When selected, assertions will be encrypted using this keypair. - 选择此选项时,断言将以此密钥对加密。 - - - Available Sources - 可用源 - - - Selected Sources - 已选源 - - - Successfully triggered sync. - 已成功触发同步。 - - - Sync - 同步 - - - Sync User - 同步用户 - - - Available Stages - 可用阶段 - - - Selected Stages - 已选阶段 - - - Available Fields - 可用字段 - - - Selected Fields - 已选字段 - - - Available Transports - 可用传输 - - - Selected Transports - 已选传输 - - - Expired - 已过期 - - - Expiring soon - 即将过期 - - - Unlicensed - 未许可 - - - Read Only - 只读 - - - Valid - 有效 - - - Current license status - 当前许可证状态 - - - Overall license status - 总体许可证状态 - - - Internal user usage - 内部用户用量 - - - % - % - - - External user usage - 外部用户用量 - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - 匹配事件的客户端 IP(严格匹配,要网络匹配请使用表达式策略)。 - - - Sync Group - 同步组 - - - ("", of type ) - (&quot;&quot;,类型为 - - - Parent Group - 父组 - - - Flow used when logging out of this provider. - 登出此提供程序时使用的流程。 - - - Unbind flow - 取消绑定流程 - - - Flow used for unbinding users. - 用于取消绑定用户的流程。 - - - Verify SCIM server's certificates - 验证 SCIM 服务器证书 - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - 您已成功登出 。现在您可以返回总览页来启动其他应用,或者登出您的 authentik 账户。 - - - Go back to overview - 返回总览 - - - Log out of - 登出 - - - Log back into - 重新登录 - - - Encryption Key - 加密密钥 - - - Device type cannot be deleted - 设备类型 无法被删除 - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - 通过 Google Chrome 设备信任来验证用户浏览器的阶段。此阶段可在身份验证/授权流程中使用。 - - - Google Verified Access API - Google Verified Access API - - - Device type cannot be edited - 设备类型 无法被编辑 - - - Advanced flow settings - 高级流程设置 - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - 启用此选项会将 authentik 作出的密码修改写入回 Kerberos。如果未启用同步则忽略。 - - - Realm settings - 领域设置 - - - Realm - 领域 - - - Kerberos 5 configuration - Kerberos 5 配置 - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - Kerberos 5 配置。请阅读 man krb5.conf(5) 了解配置格式。如果留空,则使用默认的 krb5.conf。 - - - Sync connection settings - 同步连接设置 - - - Sync principal - 同步主体 - - - Principal used to authenticate to the KDC for syncing. - 向 KDC 进行身份验证以进行同步的主体。 - - - Sync password - 同步密码 - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - 向 KDC 进行身份验证以进行同步的密码。如果提供了同步 Keytab 或同步凭据缓存,则此选项是可选的。 - - - Sync keytab - 同步 Keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - 向 KDC 进行身份验证以进行同步的 Keytab。如果提供了同步密码或同步凭据缓存,则此选项是可选的。必须以 Base64 编码,或者形式为 TYPE:residual。 - - - Sync credentials cache - 同步凭据缓存 - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - 向 KDC 进行身份验证以进行同步的凭据缓存。如果提供了同步密码或同步 Keytab,则此选项是可选的。形式必须为 TYPE:residual。 - - - SPNEGO settings - SPNEGO 设置 - - - SPNEGO server name - SPNEGO 服务器名称 - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - 强制为 SPNEGO 使用特定服务器名称。形式必须为 HTTP@域名 - - - SPNEGO keytab - SPNEGO Keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - SPNEGO 使用的 Keytab。如果提供了 SPNEGO 凭据缓存,则此选项是可选的。必须以 Base64 编码,或者形式为 TYPE:residual。 - - - SPNEGO credentials cache - SPNEGO 凭据缓存 - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - SPNEGO 使用的凭据缓存。如果提供了 SPNEGO Keytab,则此选项是可选的。形式必须为 TYPE:residual。 - - - Kerberos Attribute mapping - Kerberos 属性映射 - - - Update Kerberos Source - 更新 Kerberos 源 - - - User database + Kerberos password - 用户数据库 + Kerberos 密码 - - - Select another authentication method - 选择另一种身份验证方法 - - - Enter a one-time recovery code for this user. - 为此用户输入一次性恢复代码。 - - - Enter the code from your authenticator device. - 请输入来自您身份验证设备的代码。 - - - Kerberos Source is in preview. - Kerberos 源目前处于预览状态。 - - - Captcha stage - 验证码阶段 - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - 设置后,添加与验证码阶段完全相同的功能,但融入识别阶段。 - - - Endpoint Google Chrome Device Trust is in preview. - 端点 Google Chrome 设备信任处于预览状态。 - - - Interactive - 交互式 - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - 如果配置的验证码需要用户交互则启用此选项。reCAPTCHA v2、hCaptcha 和 Cloudflare Turnstile 需要启用。 - - - Reason - 原因 - - - Reason for impersonating the user - 模拟此用户的原因 - - - Require reason for impersonation - 需要模拟原因 - - - Require administrators to provide a reason for impersonating a user. - 需要管理员提供模拟用户的原因。 - - - Italian - 意大利语 - - - Add entry - 添加条目 - - - Link Title - 链接标题 - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - 此选项配置流程执行器页面上的页脚链接。URL 限为 Web 和电子邮件地址。如果名称留空,则显示 URL 自身。 - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - 通过 OAuth2 和 SAML 等协议,使用 作为身份提供程序的外部应用程序。此处显示了所有应用程序,即使您无法访问的也包括在内。 - - - Strict - 严格 - - - Regex - 正则表达式 - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - 授权流程成功后有效的重定向 URI。还可以在此处为隐式流程指定任何来源。 - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - 要允许任何重定向 URI,请设置模式为正则表达式,并将此值设置为 ".*"。请注意这可能带来的安全影响。 - - - Federated OIDC Sources - 联邦式 OIDC 源 - - - Federated OIDC Providers - 联邦式 OIDC 提供程序 - - - Available Providers - 可用提供程序 - - - Selected Providers - 已选提供程序 - - - JWTs signed by the selected providers can be used to authenticate to this provider. - 由已选提供程序签发的 JWT 可以用于此提供程序的身份验证。 - - - KAdmin type - KAdmin 类型 - - - MIT krb5 kadmin - MIT krb5 kadmin - - - Heimdal kadmin - Heimdal kadmin - - - Other - 其他 - - - Other type of kadmin - 其他类型 kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - 要让用户直接重置密码,请在当前活动的品牌上配置恢复流程。 - - - Consent given lasts indefinitely - 无限期同意授权 - - - Consent expires - 同意授权会过期 - - - Available Policies - 可用策略 - - - Selected Policies - 已选策略 - - - Redirect the user to another flow, potentially with all gathered context - 将用户重定向到另一个流程,可能包含所有已收集的上下文 - - - Static - 静态 - - - Target URL - 目标 URL - - - Redirect the user to a static URL. - 将用户重定向到一个静态 URL。 - - - Target Flow - 目标流程 - - - Redirect the user to a Flow. - 将用户重定向到一个流程。 - - - Keep flow context - 保留流程上下文 - - - Require no authentication - 需要无身份验证 - - - Require superuser - 需要管理员用户 - - - Require being redirected from another flow - 需要重定向自另一个流程 - - - Require Outpost (flow can only be executed from an outpost) - 需要前哨(流程只能从前哨执行) - - - An application name is required - 需要应用程序名称 - - - Not a valid URL - 不是有效的 URL - - - Not a valid slug - 不是有效的 Slug - - - Configure Bindings - 配置绑定 - - - Configure Policy/User/Group Bindings - 配置策略/用户/组绑定 - - - No bound policies. - 没有绑定的策略 - - - Bind policy/group/user - 绑定策略/组/用户 - - - Configure Policy Bindings - 配置策略绑定 - - - Don't Pass - 不通过 - - - Save Binding - 保存绑定 - - - Create a Policy/User/Group Binding - 创建一个策略/用户/组绑定 - - - Please choose a provider type before proceeding. - 请在继续前选择一个提供程序类型。 - - - Choose a Provider Type - 选择提供程序类型 - - - Redirect URIs/Origins (RegEx) - 重定向 URI/Origin(正则) - - - Configure OAuth2 Provider - 配置 OAuth2 提供程序 - - - Configure Remote Access Provider - 配置远程访问提供程序 - - - List of CIDRs (comma-seperated) 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. - 允许客户端连接的 CIDR 列表(逗号分隔)。严格的 CIDR 会在宽松的之前匹配。来自 CIDR 范围外的客户端连接将会被丢弃。 - - - Configure Provider - 配置提供程序 - - - strict - 严格 - - - regexp - 正则表达式 - - - Review and Submit Application - 检查与提交应用程序 - - - There was an error. Please go back and review the application. - 存在一个错误。请返回检查此应用程序。 - - - There was an error: - 存在一个错误: - - - Please go back and review the application. - 请返回检查此应用程序。 - - - Review the Application and Provider - 检查应用程序和提供程序 - - - Saving application... - 正在保存应用程序... - - - authentik was unable to complete this process. - authentik 无法完成此操作。 - - - Create with wizard - 通过向导创建 - - - Bind existing - 绑定已存在的 - - - Successfully updated entitlement. - 已成功更新授权。 - - - Successfully created entitlement. - 已成功创建授权。 - - - Application entitlement(s) - 应用程序授权 - - - Update Entitlement - 更新授权 - - - These bindings control which users have access to this entitlement. - 这些绑定控制哪些用户可以访问此授权。 - - - No app entitlements created. - 未创建应用程序授权。 - - - Create Entitlement - 创建授权 - - - Create entitlement - 创建授权 - - - Application entitlements - 应用程序授权 - - - These entitlements can be used to configure user access in this application. - 这些授权可以用于配置用户对应用程序的访问。 - - - Worker with incorrect version connected. - 错误版本的 Worker 已连接。 - - - (Format: hours=-1;minutes=-2;seconds=-3). - (格式:hours=-1;minutes=-2;seconds=-3) - - - (Format: hours=1;minutes=2;seconds=3). - (格式:hours=1;minutes=2;seconds=3)。 - - - Key used to sign the events. - 用于签名事件的密钥。 - - - Event Retention - 事件保留 - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - 设置事件存储多久时间。如果无法成功发送事件,则此时长也会添加到事件的过期时间。 - - - OIDC Providers - OIDC 提供程序 - - - SSF Provider is in preview. - SSF 提供程序处于预览状态。 - - - Update SSF Provider - 更新 SSF 提供程序 - - - Streams - - - - authentik Logo - authentik 图标 - - - Release - 发布版 - - - Development - 开发版 - - - UI Version - 界面版本 - - - Build - 构建 - - - Python version - Python 版本 - - - Platform - 平台 - - - Kernel - 内核 - - - OpenSSL - OpenSSL - - - A newer version () of the UI is available. - 新版本界面()可用。 - - - No notifications found. - 未找到通知。 - - - You don't have any notifications currently. - 您当前没有任何通知。 - - - Version - 版本 - - - Last password change - 上次修改密码 - - - Evaluate policies before the Stage is presented to the user. - 在阶段即将呈现给用户时评估策略。 - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - 可以使用 unix:// 格式连接本地 Docker 守护程序, - 使用 ssh:// 通过 SSH 连接,或者 - 使用 https://:2376 连接到远程系统。 - - - When using an external logging solution for archiving, this can be - set to minutes=5. - 当使用外部日志解决方案进行存档时,可以 - 设置为 minutes=5 - - - Idle - 闲置 - - - Connecting - 正在连接 - - - Waiting - 正在等待 - - - Connected - 已连接 - - - Disconnecting - 正在断开连接 - - - Disconnected - 已断开连接 - - - Create a new application and configure a provider for it. - 创建一个应用程序并为它配置提供程序。 - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - 此表单只会创建应用程序。要设置此应用程序的身份验证,您需要手动为它配对一个提供程序。 - - - Distance settings - 距离设置 - - - Check historical distance of logins - 检查历史登录距离 - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - 启用此选项时,策略请求的 GeoIP 数据会用来与指定数量的历史登录比较。 - - - Maximum distance - 最大距离 - - - Maximum distance a login attempt is allowed from in kilometers. - 允许登录请求的最大距离,单位为千米。 - - - Distance tolerance - 距离误差 - - - Tolerance in checking for distances in kilometers. - 检查距离时允许的误差,单位为千米。 - - - Historical Login Count - 历史登录次数 - - - Amount of previous login events to check against. - 检查指定次数的历史登录事件。 - - - Check impossible travel - 检查不可能的行程 - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - 启用此选项时,策略请求的 GeoIP 数据会用来与指定数量的历史登录比较,以及自上次活动以来移动的距离是否可能在该时段内完成。 - - - Impossible travel tolerance - 不可能行程的误差 - - - Static rule settings - 静态规则设置 - - - Create with Provider - 以提供程序创建 - - - Email address the verification email will be sent from. - 用于发送验证邮件的电子邮件地址。 - - - Stage used to configure an email-based authenticator. - 用来配置基于电子邮件的身份验证器的阶段。 - - - Use global connection settings - 使用全局连接设置 - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - 启用后,将使用全局电子邮件连接设置,下面的连接设置将被忽略。 - - - Subject of the verification email. - 验证邮件的主题。 - - - Token expiration - 令牌过期时间 - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - 发出令牌有效的时间(格式:hours=3,minutes=17,seconds=300)。 - - - Email-based Authenticators - 基于电子邮件的身份验证器 - - - Caps Lock is enabled. - 大写锁定已启用。 - - - Configure your email - 配置您的电子邮件 - - - Please enter your email address. - 请输入您的电子邮件地址。 - - - Please enter the code you received via email - 请输入您通过电子邮件收到的代码 - - - Tokens sent via email. - 通过电子邮件发送的令牌。 - - - Enable dry-run mode - 启用试运行模式 - - - When enabled, mutating requests will be dropped and logged instead. - 启用时,变更请求将会被放弃,仅记录日志。 - - - Override dry-run mode - 覆盖试运行模式 - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - 启用时,此同步仍将执行变更请求,无论提供程序是否启用试运行模式。 - - - Dry-run - 试运行 - - - Successfully cleared application cache - 已成功清除应用程序缓存 - - - Failed to delete application cache - 删除应用程序缓存失败 - - - Clear Application cache - 清除应用程序缓存 - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - 确实要清除应用程序缓存吗?这将导致所有策略在下次使用时重新评估。 - - - No name set - 未设置名称 - - - Show inactive users - 显示不活跃的用户 - - - Time the token sent is valid. - 发出令牌的有效时间。 - - - Compatibility Mode - 兼容模式 - - - Default behavior. - 默认行为。 - - - AWS - AWS - - - Altered behavior for usage with Amazon Web Services. - 更改行为以使用 Amazon Web 服务。 - - - Slack - Slack - - - Altered behavior for usage with Slack. - 更改行为以使用 Slack。 - - - Alter authentik's behavior for vendor-specific SCIM implementations. - 更改 authentik 的行为,以兼容特定厂商的 SCIM 实现。 - - - AuthnContextClassRef Property Mapping - AuthnContextClassRef 属性映射 - - - 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. - 配置如何创建 AuthnContextClassRef 值。留空时,AuthnContextClassRef 会基于用户使用的身份验证方式设置。 - - - SSF URL - SSF URL - - - No assigned application - 无分配应用 - - - Custom CSS - 自定义 CSS - - - Custom CSS to apply to pages when this brand is active. - 当品牌启用时,应用到页面的自定义 CSS。 - - - Default flow background - 默认流程背景 - - - Default background used during flow execution. Can be overridden per flow. - 流程执行过程中使用的默认背景。可以按流程单独覆盖。 - - - Task - 任务 - - - Webhook Body Mapping - Webhook 主体映射 - - - Webhook Header Mapping - Webhook 标头映射 - - - Failed to preview prompt - 预览输入失败 - - - Lookup using user attribute - 使用用户属性查询 - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - 包含用户所属组 DN 的字段。此字段用于从用户查询组,例如 'memberOf'。要在 Active Directory 环境中查询嵌套组,则使用 'memberOf:1.2.840.113556.1.4.1941:'。 - - - Initial Permissions - 初始权限 - - - Unknown Initial Permissions mode - 未知初始权限模式 - - - Successfully updated initial permissions. - 已成功更新初始权限。 - - - Successfully created initial permissions. - 已成功创建初始权限。 - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - 当所选角色的用户创建对象时,初始权限会应用于该对象。 - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - 初始权限既可以属于创建对象的用户,又可以属于上一个字段中设置的角色。 - - - Available Permissions - 可用权限 - - - Selected Permissions - 已选权限 - - - Permissions to grant when a new object is created. - 创建新对象时授予的权限。 - - - Set initial permissions for newly created objects. - 为新创建的对象设置初始权限。 - - - Update Initial Permissions - 更新初始权限 - - - Create Initial Permissions - 创建初始权限 - - - Reputation: lower limit - 信誉:下限值 - - - Reputation cannot decrease lower than this value. Zero or negative. - 信誉无法降低到此值以下。可为零或负数。 - - - Reputation: upper limit - 信誉:上限值 - - - Reputation cannot increase higher than this value. Zero or positive. - 信誉无法提高到此值以上。可为零或正数。 - - - HTTP Basic Auth - HTTP 基本身份验证 - - - Include the client ID and secret as request parameters - 包括客户端 ID 和密钥作为请求参数 - - - Authorization code authentication method - Authorization code 身份验证方法 - - - How to perform authentication during an authorization_code token request flow - 在 authorization_code 令牌请求流程期间,如何执行身份验证 - - - Enable "Remember me on this device" - 启用“在此设备上记住我” - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - 启用时,用户可以在 Cookie 中保存用户名,以直接跳过输入密码。 - - - Remember me on this device - 在此设备上记住我 - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - 确保用户的密码与之前使用的不同。可以配置检查多少个历史密码。 - - - Number of previous passwords to check - 检查历史密码数量 - - - Choose a Provider - 选择提供程序 - - - When enabled, the SAML response will be signed. - 启用时,SAML 响应会被签名。 - - - Client Certificates - 客户端证书 - - - Available Certificates - 可用证书 - - - Selected Certificates - 已选证书 - - - Client-certificate/mTLS authentication/enrollment. - 客户端证书/mTLS 身份验证/注册。 - - - Certificate optional - 证书可选 - - - If no certificate was provided, this stage will succeed and continue to the next stage. - 如果未提供证书,此阶段会成功并继续到下一阶段。 - - - Certificate required - 需要证书 - - - If no certificate was provided, this stage will stop flow execution. - 如果未提供证书,此阶段会停止流程执行。 - - - Certificate authorities - 证书机构(CA) - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - 配置用于验证客户端证书的证书机构。证书机构也可以在品牌中配置,这样可以为不同的域配置不同的证书机构。 - - - Certificate attribute - 证书属性 - - - Configure the attribute of the certificate used to look for a user. - 配置用于查询用户的证书属性。 - - - User attribute - 用户属性 - - - Configure the attribute of the user used to look for a user. - 配置用于查询用户的用户属性。 - - - Delete Not Found Objects - 删除不存在对象 - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - 删除之前由此源提供,但现已缺失的用户和组。 - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - 包含组成员的字段。此字段的值与用户成员关系属性匹配。 - - - User membership attribute - 用户成员关系属性 - - - Attribute which matches the value of Group membership field. - 匹配组成员关系字段值的属性。 - - - Additional User DN - 额外的用户 DN - - - Additional Group DN - 额外的组 DN - - - The currently selected policy engine mode is : - 当前所选策略引擎模式为 - - - Import Existing Certificate-Key Pair - 导入已有的证书密钥对 - - - Generate New Certificate-Key Pair - 生成新的证书密钥对 - - - Show field content - 显示字段内容 - - - Hide field content - 隐藏字段内容 - - - Re-authenticate with Plex - 使用 Plex 重新验证身份 - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - 邀请名称必须是一个 Slug:仅允许小写字母、数字和连字符。 - - - Select the group of users which the alerts are sent to. - 选择一组用于发送警告的用户。 - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - 如果未选择组,并且“发送通知给事件用户”被禁用,则此规则被禁用。 - - - Send notification to event user - 发送通知给事件用户 - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - 启用时,通知不仅会发送给触发事件的用户,还会发送到组中的任何用户。事件用户将总是第一个用户,要只向事件用户发送通知,则需要在通知传输中启用“发送一次”。 - - - Maximum registration attempts - 最大注册尝试次数 - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - 允许的最大注册尝试次数。设置为 0 则不限制次数。 - - - This application does currently not have any application entitlements defined. - 此应用程序目前没有定义任何应用程序授权。 - - - Authenticated as - 身份通过验证 - - - Remember device - 记住设备 - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - 如果设置大于 0 的时长,则会以该时长存储一条 Cookie,使 authentik 知道用户是否从新设备登录。 - - - Element inside the form slot is not a Form - 此表单栏位中的元素不是一个表单 - - - New Password - 新密码 - - - Update 's password - 更新 的密码 - - - Modify the payload sent to the provider. - 修改发送到提供程序的载荷。 - - - Dismiss - - - Status messages - - - Select an invalidation flow... - - - Open about dialog - - - Product name - - - Product version - - - Global navigation - - - Collapse - - - Expand - - - navigation - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - - - Skip to content - - - Kerberos Source - - - Successfully updated schedule. - - - Crontab - - - Paused - - - Pause this schedule - - - Waiting to run - - - Running - - - Queue - - - Last updated - - - Show only standalone tasks - - - Exclude successful tasks - - - Retry task - - - Schedule - - - Next run - - - Last status - - - Show only standalone schedules - - - Run scheduled task now - - - Update Schedule - - - Schedules - - - Tasks - - - Current status - - - Sync is currently running. - - - Sync is not currently running. - - - Last successful sync - - - No successful sync found. - - - Last sync status - - - Current execution logs - - - Previous executions logs - - - Home - - - Collapse navigation - - - Expand navigation - - - Search - - - Table content - - - Learn more about the enterprise license. - - - Search for providers… - - - Default NameID Policy - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - - The name displayed in the application library. - - - e.g. Collaboration, Communication, Internal, etc. - - - Failed to fetch application "". - - - Account Recovery Max Attempts - - - Account Recovery Cache Timeout - - - The time window used to count recent account recovery attempts. - - - None - - - Flags - - - Modify flags to opt into new authentik behaviours early. - - - Loading templates... - - - Template used for the verification email. - - - Email Subject Prefix - - - Email Template - - - An unknown error occurred - - - Please check the browser console for more details. - - - There was an error submitting the form. - - - This field is required. - - - Query suggestions - - - Table Search - - - An error occurred while updating the provider. - - - An error occurred while creating the provider. - - - Impersonating user... - - - This may take a few seconds. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - - - Device Code - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - - - New Provider - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - - - Expand row - - - actions - - - Select all rows on page ( of selected) - - - table - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - - - Search ... - - - Provider Name - - - Select a certificate... - - - Select an authorization flow... - - - Select a signing key... - - - Select an encryption key... - - - Select an authentication flow... - - - Provider Search - - - Provider not assigned to any application. - - - Edit "" provider - - - Applications Documentation - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - - - Update "" Permissions - - - Open "" permissions modal - - - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - - - Read more about - - - OCI Support - - - Edit "" blueprint - - - Apply "" blueprint - - - Welcome, - - - Welcome - - - Loading application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - - - Token to authenticate with. - - - OAuth Source - - - Specify OAuth source used for authentication. - - - OAuth Parameters - - - Additional OAuth parameters, such as grant_type. - - - Authentication Mode - - - Authenticate SCIM requests using a static token. - - - OAuth - - - Authenticate SCIM requests using OAuth. - - - Salesforce - - - Altered behavior for usage with Salesforce. - - - Query input - - - Last refreshed - - - Refresh Token threshold - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - - Company employees with access to the full enterprise feature set. - - - External consultants or B2C customers without access to enterprise features. - - - Machine-to-machine authentication or other automations. - - - Type a username for the user... - - - The user's primary identifier used for authentication. 150 characters or fewer. - - - Display Name - - - Type an optional display name... - - - Managed by authentik and cannot be assigned manually. - - - Email Address - - - Type an optional email address... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - - - Type a path for the user... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - - Open "" - - - Verify Assertion Signature - - - When enabled, authentik will look for a Signature inside of the Assertion element. - - - Verify Response Signature - - - When enabled, authentik will look for a Signature inside of the Response element. - - - Logo shown in sidebar/header and flow executor. - - - Select an application... - - - Select a recovery flow... - - - Select an unenrollment flow... - - - Select a user settings flow... - - - Select a device code flow... - - - Search by domain or brand name... - - - New Brand - - - Create and assign a group with the same name as the user. - - - Whether the token will expire. Upon expiration, the token will be rotated. - - - Unnamed - - - Collapse "" - - - Expand "" - - - Select "" - - - Items of "" - - - API drawer - - - Close API drawer - - - View details for - - - Mark as read - - - Notification drawer - - - Search by username, email, etc... - - - User Search - - - Show deactivated users - - - New User - - - Create Service Account - - - New Service Account - - - User paths - - - Bot username - - - Bot token - - - Request access to send messages from your bot - - - Telegram Attribute mapping - - - Telegram bot - - - Update Telegram Source - - - Authenticating with Telegram... - - - Click the button below to start. - - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - - - User information - - - Avatar for - - - User avatar - - - CAPTCHA challenge - - - QR-Code to setup a time-based one-time password - - - Copy time-based one-time password configuration - - - Copy TOTP Config - - - Time-based one-time password - - - TOTP Code - - - Type your TOTP code... - - - Type your time-based one-time password code. - - - Type an authentication code... - - - In case you lose access to your primary authenticators. - - - Unknown device - - - An unknown device class was provided. - - - Select an authentication method - - - No authentication methods available. - - - Select a configuration stage - - - Close flow inspector - - - Flow inspector loading - - - Authentication form - - - Consumed - - - Pre-processing - - - Post-processing - - - Running tasks - - - Queued tasks - - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - - - - SAML Provider - - - SAML logout complete - - - Redirecting to SAML provider: - - - Posting logout request to SAML provider: - - - Unknown Provider - - - Logging out of providers... - - - Single Logout - - - The user's display name. - - - Actions for "" - - - Edit application... - - - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application - - - Ungrouped - - - application found for "" - - - applications found for "" - - - application available - - - applications available - - - Application list - - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - - diff --git a/web/xliff/zh-Hant.xlf b/web/xliff/zh-Hant.xlf deleted file mode 100644 index ea4834e1b0..0000000000 --- a/web/xliff/zh-Hant.xlf +++ /dev/null @@ -1,8506 +0,0 @@ - - - - - - English - 英语 - - - French - 法语 - - - Turkish - 土耳其语 - - - Spanish - 西班牙的 - - - Polish - 波兰语 - - - Taiwanese Mandarin - Taiwanese Mandarin - - - Chinese (simplified) - 简体中文 - - - Chinese (traditional) - 繁体中文 - - - German - 德语 - - - Loading... - 载入中…… - - - Application - 应用程序 - - - Logins - 登入 - - - Show less - 显示更少 - - - Show more - 显示更多 - - - UID - UID - - - Name - 姓名 - - - App - App - - - Model Name - 型号名称 - - - Message - 信息 - - - Subject - Subject - - - From - 来自 - - - To - To - - - Context - 上下文 - - - User - 用户 - - - Affected model: - 受影响的模型: - - - Authorized application: - 授权应用程序: - - - Using flow - 使用 Flow - - - Email info: - 电子邮件信息: - - - Secret: - Secret: - - - Open issue on GitHub... - 在 GitHub 上打开问题... - - - Exception - 例外 - - - Expression - 表情 - - - Binding - 绑定 - - - Request - 请求 - - - Object - 对象 - - - Result - 结果 - - - Passing - 通过 - - - Messages - 信息 - - - Using source - 使用源 - - - Attempted to log in as - 已尝试以 - 身份登入 - - - No additional data available. - 没有其他可用数据。 - - - Click to change value - 单击以更改值 - - - Select an object. - 选择一个对象。 - - - Connection error, reconnecting... - 连接错误,正在重新连接... - - - Login - 登入 - - - Failed login - 登入失败 - - - Logout - 退出 - - - User was written to - 用户被写入 - - - Suspicious request - 可疑请求 - - - Password set - 密码已设置 - - - Secret was viewed - 已查看 Secret - - - Secret was rotated - 秘密被轮换了 - - - Invitation used - 已使用邀请 - - - Application authorized - 应用程序已授权 - - - Source linked - 源链接 - - - Impersonation started - 模拟已开始 - - - Impersonation ended - 模拟已结束 - - - Flow execution - 流程执行 - - - Policy execution - 策略执行 - - - Policy exception - 策略例外 - - - Property Mapping exception - 属性映射异常 - - - System task execution - 系统任务执行 - - - System task exception - 系统任务异常 - - - General system exception - 一般系统异常 - - - Configuration error - 配置错误 - - - Model created - 模型已创建 - - - Model updated - 模型已更新 - - - Model deleted - 模型已删除 - - - Email sent - 电子邮件已发送 - - - Update available - 更新可用 - - - Unknown severity - - - Alert - 注意 - - - Notice - 注意 - - - Warning - 警告 - - - no tabs defined - 未定义选项卡 - - - - of - - - - of - - - - Go to previous page - 转到上一页 - - - Go to next page - 转到下一页 - - - Search... - 搜索... - - - Loading - 正在加载 - - - No objects found. - 未找到任何对象。 - - - Failed to fetch objects. - - - Refresh - 刷新 - - - Select all rows - 选择所有行 - - - Action - 操作 - - - Creation Date - 创建日期 - - - Client IP - 客户端 IP - - - Recent events - - - On behalf of - 代表 - - - - - - - - - - No Events found. - 未找到任何事件。 - - - No matching events could be found. - 找不到匹配的事件。 - - - Embedded outpost is not configured correctly. - 嵌入式 outpost 配置不正确。 - - - Check outposts. - 检查 outposts. - - - HTTPS is not detected correctly - 未正确检测到 HTTPS - - - Server and client are further than 5 seconds apart. - 服务器和客户端之间的距离超过5秒。 - - - OK - OK - - - Everything is ok. - 一切正常。 - - - Based on - - - is available! - - 可用! - - - Up-to-date! - 最新! - - - Version - 版本 - - - Workers - Workers - - - No workers connected. Background tasks will not run. - 没有 workers 连接。后台任务将无法运行。 - - - Authorizations - 授权 - - - Failed Logins - 登入失败 - - - Successful Logins - 成功登入 - - - : - - : - - - - Cancel - 取消 - - - LDAP Source - LDAP 源 - - - SCIM Provider - - - Healthy - - - Healthy outposts - 健康的 Outposts - - - Admin - 管理员 - - - Not found - 未找到 - - - The URL "" was not found. - 找不到网址 “ - ”。 - - - Return home - 返回主页 - - - General system status - 常规系统状态 - - - Quick actions - 快速行动 - - - Create a new application - 创建新应用程序 - - - Check the logs - 检查日志 - - - Explore integrations - 探索集成 - - - Manage users - - - Outpost status - Outpost 状态 - - - Sync status - 同步状态 - - - Logins and authorizations over the last week (per 8 hours) - - - Apps with most usage - 使用率最高的应用 - - - Objects created - 已创建对象 - - - Users created per day in the last month - 上个月每天创建的用户 - - - Logins per day in the last month - 上个月每天的登入次数 - - - Failed Logins per day in the last month - 上个月每天的失败登入次数 - - - Clear search - - - System Tasks - 系统任务 - - - Long-running operations which authentik executes in the background. - authentik 在后台执行的长时间运行的操作。 - - - Identifier - 标识符 - - - Description - 描述 - - - Status - 状态 - - - Actions - 操作 - - - Successful - 成功 - - - Error - 错误 - - - Unknown - 未知 - - - Authentication - 身份验证 - - - Authorization - 授权 - - - Enrollment - 注册 - - - Invalidation - 失效 - - - Recovery - 恢复 - - - Stage Configuration - 阶段配置 - - - Unenrollment - 取消注册 - - - Unknown designation - - - Stacked - - - Content left - - - Content right - - - Sidebar left - - - Sidebar right - - - Unknown layout - - - Successfully updated provider. - 已成功更新提供程序。 - - - Successfully created provider. - 已成功创建提供商。 - - - Bind flow - Bind 流程 - - - Flow used for users to authenticate. - - - Bind mode - - - Cached binding - - - Flow is executed and session is cached in memory. Flow is executed when session expires - - - Direct binding - - - Always execute the configured bind flow to authenticate the user - - - Configure how the outpost authenticates requests. - - - Search mode - 搜索模式 - - - Cached querying - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - - - Direct querying - - - Always returns the latest data, but slower than cached querying - - - Configure how the outpost queries the core authentik server's users. - 配置前哨如何查询核心 authentik 服务器的用户。 - - - Protocol settings - 协议设置 - - - Base DN - Base DN - - - LDAP DN under which bind requests and search requests can be made. - 可以发出绑定请求和搜索请求的 LDAP DN。 - - - Certificate - 证书 - - - UID start number - UID 起始编号 - - - 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 - 对于UIDNumbers来说,这个数字被添加到User.pk中,以确保对于POSIX用户来说,这个数字不会太低。默认值为 2000,以确保我们不会与本地用户 uidNumber 发生冲突 - - - GID start number - GID 起始编号 - - - 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 - 对于 GIDNumbers 来说,这个数字被添加到从 group.pk 生成的数字中,以确保对于 POSIX 组来说,这个数字不会太低。默认值为 4000,以确保我们不会与本地组或用户主组 GIDNumber 发生冲突 - - - The following keywords are supported: - - - Authentication flow - 身份验证流程 - - - Flow used when a user access this provider and is not authenticated. - - - Authorization flow - 授权流程 - - - Flow used when authorizing this provider. - 授权此请求发起端时使用的Flow。 - - - Client type - 客户机类型 - - - Confidential - 机密 - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - - - Public - 公开 - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - - - Client ID - 客户端 ID - - - Client Secret - 客户端密钥 - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - 如果未指定显式重定向 URI,则将保存第一个成功使用的重定向 URI。 - - - Signing Key - 签名密钥 - - - Key used to sign the tokens. - 用于对令牌进行签名的密钥。 - - - Advanced protocol settings - 高级协议设置 - - - Access code validity - 访问代码有效性 - - - Configure how long access codes are valid for. - 配置访问代码的有效期限。 - - - Access Token validity - - - Configure how long access tokens are valid for. - 配置访问令牌的有效时间。 - - - Refresh Token validity - - - Configure how long refresh tokens are valid for. - - - Scopes - 范围 - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - 选择客户端可以使用哪些作用域。客户端仍然需要指定访问数据的范围。 - - - Subject mode - Subject 模式 - - - Based on the User's hashed ID - - - Based on the User's ID - - - Based on the User's UUID - - - Based on the User's username - - - Based on the User's Email - - - This is recommended over the UPN mode. - - - Based on the User's UPN - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - 配置应将哪些数据用作唯一用户标识符。在大多数情况下,默认值应该没问题。 - - - Include claims in id_token - 在 id_token 中包含声明 - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - 对于不访问userinfo端点的应用程序,将来自作用域的用户声明包含在id_token中。 - - - Issuer mode - Issuer mode - - - Each provider has a different issuer, based on the application slug - - - Same identifier is used for all providers - 所有提供商都使用相同的标识符 - - - Configure how the issuer field of the ID Token should be filled. - 配置如何填写 ID 令牌的颁发者字段。 - - - Machine-to-Machine authentication settings - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - - - HTTP-Basic Username Key - HTTP-Basic 用户名密钥 - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - 用于 HTTP-Basic 标头用户部分的用户/组属性。如果未设置,则使用用户的电子邮件地址。 - - - HTTP-Basic Password Key - HTTP-Basic 密码密钥 - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - 用于 HTTP-Basic 标头的密码部分的用户/组属性。 - - - Proxy - 代理 - - - Forward auth (single application) - 转发身份验证(单个应用程序) - - - Forward auth (domain level) - 转发身份验证(域级别) - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - 除了请求必须经过身份验证外,此提供程序的行为类似于透明的反向代理。如果您的上游应用程序使用 HTTPS,请确保也使用 HTTPS 连接到 Outpost。 - - - External host - 外部主机 - - - The external URL you'll access the application at. Include any non-standard port. - 您将通过其访问应用程序的外部 URL。包括任何非标准端口。 - - - Internal host - 内部主机 - - - Upstream host that the requests are forwarded to. - 请求被转发到的上游主机。 - - - Internal host SSL Validation - 内部主机 SSL 验证 - - - Validate SSL Certificates of upstream servers. - 验证上游服务器的 SSL 证书。 - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - 将此提供程序与 nginx 的 auth_request 或 traefik 的 ForwardAuth 一起使用。每个根域只需要一个提供程序。您无法执行每个应用程序的授权,但不必为每个应用程序创建提供程序。 - - - An example setup can look like this: - 设置示例如下所示: - - - authentik running on auth.example.com - auth.example.com 上运行的 authentik - - - app1 running on app1.example.com - app1 在 app1.example.com 上运行 - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - 在这种情况下,您需要将身份验证网址设置为 auth.example.com,将 Cookie 域设置为 example.com。 - - - Authentication URL - 身份验证 URL - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - 您将在其中进行身份验证的外部 URL。在此 URL 下应该可以访问身份验证核心服务器。 - - - Cookie domain - Cookie 域名 - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - 将此设置为您希望身份验证有效的域。必须是上述 URL 的父域名。如果你以 app1.domain.tld、app2.domain.tld 的身份运行应用程序,请将其设置为 “domain.tld”。 - - - Unknown proxy mode - - - Token validity - 令牌有效性 - - - Configure how long tokens are valid for. - 配置令牌的有效期限。 - - - Additional scopes - - - Additional scope mappings, which are passed to the proxy. - 传递给代理的其他作用域映射。 - - - Unauthenticated URLs - 未经身份验证的 URL - - - Unauthenticated Paths - 未经身份验证的路径 - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - 不需要身份验证的正则表达式。每个新行都被解释为一个新表达式。 - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - 使用代理或转发身份验证(单个应用程序)模式时,将根据正则表达式检查请求的 URL 路径。使用前向身份验证(域模式)时,请求的完整 URL(包括 scheme 和 host)将与正则表达式进行匹配。 - - - Authentication settings - - - Intercept header authentication - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - - - Send HTTP-Basic Authentication - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - - - ACS URL - ACS URL - - - Issuer - Issuer - - - Service Provider Binding - 服务提供商绑定 - - - Redirect - 重定向 - - - Post - Post - - - Determines how authentik sends the response back to the Service Provider. - 确定 authentik 如何将响应发送回服务提供商。 - - - Audience - Audience - - - Signing Certificate - 签名证书 - - - Certificate used to sign outgoing Responses going to the Service Provider. - 用于签署发送给服务提供商的外发响应的证书。 - - - Verification Certificate - 验证证书 - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - 选中后,传入声明的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。 - - - Property mappings - 属性映射 - - - NameID Property Mapping - nameID 属性映射 - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - 配置如何创建 NameID 值。如果留空,将遵守传入请求的 NameIdPolicy。 - - - Assertion valid not before - 断言之前无效 - - - Configure the maximum allowed time drift for an assertion. - 为断言配置允许的最大时间漂移。 - - - Assertion valid not on or after - 断言不在当天或之后有效 - - - Assertion not valid on or after current time + this value. - - - Session valid not on or after - 会话不在当天或之后有效 - - - Session not valid on or after current time + this value. - - - Digest algorithm - 摘要算法 - - - Signature algorithm - 签名算法 - - - Successfully imported provider. - 已成功导入提供程序。 - - - Metadata - 元数据 - - - Apply changes - - - Close - 关闭 - - - Finish - 完成 - - - Back - 返回 - - - No form found - 找不到表格 - - - Select type - 选择类型 - - - Create - 创建 - - - New provider - 新建提供程序 - - - Create a new provider. - 创建一个新提供程序 - - - Create - 创建 - - - - Shared secret - - - Client Networks - - - URL - - - SCIM base url, usually ends in /v2. - - - Token - 令牌 - - - User filtering - - - Exclude service accounts - - - Group - - - - Only sync users within the selected group. - - - Attribute mapping - - - User Property Mappings - 用户属性映射 - - - Property mappings used to user mapping. - - - Group Property Mappings - 组属性映射 - - - Property mappings used to group creation. - 用于组创建的属性映射。 - - - Not used by any other object. - 不被任何其他对象使用。 - - - object will be DELETED - 对象将被删除 - - - connection will be deleted - 连接将被删除 - - - reference will be reset to default value - 引用将被重置为默认值 - - - reference will be set to an empty value - 引用将被设置为空值 - - - () - - ( - ) - - - ID - ID - - - Successfully deleted - - - Failed to delete : - 无法删除 - : - - - - Delete - 删除 - - - - Are you sure you want to delete ? - - - Delete - 删除 - - - Providers - 提供商 - - - Provide support for protocols like SAML and OAuth to assigned applications. - 为分配的应用程序提供对 SAML 和 OAuth 等协议的支持。 - - - Type - 类型 - - - Provider(s) - 提供商 - - - Assigned to application - 分配给应用程序 - - - Assigned to application (backchannel) - - - Update - 更新 - - - Update - 更新 - - - - Select providers to add to application - - - Add - 添加 - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - 输入完整的网址、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 “fa-test”。 - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - - - Successfully updated application. - 已成功更新应用程序。 - - - Successfully created application. - 已成功创建应用程序。 - - - Slug - Slug - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - 输入可选的分组名称。分组相同的应用程序会显示在一起。 - - - Provider - 提供商 - - - Select a provider that this application should use. - - - Select backchannel providers which augment the functionality of the main provider. - - - Policy engine mode - 策略引擎模式 - - - Any policy must match to grant access - - - All policies must match to grant access - - - UI settings - 用户界面设置 - - - Launch URL - 启动 URL - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - 如果留空,authentik 将尝试根据选定的提供商提取启动网址。 - - - Open in new tab - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - - - Icon - 图标 - - - Currently set to: - 当前设置为: - - - Clear icon - 清除图标 - - - Publisher - 发行人 - - - Create Application - 创建应用程序 - - - Overview - 概述 - - - Changelog - 更新日志 - - - Warning: Provider is not used by any Outpost. - 警告:提供者未被任何 Outpos 使用。 - - - Assigned to application - 分配给应用程序 - - - Update LDAP Provider - 更新 LDAP 提供程序 - - - Edit - 编辑 - - - How to connect - 如何连接 - - - Connect to the LDAP Server on port 389: - 通过端口 389 连接到 LDAP 服务器: - - - Check the IP of the Kubernetes service, or - 检查 Kubernetes 服务的 IP,或者 - - - The Host IP of the docker host - docker 主机的主机 IP - - - Bind DN - Bind DN - - - Bind Password - Bind 密码 - - - Search base - 搜索基础 - - - Preview - - - Warning: Provider is not used by an Application. - 警告:应用程序不使用提供程序。 - - - Redirect URIs - 重定向 URI - - - Update OAuth2 Provider - 更新 OAuth2 提供程序 - - - OpenID Configuration URL - OpenID 配置网址 - - - OpenID Configuration Issuer - OpenID 配置发行者 - - - Authorize URL - 授权 URL - - - Token URL - 令牌网址 - - - Userinfo URL - 用户信息网址 - - - Logout URL - 退出 URL - - - JWKS URL - - - Forward auth (domain-level) - 转发身份验证(域级) - - - Nginx (Ingress) - Nginx (Ingress) - - - Nginx (Proxy Manager) - Nginx(代理管理器) - - - Nginx (standalone) - Nginx (standalone) - - - Traefik (Ingress) - Traefik (Ingress) - - - Traefik (Compose) - Traefik (Compose) - - - Traefik (Standalone) - Traefik (Standalone) - - - Caddy (Standalone) - - - Internal Host - 内部主机 - - - External Host - 外部主机 - - - Basic-Auth - 基本身份验证 - - - Yes - Yes - - - Mode - 模式 - - - Update Proxy Provider - 更新代理提供程序 - - - Protocol Settings - 协议设置 - - - Allowed Redirect URIs - 允许的重定向 URI - - - Setup - 设置 - - - No additional setup is required. - 无需进行其他设置。 - - - Update Radius Provider - - - Download - 下載 - - - Copy download URL - 复制下载 URL - - - Download signing certificate - 下载签名证书 - - - Related objects - 相关对象 - - - Update SAML Provider - 更新 SAML 提供程序 - - - SAML Configuration - - - EntityID/Issuer - - - SSO URL (Post) - - - SSO URL (Redirect) - - - SSO URL (IdP-initiated Login) - - - SLO URL (Post) - - - SLO URL (Redirect) - - - SAML Metadata - SAML 元数据 - - - Example SAML attributes - - - NameID attribute - - - Warning: Provider is not assigned to an application as backchannel provider. - - - Update SCIM Provider - - - LDAP - LDAP - - - New application - - - Applications - 应用程序 - - - Provider Type - 提供商类型 - - - Application(s) - 应用程序 - - - Application Icon - 应用程序图标 - - - Update Application - 更新应用程序 - - - Successfully sent test-request. - 已成功发送测试请求。 - - - Log messages - 日志消息 - - - No log messages. - 没有日志消息。 - - - Active - 激活 - - - Last login - 上次登录 - - - Successfully updated group. - 已成功更新组。 - - - Successfully created group. - 已成功创建组。 - - - Parent - 家长 - - - Attributes - 属性 - - - Set custom attributes using YAML or JSON. - 使用 YAML 或 JSON 设置自定义属性。 - - - Successfully updated binding. - 已成功更新绑定。 - - - Successfully created binding. - 成功创建绑定。 - - - Policy - 策略 - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - 组绑定仅会在已登录用户访问此源时检查。 - - - User mappings can only be checked if a user is already logged in when trying to access this source. - 用户绑定仅会在已登录用户访问此源时检查。 - - - Enabled - 已启用 - - - Negate result - 否定结果 - - - Negates the outcome of the binding. Messages are unaffected. - 否定绑定的结果。消息不受影响。 - - - Order - 订购 - - - Timeout - 超时 - - - Successfully updated policy. - 已成功更新策略。 - - - Successfully created policy. - 已成功创建策略。 - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - 用于测试的策略。等待随机持续时间后,始终返回与下面指定的结果相同的结果。 - - - Execution logging - 执行日志记录 - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - 启用此选项后,将记录此策略的所有执行。默认情况下,只记录执行错误。 - - - Policy-specific settings - 特定于策略的设置 - - - Pass policy? - 通行证政策? - - - Wait (min) - 等待 (最短) - - - The policy takes a random time to execute. This controls the minimum time it will take. - 策略需要一段随机时间才能执行。这将控制所需的最短时间。 - - - Wait (max) - 等待 (最多) - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - 根据一组条件匹配事件。如果任何配置的值匹配,则策略将通过。 - - - Match created events with this action type. When left empty, all action types will be matched. - 将创建的事件与此操作类型匹配。留空时,所有操作类型都将匹配。 - - - Match events created by selected application. When left empty, all applications are matched. - 匹配选定应用程序创建的事件。如果留空,则匹配所有应用程序。 - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - 检查过去 x 天内请求的用户密码是否已更改,并根据设置拒绝。 - - - Maximum age (in days) - 最长使用期限(以天为单位) - - - Only fail the policy, don't invalidate user's password - - - Executes the python snippet to determine whether to allow or deny a request. - 执行 python 代码段以确定是允许还是拒绝请求。 - - - Expression using Python. - 使用 Python 的表达式。 - - - See documentation for a list of all variables. - 有关所有变量的列表,请参阅文档。 - - - Static rules - - - Minimum length - 最小长度 - - - Minimum amount of Uppercase Characters - 大写字符的最小数量 - - - Minimum amount of Lowercase Characters - 小写字符的最小数量 - - - Minimum amount of Digits - 最低位数 - - - Minimum amount of Symbols Characters - 符号字符的最小数量 - - - Error message - 错误消息 - - - Symbol charset - 符号字符集 - - - Characters which are considered as symbols. - 被视为符号的字符。 - - - HaveIBeenPwned settings - - - Allowed count - 允许计数 - - - Allow up to N occurrences in the HIBP database. - HIBP 数据库中最多允许 N 次出现。 - - - zxcvbn settings - - - Score threshold - - - If the password's score is less than or equal this value, the policy will fail. - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - 根据多条规则检查策略请求中的值,这些规则主要用于确保密码强度。 - - - Password field - “密码” 字段 - - - Field key to check, field keys defined in Prompt stages are available. - 要检查的字段键,提示阶段中定义的字段键可用。 - - - Check static rules - - - Check haveibeenpwned.com - - - For more info see: - - - Check zxcvbn - - - Password strength estimator created by Dropbox, see: - - - Allows/denys requests based on the users and/or the IPs reputation. - 根据用户和/或 IP 信誉允许/拒绝请求。 - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - - - Check IP - 检查 IP - - - Check Username - 检查用户名 - - - Threshold - 阈值 - - - New policy - 新建策略 - - - Create a new policy. - 创建一个新策略。 - - - Create Binding - 创建绑定 - - - Superuser - 超级用户 - - - Members - 成员 - - - Select groups to add user to - 选择要向其添加用户的组 - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - - - Successfully updated user. - 已成功更新用户。 - - - Successfully created user. - 已成功创建用户。 - - - Username - 用户名 - - - Email - 电子邮箱 - - - Path - - - Policy - 策略 - - - - Group - 组 - - - - User - 用户 - - - - Edit Policy - 编辑策略 - - - Update Group - 更新组 - - - Edit Group - 编辑组 - - - Update User - 更新用户 - - - Edit User - 编辑用户 - - - Policy binding(s) - 策略绑定 - - - Update Binding - 更新绑定 - - - Edit Binding - 编辑绑定 - - - No Policies bound. - 没有策略约束。 - - - No policies are currently bound to this object. - 当前没有策略绑定到此对象。 - - - Related - 相关 - - - Backchannel Providers - - - Check access - 检查访问权限 - - - Check - 查看 - - - Check Application access - 检查应用程序访问权限 - - - Test - 测试 - - - Launch - 启动 - - - Logins over the last week (per 8 hours) - - - Policy / Group / User Bindings - 策略/组/用户绑定 - - - These policies control which users can access this application. - 这些策略控制哪些用户可以访问此应用程序。 - - - Successfully updated source. - 已成功更新源。 - - - Successfully created source. - 已成功创建源。 - - - Sync users - 同步用户 - - - User password writeback - 用户密码写回 - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - 登入密码会自动从 LDAP 同步到 authentik。启用此选项可将 authentik 中的密码更改回写至 LDAP。 - - - Sync groups - 同步组 - - - Connection settings - 连接设置 - - - Server URI - 服务器 URI - - - Specify multiple server URIs by separating them with a comma. - 通过用逗号分隔多个服务器 URI 来指定它们。 - - - Enable StartTLS - 启用 StartTLS - - - To use SSL instead, use 'ldaps://' and disable this option. - 要改用 SSL,请使用 'ldaps: //' 并禁用此选项。 - - - TLS Verification Certificate - TLS 验证证书 - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - 使用 TLS 连接到 LDAP 服务器时,默认情况下不检查证书。指定密钥对以验证远程证书。 - - - Bind CN - Bind CN - - - LDAP Attribute mapping - LDAP 属性映射 - - - Additional settings - 其他设置 - - - Parent group for all the groups imported from LDAP. - 从 LDAP 导入的所有组的父组。 - - - User path - - - Additional user DN, prepended to the Base DN. - 额外的User DN,优先于Base DN。 - - - Additional group DN, prepended to the Base DN. - 额外的Group DN,优先于Base DN。 - - - User object filter - 用户对象筛选器 - - - Consider Objects matching this filter to be Users. - 将与此筛选器匹配的对象视为用户。 - - - Group object filter - 分组对象过滤器 - - - Consider Objects matching this filter to be Groups. - 将与此过滤器匹配的对象视为组。 - - - Group membership field - 组成员资格字段 - - - Object uniqueness field - 对象唯一性字段 - - - Field which contains a unique Identifier. - 包含唯一标识符的字段。 - - - Link users on unique identifier - 使用唯一标识符链接用户 - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - 链接到具有相同电子邮件地址的用户。当源不验证电子邮件地址时,可能会产生安全隐患 - - - Use the user's email address, but deny enrollment when the email address already exists - - - Link to a user with identical username. Can have security implications when a username is used with another source - - - Use the user's username, but deny enrollment when the username already exists - - - Unknown user matching mode - - - URL settings - URL 设置 - - - Authorization URL - 授权网址 - - - URL the user is redirect to to consent the authorization. - 用户被重定向到以同意授权的 URL。 - - - Access token URL - 访问令牌 URL - - - URL used by authentik to retrieve tokens. - authentik 用来检索令牌的 URL。 - - - Profile URL - 个人资料网址 - - - URL used by authentik to get user information. - authentik 用来获取用户信息的 URL。 - - - Request token URL - 请求令牌 URL - - - URL used to request the initial token. This URL is only required for OAuth 1. - 用于请求初始令牌的 URL。只有 OAuth 1 才需要此网址。 - - - OIDC Well-known URL - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - - - OIDC JWKS URL - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - - - OIDC JWKS - - - Raw JWKS data. - - - User matching mode - 用户匹配模式 - - - Delete currently set icon. - 删除当前设置的图标。 - - - Consumer key - 消费者密钥 - - - Consumer secret - 消费者机密 - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - - - Flow settings - 流程设置 - - - Flow to use when authenticating existing users. - 认证已存在用户时所使用的流程。 - - - Enrollment flow - 注册流程 - - - Flow to use when enrolling new users. - 新用户注册时所使用的流程。 - - - Load servers - 加载服务器 - - - Allow friends to authenticate via Plex, even if you don't share any servers - 允许好友通过Plex进行身份验证,即使您不共享任何服务器 - - - Allowed servers - 允许的服务器 - - - Select which server a user has to be a member of to be allowed to authenticate. - 选择用户必须是哪个服务器的成员才能进行身份验证。 - - - SSO URL - SSO 网址 - - - URL that the initial Login request is sent to. - 初始登录请求发送到的URL。 - - - SLO URL - SLO URL - - - Optional URL if the IDP supports Single-Logout. - 如果 IDP 支持单点注销,则为可选 URL。 - - - Also known as Entity ID. Defaults the Metadata URL. - 也称为实体 ID。 默认为 Metadata URL。 - - - Binding Type - 绑定类型 - - - Redirect binding - 重定向绑定 - - - Post-auto binding - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - - - Post binding - Post binding - - - Signing keypair - 签名密钥对 - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - 用于签署传出请求的密钥对。留空则禁用签名。 - - - Allow IDP-initiated logins - 允许 IDP 发起的登入 - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - 允许由 IdP 启动的身份验证流。这可能存在安全风险,因为未对请求 ID 进行验证。 - - - NameID Policy - NameID 政策 - - - Persistent - 持久 - - - Email address - 邮箱地址 - - - Windows - Windows - - - X509 Subject - X509 Subject - - - Transient - 暂时的 - - - Delete temporary users after - 之后删除临时用户 - - - 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. - - - Pre-authentication flow - 身份验证前流程 - - - Flow used before authentication. - 身份验证之前使用的流程。 - - - New source - 新建身份来源 - - - Create a new source. - 创建一个新身份来源。 - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - 身份来源,既可以同步到authentik的数据库中,也可以被用户用来进行身份验证和注册。 - - - Source(s) - - - - Disabled - 已禁用 - - - Built-in - 内置 - - - Update LDAP Source - 更新 LDAP 源 - - - OAuth Source - - - Generic OpenID Connect - 通用 OpenID 连接 - - - Unknown provider type - - - Details - - - Callback URL - 回调 URL - - - Access Key - 访问密钥 - - - Update OAuth Source - 更新 OAuth 源 - - - Diagram - 示意图 - - - Policy Bindings - 策略绑定 - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - - - Update Plex Source - 更新 Plex 源 - - - Update SAML Source - 更新 SAML 源 - - - Successfully updated mapping. - 已成功更新映射。 - - - Successfully created mapping. - 已成功创建映射。 - - - SAML Attribute Name - SAML 属性名称 - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - 用于 SAML 断言的属性名称。可以是 URN OID, 模式引用或任何其他字符串。如果此属性映射用于 NameID 属性,则会丢弃此字段。 - - - Friendly Name - 友好显示名称 - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - (可选)设置 “断言” 属性的'友好名称'值。 - - - Scope name - 作用域名称 - - - Scope which the client can specify to access these properties. - 客户端可以指定的访问这些属性的范围。 - - - Description shown to the user when consenting. If left empty, the user won't be informed. - 同意时向用户显示的描述。如果留空,则不会通知用户。 - - - Example context data - - - Active Directory User - - - Active Directory Group - - - New property mapping - 新建属性映射 - - - Create a new property mapping. - 创建一个新属性映射。 - - - Property Mappings - 属性映射 - - - Control how authentik exposes and interprets information. - 控制 authentik 如何公开和解释信息。 - - - Property Mapping(s) - 属性映射 - - - Test Property Mapping - 测试属性映射 - - - Hide managed mappings - 隐藏托管映射 - - - Successfully updated token. - 已成功更新令牌。 - - - Successfully created token. - 已成功创建令牌。 - - - Unique identifier the token is referenced by. - 引用令牌的唯一标识符。 - - - Intent - 意图 - - - API Token - - - Used to access the API programmatically - - - App password. - - - Used to login using a flow executor - - - Expiring - 即将到期 - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - 如果选择此选项,令牌将过期。到期后,令牌将被轮换。 - - - Expires on - 过期时间 - - - API Access - API 访问权限 - - - App password - 应用密码 - - - Verification - 验证 - - - Unknown intent - - - Tokens - 令牌 - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - 令牌在整个authentik中用于电子邮件验证阶段、恢复密钥和API访问。 - - - Expires? - 过期? - - - Expiry date - 到期日 - - - Token(s) - 令牌 - - - Create Token - 创建令牌 - - - Token is managed by authentik. - 令牌由 authentik 管理。 - - - Update Token - 更新令牌 - - - Domain - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - 匹配是根据域名后缀完成的,因此,如果您输入 domain.tld,foo.domain.tld 仍将匹配。 - - - Default - 默认 - - - Branding settings - 品牌设置 - - - Title - 标题 - - - Branding shown in page title and several other places. - 品牌信息显示在页面标题和其他几个地方。 - - - Logo - Logo - - - Favicon - 网站图标 - - - Icon shown in the browser tab. - 浏览器选项卡中显示的图标。 - - - Default flows - 默认流程 - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - 用于对用户进行身份验证的流程。如果留空,则使用按辅助信息块排序的第一个适用流程。 - - - Invalidation flow - 失效流程 - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - 用于注销的流程。如果留空,则使用按辅助信息块排序的第一个适用流程。 - - - Recovery flow - 恢复流程 - - - Unenrollment flow - 取消注册流程 - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - 如果已设置,则用户可以使用此流程自行取消注册。如果未设置流量,则不显示选项。 - - - User settings flow - 用户设置流程 - - - If set, users are able to configure details of their profile. - 设置后,用户可以配置他们个人资料的详细信息。 - - - Device code flow - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - - - Other global settings - 其他全局设置 - - - Web Certificate - 网络证书 - - - Event retention - 事件保留 - - - Duration after which events will be deleted from the database. - 事件将从数据库中删除的持续时间。 - - - This setting only affects new Events, as the expiration is saved per-event. - 此设置仅影响新事件,因为过期时间是按事件保存的。 - - - Configure visual settings and defaults for different domains. - 配置不同域的可视化设置和默认值。 - - - Default? - 默认? - - - Policies - 策略 - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - 允许用户根据属性使用应用程序、强制使用密码标准以及有选择地应用阶段。 - - - Assigned to object(s). - 已分配给 - 个对象。 - - - Warning: Policy is not assigned. - 警告:策略未分配。 - - - Test Policy - 测试策略 - - - Policy / Policies - 政策/策略 - - - Successfully cleared policy cache - 已成功清除策略缓存 - - - Failed to delete policy cache - 未能删除策略缓存 - - - Clear cache - 清除缓存 - - - Clear Policy cache - 清除策略缓存 - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - - - Reputation scores - 声誉得分 - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - IP 和用户标识符的声誉。每次登入失败的分数都会降低,每次成功登入的分数都会增加。 - - - IP - IP - - - Score - 得分 - - - Updated - 已更新 - - - Reputation - 声誉 - - - Groups - - - - Group users together and give them permissions based on the membership. - 将用户分组在一起,并根据成员资格为他们授予权限。 - - - Superuser privileges? - 超级用户权限? - - - Group(s) - - - - Create Group - 创建组 - - - Create group - 创建组 - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - 使用下面的用户名和密码进行身份验证。稍后可以在令牌页面上检索密码。 - - - Password - 密码 - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - 有效期为360天,之后密码将自动轮换。您可以从令牌列表中复制密码。 - - - The following objects use - 以下对象使用 - - - - connecting object will be deleted - 连接对象将被删除 - - - Successfully updated - - - Failed to update : - 更新失败 - : - - - - Successfully updated password. - 已成功更新密码。 - - - Successfully sent email. - 已成功发送电子邮件。 - - - Email stage - 电子邮件阶段 - - - Successfully added user(s). - - - User(s) - 用户 - - - Remove Users(s) - - - Are you sure you want to remove the selected users from the group ? - - - Remove - - - Impersonate - 模仿 - - - User status - 用户状态 - - - Change status - 更改状态 - - - Deactivate - 停用 - - - Update password - 更新密码 - - - Set password - 设置密码 - - - Successfully generated recovery link - 成功生成恢复链接 - - - Copy recovery link - 复制恢复链接 - - - Send link - 发送链接 - - - Send recovery link to user - 向用户发送恢复链接 - - - Email recovery link - 电子邮件恢复链接 - - - Recovery link cannot be emailed, user has no email address saved. - 无法通过电子邮件发送恢复链接,用户没有保存电子邮件地址。 - - - Warning: This group is configured with superuser access. Added users will have superuser access. - - - Add existing user - - - Create User - 创建用户 - - - Hide service-accounts - 隐藏服务账户 - - - Group Info - 组信息 - - - Notes - - - Edit the notes attribute of this group to add notes here. - - - Users - 用户 - - - Root - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - 警告:你即将删除登录的用户 ( - )。继续,风险自负。 - - - User folders - - - Successfully added user to group(s). - - - Groups to add - - - Remove from Group(s) - - - Are you sure you want to remove user from the following groups? - - - Add Group - - - Add to existing group - - - Add new group - - - Application authorizations - 应用程序授权 - - - Revoked? - 已吊销? - - - Expires - 过期 - - - ID Token - ID 令牌 - - - Refresh Tokens(s) - - - Last IP - 最后的 IP - - - Session(s) - 会话 - - - Expiry - 到期 - - - (Current session) - - - Permissions - - - Consent(s) - 同意 - - - Successfully updated device. - 已成功更新设备。 - - - Static tokens - 静态令牌 - - - TOTP Device - TOTP 设备 - - - Enroll - 注册 - - - Device(s) - 设备 - - - Update Device - 更新设备 - - - Confirmed - - - User Info - 用户信息 - - - Actions over the last week (per 8 hours) - - - Edit the notes attribute of this user to add notes here. - - - Sessions - 会话 - - - User events - 用户事件 - - - Explicit Consent - 明确同意 - - - OAuth Refresh Tokens - - - MFA Authenticators - - - Successfully updated invitation. - 已成功更新邀请。 - - - Successfully created invitation. - 已成功创建邀请。 - - - Flow - 流程 - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - 加载到流程的 “prompt_data” 上下文变量中的可选数据。YAML 或 JSON。 - - - Single use - 一次性使用 - - - When enabled, the invitation will be deleted after usage. - 启用后,邀请将在使用后被删除。 - - - Select an enrollment flow - 选择注册流程 - - - Link to use the invitation. - 使用邀请的链接。 - - - Invitations - 邀请 - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - 创建邀请链接以注册用户,并可选择强制使用其帐户的特定属性。 - - - Created by - 由... 创建 - - - Invitation(s) - 邀请 - - - Invitation not limited to any flow, and can be used with any enrollment flow. - - - Update Invitation - 更新邀请 - - - Create Invitation - 创建邀请 - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - 警告:没有邀请阶段绑定到任何流程。邀请将无法按预期工作。 - - - Auto-detect (based on your browser) - 自动检测(基于您的浏览器) - - - Required. - 必需。 - - - Continue - 继续 - - - Successfully updated prompt. - 已成功更新提示。 - - - Successfully created prompt. - 已成功创建提示。 - - - Text: Simple Text input - 文本:简单文本输入 - - - Text Area: Multiline text input - - - Text (read-only): Simple Text input, but cannot be edited. - 文本(只读):简单文本输入,但无法编辑。 - - - Text Area (read-only): Multiline text input, but cannot be edited. - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - 用户名:与文本输入相同,但检查并防止用户名重复。 - - - Email: Text field with Email type. - 电子邮件:具有电子邮件类型的文本字段。 - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - - - Number - 编号 - - - Checkbox - 复选框 - - - Radio Button Group (fixed choice) - - - Dropdown (fixed choice) - - - Date - 日期 - - - Date Time - 日期时间 - - - File - - - Separator: Static Separator Line - 分隔符:静态分隔线 - - - Hidden: Hidden field, can be used to insert data into form. - 隐藏:隐藏字段,可用于将数据插入表单。 - - - Static: Static value, displayed as-is. - 静态:静态值,按原样显示。 - - - authentik: Locale: Displays a list of locales authentik supports. - authentik:语言:显示 authentik 支持的语言设置。 - - - Preview errors - - - Data preview - - - Unique name of this field, used for selecting fields in prompt stages. - - - Field Key - 字段键 - - - Name of the form field, also used to store the value. - 表单域的名称,也用于存储值。 - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - 当与用户写入阶段结合使用时,请使用 attributes.foo 来编写属性。 - - - Label - 标签 - - - Label shown next to/above the prompt. - 标签显示在提示符旁边/上方。 - - - Required - 必需 - - - Interpret placeholder as expression - 将占位符解释为表达式 - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - - - Placeholder - 占位符 - - - 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. - - - Interpret initial value as expression - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - - - Initial value - - - 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. - - - Help text - 帮助文本 - - - Any HTML can be used. - 任何HTML都可以使用。 - - - Prompts - 提示 - - - Single Prompts that can be used for Prompt Stages. - 可用于提示阶段的单个提示符。 - - - Field - 字段 - - - Stages - 阶段 - - - Prompt(s) - 提示 - - - Update Prompt - 更新提示 - - - Create Prompt - 创建提示 - - - Target - 目标 - - - Stage - 阶段 - - - Evaluate when flow is planned - - - Evaluate policies during the Flow planning process. - - - Evaluate when stage is run - - - Invalid response behavior - - - Returns the error message and a similar challenge to the executor - - - Restarts the flow from the beginning - - - Restarts the flow from the beginning, while keeping the flow context - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - - - Successfully updated stage. - 已成功更新阶段。 - - - Successfully created stage. - 已成功创建阶段。 - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - Stage 用于配置基于二重奏的身份验证器。此阶段应该用于配置流程。 - - - Authenticator type name - - - Display name of this authenticator, used by users when they enroll an authenticator. - - - API Hostname - API 主机名 - - - Duo Auth API - - - Integration key - 集成密钥 - - - Secret key - 密钥 - - - Duo Admin API (optional) - - - Stage-specific settings - 阶段特定的设置 - - - Configuration flow - 配置流程 - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - 经过身份验证的用户用来配置此阶段的流程。如果为空,用户将无法配置此阶段。 - - - Twilio Account SID - Twilio 账户 SID - - - Get this value from https://console.twilio.com - 从 https://console.twilio.com 获取此值 - - - Twilio Auth Token - Twilio 身份验证令牌 - - - Authentication Type - 身份验证类型 - - - Basic Auth - 基本身份验证 - - - Bearer Token - 不记名令牌 - - - External API URL - 外部 API 网址 - - - This is the full endpoint to send POST requests to. - 这是向其发送 POST 请求的完整终端节点。 - - - API Auth Username - API 身份验证用户名 - - - This is the username to be used with basic auth or the token when used with bearer token - 这是用于基本身份验证的用户名,或者与不记名令牌一起使用时的令牌 - - - API Auth password - API 身份验证密码 - - - This is the password to be used with basic auth - 这是用于基本身份验证的密码 - - - Mapping - - - Stage used to configure an SMS-based TOTP authenticator. - 用于配置基于短信的 TOTP 身份验证器的阶段。 - - - Twilio - Twilio - - - Generic - 通用的 - - - From number - 发件人号码 - - - Number the SMS will be sent from. - 发送短信的来源号码。 - - - Hash phone number - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - Stage 用于配置静态身份验证器(即静态令牌)。此阶段应该用于配置流程。 - - - Token count - Token count - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - 用于配置 TOTP 身份验证器(即 Auth/Google 身份验证器)的阶段。 - - - Digits - 数字 - - - 6 digits, widely compatible - 6位数字,广泛兼容 - - - 8 digits, not compatible with apps like Google Authenticator - 8位数字,与谷歌身份验证器等应用不兼容 - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - Stage 用于验证任何身份验证器。此阶段应在身份验证或授权流程中使用。 - - - Device classes - 设备类别 - - - Static Tokens - 静态令牌 - - - TOTP Authenticators - TOTP 身份验证器 - - - WebAuthn Authenticators - WebAuthn 身份验证器 - - - Duo Authenticators - Duo 身份验证器 - - - SMS-based Authenticators - 基于短信的身份验证器 - - - Device classes which can be used to authenticate. - 可用于进行身份验证的设备类别。 - - - Last validation threshold - - - Not configured action - 未配置操作 - - - Force the user to configure an authenticator - 强制用户配置身份验证器 - - - Deny the user access - 拒绝用户访问 - - - WebAuthn User verification - - - User verification must occur. - 必须进行用户验证。 - - - User verification is preferred if available, but not required. - 如果可用,则首选用户验证,但不是必需的。 - - - User verification should not occur. - 不应进行用户验证。 - - - Configuration stages - 配置阶段 - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - 当用户没有任何兼容的设备时,用来配置身份验证器的阶段。此阶段通过后,将不再请求此用户。 - - - When multiple stages are selected, the user can choose which one they want to enroll. - 选中多个阶段时,用户可以选择要注册哪个。 - - - User verification - 用户验证 - - - Resident key requirement - 常驻钥匙要求 - - - Authenticator Attachment - 身份验证器附件 - - - No preference is sent - 不发送首选项 - - - A non-removable authenticator, like TouchID or Windows Hello - 不可移除的身份验证器,例如 TouchID 或 Windows Hello - - - A "roaming" authenticator, like a YubiKey - 像 YubiKey 这样的 “漫游” 身份验证器 - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - - - Public Key - 公钥 - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 公钥,从 https://www.google.com/recaptcha/intro/v3.html 获取。 - - - Private Key - 私钥 - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 私钥,从 https://www.google.com/recaptcha/intro/v3.html 获取。 - - - Advanced settings - 高级设置 - - - JS URL - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - - - API URL - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - 提示用户同意。同意可以是永久性的,也可以在规定的时间内过期。 - - - Always require consent - 始终需要征得同意 - - - Consent expires in - 同意到期时间 - - - Offset after which consent expires. - - - Dummy stage used for testing. Shows a simple continue button and always passes. - 用于测试的虚拟阶段。显示一个简单的 “继续” 按钮,并且始终通过。 - - - Throw error? - - - SMTP Host - SMTP 主机 - - - SMTP Port - SMTP 端口 - - - SMTP Username - SMTP 用户名 - - - SMTP Password - SMTP 密码 - - - Use TLS - 使用 TLS - - - Use SSL - 使用 SSL - - - From address - 发件人地址 - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - 通过向用户发送一次性链接来验证用户的电子邮件地址。也可用于恢复,以验证用户的真实性。 - - - Activate pending user on success - 成功时启用待处理用户 - - - When a user returns from the email successfully, their account will be activated. - 当用户成功从电子邮件中返回时,其帐户将被激活。 - - - Use global settings - 使用全局设置 - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - 启用后,将使用全局电子邮件连接设置,而下面的连接设置将被忽略。 - - - Template - “模板” - - - Let the user identify themselves with their username or Email address. - 让用户使用其用户名或电子邮件地址来标识自己。 - - - User fields - 用户字段 - - - UPN - UPN - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - 用户可以用来标识自己的字段。如果未选择任何字段,则用户将只能使用源。 - - - Password stage - 密码阶段 - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - 选中后,密码字段将显示在同一页面上,而不是单独的页面上。这样可以防止用户名枚举攻击。 - - - Case insensitive matching - 不区分大小写的匹配 - - - When enabled, user fields are matched regardless of their casing. - 启用后,无论用户字段大小写如何,都将匹配用户字段。 - - - Show matched user - 显示匹配的用户 - - - 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. - 如果输入了有效的用户名/电子邮件,并且启用了此选项,则会显示用户的用户名和头像。否则,将显示用户输入的文本。 - - - Source settings - - - Sources - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - 应显示选择的源以供用户进行身份验证。这只会影响基于 Web 的源,而不影响 LDAP。 - - - Show sources' labels - 显示源的标签 - - - By default, only icons are shown for sources. Enable this to show their full names. - 默认情况下,只为源显示图标。启用此选项可显示他们的全名。 - - - Passwordless flow - 无密码流 - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - 可选的无密码流程,链接在页面底部。配置后,用户可以使用此流程向 WebAuthn 身份验证器进行身份验证,而无需输入任何详细信息。 - - - Optional enrollment flow, which is linked at the bottom of the page. - 可选注册流程,链接在页面底部。 - - - Optional recovery flow, which is linked at the bottom of the page. - 可选的恢复流程,链接在页面底部。 - - - This stage can be included in enrollment flows to accept invitations. - 此阶段可以包含在注册流程中以接受邀请。 - - - Continue flow without invitation - 在没有邀请的情况下继续流动 - - - 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. - 如果设置了此标志,则当没有发出邀请时,此舞台将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。 - - - Validate the user's password against the selected backend(s). - 根据选定的后端验证用户的密码。 - - - Backends - 后端 - - - User database + standard password - 用户数据库+标准密码 - - - User database + app passwords - 用户数据库+应用程序密码 - - - User database + LDAP password - 用户数据库 + LDAP 密码 - - - Selection of backends to test the password against. - 选择用于测试密码的后端。 - - - Failed attempts before cancel - 取消前尝试失败 - - - 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. - 在取消流程之前,用户有多少次尝试。要锁定用户,请使用信誉策略和 user_write 阶段。 - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - 向用户显示任意输入字段,例如在注册期间。数据保存在流程上下文中的 “prompt_data” 变量下。 - - - Fields - 字段 - - - Validation Policies - 验证策略 - - - Selected policies are executed when the stage is submitted to validate the data. - 在提交阶段以验证数据时,将执行选定的策略。 - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - - - Log the currently pending user in. - 将当前待处理的用户登录。 - - - Session duration - 会话持续时间 - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - 确定会话持续多长时间。默认为 0 秒意味着会话持续到浏览器关闭为止。 - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - - - See here. - - - Stay signed in offset - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - - - Terminate other sessions - - - When enabled, all previous sessions of the user will be terminated. - - - Remove the user from the current session. - 从当前会话中移除用户。 - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - - - Never create users - - - When no user is present in the flow context, the stage will fail. - - - Create users when required - - - When no user is present in the the flow context, a new user is created. - - - Always create new users - - - Create a new user even if a user is in the flow context. - - - Create users as inactive - 将用户创建为非活动用户 - - - Mark newly created users as inactive. - 将新创建的用户标记为非活动用户。 - - - User path template - - - Path new users will be created under. If left blank, the default path will be used. - - - Newly created users are added to this group, if a group is selected. - 如果选择了组,则会将新创建的用户添加到该组。 - - - New stage - 新建阶段 - - - Create a new stage. - 创建一个新阶段。 - - - Successfully imported device. - - - The user in authentik this device will be assigned to. - - - Duo User ID - - - The user ID in Duo, can be found in the URL after clicking on a user. - - - Automatic import - - - Successfully imported devices. - - - Start automatic import - - - Or manually import - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - 阶段是引导用户完成的流程的单个步骤。阶段只能在流程内部执行。 - - - Flows - 流程 - - - Stage(s) - 阶段 - - - Import - 导入 - - - Import Duo device - - - Successfully updated flow. - 已成功更新流程。 - - - Successfully created flow. - 已成功创建流程。 - - - Shown as the Title in Flow pages. - 显示为 “Flow” 页面中的标题。 - - - Visible in the URL. - 在 URL 中可见。 - - - Designation - 指定 - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - 决定此 Flow 的用途。例如,当未经身份验证的用户访问 authentik 时,身份验证流程将重定向到。 - - - No requirement - - - Require authentication - - - Required authentication level for this flow. - - - Behavior settings - - - Compatibility mode - 兼容模式 - - - Increases compatibility with password managers and mobile devices. - - - Denied action - - - Will follow the ?next parameter if set, otherwise show a message - - - Will either follow the ?next parameter or redirect to the default interface - - - Will notify the user the flow isn't applicable - - - Decides the response when a policy denies access to this flow for a user. - - - Appearance settings - - - Layout - - - Background - 背景 - - - Background shown during execution. - 执行过程中显示背景。 - - - Clear background - - - Delete currently set background image. - 删除当前设置的背景图片。 - - - Successfully imported flow. - 已成功导入流程。 - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - 流程描述了一系列用于对用户进行身份验证、注册或恢复的阶段。阶段是根据应用于它们的策略来选择的。 - - - Flow(s) - 流程 - - - Update Flow - 更新流程 - - - Create Flow - 创建流程 - - - Import Flow - 导入流程 - - - Successfully cleared flow cache - 已成功清除流程缓存 - - - Failed to delete flow cache - 无法删除流程缓存 - - - Clear Flow cache - 清除流程缓存 - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - - - Stage binding(s) - 阶段绑定 - - - Stage type - 阶段类型 - - - Edit Stage - 编辑 Stage - - - Update Stage binding - 更新阶段绑定 - - - These bindings control if this stage will be applied to the flow. - 这些绑定控制是否将此阶段应用于流程。 - - - No Stages bound - 没有阶段绑定 - - - No stages are currently bound to this flow. - 目前没有阶段绑定到此流程。 - - - Create Stage binding - 创建 Stage 绑定 - - - Bind existing stage - - - Flow Overview - 流程概述 - - - Related actions - - - Execute flow - 执行流程 - - - Normal - 正常 - - - Export flow - 出口流程 - - - Export - 出口 - - - Stage Bindings - 阶段绑定 - - - These bindings control which users can access this flow. - 这些绑定控制哪些用户可以访问此流程。 - - - Event Log - 事件日志 - - - Event - 事件 - - - - Event info - 事件信息 - - - Created - - - Successfully updated transport. - 已成功更新传输。 - - - Successfully created transport. - 已成功创建传输。 - - - Local (notifications will be created within authentik) - - - Webhook (generic) - Webhook (generic) - - - Webhook (Slack/Discord) - Webhook(Slack/Discord) - - - Webhook URL - Webhook URL - - - Send once - 发送一次 - - - Only send notification once, for example when sending a webhook into a chat channel. - 仅发送一次通知,例如在向聊天频道发送 Webhook 时。 - - - Notification Transports - 通知传输 - - - Define how notifications are sent to users, like Email or Webhook. - 定义如何向用户发送通知,例如电子邮件或 Webhook。 - - - Notification transport(s) - 通知传输 - - - Update Notification Transport - 更新通知传输 - - - Create Notification Transport - 创建通知传输 - - - Successfully updated rule. - 已成功更新规则。 - - - Successfully created rule. - 已成功创建规则。 - - - Transports - 传输 - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - 选择应使用哪些传输来通知用户。如果未选择任何内容,则通知将仅显示在 authentik UI 中。 - - - Severity - 严重程度 - - - Notification Rules - 通知规则 - - - Send notifications whenever a specific Event is created and matched by policies. - 每当策略创建并匹配特定事件时,都会发送通知。 - - - Sent to group - 已发送到组 - - - Notification rule(s) - 通知规则 - - - Update Notification Rule - 更新通知规则 - - - Create Notification Rule - 创建通知规则 - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - - - Outpost Deployment Info - Outpost 部署信息 - - - View deployment documentation - 查看部署文档 - - - Click to copy token - 点击复制令牌 - - - If your authentik Instance is using a self-signed certificate, set this value. - 如果您的 authentik 实例正在使用自签名证书,请设置此值。 - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - 如果您的 authentik_host 设置与您要登录时使用的网址不匹配,请添加此设置。 - - - Successfully updated outpost. - 已成功更新 Outpost。 - - - Successfully created outpost. - 已成功创建 Outpost。 - - - Radius - - - Integration - 整合 - - - Selecting an integration enables the management of the outpost by authentik. - 选择集成可以使authentik对 Outpost 进行管理。 - - - Configuration - 配置 - - - See more here: - - - Documentation - - - Last seen - - - , should be - - ,应该是 - - - - Hostname - - - Not available - 不可用 - - - Unknown type - - - Outposts - Outposts - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Outpost 是对 authentik 组件的部署,以支持不同的环境和协议,例如反向代理。 - - - Health and Version - 运行状况和版本 - - - Warning: authentik Domain is not configured, authentication will not work. - 警告:未配置 authentik 域,身份验证将不起作用。 - - - Logging in via . - 通过 - 登录。 - - - No integration active - 没有激活的集成 - - - Update Outpost - 更新 Outpost - - - View Deployment Info - 查看部署信息 - - - Detailed health (one instance per column, data is cached so may be out of date) - - - Outpost(s) - Outpost(s) - - - Create Outpost - 创建 Outpost - - - Successfully updated integration. - 已成功更新集成。 - - - Successfully created integration. - 已成功创建集成。 - - - Local - 本地 - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - 如果启用,请使用本地连接。需要的 Docker Socket/Kubernetes 集成。 - - - Docker URL - Docker URL - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - 验证终端节点证书所依据的 CA。可以留空以表示不进行验证。 - - - TLS Authentication Certificate/SSH Keypair - TLS 身份验证证书/SSH 密钥对 - - - Certificate/Key used for authentication. Can be left empty for no authentication. - 用于身份验证的证书/密钥。可以留空,留空表示不进行身份验证。 - - - When connecting via SSH, this keypair is used for authentication. - 通过 SSH 连接时,此密钥对用于身份验证。 - - - Kubeconfig - Kubeconfig - - - Verify Kubernetes API SSL Certificate - - - New outpost integration - 新前哨集成 - - - Create a new outpost integration. - 创建一个新前哨集成。 - - - State - - - - Unhealthy - 不健康 - - - Outpost integration(s) - Outpost 集成 - - - Successfully generated certificate-key pair. - 成功生成证书密钥对。 - - - Common Name - 常用名 - - - Subject-alt name - 替代名称 - - - Optional, comma-separated SubjectAlt Names. - 可选,逗号分隔的 subjectAlt 名称。 - - - Validity days - 有效天数 - - - Successfully updated certificate-key pair. - 已成功更新证书密钥对。 - - - Successfully created certificate-key pair. - 已成功创建证书密钥对。 - - - PEM-encoded Certificate data. - PEM 编码的证书数据。 - - - Optional Private Key. If this is set, you can use this keypair for encryption. - 可选私钥。如果设置了此设置,则可以使用此密钥对进行加密。 - - - Certificate-Key Pairs - 证书密钥对 - - - Import certificates of external providers or create certificates to sign requests with. - 导入外部提供商的证书或创建用于签署请求的证书。 - - - Private key available? - 私钥可用吗? - - - Certificate-Key Pair(s) - 证书密钥对 - - - Managed by authentik - 由 authentik 管理 - - - Managed by authentik (Discovered) - 由 authentik 管理(已发现) - - - Yes () - Yes ( - ) - - - No - No - - - Update Certificate-Key Pair - 更新证书密钥对 - - - Certificate Fingerprint (SHA1) - 证书指纹 (SHA1) - - - Certificate Fingerprint (SHA256) - 证书指纹 (SHA256) - - - Certificate Subject - 证书主题 - - - Download Certificate - 下载证书 - - - Download Private key - 下载私钥 - - - Generate - 生成 - - - Successfully updated instance. - - - Successfully created instance. - - - Disabled blueprints are never applied. - - - Local path - - - OCI Registry - - - Internal - - - Blueprint - - - Configure the blueprint context, used for templating. - - - Orphaned - - - Blueprints - - - Automate and template configuration within authentik. - - - Last applied - - - Blueprint(s) - - - Update Blueprint - - - Create Blueprint Instance - - - API Requests - API 请求 - - - Open API Browser - 打开 API 浏览器 - - - Notifications - 通知 - - - unread - - 未读 - - - Successfully cleared notifications - 已成功清除通知 - - - Clear all - 全部清除 - - - User interface - 用户界面 - - - Dashboards - 仪表板 - - - Events - 事件 - - - Logs - 日志 - - - Directory - 目录 - - - System - 系统 - - - Certificates - 证书 - - - Outpost Integrations - Outpost 集成 - - - API request failed - API 请求失败 - - - Something went wrong! Please try again later. - 发生错误,请稍后重试。 - - - Request ID - - - You may close this page now. - - - You're about to be redirect to the following URL. - 您将被重定向到以下 URL。 - - - Follow redirect - 跟随重定向 - - - Request has been denied. - 请求被拒绝。 - - - Not you? - 不是你? - - - Need an account? - 需要一个账户? - - - Sign up. - 注册。 - - - Forgot username or password? - 忘记用户名或密码? - - - Or - - - Use a security key - 使用安全密钥 - - - Login to continue to . - 登入以继续 - - - - Please enter your password - 请输入你的密码 - - - Forgot password? - 忘记密码了吗? - - - Application requires following permissions: - 应用程序需要以下权限: - - - Application already has access to the following permissions: - - - Application requires following new permissions: - - - Check your Inbox for a verification email. - 检查您的收件箱是否有验证电子邮件。 - - - Send Email again. - 再次发送电子邮件。 - - - Successfully copied TOTP Config. - 成功复制 TOTP 配置。 - - - Code - 代码 - - - Duo activation QR code - - - Alternatively, if your current device has Duo installed, click on this link: - 或者,如果您当前的设备已安装 Duo,请单击此链接: - - - Duo activation - Duo 激活 - - - Check status - 检查状态 - - - Make sure to keep these tokens in a safe place. - 确保将这些令牌保存在安全的地方。 - - - Phone number - 电话号码 - - - Please enter your Phone number. - 请输入您的电话号码。 - - - Please enter the code you received via SMS - - - Static token - 静态令牌 - - - Authentication code - - - Please enter your code - - - Retry authentication - 重试身份验证 - - - Duo push-notifications - 二重奏推送通知 - - - Receive a push notification on your device. - 在您的设备上接收推送通知。 - - - Authenticator - 身份验证器 - - - Use a security key to prove your identity. - 使用安全密钥证明您的身份。 - - - Traditional authenticator - 传统身份验证器 - - - Use a code-based authenticator. - 使用基于代码的身份验证器。 - - - Recovery keys - 恢复密钥 - - - SMS - 短信 - - - Tokens sent via SMS. - 通过短信发送的令牌。 - - - Stay signed in? - - - Select Yes to reduce the number of times you're asked to sign in. - - - Authenticating with Plex... - 正在使用 Plex 进行身份验证... - - - Waiting for authentication... - - - If no Plex popup opens, click the button below. - - - Open login - - - Authenticating with Apple... - 正在使用Apple进行身份验证... - - - Retry - 重试 - - - You've successfully authenticated your device. - - - Flow inspector - 流程检查器 - - - Next stage - 下一阶段 - - - Stage name - 阶段名 - - - Stage kind - 阶段种类 - - - Stage object - 阶段对象 - - - This flow is completed. - 此流程已完成。 - - - Plan history - 计划历史记录 - - - Current plan context - 当前计划上下文 - - - Session ID - 会话 ID - - - Powered by authentik - 由 authentik 强力驱动 - - - Error creating credential: - 创建凭证时出错: - - - - Server validation of credential failed: - 服务器验证凭据失败: - - - - Refer to documentation - - - No Applications available. - 没有可用的应用程序。 - - - Either no applications are defined, or you don’t have access to any. - - - My Applications - 我的应用 - - - My applications - 我的应用 - - - Change your password - 更改你的密码 - - - Change password - 修改密码 - - - Save - 保存 - - - Delete account - 删除账户 - - - Successfully updated details - 已成功更新详情 - - - Open settings - 打开设置 - - - No settings flow configured. - 未配置设置流程 - - - Update details - 更新详情 - - - Successfully disconnected source - - - Failed to disconnected source: - - - Disconnect - 断开连接 - - - Connect - 连接 - - - Error: unsupported source settings: - 错误:不支持的源设置: - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - 将您的用户帐户连接到下面列出的服务,以允许您使用该服务而不是传统凭据登录。 - - - No services available. - 没有可用的服务。 - - - Create App password - 创建应用程序密码 - - - User details - 用户详细信息 - - - Consent - 同意 - - - MFA Devices - MFA 设备 - - - Connected services - 连接服务 - - - Tokens and App passwords - 令牌和应用程序密码 - - - Unread notifications - 未读通知 - - - Admin interface - 管理员界面 - - - Stop impersonation - 停止模拟 - - - Avatar image - Avatar image - - - Failed - - - Unsynced / N/A - - - Outdated outposts - 过时的 Outposts - - - Unhealthy outposts - 不健康的 Outposts - - - Next - 下一步 - - - Inactive - 不活跃 - - - Regular user - 普通用户 - - - Activate - 启用 - - - Use Server URI for SNI verification - - - Required for servers using TLS 1.3+ - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - - - TLS Server name - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - - - TLS Client authentication certificate - - - Model - - - Match events created by selected model. When left empty, all models are matched. - - - Code-based MFA Support - - - 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. - - - User type - - - Successfully updated license. - - - Successfully created license. - - - Install ID - - - License key - - - Licenses - - - License(s) - - - Cumulative license expiry - - - Update License - - - Warning: The current user count has exceeded the configured licenses. - - - Click here for more info. - - - Enterprise - - - Manage enterprise licenses - - - No licenses found. - - - Send us feedback! - - - Go to Customer Portal - - - Forecast internal users - - - Estimated user count one year from now based on current internal users and forecasted internal users. - - - Forecast external users - - - Estimated user count one year from now based on current external users and forecasted external users. - - - Install - - - Install License - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - - - Service accounts should be used for machine-to-machine authentication or other automations. - - - Remove item - - - Open API drawer - - - Open Notification drawer - - - Add provider - - - Open - - - Copy token - - - Add users - - - Add group - - - Import devices - - - Execute - - - Show details - - - Apply - - - Settings - - - Sign out - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - - - Token length - - - The length of the individual generated tokens. Can be increased to improve security. - - - Internal: - - - External: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - - - Create and bind Policy - - - Federation and Social login - - - Create and bind Stage - - - Flows and Stages - - - New version available - - - Failure result - - - Pass - - - Don't pass - - - Result used when policy execution fails. - - - Required: User verification must occur. - - - Preferred: User verification is preferred if available, but not required. - - - Discouraged: User verification should not occur. - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - - - Discouraged: The authenticator should not create a dedicated credential - - - Lock the user out of this system - - - Allow the user to log in and use this system - - - Temporarily assume the identity of this user - - - Enter a new password for this user - - - Create a link for this user to reset their password - - - WebAuthn requires this page to be accessed via HTTPS. - - - WebAuthn not supported by browser. - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - - - Default relay state - - - When using IDP-initiated logins, the relay state will be set to this value. - - - Flow Info - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - -<<<<<<< HEAD - - Internal application name used in URLs. - - - Submit - - - UI Settings - - - Your application has been saved - - - Custom attributes - - - Don't show this message again. - - - Failed to fetch - - - Failed to fetch data. - - - Successfully assigned permission. - - - Role - - - Assign - - - Assign permission to role - - - Assign to new role - - - Directly assigned - - - Assign permission to user - - - Assign to new user - - - User Object Permissions - - - Role Object Permissions - - - Roles - - - Select roles to grant this groups' users' permissions from the selected roles. - - - Editing is disabled for managed tokens - - - Permissions to add - - - Select permissions - - - Assign permission - - - Permission(s) - - - Permission - - - User doesn't have view permission so description cannot be retrieved. - - - Assigned global permissions - - - Assigned object permissions - - - Successfully updated role. - - - Successfully created role. - - - Manage roles which grant permissions to objects within authentik. - - - Role(s) - - - Update Role - - - Create Role - - - Role doesn't have view permission so description cannot be retrieved. - - - Role - - - Role Info - - - Pseudolocale (for testing) - - - One hint, 'New Application Wizard', is currently hidden - - - Deny message - - - Message shown when this stage is run. - - - The token has been copied to your clipboard - - - The token was displayed because authentik does not have permission to write to the clipboard - - - A copy of this recovery link has been placed in your clipboard - - - Create recovery link - - - Create Recovery Link - - - External - - - Service account - - - Service account (internal) - - - Check the release notes - - - User Statistics - - - User type used for newly created users. - - - Users created - - - Failed logins - - - Also known as Client ID. - - - Also known as Client Secret. - - - Global status - - - Vendor - - - Connectivity - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - - - Successfully created user and added to group - - - This user will be added to the group "". - - - Pretend user exists - - - When enabled, the stage will always accept the given user identifier and continue. - - - There was an error in the application. - - - Review the application. - - - There was an error in the provider. - - - Review the provider. - - - There was an error creating the application, but no error message was sent. Please review the server logs. - - - Configure LDAP Provider - - - Configure Proxy Provider - - - Configure Radius Provider - - - Configure SAML Provider - - - Configure SCIM Provider - - - Connection settings. - - - Successfully updated endpoint. - - - Successfully created endpoint. - - - Protocol - - - RDP - - - SSH - - - VNC - - - Host - - - Endpoint(s) - - - Update Endpoint - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - - - Create Endpoint - - - Update RAC Provider - - - Endpoints - - - General settings - - - RDP settings - - - Ignore server certificate - - - Enable wallpaper - - - Enable font-smoothing - - - Enable full window dragging - - - Network binding - - - No binding - - - Bind ASN - - - Bind ASN and Network - - - Bind ASN, Network and IP - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - - - GeoIP binding - - - Bind Continent - - - Bind Continent and Country - - - Bind Continent, Country and City - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - - - RAC - - - Connection failed after attempts. - - - Re-connecting in second(s). - - - Connecting... - - - Select endpoint to connect to - - - Connection expiry - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - - - Learn more - - - Maximum concurrent connections - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - - - Korean - - - Dutch - - - Brand - - - Successfully updated brand. - - - Successfully created brand. - - - Use this brand for each domain that doesn't have a dedicated brand. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - - - Brands - - - Brand(s) - - - Update Brand - - - Create Brand - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - - - Successfully updated settings. - - - Avatars - - - Configure how authentik should show avatars for users. The following values can be set: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - - - Uses gravatar with the user's email address - - - Generated avatars based on the user's name - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - - - The user's username - - - The email address, md5 hashed - - - The user's UPN, if set (otherwise an empty string) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - - - Allow users to change name - - - Enable the ability for users to change their name. - - - Allow users to change email - - - Enable the ability for users to change their email. - - - Allow users to change username - - - Enable the ability for users to change their username. - - - Footer links - - - GDPR compliance - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - - - Impersonation - - - Globally enable/disable impersonation. - - - System settings - - - Changes made: - - - Key - - - Previous value - - - New value - - - Raw event info - - - Anonymous user - - - Add All Available - - - Remove All Available - - - Remove All - - - Available options - - - Selected options - - - item(s) marked to add. - - - item(s) selected. - - - item(s) marked to remove. - - - Available Applications - - - Selected Applications - - - Last used - - - OAuth Access Tokens - - - Credentials / Tokens - - - Permissions set on users which affect this object. - - - Permissions set on roles which affect this object. - - - Permissions assigned to this user which affect all object instances of a given type. - - - Permissions assigned to this user affecting specific object instances. - - - Permissions assigned to this role which affect all object instances of a given type. - - - JWT payload - - - Preview for user - - - Brand name - - - Delete authorization on disconnect - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - - - Connection Token(s) - - - Endpoint - - - Connections - - - Unconfigured - - - This option will not be changed by this mapping. - - - RAC Connections - - - Sending Duo push notification... - - - Failed to authenticate - - - Authenticating... - - - Customization - - - Authentication failed. Please try again. - - - Failed to register. Please try again. - - - Registering... - - - Failed to register - - - Retry registration - - - Select one of the options below to continue. - - - Latest version unknown - - - Timestamp - - - Time - - - Level - - - Event - - - Logger - - - Update internal password on login - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - - - Source - - - Resume timeout - - - Amount of time a user can take to return from the source to continue the flow. - - - Your Install ID - - - Enter the email associated with your account, and we'll send you a link to reset your password. - - - Stage name: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - - - A selection is required - - - Device type restrictions - - - Available Device types - - - Selected Device types - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - - - WebAuthn-specific settings - - - WebAuthn Device type restrictions - - - This restriction only applies to devices created in authentik 2024.4 or later. - - - Default token duration - - - Default duration for generated tokens - - - Default token length - - - Default length of generated tokens - - - deleted - - - Select permissions to assign - - - Update SCIM Source - - - SCIM Base URL - - - Provisioned Users - - - Provisioned Groups - - - removed - - - Verifying... - - - Available Roles - - - Selected Roles - - - Private key Algorithm - - - RSA - - - ECDSA - - - Algorithm used to generate the private key. - - - Added ID - - - Removed ID - - - Cleared - - - Google Workspace Provider - - - Credentials - - - Delegated Subject - - - Default group email domain - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - - - User deletion action - - - User is deleted - - - Suspend - - - User is suspended, and connection to user in authentik is removed. - - - Do Nothing - - - The connection is removed but the user is not modified - - - Determines what authentik will do when a User is deleted. - - - Group deletion action - - - Group is deleted - - - The connection is removed but the group is not modified - - - Determines what authentik will do when a Group is deleted. - - - Microsoft Entra Provider - - - Google Cloud credentials file. - - - Email address of the user the actions of authentik will be delegated to. - - - Client ID for the app registration. - - - Client secret for the app registration. - - - Tenant ID - - - ID of the tenant accounts will be synced into. - - - Update Microsoft Entra Provider - - - Update Google Workspace Provider - - - Enterprise only - - - Icon - - - (build ) - - - (FIPS) - - - Score minimum threshold - - - Minimum required score to allow continuing - - - Score maximum threshold - - - Maximum allowed score to allow continuing - - - Error on invalid score - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - - - Microsoft Entra Group(s) - - - Microsoft Entra User(s) - - - Google Workspace Group(s) - - - Google Workspace User(s) - - - SCIM Group(s) - - - SCIM User(s) - - - FIPS compliance: passing - - - Unverified - - - FIPS compliance: unverified - - - FIPS Status - - - Search returned no results. - - - Reputation score(s) - - - See documentation - - - Close dialog - - - Pagination - - - Restore Application Wizard Hint - - - Your authentik password - - - Internal Service account - - - Outpost integrations - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - - - Operation failed to complete - - - Failed to fetch objects: - - - Available Scopes - - - Selected Scopes - - - Available Property Mappings - - - Selected Property Mappings - - - Available User Property Mappings - - - Selected User Property Mappings - - - Available Group Property Mappings - - - Selected Group Property Mappings - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - - - ASNs - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - - - Countries - - - Available Countries - - - Selected Countries - - - Bind existing policy/group/user - - - Property mappings for user creation. - - - Property mappings for group creation. - - - Link to a group with identical name. Can have security implications when a group is used with another source - - - Use the group's name, but deny enrollment when the name already exists - - - Group matching mode - - - OAuth Attribute mapping - - - Plex Attribute mapping - - - Encryption Certificate - - - When selected, encrypted assertions will be decrypted using this keypair. - - - SAML Attribute mapping - - - SCIM Attribute mapping - - - External user settings - - - Default application - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - - - Warning: One or more license(s) have expired. - - - Warning: One or more license(s) will expire within the next 2 weeks. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - - - This authentik instance uses a Trial license. - - - This authentik instance uses a Non-production license. - - - Access Tokens(s) - - - Created at - - - Last updated at - - - Last used at - - - Provide users with a 'show password' button. - - - Show password - - - Hide password - - - An outpost is on an incorrect version! - - - Russian - - - Last seen: () - - - Sign assertions - - - When enabled, the assertion element of the SAML response will be signed. - - - Sign responses - - - When selected, assertions will be encrypted using this keypair. - - - Available Sources - - - Selected Sources - - - Successfully triggered sync. - - - Sync - - - Sync User - - - Available Stages - - - Selected Stages - - - Available Fields - - - Selected Fields - - - Available Transports - - - Selected Transports - - - Expired - - - Expiring soon - - - Unlicensed - - - Read Only - - - Valid - - - Current license status - - - Overall license status - - - Internal user usage - - - % - - - External user usage - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - - - Sync Group - - - ("", of type ) - - - Parent Group - - - Flow used when logging out of this provider. - - - Unbind flow - - - Flow used for unbinding users. - - - Verify SCIM server's certificates - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - - - Go back to overview - - - Log out of - - - Log back into - - - Encryption Key - - - Device type cannot be deleted - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - - - Google Verified Access API - - - Device type cannot be edited - - - Advanced flow settings - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - - - Realm settings - - - Realm - - - Kerberos 5 configuration - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - - - Sync connection settings - - - Sync principal - - - Principal used to authenticate to the KDC for syncing. - - - Sync password - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - - - Sync keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - Sync credentials cache - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - - - SPNEGO settings - - - SPNEGO server name - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - - - SPNEGO keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - SPNEGO credentials cache - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - - - Kerberos Attribute mapping - - - Update Kerberos Source - - - User database + Kerberos password - - - Select another authentication method - - - Enter a one-time recovery code for this user. - - - Enter the code from your authenticator device. - - - Kerberos Source is in preview. - - - Captcha stage - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - - - Endpoint Google Chrome Device Trust is in preview. - - - Interactive - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - - - Reason - - - Reason for impersonating the user - - - Require reason for impersonation - - - Require administrators to provide a reason for impersonating a user. - - - Italian - - - Add entry - - - Link Title - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - - - Strict - - - Regex - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - - - Federated OIDC Sources - - - Federated OIDC Providers - - - Available Providers - - - Selected Providers - - - JWTs signed by the selected providers can be used to authenticate to this provider. - - - KAdmin type - - - MIT krb5 kadmin - - - Heimdal kadmin - - - Other - - - Other type of kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - - - Consent given lasts indefinitely - - - Consent expires - - - Available Policies - - - Selected Policies - - - Redirect the user to another flow, potentially with all gathered context - - - Static - - - Target URL - - - Redirect the user to a static URL. - - - Target Flow - - - Redirect the user to a Flow. - - - Keep flow context - - - Require no authentication - - - Require superuser - - - Require being redirected from another flow - - - Require Outpost (flow can only be executed from an outpost) - - - An application name is required - - - Not a valid URL - - - Not a valid slug - - - Configure Bindings - - - Configure Policy/User/Group Bindings - - - No bound policies. - - - Bind policy/group/user - - - Configure Policy Bindings - - - Don't Pass - - - Save Binding - - - Create a Policy/User/Group Binding - - - Please choose a provider type before proceeding. - - - Choose a Provider Type - - - Redirect URIs/Origins (RegEx) - - - Configure OAuth2 Provider - - - Configure Remote Access Provider - - - List of CIDRs (comma-seperated) 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. - - - Configure Provider - - - strict - - - regexp - - - Review and Submit Application - - - There was an error. Please go back and review the application. - - - There was an error: - - - Please go back and review the application. - - - Review the Application and Provider - - - Saving application... - - - authentik was unable to complete this process. - - - Create with wizard - - - Bind existing - - - Successfully updated entitlement. - - - Successfully created entitlement. - - - Application entitlement(s) - - - Update Entitlement - - - These bindings control which users have access to this entitlement. - - - No app entitlements created. - - - Create Entitlement - - - Create entitlement - - - Application entitlements - - - These entitlements can be used to configure user access in this application. - - - Worker with incorrect version connected. - - - (Format: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - - - Event Retention - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - - - OIDC Providers - - - SSF Provider is in preview. - - - Update SSF Provider - - - Streams - - - authentik Logo - - - Release - - - Development - - - UI Version - - - Build - - - Python version - - - Platform - - - Kernel - - - OpenSSL - - - A newer version () of the UI is available. - - - No notifications found. - - - You don't have any notifications currently. - - - Version - - - Last password change - - - Evaluate policies before the Stage is presented to the user. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - - - Idle - - - Connecting - - - Waiting - - - Connected - - - Disconnecting - - - Disconnected - - - Create a new application and configure a provider for it. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - - - Distance settings - - - Check historical distance of logins - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - - - Maximum distance - - - Maximum distance a login attempt is allowed from in kilometers. - - - Distance tolerance - - - Tolerance in checking for distances in kilometers. - - - Historical Login Count - - - Amount of previous login events to check against. - - - Check impossible travel - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - - - Impossible travel tolerance - - - Static rule settings - - - Create with Provider - - - Email address the verification email will be sent from. - - - Stage used to configure an email-based authenticator. - - - Use global connection settings - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - - - Subject of the verification email. - - - Token expiration - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - - - Caps Lock is enabled. - - - Configure your email - - - Please enter your email address. - - - Please enter the code you received via email - - - Tokens sent via email. - - - Enable dry-run mode - - - When enabled, mutating requests will be dropped and logged instead. - - - Override dry-run mode - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - - - Dry-run - - - Successfully cleared application cache - - - Failed to delete application cache - - - Clear Application cache - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - - - No name set - - - Show inactive users - - - Time the token sent is valid. - - - Compatibility Mode - - - Default behavior. - - - AWS - - - Altered behavior for usage with Amazon Web Services. - - - Slack - - - Altered behavior for usage with Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - - - AuthnContextClassRef Property Mapping - - - 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. - - - SSF URL - - - No assigned application - - - Custom CSS - - - Custom CSS to apply to pages when this brand is active. - - - Default flow background - - - Default background used during flow execution. Can be overridden per flow. - - - Task - - - Webhook Body Mapping - - - Webhook Header Mapping - - - Failed to preview prompt - - - Lookup using user attribute - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - - - Initial Permissions - - - Unknown Initial Permissions mode - - - Successfully updated initial permissions. - - - Successfully created initial permissions. - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - - - Available Permissions - - - Selected Permissions - - - Permissions to grant when a new object is created. - - - Set initial permissions for newly created objects. - - - Update Initial Permissions - - - Create Initial Permissions - - - Reputation: lower limit - - - Reputation cannot decrease lower than this value. Zero or negative. - - - Reputation: upper limit - - - Reputation cannot increase higher than this value. Zero or positive. - - - HTTP Basic Auth - - - Include the client ID and secret as request parameters - - - Authorization code authentication method - - - How to perform authentication during an authorization_code token request flow - - - Enable "Remember me on this device" - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - - - Remember me on this device - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - - - Number of previous passwords to check - - - Choose a Provider - - - When enabled, the SAML response will be signed. - - - Client Certificates - - - Available Certificates - - - Selected Certificates - - - Client-certificate/mTLS authentication/enrollment. - - - Certificate optional - - - If no certificate was provided, this stage will succeed and continue to the next stage. - - - Certificate required - - - If no certificate was provided, this stage will stop flow execution. - - - Certificate authorities - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - - - Certificate attribute - - - Configure the attribute of the certificate used to look for a user. - - - User attribute - - - Configure the attribute of the user used to look for a user. - - - Delete Not Found Objects - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - - - User membership attribute - - - Attribute which matches the value of Group membership field. - - - Additional User DN - - - Additional Group DN - - - The currently selected policy engine mode is : - - - Import Existing Certificate-Key Pair - - - Generate New Certificate-Key Pair - - - Show field content - - - Hide field content - - - Re-authenticate with Plex - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - - - Select the group of users which the alerts are sent to. - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - - - Send notification to event user - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - - - Maximum registration attempts - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - - - This application does currently not have any application entitlements defined. - - - Authenticated as - - - Remember device - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - - - Element inside the form slot is not a Form - - - New Password - - - Update 's password - - - Modify the payload sent to the provider. - - - Dismiss - - - Status messages - - - Select an invalidation flow... - - - Open about dialog - - - Product name - - - Product version - - - Global navigation - - - Collapse - - - Expand - - - navigation - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - - - Skip to content - - - Kerberos Source - - - Successfully updated schedule. - - - Crontab - - - Paused - - - Pause this schedule - - - Waiting to run - - - Running - - - Queue - - - Last updated - - - Show only standalone tasks - - - Exclude successful tasks - - - Retry task - - - Schedule - - - Next run - - - Last status - - - Show only standalone schedules - - - Run scheduled task now - - - Update Schedule - - - Schedules - - - Tasks - - - Current status - - - Sync is currently running. - - - Sync is not currently running. - - - Last successful sync - - - No successful sync found. - - - Last sync status - - - Current execution logs - - - Previous executions logs - - - Home - - - Collapse navigation - - - Expand navigation - - - Search - - - Table content - - - Learn more about the enterprise license. - - - Search for providers… - - - Default NameID Policy - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - - The name displayed in the application library. - - - e.g. Collaboration, Communication, Internal, etc. - - - Failed to fetch application "". - - - Account Recovery Max Attempts - - - Account Recovery Cache Timeout - - - The time window used to count recent account recovery attempts. - - - None - - - Flags - - - Modify flags to opt into new authentik behaviours early. - - - Loading templates... - - - Template used for the verification email. - - - Email Subject Prefix - - - Email Template - - - An unknown error occurred - - - Please check the browser console for more details. - - - There was an error submitting the form. - - - This field is required. - - - Query suggestions - - - Table Search - - - An error occurred while updating the provider. - - - An error occurred while creating the provider. - - - Impersonating user... - - - This may take a few seconds. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - - - Device Code - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - - - New Provider - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - - - Expand row - - - actions - - - Select all rows on page ( of selected) - - - table - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - - - Search ... - - - Provider Name - - - Select a certificate... - - - Select an authorization flow... - - - Select a signing key... - - - Select an encryption key... - - - Select an authentication flow... - - - Provider Search - - - Provider not assigned to any application. - - - Edit "" provider - - - Applications Documentation - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - - - Update "" Permissions - - - Open "" permissions modal - - - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - - - Read more about - - - OCI Support - - - Edit "" blueprint - - - Apply "" blueprint - - - Welcome, - - - Welcome - - - Loading application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - - - Token to authenticate with. - - - OAuth Source - - - Specify OAuth source used for authentication. - - - OAuth Parameters - - - Additional OAuth parameters, such as grant_type. - - - Authentication Mode - - - Authenticate SCIM requests using a static token. - - - OAuth - - - Authenticate SCIM requests using OAuth. - - - Salesforce - - - Altered behavior for usage with Salesforce. - - - Query input - - - Last refreshed - - - Refresh Token threshold - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - - Company employees with access to the full enterprise feature set. - - - External consultants or B2C customers without access to enterprise features. - - - Machine-to-machine authentication or other automations. - - - Type a username for the user... - - - The user's primary identifier used for authentication. 150 characters or fewer. - - - Display Name - - - Type an optional display name... - - - Managed by authentik and cannot be assigned manually. - - - Email Address - - - Type an optional email address... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - - - Type a path for the user... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - - Open "" - - - Verify Assertion Signature - - - When enabled, authentik will look for a Signature inside of the Assertion element. - - - Verify Response Signature - - - When enabled, authentik will look for a Signature inside of the Response element. - - - Logo shown in sidebar/header and flow executor. - - - Select an application... - - - Select a recovery flow... - - - Select an unenrollment flow... - - - Select a user settings flow... - - - Select a device code flow... - - - Search by domain or brand name... - - - New Brand - - - Create and assign a group with the same name as the user. - - - Whether the token will expire. Upon expiration, the token will be rotated. - - - Unnamed - - - Collapse "" - - - Expand "" - - - Select "" - - - Items of "" - - - API drawer - - - Close API drawer - - - View details for - - - Mark as read - - - Notification drawer - - - Search by username, email, etc... - - - User Search - - - Show deactivated users - - - New User - - - Create Service Account - - - New Service Account - - - User paths - - - Bot username - - - Bot token - - - Request access to send messages from your bot - - - Telegram Attribute mapping - - - Telegram bot - - - Update Telegram Source - - - Authenticating with Telegram... - - - Click the button below to start. - - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - - - User information - - - Avatar for - - - User avatar - - - CAPTCHA challenge - - - QR-Code to setup a time-based one-time password - - - Copy time-based one-time password configuration - - - Copy TOTP Config - - - Time-based one-time password - - - TOTP Code - - - Type your TOTP code... - - - Type your time-based one-time password code. - - - Type an authentication code... - - - In case you lose access to your primary authenticators. - - - Unknown device - - - An unknown device class was provided. - - - Select an authentication method - - - No authentication methods available. - - - Select a configuration stage - - - Close flow inspector - - - Flow inspector loading - - - Authentication form - - - Consumed - - - Pre-processing - - - Post-processing - - - Running tasks - - - Queued tasks - - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - - - - SAML Provider - - - SAML logout complete - - - Redirecting to SAML provider: - - - Posting logout request to SAML provider: - - - Unknown Provider - - - Logging out of providers... - - - Single Logout - - - The user's display name. - - - Actions for "" - - - Edit application... - - - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application - - - Ungrouped - - - application found for "" - - - applications found for "" - - - application available - - - applications available - - - Application list - - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - - diff --git a/web/xliff/zh_CN.xlf b/web/xliff/zh_CN.xlf deleted file mode 100644 index 9a93a7440b..0000000000 --- a/web/xliff/zh_CN.xlf +++ /dev/null @@ -1,10848 +0,0 @@ - - - - - English - 英语 - - - - French - 法语 - - - - Turkish - 土耳其语 - - - - Spanish - 西班牙语 - - - - Polish - 波兰语 - - - - Taiwanese Mandarin - 台湾华语 - - - - Chinese (simplified) - 简体中文 - - - - Chinese (traditional) - 繁体中文 - - - - German - 德语 - - - - Loading... - 正在加载…… - - - - Application - 应用程序 - - - - Logins - 登录 - - - - Show less - 显示更少 - - - - Show more - 显示更多 - - - - UID - UID - - - - Name - 名称 - - - - App - 应用 - - - - Model Name - 模型名称 - - - - Message - 消息 - - - - Subject - 主题 - - - - From - 来自 - - - - To - - - - - Context - 上下文 - - - - User - 用户 - - - - Affected model: - 受影响的模型: - - - - Authorized application: - 已授权应用程序: - - - - Using flow - 使用流程 - - - - Email info: - 电子邮件信息: - - - - Secret: - Secret: - - - - Open issue on GitHub... - 在 GitHub 上提出议题... - - - - Exception - 异常 - - - - Expression - 表达式 - - - - Binding - 绑定 - - - - Request - 请求 - - - - Object - 对象 - - - - Result - 结果 - - - - Passing - 通过 - - - - Messages - 消息 - - - - Using source - 使用源 - - - - Attempted to log in as - 已尝试以 - 身份登录 - - - - No additional data available. - 没有可用的额外数据。 - - - - Click to change value - 点击以更改值 - - - - Select an object. - 选择一个对象。 - - - - Connection error, reconnecting... - 连接错误,正在重新连接…… - - - - Login - 登录 - - - - Failed login - 登录失败 - - - - Logout - 注销 - - - - User was written to - 用户被写入 - - - - Suspicious request - 可疑请求 - - - - Password set - 密码已设置 - - - - Secret was viewed - Secret 已查看 - - - - Secret was rotated - Secret 已轮换 - - - - Invitation used - 已使用邀请 - - - - Application authorized - 应用程序已授权 - - - - Source linked - 源已链接 - - - - Impersonation started - 已开始模拟身份 - - - - Impersonation ended - 已结束模拟身份 - - - - Flow execution - 流程执行 - - - - Policy execution - 策略执行 - - - - Policy exception - 策略异常 - - - - Property Mapping exception - 属性映射异常 - - - - System task execution - 系统任务执行 - - - - System task exception - 系统任务异常 - - - - General system exception - 一般系统异常 - - - - Configuration error - 配置错误 - - - - Model created - 模型已创建 - - - - Model updated - 模型已更新 - - - - Model deleted - 模型已删除 - - - - Email sent - 已发送电子邮件 - - - - Update available - 更新可用 - - - - Unknown severity - 未知严重程度 - - - - Alert - 注意 - - - - Notice - 通知 - - - - Warning - 警告 - - - - no tabs defined - 未定义选项卡 - - - - - of - - - - / - - - - - Go to previous page - 前往上一页 - - - - Go to next page - 前往下一页 - - - - Search... - 搜索... - - - - Loading - 正在加载 - - - - No objects found. - 未找到对象。 - - - - Failed to fetch objects. - 拉取对象失败。 - - - - Refresh - 刷新 - - - - Select all rows - 选择所有行 - - - - Action - 操作 - - - - Creation Date - 创建日期 - - - - Client IP - 客户端 IP - - - - Recent events - 近期事件 - - - - On behalf of - 代表 - - - - - - - - - - - - No Events found. - 未找到事件。 - - - - No matching events could be found. - 未找到匹配的事件 - - - - Embedded outpost is not configured correctly. - 嵌入式前哨配置不正确。 - - - - Check outposts. - 检查前哨。 - - - - HTTPS is not detected correctly - 未正确检测到 HTTPS - - - - Server and client are further than 5 seconds apart. - 服务器和客户端的时间相差超过 5 秒。 - - - - OK - 好的 - - - - Everything is ok. - 一切正常。 - - - - Based on - 基于 - - - - - is available! - - 可用! - - - - Up-to-date! - 最新! - - - - Version - 版本 - - - - Workers - Worker - - - - No workers connected. Background tasks will not run. - 没有 Workers 连接,后台任务将无法运行。 - - - - Authorizations - 授权 - - - - Failed Logins - 失败登录 - - - - Successful Logins - 成功登录 - - - - : - - : - - - - - Cancel - 取消 - - - - LDAP Source - LDAP 源 - - - - SCIM Provider - SCIM 提供程序 - - - - Healthy - 健康 - - - - Healthy outposts - 健康的前哨 - - - - Admin - 管理员 - - - - Not found - 未找到 - - - - The URL "" was not found. - 未找到 URL " - "。 - - - - Return home - 返回主页 - - - - General system status - 常规系统状态 - - - - Quick actions - 快速操作 - - - - Create a new application - 创建新应用程序 - - - - Check the logs - 检查日志 - - - - Explore integrations - 探索集成 - - - - Manage users - 管理用户 - - - - Outpost status - 前哨状态 - - - - Sync status - 同步状态 - - - - Logins and authorizations over the last week (per 8 hours) - 过去一周的登录与身份验证次数(每 8 小时) - - - - Apps with most usage - 使用率最高的应用 - - - - Objects created - 已创建对象 - - - - Users created per day in the last month - 上个月中每天创建的用户 - - - - Logins per day in the last month - 上个月中每天的登录次数 - - - - Failed Logins per day in the last month - 上个月中每天的失败登录次数 - - - - Clear search - 清除搜索 - - - - System Tasks - 系统任务 - - - - Long-running operations which authentik executes in the background. - authentik 在后台执行的长时间运行的操作。 - - - - Identifier - 标识符 - - - - Description - 描述 - - - - Status - 状态 - - - - Actions - 操作 - - - - Successful - 成功 - - - - Error - 错误 - - - - Unknown - 未知 - - - - Authentication - 身份验证 - - - - Authorization - 授权 - - - - Enrollment - 注册 - - - - Invalidation - 失效 - - - - Recovery - 恢复 - - - - Stage Configuration - 阶段配置 - - - - Unenrollment - 删除账户 - - - - Unknown designation - 未知用途 - - - - Stacked - 叠放 - - - - Content left - 内容左侧 - - - - Content right - 内容右侧 - - - - Sidebar left - 边栏左侧 - - - - Sidebar right - 边栏右侧 - - - - Unknown layout - 未知布局 - - - - Successfully updated provider. - 已成功更新提供程序。 - - - - Successfully created provider. - 已成功创建提供程序。 - - - - Bind flow - 绑定流程 - - - - Flow used for users to authenticate. - 用于验证用户身份的流程。 - - - - Bind mode - 绑定模式 - - - - Cached binding - 缓存绑定 - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - 流程与会话会在内存中执行与缓存。会话过期时执行流程 - - - - Direct binding - 直接绑定 - - - - Always execute the configured bind flow to authenticate the user - 总是执行配置的绑定流程,以验证用户的身份。 - - - - Configure how the outpost authenticates requests. - 配置前哨如何验证请求的身份。 - - - - Search mode - 搜索模式 - - - - Cached querying - 缓存查询 - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - 前哨将所有用户和组保存在内存中,并每 5 分钟刷新一次 - - - - Direct querying - 直接查询 - - - - Always returns the latest data, but slower than cached querying - 总是返回最新数据,但比缓存查询慢。 - - - - Configure how the outpost queries the core authentik server's users. - 配置前哨如何查询核心 authentik 服务器的用户。 - - - - Protocol settings - 协议设置 - - - - Base DN - Base DN - - - - LDAP DN under which bind requests and search requests can be made. - 可以发出绑定请求和搜索请求的 LDAP DN。 - - - - Certificate - 证书 - - - - UID start number - UID 起始编号 - - - - 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 - 起始 uidNumbers,这个数字会被添加到 user.Pk 中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 2000,以确保我们不会与本地用户的 uidNumber 发生冲突 - - - - GID start number - GID 起始编号 - - - - 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 - 起始 gidNumbers,这个数字会被添加到从 group.Pk 生成的数字中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 4000,以确保我们不会与本地群组或用户主组的 gidNumber 发生冲突 - - - - The following keywords are supported: - 支持以下关键字: - - - - Authentication flow - 身份验证流程 - - - - Flow used when a user access this provider and is not authenticated. - 当用户访问此提供程序并且尚未验证身份时使用的流程。 - - - - Authorization flow - 授权流程 - - - - Flow used when authorizing this provider. - 授权此提供程序时使用的流程。 - - - - Client type - 客户端类型 - - - - Confidential - 机密 - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - 机密客户端有能力维护其凭据例如客户端密钥的机密性。 - - - - Public - 公开 - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - 公开客户端没有能力维护其凭据的机密性,应该使用 PKCE 等方法。 - - - - Client ID - 客户端 ID - - - - Client Secret - 客户端 Secret - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - 如果未指定显式重定向 URI,则将保存第一个成功使用的重定向 URI。 - - - - Signing Key - 签名密钥 - - - - Key used to sign the tokens. - 用于签名令牌的密钥。 - - - - Advanced protocol settings - 高级协议设置 - - - - Access code validity - 访问代码有效性 - - - - Configure how long access codes are valid for. - 配置访问代码的有效期限。 - - - - Access Token validity - 访问令牌有效性 - - - - Configure how long access tokens are valid for. - 配置访问令牌的有效期限。 - - - - Refresh Token validity - 刷新令牌有效性 - - - - Configure how long refresh tokens are valid for. - 配置刷新令牌的有效期限。 - - - - Scopes - 作用域 - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - 选择客户端可以使用哪些作用域。客户端仍然需要指定访问数据的范围。 - - - - Subject mode - Subject 模式 - - - - Based on the User's hashed ID - 基于哈希过的用户 ID - - - - Based on the User's ID - 基于用户 ID - - - - Based on the User's UUID - 基于用户 UUID - - - - Based on the User's username - 基于用户名 - - - - Based on the User's Email - 基于用户电子邮箱 - - - - This is recommended over the UPN mode. - 相比于 UPN,更推荐此模式。 - - - - Based on the User's UPN - 基于用户 UPN - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - 需要用户设置过“upn”属性,否则回退到哈希过的用户 ID。仅应在您拥有不同 UPN 和邮件域时使用此模式。 - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - 配置应将哪些数据用作唯一用户标识符。在大多数情况下保持默认值即可。 - - - - Include claims in id_token - 在 id_token 中包含声明 - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - 对于不访问 userinfo 端点的应用程序,将来自作用域的用户声明包含在 id_token 中。 - - - - Issuer mode - Issuer 模式 - - - - Each provider has a different issuer, based on the application slug - 根据应用程序 Slug,每个提供程序都有不同的颁发者 - - - - Same identifier is used for all providers - 所有提供程序都使用相同的标识符 - - - - Configure how the issuer field of the ID Token should be filled. - 配置如何填写 ID 令牌的颁发者字段。 - - - - Machine-to-Machine authentication settings - M2M(机器到机器)身份验证设置 - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - 在选定源中配置的证书签名的 JWT 可以用于此提供程序的身份验证。 - - - - HTTP-Basic Username Key - HTTP-Basic 用户名键 - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - 用于 HTTP-Basic 标头用户名部分的用户/组属性。如果未设置,则使用用户的电子邮件地址。 - - - - HTTP-Basic Password Key - HTTP-Basic 密码键 - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - 用于 HTTP-Basic 标头的密码部分的用户/组属性。 - - - - Proxy - 代理 - - - - Forward auth (single application) - Forward Auth(单应用) - - - - Forward auth (domain level) - Forward Auth(域名级) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - 除了请求必须经过身份验证外,此提供程序的行为类似于透明反向代理。如果您的上游应用程序使用 HTTPS,请确保连接到前哨时也使用 HTTPS。 - - - - External host - 外部主机 - - - - The external URL you'll access the application at. Include any non-standard port. - 您将通过此外部 URL 访问应用程序。请包括任何非标准端口。 - - - - Internal host - 内部主机 - - - - Upstream host that the requests are forwarded to. - 请求被转发到的上游主机。 - - - - Internal host SSL Validation - 内部主机 SSL 验证 - - - - Validate SSL Certificates of upstream servers. - 验证上游服务器的 SSL 证书。 - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - 与 nginx 的 auth_request 或 traefik 的 ForwardAuth 一起使用此提供程序。每个根域名只需要一个提供程序。您无法管理每个应用程序的授权,但不必为每个应用程序分别创建提供程序。 - - - - An example setup can look like this: - 设置示例如下所示: - - - - authentik running on auth.example.com - auth.example.com 上运行的 authentik - - - - app1 running on app1.example.com - app1.example.com 上运行的 app1 - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - 在这种情况下,您需要将身份验证 URL 设置为 auth.example.com,并将 Cookie 域名设置为 example.com。 - - - - Authentication URL - 身份验证 URL - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - 您将在此外部 URL 进行身份验证。通过此 URL 应该可以访问到 authentik 核心服务器。 - - - - Cookie domain - Cookie 域名 - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - 将此设置为您希望身份验证有效的域名。必须是上述 URL 的父域名。如果您的应用部署在 app1.domain.tld、app2.domain.tld,请将其设置为 “domain.tld”。 - - - - Unknown proxy mode - 未知代理模式 - - - - Token validity - 令牌有效性 - - - - Configure how long tokens are valid for. - 配置令牌的有效期限。 - - - - Additional scopes - 额外的作用域 - - - - Additional scope mappings, which are passed to the proxy. - 传递给代理的额外作用域映射。 - - - - Unauthenticated URLs - 不验证身份的 URL - - - - Unauthenticated Paths - 不验证身份的路径 - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - 用于描述何处不需要身份验证的正则表达式。每个新行都被解释为一个新的表达式。 - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - 使用代理或 Forward Auth(单应用)模式时,将根据正则表达式检查请求的 URL 路径。使用 Forward Auth(域名模式)时,将根据正则表达式检查请求的完整 URL(包括协议和主机名)。 - - - - Authentication settings - 身份验证设置 - - - - Intercept header authentication - 拦截身份验证标头 - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - 启用时,authentik 将会拦截 Authorization 标头以认证请求。 - - - - Send HTTP-Basic Authentication - 发送 HTTP-Basic 身份验证 - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - 根据来自 authentik 的值发送自定义 HTTP-Basic 身份验证标头。 - - - - ACS URL - ACS URL - - - - Issuer - 颁发者 - - - - Also known as EntityID. - 也称为 EntityID。 - - - - Service Provider Binding - 服务提供程序绑定 - - - - Redirect - 重定向 - - - - Post - Post - - - - Determines how authentik sends the response back to the Service Provider. - 确定 authentik 如何将响应发送回服务提供程序。 - - - - Audience - Audience - - - - Signing Certificate - 签名证书 - - - - Certificate used to sign outgoing Responses going to the Service Provider. - 证书,用于签署发送给服务提供程序的传出响应。 - - - - Verification Certificate - 验证证书 - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - 选中后,传入断言的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。 - - - - Property mappings - 属性映射 - - - - NameID Property Mapping - NameID 属性映射 - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - 配置如何创建 NameID 值。如果留空,将遵守传入请求的 NameIDPolicy。 - - - - Assertion valid not before - 不在此刻之前,断言有效 - - - - Configure the maximum allowed time drift for an assertion. - 为断言配置允许的最大时间漂移。 - - - - Assertion valid not on or after - 不在此刻或之后,断言有效 - - - - Assertion not valid on or after current time + this value. - 从当前时间经过多久时或之后,断言无效。 - - - - Session valid not on or after - 不在此刻或之后,会话有效 - - - - Session not valid on or after current time + this value. - 从当前时间经过多久时或之后,会话无效。 - - - - Digest algorithm - 摘要算法 - - - - Signature algorithm - 签名算法 - - - - Successfully imported provider. - 已成功导入提供程序。 - - - - Metadata - 元数据 - - - - Apply changes - 应用更改 - - - - Close - 关闭 - - - - Finish - 完成 - - - - Back - 返回 - - - - No form found - 未找到表单 - - - - Select type - 选择类型 - - - - Create - 创建 - - - - New provider - 新建提供程序 - - - - Create a new provider. - 创建一个新提供程序。 - - - - Create - 创建 - - - - - Shared secret - 共享密钥 - - - - Client Networks - 客户端网络 - - - - URL - URL - - - - SCIM base url, usually ends in /v2. - SCIM 基础 URL,通常以 /v2 结尾。 - - - - Token - 令牌 - - - - User filtering - 用户过滤 - - - - Exclude service accounts - 排除服务账户 - - - - Group - - - - - Only sync users within the selected group. - 只同步选定组中的用户。 - - - - Attribute mapping - 属性映射 - - - - User Property Mappings - 用户属性映射 - - - - Property mappings used to user mapping. - 用于用户映射的属性映射。 - - - - Group Property Mappings - 组属性映射 - - - - Property mappings used to group creation. - 用于创建组的属性映射。 - - - - Not used by any other object. - 不被任何其他对象使用。 - - - - object will be DELETED - 对象将被删除 - - - - connection will be deleted - 连接将被删除 - - - - reference will be reset to default value - 引用将被重置为默认值 - - - - reference will be set to an empty value - 引用将被设置为空值 - - - - () - - ( - - - - - ID - ID - - - - Successfully deleted - 成功删除 - - - Failed to delete : - 删除 - 失败: - - - - - Delete - 删除 - - - - - Are you sure you want to delete ? - 您确定要删除 吗? - - - Delete - 删除 - - - - Providers - 提供程序 - - - - Provide support for protocols like SAML and OAuth to assigned applications. - 为分配的应用程序提供对 SAML 和 OAuth 等协议的支持。 - - - - Type - 类型 - - - - Provider(s) - 提供程序 - - - - Assigned to application - 分配给应用程序 - - - - Assigned to application (backchannel) - 绑定到应用(反向通道) - - - - Update - 更新 - - - - Update - 更新 - - - - - Select providers to add to application - 选择要添加到应用的提供程序 - - - - Add - 添加 - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - 输入完整 URL、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 "fa-test"。 - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - 创建用户的路径模板。使用占位符如 `%(slug)s` 插入源 Slug。 - - - - Successfully updated application. - 已成功更新应用程序。 - - - - Successfully created application. - 已成功创建应用程序。 - - - - Slug - Slug - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - 输入可选的分组名称。分组相同的应用程序会显示在一起。 - - - - Provider - 提供程序 - - - - Select a provider that this application should use. - 选择此应用应该使用的提供程序。 - - - - Select backchannel providers which augment the functionality of the main provider. - 选择可为主要提供程序增强功能的反向通道提供程序。 - - - - Policy engine mode - 策略引擎模式 - - - - Any policy must match to grant access - 必须匹配任意策略才能授予访问权限。 - - - - All policies must match to grant access - 必须匹配所有策略才能授予访问权限 - - - - UI settings - 用户界面设置 - - - - Launch URL - 启动 URL - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - 如果留空,authentik 将尝试根据选定的提供程序提取启动 URL。 - - - - Open in new tab - 在新标签页中打开 - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - 如果勾选,在用户的应用程序库中时,启动 URL 将会在新浏览器标签页或窗口中打开。 - - - - Icon - 图标 - - - - Currently set to: - 当前设置为: - - - - Clear icon - 清除图标 - - - - Publisher - 发布者 - - - - Create Application - 创建应用程序 - - - - Overview - 总览 - - - - Changelog - 更新日志 - - - - Warning: Provider is not used by any Outpost. - 警告:提供程序未被任何前哨使用。 - - - - Assigned to application - 分配给应用程序 - - - - Update LDAP Provider - 更新 LDAP 提供程序 - - - - Edit - 编辑 - - - - How to connect - 如何连接 - - - - Connect to the LDAP Server on port 389: - 通过端口 389 连接到 LDAP 服务器: - - - - Check the IP of the Kubernetes service, or - 检查 Kubernetes 服务的 IP,或者 - - - - The Host IP of the docker host - Docker 宿主机的主机 IP - - - - Bind DN - 绑定 DN - - - - Bind Password - 绑定密码 - - - - Search base - 搜索 Base - - - - Preview - 预览 - - - - Warning: Provider is not used by an Application. - 警告:提供程序未被任何应用程序使用。 - - - - Redirect URIs - 重定向 URI - - - - Update OAuth2 Provider - 更新 OAuth2 提供程序 - - - - OpenID Configuration URL - OpenID 配置 URL - - - - OpenID Configuration Issuer - OpenID 配置颁发者 - - - - Authorize URL - 授权 URL - - - - Token URL - 令牌 URL - - - - Userinfo URL - 用户信息 URL - - - - Logout URL - 注销 URL - - - - JWKS URL - JWKS URL - - - - Forward auth (domain-level) - Forward Auth(域名级) - - - - Nginx (Ingress) - Nginx(Ingress) - - - - Nginx (Proxy Manager) - Nginx(Proxy Manager) - - - - Nginx (standalone) - Nginx(独立) - - - - Traefik (Ingress) - Traefik(Ingress) - - - - Traefik (Compose) - Traefik(Compose) - - - - Traefik (Standalone) - Traefik(独立) - - - - Caddy (Standalone) - Caddy(独立) - - - - Internal Host - 内部主机 - - - - External Host - 外部主机 - - - - Basic-Auth - 基本身份验证 - - - - Yes - - - - - Mode - 模式 - - - - Update Proxy Provider - 更新代理提供程序 - - - - Protocol Settings - 协议设置 - - - - Allowed Redirect URIs - 允许的重定向 URI - - - - Setup - 设置 - - - - No additional setup is required. - 无需进行额外设置。 - - - - Update Radius Provider - 更新 Radius 提供程序 - - - - Download - 下载 - - - - Copy download URL - 复制下载 URL - - - - Download signing certificate - 下载签名证书 - - - - Related objects - 相关对象 - - - - Update SAML Provider - 更新 SAML 提供程序 - - - - SAML Configuration - SAML 配置 - - - - EntityID/Issuer - EntityID/签发者 - - - - SSO URL (Post) - SSO URL(Post) - - - - SSO URL (Redirect) - SSO URL(重定向) - - - - SSO URL (IdP-initiated Login) - SSO URL(IDP 发起的登录) - - - - SLO URL (Post) - SLO URL(Post) - - - - SLO URL (Redirect) - SLO URL(重定向) - - - - SAML Metadata - SAML 元数据 - - - - Example SAML attributes - 示例 SAML 属性 - - - - NameID attribute - NameID 属性 - - - - Warning: Provider is not assigned to an application as backchannel provider. - 警告:提供程序未作为反向通道分配给应用程序。 - - - - Update SCIM Provider - 更新 SCIM 提供程序 - - - - LDAP - LDAP - - - - New application - 新应用程序 - - - - Applications - 应用程序 - - - - Provider Type - 提供程序类型 - - - - Application(s) - 应用程序 - - - - Application Icon - 应用程序图标 - - - - Update Application - 更新应用程序 - - - - Successfully sent test-request. - 已成功发送测试请求。 - - - - Log messages - 日志消息 - - - - No log messages. - 没有日志消息。 - - - - Active - 激活 - - - - Last login - 上次登录 - - - - Successfully updated group. - 已成功更新组。 - - - - Successfully created group. - 已成功创建组。 - - - - Parent - 父级 - - - - Attributes - 属性 - - - - Set custom attributes using YAML or JSON. - 使用 YAML 或 JSON 设置自定义属性。 - - - - Successfully updated binding. - 已成功更新绑定。 - - - - Successfully created binding. - 已成功创建绑定。 - - - - Policy - 策略 - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - 组绑定仅会在已登录用户访问此源时检查。 - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - 用户绑定仅会在已登录用户访问此源时检查。 - - - - Enabled - 已启用 - - - - Negate result - 反转结果 - - - - Negates the outcome of the binding. Messages are unaffected. - 反转绑定的结果。消息不受影响。 - - - - Order - 顺序 - - - - Timeout - 超时 - - - - Successfully updated policy. - 已成功更新策略。 - - - - Successfully created policy. - 已成功创建策略。 - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - 用于测试的策略。等待随机时长后,始终返回下面指定的结果。 - - - - Execution logging - 记录执行日志 - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - 启用此选项后,将记录此策略的所有执行日志。默认情况下,只记录执行错误。 - - - - Policy-specific settings - 特定策略设置 - - - - Pass policy? - 通过策略? - - - - Wait (min) - 等待(最短) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - 策略需要一段随机时间来执行。这将控制所需的最短时间。 - - - - Wait (max) - 等待(最长) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - 根据一组条件匹配事件。如果任何配置的值匹配,则策略将通过。 - - - - Match created events with this action type. When left empty, all action types will be matched. - 将创建的事件与此操作类型匹配。留空时,所有操作类型都将匹配。 - - - - Match events created by selected application. When left empty, all applications are matched. - 匹配选定应用程序创建的事件。如果留空,则匹配所有应用程序。 - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - 检查过去 x 天内请求的用户密码是否已更改,并根据设置拒绝。 - - - - Maximum age (in days) - 最长使用期限(单位为天) - - - - Only fail the policy, don't invalidate user's password - 仅使策略失败,不使用户的密码失效 - - - - Executes the python snippet to determine whether to allow or deny a request. - 执行 Python 代码段以确定是允许还是拒绝请求。 - - - - Expression using Python. - 使用 Python 的表达式。 - - - - See documentation for a list of all variables. - 请阅读文档了解完整变量列表。 - - - - Static rules - 静态规则 - - - - Minimum length - 最小长度 - - - - Minimum amount of Uppercase Characters - 最低大写字符数 - - - - Minimum amount of Lowercase Characters - 最低小写字符数 - - - - Minimum amount of Digits - 最低数字字符数 - - - - Minimum amount of Symbols Characters - 最低符号字符数 - - - - Error message - 错误消息 - - - - Symbol charset - 符号字符集 - - - - Characters which are considered as symbols. - 被视为符号的字符。 - - - - HaveIBeenPwned settings - HaveIBeenPwned 设置 - - - - Allowed count - 允许的计数 - - - - Allow up to N occurrences in the HIBP database. - HIBP 数据库中最多允许 N 次出现。 - - - - zxcvbn settings - zxcvbn 设置 - - - - Score threshold - 分数阈值 - - - - If the password's score is less than or equal this value, the policy will fail. - 如果密码分数小于等于此值,则策略失败。 - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - 根据多条规则检查策略请求中的值,这些规则主要用于确保密码强度。 - - - - Password field - 密码字段 - - - - Field key to check, field keys defined in Prompt stages are available. - 要检查的字段键,可以使用输入阶段中定义的字段键。 - - - - Check static rules - 检查静态规则 - - - - Check haveibeenpwned.com - 检查 haveibeenpwned.com - - - - For more info see: - 更多信息请看: - - - - Check zxcvbn - 检查 zxcvbn - - - - Password strength estimator created by Dropbox, see: - Dropbox 制作的密码强度估算器,详见: - - - - Allows/denys requests based on the users and/or the IPs reputation. - 根据用户和/或 IP 信誉允许/拒绝请求。 - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - 无效的登录尝试将降低客户端 IP 及其尝试登录的用户名的分数。 - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - 当信誉分数低于阈值时策略通过,而当其中一个或两个选定选项 -大于等于阈值时策略不通过。 - - - Check IP - 检查 IP - - - - Check Username - 检查用户名 - - - - Threshold - 阈值 - - - - New policy - 新建策略 - - - - Create a new policy. - 创建一个新策略。 - - - - Create Binding - 创建绑定 - - - - Superuser - 超级用户 - - - - Members - 成员 - - - - Select groups to add user to - 选择要添加用户的组 - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - 警告:将用户添加到所选的组会使其获得超级用户权限。 - - - - Successfully updated user. - 已成功更新用户。 - - - - Successfully created user. - 已成功创建用户。 - - - - Username - 用户名 - - - - Email - 电子邮箱 - - - - Path - 路径 - - - - Policy - 策略 - - - - - Group - 组 - - - - - User - 用户 - - - - - Edit Policy - 编辑策略 - - - - Update Group - 更新组 - - - - Edit Group - 编辑组 - - - - Update User - 更新用户 - - - - Edit User - 编辑用户 - - - - Policy binding(s) - 策略绑定 - - - - Update Binding - 更新绑定 - - - - Edit Binding - 编辑绑定 - - - - No Policies bound. - 未绑定策略。 - - - - No policies are currently bound to this object. - 当前没有策略绑定到此对象。 - - - - Warning: Application is not used by any Outpost. - 警告:应用程序未被任何前哨使用。 - - - - Related - 相关 - - - - Backchannel Providers - 反向通道提供程序 - - - - Check access - 检查访问权限 - - - - Check - 检查 - - - - Check Application access - 检查应用程序访问权限 - - - - Test - 测试 - - - - Launch - 启动 - - - - Logins over the last week (per 8 hours) - 过去一周的登录次数(每 8 小时) - - - - Policy / Group / User Bindings - 策略 / 组 / 用户绑定 - - - - These policies control which users can access this application. - 这些策略控制哪些用户可以访问此应用程序。 - - - - Successfully updated source. - 已成功更新源。 - - - - Successfully created source. - 已成功创建源。 - - - - Sync users - 同步用户 - - - - User password writeback - 用户密码写回 - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - 登录密码会自动从 LDAP 同步到 authentik。启用此选项可将 authentik 中的密码更改写回至 LDAP。 - - - - Sync groups - 同步组 - - - - Connection settings - 连接设置 - - - - Server URI - 服务器 URI - - - - Specify multiple server URIs by separating them with a comma. - 通过用逗号分隔多个服务器 URI 来指定它们。 - - - - Enable StartTLS - 启用 StartTLS - - - - To use SSL instead, use 'ldaps://' and disable this option. - 要改用 SSL,请使用 'ldaps: //' 并禁用此选项。 - - - - TLS Verification Certificate - TLS 验证证书 - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - 使用 TLS 连接到 LDAP 服务器时,默认情况下不检查证书。指定密钥对以验证远程证书。 - - - - Bind CN - 绑定 CN - - - - LDAP Attribute mapping - LDAP 属性映射 - - - - Additional settings - 其他设置 - - - - Parent group for all the groups imported from LDAP. - 从 LDAP 导入的所有组的父组。 - - - - User path - 用户路径 - - - - Additional user DN, prepended to the Base DN. - 额外的用户 DN,添加到 Base DN 起始处。 - - - - Additional group DN, prepended to the Base DN. - 额外的组 DN,添加到 Base DN 起始处。 - - - - User object filter - 用户对象筛选器 - - - - Consider Objects matching this filter to be Users. - 将与此筛选器匹配的对象视为用户。 - - - - Group object filter - 组对象过滤器 - - - - Consider Objects matching this filter to be Groups. - 将与此过滤器匹配的对象视为组。 - - - - Group membership field - 组成员资格字段 - - - - Object uniqueness field - 对象唯一性字段 - - - - Field which contains a unique Identifier. - 包含唯一标识符的字段。 - - - - Link users on unique identifier - 使用唯一标识符链接用户 - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - 链接到电子邮件地址相同的用户。当源不验证电子邮件地址时,可能会有安全隐患 - - - - Use the user's email address, but deny enrollment when the email address already exists - 使用用户的电子邮件地址,但在电子邮件地址已存在时拒绝注册 - - - - Link to a user with identical username. Can have security implications when a username is used with another source - 链接到用户名相同的用户。当其他源使用相同用户名时,可能会有安全隐患 - - - - Use the user's username, but deny enrollment when the username already exists - 使用用户的用户名,但在用户名已存在时拒绝注册 - - - - Unknown user matching mode - 未知用户匹配模式 - - - - URL settings - URL 设置 - - - - Authorization URL - 授权 URL - - - - URL the user is redirect to to consent the authorization. - 用户被重定向到以同意授权的 URL。 - - - - Access token URL - 访问令牌 URL - - - - URL used by authentik to retrieve tokens. - authentik 用来获取令牌的 URL。 - - - - Profile URL - 个人资料 URL - - - - URL used by authentik to get user information. - authentik 用来获取用户信息的 URL。 - - - - Request token URL - 请求令牌 URL - - - - URL used to request the initial token. This URL is only required for OAuth 1. - 用于请求初始令牌的 URL。只有 OAuth 1 才需要此网址。 - - - - OIDC Well-known URL - OIDC Well-known URL - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - OIDC Well-known 配置 URL。可用于自动配置上述 URL。 - - - - OIDC JWKS URL - OIDC JWKS URL - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - JSON Web Key URL。来自此 URL 的 Key 将被用于验证此身份来源的 JWT。 - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - 原始 JWKS 数据。 - - - - User matching mode - 用户匹配模式 - - - - Delete currently set icon. - 删除当前设置的图标。 - - - - Consumer key - 消费者 Key - - - - Consumer secret - 消费者 Secret - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - 要传递给 OAuth 提供程序的其他作用域,用空格分隔。要替换已存在的作用域,请添加前缀 *。 - - - - Flow settings - 流程设置 - - - - Flow to use when authenticating existing users. - 认证已存在用户时所使用的流程。 - - - - Enrollment flow - 注册流程 - - - - Flow to use when enrolling new users. - 新用户注册的流程。 - - - - Load servers - 加载服务器 - - - - Allow friends to authenticate via Plex, even if you don't share any servers - 允许好友通过 Plex 进行身份验证,即使您不共享任何服务器。 - - - - Allowed servers - 允许的服务器 - - - - Select which server a user has to be a member of to be allowed to authenticate. - 选择用户必须是哪个服务器的成员才能进行身份验证。 - - - - SSO URL - SSO URL - - - - URL that the initial Login request is sent to. - 初始登录请求发送到的 URL。 - - - - SLO URL - SLO URL - - - - Optional URL if the IDP supports Single-Logout. - 如果 IDP 支持单点注销,则为可选 URL。 - - - - Also known as Entity ID. Defaults the Metadata URL. - 也称为 Entity ID。 默认为元数据 URL。 - - - - Binding Type - 绑定类型 - - - - Redirect binding - 重定向绑定 - - - - Post-auto binding - 自动 Post 绑定 - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Post 绑定,但请求会被自动发送,不需要用户确认。 - - - - Post binding - Post 绑定 - - - - Signing keypair - 签名密钥对 - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - 用于签名传出请求的密钥对。留空则禁用签名。 - - - - Allow IDP-initiated logins - 允许 IDP 发起的登录 - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - 允许由 IdP 启动的身份验证流程。这可能存在安全风险,因为未对请求 ID 进行验证。 - - - - NameID Policy - NameID 策略 - - - - Persistent - 持久的 - - - - Email address - 电子邮箱地址 - - - - Windows - Windows - - - - X509 Subject - X509 主题 - - - - Transient - 暂时的 - - - - Delete temporary users after - 多久后删除临时用户 - - - - 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. - 删除临时用户的时间偏移。这仅适用于您的 IDP 使用 NameID 格式 'transient' 且用户未手动注销的情况。 - - - - Pre-authentication flow - 身份验证前流程 - - - - Flow used before authentication. - 身份验证之前使用的流程。 - - - - New source - 新建身份来源 - - - - Create a new source. - 创建一个新身份来源。 - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - 身份来源,既可以同步到 authentik 的数据库中,也可以被用户用来进行身份验证和注册。 - - - - Source(s) - - - - - Disabled - 已禁用 - - - - Built-in - 内置 - - - - Update LDAP Source - 更新 LDAP 源 - - - - OAuth Source - OAuth 源 - - - - - Generic OpenID Connect - 通用 OpenID 连接 - - - - Unknown provider type - 未知提供程序类型 - - - - Details - 详情 - - - - Callback URL - 回调 URL - - - - Access Key - 访问密钥 - - - - Update OAuth Source - 更新 OAuth 源 - - - - Diagram - 流程图 - - - - Policy Bindings - 策略绑定 - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - 这些绑定控制哪些用户可以访问此源。 -您只能在此处使用策略,因为访问权限会在验证用户身份之前检查。 - - - Update Plex Source - 更新 Plex 源 - - - - Update SAML Source - 更新 SAML 源 - - - - Successfully updated mapping. - 已成功更新映射。 - - - - Successfully created mapping. - 已成功创建映射。 - - - - SAML Attribute Name - SAML 属性名称 - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - 用于 SAML 断言的属性名称。可以是 URN OID、Schema Reference 或任何其他字符串。如果此属性映射用于 NameID 属性,则会丢弃此字段。 - - - - Friendly Name - 友好显示名称 - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - 可选,设置断言属性的“FriendlyName”值。 - - - - Scope name - 作用域名称 - - - - Scope which the client can specify to access these properties. - 客户端可以指定的访问这些属性的范围。 - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - 同意授权时向用户显示的描述。如果留空,则不会告知用户。 - - - - Example context data - 示例上下文数据 - - - - Active Directory User - Active Directory 用户 - - - - Active Directory Group - Active Directory 组 - - - - New property mapping - 新建属性映射 - - - - Create a new property mapping. - 创建一个新属性映射。 - - - - Property Mappings - 属性映射 - - - - Control how authentik exposes and interprets information. - 控制 authentik 如何公开和处理信息。 - - - - Property Mapping(s) - 属性映射 - - - - Test Property Mapping - 测试属性映射 - - - - Hide managed mappings - 隐藏管理映射 - - - - Successfully updated token. - 已成功更新令牌。 - - - - Successfully created token. - 已成功创建令牌。 - - - - Unique identifier the token is referenced by. - 引用令牌的唯一标识符。 - - - - Intent - 意图 - - - - API Token - API Token - - - - Used to access the API programmatically - 用于编程方式访问 API - - - - App password. - 应用密码。 - - - - Used to login using a flow executor - 使用流程执行器登录 - - - - Expiring - 即将过期 - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - 如果选择此选项,令牌将能够过期。过期时,令牌将被轮换。 - - - - Expires on - 过期时间 - - - - API Access - API 访问权限 - - - - App password - 应用密码 - - - - Verification - 验证 - - - - Unknown intent - 未知意图 - - - - Tokens - 令牌 - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - 令牌在整个 authentik 中用于电子邮件验证阶段、恢复密钥和 API 访问。 - - - - Expires? - 过期? - - - - Expiry date - 过期日期 - - - - Token(s) - 令牌 - - - - Create Token - 创建令牌 - - - - Token is managed by authentik. - 令牌由 authentik 管理。 - - - - Update Token - 更新令牌 - - - - Domain - 域名 - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - 根据域名后缀完成匹配,因此,如果您输入 domain.tld,foo.domain.tld 仍将匹配。 - - - - Default - 默认 - - - - Branding settings - 品牌设置 - - - - Title - 标题 - - - - Branding shown in page title and several other places. - 品牌信息显示在页面标题和其他几个地方。 - - - - Logo - Logo - - - - Favicon - 网站图标 - - - - Icon shown in the browser tab. - 浏览器选项卡中显示的图标。 - - - - Default flows - 默认流程 - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - 用于对用户进行身份验证的流程。如果留空,则使用按 Slug 排序的第一个适用流程。 - - - - Invalidation flow - 失效流程 - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - 用于注销的流程。如果留空,则使用按 Slug 排序的第一个适用流程。 - - - - Recovery flow - 恢复流程 - - - - Unenrollment flow - 删除账户流程 - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - 如果已设置,则用户可以使用此流程自行删除账户。如果未设置流程,则不显示选项。 - - - - User settings flow - 用户设置流程 - - - - If set, users are able to configure details of their profile. - 设置后,用户可以配置他们个人资料的详细信息。 - - - - Device code flow - 设备代码流程 - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - 如果设置,则 OAuth 设备代码用户资料可用,并且选定的流程将会用于输入代码。 - - - - Other global settings - 其他全局设置 - - - - Web Certificate - Web 证书 - - - - Event retention - 事件保留 - - - - Duration after which events will be deleted from the database. - 事件从数据库中删除的时间,超过这个时间就会被删除。 - - - - This setting only affects new Events, as the expiration is saved per-event. - 此设置仅影响新事件,因为过期时间是分事件保存的。 - - - - Configure visual settings and defaults for different domains. - 配置不同域名的可视化设置和默认值。 - - - - Default? - 默认? - - - - Policies - 策略 - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - 允许用户根据属性使用应用程序、强制使用密码标准以及选择性地应用阶段。 - - - - Assigned to object(s). - 已分配给 - 个对象。 - - - - Warning: Policy is not assigned. - 警告:策略未分配。 - - - - Test Policy - 测试策略 - - - - Policy / Policies - 策略 - - - - Successfully cleared policy cache - 已成功清除策略缓存 - - - - Failed to delete policy cache - 删除策略缓存失败 - - - - Clear cache - 清除缓存 - - - - Clear Policy cache - 清除策略缓存 - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - 确实要清除策略缓存吗?这将导致所有策略在下次使用时重新评估。 - - - Reputation scores - 信誉分数 - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - IP 和用户标识符的信誉。每次登录失败分数都会降低,每次登录成功分数都会增加。 - - - - IP - IP - - - - Score - 分数 - - - - Updated - 已更新 - - - - Reputation - 信誉 - - - - Groups - - - - - Group users together and give them permissions based on the membership. - 将用户分组在一起,并根据成员资格为他们授予权限。 - - - - Superuser privileges? - 超级用户权限? - - - - Group(s) - - - - - Create Group - 创建组 - - - - Create group - 创建组 - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - 使用下面的用户名和密码进行身份验证。密码可以稍后在令牌页面上获取。 - - - - Password - 密码 - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - 有效期为 360 天,之后密码将自动轮换。您可以从令牌列表中复制密码。 - - - - The following objects use - 以下对象使用 - - - - - connecting object will be deleted - 连接对象将被删除 - - - - Successfully updated - 成功更新 - - - Failed to update : - 更新 - 失败: - - - - - Are you sure you want to update ""? - 您确定要更新 - " - " 吗? - - - - Successfully updated password. - 已成功更新密码。 - - - - Successfully sent email. - 已成功发送电子邮件。 - - - - Email stage - 电子邮件阶段 - - - - Successfully added user(s). - 成功添加用户。 - - - - User(s) - 用户 - - - - Remove Users(s) - 删除用户 - - - - Are you sure you want to remove the selected users from the group ? - 您确定要从组 - 中删除选定的用户吗? - - - - Remove - 删除 - - - - Impersonate - 模拟身份 - - - - User status - 用户状态 - - - - Change status - 更改状态 - - - - Deactivate - 停用 - - - - Update password - 更新密码 - - - - Set password - 设置密码 - - - - Successfully generated recovery link - 已成功生成恢复链接 - - - - Copy recovery link - 复制恢复链接 - - - - Send link - 发送链接 - - - - Send recovery link to user - 向用户发送恢复链接 - - - - Email recovery link - 电子邮件恢复链接 - - - - Recovery link cannot be emailed, user has no email address saved. - 无法通过电子邮件发送恢复链接,用户没有保存电子邮件地址。 - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - 警告:此组已配置为超级用户权限。加入的用户将会拥有超级用户权限。 - - - - Add existing user - 添加已有用户 - - - - Create User - 创建用户 - - - - Hide service-accounts - 隐藏服务账户 - - - - Group Info - 组信息 - - - - Notes - 备注 - - - - Edit the notes attribute of this group to add notes here. - 编辑该组的备注属性以在此处添加备注。 - - - - Users - 用户 - - - - Root - - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - 警告:您即将删除当前登录的用户( - )。如果继续,请自担风险。 - - - - User folders - 用户目录 - - - - Successfully added user to group(s). - 成功添加用户到组。 - - - - Groups to add - 要添加的组 - - - - Remove from Group(s) - 从组中删除 - - - - Are you sure you want to remove user from the following groups? - 您确定要从以下组中删除用户 - 吗? - - - - Add Group - 添加组 - - - - Add to existing group - 添加到已有组 - - - - Add new group - 添加新组 - - - - Application authorizations - 应用程序授权 - - - - Revoked? - 已吊销? - - - - Expires - 过期 - - - - ID Token - ID 令牌 - - - - Refresh Tokens(s) - 刷新令牌 - - - - Last IP - 上次 IP - - - - Session(s) - 会话 - - - - Expiry - 过期 - - - - (Current session) - (当前会话) - - - - Permissions - 权限 - - - - Consent(s) - 同意授权 - - - - Successfully updated device. - 已成功更新设备。 - - - - Static tokens - 静态令牌 - - - - TOTP Device - TOTP 设备 - - - - Enroll - 注册 - - - - Device(s) - 设备 - - - - Update Device - 更新设备 - - - - Confirmed - 已确认 - - - - User Info - 用户信息 - - - - Actions over the last week (per 8 hours) - 过去一周的操作(每 8 小时) - - - - Edit the notes attribute of this user to add notes here. - 编辑该用户的备注属性以在此处添加备注。 - - - - Sessions - 会话 - - - - User events - 用户事件 - - - - Explicit Consent - 明确同意授权 - - - - OAuth Refresh Tokens - OAuth 刷新令牌 - - - - MFA Authenticators - MFA 身份验证器 - - - - Successfully updated invitation. - 已成功更新邀请。 - - - - Successfully created invitation. - 已成功创建邀请。 - - - - Flow - 流程 - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - 选中时,此邀请仅可在对应流程中使用。默认情况下,此邀请接受所有流程的邀请阶段。 - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - 加载到流程的 'prompt_data' 上下文变量中的可选数据。YAML 或 JSON。 - - - - Single use - 一次性使用 - - - - When enabled, the invitation will be deleted after usage. - 启用后,邀请将在使用后被删除。 - - - - Select an enrollment flow - 选择注册流程 - - - - Link to use the invitation. - 使用邀请的链接。 - - - - Invitations - 邀请 - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - 创建邀请链接以注册用户,并可选地强制设置其账户的特定属性。 - - - - Created by - 创建者 - - - - Invitation(s) - 邀请 - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - 邀请没有限制到任何流程,可以用于任何注册流程。 - - - - Update Invitation - 更新邀请 - - - - Create Invitation - 创建邀请 - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - 警告:没有邀请阶段绑定到任何流程。邀请将无法按预期工作。 - - - - Auto-detect (based on your browser) - 自动检测(基于您的浏览器) - - - - Required. - 必需。 - - - - Continue - 继续 - - - - Successfully updated prompt. - 已成功更新输入项。 - - - - Successfully created prompt. - 已成功创建输入项。 - - - - Text: Simple Text input - 文本:简单文本输入 - - - - Text Area: Multiline text input - 文本框:多行文本输入。 - - - - Text (read-only): Simple Text input, but cannot be edited. - 文本(只读):简单文本输入,但无法编辑。 - - - - Text Area (read-only): Multiline text input, but cannot be edited. - 文本框(只读):多行文本输入,但无法编辑。 - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - 用户名:与文本输入相同,但检查并防止用户名重复。 - - - - Email: Text field with Email type. - 电子邮箱:电子邮箱类型的文本字段。 - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - 密码:屏蔽显示输入内容,多个此类型的输入如果在同一个输入项下,则内容需要相同。 - - - - Number - 数字 - - - - Checkbox - 复选框 - - - - Radio Button Group (fixed choice) - 单选按钮组(固定选项) - - - - Dropdown (fixed choice) - 下拉框(固定选项) - - - - Date - 日期 - - - - Date Time - 日期时间 - - - - File - 文件 - - - - Separator: Static Separator Line - 分隔符:静态分隔线 - - - - Hidden: Hidden field, can be used to insert data into form. - 隐藏:隐藏字段,可用于将数据插入表单。 - - - - Static: Static value, displayed as-is. - 静态:静态值,按原样显示。 - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik:语言:显示 authentik 支持的语言设置。 - - - - Preview errors - 预览错误 - - - - Data preview - 数据预览 - - - - Unique name of this field, used for selecting fields in prompt stages. - 此字段的唯一名称,用于选择输入阶段的字段。 - - - - Field Key - 字段键 - - - - Name of the form field, also used to store the value. - 表单域的名称,也用于存储值。 - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - 当与用户写入阶段结合使用时,请使用 attributes.foo 来编写属性。 - - - - Label - 标签 - - - - Label shown next to/above the prompt. - 标签会显示在输入侧方/上方。 - - - - Required - 必需 - - - - Interpret placeholder as expression - 将占位符解释为表达式 - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - 勾选时,占位符将以与属性映射相同的方式评估。 -如果评估失败,则返回占位符本身。 - - - Placeholder - 占位符 - - - - 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. - 可选的简短提示,用来描述期望的输入值。 -在创建固定选项字段时,启用以表达式解释, -并返回多个选项的列表。 - - - Interpret initial value as expression - 将初始值解释为表达式 - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - 勾选时,初始值将以与属性映射相同的方式评估。 -如果评估失败,则返回初始值本身。 - - - Initial value - 初始值 - - - - 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. - 可选的预设输入初始值。 -在创建固定选项字段时,启用以表达式解释, -并返回多个默认选项的列表。 - - - Help text - 帮助文本 - - - - Any HTML can be used. - 可以使用任何 HTML。 - - - - Prompts - 输入 - - - - Single Prompts that can be used for Prompt Stages. - 可用于输入阶段的单个输入项。 - - - - Field - 字段 - - - - Stages - 阶段 - - - - Prompt(s) - 输入 - - - - Update Prompt - 更新输入项 - - - - Create Prompt - 创建输入 - - - - Target - 目标 - - - - Stage - 阶段 - - - - Evaluate when flow is planned - 流程被规划时评估 - - - - Evaluate policies during the Flow planning process. - 在流程规划过程中评估策略。 - - - - Evaluate when stage is run - 阶段被运行时评估 - - - - Invalid response behavior - 无效响应行为 - - - - Returns the error message and a similar challenge to the executor - 向执行器返回错误消息和类似的质询 - - - - Restarts the flow from the beginning - 从头开始重新启动流程 - - - - Restarts the flow from the beginning, while keeping the flow context - 从头开始重新启动流程,同时保留流程上下文 - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - 针对由此绑定阶段提供的质询,配置流程执行器应如何处理对此质询的无效响应。 - - - - Successfully updated stage. - 已成功更新阶段。 - - - - Successfully created stage. - 已成功创建阶段。 - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - 用来配置基于 Duo 的身份验证器的阶段。此阶段应该用于配置流程。 - - - - Authenticator type name - 身份验证类型名称 - - - - Display name of this authenticator, used by users when they enroll an authenticator. - 此验证器的显示名称,在用户注册验证器时使用。 - - - - API Hostname - API 主机名 - - - - Duo Auth API - Duo Auth API - - - - Integration key - 集成密钥 - - - - Secret key - Secret 密钥 - - - - Duo Admin API (optional) - Duo Admin API(可选) - - - - Stage-specific settings - 阶段特定设置 - - - - Configuration flow - 配置流程 - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - 经过身份验证的用户用来配置此阶段的流程。如果为空,用户将无法配置此阶段。 - - - - Twilio Account SID - Twilio 账户 SID - - - - Get this value from https://console.twilio.com - 从 https://console.twilio.com 获取此值 - - - - Twilio Auth Token - Twilio 身份验证令牌 - - - - Authentication Type - 身份验证类型 - - - - Basic Auth - 基本身份验证 - - - - Bearer Token - Bearer 令牌 - - - - External API URL - 外部 API URL - - - - This is the full endpoint to send POST requests to. - 这是向其发送 POST 请求的完整终端节点。 - - - - API Auth Username - API 身份验证用户名 - - - - This is the username to be used with basic auth or the token when used with bearer token - 这是用于 Basic 身份验证的用户名,或是使用 Bearer 令牌时的令牌 - - - - API Auth password - API 身份验证密码 - - - - This is the password to be used with basic auth - 这是用于 Basic 身份验证的密码 - - - - Mapping - 映射 - - - - Stage used to configure an SMS-based TOTP authenticator. - 用来配置基于短信的 TOTP 身份验证器的阶段。 - - - - Twilio - Twilio - - - - Generic - 通用 - - - - From number - 发信人号码 - - - - Number the SMS will be sent from. - 短信的发信人号码。 - - - - Hash phone number - 哈希电话号码 - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - 如果启用,仅保存电话号码的哈希。这是出于数据保护的原因。如果设备创建自启用此选项的阶段,则无法在验证阶段使用身份验证器。 - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - 用来配置静态身份验证器(即静态令牌)的阶段。此阶段应该用于配置流程。 - - - - Token count - 令牌计数 - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - 用来配置 TOTP 身份验证器(即 Authy/Google 身份验证器)的阶段。 - - - - Digits - 数字 - - - - 6 digits, widely compatible - 6 位数字,广泛兼容 - - - - 8 digits, not compatible with apps like Google Authenticator - 8 位数字,与 Google 身份验证器等应用不兼容 - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - 用来验证任何身份验证器的阶段。此阶段应在身份验证或授权流程中使用。 - - - - Device classes - 设备类型 - - - - Static Tokens - 静态令牌 - - - - TOTP Authenticators - TOTP 身份验证器 - - - - WebAuthn Authenticators - WebAuthn 身份验证器 - - - - Duo Authenticators - Duo 身份验证器 - - - - SMS-based Authenticators - 基于短信的身份验证器 - - - - Device classes which can be used to authenticate. - 可用于进行身份验证的设备类型。 - - - - Last validation threshold - 上次验证阈值 - - - - Not configured action - 未配置操作 - - - - Force the user to configure an authenticator - 强制用户配置身份验证器 - - - - Deny the user access - 拒绝用户访问 - - - - WebAuthn User verification - WebAuthn 用户验证 - - - - User verification must occur. - 必须进行用户验证。 - - - - User verification is preferred if available, but not required. - 如果可用,则首选用户验证,但不是必需的。 - - - - User verification should not occur. - 不应进行用户验证。 - - - - Configuration stages - 配置阶段 - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - 当用户没有任何兼容的设备时,用来配置身份验证器的阶段。此阶段通过后,将不再请求此用户。 - - - - When multiple stages are selected, the user can choose which one they want to enroll. - 选中多个阶段时,用户可以选择要注册哪个。 - - - - User verification - 用户验证 - - - - Resident key requirement - 常驻钥匙要求 - - - - Authenticator Attachment - 身份验证器附件 - - - - No preference is sent - 不发送偏好 - - - - A non-removable authenticator, like TouchID or Windows Hello - 不可移除的身份验证器,例如 TouchID 或 Windows Hello - - - - A "roaming" authenticator, like a YubiKey - 像 YubiKey 这样的“漫游”身份验证器 - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - 此阶段会根据 Google reCaptcha(或兼容的)服务检查用户的当前会话。 - - - - Public Key - 公钥 - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 公钥,从 https://www.google.com/recaptcha/intro/v3.html 获取。 - - - - Private Key - 私钥 - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 私钥,从 https://www.google.com/recaptcha/intro/v3.html 获取。 - - - - Advanced settings - 高级设置 - - - - JS URL - JS URL - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - 拉取 JavaScript 的 URL,默认为 recaptcha。可以替换为任何兼容替代。 - - - - API URL - API URL - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - 用于校验验证码响应的 URL,默认为 recaptcha。可以替换为任何兼容替代。 - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - 请求用户同意授权。同意授权可以是永久性的,也可以在规定的时间后过期。 - - - - Always require consent - 始终需要征得同意授权 - - - - Consent expires in - 同意授权过期时间 - - - - Offset after which consent expires. - 同意过期后的偏移。 - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - 用于测试的虚拟阶段。显示一个简单的“继续”按钮,并且始终通过。 - - - - Throw error? - 抛出错误? - - - - SMTP Host - SMTP 主机 - - - - SMTP Port - SMTP 端口 - - - - SMTP Username - SMTP 用户名 - - - - SMTP Password - SMTP 密码 - - - - Use TLS - 使用 TLS - - - - Use SSL - 使用 SSL - - - - From address - 发件人地址 - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - 通过向用户发送一次性链接来验证用户的电子邮件地址。也可用于在恢复时验证用户的真实性。 - - - - Activate pending user on success - 成功时激活待处理用户 - - - - When a user returns from the email successfully, their account will be activated. - 当用户成功自电子邮件中返回时,其账户将被激活。 - - - - Use global settings - 使用全局设置 - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - 启用后,将使用全局电子邮件连接设置,下面的连接设置将被忽略。 - - - - Template - 模板 - - - - Let the user identify themselves with their username or Email address. - 让用户使用用户名或电子邮件地址来标识自己。 - - - - User fields - 用户字段 - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - 用户可以用来标识自己的字段。如果未选择任何字段,则用户将只能使用源。 - - - - Password stage - 密码阶段 - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - 选中后,密码字段将显示在同一页面,而不是单独的页面上。这样可以防止用户名枚举攻击。 - - - - Case insensitive matching - 不区分大小写的匹配 - - - - When enabled, user fields are matched regardless of their casing. - 启用后,无论大小写如何,都将匹配用户字段。 - - - - Show matched user - 显示匹配的用户 - - - - 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. - 如果输入了有效的用户名/电子邮箱,并且启用了此选项,则会显示用户的用户名和头像。否则,将显示用户输入的文本。 - - - - Source settings - 源设置 - - - - Sources - - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - 选择的源应显示给用户进行身份验证。这只会影响基于 Web 的源,而不影响 LDAP。 - - - - Show sources' labels - 显示源的标签 - - - - By default, only icons are shown for sources. Enable this to show their full names. - 默认情况下,只为源显示图标。启用此选项可显示它们的全名。 - - - - Passwordless flow - 无密码流程 - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - 可选的无密码流程,链接在页面底部。配置后,用户可以使用此流程通过 WebAuthn 身份验证器进行验证,无需输入任何详细信息。 - - - - Optional enrollment flow, which is linked at the bottom of the page. - 可选注册流程,链接在页面底部。 - - - - Optional recovery flow, which is linked at the bottom of the page. - 可选的恢复流程,链接在页面底部。 - - - - This stage can be included in enrollment flows to accept invitations. - 此阶段可以包含在注册流程中以接受邀请。 - - - - Continue flow without invitation - 在没有邀请的情况下继续流程 - - - - 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. - 如果设置了此标志,则当没有发出邀请时,此阶段将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。 - - - - Validate the user's password against the selected backend(s). - 根据选定的后端验证用户的密码。 - - - - Backends - 后端 - - - - User database + standard password - 用户数据库 + 标准密码 - - - - User database + app passwords - 用户数据库 + 应用程序密码 - - - - User database + LDAP password - 用户数据库 + LDAP 密码 - - - - Selection of backends to test the password against. - 选择用于测试密码的后端。 - - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to configure change their password. - 经过身份验证的用户用来配置其密码的流程。如果为空,用户将无法配置更改其密码。 - - - - Failed attempts before cancel - 取消前的的尝试失败 - - - - 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. - 在取消流程之前,用户可以尝试多少次。要锁定用户,请使用信誉策略和 user_write 阶段。 - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - 向用户显示任意输入字段,例如在注册期间。数据保存在流程上下文中的 'prompt_data' 变量下。 - - - - Fields - 字段 - - - - Validation Policies - 验证策略 - - - - Selected policies are executed when the stage is submitted to validate the data. - 当阶段被提交以验证数据时,执行选定的策略。 - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - 删除当前待处理的用户。注意,这个阶段不要求确认。使用同意授权阶段来确保用户知道自己的行为。 - - - Log the currently pending user in. - 登录当前待处理的用户。 - - - - Session duration - 会话持续时间 - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - 确定会话持续多长时间。默认为 0 秒意味着会话持续到浏览器关闭为止。 - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - 不同浏览器处理会话 Cookie 的方式不同,即使关闭浏览器,也不能保证它们会被删除。 - - - - See here. - 详见这里。 - - - - Stay signed in offset - 保持登录偏移量 - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - 如果设置时长大于 0,用户可以选择“保持登录”选项,这将使用户的会话延长此处设置的时间。 - - - - Terminate other sessions - 终止其他会话 - - - - When enabled, all previous sessions of the user will be terminated. - 启用时,此用户的所有过往会话将会被终止。 - - - - Remove the user from the current session. - 从当前会话中移除用户。 - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - 将流程上下文的 'prompt_data' 中的任何数据写入当前待处理的用户。 -如果没有用户处于待处理状态,则会创建新用户并向其写入数据。 - - - Never create users - 从不创建用户 - - - - When no user is present in the flow context, the stage will fail. - 如果流程上下文中没有出现用户,此阶段失败。 - - - - Create users when required - 如果需要则创建用户 - - - - When no user is present in the the flow context, a new user is created. - 如果流程上下文中没有出现用户,则创建新用户。 - - - - Always create new users - 总是创建新用户 - - - - Create a new user even if a user is in the flow context. - 即使用户在流程上下文中,仍然创建新用户。 - - - - Create users as inactive - 创建未激活用户 - - - - Mark newly created users as inactive. - 将新创建的用户标记为未激活。 - - - - User path template - 用户路径模板 - - - - Path new users will be created under. If left blank, the default path will be used. - 新用户将会在此路径下创建。如果留空,则使用默认路径。 - - - - Newly created users are added to this group, if a group is selected. - 如果选择了组,则会将新创建的用户添加到该组。 - - - - New stage - 新建阶段 - - - - Create a new stage. - 创建一个新阶段。 - - - - Successfully imported device. - 已成功导入设备。 - - - - The user in authentik this device will be assigned to. - 此设备要绑定的 authentik 用户。 - - - - Duo User ID - Duo 用户 ID - - - - The user ID in Duo, can be found in the URL after clicking on a user. - Duo 中的用户 ID,可以点击用户之后,在 URL 中找到。 - - - - Automatic import - 自动导入 - - - - Successfully imported devices. - 已成功导入 - 个设备。 - - - - Start automatic import - 开始自动导入 - - - - Or manually import - 或者手动导入 - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - 阶段是引导用户完成流程的单个步骤。阶段只能在流程内部执行。 - - - - Flows - 流程 - - - - Stage(s) - 阶段 - - - - Import - 导入 - - - - Import Duo device - 导入 Duo 设备 - - - - Successfully updated flow. - 已成功更新流程。 - - - - Successfully created flow. - 已成功创建流程。 - - - - Shown as the Title in Flow pages. - 显示为流程页面中的标题。 - - - - Visible in the URL. - 在 URL 中可见。 - - - - Designation - 指定 - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - 决定此流程的用途。例如,当未经身份验证的用户访问 authentik 时,会重定向到身份验证流程。 - - - - No requirement - 无要求 - - - - Require authentication - 需要身份验证 - - - - Required authentication level for this flow. - 此流程需要身份验证等级。 - - - - Behavior settings - 行为设置 - - - - Compatibility mode - 兼容模式 - - - - Increases compatibility with password managers and mobile devices. - 增强与移动设备与密码管理器的兼容性。 - - - - Denied action - 拒绝操作 - - - - Will follow the ?next parameter if set, otherwise show a message - 将会首先遵循 ?next 参数,如果不存在则显示一条消息 - - - - Will either follow the ?next parameter or redirect to the default interface - 将会遵循 ?next 参数或者重定向到默认接口 - - - - Will notify the user the flow isn't applicable - 将会通知用户此流程不适用 - - - - Decides the response when a policy denies access to this flow for a user. - 当一条策略拒绝用户访问此流程时决定响应。 - - - - Appearance settings - 外观设置 - - - - Layout - 布局 - - - - Background - 背景 - - - - Background shown during execution. - 执行过程中显示的背景。 - - - - Clear background - 清除背景 - - - - Delete currently set background image. - 删除当前设置的背景图片。 - - - - Successfully imported flow. - 已成功导入流程。 - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - 流程描述了一系列用于对用户进行身份验证、注册或恢复的阶段。阶段是根据应用于它们的策略来选择的。 - - - - Flow(s) - 流程 - - - - Update Flow - 更新流程 - - - - Create Flow - 创建流程 - - - - Import Flow - 导入流程 - - - - Successfully cleared flow cache - 已成功清除流程缓存 - - - - Failed to delete flow cache - 删除流程缓存失败 - - - - Clear Flow cache - 清除流程缓存 - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - 确实要清除流程缓存吗? -这将导致所有流程在下次使用时重新评估。 - - - Stage binding(s) - 阶段绑定 - - - - Stage type - 阶段类型 - - - - Edit Stage - 编辑阶段 - - - - Update Stage binding - 更新阶段绑定 - - - - These bindings control if this stage will be applied to the flow. - 这些绑定控制是否将此阶段应用于流程。 - - - - No Stages bound - 未绑定阶段 - - - - No stages are currently bound to this flow. - 目前没有阶段绑定到此流程。 - - - - Create Stage binding - 创建阶段绑定 - - - - Bind existing stage - 绑定已有阶段 - - - - Flow Overview - 流程总览 - - - - Related actions - 相关操作 - - - - Execute flow - 执行流程 - - - - Normal - 正常 - - - - Export flow - 导出流程 - - - - Export - 导出 - - - - Stage Bindings - 阶段绑定 - - - - These bindings control which users can access this flow. - 这些绑定控制哪些用户可以访问此流程。 - - - - Event Log - 事件日志 - - - - Event - 事件 - - - - - Event info - 事件信息 - - - - Created - 创建时间 - - - - Successfully updated transport. - 已成功更新传输。 - - - - Successfully created transport. - 已成功创建传输。 - - - - Local (notifications will be created within authentik) - 本地(通知在 authentik 内创建) - - - - Webhook (generic) - Webhook(通用) - - - - Webhook (Slack/Discord) - Webhook(Slack/Discord) - - - - Webhook URL - Webhook URL - - - - Send once - 发送一次 - - - - Only send notification once, for example when sending a webhook into a chat channel. - 仅发送一次通知,例如在向聊天频道发送 Webhook 时。 - - - - Notification Transports - 通知传输 - - - - Define how notifications are sent to users, like Email or Webhook. - 定义如何向用户发送通知,例如电子邮件或 Webhook。 - - - - Notification transport(s) - 通知传输 - - - - Update Notification Transport - 更新通知传输 - - - - Create Notification Transport - 创建通知传输 - - - - Successfully updated rule. - 已成功更新规则。 - - - - Successfully created rule. - 已成功创建规则。 - - - - Transports - 传输 - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - 选择应使用哪些传输方式来通知用户。如果未选择任何内容,则通知将仅显示在 authentik UI 中。 - - - - Severity - 严重程度 - - - - Notification Rules - 通知规则 - - - - Send notifications whenever a specific Event is created and matched by policies. - 每当特定事件被创建并匹配策略时,都会发送通知。 - - - - Sent to group - 已发送到组 - - - - Notification rule(s) - 通知规则 - - - - Update Notification Rule - 更新通知规则 - - - - Create Notification Rule - 创建通知规则 - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - 这些绑定控制此规则触发的事件。 -针对组/用户的绑定会检查与事件相关的用户。 - - - Outpost Deployment Info - 前哨部署信息 - - - - View deployment documentation - 查看部署文档 - - - - Click to copy token - 点击复制令牌 - - - - If your authentik Instance is using a self-signed certificate, set this value. - 如果您的 authentik 实例正在使用自签名证书,请设置此值。 - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - 如果您的 authentik_host 设置与您要登录时使用的网址不匹配,请添加此设置。 - - - - Successfully updated outpost. - 已成功更新前哨。 - - - - Successfully created outpost. - 已成功创建前哨。 - - - - Radius - Radius - - - - Integration - 集成 - - - - Selecting an integration enables the management of the outpost by authentik. - 选择集成使 authentik 能够管理前哨。 - - - - Configuration - 配置 - - - - See more here: - 了解更多: - - - - Documentation - 文档 - - - - Last seen - 上次出现 - - - - , should be - - ,应该是 - - - - - Hostname - 主机名 - - - - Not available - 不可用 - - - - Unknown type - 未知类型 - - - - Outposts - 前哨 - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - 前哨是对 authentik 组件的部署,用于支持不同的环境和协议,例如反向代理。 - - - - Health and Version - 健康状态与版本 - - - - Warning: authentik Domain is not configured, authentication will not work. - 警告:未配置 authentik 域名,身份验证将不起作用。 - - - - Logging in via . - 通过 - 登录。 - - - - No integration active - 没有激活的集成 - - - - Update Outpost - 更新前哨 - - - - View Deployment Info - 查看部署信息 - - - - Detailed health (one instance per column, data is cached so may be out of date) - 详细健康状况(每列一个实例,数据经过缓存,因此可能会过时) - - - - Outpost(s) - 前哨 - - - - Create Outpost - 创建前哨 - - - - Successfully updated integration. - 已成功更新集成。 - - - - Successfully created integration. - 已成功创建集成。 - - - - Local - 本地 - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - 如果启用,请使用本地连接。需要 Docker Socket/Kubernetes 集成。 - - - - Docker URL - Docker URL - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - 验证端点证书所依据的 CA。可以留空,表示不进行验证。 - - - - TLS Authentication Certificate/SSH Keypair - TLS 身份验证证书/SSH 密钥对 - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - 用于身份验证的证书/密钥。可以留空表示不验证。 - - - - When connecting via SSH, this keypair is used for authentication. - 通过 SSH 连接时,此密钥对用于身份验证。 - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - 验证 Kubernetes API SSL 证书 - - - - New outpost integration - 新建前哨集成 - - - - Create a new outpost integration. - 创建一个新前哨集成。 - - - - State - 状态 - - - - Unhealthy - 不健康 - - - - Outpost integration(s) - 前哨集成 - - - - Successfully generated certificate-key pair. - 已成功生成证书密钥对。 - - - - Common Name - 常用名 - - - - Subject-alt name - 替代名称 - - - - Optional, comma-separated SubjectAlt Names. - 可选,逗号分隔的替代名称。 - - - - Validity days - 有效天数 - - - - Successfully updated certificate-key pair. - 已成功更新证书密钥对。 - - - - Successfully created certificate-key pair. - 已成功创建证书密钥对。 - - - - PEM-encoded Certificate data. - PEM 编码的证书数据。 - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - 可选私钥。如果设置,则可以使用此密钥对来加密。 - - - - Certificate-Key Pairs - 证书密钥对 - - - - Import certificates of external providers or create certificates to sign requests with. - 导入外部提供商的证书或创建用于签名请求的证书。 - - - - Private key available? - 私钥可用吗? - - - - Certificate-Key Pair(s) - 证书密钥对 - - - - Managed by authentik - 由 authentik 管理 - - - - Managed by authentik (Discovered) - 由 authentik 管理(已发现) - - - - Yes () - 是( - - - - - No - - - - - Update Certificate-Key Pair - 更新证书密钥对 - - - - Certificate Fingerprint (SHA1) - 证书指纹(SHA1) - - - - Certificate Fingerprint (SHA256) - 证书指纹(SHA256) - - - - Certificate Subject - 证书主题 - - - - Download Certificate - 下载证书 - - - - Download Private key - 下载私钥 - - - - Generate - 生成 - - - - Successfully updated instance. - 已成功更新实例。 - - - - Successfully created instance. - 已成功创建实例。 - - - - Disabled blueprints are never applied. - 禁用的蓝图永远不会应用。 - - - - Local path - 本地路径 - - - - OCI Registry - OCI Registry - - - - Internal - 内部 - - - - Blueprint - 蓝图 - - - - Configure the blueprint context, used for templating. - 配置蓝图上下文,用于模板操作。 - - - - Orphaned - 孤立 - - - - Blueprints - 蓝图 - - - - Automate and template configuration within authentik. - 在 authentik 内的自动化与模板配置。 - - - - Last applied - 上次应用 - - - - Blueprint(s) - 蓝图 - - - - Update Blueprint - 更新蓝图 - - - - Create Blueprint Instance - 创建蓝图实例 - - - - API Requests - API 请求 - - - - Open API Browser - 打开 API 浏览器 - - - - Notifications - 通知 - - - - unread - - 未读 - - - - Successfully cleared notifications - 已成功清除通知 - - - - Clear all - 全部清除 - - - - User interface - 用户界面 - - - - Dashboards - 仪表板 - - - - Events - 事件 - - - - Logs - 日志 - - - - Directory - 目录 - - - - System - 系统 - - - - Certificates - 证书 - - - - Outpost Integrations - 前哨集成 - - - - API request failed - API 请求失败 - - - - Something went wrong! Please try again later. - 发生了某些错误!请稍后重试。 - - - - Request ID - 请求 ID - - - - You may close this page now. - 您可以关闭此页面了。 - - - - You're about to be redirect to the following URL. - 您将被重定向到以下 URL。 - - - - Follow redirect - 跟随重定向 - - - - Request has been denied. - 请求被拒绝。 - - - - Not you? - 不是您? - - - - Need an account? - 需要一个账户? - - - - Sign up. - 注册。 - - - - Forgot username or password? - 忘记用户名或密码? - - - - Or - 或者 - - - - Use a security key - 使用安全密钥 - - - - Login to continue to . - 登录以继续前往 - - - - - Please enter your password - 请输入您的密码 - - - - Forgot password? - 忘记密码了吗? - - - - Application requires following permissions: - 应用程序需要以下权限: - - - - Application already has access to the following permissions: - 应用程序已经获得以下权限: - - - - Application requires following new permissions: - 应用程序需要以下新权限: - - - - Check your Inbox for a verification email. - 检查您的收件箱是否有验证电子邮件。 - - - - Send Email again. - 再次发送电子邮件。 - - - - Successfully copied TOTP Config. - 已成功复制 TOTP 配置。 - - - - Code - 代码 - - - - Duo activation QR code - Duo 激活二维码 - - - - Alternatively, if your current device has Duo installed, click on this link: - 或者,如果您当前的设备已安装 Duo,请点击此链接: - - - - Duo activation - Duo 激活 - - - - Check status - 检查状态 - - - - Make sure to keep these tokens in a safe place. - 确保将这些令牌保存在安全的地方。 - - - - Phone number - 电话号码 - - - - Please enter your Phone number. - 请输入您的电话号码。 - - - - Please enter the code you received via SMS - 请输入您通过短信收到的验证码 - - - - Static token - 静态令牌 - - - - Authentication code - 身份验证代码 - - - - Please enter your code - 请输入您的代码 - - - - Retry authentication - 重试身份验证 - - - - Duo push-notifications - Duo 推送通知 - - - - Receive a push notification on your device. - 在您的设备上接收推送通知。 - - - - Authenticator - 身份验证器 - - - - Use a security key to prove your identity. - 使用安全密钥证明您的身份。 - - - - Traditional authenticator - 传统身份验证器 - - - - Use a code-based authenticator. - 使用基于代码的身份验证器。 - - - - Recovery keys - 恢复密钥 - - - - SMS - 短信 - - - - Tokens sent via SMS. - 通过短信发送的令牌。 - - - - Stay signed in? - 保持登录? - - - - Select Yes to reduce the number of times you're asked to sign in. - 选择“是”以减少您被要求登录的次数。 - - - - Authenticating with Plex... - 正在使用 Plex 进行身份验证... - - - - Waiting for authentication... - 正在等待身份验证… - - - - If no Plex popup opens, click the button below. - 如果 Plex 没有弹出窗口,则点击下面的按钮。 - - - - Open login - 打开登录 - - - - Authenticating with Apple... - 正在使用 Apple 进行身份验证... - - - - Retry - 重试 - - - - You've successfully authenticated your device. - 您成功验证了此设备的身份。 - - - - Flow inspector - 流程检视器 - - - - Next stage - 下一阶段 - - - - Stage name - 阶段名称 - - - - Stage kind - 阶段种类 - - - - Stage object - 阶段对象 - - - - This flow is completed. - 此流程已完成。 - - - - Plan history - 规划历史记录 - - - - Current plan context - 当前计划上下文 - - - - Session ID - 会话 ID - - - - Powered by authentik - 由 authentik 强力驱动 - - - - Error creating credential: - 创建凭据时出错: - - - - - Server validation of credential failed: - 服务器验证凭据失败: - - - - - Refer to documentation - 查阅文档 - - - No Applications available. - 没有可用的应用程序。 - - - - Either no applications are defined, or you don’t have access to any. - 没有定义应用程序,或者您无权访问任何应用程序。 - - - My Applications - 我的应用 - - - - My applications - 我的应用 - - - - Change your password - 更改您的密码 - - - - Change password - 更改密码 - - - - Save - 保存 - - - - Delete account - 删除账户 - - - - Successfully updated details - 已成功更新详情 - - - - Open settings - 打开设置 - - - - No settings flow configured. - 未配置设置流程 - - - - Update details - 更新详情 - - - - Successfully disconnected source - 解绑成功 - - - - Failed to disconnected source: - 解绑源失败: - - - - - Disconnect - 断开连接 - - - - Connect - 连接 - - - - Error: unsupported source settings: - 错误:不支持的源设置: - - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - 将您的用户账户连接到下面列出的服务,以允许您使用该服务而不是传统凭据登录。 - - - - No services available. - 没有可用的服务。 - - - - Create App password - 创建应用密码 - - - - User details - 用户详情 - - - - Consent - 同意授权 - - - - MFA Devices - MFA 设备 - - - - Connected services - 已连接服务 - - - - Tokens and App passwords - 令牌和应用程序密码 - - - - Unread notifications - 未读通知 - - - - Admin interface - 管理员界面 - - - - Stop impersonation - 停止模拟身份 - - - - Avatar image - 头像图片 - - - - Failed - 已失败 - - - - Unsynced / N/A - 未同步 / N/A - - - - Outdated outposts - 过时的前哨 - - - - Unhealthy outposts - 不健康的前哨 - - - - Next - 下一步 - - - - Inactive - 未激活 - - - - Regular user - 普通用户 - - - - Activate - 激活 - - - - Use Server URI for SNI verification - SNI 验证时使用服务器 URI - - - Required for servers using TLS 1.3+ - 使用 TLS 1.3+ 的服务器必需 - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - 基于 LDAP 服务端证书进行身份验证的客户端证书密钥对。 - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - 为上方配置 Base DN 提供的证书。作为回退,提供程序使用一个自签名证书。 - - - TLS Server name - TLS 服务器名称 - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - 上方配置证书应该使用的 DNS 名称。无法基于 Base DN 检测证书,因为 SSL/TLS 协商发生在此类数据交换之前。 - - - TLS Client authentication certificate - TLS 客户端身份验证证书 - - - Model - 模型 - - - Match events created by selected model. When left empty, all models are matched. - 匹配选定模型创建的事件。如果留空,则匹配所有模型。 - - - Code-based MFA Support - 基于代码的 MFA 支持 - - - 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. - 启用时,可以通过在密码后添加分号和 TOTP 代码来使用基于代码的多因素身份验证。仅在所有绑定到此提供程序的用户都已配置 TOTP 设备的情况下才应该启用,否则密码可能会因为包含分号而被错误地拒绝。 - - - User type - 用户类型 - - - Successfully updated license. - 已成功更新许可证。 - - - Successfully created license. - 已成功创建许可证。 - - - Install ID - 安装 ID - - - License key - 许可证密钥 - - - Licenses - 许可证 - - - License(s) - 许可证 - - - Cumulative license expiry - 累计许可证过期时间 - - - Update License - 更新许可证 - - - Warning: The current user count has exceeded the configured licenses. - 警告:当前用户数超过了配置的许可证限制 - - - Click here for more info. - 点击这里了解更多。 - - - Enterprise - 企业版 - - - Manage enterprise licenses - 管理企业版许可证 - - - No licenses found. - 未找到许可证。 - - - Send us feedback! - 给我们发送反馈! - - - Go to Customer Portal - 前往客户中心 - - - Forecast internal users - 预测内部用户 - - - Estimated user count one year from now based on current internal users and forecasted internal users. - 根据当前 名内部用户和 名预测的内部用户,估算从此时起一年后的用户数。 - - - Forecast external users - 预测外部用户 - - - Estimated user count one year from now based on current external users and forecasted external users. - 根据当前 名外部用户和 名预测的外部用户,估算从此时起一年后的用户数。 - - - Install - 安装 - - - Install License - 安装许可证 - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - 内部用户可能是企业员工等,有权访问完整的企业版功能。 - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - 外部用户可能是外部顾问或 B2C 客户等。这些用户无权访问企业版功能。 - - - Service accounts should be used for machine-to-machine authentication or other automations. - 服务账户应该用于机器到机器(M2M)身份验证或其他自动化操作。 - - - Remove item - 删除项目 - - - Open API drawer - 打开 API 抽屉 - - - Open Notification drawer - 打开通知抽屉 - - - Add provider - 添加提供程序 - - - Open - 打开 - - - Copy token - 复制令牌 - - - Add users - 添加用户 - - - Add group - 添加组 - - - Import devices - 导入设备 - - - Execute - 执行 - - - Show details - 显示详情 - - - Apply - 应用 - - - Settings - 设置 - - - Sign out - 注销 - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - 使用此阶段时生成的令牌数量。每次阶段执行中生成的每个令牌都会被附加到单个静态设备上。 - - - Token length - 令牌长度 - - - The length of the individual generated tokens. Can be increased to improve security. - 每个生成令牌的长度。可以增加以增强安全性。 - - - Internal: - 内部: - - - External: - 外部: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - 静态拒绝流。要有效地使用此阶段,请在相应的绑定上禁用*规划时进行评估*。 - - - Create and bind Policy - 创建与绑定策略 - - - Federation and Social login - 联结与社交登录 - - - Create and bind Stage - 创建与绑定阶段 - - - Flows and Stages - 流程与阶段 - - - New version available - 新版本可用 - - - Failure result - 失败结果 - - - Pass - 通过 - - - Don't pass - 不通过 - - - Result used when policy execution fails. - 策略执行失败时的结果。 - - - Required: User verification must occur. - 必需:必须进行用户验证。 - - - Preferred: User verification is preferred if available, but not required. - 首选:尽可能进行用户验证,但不是必须。 - - - Discouraged: User verification should not occur. - 避免:不应该进行用户验证。 - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - 必需:身份验证器必须创建专用凭据。如果不能,RP 预期会发生错误 - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - 首选:身份验证器可以创建和存储专用凭据,但不创建也可以 - - - Discouraged: The authenticator should not create a dedicated credential - 避免:身份验证器不应该创建专用凭据 - - - Lock the user out of this system - 在此系统中锁定用户 - - - Allow the user to log in and use this system - 允许用户登录并使用此系统 - - - Temporarily assume the identity of this user - 临时假定此用户的身份 - - - Enter a new password for this user - 为此用户输入新密码 - - - Create a link for this user to reset their password - 为此用户创建一个重置密码链接 - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn 需要此页面通过 HTTPS 访问。 - - - WebAuthn not supported by browser. - 浏览器不支持 WebAuthn。 - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - 与 nginx 的 auth_request 或 traefik 的 ForwardAuth 一起使用此提供程序。每个应用程序/域名都需要自己的提供程序。此外,在每个域名上,/outpost.goauthentik.io 必须路由到前哨(在使用托管的 Outpost 时,这已经为您处理好了)。 - - - Default relay state - 默认中继状态 - - - When using IDP-initiated logins, the relay state will be set to this value. - 当使用 IDP 发起的登录时,中继状态会被设置为此值。 - - - Flow Info - 流程信息 - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - 用来配置 WebAuthn 身份验证器(即 Yubikey、FaceID/Windows Hello)的阶段。 - -<<<<<<< HEAD - - Internal application name used in URLs. - 在 URL 中使用的应用内部名称。 - - - Submit - 提交 - - - UI Settings - 用户界面设置 - - - Your application has been saved - 您的应用程序已保存 - - - Custom attributes - 自定义属性 - - - Don't show this message again. - 不要再显示此消息。 - - - Failed to fetch - 拉取失败 - - - Failed to fetch data. - 拉取数据失败。 - - - Successfully assigned permission. - 已成功分配权限。 - - - Role - 角色 - - - Assign - 分配 - - - Assign permission to role - 为角色分配权限 - - - Assign to new role - 分配到新角色 - - - Directly assigned - 直接分配 - - - Assign permission to user - 为用户分配权限 - - - Assign to new user - 分配到新用户 - - - User Object Permissions - 用户对象权限 - - - Role Object Permissions - 角色对象权限 - - - Roles - 角色 - - - Select roles to grant this groups' users' permissions from the selected roles. - 选择角色,为该组内用户授予所选角色的权限。 - - - Editing is disabled for managed tokens - 托管令牌的编辑已被禁用 - - - Permissions to add - 要添加的权限 - - - Select permissions - 选择权限 - - - Assign permission - 分配权限 - - - Permission(s) - 权限 - - - Permission - 权限 - - - User doesn't have view permission so description cannot be retrieved. - 用户不具有查看权限,所以无法获取描述。 - - - Assigned global permissions - 分配的全局权限 - - - Assigned object permissions - 分配的对象权限 - - - Successfully updated role. - 已成功更新角色。 - - - Successfully created role. - 已成功创建角色。 - - - Manage roles which grant permissions to objects within authentik. - 管理向 authentik 中的对象授予权限的角色。 - - - Role(s) - 角色 - - - Update Role - 更新角色 - - - Create Role - 创建角色 - - - Role doesn't have view permission so description cannot be retrieved. - 角色不具有查看权限,所以无法获取描述。 - - - Role - 角色 - - - Role Info - 角色信息 - - - Pseudolocale (for testing) - 伪区域(测试用) - - - One hint, 'New Application Wizard', is currently hidden - “新应用程序向导”提示目前已隐藏 - - - Deny message - 拒绝消息 - - - Message shown when this stage is run. - 此阶段运行时显示的消息。 - - - The token has been copied to your clipboard - 令牌已被复制到剪贴板 - - - The token was displayed because authentik does not have permission to write to the clipboard - 令牌已被显示,因为 authentik 缺少写入剪贴板的权限 - - - A copy of this recovery link has been placed in your clipboard - 一份恢复链接拷贝已被写入剪贴板 - - - Create recovery link - 创建恢复链接 - - - Create Recovery Link - 创建恢复链接 - - - External - 外部 - - - Service account - 服务账户 - - - Service account (internal) - 服务账户(内部) - - - Check the release notes - 查看发行日志 - - - User Statistics - 用户统计 - - - User type used for newly created users. - 新创建用户使用的用户类型。 - - - Users created - 已创建用户 - - - Failed logins - 失败登录 - - - Also known as Client ID. - 也称为客户端 ID。 - - - Also known as Client Secret. - 也称为客户端密钥。 - - - Global status - 全局状态 - - - Vendor - 供应商 - - - Connectivity - 连接性 - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0:过于易猜测:密码有风险。(猜测次数 &lt; 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1:非常易猜测:可以防范受限的在线攻击。(猜测次数 &lt; 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2:有些易猜测:可以防范不受限的在线攻击。(猜测次数 &lt; 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3:难以猜测:适度防范离线慢速哈希场景。(猜测次数 &lt; 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4:非常难以猜测:高度防范离线慢速哈希场景。(猜测次数 &gt;= 10^10) - - - Successfully created user and added to group - 成功创建用户并添加到组 - - - This user will be added to the group "". - 此用户将会被添加到组 “”。 - - - Pretend user exists - 假作用户存在 - - - When enabled, the stage will always accept the given user identifier and continue. - 启用时,此阶段总是会接受指定的用户 ID 并继续。 - - - There was an error in the application. - 应用程序中存在一个错误。 - - - Review the application. - 检查此应用程序。 - - - There was an error in the provider. - 提供程序中存在一个错误。 - - - Review the provider. - 检查此提供程序。 - - - There was an error creating the application, but no error message was sent. Please review the server logs. - 创建应用程序时存在一个错误,但未发送错误消息。请检查服务器日志。 - - - Configure LDAP Provider - 配置 LDAP 提供程序 - - - Configure Proxy Provider - 配置代理提供程序 - - - Configure Radius Provider - 配置 Radius 提供程序 - - - Configure SAML Provider - 配置 SAML 提供程序 - - - Configure SCIM Provider - 配置 SCIM 提供程序 - - - Connection settings. - 连接设置。 - - - Successfully updated endpoint. - 已成功更新端点。 - - - Successfully created endpoint. - 已成功创建端点。 - - - Protocol - 协议 - - - RDP - RDP - - - SSH - SSH - - - VNC - VNC - - - Host - 主机 - - - Endpoint(s) - 端点 - - - Update Endpoint - 更新端点 - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - 这些绑定控制哪些用户能够访问此端点。用户必须也能访问此应用程序。 - - - Create Endpoint - 创建端点 - - - Update RAC Provider - 更新 RAC 提供程序 - - - Endpoints - 端点 - - - General settings - 常规设置 - - - RDP settings - RDP 设置 - - - Ignore server certificate - 忽略服务器证书 - - - Enable wallpaper - 启用壁纸 - - - Enable font-smoothing - 启用字体平滑 - - - Enable full window dragging - 启用完整窗口拖拽 - - - Network binding - 网络绑定 - - - No binding - 无绑定 - - - Bind ASN - 绑定 ASN - - - Bind ASN and Network - 绑定 ASN 和网络 - - - Bind ASN, Network and IP - 绑定 ASN、网络和 IP - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - 配置由此阶段创建的会话是否应该绑定到创建它们的网络。 - - - GeoIP binding - GeoIP 绑定 - - - Bind Continent - 绑定大陆 - - - Bind Continent and Country - 绑定大陆和国家 - - - Bind Continent, Country and City - 绑定大陆、国家和城市 - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - 配置由此阶段创建的会话是否应该绑定到基于 GeoIP 的位置。 - - - RAC - RAC - - - Connection failed after attempts. - 连接在 次尝试后失败。 - - - Re-connecting in second(s). - 将在 秒后重新连接。 - - - Connecting... - 正在连接… - - - Select endpoint to connect to - 选择要连接到的端点 - - - Connection expiry - 连接过期 - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - 设置会话在被断开连接并需要重新授权之前持续的时间。 - - - Learn more - 了解更多 - - - Maximum concurrent connections - 最大并发连接数 - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - 允许到此端点的最大并发连接数。可以设置为 -1 以禁用限制。 - - - Korean - 韩语 - - - Dutch - 荷兰语 - - - Brand - 品牌 - - - Successfully updated brand. - 已成功更新品牌。 - - - Successfully created brand. - 已成功创建品牌。 - - - Use this brand for each domain that doesn't have a dedicated brand. - 所有未设置专用品牌的域名都将使用此品牌。 - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - 使用 YAML 或 JSON 格式设置自定义属性。如果请求由此品牌处理,则用户会继承此处设置的任何自定义属性。 - - - Brands - 品牌 - - - Brand(s) - 品牌 - - - Update Brand - 更新品牌 - - - Create Brand - 创建品牌 - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - 要让用户直接重置密码,请在当前活动的品牌上配置恢复流程。 - - - Successfully updated settings. - 已成功更新设置。 - - - Avatars - 头像 - - - Configure how authentik should show avatars for users. The following values can be set: - 配置 authentik 应该如何显示用户头像。可以配置为以下值: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - 禁用单用户头像,仅显示 1x1 像素的透明图片 - - - Uses gravatar with the user's email address - 根据用户的电子邮件地址使用 Gravatar - - - Generated avatars based on the user's name - 根据用户的名称生成头像 - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - 任意 URL:如果您想使用托管在其他服务器上的图像,可以设置为任意 URL。此外,还可以使用以下占位符: - - - The user's username - 用户名 - - - The email address, md5 hashed - 电子邮件地址,经过 MD5 哈希 - - - The user's UPN, if set (otherwise an empty string) - 用户的 UPN,如果存在(否则为空字符串) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - 任意形如 - attributes.something.avatar 的属性 - 路径,可以与文件字段相组合,以允许用户 - 自行上传自定义头像。 - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - 可以设置多个以逗号分隔的值,如果 authentik 无法找到头像,就会回退到下一个模式。 - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - 例如,将该选项设置为 gravatar,initials, - 就会创建从 Gravatar 获取头像,如果用户没有在那里 - 设置过,就回退到生成头像。 - - - Allow users to change name - 允许用户修改名称 - - - Enable the ability for users to change their name. - 启用用户修改自己名称的能力。 - - - Allow users to change email - 允许用户修改电子邮件地址 - - - Enable the ability for users to change their email. - 启用用户修改自己电子邮件地址的能力。 - - - Allow users to change username - 允许用户修改用户名 - - - Enable the ability for users to change their username. - 启用用户修改自己用户名的能力。 - - - Footer links - 页脚链接 - - - GDPR compliance - GDPR 合规性 - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - 启用时,所有由用户造成的事件会在相应用户被删除时一并删除。 - - - Impersonation - 模拟身份 - - - Globally enable/disable impersonation. - 全局启用/禁用模拟身份。 - - - System settings - 系统设置 - - - Changes made: - 作出的修改: - - - Key - 键名 - - - Previous value - 之前的值 - - - New value - 新值 - - - Raw event info - 原始事件信息 - - - Anonymous user - 匿名用户 - - - Add All Available - 添加所有可用 - - - Remove All Available - 删除所有可用 - - - Remove All - 删除所有 - - - Available options - 可用选项 - - - Selected options - 已选项目 - - - item(s) marked to add. - 项被标记为添加。 - - - item(s) selected. - 项已选择。 - - - item(s) marked to remove. - 项被标记为删除。 - - - Available Applications - 可用应用 - - - Selected Applications - 已选应用 - - - Last used - 上次使用 - - - OAuth Access Tokens - OAuth 访问令牌 - - - Credentials / Tokens - 凭据 / 令牌 - - - Permissions set on users which affect this object. - 为影响此对象的用户设置的权限。 - - - Permissions set on roles which affect this object. - 为影响此对象的角色设置的权限。 - - - Permissions assigned to this user which affect all object instances of a given type. - 分配给该用户的权限,会影响给定类型的所有对象实例。 - - - Permissions assigned to this user affecting specific object instances. - 分配给该用户的权限,会影响特定对象实例。 - - - Permissions assigned to this role which affect all object instances of a given type. - 分配给该角色的权限,会影响给定类型的所有对象实例。 - - - JWT payload - JWT 载荷 - - - Preview for user - 用户预览 - - - Brand name - 品牌名称 - - - Delete authorization on disconnect - 断开连接时删除授权 - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - 启用时,客户端断开连接时,其连接授权将会被删除。这会导致网络连接不稳定的客户端重新授权此端点。 - - - Connection Token(s) - 连接令牌 - - - Endpoint - 端点 - - - Connections - 连接 - - - Unconfigured - 未配置 - - - This option will not be changed by this mapping. - 此选项不会被此映射更改。 - - - RAC Connections - RAC 连接 - - - Sending Duo push notification... - 正在发送 Duo 推送通知... - - - Failed to authenticate - 身份验证失败 - - - Authenticating... - 正在验证身份... - - - Customization - 自定义 - - - Authentication failed. Please try again. - 身份验证失败。请重试。 - - - Failed to register. Please try again. - 注册失败。请重试。 - - - Registering... - 正在注册... - - - Failed to register - 注册失败 - - - Retry registration - 重试注册 - - - Select one of the options below to continue. - 选择以下选项之一以继续。 - - - Latest version unknown - 最新版本未知 - - - Timestamp - 时间戳 - - - Time - 时间 - - - Level - 等级 - - - Event - 事件 - - - Logger - 日志记录器 - - - Update internal password on login - 登录时更新内部密码 - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - 当用户使用此源密码后端登录 authentik 时,在 authentik 内更新他们的凭据。 - - - Source - - - - Resume timeout - 恢复超时 - - - Amount of time a user can take to return from the source to continue the flow. - 用户从源返回并继续流程可以消耗的时间。 - - - Your Install ID - 您的安装 ID - - - Enter the email associated with your account, and we'll send you a link to reset your password. - 输入与您的账户关联的电子邮件地址,我们将会向您发送重置密码链接。 - - - Stage name: - 阶段名称: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - 请用 Microsoft 身份验证器、Google 身份验证器或您设备上的其他身份验证器应用扫描上面的二维码,然后在下方输入设备上显示的代码,以完成 MFA 设备设置。 - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - 将 OAuth 或 SAML 源注入到流程执行过程中。这允许额外的用户验证,或者基于不同的用户标识符(用户名、电子邮件地址等)动态访问不同的源。 - - - A selection is required - 需要进行选择 - - - Device type restrictions - 设备类型限制 - - - Available Device types - 可用设备类型 - - - Selected Device types - 已选设备类型 - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - 可选的 WebAuthn 可用设备类型限制。如果未选择设备类型,则允许所有设备。 - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - 如果用户在配置的持续时间内通过上面列出类别中的设备验证身份成功,则跳过此阶段。 - - - WebAuthn-specific settings - WebAuthn 特定设置 - - - WebAuthn Device type restrictions - WebAuthn 设备类型限制 - - - This restriction only applies to devices created in authentik 2024.4 or later. - 此限制仅适用于在 authentik 2024.4 或更新版本中创建的设备。 - - - Default token duration - 默认令牌持续时间 - - - Default duration for generated tokens - 生成令牌的默认持续时间 - - - Default token length - 默认令牌长度 - - - Default length of generated tokens - 生成令牌的默认长度 - - - deleted - 已删除 - - - Select permissions to assign - 选择权限以分配 - - - Update SCIM Source - 更新 SCIM 源 - - - SCIM Base URL - SCIM Base URL - - - Provisioned Users - 预配用户 - - - Provisioned Groups - 预配组 - - - removed - 已删除 - - - Verifying... - 正在验证... - - - Available Roles - 可用角色 - - - Selected Roles - 已选角色 - - - Private key Algorithm - 私钥算法 - - - RSA - RSA - - - ECDSA - ECDSA - - - Algorithm used to generate the private key. - 用于生成私钥的算法。 - - - Added ID - 已添加 ID - - - Removed ID - 已删除 ID - - - Cleared - 已清除 - - - Google Workspace Provider - Google Workspace 提供程序 - - - Credentials - 凭据 - - - Delegated Subject - 委托主题 - - - Default group email domain - 默认组电子邮件域 - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - 用于生成组内电子邮件的默认域。可以通过属性映射进行自定义。 - - - User deletion action - 用户删除动作 - - - User is deleted - 用户被删除 - - - Suspend - 停用 - - - User is suspended, and connection to user in authentik is removed. - 用户被停用,authentik 与此用户的连接被删除。 - - - Do Nothing - 什么也不做 - - - The connection is removed but the user is not modified - 连接被删除,但用户未被修改 - - - Determines what authentik will do when a User is deleted. - 决定当用户被删除时,authentik 应该做什么。 - - - Group deletion action - 组删除动作 - - - Group is deleted - 组被删除 - - - The connection is removed but the group is not modified - 连接被删除,但组未被修改 - - - Determines what authentik will do when a Group is deleted. - 决定当组被删除时,authentik 应该做什么。 - - - Microsoft Entra Provider - Microsoft Entra 提供程序 - - - Google Cloud credentials file. - Google Cloud 凭据文件。 - - - Email address of the user the actions of authentik will be delegated to. - 接受 authentik 操作委托的用户电子邮件地址。 - - - Client ID for the app registration. - 应用注册的客户端 ID。 - - - Client secret for the app registration. - 应用注册的客户端密钥。 - - - Tenant ID - 租户 ID - - - ID of the tenant accounts will be synced into. - 将被同步的租户账户 ID。 - - - Update Microsoft Entra Provider - 更新 Microsoft Entra 提供程序 - - - Update Google Workspace Provider - Google Workspace 提供程序 - - - Enterprise only - 仅限企业版 - - - Icon - 图标 - - - (build ) - (构建 - - - (FIPS) - (FIPS) - - - Score minimum threshold - 分数最小阈值 - - - Minimum required score to allow continuing - 允许继续所需的最小分数 - - - Score maximum threshold - 分数最大阈值 - - - Maximum allowed score to allow continuing - 允许继续所需的最大分数 - - - Error on invalid score - 分数无效时报错 - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - 启用时,如果结果分数超出阈值,用户将无法继续。禁用时,用户可以继续,分数可用于自定义下一阶段的策略。 - - - Microsoft Entra Group(s) - Microsoft Entra 组 - - - Microsoft Entra User(s) - Microsoft Entra 用户 - - - Google Workspace Group(s) - Google Workspace 组 - - - Google Workspace User(s) - Google Workspace 用户 - - - SCIM Group(s) - SCIM 组 - - - SCIM User(s) - SCIM 用户 - - - FIPS compliance: passing - FIPS 合规性:通过 - - - Unverified - 未验证 - - - FIPS compliance: unverified - FIPS 合规性:未验证 - - - FIPS Status - FIPS 状态 - - - Search returned no results. - 搜索未返回结果。 - - - Reputation score(s) - 信誉分数 - - - See documentation - 查看文档 - - - Close dialog - 关闭对话框 - - - Pagination - 分页 - - - Restore Application Wizard Hint - 恢复应用程序向导提示 - - - Your authentik password - 您的 authentik 密码 - - - Internal Service account - 内部服务账户 - - - Outpost integrations - 前哨集成 - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - 前哨集成定义了 authentik 如何连接到外部平台以管理和部署前哨。 - - - Operation failed to complete - 完成操作失败 - - - Failed to fetch objects: - 拉取对象失败: - - - Available Scopes - 可用作用域 - - - Selected Scopes - 已选作用域 - - - Available Property Mappings - 可用属性映射 - - - Selected Property Mappings - 已选属性映射 - - - Available User Property Mappings - 可用用户属性映射 - - - Selected User Property Mappings - 已选用户属性映射 - - - Available Group Property Mappings - 可用组属性映射 - - - Selected Group Property Mappings - 已选组属性映射 - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - 确保用户满足基于 IP 地址的地理或网络拓扑要求。如果任何配置的值匹配,则策略通过。 - - - ASNs - ASN - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - ASN 列表。逗号分隔。例如 13335, 15169, 20940 - - - Countries - 地区 - - - Available Countries - 可用地区 - - - Selected Countries - 已选地区 - - - Bind existing policy/group/user - 绑定已有策略/组/用户 - - - Property mappings for user creation. - 用于创建用户的属性映射。 - - - Property mappings for group creation. - 用于创建组的属性映射。 - - - Link to a group with identical name. Can have security implications when a group is used with another source - 链接到名称相同的组。当其他源使用相同组名时,可能会有安全隐患。 - - - Use the group's name, but deny enrollment when the name already exists - 使用组的名称,但在名称已存在时拒绝注册。 - - - Group matching mode - 组匹配模式 - - - OAuth Attribute mapping - OAuth 属性映射 - - - Plex Attribute mapping - Plex 属性映射 - - - Encryption Certificate - 加密证书 - - - When selected, encrypted assertions will be decrypted using this keypair. - 选择此选项时,被加密的断言将以此密钥对解密。 - - - SAML Attribute mapping - SAML 属性映射 - - - SCIM Attribute mapping - SCIM 属性映射 - - - External user settings - 外部用户设置 - - - Default application - 默认应用程序 - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - 配置时,外部用户会被自动重定向到此应用程序,除非用户尝试访问其他应用程序 - - - Warning: One or more license(s) have expired. - 警告:一个或多个许可证已过期。 - - - Warning: One or more license(s) will expire within the next 2 weeks. - 警告:一个或多个许可证将在 2 星期内过期。 - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - 注意:由于许可证过期/超限,此 authentik 实例已进入只读模式。 - - - This authentik instance uses a Trial license. - 此 authentik 实例使用的是试用许可证。 - - - This authentik instance uses a Non-production license. - 此 authentik 实例使用的是非生产许可证。 - - - Access Tokens(s) - 访问令牌 - - - Created at - 创建于 - - - Last updated at - 上次更新于 - - - Last used at - 上次使用于 - - - Provide users with a 'show password' button. - 为用户提供“显示密码”按钮。 - - - Show password - 显示密码 - - - Hide password - 隐藏密码 - - - An outpost is on an incorrect version! - 一个前哨的版本不正确! - - - Russian - 俄语 - - - Last seen: () - 上次出现: - - - Sign assertions - 签名断言 - - - When enabled, the assertion element of the SAML response will be signed. - 启用时,SAML 响应的断言元素会被签名。 - - - Sign responses - 签名响应 - - - When selected, assertions will be encrypted using this keypair. - 选择此选项时,断言将以此密钥对加密。 - - - Available Sources - 可用源 - - - Selected Sources - 已选源 - - - Successfully triggered sync. - 已成功触发同步。 - - - Sync - 同步 - - - Sync User - 同步用户 - - - Available Stages - 可用阶段 - - - Selected Stages - 已选阶段 - - - Available Fields - 可用字段 - - - Selected Fields - 已选字段 - - - Available Transports - 可用传输 - - - Selected Transports - 已选传输 - - - Expired - 已过期 - - - Expiring soon - 即将过期 - - - Unlicensed - 未许可 - - - Read Only - 只读 - - - Valid - 有效 - - - Current license status - 当前许可证状态 - - - Overall license status - 总体许可证状态 - - - Internal user usage - 内部用户用量 - - - % - % - - - External user usage - 外部用户用量 - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - 匹配事件的客户端 IP(严格匹配,要网络匹配请使用表达式策略)。 - - - Sync Group - 同步组 - - - ("", of type ) - (“”,类型为 - - - Parent Group - 父组 - - - Flow used when logging out of this provider. - 注销此提供程序时使用的流程。 - - - Unbind flow - 取消绑定流程 - - - Flow used for unbinding users. - 用于取消绑定用户的流程。 - - - Verify SCIM server's certificates - 验证 SCIM 服务器证书 - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - 您已成功注销 。现在您可以返回总览页来启动其他应用,或者注销您的 authentik 账户。 - - - Go back to overview - 返回总览 - - - Log out of - 注销 - - - Log back into - 重新登录 - - - Encryption Key - 加密密钥 - - - Key used to encrypt the tokens. - 用于加密令牌的密钥。 - - - Device type cannot be deleted - 设备类型 无法被删除 - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - 通过 Google Chrome 设备信任来验证用户浏览器的阶段。此阶段可在身份验证/授权流程中使用。 - - - Google Verified Access API - Google Verified Access API - - - Device type cannot be edited - 设备类型 无法被编辑 - - - Advanced flow settings - 高级流程设置 - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - 启用此选项会将 authentik 作出的密码修改写入回 Kerberos。如果未启用同步则忽略。 - - - Realm settings - 领域设置 - - - Realm - 领域 - - - Kerberos 5 configuration - Kerberos 5 配置 - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - Kerberos 5 配置。请阅读 man krb5.conf(5) 了解配置格式。如果留空,则使用默认的 krb5.conf。 - - - Sync connection settings - 同步连接设置 - - - Sync principal - 同步主体 - - - Principal used to authenticate to the KDC for syncing. - 向 KDC 进行身份验证以进行同步的主体。 - - - Sync password - 同步密码 - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - 向 KDC 进行身份验证以进行同步的密码。如果提供了同步 Keytab 或同步凭据缓存,则此选项是可选的。 - - - Sync keytab - 同步 Keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - 向 KDC 进行身份验证以进行同步的 Keytab。如果提供了同步密码或同步凭据缓存,则此选项是可选的。必须以 Base64 编码,或者形式为 TYPE:residual。 - - - Sync credentials cache - 同步凭据缓存 - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - 向 KDC 进行身份验证以进行同步的凭据缓存。如果提供了同步密码或同步 Keytab,则此选项是可选的。形式必须为 TYPE:residual。 - - - SPNEGO settings - SPNEGO 设置 - - - SPNEGO server name - SPNEGO 服务器名称 - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - 强制为 SPNEGO 使用特定服务器名称。形式必须为 HTTP@域名 - - - SPNEGO keytab - SPNEGO Keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - SPNEGO 使用的 Keytab。如果提供了 SPNEGO 凭据缓存,则此选项是可选的。必须以 Base64 编码,或者形式为 TYPE:residual。 - - - SPNEGO credentials cache - SPNEGO 凭据缓存 - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - SPNEGO 使用的凭据缓存。如果提供了 SPNEGO Keytab,则此选项是可选的。形式必须为 TYPE:residual。 - - - Kerberos Attribute mapping - Kerberos 属性映射 - - - Update Kerberos Source - 更新 Kerberos 源 - - - User database + Kerberos password - 用户数据库 + Kerberos 密码 - - - Select another authentication method - 选择另一种身份验证方法 - - - Enter a one-time recovery code for this user. - 为此用户输入一次性恢复代码。 - - - Enter the code from your authenticator device. - 请输入来自您身份验证设备的代码。 - - - Kerberos Source is in preview. - Kerberos 源目前处于预览状态。 - - - Captcha stage - 验证码阶段 - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - 设置后,添加与验证码阶段完全相同的功能,但融入识别阶段。 - - - Endpoint Google Chrome Device Trust is in preview. - 端点 Google Chrome 设备信任处于预览状态。 - - - Interactive - 交互式 - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - 如果配置的验证码需要用户交互则启用此选项。reCAPTCHA v2、hCaptcha 和 Cloudflare Turnstile 需要启用。 - - - Reason - 原因 - - - Reason for impersonating the user - 模拟此用户的原因 - - - Require reason for impersonation - 需要模拟原因 - - - Require administrators to provide a reason for impersonating a user. - 需要管理员提供模拟用户的原因。 - - - Italian - 意大利语 - - - Add entry - 添加条目 - - - Link Title - 链接标题 - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - 此选项配置流程执行器页面上的页脚链接。URL 限为 Web 和电子邮件地址。如果名称留空,则显示 URL 自身。 - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - 通过 OAuth2 和 SAML 等协议,使用 作为身份提供程序的外部应用程序。此处显示了所有应用程序,即使您无法访问的也包括在内。 - - - Strict - 严格 - - - Regex - 正则表达式 - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - 授权流程成功后有效的重定向 URI。还可以在此处为隐式流程指定任何来源。 - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - 要允许任何重定向 URI,请设置模式为正则表达式,并将此值设置为 ".*"。请注意这可能带来的安全影响。 - - - Federated OIDC Sources - 联邦式 OIDC 源 - - - Federated OIDC Providers - 联邦式 OIDC 提供程序 - - - Available Providers - 可用提供程序 - - - Selected Providers - 已选提供程序 - - - JWTs signed by the selected providers can be used to authenticate to this provider. - 由已选提供程序签发的 JWT 可以用于此提供程序的身份验证。 - - - KAdmin type - KAdmin 类型 - - - MIT krb5 kadmin - MIT krb5 kadmin - - - Heimdal kadmin - Heimdal kadmin - - - Other - 其他 - - - Other type of kadmin - 其他类型 kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - 要让用户直接重置密码,请在当前活动的品牌上配置恢复流程。 - - - Consent given lasts indefinitely - 无限期同意授权 - - - Consent expires - 同意授权会过期 - - - Available Policies - 可用策略 - - - Selected Policies - 已选策略 - - - Redirect the user to another flow, potentially with all gathered context - 将用户重定向到另一个流程,可能包含所有已收集的上下文 - - - Static - 静态 - - - Target URL - 目标 URL - - - Redirect the user to a static URL. - 将用户重定向到一个静态 URL。 - - - Target Flow - 目标流程 - - - Redirect the user to a Flow. - 将用户重定向到一个流程。 - - - Keep flow context - 保留流程上下文 - - - Require no authentication - 需要无身份验证 - - - Require superuser - 需要管理员用户 - - - Require being redirected from another flow - 需要重定向自另一个流程 - - - Require Outpost (flow can only be executed from an outpost) - 需要前哨(流程只能从前哨执行) - - - An application name is required - 需要应用程序名称 - - - Not a valid URL - 不是有效的 URL - - - Not a valid slug - 不是有效的 Slug - - - Configure The Application - 配置应用程序 - - - Configure Bindings - 配置绑定 - - - Configure Policy/User/Group Bindings - 配置策略/用户/组绑定 - - - No bound policies. - 没有绑定的策略 - - - Bind policy/group/user - 绑定策略/组/用户 - - - Configure Policy Bindings - 配置策略绑定 - - - Don't Pass - 不通过 - - - Save Binding - 保存绑定 - - - Create a Policy/User/Group Binding - 创建一个策略/用户/组绑定 - - - Please choose a provider type before proceeding. - 请在继续前选择一个提供程序类型。 - - - Choose a Provider Type - 选择提供程序类型 - - - Redirect URIs/Origins (RegEx) - 重定向 URI/Origin(正则) - - - Configure OAuth2 Provider - 配置 OAuth2 提供程序 - - - Configure Remote Access Provider - 配置远程访问提供程序 - - - List of CIDRs (comma-seperated) 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. - 允许客户端连接的 CIDR 列表(逗号分隔)。严格的 CIDR 会在宽松的之前匹配。来自 CIDR 范围外的客户端连接将会被丢弃。 - - - Configure Provider - 配置提供程序 - - - strict - 严格 - - - regexp - 正则表达式 - - - Review and Submit Application - 检查与提交应用程序 - - - There was an error. Please go back and review the application. - 存在一个错误。请返回检查此应用程序。 - - - There was an error: - 存在一个错误: - - - Please go back and review the application. - 请返回检查此应用程序。 - - - Review the Application and Provider - 检查应用程序和提供程序 - - - Saving application... - 正在保存应用程序... - - - authentik was unable to complete this process. - authentik 无法完成此操作。 - - - Create with wizard - 通过向导创建 - - - Bind existing - 绑定已存在的 - - - Successfully updated entitlement. - 已成功更新授权。 - - - Successfully created entitlement. - 已成功创建授权。 - - - Application entitlement(s) - 应用程序授权 - - - Update Entitlement - 更新授权 - - - These bindings control which users have access to this entitlement. - 这些绑定控制哪些用户可以访问此授权。 - - - No app entitlements created. - 未创建应用程序授权。 - - - Create Entitlement - 创建授权 - - - Create entitlement - 创建授权 - - - Application entitlements - 应用程序授权 - - - Application entitlements are in preview. - 应用程序授权目前处于预览状态。 - - - These entitlements can be used to configure user access in this application. - 这些授权可以用于配置用户对应用程序的访问。 - - - Worker with incorrect version connected. - 错误版本的 Worker 已连接。 - - - (Format: hours=-1;minutes=-2;seconds=-3). - (格式:hours=-1;minutes=-2;seconds=-3) - - - (Format: hours=1;minutes=2;seconds=3). - (格式:hours=1;minutes=2;seconds=3)。 - - - Key used to sign the events. - 用于签名事件的密钥。 - - - Event Retention - 事件保留 - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - 设置事件存储多久时间。如果无法成功发送事件,则此时长也会添加到事件的过期时间。 - - - OIDC Providers - OIDC 提供程序 - - - SSF Provider is in preview. - SSF 提供程序处于预览状态。 - - - Update SSF Provider - 更新 SSF 提供程序 - - - Streams - - - - authentik Logo - authentik 图标 - - - Release - 发布版 - - - Development - 开发版 - - - UI Version - 界面版本 - - - Build - 构建 - - - Python version - Python 版本 - - - Platform - 平台 - - - Kernel - 内核 - - - OpenSSL - OpenSSL - - - A newer version () of the UI is available. - 新版本界面()可用。 - - - No notifications found. - 未找到通知。 - - - You don't have any notifications currently. - 您当前没有任何通知。 - - - Version - 版本 - - - Last password change - 上次修改密码 - - - Evaluate policies before the Stage is presented to the user. - 在阶段即将呈现给用户时评估策略。 - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - 可以使用 unix:// 格式连接本地 Docker 守护程序, - 使用 ssh:// 通过 SSH 连接,或者 - 使用 https://:2376 连接到远程系统。 - - - When using an external logging solution for archiving, this can be - set to minutes=5. - 当使用外部日志解决方案进行存档时,可以 - 设置为 minutes=5 - - - Idle - 闲置 - - - Connecting - 正在连接 - - - Waiting - 正在等待 - - - Connected - 已连接 - - - Disconnecting - 正在断开连接 - - - Disconnected - 已断开连接 - - - Create a new application and configure a provider for it. - 创建一个应用程序并为它配置提供程序。 - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - 此表单只会创建应用程序。要设置此应用程序的身份验证,您需要手动为它配对一个提供程序。 - - - Distance settings - 距离设置 - - - Check historical distance of logins - 检查历史登录距离 - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - 启用此选项时,策略请求的 GeoIP 数据会用来与指定数量的历史登录比较。 - - - Maximum distance - 最大距离 - - - Maximum distance a login attempt is allowed from in kilometers. - 允许登录请求的最大距离,单位为千米。 - - - Distance tolerance - 距离误差 - - - Tolerance in checking for distances in kilometers. - 检查距离时允许的误差,单位为千米。 - - - Historical Login Count - 历史登录次数 - - - Amount of previous login events to check against. - 检查指定次数的历史登录事件。 - - - Check impossible travel - 检查不可能的行程 - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - 启用此选项时,策略请求的 GeoIP 数据会用来与指定数量的历史登录比较,以及自上次活动以来移动的距离是否可能在该时段内完成。 - - - Impossible travel tolerance - 不可能行程的误差 - - - Static rule settings - 静态规则设置 - - - Create with Provider - 以提供程序创建 - - - Email address the verification email will be sent from. - 用于发送验证邮件的电子邮件地址。 - - - Stage used to configure an email-based authenticator. - 用来配置基于电子邮件的身份验证器的阶段。 - - - Use global connection settings - 使用全局连接设置 - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - 启用后,将使用全局电子邮件连接设置,下面的连接设置将被忽略。 - - - Subject of the verification email. - 验证邮件的主题。 - - - Token expiration - 令牌过期时间 - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - 发出令牌有效的时间(格式:hours=3,minutes=17,seconds=300)。 - - - Email-based Authenticators - 基于电子邮件的身份验证器 - - - Caps Lock is enabled. - 大写锁定已启用。 - - - Configure your email - 配置您的电子邮件 - - - Please enter your email address. - 请输入您的电子邮件地址。 - - - Please enter the code you received via email - 请输入您通过电子邮件收到的代码 - - - Tokens sent via email. - 通过电子邮件发送的令牌。 - - - Enable dry-run mode - 启用试运行模式 - - - When enabled, mutating requests will be dropped and logged instead. - 启用时,变更请求将会被放弃,仅记录日志。 - - - Override dry-run mode - 覆盖试运行模式 - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - 启用时,此同步仍将执行变更请求,无论提供程序是否启用试运行模式。 - - - Dry-run - 试运行 - - - Successfully cleared application cache - 已成功清除应用程序缓存 - - - Failed to delete application cache - 删除应用程序缓存失败 - - - Clear Application cache - 清除应用程序缓存 - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - 确实要清除应用程序缓存吗?这将导致所有策略在下次使用时重新评估。 - - - No name set - 未设置名称 - - - Show inactive users - 显示不活跃的用户 - - - Time the token sent is valid. - 发出令牌的有效时间。 - - - Compatibility Mode - 兼容模式 - - - Default behavior. - 默认行为。 - - - AWS - AWS - - - Altered behavior for usage with Amazon Web Services. - 更改行为以使用 Amazon Web 服务。 - - - Slack - Slack - - - Altered behavior for usage with Slack. - 更改行为以使用 Slack。 - - - Alter authentik's behavior for vendor-specific SCIM implementations. - 更改 authentik 的行为,以兼容特定厂商的 SCIM 实现。 - - - AuthnContextClassRef Property Mapping - AuthnContextClassRef 属性映射 - - - 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. - 配置如何创建 AuthnContextClassRef 值。留空时,AuthnContextClassRef 会基于用户使用的身份验证方式设置。 - - - SSF URL - SSF URL - - - No assigned application - 无分配应用 - - - Custom CSS - 自定义 CSS - - - Custom CSS to apply to pages when this brand is active. - 当品牌启用时,应用到页面的自定义 CSS。 - - - Default flow background - 默认流程背景 - - - Default background used during flow execution. Can be overridden per flow. - 流程执行过程中使用的默认背景。可以按流程单独覆盖。 - - - Task - 任务 - - - Webhook Body Mapping - Webhook 主体映射 - - - Webhook Header Mapping - Webhook 标头映射 - - - Failed to preview prompt - 预览输入失败 - - - Lookup using user attribute - 使用用户属性查询 - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - 包含用户所属组 DN 的字段。此字段用于从用户查询组,例如 'memberOf'。要在 Active Directory 环境中查询嵌套组,则使用 'memberOf:1.2.840.113556.1.4.1941:'。 - - - Initial Permissions - 初始权限 - - - Unknown Initial Permissions mode - 未知初始权限模式 - - - Successfully updated initial permissions. - 已成功更新初始权限。 - - - Successfully created initial permissions. - 已成功创建初始权限。 - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - 当所选角色的用户创建对象时,初始权限会应用于该对象。 - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - 初始权限既可以属于创建对象的用户,又可以属于上一个字段中设置的角色。 - - - Available Permissions - 可用权限 - - - Selected Permissions - 已选权限 - - - Permissions to grant when a new object is created. - 创建新对象时授予的权限。 - - - Set initial permissions for newly created objects. - 为新创建的对象设置初始权限。 - - - Update Initial Permissions - 更新初始权限 - - - Create Initial Permissions - 创建初始权限 - - - Reputation: lower limit - 信誉:下限值 - - - Reputation cannot decrease lower than this value. Zero or negative. - 信誉无法降低到此值以下。可为零或负数。 - - - Reputation: upper limit - 信誉:上限值 - - - Reputation cannot increase higher than this value. Zero or positive. - 信誉无法提高到此值以上。可为零或正数。 - - - HTTP Basic Auth - HTTP 基本身份验证 - - - Include the client ID and secret as request parameters - 包括客户端 ID 和密钥作为请求参数 - - - Authorization code authentication method - Authorization code 身份验证方法 - - - How to perform authentication during an authorization_code token request flow - 在 authorization_code 令牌请求流程期间,如何执行身份验证 - - - Enable "Remember me on this device" - 启用“在此设备上记住我” - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - 启用时,用户可以在 Cookie 中保存用户名,以直接跳过输入密码。 - - - Remember me on this device - 在此设备上记住我 - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - 确保用户的密码与之前使用的不同。可以配置检查多少个历史密码。 - - - Number of previous passwords to check - 检查历史密码数量 - - - Choose a Provider - 选择提供程序 - - - When enabled, the SAML response will be signed. - 启用时,SAML 响应会被签名。 - - - Client Certificates - 客户端证书 - - - Available Certificates - 可用证书 - - - Selected Certificates - 已选证书 - - - Client-certificate/mTLS authentication/enrollment. - 客户端证书/mTLS 身份验证/注册。 - - - Certificate optional - 证书可选 - - - If no certificate was provided, this stage will succeed and continue to the next stage. - 如果未提供证书,此阶段会成功并继续到下一阶段。 - - - Certificate required - 需要证书 - - - If no certificate was provided, this stage will stop flow execution. - 如果未提供证书,此阶段会停止流程执行。 - - - Certificate authorities - 证书机构(CA) - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - 配置用于验证客户端证书的证书机构。证书机构也可以在品牌中配置,这样可以为不同的域配置不同的证书机构。 - - - Certificate attribute - 证书属性 - - - Configure the attribute of the certificate used to look for a user. - 配置用于查询用户的证书属性。 - - - User attribute - 用户属性 - - - Configure the attribute of the user used to look for a user. - 配置用于查询用户的用户属性。 - - - Delete Not Found Objects - 删除不存在对象 - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - 删除之前由此源提供,但现已缺失的用户和组。 - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - 包含组成员的字段。此字段的值与用户成员关系属性匹配。 - - - User membership attribute - 用户成员关系属性 - - - Attribute which matches the value of Group membership field. - 匹配组成员关系字段值的属性。 - - - Additional User DN - 额外的用户 DN - - - Additional Group DN - 额外的组 DN - - - The currently selected policy engine mode is : - 当前所选策略引擎模式为 - - - Import Existing Certificate-Key Pair - 导入已有的证书密钥对 - - - Generate New Certificate-Key Pair - 生成新的证书密钥对 - - - Show field content - 显示字段内容 - - - Hide field content - 隐藏字段内容 - - - Re-authenticate with Plex - 使用 Plex 重新验证身份 - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - 邀请名称必须是一个 Slug:仅允许小写字母、数字和连字符。 - - - Select the group of users which the alerts are sent to. - 选择一组用于发送警告的用户。 - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - 如果未选择组,并且“发送通知给事件用户”被禁用,则此规则被禁用。 - - - Send notification to event user - 发送通知给事件用户 - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - 启用时,通知不仅会发送给触发事件的用户,还会发送到组中的任何用户。事件用户将总是第一个用户,要只向事件用户发送通知,则需要在通知传输中启用“发送一次”。 - - - Maximum registration attempts - 最大注册尝试次数 - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - 允许的最大注册尝试次数。设置为 0 则不限制次数。 - - - This application does currently not have any application entitlements defined. - 此应用程序目前没有定义任何应用程序授权。 - - - Authenticated as - 身份通过验证 - - - Remember device - 记住设备 - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - 如果设置大于 0 的时长,则会以该时长存储一条 Cookie,使 authentik 知道用户是否从新设备登录。 - - - Element inside the form slot is not a Form - 此表单栏位中的元素不是一个表单 - - - New Password - 新密码 - - - Update 's password - 更新 的密码 - - - Modify the payload sent to the provider. - 修改发送到提供程序的载荷。 - - - Dismiss - 取消 - - - Status messages - 状态消息 - - - Select an invalidation flow... - 选择一个失效流程... - - - Open about dialog - 打开关于对话框 - - - Product name - 产品名 - - - Product version - 产品版本 - - - Global navigation - 全局导航 - - - Collapse - 收起 - - - Expand - 展开 - - - navigation - 导航 - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - 使用 Duo MFA 的 Access 或 Beyond 计划时,可以创建 Admin API 应用程序。这允许 authentik 自动导入设备。 - - - Skip to content - 跳到内容 - - - Kerberos Source - Kerberos 源 - - - Successfully updated schedule. - 已成功更新定时任务。 - - - Crontab - Crontab - - - Paused - 已暂停 - - - Pause this schedule - 暂停这个定时任务 - - - Waiting to run - 等待运行 - - - Running - 运行中 - - - Queue - 队列 - - - Last updated - 上次更新 - - - Show only standalone tasks - 只显示无关联的任务 - - - Exclude successful tasks - 排除成功任务 - - - Retry task - 重试任务 - - - Schedule - 定时任务 - - - Next run - 下次运行 - - - Last status - 上次状态 - - - Show only standalone schedules - 只显示无关联的定时任务 - - - Run scheduled task now - 立即运行定时任务 - - - Update Schedule - 更新定时任务 - - - Schedules - 定时任务 - - - Tasks - 任务 - - - Current status - 当前状态 - - - Sync is currently running. - 当前正在同步。 - - - Sync is not currently running. - 当前不在同步。 - - - Last successful sync - 上次成功同步 - - - No successful sync found. - 未找到成功的同步。 - - - Last sync status - 上次同步状态 - - - Current execution logs - 当前执行日志 - - - Previous executions logs - 先前的执行日志 - - - Home - 主页 - - - Collapse navigation - 收起导航 - - - Expand navigation - 展开导航 - - - Search - 搜索 - - - Table content - 表内容 - - - Learn more about the enterprise license. - 了解更多企业版许可证的信息。 - - - Search for providers… - 搜索提供程序... - - - Default NameID Policy - 默认 NameID 策略 - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - 配置 IDP 发起的登录或传入的断言未指定 NameID 策略时所使用的默认 NameID 策略(使用自定义 NameID 映射也适用)。 - - - Application name - 应用程序名 - - - The name displayed in the application library. - 展示在应用程序库中的名字。 - - - e.g. Collaboration, Communication, Internal, etc. - 例如合作、沟通、内部等 - - - Failed to fetch application "". - 获取应用程序“”失败。 - - - Account Recovery Max Attempts - 帐户恢复最大尝试次数 - - - Account Recovery Cache Timeout - 帐户恢复缓存超时 - - - The time window used to count recent account recovery attempts. - 最近帐户恢复尝试次数的时间窗口。 - - - None - - - - Flags - 标志 - - - Modify flags to opt into new authentik behaviours early. - 修改标志以在启动时改变 authentik 的行为。 - - - Loading templates... - 正在加载模板... - - - Template used for the verification email. - 用于验证电子邮箱的模板。 - - - Email Subject Prefix - 电子邮件主题前缀 - - - Email Template - 电子邮件模板 - - - An unknown error occurred - 发生了未知的错误 - - - Please check the browser console for more details. - 请检查浏览器控制台以获取更多信息。 - - - There was an error submitting the form. - 在提交表单时发生了错误。 - - - This field is required. - 此字段是必需的。 - - - Query suggestions - 查询建议 - - - Table Search - 搜索表 - - - An error occurred while updating the provider. - 更新提供程序时发生了错误。 - - - An error occurred while creating the provider. - 创建提供程序时发生了错误。 - - - Impersonating user... - 正在模拟身份... - - - This may take a few seconds. - 这可能会花费几秒。 - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - 简要说明您为何模拟该用户。此信息将包含在审计日志中。 - - - Device Code - 设备代码 - - - Wizard steps - 向导步骤 - - - Wizard navigation - 向导导航 - - - Close wizard - 关闭向导 - - - Wizard content - 向导内容 - - - Select a provider type - 选择提供程序类型 - - - New Provider - 新建提供程序 - - - Open the wizard to create a new provider. - 打开向导来创建新提供程序。 - - - Hostname/IP to connect to. Optionally specify the port. - 要连接的主机名/IP。端口号是可选的。 - - - table pagination - 表分页 - - - Sort by "" - 按“”排序 - - - Select "" row - 选择“”行 - - - Collapse row - 收起行 - - - Expand row - 展开行 - - - actions - 操作 - - - Select all rows on page ( of selected) - 选择当前页面上的所有行(已选择 行,共 行) - - - table - - - - Column actions - 列操作 - - - Assigned to role - - - Assigned to user - - - Row Actions - 行操作 - - - Select a flow... - 选择一个流程... - - - Search ... - 搜索 ... - - - Provider name... - 提供程序名... - - - Provider Name - 提供程序名 - - - Select a certificate... - 选择一个证书... - - - Select an authorization flow... - 选择一个授权流程... - - - Select a signing key... - 选择一个签名密钥.. - - - Select an encryption key... - 选择一个加密密钥... - - - Select an authentication flow... - 选择一个身份验证流程... - - - Provider Search - 搜索提供程序 - - - Provider not assigned to any application. - 提供程序未分配给任何应用程序。 - - - Edit "" provider - 编辑“”提供程序 - - - Applications Documentation - 应用程序文档 - - - Application icon for "" - ”的应用程序图标 - - - Edit "" - 编辑“ - - - Execute "" - 执行“ - - - Export "" - 导出“ - - - Edit device - 编辑设备 - - - Update "" Permissions - 更新“”的权限 - - - Open "" permissions modal - 打开“”权限模式 - - - OCI URL - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - 有效的 OCI 清单 URL,以协议为前缀 - 例如 oci://registry.domain.tld/path/to/manifest - - - Read more about - 阅读更多关于 - - - OCI Support - OCI 支持 - - - Edit "" blueprint - 编辑“”蓝图 - - - Apply "" blueprint - 应用“”蓝图 - - - Welcome, - 欢迎, - - - Welcome - 欢迎 - - - Loading application... - 正在加载应用程序.. - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - 用于 EAP-TLS 的证书。需要身份验证流程中的相互 TLS 阶段。 - - - Token to authenticate with. - 用于身份验证的令牌。 - - - OAuth Source - OAuth 源 - - - Specify OAuth source used for authentication. - 指定用于身份验证的 OAuth 源。 - - - OAuth Parameters - OAuth 参数 - - - Additional OAuth parameters, such as grant_type. - 额外的 OAuth 参数,例如 grant_type - - - Authentication Mode - 身份验证模式 - - - Authenticate SCIM requests using a static token. - 使用静态令牌验证 SCIM 请求。 - - - OAuth - OAuth - - - Authenticate SCIM requests using OAuth. - 使用 OAuth 验证 SCIM 请求 - - - Salesforce - Salesforce - - - Altered behavior for usage with Salesforce. - 更改行为以使用 Salesforce。 - - - Query input - 查询输入 - - - Last refreshed - 上次刷新 - - - Refresh Token threshold - 刷新令牌阈值 - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - 续订刷新令牌时,如果现有刷新令牌的有效期在阈值内,则将续订刷新令牌。设置为 seconds=0 表示始终续订刷新令牌。 - - - Company employees with access to the full enterprise feature set. - 公司员工可以访问完整的企业版功能。 - - - External consultants or B2C customers without access to enterprise features. - 外部顾问或 B2C 客户无法访问企业版功能。 - - - Machine-to-machine authentication or other automations. - M2M(机器到机器)身份验证或其他自动化操作。 - - - Type a username for the user... - 为用户输入用户名... - - - The user's primary identifier used for authentication. 150 characters or fewer. - 用于身份认证的用户主标识符。不超过 150 个字符。 - - - Display Name - 显示名称 - - - Type an optional display name... - 输入显示名称...(可选) - - - Managed by authentik and cannot be assigned manually. - 由 authentik 管理并且不能被手动分配。 - - - Email Address - 电子邮箱地址 - - - Type an optional email address... - 输入电子邮箱地址...(可选) - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - 指定此用户是否处于活动状态并允许进行身份验证。将其设置为非活动状态可用于暂时禁用用户而不删除其帐户。 - - - Type a path for the user... - 为用户输入路径... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - 用户路径可用于根据创建用户的来源或组织结构将用户组织到文件夹中。 - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - 用户路径不能以斜杠开头或结尾,但可以包含任何其他字符作为路径段。路径目前仅用于组织,不会影响其权限、组成员身份或其他任何内容。 - - - Open "" - 打开“ - - - Verify Assertion Signature - 验证断言签名 - - - When enabled, authentik will look for a Signature inside of the Assertion element. - 启用后,authentik 将在断言元素内寻找签名。 - - - Verify Response Signature - 验证响应签名 - - - When enabled, authentik will look for a Signature inside of the Response element. - 启用后,authentik 将在响应元素内寻找签名。 - - - Logo shown in sidebar/header and flow executor. - 在侧边栏/标题和流程执行器中显示的图标。 - - - Select an application... - 选择一个应用程序... - - - Select a recovery flow... - 选择一个恢复流程... - - - Select an unenrollment flow... - 选择一个删除账户流程... - - - Select a user settings flow... - 选择一个用户设置流程... - - - Select a device code flow... - 选择一个设备代码流程... - - - Search by domain or brand name... - 按域名或品牌名搜索... - - - New Brand - 新建品牌 - - - Create and assign a group with the same name as the user. - 创建并分配与用户同名的组。 - - - Whether the token will expire. Upon expiration, the token will be rotated. - 指定令牌是否会过期。过期后,令牌将被轮换。 - - - Unnamed - 未命名 - - - Collapse "" - 收起“ - - - Expand "" - 展开“ - - - Select "" - 选择“ - - - Items of "" - ”的项目 - - - API drawer - API 抽屉 - - - Close API drawer - 关闭 API 抽屉 - - - View details for - 查看 详情 - - - Mark as read - 标记为已读 - - - Notification drawer - 通知抽屉 - - - Search by username, email, etc... - 按用户名、电子邮箱...搜索 - - - User Search - 搜索用户 - - - Show deactivated users - 显示未激活的用户 - - - New User - 新建用户 - - - Create Service Account - 创建服务账号 - - - New Service Account - 新建服务账号 - - - User paths - 用户路径 - - - Bot username - 机器人用户名 - - - Bot token - 机器人令牌 - - - Request access to send messages from your bot - 请求访问权限以从您的机器人发送消息 - - - Telegram Attribute mapping - Telegram 属性映射 - - - Telegram bot - Telegram 机器人 - - - Update Telegram Source - 更新 Telegram 源 - - - Authenticating with Telegram... - 正在使用 Telegram 进行身份验证... - - - Click the button below to start. - 单击下面的按钮开始。 - - - System Status - 系统状态 - - - Chart - 图表 - - - Event volume chart - 事件容量图表 - - - Synchronization status chart - 同步状态图表 - - - Outpost status chart - 前哨状态图表 - - - Form actions - 表单操作 - - - Submit action - 提交操作 - - - Cancel action - 取消操作 - - - Search for users by username or display name... - 按用户名或显示名搜索用户... - - - Search Users - 搜索用户 - - - Select Users - 选择用户 - - - Select users - 选择用户 - - - Confirm - 确认 - - - Type a group name... - 输入组名.. - - - Group Name - 组名 - - - Superuser Privileges - 超级用户权限 - - - Whether users added to this group will have superuser privileges. - 指定添加到该组的用户是否具有超级用户权限。 - - - Select an optional parent group... - 选择父组...(可选) - - - Search for a group by name… - 按名字搜索组... - - - Group Search - 搜索组 - - - View details of group "" - 查看“”组的详情 - - - New Group - 新建组 - - - Open user selection dialog - 打开用户选择对话框 - - - Group User Search - 搜索组用户 - - - Group Users - 组用户 - - - Assign Additional Users - 分配额外的用户 - - - Add new user - 新建用户 - - - New user... - 新建用户.. - - - New service account... - 新建服务账号... - - - Execute "" normally - 正常执行“ - - - Execute "" as current user - 以当前用户身份执行“ - - - Current user - 当前用户 - - - Execute "" with inspector - 附加检视器执行“ - - - Use inspector - 使用检视器 - - - A code has been sent to your address: - 一份代码已发送到您的电子邮箱地址: - - - A code has been sent to your email address. - 一份代码已发送到您的电子邮箱。 - - - A one-time use code has been sent to you via SMS text message. - 一份一次性代码以通过短信发送给您。 - - - Open your authenticator app to retrieve a one-time use code. - 打开您的两步验证应用收取一次性代码。 - - - Policy actions - 策略操作 - - - Site links - 网站链接 - - - User information - 用户信息 - - - Avatar for - 的头像 - - - User avatar - 用户头像 - - - CAPTCHA challenge - CAPTCHA 挑战 - - - QR-Code to setup a time-based one-time password - 设置基于时间的一次性密码的二维码 - - - Copy time-based one-time password configuration - 复制基于时间的一次性密码的配置 - - - Copy TOTP Config - 复制 TOTP 配置 - - - Time-based one-time password - 基于时间的一次性密码 - - - TOTP Code - TOTP 代码 - - - Type your TOTP code... - 输入您的 TOTP 代码... - - - Type your time-based one-time password code. - 输入您的基于时间的一次性密码。 - - - Type an authentication code... - 输入身份验证代码... - - - In case you lose access to your primary authenticators. - 以防您无法访问主要身份验证器。 - - - Unknown device - 未知设备 - - - An unknown device class was provided. - 提供了位置的设备类型。 - - - Select an authentication method - 选择身份验证方法 - - - No authentication methods available. - 没有可用的身份验证方法。 - - - Select a configuration stage - 选择配置阶段 - - - Close flow inspector - 关闭流程检视器 - - - Flow inspector loading - 正在加载流程检视器 - - - Authentication form - 身份验证表单 - - - Site footer - 页脚 - - - Consumed - 就绪 - - - Pre-processing - 预处理中 - - - Post-processing - 后处理中 - - - Running tasks - 运行中的任务 - - - Queued tasks - 队列中的任务 - - - Successful tasks - 成功的任务 - - - Error tasks - 发生错误的任务 - - - Approximately - 大约 - - - No expiry - 没有过期时间 - - - Retries - 重试次数 - - - Planned execution time - 计划执行时间 - - - Open flow inspector - 打开流程检视器 - - - Available applications - 可用应用程序 - - - Application search - 搜索应用程序 - - - Search for an application by name... - 按名字搜索应用程序... - - - Back-channel - 反向通道 - - - Server-to-server logout notifications - - - Front-channel - 正向通道 - - - Browser iframe logout notifications - - - Logout URI - 注销 URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - 注销方法 - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - 签名注销请求 - - - When enabled, SAML logout requests will be signed. - 启用时,将签名 SAML 注销请求 - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - SLS 绑定 - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - - - - SAML Provider - SAML 提供程序 - - - SAML logout complete - - - Redirecting to SAML provider: - 正在重定向到 SAML 提供程序: - - - Posting logout request to SAML provider: - 正在向 SAML 提供程序 发送注销请求 - - - Unknown Provider - 未知提供程序 - - - Logging out of providers... - - - Single Logout - - - The user's display name. - - - Actions for "" - - - Edit application... - - - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - - \ No newline at end of file diff --git a/web/xliff/zh_Hans.xlf b/web/xliff/zh_Hans.xlf new file mode 100644 index 0000000000..471c3501d5 --- /dev/null +++ b/web/xliff/zh_Hans.xlf @@ -0,0 +1,9844 @@ + + + + + Dismiss + 取消 + + + Connection error, reconnecting... + 连接错误,正在重新连接…… + + + An unknown error occurred + 发生了未知的错误 + + + Please check the browser console for more details. + 请检查浏览器控制台以获取更多信息。 + + + Status messages + 状态消息 + + + Open API drawer + 打开 API 抽屉 + + + Unread notifications + 未读通知 + + + Open Notification drawer + 打开通知抽屉 + + + Settings + 设置 + + + Stop impersonation + 停止模拟身份 + + + Avatar image + 头像图片 + + + Sign out + 注销 + + + Admin + 管理员 + + + Home + 主页 + + + authentik Logo + authentik 图标 + + + Collapse navigation + 收起导航 + + + Expand navigation + 展开导航 + + + User interface + 用户界面 + + + Loading... + 正在加载…… + + + Application + 应用程序 + + + Logins + 登录 + + + Failed to fetch + 拉取失败 + + + FIPS Status + FIPS 状态 + + + OK + 好的 + + + FIPS compliance: passing + FIPS 合规性:通过 + + + Unverified + 未验证 + + + FIPS compliance: unverified + FIPS 合规性:未验证 + + + Show less + 显示更少 + + + Show more + 显示更多 + + + UID + UID + + + Name + 名称 + + + App + 应用 + + + Model Name + 模型名称 + + + Message + 消息 + + + Subject + 主题 + + + From + 来自 + + + To + + + + Context + 上下文 + + + User + 用户 + + + Changes made: + 作出的修改: + + + Key + 键名 + + + Previous value + 之前的值 + + + New value + 新值 + + + - + - + + + Added ID + 已添加 ID + + + Removed ID + 已删除 ID + + + Cleared + 已清除 + + + Affected model: + 受影响的模型: + + + Authorized application: + 已授权应用程序: + + + Using flow + 使用流程 + + + Email info: + 电子邮件信息: + + + Secret: + Secret: + + + Exception + 异常 + + + Open issue on GitHub... + 在 GitHub 上提出议题... + + + Expression + 表达式 + + + Binding + 绑定 + + + Request + 请求 + + + Object + 对象 + + + Result + 结果 + + + Passing + 通过 + + + Messages + 消息 + + + New version available + 新版本可用 + + + Using source + 使用源 + + + Attempted to log in as + 已尝试以 + 身份登录 + + + No additional data available. + 没有可用的额外数据。 + + + Loading + 正在加载 + + + no tabs defined + 未定义选项卡 + + + Details + 详情 + + + : + + : + + + + Required + 必需 + + + There was an error submitting the form. + 在提交表单时发生了错误。 + + + Close dialog + 关闭对话框 + + + API Access + API 访问权限 + + + App password + 应用密码 + + + Recovery + 恢复 + + + Verification + 验证 + + + Unknown intent + 未知意图 + + + Login + 登录 + + + Failed login + 登录失败 + + + Logout + 注销 + + + User was written to + 用户被写入 + + + Suspicious request + 可疑请求 + + + Password set + 密码已设置 + + + Secret was viewed + Secret 已查看 + + + Secret was rotated + Secret 已轮换 + + + Invitation used + 已使用邀请 + + + Application authorized + 应用程序已授权 + + + Source linked + 源已链接 + + + Impersonation started + 已开始模拟身份 + + + Impersonation ended + 已结束模拟身份 + + + Flow execution + 流程执行 + + + Policy execution + 策略执行 + + + Policy exception + 策略异常 + + + Property Mapping exception + 属性映射异常 + + + System task execution + 系统任务执行 + + + System task exception + 系统任务异常 + + + General system exception + 一般系统异常 + + + Configuration error + 配置错误 + + + Model created + 模型已创建 + + + Model updated + 模型已更新 + + + Model deleted + 模型已删除 + + + Email sent + 已发送电子邮件 + + + Update available + 更新可用 + + + Alert + 注意 + + + Notice + 通知 + + + Warning + 警告 + + + Unknown severity + 未知严重程度 + + + Static tokens + 静态令牌 + + + TOTP Device + TOTP 设备 + + + A code has been sent to your address: + 一份代码已发送到您的电子邮箱地址: + + + A code has been sent to your email address. + 一份代码已发送到您的电子邮箱。 + + + A one-time use code has been sent to you via SMS text message. + 一份一次性代码以通过短信发送给您。 + + + Open your authenticator app to retrieve a one-time use code. + 打开您的两步验证应用收取一次性代码。 + + + Enter a one-time recovery code for this user. + 为此用户输入一次性恢复代码。 + + + Enter the code from your authenticator device. + 请输入来自您身份验证设备的代码。 + + + Internal + 内部 + + + External + 外部 + + + Service account + 服务账户 + + + Service account (internal) + 服务账户(内部) + + + Remove item + 删除项目 + + + table pagination + 表分页 + + + - of + + - + / + + + + Go to previous page + 前往上一页 + + + Go to next page + 前往下一页 + + + This field is required. + 此字段是必需的。 + + + Search... + 搜索... + + + Search + 搜索 + + + Query suggestions + 查询建议 + + + Query input + 查询输入 + + + Table Search + 搜索表 + + + Clear search + 清除搜索 + + + Sort by "" + 按“”排序 + + + No objects found. + 未找到对象。 + + + Failed to fetch objects. + 拉取对象失败。 + + + Select "" row + 选择“”行 + + + Collapse row + 收起行 + + + Expand row + 展开行 + + + Refresh + 刷新 + + + actions + 操作 + + + Select all rows on page ( of selected) + 选择当前页面上的所有行(已选择 行,共 行) + + + Last refreshed + 上次刷新 + + + table + + + + Table content + 表内容 + + + Column actions + 列操作 + + + Anonymous user + 匿名用户 + + + On behalf of + 代表 + + + + Authenticated as + 身份通过验证 + + + Recent events + 近期事件 + + + Events + 事件 + + + Action + 操作 + + + Creation Date + 创建日期 + + + Client IP + 客户端 IP + + + No Events found. + 未找到事件。 + + + No matching events could be found. + 未找到匹配的事件 + + + System Status + 系统状态 + + + Embedded outpost is not configured correctly. + 嵌入式前哨配置不正确。 + + + Check outposts. + 检查前哨。 + + + HTTPS is not detected correctly + 未正确检测到 HTTPS + + + Server and client are further than 5 seconds apart. + 服务器和客户端的时间相差超过 5 秒。 + + + Everything is ok. + 一切正常。 + + + Version + 版本 + + + Based on + 基于 + + + + is available! + + 可用! + + + An outpost is on an incorrect version! + 一个前哨的版本不正确! + + + Up-to-date! + 最新! + + + Latest version unknown + 最新版本未知 + + + Workers + Worker + + + No workers connected. Background tasks will not run. + 没有 Workers 连接,后台任务将无法运行。 + + + Worker with incorrect version connected. + 错误版本的 Worker 已连接。 + + + Failed to fetch data. + 拉取数据失败。 + + + Chart + 图表 + + + Event volume chart + 事件容量图表 + + + Authorizations + 授权 + + + Successful Logins + 成功登录 + + + Failed Logins + 失败登录 + + + Cancel + 取消 + + + Synchronization status chart + 同步状态图表 + + + SCIM Provider + SCIM 提供程序 + + + Google Workspace Provider + Google Workspace 提供程序 + + + Microsoft Entra Provider + Microsoft Entra 提供程序 + + + LDAP Source + LDAP 源 + + + Kerberos Source + Kerberos 源 + + + Healthy + 健康 + + + Failed + 已失败 + + + Unsynced / N/A + 未同步 / N/A + + + Outpost status chart + 前哨状态图表 + + + Healthy outposts + 健康的前哨 + + + Outdated outposts + 过时的前哨 + + + Unhealthy outposts + 不健康的前哨 + + + Operation failed to complete + 完成操作失败 + + + Quick actions + 快速操作 + + + Not found + 未找到 + + + The URL "" was not found. + 未找到 URL " + "。 + + + Return home + 返回主页 + + + Skip to content + 跳到内容 + + + Create a new application + 创建新应用程序 + + + Check the logs + 检查日志 + + + Explore integrations + 探索集成 + + + Manage users + 管理用户 + + + Check the release notes + 查看发行日志 + + + Overview + 总览 + + + Outpost status + 前哨状态 + + + Sync status + 同步状态 + + + Logins and authorizations over the last week (per 8 hours) + 过去一周的登录与身份验证次数(每 8 小时) + + + Apps with most usage + 使用率最高的应用 + + + Welcome, + 欢迎, + + + Welcome + 欢迎 + + + General system status + 常规系统状态 + + + Objects created + 已创建对象 + + + Users created per day in the last month + 上个月中每天创建的用户 + + + Users created + 已创建用户 + + + Logins per day in the last month + 上个月中每天的登录次数 + + + Failed Logins per day in the last month + 上个月中每天的失败登录次数 + + + Failed logins + 失败登录 + + + User Statistics + 用户统计 + + + Yes + + + + No + + + + No log messages. + 没有日志消息。 + + + Timestamp + 时间戳 + + + Attributes + 属性 + + + Time + 时间 + + + Level + 等级 + + + Event + 事件 + + + Logger + 日志记录器 + + + Not used by any other object. + 不被任何其他对象使用。 + + + object will be DELETED + 对象将被删除 + + + connection will be deleted + 连接将被删除 + + + reference will be reset to default value + 引用将被重置为默认值 + + + reference will be set to an empty value + 引用将被设置为空值 + + + () + + ( + + + + Delete + 删除 + + + deleted + 已删除 + + + ID + ID + + + Successfully deleted + 成功删除 + + + Failed to delete : + 删除 + 失败: + + + + Delete + 删除 + + + + Are you sure you want to delete ? + 您确定要删除 吗? + + + No form found + 未找到表单 + + + Element inside the form slot is not a Form + 此表单栏位中的元素不是一个表单 + + + Form actions + 表单操作 + + + Submit action + 提交操作 + + + Cancel action + 取消操作 + + + Successfully updated schedule. + 已成功更新定时任务。 + + + Crontab + Crontab + + + Paused + 已暂停 + + + Pause this schedule + 暂停这个定时任务 + + + Select an object. + 选择一个对象。 + + + Failed to fetch objects: + 拉取对象失败: + + + Successfully assigned permission. + 已成功分配权限。 + + + Role + 角色 + + + Assign + 分配 + + + Assign permission to role + 为角色分配权限 + + + Assign to new role + 分配到新角色 + + + Permission(s) + 权限 + + + Permission + 权限 + + + Directly assigned + 直接分配 + + + Assign permission to user + 为用户分配权限 + + + Assign to new user + 分配到新用户 + + + Superuser + 超级用户 + + + Model + 模型 + + + Select permissions to assign + 选择权限以分配 + + + Add + 添加 + + + Permissions to add + 要添加的权限 + + + Select permissions + 选择权限 + + + Assigned to role + + + Assign permission + 分配权限 + + + Role doesn't have view permission so description cannot be retrieved. + 角色不具有查看权限,所以无法获取描述。 + + + Assigned to user + + + User doesn't have view permission so description cannot be retrieved. + 用户不具有查看权限,所以无法获取描述。 + + + User Object Permissions + 用户对象权限 + + + Permissions set on users which affect this object. + 为影响此对象的用户设置的权限。 + + + Role Object Permissions + 角色对象权限 + + + Permissions set on roles which affect this object. + 为影响此对象的角色设置的权限。 + + + Assigned global permissions + 分配的全局权限 + + + Permissions assigned to this user which affect all object instances of a given type. + 分配给该用户的权限,会影响给定类型的所有对象实例。 + + + Assigned object permissions + 分配的对象权限 + + + Permissions assigned to this user affecting specific object instances. + 分配给该用户的权限,会影响特定对象实例。 + + + Permissions assigned to this role which affect all object instances of a given type. + 分配给该角色的权限,会影响给定类型的所有对象实例。 + + + Close + 关闭 + + + Update "" Permissions + 更新“”的权限 + + + Open "" permissions modal + 打开“”权限模式 + + + Permissions + 权限 + + + Waiting to run + 等待运行 + + + Consumed + 就绪 + + + Pre-processing + 预处理中 + + + Running + 运行中 + + + Post-processing + 后处理中 + + + Successful + 成功 + + + Error + 错误 + + + Unknown + 未知 + + + Running tasks + 运行中的任务 + + + Queued tasks + 队列中的任务 + + + Successful tasks + 成功的任务 + + + Error tasks + 发生错误的任务 + + + Task + 任务 + + + Queue + 队列 + + + Retries + 重试次数 + + + Planned execution time + 计划执行时间 + + + Last updated + 上次更新 + + + Status + 状态 + + + Actions + 操作 + + + Row Actions + 行操作 + + + Show only standalone tasks + 只显示无关联的任务 + + + Exclude successful tasks + 排除成功任务 + + + Retry task + 重试任务 + + + Current execution logs + 当前执行日志 + + + Previous executions logs + 先前的执行日志 + + + Schedule + 定时任务 + + + Next run + 下次运行 + + + Last status + 上次状态 + + + Show only standalone schedules + 只显示无关联的定时任务 + + + Run scheduled task now + 立即运行定时任务 + + + Update + 更新 + + + Update Schedule + 更新定时任务 + + + Edit + 编辑 + + + Tasks + 任务 + + + Schedules + 定时任务 + + + System Tasks + 系统任务 + + + Long-running operations which authentik executes in the background. + authentik 在后台执行的长时间运行的操作。 + + + Next + 下一步 + + + Back + 返回 + + + Wizard steps + 向导步骤 + + + Wizard navigation + 向导导航 + + + New application + 新应用程序 + + + Create a new application and configure a provider for it. + 创建一个应用程序并为它配置提供程序。 + + + Any policy must match to grant access + 必须匹配任意策略才能授予访问权限。 + + + All policies must match to grant access + 必须匹配所有策略才能授予访问权限 + + + An application name is required + 需要应用程序名称 + + + Not a valid URL + 不是有效的 URL + + + Not a valid slug + 不是有效的 Slug + + + Configure the Application + + + Type an application name... + + + Application Name + + + The name displayed in the application library. + 展示在应用程序库中的名字。 + + + Slug + Slug + + + Internal application name used in URLs. + 在 URL 中使用的应用内部名称。 + + + Group + + + + e.g. Collaboration, Communication, Internal, etc. + 例如合作、沟通、内部等 + + + Optionally enter a group name. Applications with identical groups are shown grouped together. + 输入可选的分组名称。分组相同的应用程序会显示在一起。 + + + Policy engine mode + 策略引擎模式 + + + UI Settings + 用户界面设置 + + + Launch URL + 启动 URL + + + https://... + + + If left empty, authentik will try to extract the launch URL based on the selected provider. + 如果留空,authentik 将尝试根据选定的提供程序提取启动 URL。 + + + Open in new tab + 在新标签页中打开 + + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + 如果勾选,在用户的应用程序库中时,启动 URL 将会在新浏览器标签页或窗口中打开。 + + + Select all rows + 选择所有行 + + + Bind existing policy/group/user + 绑定已有策略/组/用户 + + + Order + 顺序 + + + Enabled + 已启用 + + + Timeout + 超时 + + + Configure Bindings + 配置绑定 + + + Policy + 策略 + + + + Group + 组 + + + + User + 用户 + + + + Configure Policy/User/Group Bindings + 配置策略/用户/组绑定 + + + These policies control which users can access this application. + 这些策略控制哪些用户可以访问此应用程序。 + + + No bound policies. + 没有绑定的策略 + + + No policies are currently bound to this object. + 当前没有策略绑定到此对象。 + + + Bind policy/group/user + 绑定策略/组/用户 + + + Configure Policy Bindings + 配置策略绑定 + + + Pass + 通过 + + + Don't Pass + 不通过 + + + Edit Binding + 编辑绑定 + + + Save Binding + 保存绑定 + + + Create a Policy/User/Group Binding + 创建一个策略/用户/组绑定 + + + Policy + 策略 + + + Negate result + 反转结果 + + + Negates the outcome of the binding. Messages are unaffected. + 反转绑定的结果。消息不受影响。 + + + Failure result + 失败结果 + + + Enterprise only + 仅限企业版 + + + Learn more about the enterprise license. + 了解更多企业版许可证的信息。 + + + Apply changes + 应用更改 + + + Close wizard + 关闭向导 + + + UNNAMED + + + Wizard content + 向导内容 + + + Finish + 完成 + + + Select type + 选择类型 + + + Select a provider type + 选择提供程序类型 + + + Icon + 图标 + + + Choose a Provider + 选择提供程序 + + + Please choose a provider type before proceeding. + 请在继续前选择一个提供程序类型。 + + + Choose a Provider Type + 选择提供程序类型 + + + Certificate + 证书 + + + Select a certificate... + 选择一个证书... + + + Authentication + 身份验证 + + + Authorization + 授权 + + + Enrollment + 注册 + + + Invalidation + 失效 + + + Stage Configuration + 阶段配置 + + + Unenrollment + 删除账户 + + + Unknown designation + 未知用途 + + + Stacked + 叠放 + + + Content left + 内容左侧 + + + Content right + 内容右侧 + + + Sidebar left + 边栏左侧 + + + Sidebar right + 边栏右侧 + + + Unknown layout + 未知布局 + + + Select a flow... + 选择一个流程... + + + Add All Available + 添加所有可用 + + + Remove All Available + 删除所有可用 + + + Remove + 删除 + + + Remove All + 删除所有 + + + Pagination + 分页 + + + Available options + 可用选项 + + + Selected options + 已选项目 + + + item(s) marked to add. + 项被标记为添加。 + + + item(s) selected. + 项已选择。 + + + item(s) marked to remove. + 项被标记为删除。 + + + Search ... + 搜索 ... + + + (Format: hours=-1;minutes=-2;seconds=-3). + (格式:hours=-1;minutes=-2;seconds=-3) + + + (Format: hours=1;minutes=2;seconds=3). + (格式:hours=1;minutes=2;seconds=3)。 + + + The following keywords are supported: + 支持以下关键字: + + + Cached binding + 缓存绑定 + + + Flow is executed and session is cached in memory. Flow is executed when session expires + 流程与会话会在内存中执行与缓存。会话过期时执行流程 + + + Direct binding + 直接绑定 + + + Always execute the configured bind flow to authenticate the user + 总是执行配置的绑定流程,以验证用户的身份。 + + + Cached querying + 缓存查询 + + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + 前哨将所有用户和组保存在内存中,并每 5 分钟刷新一次 + + + Direct querying + 直接查询 + + + Always returns the latest data, but slower than cached querying + 总是返回最新数据,但比缓存查询慢。 + + + 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. + 启用时,可以通过在密码后添加分号和 TOTP 代码来使用基于代码的多因素身份验证。仅在所有绑定到此提供程序的用户都已配置 TOTP 设备的情况下才应该启用,否则密码可能会因为包含分号而被错误地拒绝。 + + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + 为上方配置 Base DN 提供的证书。作为回退,提供程序使用一个自签名证书。 + + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + 上方配置证书应该使用的 DNS 名称。无法基于 Base DN 检测证书,因为 SSL/TLS 协商发生在此类数据交换之前。 + + + 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 + 起始 uidNumbers,这个数字会被添加到 user.Pk 中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 2000,以确保我们不会与本地用户的 uidNumber 发生冲突 + + + 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 + 起始 gidNumbers,这个数字会被添加到从 group.Pk 生成的数字中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 4000,以确保我们不会与本地群组或用户主组的 gidNumber 发生冲突 + + + Provider Name + 提供程序名 + + + Type a provider name... + + + Bind mode + 绑定模式 + + + Configure how the outpost authenticates requests. + 配置前哨如何验证请求的身份。 + + + Search mode + 搜索模式 + + + Configure how the outpost queries the core authentik server's users. + 配置前哨如何查询核心 authentik 服务器的用户。 + + + Code-based MFA Support + 基于代码的 MFA 支持 + + + Flow settings + 流程设置 + + + Bind flow + 绑定流程 + + + Flow used for users to authenticate. + 用于验证用户身份的流程。 + + + Unbind flow + 取消绑定流程 + + + Flow used for unbinding users. + 用于取消绑定用户的流程。 + + + Protocol settings + 协议设置 + + + Base DN + Base DN + + + LDAP DN under which bind requests and search requests can be made. + 可以发出绑定请求和搜索请求的 LDAP DN。 + + + TLS Server name + TLS 服务器名称 + + + UID start number + UID 起始编号 + + + GID start number + GID 起始编号 + + + Configure LDAP Provider + 配置 LDAP 提供程序 + + + Show field content + 显示字段内容 + + + Hide field content + 隐藏字段内容 + + + Add entry + 添加条目 + + + Strict + 严格 + + + Regex + 正则表达式 + + + URL + URL + + + Confidential + 机密 + + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + 机密客户端有能力维护其凭据例如客户端密钥的机密性。 + + + Public + 公开 + + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + 公开客户端没有能力维护其凭据的机密性,应该使用 PKCE 等方法。 + + + Back-channel + 反向通道 + + + Server-to-server logout notifications + + + Front-channel + 正向通道 + + + Browser iframe logout notifications + + + Based on the User's hashed ID + 基于哈希过的用户 ID + + + Based on the User's ID + 基于用户 ID + + + Based on the User's UUID + 基于用户 UUID + + + Based on the User's username + 基于用户名 + + + Based on the User's Email + 基于用户电子邮箱 + + + This is recommended over the UPN mode. + 相比于 UPN,更推荐此模式。 + + + Based on the User's UPN + 基于用户 UPN + + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + 需要用户设置过“upn”属性,否则回退到哈希过的用户 ID。仅应在您拥有不同 UPN 和邮件域时使用此模式。 + + + Each provider has a different issuer, based on the application slug + 根据应用程序 Slug,每个提供程序都有不同的颁发者 + + + Same identifier is used for all providers + 所有提供程序都使用相同的标识符 + + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + 授权流程成功后有效的重定向 URI。还可以在此处为隐式流程指定任何来源。 + + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + 如果未指定显式重定向 URI,则将保存第一个成功使用的重定向 URI。 + + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + 要允许任何重定向 URI,请设置模式为正则表达式,并将此值设置为 ".*"。请注意这可能带来的安全影响。 + + + Authorization flow + 授权流程 + + + Select an authorization flow... + 选择一个授权流程... + + + Flow used when authorizing this provider. + 授权此提供程序时使用的流程。 + + + Client type + 客户端类型 + + + Client ID + 客户端 ID + + + Client Secret + 客户端 Secret + + + Redirect URIs/Origins (RegEx) + 重定向 URI/Origin(正则) + + + Logout URI + 注销 URI + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + + + Logout Method + 注销方法 + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + + + Signing Key + 签名密钥 + + + Select a signing key... + 选择一个签名密钥.. + + + Key used to sign the tokens. + 用于签名令牌的密钥。 + + + Advanced flow settings + 高级流程设置 + + + Authentication flow + 身份验证流程 + + + Select an authentication flow... + 选择一个身份验证流程... + + + Flow used when a user access this provider and is not authenticated. + 当用户访问此提供程序并且尚未验证身份时使用的流程。 + + + Invalidation flow + 失效流程 + + + Select an invalidation flow... + 选择一个失效流程... + + + Flow used when logging out of this provider. + 注销此提供程序时使用的流程。 + + + Advanced protocol settings + 高级协议设置 + + + Access code validity + 访问代码有效性 + + + Configure how long access codes are valid for. + 配置访问代码的有效期限。 + + + Access Token validity + 访问令牌有效性 + + + Configure how long access tokens are valid for. + 配置访问令牌的有效期限。 + + + Refresh Token validity + 刷新令牌有效性 + + + Configure how long refresh tokens are valid for. + 配置刷新令牌的有效期限。 + + + Refresh Token threshold + 刷新令牌阈值 + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + 续订刷新令牌时,如果现有刷新令牌的有效期在阈值内,则将续订刷新令牌。设置为 seconds=0 表示始终续订刷新令牌。 + + + Scopes + 作用域 + + + Available Scopes + 可用作用域 + + + Selected Scopes + 已选作用域 + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + 选择客户端可以使用哪些作用域。客户端仍然需要指定访问数据的范围。 + + + Encryption Key + 加密密钥 + + + Select an encryption key... + 选择一个加密密钥... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Subject 模式 + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + 配置应将哪些数据用作唯一用户标识符。在大多数情况下保持默认值即可。 + + + Include claims in id_token + 在 id_token 中包含声明 + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + 对于不访问 userinfo 端点的应用程序,将来自作用域的用户声明包含在 id_token 中。 + + + Issuer mode + Issuer 模式 + + + Configure how the issuer field of the ID Token should be filled. + 配置如何填写 ID 令牌的颁发者字段。 + + + Machine-to-Machine authentication settings + M2M(机器到机器)身份验证设置 + + + Federated OIDC Sources + 联邦式 OIDC 源 + + + Available Sources + 可用源 + + + Selected Sources + 已选源 + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + 在选定源中配置的证书签名的 JWT 可以用于此提供程序的身份验证。 + + + Federated OIDC Providers + 联邦式 OIDC 提供程序 + + + Available Providers + 可用提供程序 + + + Selected Providers + 已选提供程序 + + + JWTs signed by the selected providers can be used to authenticate to this provider. + 由已选提供程序签发的 JWT 可以用于此提供程序的身份验证。 + + + Configure OAuth2 Provider + 配置 OAuth2 提供程序 + + + Successfully updated provider. + 已成功更新提供程序。 + + + Successfully created provider. + 已成功创建提供程序。 + + + An error occurred while updating the provider. + 更新提供程序时发生了错误。 + + + An error occurred while creating the provider. + 创建提供程序时发生了错误。 + + + HTTP-Basic Username Key + HTTP-Basic 用户名键 + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + 用于 HTTP-Basic 标头用户名部分的用户/组属性。如果未设置,则使用用户的电子邮件地址。 + + + HTTP-Basic Password Key + HTTP-Basic 密码键 + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + 用于 HTTP-Basic 标头的密码部分的用户/组属性。 + + + Proxy + 代理 + + + Forward auth (single application) + Forward Auth(单应用) + + + Forward auth (domain level) + Forward Auth(域名级) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + 除了请求必须经过身份验证外,此提供程序的行为类似于透明反向代理。如果您的上游应用程序使用 HTTPS,请确保连接到前哨时也使用 HTTPS。 + + + External host + 外部主机 + + + The external URL you'll access the application at. Include any non-standard port. + 您将通过此外部 URL 访问应用程序。请包括任何非标准端口。 + + + Internal host + 内部主机 + + + http(s)://... + + + Upstream host that the requests are forwarded to. + 请求被转发到的上游主机。 + + + Internal host SSL Validation + 内部主机 SSL 验证 + + + Validate SSL Certificates of upstream servers. + 验证上游服务器的 SSL 证书。 + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + 与 nginx 的 auth_request 或 traefik 的 ForwardAuth 一起使用此提供程序。每个应用程序/域名都需要自己的提供程序。此外,在每个域名上,/outpost.goauthentik.io 必须路由到前哨(在使用托管的 Outpost 时,这已经为您处理好了)。 + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + 与 nginx 的 auth_request 或 traefik 的 ForwardAuth 一起使用此提供程序。每个根域名只需要一个提供程序。您无法管理每个应用程序的授权,但不必为每个应用程序分别创建提供程序。 + + + An example setup can look like this: + 设置示例如下所示: + + + authentik running on auth.example.com + auth.example.com 上运行的 authentik + + + app1 running on app1.example.com + app1.example.com 上运行的 app1 + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + 在这种情况下,您需要将身份验证 URL 设置为 auth.example.com,并将 Cookie 域名设置为 example.com。 + + + Authentication URL + 身份验证 URL + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + 您将在此外部 URL 进行身份验证。通过此 URL 应该可以访问到 authentik 核心服务器。 + + + Cookie domain + Cookie 域名 + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + 将此设置为您希望身份验证有效的域名。必须是上述 URL 的父域名。如果您的应用部署在 app1.domain.tld、app2.domain.tld,请将其设置为 “domain.tld”。 + + + Token validity + 令牌有效性 + + + Configure how long tokens are valid for. + 配置令牌的有效期限。 + + + Additional scopes + 额外的作用域 + + + Additional scope mappings, which are passed to the proxy. + 传递给代理的额外作用域映射。 + + + Unauthenticated URLs + 不验证身份的 URL + + + Unauthenticated Paths + 不验证身份的路径 + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + 用于描述何处不需要身份验证的正则表达式。每个新行都被解释为一个新的表达式。 + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + 使用代理或 Forward Auth(单应用)模式时,将根据正则表达式检查请求的 URL 路径。使用 Forward Auth(域名模式)时,将根据正则表达式检查请求的完整 URL(包括协议和主机名)。 + + + Authentication settings + 身份验证设置 + + + Intercept header authentication + 拦截身份验证标头 + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + 启用时,authentik 将会拦截 Authorization 标头以认证请求。 + + + Send HTTP-Basic Authentication + 发送 HTTP-Basic 身份验证 + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + 根据来自 authentik 的值发送自定义 HTTP-Basic 身份验证标头。 + + + Configure Proxy Provider + 配置代理提供程序 + + + Configure Remote Access Provider + 配置远程访问提供程序 + + + Connection expiry + 连接过期 + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + 设置会话在被断开连接并需要重新授权之前持续的时间。 + + + Property mappings + 属性映射 + + + Available Property Mappings + 可用属性映射 + + + Selected Property Mappings + 已选属性映射 + + + List of CIDRs (comma-seperated) 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. + 允许客户端连接的 CIDR 列表(逗号分隔)。严格的 CIDR 会在宽松的之前匹配。来自 CIDR 范围外的客户端连接将会被丢弃。 + + + Shared secret + 共享密钥 + + + Client Networks + 客户端网络 + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + 用于 EAP-TLS 的证书。需要身份验证流程中的相互 TLS 阶段。 + + + Configure Radius Provider + 配置 Radius 提供程序 + + + Redirect + 重定向 + + + Post + Post + + + Sign assertions + 签名断言 + + + When enabled, the assertion element of the SAML response will be signed. + 启用时,SAML 响应的断言元素会被签名。 + + + Sign responses + 签名响应 + + + When enabled, the SAML response will be signed. + 启用时,SAML 响应会被签名。 + + + Sign logout requests + 签名注销请求 + + + When enabled, SAML logout requests will be signed. + 启用时,将签名 SAML 注销请求 + + + Front-channel (Iframe) + + + Front-channel (Native) + + + Back-channel (POST) + + + SLS Binding + SLS 绑定 + + + Determines how authentik sends the logout response back to the Service Provider. + + + Method to use for logout when SLS URL is configured. + + + ACS URL + ACS URL + + + Service Provider Binding + 服务提供程序绑定 + + + Determines how authentik sends the response back to the Service Provider. + 确定 authentik 如何将响应发送回服务提供程序。 + + + Issuer + 颁发者 + + + Also known as Entity ID. + + + Audience + Audience + + + SLS URL + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + + + Signing Certificate + 签名证书 + + + Certificate used to sign outgoing Responses going to the Service Provider. + 证书,用于签署发送给服务提供程序的传出响应。 + + + Verification Certificate + 验证证书 + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + 选中后,传入断言的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。 + + + Encryption Certificate + 加密证书 + + + When selected, assertions will be encrypted using this keypair. + 选择此选项时,断言将以此密钥对加密。 + + + Available User Property Mappings + 可用用户属性映射 + + + Selected User Property Mappings + 已选用户属性映射 + + + NameID Property Mapping + NameID 属性映射 + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + 配置如何创建 NameID 值。如果留空,将遵守传入请求的 NameIDPolicy。 + + + AuthnContextClassRef Property Mapping + AuthnContextClassRef 属性映射 + + + 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. + 配置如何创建 AuthnContextClassRef 值。留空时,AuthnContextClassRef 会基于用户使用的身份验证方式设置。 + + + Assertion valid not before + 不在此刻之前,断言有效 + + + Configure the maximum allowed time drift for an assertion. + 为断言配置允许的最大时间漂移。 + + + Assertion valid not on or after + 不在此刻或之后,断言有效 + + + Assertion not valid on or after current time + this value. + 从当前时间经过多久时或之后,断言无效。 + + + Session valid not on or after + 不在此刻或之后,会话有效 + + + Session not valid on or after current time + this value. + 从当前时间经过多久时或之后,会话无效。 + + + Default relay state + 默认中继状态 + + + When using IDP-initiated logins, the relay state will be set to this value. + 当使用 IDP 发起的登录时,中继状态会被设置为此值。 + + + Default NameID Policy + 默认 NameID 策略 + + + Persistent + 持久的 + + + Email address + 电子邮箱地址 + + + Windows + Windows + + + X509 Subject + X509 主题 + + + Transient + 暂时的 + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + 配置 IDP 发起的登录或传入的断言未指定 NameID 策略时所使用的默认 NameID 策略(使用自定义 NameID 映射也适用)。 + + + Digest algorithm + 摘要算法 + + + Signature algorithm + 签名算法 + + + Configure SAML Provider + 配置 SAML 提供程序 + + + Token + 令牌 + + + Token to authenticate with. + 用于身份验证的令牌。 + + + OAuth Source + OAuth 源 + + + Specify OAuth source used for authentication. + 指定用于身份验证的 OAuth 源。 + + + OAuth Parameters + OAuth 参数 + + + Additional OAuth parameters, such as grant_type. + 额外的 OAuth 参数,例如 grant_type + + + SCIM base url, usually ends in /v2. + SCIM 基础 URL,通常以 /v2 结尾。 + + + Verify SCIM server's certificates + 验证 SCIM 服务器证书 + + + Authentication Mode + 身份验证模式 + + + Authenticate SCIM requests using a static token. + 使用静态令牌验证 SCIM 请求。 + + + OAuth + OAuth + + + Authenticate SCIM requests using OAuth. + 使用 OAuth 验证 SCIM 请求 + + + Compatibility Mode + 兼容模式 + + + Default + 默认 + + + Default behavior. + 默认行为。 + + + AWS + AWS + + + Altered behavior for usage with Amazon Web Services. + 更改行为以使用 Amazon Web 服务。 + + + Slack + Slack + + + Altered behavior for usage with Slack. + 更改行为以使用 Slack。 + + + Salesforce + Salesforce + + + Altered behavior for usage with Salesforce. + 更改行为以使用 Salesforce。 + + + Alter authentik's behavior for vendor-specific SCIM implementations. + 更改 authentik 的行为,以兼容特定厂商的 SCIM 实现。 + + + Enable dry-run mode + 启用试运行模式 + + + When enabled, mutating requests will be dropped and logged instead. + 启用时,变更请求将会被放弃,仅记录日志。 + + + User filtering + 用户过滤 + + + Exclude service accounts + 排除服务账户 + + + Only sync users within the selected group. + 只同步选定组中的用户。 + + + Attribute mapping + 属性映射 + + + User Property Mappings + 用户属性映射 + + + Property mappings used to user mapping. + 用于用户映射的属性映射。 + + + Group Property Mappings + 组属性映射 + + + Available Group Property Mappings + 可用组属性映射 + + + Selected Group Property Mappings + 已选组属性映射 + + + Property mappings used to group creation. + 用于创建组的属性映射。 + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + 配置 SCIM 提供程序 + + + Configure Provider + 配置提供程序 + + + Type + 类型 + + + None + + + + strict + 严格 + + + regexp + 正则表达式 + + + Forward auth (domain-level) + Forward Auth(域名级) + + + Unknown proxy mode + 未知代理模式 + + + Mode + 模式 + + + Internal Host + 内部主机 + + + External Host + 外部主机 + + + Basic-Auth + 基本身份验证 + + + Unknown type + 未知类型 + + + Redirect URIs + 重定向 URI + + + Review and Submit Application + 检查与提交应用程序 + + + Submit + 提交 + + + There was an error in the application. + 应用程序中存在一个错误。 + + + Review the application. + 检查此应用程序。 + + + There was an error in the provider. + 提供程序中存在一个错误。 + + + Review the provider. + 检查此提供程序。 + + + There was an error. Please go back and review the application. + 存在一个错误。请返回检查此应用程序。 + + + There was an error: + 存在一个错误: + + + Please go back and review the application. + 请返回检查此应用程序。 + + + There was an error creating the application, but no error message was sent. Please review the server logs. + 创建应用程序时存在一个错误,但未发送错误消息。请检查服务器日志。 + + + Review the Application and Provider + 检查应用程序和提供程序 + + + Provider + 提供程序 + + + Your application has been saved + 您的应用程序已保存 + + + Saving application... + 正在保存应用程序... + + + authentik was unable to complete this process. + authentik 无法完成此操作。 + + + Don't show this message again. + 不要再显示此消息。 + + + One hint, 'New Application Wizard', is currently hidden + “新应用程序向导”提示目前已隐藏 + + + Restore Application Wizard Hint + 恢复应用程序向导提示 + + + Create with wizard + 通过向导创建 + + + Successfully imported provider. + 已成功导入提供程序。 + + + Metadata + 元数据 + + + Create + 创建 + + + New provider + 新建提供程序 + + + Create a new provider. + 创建一个新提供程序。 + + + Create + 创建 + + + + New Provider + 新建提供程序 + + + Open the wizard to create a new provider. + 打开向导来创建新提供程序。 + + + Credentials + 凭据 + + + Google Cloud credentials file. + Google Cloud 凭据文件。 + + + Delegated Subject + 委托主题 + + + Email address of the user the actions of authentik will be delegated to. + 接受 authentik 操作委托的用户电子邮件地址。 + + + Default group email domain + 默认组电子邮件域 + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + 用于生成组内电子邮件的默认域。可以通过属性映射进行自定义。 + + + User deletion action + 用户删除动作 + + + User is deleted + 用户被删除 + + + Suspend + 停用 + + + User is suspended, and connection to user in authentik is removed. + 用户被停用,authentik 与此用户的连接被删除。 + + + Do Nothing + 什么也不做 + + + The connection is removed but the user is not modified + 连接被删除,但用户未被修改 + + + Determines what authentik will do when a User is deleted. + 决定当用户被删除时,authentik 应该做什么。 + + + Group deletion action + 组删除动作 + + + Group is deleted + 组被删除 + + + The connection is removed but the group is not modified + 连接被删除,但组未被修改 + + + Determines what authentik will do when a Group is deleted. + 决定当组被删除时,authentik 应该做什么。 + + + Client ID for the app registration. + 应用注册的客户端 ID。 + + + Client secret for the app registration. + 应用注册的客户端密钥。 + + + Tenant ID + 租户 ID + + + ID of the tenant accounts will be synced into. + 将被同步的租户账户 ID。 + + + Delete authorization on disconnect + 断开连接时删除授权 + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + 启用时,客户端断开连接时,其连接授权将会被删除。这会导致网络连接不稳定的客户端重新授权此端点。 + + + Connection settings. + 连接设置。 + + + Key used to sign the events. + 用于签名事件的密钥。 + + + Event Retention + 事件保留 + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + 设置事件存储多久时间。如果无法成功发送事件,则此时长也会添加到事件的过期时间。 + + + OIDC Providers + OIDC 提供程序 + + + Providers + 提供程序 + + + Provide support for protocols like SAML and OAuth to assigned applications. + 为分配的应用程序提供对 SAML 和 OAuth 等协议的支持。 + + + Provider Search + 搜索提供程序 + + + Search for providers… + 搜索提供程序... + + + Provider(s) + 提供程序 + + + Assigned to application + 分配给应用程序 + + + Assigned to application (backchannel) + 绑定到应用(反向通道) + + + Provider not assigned to any application. + 提供程序未分配给任何应用程序。 + + + Update + 更新 + + + + Edit "" provider + 编辑“”提供程序 + + + Successfully triggered sync. + 已成功触发同步。 + + + Log messages + 日志消息 + + + Override dry-run mode + 覆盖试运行模式 + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + 启用时,此同步仍将执行变更请求,无论提供程序是否启用试运行模式。 + + + Sync + 同步 + + + Sync Group + 同步组 + + + Google Workspace Group(s) + Google Workspace 组 + + + Sync User + 同步用户 + + + Google Workspace User(s) + Google Workspace 用户 + + + Username + 用户名 + + + Current status + 当前状态 + + + Sync is currently running. + 当前正在同步。 + + + Sync is not currently running. + 当前不在同步。 + + + Last successful sync + 上次成功同步 + + + No successful sync found. + 未找到成功的同步。 + + + Last sync status + 上次同步状态 + + + Changelog + 更新日志 + + + Provisioned Users + 预配用户 + + + Provisioned Groups + 预配组 + + + Warning: Provider is not assigned to an application as backchannel provider. + 警告:提供程序未作为反向通道分配给应用程序。 + + + Dry-run + 试运行 + + + Update Google Workspace Provider + Google Workspace 提供程序 + + + Select providers to add to application + 选择要添加到应用的提供程序 + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + 输入完整 URL、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 "fa-test"。 + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + 创建用户的路径模板。使用占位符如 `%(slug)s` 插入源 Slug。 + + + Successfully updated application. + 已成功更新应用程序。 + + + Successfully created application. + 已成功创建应用程序。 + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + 此表单只会创建应用程序。要设置此应用程序的身份验证,您需要手动为它配对一个提供程序。 + + + Select a provider that this application should use. + 选择此应用应该使用的提供程序。 + + + Backchannel Providers + 反向通道提供程序 + + + Select backchannel providers which augment the functionality of the main provider. + 选择可为主要提供程序增强功能的反向通道提供程序。 + + + Add provider + 添加提供程序 + + + UI settings + 用户界面设置 + + + Icon + 图标 + + + Currently set to: + 当前设置为: + + + Clear icon + 清除图标 + + + Delete currently set icon. + 删除当前设置的图标。 + + + Publisher + 发布者 + + + Description + 描述 + + + Create Application + 创建应用程序 + + + Warning: Provider is not used by any Outpost. + 警告:提供程序未被任何前哨使用。 + + + Assigned to application + 分配给应用程序 + + + Update LDAP Provider + 更新 LDAP 提供程序 + + + How to connect + 如何连接 + + + Connect to the LDAP Server on port 389: + 通过端口 389 连接到 LDAP 服务器: + + + Check the IP of the Kubernetes service, or + 检查 Kubernetes 服务的 IP,或者 + + + The Host IP of the docker host + Docker 宿主机的主机 IP + + + Bind DN + 绑定 DN + + + Bind Password + 绑定密码 + + + Your authentik password + 您的 authentik 密码 + + + Search base + 搜索 Base + + + Microsoft Entra Group(s) + Microsoft Entra 组 + + + Microsoft Entra User(s) + Microsoft Entra 用户 + + + Update Microsoft Entra Provider + 更新 Microsoft Entra 提供程序 + + + Preview + 预览 + + + Warning: Provider is not used by an Application. + 警告:提供程序未被任何应用程序使用。 + + + + + + Update OAuth2 Provider + 更新 OAuth2 提供程序 + + + OpenID Configuration URL + OpenID 配置 URL + + + OpenID Configuration Issuer + OpenID 配置颁发者 + + + Authorize URL + 授权 URL + + + Token URL + 令牌 URL + + + Userinfo URL + 用户信息 URL + + + Logout URL + 注销 URL + + + JWKS URL + JWKS URL + + + JWT payload + JWT 载荷 + + + Preview for user + 用户预览 + + + Nginx (Ingress) + Nginx(Ingress) + + + Nginx (Proxy Manager) + Nginx(Proxy Manager) + + + Nginx (standalone) + Nginx(独立) + + + Traefik (Ingress) + Traefik(Ingress) + + + Traefik (Compose) + Traefik(Compose) + + + Traefik (Standalone) + Traefik(独立) + + + Caddy (Standalone) + Caddy(独立) + + + Update Proxy Provider + 更新代理提供程序 + + + Protocol Settings + 协议设置 + + + Allowed Redirect URIs + 允许的重定向 URI + + + Setup + 设置 + + + No additional setup is required. + 无需进行额外设置。 + + + Connection Token(s) + 连接令牌 + + + Endpoint + 端点 + + + Successfully updated endpoint. + 已成功更新端点。 + + + Successfully created endpoint. + 已成功创建端点。 + + + Protocol + 协议 + + + RDP + RDP + + + SSH + SSH + + + VNC + VNC + + + Host + 主机 + + + Hostname/IP to connect to. Optionally specify the port. + 要连接的主机名/IP。端口号是可选的。 + + + Maximum concurrent connections + 最大并发连接数 + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + 允许到此端点的最大并发连接数。可以设置为 -1 以禁用限制。 + + + Advanced settings + 高级设置 + + + Search for users by username or display name... + 按用户名或显示名搜索用户... + + + Search Users + 搜索用户 + + + Select Users + 选择用户 + + + Active + 激活 + + + Last login + 上次登录 + + + Show inactive users + 显示不活跃的用户 + + + Select users + 选择用户 + + + Confirm + 确认 + + + Successfully updated group. + 已成功更新组。 + + + Successfully created group. + 已成功创建组。 + + + Type a group name... + 输入组名.. + + + Group Name + 组名 + + + Superuser Privileges + 超级用户权限 + + + Whether users added to this group will have superuser privileges. + 指定添加到该组的用户是否具有超级用户权限。 + + + Parent Group + 父组 + + + Select an optional parent group... + 选择父组...(可选) + + + Roles + 角色 + + + Available Roles + 可用角色 + + + Selected Roles + 已选角色 + + + Select roles to grant this groups' users' permissions from the selected roles. + 选择角色,为该组内用户授予所选角色的权限。 + + + Set custom attributes using YAML or JSON. + 使用 YAML 或 JSON 设置自定义属性。 + + + Successfully updated binding. + 已成功更新绑定。 + + + Successfully created binding. + 已成功创建绑定。 + + + Don't pass + 不通过 + + + Result used when policy execution fails. + 策略执行失败时的结果。 + + + Successfully updated policy. + 已成功更新策略。 + + + Successfully created policy. + 已成功创建策略。 + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + 用于测试的策略。等待随机时长后,始终返回下面指定的结果。 + + + Execution logging + 记录执行日志 + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + 启用此选项后,将记录此策略的所有执行日志。默认情况下,只记录执行错误。 + + + Policy-specific settings + 特定策略设置 + + + Pass policy? + 通过策略? + + + Wait (min) + 等待(最短) + + + The policy takes a random time to execute. This controls the minimum time it will take. + 策略需要一段随机时间来执行。这将控制所需的最短时间。 + + + Wait (max) + 等待(最长) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + 根据一组条件匹配事件。如果任何配置的值匹配,则策略将通过。 + + + Match created events with this action type. When left empty, all action types will be matched. + 将创建的事件与此操作类型匹配。留空时,所有操作类型都将匹配。 + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + 匹配事件的客户端 IP(严格匹配,要网络匹配请使用表达式策略)。 + + + Match events created by selected application. When left empty, all applications are matched. + 匹配选定应用程序创建的事件。如果留空,则匹配所有应用程序。 + + + Match events created by selected model. When left empty, all models are matched. + 匹配选定模型创建的事件。如果留空,则匹配所有模型。 + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + 检查过去 x 天内请求的用户密码是否已更改,并根据设置拒绝。 + + + Maximum age (in days) + 最长使用期限(单位为天) + + + Only fail the policy, don't invalidate user's password + 仅使策略失败,不使用户的密码失效 + + + Executes the python snippet to determine whether to allow or deny a request. + 执行 Python 代码段以确定是允许还是拒绝请求。 + + + Expression using Python. + 使用 Python 的表达式。 + + + See documentation for a list of all variables. + 请阅读文档了解完整变量列表。 + + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + 确保用户满足基于 IP 地址的地理或网络拓扑要求。如果任何配置的值匹配,则策略通过。 + + + Distance settings + 距离设置 + + + Check historical distance of logins + 检查历史登录距离 + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + 启用此选项时,策略请求的 GeoIP 数据会用来与指定数量的历史登录比较。 + + + Maximum distance + 最大距离 + + + Maximum distance a login attempt is allowed from in kilometers. + 允许登录请求的最大距离,单位为千米。 + + + Distance tolerance + 距离误差 + + + Tolerance in checking for distances in kilometers. + 检查距离时允许的误差,单位为千米。 + + + Historical Login Count + 历史登录次数 + + + Amount of previous login events to check against. + 检查指定次数的历史登录事件。 + + + Check impossible travel + 检查不可能的行程 + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + 启用此选项时,策略请求的 GeoIP 数据会用来与指定数量的历史登录比较,以及自上次活动以来移动的距离是否可能在该时段内完成。 + + + Impossible travel tolerance + 不可能行程的误差 + + + Static rule settings + 静态规则设置 + + + ASNs + ASN + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + ASN 列表。逗号分隔。例如 13335, 15169, 20940 + + + Countries + 地区 + + + Available Countries + 可用地区 + + + Selected Countries + 已选地区 + + + Static rules + 静态规则 + + + Minimum length + 最小长度 + + + Minimum amount of Uppercase Characters + 最低大写字符数 + + + Minimum amount of Lowercase Characters + 最低小写字符数 + + + Minimum amount of Digits + 最低数字字符数 + + + Minimum amount of Symbols Characters + 最低符号字符数 + + + Error message + 错误消息 + + + Symbol charset + 符号字符集 + + + Characters which are considered as symbols. + 被视为符号的字符。 + + + HaveIBeenPwned settings + HaveIBeenPwned 设置 + + + Allowed count + 允许的计数 + + + Allow up to N occurrences in the HIBP database. + HIBP 数据库中最多允许 N 次出现。 + + + zxcvbn settings + zxcvbn 设置 + + + Score threshold + 分数阈值 + + + If the password's score is less than or equal this value, the policy will fail. + 如果密码分数小于等于此值,则策略失败。 + + + 0: Too guessable: risky password. (guesses &lt; 10^3) + 0:过于易猜测:密码有风险。(猜测次数 &lt; 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1:非常易猜测:可以防范受限的在线攻击。(猜测次数 &lt; 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2:有些易猜测:可以防范不受限的在线攻击。(猜测次数 &lt; 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3:难以猜测:适度防范离线慢速哈希场景。(猜测次数 &lt; 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4:非常难以猜测:高度防范离线慢速哈希场景。(猜测次数 &gt;= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + 根据多条规则检查策略请求中的值,这些规则主要用于确保密码强度。 + + + Password field + 密码字段 + + + Field key to check, field keys defined in Prompt stages are available. + 要检查的字段键,可以使用输入阶段中定义的字段键。 + + + Check static rules + 检查静态规则 + + + Check haveibeenpwned.com + 检查 haveibeenpwned.com + + + For more info see: + 更多信息请看: + + + Check zxcvbn + 检查 zxcvbn + + + Password strength estimator created by Dropbox, see: + Dropbox 制作的密码强度估算器,详见: + + + Allows/denys requests based on the users and/or the IPs reputation. + 根据用户和/或 IP 信誉允许/拒绝请求。 + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + 无效的登录尝试将降低客户端 IP 及其尝试登录的用户名的分数。 + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + 当信誉分数低于阈值时策略通过,而当其中一个或两个选定选项 +大于等于阈值时策略不通过。 + + + Check IP + 检查 IP + + + Check Username + 检查用户名 + + + Threshold + 阈值 + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + 确保用户的密码与之前使用的不同。可以配置检查多少个历史密码。 + + + Number of previous passwords to check + 检查历史密码数量 + + + New policy + 新建策略 + + + Create a new policy. + 创建一个新策略。 + + + Create Binding + 创建绑定 + + + Members + 成员 + + + Select groups to add user to + 选择要添加用户的组 + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + 警告:将用户添加到所选的组会使其获得超级用户权限。 + + + Company employees with access to the full enterprise feature set. + 公司员工可以访问完整的企业版功能。 + + + External consultants or B2C customers without access to enterprise features. + 外部顾问或 B2C 客户无法访问企业版功能。 + + + Machine-to-machine authentication or other automations. + M2M(机器到机器)身份验证或其他自动化操作。 + + + Successfully updated user. + 已成功更新用户。 + + + Successfully created user and added to group + 成功创建用户并添加到组 + + + Successfully created user. + 已成功创建用户。 + + + Type a username for the user... + 为用户输入用户名... + + + The user's primary identifier used for authentication. 150 characters or fewer. + 用于身份认证的用户主标识符。不超过 150 个字符。 + + + Display Name + 显示名称 + + + Type an optional display name... + 输入显示名称...(可选) + + + The user's display name. + + + User type + 用户类型 + + + Internal Service account + 内部服务账户 + + + Managed by authentik and cannot be assigned manually. + 由 authentik 管理并且不能被手动分配。 + + + Email Address + 电子邮箱地址 + + + Type an optional email address... + 输入电子邮箱地址...(可选) + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + 指定此用户是否处于活动状态并允许进行身份验证。将其设置为非活动状态可用于暂时禁用用户而不删除其帐户。 + + + Path + 路径 + + + Type a path for the user... + 为用户输入路径... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + 用户路径可用于根据创建用户的来源或组织结构将用户组织到文件夹中。 + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + 用户路径不能以斜杠开头或结尾,但可以包含任何其他字符作为路径段。路径目前仅用于组织,不会影响其权限、组成员身份或其他任何内容。 + + + Edit Policy + 编辑策略 + + + Update Group + 更新组 + + + Edit Group + 编辑组 + + + Update User + 更新用户 + + + Edit User + 编辑用户 + + + Policy binding(s) + 策略绑定 + + + Update Binding + 更新绑定 + + + No Policies bound. + 未绑定策略。 + + + Policy actions + 策略操作 + + + Create and bind Policy + 创建与绑定策略 + + + Bind existing + 绑定已存在的 + + + The currently selected policy engine mode is : + 当前所选策略引擎模式为 + + + Endpoint(s) + 端点 + + + Update Endpoint + 更新端点 + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + 这些绑定控制哪些用户能够访问此端点。用户必须也能访问此应用程序。 + + + Create Endpoint + 创建端点 + + + Connections + 连接 + + + Update RAC Provider + 更新 RAC 提供程序 + + + Endpoints + 端点 + + + Update Radius Provider + 更新 Radius 提供程序 + + + Download + 下载 + + + Copy download URL + 复制下载 URL + + + Download signing certificate + 下载签名证书 + + + Related objects + 相关对象 + + + Update SAML Provider + 更新 SAML 提供程序 + + + SAML Configuration + SAML 配置 + + + EntityID/Issuer + EntityID/签发者 + + + SSO URL (Post) + SSO URL(Post) + + + SSO URL (Redirect) + SSO URL(重定向) + + + SSO URL (IdP-initiated Login) + SSO URL(IDP 发起的登录) + + + SLO URL (Post) + SLO URL(Post) + + + SLO URL (Redirect) + SLO URL(重定向) + + + SAML Metadata + SAML 元数据 + + + Example SAML attributes + 示例 SAML 属性 + + + NameID attribute + NameID 属性 + + + SCIM Group(s) + SCIM 组 + + + SCIM User(s) + SCIM 用户 + + + Update SCIM Provider + 更新 SCIM 提供程序 + + + SSF Provider is in preview. + SSF 提供程序处于预览状态。 + + + Send us feedback! + 给我们发送反馈! + + + SSF URL + SSF URL + + + No assigned application + 无分配应用 + + + Update SSF Provider + 更新 SSF 提供程序 + + + Streams + + + + Applications + 应用程序 + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + 通过 OAuth2 和 SAML 等协议,使用 作为身份提供程序的外部应用程序。此处显示了所有应用程序,即使您无法访问的也包括在内。 + + + Application Icon + 应用程序图标 + + + Provider Type + 提供程序类型 + + + Applications Documentation + 应用程序文档 + + + Application(s) + 应用程序 + + + Application icon for "" + ”的应用程序图标 + + + Update Application + 更新应用程序 + + + Edit "" + 编辑“ + + + Open "" + 打开“ + + + Open + 打开 + + + Create with Provider + 以提供程序创建 + + + Successfully cleared application cache + 已成功清除应用程序缓存 + + + Failed to delete application cache + 删除应用程序缓存失败 + + + Clear cache + 清除缓存 + + + Clear Application cache + 清除应用程序缓存 + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + 确实要清除应用程序缓存吗?这将导致所有策略在下次使用时重新评估。 + + + Successfully sent test-request. + 已成功发送测试请求。 + + + Successfully updated entitlement. + 已成功更新授权。 + + + Successfully created entitlement. + 已成功创建授权。 + + + Application entitlement(s) + 应用程序授权 + + + Update Entitlement + 更新授权 + + + These bindings control which users have access to this entitlement. + 这些绑定控制哪些用户可以访问此授权。 + + + No app entitlements created. + 未创建应用程序授权。 + + + This application does currently not have any application entitlements defined. + 此应用程序目前没有定义任何应用程序授权。 + + + Create Entitlement + 创建授权 + + + Create entitlement + 创建授权 + + + Failed to fetch application "". + 获取应用程序“”失败。 + + + Warning: Application is not used by any Outpost. + + + Related + 相关 + + + Check access + 检查访问权限 + + + Check + 检查 + + + Check Application access + 检查应用程序访问权限 + + + Test + 测试 + + + Launch + 启动 + + + Logins over the last week (per 8 hours) + 过去一周的登录次数(每 8 小时) + + + Application entitlements + 应用程序授权 + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + 这些授权可以用于配置用户对应用程序的访问。 + + + Policy / Group / User Bindings + 策略 / 组 / 用户绑定 + + + Loading application... + 正在加载应用程序.. + + + Successfully updated device. + 已成功更新设备。 + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + 复制 + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + Then download the configuration to deploy the authentik Agent + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + 更新设备 + + + Endpoint Device(s) + + + No Users bound. + + + Device + + + Loading device... + + + Device details + + + Hostname + 主机名 + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Disk size + + + Disk usage + + + Users / Groups + + + Processes + + + Click to change value + 点击以更改值 + + + Successfully updated connector. + + + Successfully created connector. + + + Connector name... + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + 会话持续时间 + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Configure how devices communicate with authentik and external sources device data is fetched from. + + + Update Connector + + + Connector(s) + + + Successfully updated token. + 已成功更新令牌。 + + + Successfully created token. + 已成功创建令牌。 + + + Expires on + 过期时间 + + + Token name... + + + Token name + + + Expiring + 即将过期 + + + If this is selected, the token will expire. Upon expiration, the token will be rotated. + 如果选择此选项,令牌将能够过期。过期时,令牌将被轮换。 + + + The token has been copied to your clipboard + 令牌已被复制到剪贴板 + + + The token was displayed because authentik does not have permission to write to the clipboard + 令牌已被显示,因为 authentik 缺少写入剪贴板的权限 + + + Expires? + 过期? + + + Expiry date + 过期日期 + + + Enrollment Token(s) + + + Update Enrollment token + + + Copy token + 复制令牌 + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + 已成功更新源。 + + + Successfully created source. + 已成功创建源。 + + + Link users on unique identifier + 使用唯一标识符链接用户 + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + 链接到电子邮件地址相同的用户。当源不验证电子邮件地址时,可能会有安全隐患 + + + Use the user's email address, but deny enrollment when the email address already exists + 使用用户的电子邮件地址,但在电子邮件地址已存在时拒绝注册 + + + Link to a user with identical username. Can have security implications when a username is used with another source + 链接到用户名相同的用户。当其他源使用相同用户名时,可能会有安全隐患 + + + Use the user's username, but deny enrollment when the username already exists + 使用用户的用户名,但在用户名已存在时拒绝注册 + + + Unknown user matching mode + 未知用户匹配模式 + + + Link to a group with identical name. Can have security implications when a group is used with another source + 链接到名称相同的组。当其他源使用相同组名时,可能会有安全隐患。 + + + Use the group's name, but deny enrollment when the name already exists + 使用组的名称,但在名称已存在时拒绝注册。 + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + 登录时更新内部密码 + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + 当用户使用此源密码后端登录 authentik 时,在 authentik 内更新他们的凭据。 + + + Sync users + 同步用户 + + + User password writeback + 用户密码写回 + + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + 启用此选项会将 authentik 作出的密码修改写入回 Kerberos。如果未启用同步则忽略。 + + + Realm settings + 领域设置 + + + Realm + 领域 + + + Kerberos 5 configuration + Kerberos 5 配置 + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + Kerberos 5 配置。请阅读 man krb5.conf(5) 了解配置格式。如果留空,则使用默认的 krb5.conf。 + + + User matching mode + 用户匹配模式 + + + Group matching mode + 组匹配模式 + + + Sync connection settings + 同步连接设置 + + + KAdmin type + KAdmin 类型 + + + MIT krb5 kadmin + MIT krb5 kadmin + + + Heimdal kadmin + Heimdal kadmin + + + Other + 其他 + + + Other type of kadmin + 其他类型 kadmin + + + Sync principal + 同步主体 + + + Principal used to authenticate to the KDC for syncing. + 向 KDC 进行身份验证以进行同步的主体。 + + + Sync password + 同步密码 + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + 向 KDC 进行身份验证以进行同步的密码。如果提供了同步 Keytab 或同步凭据缓存,则此选项是可选的。 + + + Sync keytab + 同步 Keytab + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + 向 KDC 进行身份验证以进行同步的 Keytab。如果提供了同步密码或同步凭据缓存,则此选项是可选的。必须以 Base64 编码,或者形式为 TYPE:residual。 + + + Sync credentials cache + 同步凭据缓存 + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + 向 KDC 进行身份验证以进行同步的凭据缓存。如果提供了同步密码或同步 Keytab,则此选项是可选的。形式必须为 TYPE:residual。 + + + SPNEGO settings + SPNEGO 设置 + + + SPNEGO server name + SPNEGO 服务器名称 + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + 强制为 SPNEGO 使用特定服务器名称。形式必须为 HTTP@域名 + + + SPNEGO keytab + SPNEGO Keytab + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + SPNEGO 使用的 Keytab。如果提供了 SPNEGO 凭据缓存,则此选项是可选的。必须以 Base64 编码,或者形式为 TYPE:residual。 + + + SPNEGO credentials cache + SPNEGO 凭据缓存 + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + SPNEGO 使用的凭据缓存。如果提供了 SPNEGO Keytab,则此选项是可选的。形式必须为 TYPE:residual。 + + + Kerberos Attribute mapping + Kerberos 属性映射 + + + Property mappings for user creation. + 用于创建用户的属性映射。 + + + Property mappings for group creation. + 用于创建组的属性映射。 + + + Flow to use when authenticating existing users. + 认证已存在用户时所使用的流程。 + + + Enrollment flow + 注册流程 + + + Flow to use when enrolling new users. + 新用户注册的流程。 + + + Additional settings + 其他设置 + + + User path + 用户路径 + + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + 登录密码会自动从 LDAP 同步到 authentik。启用此选项可将 authentik 中的密码更改写回至 LDAP。 + + + Sync groups + 同步组 + + + Delete Not Found Objects + 删除不存在对象 + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + 删除之前由此源提供,但现已缺失的用户和组。 + + + Connection settings + 连接设置 + + + Server URI + 服务器 URI + + + Specify multiple server URIs by separating them with a comma. + 通过用逗号分隔多个服务器 URI 来指定它们。 + + + Enable StartTLS + 启用 StartTLS + + + To use SSL instead, use 'ldaps://' and disable this option. + 要改用 SSL,请使用 'ldaps: //' 并禁用此选项。 + + + Use Server URI for SNI verification + SNI 验证时使用服务器 URI + + + Required for servers using TLS 1.3+ + 使用 TLS 1.3+ 的服务器必需 + + + TLS Verification Certificate + TLS 验证证书 + + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + 使用 TLS 连接到 LDAP 服务器时,默认情况下不检查证书。指定密钥对以验证远程证书。 + + + TLS Client authentication certificate + TLS 客户端身份验证证书 + + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + 基于 LDAP 服务端证书进行身份验证的客户端证书密钥对。 + + + Bind CN + 绑定 CN + + + LDAP Attribute mapping + LDAP 属性映射 + + + Parent group for all the groups imported from LDAP. + 从 LDAP 导入的所有组的父组。 + + + Additional User DN + 额外的用户 DN + + + Additional user DN, prepended to the Base DN. + 额外的用户 DN,添加到 Base DN 起始处。 + + + Additional Group DN + 额外的组 DN + + + Additional group DN, prepended to the Base DN. + 额外的组 DN,添加到 Base DN 起始处。 + + + User object filter + 用户对象筛选器 + + + Consider Objects matching this filter to be Users. + 将与此筛选器匹配的对象视为用户。 + + + Group object filter + 组对象过滤器 + + + Consider Objects matching this filter to be Groups. + 将与此过滤器匹配的对象视为组。 + + + Group membership field + 组成员资格字段 + + + Field which contains members of a group. The value of this field is matched against User membership attribute. + 包含组成员的字段。此字段的值与用户成员关系属性匹配。 + + + User membership attribute + 用户成员关系属性 + + + Attribute which matches the value of Group membership field. + 匹配组成员关系字段值的属性。 + + + Lookup using user attribute + 使用用户属性查询 + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + 包含用户所属组 DN 的字段。此字段用于从用户查询组,例如 'memberOf'。要在 Active Directory 环境中查询嵌套组,则使用 'memberOf:1.2.840.113556.1.4.1941:'。 + + + Object uniqueness field + 对象唯一性字段 + + + Field which contains a unique Identifier. + 包含唯一标识符的字段。 + + + HTTP Basic Auth + HTTP 基本身份验证 + + + Include the client ID and secret as request parameters + 包括客户端 ID 和密钥作为请求参数 + + + Plain + + + S256 + + + URL settings + URL 设置 + + + Authorization URL + 授权 URL + + + URL the user is redirect to to consent the authorization. + 用户被重定向到以同意授权的 URL。 + + + Access token URL + 访问令牌 URL + + + URL used by authentik to retrieve tokens. + authentik 用来获取令牌的 URL。 + + + Profile URL + 个人资料 URL + + + URL used by authentik to get user information. + authentik 用来获取用户信息的 URL。 + + + Request token URL + 请求令牌 URL + + + URL used to request the initial token. This URL is only required for OAuth 1. + 用于请求初始令牌的 URL。只有 OAuth 1 才需要此网址。 + + + OIDC Well-known URL + OIDC Well-known URL + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + OIDC Well-known 配置 URL。可用于自动配置上述 URL。 + + + OIDC JWKS URL + OIDC JWKS URL + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + JSON Web Key URL。来自此 URL 的 Key 将被用于验证此身份来源的 JWT。 + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + 原始 JWKS 数据。 + + + PKCE Method + + + Configure Proof Key for Code Exchange for this source. + + + Authorization code authentication method + Authorization code 身份验证方法 + + + How to perform authentication during an authorization_code token request flow + 在 authorization_code 令牌请求流程期间,如何执行身份验证 + + + Consumer key + 消费者 Key + + + Also known as Client ID. + 也称为客户端 ID。 + + + Consumer secret + 消费者 Secret + + + Also known as Client Secret. + 也称为客户端密钥。 + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + 要传递给 OAuth 提供程序的其他作用域,用空格分隔。要替换已存在的作用域,请添加前缀 *。 + + + OAuth Attribute mapping + OAuth 属性映射 + + + Load servers + 加载服务器 + + + Re-authenticate with Plex + 使用 Plex 重新验证身份 + + + Allow friends to authenticate via Plex, even if you don't share any servers + 允许好友通过 Plex 进行身份验证,即使您不共享任何服务器。 + + + Allowed servers + 允许的服务器 + + + Select which server a user has to be a member of to be allowed to authenticate. + 选择用户必须是哪个服务器的成员才能进行身份验证。 + + + Plex Attribute mapping + Plex 属性映射 + + + Verify Assertion Signature + 验证断言签名 + + + When enabled, authentik will look for a Signature inside of the Assertion element. + 启用后,authentik 将在断言元素内寻找签名。 + + + Verify Response Signature + 验证响应签名 + + + When enabled, authentik will look for a Signature inside of the Response element. + 启用后,authentik 将在响应元素内寻找签名。 + + + SSO URL + SSO URL + + + URL that the initial Login request is sent to. + 初始登录请求发送到的 URL。 + + + SLO URL + SLO URL + + + Optional URL if the IDP supports Single-Logout. + 如果 IDP 支持单点注销,则为可选 URL。 + + + Also known as Entity ID. Defaults the Metadata URL. + 也称为 Entity ID。 默认为元数据 URL。 + + + Binding Type + 绑定类型 + + + Redirect binding + 重定向绑定 + + + Post-auto binding + 自动 Post 绑定 + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + Post 绑定,但请求会被自动发送,不需要用户确认。 + + + Post binding + Post 绑定 + + + Signing keypair + 签名密钥对 + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + 用于签名传出请求的密钥对。留空则禁用签名。 + + + Allow IDP-initiated logins + 允许 IDP 发起的登录 + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + 允许由 IdP 启动的身份验证流程。这可能存在安全风险,因为未对请求 ID 进行验证。 + + + NameID Policy + NameID 策略 + + + Delete temporary users after + 多久后删除临时用户 + + + 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. + 删除临时用户的时间偏移。这仅适用于您的 IDP 使用 NameID 格式 'transient' 且用户未手动注销的情况。 + + + When selected, encrypted assertions will be decrypted using this keypair. + 选择此选项时,被加密的断言将以此密钥对解密。 + + + SAML Attribute mapping + SAML 属性映射 + + + Pre-authentication flow + 身份验证前流程 + + + Flow used before authentication. + 身份验证之前使用的流程。 + + + SCIM Attribute mapping + SCIM 属性映射 + + + Bot username + 机器人用户名 + + + Bot token + 机器人令牌 + + + Request access to send messages from your bot + 请求访问权限以从您的机器人发送消息 + + + Telegram Attribute mapping + Telegram 属性映射 + + + New source + 新建身份来源 + + + Create a new source. + 创建一个新身份来源。 + + + Federation and Social login + 联结与社交登录 + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + 身份来源,既可以同步到 authentik 的数据库中,也可以被用户用来进行身份验证和注册。 + + + Source(s) + + + + Disabled + 已禁用 + + + Built-in + 内置 + + + Kerberos Source is in preview. + Kerberos 源目前处于预览状态。 + + + Update Kerberos Source + 更新 Kerberos 源 + + + Connectivity + 连接性 + + + Global status + 全局状态 + + + Vendor + 供应商 + + + Update LDAP Source + 更新 LDAP 源 + + + OAuth Source + OAuth 源 + + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + 组绑定仅会在已登录用户访问此源时检查。 + + + User mappings can only be checked if a user is already logged in when trying to access this source. + 用户绑定仅会在已登录用户访问此源时检查。 + + + Generic OpenID Connect + 通用 OpenID 连接 + + + Unknown provider type + 未知提供程序类型 + + + Callback URL + 回调 URL + + + Access Key + 访问密钥 + + + Update OAuth Source + 更新 OAuth 源 + + + Diagram + 流程图 + + + Policy Bindings + 策略绑定 + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + 这些绑定控制哪些用户可以访问此源。 +您只能在此处使用策略,因为访问权限会在验证用户身份之前检查。 + + + Update Plex Source + 更新 Plex 源 + + + Update SAML Source + 更新 SAML 源 + + + Update SCIM Source + 更新 SCIM 源 + + + SCIM Base URL + SCIM Base URL + + + Click to copy token + 点击复制令牌 + + + Telegram bot + Telegram 机器人 + + + Update Telegram Source + 更新 Telegram 源 + + + Successfully updated mapping. + 已成功更新映射。 + + + Successfully created mapping. + 已成功创建映射。 + + + Unconfigured + 未配置 + + + This option will not be changed by this mapping. + 此选项不会被此映射更改。 + + + General settings + 常规设置 + + + Password + 密码 + + + RDP settings + RDP 设置 + + + Ignore server certificate + 忽略服务器证书 + + + Enable wallpaper + 启用壁纸 + + + Enable font-smoothing + 启用字体平滑 + + + Enable full window dragging + 启用完整窗口拖拽 + + + SAML Attribute Name + SAML 属性名称 + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + 用于 SAML 断言的属性名称。可以是 URN OID、Schema Reference 或任何其他字符串。如果此属性映射用于 NameID 属性,则会丢弃此字段。 + + + Friendly Name + 友好显示名称 + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + 可选,设置断言属性的“FriendlyName”值。 + + + Scope name + 作用域名称 + + + Scope which the client can specify to access these properties. + 客户端可以指定的访问这些属性的范围。 + + + Description shown to the user when consenting. If left empty, the user won't be informed. + 同意授权时向用户显示的描述。如果留空,则不会告知用户。 + + + Example context data + 示例上下文数据 + + + Active Directory User + Active Directory 用户 + + + Active Directory Group + Active Directory 组 + + + New property mapping + 新建属性映射 + + + Create a new property mapping. + 创建一个新属性映射。 + + + Property Mappings + 属性映射 + + + Control how authentik exposes and interprets information. + 控制 authentik 如何公开和处理信息。 + + + Property Mapping(s) + 属性映射 + + + Test Property Mapping + 测试属性映射 + + + Hide managed mappings + 隐藏管理映射 + + + Identifier + 标识符 + + + Unique identifier the token is referenced by. + 引用令牌的唯一标识符。 + + + Intent + 意图 + + + API Token + API Token + + + Used to access the API programmatically + 用于编程方式访问 API + + + App password. + 应用密码。 + + + Used to login using a flow executor + 使用流程执行器登录 + + + Tokens + 令牌 + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + 令牌在整个 authentik 中用于电子邮件验证阶段、恢复密钥和 API 访问。 + + + Token(s) + 令牌 + + + Create Token + 创建令牌 + + + Token is managed by authentik. + 令牌由 authentik 管理。 + + + Update Token + 更新令牌 + + + Editing is disabled for managed tokens + 托管令牌的编辑已被禁用 + + + Successfully updated brand. + 已成功更新品牌。 + + + Successfully created brand. + 已成功创建品牌。 + + + Domain + 域名 + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + 根据域名后缀完成匹配,因此,如果您输入 domain.tld,foo.domain.tld 仍将匹配。 + + + Use this brand for each domain that doesn't have a dedicated brand. + 所有未设置专用品牌的域名都将使用此品牌。 + + + Branding settings + 品牌设置 + + + Title + 标题 + + + Branding shown in page title and several other places. + 品牌信息显示在页面标题和其他几个地方。 + + + Logo + Logo + + + Logo shown in sidebar/header and flow executor. + 在侧边栏/标题和流程执行器中显示的图标。 + + + Favicon + 网站图标 + + + Icon shown in the browser tab. + 浏览器选项卡中显示的图标。 + + + Default flow background + 默认流程背景 + + + Default background used during flow execution. Can be overridden per flow. + 流程执行过程中使用的默认背景。可以按流程单独覆盖。 + + + Custom CSS + 自定义 CSS + + + Custom CSS to apply to pages when this brand is active. + 当品牌启用时,应用到页面的自定义 CSS。 + + + External user settings + 外部用户设置 + + + Default application + 默认应用程序 + + + Select an application... + 选择一个应用程序... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + 配置时,外部用户会被自动重定向到此应用程序,除非用户尝试访问其他应用程序 + + + Default flows + 默认流程 + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + 用于对用户进行身份验证的流程。如果留空,则使用按 Slug 排序的第一个适用流程。 + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + 用于注销的流程。如果留空,则使用按 Slug 排序的第一个适用流程。 + + + Recovery flow + 恢复流程 + + + Select a recovery flow... + 选择一个恢复流程... + + + Unenrollment flow + 删除账户流程 + + + Select an unenrollment flow... + 选择一个删除账户流程... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + 如果已设置,则用户可以使用此流程自行删除账户。如果未设置流程,则不显示选项。 + + + User settings flow + 用户设置流程 + + + Select a user settings flow... + 选择一个用户设置流程... + + + If set, users are able to configure details of their profile. + 设置后,用户可以配置他们个人资料的详细信息。 + + + Device code flow + 设备代码流程 + + + Select a device code flow... + 选择一个设备代码流程... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + 如果设置,则 OAuth 设备代码用户资料可用,并且选定的流程将会用于输入代码。 + + + Other global settings + 其他全局设置 + + + Web Certificate + Web 证书 + + + Client Certificates + 客户端证书 + + + Available Certificates + 可用证书 + + + Selected Certificates + 已选证书 + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + 使用 YAML 或 JSON 格式设置自定义属性。如果请求由此品牌处理,则用户会继承此处设置的任何自定义属性。 + + + Search by domain or brand name... + 按域名或品牌名搜索... + + + Brands + 品牌 + + + Configure visual settings and defaults for different domains. + 配置不同域名的可视化设置和默认值。 + + + Brand name + 品牌名称 + + + Default? + 默认? + + + Brand(s) + 品牌 + + + Update Brand + 更新品牌 + + + Create Brand + 创建品牌 + + + New Brand + 新建品牌 + + + Policies + 策略 + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + 允许用户根据属性使用应用程序、强制使用密码标准以及选择性地应用阶段。 + + + Assigned to object(s). + 已分配给 + 个对象。 + + + Warning: Policy is not assigned. + 警告:策略未分配。 + + + Test Policy + 测试策略 + + + Policy / Policies + 策略 + + + Successfully cleared policy cache + 已成功清除策略缓存 + + + Failed to delete policy cache + 删除策略缓存失败 + + + Clear Policy cache + 清除策略缓存 + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + 确实要清除策略缓存吗?这将导致所有策略在下次使用时重新评估。 + + + Reputation scores + 信誉分数 + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + IP 和用户标识符的信誉。每次登录失败分数都会降低,每次登录成功分数都会增加。 + + + IP + IP + + + Score + 分数 + + + Updated + 已更新 + + + Reputation + 信誉 + + + Search for a group by name… + 按名字搜索组... + + + Group Search + 搜索组 + + + Groups + + + + Group users together and give them permissions based on the membership. + 将用户分组在一起,并根据成员资格为他们授予权限。 + + + Parent + 父级 + + + Superuser privileges? + 超级用户权限? + + + Group(s) + + + + View details of group "" + 查看“”组的详情 + + + Create Group + 创建组 + + + New Group + 新建组 + + + Create group + 创建组 + + + Create and assign a group with the same name as the user. + 创建并分配与用户同名的组。 + + + Whether the token will expire. Upon expiration, the token will be rotated. + 指定令牌是否会过期。过期后,令牌将被轮换。 + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + 使用下面的用户名和密码进行身份验证。密码可以稍后在令牌页面上获取。 + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + 有效期为 360 天,之后密码将自动轮换。您可以从令牌列表中复制密码。 + + + Are you sure you want to delete ? + + + The following objects use + 以下对象使用 + + + + connecting object will be deleted + 连接对象将被删除 + + + Successfully updated + + + Failed to update : + 更新 + 失败: + + + + Are you sure you want to update ? + + + Impersonating user... + 正在模拟身份... + + + This may take a few seconds. + 这可能会花费几秒。 + + + Reason + 原因 + + + Reason for impersonating the user + 模拟此用户的原因 + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + 简要说明您为何模拟该用户。此信息将包含在审计日志中。 + + + New Password + 新密码 + + + Successfully updated password. + 已成功更新密码。 + + + Successfully sent email. + 已成功发送电子邮件。 + + + Email stage + 电子邮件阶段 + + + Successfully added user(s). + 成功添加用户。 + + + Users + 用户 + + + Open user selection dialog + 打开用户选择对话框 + + + Add users + 添加用户 + + + Group User Search + 搜索组用户 + + + Group Users + 组用户 + + + User(s) + 用户 + + + Remove Users(s) + 删除用户 + + + removed + 已删除 + + + Are you sure you want to remove the selected users from the group ? + 您确定要从组 + 中删除选定的用户吗? + + + Impersonate + 模拟身份 + + + Temporarily assume the identity of this user + 临时假定此用户的身份 + + + User status + 用户状态 + + + Inactive + 未激活 + + + Regular user + 普通用户 + + + Change status + 更改状态 + + + Deactivate + 停用 + + + Activate + 激活 + + + Update password + 更新密码 + + + Update 's password + 更新 的密码 + + + Set password + 设置密码 + + + Successfully generated recovery link + 已成功生成恢复链接 + + + Copy recovery link + 复制恢复链接 + + + Send link + 发送链接 + + + Send recovery link to user + 向用户发送恢复链接 + + + Email recovery link + 电子邮件恢复链接 + + + Recovery link cannot be emailed, user has no email address saved. + 无法通过电子邮件发送恢复链接,用户没有保存电子邮件地址。 + + + To let a user directly reset a their password, configure a recovery flow on the currently active brand. + 要让用户直接重置密码,请在当前活动的品牌上配置恢复流程。 + + + Assign Additional Users + 分配额外的用户 + + + Warning: This group is configured with superuser access. Added users will have superuser access. + 警告:此组已配置为超级用户权限。加入的用户将会拥有超级用户权限。 + + + Add existing user + 添加已有用户 + + + Add new user + 新建用户 + + + Create User + 创建用户 + + + New User + 新建用户 + + + This user will be added to the group "". + 此用户将会被添加到组 “”。 + + + New user... + 新建用户.. + + + Create Service Account + 创建服务账号 + + + New Service Account + 新建服务账号 + + + New service account... + 新建服务账号... + + + Hide service-accounts + 隐藏服务账户 + + + Group Info + 组信息 + + + Notes + 备注 + + + Edit the notes attribute of this group to add notes here. + 编辑该组的备注属性以在此处添加备注。 + + + Unnamed + 未命名 + + + Collapse "" + 收起“ + + + Expand "" + 展开“ + + + Select "" + 选择“ + + + Items of "" + ”的项目 + + + Root + + + + A copy of this recovery link has been placed in your clipboard + 一份恢复链接拷贝已被写入剪贴板 + + + Search by username, email, etc... + 按用户名、电子邮箱...搜索 + + + User Search + 搜索用户 + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + 警告:您即将删除当前登录的用户( + )。如果继续,请自担风险。 + + + Show deactivated users + 显示未激活的用户 + + + No name set + 未设置名称 + + + Create recovery link + 创建恢复链接 + + + To let a user directly reset their password, configure a recovery flow on the currently active brand. + 要让用户直接重置密码,请在当前活动的品牌上配置恢复流程。 + + + User folders + 用户目录 + + + User paths + 用户路径 + + + Successfully added user to group(s). + 成功添加用户到组。 + + + Groups to add + 要添加的组 + + + Add group + 添加组 + + + Remove from Group(s) + 从组中删除 + + + Are you sure you want to remove user from the following groups? + 您确定要从以下组中删除用户 + 吗? + + + Add Group + 添加组 + + + Add to existing group + 添加到已有组 + + + Add new group + 添加新组 + + + Application authorizations + 应用程序授权 + + + Revoked? + 已吊销? + + + Expires + 过期 + + + ID Token + ID 令牌 + + + Access Tokens(s) + 访问令牌 + + + Refresh Tokens(s) + 刷新令牌 + + + Last IP + 上次 IP + + + Last used + 上次使用 + + + Session(s) + 会话 + + + Expiry + 过期 + + + (Current session) + (当前会话) + + + Consent(s) + 同意授权 + + + Reputation score(s) + 信誉分数 + + + Disconnect + 断开连接 + + + Successfully disconnected source + 解绑成功 + + + Failed to disconnected source: + 解绑源失败: + + + + Connect + 连接 + + + Error: unsupported source settings: + 错误:不支持的源设置: + + + + "" source + + + No services available. + 没有可用的服务。 + + + Source Settings + + + Confirmed + 已确认 + + + Created at + 创建于 + + + Last updated at + 上次更新于 + + + Last used at + 上次使用于 + + + Device type cannot be deleted + 设备类型 无法被删除 + + + Device(s) + 设备 + + + Email + 电子邮箱 + + + Last password change + 上次修改密码 + + + User Info + 用户信息 + + + Lock the user out of this system + 在此系统中锁定用户 + + + Allow the user to log in and use this system + 允许用户登录并使用此系统 + + + Enter a new password for this user + 为此用户输入新密码 + + + Create a link for this user to reset their password + 为此用户创建一个重置密码链接 + + + Create Recovery Link + 创建恢复链接 + + + Sessions + 会话 + + + Explicit Consent + 明确同意授权 + + + OAuth Access Tokens + OAuth 访问令牌 + + + OAuth Refresh Tokens + OAuth 刷新令牌 + + + MFA Authenticators + MFA 身份验证器 + + + Connected services + 已连接服务 + + + RAC Connections + RAC 连接 + + + Actions over the last week (per 8 hours) + 过去一周的操作(每 8 小时) + + + Edit the notes attribute of this user to add notes here. + 编辑该用户的备注属性以在此处添加备注。 + + + User events + 用户事件 + + + Credentials / Tokens + 凭据 / 令牌 + + + Successfully updated role. + 已成功更新角色。 + + + Successfully created role. + 已成功创建角色。 + + + Manage roles which grant permissions to objects within authentik. + 管理向 authentik 中的对象授予权限的角色。 + + + Role(s) + 角色 + + + Update Role + 更新角色 + + + Create Role + 创建角色 + + + Unknown Initial Permissions mode + 未知初始权限模式 + + + Successfully updated initial permissions. + 已成功更新初始权限。 + + + Successfully created initial permissions. + 已成功创建初始权限。 + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + 当所选角色的用户创建对象时,初始权限会应用于该对象。 + + + The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. + 初始权限既可以属于创建对象的用户,又可以属于上一个字段中设置的角色。 + + + Available Permissions + 可用权限 + + + Selected Permissions + 已选权限 + + + Permissions to grant when a new object is created. + 创建新对象时授予的权限。 + + + Initial Permissions + 初始权限 + + + Set initial permissions for newly created objects. + 为新创建的对象设置初始权限。 + + + Update Initial Permissions + 更新初始权限 + + + Create Initial Permissions + 创建初始权限 + + + Role Info + 角色信息 + + + Role + 角色 + + + Successfully updated invitation. + 已成功更新邀请。 + + + Successfully created invitation. + 已成功创建邀请。 + + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + 邀请名称必须是一个 Slug:仅允许小写字母、数字和连字符。 + + + Flow + 流程 + + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + 选中时,此邀请仅可在对应流程中使用。默认情况下,此邀请接受所有流程的邀请阶段。 + + + Custom attributes + 自定义属性 + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + 加载到流程的 'prompt_data' 上下文变量中的可选数据。YAML 或 JSON。 + + + Single use + 一次性使用 + + + When enabled, the invitation will be deleted after usage. + 启用后,邀请将在使用后被删除。 + + + Select an enrollment flow + 选择注册流程 + + + Link to use the invitation. + 使用邀请的链接。 + + + Invitations + 邀请 + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + 创建邀请链接以注册用户,并可选地强制设置其账户的特定属性。 + + + Created by + 创建者 + + + Invitation(s) + 邀请 + + + Invitation not limited to any flow, and can be used with any enrollment flow. + 邀请没有限制到任何流程,可以用于任何注册流程。 + + + Update Invitation + 更新邀请 + + + Create Invitation + 创建邀请 + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + 警告:没有邀请阶段绑定到任何流程。邀请将无法按预期工作。 + + + Pseudolocale (for testing) + 伪区域(测试用) + + + German + 德语 + + + English + 英语 + + + Spanish + 西班牙语 + + + French + 法语 + + + Italian + 意大利语 + + + Japanese + + + Korean + 韩语 + + + Dutch + 荷兰语 + + + Polish + 波兰语 + + + Russian + 俄语 + + + Turkish + 土耳其语 + + + Chinese (simplified) + 简体中文 + + + Chinese (traditional) + 繁体中文 + + + Not you? + 不是您? + + + Auto-detect (based on your browser) + 自动检测(基于您的浏览器) + + + Required. + 必需。 + + + Continue + 继续 + + + Failed to preview prompt + 预览输入失败 + + + Successfully updated prompt. + 已成功更新输入项。 + + + Successfully created prompt. + 已成功创建输入项。 + + + Text: Simple Text input + 文本:简单文本输入 + + + Text Area: Multiline text input + 文本框:多行文本输入。 + + + Text (read-only): Simple Text input, but cannot be edited. + 文本(只读):简单文本输入,但无法编辑。 + + + Text Area (read-only): Multiline text input, but cannot be edited. + 文本框(只读):多行文本输入,但无法编辑。 + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + 用户名:与文本输入相同,但检查并防止用户名重复。 + + + Email: Text field with Email type. + 电子邮箱:电子邮箱类型的文本字段。 + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + 密码:屏蔽显示输入内容,多个此类型的输入如果在同一个输入项下,则内容需要相同。 + + + Number + 数字 + + + Checkbox + 复选框 + + + Radio Button Group (fixed choice) + 单选按钮组(固定选项) + + + Dropdown (fixed choice) + 下拉框(固定选项) + + + Date + 日期 + + + Date Time + 日期时间 + + + File + 文件 + + + Separator: Static Separator Line + 分隔符:静态分隔线 + + + Hidden: Hidden field, can be used to insert data into form. + 隐藏:隐藏字段,可用于将数据插入表单。 + + + Static: Static value, displayed as-is. + 静态:静态值,按原样显示。 + + + authentik: Locale: Displays a list of locales authentik supports. + authentik:语言:显示 authentik 支持的语言设置。 + + + Preview errors + 预览错误 + + + Data preview + 数据预览 + + + Unique name of this field, used for selecting fields in prompt stages. + 此字段的唯一名称,用于选择输入阶段的字段。 + + + Field Key + 字段键 + + + Name of the form field, also used to store the value. + 表单域的名称,也用于存储值。 + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + 当与用户写入阶段结合使用时,请使用 attributes.foo 来编写属性。 + + + Label + 标签 + + + Label shown next to/above the prompt. + 标签会显示在输入侧方/上方。 + + + Interpret placeholder as expression + 将占位符解释为表达式 + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + 勾选时,占位符将以与属性映射相同的方式评估。 +如果评估失败,则返回占位符本身。 + + + Placeholder + 占位符 + + + 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. + 可选的简短提示,用来描述期望的输入值。 +在创建固定选项字段时,启用以表达式解释, +并返回多个选项的列表。 + + + Interpret initial value as expression + 将初始值解释为表达式 + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + 勾选时,初始值将以与属性映射相同的方式评估。 +如果评估失败,则返回初始值本身。 + + + Initial value + 初始值 + + + 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. + 可选的预设输入初始值。 +在创建固定选项字段时,启用以表达式解释, +并返回多个默认选项的列表。 + + + Help text + 帮助文本 + + + Any HTML can be used. + 可以使用任何 HTML。 + + + Prompts + 输入 + + + Single Prompts that can be used for Prompt Stages. + 可用于输入阶段的单个输入项。 + + + Field + 字段 + + + Stages + 阶段 + + + Prompt(s) + 输入 + + + Update Prompt + 更新输入项 + + + Create Prompt + 创建输入 + + + Successfully updated stage. + 已成功更新阶段。 + + + Successfully created stage. + 已成功创建阶段。 + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + 用来配置基于 Duo 的身份验证器的阶段。此阶段应该用于配置流程。 + + + Authenticator type name + 身份验证类型名称 + + + Display name of this authenticator, used by users when they enroll an authenticator. + 此验证器的显示名称,在用户注册验证器时使用。 + + + API Hostname + API 主机名 + + + Duo Auth API + Duo Auth API + + + Integration key + 集成密钥 + + + Secret key + Secret 密钥 + + + Duo Admin API (optional) + Duo Admin API(可选) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + 使用 Duo MFA 的 Access 或 Beyond 计划时,可以创建 Admin API 应用程序。这允许 authentik 自动导入设备。 + + + Stage-specific settings + 阶段特定设置 + + + Configuration flow + 配置流程 + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + 经过身份验证的用户用来配置此阶段的流程。如果为空,用户将无法配置此阶段。 + + + SMTP Host + SMTP 主机 + + + SMTP Port + SMTP 端口 + + + SMTP Username + SMTP 用户名 + + + SMTP Password + SMTP 密码 + + + Use TLS + 使用 TLS + + + Use SSL + 使用 SSL + + + From address + 发件人地址 + + + Email address the verification email will be sent from. + 用于发送验证邮件的电子邮件地址。 + + + Stage used to configure an email-based authenticator. + 用来配置基于电子邮件的身份验证器的阶段。 + + + Use global connection settings + 使用全局连接设置 + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + 启用后,将使用全局电子邮件连接设置,下面的连接设置将被忽略。 + + + Subject of the verification email. + 验证邮件的主题。 + + + Token expiration + 令牌过期时间 + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + 发出令牌有效的时间(格式:hours=3,minutes=17,seconds=300)。 + + + Template + 模板 + + + Loading templates... + 正在加载模板... + + + Template used for the verification email. + 用于验证电子邮箱的模板。 + + + Twilio Account SID + Twilio 账户 SID + + + Get this value from https://console.twilio.com + 从 https://console.twilio.com 获取此值 + + + Twilio Auth Token + Twilio 身份验证令牌 + + + Authentication Type + 身份验证类型 + + + Basic Auth + 基本身份验证 + + + Bearer Token + Bearer 令牌 + + + External API URL + 外部 API URL + + + This is the full endpoint to send POST requests to. + 这是向其发送 POST 请求的完整终端节点。 + + + API Auth Username + API 身份验证用户名 + + + This is the username to be used with basic auth or the token when used with bearer token + 这是用于 Basic 身份验证的用户名,或是使用 Bearer 令牌时的令牌 + + + API Auth password + API 身份验证密码 + + + This is the password to be used with basic auth + 这是用于 Basic 身份验证的密码 + + + Stage used to configure an SMS-based TOTP authenticator. + 用来配置基于短信的 TOTP 身份验证器的阶段。 + + + Twilio + Twilio + + + Generic + 通用 + + + From number + 发信人号码 + + + Number the SMS will be sent from. + 短信的发信人号码。 + + + Mapping + 映射 + + + Modify the payload sent to the provider. + 修改发送到提供程序的载荷。 + + + Hash phone number + 哈希电话号码 + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + 如果启用,仅保存电话号码的哈希。这是出于数据保护的原因。如果设备创建自启用此选项的阶段,则无法在验证阶段使用身份验证器。 + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + 用来配置静态身份验证器(即静态令牌)的阶段。此阶段应该用于配置流程。 + + + Token count + 令牌计数 + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + 使用此阶段时生成的令牌数量。每次阶段执行中生成的每个令牌都会被附加到单个静态设备上。 + + + Token length + 令牌长度 + + + The length of the individual generated tokens. Can be increased to improve security. + 每个生成令牌的长度。可以增加以增强安全性。 + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + 用来配置 TOTP 身份验证器(即 Authy/Google 身份验证器)的阶段。 + + + Digits + 数字 + + + 6 digits, widely compatible + 6 位数字,广泛兼容 + + + 8 digits, not compatible with apps like Google Authenticator + 8 位数字,与 Google 身份验证器等应用不兼容 + + + Static Tokens + 静态令牌 + + + TOTP Authenticators + TOTP 身份验证器 + + + WebAuthn Authenticators + WebAuthn 身份验证器 + + + Duo Authenticators + Duo 身份验证器 + + + SMS-based Authenticators + 基于短信的身份验证器 + + + Email-based Authenticators + 基于电子邮件的身份验证器 + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + 用来验证任何身份验证器的阶段。此阶段应在身份验证或授权流程中使用。 + + + Device classes + 设备类型 + + + Device classes which can be used to authenticate. + 可用于进行身份验证的设备类型。 + + + Last validation threshold + 上次验证阈值 + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + 如果用户在配置的持续时间内通过上面列出类别中的设备验证身份成功,则跳过此阶段。 + + + Not configured action + 未配置操作 + + + Force the user to configure an authenticator + 强制用户配置身份验证器 + + + Deny the user access + 拒绝用户访问 + + + Configuration stages + 配置阶段 + + + Available Stages + 可用阶段 + + + Selected Stages + 已选阶段 + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + 当用户没有任何兼容的设备时,用来配置身份验证器的阶段。此阶段通过后,将不再请求此用户。 + + + When multiple stages are selected, the user can choose which one they want to enroll. + 选中多个阶段时,用户可以选择要注册哪个。 + + + WebAuthn-specific settings + WebAuthn 特定设置 + + + WebAuthn User verification + WebAuthn 用户验证 + + + User verification must occur. + 必须进行用户验证。 + + + User verification is preferred if available, but not required. + 如果可用,则首选用户验证,但不是必需的。 + + + User verification should not occur. + 不应进行用户验证。 + + + WebAuthn Device type restrictions + WebAuthn 设备类型限制 + + + Available Device types + 可用设备类型 + + + Selected Device types + 已选设备类型 + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + 可选的 WebAuthn 可用设备类型限制。如果未选择设备类型,则允许所有设备。 + + + This restriction only applies to devices created in authentik 2024.4 or later. + 此限制仅适用于在 authentik 2024.4 或更新版本中创建的设备。 + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + 用来配置 WebAuthn 身份验证器(即 Yubikey、FaceID/Windows Hello)的阶段。 + + + User verification + 用户验证 + + + Required: User verification must occur. + 必需:必须进行用户验证。 + + + Preferred: User verification is preferred if available, but not required. + 首选:尽可能进行用户验证,但不是必须。 + + + Discouraged: User verification should not occur. + 避免:不应该进行用户验证。 + + + Resident key requirement + 常驻钥匙要求 + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + 必需:身份验证器必须创建专用凭据。如果不能,RP 预期会发生错误 + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + 首选:身份验证器可以创建和存储专用凭据,但不创建也可以 + + + Discouraged: The authenticator should not create a dedicated credential + 避免:身份验证器不应该创建专用凭据 + + + Authenticator Attachment + 身份验证器附件 + + + No preference is sent + 不发送偏好 + + + A non-removable authenticator, like TouchID or Windows Hello + 不可移除的身份验证器,例如 TouchID 或 Windows Hello + + + A "roaming" authenticator, like a YubiKey + 像 YubiKey 这样的“漫游”身份验证器 + + + Maximum registration attempts + 最大注册尝试次数 + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + 允许的最大注册尝试次数。设置为 0 则不限制次数。 + + + Device type restrictions + 设备类型限制 + + + This stage checks the user's current session against the Google reCaptcha (or compatible) service. + 此阶段会根据 Google reCaptcha(或兼容的)服务检查用户的当前会话。 + + + Public Key + 公钥 + + + Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + 公钥,从 https://www.google.com/recaptcha/intro/v3.html 获取。 + + + Private Key + 私钥 + + + Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + 私钥,从 https://www.google.com/recaptcha/intro/v3.html 获取。 + + + Interactive + 交互式 + + + Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. + 如果配置的验证码需要用户交互则启用此选项。reCAPTCHA v2、hCaptcha 和 Cloudflare Turnstile 需要启用。 + + + Score minimum threshold + 分数最小阈值 + + + Minimum required score to allow continuing + 允许继续所需的最小分数 + + + Score maximum threshold + 分数最大阈值 + + + Maximum allowed score to allow continuing + 允许继续所需的最大分数 + + + Error on invalid score + 分数无效时报错 + + + When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. + 启用时,如果结果分数超出阈值,用户将无法继续。禁用时,用户可以继续,分数可用于自定义下一阶段的策略。 + + + JS URL + JS URL + + + URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + 拉取 JavaScript 的 URL,默认为 recaptcha。可以替换为任何兼容替代。 + + + API URL + API URL + + + URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + 用于校验验证码响应的 URL,默认为 recaptcha。可以替换为任何兼容替代。 + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + 请求用户同意授权。同意授权可以是永久性的,也可以在规定的时间后过期。 + + + Always require consent + 始终需要征得同意授权 + + + Consent given lasts indefinitely + 无限期同意授权 + + + Consent expires + 同意授权会过期 + + + Consent expires in + 同意授权过期时间 + + + Offset after which consent expires. + 同意过期后的偏移。 + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + 静态拒绝流。要有效地使用此阶段,请在相应的绑定上禁用*规划时进行评估*。 + + + Deny message + 拒绝消息 + + + Message shown when this stage is run. + 此阶段运行时显示的消息。 + + + Dummy stage used for testing. Shows a simple continue button and always passes. + 用于测试的虚拟阶段。显示一个简单的“继续”按钮,并且始终通过。 + + + Throw error? + 抛出错误? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + 通过向用户发送一次性链接来验证用户的电子邮件地址。也可用于在恢复时验证用户的真实性。 + + + Activate pending user on success + 成功时激活待处理用户 + + + When a user returns from the email successfully, their account will be activated. + 当用户成功自电子邮件中返回时,其账户将被激活。 + + + Use global settings + 使用全局设置 + + + When enabled, global Email connection settings will be used and connection settings below will be ignored. + 启用后,将使用全局电子邮件连接设置,下面的连接设置将被忽略。 + + + Time the token sent is valid. + 发出令牌的有效时间。 + + + Account Recovery Max Attempts + 帐户恢复最大尝试次数 + + + Account Recovery Cache Timeout + 帐户恢复缓存超时 + + + The time window used to count recent account recovery attempts. + 最近帐户恢复尝试次数的时间窗口。 + + + A selection is required + 需要进行选择 + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + 让用户使用用户名或电子邮件地址来标识自己。 + + + User fields + 用户字段 + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + 用户可以用来标识自己的字段。如果未选择任何字段,则用户将只能使用源。 + + + Password stage + 密码阶段 + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + 选中后,密码字段将显示在同一页面,而不是单独的页面上。这样可以防止用户名枚举攻击。 + + + Captcha stage + 验证码阶段 + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + 设置后,添加与验证码阶段完全相同的功能,但融入识别阶段。 + + + Case insensitive matching + 不区分大小写的匹配 + + + When enabled, user fields are matched regardless of their casing. + 启用后,无论大小写如何,都将匹配用户字段。 + + + Pretend user exists + 假作用户存在 + + + When enabled, the stage will always accept the given user identifier and continue. + 启用时,此阶段总是会接受指定的用户 ID 并继续。 + + + Show matched user + 显示匹配的用户 + + + 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. + 如果输入了有效的用户名/电子邮箱,并且启用了此选项,则会显示用户的用户名和头像。否则,将显示用户输入的文本。 + + + Enable "Remember me on this device" + 启用“在此设备上记住我” + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + 启用时,用户可以在 Cookie 中保存用户名,以直接跳过输入密码。 + + + Source settings + 源设置 + + + Sources + + + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + 选择的源应显示给用户进行身份验证。这只会影响基于 Web 的源,而不影响 LDAP。 + + + Show sources' labels + 显示源的标签 + + + By default, only icons are shown for sources. Enable this to show their full names. + 默认情况下,只为源显示图标。启用此选项可显示它们的全名。 + + + Passwordless flow + 无密码流程 + + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + 可选的无密码流程,链接在页面底部。配置后,用户可以使用此流程通过 WebAuthn 身份验证器进行验证,无需输入任何详细信息。 + + + Optional enrollment flow, which is linked at the bottom of the page. + 可选注册流程,链接在页面底部。 + + + Optional recovery flow, which is linked at the bottom of the page. + 可选的恢复流程,链接在页面底部。 + + + This stage can be included in enrollment flows to accept invitations. + 此阶段可以包含在注册流程中以接受邀请。 + + + Continue flow without invitation + 在没有邀请的情况下继续流程 + + + 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. + 如果设置了此标志,则当没有发出邀请时,此阶段将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。 + + + Client-certificate/mTLS authentication/enrollment. + 客户端证书/mTLS 身份验证/注册。 + + + Certificate optional + 证书可选 + + + If no certificate was provided, this stage will succeed and continue to the next stage. + 如果未提供证书,此阶段会成功并继续到下一阶段。 + + + Certificate required + 需要证书 + + + If no certificate was provided, this stage will stop flow execution. + 如果未提供证书,此阶段会停止流程执行。 + + + Certificate authorities + 证书机构(CA) + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + 配置用于验证客户端证书的证书机构。证书机构也可以在品牌中配置,这样可以为不同的域配置不同的证书机构。 + + + Certificate attribute + 证书属性 + + + Common Name + 常用名 + + + Configure the attribute of the certificate used to look for a user. + 配置用于查询用户的证书属性。 + + + User attribute + 用户属性 + + + Configure the attribute of the user used to look for a user. + 配置用于查询用户的用户属性。 + + + User database + standard password + 用户数据库 + 标准密码 + + + User database + app passwords + 用户数据库 + 应用程序密码 + + + User database + LDAP password + 用户数据库 + LDAP 密码 + + + User database + Kerberos password + 用户数据库 + Kerberos 密码 + + + Validate the user's password against the selected backend(s). + 根据选定的后端验证用户的密码。 + + + Backends + 后端 + + + Selection of backends to test the password against. + 选择用于测试密码的后端。 + + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + + Failed attempts before cancel + 取消前的的尝试失败 + + + 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. + 在取消流程之前,用户可以尝试多少次。要锁定用户,请使用信誉策略和 user_write 阶段。 + + + Provide users with a 'show password' button. + 为用户提供“显示密码”按钮。 + + + ("", of type ) + (“”,类型为 + + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + 向用户显示任意输入字段,例如在注册期间。数据保存在流程上下文中的 'prompt_data' 变量下。 + + + Fields + 字段 + + + Available Fields + 可用字段 + + + Selected Fields + 已选字段 + + + Validation Policies + 验证策略 + + + Available Policies + 可用策略 + + + Selected Policies + 已选策略 + + + Selected policies are executed when the stage is submitted to validate the data. + 当阶段被提交以验证数据时,执行选定的策略。 + + + Redirect the user to another flow, potentially with all gathered context + 将用户重定向到另一个流程,可能包含所有已收集的上下文 + + + Static + 静态 + + + Target URL + 目标 URL + + + Redirect the user to a static URL. + 将用户重定向到一个静态 URL。 + + + Target Flow + 目标流程 + + + Redirect the user to a Flow. + 将用户重定向到一个流程。 + + + Keep flow context + 保留流程上下文 + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + 将 OAuth 或 SAML 源注入到流程执行过程中。这允许额外的用户验证,或者基于不同的用户标识符(用户名、电子邮件地址等)动态访问不同的源。 + + + Source + + + + Resume timeout + 恢复超时 + + + Amount of time a user can take to return from the source to continue the flow. + 用户从源返回并继续流程可以消耗的时间。 + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + 删除当前待处理的用户。注意,这个阶段不要求确认。使用同意授权阶段来确保用户知道自己的行为。 + + + Log the currently pending user in. + 登录当前待处理的用户。 + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + 确定会话持续多长时间。默认为 0 秒意味着会话持续到浏览器关闭为止。 + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + 不同浏览器处理会话 Cookie 的方式不同,即使关闭浏览器,也不能保证它们会被删除。 + + + See here. + 详见这里。 + + + Stay signed in offset + 保持登录偏移量 + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + 如果设置时长大于 0,用户可以选择“保持登录”选项,这将使用户的会话延长此处设置的时间。 + + + Remember device + 记住设备 + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + 如果设置大于 0 的时长,则会以该时长存储一条 Cookie,使 authentik 知道用户是否从新设备登录。 + + + Network binding + 网络绑定 + + + No binding + 无绑定 + + + Bind ASN + 绑定 ASN + + + Bind ASN and Network + 绑定 ASN 和网络 + + + Bind ASN, Network and IP + 绑定 ASN、网络和 IP + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + 配置由此阶段创建的会话是否应该绑定到创建它们的网络。 + + + GeoIP binding + GeoIP 绑定 + + + Bind Continent + 绑定大陆 + + + Bind Continent and Country + 绑定大陆和国家 + + + Bind Continent, Country and City + 绑定大陆、国家和城市 + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + 配置由此阶段创建的会话是否应该绑定到基于 GeoIP 的位置。 + + + Terminate other sessions + 终止其他会话 + + + When enabled, all previous sessions of the user will be terminated. + 启用时,此用户的所有过往会话将会被终止。 + + + Remove the user from the current session. + 从当前会话中移除用户。 + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + 将流程上下文的 'prompt_data' 中的任何数据写入当前待处理的用户。 +如果没有用户处于待处理状态,则会创建新用户并向其写入数据。 + + + Never create users + 从不创建用户 + + + When no user is present in the flow context, the stage will fail. + 如果流程上下文中没有出现用户,此阶段失败。 + + + Create users when required + 如果需要则创建用户 + + + When no user is present in the the flow context, a new user is created. + 如果流程上下文中没有出现用户,则创建新用户。 + + + Always create new users + 总是创建新用户 + + + Create a new user even if a user is in the flow context. + 即使用户在流程上下文中,仍然创建新用户。 + + + Create users as inactive + 创建未激活用户 + + + Mark newly created users as inactive. + 将新创建的用户标记为未激活。 + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + 内部用户可能是企业员工等,有权访问完整的企业版功能。 + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + 外部用户可能是外部顾问或 B2C 客户等。这些用户无权访问企业版功能。 + + + Service accounts should be used for machine-to-machine authentication or other automations. + 服务账户应该用于机器到机器(M2M)身份验证或其他自动化操作。 + + + User type used for newly created users. + 新创建用户使用的用户类型。 + + + User path template + 用户路径模板 + + + Path new users will be created under. If left blank, the default path will be used. + 新用户将会在此路径下创建。如果留空,则使用默认路径。 + + + Newly created users are added to this group, if a group is selected. + 如果选择了组,则会将新创建的用户添加到该组。 + + + Target + 目标 + + + Stage + 阶段 + + + Evaluate when flow is planned + 流程被规划时评估 + + + Evaluate policies during the Flow planning process. + 在流程规划过程中评估策略。 + + + Evaluate when stage is run + 阶段被运行时评估 + + + Evaluate policies before the Stage is presented to the user. + 在阶段即将呈现给用户时评估策略。 + + + Invalid response behavior + 无效响应行为 + + + Returns the error message and a similar challenge to the executor + 向执行器返回错误消息和类似的质询 + + + Restarts the flow from the beginning + 从头开始重新启动流程 + + + Restarts the flow from the beginning, while keeping the flow context + 从头开始重新启动流程,同时保留流程上下文 + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + 针对由此绑定阶段提供的质询,配置流程执行器应如何处理对此质询的无效响应。 + + + New stage + 新建阶段 + + + Create a new stage. + 创建一个新阶段。 + + + Successfully imported device. + 已成功导入设备。 + + + The user in authentik this device will be assigned to. + 此设备要绑定的 authentik 用户。 + + + Duo User ID + Duo 用户 ID + + + The user ID in Duo, can be found in the URL after clicking on a user. + Duo 中的用户 ID,可以点击用户之后,在 URL 中找到。 + + + Automatic import + 自动导入 + + + Successfully imported devices. + 已成功导入 + 个设备。 + + + Start automatic import + 开始自动导入 + + + Or manually import + 或者手动导入 + + + Endpoint Google Chrome Device Trust is in preview. + 端点 Google Chrome 设备信任处于预览状态。 + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + 通过 Google Chrome 设备信任来验证用户浏览器的阶段。此阶段可在身份验证/授权流程中使用。 + + + Google Verified Access API + Google Verified Access API + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + 阶段是引导用户完成流程的单个步骤。阶段只能在流程内部执行。 + + + Flows + 流程 + + + Stage(s) + 阶段 + + + Import + 导入 + + + Import Duo device + 导入 Duo 设备 + + + Import devices + 导入设备 + + + Successfully updated flow. + 已成功更新流程。 + + + Successfully created flow. + 已成功创建流程。 + + + Shown as the Title in Flow pages. + 显示为流程页面中的标题。 + + + Visible in the URL. + 在 URL 中可见。 + + + Designation + 指定 + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + 决定此流程的用途。例如,当未经身份验证的用户访问 authentik 时,会重定向到身份验证流程。 + + + No requirement + 无要求 + + + Require authentication + 需要身份验证 + + + Require no authentication + 需要无身份验证 + + + Require superuser + 需要管理员用户 + + + Require being redirected from another flow + 需要重定向自另一个流程 + + + Require Outpost (flow can only be executed from an outpost) + 需要前哨(流程只能从前哨执行) + + + Required authentication level for this flow. + 此流程需要身份验证等级。 + + + Behavior settings + 行为设置 + + + Compatibility mode + 兼容模式 + + + Increases compatibility with password managers and mobile devices. + 增强与移动设备与密码管理器的兼容性。 + + + Denied action + 拒绝操作 + + + Will follow the ?next parameter if set, otherwise show a message + 将会首先遵循 ?next 参数,如果不存在则显示一条消息 + + + Will either follow the ?next parameter or redirect to the default interface + 将会遵循 ?next 参数或者重定向到默认接口 + + + Will notify the user the flow isn't applicable + 将会通知用户此流程不适用 + + + Decides the response when a policy denies access to this flow for a user. + 当一条策略拒绝用户访问此流程时决定响应。 + + + Appearance settings + 外观设置 + + + Layout + 布局 + + + Background + 背景 + + + Background shown during execution. + 执行过程中显示的背景。 + + + Clear background + 清除背景 + + + Delete currently set background image. + 删除当前设置的背景图片。 + + + Successfully imported flow. + 已成功导入流程。 + + + .yaml files, which can be found in the Example Flows documentation + + + See more here: + 了解更多: + + + Documentation + 文档 + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + 流程描述了一系列用于对用户进行身份验证、注册或恢复的阶段。阶段是根据应用于它们的策略来选择的。 + + + Flow(s) + 流程 + + + Update Flow + 更新流程 + + + Execute "" + 执行“ + + + Execute + 执行 + + + Export "" + 导出“ + + + Export + 导出 + + + Create Flow + 创建流程 + + + Import Flow + 导入流程 + + + Successfully cleared flow cache + 已成功清除流程缓存 + + + Failed to delete flow cache + 删除流程缓存失败 + + + Clear Flow cache + 清除流程缓存 + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + 确实要清除流程缓存吗? +这将导致所有流程在下次使用时重新评估。 + + + Stage binding(s) + 阶段绑定 + + + Stage type + 阶段类型 + + + Edit Stage + 编辑阶段 + + + Update Stage binding + 更新阶段绑定 + + + These bindings control if this stage will be applied to the flow. + 这些绑定控制是否将此阶段应用于流程。 + + + No Stages bound + 未绑定阶段 + + + No stages are currently bound to this flow. + 目前没有阶段绑定到此流程。 + + + Create and bind Stage + 创建与绑定阶段 + + + Create Stage binding + 创建阶段绑定 + + + Bind existing stage + 绑定已有阶段 + + + Flow Overview + 流程总览 + + + Flow Info + 流程信息 + + + Related actions + 相关操作 + + + Execute flow + 执行流程 + + + Execute "" normally + 正常执行“ + + + Normal + 正常 + + + Execute "" as current user + 以当前用户身份执行“ + + + Current user + 当前用户 + + + Execute "" with inspector + 附加检视器执行“ + + + Use inspector + 使用检视器 + + + Export flow + 导出流程 + + + Stage Bindings + 阶段绑定 + + + These bindings control which users can access this flow. + 这些绑定控制哪些用户可以访问此流程。 + + + Event Log + 事件日志 + + + Brand + 品牌 + + + Show details + 显示详情 + + + Event info + 事件信息 + + + Created + 创建时间 + + + Raw event info + 原始事件信息 + + + Event + 事件 + + + + Successfully updated transport. + 已成功更新传输。 + + + Successfully created transport. + 已成功创建传输。 + + + Send once + 发送一次 + + + Only send notification once, for example when sending a webhook into a chat channel. + 仅发送一次通知,例如在向聊天频道发送 Webhook 时。 + + + Local (notifications will be created within authentik) + 本地(通知在 authentik 内创建) + + + Webhook (generic) + Webhook(通用) + + + Webhook (Slack/Discord) + Webhook(Slack/Discord) + + + Webhook URL + Webhook URL + + + Webhook Body Mapping + Webhook 主体映射 + + + Webhook Header Mapping + Webhook 标头映射 + + + Email Subject Prefix + 电子邮件主题前缀 + + + Email Template + 电子邮件模板 + + + Notification Transports + 通知传输 + + + Define how notifications are sent to users, like Email or Webhook. + 定义如何向用户发送通知,例如电子邮件或 Webhook。 + + + Notification transport(s) + 通知传输 + + + Update Notification Transport + 更新通知传输 + + + Create Notification Transport + 创建通知传输 + + + Successfully updated rule. + 已成功更新规则。 + + + Successfully created rule. + 已成功创建规则。 + + + Select the group of users which the alerts are sent to. + 选择一组用于发送警告的用户。 + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + 如果未选择组,并且“发送通知给事件用户”被禁用,则此规则被禁用。 + + + Send notification to event user + 发送通知给事件用户 + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. + 启用时,通知不仅会发送给触发事件的用户,还会发送到组中的任何用户。事件用户将总是第一个用户,要只向事件用户发送通知,则需要在通知传输中启用“发送一次”。 + + + Transports + 传输 + + + Available Transports + 可用传输 + + + Selected Transports + 已选传输 + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + 选择应使用哪些传输方式来通知用户。如果未选择任何内容,则通知将仅显示在 authentik UI 中。 + + + Severity + 严重程度 + + + Notification Rules + 通知规则 + + + Send notifications whenever a specific Event is created and matched by policies. + 每当特定事件被创建并匹配策略时,都会发送通知。 + + + Sent to group + 已发送到组 + + + Notification rule(s) + 通知规则 + + + Update Notification Rule + 更新通知规则 + + + Create Notification Rule + 创建通知规则 + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + 这些绑定控制此规则触发的事件。 +针对组/用户的绑定会检查与事件相关的用户。 + + + Outpost Deployment Info + 前哨部署信息 + + + View deployment documentation + 查看部署文档 + + + If your authentik Instance is using a self-signed certificate, set this value. + 如果您的 authentik 实例正在使用自签名证书,请设置此值。 + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + 如果您的 authentik_host 设置与您要登录时使用的网址不匹配,请添加此设置。 + + + Successfully updated outpost. + 已成功更新前哨。 + + + Successfully created outpost. + 已成功创建前哨。 + + + LDAP + LDAP + + + Radius + Radius + + + RAC + RAC + + + Integration + 集成 + + + Selecting an integration enables the management of the outpost by authentik. + 选择集成使 authentik 能够管理前哨。 + + + See documentation + 查看文档 + + + Available Applications + 可用应用 + + + Selected Applications + 已选应用 + + + Configuration + 配置 + + + (build ) + (构建 + + + (FIPS) + (FIPS) + + + Last seen + 上次出现 + + + , should be + + ,应该是 + + + + Not available + 不可用 + + + Last seen: () + 上次出现: + + + Outposts + 前哨 + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + 前哨是对 authentik 组件的部署,用于支持不同的环境和协议,例如反向代理。 + + + Health and Version + 健康状态与版本 + + + Warning: authentik Domain is not configured, authentication will not work. + 警告:未配置 authentik 域名,身份验证将不起作用。 + + + Logging in via . + 通过 + 登录。 + + + No integration active + 没有激活的集成 + + + Update Outpost + 更新前哨 + + + View Deployment Info + 查看部署信息 + + + Detailed health (one instance per column, data is cached so may be out of date) + 详细健康状况(每列一个实例,数据经过缓存,因此可能会过时) + + + Outpost(s) + 前哨 + + + Create Outpost + 创建前哨 + + + Successfully updated integration. + 已成功更新集成。 + + + Successfully created integration. + 已成功创建集成。 + + + Local + 本地 + + + If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + 如果启用,请使用本地连接。需要 Docker Socket/Kubernetes 集成。 + + + Docker URL + Docker URL + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + 可以使用 unix:// 格式连接本地 Docker 守护程序, + 使用 ssh:// 通过 SSH 连接,或者 + 使用 https://:2376 连接到远程系统。 + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + 验证端点证书所依据的 CA。可以留空,表示不进行验证。 + + + TLS Authentication Certificate/SSH Keypair + TLS 身份验证证书/SSH 密钥对 + + + Certificate/Key used for authentication. Can be left empty for no authentication. + 用于身份验证的证书/密钥。可以留空表示不验证。 + + + When connecting via SSH, this keypair is used for authentication. + 通过 SSH 连接时,此密钥对用于身份验证。 + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + 验证 Kubernetes API SSL 证书 + + + New outpost integration + 新建前哨集成 + + + Create a new outpost integration. + 创建一个新前哨集成。 + + + Outpost integrations + 前哨集成 + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + 前哨集成定义了 authentik 如何连接到外部平台以管理和部署前哨。 + + + State + 状态 + + + Unhealthy + 不健康 + + + Outpost integration(s) + 前哨集成 + + + Successfully generated certificate-key pair. + 已成功生成证书密钥对。 + + + Subject-alt name + 替代名称 + + + Optional, comma-separated SubjectAlt Names. + 可选,逗号分隔的替代名称。 + + + Validity days + 有效天数 + + + Private key Algorithm + 私钥算法 + + + RSA + RSA + + + ECDSA + ECDSA + + + Algorithm used to generate the private key. + 用于生成私钥的算法。 + + + Successfully updated certificate-key pair. + 已成功更新证书密钥对。 + + + Successfully created certificate-key pair. + 已成功创建证书密钥对。 + + + PEM-encoded Certificate data. + PEM 编码的证书数据。 + + + Optional Private Key. If this is set, you can use this keypair for encryption. + 可选私钥。如果设置,则可以使用此密钥对来加密。 + + + Certificate-Key Pairs + 证书密钥对 + + + Import certificates of external providers or create certificates to sign requests with. + 导入外部提供商的证书或创建用于签名请求的证书。 + + + Private key available? + 私钥可用吗? + + + Certificate-Key Pair(s) + 证书密钥对 + + + Managed by authentik + 由 authentik 管理 + + + Managed by authentik (Discovered) + 由 authentik 管理(已发现) + + + Yes () + + + Update Certificate-Key Pair + 更新证书密钥对 + + + Certificate Fingerprint (SHA1) + 证书指纹(SHA1) + + + Certificate Fingerprint (SHA256) + 证书指纹(SHA256) + + + Certificate Subject + 证书主题 + + + Download Certificate + 下载证书 + + + Download Private key + 下载私钥 + + + Import Existing Certificate-Key Pair + 导入已有的证书密钥对 + + + Generate + 生成 + + + Generate New Certificate-Key Pair + 生成新的证书密钥对 + + + Link Title + 链接标题 + + + Successfully updated settings. + 已成功更新设置。 + + + Avatars + 头像 + + + Configure how authentik should show avatars for users. The following values can be set: + 配置 authentik 应该如何显示用户头像。可以配置为以下值: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + 禁用单用户头像,仅显示 1x1 像素的透明图片 + + + Uses gravatar with the user's email address + 根据用户的电子邮件地址使用 Gravatar + + + Generated avatars based on the user's name + 根据用户的名称生成头像 + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + 任意 URL:如果您想使用托管在其他服务器上的图像,可以设置为任意 URL。此外,还可以使用以下占位符: + + + The user's username + 用户名 + + + The email address, md5 hashed + 电子邮件地址,经过 MD5 哈希 + + + The user's UPN, if set (otherwise an empty string) + 用户的 UPN,如果存在(否则为空字符串) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + 任意形如 + attributes.something.avatar 的属性 + 路径,可以与文件字段相组合,以允许用户 + 自行上传自定义头像。 + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + 可以设置多个以逗号分隔的值,如果 authentik 无法找到头像,就会回退到下一个模式。 + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + 例如,将该选项设置为 gravatar,initials, + 就会创建从 Gravatar 获取头像,如果用户没有在那里 + 设置过,就回退到生成头像。 + + + Allow users to change name + 允许用户修改名称 + + + Enable the ability for users to change their name. + 启用用户修改自己名称的能力。 + + + Allow users to change email + 允许用户修改电子邮件地址 + + + Enable the ability for users to change their email. + 启用用户修改自己电子邮件地址的能力。 + + + Allow users to change username + 允许用户修改用户名 + + + Enable the ability for users to change their username. + 启用用户修改自己用户名的能力。 + + + Event retention + 事件保留 + + + Duration after which events will be deleted from the database. + 事件从数据库中删除的时间,超过这个时间就会被删除。 + + + When using an external logging solution for archiving, this can be + set to minutes=5. + 当使用外部日志解决方案进行存档时,可以 + 设置为 minutes=5 + + + This setting only affects new Events, as the expiration is saved per-event. + 此设置仅影响新事件,因为过期时间是分事件保存的。 + + + Reputation: lower limit + 信誉:下限值 + + + Reputation cannot decrease lower than this value. Zero or negative. + 信誉无法降低到此值以下。可为零或负数。 + + + Reputation: upper limit + 信誉:上限值 + + + Reputation cannot increase higher than this value. Zero or positive. + 信誉无法提高到此值以上。可为零或正数。 + + + Footer links + 页脚链接 + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + 此选项配置流程执行器页面上的页脚链接。URL 限为 Web 和电子邮件地址。如果名称留空,则显示 URL 自身。 + + + GDPR compliance + GDPR 合规性 + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + 启用时,所有由用户造成的事件会在相应用户被删除时一并删除。 + + + Impersonation + 模拟身份 + + + Globally enable/disable impersonation. + 全局启用/禁用模拟身份。 + + + Require reason for impersonation + 需要模拟原因 + + + Require administrators to provide a reason for impersonating a user. + 需要管理员提供模拟用户的原因。 + + + Default token duration + 默认令牌持续时间 + + + Default duration for generated tokens + 生成令牌的默认持续时间 + + + Default token length + 默认令牌长度 + + + Default length of generated tokens + 生成令牌的默认长度 + + + Flags + 标志 + + + Modify flags to opt into new authentik behaviours early. + 修改标志以在启动时改变 authentik 的行为。 + + + Save + 保存 + + + System settings + 系统设置 + + + Successfully updated instance. + 已成功更新实例。 + + + Successfully created instance. + 已成功创建实例。 + + + Disabled blueprints are never applied. + 禁用的蓝图永远不会应用。 + + + Local path + 本地路径 + + + OCI Registry + OCI Registry + + + OCI URL + OCI URL + + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest + 有效的 OCI 清单 URL,以协议为前缀 + 例如 oci://registry.domain.tld/path/to/manifest + + + Read more about + 阅读更多关于 + + + OCI Support + OCI 支持 + + + Blueprint + 蓝图 + + + Configure the blueprint context, used for templating. + 配置蓝图上下文,用于模板操作。 + + + Orphaned + 孤立 + + + Blueprints + 蓝图 + + + Automate and template configuration within authentik. + 在 authentik 内的自动化与模板配置。 + + + Last applied + 上次应用 + + + Blueprint(s) + 蓝图 + + + Update Blueprint + 更新蓝图 + + + Edit "" blueprint + 编辑“”蓝图 + + + Apply "" blueprint + 应用“”蓝图 + + + Apply + 应用 + + + Create Blueprint Instance + 创建蓝图实例 + + + Successfully updated license. + 已成功更新许可证。 + + + Successfully created license. + 已成功创建许可证。 + + + Install ID + 安装 ID + + + License key + 许可证密钥 + + + Expired + 已过期 + + + Expiring soon + 即将过期 + + + Unlicensed + 未许可 + + + Read Only + 只读 + + + Valid + 有效 + + + Current license status + 当前许可证状态 + + + Overall license status + 总体许可证状态 + + + Internal user usage + 内部用户用量 + + + % + % + + + External user usage + 外部用户用量 + + + Licenses + 许可证 + + + Manage enterprise licenses + 管理企业版许可证 + + + No licenses found. + 未找到许可证。 + + + License(s) + 许可证 + + + Forecast internal users + 预测内部用户 + + + Estimated user count one year from now based on current internal users and forecasted internal users. + 根据当前 名内部用户和 名预测的内部用户,估算从此时起一年后的用户数。 + + + Approximately + 大约 + + + Forecast external users + 预测外部用户 + + + Estimated user count one year from now based on current external users and forecasted external users. + 根据当前 名外部用户和 名预测的外部用户,估算从此时起一年后的用户数。 + + + Cumulative license expiry + 累计许可证过期时间 + + + No expiry + 没有过期时间 + + + Internal: + 内部: + + + External: + 外部: + + + Update License + 更新许可证 + + + Your Install ID + 您的安装 ID + + + Go to Customer Portal + 前往客户中心 + + + Learn more + 了解更多 + + + Install + 安装 + + + Install License + 安装许可证 + + + Release + 发布版 + + + Development + 开发版 + + + UI Version + 界面版本 + + + Build + 构建 + + + Python version + Python 版本 + + + Platform + 平台 + + + Kernel + 内核 + + + OpenSSL + OpenSSL + + + Enterprise + 企业版 + + + Collapse + 收起 + + + Expand + 展开 + + + navigation + 导航 + + + Dashboards + 仪表板 + + + Endpoint Devices + + + Device groups + + + Logs + 日志 + + + Customization + 自定义 + + + Flows and Stages + 流程与阶段 + + + Directory + 目录 + + + Tokens and App passwords + 令牌和应用程序密码 + + + System + 系统 + + + Certificates + 证书 + + + Outpost Integrations + 前哨集成 + + + Warning: The current user count has exceeded the configured licenses. + 警告:当前用户数超过了配置的许可证限制 + + + Warning: One or more license(s) have expired. + 警告:一个或多个许可证已过期。 + + + Warning: One or more license(s) will expire within the next 2 weeks. + 警告:一个或多个许可证将在 2 星期内过期。 + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + 注意:由于许可证过期/超限,此 authentik 实例已进入只读模式。 + + + Click here for more info. + 点击这里了解更多。 + + + This authentik instance uses a Trial license. + 此 authentik 实例使用的是试用许可证。 + + + This authentik instance uses a Non-production license. + 此 authentik 实例使用的是非生产许可证。 + + + A newer version () of the UI is available. + 新版本界面()可用。 + + + API drawer + API 抽屉 + + + API Requests + API 请求 + + + Open API Browser + 打开 API 浏览器 + + + Close API drawer + 关闭 API 抽屉 + + + View details for + 查看 详情 + + + Mark as read + 标记为已读 + + + Successfully cleared notifications + 已成功清除通知 + + + No notifications found. + 未找到通知。 + + + You don't have any notifications currently. + 您当前没有任何通知。 + + + Notification drawer + 通知抽屉 + + + Notifications + 通知 + + + unread + + 未读 + + + Clear all + 全部清除 + + + Open about dialog + 打开关于对话框 + + + Product name + 产品名 + + + Product version + 产品版本 + + + Version + 版本 + + + Global navigation + 全局导航 + + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn 需要此页面通过 HTTPS 访问。 + + + WebAuthn not supported by browser. + 浏览器不支持 WebAuthn。 + + + API request failed + API 请求失败 + + + Site links + 网站链接 + + + Powered by authentik + 由 authentik 强力驱动 + + + Authenticating with Apple... + 正在使用 Apple 进行身份验证... + + + Retry + 重试 + + + Authenticating with Plex... + 正在使用 Plex 进行身份验证... + + + Waiting for authentication... + 正在等待身份验证… + + + If no Plex popup opens, click the button below. + 如果 Plex 没有弹出窗口,则点击下面的按钮。 + + + Open login + 打开登录 + + + Authenticating with Telegram... + 正在使用 Telegram 进行身份验证... + + + Click the button below to start. + 单击下面的按钮开始。 + + + User information + 用户信息 + + + Avatar for + 的头像 + + + User avatar + 用户头像 + + + Something went wrong! Please try again later. + 发生了某些错误!请稍后重试。 + + + Request ID + 请求 ID + + + You may close this page now. + 您可以关闭此页面了。 + + + You're about to be redirect to the following URL. + 您将被重定向到以下 URL。 + + + Follow redirect + 跟随重定向 + + + Flow inspector + 流程检视器 + + + Close flow inspector + 关闭流程检视器 + + + Next stage + 下一阶段 + + + Stage name + 阶段名称 + + + Stage kind + 阶段种类 + + + Stage object + 阶段对象 + + + This flow is completed. + 此流程已完成。 + + + Plan history + 规划历史记录 + + + Current plan context + 当前计划上下文 + + + Session ID + 会话 ID + + + Flow inspector loading + 正在加载流程检视器 + + + Request has been denied. + 请求被拒绝。 + + + Show password + 显示密码 + + + Hide password + 隐藏密码 + + + Please enter your password + 请输入您的密码 + + + Caps Lock is enabled. + 大写锁定已启用。 + + + CAPTCHA challenge + CAPTCHA 挑战 + + + Verifying... + 正在验证... + + + Remember me on this device + 在此设备上记住我 + + + Continue with + + + Need an account? + 需要一个账户? + + + Sign up. + 注册。 + + + Forgot username or password? + 忘记用户名或密码? + + + Additional actions + + + Select one of the options below to continue. + 选择以下选项之一以继续。 + + + Enter the email associated with your account, and we'll send you a link to reset your password. + 输入与您的账户关联的电子邮件地址,我们将会向您发送重置密码链接。 + + + Or + 或者 + + + Login to continue to . + 登录以继续前往 + + + + Use a security key + 使用安全密钥 + + + Login sources + + + Forgot password? + 忘记密码了吗? + + + Application requires following permissions: + 应用程序需要以下权限: + + + Application already has access to the following permissions: + 应用程序已经获得以下权限: + + + Application requires following new permissions: + 应用程序需要以下新权限: + + + Stage name: + 阶段名称: + + + Check your Inbox for a verification email. + 检查您的收件箱是否有验证电子邮件。 + + + Send Email again. + 再次发送电子邮件。 + + + QR-Code to setup a time-based one-time password + 设置基于时间的一次性密码的二维码 + + + Copy time-based one-time password configuration + 复制基于时间的一次性密码的配置 + + + Successfully copied TOTP Config. + 已成功复制 TOTP 配置。 + + + Copy TOTP Config + 复制 TOTP 配置 + + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + 请用 Microsoft 身份验证器、Google 身份验证器或您设备上的其他身份验证器应用扫描上面的二维码,然后在下方输入设备上显示的代码,以完成 MFA 设备设置。 + + + Time-based one-time password + 基于时间的一次性密码 + + + TOTP Code + TOTP 代码 + + + Type your TOTP code... + 输入您的 TOTP 代码... + + + Type your time-based one-time password code. + 输入您的基于时间的一次性密码。 + + + Duo activation QR code + Duo 激活二维码 + + + Alternatively, if your current device has Duo installed, click on this link: + 或者,如果您当前的设备已安装 Duo,请点击此链接: + + + Duo activation + Duo 激活 + + + Check status + 检查状态 + + + Make sure to keep these tokens in a safe place. + 确保将这些令牌保存在安全的地方。 + + + Configure your email + 配置您的电子邮件 + + + Please enter your email address. + 请输入您的电子邮件地址。 + + + Code + 代码 + + + Please enter the code you received via email + 请输入您通过电子邮件收到的代码 + + + Phone number + 电话号码 + + + Please enter your Phone number. + 请输入您的电话号码。 + + + Please enter the code you received via SMS + 请输入您通过短信收到的验证码 + + + Select another authentication method + 选择另一种身份验证方法 + + + Authentication code + 身份验证代码 + + + Static token + 静态令牌 + + + Type an authentication code... + 输入身份验证代码... + + + Sending Duo push notification... + 正在发送 Duo 推送通知... + + + Failed to authenticate + 身份验证失败 + + + Authentication failed. Please try again. + 身份验证失败。请重试。 + + + Authenticating... + 正在验证身份... + + + Retry authentication + 重试身份验证 + + + Duo push-notifications + Duo 推送通知 + + + Receive a push notification on your device. + 在您的设备上接收推送通知。 + + + Authenticator + 身份验证器 + + + Use a security key to prove your identity. + 使用安全密钥证明您的身份。 + + + Traditional authenticator + 传统身份验证器 + + + Use a code-based authenticator. + 使用基于代码的身份验证器。 + + + Recovery keys + 恢复密钥 + + + In case you lose access to your primary authenticators. + 以防您无法访问主要身份验证器。 + + + SMS + 短信 + + + Tokens sent via SMS. + 通过短信发送的令牌。 + + + Tokens sent via email. + 通过电子邮件发送的令牌。 + + + Unknown device + 未知设备 + + + An unknown device class was provided. + 提供了位置的设备类型。 + + + Select an authentication method + 选择身份验证方法 + + + No authentication methods available. + 没有可用的身份验证方法。 + + + Select a configuration stage + 选择配置阶段 + + + Stay signed in? + 保持登录? + + + Select Yes to reduce the number of times you're asked to sign in. + 选择“是”以减少您被要求登录的次数。 + + + Device Code + 设备代码 + + + Please enter your code + 请输入您的代码 + + + You've successfully authenticated your device. + 您成功验证了此设备的身份。 + + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + 您已成功注销 。现在您可以返回总览页来启动其他应用,或者注销您的 authentik 账户。 + + + Go back to overview + 返回总览 + + + Log out of + 注销 + + + Log back into + 重新登录 + + + SAML Provider + SAML 提供程序 + + + SAML logout complete + + + Redirecting to SAML provider: + 正在重定向到 SAML 提供程序: + + + Posting logout request to SAML provider: + 正在向 SAML 提供程序 发送注销请求 + + + Unknown Provider + 未知提供程序 + + + Logging out of providers... + + + Single Logout + + + Open flow inspector + 打开流程检视器 + + + Authentication form + 身份验证表单 + + + Error creating credential: + 创建凭据时出错: + + + + Server validation of credential failed: + 服务器验证凭据失败: + + + + Failed to register. Please try again. + 注册失败。请重试。 + + + Registering... + 正在注册... + + + Failed to register + 注册失败 + + + Retry registration + 重试注册 + + + Idle + 闲置 + + + Connecting + 正在连接 + + + Waiting + 正在等待 + + + Connected + 已连接 + + + Disconnecting + 正在断开连接 + + + Disconnected + 已断开连接 + + + Connection failed after attempts. + 连接在 次尝试后失败。 + + + Re-connecting in second(s). + 将在 秒后重新连接。 + + + Connecting... + 正在连接… + + + Please wait while the content is loading + + + Select endpoint to connect to + 选择要连接到的端点 + + + application + + + Actions for "" + + + Edit application... + + + Refer to documentation + 查阅文档 + + + No Applications available. + 没有可用的应用程序。 + + + Either no applications are defined, or you don’t have access to any. + 没有定义应用程序,或者您无权访问任何应用程序。 + + + Ungrouped + + + My Applications + 我的应用 + + + Search for an application by name... + 按名字搜索应用程序... + + + Search returned no results. + 搜索未返回结果。 + + + application found for "" + + + applications found for "" + + + application available + + + applications available + + + My applications + 我的应用 + + + Application list + + + Failed to fetch applications. + + + Change your password + 更改您的密码 + + + Change password + 更改密码 + + + Delete account + 删除账户 + + + Successfully updated details + 已成功更新详情 + + + Open settings + 打开设置 + + + No settings flow configured. + 未配置设置流程 + + + Update details + 更新详情 + + + Device type cannot be edited + 设备类型 无法被编辑 + + + Enroll + 注册 + + + Edit device + 编辑设备 + + + Create App password + 创建应用密码 + + + User settings + + + User details + 用户详情 + + + Consent + 同意授权 + + + MFA Devices + MFA 设备 + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + 将您的用户账户连接到下面列出的服务,以允许您使用该服务而不是传统凭据登录。 + + + Admin interface + 管理员界面 + + + ... + Truncation ellipsis + + + + diff --git a/web/xliff/en.xlf b/web/xliff/zh_Hant.xlf similarity index 77% rename from web/xliff/en.xlf rename to web/xliff/zh_Hant.xlf index 9aa8edab75..482f71c28c 100644 --- a/web/xliff/en.xlf +++ b/web/xliff/zh_Hant.xlf @@ -1,12 +1,12 @@ - - - + + Dismiss Connection error, reconnecting... + 連線錯誤,正在重新連線…… An unknown error occurred @@ -19,27 +19,35 @@ Open API drawer + 開啟 API 下拉選單 Unread notifications + 未讀取通知 Open Notification drawer + 開啟通知下拉選單 Settings + 設定 Stop impersonation + 離開模擬模式 Avatar image + 個人檔案圖片 Sign out + 登出 Admin + 系統管理員 Home @@ -55,24 +63,30 @@ User interface + 使用者介面 Loading... + 載入中…… Application + 應用程式 Logins + 登入 Failed to fetch + 擷取失敗 FIPS Status OK + OK FIPS compliance: passing @@ -85,39 +99,51 @@ Show less + 顯示更少 Show more + 顯示更多 UID + UID Name + 姓名 App + App Model Name + 型號名稱 Message + 訊息 Subject + Subject From + 来自 To + Context + 上下文 User + 使用者 Changes made: @@ -133,6 +159,7 @@ - + - Added ID @@ -145,72 +172,93 @@ Affected model: + 受影響的模型: Authorized application: + 已授權的應用程式: Using flow + 使用流程 Email info: + 電子郵件訊息: Secret: + 機密密碼: Exception + 例外 Open issue on GitHub... + 前往 GitHub 回報問題…… Expression + 表示式 Binding + 附加 Request + 要求 Object + 物件 Result + 結果 Passing + 通過 Messages + 訊息 New version available + 有可用的新版本 Using source + 使用來源 Attempted to log in as No additional data available. + 没有其他可用資料。 Loading + 載入中 no tabs defined + 未定義的標籤頁 Details + 詳細資訊 : Required + 必需 There was an error submitting the form. @@ -220,114 +268,151 @@ API Access + API 存取權限 App password + 應用程式密碼 Recovery + 救援 Verification + 驗證 Unknown intent + 未知使用目的 Login + 登入 Failed login + 登入失敗 Logout + 登出 User was written to + 使用者已經被寫入到 Suspicious request + 可疑的要求 Password set + 密碼設定完成 Secret was viewed + 機密密碼已被查看 Secret was rotated + 機密密碼已被輪替 Invitation used + 已使用邀請函 Application authorized + 已成功授權應用程式 Source linked + 已連接來源 Impersonation started + 已開始模擬 Impersonation ended + 已結束模擬 Flow execution + 流程的執行事件 Policy execution + 政策的執行事件 Policy exception + 政策的例外事件 Property Mapping exception + 屬性對應例外事件 System task execution + 系統工作執行事件 System task exception + 系統工作例外事件 General system exception + 一般系統例外事件 Configuration error + 設定錯誤 Model created + 已建立模型 Model updated + 已更新模型 Model deleted + 已刪除模型 Email sent + 已發送電子郵件 Update available + 有可用更新 Alert + 警報 Notice + 注意 Warning + 警告 Unknown severity + 嚴重程度未知 Static tokens + 靜態權杖 TOTP Device + TOTP 裝置 A code has been sent to your address: @@ -349,18 +434,23 @@ Internal + 內部位置 External + 外部 Service account + 服務帳號 Service account (internal) + 服務帳號(內部) Remove item + 移除物件 table pagination @@ -370,15 +460,18 @@ Go to previous page + 回到上一頁 Go to next page + 前往下一頁 This field is required. Search... + 搜尋中…… Search @@ -394,15 +487,18 @@ Clear search + 清除搜尋結果 Sort by "" No objects found. + 找不到任何物件。 Failed to fetch objects. + 無法擷取物件。 Select "" row @@ -415,6 +511,7 @@ Refresh + 重新整理 actions @@ -445,72 +542,90 @@ Recent events + 最近的事件 Events + 事件 Action + 動作 Creation Date + 建立日期 Client IP + 用戶端 IP No Events found. + 未找到任何事件。 No matching events could be found. + 找不到符合的事件。 System Status Embedded outpost is not configured correctly. + 嵌入式 outpost 設定不正確。 Check outposts. + 檢查 outposts. HTTPS is not detected correctly + 未正確的偵測到 HTTPS Server and client are further than 5 seconds apart. + 伺服器和用戶端的時間差距超過5秒。 Everything is ok. + 一切正常。 Version + 版本 Based on is available! + 新版本 可用! An outpost is on an incorrect version! Up-to-date! + 最新版本! Latest version unknown Workers + Workers No workers connected. Background tasks will not run. + 沒有已連線的 workers,無法執行背景工作。 Worker with incorrect version connected. Failed to fetch data. + 擷取資料失敗。 Chart @@ -520,21 +635,26 @@ Authorizations + 授權 Successful Logins + 登入成功 Failed Logins + 登入失敗 Cancel + 取消 Synchronization status chart SCIM Provider + SCIM 供應商 Google Workspace Provider @@ -544,78 +664,98 @@ LDAP Source + LDAP 來源 Kerberos Source Healthy + 健康 Failed + 失敗 Unsynced / N/A + 未同步或無法使用 Outpost status chart Healthy outposts + 健康的 Outposts Outdated outposts + 過時的 Outposts Unhealthy outposts + 不健康的 Outposts Operation failed to complete Quick actions + 快速動作 Not found + 找不到 The URL "" was not found. Return home + 回到首頁 Skip to content Create a new application + 建立新的應用程式 Check the logs + 檢查日誌 Explore integrations + 探索整合方案 Manage users + 管理使用者 Check the release notes + 檢視版本資訊 Overview + 概述 Outpost status + Outpost 狀態 Sync status + 同步狀態 Logins and authorizations over the last week (per 8 hours) + 一周的登入和授權狀態(每 8 小時) Apps with most usage + 使用頻率最高的應用程式 Welcome, @@ -625,42 +765,54 @@ General system status + 一般系統狀態 Objects created + 已建立物件 Users created per day in the last month + 上個月每天的建立使用者數量 Users created + 已建立使用者。 Logins per day in the last month + 上個月每天的登入次數 Failed Logins per day in the last month + 上個月每天的登入失敗次數 Failed logins + 登入失敗 User Statistics + 使用者統計資料 Yes + No + No log messages. + 無日誌訊息。 Timestamp Attributes + 特徵項 Time @@ -676,33 +828,41 @@ Not used by any other object. + 未被其他物件使用。 object will be DELETED + 物件將被刪除 connection will be deleted + 連線將被刪除 reference will be reset to default value + 引用將被重設為預設值 reference will be set to an empty value + 引用將被設為空值 () Delete + 刪除 deleted ID + ID Successfully deleted + 成功刪除 Failed to delete : @@ -712,9 +872,11 @@ Are you sure you want to delete ? + 您確定要刪除 嗎? No form found + 找不到表單 Element inside the form slot is not a Form @@ -742,93 +904,116 @@ Select an object. + 選擇一個物件。 Failed to fetch objects: Successfully assigned permission. + 成功分配權限。 Role + 角色 Assign + 分配 Assign permission to role + 分配權限到角色 Assign to new role + 分配給新增角色 Permission(s) + 權限 Permission + 權限 Directly assigned + 直接分配 Assign permission to user + 分配權限給使用者 Assign to new user + 分配權限給新增使用者 Superuser + 超級使用者 Model + 模型 Select permissions to assign Add + 加入 Permissions to add + 選擇要加入的權限 Select permissions + 選擇權限 Assigned to role Assign permission + 分配權限 Role doesn't have view permission so description cannot be retrieved. + 角色沒有讀取權限,所以無法取得描述。 Assigned to user User doesn't have view permission so description cannot be retrieved. + 使用者沒有讀取權限,所以無法取得描述。 User Object Permissions + 使用者物件權限 Permissions set on users which affect this object. Role Object Permissions + 角色物件權限 Permissions set on roles which affect this object. Assigned global permissions + 已分配的全域權限 Permissions assigned to this user which affect all object instances of a given type. Assigned object permissions + 已分配的物件權限 Permissions assigned to this user affecting specific object instances. @@ -838,6 +1023,7 @@ Close + 關閉 Update "" Permissions @@ -847,6 +1033,7 @@ Permissions + 權限 Waiting to run @@ -865,12 +1052,15 @@ Successful + 成功 Error + 錯誤 Unknown + 未知 Running tasks @@ -901,9 +1091,11 @@ Status + 狀態 Actions + 動作 Row Actions @@ -940,12 +1132,14 @@ Update + 更新 Update Schedule Edit + 編輯 Tasks @@ -955,15 +1149,19 @@ System Tasks + 系統工作 Long-running operations which authentik executes in the background. + authentik 在背景執行的長時間工作。 Next + 下一步 Back + 返回 Wizard steps @@ -973,15 +1171,18 @@ New application + 新增應用程式 Create a new application and configure a provider for it. Any policy must match to grant access + 必須符合任一政策才能取得存取權 All policies must match to grant access + 必須符合全部政策才能取得存取權 An application name is required @@ -1006,54 +1207,68 @@ Slug + Slug Internal application name used in URLs. + 用於網址的應用程式內部名稱。 Group + 群組 e.g. Collaboration, Communication, Internal, etc. Optionally enter a group name. Applications with identical groups are shown grouped together. + 可選:輸入群組名稱。具有相同群組的應用程式會排列在同一分組。 Policy engine mode + 政策引擎模式 UI Settings + 使用者介面設定 Launch URL + 啟動的網址 https://... If left empty, authentik will try to extract the launch URL based on the selected provider. + 如果為空,authentik 將會嘗試從選擇的供應商取得啟動網址。 Open in new tab + 另開新分頁 If checked, the launch URL will open in a new browser tab or window from the user's application library. + 如果勾選此項,將從使用者的應用程式庫中,在瀏覽器新的分頁或視窗中打開啟動的網址。 Select all rows + 選擇所有列 Bind existing policy/group/user Order + 執行順序 Enabled + 啟用中 Timeout + 逾時過期 Configure Bindings @@ -1072,12 +1287,14 @@ These policies control which users can access this application. + 這些政策控制了哪些使用者可以存取這個應用程式。 No bound policies. No policies are currently bound to this object. + 目前沒有附加到此物件的政策。 Bind policy/group/user @@ -1087,12 +1304,14 @@ Pass + 通過 Don't Pass Edit Binding + 編輯附加 Save Binding @@ -1102,15 +1321,19 @@ Policy + 政策 Negate result + 反向结果 Negates the outcome of the binding. Messages are unaffected. + 反轉附加的結果。訊息不受影響。 Failure result + 失敗的結果 Enterprise only @@ -1120,6 +1343,7 @@ Apply changes + 套用變更 Close wizard @@ -1132,9 +1356,11 @@ Finish + 完成 Select type + 選擇類型 Select a provider type @@ -1153,48 +1379,62 @@ Certificate + 憑證 Select a certificate... Authentication + 身分認證 Authorization + 授權 Enrollment + 註冊 Invalidation + 失效 Stage Configuration + 階段設定 Unenrollment + 取消註冊 Unknown designation + 未知命名 Stacked + 堆疊 Content left + 內容置左 Content right + 內容置右 Sidebar left + 側邊攔置左 Sidebar right + 側邊攔置右 Unknown layout + 未知的版面設計 Select a flow... @@ -1207,6 +1447,7 @@ Remove + 移除 Remove All @@ -1240,45 +1481,59 @@ The following keywords are supported: + 支援以下的關鍵字: Cached binding + 儲存在快取的附加 Flow is executed and session is cached in memory. Flow is executed when session expires + 當流程執行後,會談訊息將儲存在記憶體中。一旦會談過期,該流程將重新執行 Direct binding + 直接附加 Always execute the configured bind flow to authenticate the user + 總是執行設定的附加流程來驗證使用者 Cached querying + 快取中的查詢 The outpost holds all users and groups in-memory and will refresh every 5 Minutes + Outpost 將所有使用者和群組保存在記憶體中,並每5分鐘重新整理。 Direct querying + 直接查詢 Always returns the latest data, but slower than cached querying + 總是回傳最新的資料,但這會比快取查詢慢上許多 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. + 當啟用此功能時,可以透過在密碼後加上分號及TOTP認證碼(範例:password:totp認證碼)來使用多重要素驗證。您應只有在所有要連線到此服務的使用者都已設定TOTP裝置的情況下,才啟用此功能。如果使用者的密碼中恰好包含分號,可能會因誤判而被拒絕存取。 The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + 針對上述設定的 Base DN 的憑證。作為備援方案,供應商使用自簽憑證。 DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + 應使用上述設定憑證的 DNS 名稱。Base DN 無法檢測憑證,因為 SSL/TLS 協商發生在此類資料交換之前。 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 + 對於 uidNumbers 的起始值,這個數字會加到 user.Pk 上,以確保對於 POSIX 使用者來說,這個數字不會太低。預設值是 2000,以確保我們不會和本機使用者的 uidNumber 產生衝突 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 + 對於 gidNumbers 的起始值,這個數字會加到從 group.Pk 生成的數字上,以確保對於 POSIX 群組來說,這個數字不會太低。預設值是 4000,以確保我們不會和本地群組或使用者的主要群組的 gidNumber 產生衝突 Provider Name @@ -1288,27 +1543,35 @@ Bind mode + 附加模式 Configure how the outpost authenticates requests. + 設定 Outpost 如何驗證要求。 Search mode + 搜尋模式 Configure how the outpost queries the core authentik server's users. + 設定 Outpost 如何查詢 authentik core 伺服器上的使用者。 Code-based MFA Support + 基於認證碼多重要素認證支援 Flow settings + 流程設定 Bind flow + 附加流程 Flow used for users to authenticate. + 用於使用者認證的流程 Unbind flow @@ -1318,21 +1581,27 @@ Protocol settings + 通訊協定設定 Base DN + Base DN LDAP DN under which bind requests and search requests can be made. + 可以進行附加和搜尋要求的 LDAP DN。 TLS Server name + TLS 伺服器名稱 UID start number + UID 起始編號 GID start number + GID 起始編號 Configure LDAP Provider @@ -1354,18 +1623,23 @@ URL + 網址 Confidential + 機密 Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + 機密用戶端能夠維護其憑證的機密性,如:用戶端金鑰。 Public + 公開 Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + 公開用戶端能夠使用如 PKCE 等方式維護其機密性。 Back-channel @@ -1381,63 +1655,80 @@ Based on the User's hashed ID + 基於使用者雜湊 ID Based on the User's ID + 基於使用者 ID Based on the User's UUID + 基於使用者 UUID Based on the User's username + 基於使用者名稱 Based on the User's Email + 基於使用者的電子郵件 This is recommended over the UPN mode. + 這比 UPN 模式更推薦。 Based on the User's UPN + 基於使用者的 UPN Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + 需要使用者設定了「upn」特徵項,備選將使用使用者雜湊 ID。只有您有不同的 UPN 和郵件網域時才使用本模式。 Each provider has a different issuer, based on the application slug + 基於應用程式的縮寫,每個供應商都有一個不同的發行者 Same identifier is used for all providers + 所有供應商都使用相同的識別碼 Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + 如果未指定明確的重新導向 URI,將儲存第一個成功重新導向的 URI。 To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. Authorization flow + 授權流程 Select an authorization flow... Flow used when authorizing this provider. + 授權此供應商時的流程。 Client type + 用戶端類型 Client ID + 用戶端 ID Client Secret + 用戶端金鑰 Redirect URIs/Origins (RegEx) + 重新導向到 URI 或 原始來源 (正規表示式) Logout URI @@ -1453,27 +1744,32 @@ Signing Key + 簽署金鑰 Select a signing key... Key used to sign the tokens. + 用於對權杖進行簽署的金鑰。 Advanced flow settings Authentication flow + 身分認證流程 Select an authentication flow... Flow used when a user access this provider and is not authenticated. + 使用者存取此供應商但未獲授權時的流程 Invalidation flow + 登出流程 Select an invalidation flow... @@ -1483,24 +1779,31 @@ Advanced protocol settings + 進階通訊協定設定 Access code validity + 存取認證碼的有效性 Configure how long access codes are valid for. + 設定存取認證碼的有效期限。 Access Token validity + 存取權杖的有效性 Configure how long access tokens are valid for. + 設定存取權杖的有效期限。 Refresh Token validity + 重新整理權杖的有效性 Configure how long refresh tokens are valid for. + 設定重新整理權杖的有效期限。 Refresh Token threshold @@ -1510,6 +1813,7 @@ Scopes + 範疇 Available Scopes @@ -1519,6 +1823,7 @@ Select which scopes can be used by the client. The client still has to specify the scope to access the data. + 選擇用戶端可以使用的範疇,用戶端仍然需要指定範疇才能存取資料。 Encryption Key @@ -1534,24 +1839,31 @@ Subject mode + Subject 模式 Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + 設定應該使用哪些資料作為唯一的使用者識別碼。在大多數情況下使用預設值即可。 Include claims in id_token + 在 id_token 中包含身分聲明 Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + 對於那些不存取 userinfo 端點的應用程式,在 id_token 中將包含來自範疇的使用者身分聲明。 Issuer mode + 發行者模式 Configure how the issuer field of the ID Token should be filled. + 設定該如何填寫 ID 權杖的發行者欄位。 Machine-to-Machine authentication settings + 機器對機器的認證設定 Federated OIDC Sources @@ -1564,6 +1876,7 @@ JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + 透過所選來源中的憑證來簽署的 JWT ,可用於對此供應商進行身份認證。 Federated OIDC Providers @@ -1582,9 +1895,11 @@ Successfully updated provider. + 成功更新供應商。 Successfully created provider. + 成功建立供應商。 An error occurred while updating the provider. @@ -1594,120 +1909,157 @@ HTTP-Basic Username Key + HTTP 基本認證的使用者金鑰 User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + 用於 HTTP 基本認證標頭中,使用者區塊中的使用者/群組特徵項。如果未設定則套用使用者的電子郵件地址。 HTTP-Basic Password Key + HTTP 基本認證的密碼金鑰 User/Group Attribute used for the password part of the HTTP-Basic Header. + 用於 HTTP 基本認證標頭中,密碼區塊中的使用者/群組特徵項。 Proxy + 代理 Forward auth (single application) + 轉發身分認證(單一應用程式) Forward auth (domain level) + 轉發身分認證(網域級別) This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + 此供應商將充當透明的反向代理,唯一的區別是請求必須通過身份認證。如果您的上游應用程式使用 HTTPS,請確保也使用 HTTPS 連接到 Outpost。 External host + 外部主機 The external URL you'll access the application at. Include any non-standard port. + 您欲存取應用程式的外部網址,包含任何非標準的連接埠。 Internal host + 內部主機 http(s)://... Upstream host that the requests are forwarded to. + 要求轉發到上游主機。 Internal host SSL Validation + 內部主機的 SSL 驗證 Validate SSL Certificates of upstream servers. + 驗證上游主機的 SSL 憑證。 Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + 將此供應商與 nginx 的 auth_request 或 traefik 的 forwardAuth 一起使用。每個應用程式或網域需要其自己的供應商。此外,在每個網域上,/outpost.goauthentik.io 必須路由到 Outpost(當使用代管的 Outpost 時,這將會自動完成)。 Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + 將此供應商與 nginx 的 auth_request 或 traefik 的 forwardAuth 一起使用。每個主網域只需要一個提供者。您無法執行每個應用程式的授權,但您不必為每個應用程式建立提供者。 An example setup can look like this: + 設定的範例如下: authentik running on auth.example.com + authentik 運行於 auth.example.com app1 running on app1.example.com + app1 運行於 app1.example.com In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + 在這種情況下,您需要將身分認證網址設定為 auth.example.com 並將 Cookie 的網域設定為 example.com。 Authentication URL + 身分認證網址 The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + 您身分認證的外部網址,該網址應該要能夠連線到 authentik Core 伺服器。 Cookie domain + Cookie 網域 domain.tld Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + 將此設定為用於使身分認證為有效的網域。必須是上述網址的上級網域。如果您的應用程式運行於 app1.domain.tld、app2.domain.tld 等等,則將其設定為「domain.tld」。 Token validity + 權杖的有效性 Configure how long tokens are valid for. + 設定權杖的有效期限。 Additional scopes + 額外的範疇 Additional scope mappings, which are passed to the proxy. + 額外範疇的對應,用於傳遞給代理服務。 Unauthenticated URLs + 未經身分認證的網址 Unauthenticated Paths + 未經身分認證的路徑 Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + 不需要身分認證的正規表示式,每一行區隔為新的表示式。 When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + 當使用代理或轉發認證(單一應用程式)模式時,會根據正規表示式檢查要求的網址路徑。在使用轉發認證(網域模式)時,包含方案和主機在內的完整要求網址將與正規表示式進行配對。 Authentication settings + 身分認證設定 Intercept header authentication + 擷取標頭的身分認證 When enabled, authentik will intercept the Authorization header to authenticate the request. + 啟用時,authentik 將會擷取授權標頭來認證要求。 Send HTTP-Basic Authentication + 傳送 HTTP 基本身分認證 Send a custom HTTP-Basic Authentication header based on values from authentik. + 傳送一個基於 authentik 數值客製化的 HTTP 基本身分認證標頭。 Configure Proxy Provider @@ -1723,6 +2075,7 @@ Property mappings + 屬性對應 Available Property Mappings @@ -1735,9 +2088,11 @@ Shared secret + 共享密鑰 Client Networks + 用戶端網路 Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. @@ -1747,9 +2102,11 @@ Redirect + 重新導向 Post + Post Sign assertions @@ -1789,21 +2146,26 @@ ACS URL + ACS 網址 Service Provider Binding + 服務供應商附加 Determines how authentik sends the response back to the Service Provider. + 決定 authentik 如何將回應送回給服務供應商。 Issuer + 發行者 Also known as Entity ID. Audience + Audience SLS URL @@ -1813,15 +2175,19 @@ Signing Certificate + 簽署憑證 Certificate used to sign outgoing Responses going to the Service Provider. + 用於簽署外送回應給服務供應商的憑證。 Verification Certificate + 驗證憑證 When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + 選擇時,傳入斷言的簽章將依據這個憑證進行認證。若要允許未簽署的要求,請表留預設值。 Encryption Certificate @@ -1837,9 +2203,11 @@ NameID Property Mapping + nameID 屬性對應 Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + 設定如何建立 NameID 數值。如果為空則將遵守傳入要求的 NameIdPolicy。 AuthnContextClassRef Property Mapping @@ -1849,60 +2217,76 @@ Assertion valid not before + 斷言的有效期限不早於 Configure the maximum allowed time drift for an assertion. + 設定斷言的允許最大時間偏移量。 Assertion valid not on or after + 斷言在這個的時間及之後無效: Assertion not valid on or after current time + this value. + 斷言的有效期限為當前時間加上此值 Session valid not on or after + 會談在這個時間及之後無效: Session not valid on or after current time + this value. + 會談的有效期限是當前時間加上此值 Default relay state + 預設中繼狀態 When using IDP-initiated logins, the relay state will be set to this value. + 當使用 Idp 發起的登入時,中繼狀態將會設定為這個值。 Default NameID Policy Persistent + 持久性 Email address + 電子郵件地址 Windows + Windows X509 Subject + X509 主體 Transient + 暫時性 Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). Digest algorithm + 摘要演算法 Signature algorithm + 簽章演算法 Configure SAML Provider Token + 權杖 Token to authenticate with. @@ -1921,6 +2305,7 @@ SCIM base url, usually ends in /v2. + SCIM 的基礎網址,通常以 /v2 結尾。 Verify SCIM server's certificates @@ -1942,6 +2327,7 @@ Default + 設為預設 Default behavior. @@ -1975,24 +2361,31 @@ User filtering + 使用者篩選 Exclude service accounts + 排除服務帳號 Only sync users within the selected group. + 只同步選中群組的使用者。 Attribute mapping + 特徵項對應 User Property Mappings + 使用者屬性對應 Property mappings used to user mapping. + 用於使用者對應的屬性對應 Group Property Mappings + 群組屬性對應 Available Group Property Mappings @@ -2002,6 +2395,7 @@ Property mappings used to group creation. + 用於建立群組的屬性對應 Sync settings @@ -2026,6 +2420,7 @@ Type + 類型 None @@ -2038,33 +2433,42 @@ Forward auth (domain-level) + 轉發身分認證(網域級別) Unknown proxy mode + 未知的代理模式 Mode + 模式 Internal Host + 內部主機 External Host + 外部主機 Basic-Auth + 基本身分認證 Unknown type + 未知的類型 Redirect URIs + 重新導向 URI Review and Submit Application Submit + 提交 There was an error in the application. @@ -2095,9 +2499,11 @@ Provider + 供應商 Your application has been saved + 已經儲存您的應用程式 Saving application... @@ -2107,9 +2513,11 @@ Don't show this message again. + 不要再顯示這個通知。 One hint, 'New Application Wizard', is currently hidden + 提示:「新增應用程式設定精靈」目前處於隱藏中 Restore Application Wizard Hint @@ -2119,18 +2527,23 @@ Successfully imported provider. + 成功匯入供應商。 Metadata + 中繼資料 Create + 建立 New provider + 新增供應商 Create a new provider. + 建立一個新的供應商。 Create @@ -2227,9 +2640,11 @@ Providers + 供應商 Provide support for protocols like SAML and OAuth to assigned applications. + 為分配的應用程式提供如 SAML 和 OAuth 等協定的支援。 Provider Search @@ -2239,12 +2654,15 @@ Provider(s) + 供應商 Assigned to application + 分配給應用程式: Assigned to application (backchannel) + 分配給應用程式(背景通道): Provider not assigned to any application. @@ -2260,6 +2678,7 @@ Log messages + 日誌訊息 Override dry-run mode @@ -2284,6 +2703,7 @@ Username + 使用者名稱 Current status @@ -2305,6 +2725,7 @@ Changelog + 更新日誌 Provisioned Users @@ -2314,6 +2735,7 @@ Warning: Provider is not assigned to an application as backchannel provider. + 警告:供應商未作為背景通道分配給任何應用程式。 Dry-run @@ -2323,90 +2745,117 @@ Select providers to add to application + 選擇要加入到應用程式的供應商 Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + 輸入完整網址、相對路徑,或者使用 'fa://fa-test' 來使用 Font Awesome 圖示 「fa-test」。 Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + 使用者建立的路徑範本,使用預置內容例如「%(slug)s」來插入來源縮寫。 Successfully updated application. + 成功更新應用程式。 Successfully created application. + 成功建立應用程式。 Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. Select a provider that this application should use. + 選擇一個應用程式應該使用的供應商。 Backchannel Providers + 背景通道供應商 Select backchannel providers which augment the functionality of the main provider. + 選擇背景通道供應商,以增強主要提供者的功能。 Add provider + 新增供應商 UI settings + 使用者介面設定 Icon + 圖示 Currently set to: + 目前設定為: Clear icon + 清除圖示 Delete currently set icon. + 刪除目前的圖示。 Publisher + 發行人 Description + 描述 Create Application + 建立應用程式 Warning: Provider is not used by any Outpost. + 警告:供應商未被任何 Outpost 使用。 Assigned to application + 分配給應用程式 Update LDAP Provider + 更新 LDAP 供應商 How to connect + 如何連線 Connect to the LDAP Server on port 389: + 使用連接埠 389 連線到 LDAP 伺服器: Check the IP of the Kubernetes service, or + 檢查 Kubernetes 服務的 IP,或者 The Host IP of the docker host + docker 服務的主機 IP Bind DN + Bind DN Bind Password + Bind 密碼 Your authentik password Search base + 搜尋基礎 Microsoft Entra Group(s) @@ -2419,36 +2868,46 @@ Preview + 預覽 Warning: Provider is not used by an Application. + 警告:供應商未被任何應用程式使用。 Update OAuth2 Provider + 更新 OAuth2 供應商 OpenID Configuration URL + OpenID 設定網址 OpenID Configuration Issuer + OpenID 設定發行者 Authorize URL + 授權網址 Token URL + 權杖網址 Userinfo URL + 使用者資訊網址 Logout URL + 登出網址 JWKS URL + JWKS 網址 JWT payload @@ -2458,39 +2917,51 @@ Nginx (Ingress) + Nginx (Ingress) Nginx (Proxy Manager) + Nginx Prxoxy Manager Nginx (standalone) + Nginx (獨立應用程式) Traefik (Ingress) + Traefik (Ingress) Traefik (Compose) + Traefik (Compose) Traefik (Standalone) + Traefik (獨立應用程式) Caddy (Standalone) + Caddy (獨立應用程式) Update Proxy Provider + 更新代理供應商 Protocol Settings + 通訊協定設定 Allowed Redirect URIs + 允許的重新導向 URI Setup + 設定 No additional setup is required. + 無須額外設定。 Connection Token(s) @@ -2530,6 +3001,7 @@ Advanced settings + 進階設定 Search for users by username or display name... @@ -2542,9 +3014,11 @@ Active + 啟用 Last login + 最近登入 Show inactive users @@ -2557,9 +3031,11 @@ Successfully updated group. + 成功更新群組。 Successfully created group. + 成功建立群組。 Type a group name... @@ -2581,6 +3057,7 @@ Roles + 角色 Available Roles @@ -2590,84 +3067,110 @@ Select roles to grant this groups' users' permissions from the selected roles. + 選擇角色以授予此群組或使用者從所選角色中的權限。 Set custom attributes using YAML or JSON. + 使用 YAML 或 JSON 設定客製化特徵項。 Successfully updated binding. + 成功更新附加。 Successfully created binding. + 成功建立附加。 Don't pass + 不要通過 Result used when policy execution fails. + 當政策執行失敗所使用的結果 Successfully updated policy. + 成功更新政策。 Successfully created policy. + 成功建立政策。 A policy used for testing. Always returns the same result as specified below after waiting a random duration. + 用於測試的政策。等待隨機的時間後回傳相同的結果。 Execution logging + 執行的日誌紀錄 When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + 啟用此選項時,將會記錄這個政策所有的日誌。預設只會記錄錯誤日誌。 Policy-specific settings + 政策詳細設定 Pass policy? + 政策通過? Wait (min) + 等待時間 (最短) The policy takes a random time to execute. This controls the minimum time it will take. + 政策需要一段隨機時間才能執行。這個設定控制最短等待時間。 Wait (max) + 等待時間 (最長) Matches an event against a set of criteria. If any of the configured values match, the policy passes. + 根據一系列標準配對事件。如果符合任何設定的數值,則政策通過。 Match created events with this action type. When left empty, all action types will be matched. + 將此動作類型與建立的事件配對。如果為空則將符合所有動作類型。 Matches Event's Client IP (strict matching, for network matching use an Expression Policy). Match events created by selected application. When left empty, all applications are matched. + 將選擇的應用程式與建立的事件配對。如果為空則將符合所有應用程式。 Match events created by selected model. When left empty, all models are matched. + 將選擇的模型與建立的事件配對。如果為空則將符合所有模型。 Checks if the request's user's password has been changed in the last x days, and denys based on settings. + 檢查要求中的使用者密碼在過去幾個天內是否已更改,並根據設定決定是否拒絕。 Maximum age (in days) + 最長有效期限(以天為單位) Only fail the policy, don't invalidate user's password + 僅不通過政策,不取消使用者密碼的有效性 Executes the python snippet to determine whether to allow or deny a request. + 執行 Python 程式片段以決定是否允許或拒絕要求。 Expression using Python. + 使用 Python 的表示式。 See documentation for a list of all variables. + 有關所有變數列表請參考官方文件。 Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. @@ -2728,107 +3231,141 @@ Static rules + 靜態規則 Minimum length + 最短密碼長度 Minimum amount of Uppercase Characters + 最少大寫字母數量 Minimum amount of Lowercase Characters + 最少小寫字母數量 Minimum amount of Digits + 最少數字數量 Minimum amount of Symbols Characters + 最少特殊符號數量 Error message + 錯誤訊息 Symbol charset + 特殊符號字元編碼 Characters which are considered as symbols. + 將被視為特殊符號的字元。 HaveIBeenPwned settings + HaveIBeenPwned 設定 Allowed count + 可允許的次數 Allow up to N occurrences in the HIBP database. + 允許出現在 HIBP 資料庫的次數。 zxcvbn settings + zxcvbn 設定 Score threshold + 分數閾值 If the password's score is less than or equal this value, the policy will fail. + 如果密碼的分數不大於此數值,則未通過政策。 0: Too guessable: risky password. (guesses &lt; 10^3) + 0: 極為容易猜測,高風險密碼。(猜測次數 &lt; 10^3) 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) + 1: 非常容易猜測:可抵抗受限的線上攻擊。(猜測次數 &lt; 10^6) 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) + 2: 普通容易猜測:可抵抗不受限的線上攻擊。(猜測次數 &lt; 10^8) 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) + 3: 安全難以猜測:在離線的慢速雜湊情境提供中等保護。(猜測次數 &lt; 10^10) 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) + 4: 非常難以猜測:在離線的慢速雜湊情境提供強力保護。(猜測次數 &gt;= 10^10) Checks the value from the policy request against several rules, mostly used to ensure password strength. + 依據多條規則來檢查政策要求中的值,主要用於確保密碼強度。 Password field + 密碼欄位的鍵值 Field key to check, field keys defined in Prompt stages are available. + 要檢查的鍵值,欄位鍵值可在提示階段中選取。 Check static rules + 檢查靜態規則 Check haveibeenpwned.com + 檢查 haveibeenpwned.com For more info see: + 若要更多資訊請前往: Check zxcvbn + 檢查 zxcvbn Password strength estimator created by Dropbox, see: + 由 Dropbox 建立的密碼強度指示計,請前往: Allows/denys requests based on the users and/or the IPs reputation. + 根據使用者或 IP 名譽來允許或禁止要求。 Invalid login attempts will decrease the score for the client's IP, and the username they are attempting to login as, by one. + 無效的登入嘗試將使該用戶端 IP 和該使用者名稱的分數每次減少1分。 The policy passes when the reputation score is below the threshold, and doesn't pass when either or both of the selected options are equal or above the threshold. + 當名譽分數低於閾值時能通過政策。反之,當選項中的任何一個以上等於或高於閾值時,不通過政策。 Check IP + 檢查 IP Check Username + 檢查使用者名稱 Threshold + 閾值 Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. @@ -2838,21 +3375,27 @@ doesn't pass when either or both of the selected options are equal or above the New policy + 新增政策 Create a new policy. + 建立一個新的政策。 Create Binding + 建立附加 Members + 成員 Select groups to add user to + 選擇要加入使用者的群組 Warning: Adding the user to the selected group(s) will give them superuser permissions. + 警告:使用者加入到所選的群組將會賦予其超級使用者的權限。 Company employees with access to the full enterprise feature set. @@ -2865,12 +3408,15 @@ doesn't pass when either or both of the selected options are equal or above the Successfully updated user. + 成功更新使用者。 Successfully created user and added to group + 成功建立使用者並加入到群組 Successfully created user. + 成功建立使用者。 Type a username for the user... @@ -2889,6 +3435,7 @@ doesn't pass when either or both of the selected options are equal or above the User type + 使用者類型 Internal Service account @@ -2907,6 +3454,7 @@ doesn't pass when either or both of the selected options are equal or above the Path + 路徑 Type a path for the user... @@ -2919,33 +3467,42 @@ doesn't pass when either or both of the selected options are equal or above the Edit Policy + 編輯政策 Update Group + 更新群組 Edit Group + 編輯群組 Update User + 更新使用者 Edit User + 編輯使用者 Policy binding(s) + 政策附加 Update Binding + 更新附加 No Policies bound. + 沒有已附加的政策。 Policy actions Create and bind Policy + 建立政策並附加 Bind existing @@ -2976,51 +3533,67 @@ doesn't pass when either or both of the selected options are equal or above the Update Radius Provider + 更新 Radius 供應商 Download + 下載 Copy download URL + 複製下載連結網址 Download signing certificate + 下載簽章憑證 Related objects + 有關聯的物件 Update SAML Provider + 更新 SAML 供應商 SAML Configuration + SAML 設定 EntityID/Issuer + SEntityID/發行者 SSO URL (Post) + SSO 網址(Post方法) SSO URL (Redirect) + SSO 網址(重新導向) SSO URL (IdP-initiated Login) + SSO 網址(識別提供者Idp發起的登入) SLO URL (Post) + SLO 網址(Post方法) SLO URL (Redirect) + SLO 網址(重新導向) SAML Metadata + SAML 中繼資料 Example SAML attributes + SAML 的特徵項範例 NameID attribute + NameID 特徵項 SCIM Group(s) @@ -3030,12 +3603,14 @@ doesn't pass when either or both of the selected options are equal or above the Update SCIM Provider + 更新 SCIM 供應商 SSF Provider is in preview. Send us feedback! + 提供建議給我們! SSF URL @@ -3051,27 +3626,32 @@ doesn't pass when either or both of the selected options are equal or above the Applications + 應用程式 External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. Application Icon + 應用程式圖示 Provider Type + 供應商類型 Applications Documentation Application(s) + 應用程式 Application icon for "" Update Application + 更新應用程式 Edit "" @@ -3081,6 +3661,7 @@ doesn't pass when either or both of the selected options are equal or above the Open + 開啟 Create with Provider @@ -3093,6 +3674,7 @@ doesn't pass when either or both of the selected options are equal or above the Clear cache + 清除快取 Clear Application cache @@ -3102,6 +3684,7 @@ doesn't pass when either or both of the selected options are equal or above the Successfully sent test-request. + 成功發送測試要求。 Successfully updated entitlement. @@ -3138,24 +3721,31 @@ doesn't pass when either or both of the selected options are equal or above the Related + 關聯 Check access + 檢查存取權限 Check + 檢查 Check Application access + 檢查應用程式存取權限 Test + 測試 Launch + 啟動 Logins over the last week (per 8 hours) + 一周的登入狀態(每 8 小時) Application entitlements @@ -3171,12 +3761,14 @@ doesn't pass when either or both of the selected options are equal or above the Policy / Group / User Bindings + 政策 / 使用者 / 群組 附加 Loading application... Successfully updated device. + 成功更新裝置。 Device name... @@ -3192,6 +3784,7 @@ doesn't pass when either or both of the selected options are equal or above the Copy + 複製 Download the latest package from here: @@ -3255,6 +3848,7 @@ doesn't pass when either or both of the selected options are equal or above the Update Device + 更新裝置 Endpoint Device(s) @@ -3273,6 +3867,7 @@ doesn't pass when either or both of the selected options are equal or above the Hostname + 主機名稱 Serial number @@ -3315,6 +3910,7 @@ doesn't pass when either or both of the selected options are equal or above the Click to change value + 點擊以更改數值 Successfully updated connector. @@ -3336,6 +3932,7 @@ doesn't pass when either or both of the selected options are equal or above the Session duration + 會談的持續時間 Configure how long an authenticated session is valid for. @@ -3381,12 +3978,15 @@ doesn't pass when either or both of the selected options are equal or above the Successfully updated token. + 成功更新權杖。 Successfully created token. + 成功建立權杖。 Expires on + 有效期限 Token name... @@ -3396,21 +3996,27 @@ doesn't pass when either or both of the selected options are equal or above the Expiring + 是否會過期 If this is selected, the token will expire. Upon expiration, the token will be rotated. + 當啟用時,權杖將會過期。在過期後權杖將會被輪替。 The token has been copied to your clipboard + 權杖已經複製到您的剪貼簿 The token was displayed because authentik does not have permission to write to the clipboard + 因為 authentik 無法複製到您的剪貼簿,權杖資訊顯示在畫面上 Expires? + 是否會過期 Expiry date + 到期日 Enrollment Token(s) @@ -3420,6 +4026,7 @@ doesn't pass when either or both of the selected options are equal or above the Copy token + 複製權杖 Create Enrollment Token @@ -3447,27 +4054,35 @@ doesn't pass when either or both of the selected options are equal or above the Successfully updated source. + 成功更新來源。 Successfully created source. + 成功建立來源。 Link users on unique identifier + 使用唯一識別碼連結使用者 Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + 連結到具有相同電子郵件地址的使用者。當來源不驗證電子郵件地址時,可能會有安全風險。 Use the user's email address, but deny enrollment when the email address already exists + 使用使用者的電子郵件地址,但在電子郵件地址已存在時拒絕註冊。 Link to a user with identical username. Can have security implications when a username is used with another source + 連接到具有相同使用者名稱的使用者。當使用者名稱與其他來源一同使用時,可能會有安全風險。 Use the user's username, but deny enrollment when the username already exists + 使用使用者的使用者名稱,但在使用者名稱已存在時拒絕註冊。 Unknown user matching mode + 未知使用者配對模式 Link to a group with identical name. Can have security implications when a group is used with another source @@ -3489,9 +4104,11 @@ doesn't pass when either or both of the selected options are equal or above the Sync users + 同步使用者 User password writeback + 可改寫使用者密碼 Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. @@ -3510,6 +4127,7 @@ doesn't pass when either or both of the selected options are equal or above the User matching mode + 用戶配對模式 Group matching mode @@ -3588,24 +4206,31 @@ doesn't pass when either or both of the selected options are equal or above the Flow to use when authenticating existing users. + 認證現存使用者的流程。 Enrollment flow + 註冊流程 Flow to use when enrolling new users. + 新使用者註冊時的流程。 Additional settings + 其他設定 User path + 使用者路徑 Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + 登入密碼會自動從 LDAP 同步到 authentik。啟用此選項可將 authentik 修改的密碼同步回 LDAP。 Sync groups + 同步群組 Delete Not Found Objects @@ -3615,72 +4240,93 @@ doesn't pass when either or both of the selected options are equal or above the Connection settings + 連線設定 Server URI + 伺服器 URI Specify multiple server URIs by separating them with a comma. + 若要新增多個伺服器,透過逗號分隔多個伺服器 URI。 Enable StartTLS + 啟用 StartTLS To use SSL instead, use 'ldaps://' and disable this option. + 若要使用 SSL 請停用此選項,並使用「ldaps://」。 Use Server URI for SNI verification + 使用伺服器 URI 進行 SNI 驗證 Required for servers using TLS 1.3+ + 伺服器需啟用 TLS 1.3版以上 TLS Verification Certificate + TLS 驗證憑證 When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + 使用 TLS 連線到 LDAP 時,預設不檢查憑證,選擇金鑰對來驗證遠端憑證。 TLS Client authentication certificate + TLS 用戶端認證憑證 Client certificate keypair to authenticate against the LDAP Server's Certificate. + 用於對 LDAP 伺服器的憑證進行認證的用戶端憑證金鑰對。 Bind CN + Bind CN LDAP Attribute mapping + LDAP 特徵碼對應 Parent group for all the groups imported from LDAP. + 從 LDAP 匯入群組的上級群組。 Additional User DN Additional user DN, prepended to the Base DN. + 額外的使用者 DN,將優先於 Base DN。 Additional Group DN Additional group DN, prepended to the Base DN. + 額外的群組 DN,將優先於 Base DN。 User object filter + 使用者物件篩選器 Consider Objects matching this filter to be Users. + 符合此篩選的物件將視為使用者。 Group object filter + 群組物件篩選器 Consider Objects matching this filter to be Groups. + 符合此篩選的物件將視為群組。 Group membership field + 群組成員欄位 Field which contains members of a group. The value of this field is matched against User membership attribute. @@ -3699,9 +4345,11 @@ doesn't pass when either or both of the selected options are equal or above the Object uniqueness field + 物件的唯一性欄位 Field which contains a unique Identifier. + 包含唯一識別碼的欄位。 HTTP Basic Auth @@ -3717,48 +4365,63 @@ doesn't pass when either or both of the selected options are equal or above the URL settings + 網址設定 Authorization URL + 授權網址 URL the user is redirect to to consent the authorization. + 使用者被重新導向到此網址以同意授權。 Access token URL + 存取權杖網址 URL used by authentik to retrieve tokens. + authentik 用來擷取權杖的網址。 Profile URL + 個人資訊網址 URL used by authentik to get user information. + authentik 用來擷取個人資訊的網址。 Request token URL + 要求權杖網址 URL used to request the initial token. This URL is only required for OAuth 1. + 用於要求初始權杖的網址,僅用於 OAuth 1。 OIDC Well-known URL + OIDC Well-known 網址 OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + OIDC Well-known 設定的網址。可以用於自動設定以上網址。 OIDC JWKS URL + OIDC JWKS 網址 JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + JSON 網路金鑰的網址。才該網址擷取的金鑰用於驗證此來源的 JWT。 OIDC JWKS + OIDC JWKS Raw JWKS data. + 原始 JWKS 資料。 PKCE Method @@ -3774,36 +4437,45 @@ doesn't pass when either or both of the selected options are equal or above the Consumer key + 客戶金鑰 Also known as Client ID. + 也稱為用戶端 ID Consumer secret + 客戶機密密碼 Also known as Client Secret. + 也稱為用戶端密碼 Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + 額外的範疇將傳遞給 OAuth 供應商,用空格分隔。要替換現存範疇,請在前面加上 *。 OAuth Attribute mapping Load servers + 載入伺服器 Re-authenticate with Plex Allow friends to authenticate via Plex, even if you don't share any servers + 允許好友通過 Plex 進行身分認證,即便您沒有分享任何伺服器 Allowed servers + 允許的伺服器 Select which server a user has to be a member of to be allowed to authenticate. + 選擇使用者必須是其成員才能被允許進行身份認證的伺服器。 Plex Attribute mapping @@ -3822,54 +4494,71 @@ doesn't pass when either or both of the selected options are equal or above the SSO URL + SSO 網址 URL that the initial Login request is sent to. + 第一次登入要求發送的網址。 SLO URL + SLO 網址 Optional URL if the IDP supports Single-Logout. + 身分識別提供者 Idp 如果支援單一登出時的可選網址。 Also known as Entity ID. Defaults the Metadata URL. + 也稱為 Entity ID,預設為中繼資料的網址。 Binding Type + 附加類型 Redirect binding + 重新導向附加 Post-auto binding + 自動 Post 附加 Post binding but the request is automatically sent and the user doesn't have to confirm. + Post 附加,但自動傳送要求,使用者無需確認。 Post binding + Post 附加 Signing keypair + 簽署的金鑰對 Keypair which is used to sign outgoing requests. Leave empty to disable signing. + 用於簽署傳出要求的金鑰對。保持為空停用簽署。 Allow IDP-initiated logins + 允許識別提供者 Idp 發起的登入 Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + 允許由身份提供者 Idp 發起的認證流程。這可能是一個安全風險,因為不會驗證要求的 ID。 NameID Policy + NameID 政策 Delete temporary users after + 在此之後刪除臨時使用者: 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. + 刪除臨時使用者的時間偏移量。這僅適用於您的身份提供者使用 NameID 格式「transient」,且用戶沒有手動登出的情況。 When selected, encrypted assertions will be decrypted using this keypair. @@ -3879,9 +4568,11 @@ doesn't pass when either or both of the selected options are equal or above the Pre-authentication flow + 身分認證前的流程 Flow used before authentication. + 在身分認證前使用的流程。 SCIM Attribute mapping @@ -3900,24 +4591,31 @@ doesn't pass when either or both of the selected options are equal or above the New source + 新增身分來源 Create a new source. + 建立一個新的身分來源。 Federation and Social login + 聯邦式認證和社群登入 Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + 身分來源,既可以同步到 authentik 的資料庫,也能被使用者用來進行身分認證和註冊。 Source(s) + 來源 Disabled + 已停用 Built-in + 內建 Kerberos Source is in preview. @@ -3927,55 +4625,71 @@ doesn't pass when either or both of the selected options are equal or above the Connectivity + 連接性 Global status + 全域狀態 Vendor + 製造商 Update LDAP Source + 更新 LDAP 來源 OAuth Source Group mappings can only be checked if a user is already logged in when trying to access this source. + 僅當已登入的使用者在存取此來源時,才能檢查群組對應。 User mappings can only be checked if a user is already logged in when trying to access this source. + 僅當已登入的使用者在存取此來源時,才能檢查使用者對應。 Generic OpenID Connect + 通用 OpenID 連線 Unknown provider type + 未知的供應商類型 Callback URL + 回呼網址 Access Key + 存取金鑰 Update OAuth Source + 更新 OAuth 來源 Diagram + 示意圖 Policy Bindings + 政策附加 These bindings control which users can access this source. You can only use policies here as access is checked before the user is authenticated. + 這些附加控制哪些使用者可以存取此來源。因為在使用者身份認證之前就會檢查存取權限,所以這裡只能使用政策。 Update Plex Source + 更新 Plex 來源 Update SAML Source + 更新 SAML 來源 Update SCIM Source @@ -3985,6 +4699,7 @@ doesn't pass when either or both of the selected options are equal or above the Click to copy token + 點選這裡複製權杖 Telegram bot @@ -3994,9 +4709,11 @@ doesn't pass when either or both of the selected options are equal or above the Successfully updated mapping. + 成功更新對應。 Successfully created mapping. + 成功建立對應。 Unconfigured @@ -4009,6 +4726,7 @@ doesn't pass when either or both of the selected options are equal or above the Password + 密碼 RDP settings @@ -4027,96 +4745,127 @@ doesn't pass when either or both of the selected options are equal or above the SAML Attribute Name + SAML 特徵項名稱 Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + 用於 SAML 斷言的特徵項名稱。可以是 URN OID,綱要參考或任何其他字串。如果此屬性對應用於 NameID 屬性,則此欄位將被忽略。 Friendly Name + 易記名稱 Optionally set the 'FriendlyName' value of the Assertion attribute. + 可選:設定斷言特徵項中的「FriendlyName」值。 Scope name + 範疇名稱 Scope which the client can specify to access these properties. + 用戶端可以指定存取這些屬性的範疇。 Description shown to the user when consenting. If left empty, the user won't be informed. + 當需要使用者同意時顯示的說明。如果留空將不會顯示。 Example context data + 範例上下文資料 Active Directory User + Active Directory 使用者 Active Directory Group + Active Directory 群組 New property mapping + 新增屬性對應 Create a new property mapping. + 建立一個新的屬性對應。 Property Mappings + 屬性對應 Control how authentik exposes and interprets information. + 控制 authentik 如何公開和解釋資訊。 Property Mapping(s) + 屬性對應 Test Property Mapping + 測試屬性對應 Hide managed mappings + 隱藏代管對應 Identifier + 識別碼 Unique identifier the token is referenced by. + 權杖參考的唯一識別碼。 Intent + 使用目的 API Token + API 權杖 Used to access the API programmatically + 用於程式化存取 API App password. + 應用程式密碼 Used to login using a flow executor + 使用流程執行器來進行登入。 Tokens + 權杖 Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + 權杖在整個 authentik 中用於電子郵件認證階段、救援金鑰和存取 API。 Token(s) + 權杖 Create Token + 建立權杖 Token is managed by authentik. + 由 authentik 管理的權杖。 Update Token + 更新權杖 Editing is disabled for managed tokens + 代管權杖的編輯功能已停用 Successfully updated brand. @@ -4126,33 +4875,41 @@ doesn't pass when either or both of the selected options are equal or above the Domain + 網域 Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + 由網域的後輟配對,如果您输入 domain.tld,foo.domain.tld 仍將會符合。 Use this brand for each domain that doesn't have a dedicated brand. Branding settings + 品牌設定 Title + 標題 Branding shown in page title and several other places. + 品牌訊息會顯示在頁面標題和其他地方。 Logo + 品牌標誌 Logo shown in sidebar/header and flow executor. Favicon + 網站圖示 Icon shown in the browser tab. + 瀏覽器頁籤上顯示的圖示。 Default flow background @@ -4180,51 +4937,63 @@ doesn't pass when either or both of the selected options are equal or above the Default flows + 預設流程 Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + 用於對使用者進行身分認證的流程。如果為空則按縮寫順序使用第一個符合的流程。 Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + 用於登出的流程。如果為空則按縮寫順序使用第一個符合的流程。 Recovery flow + 救援流程 Select a recovery flow... Unenrollment flow + 取消注册流程 Select an unenrollment flow... If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + 如果設定此欄位,使用者可使用這個流程自行刪除自己的帳號。如果為空則不顯示選項。 User settings flow + 使用者設定流程 Select a user settings flow... If set, users are able to configure details of their profile. + 如果設定此欄位,使用者可以修改他們的個人資訊。 Device code flow + 裝置認證碼流程 Select a device code flow... If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + 如果設定此欄位,可以使用 OAuth 裝置認證碼設定檔,並使用所選的流程來輸入認證碼。 Other global settings + 其他全域設定 Web Certificate + 網頁伺服器憑證 Client Certificates @@ -4246,12 +5015,14 @@ doesn't pass when either or both of the selected options are equal or above the Configure visual settings and defaults for different domains. + 為不同的網域設定視覺化設定和各項預設值。 Brand name Default? + 是否為預設 Brand(s) @@ -4267,51 +5038,66 @@ doesn't pass when either or both of the selected options are equal or above the Policies + 政策 Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + 允許使用者根據屬性使用應用程式、執行密碼的標準,和有選擇性地應用在階段。 Assigned to object(s). Warning: Policy is not assigned. + 警告:政策未被分配。 Test Policy + 測試政策 Policy / Policies + 政策 Successfully cleared policy cache + 成功清除政策快取 Failed to delete policy cache + 未能清除政策快取 Clear Policy cache + 清除政策快取 Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + 您確定要清除政策快取嗎?這將會導致所有政策在下次使用時重新評價。 Reputation scores + 名譽分數 Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + IP 和使用者識別碼的名譽。每次登入失敗都會降低分數,反之每次成功登入都會增加分數。 IP + IP Score + 分數 Updated + 最後更新時間 Reputation + 名譽 Search for a group by name… @@ -4321,30 +5107,37 @@ doesn't pass when either or both of the selected options are equal or above the Groups + 群組 Group users together and give them permissions based on the membership. + 將使用者分組,並依照成員資格給予權限。 Parent + 上級群組 Superuser privileges? + 是否擁有超級使用者權限 Group(s) + 群組 View details of group "" Create Group + 建立群組 New Group Create group + 建立群組 Create and assign a group with the same name as the user. @@ -4354,9 +5147,11 @@ doesn't pass when either or both of the selected options are equal or above the Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + 使用以下使用者名稱和密碼進行認證,密碼可以從權杖頁面中取得。 Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + 有效期限為360天,之後密碼將會自動輪替。您可以在權杖列表中複製密碼。 Are you sure you want to delete ? @@ -4366,9 +5161,11 @@ doesn't pass when either or both of the selected options are equal or above the connecting object will be deleted + 連線的物件將被刪除 Successfully updated + 成功更新 Failed to update : @@ -4396,24 +5193,30 @@ doesn't pass when either or both of the selected options are equal or above the Successfully updated password. + 成功更新密碼。 Successfully sent email. + 成功發送電子郵件。 Email stage + 電子郵件階段 Successfully added user(s). + 成功加入使用者 Users + 使用者 Open user selection dialog Add users + 新增使用者 Group User Search @@ -4423,9 +5226,11 @@ doesn't pass when either or both of the selected options are equal or above the User(s) + 使用者 Remove Users(s) + 移除使用者 removed @@ -4435,54 +5240,70 @@ doesn't pass when either or both of the selected options are equal or above the Impersonate + 模擬使用者 Temporarily assume the identity of this user + 臨時扮演該使用者的身份 User status + 使用者狀態 Inactive + 停用 Regular user + 一般使用者 Change status + 更改狀態 Deactivate + 停用 Activate + 啟用 Update password + 更新密碼 Update 's password Set password + 設定密碼 Successfully generated recovery link + 成功產生救援連結 Copy recovery link + 複製救援連結 Send link + 傳送連結 Send recovery link to user + 向使用者傳送救援連結 Email recovery link + 電子郵件救援連結 Recovery link cannot be emailed, user has no email address saved. + 無法使用電子郵件傳送救援連結,因為使用者並沒有設定電子郵件。 To let a user directly reset a their password, configure a recovery flow on the currently active brand. @@ -4492,21 +5313,25 @@ doesn't pass when either or both of the selected options are equal or above the Warning: This group is configured with superuser access. Added users will have superuser access. + 警告:這個群組具有超級使用者權限,加入到此群組的使用者將會取得該權限。 Add existing user + 加入現存使用者 Add new user Create User + 建立使用者 New User This user will be added to the group "". + 這個使用者將會被加入到「」群組。 New user... @@ -4522,15 +5347,19 @@ doesn't pass when either or both of the selected options are equal or above the Hide service-accounts + 隱藏服務帳戶 Group Info + 群組資訊 Notes + 備註 Edit the notes attribute of this group to add notes here. + 編輯這個群組的備註特徵項來加入備註。 Unnamed @@ -4549,9 +5378,11 @@ doesn't pass when either or both of the selected options are equal or above the Root + Root A copy of this recovery link has been placed in your clipboard + 救援連結已經複製到您的剪貼簿中 Search by username, email, etc... @@ -4570,90 +5401,112 @@ doesn't pass when either or both of the selected options are equal or above the Create recovery link + 建立救援連結 To let a user directly reset their password, configure a recovery flow on the currently active brand. User folders + 使用者資料夾 User paths Successfully added user to group(s). + 成功加入使用者到群組。 Groups to add + 欲加入的群組 Add group + 新增群組 Remove from Group(s) + 從群組中移除 Are you sure you want to remove user from the following groups? Add Group + 加入群組 Add to existing group + 加入到現存的群組 Add new group + 建立群組並加入 Application authorizations + 應用程式授權 Revoked? + 是否已撤銷 Expires + 有效期限 ID Token + ID 權杖 Access Tokens(s) Refresh Tokens(s) + 重新整理權杖 Last IP + 最後登入的 IP Last used Session(s) + 會談 Expiry + 過期 (Current session) + (正在使用的會談) Consent(s) + 同意 Reputation score(s) Disconnect + 解除連線 Successfully disconnected source + 成功解除來源的連線 Failed to disconnected source: Connect + 連線 Error: unsupported source settings: @@ -4663,12 +5516,14 @@ doesn't pass when either or both of the selected options are equal or above the No services available. + 沒有可用的服務。 Source Settings Confirmed + 裝置驗證 Created at @@ -4684,81 +5539,103 @@ doesn't pass when either or both of the selected options are equal or above the Device(s) + 裝置 Email + 電子郵件 Last password change User Info + 使用者資訊 Lock the user out of this system + 從這個系統中鎖定使用者 Allow the user to log in and use this system + 允許使用者登入並使用這個系統 Enter a new password for this user + 為這個使用者輸入新密碼 Create a link for this user to reset their password + 為這個使用者建立連結來重設他們的密碼 Create Recovery Link + 建立救援連結 Sessions + 會談 Explicit Consent + 明示同意 OAuth Access Tokens OAuth Refresh Tokens + OAuth 重新整理權杖 MFA Authenticators + 多重要素認證器 Connected services + 已連接的服務 RAC Connections Actions over the last week (per 8 hours) + 一周的動作狀態(每 8 小時) Edit the notes attribute of this user to add notes here. + 編輯這個使用者的備註特徵項來加入備註。 User events + 使用者事件 Credentials / Tokens Successfully updated role. + 成功更新角色 Successfully created role. + 成功建立角色 Manage roles which grant permissions to objects within authentik. + 在 authentik 中管理角色來賦予物件權限。 Role(s) + 角色 Update Role + 更新角色 Create Role + 建立角色 Unknown Initial Permissions mode @@ -4798,81 +5675,105 @@ doesn't pass when either or both of the selected options are equal or above the Role Info + 角色資訊 Role Successfully updated invitation. + 成功更新邀請函。 Successfully created invitation. + 成功建立邀請函。 The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. Flow + 流程 When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + 當選擇時,邀請只能與該流程一起使用。預設情況下,邀請在所有包含邀請階段的流程中都被接受。 Custom attributes + 客製化特徵項 Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + 可選:載入到流程的「prompt_data」上下文變數。YAML 或 JSON 格式。 Single use + 單次使用 When enabled, the invitation will be deleted after usage. + 當啟用時,邀請函將在使用後被刪除。 Select an enrollment flow + 選擇註冊流程 Link to use the invitation. + 使用邀請函的連結。 Invitations + 邀請函 Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + 建立邀請函連結來註冊使用者,可選擇強制設定其帳戶的特定特徵項。 Created by + 建立者 Invitation(s) + 邀請函 Invitation not limited to any flow, and can be used with any enrollment flow. + 邀請函並未限制用於任何流程,且可以用於任何註冊流程。 Update Invitation + 更新邀請函 Create Invitation + 建立邀請函 Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + 警告:邀請流程沒有附加到任何流程。邀請將無法依照預期工作。 Pseudolocale (for testing) + 虛擬翻譯語言(用於測試) German + 德語 English + 英語 Spanish + 西班牙語 French + 法語 Italian @@ -4888,240 +5789,312 @@ doesn't pass when either or both of the selected options are equal or above the Polish + 波蘭語 Russian Turkish - - - Taiwanese Mandarin + 土耳其語 Chinese (simplified) + 簡體中文 Chinese (traditional) + 繁體中文 Not you? + 不是您? Auto-detect (based on your browser) + 自動偵測(基於您的瀏覽器) Required. + 必需。 Continue + 繼續 Failed to preview prompt Successfully updated prompt. + 成功更新提示。 Successfully created prompt. + 成功建立提示。 Text: Simple Text input + 文字:簡單文字輸入 Text Area: Multiline text input + 文字區塊:多行文字輸入。 Text (read-only): Simple Text input, but cannot be edited. + 文字(唯讀):簡單文字輸入,但無法編輯。 Text Area (read-only): Multiline text input, but cannot be edited. + 文字區塊(唯讀):多行文字輸入。但無法編輯。 Username: Same as Text input, but checks for and prevents duplicate usernames. + 使用者名稱:與文字輸入相同,但檢查是否與現存有重複。 Email: Text field with Email type. + 電子郵件:具有電子郵件類型的文字欄位。 Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + 密碼:遮罩輸入,同一提示上的多個此類輸入需要相同。 Number + 編號 Checkbox + 核取方塊 Radio Button Group (fixed choice) + 選項按鈕群組(固定選項) Dropdown (fixed choice) + 下拉式選單(固定選項) Date + 日期 Date Time + 日期時間 File + 檔案 Separator: Static Separator Line + 分隔符號:靜態分隔線 Hidden: Hidden field, can be used to insert data into form. + 隱藏:隱藏欄位,可用於將資料插入表單。 Static: Static value, displayed as-is. + 靜態:靜態數值,按原狀顯示。 authentik: Locale: Displays a list of locales authentik supports. + authentik:語言:顯示 authentik 支援的語言列表。 Preview errors + 預覽錯誤 Data preview + 資料預覽 Unique name of this field, used for selecting fields in prompt stages. + 這個欄位的獨特名稱,用於在提示階段中選擇。 Field Key + 欄位鍵值 Name of the form field, also used to store the value. + 表單名稱,也用於儲存數值。 When used in conjunction with a User Write stage, use attributes.foo to write attributes. + 當與使用者寫入階段結合使用時,請使用 attributes.foo 來撰寫特徵項。 Label + 標籤 Label shown next to/above the prompt. + 標籤顯示在提示的旁邊或上方。 Interpret placeholder as expression + 將預先填入解釋為表示式 When checked, the placeholder will be evaluated in the same way a property mapping is. If the evaluation fails, the placeholder itself is returned. + 啟用時,預先填入將以與屬性對應相同的方式進行評估。如果評估失敗,則返回預先填入本身。 Placeholder + 預先填入 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. + 可選:提供一個簡短提示,描述預期的輸入值。當建立一個固定選擇欄位時, + 啟用解釋為表示式,並回傳一個列表以提供多個選擇。 Interpret initial value as expression + 將初始值解釋為表示式 When checked, the initial value will be evaluated in the same way a property mapping is. If the evaluation fails, the initial value itself is returned. + 啟用時,初始值將以與屬性對應相同的方式進行評估。如果評估失敗,則返回初始值本身。 Initial value + 初始值 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. + 可選:預先填入輸入框以一個初始值。 + 當建立一個固定選擇欄位時,啟用解釋為表示式,並回傳一個列表以提供多個預設選擇。 Help text + 支援文字 Any HTML can be used. + 可使用任何 HTML。 Prompts + 提示 Single Prompts that can be used for Prompt Stages. + 可用於提示階段的單一提示。 Field + 欄位 Stages + 階段 Prompt(s) + 提示 Update Prompt + 更新提示 Create Prompt + 建立提示 Successfully updated stage. + 成功更新階段。 Successfully created stage. + 成功建立階段。 Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + 用於設定基於 Duo 身分認證器的階段。此階段應該使用在設定流程。 Authenticator type name + 身分認證器類型的名稱 Display name of this authenticator, used by users when they enroll an authenticator. + 顯示這個身分認證器,用於當使用者要註冊一個身分認證器時。 API Hostname + API 主機名稱 Duo Auth API + Duo 認證 API Integration key + 整合金鑰 Secret key + 金鑰 Duo Admin API (optional) + Duo 管理員 API(可選) When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. Stage-specific settings + 階段特定的設定 Configuration flow + 設定的流程 Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + 用於已認證的使用者設定此階段的流程,如果為空則使用者無法設定此階段。 SMTP Host + SMTP 主機 SMTP Port + SMTP 連接埠 SMTP Username + SMTP 使用者名稱 SMTP Password + SMTP 密碼 Use TLS + 使用 TLS Use SSL + 使用 SSL From address + 寄件人地址 Email address the verification email will be sent from. @@ -5146,6 +6119,7 @@ doesn't pass when either or both of the selected options are equal or above the Template + 範本 Loading templates... @@ -5155,138 +6129,180 @@ doesn't pass when either or both of the selected options are equal or above the Twilio Account SID + Twilio 帳號 SID Get this value from https://console.twilio.com + 從以下網址取得值 https://console.twilio.com Twilio Auth Token + Twilio 身分認證權杖 Authentication Type + 身分認證類型 Basic Auth + 基本身分認證 Bearer Token + 持有人權杖 External API URL + 外部 API 網址 This is the full endpoint to send POST requests to. + 這是項其發送 POST 要求的完整終端節點。 API Auth Username + API 認證使用者 This is the username to be used with basic auth or the token when used with bearer token + 這是與基本身分認證一起使用的使用者名稱,或與持有人權杖一起使用時的權杖。 API Auth password + API 認證密碼 This is the password to be used with basic auth + 這是與基本身分認證一起使用的密碼 Stage used to configure an SMS-based TOTP authenticator. + 用於設定基於簡訊的 TOTP 身分認證器的階段。 Twilio + Twilio Generic + 通用的 From number + 傳送人電話號碼 Number the SMS will be sent from. + 傳送簡訊的電話號碼。 Mapping + 對應 Modify the payload sent to the provider. Hash phone number + 雜湊電話號碼 If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + 啟用時,將只會儲存手機號碼的雜湊值。如果有資料保護的需求可以使用此項。啟用此選項的階段建立的裝置,將無法使用身份認證器的認證階段。 Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + 用於設定靜態身分認證器的流程(即靜態權杖)。此階段應用於設定流程。 Token count + 權杖計數 The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + 每當使用此階段時產生的權杖數量。每次階段執行產生的每個權杖都將附加到一個固定裝置上。 Token length + 權杖長度 The length of the individual generated tokens. Can be increased to improve security. + 每個產生的權杖長度。可以增加以提高安全性。 Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + 用於設定 TOTP 身分認證器的階段(即 Authy/Google 身分認證器)。 Digits + 位數 6 digits, widely compatible + 6位數字,廣泛相容各類認證器 8 digits, not compatible with apps like Google Authenticator + 8位數字,不相容於類似 Google Authenticator 等認證器 Static Tokens + 靜態權杖 TOTP Authenticators + TOTP 身分認證器 WebAuthn Authenticators + WebAuthn 身分認證器 Duo Authenticators + Duo 身分認證器 SMS-based Authenticators + 透過簡訊進行身分認證 Email-based Authenticators Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + 用於驗證任何身分認證器的階段。此階段應用於身分認證或授權流程。 Device classes + 裝置類別 Device classes which can be used to authenticate. + 可用於身分認證的類別。 Last validation threshold + 最後驗證的時間閾值 If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. Not configured action + 未設定時的動作 Force the user to configure an authenticator + 強制使用者設定一個身分認證器 Deny the user access + 拒絕使用者存取 Configuration stages + 設定階段 Available Stages @@ -5296,24 +6312,30 @@ doesn't pass when either or both of the selected options are equal or above the Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + 用於當使用者沒有相容的裝置時,設定身分認證器的階段。通過此階段後,使用者將不會再收到提示。 When multiple stages are selected, the user can choose which one they want to enroll. + 當選擇多個階段時,使用者可選擇想使用哪一個註冊。 WebAuthn-specific settings WebAuthn User verification + WebAuthn 使用者驗證 User verification must occur. + 使用者驗證必需發生。 User verification is preferred if available, but not required. + 使用者驗證作為可選項目而非必需。 User verification should not occur. + 使用者驗證不應發生。 WebAuthn Device type restrictions @@ -5332,42 +6354,55 @@ doesn't pass when either or both of the selected options are equal or above the Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + 用於設定 WebAuthn 身份認證器的階段(例如 Yubikey、FaceID/Windows Hello)。 User verification + 使用者驗證 Required: User verification must occur. + 必需:使用者驗證必需發生。 Preferred: User verification is preferred if available, but not required. + 推薦:使用者驗證作為可選項目而非必需。 Discouraged: User verification should not occur. + 不建議:使用者驗證不應發生。 Resident key requirement + 常駐金鑰要求 Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + 必須:身份認證器必須建立專屬憑證。如果無法建立,依賴方已準備好應對可能發生的錯誤。 Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + 推薦:身份認證器可以建立並儲存專屬憑證,但如果沒有建立也沒關係。 Discouraged: The authenticator should not create a dedicated credential + 不建議:身份認證器不應建立專屬憑證。 Authenticator Attachment + 身分認證器外接裝置 No preference is sent + 不傳送建議選項 A non-removable authenticator, like TouchID or Windows Hello + 不可移除的身分認證器,例如 TouchID 或 Windows Hello A "roaming" authenticator, like a YubiKey + 外接式的身分認證器,例如 YubiKey Maximum registration attempts @@ -5380,18 +6415,23 @@ doesn't pass when either or both of the selected options are equal or above the This stage checks the user's current session against the Google reCaptcha (or compatible) service. + 這個階段使用 Google reCaptcha (或其他相容的)服務檢查使用者目前的會談。 Public Key + 公鑰 Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. + 公鑰,取得自以下網址 https://www.google.com/recaptcha/intro/v3.html。 Private Key + 私鑰 Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. + 私鑰,取得自以下網址 https://www.google.com/recaptcha/intro/v3.html。 Interactive @@ -5419,21 +6459,27 @@ doesn't pass when either or both of the selected options are equal or above the JS URL + JS 網址 URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. + 用於擷取 JavaScript 的網址,預設為 reCAPTCHA。可以替換為任何相容的替代方案。 API URL + API 網址 URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. + 用於驗證認證碼回應的網址,預設為 reCAPTCHA。可以替換為任何相容的替代方案。 Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + 使用者同意的提示。同意可以是永久性的,也可以設定過期時間。 Always require consent + 總是需要取得同意 Consent given lasts indefinitely @@ -5443,39 +6489,51 @@ doesn't pass when either or both of the selected options are equal or above the Consent expires in + 同意有效期限 Offset after which consent expires. + 同意有效期限的偏移量 Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + 靜態拒絕的流程。要有效使用此階段,請在相應的附加上停用「在計劃流程時進行評估」。 Deny message + 拒絕的訊息 Message shown when this stage is run. + 當這個階段執行時會顯示的訊息。 Dummy stage used for testing. Shows a simple continue button and always passes. + 用於測試的假階段。顯示一個「繼續」的按鈕且永遠通過。 Throw error? + 是否顯示錯誤資訊 Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + 通過發送一次性連結驗證使用者的電子郵件地址。也可用於救援過程中驗證使用者的真實性。 Activate pending user on success + 成功時啟用待處理的使用者 When a user returns from the email successfully, their account will be activated. + 當使用者成功透過電子郵件返回時,重新啟用他們的帳號。 Use global settings + 使用全域設定 When enabled, global Email connection settings will be used and connection settings below will be ignored. + 啟用時,將使用全域電子郵件連線設定,以下的連線設定將被忽略。 Time the token sent is valid. @@ -5494,21 +6552,27 @@ doesn't pass when either or both of the selected options are equal or above the UPN + UPN Let the user identify themselves with their username or Email address. + 讓使用者利用使用者名稱或電子郵件來標示自己。 User fields + 使用者欄位 Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + 使用者可以用來標示自己的欄位。如果沒有選擇任何欄位,使用者將只能使用來源。 Password stage + 密碼階段 When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + 當選擇時,密碼欄位將會顯示在同一頁面上,這樣可以防止使用者名稱列舉攻擊。 Captcha stage @@ -5518,21 +6582,27 @@ doesn't pass when either or both of the selected options are equal or above the Case insensitive matching + 使用者名稱配對不分大小寫 When enabled, user fields are matched regardless of their casing. + 啟用時,配對使用者名稱時將無視大小寫。 Pretend user exists + 存在模擬的使用者 When enabled, the stage will always accept the given user identifier and continue. + 啟用時,該階段將始終接受給定的使用者識別碼並繼續執行。 Show matched user + 顯示符合的使用者 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. + 當啟用了此選項,且輸入了有效的使用者名稱或電子郵件時,將顯示使用者的使用者名稱和個人檔案圖片。否則,將顯示使用者輸入的文字。 Enable "Remember me on this device" @@ -5542,39 +6612,51 @@ doesn't pass when either or both of the selected options are equal or above the Source settings + 來源設定 Sources + 來源 Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + 選擇當使用者進行認證時應顯示的來源。此選項將只會影響基於網頁的來源,LDAP 不受影響。 Show sources' labels + 顯示來源標籤 By default, only icons are shown for sources. Enable this to show their full names. + 預設的情況下,只會顯示來源的圖示,啟用這個選項來顯示全名。 Passwordless flow + 無密碼認證流程 Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + 可選:無密碼認證的流程,連結顯示在頁面底部。設定時,使用者可以無須輸入任何詳細資訊,透過此流程搭配 WebAuthn 身分認證器來進行認證。 Optional enrollment flow, which is linked at the bottom of the page. + 可選:註冊流程,連結顯示在頁面底部。 Optional recovery flow, which is linked at the bottom of the page. + 可選:救援流程,連結顯示在頁面底部。 This stage can be included in enrollment flows to accept invitations. + 此階段可以包含在註冊流程中以接受邀請。 Continue flow without invitation + 設定無邀請函的流程 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. + 如果啟用此旗標,當沒有邀請函時這個階段將會跳到下個階段。預設的情況下,此階段將會取消流程。 Client-certificate/mTLS authentication/enrollment. @@ -5602,6 +6684,7 @@ doesn't pass when either or both of the selected options are equal or above the Common Name + 主體名稱 Configure the attribute of the certificate used to look for a user. @@ -5614,33 +6697,41 @@ doesn't pass when either or both of the selected options are equal or above the User database + standard password + 使用者資料庫 + 標準密碼 User database + app passwords + 使用者資料庫 + 應用程式密碼 User database + LDAP password + 使用者資料庫 + LDAP 密碼 User database + Kerberos password Validate the user's password against the selected backend(s). + 由選擇的後端來驗證使用者密碼。 Backends + 後端 Selection of backends to test the password against. + 選擇要用於測試密碼的後端。 Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. Failed attempts before cancel + 取消前可嘗試的次數 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. + 在取消流程前使用者嘗試的次數。要鎖定使用者請使用名譽政策和 user_write 階段。 Provide users with a 'show password' button. @@ -5650,9 +6741,11 @@ doesn't pass when either or both of the selected options are equal or above the Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + 向使用者顯示任意輸入欄位,例如在註冊過程中。資料會保存在流程上下文中的「prompt_data」變數中。 Fields + 欄位 Available Fields @@ -5662,6 +6755,7 @@ doesn't pass when either or both of the selected options are equal or above the Validation Policies + 驗證政策 Available Policies @@ -5671,6 +6765,7 @@ doesn't pass when either or both of the selected options are equal or above the Selected policies are executed when the stage is submitted to validate the data. + 當階段提交時,將執行所選政策以驗證資料。 Redirect the user to another flow, potentially with all gathered context @@ -5707,24 +6802,31 @@ doesn't pass when either or both of the selected options are equal or above the Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + 刪除目前待處理的使用者。注意,這個階段不會要求確認。使用同意階段以確保使用者意識到他們的動作。 Log the currently pending user in. + 將待處理的使用者登入。 Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + 決定會談將持續多久。預設值「seconds=0」表示會談會持續到關閉瀏覽器為止。 Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + 不同的瀏覽器處理會談 cookies 方法各異,在關閉瀏覽器後可能不會移除它。 See here. + 更多資訊 Stay signed in offset + 登入的持續時間 If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + 如果持續時間大於零,使用者介面上將會有「保持登入」選項。這將會依照設定的時間延長會談。 Remember device @@ -5767,124 +6869,162 @@ doesn't pass when either or both of the selected options are equal or above the Terminate other sessions + 終止其他會談 When enabled, all previous sessions of the user will be terminated. + 當啟用後,所有之前的會談將會被終止。 Remove the user from the current session. + 移除使用者目前的會談。 Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user is pending, a new user is created, and data is written to them. + 將流程上下文中的「prompt_data」的任何資料寫入當前待處理的使用者。如果沒有待處理的使用者,則建立一個新使用者,並將資料寫入該使用者。 Never create users + 不建立使用者 When no user is present in the flow context, the stage will fail. + 當流程上下文中不存在使用者時,階段將會失敗。 Create users when required + 需要時建立使用者 When no user is present in the the flow context, a new user is created. + 當流程上下文中不存在使用者時,建立使用者。 Always create new users + 總是建立使用者 Create a new user even if a user is in the flow context. + 總是建立使用者,即便流程上下文中存在使用者。 Create users as inactive + 建立停用狀態的使用者 Mark newly created users as inactive. + 將建立的使用者標記為停用狀態。 Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + 內部使用者可能是像公司員工這樣的使用者,他們將取得全部企業版功能的存取權限。 External users might be external consultants or B2C customers. These users don't get access to enterprise features. + 外部使用者可能是像顧問或是 B2C 客戶這樣的使用者,這些使用者不會取得企業版功能的存取權限。 Service accounts should be used for machine-to-machine authentication or other automations. + 服務帳號應用於機器對機器的身份認證或其他自動化操作。 User type used for newly created users. + 用於建立使用者的使用者類型。 User path template + 使用者路徑範本 Path new users will be created under. If left blank, the default path will be used. + 使用者將會建立在此路徑下。如果留空則使用預設路徑。 Newly created users are added to this group, if a group is selected. + 如果有選擇群組,使用者將會被加入到該群組。 Target + 目標 Stage + 階段 Evaluate when flow is planned + 在計劃流程時進行評估 Evaluate policies during the Flow planning process. + 在計劃流程執行時評估政策。 Evaluate when stage is run + 在執行階段時進行評估 Evaluate policies before the Stage is presented to the user. Invalid response behavior + 無效的回應行為 Returns the error message and a similar challenge to the executor + 回傳錯誤訊息以及類似的挑戰到執行器 Restarts the flow from the beginning + 從頭開始重新啟動流程 Restarts the flow from the beginning, while keeping the flow context + 從頭開始重新啟動流程,但保持流程的上下文 Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + 設定流程執行器在遇到附加的階段中,給出挑戰但收到的無效回應時,應該處理的方式。 New stage + 新增階段 Create a new stage. + 建立一個階段。 Successfully imported device. + 成功匯入裝置。 The user in authentik this device will be assigned to. + 此裝置將被分配給的 authentik 中的使用者。 Duo User ID + Duo 使用者 ID The user ID in Duo, can be found in the URL after clicking on a user. + Duo 的使用者 ID,點選使用者後可以在網址列上找到。 Automatic import + 自動匯入 Successfully imported devices. Start automatic import + 開始自動匯入 Or manually import + 或使用手動匯入 Endpoint Google Chrome Device Trust is in preview. @@ -5897,45 +7037,59 @@ doesn't pass when either or both of the selected options are equal or above the Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + 階段是流程中使用者被引導通過的單一步驟。階段只能在流程內部執行。 Flows + 流程 Stage(s) + 階段 Import + 匯入 Import Duo device + 匯入 Duo 裝置 Import devices + 匯入裝置 Successfully updated flow. + 成功更新流程。 Successfully created flow. + 成功建立流程。 Shown as the Title in Flow pages. + 作為標題顯示在流程頁面。 Visible in the URL. + 顯示於網址列中。 Designation + 使用目的 Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + 決定此流程的用途。例如當未經認證的使用者存取 authentik 時,將其重新導向到身分認證流程。 No requirement + 不需要 Require authentication + 需要身分認證 Require no authentication @@ -5951,148 +7105,192 @@ doesn't pass when either or both of the selected options are equal or above the Required authentication level for this flow. + 這個流程所需的身分認證等級。 Behavior settings + 行為設定 Compatibility mode + 相容模式 Increases compatibility with password managers and mobile devices. + 提升對密碼管理器和行動裝置的相容性。 Denied action + 拒絕時動作 Will follow the ?next parameter if set, otherwise show a message + 如果有設定「?next」參數則重新導向,反之則顯示訊息 Will either follow the ?next parameter or redirect to the default interface + 如果有設定「?next」參數則重新導向,反之則重新導向到預設介面 Will notify the user the flow isn't applicable + 將會通知使用者流程無法適用 Decides the response when a policy denies access to this flow for a user. + 決定當這個流程的使用者被政策拒絕存取時的回應。 Appearance settings + 外觀設定 Layout + 版面設計 Background + 背景 Background shown during execution. + 執行過程中顯示的背景。 Clear background + 清除背景 Delete currently set background image. + 刪除目前設定的背景圖片。 Successfully imported flow. + 成功匯入流程。 .yaml files, which can be found in the Example Flows documentation See more here: + 更多資訊請參考: Documentation + 官方文件 Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + 流程描述了一系列階段,用於認證、註冊或救援使用者。根據應用於它們的政策選擇階段。 Flow(s) + 流程 Update Flow + 更新流程 Execute "" Execute + 執行 Export "" Export + 匯出 Create Flow + 建立流程 Import Flow + 匯入流程 Successfully cleared flow cache + 成功清除流程的快取 Failed to delete flow cache + 無法刪除流程的快取 Clear Flow cache + 清除流程的快取 Are you sure you want to clear the flow cache? This will cause all flows to be re-evaluated on their next usage. + 您確定要清除流程快取嗎?這將導致所有流程在下次使用時重新評估。 Stage binding(s) + 階段附加 Stage type + 階段類型 Edit Stage + 編輯階段 Update Stage binding + 更新階段附加 These bindings control if this stage will be applied to the flow. + 這些附加控制此階段是否將應用於流程。 No Stages bound + 沒有已附加的階段 No stages are currently bound to this flow. + 目前沒有階段附加到此流程。 Create and bind Stage + 建立階段並附加 Create Stage binding + 建立階段附加 Bind existing stage + 附加已存在的階段 Flow Overview + 流程概覽 Flow Info + 流程資訊 Related actions + 關聯的動作 Execute flow + 執行流程 Execute "" normally Normal + 正常執行 Execute "" as current user @@ -6108,27 +7306,34 @@ doesn't pass when either or both of the selected options are equal or above the Export flow + 匯出這個流程 Stage Bindings + 階段附加 These bindings control which users can access this flow. + 這些附加控制哪些使用者可以存取此流程。 Event Log + 事件日誌 Brand Show details + 顯示詳細資訊 Event info + 事件資訊 Created + 已建立 Raw event info @@ -6138,27 +7343,35 @@ doesn't pass when either or both of the selected options are equal or above the Successfully updated transport. + 成功更新通道。 Successfully created transport. + 成功建立通道。 Send once + 僅發送一次 Only send notification once, for example when sending a webhook into a chat channel. + 僅發送一次通知,例如在將 webhook 發送到聊天頻道時。 Local (notifications will be created within authentik) + 本機(通知將會透過 authentik 建立) Webhook (generic) + Webhook (通用) Webhook (Slack/Discord) + Webhook(Slack/Discord) Webhook URL + Webhook 網址 Webhook Body Mapping @@ -6174,24 +7387,31 @@ doesn't pass when either or both of the selected options are equal or above the Notification Transports + 通知通道 Define how notifications are sent to users, like Email or Webhook. + 定義如何向使用者傳送通知,例如電子郵件或 Webhook。 Notification transport(s) + 通知通道 Update Notification Transport + 更新通知通道 Create Notification Transport + 建立通知通道 Successfully updated rule. + 成功更新規則。 Successfully created rule. + 成功建立規則。 Select the group of users which the alerts are sent to. @@ -6207,6 +7427,7 @@ doesn't pass when either or both of the selected options are equal or above the Transports + 通道 Available Transports @@ -6216,64 +7437,83 @@ doesn't pass when either or both of the selected options are equal or above the Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + 選擇應使用哪些通道來通知使用者。如果沒有選擇任何通道,通知將只會在 authentik 使用者介面中顯示。 Severity + 嚴重程度 Notification Rules + 通知規則 Send notifications whenever a specific Event is created and matched by policies. + 當特定事件被建立並符合政策時都會發送通知。 Sent to group + 已發送到群組 Notification rule(s) + 通知規則 Update Notification Rule + 更新通知規則 Create Notification Rule + 建立通知規則 These bindings control upon which events this rule triggers. Bindings to groups/users are checked against the user of the event. + 這些附加控制了此規則觸發的事件。附加到群組或使用者的條件會根據事件的使用者來檢查。 Outpost Deployment Info + Outpost 部署資訊 View deployment documentation + 檢視部署文件 If your authentik Instance is using a self-signed certificate, set this value. + 如果您的 authentik 執行個體使用自簽憑證,請設定此項。 If your authentik_host setting does not match the URL you want to login with, add this setting. + 如果您的 authentik_host 設定與您登入的網址不同,請加入此設定。 Successfully updated outpost. + 成功更新 Outpost。 Successfully created outpost. + 成功建立 Outpost。 LDAP + LDAP Radius + Radius RAC Integration + 整合 Selecting an integration enables the management of the outpost by authentik. + 選擇一個整合讓 authentik 對 Outpost 進行管理。 See documentation @@ -6286,6 +7526,7 @@ Bindings to groups/users are checked against the user of the event. Configuration + 設定 (build ) @@ -6295,63 +7536,80 @@ Bindings to groups/users are checked against the user of the event. Last seen + 最後上線時間 , should be Not available + 無法使用 Last seen: () Outposts + Outposts Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Outposts 是 authentik 系統中的一部分,負責部署組件以適應各種環境和協議需求,例如作為反向代理。 Health and Version + 執行狀態和版本 Warning: authentik Domain is not configured, authentication will not work. + 警告:未設定 authentik 的網域,身分認證將無法使用。 Logging in via . No integration active + 沒有啟用的整合 Update Outpost + 更新 Outpost View Deployment Info + 檢視部署資訊 Detailed health (one instance per column, data is cached so may be out of date) + 健康狀態詳細資訊(每一列一個執行個體,使用快取資料所以可能是過時資訊) Outpost(s) + Outpost(s) Create Outpost + 建立 Outpost Successfully updated integration. + 成功更新整合。 Successfully created integration. + 成功建立整合。 Local + 本機端連線 If enabled, use the local connection. Required Docker socket/Kubernetes Integration. + 啟用時,請使用本機連線。需要整合 docker / Kubernetes 的 socket。 Docker URL + Docker 網址 Can be in the format of unix:// when connecting to a local @@ -6360,27 +7618,35 @@ Bindings to groups/users are checked against the user of the event. CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + 驗證終端節點的憑證所需的 CA 憑證。如果為空則不驗證憑證。 TLS Authentication Certificate/SSH Keypair + TLS 身分認證憑證或 SSH 金鑰對 Certificate/Key used for authentication. Can be left empty for no authentication. + 用於身分認證的憑證或金鑰。如果為空則不進行身分認證。 When connecting via SSH, this keypair is used for authentication. + 當使用 SSH 連線時,此金鑰對將用於身分認證。 Kubeconfig + Kubeconfig Verify Kubernetes API SSL Certificate + 驗證 Kubernetes API 的 SSL 憑證 New outpost integration + 新增 Outpost 整合 Create a new outpost integration. + 建立一個 Outpost 整合。 Outpost integrations @@ -6390,24 +7656,31 @@ Bindings to groups/users are checked against the user of the event. State + 狀態 Unhealthy + 不健康 Outpost integration(s) + Outpost 整合 Successfully generated certificate-key pair. + 成功產生金鑰對。 Subject-alt name + 主體別名 Optional, comma-separated SubjectAlt Names. + 可選:使用逗號分隔多個主體別名。 Validity days + 有效天數 Private key Algorithm @@ -6423,60 +7696,77 @@ Bindings to groups/users are checked against the user of the event. Successfully updated certificate-key pair. + 成功更新金鑰對。 Successfully created certificate-key pair. + 成功建立金鑰對。 PEM-encoded Certificate data. + PEM 編碼的憑證資料。 Optional Private Key. If this is set, you can use this keypair for encryption. + 可選:私鑰。如果設定此項,您可以使用金鑰對來加密。 Certificate-Key Pairs + 憑證金鑰對 Import certificates of external providers or create certificates to sign requests with. + 匯入外部供應商的憑證或建立用於簽署請求的憑證。 Private key available? + 是否含有私鑰 Certificate-Key Pair(s) + 憑證金鑰對 Managed by authentik + 由 authentik 管理 Managed by authentik (Discovered) + 由 authentik 管理(已發現) Yes () Update Certificate-Key Pair + 更新憑證金鑰對 Certificate Fingerprint (SHA1) + 憑證指紋 (SHA1) Certificate Fingerprint (SHA256) + 憑證指紋 (SHA256) Certificate Subject + 憑證主題名稱 Download Certificate + 下載憑證 Download Private key + 下載私鑰 Import Existing Certificate-Key Pair Generate + 產生憑證 Generate New Certificate-Key Pair @@ -6548,9 +7838,11 @@ Bindings to groups/users are checked against the user of the event. Event retention + 事件紀錄保存時長 Duration after which events will be deleted from the database. + 事件紀錄在被從資料庫刪除前的時長。 When using an external logging solution for archiving, this can be @@ -6558,6 +7850,7 @@ Bindings to groups/users are checked against the user of the event. This setting only affects new Events, as the expiration is saved per-event. + 此設定僅會影響新的事件紀錄,舊的紀錄到期時間已經設定。 Reputation: lower limit @@ -6615,24 +7908,30 @@ Bindings to groups/users are checked against the user of the event. Save + 儲存 System settings Successfully updated instance. + 成功更新執行個體 Successfully created instance. + 成功建立執行個體 Disabled blueprints are never applied. + 停用的藍圖將永遠不會被應用。 Local path + 本機路徑 OCI Registry + OCI Registry OCI URL @@ -6649,27 +7948,35 @@ Bindings to groups/users are checked against the user of the event. Blueprint + 藍圖 Configure the blueprint context, used for templating. + 設定藍圖的上下文,用於作為範本。 Orphaned + 孤立 Blueprints + 藍圖 Automate and template configuration within authentik. + 在 authentik 中自動化和範本化設定。 Last applied + 最後應用時間 Blueprint(s) + 藍圖 Update Blueprint + 更新藍圖 Edit "" blueprint @@ -6679,21 +7986,27 @@ Bindings to groups/users are checked against the user of the event. Apply + 套用 Create Blueprint Instance + 建立藍圖執行個體 Successfully updated license. + 成功更新授權許可證 Successfully created license. + 成功建立授權許可證 Install ID + 安裝 ID License key + 授權金鑰 Expired @@ -6727,18 +8040,23 @@ Bindings to groups/users are checked against the user of the event. Licenses + 授權許可證 Manage enterprise licenses + 管理企業版授權許可證 No licenses found. + 找不到授權許可證。 License(s) + 授權許可證 Forecast internal users + 內部使用者預測 Estimated user count one year from now based on current internal users and forecasted internal users. @@ -6748,39 +8066,47 @@ Bindings to groups/users are checked against the user of the event. Forecast external users + 外部使用者預測 Estimated user count one year from now based on current external users and forecasted external users. Cumulative license expiry + 累計授權到期人數 No expiry Internal: + 內部使用者: External: + 外部使用者: Update License + 更新授權許可證 Your Install ID Go to Customer Portal + 前往客戶入口網站 Learn more Install + 安裝 Install License + 安裝授權許可證 Release @@ -6808,6 +8134,7 @@ Bindings to groups/users are checked against the user of the event. Enterprise + 企業版 Collapse @@ -6820,6 +8147,7 @@ Bindings to groups/users are checked against the user of the event. Dashboards + 儀表板 Endpoint Devices @@ -6829,30 +8157,38 @@ Bindings to groups/users are checked against the user of the event. Logs + 日誌 Customization Flows and Stages + 流程與階段 Directory + 使用者目錄 Tokens and App passwords + 權杖和應用程式密碼 System + 系統 Certificates + 憑證 Outpost Integrations + Outpost 整合 Warning: The current user count has exceeded the configured licenses. + 警告:目前的使用者人數已抵達設設定的授權許可上限。 Warning: One or more license(s) have expired. @@ -6865,6 +8201,7 @@ Bindings to groups/users are checked against the user of the event. Click here for more info. + 點擊這裡取得更多資訊。 This authentik instance uses a Trial license. @@ -6880,9 +8217,11 @@ Bindings to groups/users are checked against the user of the event. API Requests + API 要求 Open API Browser + 打開 API 瀏覽器 Close API drawer @@ -6895,6 +8234,7 @@ Bindings to groups/users are checked against the user of the event. Successfully cleared notifications + 成功清除通知 No notifications found. @@ -6907,12 +8247,15 @@ Bindings to groups/users are checked against the user of the event. Notifications + 通知 unread + 封尚未讀取 Clear all + 清除全部 Open about dialog @@ -6931,36 +8274,46 @@ Bindings to groups/users are checked against the user of the event. WebAuthn requires this page to be accessed via HTTPS. + WebAuthn 需要使用 HTTPS 存取這個頁面。 WebAuthn not supported by browser. + 不支援 WebAuthn 的瀏覽器。 API request failed + API 要求失敗 Site links Powered by authentik + 由 authentik 技術支援 Authenticating with Apple... + 使用 Apple 進行身分認證中…… Retry + 重試 Authenticating with Plex... + 使用 Plex 進行身分認證中…… Waiting for authentication... + 等待身分認證中…… If no Plex popup opens, click the button below. + 如果 Plex 彈出視窗未開啟,請點選以下按鈕前往。 Open login + 開啟登入頁面 Authenticating with Telegram... @@ -6979,54 +8332,69 @@ Bindings to groups/users are checked against the user of the event. Something went wrong! Please try again later. + 發生錯誤,請稍後再次嘗試。 Request ID + 要求 ID You may close this page now. + 您現在可以關閉這個頁面。 You're about to be redirect to the following URL. + 您即將被重新導向到以下網址。 Follow redirect + 跟隨重新導向 Flow inspector + 流程檢閱器 Close flow inspector Next stage + 下一個階段 Stage name + 階段名稱 Stage kind + 階段類型 Stage object + 階段物件 This flow is completed. + 此流程已執行完成。 Plan history + 計劃歷史紀錄 Current plan context + 目前計劃的上下文 Session ID + 會談 ID Flow inspector loading Request has been denied. + 要求被拒。 Show password @@ -7036,6 +8404,7 @@ Bindings to groups/users are checked against the user of the event. Please enter your password + 請輸入您的密碼 Caps Lock is enabled. @@ -7054,12 +8423,15 @@ Bindings to groups/users are checked against the user of the event. Need an account? + 需要一個帳號嗎? Sign up. + 註冊。 Forgot username or password? + 忘記使用者名稱或密碼? Additional actions @@ -7072,36 +8444,44 @@ Bindings to groups/users are checked against the user of the event. Or + Login to continue to . Use a security key + 使用安全金鑰登入 Login sources Forgot password? + 忘記密碼 Application requires following permissions: + 應用程式需要以下權限: Application already has access to the following permissions: + 應用程式已用擁有已下存取權限: Application requires following new permissions: + 應用程式需要新增以下權限: Stage name: Check your Inbox for a verification email. + 檢查您的收件夾確認是否收到驗證電子郵件。 Send Email again. + 再次傳送電子郵件。 QR-Code to setup a time-based one-time password @@ -7111,6 +8491,7 @@ Bindings to groups/users are checked against the user of the event. Successfully copied TOTP Config. + 成功複製 TOTP 設定。 Copy TOTP Config @@ -7132,18 +8513,23 @@ Bindings to groups/users are checked against the user of the event. Duo activation QR code + Duo 啟用的二維條碼 Alternatively, if your current device has Duo installed, click on this link: + 或者如果您目前裝置已安裝 Duo,請點擊此連結: Duo activation + Duo 啟用 Check status + 檢查狀態 Make sure to keep these tokens in a safe place. + 請將這些權杖保存在安全的地方。 Configure your email @@ -7153,27 +8539,33 @@ Bindings to groups/users are checked against the user of the event. Code + 認證碼 Please enter the code you received via email Phone number + 電話號碼 Please enter your Phone number. + 請輸入您的電話號碼。 Please enter the code you received via SMS + 請輸入您簡訊收到的認證碼。 Select another authentication method Authentication code + 認證碼 Static token + 靜態權杖 Type an authentication code... @@ -7192,36 +8584,46 @@ Bindings to groups/users are checked against the user of the event. Retry authentication + 重試身分認證 Duo push-notifications + Duo 推播通知 Receive a push notification on your device. + 在您的裝置上接收推播通知。 Authenticator + 身分認證器 Use a security key to prove your identity. + 使用您的安全金鑰證明身分。 Traditional authenticator + 傳統身分認證器 Use a code-based authenticator. + 使用基於認證碼的身分認證器。 Recovery keys + 救援金鑰 In case you lose access to your primary authenticators. SMS + 簡訊 Tokens sent via SMS. + 通過簡訊傳送權杖。 Tokens sent via email. @@ -7243,18 +8645,22 @@ Bindings to groups/users are checked against the user of the event. Stay signed in? + 繼續保持登入? Select Yes to reduce the number of times you're asked to sign in. + 選擇「是」來減少詢問登入的次數。 Device Code Please enter your code + 請輸入您的認證碼 You've successfully authenticated your device. + 您已成功透過裝置認證。 You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. @@ -7357,18 +8763,22 @@ Bindings to groups/users are checked against the user of the event. Refer to documentation + 請參考文件 No Applications available. + 沒有可用的應用程式。 Either no applications are defined, or you don’t have access to any. + 尚未有已定義的應用程式,或是您沒有存取任何應用程式的權限。 Ungrouped My Applications + 我的應用程式 Search for an application by name... @@ -7390,6 +8800,7 @@ Bindings to groups/users are checked against the user of the event. My applications + 我的應用程式 Application list @@ -7399,54 +8810,68 @@ Bindings to groups/users are checked against the user of the event. Change your password + 變更您的密碼 Change password + 變更密碼 Delete account + 刪除帳號 Successfully updated details + 成功更新個人資訊 Open settings + 開啟設定 No settings flow configured. + 未設定設定流程 Update details + 更新個人資訊 Device type cannot be edited Enroll + 註冊 Edit device Create App password + 建立應用程式密碼 User settings User details + 使用者個人資訊 Consent + 同意 MFA Devices + 多重要素認證裝置 Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + 將您的使用者帳號與下方的服務連線,讓您可以直接使用該服務而不使用傳統認證登入。 Admin interface + 管理員介面 ... diff --git a/web/xliff/zh_TW.xlf b/web/xliff/zh_TW.xlf deleted file mode 100644 index 5f48187cf0..0000000000 --- a/web/xliff/zh_TW.xlf +++ /dev/null @@ -1,10177 +0,0 @@ - - - - - English - 英語 - - - - French - 法語 - - - - Turkish - 土耳其語 - - - - Spanish - 西班牙語 - - - - Polish - 波蘭語 - - - - Taiwanese Mandarin - 繁體中文(台灣) - - - - Chinese (simplified) - 簡體中文 - - - - Chinese (traditional) - 繁體中文 - - - - German - 德語 - - - - Loading... - 載入中…… - - - - Application - 應用程式 - - - - Logins - 登入 - - - - Show less - 顯示更少 - - - - Show more - 顯示更多 - - - - UID - UID - - - - Name - 姓名 - - - - App - App - - - - Model Name - 型號名稱 - - - - Message - 訊息 - - - - Subject - Subject - - - - From - 来自 - - - - To - - - - - Context - 上下文 - - - - User - 使用者 - - - - Affected model: - 受影響的模型: - - - - Authorized application: - 已授權的應用程式: - - - - Using flow - 使用流程 - - - - Email info: - 電子郵件訊息: - - - - Secret: - 機密密碼: - - - - Open issue on GitHub... - 前往 GitHub 回報問題…… - - - - Exception - 例外 - - - - Expression - 表示式 - - - - Binding - 附加 - - - - Request - 要求 - - - - Object - 物件 - - - - Result - 結果 - - - - Passing - 通過 - - - - Messages - 訊息 - - - - Using source - 使用來源 - - - - Attempted to log in as - - - - No additional data available. - 没有其他可用資料。 - - - - Click to change value - 點擊以更改數值 - - - - Select an object. - 選擇一個物件。 - - - - Connection error, reconnecting... - 連線錯誤,正在重新連線…… - - - - Login - 登入 - - - - Failed login - 登入失敗 - - - - Logout - 登出 - - - - User was written to - 使用者已經被寫入到 - - - - Suspicious request - 可疑的要求 - - - - Password set - 密碼設定完成 - - - - Secret was viewed - 機密密碼已被查看 - - - - Secret was rotated - 機密密碼已被輪替 - - - - Invitation used - 已使用邀請函 - - - - Application authorized - 已成功授權應用程式 - - - - Source linked - 已連接來源 - - - - Impersonation started - 已開始模擬 - - - - Impersonation ended - 已結束模擬 - - - - Flow execution - 流程的執行事件 - - - - Policy execution - 政策的執行事件 - - - - Policy exception - 政策的例外事件 - - - - Property Mapping exception - 屬性對應例外事件 - - - - System task execution - 系統工作執行事件 - - - - System task exception - 系統工作例外事件 - - - - General system exception - 一般系統例外事件 - - - - Configuration error - 設定錯誤 - - - - Model created - 已建立模型 - - - - Model updated - 已更新模型 - - - - Model deleted - 已刪除模型 - - - - Email sent - 已發送電子郵件 - - - - Update available - 有可用更新 - - - - Unknown severity - 嚴重程度未知 - - - - Alert - 警報 - - - - Notice - 注意 - - - - Warning - 警告 - - - - no tabs defined - 未定義的標籤頁 - - - - - of - - - - Go to previous page - 回到上一頁 - - - - Go to next page - 前往下一頁 - - - - Search... - 搜尋中…… - - - - Loading - 載入中 - - - - No objects found. - 找不到任何物件。 - - - - Failed to fetch objects. - 無法擷取物件。 - - - - Refresh - 重新整理 - - - - Select all rows - 選擇所有列 - - - - Action - 動作 - - - - Creation Date - 建立日期 - - - - Client IP - 用戶端 IP - - - - Recent events - 最近的事件 - - - - On behalf of - - - - - - - - - - - No Events found. - 未找到任何事件。 - - - - No matching events could be found. - 找不到符合的事件。 - - - - Embedded outpost is not configured correctly. - 嵌入式 outpost 設定不正確。 - - - - Check outposts. - 檢查 outposts. - - - - HTTPS is not detected correctly - 未正確的偵測到 HTTPS - - - - Server and client are further than 5 seconds apart. - 伺服器和用戶端的時間差距超過5秒。 - - - - OK - OK - - - - Everything is ok. - 一切正常。 - - - - Based on - - - - is available! - 新版本 可用! - - - - Up-to-date! - 最新版本! - - - - Version - 版本 - - - - Workers - Workers - - - - No workers connected. Background tasks will not run. - 沒有已連線的 workers,無法執行背景工作。 - - - - Authorizations - 授權 - - - - Failed Logins - 登入失敗 - - - - Successful Logins - 登入成功 - - - - : - - - - Cancel - 取消 - - - - LDAP Source - LDAP 來源 - - - - SCIM Provider - SCIM 供應商 - - - - Healthy - 健康 - - - - Healthy outposts - 健康的 Outposts - - - - Admin - 系統管理員 - - - - Not found - 找不到 - - - - The URL "" was not found. - - - - Return home - 回到首頁 - - - - General system status - 一般系統狀態 - - - - Quick actions - 快速動作 - - - - Create a new application - 建立新的應用程式 - - - - Check the logs - 檢查日誌 - - - - Explore integrations - 探索整合方案 - - - - Manage users - 管理使用者 - - - - Outpost status - Outpost 狀態 - - - - Sync status - 同步狀態 - - - - Logins and authorizations over the last week (per 8 hours) - 一周的登入和授權狀態(每 8 小時) - - - - Apps with most usage - 使用頻率最高的應用程式 - - - - Objects created - 已建立物件 - - - - Users created per day in the last month - 上個月每天的建立使用者數量 - - - - Logins per day in the last month - 上個月每天的登入次數 - - - - Failed Logins per day in the last month - 上個月每天的登入失敗次數 - - - - Clear search - 清除搜尋結果 - - - - System Tasks - 系統工作 - - - - Long-running operations which authentik executes in the background. - authentik 在背景執行的長時間工作。 - - - - Identifier - 識別碼 - - - - Description - 描述 - - - - Status - 狀態 - - - - Actions - 動作 - - - - Successful - 成功 - - - - Error - 錯誤 - - - - Unknown - 未知 - - - - Authentication - 身分認證 - - - - Authorization - 授權 - - - - Enrollment - 註冊 - - - - Invalidation - 失效 - - - - Recovery - 救援 - - - - Stage Configuration - 階段設定 - - - - Unenrollment - 取消註冊 - - - - Unknown designation - 未知命名 - - - - Stacked - 堆疊 - - - - Content left - 內容置左 - - - - Content right - 內容置右 - - - - Sidebar left - 側邊攔置左 - - - - Sidebar right - 側邊攔置右 - - - - Unknown layout - 未知的版面設計 - - - - Successfully updated provider. - 成功更新供應商。 - - - - Successfully created provider. - 成功建立供應商。 - - - - Bind flow - 附加流程 - - - - Flow used for users to authenticate. - 用於使用者認證的流程 - - - - Bind mode - 附加模式 - - - - Cached binding - 儲存在快取的附加 - - - - Flow is executed and session is cached in memory. Flow is executed when session expires - 當流程執行後,會談訊息將儲存在記憶體中。一旦會談過期,該流程將重新執行 - - - - Direct binding - 直接附加 - - - - Always execute the configured bind flow to authenticate the user - 總是執行設定的附加流程來驗證使用者 - - - - Configure how the outpost authenticates requests. - 設定 Outpost 如何驗證要求。 - - - - Search mode - 搜尋模式 - - - - Cached querying - 快取中的查詢 - - - - The outpost holds all users and groups in-memory and will refresh every 5 Minutes - Outpost 將所有使用者和群組保存在記憶體中,並每5分鐘重新整理。 - - - - Direct querying - 直接查詢 - - - - Always returns the latest data, but slower than cached querying - 總是回傳最新的資料,但這會比快取查詢慢上許多 - - - - Configure how the outpost queries the core authentik server's users. - 設定 Outpost 如何查詢 authentik core 伺服器上的使用者。 - - - - Protocol settings - 通訊協定設定 - - - - Base DN - Base DN - - - - LDAP DN under which bind requests and search requests can be made. - 可以進行附加和搜尋要求的 LDAP DN。 - - - - Certificate - 憑證 - - - - UID start number - UID 起始編號 - - - - 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 - 對於 uidNumbers 的起始值,這個數字會加到 user.Pk 上,以確保對於 POSIX 使用者來說,這個數字不會太低。預設值是 2000,以確保我們不會和本機使用者的 uidNumber 產生衝突 - - - - GID start number - GID 起始編號 - - - - 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 - 對於 gidNumbers 的起始值,這個數字會加到從 group.Pk 生成的數字上,以確保對於 POSIX 群組來說,這個數字不會太低。預設值是 4000,以確保我們不會和本地群組或使用者的主要群組的 gidNumber 產生衝突 - - - - The following keywords are supported: - 支援以下的關鍵字: - - - - Authentication flow - 身分認證流程 - - - - Flow used when a user access this provider and is not authenticated. - 使用者存取此供應商但未獲授權時的流程 - - - - Authorization flow - 授權流程 - - - - Flow used when authorizing this provider. - 授權此供應商時的流程。 - - - - Client type - 用戶端類型 - - - - Confidential - 機密 - - - - Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets - 機密用戶端能夠維護其憑證的機密性,如:用戶端金鑰。 - - - - Public - 公開 - - - - Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. - 公開用戶端能夠使用如 PKCE 等方式維護其機密性。 - - - - Client ID - 用戶端 ID - - - - Client Secret - 用戶端金鑰 - - - - If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. - 如果未指定明確的重新導向 URI,將儲存第一個成功重新導向的 URI。 - - - - Signing Key - 簽署金鑰 - - - - Key used to sign the tokens. - 用於對權杖進行簽署的金鑰。 - - - - Advanced protocol settings - 進階通訊協定設定 - - - - Access code validity - 存取認證碼的有效性 - - - - Configure how long access codes are valid for. - 設定存取認證碼的有效期限。 - - - - Access Token validity - 存取權杖的有效性 - - - - Configure how long access tokens are valid for. - 設定存取權杖的有效期限。 - - - - Refresh Token validity - 重新整理權杖的有效性 - - - - Configure how long refresh tokens are valid for. - 設定重新整理權杖的有效期限。 - - - - Scopes - 範疇 - - - - Select which scopes can be used by the client. The client still has to specify the scope to access the data. - 選擇用戶端可以使用的範疇,用戶端仍然需要指定範疇才能存取資料。 - - - - Subject mode - Subject 模式 - - - - Based on the User's hashed ID - 基於使用者雜湊 ID - - - - Based on the User's ID - 基於使用者 ID - - - - Based on the User's UUID - 基於使用者 UUID - - - - Based on the User's username - 基於使用者名稱 - - - - Based on the User's Email - 基於使用者的電子郵件 - - - - This is recommended over the UPN mode. - 這比 UPN 模式更推薦。 - - - - Based on the User's UPN - 基於使用者的 UPN - - - - Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. - 需要使用者設定了「upn」特徵項,備選將使用使用者雜湊 ID。只有您有不同的 UPN 和郵件網域時才使用本模式。 - - - - Configure what data should be used as unique User Identifier. For most cases, the default should be fine. - 設定應該使用哪些資料作為唯一的使用者識別碼。在大多數情況下使用預設值即可。 - - - - Include claims in id_token - 在 id_token 中包含身分聲明 - - - - Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. - 對於那些不存取 userinfo 端點的應用程式,在 id_token 中將包含來自範疇的使用者身分聲明。 - - - - Issuer mode - 發行者模式 - - - - Each provider has a different issuer, based on the application slug - 基於應用程式的縮寫,每個供應商都有一個不同的發行者 - - - - Same identifier is used for all providers - 所有供應商都使用相同的識別碼 - - - - Configure how the issuer field of the ID Token should be filled. - 設定該如何填寫 ID 權杖的發行者欄位。 - - - - Machine-to-Machine authentication settings - 機器對機器的認證設定 - - - - JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. - 透過所選來源中的憑證來簽署的 JWT ,可用於對此供應商進行身份認證。 - - - - HTTP-Basic Username Key - HTTP 基本認證的使用者金鑰 - - - - User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. - 用於 HTTP 基本認證標頭中,使用者區塊中的使用者/群組特徵項。如果未設定則套用使用者的電子郵件地址。 - - - - HTTP-Basic Password Key - HTTP 基本認證的密碼金鑰 - - - - User/Group Attribute used for the password part of the HTTP-Basic Header. - 用於 HTTP 基本認證標頭中,密碼區塊中的使用者/群組特徵項。 - - - - Proxy - 代理 - - - - Forward auth (single application) - 轉發身分認證(單一應用程式) - - - - Forward auth (domain level) - 轉發身分認證(網域級別) - - - - This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. - 此供應商將充當透明的反向代理,唯一的區別是請求必須通過身份認證。如果您的上游應用程式使用 HTTPS,請確保也使用 HTTPS 連接到 Outpost。 - - - - External host - 外部主機 - - - - The external URL you'll access the application at. Include any non-standard port. - 您欲存取應用程式的外部網址,包含任何非標準的連接埠。 - - - - Internal host - 內部主機 - - - - Upstream host that the requests are forwarded to. - 要求轉發到上游主機。 - - - - Internal host SSL Validation - 內部主機的 SSL 驗證 - - - - Validate SSL Certificates of upstream servers. - 驗證上游主機的 SSL 憑證。 - - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. - 將此供應商與 nginx 的 auth_request 或 traefik 的 forwardAuth 一起使用。每個主網域只需要一個提供者。您無法執行每個應用程式的授權,但您不必為每個應用程式建立提供者。 - - - - An example setup can look like this: - 設定的範例如下: - - - - authentik running on auth.example.com - authentik 運行於 auth.example.com - - - - app1 running on app1.example.com - app1 運行於 app1.example.com - - - - In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. - 在這種情況下,您需要將身分認證網址設定為 auth.example.com 並將 Cookie 的網域設定為 example.com。 - - - - Authentication URL - 身分認證網址 - - - - The external URL you'll authenticate at. The authentik core server should be reachable under this URL. - 您身分認證的外部網址,該網址應該要能夠連線到 authentik Core 伺服器。 - - - - Cookie domain - Cookie 網域 - - - - Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. - 將此設定為用於使身分認證為有效的網域。必須是上述網址的上級網域。如果您的應用程式運行於 app1.domain.tld、app2.domain.tld 等等,則將其設定為「domain.tld」。 - - - - Unknown proxy mode - 未知的代理模式 - - - - Token validity - 權杖的有效性 - - - - Configure how long tokens are valid for. - 設定權杖的有效期限。 - - - - Additional scopes - 額外的範疇 - - - - Additional scope mappings, which are passed to the proxy. - 額外範疇的對應,用於傳遞給代理服務。 - - - - Unauthenticated URLs - 未經身分認證的網址 - - - - Unauthenticated Paths - 未經身分認證的路徑 - - - - Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. - 不需要身分認證的正規表示式,每一行區隔為新的表示式。 - - - - When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. - 當使用代理或轉發認證(單一應用程式)模式時,會根據正規表示式檢查要求的網址路徑。在使用轉發認證(網域模式)時,包含方案和主機在內的完整要求網址將與正規表示式進行配對。 - - - - Authentication settings - 身分認證設定 - - - - Intercept header authentication - 擷取標頭的身分認證 - - - - When enabled, authentik will intercept the Authorization header to authenticate the request. - 啟用時,authentik 將會擷取授權標頭來認證要求。 - - - - Send HTTP-Basic Authentication - 傳送 HTTP 基本身分認證 - - - - Send a custom HTTP-Basic Authentication header based on values from authentik. - 傳送一個基於 authentik 數值客製化的 HTTP 基本身分認證標頭。 - - - - ACS URL - ACS 網址 - - - - Issuer - 發行者 - - - - Service Provider Binding - 服務供應商附加 - - - - Redirect - 重新導向 - - - - Post - Post - - - - Determines how authentik sends the response back to the Service Provider. - 決定 authentik 如何將回應送回給服務供應商。 - - - - Audience - Audience - - - - Signing Certificate - 簽署憑證 - - - - Certificate used to sign outgoing Responses going to the Service Provider. - 用於簽署外送回應給服務供應商的憑證。 - - - - Verification Certificate - 驗證憑證 - - - - When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. - 選擇時,傳入斷言的簽章將依據這個憑證進行認證。若要允許未簽署的要求,請表留預設值。 - - - - Property mappings - 屬性對應 - - - - NameID Property Mapping - nameID 屬性對應 - - - - Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. - 設定如何建立 NameID 數值。如果為空則將遵守傳入要求的 NameIdPolicy。 - - - - Assertion valid not before - 斷言的有效期限不早於 - - - - Configure the maximum allowed time drift for an assertion. - 設定斷言的允許最大時間偏移量。 - - - - Assertion valid not on or after - 斷言在這個的時間及之後無效: - - - - Assertion not valid on or after current time + this value. - 斷言的有效期限為當前時間加上此值 - - - - Session valid not on or after - 會談在這個時間及之後無效: - - - - Session not valid on or after current time + this value. - 會談的有效期限是當前時間加上此值 - - - - Digest algorithm - 摘要演算法 - - - - Signature algorithm - 簽章演算法 - - - - Successfully imported provider. - 成功匯入供應商。 - - - - Metadata - 中繼資料 - - - - Apply changes - 套用變更 - - - - Close - 關閉 - - - - Finish - 完成 - - - - Back - 返回 - - - - No form found - 找不到表單 - - - - Select type - 選擇類型 - - - - Create - 建立 - - - - New provider - 新增供應商 - - - - Create a new provider. - 建立一個新的供應商。 - - - - Create - - - - Shared secret - 共享密鑰 - - - - Client Networks - 用戶端網路 - - - - URL - 網址 - - - - SCIM base url, usually ends in /v2. - SCIM 的基礎網址,通常以 /v2 結尾。 - - - - Token - 權杖 - - - - User filtering - 使用者篩選 - - - - Exclude service accounts - 排除服務帳號 - - - - Group - 群組 - - - - Only sync users within the selected group. - 只同步選中群組的使用者。 - - - - Attribute mapping - 特徵項對應 - - - - User Property Mappings - 使用者屬性對應 - - - - Property mappings used to user mapping. - 用於使用者對應的屬性對應 - - - - Group Property Mappings - 群組屬性對應 - - - - Property mappings used to group creation. - 用於建立群組的屬性對應 - - - - Not used by any other object. - 未被其他物件使用。 - - - - object will be DELETED - 物件將被刪除 - - - - connection will be deleted - 連線將被刪除 - - - - reference will be reset to default value - 引用將被重設為預設值 - - - - reference will be set to an empty value - 引用將被設為空值 - - - - () - - - - ID - ID - - - - Successfully deleted - 成功刪除 - - - Failed to delete : - - - - Delete - - - - Are you sure you want to delete ? - 您確定要刪除 嗎? - - - Delete - 刪除 - - - - Providers - 供應商 - - - - Provide support for protocols like SAML and OAuth to assigned applications. - 為分配的應用程式提供如 SAML 和 OAuth 等協定的支援。 - - - - Type - 類型 - - - - Provider(s) - 供應商 - - - - Assigned to application - 分配給應用程式: - - - - Assigned to application (backchannel) - 分配給應用程式(背景通道): - - - - Update - 更新 - - - - Update - - - - Select providers to add to application - 選擇要加入到應用程式的供應商 - - - - Add - 加入 - - - - Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". - 輸入完整網址、相對路徑,或者使用 'fa://fa-test' 來使用 Font Awesome 圖示 「fa-test」。 - - - - Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. - 使用者建立的路徑範本,使用預置內容例如「%(slug)s」來插入來源縮寫。 - - - - Successfully updated application. - 成功更新應用程式。 - - - - Successfully created application. - 成功建立應用程式。 - - - - Slug - Slug - - - - Optionally enter a group name. Applications with identical groups are shown grouped together. - 可選:輸入群組名稱。具有相同群組的應用程式會排列在同一分組。 - - - - Provider - 供應商 - - - - Select a provider that this application should use. - 選擇一個應用程式應該使用的供應商。 - - - - Select backchannel providers which augment the functionality of the main provider. - 選擇背景通道供應商,以增強主要提供者的功能。 - - - - Policy engine mode - 政策引擎模式 - - - - Any policy must match to grant access - 必須符合任一政策才能取得存取權 - - - - All policies must match to grant access - 必須符合全部政策才能取得存取權 - - - - UI settings - 使用者介面設定 - - - - Launch URL - 啟動的網址 - - - - If left empty, authentik will try to extract the launch URL based on the selected provider. - 如果為空,authentik 將會嘗試從選擇的供應商取得啟動網址。 - - - - Open in new tab - 另開新分頁 - - - - If checked, the launch URL will open in a new browser tab or window from the user's application library. - 如果勾選此項,將從使用者的應用程式庫中,在瀏覽器新的分頁或視窗中打開啟動的網址。 - - - - Icon - 圖示 - - - - Currently set to: - 目前設定為: - - - - Clear icon - 清除圖示 - - - - Publisher - 發行人 - - - - Create Application - 建立應用程式 - - - - Overview - 概述 - - - - Changelog - 更新日誌 - - - - Warning: Provider is not used by any Outpost. - 警告:供應商未被任何 Outpost 使用。 - - - - Assigned to application - 分配給應用程式 - - - - Update LDAP Provider - 更新 LDAP 供應商 - - - - Edit - 編輯 - - - - How to connect - 如何連線 - - - - Connect to the LDAP Server on port 389: - 使用連接埠 389 連線到 LDAP 伺服器: - - - - Check the IP of the Kubernetes service, or - 檢查 Kubernetes 服務的 IP,或者 - - - - The Host IP of the docker host - docker 服務的主機 IP - - - - Bind DN - Bind DN - - - - Bind Password - Bind 密碼 - - - - Search base - 搜尋基礎 - - - - Preview - 預覽 - - - - Warning: Provider is not used by an Application. - 警告:供應商未被任何應用程式使用。 - - - - Redirect URIs - 重新導向 URI - - - - Update OAuth2 Provider - 更新 OAuth2 供應商 - - - - OpenID Configuration URL - OpenID 設定網址 - - - - OpenID Configuration Issuer - OpenID 設定發行者 - - - - Authorize URL - 授權網址 - - - - Token URL - 權杖網址 - - - - Userinfo URL - 使用者資訊網址 - - - - Logout URL - 登出網址 - - - - JWKS URL - JWKS 網址 - - - - Forward auth (domain-level) - 轉發身分認證(網域級別) - - - - Nginx (Ingress) - Nginx (Ingress) - - - - Nginx (Proxy Manager) - Nginx Prxoxy Manager - - - - Nginx (standalone) - Nginx (獨立應用程式) - - - - Traefik (Ingress) - Traefik (Ingress) - - - - Traefik (Compose) - Traefik (Compose) - - - - Traefik (Standalone) - Traefik (獨立應用程式) - - - - Caddy (Standalone) - Caddy (獨立應用程式) - - - - Internal Host - 內部主機 - - - - External Host - 外部主機 - - - - Basic-Auth - 基本身分認證 - - - - Yes - - - - - Mode - 模式 - - - - Update Proxy Provider - 更新代理供應商 - - - - Protocol Settings - 通訊協定設定 - - - - Allowed Redirect URIs - 允許的重新導向 URI - - - - Setup - 設定 - - - - No additional setup is required. - 無須額外設定。 - - - - Update Radius Provider - 更新 Radius 供應商 - - - - Download - 下載 - - - - Copy download URL - 複製下載連結網址 - - - - Download signing certificate - 下載簽章憑證 - - - - Related objects - 有關聯的物件 - - - - Update SAML Provider - 更新 SAML 供應商 - - - - SAML Configuration - SAML 設定 - - - - EntityID/Issuer - SEntityID/發行者 - - - - SSO URL (Post) - SSO 網址(Post方法) - - - - SSO URL (Redirect) - SSO 網址(重新導向) - - - - SSO URL (IdP-initiated Login) - SSO 網址(識別提供者Idp發起的登入) - - - - SLO URL (Post) - SLO 網址(Post方法) - - - - SLO URL (Redirect) - SLO 網址(重新導向) - - - - SAML Metadata - SAML 中繼資料 - - - - Example SAML attributes - SAML 的特徵項範例 - - - - NameID attribute - NameID 特徵項 - - - - Warning: Provider is not assigned to an application as backchannel provider. - 警告:供應商未作為背景通道分配給任何應用程式。 - - - - Update SCIM Provider - 更新 SCIM 供應商 - - - - LDAP - LDAP - - - - New application - 新增應用程式 - - - - Applications - 應用程式 - - - - Provider Type - 供應商類型 - - - - Application(s) - 應用程式 - - - - Application Icon - 應用程式圖示 - - - - Update Application - 更新應用程式 - - - - Successfully sent test-request. - 成功發送測試要求。 - - - - Log messages - 日誌訊息 - - - - No log messages. - 無日誌訊息。 - - - - Active - 啟用 - - - - Last login - 最近登入 - - - - Successfully updated group. - 成功更新群組。 - - - - Successfully created group. - 成功建立群組。 - - - - Parent - 上級群組 - - - - Attributes - 特徵項 - - - - Set custom attributes using YAML or JSON. - 使用 YAML 或 JSON 設定客製化特徵項。 - - - - Successfully updated binding. - 成功更新附加。 - - - - Successfully created binding. - 成功建立附加。 - - - - Policy - 政策 - - - - Group mappings can only be checked if a user is already logged in when trying to access this source. - 僅當已登入的使用者在存取此來源時,才能檢查群組對應。 - - - - User mappings can only be checked if a user is already logged in when trying to access this source. - 僅當已登入的使用者在存取此來源時,才能檢查使用者對應。 - - - - Enabled - 啟用中 - - - - Negate result - 反向结果 - - - - Negates the outcome of the binding. Messages are unaffected. - 反轉附加的結果。訊息不受影響。 - - - - Order - 執行順序 - - - - Timeout - 逾時過期 - - - - Successfully updated policy. - 成功更新政策。 - - - - Successfully created policy. - 成功建立政策。 - - - - A policy used for testing. Always returns the same result as specified below after waiting a random duration. - 用於測試的政策。等待隨機的時間後回傳相同的結果。 - - - - Execution logging - 執行的日誌紀錄 - - - - When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. - 啟用此選項時,將會記錄這個政策所有的日誌。預設只會記錄錯誤日誌。 - - - - Policy-specific settings - 政策詳細設定 - - - - Pass policy? - 政策通過? - - - - Wait (min) - 等待時間 (最短) - - - - The policy takes a random time to execute. This controls the minimum time it will take. - 政策需要一段隨機時間才能執行。這個設定控制最短等待時間。 - - - - Wait (max) - 等待時間 (最長) - - - - Matches an event against a set of criteria. If any of the configured values match, the policy passes. - 根據一系列標準配對事件。如果符合任何設定的數值,則政策通過。 - - - - Match created events with this action type. When left empty, all action types will be matched. - 將此動作類型與建立的事件配對。如果為空則將符合所有動作類型。 - - - - Match events created by selected application. When left empty, all applications are matched. - 將選擇的應用程式與建立的事件配對。如果為空則將符合所有應用程式。 - - - - Checks if the request's user's password has been changed in the last x days, and denys based on settings. - 檢查要求中的使用者密碼在過去幾個天內是否已更改,並根據設定決定是否拒絕。 - - - - Maximum age (in days) - 最長有效期限(以天為單位) - - - - Only fail the policy, don't invalidate user's password - 僅不通過政策,不取消使用者密碼的有效性 - - - - Executes the python snippet to determine whether to allow or deny a request. - 執行 Python 程式片段以決定是否允許或拒絕要求。 - - - - Expression using Python. - 使用 Python 的表示式。 - - - - See documentation for a list of all variables. - 有關所有變數列表請參考官方文件。 - - - - Static rules - 靜態規則 - - - - Minimum length - 最短密碼長度 - - - - Minimum amount of Uppercase Characters - 最少大寫字母數量 - - - - Minimum amount of Lowercase Characters - 最少小寫字母數量 - - - - Minimum amount of Digits - 最少數字數量 - - - - Minimum amount of Symbols Characters - 最少特殊符號數量 - - - - Error message - 錯誤訊息 - - - - Symbol charset - 特殊符號字元編碼 - - - - Characters which are considered as symbols. - 將被視為特殊符號的字元。 - - - - HaveIBeenPwned settings - HaveIBeenPwned 設定 - - - - Allowed count - 可允許的次數 - - - - Allow up to N occurrences in the HIBP database. - 允許出現在 HIBP 資料庫的次數。 - - - - zxcvbn settings - zxcvbn 設定 - - - - Score threshold - 分數閾值 - - - - If the password's score is less than or equal this value, the policy will fail. - 如果密碼的分數不大於此數值,則未通過政策。 - - - - Checks the value from the policy request against several rules, mostly used to ensure password strength. - 依據多條規則來檢查政策要求中的值,主要用於確保密碼強度。 - - - - Password field - 密碼欄位的鍵值 - - - - Field key to check, field keys defined in Prompt stages are available. - 要檢查的鍵值,欄位鍵值可在提示階段中選取。 - - - - Check static rules - 檢查靜態規則 - - - - Check haveibeenpwned.com - 檢查 haveibeenpwned.com - - - - For more info see: - 若要更多資訊請前往: - - - - Check zxcvbn - 檢查 zxcvbn - - - - Password strength estimator created by Dropbox, see: - 由 Dropbox 建立的密碼強度指示計,請前往: - - - - Allows/denys requests based on the users and/or the IPs reputation. - 根據使用者或 IP 名譽來允許或禁止要求。 - - - - Invalid login attempts will decrease the score for the client's IP, and the -username they are attempting to login as, by one. - 無效的登入嘗試將使該用戶端 IP 和該使用者名稱的分數每次減少1分。 - - - The policy passes when the reputation score is below the threshold, and -doesn't pass when either or both of the selected options are equal or above the threshold. - 當名譽分數低於閾值時能通過政策。反之,當選項中的任何一個以上等於或高於閾值時,不通過政策。 - - - Check IP - 檢查 IP - - - - Check Username - 檢查使用者名稱 - - - - Threshold - 閾值 - - - - New policy - 新增政策 - - - - Create a new policy. - 建立一個新的政策。 - - - - Create Binding - 建立附加 - - - - Superuser - 超級使用者 - - - - Members - 成員 - - - - Select groups to add user to - 選擇要加入使用者的群組 - - - - Warning: Adding the user to the selected group(s) will give them superuser permissions. - 警告:使用者加入到所選的群組將會賦予其超級使用者的權限。 - - - - Successfully updated user. - 成功更新使用者。 - - - - Successfully created user. - 成功建立使用者。 - - - - Username - 使用者名稱 - - - - Email - 電子郵件 - - - - Path - 路徑 - - - - Policy - - - - Group - - - - User - - - - Edit Policy - 編輯政策 - - - - Update Group - 更新群組 - - - - Edit Group - 編輯群組 - - - - Update User - 更新使用者 - - - - Edit User - 編輯使用者 - - - - Policy binding(s) - 政策附加 - - - - Update Binding - 更新附加 - - - - Edit Binding - 編輯附加 - - - - No Policies bound. - 沒有已附加的政策。 - - - - No policies are currently bound to this object. - 目前沒有附加到此物件的政策。 - - - - Related - 關聯 - - - - Backchannel Providers - 背景通道供應商 - - - - Check access - 檢查存取權限 - - - - Check - 檢查 - - - - Check Application access - 檢查應用程式存取權限 - - - - Test - 測試 - - - - Launch - 啟動 - - - - Logins over the last week (per 8 hours) - 一周的登入狀態(每 8 小時) - - - - Policy / Group / User Bindings - 政策 / 使用者 / 群組 附加 - - - - These policies control which users can access this application. - 這些政策控制了哪些使用者可以存取這個應用程式。 - - - - Successfully updated source. - 成功更新來源。 - - - - Successfully created source. - 成功建立來源。 - - - - Sync users - 同步使用者 - - - - User password writeback - 可改寫使用者密碼 - - - - Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. - 登入密碼會自動從 LDAP 同步到 authentik。啟用此選項可將 authentik 修改的密碼同步回 LDAP。 - - - - Sync groups - 同步群組 - - - - Connection settings - 連線設定 - - - - Server URI - 伺服器 URI - - - - Specify multiple server URIs by separating them with a comma. - 若要新增多個伺服器,透過逗號分隔多個伺服器 URI。 - - - - Enable StartTLS - 啟用 StartTLS - - - - To use SSL instead, use 'ldaps://' and disable this option. - 若要使用 SSL 請停用此選項,並使用「ldaps://」。 - - - - TLS Verification Certificate - TLS 驗證憑證 - - - - When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. - 使用 TLS 連線到 LDAP 時,預設不檢查憑證,選擇金鑰對來驗證遠端憑證。 - - - - Bind CN - Bind CN - - - - LDAP Attribute mapping - LDAP 特徵碼對應 - - - - Additional settings - 其他設定 - - - - Parent group for all the groups imported from LDAP. - 從 LDAP 匯入群組的上級群組。 - - - - User path - 使用者路徑 - - - - Additional user DN, prepended to the Base DN. - 額外的使用者 DN,將優先於 Base DN。 - - - - Additional group DN, prepended to the Base DN. - 額外的群組 DN,將優先於 Base DN。 - - - - User object filter - 使用者物件篩選器 - - - - Consider Objects matching this filter to be Users. - 符合此篩選的物件將視為使用者。 - - - - Group object filter - 群組物件篩選器 - - - - Consider Objects matching this filter to be Groups. - 符合此篩選的物件將視為群組。 - - - - Group membership field - 群組成員欄位 - - - - Object uniqueness field - 物件的唯一性欄位 - - - - Field which contains a unique Identifier. - 包含唯一識別碼的欄位。 - - - - Link users on unique identifier - 使用唯一識別碼連結使用者 - - - - Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses - 連結到具有相同電子郵件地址的使用者。當來源不驗證電子郵件地址時,可能會有安全風險。 - - - - Use the user's email address, but deny enrollment when the email address already exists - 使用使用者的電子郵件地址,但在電子郵件地址已存在時拒絕註冊。 - - - - Link to a user with identical username. Can have security implications when a username is used with another source - 連接到具有相同使用者名稱的使用者。當使用者名稱與其他來源一同使用時,可能會有安全風險。 - - - - Use the user's username, but deny enrollment when the username already exists - 使用使用者的使用者名稱,但在使用者名稱已存在時拒絕註冊。 - - - - Unknown user matching mode - 未知使用者配對模式 - - - - URL settings - 網址設定 - - - - Authorization URL - 授權網址 - - - - URL the user is redirect to to consent the authorization. - 使用者被重新導向到此網址以同意授權。 - - - - Access token URL - 存取權杖網址 - - - - URL used by authentik to retrieve tokens. - authentik 用來擷取權杖的網址。 - - - - Profile URL - 個人資訊網址 - - - - URL used by authentik to get user information. - authentik 用來擷取個人資訊的網址。 - - - - Request token URL - 要求權杖網址 - - - - URL used to request the initial token. This URL is only required for OAuth 1. - 用於要求初始權杖的網址,僅用於 OAuth 1。 - - - - OIDC Well-known URL - OIDC Well-known 網址 - - - - OIDC well-known configuration URL. Can be used to automatically configure the URLs above. - OIDC Well-known 設定的網址。可以用於自動設定以上網址。 - - - - OIDC JWKS URL - OIDC JWKS 網址 - - - - JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. - JSON 網路金鑰的網址。才該網址擷取的金鑰用於驗證此來源的 JWT。 - - - - OIDC JWKS - OIDC JWKS - - - - Raw JWKS data. - 原始 JWKS 資料。 - - - - User matching mode - 用戶配對模式 - - - - Delete currently set icon. - 刪除目前的圖示。 - - - - Consumer key - 客戶金鑰 - - - - Consumer secret - 客戶機密密碼 - - - - Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. - 額外的範疇將傳遞給 OAuth 供應商,用空格分隔。要替換現存範疇,請在前面加上 *。 - - - - Flow settings - 流程設定 - - - - Flow to use when authenticating existing users. - 認證現存使用者的流程。 - - - - Enrollment flow - 註冊流程 - - - - Flow to use when enrolling new users. - 新使用者註冊時的流程。 - - - - Load servers - 載入伺服器 - - - - Allow friends to authenticate via Plex, even if you don't share any servers - 允許好友通過 Plex 進行身分認證,即便您沒有分享任何伺服器 - - - - Allowed servers - 允許的伺服器 - - - - Select which server a user has to be a member of to be allowed to authenticate. - 選擇使用者必須是其成員才能被允許進行身份認證的伺服器。 - - - - SSO URL - SSO 網址 - - - - URL that the initial Login request is sent to. - 第一次登入要求發送的網址。 - - - - SLO URL - SLO 網址 - - - - Optional URL if the IDP supports Single-Logout. - 身分識別提供者 Idp 如果支援單一登出時的可選網址。 - - - - Also known as Entity ID. Defaults the Metadata URL. - 也稱為 Entity ID,預設為中繼資料的網址。 - - - - Binding Type - 附加類型 - - - - Redirect binding - 重新導向附加 - - - - Post-auto binding - 自動 Post 附加 - - - - Post binding but the request is automatically sent and the user doesn't have to confirm. - Post 附加,但自動傳送要求,使用者無需確認。 - - - - Post binding - Post 附加 - - - - Signing keypair - 簽署的金鑰對 - - - - Keypair which is used to sign outgoing requests. Leave empty to disable signing. - 用於簽署傳出要求的金鑰對。保持為空停用簽署。 - - - - Allow IDP-initiated logins - 允許識別提供者 Idp 發起的登入 - - - - Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. - 允許由身份提供者 Idp 發起的認證流程。這可能是一個安全風險,因為不會驗證要求的 ID。 - - - - NameID Policy - NameID 政策 - - - - Persistent - 持久性 - - - - Email address - 電子郵件地址 - - - - Windows - Windows - - - - X509 Subject - X509 主體 - - - - Transient - 暫時性 - - - - Delete temporary users after - 在此之後刪除臨時使用者: - - - - 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. - 刪除臨時使用者的時間偏移量。這僅適用於您的身份提供者使用 NameID 格式「transient」,且用戶沒有手動登出的情況。 - - - - Pre-authentication flow - 身分認證前的流程 - - - - Flow used before authentication. - 在身分認證前使用的流程。 - - - - New source - 新增身分來源 - - - - Create a new source. - 建立一個新的身分來源。 - - - - Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. - 身分來源,既可以同步到 authentik 的資料庫,也能被使用者用來進行身分認證和註冊。 - - - - Source(s) - 來源 - - - - Disabled - 已停用 - - - - Built-in - 內建 - - - - Update LDAP Source - 更新 LDAP 來源 - - - - OAuth Source - - - - Generic OpenID Connect - 通用 OpenID 連線 - - - - Unknown provider type - 未知的供應商類型 - - - - Details - 詳細資訊 - - - - Callback URL - 回呼網址 - - - - Access Key - 存取金鑰 - - - - Update OAuth Source - 更新 OAuth 來源 - - - - Diagram - 示意圖 - - - - Policy Bindings - 政策附加 - - - - These bindings control which users can access this source. - You can only use policies here as access is checked before the user is authenticated. - 這些附加控制哪些使用者可以存取此來源。因為在使用者身份認證之前就會檢查存取權限,所以這裡只能使用政策。 - - - Update Plex Source - 更新 Plex 來源 - - - - Update SAML Source - 更新 SAML 來源 - - - - Successfully updated mapping. - 成功更新對應。 - - - - Successfully created mapping. - 成功建立對應。 - - - - SAML Attribute Name - SAML 特徵項名稱 - - - - Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. - 用於 SAML 斷言的特徵項名稱。可以是 URN OID,綱要參考或任何其他字串。如果此屬性對應用於 NameID 屬性,則此欄位將被忽略。 - - - - Friendly Name - 易記名稱 - - - - Optionally set the 'FriendlyName' value of the Assertion attribute. - 可選:設定斷言特徵項中的「FriendlyName」值。 - - - - Scope name - 範疇名稱 - - - - Scope which the client can specify to access these properties. - 用戶端可以指定存取這些屬性的範疇。 - - - - Description shown to the user when consenting. If left empty, the user won't be informed. - 當需要使用者同意時顯示的說明。如果留空將不會顯示。 - - - - Example context data - 範例上下文資料 - - - - Active Directory User - Active Directory 使用者 - - - - Active Directory Group - Active Directory 群組 - - - - New property mapping - 新增屬性對應 - - - - Create a new property mapping. - 建立一個新的屬性對應。 - - - - Property Mappings - 屬性對應 - - - - Control how authentik exposes and interprets information. - 控制 authentik 如何公開和解釋資訊。 - - - - Property Mapping(s) - 屬性對應 - - - - Test Property Mapping - 測試屬性對應 - - - - Hide managed mappings - 隱藏代管對應 - - - - Successfully updated token. - 成功更新權杖。 - - - - Successfully created token. - 成功建立權杖。 - - - - Unique identifier the token is referenced by. - 權杖參考的唯一識別碼。 - - - - Intent - 使用目的 - - - - API Token - API 權杖 - - - - Used to access the API programmatically - 用於程式化存取 API - - - - App password. - 應用程式密碼 - - - - Used to login using a flow executor - 使用流程執行器來進行登入。 - - - - Expiring - 是否會過期 - - - - If this is selected, the token will expire. Upon expiration, the token will be rotated. - 當啟用時,權杖將會過期。在過期後權杖將會被輪替。 - - - - Expires on - 有效期限 - - - - API Access - API 存取權限 - - - - App password - 應用程式密碼 - - - - Verification - 驗證 - - - - Unknown intent - 未知使用目的 - - - - Tokens - 權杖 - - - - Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. - 權杖在整個 authentik 中用於電子郵件認證階段、救援金鑰和存取 API。 - - - - Expires? - 是否會過期 - - - - Expiry date - 到期日 - - - - Token(s) - 權杖 - - - - Create Token - 建立權杖 - - - - Token is managed by authentik. - 由 authentik 管理的權杖。 - - - - Update Token - 更新權杖 - - - - Domain - 網域 - - - - Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. - 由網域的後輟配對,如果您输入 domain.tld,foo.domain.tld 仍將會符合。 - - - - Default - 設為預設 - - - - Branding settings - 品牌設定 - - - - Title - 標題 - - - - Branding shown in page title and several other places. - 品牌訊息會顯示在頁面標題和其他地方。 - - - - Logo - 品牌標誌 - - - - Favicon - 網站圖示 - - - - Icon shown in the browser tab. - 瀏覽器頁籤上顯示的圖示。 - - - - Default flows - 預設流程 - - - - Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. - 用於對使用者進行身分認證的流程。如果為空則按縮寫順序使用第一個符合的流程。 - - - - Invalidation flow - 登出流程 - - - - Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. - 用於登出的流程。如果為空則按縮寫順序使用第一個符合的流程。 - - - - Recovery flow - 救援流程 - - - - Unenrollment flow - 取消注册流程 - - - - If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. - 如果設定此欄位,使用者可使用這個流程自行刪除自己的帳號。如果為空則不顯示選項。 - - - - User settings flow - 使用者設定流程 - - - - If set, users are able to configure details of their profile. - 如果設定此欄位,使用者可以修改他們的個人資訊。 - - - - Device code flow - 裝置認證碼流程 - - - - If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. - 如果設定此欄位,可以使用 OAuth 裝置認證碼設定檔,並使用所選的流程來輸入認證碼。 - - - - Other global settings - 其他全域設定 - - - - Web Certificate - 網頁伺服器憑證 - - - - Event retention - 事件紀錄保存時長 - - - - Duration after which events will be deleted from the database. - 事件紀錄在被從資料庫刪除前的時長。 - - - - This setting only affects new Events, as the expiration is saved per-event. - 此設定僅會影響新的事件紀錄,舊的紀錄到期時間已經設定。 - - - - Configure visual settings and defaults for different domains. - 為不同的網域設定視覺化設定和各項預設值。 - - - - Default? - 是否為預設 - - - - Policies - 政策 - - - - Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. - 允許使用者根據屬性使用應用程式、執行密碼的標準,和有選擇性地應用在階段。 - - - - Assigned to object(s). - - - - Warning: Policy is not assigned. - 警告:政策未被分配。 - - - - Test Policy - 測試政策 - - - - Policy / Policies - 政策 - - - - Successfully cleared policy cache - 成功清除政策快取 - - - - Failed to delete policy cache - 未能清除政策快取 - - - - Clear cache - 清除快取 - - - - Clear Policy cache - 清除政策快取 - - - - Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. - 您確定要清除政策快取嗎?這將會導致所有政策在下次使用時重新評價。 - - - Reputation scores - 名譽分數 - - - - Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. - IP 和使用者識別碼的名譽。每次登入失敗都會降低分數,反之每次成功登入都會增加分數。 - - - - IP - IP - - - - Score - 分數 - - - - Updated - 最後更新時間 - - - - Reputation - 名譽 - - - - Groups - 群組 - - - - Group users together and give them permissions based on the membership. - 將使用者分組,並依照成員資格給予權限。 - - - - Superuser privileges? - 是否擁有超級使用者權限 - - - - Group(s) - 群組 - - - - Create Group - 建立群組 - - - - Create group - 建立群組 - - - - Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. - 使用以下使用者名稱和密碼進行認證,密碼可以從權杖頁面中取得。 - - - - Password - 密碼 - - - - Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. - 有效期限為360天,之後密碼將會自動輪替。您可以在權杖列表中複製密碼。 - - - - The following objects use - - - - connecting object will be deleted - 連線的物件將被刪除 - - - - Successfully updated - 成功更新 - - - Failed to update : - - - - Successfully updated password. - 成功更新密碼。 - - - - Successfully sent email. - 成功發送電子郵件。 - - - - Email stage - 電子郵件階段 - - - - Successfully added user(s). - 成功加入使用者 - - - - User(s) - 使用者 - - - - Remove Users(s) - 移除使用者 - - - - Are you sure you want to remove the selected users from the group ? - - - - Remove - 移除 - - - - Impersonate - 模擬使用者 - - - - User status - 使用者狀態 - - - - Change status - 更改狀態 - - - - Deactivate - 停用 - - - - Update password - 更新密碼 - - - - Set password - 設定密碼 - - - - Successfully generated recovery link - 成功產生救援連結 - - - - Copy recovery link - 複製救援連結 - - - - Send link - 傳送連結 - - - - Send recovery link to user - 向使用者傳送救援連結 - - - - Email recovery link - 電子郵件救援連結 - - - - Recovery link cannot be emailed, user has no email address saved. - 無法使用電子郵件傳送救援連結,因為使用者並沒有設定電子郵件。 - - - - Warning: This group is configured with superuser access. Added users will have superuser access. - 警告:這個群組具有超級使用者權限,加入到此群組的使用者將會取得該權限。 - - - - Add existing user - 加入現存使用者 - - - - Create User - 建立使用者 - - - - Hide service-accounts - 隱藏服務帳戶 - - - - Group Info - 群組資訊 - - - - Notes - 備註 - - - - Edit the notes attribute of this group to add notes here. - 編輯這個群組的備註特徵項來加入備註。 - - - - Users - 使用者 - - - - Root - Root - - - - Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. - - - - User folders - 使用者資料夾 - - - - Successfully added user to group(s). - 成功加入使用者到群組。 - - - - Groups to add - 欲加入的群組 - - - - Remove from Group(s) - 從群組中移除 - - - - Are you sure you want to remove user from the following groups? - - - - Add Group - 加入群組 - - - - Add to existing group - 加入到現存的群組 - - - - Add new group - 建立群組並加入 - - - - Application authorizations - 應用程式授權 - - - - Revoked? - 是否已撤銷 - - - - Expires - 有效期限 - - - - ID Token - ID 權杖 - - - - Refresh Tokens(s) - 重新整理權杖 - - - - Last IP - 最後登入的 IP - - - - Session(s) - 會談 - - - - Expiry - 過期 - - - - (Current session) - (正在使用的會談) - - - - Permissions - 權限 - - - - Consent(s) - 同意 - - - - Successfully updated device. - 成功更新裝置。 - - - - Static tokens - 靜態權杖 - - - - TOTP Device - TOTP 裝置 - - - - Enroll - 註冊 - - - - Device(s) - 裝置 - - - - Update Device - 更新裝置 - - - - Confirmed - 裝置驗證 - - - - User Info - 使用者資訊 - - - - Actions over the last week (per 8 hours) - 一周的動作狀態(每 8 小時) - - - - Edit the notes attribute of this user to add notes here. - 編輯這個使用者的備註特徵項來加入備註。 - - - - Sessions - 會談 - - - - User events - 使用者事件 - - - - Explicit Consent - 明示同意 - - - - OAuth Refresh Tokens - OAuth 重新整理權杖 - - - - MFA Authenticators - 多重要素認證器 - - - - Successfully updated invitation. - 成功更新邀請函。 - - - - Successfully created invitation. - 成功建立邀請函。 - - - - Flow - 流程 - - - - When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. - 當選擇時,邀請只能與該流程一起使用。預設情況下,邀請在所有包含邀請階段的流程中都被接受。 - - - - Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. - 可選:載入到流程的「prompt_data」上下文變數。YAML 或 JSON 格式。 - - - - Single use - 單次使用 - - - - When enabled, the invitation will be deleted after usage. - 當啟用時,邀請函將在使用後被刪除。 - - - - Select an enrollment flow - 選擇註冊流程 - - - - Link to use the invitation. - 使用邀請函的連結。 - - - - Invitations - 邀請函 - - - - Create Invitation Links to enroll Users, and optionally force specific attributes of their account. - 建立邀請函連結來註冊使用者,可選擇強制設定其帳戶的特定特徵項。 - - - - Created by - 建立者 - - - - Invitation(s) - 邀請函 - - - - Invitation not limited to any flow, and can be used with any enrollment flow. - 邀請函並未限制用於任何流程,且可以用於任何註冊流程。 - - - - Update Invitation - 更新邀請函 - - - - Create Invitation - 建立邀請函 - - - - Warning: No invitation stage is bound to any flow. Invitations will not work as expected. - 警告:邀請流程沒有附加到任何流程。邀請將無法依照預期工作。 - - - - Auto-detect (based on your browser) - 自動偵測(基於您的瀏覽器) - - - - Required. - 必需。 - - - - Continue - 繼續 - - - - Successfully updated prompt. - 成功更新提示。 - - - - Successfully created prompt. - 成功建立提示。 - - - - Text: Simple Text input - 文字:簡單文字輸入 - - - - Text Area: Multiline text input - 文字區塊:多行文字輸入。 - - - - Text (read-only): Simple Text input, but cannot be edited. - 文字(唯讀):簡單文字輸入,但無法編輯。 - - - - Text Area (read-only): Multiline text input, but cannot be edited. - 文字區塊(唯讀):多行文字輸入。但無法編輯。 - - - - Username: Same as Text input, but checks for and prevents duplicate usernames. - 使用者名稱:與文字輸入相同,但檢查是否與現存有重複。 - - - - Email: Text field with Email type. - 電子郵件:具有電子郵件類型的文字欄位。 - - - - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. - 密碼:遮罩輸入,同一提示上的多個此類輸入需要相同。 - - - - Number - 編號 - - - - Checkbox - 核取方塊 - - - - Radio Button Group (fixed choice) - 選項按鈕群組(固定選項) - - - - Dropdown (fixed choice) - 下拉式選單(固定選項) - - - - Date - 日期 - - - - Date Time - 日期時間 - - - - File - 檔案 - - - - Separator: Static Separator Line - 分隔符號:靜態分隔線 - - - - Hidden: Hidden field, can be used to insert data into form. - 隱藏:隱藏欄位,可用於將資料插入表單。 - - - - Static: Static value, displayed as-is. - 靜態:靜態數值,按原狀顯示。 - - - - authentik: Locale: Displays a list of locales authentik supports. - authentik:語言:顯示 authentik 支援的語言列表。 - - - - Preview errors - 預覽錯誤 - - - - Data preview - 資料預覽 - - - - Unique name of this field, used for selecting fields in prompt stages. - 這個欄位的獨特名稱,用於在提示階段中選擇。 - - - - Field Key - 欄位鍵值 - - - - Name of the form field, also used to store the value. - 表單名稱,也用於儲存數值。 - - - - When used in conjunction with a User Write stage, use attributes.foo to write attributes. - 當與使用者寫入階段結合使用時,請使用 attributes.foo 來撰寫特徵項。 - - - - Label - 標籤 - - - - Label shown next to/above the prompt. - 標籤顯示在提示的旁邊或上方。 - - - - Required - 必需 - - - - Interpret placeholder as expression - 將預先填入解釋為表示式 - - - - When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned. - 啟用時,預先填入將以與屬性對應相同的方式進行評估。如果評估失敗,則返回預先填入本身。 - - - Placeholder - 預先填入 - - - - 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. - 可選:提供一個簡短提示,描述預期的輸入值。當建立一個固定選擇欄位時, - 啟用解釋為表示式,並回傳一個列表以提供多個選擇。 - - - Interpret initial value as expression - 將初始值解釋為表示式 - - - - When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned. - 啟用時,初始值將以與屬性對應相同的方式進行評估。如果評估失敗,則返回初始值本身。 - - - Initial value - 初始值 - - - - 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. - 可選:預先填入輸入框以一個初始值。 - 當建立一個固定選擇欄位時,啟用解釋為表示式,並回傳一個列表以提供多個預設選擇。 - - - Help text - 支援文字 - - - - Any HTML can be used. - 可使用任何 HTML。 - - - - Prompts - 提示 - - - - Single Prompts that can be used for Prompt Stages. - 可用於提示階段的單一提示。 - - - - Field - 欄位 - - - - Stages - 階段 - - - - Prompt(s) - 提示 - - - - Update Prompt - 更新提示 - - - - Create Prompt - 建立提示 - - - - Target - 目標 - - - - Stage - 階段 - - - - Evaluate when flow is planned - 在計劃流程時進行評估 - - - - Evaluate policies during the Flow planning process. - 在計劃流程執行時評估政策。 - - - - Evaluate when stage is run - 在執行階段時進行評估 - - - - Invalid response behavior - 無效的回應行為 - - - - Returns the error message and a similar challenge to the executor - 回傳錯誤訊息以及類似的挑戰到執行器 - - - - Restarts the flow from the beginning - 從頭開始重新啟動流程 - - - - Restarts the flow from the beginning, while keeping the flow context - 從頭開始重新啟動流程,但保持流程的上下文 - - - - Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. - 設定流程執行器在遇到附加的階段中,給出挑戰但收到的無效回應時,應該處理的方式。 - - - - Successfully updated stage. - 成功更新階段。 - - - - Successfully created stage. - 成功建立階段。 - - - - Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. - 用於設定基於 Duo 身分認證器的階段。此階段應該使用在設定流程。 - - - - Authenticator type name - 身分認證器類型的名稱 - - - - Display name of this authenticator, used by users when they enroll an authenticator. - 顯示這個身分認證器,用於當使用者要註冊一個身分認證器時。 - - - - API Hostname - API 主機名稱 - - - - Duo Auth API - Duo 認證 API - - - - Integration key - 整合金鑰 - - - - Secret key - 金鑰 - - - - Duo Admin API (optional) - Duo 管理員 API(可選) - - - - Stage-specific settings - 階段特定的設定 - - - - Configuration flow - 設定的流程 - - - - Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. - 用於已認證的使用者設定此階段的流程,如果為空則使用者無法設定此階段。 - - - - Twilio Account SID - Twilio 帳號 SID - - - - Get this value from https://console.twilio.com - 從以下網址取得值 https://console.twilio.com - - - - Twilio Auth Token - Twilio 身分認證權杖 - - - - Authentication Type - 身分認證類型 - - - - Basic Auth - 基本身分認證 - - - - Bearer Token - 持有人權杖 - - - - External API URL - 外部 API 網址 - - - - This is the full endpoint to send POST requests to. - 這是項其發送 POST 要求的完整終端節點。 - - - - API Auth Username - API 認證使用者 - - - - This is the username to be used with basic auth or the token when used with bearer token - 這是與基本身分認證一起使用的使用者名稱,或與持有人權杖一起使用時的權杖。 - - - - API Auth password - API 認證密碼 - - - - This is the password to be used with basic auth - 這是與基本身分認證一起使用的密碼 - - - - Mapping - 對應 - - - - Stage used to configure an SMS-based TOTP authenticator. - 用於設定基於簡訊的 TOTP 身分認證器的階段。 - - - - Twilio - Twilio - - - - Generic - 通用的 - - - - From number - 傳送人電話號碼 - - - - Number the SMS will be sent from. - 傳送簡訊的電話號碼。 - - - - Hash phone number - 雜湊電話號碼 - - - - If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. - 啟用時,將只會儲存手機號碼的雜湊值。如果有資料保護的需求可以使用此項。啟用此選項的階段建立的裝置,將無法使用身份認證器的認證階段。 - - - - Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. - 用於設定靜態身分認證器的流程(即靜態權杖)。此階段應用於設定流程。 - - - - Token count - 權杖計數 - - - - Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). - 用於設定 TOTP 身分認證器的階段(即 Authy/Google 身分認證器)。 - - - - Digits - 位數 - - - - 6 digits, widely compatible - 6位數字,廣泛相容各類認證器 - - - - 8 digits, not compatible with apps like Google Authenticator - 8位數字,不相容於類似 Google Authenticator 等認證器 - - - - Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. - 用於驗證任何身分認證器的階段。此階段應用於身分認證或授權流程。 - - - - Device classes - 裝置類別 - - - - Static Tokens - 靜態權杖 - - - - TOTP Authenticators - TOTP 身分認證器 - - - - WebAuthn Authenticators - WebAuthn 身分認證器 - - - - Duo Authenticators - Duo 身分認證器 - - - - SMS-based Authenticators - 透過簡訊進行身分認證 - - - - Device classes which can be used to authenticate. - 可用於身分認證的類別。 - - - - Last validation threshold - 最後驗證的時間閾值 - - - - Not configured action - 未設定時的動作 - - - - Force the user to configure an authenticator - 強制使用者設定一個身分認證器 - - - - Deny the user access - 拒絕使用者存取 - - - - WebAuthn User verification - WebAuthn 使用者驗證 - - - - User verification must occur. - 使用者驗證必需發生。 - - - - User verification is preferred if available, but not required. - 使用者驗證作為可選項目而非必需。 - - - - User verification should not occur. - 使用者驗證不應發生。 - - - - Configuration stages - 設定階段 - - - - Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. - 用於當使用者沒有相容的裝置時,設定身分認證器的階段。通過此階段後,使用者將不會再收到提示。 - - - - When multiple stages are selected, the user can choose which one they want to enroll. - 當選擇多個階段時,使用者可選擇想使用哪一個註冊。 - - - - User verification - 使用者驗證 - - - - Resident key requirement - 常駐金鑰要求 - - - - Authenticator Attachment - 身分認證器外接裝置 - - - - No preference is sent - 不傳送建議選項 - - - - A non-removable authenticator, like TouchID or Windows Hello - 不可移除的身分認證器,例如 TouchID 或 Windows Hello - - - - A "roaming" authenticator, like a YubiKey - 外接式的身分認證器,例如 YubiKey - - - - This stage checks the user's current session against the Google reCaptcha (or compatible) service. - 這個階段使用 Google reCaptcha (或其他相容的)服務檢查使用者目前的會談。 - - - - Public Key - 公鑰 - - - - Public key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 公鑰,取得自以下網址 https://www.google.com/recaptcha/intro/v3.html。 - - - - Private Key - 私鑰 - - - - Private key, acquired from https://www.google.com/recaptcha/intro/v3.html. - 私鑰,取得自以下網址 https://www.google.com/recaptcha/intro/v3.html。 - - - - Advanced settings - 進階設定 - - - - JS URL - JS 網址 - - - - URL to fetch JavaScript from, defaults to recaptcha. Can be replaced with any compatible alternative. - 用於擷取 JavaScript 的網址,預設為 reCAPTCHA。可以替換為任何相容的替代方案。 - - - - API URL - API 網址 - - - - URL used to validate captcha response, defaults to recaptcha. Can be replaced with any compatible alternative. - 用於驗證認證碼回應的網址,預設為 reCAPTCHA。可以替換為任何相容的替代方案。 - - - - Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. - 使用者同意的提示。同意可以是永久性的,也可以設定過期時間。 - - - - Always require consent - 總是需要取得同意 - - - - Consent expires in - 同意有效期限 - - - - Offset after which consent expires. - 同意有效期限的偏移量 - - - - Dummy stage used for testing. Shows a simple continue button and always passes. - 用於測試的假階段。顯示一個「繼續」的按鈕且永遠通過。 - - - - Throw error? - 是否顯示錯誤資訊 - - - - SMTP Host - SMTP 主機 - - - - SMTP Port - SMTP 連接埠 - - - - SMTP Username - SMTP 使用者名稱 - - - - SMTP Password - SMTP 密碼 - - - - Use TLS - 使用 TLS - - - - Use SSL - 使用 SSL - - - - From address - 寄件人地址 - - - - Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. - 通過發送一次性連結驗證使用者的電子郵件地址。也可用於救援過程中驗證使用者的真實性。 - - - - Activate pending user on success - 成功時啟用待處理的使用者 - - - - When a user returns from the email successfully, their account will be activated. - 當使用者成功透過電子郵件返回時,重新啟用他們的帳號。 - - - - Use global settings - 使用全域設定 - - - - When enabled, global Email connection settings will be used and connection settings below will be ignored. - 啟用時,將使用全域電子郵件連線設定,以下的連線設定將被忽略。 - - - - Template - 範本 - - - - Let the user identify themselves with their username or Email address. - 讓使用者利用使用者名稱或電子郵件來標示自己。 - - - - User fields - 使用者欄位 - - - - UPN - UPN - - - - Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. - 使用者可以用來標示自己的欄位。如果沒有選擇任何欄位,使用者將只能使用來源。 - - - - Password stage - 密碼階段 - - - - When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. - 當選擇時,密碼欄位將會顯示在同一頁面上,這樣可以防止使用者名稱列舉攻擊。 - - - - Case insensitive matching - 使用者名稱配對不分大小寫 - - - - When enabled, user fields are matched regardless of their casing. - 啟用時,配對使用者名稱時將無視大小寫。 - - - - Show matched user - 顯示符合的使用者 - - - - 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. - 當啟用了此選項,且輸入了有效的使用者名稱或電子郵件時,將顯示使用者的使用者名稱和個人檔案圖片。否則,將顯示使用者輸入的文字。 - - - - Source settings - 來源設定 - - - - Sources - 來源 - - - - Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. - 選擇當使用者進行認證時應顯示的來源。此選項將只會影響基於網頁的來源,LDAP 不受影響。 - - - - Show sources' labels - 顯示來源標籤 - - - - By default, only icons are shown for sources. Enable this to show their full names. - 預設的情況下,只會顯示來源的圖示,啟用這個選項來顯示全名。 - - - - Passwordless flow - 無密碼認證流程 - - - - Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. - 可選:無密碼認證的流程,連結顯示在頁面底部。設定時,使用者可以無須輸入任何詳細資訊,透過此流程搭配 WebAuthn 身分認證器來進行認證。 - - - - Optional enrollment flow, which is linked at the bottom of the page. - 可選:註冊流程,連結顯示在頁面底部。 - - - - Optional recovery flow, which is linked at the bottom of the page. - 可選:救援流程,連結顯示在頁面底部。 - - - - This stage can be included in enrollment flows to accept invitations. - 此階段可以包含在註冊流程中以接受邀請。 - - - - Continue flow without invitation - 設定無邀請函的流程 - - - - 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. - 如果啟用此旗標,當沒有邀請函時這個階段將會跳到下個階段。預設的情況下,此階段將會取消流程。 - - - - Validate the user's password against the selected backend(s). - 由選擇的後端來驗證使用者密碼。 - - - - Backends - 後端 - - - - User database + standard password - 使用者資料庫 + 標準密碼 - - - - User database + app passwords - 使用者資料庫 + 應用程式密碼 - - - - User database + LDAP password - 使用者資料庫 + LDAP 密碼 - - - - Selection of backends to test the password against. - 選擇要用於測試密碼的後端。 - - - - Failed attempts before cancel - 取消前可嘗試的次數 - - - - 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. - 在取消流程前使用者嘗試的次數。要鎖定使用者請使用名譽政策和 user_write 階段。 - - - - Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. - 向使用者顯示任意輸入欄位,例如在註冊過程中。資料會保存在流程上下文中的「prompt_data」變數中。 - - - - Fields - 欄位 - - - - Validation Policies - 驗證政策 - - - - Selected policies are executed when the stage is submitted to validate the data. - 當階段提交時,將執行所選政策以驗證資料。 - - - - Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. - 刪除目前待處理的使用者。注意,這個階段不會要求確認。使用同意階段以確保使用者意識到他們的動作。 - - - Log the currently pending user in. - 將待處理的使用者登入。 - - - - Session duration - 會談的持續時間 - - - - Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. - 決定會談將持續多久。預設值「seconds=0」表示會談會持續到關閉瀏覽器為止。 - - - - Different browsers handle session cookies differently, and might not remove them even when the browser is closed. - 不同的瀏覽器處理會談 cookies 方法各異,在關閉瀏覽器後可能不會移除它。 - - - - See here. - 更多資訊 - - - - Stay signed in offset - 登入的持續時間 - - - - If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. - 如果持續時間大於零,使用者介面上將會有「保持登入」選項。這將會依照設定的時間延長會談。 - - - - Terminate other sessions - 終止其他會談 - - - - When enabled, all previous sessions of the user will be terminated. - 當啟用後,所有之前的會談將會被終止。 - - - - Remove the user from the current session. - 移除使用者目前的會談。 - - - - Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user - is pending, a new user is created, and data is written to them. - 將流程上下文中的「prompt_data」的任何資料寫入當前待處理的使用者。如果沒有待處理的使用者,則建立一個新使用者,並將資料寫入該使用者。 - - - Never create users - 不建立使用者 - - - - When no user is present in the flow context, the stage will fail. - 當流程上下文中不存在使用者時,階段將會失敗。 - - - - Create users when required - 需要時建立使用者 - - - - When no user is present in the the flow context, a new user is created. - 當流程上下文中不存在使用者時,建立使用者。 - - - - Always create new users - 總是建立使用者 - - - - Create a new user even if a user is in the flow context. - 總是建立使用者,即便流程上下文中存在使用者。 - - - - Create users as inactive - 建立停用狀態的使用者 - - - - Mark newly created users as inactive. - 將建立的使用者標記為停用狀態。 - - - - User path template - 使用者路徑範本 - - - - Path new users will be created under. If left blank, the default path will be used. - 使用者將會建立在此路徑下。如果留空則使用預設路徑。 - - - - Newly created users are added to this group, if a group is selected. - 如果有選擇群組,使用者將會被加入到該群組。 - - - - New stage - 新增階段 - - - - Create a new stage. - 建立一個階段。 - - - - Successfully imported device. - 成功匯入裝置。 - - - - The user in authentik this device will be assigned to. - 此裝置將被分配給的 authentik 中的使用者。 - - - - Duo User ID - Duo 使用者 ID - - - - The user ID in Duo, can be found in the URL after clicking on a user. - Duo 的使用者 ID,點選使用者後可以在網址列上找到。 - - - - Automatic import - 自動匯入 - - - - Successfully imported devices. - - - - Start automatic import - 開始自動匯入 - - - - Or manually import - 或使用手動匯入 - - - - Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. - 階段是流程中使用者被引導通過的單一步驟。階段只能在流程內部執行。 - - - - Flows - 流程 - - - - Stage(s) - 階段 - - - - Import - 匯入 - - - - Import Duo device - 匯入 Duo 裝置 - - - - Successfully updated flow. - 成功更新流程。 - - - - Successfully created flow. - 成功建立流程。 - - - - Shown as the Title in Flow pages. - 作為標題顯示在流程頁面。 - - - - Visible in the URL. - 顯示於網址列中。 - - - - Designation - 使用目的 - - - - Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. - 決定此流程的用途。例如當未經認證的使用者存取 authentik 時,將其重新導向到身分認證流程。 - - - - No requirement - 不需要 - - - - Require authentication - 需要身分認證 - - - - Required authentication level for this flow. - 這個流程所需的身分認證等級。 - - - - Behavior settings - 行為設定 - - - - Compatibility mode - 相容模式 - - - - Increases compatibility with password managers and mobile devices. - 提升對密碼管理器和行動裝置的相容性。 - - - - Denied action - 拒絕時動作 - - - - Will follow the ?next parameter if set, otherwise show a message - 如果有設定「?next」參數則重新導向,反之則顯示訊息 - - - - Will either follow the ?next parameter or redirect to the default interface - 如果有設定「?next」參數則重新導向,反之則重新導向到預設介面 - - - - Will notify the user the flow isn't applicable - 將會通知使用者流程無法適用 - - - - Decides the response when a policy denies access to this flow for a user. - 決定當這個流程的使用者被政策拒絕存取時的回應。 - - - - Appearance settings - 外觀設定 - - - - Layout - 版面設計 - - - - Background - 背景 - - - - Background shown during execution. - 執行過程中顯示的背景。 - - - - Clear background - 清除背景 - - - - Delete currently set background image. - 刪除目前設定的背景圖片。 - - - - Successfully imported flow. - 成功匯入流程。 - - - - Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. - 流程描述了一系列階段,用於認證、註冊或救援使用者。根據應用於它們的政策選擇階段。 - - - - Flow(s) - 流程 - - - - Update Flow - 更新流程 - - - - Create Flow - 建立流程 - - - - Import Flow - 匯入流程 - - - - Successfully cleared flow cache - 成功清除流程的快取 - - - - Failed to delete flow cache - 無法刪除流程的快取 - - - - Clear Flow cache - 清除流程的快取 - - - - Are you sure you want to clear the flow cache? - This will cause all flows to be re-evaluated on their next usage. - 您確定要清除流程快取嗎?這將導致所有流程在下次使用時重新評估。 - - - Stage binding(s) - 階段附加 - - - - Stage type - 階段類型 - - - - Edit Stage - 編輯階段 - - - - Update Stage binding - 更新階段附加 - - - - These bindings control if this stage will be applied to the flow. - 這些附加控制此階段是否將應用於流程。 - - - - No Stages bound - 沒有已附加的階段 - - - - No stages are currently bound to this flow. - 目前沒有階段附加到此流程。 - - - - Create Stage binding - 建立階段附加 - - - - Bind existing stage - 附加已存在的階段 - - - - Flow Overview - 流程概覽 - - - - Related actions - 關聯的動作 - - - - Execute flow - 執行流程 - - - - Normal - 正常執行 - - - - Export flow - 匯出這個流程 - - - - Export - 匯出 - - - - Stage Bindings - 階段附加 - - - - These bindings control which users can access this flow. - 這些附加控制哪些使用者可以存取此流程。 - - - - Event Log - 事件日誌 - - - - Event - - - - Event info - 事件資訊 - - - - Created - 已建立 - - - - Successfully updated transport. - 成功更新通道。 - - - - Successfully created transport. - 成功建立通道。 - - - - Local (notifications will be created within authentik) - 本機(通知將會透過 authentik 建立) - - - - Webhook (generic) - Webhook (通用) - - - - Webhook (Slack/Discord) - Webhook(Slack/Discord) - - - - Webhook URL - Webhook 網址 - - - - Send once - 僅發送一次 - - - - Only send notification once, for example when sending a webhook into a chat channel. - 僅發送一次通知,例如在將 webhook 發送到聊天頻道時。 - - - - Notification Transports - 通知通道 - - - - Define how notifications are sent to users, like Email or Webhook. - 定義如何向使用者傳送通知,例如電子郵件或 Webhook。 - - - - Notification transport(s) - 通知通道 - - - - Update Notification Transport - 更新通知通道 - - - - Create Notification Transport - 建立通知通道 - - - - Successfully updated rule. - 成功更新規則。 - - - - Successfully created rule. - 成功建立規則。 - - - - Transports - 通道 - - - - Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. - 選擇應使用哪些通道來通知使用者。如果沒有選擇任何通道,通知將只會在 authentik 使用者介面中顯示。 - - - - Severity - 嚴重程度 - - - - Notification Rules - 通知規則 - - - - Send notifications whenever a specific Event is created and matched by policies. - 當特定事件被建立並符合政策時都會發送通知。 - - - - Sent to group - 已發送到群組 - - - - Notification rule(s) - 通知規則 - - - - Update Notification Rule - 更新通知規則 - - - - Create Notification Rule - 建立通知規則 - - - - These bindings control upon which events this rule triggers. -Bindings to groups/users are checked against the user of the event. - 這些附加控制了此規則觸發的事件。附加到群組或使用者的條件會根據事件的使用者來檢查。 - - - Outpost Deployment Info - Outpost 部署資訊 - - - - View deployment documentation - 檢視部署文件 - - - - Click to copy token - 點選這裡複製權杖 - - - - If your authentik Instance is using a self-signed certificate, set this value. - 如果您的 authentik 執行個體使用自簽憑證,請設定此項。 - - - - If your authentik_host setting does not match the URL you want to login with, add this setting. - 如果您的 authentik_host 設定與您登入的網址不同,請加入此設定。 - - - - Successfully updated outpost. - 成功更新 Outpost。 - - - - Successfully created outpost. - 成功建立 Outpost。 - - - - Radius - Radius - - - - Integration - 整合 - - - - Selecting an integration enables the management of the outpost by authentik. - 選擇一個整合讓 authentik 對 Outpost 進行管理。 - - - - Configuration - 設定 - - - - See more here: - 更多資訊請參考: - - - - Documentation - 官方文件 - - - - Last seen - 最後上線時間 - - - - , should be - - - - Hostname - 主機名稱 - - - - Not available - 無法使用 - - - - Unknown type - 未知的類型 - - - - Outposts - Outposts - - - - Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. - Outposts 是 authentik 系統中的一部分,負責部署組件以適應各種環境和協議需求,例如作為反向代理。 - - - - Health and Version - 執行狀態和版本 - - - - Warning: authentik Domain is not configured, authentication will not work. - 警告:未設定 authentik 的網域,身分認證將無法使用。 - - - - Logging in via . - - - - No integration active - 沒有啟用的整合 - - - - Update Outpost - 更新 Outpost - - - - View Deployment Info - 檢視部署資訊 - - - - Detailed health (one instance per column, data is cached so may be out of date) - 健康狀態詳細資訊(每一列一個執行個體,使用快取資料所以可能是過時資訊) - - - - Outpost(s) - Outpost(s) - - - - Create Outpost - 建立 Outpost - - - - Successfully updated integration. - 成功更新整合。 - - - - Successfully created integration. - 成功建立整合。 - - - - Local - 本機端連線 - - - - If enabled, use the local connection. Required Docker socket/Kubernetes Integration. - 啟用時,請使用本機連線。需要整合 docker / Kubernetes 的 socket。 - - - - Docker URL - Docker 網址 - - - - CA which the endpoint's Certificate is verified against. Can be left empty for no validation. - 驗證終端節點的憑證所需的 CA 憑證。如果為空則不驗證憑證。 - - - - TLS Authentication Certificate/SSH Keypair - TLS 身分認證憑證或 SSH 金鑰對 - - - - Certificate/Key used for authentication. Can be left empty for no authentication. - 用於身分認證的憑證或金鑰。如果為空則不進行身分認證。 - - - - When connecting via SSH, this keypair is used for authentication. - 當使用 SSH 連線時,此金鑰對將用於身分認證。 - - - - Kubeconfig - Kubeconfig - - - - Verify Kubernetes API SSL Certificate - 驗證 Kubernetes API 的 SSL 憑證 - - - - New outpost integration - 新增 Outpost 整合 - - - - Create a new outpost integration. - 建立一個 Outpost 整合。 - - - - State - 狀態 - - - - Unhealthy - 不健康 - - - - Outpost integration(s) - Outpost 整合 - - - - Successfully generated certificate-key pair. - 成功產生金鑰對。 - - - - Common Name - 主體名稱 - - - - Subject-alt name - 主體別名 - - - - Optional, comma-separated SubjectAlt Names. - 可選:使用逗號分隔多個主體別名。 - - - - Validity days - 有效天數 - - - - Successfully updated certificate-key pair. - 成功更新金鑰對。 - - - - Successfully created certificate-key pair. - 成功建立金鑰對。 - - - - PEM-encoded Certificate data. - PEM 編碼的憑證資料。 - - - - Optional Private Key. If this is set, you can use this keypair for encryption. - 可選:私鑰。如果設定此項,您可以使用金鑰對來加密。 - - - - Certificate-Key Pairs - 憑證金鑰對 - - - - Import certificates of external providers or create certificates to sign requests with. - 匯入外部供應商的憑證或建立用於簽署請求的憑證。 - - - - Private key available? - 是否含有私鑰 - - - - Certificate-Key Pair(s) - 憑證金鑰對 - - - - Managed by authentik - 由 authentik 管理 - - - - Managed by authentik (Discovered) - 由 authentik 管理(已發現) - - - - Yes () - - - - No - - - - - Update Certificate-Key Pair - 更新憑證金鑰對 - - - - Certificate Fingerprint (SHA1) - 憑證指紋 (SHA1) - - - - Certificate Fingerprint (SHA256) - 憑證指紋 (SHA256) - - - - Certificate Subject - 憑證主題名稱 - - - - Download Certificate - 下載憑證 - - - - Download Private key - 下載私鑰 - - - - Generate - 產生憑證 - - - - Successfully updated instance. - 成功更新執行個體 - - - - Successfully created instance. - 成功建立執行個體 - - - - Disabled blueprints are never applied. - 停用的藍圖將永遠不會被應用。 - - - - Local path - 本機路徑 - - - - OCI Registry - OCI Registry - - - - Internal - 內部位置 - - - - Blueprint - 藍圖 - - - - Configure the blueprint context, used for templating. - 設定藍圖的上下文,用於作為範本。 - - - - Orphaned - 孤立 - - - - Blueprints - 藍圖 - - - - Automate and template configuration within authentik. - 在 authentik 中自動化和範本化設定。 - - - - Last applied - 最後應用時間 - - - - Blueprint(s) - 藍圖 - - - - Update Blueprint - 更新藍圖 - - - - Create Blueprint Instance - 建立藍圖執行個體 - - - - API Requests - API 要求 - - - - Open API Browser - 打開 API 瀏覽器 - - - - Notifications - 通知 - - - - unread - 封尚未讀取 - - - - Successfully cleared notifications - 成功清除通知 - - - - Clear all - 清除全部 - - - - User interface - 使用者介面 - - - - Dashboards - 儀表板 - - - - Events - 事件 - - - - Logs - 日誌 - - - - Directory - 使用者目錄 - - - - System - 系統 - - - - Certificates - 憑證 - - - - Outpost Integrations - Outpost 整合 - - - - API request failed - API 要求失敗 - - - - Something went wrong! Please try again later. - 發生錯誤,請稍後再次嘗試。 - - - - Request ID - 要求 ID - - - - You may close this page now. - 您現在可以關閉這個頁面。 - - - - You're about to be redirect to the following URL. - 您即將被重新導向到以下網址。 - - - - Follow redirect - 跟隨重新導向 - - - - Request has been denied. - 要求被拒。 - - - - Not you? - 不是您? - - - - Need an account? - 需要一個帳號嗎? - - - - Sign up. - 註冊。 - - - - Forgot username or password? - 忘記使用者名稱或密碼? - - - - Or - - - - - Use a security key - 使用安全金鑰登入 - - - - Login to continue to . - - - - Please enter your password - 請輸入您的密碼 - - - - Forgot password? - 忘記密碼 - - - - Application requires following permissions: - 應用程式需要以下權限: - - - - Application already has access to the following permissions: - 應用程式已用擁有已下存取權限: - - - - Application requires following new permissions: - 應用程式需要新增以下權限: - - - - Check your Inbox for a verification email. - 檢查您的收件夾確認是否收到驗證電子郵件。 - - - - Send Email again. - 再次傳送電子郵件。 - - - - Successfully copied TOTP Config. - 成功複製 TOTP 設定。 - - - - Code - 認證碼 - - - - Duo activation QR code - Duo 啟用的二維條碼 - - - - Alternatively, if your current device has Duo installed, click on this link: - 或者如果您目前裝置已安裝 Duo,請點擊此連結: - - - - Duo activation - Duo 啟用 - - - - Check status - 檢查狀態 - - - - Make sure to keep these tokens in a safe place. - 請將這些權杖保存在安全的地方。 - - - - Phone number - 電話號碼 - - - - Please enter your Phone number. - 請輸入您的電話號碼。 - - - - Please enter the code you received via SMS - 請輸入您簡訊收到的認證碼。 - - - - Static token - 靜態權杖 - - - - Authentication code - 認證碼 - - - - Please enter your code - 請輸入您的認證碼 - - - - Retry authentication - 重試身分認證 - - - - Duo push-notifications - Duo 推播通知 - - - - Receive a push notification on your device. - 在您的裝置上接收推播通知。 - - - - Authenticator - 身分認證器 - - - - Use a security key to prove your identity. - 使用您的安全金鑰證明身分。 - - - - Traditional authenticator - 傳統身分認證器 - - - - Use a code-based authenticator. - 使用基於認證碼的身分認證器。 - - - - Recovery keys - 救援金鑰 - - - - SMS - 簡訊 - - - - Tokens sent via SMS. - 通過簡訊傳送權杖。 - - - - Stay signed in? - 繼續保持登入? - - - - Select Yes to reduce the number of times you're asked to sign in. - 選擇「是」來減少詢問登入的次數。 - - - - Authenticating with Plex... - 使用 Plex 進行身分認證中…… - - - - Waiting for authentication... - 等待身分認證中…… - - - - If no Plex popup opens, click the button below. - 如果 Plex 彈出視窗未開啟,請點選以下按鈕前往。 - - - - Open login - 開啟登入頁面 - - - - Authenticating with Apple... - 使用 Apple 進行身分認證中…… - - - - Retry - 重試 - - - - You've successfully authenticated your device. - 您已成功透過裝置認證。 - - - - Flow inspector - 流程檢閱器 - - - - Next stage - 下一個階段 - - - - Stage name - 階段名稱 - - - - Stage kind - 階段類型 - - - - Stage object - 階段物件 - - - - This flow is completed. - 此流程已執行完成。 - - - - Plan history - 計劃歷史紀錄 - - - - Current plan context - 目前計劃的上下文 - - - - Session ID - 會談 ID - - - - Powered by authentik - 由 authentik 技術支援 - - - - Error creating credential: - - - - Server validation of credential failed: - - - - Refer to documentation - 請參考文件 - - - No Applications available. - 沒有可用的應用程式。 - - - - Either no applications are defined, or you don’t have access to any. - 尚未有已定義的應用程式,或是您沒有存取任何應用程式的權限。 - - - My Applications - 我的應用程式 - - - - My applications - 我的應用程式 - - - - Change your password - 變更您的密碼 - - - - Change password - 變更密碼 - - - - Save - 儲存 - - - - Delete account - 刪除帳號 - - - - Successfully updated details - 成功更新個人資訊 - - - - Open settings - 開啟設定 - - - - No settings flow configured. - 未設定設定流程 - - - - Update details - 更新個人資訊 - - - - Successfully disconnected source - 成功解除來源的連線 - - - - Failed to disconnected source: - - - - Disconnect - 解除連線 - - - - Connect - 連線 - - - - Error: unsupported source settings: - - - - Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. - 將您的使用者帳號與下方的服務連線,讓您可以直接使用該服務而不使用傳統認證登入。 - - - - No services available. - 沒有可用的服務。 - - - - Create App password - 建立應用程式密碼 - - - - User details - 使用者個人資訊 - - - - Consent - 同意 - - - - MFA Devices - 多重要素認證裝置 - - - - Connected services - 已連接的服務 - - - - Tokens and App passwords - 權杖和應用程式密碼 - - - - Unread notifications - 未讀取通知 - - - - Admin interface - 管理員介面 - - - - Stop impersonation - 離開模擬模式 - - - - Avatar image - 個人檔案圖片 - - - - Failed - 失敗 - - - - Unsynced / N/A - 未同步或無法使用 - - - - Outdated outposts - 過時的 Outposts - - - - Unhealthy outposts - 不健康的 Outposts - - - - Next - 下一步 - - - - Inactive - 停用 - - - - Regular user - 一般使用者 - - - - Activate - 啟用 - - - - Use Server URI for SNI verification - 使用伺服器 URI 進行 SNI 驗證 - - - Required for servers using TLS 1.3+ - 伺服器需啟用 TLS 1.3版以上 - - - Client certificate keypair to authenticate against the LDAP Server's Certificate. - 用於對 LDAP 伺服器的憑證進行認證的用戶端憑證金鑰對。 - - - The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. - 針對上述設定的 Base DN 的憑證。作為備援方案,供應商使用自簽憑證。 - - - TLS Server name - TLS 伺服器名稱 - - - DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. - 應使用上述設定憑證的 DNS 名稱。Base DN 無法檢測憑證,因為 SSL/TLS 協商發生在此類資料交換之前。 - - - TLS Client authentication certificate - TLS 用戶端認證憑證 - - - Model - 模型 - - - Match events created by selected model. When left empty, all models are matched. - 將選擇的模型與建立的事件配對。如果為空則將符合所有模型。 - - - Code-based MFA Support - 基於認證碼多重要素認證支援 - - - 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. - 當啟用此功能時,可以透過在密碼後加上分號及TOTP認證碼(範例:password:totp認證碼)來使用多重要素驗證。您應只有在所有要連線到此服務的使用者都已設定TOTP裝置的情況下,才啟用此功能。如果使用者的密碼中恰好包含分號,可能會因誤判而被拒絕存取。 - - - User type - 使用者類型 - - - Successfully updated license. - 成功更新授權許可證 - - - Successfully created license. - 成功建立授權許可證 - - - Install ID - 安裝 ID - - - License key - 授權金鑰 - - - Licenses - 授權許可證 - - - License(s) - 授權許可證 - - - Cumulative license expiry - 累計授權到期人數 - - - Update License - 更新授權許可證 - - - Warning: The current user count has exceeded the configured licenses. - 警告:目前的使用者人數已抵達設設定的授權許可上限。 - - - Click here for more info. - 點擊這裡取得更多資訊。 - - - Enterprise - 企業版 - - - Manage enterprise licenses - 管理企業版授權許可證 - - - No licenses found. - 找不到授權許可證。 - - - Send us feedback! - 提供建議給我們! - - - Go to Customer Portal - 前往客戶入口網站 - - - Forecast internal users - 內部使用者預測 - - - Estimated user count one year from now based on current internal users and forecasted internal users. - - - Forecast external users - 外部使用者預測 - - - Estimated user count one year from now based on current external users and forecasted external users. - - - Install - 安裝 - - - Install License - 安裝授權許可證 - - - Internal users might be users such as company employees, which will get access to the full Enterprise feature set. - 內部使用者可能是像公司員工這樣的使用者,他們將取得全部企業版功能的存取權限。 - - - External users might be external consultants or B2C customers. These users don't get access to enterprise features. - 外部使用者可能是像顧問或是 B2C 客戶這樣的使用者,這些使用者不會取得企業版功能的存取權限。 - - - Service accounts should be used for machine-to-machine authentication or other automations. - 服務帳號應用於機器對機器的身份認證或其他自動化操作。 - - - Remove item - 移除物件 - - - Open API drawer - 開啟 API 下拉選單 - - - Open Notification drawer - 開啟通知下拉選單 - - - Add provider - 新增供應商 - - - Open - 開啟 - - - Copy token - 複製權杖 - - - Add users - 新增使用者 - - - Add group - 新增群組 - - - Import devices - 匯入裝置 - - - Execute - 執行 - - - Show details - 顯示詳細資訊 - - - Apply - 套用 - - - Settings - 設定 - - - Sign out - 登出 - - - The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. - 每當使用此階段時產生的權杖數量。每次階段執行產生的每個權杖都將附加到一個固定裝置上。 - - - Token length - 權杖長度 - - - The length of the individual generated tokens. Can be increased to improve security. - 每個產生的權杖長度。可以增加以提高安全性。 - - - Internal: - 內部使用者: - - - External: - 外部使用者: - - - Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. - 靜態拒絕的流程。要有效使用此階段,請在相應的附加上停用「在計劃流程時進行評估」。 - - - Create and bind Policy - 建立政策並附加 - - - Federation and Social login - 聯邦式認證和社群登入 - - - Create and bind Stage - 建立階段並附加 - - - Flows and Stages - 流程與階段 - - - New version available - 有可用的新版本 - - - Failure result - 失敗的結果 - - - Pass - 通過 - - - Don't pass - 不要通過 - - - Result used when policy execution fails. - 當政策執行失敗所使用的結果 - - - Required: User verification must occur. - 必需:使用者驗證必需發生。 - - - Preferred: User verification is preferred if available, but not required. - 推薦:使用者驗證作為可選項目而非必需。 - - - Discouraged: User verification should not occur. - 不建議:使用者驗證不應發生。 - - - Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur - 必須:身份認證器必須建立專屬憑證。如果無法建立,依賴方已準備好應對可能發生的錯誤。 - - - Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too - 推薦:身份認證器可以建立並儲存專屬憑證,但如果沒有建立也沒關係。 - - - Discouraged: The authenticator should not create a dedicated credential - 不建議:身份認證器不應建立專屬憑證。 - - - Lock the user out of this system - 從這個系統中鎖定使用者 - - - Allow the user to log in and use this system - 允許使用者登入並使用這個系統 - - - Temporarily assume the identity of this user - 臨時扮演該使用者的身份 - - - Enter a new password for this user - 為這個使用者輸入新密碼 - - - Create a link for this user to reset their password - 為這個使用者建立連結來重設他們的密碼 - - - WebAuthn requires this page to be accessed via HTTPS. - WebAuthn 需要使用 HTTPS 存取這個頁面。 - - - WebAuthn not supported by browser. - 不支援 WebAuthn 的瀏覽器。 - - - Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). - 將此供應商與 nginx 的 auth_request 或 traefik 的 forwardAuth 一起使用。每個應用程式或網域需要其自己的供應商。此外,在每個網域上,/outpost.goauthentik.io 必須路由到 Outpost(當使用代管的 Outpost 時,這將會自動完成)。 - - - Default relay state - 預設中繼狀態 - - - When using IDP-initiated logins, the relay state will be set to this value. - 當使用 Idp 發起的登入時,中繼狀態將會設定為這個值。 - - - Flow Info - 流程資訊 - - - Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). - 用於設定 WebAuthn 身份認證器的階段(例如 Yubikey、FaceID/Windows Hello)。 - -<<<<<<< HEAD - - Internal application name used in URLs. - 用於網址的應用程式內部名稱。 - - - Submit - 提交 - - - UI Settings - 使用者介面設定 - - - Your application has been saved - 已經儲存您的應用程式 - - - Custom attributes - 客製化特徵項 - - - Don't show this message again. - 不要再顯示這個通知。 - - - Failed to fetch - 擷取失敗 - - - Failed to fetch data. - 擷取資料失敗。 - - - Successfully assigned permission. - 成功分配權限。 - - - Role - 角色 - - - Assign - 分配 - - - Assign permission to role - 分配權限到角色 - - - Assign to new role - 分配給新增角色 - - - Directly assigned - 直接分配 - - - Assign permission to user - 分配權限給使用者 - - - Assign to new user - 分配權限給新增使用者 - - - User Object Permissions - 使用者物件權限 - - - Role Object Permissions - 角色物件權限 - - - Roles - 角色 - - - Select roles to grant this groups' users' permissions from the selected roles. - 選擇角色以授予此群組或使用者從所選角色中的權限。 - - - Editing is disabled for managed tokens - 代管權杖的編輯功能已停用 - - - Permissions to add - 選擇要加入的權限 - - - Select permissions - 選擇權限 - - - Assign permission - 分配權限 - - - Permission(s) - 權限 - - - Permission - 權限 - - - User doesn't have view permission so description cannot be retrieved. - 使用者沒有讀取權限,所以無法取得描述。 - - - Assigned global permissions - 已分配的全域權限 - - - Assigned object permissions - 已分配的物件權限 - - - Successfully updated role. - 成功更新角色 - - - Successfully created role. - 成功建立角色 - - - Manage roles which grant permissions to objects within authentik. - 在 authentik 中管理角色來賦予物件權限。 - - - Role(s) - 角色 - - - Update Role - 更新角色 - - - Create Role - 建立角色 - - - Role doesn't have view permission so description cannot be retrieved. - 角色沒有讀取權限,所以無法取得描述。 - - - Role - - - Role Info - 角色資訊 - - - Pseudolocale (for testing) - 虛擬翻譯語言(用於測試) - - - One hint, 'New Application Wizard', is currently hidden - 提示:「新增應用程式設定精靈」目前處於隱藏中 - - - Deny message - 拒絕的訊息 - - - Message shown when this stage is run. - 當這個階段執行時會顯示的訊息。 - - - The token has been copied to your clipboard - 權杖已經複製到您的剪貼簿 - - - The token was displayed because authentik does not have permission to write to the clipboard - 因為 authentik 無法複製到您的剪貼簿,權杖資訊顯示在畫面上 - - - A copy of this recovery link has been placed in your clipboard - 救援連結已經複製到您的剪貼簿中 - - - Create recovery link - 建立救援連結 - - - Create Recovery Link - 建立救援連結 - - - External - 外部 - - - Service account - 服務帳號 - - - Service account (internal) - 服務帳號(內部) - - - Check the release notes - 檢視版本資訊 - - - User Statistics - 使用者統計資料 - - - User type used for newly created users. - 用於建立使用者的使用者類型。 - - - Users created - 已建立使用者。 - - - Failed logins - 登入失敗 - - - Also known as Client ID. - 也稱為用戶端 ID - - - Also known as Client Secret. - 也稱為用戶端密碼 - - - Global status - 全域狀態 - - - Vendor - 製造商 - - - Connectivity - 連接性 - - - 0: Too guessable: risky password. (guesses &lt; 10^3) - 0: 極為容易猜測,高風險密碼。(猜測次數 &lt; 10^3) - - - 1: Very guessable: protection from throttled online attacks. (guesses &lt; 10^6) - 1: 非常容易猜測:可抵抗受限的線上攻擊。(猜測次數 &lt; 10^6) - - - 2: Somewhat guessable: protection from unthrottled online attacks. (guesses &lt; 10^8) - 2: 普通容易猜測:可抵抗不受限的線上攻擊。(猜測次數 &lt; 10^8) - - - 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses &lt; 10^10) - 3: 安全難以猜測:在離線的慢速雜湊情境提供中等保護。(猜測次數 &lt; 10^10) - - - 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &gt;= 10^10) - 4: 非常難以猜測:在離線的慢速雜湊情境提供強力保護。(猜測次數 &gt;= 10^10) - - - Successfully created user and added to group - 成功建立使用者並加入到群組 - - - This user will be added to the group "". - 這個使用者將會被加入到「」群組。 - - - Pretend user exists - 存在模擬的使用者 - - - When enabled, the stage will always accept the given user identifier and continue. - 啟用時,該階段將始終接受給定的使用者識別碼並繼續執行。 - - - There was an error in the application. - - - Review the application. - - - There was an error in the provider. - - - Review the provider. - - - There was an error creating the application, but no error message was sent. Please review the server logs. - - - Configure LDAP Provider - - - Configure Proxy Provider - - - Configure Radius Provider - - - Configure SAML Provider - - - Configure SCIM Provider - - - Connection settings. - - - Successfully updated endpoint. - - - Successfully created endpoint. - - - Protocol - - - RDP - - - SSH - - - VNC - - - Host - - - Endpoint(s) - - - Update Endpoint - - - These bindings control which users will have access to this endpoint. Users must also have access to the application. - - - Create Endpoint - - - Update RAC Provider - - - Endpoints - - - General settings - - - RDP settings - - - Ignore server certificate - - - Enable wallpaper - - - Enable font-smoothing - - - Enable full window dragging - - - Network binding - - - No binding - - - Bind ASN - - - Bind ASN and Network - - - Bind ASN, Network and IP - - - Configure if sessions created by this stage should be bound to the Networks they were created in. - - - GeoIP binding - - - Bind Continent - - - Bind Continent and Country - - - Bind Continent, Country and City - - - Configure if sessions created by this stage should be bound to their GeoIP-based location - - - RAC - - - Connection failed after attempts. - - - Re-connecting in second(s). - - - Connecting... - - - Select endpoint to connect to - - - Connection expiry - - - Determines how long a session lasts before being disconnected and requiring re-authorization. - - - Learn more - - - Maximum concurrent connections - - - Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. - - - Korean - - - Dutch - - - Brand - - - Successfully updated brand. - - - Successfully created brand. - - - Use this brand for each domain that doesn't have a dedicated brand. - - - Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. - - - Brands - - - Brand(s) - - - Update Brand - - - Create Brand - - - To let a user directly reset a their password, configure a recovery flow on the currently active brand. - - - Successfully updated settings. - - - Avatars - - - Configure how authentik should show avatars for users. The following values can be set: - - - Disables per-user avatars and just shows a 1x1 pixel transparent picture - - - Uses gravatar with the user's email address - - - Generated avatars based on the user's name - - - Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: - - - The user's username - - - The email address, md5 hashed - - - The user's UPN, if set (otherwise an empty string) - - - An attribute path like - attributes.something.avatar, which can be used in - combination with the file field to allow users to upload custom - avatars for themselves. - - - Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. - - - For example, setting this to gravatar,initials will - attempt to get an avatar from Gravatar, and if the user has not - configured on there, it will fallback to a generated avatar. - - - Allow users to change name - - - Enable the ability for users to change their name. - - - Allow users to change email - - - Enable the ability for users to change their email. - - - Allow users to change username - - - Enable the ability for users to change their username. - - - Footer links - - - GDPR compliance - - - When enabled, all the events caused by a user will be deleted upon the user's deletion. - - - Impersonation - - - Globally enable/disable impersonation. - - - System settings - - - Changes made: - - - Key - - - Previous value - - - New value - - - Raw event info - - - Anonymous user - - - Add All Available - - - Remove All Available - - - Remove All - - - Available options - - - Selected options - - - item(s) marked to add. - - - item(s) selected. - - - item(s) marked to remove. - - - Available Applications - - - Selected Applications - - - Last used - - - OAuth Access Tokens - - - Credentials / Tokens - - - Permissions set on users which affect this object. - - - Permissions set on roles which affect this object. - - - Permissions assigned to this user which affect all object instances of a given type. - - - Permissions assigned to this user affecting specific object instances. - - - Permissions assigned to this role which affect all object instances of a given type. - - - JWT payload - - - Preview for user - - - Brand name - - - Delete authorization on disconnect - - - When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. - - - Connection Token(s) - - - Endpoint - - - Connections - - - Unconfigured - - - This option will not be changed by this mapping. - - - RAC Connections - - - Sending Duo push notification... - - - Failed to authenticate - - - Authenticating... - - - Customization - - - Authentication failed. Please try again. - - - Failed to register. Please try again. - - - Registering... - - - Failed to register - - - Retry registration - - - Select one of the options below to continue. - - - Latest version unknown - - - Timestamp - - - Time - - - Level - - - Event - - - Logger - - - Update internal password on login - - - When the user logs in to authentik using this source password backend, update their credentials in authentik. - - - Source - - - Resume timeout - - - Amount of time a user can take to return from the source to continue the flow. - - - Your Install ID - - - Enter the email associated with your account, and we'll send you a link to reset your password. - - - Stage name: - - - Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. - - - Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). - - - A selection is required - - - Device type restrictions - - - Available Device types - - - Selected Device types - - - Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. - - - If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. - - - WebAuthn-specific settings - - - WebAuthn Device type restrictions - - - This restriction only applies to devices created in authentik 2024.4 or later. - - - Default token duration - - - Default duration for generated tokens - - - Default token length - - - Default length of generated tokens - - - deleted - - - Select permissions to assign - - - Update SCIM Source - - - SCIM Base URL - - - Provisioned Users - - - Provisioned Groups - - - removed - - - Verifying... - - - Available Roles - - - Selected Roles - - - Private key Algorithm - - - RSA - - - ECDSA - - - Algorithm used to generate the private key. - - - Added ID - - - Removed ID - - - Cleared - - - Google Workspace Provider - - - Credentials - - - Delegated Subject - - - Default group email domain - - - Default domain that is used to generate a group's email address. Can be customized using property mappings. - - - User deletion action - - - User is deleted - - - Suspend - - - User is suspended, and connection to user in authentik is removed. - - - Do Nothing - - - The connection is removed but the user is not modified - - - Determines what authentik will do when a User is deleted. - - - Group deletion action - - - Group is deleted - - - The connection is removed but the group is not modified - - - Determines what authentik will do when a Group is deleted. - - - Microsoft Entra Provider - - - Google Cloud credentials file. - - - Email address of the user the actions of authentik will be delegated to. - - - Client ID for the app registration. - - - Client secret for the app registration. - - - Tenant ID - - - ID of the tenant accounts will be synced into. - - - Update Microsoft Entra Provider - - - Update Google Workspace Provider - - - Enterprise only - - - Icon - - - (build ) - - - (FIPS) - - - Score minimum threshold - - - Minimum required score to allow continuing - - - Score maximum threshold - - - Maximum allowed score to allow continuing - - - Error on invalid score - - - When enabled and the resultant score is outside the threshold, the user will not be able to continue. When disabled, the user will be able to continue and the score can be used in policies to customize further stages. - - - Microsoft Entra Group(s) - - - Microsoft Entra User(s) - - - Google Workspace Group(s) - - - Google Workspace User(s) - - - SCIM Group(s) - - - SCIM User(s) - - - FIPS compliance: passing - - - Unverified - - - FIPS compliance: unverified - - - FIPS Status - - - Search returned no results. - - - Reputation score(s) - - - See documentation - - - Close dialog - - - Pagination - - - Restore Application Wizard Hint - - - Your authentik password - - - Internal Service account - - - Outpost integrations - - - Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. - - - Operation failed to complete - - - Failed to fetch objects: - - - Available Scopes - - - Selected Scopes - - - Available Property Mappings - - - Selected Property Mappings - - - Available User Property Mappings - - - Selected User Property Mappings - - - Available Group Property Mappings - - - Selected Group Property Mappings - - - Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. - - - ASNs - - - List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 - - - Countries - - - Available Countries - - - Selected Countries - - - Bind existing policy/group/user - - - Property mappings for user creation. - - - Property mappings for group creation. - - - Link to a group with identical name. Can have security implications when a group is used with another source - - - Use the group's name, but deny enrollment when the name already exists - - - Group matching mode - - - OAuth Attribute mapping - - - Plex Attribute mapping - - - Encryption Certificate - - - When selected, encrypted assertions will be decrypted using this keypair. - - - SAML Attribute mapping - - - SCIM Attribute mapping - - - External user settings - - - Default application - - - When configured, external users will automatically be redirected to this application when not attempting to access a different application - - - Warning: One or more license(s) have expired. - - - Warning: One or more license(s) will expire within the next 2 weeks. - - - Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. - - - This authentik instance uses a Trial license. - - - This authentik instance uses a Non-production license. - - - Access Tokens(s) - - - Created at - - - Last updated at - - - Last used at - - - Provide users with a 'show password' button. - - - Show password - - - Hide password - - - An outpost is on an incorrect version! - - - Russian - - - Last seen: () - - - Sign assertions - - - When enabled, the assertion element of the SAML response will be signed. - - - Sign responses - - - When selected, assertions will be encrypted using this keypair. - - - Available Sources - - - Selected Sources - - - Successfully triggered sync. - - - Sync - - - Sync User - - - Available Stages - - - Selected Stages - - - Available Fields - - - Selected Fields - - - Available Transports - - - Selected Transports - - - Expired - - - Expiring soon - - - Unlicensed - - - Read Only - - - Valid - - - Current license status - - - Overall license status - - - Internal user usage - - - % - - - External user usage - - - Matches Event's Client IP (strict matching, for network matching use an Expression Policy). - - - Sync Group - - - ("", of type ) - - - Parent Group - - - Flow used when logging out of this provider. - - - Unbind flow - - - Flow used for unbinding users. - - - Verify SCIM server's certificates - - - You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. - - - Go back to overview - - - Log out of - - - Log back into - - - Encryption Key - - - Device type cannot be deleted - - - Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. - - - Google Verified Access API - - - Device type cannot be edited - - - Advanced flow settings - - - Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. - - - Realm settings - - - Realm - - - Kerberos 5 configuration - - - Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. - - - Sync connection settings - - - Sync principal - - - Principal used to authenticate to the KDC for syncing. - - - Sync password - - - Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. - - - Sync keytab - - - Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - Sync credentials cache - - - Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. - - - SPNEGO settings - - - SPNEGO server name - - - Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain - - - SPNEGO keytab - - - Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. - - - SPNEGO credentials cache - - - Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. - - - Kerberos Attribute mapping - - - Update Kerberos Source - - - User database + Kerberos password - - - Select another authentication method - - - Enter a one-time recovery code for this user. - - - Enter the code from your authenticator device. - - - Kerberos Source is in preview. - - - Captcha stage - - - When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. - - - Endpoint Google Chrome Device Trust is in preview. - - - Interactive - - - Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile. - - - Reason - - - Reason for impersonating the user - - - Require reason for impersonation - - - Require administrators to provide a reason for impersonating a user. - - - Italian - - - Add entry - - - Link Title - - - This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. - - - External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. - - - Strict - - - Regex - - - Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. - - - To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. - - - Federated OIDC Sources - - - Federated OIDC Providers - - - Available Providers - - - Selected Providers - - - JWTs signed by the selected providers can be used to authenticate to this provider. - - - KAdmin type - - - MIT krb5 kadmin - - - Heimdal kadmin - - - Other - - - Other type of kadmin - - - To let a user directly reset their password, configure a recovery flow on the currently active brand. - - - Consent given lasts indefinitely - - - Consent expires - - - Available Policies - - - Selected Policies - - - Redirect the user to another flow, potentially with all gathered context - - - Static - - - Target URL - - - Redirect the user to a static URL. - - - Target Flow - - - Redirect the user to a Flow. - - - Keep flow context - - - Require no authentication - - - Require superuser - - - Require being redirected from another flow - - - Require Outpost (flow can only be executed from an outpost) - - - An application name is required - - - Not a valid URL - - - Not a valid slug - - - Configure Bindings - - - Configure Policy/User/Group Bindings - - - No bound policies. - - - Bind policy/group/user - - - Configure Policy Bindings - - - Don't Pass - - - Save Binding - - - Create a Policy/User/Group Binding - - - Please choose a provider type before proceeding. - - - Choose a Provider Type - - - Redirect URIs/Origins (RegEx) - 重新導向到 URI 或 原始來源 (正規表示式) - - - Configure OAuth2 Provider - - - Configure Remote Access Provider - - - List of CIDRs (comma-seperated) 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. - - - Configure Provider - - - strict - - - regexp - - - Review and Submit Application - - - There was an error. Please go back and review the application. - - - There was an error: - - - Please go back and review the application. - - - Review the Application and Provider - - - Saving application... - - - authentik was unable to complete this process. - - - Create with wizard - - - Bind existing - - - Successfully updated entitlement. - - - Successfully created entitlement. - - - Application entitlement(s) - - - Update Entitlement - - - These bindings control which users have access to this entitlement. - - - No app entitlements created. - - - Create Entitlement - - - Create entitlement - - - Application entitlements - - - These entitlements can be used to configure user access in this application. - - - Worker with incorrect version connected. - - - (Format: hours=-1;minutes=-2;seconds=-3). - - - (Format: hours=1;minutes=2;seconds=3). - - - Key used to sign the events. - - - Event Retention - - - Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. - - - OIDC Providers - - - SSF Provider is in preview. - - - Update SSF Provider - - - Streams - - - authentik Logo - - - Release - - - Development - - - UI Version - - - Build - - - Python version - - - Platform - - - Kernel - - - OpenSSL - - - A newer version () of the UI is available. - - - No notifications found. - - - You don't have any notifications currently. - - - Version - - - Last password change - - - Evaluate policies before the Stage is presented to the user. - - - Can be in the format of unix:// when connecting to a local - docker daemon, using ssh:// to connect via SSH, or - https://:2376 when connecting to a remote system. - - - When using an external logging solution for archiving, this can be - set to minutes=5. - - - Idle - - - Connecting - - - Waiting - - - Connected - - - Disconnecting - - - Disconnected - - - Create a new application and configure a provider for it. - - - Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. - - - Distance settings - - - Check historical distance of logins - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. - - - Maximum distance - - - Maximum distance a login attempt is allowed from in kilometers. - - - Distance tolerance - - - Tolerance in checking for distances in kilometers. - - - Historical Login Count - - - Amount of previous login events to check against. - - - Check impossible travel - - - When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. - - - Impossible travel tolerance - - - Static rule settings - - - Create with Provider - - - Email address the verification email will be sent from. - - - Stage used to configure an email-based authenticator. - - - Use global connection settings - - - When enabled, global email connection settings will be used and connection settings below will be ignored. - - - Subject of the verification email. - - - Token expiration - - - Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). - - - Email-based Authenticators - - - Caps Lock is enabled. - - - Configure your email - - - Please enter your email address. - - - Please enter the code you received via email - - - Tokens sent via email. - - - Enable dry-run mode - - - When enabled, mutating requests will be dropped and logged instead. - - - Override dry-run mode - - - When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. - - - Dry-run - - - Successfully cleared application cache - - - Failed to delete application cache - - - Clear Application cache - - - Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. - - - No name set - - - Show inactive users - - - Time the token sent is valid. - - - Compatibility Mode - - - Default behavior. - - - AWS - - - Altered behavior for usage with Amazon Web Services. - - - Slack - - - Altered behavior for usage with Slack. - - - Alter authentik's behavior for vendor-specific SCIM implementations. - - - AuthnContextClassRef Property Mapping - - - 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. - - - SSF URL - - - No assigned application - - - Custom CSS - - - Custom CSS to apply to pages when this brand is active. - - - Default flow background - - - Default background used during flow execution. Can be overridden per flow. - - - Task - - - Webhook Body Mapping - - - Webhook Header Mapping - - - Failed to preview prompt - - - Lookup using user attribute - - - Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. - - - Initial Permissions - - - Unknown Initial Permissions mode - - - Successfully updated initial permissions. - - - Successfully created initial permissions. - - - When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. - - - The Initial Permissions can either be placed on the User creating the object, or the Role selected in the previous field. - - - Available Permissions - - - Selected Permissions - - - Permissions to grant when a new object is created. - - - Set initial permissions for newly created objects. - - - Update Initial Permissions - - - Create Initial Permissions - - - Reputation: lower limit - - - Reputation cannot decrease lower than this value. Zero or negative. - - - Reputation: upper limit - - - Reputation cannot increase higher than this value. Zero or positive. - - - HTTP Basic Auth - - - Include the client ID and secret as request parameters - - - Authorization code authentication method - - - How to perform authentication during an authorization_code token request flow - - - Enable "Remember me on this device" - - - When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. - - - Remember me on this device - - - Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. - - - Number of previous passwords to check - - - Choose a Provider - - - When enabled, the SAML response will be signed. - - - Client Certificates - - - Available Certificates - - - Selected Certificates - - - Client-certificate/mTLS authentication/enrollment. - - - Certificate optional - - - If no certificate was provided, this stage will succeed and continue to the next stage. - - - Certificate required - - - If no certificate was provided, this stage will stop flow execution. - - - Certificate authorities - - - Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. - - - Certificate attribute - - - Configure the attribute of the certificate used to look for a user. - - - User attribute - - - Configure the attribute of the user used to look for a user. - - - Delete Not Found Objects - - - Delete authentik users and groups which were previously supplied by this source, but are now missing from it. - - - Field which contains members of a group. The value of this field is matched against User membership attribute. - - - User membership attribute - - - Attribute which matches the value of Group membership field. - - - Additional User DN - - - Additional Group DN - - - The currently selected policy engine mode is : - - - Import Existing Certificate-Key Pair - - - Generate New Certificate-Key Pair - - - Show field content - - - Hide field content - - - Re-authenticate with Plex - - - The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. - - - Select the group of users which the alerts are sent to. - - - If no group is selected and 'Send notification to event user' is disabled the rule is disabled. - - - Send notification to event user - - - When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. - - - Maximum registration attempts - - - Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. - - - This application does currently not have any application entitlements defined. - - - Authenticated as - - - Remember device - - - If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. - - - Element inside the form slot is not a Form - - - New Password - - - Update 's password - - - Modify the payload sent to the provider. - - - Dismiss - - - Status messages - - - Select an invalidation flow... - - - Open about dialog - - - Product name - - - Product version - - - Global navigation - - - Collapse - - - Expand - - - navigation - - - When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. - - - Skip to content - - - Kerberos Source - - - Successfully updated schedule. - - - Crontab - - - Paused - - - Pause this schedule - - - Waiting to run - - - Running - - - Queue - - - Last updated - - - Show only standalone tasks - - - Exclude successful tasks - - - Retry task - - - Schedule - - - Next run - - - Last status - - - Show only standalone schedules - - - Run scheduled task now - - - Update Schedule - - - Schedules - - - Tasks - - - Current status - - - Sync is currently running. - - - Sync is not currently running. - - - Last successful sync - - - No successful sync found. - - - Last sync status - - - Current execution logs - - - Previous executions logs - - - Home - - - Collapse navigation - - - Expand navigation - - - Search - - - Table content - - - Learn more about the enterprise license. - - - Search for providers… - - - Default NameID Policy - - - Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). - - - The name displayed in the application library. - - - e.g. Collaboration, Communication, Internal, etc. - - - Failed to fetch application "". - - - Account Recovery Max Attempts - - - Account Recovery Cache Timeout - - - The time window used to count recent account recovery attempts. - - - None - - - Flags - - - Modify flags to opt into new authentik behaviours early. - - - Loading templates... - - - Template used for the verification email. - - - Email Subject Prefix - - - Email Template - - - An unknown error occurred - - - Please check the browser console for more details. - - - There was an error submitting the form. - - - This field is required. - - - Query suggestions - - - Table Search - - - An error occurred while updating the provider. - - - An error occurred while creating the provider. - - - Impersonating user... - - - This may take a few seconds. - - - A brief explanation of why you are impersonating the user. This will be included in audit logs. - - - Device Code - - - Wizard steps - - - Wizard navigation - - - Close wizard - - - Wizard content - - - Select a provider type - - - New Provider - - - Open the wizard to create a new provider. - - - Hostname/IP to connect to. Optionally specify the port. - - - table pagination - - - Sort by "" - - - Select "" row - - - Collapse row - - - Expand row - - - actions - - - Select all rows on page ( of selected) - - - table - - - Column actions - - - Assigned to role - - - Assigned to user - - - Row Actions - - - Select a flow... - - - Search ... - - - Provider Name - - - Select a certificate... - - - Select an authorization flow... - - - Select a signing key... - - - Select an encryption key... - - - Select an authentication flow... - - - Provider Search - - - Provider not assigned to any application. - - - Edit "" provider - - - Applications Documentation - - - Application icon for "" - - - Edit "" - - - Execute "" - - - Export "" - - - Edit device - - - Update "" Permissions - - - Open "" permissions modal - - - OCI URL - - - A valid OCI manifest URL, prefixed with the protocol - e.g. oci://registry.domain.tld/path/to/manifest - - - Read more about - - - OCI Support - - - Edit "" blueprint - - - Apply "" blueprint - - - Welcome, - - - Welcome - - - Loading application... - - - Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. - - - Token to authenticate with. - - - OAuth Source - - - Specify OAuth source used for authentication. - - - OAuth Parameters - - - Additional OAuth parameters, such as grant_type. - - - Authentication Mode - - - Authenticate SCIM requests using a static token. - - - OAuth - - - Authenticate SCIM requests using OAuth. - - - Salesforce - - - Altered behavior for usage with Salesforce. - - - Query input - - - Last refreshed - - - Refresh Token threshold - - - When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. - - - Company employees with access to the full enterprise feature set. - - - External consultants or B2C customers without access to enterprise features. - - - Machine-to-machine authentication or other automations. - - - Type a username for the user... - - - The user's primary identifier used for authentication. 150 characters or fewer. - - - Display Name - - - Type an optional display name... - - - Managed by authentik and cannot be assigned manually. - - - Email Address - - - Type an optional email address... - - - Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. - - - Type a path for the user... - - - Paths can be used to organize users into folders depending on which source created them or organizational structure. - - - Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. - - - Open "" - - - Verify Assertion Signature - - - When enabled, authentik will look for a Signature inside of the Assertion element. - - - Verify Response Signature - - - When enabled, authentik will look for a Signature inside of the Response element. - - - Logo shown in sidebar/header and flow executor. - - - Select an application... - - - Select a recovery flow... - - - Select an unenrollment flow... - - - Select a user settings flow... - - - Select a device code flow... - - - Search by domain or brand name... - - - New Brand - - - Create and assign a group with the same name as the user. - - - Whether the token will expire. Upon expiration, the token will be rotated. - - - Unnamed - - - Collapse "" - - - Expand "" - - - Select "" - - - Items of "" - - - API drawer - - - Close API drawer - - - View details for - - - Mark as read - - - Notification drawer - - - Search by username, email, etc... - - - User Search - - - Show deactivated users - - - New User - - - Create Service Account - - - New Service Account - - - User paths - - - Bot username - - - Bot token - - - Request access to send messages from your bot - - - Telegram Attribute mapping - - - Telegram bot - - - Update Telegram Source - - - Authenticating with Telegram... - - - Click the button below to start. - - - System Status - - - Chart - - - Event volume chart - - - Synchronization status chart - - - Outpost status chart - - - Form actions - - - Submit action - - - Cancel action - - - Search for users by username or display name... - - - Search Users - - - Select Users - - - Select users - - - Confirm - - - Type a group name... - - - Group Name - - - Superuser Privileges - - - Whether users added to this group will have superuser privileges. - - - Select an optional parent group... - - - Search for a group by name… - - - Group Search - - - View details of group "" - - - New Group - - - Open user selection dialog - - - Group User Search - - - Group Users - - - Assign Additional Users - - - Add new user - - - New user... - - - New service account... - - - Execute "" normally - - - Execute "" as current user - - - Current user - - - Execute "" with inspector - - - Use inspector - - - A code has been sent to your address: - - - A code has been sent to your email address. - - - A one-time use code has been sent to you via SMS text message. - - - Open your authenticator app to retrieve a one-time use code. - - - Policy actions - - - Site links - - - User information - - - Avatar for - - - User avatar - - - CAPTCHA challenge - - - QR-Code to setup a time-based one-time password - - - Copy time-based one-time password configuration - - - Copy TOTP Config - - - Time-based one-time password - - - TOTP Code - - - Type your TOTP code... - - - Type your time-based one-time password code. - - - Type an authentication code... - - - In case you lose access to your primary authenticators. - - - Unknown device - - - An unknown device class was provided. - - - Select an authentication method - - - No authentication methods available. - - - Select a configuration stage - - - Close flow inspector - - - Flow inspector loading - - - Authentication form - - - Consumed - - - Pre-processing - - - Post-processing - - - Running tasks - - - Queued tasks - - - Successful tasks - - - Error tasks - - - Approximately - - - No expiry - - - Retries - - - Planned execution time - - - Open flow inspector - - - Search for an application by name... - - - Back-channel - - - Server-to-server logout notifications - - - Front-channel - - - Browser iframe logout notifications - - - Logout URI - - - URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. - - - Logout Method - - - The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). - - - Sign logout requests - - - When enabled, SAML logout requests will be signed. - - - Front-channel (Iframe) - - - Front-channel (Native) - - - Back-channel (POST) - - - SLS Binding - - - Determines how authentik sends the logout response back to the Service Provider. - - - Method to use for logout when SLS URL is configured. - - - SLS URL - - - Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. - - - - - - SAML Provider - - - SAML logout complete - - - Redirecting to SAML provider: - - - Posting logout request to SAML provider: - - - Unknown Provider - - - Logging out of providers... - - - Single Logout - - - The user's display name. - - - Actions for "" - - - Edit application... - - - ... - Truncation ellipsis - - - .yaml files, which can be found in the Example Flows documentation - - - Plain - - - S256 - - - PKCE Method - - - Configure Proof Key for Code Exchange for this source. - - - User settings - - - UNNAMED - - - Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. - - - authentik only supports RSA-OAEP-256 for encryption. - - - Sync settings - - - Page size - - - Controls the number of objects synced in a single task. - - - Page timeout - - - Timeout for synchronization of a single page. - - - Type a provider name... - - - application - - - Ungrouped - - - application found for "" - - - applications found for "" - - - application available - - - applications available - - - Application list - - - Configure the Application - - - Also known as Entity ID. - - - "" source - - - Source Settings - - - Japanese - - - Continue with - - - Additional actions - - - Login sources - - - Please wait while the content is loading - - - Failed to fetch applications. - - - Type an application name... - - - Application Name - - - https://... - - - http(s)://... - - - domain.tld - - - Warning: Application is not used by any Outpost. - - - Application entitlements are in preview. - - - Send us feedback! - - - Device name... - - - Device name - - - Device Group - - - Connector setup - - - Copy - - - Download the latest package from here: - - - Afterwards, select the enrollment token you want to use: - - - Then download the configuration to deploy the authentik Agent - - - macOS - - - Linux - - - Configured connector does not support setup. - - - No connectors configured. Navigate to connectors in the sidebar and create a connector. - - - Unix - - - BSD - - - Android - - - iOS - - - Devices - - - OS - - - Endpoint Devices are in preview. - - - Total devices - - - Total count of devices across all groups - - - Unreachable devices - - - Devices that authentik hasn't received information about in 24h. - - - Outdated agents - - - Devices running an outdated version of an agent - - - Endpoint Device(s) - - - No Users bound. - - - Device - - - Loading device... - - - Device details - - - Serial number - - - Operating system - - - Disk encryption - - - Firewall enabled - - - Hardware - - - Manufacturer - - - CPU - - - x - - - Memory - - - Disk size - - - Disk usage - - - Users / Groups - - - Successfully updated connector. - - - Successfully created connector. - - - Connector name... - - - Connector name - - - Certificate used for signing device compliance challenges. - - - Terminate authenticated sessions on token expiry - - - Refresh interval - - - Interval how frequently the agent tries to update its config. - - - Unix settings - - - NSS User ID offset - - - NSS Group ID offset - - - New connector - - - Create a new connector. - - - Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. - - - Connectors - - - Configure how devices communicate with authentik and external sources device data is fetched from. - - - Update Connector - - - Connector(s) - - - Token name... - - - Token name - - - Enrollment Token(s) - - - Create Enrollment Token - - - Enrollment Tokens - - - Group name... - - - Group name - - - Device groups - - - Create groups of devices to manage access. - - - Create Device Group - - - Device Group(s) - - - Are you sure you want to delete ? - - - Are you sure you want to update ? - - - Endpoint Devices - - - Processes - - - Flow used for users to authorize. - - - Configure how long an authenticated session is valid for. - - - Update Enrollment token - - - Device access groups - - - Promoted - - - When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. - - - Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. - - - -