Added translations in new console (#3657)
This commit is contained in:
parent
82680290cd
commit
dc76106b1d
1 changed files with 5 additions and 1 deletions
|
@ -67,6 +67,10 @@
|
|||
"label": "Add to access token",
|
||||
"tooltip": "Should the claim be added to the access token?"
|
||||
},
|
||||
"includeInAccessTokenResponse": {
|
||||
"label": "Add to access token response",
|
||||
"tooltip": "Should the claim be added to the access token response? Should only be used for informative and non-sensitive data"
|
||||
},
|
||||
"includeInUserInfo": {
|
||||
"label": "Add to userinfo",
|
||||
"tooltip": "Should the claim be added to the userinfo?"
|
||||
|
@ -153,4 +157,4 @@
|
|||
"label": "Updating entity role",
|
||||
"tooltip": "The condition is checked during client registration/update requests and it evaluates to true if the entity (usually user), who is creating/updating client is member of the specified role. For reference the realm role, you can use the realm role name like 'my_realm_role' . For reference client role, you can use the client_id.role_name for example 'my_client.my_client_role' will refer to client role 'my_client_role' of client 'my_client'."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue