web/admin: show stage binding form when creating stage in bound list

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-12-25 15:09:22 +01:00
parent f5738804ff
commit dbaf03430e
No known key found for this signature in database
16 changed files with 834 additions and 152 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-21 18:14+0000\n" "POT-Creation-Date: 2022-12-25 14:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -35,11 +35,11 @@ msgstr ""
msgid "Managed by authentik" msgid "Managed by authentik"
msgstr "" msgstr ""
#: authentik/blueprints/models.py:156 #: authentik/blueprints/models.py:155
msgid "Blueprint Instance" msgid "Blueprint Instance"
msgstr "" msgstr ""
#: authentik/blueprints/models.py:157 #: authentik/blueprints/models.py:156
msgid "Blueprint Instances" msgid "Blueprint Instances"
msgstr "" msgstr ""
@ -81,7 +81,7 @@ msgstr ""
msgid "User's display name." msgid "User's display name."
msgstr "" msgstr ""
#: authentik/core/models.py:263 authentik/providers/oauth2/models.py:331 #: authentik/core/models.py:263 authentik/providers/oauth2/models.py:333
msgid "User" msgid "User"
msgstr "" msgstr ""
@ -732,193 +732,193 @@ msgstr ""
msgid "LDAP Providers" msgid "LDAP Providers"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:43 #: authentik/providers/oauth2/models.py:45
msgid "Confidential" msgid "Confidential"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:44 #: authentik/providers/oauth2/models.py:46
msgid "Public" msgid "Public"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:66 #: authentik/providers/oauth2/models.py:68
msgid "Based on the Hashed User ID" msgid "Based on the Hashed User ID"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:67 #: authentik/providers/oauth2/models.py:69
msgid "Based on the username" msgid "Based on the username"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:70 #: authentik/providers/oauth2/models.py:72
msgid "Based on the User's Email. This is recommended over the UPN method." msgid "Based on the User's Email. This is recommended over the UPN method."
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:86 #: authentik/providers/oauth2/models.py:88
msgid "Same identifier is used for all providers" msgid "Same identifier is used for all providers"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:88 #: authentik/providers/oauth2/models.py:90
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 "" msgstr ""
#: authentik/providers/oauth2/models.py:95 #: authentik/providers/oauth2/models.py:97
msgid "code (Authorization Code Flow)" msgid "code (Authorization Code Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:96 #: authentik/providers/oauth2/models.py:98
msgid "id_token (Implicit Flow)" msgid "id_token (Implicit Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:97 #: authentik/providers/oauth2/models.py:99
msgid "id_token token (Implicit Flow)" msgid "id_token token (Implicit Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:98 #: authentik/providers/oauth2/models.py:100
msgid "code token (Hybrid Flow)" msgid "code token (Hybrid Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:99 #: authentik/providers/oauth2/models.py:101
msgid "code id_token (Hybrid Flow)" msgid "code id_token (Hybrid Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:100 #: authentik/providers/oauth2/models.py:102
msgid "code id_token token (Hybrid Flow)" msgid "code id_token token (Hybrid Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:106 #: authentik/providers/oauth2/models.py:108
msgid "HS256 (Symmetric Encryption)" msgid "HS256 (Symmetric Encryption)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:107 #: authentik/providers/oauth2/models.py:109
msgid "RS256 (Asymmetric Encryption)" msgid "RS256 (Asymmetric Encryption)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:108 #: authentik/providers/oauth2/models.py:110
msgid "ES256 (Asymmetric Encryption)" msgid "ES256 (Asymmetric Encryption)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:114 #: authentik/providers/oauth2/models.py:116
msgid "Scope used by the client" msgid "Scope used by the client"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:140 #: authentik/providers/oauth2/models.py:142
msgid "Scope Mapping" msgid "Scope Mapping"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:141 #: authentik/providers/oauth2/models.py:143
msgid "Scope Mappings" msgid "Scope Mappings"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:151 #: authentik/providers/oauth2/models.py:153
msgid "Client Type" msgid "Client Type"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:153 #: authentik/providers/oauth2/models.py:155
msgid "" msgid ""
"Confidential clients are capable of maintaining the confidentiality of their " "Confidential clients are capable of maintaining the confidentiality of their "
"credentials. Public clients are incapable" "credentials. Public clients are incapable"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:160 #: authentik/providers/oauth2/models.py:162
msgid "Client ID" msgid "Client ID"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:166 #: authentik/providers/oauth2/models.py:168
msgid "Client Secret" msgid "Client Secret"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:172 #: authentik/providers/oauth2/models.py:174
msgid "Redirect URIs" msgid "Redirect URIs"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:173 #: authentik/providers/oauth2/models.py:175
msgid "Enter each URI on a new line." msgid "Enter each URI on a new line."
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:178 #: authentik/providers/oauth2/models.py:180
msgid "Include claims in id_token" msgid "Include claims in id_token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:226 #: authentik/providers/oauth2/models.py:228
msgid "Signing Key" msgid "Signing Key"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:230 #: authentik/providers/oauth2/models.py:232
msgid "" msgid ""
"Key used to sign the tokens. Only required when JWT Algorithm is set to " "Key used to sign the tokens. Only required when JWT Algorithm is set to "
"RS256." "RS256."
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:237 #: authentik/providers/oauth2/models.py:239
msgid "" msgid ""
"Any JWT signed by the JWK of the selected source can be used to authenticate." "Any JWT signed by the JWK of the selected source can be used to authenticate."
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:323 #: authentik/providers/oauth2/models.py:325
msgid "OAuth2/OpenID Provider" msgid "OAuth2/OpenID Provider"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:324 #: authentik/providers/oauth2/models.py:326
msgid "OAuth2/OpenID Providers" msgid "OAuth2/OpenID Providers"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:333 #: authentik/providers/oauth2/models.py:335
#: authentik/providers/oauth2/models.py:550 #: authentik/providers/oauth2/models.py:552
msgid "Scopes" msgid "Scopes"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:351 #: authentik/providers/oauth2/models.py:353
msgid "Code" msgid "Code"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:352 #: authentik/providers/oauth2/models.py:354
msgid "Nonce" msgid "Nonce"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:353 #: authentik/providers/oauth2/models.py:355
msgid "Is Authentication?" msgid "Is Authentication?"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:354 #: authentik/providers/oauth2/models.py:356
msgid "Code Challenge" msgid "Code Challenge"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:356 #: authentik/providers/oauth2/models.py:358
msgid "Code Challenge Method" msgid "Code Challenge Method"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:376 #: authentik/providers/oauth2/models.py:378
msgid "Authorization Code" msgid "Authorization Code"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:377 #: authentik/providers/oauth2/models.py:379
msgid "Authorization Codes" msgid "Authorization Codes"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:428 #: authentik/providers/oauth2/models.py:430
msgid "Access Token" msgid "Access Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:429 #: authentik/providers/oauth2/models.py:431
msgid "Refresh Token" msgid "Refresh Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:430 #: authentik/providers/oauth2/models.py:432
msgid "ID Token" msgid "ID Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:439 #: authentik/providers/oauth2/models.py:441
msgid "OAuth2 Token" msgid "OAuth2 Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:440 #: authentik/providers/oauth2/models.py:442
msgid "OAuth2 Tokens" msgid "OAuth2 Tokens"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:562 #: authentik/providers/oauth2/models.py:564
msgid "Device Token" msgid "Device Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:563 #: authentik/providers/oauth2/models.py:565
msgid "Device Tokens" msgid "Device Tokens"
msgstr "" msgstr ""
@ -1763,19 +1763,23 @@ msgstr ""
msgid "Invitation Stages" msgid "Invitation Stages"
msgstr "" msgstr ""
#: authentik/stages/invitation/models.py:60 #: authentik/stages/invitation/models.py:63
msgid "When enabled, the invitation will be deleted after usage." msgid "When set, only the configured flow can use this invitation."
msgstr "" msgstr ""
#: authentik/stages/invitation/models.py:67 #: authentik/stages/invitation/models.py:67
msgid "When enabled, the invitation will be deleted after usage."
msgstr ""
#: authentik/stages/invitation/models.py:74
msgid "Optional fixed data to enforce on user enrollment." msgid "Optional fixed data to enforce on user enrollment."
msgstr "" msgstr ""
#: authentik/stages/invitation/models.py:81 #: authentik/stages/invitation/models.py:88
msgid "Invitation" msgid "Invitation"
msgstr "" msgstr ""
#: authentik/stages/invitation/models.py:82 #: authentik/stages/invitation/models.py:89
msgid "Invitations" msgid "Invitations"
msgstr "" msgstr ""
@ -1907,26 +1911,34 @@ msgstr ""
msgid "User Logout Stages" msgid "User Logout Stages"
msgstr "" msgstr ""
#: authentik/stages/user_write/models.py:18 #: authentik/stages/user_write/models.py:28
msgid "When set, newly created users are inactive and cannot login." msgid "When set, newly created users are inactive and cannot login."
msgstr "" msgstr ""
#: authentik/stages/user_write/models.py:26 #: authentik/stages/user_write/models.py:36
msgid "Optionally add newly created users to this group." msgid "Optionally add newly created users to this group."
msgstr "" msgstr ""
#: authentik/stages/user_write/models.py:52 #: authentik/stages/user_write/models.py:62
msgid "User Write Stage" msgid "User Write Stage"
msgstr "" msgstr ""
#: authentik/stages/user_write/models.py:53 #: authentik/stages/user_write/models.py:63
msgid "User Write Stages" msgid "User Write Stages"
msgstr "" msgstr ""
#: authentik/stages/user_write/stage.py:114 #: authentik/stages/user_write/stage.py:117
msgid "No Pending data." msgid "No Pending data."
msgstr "" msgstr ""
#: authentik/stages/user_write/stage.py:123
msgid "No user found and can't create new user."
msgstr ""
#: authentik/stages/user_write/stage.py:150
msgid "Failed to save user"
msgstr ""
#: authentik/tenants/models.py:23 #: authentik/tenants/models.py:23
msgid "" msgid ""
"Domain that activates this tenant. Can be a superset, i.e. `a.b` for `aa.b` " "Domain that activates this tenant. Can be a superset, i.e. `a.b` for `aa.b` "

View file

@ -141,14 +141,18 @@ export class BoundStagesList extends Table<FlowStageBinding> {
renderToolbar(): TemplateResult { renderToolbar(): TemplateResult {
return html` return html`
<ak-stage-wizard
createText=${t`Create & bind Stage`}
?showBindingPage=${true}
bindingTarget=${ifDefined(this.target)}
></ak-stage-wizard>
<ak-forms-modal> <ak-forms-modal>
<span slot="submit"> ${t`Create`} </span> <span slot="submit"> ${t`Create`} </span>
<span slot="header"> ${t`Create Stage binding`} </span> <span slot="header"> ${t`Create Stage binding`} </span>
<ak-stage-binding-form slot="form" targetPk=${ifDefined(this.target)}> <ak-stage-binding-form slot="form" targetPk=${ifDefined(this.target)}>
</ak-stage-binding-form> </ak-stage-binding-form>
<button slot="trigger" class="pf-c-button pf-m-primary">${t`Bind stage`}</button> <button slot="trigger" class="pf-c-button pf-m-primary">${t`Bind existing stage`}</button>
</ak-forms-modal> </ak-forms-modal>
<ak-stage-wizard createText=${t`Create Stage`}></ak-stage-wizard>
${super.renderToolbar()} ${super.renderToolbar()}
`; `;
} }

View file

@ -31,7 +31,7 @@ export class StageBindingForm extends ModelForm<FlowStageBinding, string> {
targetPk?: string; targetPk?: string;
getSuccessMessage(): string { getSuccessMessage(): string {
if (this.instance) { if (this.instance?.pk) {
return t`Successfully updated binding.`; return t`Successfully updated binding.`;
} else { } else {
return t`Successfully created binding.`; return t`Successfully created binding.`;
@ -39,9 +39,9 @@ export class StageBindingForm extends ModelForm<FlowStageBinding, string> {
} }
send = (data: FlowStageBinding): Promise<FlowStageBinding> => { send = (data: FlowStageBinding): Promise<FlowStageBinding> => {
if (this.instance) { if (this.instance?.pk) {
return new FlowsApi(DEFAULT_CONFIG).flowsBindingsUpdate({ return new FlowsApi(DEFAULT_CONFIG).flowsBindingsUpdate({
fsbUuid: this.instance.pk || "", fsbUuid: this.instance.pk,
flowStageBindingRequest: data, flowStageBindingRequest: data,
}); });
} else { } else {
@ -67,21 +67,18 @@ export class StageBindingForm extends ModelForm<FlowStageBinding, string> {
`; `;
} }
getOrder(): Promise<number> { async getOrder(): Promise<number> {
if (this.instance) { if (this.instance?.pk) {
return Promise.resolve(this.instance.order); return this.instance.order;
} }
return new FlowsApi(DEFAULT_CONFIG) const bindings = await new FlowsApi(DEFAULT_CONFIG).flowsBindingsList({
.flowsBindingsList({ target: this.targetPk || "",
target: this.targetPk || "", });
}) const orders = bindings.results.map((binding) => binding.order);
.then((bindings) => { if (orders.length < 1) {
const orders = bindings.results.map((binding) => binding.order); return 0;
if (orders.length < 1) { }
return 0; return Math.max(...orders) + 1;
}
return Math.max(...orders) + 1;
});
} }
renderTarget(): TemplateResult { renderTarget(): TemplateResult {

View file

@ -186,7 +186,12 @@ export class BoundPoliciesList extends Table<PolicyBinding> {
} }
renderToolbar(): TemplateResult { renderToolbar(): TemplateResult {
return html`<ak-forms-modal size=${PFSize.Medium}> return html`<ak-policy-wizard
createText=${t`Create & bind Policy`}
?showBindingPage=${true}
bindingTarget=${ifDefined(this.target)}
></ak-policy-wizard>
<ak-forms-modal size=${PFSize.Medium}>
<span slot="submit"> ${t`Create`} </span> <span slot="submit"> ${t`Create`} </span>
<span slot="header"> ${t`Create Binding`} </span> <span slot="header"> ${t`Create Binding`} </span>
<ak-policy-binding-form <ak-policy-binding-form
@ -196,13 +201,8 @@ export class BoundPoliciesList extends Table<PolicyBinding> {
> >
</ak-policy-binding-form> </ak-policy-binding-form>
<button slot="trigger" class="pf-c-button pf-m-primary"> <button slot="trigger" class="pf-c-button pf-m-primary">
${t`Create Binding`} ${t`Bind existing policy`}
</button> </button>
</ak-forms-modal> </ak-forms-modal> `;
<ak-policy-wizard
createText=${t`Create Policy`}
?showBindingPage=${true}
bindingTarget=${ifDefined(this.target)}
></ak-policy-wizard> `;
} }
} }

View file

@ -49,6 +49,11 @@ export class InitialPolicyWizardPage extends WizardPage {
id=${`${type.component}-${type.modelName}`} id=${`${type.component}-${type.modelName}`}
@change=${() => { @change=${() => {
const idx = this.host.steps.indexOf("initial") + 1; const idx = this.host.steps.indexOf("initial") + 1;
// Exclude all current steps starting with type-,
// this happens when the user selects a type and then goes back
this.host.steps = this.host.steps.filter(
(step) => !step.startsWith("type-"),
);
this.host.steps.splice( this.host.steps.splice(
idx, idx,
0, 0,

View file

@ -1,3 +1,4 @@
import { StageBindingForm } from "@goauthentik/admin/flows/StageBindingForm";
import "@goauthentik/admin/stages/authenticator_duo/AuthenticatorDuoStageForm"; import "@goauthentik/admin/stages/authenticator_duo/AuthenticatorDuoStageForm";
import "@goauthentik/admin/stages/authenticator_sms/AuthenticatorSMSStageForm"; import "@goauthentik/admin/stages/authenticator_sms/AuthenticatorSMSStageForm";
import "@goauthentik/admin/stages/authenticator_static/AuthenticatorStaticStageForm"; import "@goauthentik/admin/stages/authenticator_static/AuthenticatorStaticStageForm";
@ -21,6 +22,7 @@ import { DEFAULT_CONFIG } from "@goauthentik/common/api/config";
import { AKElement } from "@goauthentik/elements/Base"; import { AKElement } from "@goauthentik/elements/Base";
import "@goauthentik/elements/forms/ProxyForm"; import "@goauthentik/elements/forms/ProxyForm";
import "@goauthentik/elements/wizard/FormWizardPage"; import "@goauthentik/elements/wizard/FormWizardPage";
import { FormWizardPage } from "@goauthentik/elements/wizard/FormWizardPage";
import "@goauthentik/elements/wizard/Wizard"; import "@goauthentik/elements/wizard/Wizard";
import { WizardPage } from "@goauthentik/elements/wizard/WizardPage"; import { WizardPage } from "@goauthentik/elements/wizard/WizardPage";
@ -36,7 +38,7 @@ import PFForm from "@patternfly/patternfly/components/Form/form.css";
import PFRadio from "@patternfly/patternfly/components/Radio/radio.css"; import PFRadio from "@patternfly/patternfly/components/Radio/radio.css";
import PFBase from "@patternfly/patternfly/patternfly-base.css"; import PFBase from "@patternfly/patternfly/patternfly-base.css";
import { StagesApi, TypeCreate } from "@goauthentik/api"; import { FlowStageBinding, Stage, StagesApi, TypeCreate } from "@goauthentik/api";
@customElement("ak-stage-wizard-initial") @customElement("ak-stage-wizard-initial")
export class InitialStageWizardPage extends WizardPage { export class InitialStageWizardPage extends WizardPage {
@ -58,10 +60,17 @@ export class InitialStageWizardPage extends WizardPage {
name="type" name="type"
id=${`${type.component}-${type.modelName}`} id=${`${type.component}-${type.modelName}`}
@change=${() => { @change=${() => {
this.host.steps = [ const idx = this.host.steps.indexOf("initial") + 1;
"initial", // Exclude all current steps starting with type-,
// this happens when the user selects a type and then goes back
this.host.steps = this.host.steps.filter(
(step) => !step.startsWith("type-"),
);
this.host.steps.splice(
idx,
0,
`type-${type.component}-${type.modelName}`, `type-${type.component}-${type.modelName}`,
]; );
this.host.isValid = true; this.host.isValid = true;
}} }}
/> />
@ -84,6 +93,12 @@ export class StageWizard extends AKElement {
@property() @property()
createText = t`Create`; createText = t`Create`;
@property({ type: Boolean })
showBindingPage = false;
@property()
bindingTarget?: string;
@property({ attribute: false }) @property({ attribute: false })
stageTypes: TypeCreate[] = []; stageTypes: TypeCreate[] = [];
@ -96,7 +111,7 @@ export class StageWizard extends AKElement {
render(): TemplateResult { render(): TemplateResult {
return html` return html`
<ak-wizard <ak-wizard
.steps=${["initial"]} .steps=${this.showBindingPage ? ["initial", "create-binding"] : ["initial"]}
header=${t`New stage`} header=${t`New stage`}
description=${t`Create a new stage.`} description=${t`Create a new stage.`}
> >
@ -112,6 +127,25 @@ export class StageWizard extends AKElement {
</ak-wizard-page-form> </ak-wizard-page-form>
`; `;
})} })}
${this.showBindingPage
? html`<ak-wizard-page-form
slot="create-binding"
.sidebarLabel=${() => t`Create Binding`}
.activePageCallback=${async (context: FormWizardPage) => {
const createSlot = context.host.steps[1];
const bindingForm =
context.querySelector<StageBindingForm>("ak-stage-binding-form");
if (!bindingForm) return;
bindingForm.instance = {
stage: (context.host.state[createSlot] as Stage).pk,
} as FlowStageBinding;
}}
>
<ak-stage-binding-form
.targetPk=${this.bindingTarget}
></ak-stage-binding-form>
</ak-wizard-page-form>`
: html``}
<button slot="trigger" class="pf-c-button pf-m-primary">${this.createText}</button> <button slot="trigger" class="pf-c-button pf-m-primary">${this.createText}</button>
</ak-wizard> </ak-wizard>
`; `;

View file

@ -786,6 +786,14 @@ msgstr "Bind DN"
msgid "Bind Password" msgid "Bind Password"
msgstr "Bind Password" msgstr "Bind Password"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "Ablauf-Verknüpfung" msgstr "Ablauf-Verknüpfung"
@ -794,7 +802,6 @@ msgstr "Ablauf-Verknüpfung"
msgid "Bind mode" msgid "Bind mode"
msgstr "Bindungsmodus" msgstr "Bindungsmodus"
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "Phasen-Verknüpfung" msgstr "Phasen-Verknüpfung"
@ -892,6 +899,10 @@ msgstr "Callback URL"
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "Kann das Format 'unix://' haben, wenn eine Verbindung zu einem lokalen Docker-Daemon hergestellt wird, oder 'ssh://', wenn eine Verbindung über SSH hergestellt wird, oder 'https://:2376', wenn eine Verbindung zu einem entfernten System hergestellt wird." msgstr "Kann das Format 'unix://' haben, wenn eine Verbindung zu einem lokalen Docker-Daemon hergestellt wird, oder 'ssh://', wenn eine Verbindung über SSH hergestellt wird, oder 'https://:2376', wenn eine Verbindung zu einem entfernten System hergestellt wird."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr ""
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1428,6 +1439,14 @@ msgstr "Wiederherstellungslink kopieren"
msgid "Create" msgid "Create"
msgstr "Erstellen" msgstr "Erstellen"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr ""
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1441,7 +1460,8 @@ msgstr "Anwendung erstellen"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "Verknüpfung erstellen" msgstr "Verknüpfung erstellen"
@ -1482,8 +1502,8 @@ msgid "Create Outpost"
msgstr "Außenposten erstellen" msgstr "Außenposten erstellen"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "Richtlinie erstellen" #~ msgstr "Richtlinie erstellen"
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1498,8 +1518,8 @@ msgid "Create Service account"
msgstr "Internes Konto erstellen" msgstr "Internes Konto erstellen"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "Stufe erstellen" #~ msgstr "Stufe erstellen"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1883,6 +1903,11 @@ msgstr "Verbindung trennen"
msgid "Docker URL" msgid "Docker URL"
msgstr "Docker URL" msgstr "Docker URL"
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr ""
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2419,6 +2444,7 @@ msgid "Finish"
msgstr "Fertig" msgstr "Fertig"
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "Ablauf" msgstr "Ablauf"
@ -3022,6 +3048,10 @@ msgstr "Ablauf der Invalidierung"
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "Einladung" #~ msgstr "Einladung"
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr ""
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "Einladung verwendet" msgstr "Einladung verwendet"
@ -3305,6 +3335,7 @@ msgstr "Wird geladen"
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3333,6 +3364,10 @@ msgstr "Lokal"
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "Lokal (Benachrichtigungen werden innerhalb von authentik erstellt)" msgstr "Lokal (Benachrichtigungen werden innerhalb von authentik erstellt)"
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr ""
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "Gebietsschema" #~ msgstr "Gebietsschema"
@ -3962,6 +3997,14 @@ msgstr ""
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "" msgstr ""
@ -5014,6 +5057,14 @@ msgstr "Authentifikator für Sicherheitsschlüssel"
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "Eine Liste aller Variablen finden Sie in der Dokumentation." msgstr "Eine Liste aller Variablen finden Sie in der Dokumentation."
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr ""
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "Wählen Sie einen Anbieter aus, den diese Anwendung verwenden soll. Alternativ erstellen Sie einen neuen Anbieter." msgstr "Wählen Sie einen Anbieter aus, den diese Anwendung verwenden soll. Alternativ erstellen Sie einen neuen Anbieter."
@ -6363,6 +6414,10 @@ msgstr "UID-Startnummer"
msgid "UPN" msgid "UPN"
msgstr "UPN" msgstr "UPN"
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "URL-Einstellungen" msgstr "URL-Einstellungen"
@ -7106,6 +7161,10 @@ msgstr "Wenn diese Option aktiviert ist, werden die globalen E-Mail Verbindungse
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "Wenn diese Option aktiviert ist, wird die Einladung nach ihrer Benutzung gelöscht." msgstr "Wenn diese Option aktiviert ist, wird die Einladung nach ihrer Benutzung gelöscht."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr ""
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "Wenn diese Option aktiviert ist, werden Benutzerfelder unabhängig von ihrem Format abgeglichen." msgstr "Wenn diese Option aktiviert ist, werden Benutzerfelder unabhängig von ihrem Format abgeglichen."
@ -7122,6 +7181,10 @@ msgstr "Wenn diese Option ausgewählt ist, wird ein Passwortfeld auf derselben S
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "Wenn diese Option ausgewählt ist, werden die Signaturen eingehender Behauptungen anhand dieses Zertifikats validiert. Um nicht signierte Anfragen zuzulassen, belassen Sie die Standardeinstellung." msgstr "Wenn diese Option ausgewählt ist, werden die Signaturen eingehender Behauptungen anhand dieses Zertifikats validiert. Um nicht signierte Anfragen zuzulassen, belassen Sie die Standardeinstellung."
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr ""
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts

View file

@ -777,6 +777,14 @@ msgstr "Bind DN"
msgid "Bind Password" msgid "Bind Password"
msgstr "Bind Password" msgstr "Bind Password"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr "Bind existing policy"
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr "Bind existing stage"
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "Bind flow" msgstr "Bind flow"
@ -785,7 +793,6 @@ msgstr "Bind flow"
msgid "Bind mode" msgid "Bind mode"
msgstr "Bind mode" msgstr "Bind mode"
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "Bind stage" msgstr "Bind stage"
@ -885,6 +892,10 @@ msgstr "Callback URL"
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgstr "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr "Can create users"
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1432,6 +1443,14 @@ msgstr "Copy recovery link"
msgid "Create" msgid "Create"
msgstr "Create" msgstr "Create"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr "Create & bind Policy"
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr "Create & bind Stage"
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1445,7 +1464,8 @@ msgstr "Create Application"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "Create Binding" msgstr "Create Binding"
@ -1486,8 +1506,8 @@ msgid "Create Outpost"
msgstr "Create Outpost" msgstr "Create Outpost"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "Create Policy" #~ msgstr "Create Policy"
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1502,8 +1522,8 @@ msgid "Create Service account"
msgstr "Create Service account" msgstr "Create Service account"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "Create Stage" #~ msgstr "Create Stage"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1903,6 +1923,11 @@ msgstr "Disconnect"
msgid "Docker URL" msgid "Docker URL"
msgstr "Docker URL" msgstr "Docker URL"
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr "Documentation"
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2456,6 +2481,7 @@ msgid "Finish"
msgstr "Finish" msgstr "Finish"
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "Flow" msgstr "Flow"
@ -3073,6 +3099,10 @@ msgstr "Invalidation flow"
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "Invitation" #~ msgstr "Invitation"
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr "Invitation not limited to any flow, and can be used with any enrollment flow."
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "Invitation used" msgstr "Invitation used"
@ -3360,6 +3390,7 @@ msgstr "Loading"
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3388,6 +3419,10 @@ msgstr "Local"
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "Local (notifications will be created within authentik)" msgstr "Local (notifications will be created within authentik)"
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr "Local path"
#: src/user/user-settings/details/UserDetailsForm.ts #: src/user/user-settings/details/UserDetailsForm.ts
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "Locale" #~ msgstr "Locale"
@ -4027,6 +4062,14 @@ msgstr "OAuth Source {0}"
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "OAuth2/OIDC" msgstr "OAuth2/OIDC"
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr "OCI Registry"
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "OIDC JWKS" msgstr "OIDC JWKS"
@ -5119,6 +5162,14 @@ msgstr "Security key authenticator"
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "See documentation for a list of all variables." msgstr "See documentation for a list of all variables."
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr "See more about OCI support here:"
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr "See more here:"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "Select a provider that this application should use. Alternatively, create a new provider." msgstr "Select a provider that this application should use. Alternatively, create a new provider."
@ -6511,6 +6562,10 @@ msgstr "UID start number"
msgid "UPN" msgid "UPN"
msgstr "UPN" msgstr "UPN"
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr "URL"
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "URL settings" msgstr "URL settings"
@ -7265,6 +7320,10 @@ msgstr "When enabled, global Email connection settings will be used and connecti
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "When enabled, the invitation will be deleted after usage." msgstr "When enabled, the invitation will be deleted after usage."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "When enabled, user fields are matched regardless of their casing." msgstr "When enabled, user fields are matched regardless of their casing."
@ -7281,6 +7340,10 @@ msgstr "When selected, a password field is shown on the same page instead of a s
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgstr "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts

View file

@ -764,6 +764,14 @@ msgstr "DN de enlace"
msgid "Bind Password" msgid "Bind Password"
msgstr "Contraseña de enlace" msgstr "Contraseña de enlace"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "Flujo de enlace" msgstr "Flujo de enlace"
@ -772,7 +780,6 @@ msgstr "Flujo de enlace"
msgid "Bind mode" msgid "Bind mode"
msgstr "" msgstr ""
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "Etapa de enlace" msgstr "Etapa de enlace"
@ -870,6 +877,10 @@ msgstr "URL de devolución de llamada"
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "Puede tener el formato 'unix: //' cuando se conecta a un servicio local de docker, usando 'ssh: //' para conectarse a través de SSH, o 'https://:2376' cuando se conecta a un sistema remoto." msgstr "Puede tener el formato 'unix: //' cuando se conecta a un servicio local de docker, usando 'ssh: //' para conectarse a través de SSH, o 'https://:2376' cuando se conecta a un sistema remoto."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr ""
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1404,6 +1415,14 @@ msgstr "Copiar enlace de recuperación"
msgid "Create" msgid "Create"
msgstr "Crear" msgstr "Crear"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr ""
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1417,7 +1436,8 @@ msgstr "Crear aplicación"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "Crear vínculo" msgstr "Crear vínculo"
@ -1458,8 +1478,8 @@ msgid "Create Outpost"
msgstr "Crear controlador" msgstr "Crear controlador"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "Crear política" #~ msgstr "Crear política"
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1474,8 +1494,8 @@ msgid "Create Service account"
msgstr "Crear cuenta de servicio" msgstr "Crear cuenta de servicio"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "Crear etapa" #~ msgstr "Crear etapa"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1859,6 +1879,11 @@ msgstr "Desconectar"
msgid "Docker URL" msgid "Docker URL"
msgstr "URL de Docker" msgstr "URL de Docker"
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr ""
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2395,6 +2420,7 @@ msgid "Finish"
msgstr "" msgstr ""
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "Flujo" msgstr "Flujo"
@ -2998,6 +3024,10 @@ msgstr "Flujo de invalidación"
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "Invitación" #~ msgstr "Invitación"
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr ""
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "Invitación utilizada" msgstr "Invitación utilizada"
@ -3281,6 +3311,7 @@ msgstr "Cargando"
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3309,6 +3340,10 @@ msgstr "Local"
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr ""
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "Idioma" #~ msgstr "Idioma"
@ -3938,6 +3973,14 @@ msgstr ""
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "" msgstr ""
@ -4990,6 +5033,14 @@ msgstr "Autenticador clave de seguridad"
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "Consulte la documentación para obtener una lista de todas las variables." msgstr "Consulte la documentación para obtener una lista de todas las variables."
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr ""
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "Seleccione el proveedor que debe usar esta aplicación. También puede crear un nuevo proveedor." msgstr "Seleccione el proveedor que debe usar esta aplicación. También puede crear un nuevo proveedor."
@ -6339,6 +6390,10 @@ msgstr "Número inicial de UID"
msgid "UPN" msgid "UPN"
msgstr "UPN" msgstr "UPN"
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "Configuración de URL" msgstr "Configuración de URL"
@ -7082,6 +7137,10 @@ msgstr "Cuando se habilita, se utilizará la configuración global de conexión
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "Cuando se habilita, la invitación se eliminará después de su uso." msgstr "Cuando se habilita, la invitación se eliminará después de su uso."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr ""
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "Cuando se habilita, los campos de usuario coinciden independientemente de su carcasa." msgstr "Cuando se habilita, los campos de usuario coinciden independientemente de su carcasa."
@ -7098,6 +7157,10 @@ msgstr "Cuando se selecciona, se muestra un campo de contraseña en la misma pá
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "Cuando se selecciona, las firmas de la aserción entrante se validarán con este certificado. Para permitir solicitudes sin firmar, déjelo en el valor predeterminado." msgstr "Cuando se selecciona, las firmas de la aserción entrante se validarán con este certificado. Para permitir solicitudes sin firmar, déjelo en el valor predeterminado."
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr ""
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts

View file

@ -769,6 +769,14 @@ msgstr ""
msgid "Bind Password" msgid "Bind Password"
msgstr "Mot de passe" msgstr "Mot de passe"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "Lier un flux" msgstr "Lier un flux"
@ -777,7 +785,6 @@ msgstr "Lier un flux"
msgid "Bind mode" msgid "Bind mode"
msgstr "" msgstr ""
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "Lier une étape" msgstr "Lier une étape"
@ -875,6 +882,10 @@ msgstr "URL de rappel"
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "" msgstr ""
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr ""
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1409,6 +1420,14 @@ msgstr "Copier le lien de récupération"
msgid "Create" msgid "Create"
msgstr "Créer" msgstr "Créer"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr ""
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1422,7 +1441,8 @@ msgstr "Créer une application"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "Créer une liaison" msgstr "Créer une liaison"
@ -1463,8 +1483,8 @@ msgid "Create Outpost"
msgstr "Créer un avant-poste" msgstr "Créer un avant-poste"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "Créer une politique" #~ msgstr "Créer une politique"
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1479,8 +1499,8 @@ msgid "Create Service account"
msgstr "Créer un compte de service" msgstr "Créer un compte de service"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "Créer une étape" #~ msgstr "Créer une étape"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1862,6 +1882,11 @@ msgstr "Déconnecter"
msgid "Docker URL" msgid "Docker URL"
msgstr "URL Docker" msgstr "URL Docker"
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr ""
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2398,6 +2423,7 @@ msgid "Finish"
msgstr "" msgstr ""
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "Flux" msgstr "Flux"
@ -2999,6 +3025,10 @@ msgstr "Flux d'invalidation"
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "Invitation" #~ msgstr "Invitation"
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr ""
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "Invitation utilisée" msgstr "Invitation utilisée"
@ -3282,6 +3312,7 @@ msgstr "Chargement en cours"
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3310,6 +3341,10 @@ msgstr "Local"
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr ""
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "" #~ msgstr ""
@ -3939,6 +3974,14 @@ msgstr ""
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "" msgstr ""
@ -4991,6 +5034,14 @@ msgstr ""
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "Consultez la documentation pour la liste de toutes les variables." msgstr "Consultez la documentation pour la liste de toutes les variables."
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr ""
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "Sélectionnez un fournisseur que cette application devra utiliser. Sinon, créez un nouveau fournisseur." msgstr "Sélectionnez un fournisseur que cette application devra utiliser. Sinon, créez un nouveau fournisseur."
@ -6330,6 +6381,10 @@ msgstr "Numéro de départ d'UID"
msgid "UPN" msgid "UPN"
msgstr "UPN" msgstr "UPN"
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "Paramètres d'URL" msgstr "Paramètres d'URL"
@ -7073,6 +7128,10 @@ msgstr "Si activé, les paramètres globaux de connexion email seront utilisés
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "Si activée, l'invitation sera supprimée après utilisation." msgstr "Si activée, l'invitation sera supprimée après utilisation."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr ""
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "Si activé, les champs de l'utilisateur sont mis en correspondance en ignorant leur casse." msgstr "Si activé, les champs de l'utilisateur sont mis en correspondance en ignorant leur casse."
@ -7089,6 +7148,10 @@ msgstr "Si activée, un champ de mot de passe est affiché sur la même page au
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "Si activée, les signatures des assertions entrantes seront validées par rapport à ce certificat. Pour autoriser les requêtes non signées, laissez la valeur par défaut." msgstr "Si activée, les signatures des assertions entrantes seront validées par rapport à ce certificat. Pour autoriser les requêtes non signées, laissez la valeur par défaut."
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr ""
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts

View file

@ -768,6 +768,14 @@ msgstr "Bind DN"
msgid "Bind Password" msgid "Bind Password"
msgstr "Powiąż hasło" msgstr "Powiąż hasło"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "Powiąż przepływ" msgstr "Powiąż przepływ"
@ -776,7 +784,6 @@ msgstr "Powiąż przepływ"
msgid "Bind mode" msgid "Bind mode"
msgstr "Tryb powiązania" msgstr "Tryb powiązania"
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "Powiąż etap" msgstr "Powiąż etap"
@ -874,6 +881,10 @@ msgstr "URL wywołania zwrotnego"
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "Może mieć format „unix://” podczas łączenia się z lokalnym demonem dockera, używając „ssh://” do łączenia się przez SSH lub „https://:2376” podczas łączenia się z systemem zdalnym." msgstr "Może mieć format „unix://” podczas łączenia się z lokalnym demonem dockera, używając „ssh://” do łączenia się przez SSH lub „https://:2376” podczas łączenia się z systemem zdalnym."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr ""
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1410,6 +1421,14 @@ msgstr "Skopiuj link odzyskiwania"
msgid "Create" msgid "Create"
msgstr "Utwórz" msgstr "Utwórz"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr ""
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1423,7 +1442,8 @@ msgstr "Utwórz aplikację"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "Utwórz powiązanie" msgstr "Utwórz powiązanie"
@ -1464,8 +1484,8 @@ msgid "Create Outpost"
msgstr "Utwórz placówkę" msgstr "Utwórz placówkę"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "Utwórz zasadę" #~ msgstr "Utwórz zasadę"
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1480,8 +1500,8 @@ msgid "Create Service account"
msgstr "Utwórz konto usługi" msgstr "Utwórz konto usługi"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "Utwórz etap" #~ msgstr "Utwórz etap"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1865,6 +1885,11 @@ msgstr "Rozłącz"
msgid "Docker URL" msgid "Docker URL"
msgstr "URL Dockera" msgstr "URL Dockera"
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr ""
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2401,6 +2426,7 @@ msgid "Finish"
msgstr "Zakończ" msgstr "Zakończ"
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "Przepływ" msgstr "Przepływ"
@ -3006,6 +3032,10 @@ msgstr "Przepływ unieważnienia"
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "Zaproszenie" #~ msgstr "Zaproszenie"
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr ""
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "Wykorzystano zaproszenie" msgstr "Wykorzystano zaproszenie"
@ -3289,6 +3319,7 @@ msgstr "Ładowanie"
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3317,6 +3348,10 @@ msgstr "Lokalny"
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "Lokalny (powiadomienia będą tworzone w ramach authentik)" msgstr "Lokalny (powiadomienia będą tworzone w ramach authentik)"
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr ""
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "Język" #~ msgstr "Język"
@ -3946,6 +3981,14 @@ msgstr ""
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "OIDC JWKS" msgstr "OIDC JWKS"
@ -5000,6 +5043,14 @@ msgstr "Uwierzytelniający klucz bezpieczeństwa"
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "Zobacz dokumentację, aby zobaczyć listę wszystkich zmiennych." msgstr "Zobacz dokumentację, aby zobaczyć listę wszystkich zmiennych."
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr ""
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "Wybierz dostawcę, z którego ma korzystać ta aplikacja. Alternatywnie utwórz nowego dostawcę." msgstr "Wybierz dostawcę, z którego ma korzystać ta aplikacja. Alternatywnie utwórz nowego dostawcę."
@ -6349,6 +6400,10 @@ msgstr "Numer początkowy UID"
msgid "UPN" msgid "UPN"
msgstr "UPN" msgstr "UPN"
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "Ustawienia URL" msgstr "Ustawienia URL"
@ -7094,6 +7149,10 @@ msgstr "Po włączeniu będą używane globalne ustawienia połączenia poczty e
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "Po włączeniu zaproszenie zostanie usunięte po użyciu." msgstr "Po włączeniu zaproszenie zostanie usunięte po użyciu."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr ""
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "Po włączeniu pola użytkownika są dopasowywane niezależnie od wielkości liter." msgstr "Po włączeniu pola użytkownika są dopasowywane niezależnie od wielkości liter."
@ -7110,6 +7169,10 @@ msgstr "Po wybraniu pole hasła jest wyświetlane na tej samej stronie zamiast n
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "Po wybraniu, przychodzące podpisy asercji będą sprawdzane względem tego certyfikatu. Aby zezwolić na niepodpisane żądania, pozostaw domyślnie." msgstr "Po wybraniu, przychodzące podpisy asercji będą sprawdzane względem tego certyfikatu. Aby zezwolić na niepodpisane żądania, pozostaw domyślnie."
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr ""
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts

View file

@ -769,6 +769,14 @@ msgstr ""
msgid "Bind Password" msgid "Bind Password"
msgstr "" msgstr ""
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "" msgstr ""
@ -777,7 +785,6 @@ msgstr ""
msgid "Bind mode" msgid "Bind mode"
msgstr "" msgstr ""
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "" msgstr ""
@ -877,6 +884,10 @@ msgstr ""
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "" msgstr ""
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr ""
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1420,6 +1431,14 @@ msgstr ""
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr ""
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1433,7 +1452,8 @@ msgstr ""
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "" msgstr ""
@ -1474,8 +1494,8 @@ msgid "Create Outpost"
msgstr "" msgstr ""
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "" #~ msgstr ""
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1490,8 +1510,8 @@ msgid "Create Service account"
msgstr "" msgstr ""
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "" #~ msgstr ""
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1889,6 +1909,11 @@ msgstr ""
msgid "Docker URL" msgid "Docker URL"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr ""
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2442,6 +2467,7 @@ msgid "Finish"
msgstr "" msgstr ""
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "" msgstr ""
@ -3055,6 +3081,10 @@ msgstr ""
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "" #~ msgstr ""
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr ""
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "" msgstr ""
@ -3342,6 +3372,7 @@ msgstr ""
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3370,6 +3401,10 @@ msgstr ""
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr ""
#: src/user/user-settings/details/UserDetailsForm.ts #: src/user/user-settings/details/UserDetailsForm.ts
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "" #~ msgstr ""
@ -4009,6 +4044,14 @@ msgstr ""
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "" msgstr ""
@ -5099,6 +5142,14 @@ msgstr ""
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr ""
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "" msgstr ""
@ -6481,6 +6532,10 @@ msgstr ""
msgid "UPN" msgid "UPN"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "" msgstr ""
@ -7233,6 +7288,10 @@ msgstr ""
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "" msgstr ""
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr ""
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "" msgstr ""
@ -7249,6 +7308,10 @@ msgstr ""
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "" msgstr ""
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr ""
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts

View file

@ -764,6 +764,14 @@ msgstr "Bağlama DN"
msgid "Bind Password" msgid "Bind Password"
msgstr "Parola Bağla" msgstr "Parola Bağla"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "Bağlama akışı" msgstr "Bağlama akışı"
@ -772,7 +780,6 @@ msgstr "Bağlama akışı"
msgid "Bind mode" msgid "Bind mode"
msgstr "" msgstr ""
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "Bağlama aşaması" msgstr "Bağlama aşaması"
@ -870,6 +877,10 @@ msgstr "Geri arama URL'si"
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "SSH üzerinden bağlanmak için 'ssh: //' veya uzak bir sisteme bağlanırken 'https://:2376' kullanarak yerel bir docker daemonuna bağlanırken 'unix: //' biçiminde olabilir." msgstr "SSH üzerinden bağlanmak için 'ssh: //' veya uzak bir sisteme bağlanırken 'https://:2376' kullanarak yerel bir docker daemonuna bağlanırken 'unix: //' biçiminde olabilir."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr ""
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1404,6 +1415,14 @@ msgstr "Kurtarma bağlantısı kopyalama"
msgid "Create" msgid "Create"
msgstr "Oluştur" msgstr "Oluştur"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr ""
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1417,7 +1436,8 @@ msgstr "Uygulama Oluştur"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "Bağlama Oluştur" msgstr "Bağlama Oluştur"
@ -1458,8 +1478,8 @@ msgid "Create Outpost"
msgstr "Üs Oluştur" msgstr "Üs Oluştur"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "İlke Oluştur" #~ msgstr "İlke Oluştur"
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1474,8 +1494,8 @@ msgid "Create Service account"
msgstr "Hizmet hesabı oluştur" msgstr "Hizmet hesabı oluştur"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "Aşama Oluştur" #~ msgstr "Aşama Oluştur"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1859,6 +1879,11 @@ msgstr "Bağlantıyı kes"
msgid "Docker URL" msgid "Docker URL"
msgstr "Docker URL'si" msgstr "Docker URL'si"
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr ""
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2395,6 +2420,7 @@ msgid "Finish"
msgstr "" msgstr ""
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "Akış" msgstr "Akış"
@ -2998,6 +3024,10 @@ msgstr "Geçersizleştirme akışı"
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "Davetiye" #~ msgstr "Davetiye"
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr ""
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "Kullanılan davetiye" msgstr "Kullanılan davetiye"
@ -3281,6 +3311,7 @@ msgstr "Yükleniyor"
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3309,6 +3340,10 @@ msgstr "Yerel"
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr ""
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "Yerelleştirme" #~ msgstr "Yerelleştirme"
@ -3938,6 +3973,14 @@ msgstr ""
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "" msgstr ""
@ -4990,6 +5033,14 @@ msgstr "Güvenlik anahtarı kimlik doğrulayıcısı"
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "Tüm değişkenlerin listesi için belgelere bakın." msgstr "Tüm değişkenlerin listesi için belgelere bakın."
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr ""
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "Bu uygulamanın kullanması gereken bir sağlayıcı seçin. Alternatif olarak, yeni bir sağlayıcı oluşturun." msgstr "Bu uygulamanın kullanması gereken bir sağlayıcı seçin. Alternatif olarak, yeni bir sağlayıcı oluşturun."
@ -6339,6 +6390,10 @@ msgstr "UID başlangıç numarası"
msgid "UPN" msgid "UPN"
msgstr "UPN" msgstr "UPN"
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "URL ayarları" msgstr "URL ayarları"
@ -7082,6 +7137,10 @@ msgstr "Etkinleştirildiğinde, genel E-posta bağlantısı ayarları kullanıl
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "Etkinleştirildiğinde, davetiye kullanımdan sonra silinir." msgstr "Etkinleştirildiğinde, davetiye kullanımdan sonra silinir."
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr ""
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "Etkinleştirildiğinde, kullanıcı alanları muhafazası ne olursa olsun eşleştirilir." msgstr "Etkinleştirildiğinde, kullanıcı alanları muhafazası ne olursa olsun eşleştirilir."
@ -7098,6 +7157,10 @@ msgstr "Seçildiğinde, ayrı bir sayfa yerine aynı sayfada bir parola alanı g
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "Seçildiğinde, gelen onaylama öğesinin İmzaları bu sertifikaya göre doğrulanır. İmzasız İsteklere izin vermek için varsayılan olarak bırakın." msgstr "Seçildiğinde, gelen onaylama öğesinin İmzaları bu sertifikaya göre doğrulanır. İmzasız İsteklere izin vermek için varsayılan olarak bırakın."
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr ""
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts

View file

@ -770,6 +770,14 @@ msgstr "Bind DN"
msgid "Bind Password" msgid "Bind Password"
msgstr "Bind 密码" msgstr "Bind 密码"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "Bind 流程" msgstr "Bind 流程"
@ -778,7 +786,6 @@ msgstr "Bind 流程"
msgid "Bind mode" msgid "Bind mode"
msgstr "绑定模式" msgstr "绑定模式"
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "绑定阶段" msgstr "绑定阶段"
@ -876,6 +883,10 @@ msgstr "回调 URL"
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "连接到本地 Docker 守护进程时可以采用 'unix://' 格式,通过 SSH 连接时采用 'ssh://' 格式,或者在连接到远程系统时采用 'https://:2376' 格式。" msgstr "连接到本地 Docker 守护进程时可以采用 'unix://' 格式,通过 SSH 连接时采用 'ssh://' 格式,或者在连接到远程系统时采用 'https://:2376' 格式。"
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr ""
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1412,6 +1423,14 @@ msgstr "复制恢复链接"
msgid "Create" msgid "Create"
msgstr "创建" msgstr "创建"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr ""
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1425,7 +1444,8 @@ msgstr "创建应用程序"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "创建绑定" msgstr "创建绑定"
@ -1466,8 +1486,8 @@ msgid "Create Outpost"
msgstr "创建前哨" msgstr "创建前哨"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "创建策略" #~ msgstr "创建策略"
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1482,8 +1502,8 @@ msgid "Create Service account"
msgstr "创建服务账户" msgstr "创建服务账户"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "创建阶段" #~ msgstr "创建阶段"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1867,6 +1887,11 @@ msgstr "断开连接"
msgid "Docker URL" msgid "Docker URL"
msgstr "Docker URL" msgstr "Docker URL"
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr ""
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2403,6 +2428,7 @@ msgid "Finish"
msgstr "完成" msgstr "完成"
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "流程" msgstr "流程"
@ -3006,6 +3032,10 @@ msgstr "失效流程"
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "邀请" #~ msgstr "邀请"
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr ""
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "已使用邀请" msgstr "已使用邀请"
@ -3289,6 +3319,7 @@ msgstr "正在加载"
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3317,6 +3348,10 @@ msgstr "本地"
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "本地(通知在 authentik 内创建)" msgstr "本地(通知在 authentik 内创建)"
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr ""
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "区域设置" #~ msgstr "区域设置"
@ -3946,6 +3981,14 @@ msgstr ""
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "OIDC JWKS" msgstr "OIDC JWKS"
@ -4998,6 +5041,14 @@ msgstr "安全密钥身份验证器"
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "请阅读文档了解完整变量列表。" msgstr "请阅读文档了解完整变量列表。"
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr ""
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "选择此应用程序应使用的提供程序。或者创建一个新的提供程序。" msgstr "选择此应用程序应使用的提供程序。或者创建一个新的提供程序。"
@ -6347,6 +6398,10 @@ msgstr "UID 起始编号"
msgid "UPN" msgid "UPN"
msgstr "UPN" msgstr "UPN"
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "URL 设置" msgstr "URL 设置"
@ -7092,6 +7147,10 @@ msgstr "启用后,将使用全局电子邮件连接设置,下面的连接设
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "启用后,邀请将在使用后被删除。" msgstr "启用后,邀请将在使用后被删除。"
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr ""
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "启用后,无论大小写如何,都将匹配用户字段。" msgstr "启用后,无论大小写如何,都将匹配用户字段。"
@ -7108,6 +7167,10 @@ msgstr "选中后,密码字段将显示在同一页面,而不是单独的页
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "选中后,传入断言的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。" msgstr "选中后,传入断言的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。"
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr ""
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts

View file

@ -770,6 +770,14 @@ msgstr "Bind DN"
msgid "Bind Password" msgid "Bind Password"
msgstr "Bind 密码" msgstr "Bind 密码"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "Bind 流程" msgstr "Bind 流程"
@ -778,7 +786,6 @@ msgstr "Bind 流程"
msgid "Bind mode" msgid "Bind mode"
msgstr "" msgstr ""
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "Bind 阶段" msgstr "Bind 阶段"
@ -876,6 +883,10 @@ msgstr "回调 URL"
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "连接到本地 docker 守护进程时可以采用 'unix: //' 的格式,通过 SSH 连接时使用 'ssh: //',或者在连接到远程系统时使用 'https://:2376' 的格式。" msgstr "连接到本地 docker 守护进程时可以采用 'unix: //' 的格式,通过 SSH 连接时使用 'ssh: //',或者在连接到远程系统时使用 'https://:2376' 的格式。"
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr ""
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1412,6 +1423,14 @@ msgstr "复制恢复链接"
msgid "Create" msgid "Create"
msgstr "创建" msgstr "创建"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr ""
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1425,7 +1444,8 @@ msgstr "创建应用程序"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "创建绑定" msgstr "创建绑定"
@ -1466,8 +1486,8 @@ msgid "Create Outpost"
msgstr "创建 Outpost" msgstr "创建 Outpost"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "创建策略" #~ msgstr "创建策略"
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1482,8 +1502,8 @@ msgid "Create Service account"
msgstr "创建服务账户" msgstr "创建服务账户"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "创建 Stage" #~ msgstr "创建 Stage"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1867,6 +1887,11 @@ msgstr "断开连接"
msgid "Docker URL" msgid "Docker URL"
msgstr "Docker URL" msgstr "Docker URL"
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr ""
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2403,6 +2428,7 @@ msgid "Finish"
msgstr "完成" msgstr "完成"
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "流程" msgstr "流程"
@ -3006,6 +3032,10 @@ msgstr "失效流程"
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "邀请" #~ msgstr "邀请"
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr ""
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "已使用邀请" msgstr "已使用邀请"
@ -3289,6 +3319,7 @@ msgstr "正在加载"
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3317,6 +3348,10 @@ msgstr "本地"
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr ""
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "区域设置" #~ msgstr "区域设置"
@ -3946,6 +3981,14 @@ msgstr ""
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "" msgstr ""
@ -4998,6 +5041,14 @@ msgstr "安全密钥身份验证器"
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "有关所有变量的列表,请参阅文档。" msgstr "有关所有变量的列表,请参阅文档。"
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr ""
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "选择此应用程序应使用的提供程序。或者,创建一个新的提供商。" msgstr "选择此应用程序应使用的提供程序。或者,创建一个新的提供商。"
@ -6347,6 +6398,10 @@ msgstr "UID 起始编号"
msgid "UPN" msgid "UPN"
msgstr "UPN" msgstr "UPN"
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "URL 设置" msgstr "URL 设置"
@ -7092,6 +7147,10 @@ msgstr "启用后,将使用全局电子邮件连接设置,而下面的连接
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "启用后,邀请将在使用后被删除。" msgstr "启用后,邀请将在使用后被删除。"
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr ""
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "启用后,无论用户字段大小写如何,都将匹配用户字段。" msgstr "启用后,无论用户字段大小写如何,都将匹配用户字段。"
@ -7108,6 +7167,10 @@ msgstr "选中后,密码字段将显示在同一页面上,而不是单独的
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "选中后,传入声明的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。" msgstr "选中后,传入声明的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。"
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr ""
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts

View file

@ -770,6 +770,14 @@ msgstr "Bind DN"
msgid "Bind Password" msgid "Bind Password"
msgstr "Bind 密码" msgstr "Bind 密码"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Bind existing policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Bind existing stage"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderForm.ts #: src/admin/providers/ldap/LDAPProviderForm.ts
msgid "Bind flow" msgid "Bind flow"
msgstr "Bind 流程" msgstr "Bind 流程"
@ -778,7 +786,6 @@ msgstr "Bind 流程"
msgid "Bind mode" msgid "Bind mode"
msgstr "" msgstr ""
#: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Bind stage" msgid "Bind stage"
msgstr "Bind 阶段" msgstr "Bind 阶段"
@ -876,6 +883,10 @@ msgstr "回调 URL"
msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system." msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, using 'ssh://' to connect via SSH, or 'https://:2376' when connecting to a remote system."
msgstr "连接到本地 docker 守护进程时可以采用 'unix: //' 的格式,通过 SSH 连接时使用 'ssh: //',或者在连接到远程系统时使用 'https://:2376' 的格式。" msgstr "连接到本地 docker 守护进程时可以采用 'unix: //' 的格式,通过 SSH 连接时使用 'ssh: //',或者在连接到远程系统时使用 'https://:2376' 的格式。"
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "Can create users"
msgstr ""
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/users/GroupSelectModal.ts #: src/admin/users/GroupSelectModal.ts
#: src/admin/users/UserActiveForm.ts #: src/admin/users/UserActiveForm.ts
@ -1412,6 +1423,14 @@ msgstr "复制恢复链接"
msgid "Create" msgid "Create"
msgstr "创建" msgstr "创建"
#: src/admin/policies/BoundPoliciesList.ts
msgid "Create & bind Policy"
msgstr ""
#: src/admin/flows/BoundStagesList.ts
msgid "Create & bind Stage"
msgstr ""
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Create App password" msgid "Create App password"
@ -1425,7 +1444,8 @@ msgstr "创建应用程序"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/PolicyWizard.ts
#: src/admin/stages/StageWizard.ts
msgid "Create Binding" msgid "Create Binding"
msgstr "创建绑定" msgstr "创建绑定"
@ -1466,8 +1486,8 @@ msgid "Create Outpost"
msgstr "创建 Outpost" msgstr "创建 Outpost"
#: src/admin/policies/BoundPoliciesList.ts #: src/admin/policies/BoundPoliciesList.ts
msgid "Create Policy" #~ msgid "Create Policy"
msgstr "创建策略" #~ msgstr "创建策略"
#: src/admin/stages/prompt/PromptListPage.ts #: src/admin/stages/prompt/PromptListPage.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -1482,8 +1502,8 @@ msgid "Create Service account"
msgstr "创建服务账户" msgstr "创建服务账户"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
msgid "Create Stage" #~ msgid "Create Stage"
msgstr "创建 Stage" #~ msgstr "创建 Stage"
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
#: src/admin/flows/BoundStagesList.ts #: src/admin/flows/BoundStagesList.ts
@ -1867,6 +1887,11 @@ msgstr "断开连接"
msgid "Docker URL" msgid "Docker URL"
msgstr "Docker URL" msgstr "Docker URL"
#: src/admin/blueprints/BlueprintForm.ts
#: src/admin/outposts/OutpostForm.ts
msgid "Documentation"
msgstr ""
#: src/admin/tenants/TenantForm.ts #: src/admin/tenants/TenantForm.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
#: src/admin/tenants/TenantListPage.ts #: src/admin/tenants/TenantListPage.ts
@ -2403,6 +2428,7 @@ msgid "Finish"
msgstr "完成" msgstr "完成"
#: src/admin/flows/FlowImportForm.ts #: src/admin/flows/FlowImportForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
msgid "Flow" msgid "Flow"
msgstr "流程" msgstr "流程"
@ -3006,6 +3032,10 @@ msgstr "失效流程"
#~ msgid "Invitation" #~ msgid "Invitation"
#~ msgstr "邀请" #~ msgstr "邀请"
#: src/admin/stages/invitation/InvitationListPage.ts
msgid "Invitation not limited to any flow, and can be used with any enrollment flow."
msgstr ""
#: src/admin/events/utils.ts #: src/admin/events/utils.ts
msgid "Invitation used" msgid "Invitation used"
msgstr "已使用邀请" msgstr "已使用邀请"
@ -3289,6 +3319,7 @@ msgstr "正在加载"
#: 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/identification/IdentificationStageForm.ts
#: src/admin/stages/invitation/InvitationForm.ts
#: src/admin/stages/invitation/InvitationListLink.ts #: src/admin/stages/invitation/InvitationListLink.ts
#: src/admin/stages/password/PasswordStageForm.ts #: src/admin/stages/password/PasswordStageForm.ts
#: src/admin/stages/prompt/PromptStageForm.ts #: src/admin/stages/prompt/PromptStageForm.ts
@ -3317,6 +3348,10 @@ msgstr "本地"
msgid "Local (notifications will be created within authentik)" msgid "Local (notifications will be created within authentik)"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "Local path"
msgstr ""
#~ msgid "Locale" #~ msgid "Locale"
#~ msgstr "区域设置" #~ msgstr "区域设置"
@ -3946,6 +3981,14 @@ msgstr ""
msgid "OAuth2/OIDC" msgid "OAuth2/OIDC"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI Registry"
msgstr ""
#: src/admin/blueprints/BlueprintForm.ts
msgid "OCI URL, in the format of oci://registry.domain.tld/path/to/manifest."
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "OIDC JWKS" msgid "OIDC JWKS"
msgstr "" msgstr ""
@ -4998,6 +5041,14 @@ msgstr "安全密钥身份验证器"
msgid "See documentation for a list of all variables." msgid "See documentation for a list of all variables."
msgstr "有关所有变量的列表,请参阅文档。" msgstr "有关所有变量的列表,请参阅文档。"
#: src/admin/blueprints/BlueprintForm.ts
msgid "See more about OCI support here:"
msgstr ""
#: src/admin/outposts/OutpostForm.ts
msgid "See more here:"
msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use. Alternatively, create a new provider."
msgstr "选择此应用程序应使用的提供程序。或者,创建一个新的提供商。" msgstr "选择此应用程序应使用的提供程序。或者,创建一个新的提供商。"
@ -6347,6 +6398,10 @@ msgstr "UID 起始编号"
msgid "UPN" msgid "UPN"
msgstr "UPN" msgstr "UPN"
#: src/admin/blueprints/BlueprintForm.ts
msgid "URL"
msgstr ""
#: src/admin/sources/oauth/OAuthSourceForm.ts #: src/admin/sources/oauth/OAuthSourceForm.ts
msgid "URL settings" msgid "URL settings"
msgstr "URL 设置" msgstr "URL 设置"
@ -7092,6 +7147,10 @@ msgstr "启用后,将使用全局电子邮件连接设置,而下面的连接
msgid "When enabled, the invitation will be deleted after usage." msgid "When enabled, the invitation will be deleted after usage."
msgstr "启用后,邀请将在使用后被删除。" msgstr "启用后,邀请将在使用后被删除。"
#: src/admin/stages/user_write/UserWriteStageForm.ts
msgid "When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail."
msgstr ""
#: src/admin/stages/identification/IdentificationStageForm.ts #: src/admin/stages/identification/IdentificationStageForm.ts
msgid "When enabled, user fields are matched regardless of their casing." msgid "When enabled, user fields are matched regardless of their casing."
msgstr "启用后,无论用户字段大小写如何,都将匹配用户字段。" msgstr "启用后,无论用户字段大小写如何,都将匹配用户字段。"
@ -7108,6 +7167,10 @@ msgstr "选中后,密码字段将显示在同一页面上,而不是单独的
msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default." msgid "When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default."
msgstr "选中后,传入声明的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。" msgstr "选中后,传入声明的签名将根据此证书进行验证。要允许未签名的请求,请保留默认值。"
#: src/admin/stages/invitation/InvitationForm.ts
msgid "When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages."
msgstr ""
#: src/admin/policies/dummy/DummyPolicyForm.ts #: src/admin/policies/dummy/DummyPolicyForm.ts
#: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts #: src/admin/policies/event_matcher/EventMatcherPolicyForm.ts
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts