mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:37:31 +00:00
fix(import): add import for app and machine keys (#4536)
* fix(import): add import for app and machine keys * fix(export): add review changes * fix(import): Apply suggestions from code review Co-authored-by: Livio Spring <livio.a@gmail.com> * fix(import): add review changes Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -85,7 +85,8 @@ Errors:
|
||||
NotChanged: Adresse wurde nicht geändert
|
||||
Machine:
|
||||
Key:
|
||||
NotFound: Maschinen Key nicht gefunden
|
||||
NotFound: Maschinen Schlüssel nicht gefunden
|
||||
AlreadyExisting: Machine Schlüssel exisiert bereits
|
||||
PAT:
|
||||
NotFound: Persönliches Access Token nicht gefunden
|
||||
NotHuman: Der Benutzer muss eine Person sein
|
||||
@@ -264,6 +265,9 @@ Errors:
|
||||
APIAuthMethodNoSecret: Gewählte API Auth Method benötigt kein Secret
|
||||
AuthMethodNoPrivateKeyJWT: Gewählte Auth Method benötigt keinen Key
|
||||
ClientSecretInvalid: Client Secret ist ungültig
|
||||
Key:
|
||||
AlreadyExisting: Applikationsschlüssel existiert bereits
|
||||
NotFound: Applikationsschlüssel nicht gefunden
|
||||
RequiredFieldsMissing: Benötigte Felder fehlen
|
||||
Grant:
|
||||
AlreadyExists: Projekt Grant existiert bereits
|
||||
|
@@ -86,6 +86,7 @@ Errors:
|
||||
Machine:
|
||||
Key:
|
||||
NotFound: Machine key not found
|
||||
AlreadyExisting: Machine key already existing
|
||||
PAT:
|
||||
NotFound: Personal Access Token not found
|
||||
NotHuman: The User must be personal
|
||||
@@ -264,6 +265,9 @@ Errors:
|
||||
APIAuthMethodNoSecret: Chosen API Auth Method does not require a secret
|
||||
AuthMethodNoPrivateKeyJWT: Chosen Auth Method does not require a key
|
||||
ClientSecretInvalid: Client Secret is invalid
|
||||
Key:
|
||||
AlreadyExisting: Application key already existing
|
||||
NotFound: Application key not found
|
||||
RequiredFieldsMissing: Some required fields are missing
|
||||
Grant:
|
||||
AlreadyExists: Project grant already exists
|
||||
|
@@ -86,6 +86,7 @@ Errors:
|
||||
Machine:
|
||||
Key:
|
||||
NotFound: Clé de la machine non trouvée
|
||||
AlreadyExisting: Clé de la machine déjà existante
|
||||
PAT:
|
||||
NotFound: Token d'accès personnel non trouvé
|
||||
NotHuman: L'utilisateur doit être personnel
|
||||
@@ -264,6 +265,9 @@ Errors:
|
||||
APIAuthMethodNoSecret: La méthode d'authentification API choisie ne nécessite pas de secret.
|
||||
AuthMethodNoPrivateKeyJWT: La méthode d'authentification choisie ne nécessite pas de clé.
|
||||
ClientSecretInvalid: Le secret du client n'est pas valide
|
||||
Key:
|
||||
AlreadyExisting: Clé d'application déjà existante
|
||||
NotFound: Clé d'application non trouvée
|
||||
RequiredFieldsMissing: Certains champs obligatoires sont manquants
|
||||
Grant:
|
||||
AlreadyExists: La subvention du projet existe déjà
|
||||
|
@@ -85,7 +85,8 @@ Errors:
|
||||
NotChanged: Indirizzo non cambiato
|
||||
Machine:
|
||||
Key:
|
||||
NotFound: Machine Key non trovato
|
||||
NotFound: Chiave macchina non trovato
|
||||
AlreadyExisting: Chiave macchina già esistente
|
||||
PAT:
|
||||
NotFound: Personal Access Token non trovato
|
||||
NotHuman: L'utente deve essere personale
|
||||
@@ -264,6 +265,9 @@ Errors:
|
||||
APIAuthMethodNoSecret: Il metodo di autorizzazione API scelto non richiede un segreto
|
||||
AuthMethodNoPrivateKeyJWT: Il metodo di autorizzazione scelto non richiede una chiave
|
||||
ClientSecretInvalid: Il segreto del cliente non è valido
|
||||
Key:
|
||||
AlreadyExisting: Chiave di applicazione già esistente
|
||||
NotFound: Chiave di applicazione non trovata
|
||||
RequiredFieldsMissing: Mancano alcuni campi obbligatori
|
||||
Grant:
|
||||
AlreadyExists: Grant del progetto già esistente
|
||||
|
@@ -86,6 +86,7 @@ Errors:
|
||||
Machine:
|
||||
Key:
|
||||
NotFound: 未找到机器密钥
|
||||
AlreadyExisting: 已有的机器钥匙
|
||||
PAT:
|
||||
NotFound: 未找到个人访问令牌
|
||||
NotHuman: 用户必须是个人
|
||||
@@ -259,6 +260,9 @@ Errors:
|
||||
APIAuthMethodNoSecret: 选择的 API 身份验证方法不需要秘钥
|
||||
AuthMethodNoPrivateKeyJWT: 选择的身份验证方法不需要 Key
|
||||
ClientSecretInvalid: Client Secret 无效
|
||||
Key:
|
||||
AlreadyExisting: 已经存在的应用钥匙
|
||||
NotFound: 未找到应用钥匙
|
||||
RequiredFieldsMissing: 缺少一些必填字段
|
||||
Grant:
|
||||
AlreadyExists: 项目授权已存在
|
||||
|
Reference in New Issue
Block a user