merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
31
www/analytics/plugins/Events/lang/en.json
Normal file
31
www/analytics/plugins/Events/lang/en.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue