mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 17:17:45 +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:
@@ -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à
|
||||
|
Reference in New Issue
Block a user