providers/saml: initial SLO implementation (#2346)
* providers/saml: initial SLO implementation Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * providers/saml: add logout request tests Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * providers/saml: add tests for POST SLO Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * matrix e2e tests Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * fix import Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * set e2e matrix name Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * fix imports Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * separate oidc and oauth tests Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * add basic saml slo e2e tests Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * add better metadata download url Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * kinda prepare release notes Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * sort releases into folders Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * add slo urls to website Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * fix linking Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * add api tests Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * update docs Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -315,6 +315,32 @@ export class SAMLProviderViewPage extends AKElement {
|
||||
value="${ifDefined(this.provider.urlSsoInit)}"
|
||||
/>
|
||||
</div>
|
||||
<div class="pf-c-form__group">
|
||||
<label class="pf-c-form__label">
|
||||
<span class="pf-c-form__label-text"
|
||||
>${t`SLO URL (Post)`}</span
|
||||
>
|
||||
</label>
|
||||
<input
|
||||
class="pf-c-form-control"
|
||||
readonly
|
||||
type="text"
|
||||
value="${ifDefined(this.provider.urlSloPost)}"
|
||||
/>
|
||||
</div>
|
||||
<div class="pf-c-form__group">
|
||||
<label class="pf-c-form__label">
|
||||
<span class="pf-c-form__label-text"
|
||||
>${t`SLO URL (Redirect)`}</span
|
||||
>
|
||||
</label>
|
||||
<input
|
||||
class="pf-c-form-control"
|
||||
readonly
|
||||
type="text"
|
||||
value="${ifDefined(this.provider.urlSloRedirect)}"
|
||||
/>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>`
|
||||
|
@ -137,21 +137,21 @@ msgstr "ACS URL"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr "ALLE, Bedingungen müssen erfüllt sein, um Zugang gewährt zu bekommen."
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr "ALLE, Bedingungen müssen erfüllt sein, um Zugang gewährt zu bekommen."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr "ALLE, Bedingungen müssen erfüllt sein, um Zugang zu dieser Stufe gewährt zu bekommen."
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr "ALLE, Bedingungen müssen erfüllt sein, um Zugang zu dieser Stufe gewährt zu bekommen."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr "ANY, eine Bedingung muss erfüllt sein, um Zugang zu gewähren."
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr "ANY, eine Bedingung muss erfüllt sein, um Zugang zu gewähren."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr "EINE, eine Bedingung muss erfüllt sein, um Zugang zu dieser Stufe zu gewähren."
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr "EINE, eine Bedingung muss erfüllt sein, um Zugang zu dieser Stufe zu gewähren."
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -178,8 +178,12 @@ msgid "API Requests"
|
||||
msgstr "API Anfragen"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgstr "API Token (kann für den Zugriff auf die API verwendet werden)"
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr "API Token (kann für den Zugriff auf die API verwendet werden)"
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
@ -382,12 +386,18 @@ msgid "Affected model:"
|
||||
msgstr "Betroffenes Modell:"
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr "Alarm"
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr "Alarm"
|
||||
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr "Algorithmus, der zum Signieren der JWT-Token verwendet wird."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr "IDP-initiierte Anmeldungen zulassen"
|
||||
@ -438,10 +448,18 @@ msgstr ""
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr "Alternativ kannst Du auch auf diesen Link klicken, wenn Du Duo auf Deinem Gerät installiert hast: "
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr "Immer nach Zustimmung fragen"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr "Ein Beispiel-Setup kann so aussehen:"
|
||||
@ -450,6 +468,12 @@ msgstr "Ein Beispiel-Setup kann so aussehen:"
|
||||
msgid "Any HTML can be used."
|
||||
msgstr "Jedes HTML kann verwendet werden."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -460,8 +484,16 @@ msgid "App password"
|
||||
msgstr "App Passwort"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
msgstr "App-Passwort (kann für die Anmeldung mit einem Ablauf genutzt werden)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr "App-Passwort (kann für die Anmeldung mit einem Ablauf genutzt werden)"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
#: src/admin/providers/ProviderListPage.ts
|
||||
@ -799,6 +831,10 @@ msgstr "Basic-Auth"
|
||||
msgid "Bearer Token"
|
||||
msgstr "Bearer Token"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr "Bind CN"
|
||||
@ -887,12 +923,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr "CA, anhand derer das Zertifikat des Endpunkts überprüft wird. Kann leer gelassen werden, um keine Validierung durchzuführen."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr "Zwischengespeicherte Bindung, Flow wird ausgeführt und Sitzung wird im Arbeitsspeicher zwischengespeichert. Flow wird ausgeführt, wenn die Sitzung abläuft."
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr "Zwischengespeicherte Bindung, Flow wird ausgeführt und Sitzung wird im Arbeitsspeicher zwischengespeichert. Flow wird ausgeführt, wenn die Sitzung abläuft."
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -903,8 +943,12 @@ msgid "Cached policies"
|
||||
msgstr "Gecachte Richtlinien"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgstr "Gecachte Abfrage, der Oupost hält alle Benutzer und Gruppen im Speicher und aktualisiert sich alle 5 Minuten."
|
||||
msgid "Cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr "Gecachte Abfrage, der Oupost hält alle Benutzer und Gruppen im Speicher und aktualisiert sich alle 5 Minuten."
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
@ -1177,6 +1221,7 @@ msgstr "Clienttyp"
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr "Schließen"
|
||||
|
||||
@ -1250,8 +1295,12 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr "Konfigurieren Sie, wie der NameID-Wert erstellt wird. Wenn es leer gelassen wird, wird die NameIDPolicy der eingehenden Anfrage respektiert."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgstr "Konfigurieren Sie, wie der Flow Executor eine ungültige Antwort auf eine Challenge behandeln soll."
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr "Konfigurieren Sie, wie der Flow Executor eine ungültige Antwort auf eine Challenge behandeln soll."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
@ -1673,8 +1722,8 @@ msgstr "Anpassung"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr "DSA-SHA1"
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr "DSA-SHA1"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1892,15 +1941,23 @@ msgid "Digits"
|
||||
msgstr "Ziffern"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgstr "Direkte Bindung, führt immer den konfigurierten Bindungsablauf aus, um den Benutzer zu authentifizieren."
|
||||
msgid "Direct binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr "Direkte Bindung, führt immer den konfigurierten Bindungsablauf aus, um den Benutzer zu authentifizieren."
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr "Bei der direkten Abfrage wird immer der konfigurierte Bindungsfluss ausgeführt, um den Benutzer zu authentifizieren."
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr "Direkte Abfragen geben immer die neuesten Daten zurück, sind jedoch langsamer als zwischengespeicherte Abfragen."
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr "Direkte Abfragen geben immer die neuesten Daten zurück, sind jedoch langsamer als zwischengespeicherte Abfragen."
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1971,8 +2028,12 @@ msgid "Download signing certificate"
|
||||
msgstr "Signierzertifikat herunterladen"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgstr "Aufgrund von Protokolleinschränkungen wird dieses Zertifikat nur verwendet, wenn der Outpost einen einzigen Provider hat."
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr "Aufgrund von Protokolleinschränkungen wird dieses Zertifikat nur verwendet, wenn der Outpost einen einzigen Provider hat."
|
||||
|
||||
#~ msgid "Dummy"
|
||||
#~ msgstr "Platzhalter"
|
||||
@ -2017,8 +2078,12 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr "Dauer, nach der ein Ereignis aus der Datenbank gelöscht wird."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgstr "Jeder Anbieter hat einen anderen Aussteller, der auf dem Slug der Anwendung basiert."
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr "Jeder Anbieter hat einen anderen Aussteller, der auf dem Slug der Anwendung basiert."
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
@ -2126,8 +2191,8 @@ msgstr "Aktiviere StartTLS"
|
||||
#~ msgstr "Aktiviere TOTP"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr "Aktivieren Sie den Kompatibilitätsmodus, um die Kompatibilität mit Passwortmanagern auf mobilen Geräten zu erhöhen."
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr "Aktivieren Sie den Kompatibilitätsmodus, um die Kompatibilität mit Passwortmanagern auf mobilen Geräten zu erhöhen."
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2497,6 +2562,10 @@ msgstr "Ablauf-Ausführung"
|
||||
msgid "Flow inspector"
|
||||
msgstr "Ablauf-Inspektor"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3032,6 +3101,10 @@ msgstr "Schließen Sie Benutzeransprüche aus Bereichen in das id_token ein, fü
|
||||
msgid "Include claims in id_token"
|
||||
msgstr "Ansprüche in id_token berücksichtigen"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3078,8 +3151,12 @@ msgid ""
|
||||
msgstr "Fehlgeschlagene Anmeldeversuche verringern die Reputation für die jeweiligen Anwendungs-IPs und -namen um eins."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
msgstr "Ungültige Antwortaktion"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr "Ungültige Antwortaktion"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Invalidation"
|
||||
@ -3321,82 +3398,29 @@ msgstr "Server laden"
|
||||
msgid "Loading"
|
||||
msgstr "Wird geladen"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr "Lädt..."
|
||||
@ -3481,12 +3505,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr "Langlaufende Operationen, die Authentik im Hintergrund ausführt."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -3964,7 +3988,6 @@ msgstr "Noch nicht synchronisiert."
|
||||
msgid "Not used by any other object."
|
||||
msgstr "Von keinem anderen Objekt verwendet."
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4483,8 +4506,16 @@ msgid "Post binding"
|
||||
msgstr "POST Bindung"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
msgstr "Post Bindung (Automatische Übermittlung)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr "Post Bindung (Automatische Übermittlung)"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
msgid "Powered by authentik"
|
||||
@ -4646,16 +4677,16 @@ msgstr "Schnellaktionen"
|
||||
#~ msgstr "RESTART startet den Flow von Anfang an neu, während der Flow-Kontext beibehalten wird."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr "RESTART startet den Flow von Anfang an neu."
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr "RESTART startet den Flow von Anfang an neu."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr "RETRY gibt die Fehlermeldung und eine ähnliche Aufforderung an den Executor zurück."
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr "RETRY gibt die Fehlermeldung und eine ähnliche Aufforderung an den Executor zurück."
|
||||
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
#~ msgstr "RS256 (Asymmetrische Verschlüsselung)"
|
||||
@ -4665,23 +4696,23 @@ msgstr "RETRY gibt die Fehlermeldung und eine ähnliche Aufforderung an den Exec
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr "RSA-SHA1"
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr "RSA-SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr "RSA-SHA256"
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr "RSA-SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr "RSA-SHA384"
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr "RSA-SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr "RSA-SHA512"
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr "RSA-SHA512"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4835,6 +4866,10 @@ msgstr "Reputation Punkte"
|
||||
msgid "Request"
|
||||
msgstr "Anfrage"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr "Anfrage wurde verweigert"
|
||||
@ -4882,6 +4917,14 @@ msgstr "Resident-Key-Anforderung"
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr "Ressourcen"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -4900,8 +4943,8 @@ msgstr "Authentifizierung erneut versuchen"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr "zurück"
|
||||
#~ msgid "Return"
|
||||
#~ msgstr "zurück"
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -4916,6 +4959,10 @@ msgstr "Zurück zur Geräteauswahl"
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr "Gibt true/wahr zurück, wenn Wertung der anfragenden IP-Adresse/des anfragenden Benutzernamens unter Grenzwert liegt."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr "Widerrufen?"
|
||||
@ -4956,29 +5003,37 @@ msgstr "SAML-Details"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr "SHA1"
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr "SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr "SHA256"
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr "SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr "SHA384"
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr "SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr "SHA512"
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr "SHA512"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr "SLO URL"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr "SMS"
|
||||
@ -5131,7 +5186,7 @@ msgstr "Registrierungsablauf wählen"
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr "Wählen Sie eine Authentifizierungsmethode aus."
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr "Wählen Sie ein Objekt aus."
|
||||
|
||||
@ -5398,9 +5453,7 @@ msgstr ""
|
||||
msgid "Slug"
|
||||
msgstr "Slug"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr "Etwas ist schiefgelaufen. Bitte probiere es später wieder"
|
||||
|
||||
@ -5414,6 +5467,10 @@ msgstr "Quelle verknüpft"
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr "Quellenname"
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Source {0}"
|
||||
#~ msgstr "Quelle {0}"
|
||||
|
||||
@ -6148,6 +6205,10 @@ msgstr "Die folgenden Objekte verwenden {objName}"
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
#~ "doesn't pass when either or both of the selected options are equal or less than the\n"
|
||||
@ -6265,6 +6326,10 @@ msgstr ""
|
||||
msgid "Threshold"
|
||||
msgstr "Schwellwert"
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr "Zeit in Minuten wie lange der verschickte Token gültig ist"
|
||||
@ -6550,6 +6615,39 @@ msgstr "Einzigartige Kennung zur Referenzierung des Token."
|
||||
msgid "Unknown"
|
||||
msgstr "Unbekannt"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr "Unverwaltet"
|
||||
|
||||
@ -6810,6 +6908,14 @@ msgstr "Verwenden Sie diesen Anbieter mit auth_request von nginx oder forwardAut
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr "Nutze diese Umgebung für jede Domain, die keine eigene Umgebung hat."
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7275,8 +7381,20 @@ msgstr "Bei Verwendung des Proxy- oder Forward-Authentifizierungsmodus (Einzelan
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
msgstr "Whoops!"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr "Whoops!"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Windows"
|
||||
|
@ -115,21 +115,21 @@ msgstr "ACS URL"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr "ALL, all policies must match to grant access."
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr "ALL, all policies must match to grant access."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr "ALL, all policies must match to include this stage access."
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr "ALL, all policies must match to include this stage access."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr "ANY, any policy must match to grant access."
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr "ANY, any policy must match to grant access."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr "ANY, any policy must match to include this stage access."
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr "ANY, any policy must match to include this stage access."
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -156,8 +156,12 @@ msgid "API Requests"
|
||||
msgstr "API Requests"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgstr "API Token (can be used to access the API programmatically)"
|
||||
msgid "API Token"
|
||||
msgstr "API Token"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr "API Token (can be used to access the API programmatically)"
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
@ -364,13 +368,19 @@ msgid "Affected model:"
|
||||
msgstr "Affected model:"
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr "Alert"
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr "Alert"
|
||||
|
||||
#: src/pages/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr "Algorithm used to sign the JWT Tokens."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr "All policies must match to grant access"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr "Allow IDP-initiated logins"
|
||||
@ -421,10 +431,18 @@ msgstr "Also known as EntityID."
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr "Always execute the configured bind flow to authenticate the user"
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr "Always require consent"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr "Always returns the latest data, but slower than cached querying"
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr "An example setup can look like this:"
|
||||
@ -433,6 +451,12 @@ msgstr "An example setup can look like this:"
|
||||
msgid "Any HTML can be used."
|
||||
msgstr "Any HTML can be used."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr "Any policy must match to grant access"
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -443,8 +467,16 @@ msgid "App password"
|
||||
msgstr "App password"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
msgstr "App password (can be used to login using a flow executor)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr "App password (can be used to login using a flow executor)"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr "App password."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr "Appearance settings"
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
#: src/admin/providers/ProviderListPage.ts
|
||||
@ -790,6 +822,10 @@ msgstr "Basic-Auth"
|
||||
msgid "Bearer Token"
|
||||
msgstr "Bearer Token"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr "Behavior settings"
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr "Bind CN"
|
||||
@ -879,12 +915,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr "CA which the endpoint's Certificate is verified against. Can be left empty for no validation."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
msgstr "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgid "Cached binding"
|
||||
msgstr "Cached binding"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -895,8 +935,12 @@ msgid "Cached policies"
|
||||
msgstr "Cached policies"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgstr "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgid "Cached querying"
|
||||
msgstr "Cached querying"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
@ -1173,6 +1217,7 @@ msgstr "Client type"
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr "Close"
|
||||
|
||||
@ -1249,8 +1294,12 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr "Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgstr "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
@ -1679,8 +1728,8 @@ msgstr "Customisation"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr "DSA-SHA1"
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr "DSA-SHA1"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1905,16 +1954,24 @@ msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgstr "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgid "Direct binding"
|
||||
msgstr "Direct binding"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr "Direct querying"
|
||||
|
||||
#: src/pages/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1991,8 +2048,12 @@ msgid "Download signing certificate"
|
||||
msgstr "Download signing certificate"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgstr "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
|
||||
#: src/pages/policies/PolicyWizard.ts
|
||||
#~ msgid "Dummy"
|
||||
@ -2039,8 +2100,12 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr "Duration after which events will be deleted from the database."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgstr "Each provider has a different issuer, based on the application slug."
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr "Each provider has a different issuer, based on the application slug"
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr "Each provider has a different issuer, based on the application slug."
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
@ -2154,8 +2219,8 @@ msgstr "Enable StartTLS"
|
||||
#~ msgstr "Enable TOTP"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2534,6 +2599,10 @@ msgstr "Flow execution"
|
||||
msgid "Flow inspector"
|
||||
msgstr "Flow inspector"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3079,6 +3148,10 @@ msgstr "Include User claims from scopes in the id_token, for applications that d
|
||||
msgid "Include claims in id_token"
|
||||
msgstr "Include claims in id_token"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr "Increases compatibility with password managers and mobile devices."
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3128,8 +3201,12 @@ msgstr ""
|
||||
"username they are attempting to login as, by one."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
msgstr "Invalid response action"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr "Invalid response action"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr "Invalid response behavior"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Invalidation"
|
||||
@ -3376,82 +3453,29 @@ msgstr "Load servers"
|
||||
msgid "Loading"
|
||||
msgstr "Loading"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr "Loading options..."
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr "Loading..."
|
||||
@ -3537,12 +3561,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr "Long-running operations which authentik executes in the background."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr "MESSAGE will notify the user the flow isn't applicable."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -4023,7 +4047,6 @@ msgstr "Not synced yet."
|
||||
msgid "Not used by any other object."
|
||||
msgstr "Not used by any other object."
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4568,8 +4591,16 @@ msgid "Post binding"
|
||||
msgstr "Post binding"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
msgstr "Post binding (auto-submit)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr "Post binding (auto-submit)"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr "Post-auto binding"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
msgid "Powered by authentik"
|
||||
@ -4734,16 +4765,16 @@ msgstr "Quick actions"
|
||||
#~ msgstr "RESTART restarts the flow from the beginning, while keeping the flow context."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr "RESTART restarts the flow from the beginning."
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr "RESTART restarts the flow from the beginning."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr "RETRY returns the error message and a similar challenge to the executor."
|
||||
|
||||
#: src/pages/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
@ -4755,23 +4786,23 @@ msgstr "RETRY returns the error message and a similar challenge to the executor.
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr "RSA-SHA1"
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr "RSA-SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr "RSA-SHA256"
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr "RSA-SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr "RSA-SHA384"
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr "RSA-SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr "RSA-SHA512"
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr "RSA-SHA512"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4933,6 +4964,10 @@ msgstr "Reputation scores"
|
||||
msgid "Request"
|
||||
msgstr "Request"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr "Request ID"
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr "Request has been denied."
|
||||
@ -4982,6 +5017,14 @@ msgstr "Resident key requirement"
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr "Resources"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr "Restarts the flow from the beginning"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr "Restarts the flow from the beginning, while keeping the flow context"
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -5001,8 +5044,8 @@ msgstr "Retry authentication"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr "Return"
|
||||
#~ msgid "Return"
|
||||
#~ msgstr "Return"
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -5018,6 +5061,10 @@ msgstr "Return to device picker"
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr "Return true if request IP/target username's score is below a certain threshold."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr "Returns the error message and a similar challenge to the executor"
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr "Revoked?"
|
||||
@ -5060,29 +5107,37 @@ msgstr "SAML details"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr "SHA1"
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr "SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr "SHA256"
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr "SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr "SHA384"
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr "SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr "SHA512"
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr "SHA512"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr "SLO URL"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr "SLO URL (Post)"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr "SLO URL (Redirect)"
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr "SMS"
|
||||
@ -5237,7 +5292,7 @@ msgstr "Select an enrollment flow"
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr "Select an identification method."
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr "Select an object."
|
||||
|
||||
@ -5512,9 +5567,7 @@ msgstr "Single-page applications which handle authentication in the browser (for
|
||||
msgid "Slug"
|
||||
msgstr "Slug"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr "Something went wrong! Please try again later."
|
||||
|
||||
@ -5530,6 +5583,10 @@ msgstr "Source linked"
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr "Source name"
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr "Source settings"
|
||||
|
||||
#: src/user/user-settings/sources/SourceSettingsOAuth.ts
|
||||
#: src/user/user-settings/sources/SourceSettingsPlex.ts
|
||||
#~ msgid "Source {0}"
|
||||
@ -6289,6 +6346,10 @@ msgstr "The following objects use {objName}"
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
|
||||
#: src/pages/policies/reputation/ReputationPolicyForm.ts
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
@ -6407,6 +6468,10 @@ msgstr "This stage checks the user's current session against the Google reCaptch
|
||||
msgid "Threshold"
|
||||
msgstr "Threshold"
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr "Throw error?"
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr "Time in minutes the token sent is valid."
|
||||
@ -6698,6 +6763,39 @@ msgstr "Unique identifier the token is referenced by."
|
||||
msgid "Unknown"
|
||||
msgstr "Unknown"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr "Unknown designation"
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr "Unknown intent"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr "Unknown layout"
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr "Unknown outpost type"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr "Unknown provider type"
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr "Unknown proxy mode"
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr "Unknown type"
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr "Unknown user matching mode"
|
||||
|
||||
#:
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr "Unmanaged"
|
||||
@ -6959,6 +7057,14 @@ msgstr "Use this provider with nginx's auth_request or traefik's forwardAuth. On
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr "Used to access the API programmatically"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr "Used to login using a flow executor"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7436,8 +7542,20 @@ msgstr "When using proxy or forward auth (single application) mode, the requeste
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
msgstr "Whoops!"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr "Whoops!"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr "Will either follow the ?next parameter or redirect to the default interface"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr "Will follow the ?next parameter if set, otherwise show a message"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr "Will notify the user the flow isn't applicable"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Windows"
|
||||
|
@ -121,21 +121,21 @@ msgstr "URL ACS"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr "TODAS, todas las políticas deben coincidir para otorgar acceso."
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr "TODAS, todas las políticas deben coincidir para otorgar acceso."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr "TODAS, todas las políticas deben coincidir para incluir el acceso a esta etapa."
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr "TODAS, todas las políticas deben coincidir para incluir el acceso a esta etapa."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr "CUALQUIERA, cualquier política debe coincidir para otorgar acceso."
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr "CUALQUIERA, cualquier política debe coincidir para otorgar acceso."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr "CUALQUIERA, cualquier política debe coincidir para incluir el acceso a esta etapa."
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr "CUALQUIERA, cualquier política debe coincidir para incluir el acceso a esta etapa."
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -162,8 +162,12 @@ msgid "API Requests"
|
||||
msgstr "Solicitudes de API"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgstr "Token de API (se puede usar para acceder a la API mediante programación)"
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr "Token de API (se puede usar para acceder a la API mediante programación)"
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
@ -360,12 +364,18 @@ msgid "Affected model:"
|
||||
msgstr "Modelo afectado:"
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr "Alerta"
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr "Alerta"
|
||||
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr "Algoritmo utilizado para firmar los tokens JWT."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr "Permitir inicios de sesión iniciados por el proveedor IDP"
|
||||
@ -416,10 +426,18 @@ msgstr ""
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr "Como alternativa, si su dispositivo actual tiene instalado Duo, haga clic en este enlace:"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr "Exigir siempre el consentimiento"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr "Un ejemplo de configuración podría ser así:"
|
||||
@ -428,6 +446,12 @@ msgstr "Un ejemplo de configuración podría ser así:"
|
||||
msgid "Any HTML can be used."
|
||||
msgstr "Se puede usar cualquier código HTML."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -438,8 +462,16 @@ msgid "App password"
|
||||
msgstr "contraseña de la aplicación"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
msgstr "Contraseña de la aplicación (se puede usar para iniciar sesión con un ejecutor de flujo)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr "Contraseña de la aplicación (se puede usar para iniciar sesión con un ejecutor de flujo)"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
#: src/admin/providers/ProviderListPage.ts
|
||||
@ -777,6 +809,10 @@ msgstr "Autenticación básica"
|
||||
msgid "Bearer Token"
|
||||
msgstr "Token portador"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr "CN de enlace"
|
||||
@ -865,12 +901,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr "CA contra la que se verifica el certificado del destino. Se puede dejar vacío para que no se valide."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr ""
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -881,8 +921,12 @@ msgid "Cached policies"
|
||||
msgstr "Políticas almacenadas en caché"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgstr "Al realizar consultas en caché, el controlador mantiene a todos los usuarios y grupos en memoria y se actualizará cada 5 minutos."
|
||||
msgid "Cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr "Al realizar consultas en caché, el controlador mantiene a todos los usuarios y grupos en memoria y se actualizará cada 5 minutos."
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
@ -1153,6 +1197,7 @@ msgstr "Tipo de cliente"
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr "Cerrar"
|
||||
|
||||
@ -1226,8 +1271,12 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr "Configurar cómo se creará el valor NameID. Cuando se deja vacío, se respetará la NameIDPolicy de la solicitud entrante."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgstr "Configurar cómo el ejecutor de flujo debe gestionar una respuesta no válida a un desafío."
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr "Configurar cómo el ejecutor de flujo debe gestionar una respuesta no válida a un desafío."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
@ -1649,8 +1698,8 @@ msgstr "Personalización"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr "DSA-SHA1"
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr "DSA-SHA1"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1868,15 +1917,23 @@ msgid "Digits"
|
||||
msgstr "Dígitos"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgid "Direct binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr "La consulta directa siempre devuelve los datos más recientes, pero es más lenta que la consulta en caché."
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr "La consulta directa siempre devuelve los datos más recientes, pero es más lenta que la consulta en caché."
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1947,8 +2004,12 @@ msgid "Download signing certificate"
|
||||
msgstr "Descargar certificado de firma"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgstr "Debido a las limitaciones del protocolo, este certificado solo se usa cuando el controlador tiene un único proveedor."
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr "Debido a las limitaciones del protocolo, este certificado solo se usa cuando el controlador tiene un único proveedor."
|
||||
|
||||
#~ msgid "Dummy"
|
||||
#~ msgstr ""
|
||||
@ -1993,8 +2054,12 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr "Duración tras la cual los eventos se eliminarán de la base de datos."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgstr "Cada proveedor tiene un emisor diferente, en función del slug de la aplicación."
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr "Cada proveedor tiene un emisor diferente, en función del slug de la aplicación."
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
@ -2102,8 +2167,8 @@ msgstr "Habilitar StartTLS"
|
||||
#~ msgstr "Habilitar TOTP"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr "Habilitar el modo de compatibilidad, aumenta la compatibilidad con los administradores de contraseñas en dispositivos móviles."
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr "Habilitar el modo de compatibilidad, aumenta la compatibilidad con los administradores de contraseñas en dispositivos móviles."
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2473,6 +2538,10 @@ msgstr "Ejecución de flujo"
|
||||
msgid "Flow inspector"
|
||||
msgstr "inspector de flujo"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3006,6 +3075,10 @@ msgstr "Incluir las afirmaciones de usuario de los ámbitos en el id_token, para
|
||||
msgid "Include claims in id_token"
|
||||
msgstr "Incluir afirmaciones en id_token"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3054,8 +3127,12 @@ msgstr ""
|
||||
"y del nombre de usuario con el que están intentando iniciar sesión, en uno."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
msgstr "Acción de respuesta no válida"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr "Acción de respuesta no válida"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Invalidation"
|
||||
@ -3297,82 +3374,29 @@ msgstr "Cargar servidores"
|
||||
msgid "Loading"
|
||||
msgstr "Cargando"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr "Cargando..."
|
||||
@ -3457,12 +3481,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr "Operaciones de larga ejecución que authentik ejecuta en segundo plano."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -3940,7 +3964,6 @@ msgstr "Aún no se ha sincronizado."
|
||||
msgid "Not used by any other object."
|
||||
msgstr "No lo usa ningún otro objeto."
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4459,8 +4482,16 @@ msgid "Post binding"
|
||||
msgstr "Encuadernación"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
msgstr "Publicar enlace (envío automático)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr "Publicar enlace (envío automático)"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
msgid "Powered by authentik"
|
||||
@ -4622,16 +4653,16 @@ msgstr "Acciones rápidas"
|
||||
#~ msgstr "RESTART reinicia el flujo desde el principio, a la vez que mantiene el contexto del flujo."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr "RESTART reinicia el flujo desde el principio."
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr "RESTART reinicia el flujo desde el principio."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr "RETRY devuelve el mensaje de error y un desafío similar para el ejecutor."
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr "RETRY devuelve el mensaje de error y un desafío similar para el ejecutor."
|
||||
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
#~ msgstr "RS256 (cifrado asimétrico)"
|
||||
@ -4641,23 +4672,23 @@ msgstr "RETRY devuelve el mensaje de error y un desafío similar para el ejecuto
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr "RSA-SHA1"
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr "RSA-SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr "RSA-SHA256"
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr "RSA-SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr "RSA-SHA384"
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr "RSA-SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr "RSA-SHA512"
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr "RSA-SHA512"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4811,6 +4842,10 @@ msgstr "Puntuación de reputación"
|
||||
msgid "Request"
|
||||
msgstr "Solicitud"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr "Se ha denegado la solicitud."
|
||||
@ -4858,6 +4893,14 @@ msgstr "Requisito clave residente"
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr "Recursos"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -4876,8 +4919,8 @@ msgstr "Reintentar la autenticación"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr "Devolución"
|
||||
#~ msgid "Return"
|
||||
#~ msgstr "Devolución"
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -4892,6 +4935,10 @@ msgstr "Regresar al selector de dispositivos"
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr "¿Revocado?"
|
||||
@ -4932,29 +4979,37 @@ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr "SHA1"
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr "SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr "SHA-256"
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr "SHA-256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr "SHA384"
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr "SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr "SHA512"
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr "SHA512"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr "URL LENTO"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr "SMS"
|
||||
@ -5107,7 +5162,7 @@ msgstr "Seleccione un flujo de inscripción"
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr "Seleccione un método de identificación."
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr ""
|
||||
|
||||
@ -5374,9 +5429,7 @@ msgstr ""
|
||||
msgid "Slug"
|
||||
msgstr "babosa"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr "¡Algo salió mal! Inténtelo de nuevo más tarde."
|
||||
|
||||
@ -5390,6 +5443,10 @@ msgstr "Fuente enlazada"
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr "Nombre fuente"
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Source {0}"
|
||||
#~ msgstr "Fuente {0}"
|
||||
|
||||
@ -6124,6 +6181,10 @@ msgstr "Los siguientes objetos usan {objName}"
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
#~ "doesn't pass when either or both of the selected options are equal or less than the\n"
|
||||
@ -6241,6 +6302,10 @@ msgstr ""
|
||||
msgid "Threshold"
|
||||
msgstr "umbral"
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr "El tiempo en minutos que se envía el token es válido."
|
||||
@ -6526,6 +6591,39 @@ msgstr "Identificador único por el que se hace referencia al token."
|
||||
msgid "Unknown"
|
||||
msgstr "Desconocido"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr "No administrado"
|
||||
|
||||
@ -6786,6 +6884,14 @@ msgstr "Use este proveedor con auth_request de nginx o ForwardAuth de traefik. S
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr "Use este inquilino para cada dominio que no tenga un inquilino dedicado."
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7251,8 +7357,20 @@ msgstr "Cuando se usa el modo proxy o de autenticación directa (aplicación ún
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
msgstr "¡Ups!"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr "¡Ups!"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Windows"
|
||||
|
@ -126,21 +126,21 @@ msgstr "ACS URL"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr "ALL, toutes les politiques doivent être vérifiée pour accorder l'accès."
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr "ALL, toutes les politiques doivent être vérifiée pour accorder l'accès."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr "ALL, toutes les politiques doivent être vérifiées pour inclure l'accès à cette étape."
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr "ALL, toutes les politiques doivent être vérifiées pour inclure l'accès à cette étape."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr "ANY, n'importe laquelle des politiques doit être vérifiée pour accorder l'accès."
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr "ANY, n'importe laquelle des politiques doit être vérifiée pour accorder l'accès."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr "ANY, n'importe laquelle des politiques doit être vérifiée pour inclure l'accès à cette étape."
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr "ANY, n'importe laquelle des politiques doit être vérifiée pour inclure l'accès à cette étape."
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -167,8 +167,12 @@ msgid "API Requests"
|
||||
msgstr "Requêtes d'API"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgstr "Jeton d'API (peut être utilisé pour accéder à l'API via un programme)"
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr "Jeton d'API (peut être utilisé pour accéder à l'API via un programme)"
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
@ -365,12 +369,18 @@ msgid "Affected model:"
|
||||
msgstr "Modèle affecté :"
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr "Alerte"
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr "Alerte"
|
||||
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr "Algorithme de signature utilisé pour les jetons JWT"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr "Autoriser les logins initiés par l'IDP"
|
||||
@ -421,10 +431,18 @@ msgstr ""
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr "Sinon, si Duo est installé sur cet appareil, cliquez sur ce lien :"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr "Toujours exiger l'approbation"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr ""
|
||||
@ -433,6 +451,12 @@ msgstr ""
|
||||
msgid "Any HTML can be used."
|
||||
msgstr "N'importe quel HTML peut être utilisé."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -443,8 +467,16 @@ msgid "App password"
|
||||
msgstr "Mot de passe de l'App"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
msgstr "Mot de passe de l'App (peut être utilisé pour ouvrir une session en utilisant un flux d'exécution)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr "Mot de passe de l'App (peut être utilisé pour ouvrir une session en utilisant un flux d'exécution)"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
#: src/admin/providers/ProviderListPage.ts
|
||||
@ -782,6 +814,10 @@ msgstr "Basic-Auth"
|
||||
msgid "Bearer Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr "Bind DN"
|
||||
@ -870,12 +906,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr "AC auprès de laquelle le certificat du terminal est vérifié. Peut être laissé vide en l'absence de validation."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr ""
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -886,9 +926,13 @@ msgid "Cached policies"
|
||||
msgstr "Politiques mises en cache"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgid "Cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
msgstr ""
|
||||
@ -1158,6 +1202,7 @@ msgstr "Type du client"
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr "Fermer"
|
||||
|
||||
@ -1231,8 +1276,12 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr "Configure la façon dont NameID sera créé. Si vide, la politique NameIDPolicy de la requête entrante sera appliquée."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgstr "Configure comment l'exécuteur de flux gère une réponse invalide à un challenge."
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr "Configure comment l'exécuteur de flux gère une réponse invalide à un challenge."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
@ -1654,8 +1703,8 @@ msgstr "Personalisation"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr "DSA-SHA1"
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr "DSA-SHA1"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1871,15 +1920,23 @@ msgid "Digits"
|
||||
msgstr "Chiffres"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgid "Direct binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr ""
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1950,8 +2007,12 @@ msgid "Download signing certificate"
|
||||
msgstr "Télécharger le certificat de signature"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgstr "En raison des limitations du protocole, ce certificat n’est utilisé que lorsque l’avant-poste a un fournisseur unique."
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr "En raison des limitations du protocole, ce certificat n’est utilisé que lorsque l’avant-poste a un fournisseur unique."
|
||||
|
||||
#~ msgid "Dummy"
|
||||
#~ msgstr ""
|
||||
@ -1996,8 +2057,12 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr "Expiration des évènements à l'issue de laquelle ils seront supprimés de la base de donnée."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgstr "Chaque fournisseur a un émetteur différent, basé sur le slug de l'application."
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr "Chaque fournisseur a un émetteur différent, basé sur le slug de l'application."
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
@ -2105,8 +2170,8 @@ msgstr "Activer StartTLS"
|
||||
#~ msgstr "Activer TOTP"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr "Activer le mode de compatibilité, améliore la compatibilité avec les gestionnaires de mot de passe sur les équipements mobiles."
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr "Activer le mode de compatibilité, améliore la compatibilité avec les gestionnaires de mot de passe sur les équipements mobiles."
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2476,6 +2541,10 @@ msgstr ""
|
||||
msgid "Flow inspector"
|
||||
msgstr "Inspecteur de flux"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3009,6 +3078,10 @@ msgstr "Inclure les claims relatifs à l’utilisateur dans l’id_token, pour l
|
||||
msgid "Include claims in id_token"
|
||||
msgstr "Include les claims utilisateur dans l’id_token"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3055,8 +3128,12 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
msgstr "Action de réponse invalide"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr "Action de réponse invalide"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Invalidation"
|
||||
@ -3298,82 +3375,29 @@ msgstr "Charger les serveurs"
|
||||
msgid "Loading"
|
||||
msgstr "Chargement en cours"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr "Chargement en cours..."
|
||||
@ -3458,12 +3482,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr "Opérations de longue durée qu'Authentik exécute en arrière-plan."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -3941,7 +3965,6 @@ msgstr "Pas encore synchronisé."
|
||||
msgid "Not used by any other object."
|
||||
msgstr "Pas utilisé par un autre objet."
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4460,8 +4483,16 @@ msgid "Post binding"
|
||||
msgstr "Post"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
msgstr "Post (automatique)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr "Post (automatique)"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
msgid "Powered by authentik"
|
||||
@ -4623,16 +4654,16 @@ msgstr "Actions rapides"
|
||||
#~ msgstr "REDÉMARRER redémarre le flux depuis le début, en gardant le contexte du flux."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr "REDÉMARRER redémarre le flux depuis le début."
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr "REDÉMARRER redémarre le flux depuis le début."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr "RETRY indiquer le message d'erreur et présenter un challenge similaire à l'utilisateur"
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr "RETRY indiquer le message d'erreur et présenter un challenge similaire à l'utilisateur"
|
||||
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
#~ msgstr "RS256 (chiffrement asymétrique)"
|
||||
@ -4642,23 +4673,23 @@ msgstr "RETRY indiquer le message d'erreur et présenter un challenge similaire
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr "RSA-SHA1"
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr "RSA-SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr "RSA-SHA256"
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr "RSA-SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr "RSA-SHA384"
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr "RSA-SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr "RSA-SHA512"
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr "RSA-SHA512"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4812,6 +4843,10 @@ msgstr "Scores de réputation"
|
||||
msgid "Request"
|
||||
msgstr "Requête"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr "La requête a été refusée."
|
||||
@ -4859,6 +4894,14 @@ msgstr ""
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr "Ressources"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -4877,8 +4920,8 @@ msgstr "Réessayer l'authentification"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr "Retourner"
|
||||
#~ msgid "Return"
|
||||
#~ msgstr "Retourner"
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -4893,6 +4936,10 @@ msgstr "Retourner à la sélection d'appareil"
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr "Révoqué ?"
|
||||
@ -4933,29 +4980,37 @@ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr "SHA1"
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr "SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr "SHA256"
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr "SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr "SHA384"
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr "SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr "SHA512"
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr "SHA512"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr "URL SLO"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr "SMS"
|
||||
@ -5108,7 +5163,7 @@ msgstr "Sélectionnez un flux d'inscription"
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr "Sélectionnez une méthode d'identification"
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr "Sélectionner un objet."
|
||||
|
||||
@ -5375,9 +5430,7 @@ msgstr ""
|
||||
msgid "Slug"
|
||||
msgstr "Slug"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr "Une erreur s'est produite ! Veuillez réessayer plus tard."
|
||||
|
||||
@ -5391,6 +5444,10 @@ msgstr "Source liée"
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Source {0}"
|
||||
#~ msgstr "Source {0}"
|
||||
|
||||
@ -6125,6 +6182,10 @@ msgstr "Les objets suivants utilisent {objName}"
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
#~ "doesn't pass when either or both of the selected options are equal or less than the\n"
|
||||
@ -6232,6 +6293,10 @@ msgstr ""
|
||||
msgid "Threshold"
|
||||
msgstr "Seuil"
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr "Temps en minutes durant lequel le jeton envoyé est valide."
|
||||
@ -6517,6 +6582,39 @@ msgstr "Identifiant unique par lequel le jeton est référencé."
|
||||
msgid "Unknown"
|
||||
msgstr "Inconnu"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr "Non géré"
|
||||
|
||||
@ -6777,6 +6875,14 @@ msgstr "Utilisez ce fournisseur avec auth_request de nginx ou forwardAuth de tra
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr "Utilisez ce locataire pour chaque domaine qui ne dispose pas d'un locataire dédié."
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7242,8 +7348,20 @@ msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
msgstr "Oups !"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr "Oups !"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Windows"
|
||||
|
@ -121,21 +121,21 @@ msgstr "ACS URL"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr "ALL, wszystkie zasady muszą być zgodne, aby przyznać dostęp."
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr "ALL, wszystkie zasady muszą być zgodne, aby przyznać dostęp."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr "ALL, wszystkie zasady muszą być zgodne, aby uwzględnić dostęp do tego etapu."
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr "ALL, wszystkie zasady muszą być zgodne, aby uwzględnić dostęp do tego etapu."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr "ANY, dowolna zasada musi być zgodna, aby przyznać dostęp."
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr "ANY, dowolna zasada musi być zgodna, aby przyznać dostęp."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr "ANY, każda zasada musi być zgodna, aby uwzględnić dostęp do tego etapu."
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr "ANY, każda zasada musi być zgodna, aby uwzględnić dostęp do tego etapu."
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -162,8 +162,12 @@ msgid "API Requests"
|
||||
msgstr "Żądania API"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgstr "Token API (może być używany do programowego dostępu do API)"
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr "Token API (może być używany do programowego dostępu do API)"
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
@ -364,12 +368,18 @@ msgid "Affected model:"
|
||||
msgstr "Model, którego dotyczy problem:"
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr "Alert"
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr "Alert"
|
||||
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr "Algorytm używany do podpisywania tokenów JWT."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr "Zezwalaj na logowanie inicjowane przez IDP"
|
||||
@ -420,10 +430,18 @@ msgstr ""
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr "Alternatywnie, jeśli na Twoim obecnym urządzeniu jest zainstalowany Duo, kliknij ten link:"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr "Zawsze wymagaj zgody"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr "Przykładowa konfiguracja może wyglądać tak:"
|
||||
@ -432,6 +450,12 @@ msgstr "Przykładowa konfiguracja może wyglądać tak:"
|
||||
msgid "Any HTML can be used."
|
||||
msgstr "Można użyć dowolnego kodu HTML."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -442,8 +466,16 @@ msgid "App password"
|
||||
msgstr "Hasło aplikacji"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
msgstr "Hasło aplikacji (może być użyte do zalogowania się za pomocą executora przepływu)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr "Hasło aplikacji (może być użyte do zalogowania się za pomocą executora przepływu)"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
#: src/admin/providers/ProviderListPage.ts
|
||||
@ -781,6 +813,10 @@ msgstr "Basic-Auth"
|
||||
msgid "Bearer Token"
|
||||
msgstr "Bearer Token"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr "Bind CN"
|
||||
@ -869,12 +905,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr "CA względem którego weryfikowany jest certyfikat. Można pozostawić puste, aby nie sprawdzać poprawności."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr "Powiązanie w pamięci podręcznej, przepływ jest wykonywany, a sesja jest buforowana w pamięci. Przepływ jest wykonywany po wygaśnięciu sesji."
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr "Powiązanie w pamięci podręcznej, przepływ jest wykonywany, a sesja jest buforowana w pamięci. Przepływ jest wykonywany po wygaśnięciu sesji."
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -885,8 +925,12 @@ msgid "Cached policies"
|
||||
msgstr "Zasady w pamięci podręcznej"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgstr "Zbuforowane zapytania, placówka przechowuje w pamięci wszystkich użytkowników i grupy i odświeża się co 5 minut."
|
||||
msgid "Cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr "Zbuforowane zapytania, placówka przechowuje w pamięci wszystkich użytkowników i grupy i odświeża się co 5 minut."
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
@ -1159,6 +1203,7 @@ msgstr "Client type"
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr "Zamknij"
|
||||
|
||||
@ -1232,8 +1277,12 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr "Skonfiguruj sposób tworzenia wartości NameID. Gdy puste, NameIDPolicy przychodzącego żądania będzie przestrzegany."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgstr "Skonfiguruj sposób, w jaki executor przepływu powinien obsługiwać nieprawidłową odpowiedź na wyzwanie."
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr "Skonfiguruj sposób, w jaki executor przepływu powinien obsługiwać nieprawidłową odpowiedź na wyzwanie."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
@ -1655,8 +1704,8 @@ msgstr "Dostosowywanie"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr "DSA-SHA1"
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr "DSA-SHA1"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1874,15 +1923,23 @@ msgid "Digits"
|
||||
msgstr "Cyfry"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgstr "Bezpośrednie wiązanie, zawsze wykonuj skonfigurowany przepływ wiązania, aby uwierzytelnić użytkownika."
|
||||
msgid "Direct binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr "Bezpośrednie wiązanie, zawsze wykonuj skonfigurowany przepływ wiązania, aby uwierzytelnić użytkownika."
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr "Bezpośrednie zapytania, zawsze wykonuj skonfigurowany przepływ wiązania, aby uwierzytelnić użytkownika."
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr "Zapytania bezpośrednie zawsze zwracają najnowsze dane, ale są wolniejsze niż zapytania w pamięci podręcznej."
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr "Zapytania bezpośrednie zawsze zwracają najnowsze dane, ale są wolniejsze niż zapytania w pamięci podręcznej."
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1953,8 +2010,12 @@ msgid "Download signing certificate"
|
||||
msgstr "Pobierz certyfikat podpisywania"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgstr "Ze względu na ograniczenia protokołu ten certyfikat jest używany tylko wtedy, gdy placówka ma jednego dostawcę."
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr "Ze względu na ograniczenia protokołu ten certyfikat jest używany tylko wtedy, gdy placówka ma jednego dostawcę."
|
||||
|
||||
#~ msgid "Dummy"
|
||||
#~ msgstr "Atrapa"
|
||||
@ -1999,8 +2060,12 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr "Czas, po którym zdarzenia zostaną usunięte z bazy danych."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgstr "Każdy dostawca ma innego wystawcę, w oparciu o informacje o slug aplikacji."
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr "Każdy dostawca ma innego wystawcę, w oparciu o informacje o slug aplikacji."
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
@ -2108,8 +2173,8 @@ msgstr "Włącz StartTLS"
|
||||
#~ msgstr "Włącz TOTP"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr "Włącz tryb zgodności, zwiększa zgodność z menedżerami haseł na urządzeniach mobilnych."
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr "Włącz tryb zgodności, zwiększa zgodność z menedżerami haseł na urządzeniach mobilnych."
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2479,6 +2544,10 @@ msgstr "Wykonanie przepływu"
|
||||
msgid "Flow inspector"
|
||||
msgstr "Inspektor przepływu"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3014,6 +3083,10 @@ msgstr "Uwzględnij oświadczenia użytkownika z zakresów w id_token dla aplika
|
||||
msgid "Include claims in id_token"
|
||||
msgstr "Uwzględnij roszczenia w id_token"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3062,8 +3135,12 @@ msgstr ""
|
||||
"nazwa użytkownika, pod którą próbują się zalogować, przez jeden."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
msgstr "Nieprawidłowa akcja odpowiedzi"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr "Nieprawidłowa akcja odpowiedzi"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Invalidation"
|
||||
@ -3305,82 +3382,29 @@ msgstr "Załaduj serwery"
|
||||
msgid "Loading"
|
||||
msgstr "Ładowanie"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr "Ładowanie..."
|
||||
@ -3465,12 +3489,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr "Długotrwałe operacje, które authentik wykonuje w tle."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -3948,7 +3972,6 @@ msgstr "Jeszcze nie zsynchronizowano."
|
||||
msgid "Not used by any other object."
|
||||
msgstr "Nie używany przez żaden inny obiekt."
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4469,8 +4492,16 @@ msgid "Post binding"
|
||||
msgstr "Post binding"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
msgstr "Post binding (automatyczne przesyłanie)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr "Post binding (automatyczne przesyłanie)"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
msgid "Powered by authentik"
|
||||
@ -4632,16 +4663,16 @@ msgstr "Szybkie akcje"
|
||||
#~ msgstr "RESTART ponownie uruchamia przepływ od początku, zachowując kontekst przepływu."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr "RESTART ponownie uruchamia przepływ od początku."
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr "RESTART ponownie uruchamia przepływ od początku."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr "RETRY zwraca komunikat o błędzie i podobne wyzwanie do executora."
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr "RETRY zwraca komunikat o błędzie i podobne wyzwanie do executora."
|
||||
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
#~ msgstr "RS256 (szyfrowanie asymetryczne)"
|
||||
@ -4651,23 +4682,23 @@ msgstr "RETRY zwraca komunikat o błędzie i podobne wyzwanie do executora."
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr "RSA-SHA1"
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr "RSA-SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr "RSA-SHA256"
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr "RSA-SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr "RSA-SHA384"
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr "RSA-SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr "RSA-SHA512"
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr "RSA-SHA512"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4821,6 +4852,10 @@ msgstr "Punkty reputacji"
|
||||
msgid "Request"
|
||||
msgstr "Żądanie"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr "Żądanie zostało odrzucone."
|
||||
@ -4868,6 +4903,14 @@ msgstr "Wymagania dotyczące klucza rezydenta"
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr "Zasoby"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -4886,8 +4929,8 @@ msgstr "Ponów uwierzytelnianie"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr "Powróć"
|
||||
#~ msgid "Return"
|
||||
#~ msgstr "Powróć"
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -4902,6 +4945,10 @@ msgstr "Wróć do wyboru urządzeń"
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr "Zwróć true, jeśli wynik IP żądania/docelowej nazwy użytkownika jest poniżej określonego progu."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr "Unieważniono?"
|
||||
@ -4942,29 +4989,37 @@ msgstr "Szczegóły SAML"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr "SHA1"
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr "SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr "SHA256"
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr "SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr "SHA384"
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr "SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr "SHA512"
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr "SHA512"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr "SLO URL"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr "SMS"
|
||||
@ -5117,7 +5172,7 @@ msgstr "Wybierz przepływ rejestracji"
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr "Wybierz metodę identyfikacji."
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr "Wybierz obiekt."
|
||||
|
||||
@ -5384,9 +5439,7 @@ msgstr ""
|
||||
msgid "Slug"
|
||||
msgstr "Ślimak"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr "Coś poszło nie tak! Spróbuj ponownie później."
|
||||
|
||||
@ -5400,6 +5453,10 @@ msgstr "Źródło połączone"
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr "Nazwa źródła"
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Source {0}"
|
||||
#~ msgstr "Źródło {0}"
|
||||
|
||||
@ -6134,6 +6191,10 @@ msgstr "Następujące obiekty używają {objName}"
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
#~ "doesn't pass when either or both of the selected options are equal or less than the\n"
|
||||
@ -6251,6 +6312,10 @@ msgstr ""
|
||||
msgid "Threshold"
|
||||
msgstr "Próg"
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr "Czas w minutach, w którym wysłany token jest ważny."
|
||||
@ -6536,6 +6601,39 @@ msgstr "Unikalny identyfikator, do którego odwołuje się token."
|
||||
msgid "Unknown"
|
||||
msgstr "Nieznany"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr "Niezarządzany"
|
||||
|
||||
@ -6796,6 +6894,14 @@ msgstr "Użyj tego dostawcy z auth_request nginx lub forwardAuth traefik. Tylko
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr "Użyj tego najemcy dla każdej domeny, która nie ma dedykowanej najmecy."
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7263,8 +7369,20 @@ msgstr "Podczas korzystania z trybu proxy lub uwierzytelniania do przodu (pojedy
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
msgstr "Ups!"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr "Ups!"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Windows"
|
||||
|
@ -115,21 +115,21 @@ msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr ""
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr ""
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr ""
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr ""
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -156,9 +156,13 @@ msgid "API Requests"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
msgstr ""
|
||||
@ -360,13 +364,19 @@ msgid "Affected model:"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr ""
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/pages/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr ""
|
||||
@ -417,10 +427,18 @@ msgstr ""
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr ""
|
||||
@ -429,6 +447,12 @@ msgstr ""
|
||||
msgid "Any HTML can be used."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -439,7 +463,15 @@ msgid "App password"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
@ -782,6 +814,10 @@ msgstr ""
|
||||
msgid "Bearer Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr ""
|
||||
@ -871,12 +907,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr ""
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -887,9 +927,13 @@ msgid "Cached policies"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgid "Cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
msgstr ""
|
||||
@ -1161,6 +1205,7 @@ msgstr ""
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@ -1237,9 +1282,13 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
msgstr ""
|
||||
@ -1667,8 +1716,8 @@ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr ""
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1891,7 +1940,15 @@ msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgid "Direct binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/providers/ldap/LDAPProviderForm.ts
|
||||
@ -1899,8 +1956,8 @@ msgstr ""
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr ""
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1977,9 +2034,13 @@ msgid "Download signing certificate"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/pages/policies/PolicyWizard.ts
|
||||
#~ msgid "Dummy"
|
||||
#~ msgstr ""
|
||||
@ -2025,9 +2086,13 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/flows/FlowViewPage.ts
|
||||
@ -2140,8 +2205,8 @@ msgstr ""
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr ""
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2520,6 +2585,10 @@ msgstr ""
|
||||
msgid "Flow inspector"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3063,6 +3132,10 @@ msgstr ""
|
||||
msgid "Include claims in id_token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3110,7 +3183,11 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
@ -3358,82 +3435,29 @@ msgstr ""
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
@ -3519,12 +3543,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -4005,7 +4029,6 @@ msgstr ""
|
||||
msgid "Not used by any other object."
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4548,7 +4571,15 @@ msgid "Post binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
@ -4714,16 +4745,16 @@ msgstr ""
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr ""
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/pages/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
@ -4735,23 +4766,23 @@ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr ""
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr ""
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr ""
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr ""
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4913,6 +4944,10 @@ msgstr ""
|
||||
msgid "Request"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr ""
|
||||
@ -4962,6 +4997,14 @@ msgstr ""
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -4981,8 +5024,8 @@ msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr ""
|
||||
#~ msgid "Return"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -4998,6 +5041,10 @@ msgstr ""
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr ""
|
||||
@ -5040,29 +5087,37 @@ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr ""
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr ""
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr ""
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr ""
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr ""
|
||||
@ -5217,7 +5272,7 @@ msgstr ""
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr ""
|
||||
|
||||
@ -5492,9 +5547,7 @@ msgstr ""
|
||||
msgid "Slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr ""
|
||||
|
||||
@ -5510,6 +5563,10 @@ msgstr ""
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/user/user-settings/sources/SourceSettingsOAuth.ts
|
||||
#: src/user/user-settings/sources/SourceSettingsPlex.ts
|
||||
#~ msgid "Source {0}"
|
||||
@ -6269,6 +6326,10 @@ msgstr ""
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/policies/reputation/ReputationPolicyForm.ts
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
@ -6377,6 +6438,10 @@ msgstr ""
|
||||
msgid "Threshold"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr ""
|
||||
@ -6668,6 +6733,39 @@ msgstr ""
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr ""
|
||||
|
||||
#:
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr ""
|
||||
@ -6929,6 +7027,14 @@ msgstr ""
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7402,7 +7508,19 @@ msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
|
@ -121,21 +121,21 @@ msgstr "ACS URL"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr "TÜM, erişim vermek için tüm ilkelerin eşleşmesi gerekir."
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr "TÜM, erişim vermek için tüm ilkelerin eşleşmesi gerekir."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr "TÜM, bu alanı erişimini içerecek şekilde tüm ilkelerin eşleşmesi gerekir."
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr "TÜM, bu alanı erişimini içerecek şekilde tüm ilkelerin eşleşmesi gerekir."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr "HERHANGİ, erişim izni vermek için herhangi bir ilke eşleşmelidir."
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr "HERHANGİ, erişim izni vermek için herhangi bir ilke eşleşmelidir."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr "HERHANGİ, bu aşama erişimini içerecek şekilde herhangi bir ilke"
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr "HERHANGİ, bu aşama erişimini içerecek şekilde herhangi bir ilke"
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -162,8 +162,12 @@ msgid "API Requests"
|
||||
msgstr "API İstekleri"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgstr "API Belirteci (API'ye programlı olarak erişmek için kullanılabilir)"
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr "API Belirteci (API'ye programlı olarak erişmek için kullanılabilir)"
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
@ -360,12 +364,18 @@ msgid "Affected model:"
|
||||
msgstr "Etkilenen model:"
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr "Alarm"
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr "Alarm"
|
||||
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr "JWT Belirteçlerini imzalamak için kullanılan algoritma."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr "IDP tarafından başlatılan oturumlara izin ver"
|
||||
@ -416,10 +426,18 @@ msgstr ""
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr "Alternatif olarak, mevcut cihazınızda Duo yüklüyse, şu bağlantıya tıklayın:"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr "Her zaman rıza gerektirir"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr "Bir örnek kurulum şu şekilde görünebilir:"
|
||||
@ -428,6 +446,12 @@ msgstr "Bir örnek kurulum şu şekilde görünebilir:"
|
||||
msgid "Any HTML can be used."
|
||||
msgstr "Herhangi bir HTML kullanılabilir."
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -438,8 +462,16 @@ msgid "App password"
|
||||
msgstr "Uygulama parolası"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
msgstr "Uygulama parolası (bir akış yürütücüyle giriş yapmak için kullanılabilir)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr "Uygulama parolası (bir akış yürütücüyle giriş yapmak için kullanılabilir)"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
#: src/admin/providers/ProviderListPage.ts
|
||||
@ -777,6 +809,10 @@ msgstr "Basic-Auth"
|
||||
msgid "Bearer Token"
|
||||
msgstr "Bearer Belirteci"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr "Bağlama CN"
|
||||
@ -865,12 +901,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr "Uç noktanın Sertifikası karşı doğrulanan CA. Doğrulama yapılmadan boş bırakılabilir."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr ""
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -881,8 +921,12 @@ msgid "Cached policies"
|
||||
msgstr "Önbelleğe alınan ilkeler"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgstr "Önbelleğe alınmış sorgulama, üs tüm kullanıcıları ve grupları bellek içinde tutar ve her 5 Dakikada yenileyecektir."
|
||||
msgid "Cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr "Önbelleğe alınmış sorgulama, üs tüm kullanıcıları ve grupları bellek içinde tutar ve her 5 Dakikada yenileyecektir."
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
@ -1153,6 +1197,7 @@ msgstr "İstemci türü"
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr "Kapat"
|
||||
|
||||
@ -1226,8 +1271,12 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr "NameID değerinin nasıl oluşturulacağını yapılandırın. Boş bırakıldığında, gelen isteğin NameIDPolicy değerine saygı gösterilir."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgstr "Akış yürütücüsünün bir meydan okuma için geçersiz bir yanıt nasıl işlemesi gerektiğini yapılandırın."
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr "Akış yürütücüsünün bir meydan okuma için geçersiz bir yanıt nasıl işlemesi gerektiğini yapılandırın."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
@ -1649,8 +1698,8 @@ msgstr "Özelleştirme"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr "DSA-SHA1"
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr "DSA-SHA1"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1868,15 +1917,23 @@ msgid "Digits"
|
||||
msgstr "Rakamlar"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgid "Direct binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr "Doğrudan sorgulama, her zaman en son verileri döndürür, ancak önbelleğe alınmış sorgulardan daha yavaş olur."
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr "Doğrudan sorgulama, her zaman en son verileri döndürür, ancak önbelleğe alınmış sorgulardan daha yavaş olur."
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1947,8 +2004,12 @@ msgid "Download signing certificate"
|
||||
msgstr "İmzalama sertifikasını indirme"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgstr "Protokol sınırlamaları nedeniyle, bu sertifika yalnızca üssün tek bir sağlayıcısı olduğunda kullanılır."
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr "Protokol sınırlamaları nedeniyle, bu sertifika yalnızca üssün tek bir sağlayıcısı olduğunda kullanılır."
|
||||
|
||||
#~ msgid "Dummy"
|
||||
#~ msgstr ""
|
||||
@ -1993,8 +2054,12 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr "Olayların veritabanından silineceği süre."
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgstr "Her sağlayıcı, uygulama kısa ismine bağlı farklı bir yayımcıya sahiptir."
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr "Her sağlayıcı, uygulama kısa ismine bağlı farklı bir yayımcıya sahiptir."
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
@ -2102,8 +2167,8 @@ msgstr "StartTLS'yi Etkinleştir"
|
||||
#~ msgstr "TOTP etkinleştir"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr "Uyumluluk modunu etkinleştirin, mobil cihazlarda parola yöneticileri ile uyumluluğu artırır."
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr "Uyumluluk modunu etkinleştirin, mobil cihazlarda parola yöneticileri ile uyumluluğu artırır."
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2473,6 +2538,10 @@ msgstr "Akış yürütme"
|
||||
msgid "Flow inspector"
|
||||
msgstr "Akış denetçisi"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3006,6 +3075,10 @@ msgstr "Userinfo uç noktasına erişmeyen uygulamalar için, id_token'daki kaps
|
||||
msgid "Include claims in id_token"
|
||||
msgstr "İd_token'a hak taleplerini dahil et"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3054,8 +3127,12 @@ msgstr ""
|
||||
"oturum açmaya calıştığı kullanıcı adının puanını bir azaltır."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
msgstr "Geçersiz yanıt eylemi"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr "Geçersiz yanıt eylemi"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Invalidation"
|
||||
@ -3297,82 +3374,29 @@ msgstr "Sunucuları yükle"
|
||||
msgid "Loading"
|
||||
msgstr "Yükleniyor"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr "Yükleniyor..."
|
||||
@ -3457,12 +3481,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr "authentik'in arka planda yürüttüğü uzun süreli işlemler."
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -3940,7 +3964,6 @@ msgstr "Henüz senkronize edilmedi."
|
||||
msgid "Not used by any other object."
|
||||
msgstr "Başka bir nesne tarafından kullanılmaz."
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4459,8 +4482,16 @@ msgid "Post binding"
|
||||
msgstr "Post ciltleme"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
msgstr "Gönderme sonrası (otomatik gönderme)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr "Gönderme sonrası (otomatik gönderme)"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
msgid "Powered by authentik"
|
||||
@ -4622,16 +4653,16 @@ msgstr "Hızlı eylemler"
|
||||
#~ msgstr "RESTART, akış bağlamını korurken akışı baştan yeniden başlatır."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr "RESTART, akışı baştan yeniden başlatır."
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr "RESTART, akışı baştan yeniden başlatır."
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr "RETRY hata iletisi ve yürütücünün benzer bir meydan okuma döndürür."
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr "RETRY hata iletisi ve yürütücünün benzer bir meydan okuma döndürür."
|
||||
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
#~ msgstr "RS256 (Asimetrik Şifreleme)"
|
||||
@ -4641,23 +4672,23 @@ msgstr "RETRY hata iletisi ve yürütücünün benzer bir meydan okuma döndür
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr "RSA-SHA1"
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr "RSA-SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr "RSA-SHA256"
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr "RSA-SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr "RSA-SHA384"
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr "RSA-SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr "RSA-SHA512"
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr "RSA-SHA512"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4811,6 +4842,10 @@ msgstr "İtibar puanları"
|
||||
msgid "Request"
|
||||
msgstr "Talep"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr "İstek reddedildi."
|
||||
@ -4858,6 +4893,14 @@ msgstr ""
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr "Kaynaklar"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -4876,8 +4919,8 @@ msgstr "Kimlik doğrulamayı yeniden deneyin"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr "İade"
|
||||
#~ msgid "Return"
|
||||
#~ msgstr "İade"
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -4892,6 +4935,10 @@ msgstr "Aygıt seçiciye geri dön"
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr "İptal mi edildi?"
|
||||
@ -4932,29 +4979,37 @@ msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr "SHA1"
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr "SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr "SHA256"
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr "SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr "SHA384"
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr "SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr "SHA512"
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr "SHA512"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr "SLO URL"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr "SMS"
|
||||
@ -5107,7 +5162,7 @@ msgstr "Bir kayıt akışı seçme"
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr "Bir tanımlama yöntemi seçin."
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr ""
|
||||
|
||||
@ -5374,9 +5429,7 @@ msgstr ""
|
||||
msgid "Slug"
|
||||
msgstr "Kısa İsim"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr "Bir şeyler ters gitti! Lütfen daha sonra tekrar deneyin."
|
||||
|
||||
@ -5390,6 +5443,10 @@ msgstr "Kaynak bağlantılı"
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr "Kaynak adı"
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Source {0}"
|
||||
#~ msgstr "Kaynak {0}"
|
||||
|
||||
@ -6124,6 +6181,10 @@ msgstr "Aşağıdaki nesneler {objName}"
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
#~ "doesn't pass when either or both of the selected options are equal or less than the\n"
|
||||
@ -6241,6 +6302,10 @@ msgstr ""
|
||||
msgid "Threshold"
|
||||
msgstr "Eşik"
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr "Gönderilen belirtecin dakika cinsinden geçerlilik süresi."
|
||||
@ -6526,6 +6591,39 @@ msgstr "Belirteç tarafından başvurulan benzersiz tanımlayıcı."
|
||||
msgid "Unknown"
|
||||
msgstr "bilinmeyen"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr "Yönetilmeyen"
|
||||
|
||||
@ -6786,6 +6884,14 @@ msgstr "Bu sağlayıcıyı nginx'in auth_request veya traefik'in forwardAuth ile
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr "Bu sakini, ayrılmış bir sakine sahip olmayan her etki alanı için kullanın."
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7251,8 +7357,20 @@ msgstr "Proxy veya ileri auth (tek uygulama) modunu kullanırken, istenen URL Yo
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
msgstr "Hay aksi!"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr "Hay aksi!"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Windows"
|
||||
|
@ -123,21 +123,21 @@ msgstr "ACS URL"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr "ALL,必须匹配所有策略才能授予访问权限。"
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr "ALL,必须匹配所有策略才能授予访问权限。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr "ALL,必须匹配所有策略才能包含此阶段访问权限。"
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr "ALL,必须匹配所有策略才能包含此阶段访问权限。"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr "ANY,必须匹配任意策略才能授予访问权限。"
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr "ANY,必须匹配任意策略才能授予访问权限。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr "ANY,必须匹配任意策略才能包含此阶段访问权限。"
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr "ANY,必须匹配任意策略才能包含此阶段访问权限。"
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -164,8 +164,12 @@ msgid "API Requests"
|
||||
msgstr "API 请求"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgstr "API 令牌(可用于以编程方式访问 API)"
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr "API 令牌(可用于以编程方式访问 API)"
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
@ -366,12 +370,18 @@ msgid "Affected model:"
|
||||
msgstr "受影响的模型:"
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr "注意"
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr "注意"
|
||||
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr "用于签名 JWT 令牌的算法。"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr "允许 IDP 发起的登录"
|
||||
@ -422,10 +432,18 @@ msgstr ""
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr "或者,如果您当前的设备已安装 Duo,请点击此链接:"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr "始终需要征得同意授权"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr "设置示例如下所示:"
|
||||
@ -434,6 +452,12 @@ msgstr "设置示例如下所示:"
|
||||
msgid "Any HTML can be used."
|
||||
msgstr "可以使用任何 HTML。"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -444,8 +468,16 @@ msgid "App password"
|
||||
msgstr "应用密码"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
msgstr "应用密码(可用于使用流程执行器登录)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr "应用密码(可用于使用流程执行器登录)"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
#: src/admin/providers/ProviderListPage.ts
|
||||
@ -783,6 +815,10 @@ msgstr "基本身份验证"
|
||||
msgid "Bearer Token"
|
||||
msgstr "Bearer 令牌"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr "Bind CN"
|
||||
@ -871,12 +907,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr "验证端点证书所依据的 CA。可以留空,表示不进行验证。"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr "缓存绑定,流程与会话会在内存中执行与缓存。会话过期时执行流程。"
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr "缓存绑定,流程与会话会在内存中执行与缓存。会话过期时执行流程。"
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -887,8 +927,12 @@ msgid "Cached policies"
|
||||
msgstr "缓存策略"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgstr "缓存查询,前哨将所有用户和组保存在内存中,并每 5 分钟刷新一次。"
|
||||
msgid "Cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr "缓存查询,前哨将所有用户和组保存在内存中,并每 5 分钟刷新一次。"
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
@ -1161,6 +1205,7 @@ msgstr "客户端类型"
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr "关闭"
|
||||
|
||||
@ -1234,8 +1279,12 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr "配置如何创建 NameID 值。如果留空,将遵守传入请求的 NameIDPolicy。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgstr "配置流程执行器应如何处理对质询的无效响应。"
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr "配置流程执行器应如何处理对质询的无效响应。"
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
@ -1657,8 +1706,8 @@ msgstr "自定义"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr "DSA-SHA1"
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr "DSA-SHA1"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1876,15 +1925,23 @@ msgid "Digits"
|
||||
msgstr "数字"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgstr "直接绑定,总是执行配置的绑定流程,以验证用户的身份。"
|
||||
msgid "Direct binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr "直接绑定,总是执行配置的绑定流程,以验证用户的身份。"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr "直接查询,总是执行配置的绑定流程,以验证用户的身份。"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr "直接查询,总是返回最新数据,但比缓存查询慢。"
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr "直接查询,总是返回最新数据,但比缓存查询慢。"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1955,8 +2012,12 @@ msgid "Download signing certificate"
|
||||
msgstr "下载签名证书"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgstr "由于协议限制,只在前哨有单个提供程序时才使用此证书。"
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr "由于协议限制,只在前哨有单个提供程序时才使用此证书。"
|
||||
|
||||
#~ msgid "Dummy"
|
||||
#~ msgstr "占位"
|
||||
@ -2001,8 +2062,12 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr "事件从数据库中删除的时间,超过这个时间就会被删除。"
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgstr "根据应用程序 Slug,每个提供程序都有不同的颁发者。"
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr "根据应用程序 Slug,每个提供程序都有不同的颁发者。"
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
@ -2110,8 +2175,8 @@ msgstr "启用 StartTLS"
|
||||
#~ msgstr "启用 TOTP"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr "启用兼容模式,增强与移动设备上密码管理器的兼容性。"
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr "启用兼容模式,增强与移动设备上密码管理器的兼容性。"
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2481,6 +2546,10 @@ msgstr "流程执行"
|
||||
msgid "Flow inspector"
|
||||
msgstr "流程检视器"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3014,6 +3083,10 @@ msgstr "对于不访问 userinfo 端点的应用程序,将来自作用域的
|
||||
msgid "Include claims in id_token"
|
||||
msgstr "在 id_token 中包含声明"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3062,8 +3135,12 @@ msgstr ""
|
||||
"及其尝试登录的用户名的分数。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
msgstr "无效响应操作"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr "无效响应操作"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Invalidation"
|
||||
@ -3305,82 +3382,29 @@ msgstr "加载服务器"
|
||||
msgid "Loading"
|
||||
msgstr "正在加载"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr "正在加载……"
|
||||
@ -3465,12 +3489,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr "authentik 在后台执行的长时间运行的操作。"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -3948,7 +3972,6 @@ msgstr "尚未同步。"
|
||||
msgid "Not used by any other object."
|
||||
msgstr "不被任何其他对象使用。"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4467,8 +4490,16 @@ msgid "Post binding"
|
||||
msgstr "Post 绑定"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
msgstr "Post 绑定(自动提交)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr "Post 绑定(自动提交)"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
msgid "Powered by authentik"
|
||||
@ -4630,16 +4661,16 @@ msgstr "快速操作"
|
||||
#~ msgstr "RESTART 从头开始重新启动流程,同时保留流程上下文。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr "RESTART 从头开始重新启动流程。"
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr "RESTART 从头开始重新启动流程。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr "RETRY 向执行器返回错误消息和类似的质询。"
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr "RETRY 向执行器返回错误消息和类似的质询。"
|
||||
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
#~ msgstr "RS256(非对称加密)"
|
||||
@ -4649,23 +4680,23 @@ msgstr "RETRY 向执行器返回错误消息和类似的质询。"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr "RSA-SHA1"
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr "RSA-SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr "RSA-SHA256"
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr "RSA-SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr "RSA-SHA384"
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr "RSA-SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr "RSA-SHA512"
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr "RSA-SHA512"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4819,6 +4850,10 @@ msgstr "信誉分数"
|
||||
msgid "Request"
|
||||
msgstr "请求"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr "请求被拒绝。"
|
||||
@ -4866,6 +4901,14 @@ msgstr "常驻钥匙要求"
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr "资源"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -4884,8 +4927,8 @@ msgstr "重试身份验证"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr "返回"
|
||||
#~ msgid "Return"
|
||||
#~ msgstr "返回"
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -4900,6 +4943,10 @@ msgstr "返回设备选择器"
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr "如果请求 IP/目标用户名的分数低于特定阈值则返回真。 "
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr "已吊销?"
|
||||
@ -4940,29 +4987,37 @@ msgstr "SAML 详情"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr "SHA1"
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr "SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr "SHA256"
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr "SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr "SHA384"
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr "SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr "SHA512"
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr "SHA512"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr "SLO URL"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr "短信"
|
||||
@ -5115,7 +5170,7 @@ msgstr "选择注册流程"
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr "选择身份识别方法。"
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr "选择一个对象。"
|
||||
|
||||
@ -5382,9 +5437,7 @@ msgstr ""
|
||||
msgid "Slug"
|
||||
msgstr "Slug"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr "发生了某些错误!请稍后重试。"
|
||||
|
||||
@ -5398,6 +5451,10 @@ msgstr "源已链接"
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr "源名称"
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Source {0}"
|
||||
#~ msgstr "源 {0}"
|
||||
|
||||
@ -6132,6 +6189,10 @@ msgstr "以下对象使用 {objName}"
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
#~ "doesn't pass when either or both of the selected options are equal or less than the\n"
|
||||
@ -6249,6 +6310,10 @@ msgstr ""
|
||||
msgid "Threshold"
|
||||
msgstr "阈值"
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr "发出令牌的有效时间(单位为分钟)。"
|
||||
@ -6534,6 +6599,39 @@ msgstr "引用令牌的唯一标识符。"
|
||||
msgid "Unknown"
|
||||
msgstr "未知"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr "未托管"
|
||||
|
||||
@ -6794,6 +6892,14 @@ msgstr "与 nginx 的 auth_request 或 traefik 的 ForwardAuth 一起使用此
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr "所有未设置专用租户的域名都将使用此租户。"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7261,8 +7367,20 @@ msgstr "使用代理或 Forward Auth(单应用)模式时,将根据正则
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
msgstr "哎呦!"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr "哎呦!"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Windows"
|
||||
|
@ -123,21 +123,21 @@ msgstr "ACS URL"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr "ALL,所有策略必须匹配才能授予访问权限。"
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr "ALL,所有策略必须匹配才能授予访问权限。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr "ALL,所有策略必须匹配才能包含此阶段访问权限。"
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr "ALL,所有策略必须匹配才能包含此阶段访问权限。"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr "ANY,任何策略都必须匹配才能授予访问权限。"
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr "ANY,任何策略都必须匹配才能授予访问权限。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr "ANY,任何策略都必须匹配才能包含此阶段访问权限。"
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr "ANY,任何策略都必须匹配才能包含此阶段访问权限。"
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -164,8 +164,12 @@ msgid "API Requests"
|
||||
msgstr "API 请求"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgstr "API 令牌(可用于以编程方式访问 API)"
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr "API 令牌(可用于以编程方式访问 API)"
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
@ -366,12 +370,18 @@ msgid "Affected model:"
|
||||
msgstr "受影响的模型:"
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr "注意"
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr "注意"
|
||||
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr "用于对JWT令牌进行签名的算法。"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr "允许 IDP 发起的登入"
|
||||
@ -422,10 +432,18 @@ msgstr ""
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr "或者,如果您当前的设备已安装 Duo,请单击此链接:"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr "始终需要征得同意"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr "设置示例如下所示:"
|
||||
@ -434,6 +452,12 @@ msgstr "设置示例如下所示:"
|
||||
msgid "Any HTML can be used."
|
||||
msgstr "任何HTML都可以使用。"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -444,8 +468,16 @@ msgid "App password"
|
||||
msgstr "应用密码"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
msgstr "应用程序密码(可用于使用流程执行器登录)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr "应用程序密码(可用于使用流程执行器登录)"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
#: src/admin/providers/ProviderListPage.ts
|
||||
@ -783,6 +815,10 @@ msgstr "基本身份验证"
|
||||
msgid "Bearer Token"
|
||||
msgstr "不记名令牌"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr "Bind CN"
|
||||
@ -871,12 +907,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr "验证终端节点证书所依据的 CA。可以留空以表示不进行验证。"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr ""
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -887,8 +927,12 @@ msgid "Cached policies"
|
||||
msgstr "缓存策略"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgstr "缓存查询,前哨将所有用户和组保存在内存中,并将每5分钟刷新一次。"
|
||||
msgid "Cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr "缓存查询,前哨将所有用户和组保存在内存中,并将每5分钟刷新一次。"
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
@ -1161,6 +1205,7 @@ msgstr "客户机类型"
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr "关闭"
|
||||
|
||||
@ -1234,8 +1279,12 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr "配置如何创建 NameID 值。如果留空,将遵守传入请求的 NameIdPolicy。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgstr "配置流程执行器应如何处理对质询的无效响应。"
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr "配置流程执行器应如何处理对质询的无效响应。"
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
@ -1657,8 +1706,8 @@ msgstr "定制"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr "DSA-SHA1"
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr "DSA-SHA1"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1876,15 +1925,23 @@ msgid "Digits"
|
||||
msgstr "数字"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgid "Direct binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr "直接查询,总是返回最新数据,但比缓存查询慢。"
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr "直接查询,总是返回最新数据,但比缓存查询慢。"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1955,8 +2012,12 @@ msgid "Download signing certificate"
|
||||
msgstr "下载签名证书"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgstr "由于协议限制,只有在 Outpost 有单个提供者时才使用此证书。"
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr "由于协议限制,只有在 Outpost 有单个提供者时才使用此证书。"
|
||||
|
||||
#~ msgid "Dummy"
|
||||
#~ msgstr "占位"
|
||||
@ -2001,8 +2062,12 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr "事件将从数据库中删除的持续时间。"
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgstr "根据应用程序 slug,每个提供商都有不同的颁发者。"
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr "根据应用程序 slug,每个提供商都有不同的颁发者。"
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
@ -2110,8 +2175,8 @@ msgstr "启用 StartTLS"
|
||||
#~ msgstr "启用 TOTP"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr "启用兼容模式,增加与移动设备上密码管理器的兼容性。"
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr "启用兼容模式,增加与移动设备上密码管理器的兼容性。"
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2481,6 +2546,10 @@ msgstr "流程执行"
|
||||
msgid "Flow inspector"
|
||||
msgstr "流程检查器"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3014,6 +3083,10 @@ msgstr "对于不访问userinfo端点的应用程序,将来自作用域的用
|
||||
msgid "Include claims in id_token"
|
||||
msgstr "在 id_token 中包含声明"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3062,8 +3135,12 @@ msgstr ""
|
||||
"他们试图以一个身份登入的用户名。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
msgstr "响应操作无效"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr "响应操作无效"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Invalidation"
|
||||
@ -3305,82 +3382,29 @@ msgstr "加载服务器"
|
||||
msgid "Loading"
|
||||
msgstr "正在加载"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr "载入中……"
|
||||
@ -3465,12 +3489,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr "authentik 在后台执行的长时间运行的操作。"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -3948,7 +3972,6 @@ msgstr "尚未同步。"
|
||||
msgid "Not used by any other object."
|
||||
msgstr "不被任何其他对象使用。"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4467,8 +4490,16 @@ msgid "Post binding"
|
||||
msgstr "Post binding"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
msgstr "Post binding(自动提交)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr "Post binding(自动提交)"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
msgid "Powered by authentik"
|
||||
@ -4630,16 +4661,16 @@ msgstr "快速行动"
|
||||
#~ msgstr "RESTART 从头开始重新启动流程,同时保留流程上下文。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr "RESTART 从头开始重新启动流程。"
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr "RESTART 从头开始重新启动流程。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr "RETRY 向执行器返回错误消息和类似的质询。"
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr "RETRY 向执行器返回错误消息和类似的质询。"
|
||||
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
#~ msgstr "RS256(非对称加密)"
|
||||
@ -4649,23 +4680,23 @@ msgstr "RETRY 向执行器返回错误消息和类似的质询。"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr "RSA-SHA1"
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr "RSA-SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr "RSA-SHA256"
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr "RSA-SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr "RSA-SHA384"
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr "RSA-SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr "RSA-SHA512"
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr "RSA-SHA512"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4819,6 +4850,10 @@ msgstr "声誉得分"
|
||||
msgid "Request"
|
||||
msgstr "请求"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr "请求被拒绝。"
|
||||
@ -4866,6 +4901,14 @@ msgstr "常驻钥匙要求"
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr "资源"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -4884,8 +4927,8 @@ msgstr "重试身份验证"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr "返回"
|
||||
#~ msgid "Return"
|
||||
#~ msgstr "返回"
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -4900,6 +4943,10 @@ msgstr "返回设备选择器"
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr "如果请求 IP/目标用户名的分数低于特定阈值则返回真。 "
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr "已吊销?"
|
||||
@ -4940,29 +4987,37 @@ msgstr "SAML 详情"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr "SHA1"
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr "SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr "SHA256"
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr "SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr "SHA384"
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr "SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr "SHA512"
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr "SHA512"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr "SLO URL"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr "短信"
|
||||
@ -5115,7 +5170,7 @@ msgstr "选择注册流程"
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr "选择一种识别方法。"
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr "选择一个对象。"
|
||||
|
||||
@ -5382,9 +5437,7 @@ msgstr ""
|
||||
msgid "Slug"
|
||||
msgstr "Slug"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr "发生错误,请稍后重试。"
|
||||
|
||||
@ -5398,6 +5451,10 @@ msgstr "源链接"
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr "源名称"
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Source {0}"
|
||||
#~ msgstr "源 {0}"
|
||||
|
||||
@ -6132,6 +6189,10 @@ msgstr "以下对象使用 {objName}"
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
#~ "doesn't pass when either or both of the selected options are equal or less than the\n"
|
||||
@ -6249,6 +6310,10 @@ msgstr ""
|
||||
msgid "Threshold"
|
||||
msgstr "阈值"
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr "发送的令牌的有效时间(以分钟为单位)。"
|
||||
@ -6534,6 +6599,39 @@ msgstr "引用令牌的唯一标识符。"
|
||||
msgid "Unknown"
|
||||
msgstr "未知"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr "非托管"
|
||||
|
||||
@ -6794,6 +6892,14 @@ msgstr "将此提供程序与 nginx 的 auth_request 或 traefik 的 ForwardAuth
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr "对于没有专用租户的每个域,请使用此租户。"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7261,8 +7367,20 @@ msgstr "使用代理或转发身份验证(单个应用程序)模式时,将
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
msgstr "噢!"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr "噢!"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Windows"
|
||||
|
@ -123,21 +123,21 @@ msgstr "ACS URL"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ALL, all policies must match to grant access."
|
||||
msgstr "ALL,所有策略必须匹配才能授予访问权限。"
|
||||
#~ msgid "ALL, all policies must match to grant access."
|
||||
#~ msgstr "ALL,所有策略必须匹配才能授予访问权限。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ALL, all policies must match to include this stage access."
|
||||
msgstr "ALL,所有策略必须匹配才能包含此阶段访问权限。"
|
||||
#~ msgid "ALL, all policies must match to include this stage access."
|
||||
#~ msgstr "ALL,所有策略必须匹配才能包含此阶段访问权限。"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "ANY, any policy must match to grant access."
|
||||
msgstr "ANY,任何策略都必须匹配才能授予访问权限。"
|
||||
#~ msgid "ANY, any policy must match to grant access."
|
||||
#~ msgstr "ANY,任何策略都必须匹配才能授予访问权限。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "ANY, any policy must match to include this stage access."
|
||||
msgstr "ANY,任何策略都必须匹配才能包含此阶段访问权限。"
|
||||
#~ msgid "ANY, any policy must match to include this stage access."
|
||||
#~ msgstr "ANY,任何策略都必须匹配才能包含此阶段访问权限。"
|
||||
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthApplicationWizardPage.ts
|
||||
msgid "API"
|
||||
@ -164,8 +164,12 @@ msgid "API Requests"
|
||||
msgstr "API 请求"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "API Token (can be used to access the API programmatically)"
|
||||
msgstr "API 令牌(可用于以编程方式访问 API)"
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#~ msgid "API Token (can be used to access the API programmatically)"
|
||||
#~ msgstr "API 令牌(可用于以编程方式访问 API)"
|
||||
|
||||
#: src/admin/stages/captcha/CaptchaStageForm.ts
|
||||
msgid "API URL"
|
||||
@ -366,12 +370,18 @@ msgid "Affected model:"
|
||||
msgstr "受影响的模型:"
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
msgid "Alert"
|
||||
msgstr "注意"
|
||||
#~ msgid "Alert"
|
||||
#~ msgstr "注意"
|
||||
|
||||
#~ msgid "Algorithm used to sign the JWT Tokens."
|
||||
#~ msgstr "用于对JWT令牌进行签名的算法。"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "All policies must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Allow IDP-initiated logins"
|
||||
msgstr "允许 IDP 发起的登入"
|
||||
@ -422,10 +432,18 @@ msgstr ""
|
||||
msgid "Alternatively, if your current device has Duo installed, click on this link:"
|
||||
msgstr "或者,如果您当前的设备已安装 Duo,请单击此链接:"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always execute the configured bind flow to authenticate the user"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/consent/ConsentStageForm.ts
|
||||
msgid "Always require consent"
|
||||
msgstr "始终需要征得同意"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Always returns the latest data, but slower than cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
msgid "An example setup can look like this:"
|
||||
msgstr "设置示例如下所示:"
|
||||
@ -434,6 +452,12 @@ msgstr "设置示例如下所示:"
|
||||
msgid "Any HTML can be used."
|
||||
msgstr "任何HTML都可以使用。"
|
||||
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Any policy must match to grant access"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
msgid "App"
|
||||
@ -444,8 +468,16 @@ msgid "App password"
|
||||
msgstr "应用密码"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password (can be used to login using a flow executor)"
|
||||
msgstr "应用程序密码(可用于使用流程执行器登录)"
|
||||
#~ msgid "App password (can be used to login using a flow executor)"
|
||||
#~ msgstr "应用程序密码(可用于使用流程执行器登录)"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "App password."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Appearance settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/TopApplicationsTable.ts
|
||||
#: src/admin/providers/ProviderListPage.ts
|
||||
@ -783,6 +815,10 @@ msgstr "基本身份验证"
|
||||
msgid "Bearer Token"
|
||||
msgstr "不记名令牌"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Behavior settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
msgid "Bind CN"
|
||||
msgstr "Bind CN"
|
||||
@ -871,12 +907,16 @@ msgid "CA which the endpoint's Certificate is verified against. Can be left empt
|
||||
msgstr "验证终端节点证书所依据的 CA。可以留空以表示不进行验证。"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgid "CONTINUE will either follow the ?next parameter or redirect to the default interface."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
msgstr ""
|
||||
#~ msgid "Cached binding, flow is executed and session is cached in memory. Flow is executed when session expires."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/admin-overview/charts/FlowStatusChart.ts
|
||||
msgid "Cached flows"
|
||||
@ -887,8 +927,12 @@ msgid "Cached policies"
|
||||
msgstr "缓存策略"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
msgstr "缓存查询,前哨将所有用户和组保存在内存中,并将每5分钟刷新一次。"
|
||||
msgid "Cached querying"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Cached querying, the outpost holds all users and groups in-memory and will refresh every 5 Minutes."
|
||||
#~ msgstr "缓存查询,前哨将所有用户和组保存在内存中,并将每5分钟刷新一次。"
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Caddy (Standalone)"
|
||||
@ -1161,6 +1205,7 @@ msgstr "客户机类型"
|
||||
#: src/admin/users/UserListPage.ts
|
||||
#: src/elements/notifications/NotificationDrawer.ts
|
||||
#: src/elements/wizard/Wizard.ts
|
||||
#: src/flow/FlowInspector.ts
|
||||
msgid "Close"
|
||||
msgstr "关闭"
|
||||
|
||||
@ -1234,8 +1279,12 @@ msgid "Configure how the NameID value will be created. When left empty, the Name
|
||||
msgstr "配置如何创建 NameID 值。如果留空,将遵守传入请求的 NameIdPolicy。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
msgstr "配置流程执行器应如何处理对质询的无效响应。"
|
||||
msgid "Configure how the flow executor should handle an invalid response to a challenge given by this bound stage."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#~ msgid "Configure how the flow executor should handle an invalid response to a challenge."
|
||||
#~ msgstr "配置流程执行器应如何处理对质询的无效响应。"
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Configure how the issuer field of the ID Token should be filled."
|
||||
@ -1657,8 +1706,8 @@ msgstr "定制"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "DSA-SHA1"
|
||||
msgstr "DSA-SHA1"
|
||||
#~ msgid "DSA-SHA1"
|
||||
#~ msgstr "DSA-SHA1"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Dashboards"
|
||||
@ -1876,15 +1925,23 @@ msgid "Digits"
|
||||
msgstr "数字"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
msgid "Direct binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Direct binding, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
msgstr "直接查询,总是返回最新数据,但比缓存查询慢。"
|
||||
#~ msgid "Direct querying, always returns the latest data, but slower than cached querying."
|
||||
#~ msgstr "直接查询,总是返回最新数据,但比缓存查询慢。"
|
||||
|
||||
#: src/admin/AdminInterface.ts
|
||||
msgid "Directory"
|
||||
@ -1955,8 +2012,12 @@ msgid "Download signing certificate"
|
||||
msgstr "下载签名证书"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
msgstr "由于协议限制,只有在 Outpost 有单个提供者时才使用此证书。"
|
||||
msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider, or all providers use the same certificate."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#~ msgid "Due to protocol limitations, this certificate is only used when the outpost has a single provider."
|
||||
#~ msgstr "由于协议限制,只有在 Outpost 有单个提供者时才使用此证书。"
|
||||
|
||||
#~ msgid "Dummy"
|
||||
#~ msgstr "占位"
|
||||
@ -2001,8 +2062,12 @@ msgid "Duration after which events will be deleted from the database."
|
||||
msgstr "事件将从数据库中删除的持续时间。"
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Each provider has a different issuer, based on the application slug."
|
||||
msgstr "根据应用程序 slug,每个提供商都有不同的颁发者。"
|
||||
msgid "Each provider has a different issuer, based on the application slug"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Each provider has a different issuer, based on the application slug."
|
||||
#~ msgstr "根据应用程序 slug,每个提供商都有不同的颁发者。"
|
||||
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
#: src/admin/applications/ApplicationViewPage.ts
|
||||
@ -2110,8 +2175,8 @@ msgstr "启用 StartTLS"
|
||||
#~ msgstr "启用 TOTP"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
msgstr "启用兼容模式,增加与移动设备上密码管理器的兼容性。"
|
||||
#~ msgid "Enable compatibility mode, increases compatibility with password managers on mobile devices."
|
||||
#~ msgstr "启用兼容模式,增加与移动设备上密码管理器的兼容性。"
|
||||
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/admin/blueprints/BlueprintListPage.ts
|
||||
@ -2481,6 +2546,10 @@ msgstr "流程执行"
|
||||
msgid "Flow inspector"
|
||||
msgstr "流程检查器"
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "Flow is executed and session is cached in memory. Flow is executed when session expires"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
@ -3014,6 +3083,10 @@ msgstr "对于不访问userinfo端点的应用程序,将来自作用域的用
|
||||
msgid "Include claims in id_token"
|
||||
msgstr "在 id_token 中包含声明"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Increases compatibility with password managers and mobile devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Integration"
|
||||
@ -3062,8 +3135,12 @@ msgstr ""
|
||||
"他们试图以一个身份登入的用户名。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response action"
|
||||
msgstr "响应操作无效"
|
||||
#~ msgid "Invalid response action"
|
||||
#~ msgstr "响应操作无效"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Invalid response behavior"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Invalidation"
|
||||
@ -3305,82 +3382,29 @@ msgstr "加载服务器"
|
||||
msgid "Loading"
|
||||
msgstr "正在加载"
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/applications/ApplicationForm.ts
|
||||
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
|
||||
#: src/admin/blueprints/BlueprintForm.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Loading options..."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/RuleForm.ts
|
||||
#: src/admin/events/TransportForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/groups/GroupForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/outposts/ServiceConnectionDockerForm.ts
|
||||
#: src/admin/policies/PolicyBindingForm.ts
|
||||
#: src/admin/policies/PolicyTestForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/providers/saml/SAMLProviderImportForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/ldap/LDAPSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/plex/PlexSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/stages/authenticator_duo/AuthenticatorDuoStageForm.ts
|
||||
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/admin/stages/authenticator_static/AuthenticatorStaticStageForm.ts
|
||||
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
|
||||
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
|
||||
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
#: src/admin/stages/invitation/InvitationForm.ts
|
||||
#: src/admin/stages/invitation/InvitationListLink.ts
|
||||
#: src/admin/stages/password/PasswordStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/stages/prompt/PromptStageForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tenants/TenantForm.ts
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
#: src/admin/users/UserForm.ts
|
||||
#: src/admin/users/UserResetEmailForm.ts
|
||||
#: src/elements/Spinner.ts
|
||||
msgid "Loading..."
|
||||
msgstr "载入中……"
|
||||
@ -3465,12 +3489,12 @@ msgid "Long-running operations which authentik executes in the background."
|
||||
msgstr "authentik 在后台执行的长时间运行的操作。"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE will notify the user the flow isn't applicable."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
msgstr ""
|
||||
#~ msgid "MESSAGE_CONTINUE will follow the ?next parameter if set, otherwise show a message."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/users/UserViewPage.ts
|
||||
msgid "MFA Authenticators"
|
||||
@ -3948,7 +3972,6 @@ msgstr "尚未同步。"
|
||||
msgid "Not used by any other object."
|
||||
msgstr "不被任何其他对象使用。"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
|
||||
#: src/flow/stages/authenticator_sms/AuthenticatorSMSStage.ts
|
||||
@ -4467,8 +4490,16 @@ msgid "Post binding"
|
||||
msgstr "Post binding"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding (auto-submit)"
|
||||
msgstr "Post binding(自动提交)"
|
||||
#~ msgid "Post binding (auto-submit)"
|
||||
#~ msgstr "Post binding(自动提交)"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post binding but the request is automatically sent and the user doesn't have to confirm."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Post-auto binding"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
msgid "Powered by authentik"
|
||||
@ -4630,16 +4661,16 @@ msgstr "快速行动"
|
||||
#~ msgstr "RESTART 从头开始重新启动流程,同时保留流程上下文。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART restarts the flow from the beginning."
|
||||
msgstr "RESTART 从头开始重新启动流程。"
|
||||
#~ msgid "RESTART restarts the flow from the beginning."
|
||||
#~ msgstr "RESTART 从头开始重新启动流程。"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
msgstr ""
|
||||
#~ msgid "RESTART_WITH_CONTEXT restarts the flow from the beginning, while keeping the flow context."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
msgstr "RETRY 向执行器返回错误消息和类似的质询。"
|
||||
#~ msgid "RETRY returns the error message and a similar challenge to the executor."
|
||||
#~ msgstr "RETRY 向执行器返回错误消息和类似的质询。"
|
||||
|
||||
#~ msgid "RS256 (Asymmetric Encryption)"
|
||||
#~ msgstr "RS256(非对称加密)"
|
||||
@ -4649,23 +4680,23 @@ msgstr "RETRY 向执行器返回错误消息和类似的质询。"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA1"
|
||||
msgstr "RSA-SHA1"
|
||||
#~ msgid "RSA-SHA1"
|
||||
#~ msgstr "RSA-SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA256"
|
||||
msgstr "RSA-SHA256"
|
||||
#~ msgid "RSA-SHA256"
|
||||
#~ msgstr "RSA-SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA384"
|
||||
msgstr "RSA-SHA384"
|
||||
#~ msgid "RSA-SHA384"
|
||||
#~ msgstr "RSA-SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "RSA-SHA512"
|
||||
msgstr "RSA-SHA512"
|
||||
#~ msgid "RSA-SHA512"
|
||||
#~ msgstr "RSA-SHA512"
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceForm.ts
|
||||
msgid "Raw JWKS data."
|
||||
@ -4819,6 +4850,10 @@ msgstr "声誉得分"
|
||||
msgid "Request"
|
||||
msgstr "请求"
|
||||
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
msgid "Request ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/access_denied/AccessDeniedStage.ts
|
||||
msgid "Request has been denied."
|
||||
msgstr "请求被拒绝。"
|
||||
@ -4866,6 +4901,14 @@ msgstr "常驻钥匙要求"
|
||||
#~ msgid "Resources"
|
||||
#~ msgstr "资源"
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Restarts the flow from the beginning, while keeping the flow context"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/property-mappings/PropertyMappingTestForm.ts
|
||||
msgid "Result"
|
||||
@ -4884,8 +4927,8 @@ msgstr "重试身份验证"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Return"
|
||||
msgstr "返回"
|
||||
#~ msgid "Return"
|
||||
#~ msgstr "返回"
|
||||
|
||||
#: src/elements/router/Router404.ts
|
||||
msgid "Return home"
|
||||
@ -4900,6 +4943,10 @@ msgstr "返回设备选择器"
|
||||
#~ msgid "Return true if request IP/target username's score is below a certain threshold."
|
||||
#~ msgstr "如果请求 IP/目标用户名的分数低于特定阈值则返回真。 "
|
||||
|
||||
#: src/admin/flows/StageBindingForm.ts
|
||||
msgid "Returns the error message and a similar challenge to the executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/elements/oauth/UserRefreshList.ts
|
||||
msgid "Revoked?"
|
||||
msgstr "已吊销?"
|
||||
@ -4940,29 +4987,37 @@ msgstr "SAML 详情"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA1"
|
||||
msgstr "SHA1"
|
||||
#~ msgid "SHA1"
|
||||
#~ msgstr "SHA1"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA256"
|
||||
msgstr "SHA256"
|
||||
#~ msgid "SHA256"
|
||||
#~ msgstr "SHA256"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA384"
|
||||
msgstr "SHA384"
|
||||
#~ msgid "SHA384"
|
||||
#~ msgstr "SHA384"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "SHA512"
|
||||
msgstr "SHA512"
|
||||
#~ msgid "SHA512"
|
||||
#~ msgstr "SHA512"
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
#: src/admin/sources/saml/SAMLSourceViewPage.ts
|
||||
msgid "SLO URL"
|
||||
msgstr "SLO URL"
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Post)"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/saml/SAMLProviderViewPage.ts
|
||||
msgid "SLO URL (Redirect)"
|
||||
msgstr ""
|
||||
|
||||
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "SMS"
|
||||
msgstr "短信"
|
||||
@ -5115,7 +5170,7 @@ msgstr "选择注册流程"
|
||||
#~ msgid "Select an identification method."
|
||||
#~ msgstr "选择一种识别方法。"
|
||||
|
||||
#: src/elements/SearchSelect.ts
|
||||
#: src/elements/forms/SearchSelect.ts
|
||||
msgid "Select an object."
|
||||
msgstr "选择一个对象。"
|
||||
|
||||
@ -5382,9 +5437,7 @@ msgstr ""
|
||||
msgid "Slug"
|
||||
msgstr "Slug"
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/flow/stages/FlowErrorStage.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Something went wrong! Please try again later."
|
||||
msgstr "发生错误,请稍后重试。"
|
||||
|
||||
@ -5398,6 +5451,10 @@ msgstr "源链接"
|
||||
#~ msgid "Source name"
|
||||
#~ msgstr "源名称"
|
||||
|
||||
#: src/admin/stages/identification/IdentificationStageForm.ts
|
||||
msgid "Source settings"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Source {0}"
|
||||
#~ msgstr "源 {0}"
|
||||
|
||||
@ -6132,6 +6189,10 @@ msgstr "以下对象使用 {objName}"
|
||||
msgid "The new application wizard greatly simplifies the steps required to create applications and providers."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/ldap/LDAPProviderForm.ts
|
||||
msgid "The outpost holds all users and groups in-memory and will refresh every 5 Minutes"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The policy passes when the reputation score is above the threshold, and\n"
|
||||
#~ "doesn't pass when either or both of the selected options are equal or less than the\n"
|
||||
@ -6249,6 +6310,10 @@ msgstr ""
|
||||
msgid "Threshold"
|
||||
msgstr "阈值"
|
||||
|
||||
#: src/admin/stages/dummy/DummyStageForm.ts
|
||||
msgid "Throw error?"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/stages/email/EmailStageForm.ts
|
||||
msgid "Time in minutes the token sent is valid."
|
||||
msgstr "发送的令牌的有效时间(以分钟为单位)。"
|
||||
@ -6534,6 +6599,39 @@ msgstr "引用令牌的唯一标识符。"
|
||||
msgid "Unknown"
|
||||
msgstr "未知"
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown designation"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenListPage.ts
|
||||
msgid "Unknown intent"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/utils.ts
|
||||
msgid "Unknown layout"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostForm.ts
|
||||
msgid "Unknown outpost type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/OAuthSourceViewPage.ts
|
||||
msgid "Unknown provider type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/proxy/ProxyProviderForm.ts
|
||||
#: src/admin/providers/proxy/ProxyProviderViewPage.ts
|
||||
msgid "Unknown proxy mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/outposts/OutpostListPage.ts
|
||||
msgid "Unknown type"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/oauth/utils.ts
|
||||
msgid "Unknown user matching mode"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Unmanaged"
|
||||
#~ msgstr "非托管"
|
||||
|
||||
@ -6794,6 +6892,14 @@ msgstr "将此提供程序与 nginx 的 auth_request 或 traefik 的 ForwardAuth
|
||||
msgid "Use this tenant for each domain that doesn't have a dedicated tenant."
|
||||
msgstr "对于没有专用租户的每个域,请使用此租户。"
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to access the API programmatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/tokens/TokenForm.ts
|
||||
msgid "Used to login using a flow executor"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/applications/ApplicationCheckAccessForm.ts
|
||||
#: src/admin/events/EventInfo.ts
|
||||
#: src/admin/events/EventListPage.ts
|
||||
@ -7261,8 +7367,20 @@ msgstr "使用代理或转发身份验证(单个应用程序)模式时,将
|
||||
|
||||
#: src/flow/FlowExecutor.ts
|
||||
#: src/user/user-settings/details/UserSettingsFlowExecutor.ts
|
||||
msgid "Whoops!"
|
||||
msgstr "噢!"
|
||||
#~ msgid "Whoops!"
|
||||
#~ msgstr "噢!"
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will either follow the ?next parameter or redirect to the default interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will follow the ?next parameter if set, otherwise show a message"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/flows/FlowForm.ts
|
||||
msgid "Will notify the user the flow isn't applicable"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/sources/saml/SAMLSourceForm.ts
|
||||
msgid "Windows"
|
||||
|
Reference in New Issue
Block a user