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

en.json « lang « CustomDimensions « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c856d77b653784dec7f0efb389e3545d5544455c (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
36
37
38
39
40
41
42
43
44
{
    "CustomDimensions": {
        "CustomDimensions": "Custom Dimensions",
        "CustomDimensionsIntro": "By creating %1$sCustom Dimensions%2$s you can collect any custom data for '%3$s'.",
        "CustomDimensionsIntroNext": "Matomo will create a report for each Custom Dimension (including the conversion rate for each of your Goals), as well as let you easily segment your users based on these values. Custom Dimensions are similar to %1$sCustom Variables%2$s but there are a few %3$sdifferences between Custom Dimensions and Custom Variables%4$s.",
        "ScopeDescriptionVisit": "Custom Dimensions in scope 'Visit' can be sent along any tracking request and are stored in the visit. ",
        "ScopeDescriptionVisitMoreInfo": "If you set different values for a given dimension during the lifetime of a visit, the last value set will be used.",
        "ScopeDescriptionAction": "Custom Dimensions in scope 'Action' can be sent along any action (page view, download, event, etc.).",
        "ScopeDescriptionActionMoreInfo": "Extractions may be defined so that the custom dimension value is extracted from the Page URL, Page Title or a Page URL query parameter.",
        "IncreaseAvailableCustomDimensionsTitle": "Increase the number of available Custom Dimensions",
        "IncreaseAvailableCustomDimensionsTakesLong": "Creating a new Custom Dimension can take a long time depending on the size of your database as it requires schema changes in your database. Therefore it is only possible to do this via a console command which needs to be executed on the command line.",
        "HowToCreateCustomDimension": "To create a new Custom Dimension execute the following command within your Matomo installation:",
        "HowToManyCreateCustomDimensions": "If you want to create multiple new Custom Dimensions at once, simply append the number of dimensions that shall be created. As all database changes will be executed in one statement, it may not take much longer to add multiple Custom Dimensions at once.",
        "ExampleCreateCustomDimensions": "For example to create %s new Custom Dimensions in scope action execute the following command:",
        "HowToTrackManuallyTitle": "Tracking a value for this dimension manually",
        "HowToTrackManuallyViaJs": "To track a value in the JavaScript Tracker call:",
        "HowToTrackManuallyViaJsDetails": "For more information read the %1$sJavaScript Tracker guide for Custom Dimensions%2$s",
        "HowToTrackManuallyViaPhp": "To track a value in the PHP Tracker call:",
        "HowToTrackManuallyViaHttp": "To track a value via the HTTP Tracker API use the tracking parameter 'dimension' followed by the Custom Dimension Id:",
        "Extractions": "Extractions",
        "ExtractionsHelp": "This is optional. A regex can be used to extract the value for this Custom Dimension from a page URL or page title automatically. This way, the custom dimension value does not have to be set manually via a Tracking client. A value still can be set manually via the Matomo Tracker API. Dimension values set manually in tracking clients always takes precedence over extractions. If multiple extractions are defined, the first extraction that matches is used.",
        "ExtractValue": "Extract value",
        "ExampleValue": "dimensionValue",
        "NoCustomDimensionConfigured": "No Custom Dimension configured yet, configure one now.",
        "ConfigureNewDimension": "Configure a new dimension",
        "ConfigureDimension": "Configure %1$s Custom Dimension %2$s",
        "XofYLeft": "%1$s of %2$s dimensions left",
        "CannotBeDeleted": "A Custom Dimension cannot be deleted, only deactivated.",
        "PageUrlParam": "Page URL Parameter",
        "NameAllowedCharacters": "Allowed characters are any letters, numbers, whitespace, a dash and underline.",
        "NameIsRequired": "A name is required.",
        "NameIsTooLong": "Name contains too many characters, use up to %d characters.",
        "ExceptionDimensionDoesNotExist": "Dimension %d for website %d does not exist.",
        "ExceptionDimensionIsNotActive": "Dimension %d for website %d is not active.",
        "DimensionCreated": "Custom Dimension created",
        "DimensionUpdated": "Custom Dimension updated",
        "ColumnUniqueActions": "Unique Actions",
        "ColumnAvgTimeOnDimension": "Avg. Time On Dimension",
        "CustomDimensionId": "Custom Dimensions (Id %d)",
        "NoValue": "no value",
        "PluginDescription": "Extend Matomo to your needs by defining and tracking Custom Dimensions in scope Action or Visit",
        "EmptyValue": "empty value"
    }
}