mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 10:07:34 +00:00
fix(console): distinct user grant searches and creates, project grant member edit, import cleanup (#342)
* project grant member edit * project grant member dialog, import cleanup * readd project roles * user login-methods cleanup * fix sw config, user grant context * delete user grants, context for creation, search * contributor box shadow * password to detail view * user detail notification * lint
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"HOME": {
|
||||
"TITLE": "zitadel",
|
||||
"SECURITYANDPRIVACY": "Datenschutz und Personalisierung",
|
||||
"SECURITYANDPRIVACY_DESC": "Sie können die Daten in Ihrem Caos-Konto sehen und auswählen, welche Aktivitäten gespeichert werden, um Caos für sich zu personalisieren",
|
||||
"SECURITYANDPRIVACY_DESC": "Sie können die Daten in Ihrem Zitadel Konto sehen und auswählen, welche Aktivitäten gespeichert werden, um Zitadel für sich zu personalisieren",
|
||||
"SECURITYANDPRIVACY_BUTTON": "Daten verwalten und personalisieren",
|
||||
"PROTECTION": "Organisationsrichtlinien",
|
||||
"PROTECTION_DESC": "Verwalten Sie Ihre Organisationsrichtlinien. Entdecken Sie einige vorgefertigte Lösungen, die Ihnen Zeit sparen und Sicherheit gewährleisten.",
|
||||
@@ -52,7 +52,7 @@
|
||||
},
|
||||
"USER": {
|
||||
"TITLE": "Persönliche Informationen",
|
||||
"DESCRIPTION": "Hier können Sie Ihre Daten sowie die Datenschutz- und Sicherheitseinstellungen verwalten, um Caos optimal an Ihre Bedürfnisse anzupassen",
|
||||
"DESCRIPTION": "Hier können Sie Ihre Daten sowie die Datenschutz- und Sicherheitseinstellungen verwalten, um Zitadel optimal an Ihre Bedürfnisse anzupassen",
|
||||
"PAGES": {
|
||||
"LIST": "Benutzer",
|
||||
"TITLE": "Benutzer",
|
||||
@@ -112,18 +112,19 @@
|
||||
"TITLE": "Profil",
|
||||
"EMAIL": "Email",
|
||||
"PHONE": "Phonenumber",
|
||||
"DESCRIPTION": "Hier können Sie Ihre Daten sowie die Datenschutz- und Sicherheitseinstellungen verwalten, um Caos optimal an Ihre Bedürfnisse anzupassen",
|
||||
"DESCRIPTION": "Hier können Sie Ihre Daten sowie die Datenschutz- und Sicherheitseinstellungen verwalten, um Zitadel optimal an Ihre Bedürfnisse anzupassen",
|
||||
"USERNAME": "Benutzername",
|
||||
"FIRSTNAME": "Vorname",
|
||||
"LASTNAME": "Nachname",
|
||||
"NICKNAME": "Spitzname",
|
||||
"DISPLAYNAME": "Anzeigename",
|
||||
"PREFERRED_LANGUAGE": "Sprache",
|
||||
"GENDER": "Geschlecht"
|
||||
"GENDER": "Geschlecht",
|
||||
"PASSWORD":"Passwort"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"TITLE": "Passwort",
|
||||
"DESCRIPTION": "Das Password muss aus mindestens 8 Zeichen bestehen und einen Grossbuchstaben, ein Sonderzeichen und eine Zahl enthalten. Die maximale Anzahl an Zeichen ist 72!",
|
||||
"DESCRIPTION": "Beachten Sie, dass das Password der von Ihrer Organisation definierten Richtlinie entsprechen muss.",
|
||||
"OLD": "Aktuelles Passwort",
|
||||
"NEW": "Neues Passwort",
|
||||
"CONFIRM": "Neues Passwort Wiederholung",
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"HOME": {
|
||||
"TITLE": "zitadel",
|
||||
"SECURITYANDPRIVACY": "Data protection and personalization",
|
||||
"SECURITYANDPRIVACY_DESC": "You can view the data in your Caos account and choose which activities are saved in order to personalize Caos for you",
|
||||
"SECURITYANDPRIVACY_DESC": "You can view the data in your Zitadel account and choose which activities are saved in order to personalize Zitadel for you",
|
||||
"SECURITYANDPRIVACY_BUTTON": "Personalize data",
|
||||
"PROTECTION": "Organizational Policies",
|
||||
"PROTECTION_DESC": "Manage your organizational guidelines. Explore some pre-packaged solutions that save you time and ensure security.",
|
||||
@@ -112,18 +112,19 @@
|
||||
"TITLE": "Profile",
|
||||
"EMAIL": "Email",
|
||||
"PHONE": "Phonenumber",
|
||||
"DESCRIPTION": "Here you can manage your data as well as data protection and security settings in order to optimally adapt Caos to your needs",
|
||||
"DESCRIPTION": "Here you can manage your data as well as data protection and security settings in order to optimally adapt Zitadel to your needs",
|
||||
"USERNAME": "Username",
|
||||
"FIRSTNAME": "Firstname",
|
||||
"LASTNAME": "Lastname",
|
||||
"NICKNAME": "Nickname",
|
||||
"DISPLAYNAME": "Displayname",
|
||||
"PREFERRED_LANGUAGE": "Language",
|
||||
"GENDER": "Gender"
|
||||
"GENDER": "Gender",
|
||||
"PASSWORD":"Password"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"TITLE": "Password",
|
||||
"DESCRIPTION": "The password must consist of at least 8 characters and contain a capital letter, a special character and a number. The maximum length is 72.",
|
||||
"DESCRIPTION": "Note that the possword must correspond to the policy your organization has set.",
|
||||
"OLD": "Current Password",
|
||||
"NEW": "New Password",
|
||||
"CONFIRM": "Password Confirmation",
|
||||
@@ -137,7 +138,7 @@
|
||||
"EMAIL": "Email",
|
||||
"PHONE": "Phonenumber",
|
||||
"LOGINMETHODS": {
|
||||
"TITLE": "Methods to check your identity",
|
||||
"TITLE": "Methods to access your identity",
|
||||
"DESCRIPTION": "This allows us to confirm your identity when you register or to contact you if suspicious activity is detected in your account",
|
||||
"EMAIL": {
|
||||
"TITLE": "Email",
|
||||
|
Reference in New Issue
Block a user