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" : "Data protection and personalization" ,
2020-07-08 15:02:57 +02:00
"SECURITYANDPRIVACY_DESC" : "Manage your Information and Security settings" ,
"SECURITYANDPRIVACY_BUTTON" : "Personalize Information and Security" ,
"PROTECTION" : "Organisational Policies" ,
"PROTECTION_DESC" : "Manage your organisational guidelines. Explore some pre-packaged solutions that save you time and ensure security." ,
2020-05-13 14:41:43 +02:00
"PROTECTION_BUTTON" : "Explore" ,
2020-07-08 15:02:57 +02:00
"PROJECTS" : "Create and Manage your Applications with Projects" ,
"PROJECTS_DESC" : "Authorize others to use your projects or define custom roles on eligible projects." ,
2020-05-13 14:41:43 +02:00
"PROJECTS_BUTTON" : "Project Overview" ,
2020-07-08 15:02:57 +02:00
"USERS" : "Create and manage your users." ,
2020-05-13 14:41:43 +02:00
"USERS_DESC" : "Monitor your role concept in real time. Take immediate action." ,
2020-06-25 12:52:57 +02:00
"USERS_BUTTON" : "Show users" ,
2020-07-08 15:47:04 +02:00
"IAM" : "Identity and Access Management" ,
"IAM_DESC" : "Manage your organisations and administrators." ,
2020-07-24 09:48:58 +02:00
"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"
2020-05-13 14:41:43 +02:00
} ,
"MENU" : {
"PERSONAL_INFO" : "Personal Information" ,
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-07-08 15:02:57 +02:00
"ORGANIZATION" : "Organisation" ,
2020-07-08 10:00:15 +02:00
"PROJECTSSECTION" : "projects section" ,
2020-05-13 14:41:43 +02:00
"PROJECT" : "Projects" ,
2020-06-26 14:15:05 +02:00
"GRANTEDPROJECT" : "Granted Projects" ,
2020-07-08 10:00:15 +02:00
"USERSECTION" : "user section" ,
2020-05-13 14:41:43 +02:00
"USER" : "Users" ,
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
"LOGOUT" : "Logout all users" ,
2020-07-08 15:02:57 +02:00
"NEWORG" : "New Organisation" ,
"IAMADMIN" : "You are an IAM Administrator. Note that you have extended permissions!" ,
"SHOWORGS" : "Show all organisations"
2020-05-13 14:41:43 +02:00
} ,
"ACTIONS" : {
"SAVE" : "Save" ,
"NEW" : "New" ,
2020-07-03 10:26:43 +02:00
"ADD" : "Add" ,
2020-05-13 14:41:43 +02:00
"CREATE" : "Create" ,
"CONTINUE" : "Continue" ,
2020-07-08 15:02:57 +02:00
"BACK" : "Back" ,
2020-05-13 14:41:43 +02:00
"CLOSE" : "Close" ,
2020-07-08 15:02:57 +02:00
"CANCEL" : "Cancel" ,
2020-05-13 14:41:43 +02:00
"INFO" : "Info" ,
"OK" : "OK" ,
"VIEW" : "Show" ,
"DELETE" : "Delete" ,
2020-07-08 15:02:57 +02:00
"REMOVE" : "Remove" ,
2020-05-13 14:41:43 +02:00
"VERIFY" : "Verify" ,
2020-07-09 15:14:01 +02:00
"FINISH" : "Finish" ,
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" : "Change" ,
2020-07-20 15:23:29 +02:00
"REACTIVATE" : "Reactivate" ,
"DEACTIVATE" : "Deactivate" ,
2020-07-24 09:48:58 +02:00
"REFRESH" : "Refresh" ,
"LOGIN" : "Login"
2020-05-13 14:41:43 +02:00
} ,
"ERRORS" : {
2020-07-24 09:48:58 +02:00
"REQUIRED" : "Some required fields are missing!" ,
"TOKENINVALID" : {
"TITLE" : "Your auth token has expired" ,
"DESCRIPTION" : "Click the button below to login again!"
}
2020-05-13 14:41:43 +02:00
} ,
"USER" : {
"TITLE" : "Personal Information" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Manage your Information and Security settings." ,
2020-05-13 14:41:43 +02:00
"PAGES" : {
"LIST" : "Users" ,
"TITLE" : "User" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Create new user in your organisation and manage existing ones." ,
2020-05-13 14:41:43 +02:00
"DETAIL" : "Detail" ,
"CREATE" : "Create" ,
2020-06-23 18:56:29 +02:00
"MY" : "My Informations" ,
2020-06-24 11:33:27 +02:00
"LOGINNAMES" : "Loginnames" ,
2020-07-08 15:02:57 +02:00
"LOGINNAMESDESC" : "These are your Login Names." ,
2020-06-23 18:56:29 +02:00
"COPY" : "Copy to clipboard" ,
"COPIED" : "Copied to clipboard!" ,
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" : "No User" ,
"REACTIVATE" : "Reactivate" ,
"DEACTIVATE" : "Deactivate"
2020-05-13 14:41:43 +02:00
} ,
"MFA" : {
2020-07-20 15:23:29 +02:00
"TABLETYPE" : "Type" ,
"TABLESTATE" : "Status" ,
"TABLEACTIONS" : "Actions" ,
2020-05-13 14:41:43 +02:00
"TITLE" : "Multifactor Authentication" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Add a second factor to ensure optimal security for your account." ,
"MANAGE_DESCRIPTION" : "Manage the second factor methods of your users." ,
2020-05-13 14:41:43 +02:00
"OTP" : "Configure OTP" ,
"OTP_DIALOG_TITLE" : "Add OTP" ,
2020-07-08 15:02:57 +02:00
"OTP_DIALOG_DESCRIPTION" : "Scan the QR code with an authenticator app and enter the code below to verify and activate OTP." ,
2020-05-13 14:41:43 +02:00
"TYPE" : {
2020-07-08 15:02:57 +02:00
"0" : "No MFA defined" ,
"1" : "SMS" ,
"2" : "OTP"
2020-05-13 14:41:43 +02:00
} ,
"STATE" : {
"0" : "No State" ,
2020-07-08 15:02:57 +02:00
"1" : "Not Ready" ,
"2" : "Ready" ,
"3" : "Deleted"
2020-05-13 14:41:43 +02:00
}
} ,
"CREATE" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Create a new User" ,
"DESCRIPTION" : "Please provide the necesary information." ,
2020-05-13 14:41:43 +02:00
"NAMEANDEMAILSECTION" : "Name and Email" ,
"GENDERLANGSECTION" : "Gender and Language" ,
2020-07-08 15:02:57 +02:00
"PHONESECTION" : "Phonenumbers" ,
2020-07-24 09:48:58 +02:00
"PASSWORDSECTION" : "Set the initial Password." ,
"ADDRESSANDPHONESECTION" : "Phonenumber"
2020-05-13 14:41:43 +02:00
} ,
"CODEDIALOG" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Verify Phone Number" ,
"DESCRIPTION" : "Enter the code you recieved by message to verify your phone." ,
2020-05-13 14:41:43 +02:00
"CODE" : "Code"
} ,
"DATA" : {
"STATE" : "Status" ,
2020-07-08 15:02:57 +02:00
"STATE0" : "Unknown" ,
"STATE1" : "Active" ,
"STATE2" : "Inactive" ,
"STATE3" : "Deleted" ,
"STATE4" : "Locked" ,
"STATE5" : "Supend" ,
"STATE6" : "Initial"
2020-05-13 14:41:43 +02:00
} ,
"PROFILE" : {
"TITLE" : "Profile" ,
"EMAIL" : "Email" ,
"PHONE" : "Phonenumber" ,
"USERNAME" : "Username" ,
"FIRSTNAME" : "Firstname" ,
"LASTNAME" : "Lastname" ,
"NICKNAME" : "Nickname" ,
"DISPLAYNAME" : "Displayname" ,
"PREFERRED_LANGUAGE" : "Language" ,
2020-07-06 16:17:06 +02:00
"GENDER" : "Gender" ,
"PASSWORD" : "Password"
2020-05-13 14:41:43 +02:00
} ,
"PASSWORD" : {
"TITLE" : "Password" ,
2020-07-30 16:54:15 +02:00
"DESCRIPTION" : "Enter the new password according to the policy below." ,
2020-05-13 14:41:43 +02:00
"OLD" : "Current Password" ,
"NEW" : "New Password" ,
2020-07-08 15:02:57 +02:00
"CONFIRM" : "Confirm new Password" ,
"RESET" : "Reset current Password" ,
"SET" : "Set new Password" ,
"RESENDNOTIFICATION" : "Resend Password Reset Link" ,
"REQUIRED" : "Some required fields are missing!" ,
2020-07-30 16:54:15 +02:00
"MINLENGTHERROR" : "The Password has to be at least {{value}} characters long" ,
2020-07-08 15:02:57 +02:00
"NOTEQUAL" : "The password provided is not equal!"
2020-05-13 14:41:43 +02:00
} ,
"EMAIL" : "Email" ,
"PHONE" : "Phonenumber" ,
"LOGINMETHODS" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Contact Information" ,
"DESCRIPTION" : "The provided information is used to send important information, like password reset Emails to you." ,
2020-05-13 14:41:43 +02:00
"EMAIL" : {
"TITLE" : "Email" ,
"VALID" : "validated" ,
"RESEND" : "Resend verification mail"
} ,
"PHONE" : {
"TITLE" : "Phone" ,
"VALID" : "validated" ,
"RESEND" : "Resend verification message"
} ,
2020-07-08 15:02:57 +02:00
"RESENDCODE" : "Resend Code" ,
2020-05-13 14:41:43 +02:00
"ENTERCODE" : "Verify" ,
2020-07-08 15:02:57 +02:00
"ENTERCODE_DESC" : "Verify Code"
2020-05-13 14:41:43 +02:00
} ,
2020-07-08 15:02:57 +02:00
"GRANTS" : {
"TITLE" : "User Grants" ,
"DESCRIPTION" : "Give this user control of certain projects" ,
"CREATE" : {
"TITLE" : "Create User Grant" ,
"DESCRIPTION" : "Search for the organisation, the project and the corresponding project roles!"
}
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 ##" ,
2020-06-17 14:30:21 +02:00
"REQUIRED" : "The input field is empty" ,
2020-06-24 11:33:27 +02:00
"MINLENGTH" : "The password has to be at least {{requiredLength}} characters long!" ,
2020-07-08 15:02:57 +02:00
"NOEMAIL" : "Username can not be an email address!" ,
"UPPERCASEMISSING" : "The password must include a uppercase character!" ,
"LOWERCASEMISSING" : "The password must include a lowercase character!" ,
2020-06-24 11:33:27 +02:00
"SYMBOLERROR" : "The password must include a symbol!" ,
"NUMBERERROR" : "The password must include a number!"
2020-05-13 14:41:43 +02:00
} ,
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Unknown" ,
"1" : "Active" ,
"2" : "Expired"
2020-05-13 14:41:43 +02:00
} ,
"SEARCH" : {
2020-07-08 15:02:57 +02:00
"FOUND" : "Found"
2020-05-13 14:41:43 +02:00
} ,
"TARGET" : {
2020-07-08 15:02:57 +02:00
"SELF" : "If you want to grant a user of an other organisation" ,
"EXTERNAL" : "To grant a user of your organisation" ,
2020-05-13 14:41:43 +02:00
"CLICKHERE" : "Click here"
} ,
"SIGNEDOUT" : "You are signed out. Click the button below to sign in again!" ,
"SIGNEDOUT_BTN" : "Sign In" ,
"EDITACCOUNT" : "Edit Account" ,
2020-07-09 10:54:55 +02:00
"ADDACCOUNT" : "Log in with another account" ,
"TOAST" : {
2020-07-09 18:47:01 +02:00
"CREATED" : "User created successfully!" ,
"SAVED" : "Profile saved successfully!" ,
"EMAILSAVED" : "Email saved successfully!" ,
"PHONESAVED" : "Phone saved successfully!" ,
2020-07-09 10:54:55 +02:00
"PHONEREMOVED" : "Phone has been removed!" ,
2020-07-09 18:47:01 +02:00
"PHONEVERIFIED" : "Phone verified successfully!" ,
2020-07-09 10:54:55 +02:00
"PHONEVERIFICATIONSENT" : "Phone verification code sent!" ,
"EMAILVERIFICATIONSENT" : "Email verification code sent!" ,
"OTPREMOVED" : "OTP removed!" ,
"INITIALPASSWORDSET" : "Initial password set!" ,
"PASSWORDNOTIFICATIONSENT" : "Password Change Notification sent" ,
2020-07-09 18:47:01 +02:00
"PASSWORDCHANGED" : "Password changed successfully!" ,
2020-07-09 10:54:55 +02:00
"REACTIVATED" : "User reactivated" ,
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 deactivated" ,
"SELECTEDREACTIVATED" : "Selected Users reactivated" ,
"SELECTEDDEACTIVATED" : "Selected Users deactivated"
2020-07-09 10:54:55 +02:00
}
2020-05-13 14:41:43 +02:00
} ,
2020-07-08 15:47:04 +02:00
"IAM" : {
2020-06-25 12:52:57 +02:00
"DETAIL" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Identity and Access Management Administration" ,
"DESCRIPTION" : "Manage the ZITADEL settings."
2020-06-25 12:52:57 +02:00
} ,
"MEMBER" : {
"TITLE" : "Managers" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Managers can add and edit organisations and make changes to their corresponding projects and apps"
2020-07-02 17:16:47 +02:00
} ,
"VIEWS" : {
"TITLE" : "Views and Events" ,
"DESCRIPTION" : "This Card shows your Zitadel Views, you can clear them and remove failed events." ,
"VIEWNAME" : "Name" ,
"DATABASE" : "Database" ,
"SEQUENCE" : "Sequence" ,
"ACTIONS" : "Actions" ,
"CLEAR" : "Clear"
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 removed!" ,
"MEMBERSADDED" : "Managers added!" ,
"MEMBERADDED" : "Manager added!" ,
"MEMBERCHANGED" : "Manager changed!" ,
"ROLEREMOVED" : "Role removed!" ,
"ROLECHANGED" : "Role changed!" ,
"REACTIVATED" : "Reaktiviert!" ,
"DEACTIVATED" : "Deaktiviert!"
2020-06-25 12:52:57 +02:00
}
} ,
2020-05-13 14:41:43 +02:00
"ORG" : {
"PAGES" : {
2020-07-08 15:02:57 +02:00
"LIST" : "Organisations" ,
"LISTDESCRIPTION" : "Choose an organisation." ,
"ACTIVE" : "Active" ,
"CREATE" : "Create organisation" ,
"ORGDETAIL_TITLE" : "Enter the name and domain of your new organisation." ,
"ORGDOMAIN_TITLE" : "Organisation domain ownership verification" ,
2020-05-13 14:41:43 +02:00
"ORGDOMAIN_VERIFICATION" : "Provide your web domain and verify their ownership. You need to download a verification file and upload it at the provided URL listed below. To complete, click the button to verify." ,
2020-07-08 15:02:57 +02:00
"ORGDOMAIN_VERIFICATION_SKIP" : "You can skip verification for now and continue to create your organisation, but in order to use your organisation this step has to be completed!" ,
"ORGDETAILUSER_TITLE" : "Configure Organisation Owner" ,
2020-05-13 14:41:43 +02:00
"DOWNLOAD_FILE" : "Download file" ,
2020-07-08 15:02:57 +02:00
"SELECTORGTOOLTIP" : "Select this organisation" ,
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
"PRIMARYDOMAIN" : "Primary Domain" ,
2020-07-15 09:04:45 +02:00
"STATE" : "State" ,
"USEPASSWORD" : "Set initial password"
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" : "Add Domain" ,
2020-06-17 17:11:36 +02:00
"TITLE" : "Domains" ,
2020-07-08 15:38:01 +02:00
"DESCRIPTION" : "Configure your domains. This domain can be used to login with your users." ,
2020-07-08 10:00:15 +02:00
"DELETE" : {
"TITLE" : "Delete domain?" ,
"DESCRIPTION" : "You are about to delete one of your domains. Note that your users can no longer use this domain for their logins."
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" : "Add domain" ,
"DESCRIPTION" : "You are about to add a domain for your organization. After successful process, you users will be able to use the domain for their login."
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" : "Not defined" ,
"1" : "Active" ,
"2" : "Deactivated"
2020-05-13 14:41:43 +02:00
} ,
2020-06-16 14:52:07 +02:00
"MEMBER" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Organisation Managers" ,
"DESCRIPTION" : "Define Users which can change your organisations preferences."
2020-06-16 14:52:07 +02:00
} ,
2020-05-13 14:41:43 +02:00
"POLICY" : {
"TITLE" : "Explore Policies" ,
2020-07-08 15:47:04 +02:00
"DESCRIPTION" : "Pre-packaged policies that enhance your security." ,
2020-05-13 14:41:43 +02:00
"PWD_COMPLEXITY" : {
"TITLE" : "Password Complexity" ,
"DESCRIPTION" : "Ensures that all set passwords correspond to a specific pattern" ,
"TITLECREATE" : "Create Password Complexity Policy" ,
2020-06-17 14:30:21 +02:00
"DESCRIPTIONCREATE" : "Ensures that all set passwords correspond to a specific pattern" ,
"SYMBOLANDNUMBERERROR" : "The password must consist of a number and a symbol" ,
"SYMBOLERROR" : "The password must include a symbol!" ,
"NUMBERERROR" : "The password must include a number!" ,
"PATTERNERROR" : "The required pattern is not fulfilled!"
2020-05-13 14:41:43 +02:00
} ,
"PWD_AGE" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Maximal Password Age" ,
2020-05-13 14:41:43 +02:00
"DESCRIPTION" : "You can set a max age property for passwords. This policy includes a warning after a specific time has elapsed" ,
"TITLECREATE" : "Create Password Age Policy" ,
"DESCRIPTIONCREATE" : "You can set a max age property for passwords. This policy includes a warning after a specific time has elapsed"
} ,
"PWD_LOCKOUT" : {
"TITLE" : "Password Lockout" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Password retries are infinite in default mode. You have to install this policy if you want to show retries or set a max amount of trials." ,
2020-05-13 14:41:43 +02:00
"TITLECREATE" : "Create Password Lockout Policy" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTIONCREATE" : "Password retries are infinite in default mode. You have to install this policy if you want to show retries or set a max amount of trials."
2020-05-13 14:41:43 +02:00
} ,
2020-06-25 12:52:57 +02:00
"IAM_POLICY" : {
"TITLE" : "IAM Access Preferences" ,
"DESCRIPTION" : "Define access properties of your users" ,
"TITLECREATE" : "Set IAM Access preferences" ,
"DESCRIPTIONCREATE" : "Emails as username is not allowed for enabled UserLoginMustBeDomain"
} ,
"BTN_INSTALL" : "Setup" ,
2020-05-13 14:41:43 +02:00
"BTN_EDIT" : "Modify" ,
"DATA" : {
"DESCRIPTION" : "Description" ,
"MINLENGTH" : "min length" ,
"HASNUMBER" : "has Number" ,
"HASSYMBOL" : "has Symbol" ,
"HASLOWERCASE" : "has lower case" ,
"HASUPPERCASE" : "has upper case" ,
"SHOWLOCKOUTFAILURES" : "show lockout failures" ,
"MAXATTEMPTS" : "Max Attempts" ,
"EXPIREWARNDAYS" : "Expiration Warning after day" ,
2020-06-25 12:52:57 +02:00
"MAXAGEDAYS" : "Max Age in days" ,
"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" : "Uninstall / Reset Policy"
} ,
"TOAST" : {
"DEACTIVATED" : "Organization deactivated!" ,
"REACTIVATED" : "Organization reactivated!" ,
"DOMAINADDED" : "Added 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
"DOMAINREMOVED" : "Removed domain!" ,
"MEMBERADDED" : "Manager added!" ,
"MEMBERREMOVED" : "Manager removed!"
2020-05-13 14:41:43 +02:00
}
} ,
"ORG_DETAIL" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Organisation" ,
"DESCRIPTION" : "Here you can edit your organisation configuration and manage members" ,
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" : "Not defined" ,
"1" : "Active" ,
"2" : "Inactive"
2020-05-13 14:41:43 +02:00
}
} ,
"MEMBER" : {
"TITLE" : "Members" ,
"USERNAME" : "Username" ,
"FIRSTNAME" : "Firstname" ,
"LASTNAME" : "Lastname" ,
"EMAIL" : "Email" ,
"ROLES" : "Roles" ,
"ADD" : "Add Member" ,
"ADDDESCRIPTION" : "Enter the mail addresses of the users to be added!"
} ,
"TABLE" : {
"TOTAL" : "Entries total:" ,
"SELECTION" : "Selected Elements" ,
"DEACTIVATE" : "deactivate User" ,
"ACTIVATE" : "activate User" ,
"DELETE" : "delete User"
}
} ,
"PROJECT" : {
"PAGES" : {
"TITLE" : "Project" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Here you can define applications, manage roles and grant other organisations to use your project" ,
2020-05-13 14:41:43 +02:00
"LIST" : "Projects" ,
"LISTDESCRIPTION" : "Here you can find all projects you are allowed to view or perform actions on. If you can't find a project, contact a project owner or someone with the corresponding rights to gain project access." ,
"DETAIL" : "Detail" ,
"CREATE" : "Create project" ,
"CREATE_DESC" : "Insert your projects name" ,
2020-06-16 14:52:07 +02:00
"ROLE" : "Role" ,
2020-06-23 18:56:29 +02:00
"NOITEMS" : "No projects" ,
2020-07-08 15:02:57 +02:00
"ZITADELPROJECT" : "This belongs to ZITADEL project. If you change something, ZITADEL may not behave as intended!" ,
2020-07-01 17:48:34 +02:00
"TYPE" : {
"OWNED" : "Owned Projects" ,
"GRANTED" : "Granted Projects"
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" : "Pinned" ,
"ALL" : "All" ,
2020-07-08 15:02:57 +02:00
"CREATEDON" : "Created on" ,
"LASTMODIFIED" : "Last modified on" ,
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" : "Create new project" ,
"DIALOG" : {
"REACTIVATE" : {
"TITLE" : "Reactivate project" ,
"DESCRIPTION" : "Do you really want to ractivate your project?"
} ,
"DEACTIVATE" : {
"TITLE" : "Deactivate project" ,
"DESCRIPTION" : "Do you really want to deactivate your project?"
}
}
2020-05-13 14:41:43 +02:00
} ,
"STATE" : {
"TITLE" : "State" ,
2020-07-08 15:02:57 +02:00
"0" : "Not defined" ,
"1" : "Active" ,
"2" : "Inactive"
2020-05-13 14:41:43 +02:00
} ,
"TYPE" : {
"TITLE" : "Type" ,
2020-07-08 15:02:57 +02:00
"0" : "Unknown type" ,
"1" : "Owned" ,
"2" : "Granted"
2020-05-13 14:41:43 +02:00
} ,
"NAME" : "Name" ,
"MEMBER" : {
2020-06-17 07:41:16 +02:00
"TITLE" : "Managers" ,
2020-07-08 15:02:57 +02:00
"TITLEDESC" : "Managers can make changes on this project, based on their role." ,
"DESCRIPTION" : "Here you can find all managers of this project. You can add a new member and manage existing ones." ,
2020-05-13 14:41:43 +02:00
"USERNAME" : "Username" ,
"FIRSTNAME" : "Firstname" ,
"LASTNAME" : "Lastname" ,
"EMAIL" : "Email" ,
2020-06-26 16:45:18 +02:00
"ROLES" : "Roles" ,
"USERID" : "User Id"
2020-05-13 14:41:43 +02:00
} ,
"GRANT" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Granted organisations" ,
"DESCRIPTION" : "Allow an other organisation to use your project" ,
2020-05-13 14:41:43 +02:00
"CREATE" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Create organisation grant" ,
2020-05-13 14:41:43 +02:00
"SEL_USERS" : "Select the users you wish to grant" ,
"SEL_PROJECT" : "Search for a project" ,
2020-07-01 17:48:34 +02:00
"SEL_ROLES" : "Select the roles you want to be added to the grant" ,
2020-07-03 15:07:43 +02:00
"SEL_USER" : "Search for a user" ,
"SEL_ORG" : "Set the domain" ,
2020-07-08 15:02:57 +02:00
"SEL_ORG_DESC" : "Enter the complete domain to specify the organisation to grant!" ,
"ORG_TITLE" : "Organisation" ,
"ORG_DESCRIPTION" : "You are about to grant a user for the organisation {{name}}" ,
"ORG_DESCRIPTION_DESC" : "Switch the context in the header above to grant a user for another organisation" ,
2020-07-03 15:07:43 +02:00
"SEL_ORG_FORMFIELD" : "Complete Domain" ,
2020-07-08 15:02:57 +02:00
"SEL_ORG_BUTTON" : "Search Organisation" ,
2020-07-01 17:48:34 +02:00
"FOR_ORG" : "The grant is created for:"
} ,
"DETAIL" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Managers of the granted organisation" ,
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
"DESC" : "These are the Managers of the granted organisation. You can select which users are allowed to maintain control of the project." ,
2020-07-30 16:54:15 +02:00
"MEMBERTITLE" : "Managers" ,
"MEMBERDESC" : "These are the managers of the granted organisation. Add users here, who should gain access to edit data of the project." ,
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
"PROJECTNAME" : "Project Name" ,
"RESOURCEOWNER" : "Resource Owner"
2020-05-13 14:41:43 +02:00
} ,
2020-07-01 17:48:34 +02:00
"SHOWDETAIL" : "Show Details" ,
"USER" : "User" ,
"MEMBERS" : "Managers" ,
2020-05-13 14:41:43 +02:00
"PROJECTNAME" : "Project Name" ,
2020-07-08 15:02:57 +02:00
"GRANTEDORG" : "Granted 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" : "Creation Date" ,
"CHANGEDATE" : "Last Modified" ,
2020-07-09 15:14:01 +02:00
"ROLENAMESLIST" : "Roles" ,
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" : "No roles" ,
"TOAST" : {
"PROJECTGRANTUSERGRANTADDED" : "Project Grant created!" ,
"PROJECTGRANTADDED" : "Project Grant created!" ,
"PROJECTGRANTCHANGED" : "Project Grant changed!" ,
"PROJECTGRANTMEMBERADDED" : "Grant Manager added!" ,
"PROJECTGRANTMEMBERCHANGED" : "Grant Manager changed!" ,
"PROJECTGRANTMEMBERREMOVED" : "Grant Manager removed!"
}
2020-05-13 14:41:43 +02:00
} ,
"APP" : {
"TITLE" : "Applications" ,
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" : "A name ist required."
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" : "Add additional role" ,
2020-06-10 12:59:12 +02:00
"KEY" : "Key" ,
2020-05-13 14:41:43 +02:00
"TITLE" : "Roles" ,
"DESCRIPTION" : "Define some roles which can be used to create project-grants" ,
"NAME" : "Name" ,
"DISPLAY_NAME" : "Display Name" ,
"GROUP" : "Group" ,
"ACTIONS" : "Actions" ,
"ADDTITLE" : "Create role" ,
"ADDDESCRIPTION" : "Enter the data for the new role!" ,
2020-07-03 10:26:43 +02:00
"EDITTITLE" : "Edit role" ,
"EDITDESCRIPTION" : "Enter the new data for the role!" ,
2020-06-10 12:59:12 +02:00
"DELETE" : "Delete Role" ,
2020-07-03 10:26:43 +02:00
"CREATIONDATE" : "Created" ,
"SELECTGROUPTOOLTIP" : "Select all Roles of the group {{group}}"
2020-05-13 14:41:43 +02:00
} ,
"TABLE" : {
"TOTAL" : "Entries total:" ,
"SELECTION" : "Selected Elements" ,
2020-07-08 15:02:57 +02:00
"DEACTIVATE" : "Deactivate Project" ,
"ACTIVATE" : "Activate Project" ,
"DELETE" : "Delete Project" ,
"ORGNAME" : "Org. Name" ,
"ORGDOMAIN" : "Or.g Domain" ,
2020-05-13 14:41:43 +02:00
"STATE" : "Status" ,
2020-06-10 12:59:12 +02:00
"TYPE" : "Type" ,
2020-05-13 14:41:43 +02:00
"CREATIONDATE" : "Created At" ,
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" : "Last Modified" ,
"RESOURCEOWNER" : "Owner"
2020-07-09 10:54:55 +02:00
} ,
"TOAST" : {
"MEMBERREMOVED" : "Manager removed!" ,
"MEMBERSADDED" : "Managers added!" ,
"MEMBERADDED" : "Manager added!" ,
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 changed!" ,
2020-07-09 10:54:55 +02:00
"ROLEREMOVED" : "Role removed!" ,
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" : "Role changed!" ,
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
"REACTIVATED" : "Reactivated!" ,
"DEACTIVATED" : "Deactivated!" ,
"UPDATED" : "Project changed!" ,
"GRANTUPDATED" : "Grant changed!"
2020-05-13 14:41:43 +02:00
}
} ,
"APP" : {
"LIST" : "Applications" ,
"PAGES" : {
"TITLE" : "Application" ,
"DESCRIPTION" : "Here you can edit your application data and its configuration" ,
"CREATE_OIDC" : "OIDC Application" ,
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" : "Enter your application details step by step" ,
"CREATE_OIDC_DESC_SUB" : "A recommended configuration will be automatically generated." ,
2020-05-13 14:41:43 +02:00
"DETAIL" : {
"TITLE" : "Detail" ,
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Not defined" ,
"1" : "Active" ,
"2" : "Inactive"
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" : "Application type" ,
"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" : "I'm a pro. Skip this wizard." ,
"NAMEANDTYPESECTION" : "Name and Type" ,
"TITLEFIRST" : "Insert a name first!" ,
"TYPETITLE" : "What type of application do you want to create?" ,
"REDIRECTTITLE" : "Specify the urls where the login will redirect to." ,
"POSTREDIRECTTITLE" : "This is the redirect after logout." ,
2020-07-30 16:54:15 +02:00
"REDIRECTDESCRIPTIONWEB" : "The redirect has to begin with https://. http:// is only valid for testing purposes!" ,
"REDIRECTDESCRIPTIONNATIVE" : "The redirect has to begin with your own protocol or http://localhost!" ,
"REDIRECTNOTVALID" : "This redirect is not valid!" ,
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
"TYPEREQUIRED" : "The type is required!" ,
2020-05-13 14:41:43 +02:00
"TITLE" : "OIDC Configuration" ,
"CLIENTID" : "Client ID" ,
"CLIENTSECRET" : "Client Secret" ,
"CLIENTSECRET_DESCRIPTION" : "Save your Client Secret as it will disappear once the dialog is closed!" ,
2020-07-08 15:02:57 +02:00
"REGENERATESECRET" : "Regenerate Client Secret" ,
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" : "Response Types" ,
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 Types" ,
"GRANTTITLE" : "Select your grant types. Note: Implicit is only available for browser based applications." ,
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" : "Auth Method" ,
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" : "I sure hope you know what you are doing." ,
"OVERVIEWSECTION" : "Overview" ,
"OVERVIEWTITLE" : "You are now done. Review your configuration"
2020-07-09 10:54:55 +02:00
} ,
"TOAST" : {
"REACTIVATED" : "App reactivated!" ,
"DEACTIVATED" : "App deactivated!" ,
"OIDCUPDATED" : "OIDC Config updated!" ,
"OIDCCLIENTSECRETREGENERATED" : "OIDC Client Secret generated!"
2020-05-13 14:41:43 +02:00
}
} ,
"GENDERS" : {
2020-07-08 15:02:57 +02:00
"0" : "Unknown" ,
"1" : "Female" ,
"2" : "Male" ,
"3" : "Other"
2020-05-13 14:41:43 +02:00
} ,
"LANGUAGES" : {
"de" : "German" ,
"en" : "English"
} ,
"MEMBER" : {
2020-06-25 12:52:57 +02:00
"ADD" : "Add a manager"
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" ,
2020-07-30 16:54:15 +02:00
"PROJECT_OWNER_VIEWER" : "Project Owner Viewer" ,
2020-05-13 14:41:43 +02:00
"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" : {
2020-07-01 17:48:34 +02:00
"DELETE" : "delete authorization" ,
"ADD" : "create authorization" ,
2020-07-08 15:02:57 +02:00
"ADD_BTN" : "New" ,
2020-07-01 17:48:34 +02:00
"PROJECT" : {
"TITLE" : "Authorizations" ,
"DESCRIPTION" : "Define Authorizations for the specified project. Note that you can only see entries from projects and users where you are permitted to."
} ,
"USER" : {
"TITLE" : "Authorizations" ,
"DESCRIPTION" : "Define Authorizations for the specified user. Note that you can only see entries from projects and users where you are permitted to."
} ,
"CREATE" : {
"TITLE" : "Create authorization" ,
"DESCRIPTION" : "Search for the orgnanization, the project and the corresponding roles."
} ,
"DETAIL" : {
"TITLE" : "Authorization Detail" ,
"DESCRIPTION" : ""
2020-07-09 10:54:55 +02:00
} ,
"TOAST" : {
"UPDATED" : "Grant updated!" ,
"BULKREMOVED" : "Grants removed!"
2020-07-01 17:48:34 +02:00
}
2020-05-13 14:41:43 +02:00
} ,
"CHANGES" : {
"LISTTITLE" : "Last Changes" ,
2020-07-03 10:26:43 +02:00
"BOTTOM" : "You've arrived at the bottom" ,
2020-05-13 14:41:43 +02:00
"ORG" : {
"TITLE" : "Activity" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Here you can see the latest events that have affected an organisation change"
2020-05-13 14:41:43 +02:00
} ,
"PROJECT" : {
"TITLE" : "Activity" ,
"DESCRIPTION" : "Here you can see the latest events that have affected a projectchange"
} ,
"USER" : {
"TITLE" : "Activity" ,
"DESCRIPTION" : "Here you can see the latest events that have affected a userchange"
} ,
"EVENTS" : {
2020-06-25 12:52:57 +02:00
"org.added" : "created" ,
"org.changed" : "changed" ,
"org.member.added" : "member created" ,
"org.member.removed" : "member deleted" ,
"org.domain.added" : "domain added" ,
"org.domain.verified" : "domain verified" ,
"org.domain.primary.set" : "set primary domain" ,
"org.domain.removed" : "domain removed" ,
"org.iam.policy.added" : "IAM policy added" ,
2020-07-03 15:07:43 +02:00
"project.added" : "project added" ,
2020-06-25 12:52:57 +02:00
"project.changed" : "changed" ,
"project.deactivated" : "deactivated" ,
"project.member.added" : "added member" ,
"project.member.removed" : "member deleted" ,
"project.role.added" : "created role" ,
"project.role.removed" : "deleted role" ,
"project.application.added" : "added app" ,
"project.application.config.oidc.added" : "added OIDC config" ,
2020-06-16 14:52:07 +02:00
"user.added" : "User added" ,
"user.initialization.code.added" : "Init code added" ,
"user.phone.code.added" : "Phone code added" ,
"user.phone.code.sent" : "User phone code sent" ,
"user.initialization.code.sent" : "Init code sent" ,
2020-05-13 14:41:43 +02:00
"user.email.verification.sended" : "User email verified" ,
2020-06-16 14:52:07 +02:00
"user.email.code.added" : "Email code added" ,
"user.email.code.sent" : "Email code sent" ,
"user.email.verified" : "Email verified" ,
2020-05-13 14:41:43 +02:00
"user.phone.verificationsended" : "User phone verification sent" ,
"user.phone.code" : "User phone code created" ,
"user.initialization.verification.sended" : "User mail verification sent" ,
"user.initialization.code.created" : "Initialization code sent" ,
"created.user.email.code" : "User email code created" ,
"created.user.phone.code" : "Phone code created" ,
"updated.user.password" : "Update Password" ,
"skipped.init.mfauser" : "Mfa Method skipped" ,
"verified.user.email" : "User email verified" ,
"registered.user" : "User registered" ,
"created.user" : "User created" ,
"skipped.init.mfa.user" : "User MFA init skipped" ,
"user.email.password.request.sended" : "Email password request sended" ,
"user.password.set.requested" : "Password request" ,
"user.phone.verification.sended" : "User Phone verification sended" ,
2020-06-16 14:52:07 +02:00
"user.phone.changed" : "User phone changed" ,
"user.phone.verified" : "User phone verified" ,
2020-05-13 14:41:43 +02:00
"updated.user.profile" : "User Profile update" ,
2020-06-16 14:52:07 +02:00
"user.email.init.sended" : "User Email init sended" ,
"user.password.changed" : "Password geändert" ,
"user.initialization.check.succeeded" : "Init check succeeded" ,
"user.password.check.succeeded" : "Password check succeeded" ,
"user.mfa.init.skipped" : "MFA init skipped" ,
"user.mfa.otp.added" : "MFA OTP added" ,
2020-06-25 12:52:57 +02:00
"user.mfa.otp.verified" : "MFA OTP verified" ,
2020-06-26 14:15:05 +02:00
"user.mfa.otp.removed" : "MFA OTP removed" ,
2020-06-25 12:52:57 +02:00
"user.selfregistered" : "self registered"
2020-05-13 14:41:43 +02:00
}
}
2020-07-08 10:00:15 +02:00
}