mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
feat: session checks with intent (#6031)
* feat: session checks with intent * feat: session checks with intent * fix: integration tests for intent session * fix: integration tests for intent session * fix merge * fix: integration tests for intent session --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -505,6 +505,8 @@ Errors:
|
||||
NotSucceeded: Намерението не е успешно
|
||||
TokenCreationFailed: Неуспешно създаване на токен
|
||||
InvalidToken: Знакът за намерение е невалиден
|
||||
OtherUser: Намерение, предназначено за друг потребител
|
||||
|
||||
AggregateTypes:
|
||||
action: Действие
|
||||
instance: Инстанция
|
||||
|
@@ -487,6 +487,7 @@ Errors:
|
||||
NotSucceeded: Intent war nicht erfolgreich
|
||||
TokenCreationFailed: Tokenerstellung schlug fehl
|
||||
InvalidToken: Intent Token ist ungültig
|
||||
OtherUser: Intent ist für anderen Benutzer gedacht
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
|
@@ -487,6 +487,7 @@ Errors:
|
||||
NotSucceeded: Intent has not succeeded
|
||||
TokenCreationFailed: Token creation failed
|
||||
InvalidToken: Intent Token is invalid
|
||||
OtherUser: Intent meant for another user
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
|
@@ -487,6 +487,7 @@ Errors:
|
||||
NotSucceeded: Intento fallido
|
||||
TokenCreationFailed: Fallo en la creación del token
|
||||
InvalidToken: El token de la intención no es válido
|
||||
OtherUser: Destinado a otro usuario
|
||||
|
||||
AggregateTypes:
|
||||
action: Acción
|
||||
|
@@ -487,6 +487,7 @@ Errors:
|
||||
NotSucceeded: l'intention n'a pas abouti
|
||||
TokenCreationFailed: La création du token a échoué
|
||||
InvalidToken: Le jeton d'intention n'est pas valide
|
||||
OtherUser: Intention destinée à un autre utilisateur
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
|
@@ -487,6 +487,7 @@ Errors:
|
||||
NotSucceeded: l'intento non è andato a buon fine
|
||||
TokenCreationFailed: creazione del token fallita
|
||||
InvalidToken: Il token dell'intento non è valido
|
||||
OtherUser: Intento destinato a un altro utente
|
||||
|
||||
AggregateTypes:
|
||||
action: Azione
|
||||
|
@@ -476,6 +476,7 @@ Errors:
|
||||
NotSucceeded: インテントが成功しなかった
|
||||
TokenCreationFailed: トークンの作成に失敗しました
|
||||
InvalidToken: インテントのトークンが無効である
|
||||
OtherUser: 他のユーザーを意図している
|
||||
|
||||
AggregateTypes:
|
||||
action: アクション
|
||||
|
@@ -487,6 +487,7 @@ Errors:
|
||||
NotSucceeded: intencja nie powiodła się
|
||||
TokenCreationFailed: Tworzenie tokena nie powiodło się
|
||||
InvalidToken: Token intencji jest nieprawidłowy
|
||||
OtherUser: Intencja przeznaczona dla innego użytkownika
|
||||
|
||||
AggregateTypes:
|
||||
action: Działanie
|
||||
|
@@ -487,6 +487,7 @@ Errors:
|
||||
NotSucceeded: 意图不成功
|
||||
TokenCreationFailed: 令牌创建失败
|
||||
InvalidToken: 意图令牌是无效的
|
||||
OtherUser: 意图是为另一个用户准备的
|
||||
|
||||
AggregateTypes:
|
||||
action: 动作
|
||||
|
Reference in New Issue
Block a user