Add missing localization for Event Type "User Disabled By Permament Lockout Error" (#24780)
Closes keycloak/keycloak#24778 Signed-off-by: Joshua Sorah <jsorah@redhat.com>
This commit is contained in:
parent
11ffd31372
commit
d48934036a
1 changed files with 2 additions and 0 deletions
|
@ -215,6 +215,7 @@ tokenSaveSuccess=New initial access token has been created
|
|||
usermodel.attr.label=User Attribute
|
||||
eventTypes.REGISTER.name=Register
|
||||
eventTypes.USER_DISABLED_BY_PERMANENT_LOCKOUT.name=User disabled by permanent lockout
|
||||
eventTypes.USER_DISABLED_BY_PERMANENT_LOCKOUT_ERROR.name=User disabled by permanent lockout error
|
||||
deleteUser=Delete user
|
||||
addedNodeSuccess=Node successfully added
|
||||
eventTypes.INTROSPECT_TOKEN_ERROR.description=Introspect token error
|
||||
|
@ -1269,6 +1270,7 @@ onDragCancel=Dragging cancelled. List is unchanged.
|
|||
removeUser=Remove users
|
||||
ownerManagedAccess=User-Managed access enabled
|
||||
eventTypes.USER_DISABLED_BY_PERMANENT_LOCKOUT.description=User disabled by permanent lockout
|
||||
eventTypes.USER_DISABLED_BY_PERMANENT_LOCKOUT_ERROR.description=User disabled by permanent lockout error
|
||||
userModelAttributeNameHelp=Name of the model attribute to be added when importing user from LDAP
|
||||
templateHelp=Template to use to format the username to import. Substitutions are enclosed in ${}. For example\: '${ALIAS}.${CLAIM.sub}'. ALIAS is the provider alias. CLAIM.<NAME> references an ID or Access token claim. The substitution can be converted to upper or lower case by appending |uppercase or |lowercase to the substituted value, e.g. '${CLAIM.sub | lowercase}
|
||||
permissions=Permissions
|
||||
|
|
Loading…
Reference in a new issue