Skip to content

Commit

Permalink
Fix duplicate admin message keys
Browse files Browse the repository at this point in the history
Closes keycloak#29035

Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 committed Apr 24, 2024
1 parent adca2c6 commit 82893df
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ addAssociatedRolesText=Add associated roles
enabledFeatures=Enabled features
groupsClaimHelp=If defined, the policy will fetch user's groups from the given claim within an access token or ID token representing the identity asking permissions. If not defined, user's groups are obtained from your realm configuration.
createGroup=Create group
validatingPublicKey= Validating public key
validatingPublicKeyId=Validating public key id
clientAuthentications.client_secret_jwt=JWT signed with client secret
created=Created
Expand Down Expand Up @@ -2647,15 +2646,13 @@ groupsPermissionsHint=Determines if fine grained permissions are enabled for man
searchForTranslation=Search for translation
offlineSessionMaxHelp=Max time before an offline session is expired regardless of activity.
resourceSaveError=Could not persist resource due to {{error}}
clientsClientScopesHelp=The scopes associated with this resource.
updateCredentialUserLabelError=Error changing user label\: {{error}}
enableHelpMode=Enable help mode
clientPoliciesTab=Client policies tab
ldapGroupsDn=LDAP groups DN
ldapFullNameAttributeHelp=Name of the LDAP attribute, which contains the fullName of the user. Usually it will be 'cn'.
clientRegisterPolicyDeleteConfirm=Are you sure you want to permanently delete the client registration policy {{name}}
jsonEditor=JSON editor
chooseBindingType=Choose binding type
mappingCreatedError=Could not create mapping\: '{{error}}'
deleteClientPolicyProfileConfirmTitle=Delete profile?
passwordPoliciesHelp.forceExpiredPasswordChange=The number of days the password is valid before a new password is required.
Expand Down Expand Up @@ -3083,14 +3080,12 @@ sendIdTokenOnLogout=Send 'id_token_hint' in logout requests
sendIdTokenOnLogoutHelp=If the 'id_token_hint' parameter should be sent in logout requests.
sendClientIdOnLogout=Send 'client_id' in logout requests
sendClientIdOnLogoutHelp=If the 'client_id' parameter should be sent in logout requests.
searchClientAuthorizationPermission=Search permission
addAttributeTranslationBtn=Add translation button
addAttributeTranslationTooltip=Add translations for this field value.
addTranslationsModalTitle=Add translations
addTranslationsModalSubTitle=You are able to translate the "Display name" based on your locale or preferred languages. In addition, you are also able to create or edit the "Display name" translations in the
addTranslationsModalSubTitleBolded=Realm settings > Localization > Realm overrides.
translationKey=Key
translationValue=Value
translationsTableHeading=Translations
searchForLanguage=Search for language
supportedLanguagesTableColumnName=Supported languages
Expand Down

0 comments on commit 82893df

Please sign in to comment.