keycloak-scim/src/events/messages.json

24 lines
805 B
JSON
Raw Normal View History

{
"events": {
2020-12-11 13:05:41 +00:00
"title": "Events",
"eventExplain": "If you want to configure user events, Admin events or Event listeners, please enter Event configs page realm settings to configure.",
2020-12-11 14:48:39 +00:00
"userEvents": "User events",
"adminEvents": "Admin events",
2020-12-11 13:05:41 +00:00
"searchForEvent": "Search user event",
"refresh": "Refresh",
2020-12-11 14:48:39 +00:00
"emptyEvents": "No events logged",
"emptyEventsInstructions": "Configure event logging in the realm settings",
2020-12-11 13:05:41 +00:00
"time": "Time",
"user": "User",
"eventType": "Event type",
"ipAddress": "IP address",
2020-12-11 14:48:39 +00:00
"client": "Client",
"resourcePath": "Resource path",
"resourceType": "Resource type",
"operationType": "Operation type",
"auth": "Auth",
"attribute": "Attribute",
"value": "Value",
"representation": "Representation"
}
}