web: replace ampersand (#6737)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
97e4c8d5e2
commit
05a4649282
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-08-30 17:44+0000\n"
|
||||
"POT-Creation-Date: 2023-09-02 15:45+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -325,6 +325,14 @@ msgstr ""
|
|||
msgid "Certificate-Key Pairs"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/enterprise/models.py:193
|
||||
msgid "License Usage"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/enterprise/models.py:194
|
||||
msgid "License Usage Records"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/events/models.py:290
|
||||
msgid "Event"
|
||||
msgstr ""
|
||||
|
@ -804,14 +812,22 @@ msgstr ""
|
|||
msgid "Password Policies"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/policies/reputation/models.py:58
|
||||
#: authentik/policies/reputation/models.py:67
|
||||
msgid "Reputation Policy"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/policies/reputation/models.py:59
|
||||
#: authentik/policies/reputation/models.py:68
|
||||
msgid "Reputation Policies"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/policies/reputation/models.py:95
|
||||
msgid "Reputation Score"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/policies/reputation/models.py:96
|
||||
msgid "Reputation Scores"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/policies/templates/policies/denied.html:7
|
||||
#: authentik/policies/templates/policies/denied.html:11
|
||||
msgid "Permission denied"
|
||||
|
@ -1242,11 +1258,11 @@ msgstr ""
|
|||
msgid "Radius Providers"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/providers/saml/api/providers.py:260
|
||||
#: authentik/providers/saml/api/providers.py:257
|
||||
msgid "Invalid XML Syntax"
|
||||
msgstr ""
|
||||
|
||||
#: authentik/providers/saml/api/providers.py:270
|
||||
#: authentik/providers/saml/api/providers.py:267
|
||||
#, python-format
|
||||
msgid "Failed to import Metadata: %(message)s"
|
||||
msgstr ""
|
||||
|
|
|
@ -263,7 +263,7 @@ export class AdminInterface extends Interface {
|
|||
</ak-sidebar-item>
|
||||
</ak-sidebar-item>
|
||||
<ak-sidebar-item>
|
||||
<span slot="label">${msg("Flows & Stages")}</span>
|
||||
<span slot="label">${msg("Flows and Stages")}</span>
|
||||
<ak-sidebar-item
|
||||
path="/flow/flows"
|
||||
.activeWhen=${[`^/flow/flows/(?<slug>${SLUG_REGEX})$`]}
|
||||
|
@ -295,10 +295,10 @@ export class AdminInterface extends Interface {
|
|||
path="/core/sources"
|
||||
.activeWhen=${[`^/core/sources/(?<slug>${SLUG_REGEX})$`]}
|
||||
>
|
||||
<span slot="label">${msg("Federation & Social login")}</span>
|
||||
<span slot="label">${msg("Federation and Social login")}</span>
|
||||
</ak-sidebar-item>
|
||||
<ak-sidebar-item path="/core/tokens">
|
||||
<span slot="label">${msg("Tokens & App passwords")}</span>
|
||||
<span slot="label">${msg("Tokens and App passwords")}</span>
|
||||
</ak-sidebar-item>
|
||||
<ak-sidebar-item path="/flow/stages/invitations">
|
||||
<span slot="label">${msg("Invitations")}</span>
|
||||
|
|
|
@ -142,7 +142,7 @@ export class BoundStagesList extends Table<FlowStageBinding> {
|
|||
renderToolbar(): TemplateResult {
|
||||
return html`
|
||||
<ak-stage-wizard
|
||||
createText=${msg("Create & bind Stage")}
|
||||
createText=${msg("Create and bind Stage")}
|
||||
?showBindingPage=${true}
|
||||
bindingTarget=${ifDefined(this.target)}
|
||||
></ak-stage-wizard>
|
||||
|
|
|
@ -194,7 +194,7 @@ export class BoundPoliciesList extends Table<PolicyBinding> {
|
|||
|
||||
renderToolbar(): TemplateResult {
|
||||
return html`<ak-policy-wizard
|
||||
createText=${msg("Create & bind Policy")}
|
||||
createText=${msg("Create and bind Policy")}
|
||||
?showBindingPage=${true}
|
||||
bindingTarget=${ifDefined(this.target)}
|
||||
></ak-policy-wizard>
|
||||
|
|
|
@ -24,7 +24,7 @@ import { Source, SourcesApi } from "@goauthentik/api";
|
|||
@customElement("ak-source-list")
|
||||
export class SourceListPage extends TablePage<Source> {
|
||||
pageTitle(): string {
|
||||
return msg("Federation & Social login");
|
||||
return msg("Federation and Social login");
|
||||
}
|
||||
pageDescription(): string | undefined {
|
||||
return msg(
|
||||
|
|
|
@ -2292,9 +2292,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>No policies are currently bound to this object.</source>
|
||||
<target>Aktuell sind keine Richtlinien mit diesem Objekt verknüpft.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
</trans-unit>
|
||||
|
@ -2697,10 +2694,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Create a new source.</source>
|
||||
<target>Neue Quelle erstellen.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
<target>Föderierter & Social Login</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
<target>Identitätsquellen, die entweder mit der Datenbank von authentik synchronisiert oder von Benutzern verwendet werden können, um sich selbst zu authentifizieren und zu registrieren.</target>
|
||||
|
@ -4644,9 +4637,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Bind stage</source>
|
||||
<target>Phasen-Verknüpfung</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
</trans-unit>
|
||||
|
@ -5214,18 +5204,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<source>Customisation</source>
|
||||
<target>Anpassung</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
<target>Abläufe & Phasen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
<target>Verzeichnis</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
<target>Tokens & App Passwörter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
<target>System</target>
|
||||
|
@ -5893,6 +5875,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -2438,10 +2438,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>No policies are currently bound to this object.</source>
|
||||
<target>No policies are currently bound to this object.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
<target>Create & bind Policy</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
<target>Bind existing policy</target>
|
||||
|
@ -2858,10 +2854,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Create a new source.</source>
|
||||
<target>Create a new source.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
<target>Federation & Social login</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
<target>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</target>
|
||||
|
@ -4912,10 +4904,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Bind stage</source>
|
||||
<target>Bind stage</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
<target>Create & bind Stage</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
<target>Bind existing stage</target>
|
||||
|
@ -5512,18 +5500,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<source>Customisation</source>
|
||||
<target>Customisation</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
<target>Flows & Stages</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
<target>Directory</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
<target>Tokens & App passwords</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
<target>System</target>
|
||||
|
@ -6209,6 +6189,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -2250,9 +2250,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>No policies are currently bound to this object.</source>
|
||||
<target>Actualmente, no hay políticas vinculadas a este objeto.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
</trans-unit>
|
||||
|
@ -2649,10 +2646,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<trans-unit id="s19b09f4fc72175d1">
|
||||
<source>Create a new source.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
<target>Inicio de sesión de federación y redes</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
<target>Fuentes de identidades, que se pueden sincronizar en la base de datos de authentik o que los usuarios pueden utilizar para autenticarse e inscribirse ellos mismos.</target>
|
||||
|
@ -4565,9 +4558,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Bind stage</source>
|
||||
<target>Etapa Bind</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
</trans-unit>
|
||||
|
@ -5131,18 +5121,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<source>Customisation</source>
|
||||
<target>Personalización</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
<target>Flujos y etapas</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
<target>Directorio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
<target>Tokens y contraseñas de aplicaciones</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
<target>Sistema</target>
|
||||
|
@ -5801,6 +5783,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -2308,10 +2308,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>No policies are currently bound to this object.</source>
|
||||
<target>Aucune politique n'est actuellement lié à cet objet.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
<target>Créer & Lier une politique</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
<target>Lier une politique existante</target>
|
||||
|
@ -2716,10 +2712,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Create a new source.</source>
|
||||
<target>Créer une nouvelle source.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
<target>Fédération & Connection Sociale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
<target>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.</target>
|
||||
|
@ -4655,10 +4647,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Bind stage</source>
|
||||
<target>Lier une étape</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
<target>Créer & Lier une étape</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
<target>Lier une étape existante</target>
|
||||
|
@ -5228,18 +5216,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<source>Customisation</source>
|
||||
<target>Personalisation</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
<target>Flux & Étapes</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
<target>Répertoire</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
<target>Jetons & mots de passe d'application</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
<target>Système</target>
|
||||
|
@ -5908,6 +5888,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -2353,9 +2353,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>No policies are currently bound to this object.</source>
|
||||
<target>Żadne zasady nie są obecnie powiązane z tym obiektem.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
</trans-unit>
|
||||
|
@ -2764,10 +2761,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Create a new source.</source>
|
||||
<target>Utwórz nowe źródło.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
<target>Logowanie federacyjne i społecznościowe</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
<target>Ź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.</target>
|
||||
|
@ -4764,9 +4757,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Bind stage</source>
|
||||
<target>Powiąż etap</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
</trans-unit>
|
||||
|
@ -5352,18 +5342,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<source>Customisation</source>
|
||||
<target>Dostosowywanie</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
<target>Przepływy i etapy</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
<target>Katalog</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
<target>Tokeny i hasła aplikacji</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
<target>System</target>
|
||||
|
@ -6040,6 +6022,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -2412,10 +2412,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<trans-unit id="sc15d60377cc8aaac">
|
||||
<source>No policies are currently bound to this object.</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
|
@ -2832,10 +2828,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<trans-unit id="s19b09f4fc72175d1">
|
||||
<source>Create a new source.</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
|
@ -4871,10 +4863,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<trans-unit id="s207e8b106806d7e4">
|
||||
<source>Bind stage</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
|
@ -5463,18 +5451,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<trans-unit id="s1823625e6f831d73">
|
||||
<source>Customisation</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
|
@ -6144,6 +6124,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -2249,9 +2249,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>No policies are currently bound to this object.</source>
|
||||
<target>Hiçbir ilke şu anda bu nesneye bağlı değildir.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
</trans-unit>
|
||||
|
@ -2648,10 +2645,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<trans-unit id="s19b09f4fc72175d1">
|
||||
<source>Create a new source.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
<target>Federasyon ve Sosyal Giriş</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
<target>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ı.</target>
|
||||
|
@ -4556,9 +4549,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Bind stage</source>
|
||||
<target>Bağlama aşaması</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
</trans-unit>
|
||||
|
@ -5121,18 +5111,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<source>Customisation</source>
|
||||
<target>Özelleştirme</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
<target>Akışlar ve Aşamalar</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
<target>Rehber</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
<target>Belirteçler ve Uygulama parolaları</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
<target>Sistem</target>
|
||||
|
@ -5791,6 +5773,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" ?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||
<?xml version="1.0"?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||
<file target-language="zh-Hans" source-language="en" original="lit-localize-inputs" datatype="plaintext">
|
||||
<body>
|
||||
<trans-unit id="s4caed5b7a7e5d89b">
|
||||
|
@ -618,9 +618,9 @@
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="saa0e2675da69651b">
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>未找到 URL "
|
||||
<x id="0" equiv-text="${this.url}"/>"。</target>
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>未找到 URL "
|
||||
<x id="0" equiv-text="${this.url}"/>"。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s58cd9c2fe836d9c6">
|
||||
|
@ -1072,8 +1072,8 @@
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="sa8384c9c26731f83">
|
||||
<source>To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.</source>
|
||||
<target>要允许任何重定向 URI,请将此值设置为 ".*"。请注意这可能带来的安全影响。</target>
|
||||
<source>To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.</source>
|
||||
<target>要允许任何重定向 URI,请将此值设置为 ".*"。请注意这可能带来的安全影响。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s55787f4dfcdce52b">
|
||||
|
@ -1819,8 +1819,8 @@
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="sa90b7809586c35ce">
|
||||
<source>Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test".</source>
|
||||
<target>输入完整 URL、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 "fa-test"。</target>
|
||||
<source>Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test".</source>
|
||||
<target>输入完整 URL、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 "fa-test"。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s0410779cb47de312">
|
||||
|
@ -3041,11 +3041,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>No policies are currently bound to this object.</source>
|
||||
<target>当前没有策略绑定到此对象。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
<target>创建 & 绑定策略</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
|
@ -3248,8 +3243,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="s76768bebabb7d543">
|
||||
<source>Field which contains members of a group. Note that if using the "memberUid" field, the value is assumed to contain a relative distinguished name. e.g. 'memberUid=some-user' instead of 'memberUid=cn=some-user,ou=groups,...'</source>
|
||||
<target>包含组成员的字段。请注意,如果使用 "memberUid" 字段,则假定该值包含相对可分辨名称。例如,'memberUid=some-user' 而不是 'memberUid=cn=some-user,ou=groups,...'</target>
|
||||
<source>Field which contains members of a group. Note that if using the "memberUid" field, the value is assumed to contain a relative distinguished name. e.g. 'memberUid=some-user' instead of 'memberUid=cn=some-user,ou=groups,...'</source>
|
||||
<target>包含组成员的字段。请注意,如果使用 "memberUid" 字段,则假定该值包含相对可分辨名称。例如,'memberUid=some-user' 而不是 'memberUid=cn=some-user,ou=groups,...'</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s026555347e589f0e">
|
||||
|
@ -3566,11 +3561,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Create a new source.</source>
|
||||
<target>创建一个新身份来源。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
<target>联结与社交登录</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
|
@ -4046,8 +4036,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="s7b1fba26d245cb1c">
|
||||
<source>When using an external logging solution for archiving, this can be set to "minutes=5".</source>
|
||||
<target>使用外部日志记录解决方案进行存档时,可以将其设置为 "minutes=5"。</target>
|
||||
<source>When using an external logging solution for archiving, this can be set to "minutes=5".</source>
|
||||
<target>使用外部日志记录解决方案进行存档时,可以将其设置为 "minutes=5"。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s44536d20bb5c8257">
|
||||
|
@ -4056,8 +4046,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="s3bb51cabb02b997e">
|
||||
<source>Format: "weeks=3;days=2;hours=3,seconds=2".</source>
|
||||
<target>格式:"weeks=3;days=2;hours=3,seconds=2"。</target>
|
||||
<source>Format: "weeks=3;days=2;hours=3,seconds=2".</source>
|
||||
<target>格式:"weeks=3;days=2;hours=3,seconds=2"。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s04bfd02201db5ab8">
|
||||
|
@ -4253,10 +4243,10 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="sa95a538bfbb86111">
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<target>您确定要更新
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>" 吗?</target>
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>" 吗?</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sc92d7cfb6ee1fec6">
|
||||
|
@ -5372,7 +5362,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf1d8edef27236f0">
|
||||
<source>A "roaming" authenticator, like a YubiKey</source>
|
||||
<source>A "roaming" authenticator, like a YubiKey</source>
|
||||
<target>像 YubiKey 这样的“漫游”身份验证器</target>
|
||||
|
||||
</trans-unit>
|
||||
|
@ -5707,10 +5697,10 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="s2d5f69929bb7221d">
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${prompt.name}"/>("
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>",类型为
|
||||
<x id="0" equiv-text="${prompt.name}"/>("
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>",类型为
|
||||
<x id="2" equiv-text="${prompt.type}"/>)</target>
|
||||
|
||||
</trans-unit>
|
||||
|
@ -5759,7 +5749,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
|
||||
</trans-unit>
|
||||
<trans-unit id="s1608b2f94fa0dbd4">
|
||||
<source>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.</source>
|
||||
<source>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.</source>
|
||||
<target>如果设置时长大于 0,用户可以选择“保持登录”选项,这将使用户的会话延长此处设置的时间。</target>
|
||||
|
||||
</trans-unit>
|
||||
|
@ -6140,11 +6130,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Bind stage</source>
|
||||
<target>绑定阶段</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
<target>创建 & 绑定阶段</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
|
@ -6889,21 +6874,11 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<source>Customisation</source>
|
||||
<target>自定义</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
<target>流程与阶段</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
<target>目录</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
<target>令牌和应用程序密码</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
|
@ -7775,6 +7750,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
<target>静态拒绝流。要有效地使用此阶段,请在相应的绑定上禁用*规划时进行评估*。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -2273,9 +2273,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>No policies are currently bound to this object.</source>
|
||||
<target>当前没有策略绑定到此对象。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
</trans-unit>
|
||||
|
@ -2674,10 +2671,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Create a new source.</source>
|
||||
<target>创建一个新身份来源。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
<target>联盟和社交登录</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
<target>身份来源,既可以同步到authentik的数据库中,也可以被用户用来进行身份验证和注册。</target>
|
||||
|
@ -4603,9 +4596,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Bind stage</source>
|
||||
<target>Bind 阶段</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
</trans-unit>
|
||||
|
@ -5172,18 +5162,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<source>Customisation</source>
|
||||
<target>定制</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
<target>流程和阶段</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
<target>目录</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
<target>令牌和应用程序密码</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
<target>系统</target>
|
||||
|
@ -5846,6 +5828,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -2273,9 +2273,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>No policies are currently bound to this object.</source>
|
||||
<target>当前没有策略绑定到此对象。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b66ad92d4c1a0a8">
|
||||
<source>Create & bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sddb040c47daae56b">
|
||||
<source>Bind existing policy</source>
|
||||
</trans-unit>
|
||||
|
@ -2674,10 +2671,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Create a new source.</source>
|
||||
<target>创建一个新身份来源。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf96b3cc66d2e25f8">
|
||||
<source>Federation & Social login</source>
|
||||
<target>联盟和社交登录</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6152026c364ad974">
|
||||
<source>Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.</source>
|
||||
<target>身份来源,既可以同步到authentik的数据库中,也可以被用户用来进行身份验证和注册。</target>
|
||||
|
@ -4602,9 +4595,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
|||
<source>Bind stage</source>
|
||||
<target>Bind 阶段</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se8eb190d8f084f80">
|
||||
<source>Create & bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scc2e420c54dc8089">
|
||||
<source>Bind existing stage</source>
|
||||
</trans-unit>
|
||||
|
@ -5171,18 +5161,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
<source>Customisation</source>
|
||||
<target>定制</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58398dbcff942947">
|
||||
<source>Flows & Stages</source>
|
||||
<target>流程和阶段</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc0829ee663ced008">
|
||||
<source>Directory</source>
|
||||
<target>目录</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf4e926513e26458">
|
||||
<source>Tokens & App passwords</source>
|
||||
<target>令牌和应用程序密码</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa81e2cdaf6921adc">
|
||||
<source>System</source>
|
||||
<target>系统</target>
|
||||
|
@ -5845,6 +5827,18 @@ Bindings to groups/users are checked against the user of the event.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="s7f68101a50f526ee">
|
||||
<source>Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s911a27022aba349f">
|
||||
<source>Create and bind Policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb1a4e9b288e2f005">
|
||||
<source>Federation and Social login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6f367f5604d5056d">
|
||||
<source>Create and bind Stage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
Reference in New Issue