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

en.json « lang « DevicesDetection « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c10124efef71c2faf1e35bdfb2dcfa0fd4e06dbb (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
{
    "DevicesDetection": {
        "PluginDescription": "This plugin provides extended information about mobile devices, such as Brand (manufacturer), Model (device version), better Device type detection (tv, consoles, smart phones, desktop, etc) and more. This plugin adds a new report in 'Visitors > Devices'.",
        "submenu": "Devices",
        "DevicesDetection": "Visitor Devices",
        "dataTableLabelBrands": "Brand",
        "dataTableLabelTypes": "Type",
        "dataTableLabelModels": "Model",
        "dataTableLabelSystemVersion": "Operating System version",
        "dataTableLabelBrowserFamily": "Browser family",
        "OperatingSystemVersions": "Operating System versions",
        "OperatingSystemFamilies": "Operating System families",
        "BrowserVersions": "Browser versions",
        "DeviceType": "Device type",
        "DeviceBrand": "Device brand",
        "DeviceModel": "Device model",
        "DeviceDetection": "Device detection",
        "Device": "Device",
        "UserAgent": "User-Agent",
        "Smartphone": "Smartphone",
        "CarBrowser": "Car browser",
        "Camera": "Camera",
        "Tablet": "Tablet",
        "SmartDisplay": "Smart display",
        "FeaturePhone": "Feature phone",
        "TV": "Tv",
        "Console": "Console"
    }
}