fix(console): user create loading state and i18n, improved app create stepper, invalid token dialog, cleanup, new home (#509)

* fix iam member model

* fix org member model

* fix auth user loading

* copytoclipboard directive

* directive logs, load bar on init, create user

* typo

* welcome section, contributor spinner

* fix home link

* fix stepper flow

* show dialog on invalid token

* fix app table refresh, pin icons light theme

* cleanup contributor

* Update console/src/assets/i18n/en.json

Co-authored-by: Florian Forster <florian@caos.ch>

* Update console/src/assets/i18n/de.json

Co-authored-by: Florian Forster <florian@caos.ch>

* Update console/src/assets/i18n/de.json

Co-authored-by: Florian Forster <florian@caos.ch>

* Update console/src/assets/i18n/de.json

Co-authored-by: Florian Forster <florian@caos.ch>

Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
Max Peintner
2020-07-24 09:48:58 +02:00
committed by GitHub
parent c105bf483b
commit af60b88997
73 changed files with 581 additions and 487 deletions

View File

@@ -16,7 +16,11 @@
"USERS_BUTTON": "Benutzer anzeigen",
"IAM": "Identity and Access Management",
"IAM_DESC": "Verwalte deine Organisationen und Administratoren.",
"IAM_BUTTON": "ZITADEL verwalten"
"IAM_BUTTON": "ZITADEL verwalten",
"WELCOME":"Willkommen",
"WELCOMESENTENCE":"Hier findest du die empfohlenen Aktionen basierend auf deinen zuletzt erworbenen Berechtigungen. Beachte bitte, dass du möglicherweise deine Organisation in der Kopfzeile wechseln musst.",
"DISCLAIMER":"Du kannst nur die Einstellungen deiner aktuellen Organisation sehen, die in der Kopfzeile angegeben ist. ZITADEL behandelt deine Daten vertraulich und sicher.",
"DISCLAIMERLINK":"Mehr Informationen zur Sicherheit"
},
"MENU": {
"PERSONAL_INFO": "Persönliche Informationen",
@@ -51,10 +55,15 @@
"CHANGE":"Ändern",
"REACTIVATE":"Aktivieren",
"DEACTIVATE":"Deaktivieren",
"REFRESH":"Aktualisieren"
"REFRESH":"Aktualisieren",
"LOGIN":"Login"
},
"ERRORS": {
"REQUIRED": "Bitte fülle alle benötigten Felder aus!"
"REQUIRED": "Bitte fülle alle benötigten Felder aus!",
"TOKENINVALID": {
"TITLE":"Du bist abgemeldet",
"DESCRIPTION":"Klicke auf Knopf Login um dich wieder einzuloggen!"
}
},
"USER": {
"TITLE": "Persönliche Informationen",
@@ -102,7 +111,8 @@
"NAMEANDEMAILSECTION":"Name und Email",
"GENDERLANGSECTION":"Geschlecht und Sprache",
"PHONESECTION":"Telefonnummer",
"PASSWORDSECTION":"Setze ein initiales Passwort."
"PASSWORDSECTION":"Setze ein initiales Passwort.",
"ADDRESSANDPHONESECTION":"Telefonnummer"
},
"CODEDIALOG": {
"TITLE":"Telefonnummer verifizieren",

View File

@@ -16,7 +16,11 @@
"USERS_BUTTON": "Show users",
"IAM": "Identity and Access Management",
"IAM_DESC": "Manage your organisations and administrators.",
"IAM_BUTTON": "Manage ZITADEL"
"IAM_BUTTON": "Manage ZITADEL",
"WELCOME":"Welcome",
"WELCOMESENTENCE":"Here you can find recommended Actions based on your last acquired permissions. Note that you may have to select your organisation in the header above.",
"DISCLAIMER":"You can only see settings of your current organisation specified in the header. ZITADEL treats your data confidentially and securely.",
"DISCLAIMERLINK":"Further information"
},
"MENU": {
"PERSONAL_INFO": "Personal Information",
@@ -51,10 +55,15 @@
"CHANGE":"Change",
"REACTIVATE":"Reactivate",
"DEACTIVATE":"Deactivate",
"REFRESH":"Refresh"
"REFRESH":"Refresh",
"LOGIN":"Login"
},
"ERRORS": {
"REQUIRED": "Some required fields are missing!"
"REQUIRED": "Some required fields are missing!",
"TOKENINVALID": {
"TITLE":"Your auth token has expired",
"DESCRIPTION":"Click the button below to login again!"
}
},
"USER": {
"TITLE": "Personal Information",
@@ -102,7 +111,8 @@
"NAMEANDEMAILSECTION":"Name and Email",
"GENDERLANGSECTION":"Gender and Language",
"PHONESECTION":"Phonenumbers",
"PASSWORDSECTION":"Set the initial Password."
"PASSWORDSECTION":"Set the initial Password.",
"ADDRESSANDPHONESECTION":"Phonenumber"
},
"CODEDIALOG": {
"TITLE":"Verify Phone Number",