mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 00:02:24 +00:00
fix(console-v2): settings permission restriction, u2f naming, asset error handling (#3658)
* fix permission on nav * restrict settings access * fido table * u2f i18n, permission * factor, image fallback Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -277,8 +277,8 @@
|
||||
"U2F_NAME": "Authentifikator Name",
|
||||
"TYPE": {
|
||||
"0": "Keine MFA definiert",
|
||||
"1": "OTP",
|
||||
"2": "U2F"
|
||||
"1": "One Time Password (OTP)",
|
||||
"2": "Fingerabdruck, Security Keys, Face ID und andere"
|
||||
},
|
||||
"STATE": {
|
||||
"0": "Kein Status",
|
||||
@@ -324,16 +324,16 @@
|
||||
"OTP": "OTP (One-Time Password)",
|
||||
"OTP_DIALOG_TITLE": "OTP hinzufügen",
|
||||
"OTP_DIALOG_DESCRIPTION": "Scanne den QR-Code mit einer Authenticator App und verifiziere den erhaltenen Code, um OTP zu aktivieren.",
|
||||
"U2F": "U2F (Universal 2nd Factor)",
|
||||
"U2F_DIALOG_TITLE": "U2F hinzufügen",
|
||||
"U2F_DIALOG_DESCRIPTION": "Gib einen Namen für den von dir verwendeten Universellen Multifaktor an.",
|
||||
"U2F_SUCCESS": "U2F erfolgreich erstellt!",
|
||||
"U2F": "Fingerabdruck, Security Key, Face ID oder andere",
|
||||
"U2F_DIALOG_TITLE": "Faktor hinzufügen",
|
||||
"U2F_DIALOG_DESCRIPTION": "Gib einen Namen für den von dir verwendeten Authentikator an.",
|
||||
"U2F_SUCCESS": "Faktor erfolgreich hinzugefügt!",
|
||||
"U2F_ERROR": "Ein Fehler ist aufgetreten!",
|
||||
"U2F_NAME": "U2F Name",
|
||||
"U2F_NAME": "Authenticator Name",
|
||||
"TYPE": {
|
||||
"0": "Keine MFA definiert",
|
||||
"1": "OTP",
|
||||
"2": "U2F"
|
||||
"2": "Fingerabdruck, Security Key, Face ID oder andere"
|
||||
},
|
||||
"STATE": {
|
||||
"0": "Kein Status",
|
||||
@@ -558,7 +558,7 @@
|
||||
"PHONEVERIFICATIONSENT": "Bestätigungscode per Telefonnummer gesendet.",
|
||||
"EMAILVERIFICATIONSENT": "Bestätigungscode per E-Mail gesendet.",
|
||||
"OTPREMOVED": "OTP entfernt.",
|
||||
"U2FREMOVED": "U2F entfernt.",
|
||||
"U2FREMOVED": "Faktor entfernt.",
|
||||
"PASSWORDLESSREMOVED": "Passwortlos entfernt.",
|
||||
"INITIALPASSWORDSET": "Initiales Passwort gesetzt.",
|
||||
"PASSWORDNOTIFICATIONSENT": "Passwortänderung mittgeteilt.",
|
||||
@@ -912,7 +912,7 @@
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
"TITLE": "Branding",
|
||||
"DESCRIPTION": "Verleihe dem Login deinen benutzerdefinierten Style und passe das Verhalten an.",
|
||||
"DESCRIPTION": "Verleihen Sie dem Login Ihren benutzerdefinierten Style und passen Sie das Verhalten an.",
|
||||
"PREVIEW_DESCRIPTION": "Änderungen dieser Richtlinie werden automatisch in der Preview Umgebung verfügbar.",
|
||||
"BTN": "Datei auswählen",
|
||||
"ACTIVATEPREVIEW": "Konfiguration übernehmen",
|
||||
@@ -1495,12 +1495,12 @@
|
||||
"TYPE": "Typ",
|
||||
"MULTIFACTORTYPES": {
|
||||
"0": "Unknown",
|
||||
"1": "U2F with Pin"
|
||||
"1": "Fingerabdruck, Security Keys, Face ID und andere"
|
||||
},
|
||||
"SECONDFACTORTYPES": {
|
||||
"0": "Unknown",
|
||||
"1": "OTP",
|
||||
"2": "U2F"
|
||||
"1": "One Time Password (OTP)",
|
||||
"2": "Fingerabdruck, Security Keys, Face ID und andere"
|
||||
}
|
||||
},
|
||||
"LOGINPOLICY": {
|
||||
|
||||
@@ -273,12 +273,12 @@
|
||||
"U2F_DIALOG_TITLE": "Verify authenticator",
|
||||
"U2F_DIALOG_DESCRIPTION": "Enter a name for your used passwordless Login",
|
||||
"U2F_SUCCESS": "Passwordless Auth created successfully!",
|
||||
"U2F_ERROR": "An error during U2F setup occurred!",
|
||||
"U2F_ERROR": "An error during setup occurred!",
|
||||
"U2F_NAME": "Authenticator Name",
|
||||
"TYPE": {
|
||||
"0": "No MFA defined",
|
||||
"1": "OTP",
|
||||
"2": "U2F"
|
||||
"1": "One Time Password (OTP)",
|
||||
"2": "Fingerprint, Security Keys, Face ID and other"
|
||||
},
|
||||
"STATE": {
|
||||
"0": "No State",
|
||||
@@ -324,16 +324,16 @@
|
||||
"OTP": "OTP (One-Time Password)",
|
||||
"OTP_DIALOG_TITLE": "Add OTP",
|
||||
"OTP_DIALOG_DESCRIPTION": "Scan the QR code with an authenticator app and enter the code below to verify and activate the OTP method.",
|
||||
"U2F": "U2F (Universal 2nd Factor)",
|
||||
"U2F_DIALOG_TITLE": "Verify U2F",
|
||||
"U2F": "Fingerprint, Security Keys, Face ID and other",
|
||||
"U2F_DIALOG_TITLE": "Verify Factor",
|
||||
"U2F_DIALOG_DESCRIPTION": "Enter a name for your used universal Multifactor.",
|
||||
"U2F_SUCCESS": "U2F created successfully!",
|
||||
"U2F_ERROR": "An error during U2F setup occurred!",
|
||||
"U2F_NAME": "U2F Name",
|
||||
"U2F_SUCCESS": "Factor added successfully!",
|
||||
"U2F_ERROR": "An error during setup occurred!",
|
||||
"U2F_NAME": "Authenticator Name",
|
||||
"TYPE": {
|
||||
"0": "No MFA defined",
|
||||
"1": "OTP",
|
||||
"2": "U2F"
|
||||
"1": "One Time Password (OTP)",
|
||||
"2": "Fingerprint, Security Keys, Face ID and other"
|
||||
},
|
||||
"STATE": {
|
||||
"0": "No State",
|
||||
@@ -558,7 +558,7 @@
|
||||
"PHONEVERIFICATIONSENT": "Phone verification code sent.",
|
||||
"EMAILVERIFICATIONSENT": "E-mail verification code sent.",
|
||||
"OTPREMOVED": "OTP removed.",
|
||||
"U2FREMOVED": "U2F removed.",
|
||||
"U2FREMOVED": "Factor removed.",
|
||||
"PASSWORDLESSREMOVED": "Passwordless removed.",
|
||||
"INITIALPASSWORDSET": "Initial password set.",
|
||||
"PASSWORDNOTIFICATIONSENT": "Password change notification sent.",
|
||||
@@ -1495,12 +1495,12 @@
|
||||
"TYPE": "Type",
|
||||
"MULTIFACTORTYPES": {
|
||||
"0": "Unknown",
|
||||
"1": "U2F with Pin"
|
||||
"1": "Fingerprint, Security Keys, Face ID and other"
|
||||
},
|
||||
"SECONDFACTORTYPES": {
|
||||
"0": "Unknown",
|
||||
"1": "OTP",
|
||||
"2": "U2F"
|
||||
"1": "One Time Password (OTP)",
|
||||
"2": "Fingerprint, Security Keys, Face ID and other"
|
||||
}
|
||||
},
|
||||
"LOGINPOLICY": {
|
||||
|
||||
@@ -273,12 +273,12 @@
|
||||
"U2F_DIALOG_TITLE": "Verifica autenticatore",
|
||||
"U2F_DIALOG_DESCRIPTION": "Inserisci un nome per il tuo authenticatore o dispositivo usato.",
|
||||
"U2F_SUCCESS": "Autorizzazione passwordless creata con successo!",
|
||||
"U2F_ERROR": "Si \u00e8 verificato un errore durante la configurazione di U2F!",
|
||||
"U2F_ERROR": "Si \u00e8 verificato un errore durante la configurazione!",
|
||||
"U2F_NAME": "Nome dell'autenticatore",
|
||||
"TYPE": {
|
||||
"0": "Nessun MFA definito",
|
||||
"1": "OTP",
|
||||
"2": "U2F"
|
||||
"1": "One Time Password (OTP)",
|
||||
"2": "Impronta digitale, chiave di sicurezza, Face ID e altri"
|
||||
},
|
||||
"STATE": {
|
||||
"0": "Nessuno Stato",
|
||||
@@ -324,16 +324,16 @@
|
||||
"OTP": "OTP (One-Time Password)",
|
||||
"OTP_DIALOG_TITLE": "Aggiungi OTP",
|
||||
"OTP_DIALOG_DESCRIPTION": "Scansiona il codice QR con un'app di autenticazione e inserisci il codice nel campo sottostante per verificare e attivare il metodo OTP.",
|
||||
"U2F": "U2F (Universal 2nd Factor)",
|
||||
"U2F_DIALOG_TITLE": "Verifica U2F",
|
||||
"U2F": "Impronta digitale, chiave di sicurezza, Face ID e altri",
|
||||
"U2F_DIALOG_TITLE": "Verifica Fattore",
|
||||
"U2F_DIALOG_DESCRIPTION": "Inserisci un nome per il tuo methodo o dispositivo.",
|
||||
"U2F_SUCCESS": "U2F creato con successo!",
|
||||
"U2F_ERROR": "Si \u00e8 verificato un errore durante la configurazione di U2F!",
|
||||
"U2F_NAME": "Nome U2F",
|
||||
"U2F_SUCCESS": "Fattore aggiunto con successo!",
|
||||
"U2F_ERROR": "Si \u00e8 verificato un errore durante la configurazione!",
|
||||
"U2F_NAME": "Nome dell'autenticatore",
|
||||
"TYPE": {
|
||||
"0": "Nessun altro fattore definito",
|
||||
"1": "OTP",
|
||||
"2": "U2F"
|
||||
"1": "One Time Password (OTP)",
|
||||
"2": "Impronta digitale, chiave di sicurezza, Face ID e altri"
|
||||
},
|
||||
"STATE": {
|
||||
"0": "Nessuno Stato",
|
||||
@@ -557,8 +557,8 @@
|
||||
"PHONEVERIFIED": "Telefono verificato con successo.",
|
||||
"PHONEVERIFICATIONSENT": "Codice di verifica telefonica inviato.",
|
||||
"EMAILVERIFICATIONSENT": "Codice di verifica e-mail inviato.",
|
||||
"OTPREMOVED": "OTP rimosso.",
|
||||
"U2FREMOVED": "U2F rimosso.",
|
||||
"OTPREMOVED": "One Time Password (OTP) rimosso.",
|
||||
"U2FREMOVED": "Fattore rimosso.",
|
||||
"PASSWORDLESSREMOVED": "Rimosso senza password.",
|
||||
"INITIALPASSWORDSET": "Password iniziale impostata.",
|
||||
"PASSWORDNOTIFICATIONSENT": "Notifica di cambio password inviata.",
|
||||
@@ -1495,12 +1495,12 @@
|
||||
"TYPE": "Tipo",
|
||||
"MULTIFACTORTYPES": {
|
||||
"0": "Sconosciuto",
|
||||
"1": "U2F con Pin"
|
||||
"1": "Impronta digitale, chiave di sicurezza, Face ID e altri"
|
||||
},
|
||||
"SECONDFACTORTYPES": {
|
||||
"0": "Sconosciuto",
|
||||
"1": "OTP",
|
||||
"2": "U2F"
|
||||
"1": "One Time Password (OTP)",
|
||||
"2": "Impronta digitale, chiave di sicurezza, Face ID e altri"
|
||||
}
|
||||
},
|
||||
"LOGINPOLICY": {
|
||||
|
||||
1
console/src/assets/mdi/usb-flash-drive-outline.svg
Normal file
1
console/src/assets/mdi/usb-flash-drive-outline.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M8 13C9.66 13 11 14.34 11 16C11 17.66 9.66 19 8 19C6.34 19 5 17.66 5 16C5 14.34 6.34 13 8 13M8 15C7.45 15 7 15.45 7 16C7 16.55 7.45 17 8 17C8.55 17 9 16.55 9 16C9 15.45 8.55 15 8 15M9.77 4.33L10.5 5.08L14.29 1.29C14.47 1.11 14.72 1 15 1C15.28 1 15.53 1.11 15.71 1.29L22.78 8.36L22.78 8.37C22.92 8.54 23 8.76 23 9C23 9.3 22.87 9.57 22.66 9.76L22.66 9.76L18.93 13.5L19.67 14.23L12.95 20.95C11.68 22.22 9.93 23 8 23C4.13 23 1 19.87 1 16C1 14.07 1.78 12.32 3.05 11.05L9.77 4.33M11.54 19.54L16.84 14.23L9.77 7.16L4.46 12.46C3.56 13.37 3 14.62 3 16C3 18.76 5.24 21 8 21C9.38 21 10.63 20.44 11.54 19.54M15.07 4.69L16.5 6.1L15.07 7.5L13.66 6.1L15.07 4.69M17.9 7.5L19.31 8.93L17.9 10.34L16.5 8.93L17.9 7.5M20.59 9L15 3.41L11.93 6.5L17.5 12.08L20.59 9Z" /></svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user