Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.json « lang « Events « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cc8e7f0bf7c30f6aec5d79fdb5a1ea8afdb357e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "Events": {
        "PluginDescription": "Track Events and get reports on your visitors activity.",
        "AvgEventValue": "Average Event value is: %s",
        "AvgValue": "Average value",
        "AvgValueDocumentation": "The average of all values for this event",
        "Category": "Category",
        "Event": "Event",
        "EventAction": "Event Action",
        "EventActions": "Event Actions",
        "EventCategories": "Event Categories",
        "EventCategory": "Event Category",
        "EventName": "Event Name",
        "EventNames": "Event Names",
        "EventUrl": "Event URL",
        "EventUrls": "Event URLs",
        "Events": "Events",
        "EventsWithValue": "Events with a value",
        "EventsWithValueDocumentation": "Number of events where an Event value was set",
        "EventValue": "Event value",
        "EventValueTooltip": "Total Event value is the sum of %1$s events values %2$s between minimum of %3$s and maximum of %4$s.",
        "MaxValue": "Maximum Event value",
        "MaxValueDocumentation": "The maximum value for this event",
        "MinValue": "Minimum Event value",
        "MinValueDocumentation": "The minimum value for this event",
        "SecondaryDimension": "Secondary dimension is %s.",
        "SwitchToSecondaryDimension": "Switch to %s",
        "TopEvents": "Top Events",
        "TotalEvents": "Total events",
        "TotalEventsDocumentation": "Total number of events",
        "TotalValue": "Event value",
        "TotalValueDocumentation": "The sum of event values",
        "ViewEvents": "View Events"
    }
}