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

en.json « lang « SegmentEditor « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69621c015c128cd4a6a1e3c6bdedc1028baf641c (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
{
    "SegmentEditor": {
        "PluginDescription": "Create and reuse custom visitor Segments with the Segment Editor.",
        "AddANDorORCondition": "Add %s condition",
        "AddNewSegment": "Add new segment",
        "AreYouSureDeleteSegment": "Are you sure you want to delete this segment?",
        "AutoArchivePreProcessed": "segmented reports are pre-processed (faster, requires cron)",
        "AutoArchiveRealTime": "segmented reports are processed in real time",
        "ChangingSegmentDefinitionConfirmationNotProcessedOnRequest": "You're about to change the segment definition. Your analytics reports for this new segment won't be available until the reports are re-processed. It may take a few hours for reports data to show for this segment. Proceed anyway?",
        "ChangingSegmentDefinitionConfirmationProcessedOnRequest": "You're about to change the segment definition. Your analytics reports for this new segment will be re-processed on demand the next time you request them. Your reports may take a few minutes to appear. Proceed anyway?",
        "ChooseASegment": "Choose a segment",
        "CurrentlySelectedSegment": "Currently selected segment: %s",
        "DataAvailableAtLaterDate": "Your segmented analytics reports will be available later. We apologize for the inconvenience.",
        "DefaultAllVisits": "All visits",
        "DragDropCondition": "Drag & Drop condition",
        "HideMessageInFuture": "Hide this message in the future",
        "LoadingSegmentedDataMayTakeSomeTime": "Processing segmented visitor data may take a few minutes...",
        "OperatorAND": "AND",
        "OperatorOR": "OR",
        "SaveAndApply": "Save & Apply",
        "SegmentDisplayedAllWebsites": "all websites",
        "SegmentDisplayedThisWebsiteOnly": "this website only",
        "SegmentIsDisplayedForWebsite": "and processed for",
        "SegmentNotApplied": "Segment '%s' not applied",
        "SegmentNotAppliedMessage": "You are requesting data for the Custom Segment '%s', this Piwik configuration currently prevents real time processing of reports for performance reasons.",
        "SelectSegmentOfVisits": "Select a segment of visits:",
        "ThisSegmentIsVisibleTo": "This segment is visible to:",
        "VisibleToAllUsers": "all users",
        "VisibleToMe": "me",
        "YouMayChangeSetting": "Alternatively you may change the setting in the config file (%1$s), or edit this Segment and choose '%2$s'.",
        "VisibleToSuperUser": "Visible to you because you have Super User access",
        "SharedWithYou": "Shared with you",
        "YouMustBeLoggedInToCreateSegments": "You must be logged in to create and edit custom visitor segments.",
        "YouDontHaveAccessToCreateSegments": "You don't have the required access level to create and edit segments.",
        "AddingSegmentForAllWebsitesDisabled": "Adding segments for all websites has been disabled.",
        "SegmentXIsAUnionOf": "%s is a union of these segments:",
        "CustomSegment": "Custom Segment",
        "SegmentOperatorIsNullOrEmpty": "is null or empty",
        "SegmentOperatorIsNotNullNorEmpty": "is not null nor empty"
    }
}