2020-05-13 14:41:43 +02:00
{
2020-07-08 15:02:57 +02:00
"APP_NAME" : "ZITADEL" ,
2020-05-13 14:41:43 +02:00
"HOME" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "ZITADEL" ,
2020-05-13 14:41:43 +02:00
"SECURITYANDPRIVACY" : "Datenschutz und Personalisierung" ,
2020-07-08 15:02:57 +02:00
"SECURITYANDPRIVACY_DESC" : "Verwalte deine Informationen und Sicherheitseinstellungen." ,
2020-05-13 14:41:43 +02:00
"SECURITYANDPRIVACY_BUTTON" : "Daten verwalten und personalisieren" ,
"PROTECTION" : "Organisationsrichtlinien" ,
2020-07-08 15:02:57 +02:00
"PROTECTION_DESC" : "Verwalte deine Organisationsrichtlinien und entdecke die vorgefertigte Lösungen, die Zeit sparen und Sicherheit gewährleisten." ,
2020-05-13 14:41:43 +02:00
"PROTECTION_BUTTON" : "Erkunden" ,
"PROJECTS" : "Volle Skalierbarkeit und Anpassungsfähigkeit" ,
2020-07-08 15:02:57 +02:00
"PROJECTS_DESC" : "Autorisiere andere Benutzer, deine eigenen Projekte zu verwenden oder definieren benutzerdefinierte Rollen für berechtigte Projekte" ,
2020-05-13 14:41:43 +02:00
"PROJECTS_BUTTON" : "Projekt Übersicht" ,
2020-07-08 15:02:57 +02:00
"USERS" : "Erstelle und verwalte deine Benutzer." ,
"USERS_DESC" : "Überwache dein Rollenkonzept in Echtzeit. Ergreife sofort Massnahmen." ,
2020-06-25 12:52:57 +02:00
"USERS_BUTTON" : "Benutzer anzeigen" ,
2020-07-08 15:47:04 +02:00
"IAM" : "Identity and Access Management" ,
"IAM_DESC" : "Verwalte deine Organisationen und Administratoren." ,
2020-07-24 09:48:58 +02:00
"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"
2020-05-13 14:41:43 +02:00
} ,
"MENU" : {
"PERSONAL_INFO" : "Persönliche Informationen" ,
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* 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
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
"IAM" : "Administration" ,
2020-05-13 14:41:43 +02:00
"ORGANIZATION" : "Organisation" ,
2020-07-08 10:00:15 +02:00
"PROJECTSSECTION" : "Projektsektion" ,
2020-05-13 14:41:43 +02:00
"PROJECT" : "Projekte" ,
2020-06-26 14:15:05 +02:00
"GRANTEDPROJECT" : "Berechtigte Projekte" ,
2020-07-08 10:00:15 +02:00
"USERSECTION" : "Benutzersektion" ,
2020-05-13 14:41:43 +02:00
"USER" : "Benutzer" ,
2020-07-08 15:02:57 +02:00
"LOGOUT" : "Alle Benutzer abmelden" ,
2020-06-26 14:15:05 +02:00
"NEWORG" : "Neue Organisation" ,
2020-07-08 15:02:57 +02:00
"IAMADMIN" : "Du bist ein IAM Administrator. Achtung du hast erhöhte Rechte!" ,
"SHOWORGS" : "Alle Organisationen anzeigen"
2020-05-13 14:41:43 +02:00
} ,
"ACTIONS" : {
2020-07-08 15:02:57 +02:00
"SAVE" : "Speichern" ,
"NEW" : "Neu" ,
2020-07-03 10:26:43 +02:00
"ADD" : "Hinzufügen" ,
2020-07-08 15:02:57 +02:00
"CREATE" : "Erstellen" ,
2020-05-13 14:41:43 +02:00
"CONTINUE" : "Weiter" ,
2020-07-08 15:02:57 +02:00
"BACK" : "Zurück" ,
"CLOSE" : "Schliessen" ,
"CANCEL" : "Abbrechen" ,
2020-05-13 14:41:43 +02:00
"INFO" : "Info" ,
"OK" : "Ok" ,
2020-07-08 15:02:57 +02:00
"VIEW" : "Öffnen" ,
"DELETE" : "Löschen" ,
"REMOVE" : "Entfernen" ,
2020-05-13 14:41:43 +02:00
"VERIFY" : "Verifizieren" ,
2020-07-09 15:14:01 +02:00
"FINISH" : "Abschliessen" ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"CHANGE" : "Ändern" ,
"REACTIVATE" : "Aktivieren" ,
2020-07-20 15:23:29 +02:00
"DEACTIVATE" : "Deaktivieren" ,
2020-07-24 09:48:58 +02:00
"REFRESH" : "Aktualisieren" ,
"LOGIN" : "Login"
2020-05-13 14:41:43 +02:00
} ,
"ERRORS" : {
2020-07-24 09:48:58 +02:00
"REQUIRED" : "Bitte fülle alle benötigten Felder aus!" ,
"TOKENINVALID" : {
"TITLE" : "Du bist abgemeldet" ,
"DESCRIPTION" : "Klicke auf Knopf Login um dich wieder einzuloggen!"
}
2020-05-13 14:41:43 +02:00
} ,
"USER" : {
"TITLE" : "Persönliche Informationen" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Verwalte deine persönlichen Informationen und Sicherheits Einstellungen" ,
2020-05-13 14:41:43 +02:00
"PAGES" : {
"LIST" : "Benutzer" ,
"TITLE" : "Benutzer" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Erfasse und verwalte die Benutzer in deiner Organisation" ,
2020-05-13 14:41:43 +02:00
"DETAIL" : "Detail" ,
"CREATE" : "Erstellen" ,
2020-06-23 18:56:29 +02:00
"MY" : "Meine Informationen" ,
"LOGINNAMES" : "Loginnamen" ,
2020-07-08 15:02:57 +02:00
"LOGINNAMESDESC" : "Mit diesen Namen kannst du dich anmelden" ,
2020-06-23 18:56:29 +02:00
"COPY" : "In die Zwischenablage kopieren" ,
"COPIED" : "In die Zwischenablage kopiert!" ,
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* 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
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
"NOUSER" : "Kein User" ,
"REACTIVATE" : "Reaktivieren" ,
"DEACTIVATE" : "Deaktivieren"
2020-05-13 14:41:43 +02:00
} ,
"MFA" : {
2020-07-20 15:23:29 +02:00
"TABLETYPE" : "Typ" ,
"TABLESTATE" : "Status" ,
"TABLEACTIONS" : "Aktionen" ,
2020-05-13 14:41:43 +02:00
"TITLE" : "Multifaktor-Authentifizierung" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Füge einen zusätzlichen Faktor hinzu, um deinen Account optimal zu schützen." ,
"MANAGE_DESCRIPTION" : "Verwalte die Multifaktor Merkmale deiner Benutzer." ,
2020-05-13 14:41:43 +02:00
"OTP" : "OTP konfigurieren" ,
"OTP_DIALOG_TITLE" : "OTP hinzufügen" ,
2020-07-08 15:02:57 +02:00
"OTP_DIALOG_DESCRIPTION" : "Scanne den QR Code mit einer Authenticator-App und verifiziere den erhaltenen Code um OTP zu aktivieren." ,
2020-05-13 14:41:43 +02:00
"TYPE" : {
"0" : "Keine MFA definiert" ,
"1" : "SMS" ,
"2" : "OTP"
} ,
"STATE" : {
"0" : "Kein Status" ,
2020-07-08 15:02:57 +02:00
"1" : "Nicht bereit" ,
"2" : "Bereit" ,
"3" : "Gelöscht"
2020-05-13 14:41:43 +02:00
}
} ,
"CREATE" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Neuen Benutzer erstellen" ,
"DESCRIPTION" : "Gebe die erforderlichen Daten ein." ,
2020-05-13 14:41:43 +02:00
"NAMEANDEMAILSECTION" : "Name und Email" ,
"GENDERLANGSECTION" : "Geschlecht und Sprache" ,
2020-07-08 15:02:57 +02:00
"PHONESECTION" : "Telefonnummer" ,
2020-07-24 09:48:58 +02:00
"PASSWORDSECTION" : "Setze ein initiales Passwort." ,
"ADDRESSANDPHONESECTION" : "Telefonnummer"
2020-05-13 14:41:43 +02:00
} ,
"CODEDIALOG" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Telefonnummer verifizieren" ,
"DESCRIPTION" : "Gib deinen erhaltenen Code ein um die Nummer zu bestätigen." ,
2020-05-13 14:41:43 +02:00
"CODE" : "Code"
} ,
"DATA" : {
"STATE" : "Status" ,
2020-07-08 15:02:57 +02:00
"STATE0" : "Unbekannt" ,
"STATE1" : "Aktiv" ,
"STATE2" : "Inaktiv" ,
"STATE3" : "Gelöscht" ,
"STATE4" : "Gesperrt" ,
"STATE5" : "Suspendiert" ,
"STATE6" : "Initiiert"
2020-05-13 14:41:43 +02:00
} ,
"PROFILE" : {
"TITLE" : "Profil" ,
"EMAIL" : "Email" ,
2020-07-08 15:02:57 +02:00
"PHONE" : "Telefonnummer" ,
2020-05-13 14:41:43 +02:00
"USERNAME" : "Benutzername" ,
"FIRSTNAME" : "Vorname" ,
"LASTNAME" : "Nachname" ,
"NICKNAME" : "Spitzname" ,
"DISPLAYNAME" : "Anzeigename" ,
"PREFERRED_LANGUAGE" : "Sprache" ,
2020-07-06 16:17:06 +02:00
"GENDER" : "Geschlecht" ,
"PASSWORD" : "Passwort"
2020-05-13 14:41:43 +02:00
} ,
"PASSWORD" : {
"TITLE" : "Passwort" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "## TODO - Replace with Password Policy text - TODO ##" ,
2020-05-13 14:41:43 +02:00
"OLD" : "Aktuelles Passwort" ,
"NEW" : "Neues Passwort" ,
2020-07-08 15:02:57 +02:00
"CONFIRM" : "Neues Passwort wiederholen" ,
"RESET" : "Passwort zurücksetzen" ,
"SET" : "Password neu setzen" ,
"RESENDNOTIFICATION" : "Passwort Reset Link senden." ,
"REQUIRED" : "Bitte prüfe das alle notwendigen Felder befüllt sind." ,
2020-05-13 14:41:43 +02:00
"MINLENGTHERROR" : "Passwort muss mindestens {{value}} lang sein" ,
2020-07-08 15:02:57 +02:00
"NOTEQUAL" : "Das Passwort muss übereinstimmen!"
2020-05-13 14:41:43 +02:00
} ,
"EMAIL" : "Email" ,
"PHONE" : "Telefonnummer" ,
"LOGINMETHODS" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Kontakt Informationen" ,
"DESCRIPTION" : "Die Kontakt Informationen werden benötigt um dir wichtige Informationen wie Passwort und Reset Email zu senden." ,
2020-05-13 14:41:43 +02:00
"EMAIL" : {
"TITLE" : "Email" ,
2020-07-08 15:02:57 +02:00
"VALID" : "Validiert" ,
"RESEND" : "Verifikationsmail erneut senden"
2020-05-13 14:41:43 +02:00
} ,
"PHONE" : {
"TITLE" : "Telefon" ,
2020-07-08 15:02:57 +02:00
"VALID" : "Validiert" ,
"RESEND" : "Verifikationsnachricht erneute senden"
2020-05-13 14:41:43 +02:00
} ,
2020-07-08 15:02:57 +02:00
"RESENDCODE" : "Code erneut senden" ,
2020-05-13 14:41:43 +02:00
"ENTERCODE" : "Verifizieren" ,
"ENTERCODE_DESC" : "Code verifizieren"
} ,
2020-07-08 15:02:57 +02:00
"GRANTS" : {
"TITLE" : "Benutzer Grants" ,
"DESCRIPTION" : "Erteile diesem Benutzer Verwaltunszugriff auf bestimmte Projekte" ,
"CREATE" : {
"TITLE" : "Benutzer Grant erstellen" ,
"DESCRIPTION" : "Suche nach der Organisation, dem Projekt und den verfügbaren Rollen!"
}
2020-05-13 14:41:43 +02:00
} ,
"VALIDATION" : {
2020-07-08 15:02:57 +02:00
"INVALIDPATTERN" : "## TODO - Replace with Password Policy text - TODO ##" ,
"REQUIRED" : "Das Eingagefeld ist leer" ,
2020-06-24 11:33:27 +02:00
"MINLENGTH" : "Das Password muss mindestens {{requiredLength}} Zeichen lang sein!" ,
2020-07-08 15:02:57 +02:00
"NOEMAIL" : "Username darf keine Email Adresse sein!" ,
2020-06-24 11:33:27 +02:00
"UPPERCASEMISSING" : "Password muss einen Großbuchstaben beinhalten" ,
"LOWERCASEMISSING" : "Password muss einen Kleinbuchstaben beinhalten" ,
"SYMBOLERROR" : "Das Password muss ein Symbol beinhalten!" ,
"NUMBERERROR" : "Das Password muss eine Nummer beinhalten!"
2020-05-13 14:41:43 +02:00
} ,
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Unbekannt" ,
"1" : "Aktiv" ,
"2" : "Abgelaufen"
2020-05-13 14:41:43 +02:00
} ,
"SEARCH" : {
2020-07-08 15:02:57 +02:00
"FOUND" : "Gefunden"
2020-05-13 14:41:43 +02:00
} ,
"TARGET" : {
2020-07-08 15:02:57 +02:00
"SELF" : "Um einen Benutzer aus einer anderen Organisation zu berechtigen" ,
"EXTERNAL" : "Um einen Benutzer ihrer eigenen Organisation zu berechtigen" ,
2020-05-13 14:41:43 +02:00
"CLICKHERE" : "Hier klicken"
} ,
2020-07-08 15:02:57 +02:00
"SIGNEDOUT" : "Du bist abgemeldet. Klicke auf den Button um dich erneut anzumelden!" ,
2020-05-13 14:41:43 +02:00
"SIGNEDOUT_BTN" : "Anmelden" ,
"EDITACCOUNT" : "Account bearbeiten" ,
2020-07-09 10:54:55 +02:00
"ADDACCOUNT" : "Account hinzufügen" ,
"TOAST" : {
"CREATED" : "User erfolgreich erstellt" ,
"SAVED" : "Profile gespeichert!" ,
"EMAILSAVED" : "Email gespeichert!" ,
"PHONESAVED" : "Telefonnummer gespeichert!" ,
"PHONEREMOVED" : "Telefonnummer gelöscht!" ,
"PHONEVERIFIED" : "Telefonnummer bestätigt!" ,
"PHONEVERIFICATIONSENT" : "Tel. Bestätigungscode gesendet!" ,
"EMAILVERIFICATIONSENT" : "Email Bestätigungscode gesendet!" ,
"OTPREMOVED" : "OTP entfernt!" ,
"INITIALPASSWORDSET" : "Initiales Passwort gesetzt!" ,
"PASSWORDNOTIFICATIONSENT" : "Passwortänderung mittgeteilt!" ,
"PASSWORDCHANGED" : "Passwort geändert!" ,
"REACTIVATED" : "User reaktiviert!" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"DEACTIVATED" : "User deaktiviert!" ,
"SELECTEDREACTIVATED" : "Selektierte User reaktiviert!" ,
"SELECTEDDEACTIVATED" : "Selektierte User deaktiviert!"
2020-07-09 10:54:55 +02:00
}
2020-05-13 14:41:43 +02:00
} ,
2020-06-25 12:52:57 +02:00
"IAM" : {
"DETAIL" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Identity and Access Management Administration" ,
"DESCRIPTION" : "Verwalte die ZITADEL Einstellungen."
} ,
2020-06-25 12:52:57 +02:00
"MEMBER" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Manager" ,
"DESCRIPTION" : "Manger können die Organisation editieren und Projekte verwalten."
2020-07-02 17:16:47 +02:00
} ,
"VIEWS" : {
"TITLE" : "Views und Events" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Diese Ansicht zeigt die ZITADEL Views, du kannst diese zurücksetzen und fehlgeschlagene Events entfernen." ,
2020-07-02 17:16:47 +02:00
"VIEWNAME" : "Name" ,
"DATABASE" : "Datenbank" ,
2020-07-08 15:02:57 +02:00
"SEQUENCE" : "Sequenz" ,
2020-07-02 17:16:47 +02:00
"ACTIONS" : "Aktionen" ,
"CLEAR" : "Aufräumen"
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
} ,
"TOAST" : {
"MEMBERREMOVED" : "Manager entfernt!" ,
"MEMBERSADDED" : "Manager hinzugefügt!" ,
"MEMBERADDED" : "Manager hinzugefügt!" ,
"MEMBERCHANGED" : "Manager geändert!" ,
"ROLEREMOVED" : "Rolle entfernt!" ,
"ROLECHANGED" : "Rolle verändert!" ,
"REACTIVATED" : "Reaktiviert!" ,
"DEACTIVATED" : "Deaktiviert!"
2020-06-25 12:52:57 +02:00
}
} ,
2020-05-13 14:41:43 +02:00
"ORG" : {
"PAGES" : {
"LIST" : "Organisationen" ,
2020-07-08 15:02:57 +02:00
"LISTDESCRIPTION" : "Wähle die Organisation aus." ,
"ACTIVE" : "Aktiv" ,
2020-05-13 14:41:43 +02:00
"CREATE" : "Organisation erstellen" ,
2020-07-08 15:02:57 +02:00
"ORGDETAIL_TITLE" : "Gib den Namen und die Domain für die neue Organisation ein." ,
2020-05-13 14:41:43 +02:00
"ORGDOMAIN_TITLE" : "Organisations Domain Verifikation" ,
2020-07-08 15:02:57 +02:00
"ORGDOMAIN_VERIFICATION" : "Stelle deine Domain bereit und überprüfe deren Besitz indem du eine Bestätigungsdatei herunterladen und unter der unten angegebenen URL hochladen. Klicken zum Abschluss auf die Schaltfläche, um diese zu überprüfen." ,
"ORGDOMAIN_VERIFICATION_SKIP" : "Du kannst die Überprüfung vorerst überspringen und deine Organisation weiter erstellen. Um deine Organisation jedoch verwenden zu können, muss dieser Schritt abgeschlossen sein!" ,
2020-05-13 14:41:43 +02:00
"ORGDETAILUSER_TITLE" : "Organisationsbesitzer hinzufügen" ,
2020-07-08 15:02:57 +02:00
"DOWNLOAD_FILE" : "Datei download" ,
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* 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
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
"SELECTORGTOOLTIP" : "Wähle diese Organisation" ,
"PRIMARYDOMAIN" : "Primäre Domain" ,
2020-07-15 09:04:45 +02:00
"STATE" : "Status" ,
"USEPASSWORD" : "Initiales Password setzen"
2020-05-13 14:41:43 +02:00
} ,
2020-06-17 17:11:36 +02:00
"DOMAINS" : {
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"NEW" : "Domain hinzufügen" ,
2020-06-17 17:11:36 +02:00
"TITLE" : "Domains" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Konfiguriere die Domains mit denen sich deine Benutzer einloggen können." ,
2020-07-08 10:00:15 +02:00
"DELETE" : {
"TITLE" : "Domain löschen?" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Du bist im Begriff eine Domain aus deiner Organisation zu löschen. Deine Benutzer können diese nach dem Löschen nicht mehr für den Login nutzen."
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
} ,
"ADD" : {
"TITLE" : "Domain hinzufügen" ,
"DESCRIPTION" : "Du bist im Begriff eine Domain, Ihrer Organisation hinzuzufügen. Deine Benutzer können diese nach dieser erfolgreichen Aktion für den Login nutzen."
2020-07-08 10:00:15 +02:00
}
2020-06-17 17:11:36 +02:00
} ,
2020-05-13 14:41:43 +02:00
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Nicht definiert" ,
"1" : "Aktiv" ,
"2" : "Inaktiv"
2020-05-13 14:41:43 +02:00
} ,
2020-06-16 14:52:07 +02:00
"MEMBER" : {
"TITLE" : "Organisations Manager verwalten" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Definiere hier die Benutzer, die Operationen auf ihrer Organisationen vornehmen dürfen."
2020-06-16 14:52:07 +02:00
} ,
2020-05-13 14:41:43 +02:00
"POLICY" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Richtlinen entdecken" ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"DESCRIPTION" : "Vorgefertigte Richtlinien, die dir Zeit sparen und deine Sicherheit verbessern." ,
2020-05-13 14:41:43 +02:00
"PWD_COMPLEXITY" : {
"TITLE" : "Passwort Komplexität" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Stellt sicher, dass alle festgelegten Passwörter einem bestimmten Muster entsprechen" ,
"TITLECREATE" : "Passwortkomplexitätsrichtlinie erstellen" ,
"DESCRIPTIONCREATE" : "Stellt sicher, dass alle festgelegten Passwörter einem bestimmten Muster entsprechen" ,
2020-06-17 14:30:21 +02:00
"SYMBOLANDNUMBERERROR" : "Das Password muss ein Symbol und eine Nummer beinhalten!" ,
2020-06-23 18:56:29 +02:00
"SYMBOLERROR" : "Das Password muss ein Symbol beinhalten!" ,
2020-06-17 14:30:21 +02:00
"NUMBERERROR" : "Das Password muss eine Nummer beinhalten!" ,
"PATTERNERROR" : "Das vorgeschriebene Muster ist falsch!"
2020-05-13 14:41:43 +02:00
} ,
"PWD_AGE" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Passwort Maximalalter" ,
"DESCRIPTION" : "Du kannst eine Maximalalter-Eigenschaft für Passwörter festlegen. Diese Richtlinie enthält eine Warnung nach Ablauf einer definierten Zeit" ,
"TITLECREATE" : "Password Maximalalterrichtline festlegen" ,
"DESCRIPTIONCREATE" : "Du kkannst eine Maximalalter-Eigenschaft für Passwörter festlegen. Diese Richtlinie enthält eine Warnung nach Ablauf einer bestimmten Zeit"
2020-05-13 14:41:43 +02:00
} ,
"PWD_LOCKOUT" : {
"TITLE" : "Passwortsperre" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Kennwortwiederholungen sind im Standardmodus unendlich. Du musst diese Richtlinie installieren, wenn du Wiederholungsversuche anzeigen oder eine maximale Anzahl festlegen möchten." ,
2020-05-13 14:41:43 +02:00
"TITLECREATE" : "Kennwortsperrrichtlinie festlegen" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTIONCREATE" : "Kennwortwiederholungen sind im Standardmodus unendlich. Du musst diese Richtlinie installieren, wenn du Wiederholungsversuche anzeigen oder eine maximale Anzahl festlegen möchten."
2020-05-13 14:41:43 +02:00
} ,
2020-06-25 12:52:57 +02:00
"IAM_POLICY" : {
"TITLE" : "IAM Zugangseinstellungen" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Definiere die Zugangseistellungen für Benutzer" ,
2020-06-25 12:52:57 +02:00
"TITLECREATE" : "IAM Zugangseinstellungen festlegen" ,
"DESCRIPTIONCREATE" : "Emails als Benutzername sind nicht erlaubt wenn UserLoginMustBeDomain gesetzt ist."
} ,
2020-05-13 14:41:43 +02:00
"BTN_INSTALL" : "Installieren" ,
"BTN_EDIT" : "Modifizieren" ,
"DATA" : {
"DESCRIPTION" : "Beschreibung" ,
"MINLENGTH" : "Mindestlänge" ,
"HASNUMBER" : "erfordert Zahl" ,
"HASSYMBOL" : "erfordert Sonderzeichen" ,
"HASLOWERCASE" : "erfordert Kleinbuchstaben" ,
"HASUPPERCASE" : "erfordert Grossbuchstaben" ,
"SHOWLOCKOUTFAILURES" : "Zeige Anzahl Anmeldeversuche" ,
"MAXATTEMPTS" : "Maximale Anzahl an Versuchen" ,
"EXPIREWARNDAYS" : "Ablauf Warnung nach Tagen" ,
2020-06-25 12:52:57 +02:00
"MAXAGEDAYS" : "Maximale Gültigkeit in Tagen" ,
"USERLOGINMUSTBEDOMAIN" : "User Login must be Domain"
2020-05-13 14:41:43 +02:00
} ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"DELETE" : "Richtlinie entfernen / zurücksetzen"
} ,
"TOAST" : {
"DEACTIVATED" : "Organisation deaktiviert!" ,
"REACTIVATED" : "Organisation reaktiviert!" ,
"DOMAINADDED" : "Domain hinzugefügt!" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"DOMAINREMOVED" : "Domain entfernt!" ,
"MEMBERADDED" : "Manager hinzugefügt!" ,
"MEMBERREMOVED" : "Manager entfernt!"
2020-05-13 14:41:43 +02:00
}
} ,
"ORG_DETAIL" : {
"TITLE" : "Organisation" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Hier kannst du deine Organisationskonfiguration bearbeiten und Mitglieder verwalten" ,
2020-05-13 14:41:43 +02:00
"DETAIL" : {
"TITLE" : "Detail" ,
"NAME" : "Name" ,
"DOMAIN" : "Domain" ,
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Nicht definiert" ,
"1" : "Aktiv" ,
"2" : "Inaktiv"
2020-05-13 14:41:43 +02:00
}
} ,
"MEMBER" : {
"TITLE" : "Members" ,
"USERNAME" : "Benutzername" ,
"FIRSTNAME" : "Vorname" ,
"LASTNAME" : "Nachname" ,
"EMAIL" : "Email" ,
"ROLES" : "Rollen" ,
"ADD" : "Member hinzufügen" ,
2020-07-08 15:02:57 +02:00
"ADDDESCRIPTION" : "Gib die Email Adressen der hinzuzufügenden Nutzer ein!"
2020-05-13 14:41:43 +02:00
} ,
"TABLE" : {
"TOTAL" : "Einträge gesamt:" ,
"SELECTION" : "Ausgewählte Elemente" ,
"DEACTIVATE" : "User deaktivieren" ,
"ACTIVATE" : "User aktivieren" ,
"DELETE" : "User löschen"
}
} ,
"PROJECT" : {
"PAGES" : {
"TITLE" : "Projekt" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Hier kannst du wichtige Einstellungen prüfen und die Daten einsehen, mit denen das Projekt konfiguriert worden ist" ,
2020-05-13 14:41:43 +02:00
"LIST" : "Projekte" ,
2020-07-08 15:02:57 +02:00
"LISTDESCRIPTION" : "Hier findest du alle Projekte, für die du Aktionen anzeigen oder ausführen darfst. Wenn du dein Projekt nicht finden kannst, wenden dich an einen Projektbesitzer oder an jemanden mit den entsprechenden Rechten, um Projektzugriff zu erhalten." ,
2020-05-13 14:41:43 +02:00
"DETAIL" : "Detail" ,
"CREATE" : "Projekt erstellen" ,
2020-07-08 15:02:57 +02:00
"CREATE_DESC" : "Gib den Namen ein" ,
2020-06-16 14:52:07 +02:00
"ROLE" : "Rolle" ,
2020-06-23 18:56:29 +02:00
"NOITEMS" : "Keine Projekte" ,
2020-07-08 15:02:57 +02:00
"ZITADELPROJECT" : "Diese Einstellungen gehören zum ZITADEL-Projekt. Wenn du etwas ändernst, verhält sich ZITADEL möglicherweise nicht wie beabsichtigt!" ,
2020-07-01 17:48:34 +02:00
"TYPE" : {
"OWNED" : "Eigene Projekte" ,
"GRANTED" : "Berechtigte Projekte"
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* 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
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
} ,
"PINNED" : "Angepinnt" ,
"ALL" : "Alle" ,
2020-07-08 15:02:57 +02:00
"CREATEDON" : "Erstellt am" ,
"LASTMODIFIED" : "Zuletzt verändert am" ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"ADDNEW" : "Neues Projekt erstellen" ,
"DIALOG" : {
"REACTIVATE" : {
"TITLE" : "Projekt reaktivieren" ,
"DESCRIPTION" : "Wollen Sie das Project wirklich reaktivieren?"
} ,
"DEACTIVATE" : {
"TITLE" : "Projekt deaktivieren" ,
"DESCRIPTION" : "Wollen Sie das Project wirklich deaktivieren?"
}
}
2020-05-13 14:41:43 +02:00
} ,
"STATE" : {
"TITLE" : "Status" ,
2020-07-08 15:02:57 +02:00
"0" : "Nicht definiert" ,
"1" : "Aktiv" ,
"2" : "Inaktiv"
2020-05-13 14:41:43 +02:00
} ,
"TYPE" : {
"TITLE" : "Typ" ,
2020-07-08 15:02:57 +02:00
"0" : "Unbekannter Typ" ,
"1" : "In Besitz" ,
"2" : "Berechtigt"
2020-05-13 14:41:43 +02:00
} ,
"NAME" : "Name" ,
"MEMBER" : {
2020-06-17 07:41:16 +02:00
"TITLE" : "Manager" ,
2020-07-08 15:02:57 +02:00
"TITLEDESC" : "Manager können Änderungen an diesem Projekt vornehmen, wenn sie die nötigen Rollen haben." ,
"DESCRIPTION" : "Hier findest du alle Manager dieses Projekts. Du kannst ein neues Mitglied hinzufügen und bestehende verwalten." ,
2020-05-13 14:41:43 +02:00
"USERNAME" : "Benutzername" ,
"FIRSTNAME" : "Vorname" ,
"LASTNAME" : "Nachname" ,
"EMAIL" : "Email" ,
2020-06-26 16:45:18 +02:00
"ROLES" : "Rollen" ,
"USERID" : "User Id"
2020-05-13 14:41:43 +02:00
} ,
"GRANT" : {
2020-07-03 15:07:43 +02:00
"TITLE" : "Berechtigte Organisationen" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Gewähre einer anderen Organisation Zugriff auf dieses Projekt" ,
2020-05-13 14:41:43 +02:00
"CREATE" : {
2020-07-03 15:07:43 +02:00
"TITLE" : "Organisation berechtigen" ,
2020-07-08 15:02:57 +02:00
"SEL_USERS" : "Selektiere die gewünschten User für das Erstellen des Grants!" ,
"SEL_ROLES" : "Selektiere die gewünschten Rollen für das Erstellen des Grants!" ,
"SEL_PROJECT" : "Suchen nach dem Projekt" ,
"SEL_USER" : "Suchen nach einem User" ,
"SEL_ORG" : "Suchen nach der Domain" ,
"SEL_ORG_DESC" : "Gib die vollständige Domain ein um Resultate zu erhalten!" ,
2020-05-13 14:41:43 +02:00
"ORG_TITLE" : "Organisation" ,
2020-07-08 15:02:57 +02:00
"ORG_DESCRIPTION" : "Du bist im Begriff einen Nutzer für die Organisation {{name}} zu berechtigen" ,
"ORG_DESCRIPTION_DESC" : "Wechsel den Kontext um die Organisation zu wechseln!" ,
2020-07-03 15:07:43 +02:00
"SEL_ORG_FORMFIELD" : "Vollständige Domain" ,
2020-07-01 17:48:34 +02:00
"SEL_ORG_BUTTON" : "Suche Organisation" ,
"FOR_ORG" : "The grant wird erstellt für:"
} ,
"DETAIL" : {
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"TITLE" : "Organisationsberechtigung" ,
"DESC" : "Hier können Sie die Eigenschaften der gewählten Organisationsberechtigung prüfen und editieren!" ,
"MEMBERTITLE" : "Berechtigte Manager der Organisation" ,
"MEMBERDESC" : "Dies sind die Manager der berechtigten Organisation. Wähle die Benutzer, die Zugriff zum editieren der jeweiligen Zugänge erhalten sollen." ,
"PROJECTNAME" : "Projekt Name" ,
"RESOURCEOWNER" : "Besitzer"
2020-05-13 14:41:43 +02:00
} ,
2020-07-01 17:48:34 +02:00
"SHOWDETAIL" : "Zeige Details" ,
"USER" : "Benutzer" ,
"MEMBERS" : "Managers" ,
2020-05-13 14:41:43 +02:00
"PROJECTNAME" : "Projekt Name" ,
2020-07-08 15:02:57 +02:00
"GRANTEDORG" : "Berechtigte Organisation" ,
2020-05-13 14:41:43 +02:00
"GRANTEDORGDOMAIN" : "Domain" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"RESOURCEOWNER" : "Resource Owner" ,
2020-07-08 15:02:57 +02:00
"GRANTEDORGNAME" : "Org. Name" ,
2020-05-13 14:41:43 +02:00
"CREATIONDATE" : "Erstelldatum" ,
"CHANGEDATE" : "Letzte Änderung" ,
2020-07-09 15:14:01 +02:00
"ROLENAMESLIST" : "Rollen" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"NOROLES" : "Keine Rollen" ,
"TOAST" : {
"PROJECTGRANTUSERGRANTADDED" : "Project Berechtigung erstellt!" ,
"PROJECTGRANTADDED" : "Projekt Berechtigung erstellt" ,
"PROJECTGRANTCHANGED" : "Projekt Berechtigung geändert!" ,
"PROJECTGRANTMEMBERADDED" : "Berechtigungsmanager hinzugefügt!" ,
"PROJECTGRANTMEMBERCHANGED" : "Berechtigungsmanager verändert!" ,
"PROJECTGRANTMEMBERREMOVED" : "Berechtigungsmanager entfernt!"
}
2020-05-13 14:41:43 +02:00
} ,
"APP" : {
"TITLE" : "Applikationen" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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>
* 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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
2020-07-22 13:47:31 +02:00
"NAME" : "Name" ,
"NAMEREQUIRED" : "Der Name ist erforderlich."
2020-05-13 14:41:43 +02:00
} ,
"ROLE" : {
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"ADDNEWLINE" : "Zusätzliche Rolle hinzufügen" ,
2020-06-10 12:59:12 +02:00
"KEY" : "Key" ,
2020-07-08 15:02:57 +02:00
"TITLE" : "Rollen" ,
"DESCRIPTION" : "Definiere Rollen, die du bei der Erstellung eines Projekt-Grants vergeben kannst" ,
2020-05-13 14:41:43 +02:00
"NAME" : "Name" ,
2020-07-08 15:02:57 +02:00
"DISPLAY_NAME" : "Anzeige Name" ,
2020-05-13 14:41:43 +02:00
"GROUP" : "Gruppe" ,
"ACTIONS" : "Aktion" ,
"ADDTITLE" : "Rolle erstellen" ,
2020-07-08 15:02:57 +02:00
"ADDDESCRIPTION" : "Gib die Daten für die zu erstellende Rolle ein!" ,
2020-07-03 10:26:43 +02:00
"EDITTITLE" : "Rolle ändern" ,
2020-07-08 15:02:57 +02:00
"EDITDESCRIPTION" : "Gib die Daten für die zu verändernde Rolle ein!" ,
2020-06-10 12:59:12 +02:00
"DELETE" : "Rolle löschen" ,
2020-07-03 10:26:43 +02:00
"CREATIONDATE" : "Erstelldatum" ,
"SELECTGROUPTOOLTIP" : "Selektiere alle Rollen der Gruppe {{group}}"
2020-05-13 14:41:43 +02:00
} ,
"TABLE" : {
"TOTAL" : "Einträge gesamt:" ,
"SELECTION" : "Ausgewählte Elemente" ,
"DEACTIVATE" : "Projekt deaktivieren" ,
"ACTIVATE" : "Projekt aktivieren" ,
"DELETE" : "Projekt löschen" ,
2020-07-08 15:02:57 +02:00
"ORGNAME" : "Org. Name" ,
"ORGDOMAIN" : "Org. Domain" ,
2020-05-13 14:41:43 +02:00
"STATE" : "Status" ,
2020-06-10 12:59:12 +02:00
"TYPE" : "Typ" ,
2020-05-13 14:41:43 +02:00
"CREATIONDATE" : "Erstelldatum" ,
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* 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
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
"CHANGEDATE" : "Letzte Änderung" ,
"RESOURCEOWNER" : "Besitzer"
2020-07-09 10:54:55 +02:00
} ,
"TOAST" : {
"MEMBERREMOVED" : "Manager entfernt!" ,
"MEMBERSADDED" : "Manager hinzugefügt!" ,
"MEMBERADDED" : "Manager hinzugefügt!" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"MEMBERCHANGED" : "Manager geändert!" ,
2020-07-09 10:54:55 +02:00
"ROLEREMOVED" : "Rolle entfernt!" ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"ROLECHANGED" : "Rolle verändert!" ,
"REACTIVATED" : "Reaktiviert!" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"DEACTIVATED" : "Deaktiviert!" ,
"UPDATED" : "Projekt gespeichert!" ,
"GRANTUPDATED" : "Berechtigung verändert!"
2020-05-13 14:41:43 +02:00
}
} ,
"APP" : {
"LIST" : "Applications" ,
"PAGES" : {
"TITLE" : "Applikation" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Hier kannst du deine Applikation bearbeiten und deren Konfiguration anpassen." ,
2020-05-13 14:41:43 +02:00
"CREATE_OIDC" : "OIDC Applikation" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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>
* 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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
2020-07-22 13:47:31 +02:00
"CREATE_OIDC_DESC_TITLE" : "Gib deine Applikationsdaten Schritt für Schritt ein" ,
"CREATE_OIDC_DESC_SUB" : "Es wird automatisch eine empfohlene Konfiguration generiert" ,
2020-05-13 14:41:43 +02:00
"DETAIL" : {
"TITLE" : "Detail" ,
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Nicht definiert" ,
"1" : "Aktiv" ,
"2" : "Inaktiv"
2020-05-13 14:41:43 +02:00
}
}
} ,
"NAME" : "Name" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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>
* 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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
2020-07-22 13:47:31 +02:00
"TYPE" : "Applikationstyp" ,
"GRANT" : "Grant Types" ,
2020-05-13 14:41:43 +02:00
"OIDC" : {
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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>
* 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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
2020-07-22 13:47:31 +02:00
"PROSWITCH" : "Konfigurator überspringen" ,
"NAMEANDTYPESECTION" : "Name und Typ" ,
"TITLEFIRST" : "Geben Sie zuerst einen Namen ein!" ,
"TYPETITLE" : "Welche Art von Applikation möchtest du erstellen?" ,
"REDIRECTTITLE" : "Wohin soll nach dem Login weitergeleitet werden?" ,
"POSTREDIRECTTITLE" : "Das ist die Weiterleitung nach einem logout." ,
"TYPEREQUIRED" : "Der Typ ist notwendig!" ,
2020-05-13 14:41:43 +02:00
"TITLE" : "OIDC Konfiguration" ,
"CLIENTID" : "Client ID" ,
"CLIENTSECRET" : "Client Secret" ,
2020-07-08 15:02:57 +02:00
"CLIENTSECRET_DESCRIPTION" : "Speichere das Client Secret, da es verschwindet, sobald der Dialog geschlossen wird!" ,
"REGENERATESECRET" : "Client Secret neu generieren" ,
2020-05-13 14:41:43 +02:00
"REDIRECT" : "Redirect URIs" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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>
* 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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
2020-07-22 13:47:31 +02:00
"REDIRECTSECTION" : "Redirect URIs" ,
2020-05-13 14:41:43 +02:00
"POSTLOGOUTREDIRECT" : "Post logout URIs" ,
"RESPONSE" : "Response Types" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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>
* 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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
2020-07-22 13:47:31 +02:00
"RESPONSESECTION" : "Antwort Typen" ,
2020-05-13 14:41:43 +02:00
"GRANT" : "Grant Types" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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>
* 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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
2020-07-22 13:47:31 +02:00
"GRANTSECTION" : "Grant Typen" ,
"GRANTTITLE" : "Wählen Sie Ihre Grant Typen aus. Hinweis: Implizit ist nur für Browserbasierte Anwendungen verfügbar." ,
2020-05-13 14:41:43 +02:00
"APPTYPE" : "App Types" ,
"RESPONSE0" : "Code" ,
"RESPONSE1" : "Id Token" ,
"RESPONSE2" : "Token-Id Token" ,
"GRANT0" : "Authorization Code" ,
"GRANT1" : "Implicit" ,
"GRANT2" : "Refresh Token" ,
"APPTYPE0" : "Web" ,
"APPTYPE1" : "User Agent" ,
"APPTYPE2" : "Native" ,
"AUTHMETHOD" : "Auth Method" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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>
* 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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
2020-07-22 13:47:31 +02:00
"AUTHMETHODSECTION" : "Authentifizierungsmethode" ,
2020-05-13 14:41:43 +02:00
"AUTHMETHOD0" : "Basic" ,
"AUTHMETHOD1" : "Post" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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>
* 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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
2020-07-22 13:47:31 +02:00
"AUTHMETHOD2" : "None" ,
"UNSECUREREDIRECT" : "Ich hoffe du weisst was du tust" ,
"OVERVIEWSECTION" : "Übersicht" ,
"OVERVIEWTITLE" : "Deine Konfiguration ist bereit! Du kannst sie hier nochmals prüfen."
2020-07-09 10:54:55 +02:00
} ,
"TOAST" : {
"REACTIVATED" : "App reaktiviert!" ,
"DEACTIVATED" : "App deaktiviert!" ,
"OIDCUPDATED" : "OIDC Konfiguration geändert!" ,
"OIDCCLIENTSECRETREGENERATED" : "OIDC Client Secret generiert!"
2020-05-13 14:41:43 +02:00
}
} ,
"GENDERS" : {
2020-07-08 15:02:57 +02:00
"0" : "Unbekannt" ,
"1" : "Weiblich" ,
"2" : "Männlich" ,
"3" : "Anderes"
2020-05-13 14:41:43 +02:00
} ,
"LANGUAGES" : {
"de" : "Deutsch" ,
"en" : "Englisch"
} ,
"MEMBER" : {
2020-06-25 12:52:57 +02:00
"ADD" : "Manager hinzufügen"
2020-05-13 14:41:43 +02:00
} ,
"ROLES" : {
2020-07-08 15:02:57 +02:00
"ORG_OWNER" : "Org. Owner" ,
"ORG_MEMBER_VIEWER" : "Org. Member Viewer" ,
"ORG_PROJECT_ROLE_VIEWER" : "Org. Project Role Viewer" ,
"ORG_EDITOR" : "Org. Editor" ,
"ORG_VIEWER" : "Org. Viewer" ,
"ORG_MEMBER_EDITOR" : "Org.. Member Editor" ,
"ORG_PROJECT_CREATOR" : "Org.. Project Creator" ,
"ORG_PROJECT_EDITOR" : "Org.. Project Editor" ,
"ORG_PROJECT_VIEWER" : "Org.. Project Viewer" ,
"ORG_PROJECT_MEMBER_EDITOR" : "Org.. Project Member Editor" ,
"ORG_PROJECT_MEMBER_VIEWER" : "Org.. Project Member Viewer" ,
"ORG_PROJECT_ROLE_EDITOR" : "Org.. Project Role Editor" ,
"ORG_PROJECT_APP_EDITOR" : "Org. Project App Editor" ,
"ORG_PROJECT_APP_VIEWER" : "Org. Project App Viewer" ,
"ORG_PROJECT_GRANT_EDITOR" : "Org. Project Grant Editor" ,
"ORG_PROJECT_GRANT_VIEWER" : "Org.Project Grant Viewer" ,
"ORG_PROJECT_GRANT_MEMBER_EDITOR" : "Org.Project Grant Member Editor" ,
"ORG_PROJECT_GRANT_MEMBER_VIEWER" : "Org.Project Grant Member Viewer" ,
"ORG_USER_EDITOR" : "Org.User Editor" ,
"ORG_USER_VIEWER" : "Org. User Viewer" ,
"ORG_USER_GRANT_EDITOR" : "Org. User Grant Editor" ,
"ORG_USER_GRANT_VIEWER" : "Org. User Grant Viewer" ,
"ORG_POLICY_EDITOR" : "Org. Policy Editor" ,
"ORG_POLICY_VIEWER" : "Org. Policy Viewer" ,
2020-05-13 14:41:43 +02:00
"PROJECT_OWNER" : "Project Owner" ,
"PROJECT_MEMBER_EDITOR" : "Project Member Editor" ,
"PROJECT_APP_EDITOR" : "Project App Editor" ,
"PROJECT_APP_VIEWER" : "Project App Viewer" ,
"PROJECT_USER_GRANT_EDITOR" : "Project User Grant Editor" ,
"PROJECT_USER_GRANT_VIEWER" : "Project User Grant Viewer" ,
"PROJECT_ROLE_EDITOR" : "Project Role Editor" ,
"PROJECT_MEMBER_VIEWER" : "Project Member Viewer" ,
"PROJECT_GRANT_EDITOR" : "Project Grant Editor" ,
"PROJECT_GRANT_VIEWER" : "Project Grant Viewer" ,
"PROJECT_GRANT_MEMBER_EDITOR" : "Project Grant Member Editor" ,
"PROJECT_GRANT_MEMBER_VIEWER" : "Project Grant Member Viewer" ,
"PROJECT_GRANT_OWNER" : "Project Grant Owner" ,
"PROJECT_GRANT_USER_GRANT_EDITOR" : "Project Grant User Editor" ,
"PROJECT_GRANT_USER_GRANT_VIEWER" : "Project Grant User Grant Viewer"
} ,
"GRANTS" : {
"DELETE" : "Grant löschen" ,
"ADD" : "Grant erstellen" ,
2020-07-01 17:48:34 +02:00
"ADD_BTN" : "Neu" ,
"PROJECT" : {
"TITLE" : "Authorisierung" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Definiere die Operationen und Rechte die dem User zur Verfügung gestellt werden. Achtung: Du kannst nur Einträge von Projekten sehen bei denen du eine Authorisierung besitzt!"
2020-07-01 17:48:34 +02:00
} ,
"USER" : {
"TITLE" : "Authorisierung" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Definiere die Operationen und Rechte die dem User zur Verfügung gestellt werden. Achtung: Du kannst nur Einträge von Projekten sehen bei denen du eine Authorisierung besitzt!"
2020-07-01 17:48:34 +02:00
} ,
"CREATE" : {
"TITLE" : "Authorisierung erstellen" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Suche nach der Organisation, dem Projekt und den verfügbaren Rollen!"
2020-07-01 17:48:34 +02:00
} ,
"DETAIL" : {
"TITLE" : "Authorisierung Detail" ,
"DESCRIPTION" : ""
2020-07-09 10:54:55 +02:00
} ,
"TOAST" : {
"UPDATED" : "Berechtigung geändert!" ,
"BULKREMOVED" : "Berechtigungen entfernt!"
2020-07-01 17:48:34 +02:00
}
2020-05-13 14:41:43 +02:00
} ,
"CHANGES" : {
"LISTTITLE" : "Letzte Änderungen" ,
2020-06-26 16:45:18 +02:00
"BOTTOM" : "Ende" ,
2020-05-13 14:41:43 +02:00
"ORG" : {
"TITLE" : "Aktivität" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Hier siehst du die letzten Vorkommnisse die die Organisation betreffen"
2020-05-13 14:41:43 +02:00
} ,
"PROJECT" : {
"TITLE" : "Aktivität" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Hier siehst du die letzten Vorkommnisse die das Projekt betreffen"
2020-05-13 14:41:43 +02:00
} ,
"USER" : {
"TITLE" : "Aktivität" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Hier siehst du die letzten Vorkommnisse die den Benutzer betreffen"
2020-05-13 14:41:43 +02:00
} ,
"EVENTS" : {
2020-07-08 15:02:57 +02:00
"org.added" : "Org. erstellt" ,
"org.changed" : "Org. editiert" ,
2020-05-13 14:41:43 +02:00
"org.member.added" : "Organisation Member erstellt" ,
"org.member.removed" : "Organisation Member gelöscht" ,
2020-07-08 15:02:57 +02:00
"org.domain.added" : "Org. Domain hinzugefügt" ,
"org.domain.verified" : "Org. Domain verifiziert" ,
2020-06-16 14:52:07 +02:00
"org.domain.primary.set" : "Primäre domain gesetzt" ,
2020-07-08 15:02:57 +02:00
"org.domain.removed" : "Org. domain entfernt" ,
2020-06-16 14:52:07 +02:00
"org.iam.policy.added" : "IAM Policy hinzugefügt" ,
2020-05-13 14:41:43 +02:00
"project.added" : "Projekt erstellt" ,
"project.changed" : "Projekt editiert" ,
"project.deactivated" : "Projekt deaktiviert" ,
"project.member.added" : "Projekt Member erstellt" ,
"project.member.removed" : "Projekt Member gelöscht" ,
"project.role.added" : "Rolle erstellt" ,
"project.role.removed" : "Rolle gelöscht" ,
2020-06-16 14:52:07 +02:00
"project.application.added" : "App hinzugefügt" ,
2020-07-08 15:02:57 +02:00
"project.application.config.oidc.added" : "OIDC Konfiguration hinzugefügt" ,
2020-06-16 14:52:07 +02:00
"user.added" : "User hinzugefügt" ,
2020-07-08 15:02:57 +02:00
"user.initialization.code.added" : "Init Code hinzugefügt" ,
"user.phone.code.added" : "User phone Code hinzugefügt" ,
"user.phone.code.sent" : "User phone Code gesendet" ,
"user.initialization.code.sent" : "Init Code gesendet" ,
"user.email.verification.sended" : "User Email verifiziert" ,
"user.email.code.added" : "Email Code hinzugefügt" ,
"user.email.code.sent" : "Email Code gesendet" ,
2020-06-23 18:56:29 +02:00
"user.email.verified" : "Email verifiziert" ,
2020-05-13 14:41:43 +02:00
"user.phone.verificationsended" : "User phone verifikation gesendet" ,
2020-07-08 15:02:57 +02:00
"user.phone.code" : "User phone Code erstellt" ,
2020-05-13 14:41:43 +02:00
"user.initialization.verification.sended" : "User mail verifikation gesendet" ,
2020-07-08 15:02:57 +02:00
"user.initialization.code.created" : "InitialisationsCode gesendet" ,
"created.user.email.code" : "User Email Code erstellt" ,
"created.user.phone.code" : "Phone Code erstellt" ,
2020-05-13 14:41:43 +02:00
"updated.user.password" : "User password update" ,
"skipped.init.mfauser" : "Mfa Methode übersprungen" ,
2020-07-08 15:02:57 +02:00
"verified.user.email" : "User Email verifiziert" ,
2020-05-13 14:41:43 +02:00
"registered.user" : "User registriert" ,
"created.user" : "User erstellt" ,
"skipped.init.mfa.user" : "User MFA init überspungen" ,
"user.email.password.request.sended" : "User Email Password Anfrage gesended" ,
"user.password.set.requested" : "Password Anfrage" ,
2020-06-16 14:52:07 +02:00
"user.phone.verification.sended" : "User Nummer verifikation gesendet" ,
"user.phone.changed" : "User phone geändert" ,
"user.phone.verified" : "User phone verifiziert" ,
2020-05-13 14:41:43 +02:00
"updated.user.profile" : "User Profil update" ,
2020-06-16 14:52:07 +02:00
"user.email.init.sended" : "User Email init sended" ,
"user.password.changed" : "Password changed" ,
"user.initialization.check.succeeded" : "Init check erfolgreich" ,
"user.password.check.succeeded" : "Password check erfolgreich" ,
"user.mfa.init.skipped" : "MFA init übersprungen" ,
"user.mfa.otp.added" : "MFA OTP hinzugefügt" ,
2020-06-25 12:52:57 +02:00
"user.mfa.otp.verified" : "MFA OTP verifiziert" ,
2020-06-26 14:15:05 +02:00
"user.mfa.otp.removed" : "MFA OTP entfernt" ,
2020-06-25 12:52:57 +02:00
"user.selfregistered" : "selbst registriert"
2020-05-13 14:41:43 +02:00
}
}
2020-06-23 18:56:29 +02:00
}