27 lines
830 B
TypeScript
27 lines
830 B
TypeScript
|
export default {
|
||
|
events: {
|
||
|
title: "Events",
|
||
|
eventExplain:
|
||
|
"If you want to configure user events, Admin events or Event listeners, please enter <1>Event configs</1> page realm settings to configure.",
|
||
|
eventConfigs: "Event configs",
|
||
|
userEvents: "User events",
|
||
|
adminEvents: "Admin events",
|
||
|
searchForEvent: "Search user event",
|
||
|
refresh: "Refresh",
|
||
|
emptyEvents: "No events logged",
|
||
|
emptyEventsInstructions: "Configure event logging in the realm settings",
|
||
|
time: "Time",
|
||
|
user: "User",
|
||
|
eventType: "Event type",
|
||
|
ipAddress: "IP address",
|
||
|
client: "Client",
|
||
|
resourcePath: "Resource path",
|
||
|
resourceType: "Resource type",
|
||
|
operationType: "Operation type",
|
||
|
auth: "Auth",
|
||
|
attribute: "Attribute",
|
||
|
value: "Value",
|
||
|
representation: "Representation",
|
||
|
},
|
||
|
};
|