web: fix broken locale compile (#9095)
This commit is contained in:
@ -133,7 +133,7 @@ class OAuthDeviceCodeChallengeResponse(ChallengeResponse):
|
|||||||
"""Validate code and save the returned http response"""
|
"""Validate code and save the returned http response"""
|
||||||
response = validate_code(code, self.stage.request)
|
response = validate_code(code, self.stage.request)
|
||||||
if not response:
|
if not response:
|
||||||
raise ValidationError("Invalid code", "invalid")
|
raise ValidationError(_("Invalid code"), "invalid")
|
||||||
return response
|
return response
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-03-05 00:07+0000\n"
|
"POT-Creation-Date: 2024-04-01 23:02+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -452,6 +452,20 @@ msgstr ""
|
|||||||
msgid "(You are already connected in another tab/window)"
|
msgid "(You are already connected in another tab/window)"
|
||||||
msgstr ""
|
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
|
#: authentik/events/api/tasks.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Successfully started task {name}."
|
msgid "Successfully started task {name}."
|
||||||
@ -1741,6 +1755,10 @@ msgstr ""
|
|||||||
msgid "Field which contains a unique Identifier."
|
msgid "Field which contains a unique Identifier."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: authentik/sources/ldap/models.py
|
||||||
|
msgid "Update internal authentik password when login succeeds with LDAP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: authentik/sources/ldap/models.py
|
#: authentik/sources/ldap/models.py
|
||||||
msgid ""
|
msgid ""
|
||||||
"When a user changes their password, sync it back to LDAP. This can only be "
|
"When a user changes their password, sync it back to LDAP. This can only be "
|
||||||
@ -2163,7 +2181,9 @@ msgid "TOTP Devices"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: authentik/stages/authenticator_validate/challenge.py
|
#: authentik/stages/authenticator_validate/challenge.py
|
||||||
msgid "Invalid Token"
|
msgid ""
|
||||||
|
"Invalid Token. Please ensure the time on your device is accurate and try "
|
||||||
|
"again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: authentik/stages/authenticator_validate/models.py
|
#: authentik/stages/authenticator_validate/models.py
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -40,7 +40,11 @@ export class SourceStageForm extends BaseStageForm<SourceStage> {
|
|||||||
|
|
||||||
renderForm(): TemplateResult {
|
renderForm(): TemplateResult {
|
||||||
return html`
|
return html`
|
||||||
<span> ${msg("TODO.")} </span>
|
<span
|
||||||
|
>${msg(
|
||||||
|
"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).",
|
||||||
|
)}</span
|
||||||
|
>
|
||||||
<ak-form-element-horizontal label=${msg("Name")} ?required=${true} name="name">
|
<ak-form-element-horizontal label=${msg("Name")} ?required=${true} name="name">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@ -5468,9 +5468,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<trans-unit id="sd49099e9522635f4">
|
<trans-unit id="sd49099e9522635f4">
|
||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -6427,6 +6424,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -5737,9 +5737,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<trans-unit id="sd49099e9522635f4">
|
<trans-unit id="sd49099e9522635f4">
|
||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -6696,6 +6693,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -5384,9 +5384,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<trans-unit id="sd49099e9522635f4">
|
<trans-unit id="sd49099e9522635f4">
|
||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -6343,6 +6340,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -7173,10 +7173,6 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti
|
|||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
<target>Licence(s)</target>
|
<target>Licence(s)</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
<target>Entreprise est en aperçu,</target>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
<target>Expiration des licences cumulative</target>
|
<target>Expiration des licences cumulative</target>
|
||||||
@ -8458,8 +8454,53 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti
|
|||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
<target>Sélectionner une des options suivantes pour continuer.</target>
|
<target>Sélectionner une des options suivantes pour continuer.</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s4fe832d815563329">
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
<source>TODO.</source>
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -7138,10 +7138,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
<target>라이선스</target>
|
<target>라이선스</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
<target>Enterprise는 현재 미리보기 입니다.</target>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
<target>누적 라이선스 만료 기간</target>
|
<target>누적 라이선스 만료 기간</target>
|
||||||
@ -8285,6 +8281,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -7123,10 +7123,6 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de
|
|||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
<target>Licentie(s)</target>
|
<target>Licentie(s)</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
<target>Enterprise is in voorbeeldweergave.</target>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
<target>Cumulatieve licentieverloop</target>
|
<target>Cumulatieve licentieverloop</target>
|
||||||
@ -8128,6 +8124,54 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -5589,9 +5589,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<trans-unit id="sd49099e9522635f4">
|
<trans-unit id="sd49099e9522635f4">
|
||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -6548,6 +6545,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -7116,10 +7116,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
<target>Ĺĩćēńśē(ś)</target>
|
<target>Ĺĩćēńśē(ś)</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
<target>Ēńţēŕƥŕĩśē ĩś ĩń ƥŕēvĩēŵ.</target>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
<target>Ćũmũĺàţĩvē ĺĩćēńśē ēxƥĩŕŷ</target>
|
<target>Ćũmũĺàţĩvē ĺĩćēńśē ēxƥĩŕŷ</target>
|
||||||
@ -8401,7 +8397,52 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
<target>Śēĺēćţ ōńē ōƒ ţĥē ōƥţĩōńś ƀēĺōŵ ţō ćōńţĩńũē.</target>
|
<target>Śēĺēćţ ōńē ōƒ ţĥē ōƥţĩōńś ƀēĺōŵ ţō ćōńţĩńũē.</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body></file></xliff>
|
</body></file></xliff>
|
||||||
|
|||||||
@ -5377,9 +5377,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<trans-unit id="sd49099e9522635f4">
|
<trans-unit id="sd49099e9522635f4">
|
||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -6336,6 +6333,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -4586,9 +4586,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<trans-unit id="sd49099e9522635f4">
|
<trans-unit id="sd49099e9522635f4">
|
||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="s4015746f55a8d89f">
|
<trans-unit id="s4015746f55a8d89f">
|
||||||
<source>Get a license</source>
|
<source>Get a license</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -5254,6 +5251,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
|
|||||||
@ -7175,10 +7175,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
<target>许可证</target>
|
<target>许可证</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
<target>企业版目前处于预览状态。</target>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
<target>累计许可证过期时间</target>
|
<target>累计许可证过期时间</target>
|
||||||
@ -8459,6 +8455,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
<target>选择以下选项之一以继续。</target>
|
<target>选择以下选项之一以继续。</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -5425,9 +5425,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<trans-unit id="sd49099e9522635f4">
|
<trans-unit id="sd49099e9522635f4">
|
||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -6384,6 +6381,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -7115,10 +7115,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
<source>License(s)</source>
|
<source>License(s)</source>
|
||||||
<target>授權許可證</target>
|
<target>授權許可證</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3be1d90ffa46b7f1">
|
|
||||||
<source>Enterprise is in preview.</source>
|
|
||||||
<target>企業版正處於預覽版本。</target>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="sd22bd01bdf28c548">
|
<trans-unit id="sd22bd01bdf28c548">
|
||||||
<source>Cumulative license expiry</source>
|
<source>Cumulative license expiry</source>
|
||||||
<target>累計授權到期人數</target>
|
<target>累計授權到期人數</target>
|
||||||
@ -8246,6 +8242,54 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s6ecfc18dbfeedd76">
|
<trans-unit id="s6ecfc18dbfeedd76">
|
||||||
<source>Select one of the options below to continue.</source>
|
<source>Select one of the options below to continue.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s00bcaadd620a11f8">
|
||||||
|
<source>Latest version unknown</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s10fedec3a779ea63">
|
||||||
|
<source>Timestamp</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s48e186fb300e5464">
|
||||||
|
<source>Time</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="saa8aa81ad6f055fd">
|
||||||
|
<source>Level</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd0ea7366ebc403ff">
|
||||||
|
<source>Event</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s225f3e57c6a0d635">
|
||||||
|
<source>Logger</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s39d6971531a270b6">
|
||||||
|
<source>Update internal password on login</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sefe04e319223a3d6">
|
||||||
|
<source>When the user logs in to authentik using this source password backend, update their credentials in authentik.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s5f43af3669b1e098">
|
||||||
|
<source>Source</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sd9f752de8448bcc9">
|
||||||
|
<source>Resume timeout</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s517954806d7610f2">
|
||||||
|
<source>Amount of time a user can take to return from the source to continue the flow.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8c4bc6e515949112">
|
||||||
|
<source>Your Install ID</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s8cc0075913c67566">
|
||||||
|
<source>Enter the email associated with your account, and we'll send you a link to reset your password.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s06bfe45ffef2cf60">
|
||||||
|
<source>Stage name: <x id="0" equiv-text="${this.challenge.name}"/></source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s90064dd5c4dde2c6">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s02160dc6adba3456">
|
||||||
|
<source>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>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -18,7 +18,6 @@ The following placeholders will be used:
|
|||||||
- `outline.company` is the FQDN of the Outline install.
|
- `outline.company` is the FQDN of the Outline install.
|
||||||
- `authentik.company` is the FQDN of the authentik install.
|
- `authentik.company` is the FQDN of the authentik install.
|
||||||
|
|
||||||
|
|
||||||
## authentik configuration
|
## authentik configuration
|
||||||
|
|
||||||
1. Create an OAuth2/OpenID provider with the following parameters:
|
1. Create an OAuth2/OpenID provider with the following parameters:
|
||||||
|
|||||||
Reference in New Issue
Block a user