Update message keys for dedicated client scope role mapping text. (#27102)
Closes keycloak/keycloak#27101 Signed-off-by: Joshua Sorah <jsorah@gmail.com>
This commit is contained in:
parent
60126d5d2e
commit
f1581adafe
4 changed files with 8 additions and 0 deletions
|
@ -832,6 +832,7 @@ flow.reset\ credentials=Flujo de restablecimiento de credenciales.
|
|||
eventTypes.DELETE_ACCOUNT_ERROR.name=Error al eliminar cuenta.
|
||||
eventTypes.CLIENT_DELETE_ERROR.name=Error al eliminar cliente.
|
||||
noRolesInstructions-client=No has creado roles para este cliente. Crea un rol para comenzar.
|
||||
noRolesInstructions-clients=No has creado roles para este cliente. Crea un rol para comenzar.
|
||||
test=Prueba.
|
||||
leaveGroup_one=¿Salir del grupo {{name}}?
|
||||
count=Cantidad.
|
||||
|
@ -1642,6 +1643,7 @@ authorizationScopes=Alcances de autorización
|
|||
fromDisplayNameHelp=Nombre amigable para la dirección 'De' (opcional).
|
||||
identityProviderEntityIdHelp=El ID de entidad usado para validar el Emisor en las afirmaciones SAML recibidas. Si está vacío, no se realiza ninguna validación de Emisor.
|
||||
noRoles-client=Sin roles para este cliente
|
||||
noRoles-clients=Sin roles para este cliente
|
||||
eventTypes.EXECUTE_ACTION_TOKEN_ERROR.name=Error al ejecutar el token de acción
|
||||
eventTypes.USER_INFO_REQUEST_ERROR.description=Error en la solicitud de información del usuario
|
||||
policyRoles=Especifica los roles de cliente permitidos por esta política.
|
||||
|
|
|
@ -832,6 +832,7 @@ flow.reset\ credentials=Przepływ resetowania poświadczeń
|
|||
eventTypes.DELETE_ACCOUNT_ERROR.name=Błąd usuwania konta
|
||||
eventTypes.CLIENT_DELETE_ERROR.name=Błąd usuwania klienta
|
||||
noRolesInstructions-client=Nie utworzyłeś żadnych ról dla tego klienta. Utwórz rolę, aby zacząć.
|
||||
noRolesInstructions-clients=Nie utworzyłeś żadnych ról dla tego klienta. Utwórz rolę, aby zacząć.
|
||||
test=Test
|
||||
leaveGroup_one=Opuszczasz grupę {{name}}?
|
||||
count=Liczba
|
||||
|
@ -1642,6 +1643,7 @@ authorizationScopes=Zakresy autoryzacji
|
|||
fromDisplayNameHelp=Przyjazna nazwa dla adresu "Od" (opcjonalnie).
|
||||
identityProviderEntityIdHelp=Identyfikator podmiotu używany do weryfikacji Wydawcy dla otrzymywanych twierdzeń SAML. Jeśli jest puste, nie ma weryfikacji Wydawcy.
|
||||
noRoles-client=Brak ról dla tego klienta
|
||||
noRoles-clients=Brak ról dla tego klienta
|
||||
eventTypes.EXECUTE_ACTION_TOKEN_ERROR.name=Błąd wykonywania tokena akcji
|
||||
eventTypes.USER_INFO_REQUEST_ERROR.description=Błąd żądania informacji o użytkowniku
|
||||
policyRoles=Określa role klienta dozwolone przez tę politykę.
|
||||
|
|
|
@ -816,6 +816,7 @@ flow.reset\ credentials=重置凭据流程
|
|||
eventTypes.DELETE_ACCOUNT_ERROR.name=删除账号错误
|
||||
eventTypes.CLIENT_DELETE_ERROR.name=客户端删除错误
|
||||
noRolesInstructions-client=您还没有为这个客户创建任何角色。创建一个角色以开始。
|
||||
noRolesInstructions-clients=您还没有为这个客户创建任何角色。创建一个角色以开始。
|
||||
test=测试
|
||||
leaveGroup_one=离开群组{{name}}?
|
||||
count=数量
|
||||
|
@ -1615,6 +1616,7 @@ authorizationScopes=授权范围
|
|||
fromDisplayNameHelp=“发件人”地址的用户友好名称(可选)。
|
||||
identityProviderEntityIdHelp=实体 ID 用于验证收到的 SAML 断言的颁发者。如果为空,则不执行颁发者验证。
|
||||
noRoles-client=此客户端没有角色
|
||||
noRoles-clients=此客户端没有角色
|
||||
eventTypes.EXECUTE_ACTION_TOKEN_ERROR.name=执行动作令牌错误
|
||||
eventTypes.USER_INFO_REQUEST_ERROR.description=用户信息请求错误
|
||||
policyRoles=指定此策略允许的客户端角色。
|
||||
|
|
|
@ -844,6 +844,7 @@ flow.reset\ credentials=Reset credentials flow
|
|||
eventTypes.DELETE_ACCOUNT_ERROR.name=Delete account error
|
||||
eventTypes.CLIENT_DELETE_ERROR.name=Client delete error
|
||||
noRolesInstructions-client=You haven't created any roles for this client. Create a role to get started.
|
||||
noRolesInstructions-clients=You haven't assigned any roles for this client. Assign a role to get started.
|
||||
test=Test
|
||||
leaveGroup_one=Leave group {{name}}?
|
||||
count=Count
|
||||
|
@ -1670,6 +1671,7 @@ resourceDetails=Resource details
|
|||
authorizationScopes=Authorization scopes
|
||||
fromDisplayNameHelp=A user-friendly name for the 'From' address (optional).
|
||||
identityProviderEntityIdHelp=The Entity ID used to validate the Issuer for received SAML assertions. If empty, no Issuer validation is performed.
|
||||
noRoles-clients=No roles for this client
|
||||
noRoles-client=No roles for this client
|
||||
eventTypes.EXECUTE_ACTION_TOKEN_ERROR.name=Execute action token error
|
||||
eventTypes.USER_INFO_REQUEST_ERROR.description=User info request error
|
||||
|
|
Loading…
Reference in a new issue