questlab/www/analytics/plugins/Events/lang/en.json

31 lines
No EOL
1.4 KiB
JSON

{
"Events": {
"Events": "Events",
"Event": "Event",
"EventCategory": "Event Category",
"EventCategories": "Event Categories",
"EventAction": "Event Action",
"EventActions": "Event Actions",
"EventName": "Event Name",
"EventNames": "Event Names",
"EventValue": "Event Value",
"TotalEvents": "Total events",
"TotalValue": "Total value",
"MinValue": "Minimum value",
"MaxValue": "Maximum value",
"AvgValue": "Average value",
"EventsWithValue": "Events with a value",
"TotalEventsDocumentation": "Total number of events",
"TotalValueDocumentation": "The sum of event values",
"MinValueDocumentation": "The minimum value for this event",
"MaxValueDocumentation": "The maximum value for this event",
"AvgValueDocumentation": "The average of all values for this event",
"EventsWithValueDocumentation": "Number of events where an Event value was set",
"EventValueTooltip": "Total Event value is the sum of %s events values %s between minimum of %s and maximum of %s.",
"AvgEventValue": "Average Event value is: %s",
"TopEvents": "Top Events",
"SecondaryDimension": "Secondary dimension is %s.",
"SwitchToSecondaryDimension": "Switch to %s",
"ViewEvents": "View Events"
}
}