mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 20:37:49 +00:00
feat(console-v2): secret generator settings (#3619)
* secret generator, fix project grant * secret generators
This commit is contained in:
@@ -821,7 +821,8 @@
|
||||
"LOGINTEXTS": "Testi dell'interfaccia login",
|
||||
"BRANDING": "Branding",
|
||||
"PRIVACYPOLICY": "Informativa sulla privacy e TOS",
|
||||
"OIDC": "OIDC Configuration"
|
||||
"OIDC": "OIDC Token lifetime e scadenza",
|
||||
"SECRETS": "Aspetto dei segreti"
|
||||
},
|
||||
"GROUPS": {
|
||||
"NOTIFICATIONS": "Notifiche",
|
||||
@@ -869,6 +870,27 @@
|
||||
"REFRESHTOKENIDLEEXPIRATION": "Refresh Token Idle Expiration",
|
||||
"INHOURS": "ore",
|
||||
"INDAYS": "giorni"
|
||||
},
|
||||
"SECRETS": {
|
||||
"TITLE": "Aspetto dei segreti",
|
||||
"TYPES": "Tipi di segreti",
|
||||
"TYPE": {
|
||||
"1": "Initializzazione email",
|
||||
"2": "Verificazione dell' email",
|
||||
"3": "Verificazione del numero di telefono",
|
||||
"4": "Ripristino Password",
|
||||
"5": "Inizializzazione Passwordless",
|
||||
"6": "Segreto dell'applicazione"
|
||||
},
|
||||
"ADDGENERATOR": "Definisci aspetto",
|
||||
"GENERATORTYPE": "Tipo",
|
||||
"EXPIRY": "Scadenza (in ore)",
|
||||
"INCLUDEDIGITS": "Contiene numeri",
|
||||
"INCLUDESYMBOLS": "Contiene simboli",
|
||||
"INCLUDELOWERLETTERS": "Contiene lettere minuscole",
|
||||
"INCLUDEUPPERLETTERS": "Contiene lettere maiuscole",
|
||||
"LENGTH": "Lunghezza",
|
||||
"UPDATED": "Impostazioni aggiornati"
|
||||
}
|
||||
},
|
||||
"POLICY": {
|
||||
|
Reference in New Issue
Block a user