web/admin: fix webauthn label order, add raw value (#6905)
* web/admin: fix webauthn label order, add raw value Signed-off-by: Jens Langhammer <jens@goauthentik.io> * revert codecov to v3 --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -96,18 +96,18 @@ export class AuthenticateWebAuthnStageForm extends ModelForm<AuthenticateWebAuth
|
||||
<ak-radio
|
||||
.options=${[
|
||||
{
|
||||
label: msg("User verification must occur."),
|
||||
label: msg("Required: User verification must occur."),
|
||||
value: UserVerificationEnum.Required,
|
||||
default: true,
|
||||
},
|
||||
{
|
||||
label: msg(
|
||||
"User verification is preferred if available, but not required.",
|
||||
"Preferred: User verification is preferred if available, but not required.",
|
||||
),
|
||||
value: UserVerificationEnum.Preferred,
|
||||
},
|
||||
{
|
||||
label: msg("User verification should not occur."),
|
||||
label: msg("Discouraged: User verification should not occur."),
|
||||
value: UserVerificationEnum.Discouraged,
|
||||
},
|
||||
]}
|
||||
@ -124,20 +124,20 @@ export class AuthenticateWebAuthnStageForm extends ModelForm<AuthenticateWebAuth
|
||||
.options=${[
|
||||
{
|
||||
label: msg(
|
||||
"The authenticator should not create a dedicated credential",
|
||||
"Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur",
|
||||
),
|
||||
value: ResidentKeyRequirementEnum.Required,
|
||||
default: true,
|
||||
},
|
||||
{
|
||||
label: msg(
|
||||
"The authenticator can create and store a dedicated credential, but if it doesn't that's alright too",
|
||||
"Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too",
|
||||
),
|
||||
value: ResidentKeyRequirementEnum.Preferred,
|
||||
},
|
||||
{
|
||||
label: msg(
|
||||
"The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur",
|
||||
"Discouraged: The authenticator should not create a dedicated credential",
|
||||
),
|
||||
value: ResidentKeyRequirementEnum.Discouraged,
|
||||
},
|
||||
|
@ -42,7 +42,7 @@ export class UserDeviceList extends Table<Device> {
|
||||
msg("Name"),
|
||||
msg("Type"),
|
||||
msg("Confirmed")
|
||||
].map((th) => new TableColumn(th, ""))
|
||||
].map((th) => new TableColumn(th, ""));
|
||||
}
|
||||
|
||||
async deleteWrapper(device: Device) {
|
||||
|
@ -154,10 +154,6 @@
|
||||
<source>Messages</source>
|
||||
<target>Nachrichten</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
<target>Neue Version verfügbar!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
<target>Quelle verwenden</target>
|
||||
@ -4041,18 +4037,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Resident key requirement</source>
|
||||
<target>Resident-Key-Anforderung</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
<target>Der Authentifikator sollte keine dedizierten Anmeldeinformationen erstellen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
<target>Der Authentifikator kann einen dedizierten Berechtigungsnachweis erstellen und speichern, aber wenn dies nicht der Fall ist, ist das auch in Ordnung</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
<target>Der Authentifikator MUSS einen dedizierten Berechtigungsnachweis erstellen. Wenn dies nicht möglich ist, ist der RP darauf vorbereitet, dass ein Fehler auftritt</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
<target>Authenticator-Anhang</target>
|
||||
@ -5887,6 +5871,39 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
@ -154,10 +154,6 @@
|
||||
<source>Messages</source>
|
||||
<target>Messages</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
<target>New version available!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
<target>Using source</target>
|
||||
@ -4265,18 +4261,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Resident key requirement</source>
|
||||
<target>Resident key requirement</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
<target>The authenticator should not create a dedicated credential</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
<target>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
<target>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
<target>Authenticator Attachment</target>
|
||||
@ -6201,6 +6185,39 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
@ -148,10 +148,6 @@
|
||||
<source>Messages</source>
|
||||
<target>Mensajes</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
<target>¡Nueva versión disponible!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
<target>Uso de la fuente</target>
|
||||
@ -3968,18 +3964,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Resident key requirement</source>
|
||||
<target>Requisito clave residente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
<target>El autenticador no debe crear una credencial dedicada</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
<target>El autenticador puede crear y almacenar una credencial dedicada, pero si no es así, también está bien</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
<target>El autenticador DEBE crear una credencial dedicada. Si no puede, el RP está preparado para que se produzca un error</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
<target>Adjunto de autenticador</target>
|
||||
@ -5795,6 +5779,39 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
@ -153,10 +153,6 @@
|
||||
<source>Messages</source>
|
||||
<target>Messages</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
<target>Une nouvelle version est disponible !</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
<target>Utilisation de la source</target>
|
||||
@ -4046,15 +4042,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s9ea472b555374771">
|
||||
<source>Resident key requirement</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
</trans-unit>
|
||||
@ -5900,6 +5887,39 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
@ -154,10 +154,6 @@
|
||||
<source>Messages</source>
|
||||
<target>Wiadomości</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
<target>Nowa wersja dostępna!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
<target>Używając źródła</target>
|
||||
@ -4138,18 +4134,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Resident key requirement</source>
|
||||
<target>Wymagania dotyczące klucza rezydenta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
<target>Program uwierzytelniający nie powinien tworzyć dedykowanego poświadczenia</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
<target>Program uwierzytelniający może utworzyć i przechowywać dedykowane dane uwierzytelniające, ale jeśli nie, to też jest w porządku</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
<target>Autoryzator MUSI utworzyć dedykowane poświadczenie. Jeśli nie, RP jest przygotowany na wystąpienie błędu</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
<target>Załącznik uwierzytelniający</target>
|
||||
@ -6034,6 +6018,39 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
@ -153,10 +153,6 @@
|
||||
<trans-unit id="sbdeedc1c60306b35">
|
||||
<source>Messages</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
@ -4228,18 +4224,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s9ea472b555374771">
|
||||
<source>Resident key requirement</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
@ -6136,6 +6120,39 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
@ -148,10 +148,6 @@
|
||||
<source>Messages</source>
|
||||
<target>İletiler</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
<target>Yeni sürüm mevcut!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
<target>Kaynak kullanma</target>
|
||||
@ -3966,15 +3962,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s9ea472b555374771">
|
||||
<source>Resident key requirement</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
</trans-unit>
|
||||
@ -5785,6 +5772,39 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" ?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||
<?xml version="1.0"?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||
<file target-language="zh-Hans" source-language="en" original="lit-localize-inputs" datatype="plaintext">
|
||||
<body>
|
||||
<trans-unit id="s4caed5b7a7e5d89b">
|
||||
@ -190,11 +190,6 @@
|
||||
<source>Messages</source>
|
||||
<target>消息</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
<target>新版本可用!</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
@ -618,9 +613,9 @@
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="saa0e2675da69651b">
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>未找到 URL "
|
||||
<x id="0" equiv-text="${this.url}"/>"。</target>
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>未找到 URL "
|
||||
<x id="0" equiv-text="${this.url}"/>"。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s58cd9c2fe836d9c6">
|
||||
@ -1072,8 +1067,8 @@
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sa8384c9c26731f83">
|
||||
<source>To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.</source>
|
||||
<target>要允许任何重定向 URI,请将此值设置为 ".*"。请注意这可能带来的安全影响。</target>
|
||||
<source>To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.</source>
|
||||
<target>要允许任何重定向 URI,请将此值设置为 ".*"。请注意这可能带来的安全影响。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s55787f4dfcdce52b">
|
||||
@ -1819,8 +1814,8 @@
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sa90b7809586c35ce">
|
||||
<source>Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test".</source>
|
||||
<target>输入完整 URL、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 "fa-test"。</target>
|
||||
<source>Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test".</source>
|
||||
<target>输入完整 URL、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 "fa-test"。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s0410779cb47de312">
|
||||
@ -3243,8 +3238,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s76768bebabb7d543">
|
||||
<source>Field which contains members of a group. Note that if using the "memberUid" field, the value is assumed to contain a relative distinguished name. e.g. 'memberUid=some-user' instead of 'memberUid=cn=some-user,ou=groups,...'</source>
|
||||
<target>包含组成员的字段。请注意,如果使用 "memberUid" 字段,则假定该值包含相对可分辨名称。例如,'memberUid=some-user' 而不是 'memberUid=cn=some-user,ou=groups,...'</target>
|
||||
<source>Field which contains members of a group. Note that if using the "memberUid" field, the value is assumed to contain a relative distinguished name. e.g. 'memberUid=some-user' instead of 'memberUid=cn=some-user,ou=groups,...'</source>
|
||||
<target>包含组成员的字段。请注意,如果使用 "memberUid" 字段,则假定该值包含相对可分辨名称。例如,'memberUid=some-user' 而不是 'memberUid=cn=some-user,ou=groups,...'</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s026555347e589f0e">
|
||||
@ -4036,8 +4031,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s7b1fba26d245cb1c">
|
||||
<source>When using an external logging solution for archiving, this can be set to "minutes=5".</source>
|
||||
<target>使用外部日志记录解决方案进行存档时,可以将其设置为 "minutes=5"。</target>
|
||||
<source>When using an external logging solution for archiving, this can be set to "minutes=5".</source>
|
||||
<target>使用外部日志记录解决方案进行存档时,可以将其设置为 "minutes=5"。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s44536d20bb5c8257">
|
||||
@ -4046,8 +4041,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s3bb51cabb02b997e">
|
||||
<source>Format: "weeks=3;days=2;hours=3,seconds=2".</source>
|
||||
<target>格式:"weeks=3;days=2;hours=3,seconds=2"。</target>
|
||||
<source>Format: "weeks=3;days=2;hours=3,seconds=2".</source>
|
||||
<target>格式:"weeks=3;days=2;hours=3,seconds=2"。</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s04bfd02201db5ab8">
|
||||
@ -4243,10 +4238,10 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sa95a538bfbb86111">
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<target>您确定要更新
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>" 吗?</target>
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>" 吗?</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sc92d7cfb6ee1fec6">
|
||||
@ -5330,21 +5325,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Resident key requirement</source>
|
||||
<target>常驻钥匙要求</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
<target>身份验证器不应该创建专用凭据</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
<target>身份验证器可以创建和存储专用凭据,但不创建也可以</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
<target>身份验证器必须创建专用凭据。如果不能,RP 预期会发生错误</target>
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
@ -5362,7 +5342,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="sdf1d8edef27236f0">
|
||||
<source>A "roaming" authenticator, like a YubiKey</source>
|
||||
<source>A "roaming" authenticator, like a YubiKey</source>
|
||||
<target>像 YubiKey 这样的“漫游”身份验证器</target>
|
||||
|
||||
</trans-unit>
|
||||
@ -5697,10 +5677,10 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s2d5f69929bb7221d">
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${prompt.name}"/>("
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>",类型为
|
||||
<x id="0" equiv-text="${prompt.name}"/>("
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>",类型为
|
||||
<x id="2" equiv-text="${prompt.type}"/>)</target>
|
||||
|
||||
</trans-unit>
|
||||
@ -5749,7 +5729,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
|
||||
</trans-unit>
|
||||
<trans-unit id="s1608b2f94fa0dbd4">
|
||||
<source>If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here.</source>
|
||||
<source>If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here.</source>
|
||||
<target>如果设置时长大于 0,用户可以选择“保持登录”选项,这将使用户的会话延长此处设置的时间。</target>
|
||||
|
||||
</trans-unit>
|
||||
@ -7766,7 +7746,40 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
<target>流程与阶段</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
</xliff>
|
||||
|
@ -154,10 +154,6 @@
|
||||
<source>Messages</source>
|
||||
<target>信息</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
<target>新版本可用!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
<target>使用源</target>
|
||||
@ -4004,18 +4000,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Resident key requirement</source>
|
||||
<target>常驻钥匙要求</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
<target>身份验证者不应创建专用凭据</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
<target>身份验证器可以创建和存储专用凭据,但如果没有,那也没关系</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
<target>身份验证者必须创建专用凭据。如果不能,RP 已做好准备以防发生错误</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
<target>身份验证器附件</target>
|
||||
@ -5840,6 +5824,39 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
@ -154,10 +154,6 @@
|
||||
<source>Messages</source>
|
||||
<target>信息</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd6edc7752cdf0ef5">
|
||||
<source>New version available!</source>
|
||||
<target>新版本可用!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s0a5401d4419f9958">
|
||||
<source>Using source</source>
|
||||
<target>使用源</target>
|
||||
@ -4004,18 +4000,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Resident key requirement</source>
|
||||
<target>常驻钥匙要求</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s437ab6d95ca1ac78">
|
||||
<source>The authenticator should not create a dedicated credential</source>
|
||||
<target>身份验证者不应创建专用凭据</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6d55598b52348a5">
|
||||
<source>The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
<target>身份验证器可以创建和存储专用凭据,但如果没有,那也没关系</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81356cab25498851">
|
||||
<source>The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
<target>身份验证者必须创建专用凭据。如果不能,RP 已做好准备以防发生错误</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fbaeb14f42815e5">
|
||||
<source>Authenticator Attachment</source>
|
||||
<target>身份验证器附件</target>
|
||||
@ -5839,6 +5823,39 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1a65ee08832fbfe2">
|
||||
<source>Flows and Stages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4ba4473f3d4ec896">
|
||||
<source>New version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6b1ed7507f26cb4a">
|
||||
<source>Failure result</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2e422519ed38f7d8">
|
||||
<source>Pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s81a45c4fd11e8e1a">
|
||||
<source>Don't pass</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s95b73e0f4e47eb9a">
|
||||
<source>Result used when policy execution fails.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a3cf855140b9511">
|
||||
<source>Required: User verification must occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc498a3b05cfe2b08">
|
||||
<source>Preferred: User verification is preferred if available, but not required.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d2239d2b0402795">
|
||||
<source>Discouraged: User verification should not occur.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s428b7859907f6db2">
|
||||
<source>Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s33e3766d4a02b042">
|
||||
<source>Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfb852dd507c25c24">
|
||||
<source>Discouraged: The authenticator should not create a dedicated credential</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
Reference in New Issue
Block a user