mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 18:08:58 +00:00
fix(adminAPI): localize event type (#5059)
* fix(adminAPI): localisation of event types, aggregate types * fix(adminAPI): validations of ListEvent request * implement caching of editor user information
This commit is contained in:
@@ -425,6 +425,16 @@ Errors:
|
||||
CloseRows: L'instruction SQL n'a pas pu être terminée
|
||||
SQLStatement: L'instruction SQL n'a pas pu être créée
|
||||
InvalidRequest: La requête n'est pas valide
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
instance: Instance
|
||||
key_pair: Paire de clés
|
||||
org: Organisation
|
||||
project: Projet
|
||||
user: Utilisateur
|
||||
usergrant: Subvention de l'utilisateur
|
||||
|
||||
EventTypes:
|
||||
user:
|
||||
added: Utilisateur ajouté
|
||||
|
Reference in New Issue
Block a user