mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:58:11 +00:00
fix: label policy fixes (#1886)
* fix: check correct permission for label policy in console policy grid * fix: add next steps for label policy detail * fix: add label policy link in console home * fix: i18n of EN features * fix: set font color on preview * fix: handle label policy remove in write model * fix: add more content-types for font upload * fix: add label policy link in console home * fix: dont return error when bucket does not exists * fix: iam access pref * fix: EN i18n for apply button
This commit is contained in:
@@ -46,9 +46,11 @@
|
||||
"ORG_POLICY_COMPLEXITY": "Passwort Komplexität",
|
||||
"ORG_POLICY_IAM": "Organisation Zugangseinstellungen",
|
||||
"ORG_POLICY_LOGIN": "Login Richtlinie",
|
||||
"ORG_POLICY_LABEL": "Private Label Richtlinie",
|
||||
"IAM_POLICY_COMPLEXITY": "Systemweite Passwort Komplexität",
|
||||
"IAM_POLICY_IAM": "Systemweite Zugangseinstellungen",
|
||||
"IAN_POLICY_LOGIN": "Systemweite Login Richtlinie",
|
||||
"IAN_POLICY_LABEL": "Systemweite Private Label Richtlinie",
|
||||
"USERS": "Erstelle und verwalte Deine Benutzer.",
|
||||
"USERS_DESC": "Überwache Dein Rollenkonzept in Echtzeit. Ergreife sofort Massnahmen.",
|
||||
"USERS_HUMANS": "Zeige Benutzer",
|
||||
|
@@ -45,10 +45,12 @@
|
||||
"ORG_POLICY_COMPLEXITY": "Password Complexity Settings",
|
||||
"ORG_POLICY_IAM": "Organisation Access Properties",
|
||||
"ORG_POLICY_LOGIN": "Login Policy",
|
||||
"ORG_POLICY_LABEL": "Private Label Policy",
|
||||
"IAM_CREATE_ORG": "Create organisation",
|
||||
"IAM_POLICY_COMPLEXITY": "System Password Complexity Settings",
|
||||
"IAM_POLICY_IAM": "System Access Properties",
|
||||
"IAM_POLICY_LOGIN": "System Login Policy",
|
||||
"IAM_POLICY_LABEL": "System Private Label Policy",
|
||||
"USERS": "Create and Manage Your Users",
|
||||
"USERS_DESC": "Monitor your role concept in real time. Take immediate action.",
|
||||
"USERS_HUMANS": "Show human users",
|
||||
@@ -623,8 +625,8 @@
|
||||
"LOGINPOLICYFACTORS": "Login Policy: Multifactors - custom",
|
||||
"LOGINPOLICYPASSWORDLESS": "Login Policy: Passwordless Authentication - custom",
|
||||
"LOGINPOLICYCOMPLEXITYPOLICY": "Password Complexity Policy - custom",
|
||||
"LABELPOLICYPRIVATELABEL": "Label Richtlinie - benutzerdefiniert",
|
||||
"LABELPOLICYWATERMARK": "Label Richtlinie - Wasserzeichen",
|
||||
"LABELPOLICYPRIVATELABEL": "Label Policy - custom",
|
||||
"LABELPOLICYWATERMARK": "Label Policy - watermark",
|
||||
"CUSTOMDOMAIN": "Domain Verification - available",
|
||||
"CUSTOMTEXT": "Custom texts"
|
||||
},
|
||||
@@ -653,7 +655,7 @@
|
||||
"DESCRIPTION":"Give the login your personalized style and modify its behavior.",
|
||||
"PREVIEW_DESCRIPTION":"Changes of the policy will automatically deployed to preview environment.",
|
||||
"BTN":"Select File",
|
||||
"ACTIVATEPREVIEW":"Set preview as current configuration",
|
||||
"ACTIVATEPREVIEW":"Apply configuration",
|
||||
"DARK":"Dark Mode",
|
||||
"LIGHT":"Lighg Mode",
|
||||
"CHANGEVIEW":"Change View",
|
||||
|
Reference in New Issue
Block a user