mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
Missing translations for role descriptions
Closes #22569 Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
parent
44e7cf2da9
commit
51b764b577
2 changed files with 47 additions and 1 deletions
|
|
@ -3716,3 +3716,39 @@ eventTypes.USER_SESSION_DELETED_ERROR.name=User session deleted error
|
|||
eventTypes.USER_SESSION_DELETED_ERROR.description=User session deleted error
|
||||
hideOnLoginWhenOrgNotResolved=Hide on login page when organization not resolved
|
||||
hideOnLoginWhenOrgNotResolvedHelp=If enabled, the identity provider will be hidden on the login page when the organization cannot be resolved based on the user's email domain. Otherwise, the identity provider will be shown on the login page regardless of whether the organization is resolved or not. If 'Hide on login page' is also enabled, the identity provider will always be hidden on the login page.
|
||||
|
||||
# Roles
|
||||
role_admin=Admin
|
||||
role_realm-admin=Realm Admin
|
||||
role_create-realm=Create realm
|
||||
role_create-client=Create client
|
||||
role_delete-account=Delete account
|
||||
role_view-realm=View realm
|
||||
role_view-users=View users
|
||||
role_view-applications=View applications
|
||||
role_view-authorization=View authorization
|
||||
role_view-groups=View groups
|
||||
role_view-clients=View clients
|
||||
role_view-events=View events
|
||||
role_view-identity-providers=View identity providers
|
||||
role_view-consent=View consents
|
||||
role_view-profile=View profile
|
||||
role_manage-realm=Manage realm
|
||||
role_manage-users=Manage users
|
||||
role_manage-authorization=Manage authorization
|
||||
role_manage-applications=Manage applications
|
||||
role_manage-identity-providers=Manage identity providers
|
||||
role_manage-clients=Manage clients
|
||||
role_manage-events=Manage events
|
||||
role_manage-account=Manage account
|
||||
role_manage-account-links=Manage account links
|
||||
role_manage-consent=Manage consents
|
||||
role_query-realms=Query realms
|
||||
role_query-clients=Query clients
|
||||
role_query-groups=Query groups
|
||||
role_query-users=Query users
|
||||
role_default-roles=Default roles
|
||||
role_impersonation=Impersonation
|
||||
role_read-token=Read token
|
||||
role_offline-access=Offline access
|
||||
role_uma_authorization=Obtain permissions
|
||||
|
|
@ -82,24 +82,34 @@ organizationScopeConsentText=Organization
|
|||
role_admin=Admin
|
||||
role_realm-admin=Realm Admin
|
||||
role_create-realm=Create realm
|
||||
role_create-client=Create client
|
||||
role_delete-account=Delete account
|
||||
role_view-realm=View realm
|
||||
role_view-users=View users
|
||||
role_view-applications=View applications
|
||||
role_view-authorization=View authorization
|
||||
role_view-groups=View groups
|
||||
role_view-clients=View clients
|
||||
role_view-events=View events
|
||||
role_view-identity-providers=View identity providers
|
||||
role_view-consent=View consents
|
||||
role_view-profile=View profile
|
||||
role_manage-realm=Manage realm
|
||||
role_manage-users=Manage users
|
||||
role_manage-authorization=Manage authorization
|
||||
role_manage-applications=Manage applications
|
||||
role_manage-identity-providers=Manage identity providers
|
||||
role_manage-clients=Manage clients
|
||||
role_manage-events=Manage events
|
||||
role_view-profile=View profile
|
||||
role_manage-account=Manage account
|
||||
role_manage-account-links=Manage account links
|
||||
role_manage-consent=Manage consents
|
||||
role_query-realms=Query realms
|
||||
role_query-clients=Query clients
|
||||
role_query-groups=Query groups
|
||||
role_query-users=Query users
|
||||
role_default-roles=Default roles
|
||||
role_impersonation=Impersonation
|
||||
role_read-token=Read token
|
||||
role_offline-access=Offline access
|
||||
role_uma_authorization=Obtain permissions
|
||||
|
|
|
|||
Loading…
Reference in a new issue