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

en.json « lang « CoreAdminHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bb367846fb20da1fe63ef3a83fbcb96b2340bbb (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
    "CoreAdminHome": {
        "AddNewTrustedHost": "Add a new trusted host",
        "Administration": "Administration",
        "ArchivingSettings": "Archiving settings",
        "BrandingSettings": "Branding settings",
        "BruteForce": "Brute Force",
        "CheckToOptIn": "Check this box to opt-in.",
        "ClickHereToOptIn": "Click here to opt in.",
        "ClickHereToOptOut": "Click here to opt out.",
        "ConfirmDeleteAllTrackingFailures": "Are you sure you want to delete all tracking failures?",
        "ConfirmDeleteThisTrackingFailure": "Are you sure you want to delete this tracking failure?",
        "Cors": "Cors",
        "CorsDomains": "Cross-Origin Resource Sharing (CORS) domains",
        "CorsDomainsHelp": "You can define domains or subdomains like http://example.com or http://stats.example.com. Or to allow cross domain requests for all domains simply add a *",
        "CustomLogoFeedbackInfo": "If you customize the Matomo logo, you might also be interested to hide the %1$s link in the top menu. To do so, you can disable the Feedback plugin in the %2$sManage Plugins%3$s page.",
        "CustomLogoHelpText": "You can customize the Matomo logo which will be displayed in the user interface and email reports.",
        "DeleteAllFailures": "Delete all failures",
        "DevelopmentProcess": "While our development process includes thousands of automated tests, Beta Testers play a key role in achieving the \"No bug policy\" in Matomo.",
        "EmailServerSettings": "Email server settings",
        "ErrorEmailFromAddressNotValid": "The SMTP from address is not valid",
        "FaviconUpload": "Select a Favicon to upload",
        "FileUploadDisabled": "Uploading files is not enabled in your PHP configuration. To upload your custom logo please set %s in php.ini and restart your webserver.",
        "ForBetaTestersOnly": "For beta testers only",
        "HttpTrackingApi": "HTTP Tracking API",
        "HttpTrackingApiDescription": "The %1$sHTTP Tracking API%2$s allows you to track anything. This may be useful if you are using a programming language for which no SDK exists yet. It may also be useful when you want to track devices or application in a special way.",
        "SinglePageApplicationDescription": "If you are tracking a single-page application (SPA) or progressive web application (PWA), please see %1$sthis guide%2$s.",
        "ImageTracking": "Image Tracking",
        "ImageTrackingIntro1": "When a visitor has disabled JavaScript, or when JavaScript cannot be used, you can use an image tracking link to track visitors.",
        "ImageTrackingIntro2": "Generate the link below and copy-paste the generated HTML in the page. If you're using this as a fallback for JavaScript tracking, you can surround it in %1$s tags.",
        "ImageTrackingIntro3": "For the whole list of options you can use with an image tracking link, see the %1$sTracking API Documentation%2$s.",
        "ImageTrackingLink": "Image Tracking Link",
        "ImportFromGoogleAnalytics": "Import from Google Analytics",
        "ImportFromGoogleAnalyticsDescription": "If you have a Google Analytics property and are switching to Matomo, you can import your existing data using the %1$sGoogleAnalyticsImporter%2$s plugin.",
        "ImportingServerLogs": "Importing Server Logs",
        "ImportingServerLogsDesc": "An alternative to tracking visitors through the browser (either via JavaScript or an image link) is to continuously import server logs. Learn more about %1$sServer Log File Analytics%2$s.",
        "InvalidPluginsWarning": "The following plugins are not compatible with %1$s and could not be loaded: %2$s.",
        "InvalidPluginsYouCanUninstall": "You can update or uninstall these plugins on the %1$sManage Plugins%2$s page.",
        "JSTrackingIntro1": "You can track visitors to your website in many different ways. The recommended way to do it is through JavaScript. To use this method you must make sure every webpage of your website has some JavaScript code, which you can generate here.",
        "JSTrackingIntro2": "Once you have the JavaScript tracking code for your website, copy and paste it to all the pages you want to track with Matomo.",
        "JSTrackingIntro3a": "In most websites, blogs, CMS, etc. you can use a pre-made plugin to do the technical work for you. (See our %1$slist of plugins used to integrate Matomo%2$s.)",
        "JSTrackingIntro3b": "If no plugin exists you can edit your website templates and add the JavaScript tracking code to the </head> tag which is often defined in a 'header.php', 'header.tpl' or similar template file.",
        "JSTrackingIntro4": "If you don't want to use JavaScript to track visitors, %1$sgenerate an image tracking link below%2$s.",
        "JSTrackingIntro5": "If you want to do more than track page views, please check out the %1$sMatomo Javascript Tracking documentation%2$s for the list of available functions. Using these functions you can track goals, custom variables, ecommerce orders, abandoned carts and more.",
        "JSTracking_CampaignKwdParam": "Campaign Keyword parameter",
        "JSTracking_CampaignNameParam": "Campaign Name parameter",
        "JSTracking_CodeNoteBeforeClosingHead": "Make sure this code is on every page of your website. We recommend pasting it immediately before the closing %1$s tag.",
        "JSTracking_CodeNoteBeforeClosingHeadEmail": "Make sure this code is embedded within a script element on every page of your website. We recommend pasting it immediately before the closing head tag.",
        "JSTracking_CrossDomain": "By default, the visitor ID that identifies a unique visitor is stored in the browser's first party cookies which can only be accessed by pages on the same domain. Enabling cross domain linking lets you track all the actions and pageviews of a specific visitor into the same visit even when they view pages on several domains. Whenever a user clicks on a link to one of your website's alias URLs, it will append a URL parameter pk_vid forwarding the Visitor ID.",
        "JSTracking_CrossDomain_NeedsMultipleDomains": "Note: To use cross domain linking, you must specify more than one domain name (URLs) for your website.",
        "JSTracking_CustomCampaignQueryParam": "Use custom query parameter names for the campaign name and keyword",
        "JSTracking_CustomCampaignQueryParamDesc": "Note: %1$sMatomo will automatically detect Google Analytics parameters.%2$s",
        "JSTracking_DisableCookies": "Disable all tracking cookies",
        "JSTracking_DisableCookiesDesc": "Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next pageview.",
        "JSTracking_EnableCrossDomainLinking": "Enables cross domain linking",
        "JSTracking_EnableDoNotTrack": "Enable client side DoNotTrack detection",
        "JSTracking_EnableDoNotTrackDesc": "So tracking requests will not be sent if visitors do not wish to be tracked.",
        "JSTracking_EnableDoNotTrack_AlreadyEnabled": "Note: Server side DoNotTrack support has been enabled, so this option will have no effect.",
        "JSTracking_EndNote": "Note: You can generate a customized tracking code in the %1$sTracking Code%2$s admin section.",
        "JSTracking_GroupPageTitlesByDomain": "Prepend the site domain to the page title when tracking",
        "JSTracking_GroupPageTitlesByDomainDesc1": "So if someone visits the 'About' page on blog.%1$s it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain.",
        "JSTracking_MergeAliases": "In the \"Outlinks\" report, hide clicks to known alias URLs of",
        "JSTracking_MergeAliasesDesc": "So clicks on links to Alias URLs (eg. %s) will not be counted as \"Outlink\".",
        "JSTracking_MergeSubdomains": "Track visitors across all subdomains of",
        "JSTracking_MergeSubdomainsDesc": "So if one visitor visits %1$s and %2$s, they will be counted as a unique visitor.",
        "JSTracking_PageCustomVars": "Track a custom variable for each page view",
        "JSTracking_PageCustomVarsDesc": "For example, with variable name \"Category\" and value \"White Papers\".",
        "JSTracking_TrackNoScript": "Track users with JavaScript disabled",
        "JSTracking_VisitorCustomVars": "Track custom variables for this visitor",
        "JSTracking_VisitorCustomVarsDesc": "For example, with variable name \"Type\" and value \"Customer\".",
        "JavaScriptTracking": "JavaScript Tracking",
        "JsTrackingCodeMissingEmail1": "A few days ago you added the website '%s' to your Matomo Analytics. We just checked and your Matomo doesn't seem to have any recorded traffic for this website.",
        "JsTrackingCodeMissingEmail2": "To begin tracking data and getting insights into your users, you'll need to set up tracking in your website or mobile app. For websites simply embed the tracking code right before the %s tag.",
        "JsTrackingCodeMissingEmail3": "To find and customize your tracking code, %1$sclick here%2$s (or have a look at the %3$sJavaScript Tracking Client guide%4$s).",
        "LearnMore": "Learn more",
        "LogoNotWriteableInstruction": "To use your custom logo instead of the default Matomo logo, give write permission to this directory: %1$s Matomo needs write access for your logos stored in the files %2$s.",
        "LogoUpload": "Select a Logo to upload",
        "LogoUploadFailed": "The uploaded file couldn't be processed. Please check if the file has a valid format.",
        "LogoUploadHelp": "Please upload a file in %1$s formats with a minimum height of %2$s pixels.",
        "LtsReleases": "LTS (Long Term Support) versions receive only security and bug-fixes.",
        "MenuDevelopment": "Development",
        "MenuDiagnostic": "Diagnostic",
        "MenuGeneralSettings": "General settings",
        "MenuMeasurables": "Measurables",
        "MenuSystem": "System",
        "MissingTrackingCodeEmailSubject": "No traffic for %s recorded in Matomo Analytics, get started now",
        "NTrackingFailures": "%s tracking failures",
        "NoKnownFailures": "There are no known tracking failures.",
        "OptOutComplete": "Opt-out complete; your visits to this website will not be recorded by the Web Analytics tool.",
        "OptOutCompleteBis": "Note that if you clear your cookies, delete the opt-out cookie, or if you change computers or Web browsers, you will need to perform the opt-out procedure again.",
        "OptOutDntFound": "You are not being tracked since your browser is reporting that you do not want to. This is a setting of your browser so you won't be able to opt-in until you disable the 'Do Not Track' feature.",
        "OptOutErrorNoCookies": "The tracking opt-out feature requires cookies to be enabled.",
        "OptOutErrorNotHttps": "The tracking opt-out feature may not work because this site was not loaded over HTTPS. Please reload the page to check if your opt out status changed.",
        "OptOutErrorWindowOpen": "The tracking opt-out feature may not work because it looks like the opt out popup was blocked. Please reload the page to check if your opt out status changed.",
        "OptOutErrorNoTracker": "The tracking opt-out feature was unable to find the Matomo Tracker code on this page",
        "OptOutExplanation": "Matomo is dedicated to providing privacy on the Internet. To provide your visitors with the choice of opting-out of Matomo Web Analytics, you can add the following HTML code on one of your website page, for example in a Privacy Policy page.",
        "OptOutExplanationIntro": "This code will display a div containing a link for your visitors to opt-out of Matomo by setting an opt-out cookie in their web browsers. See below (or %1$sclick here%2$s) to view the content that will be displayed by the div.",
        "OptOutCustomOptOutLink": "You can also create a completely custom opt-out form using HTML and JavaScript, as explained in this developer %1$sguide%2$s.",
        "OptOutForYourVisitors": "Matomo opt-out for your visitors",
        "OptingYouOut": "Opting you out, please wait…",
        "PersonalPluginSettings": "Personal Plugin Settings",
        "PiwikIsInstalledAt": "Matomo is installed at",
        "PluginSettingChangeNotAllowed": "You are not allowed to change the value of the setting \"%1$s\" in plugin \"%2$s\"",
        "PluginSettingReadNotAllowed": "You are not allowed to read the value of the setting \"%1$s\" in plugin \"%2$s\"",
        "PluginSettings": "Plugin Settings",
        "PluginSettingsIntro": "Here you can change the settings for the following third-party plugins:",
        "PluginSettingsSaveFailed": "Could not save plugin settings",
        "PluginSettingsSaveSuccess": "Plugin settings updated.",
        "PluginSettingsValueNotAllowed": "The value for the \"%1$s\" field in the \"%2$s\" plugin is not allowed",
        "Problem": "Problem",
        "ProtocolNotDetectedCorrectly": "You are currently viewing Matomo over a secure SSL connection (using HTTPS), but Matomo could only detect a non secure connection on the server.",
        "ProtocolNotDetectedCorrectlySolution": "To make sure Matomo securely requests and serves your content over HTTPS, you may edit your %1$s file and either configure your proxy settings, or you may add the line %2$s below the %3$s section. %4$sLearn more%5$s",
        "ReleaseChannel": "Release channel",
        "SecurityNotificationAllTokenAuthDeletedBody": "Someone deleted all of the auth tokens in your account.",
        "SecurityNotificationCheckTwoFactor": "Please check your two-factor authentication app or device.",
        "SecurityNotificationEmailSubject": "Security Notification",
        "SecurityNotificationIfItWasYou": "If it was you, carry on. If you don't recognize this activity, please reset your password.",
        "SecurityNotificationRecoveryCodesRegeneratedBody": "Someone generated new two-factor authentication recovery codes for your account.",
        "SecurityNotificationRecoveryCodesShowedBody": "Someone viewed the two-factor authentication recovery codes of your account.",
        "SecurityNotificationSettingsChangedByOtherSuperUserBody": "Another super user (%1$s) modified the system settings. Affected settings: %2$s. If you know about this activity, carry on. If you don't recognize this activity, please contact the other super users.",
        "SecurityNotificationSettingsChangedByUserBody": "Someone modified the system settings. Affected settings: %s.",
        "SecurityNotificationTokenAuthCreatedBody": "Someone created an auth token (description: %s) in your account. If it wasn't you, delete the token.",
        "SecurityNotificationTokenAuthDeletedBody": "Someone deleted an auth token (description: %s) in your account.",
        "SecurityNotificationTwoFactorAuthDisabledBody": "Someone disabled two-factor authentication in your account.",
        "SecurityNotificationTwoFactorAuthEnabledBody": "Someone enabled two-factor authentication in your account.",
        "SecurityNotificationUserCreatedBody": "Someone created a new user (login: %s) in your account.",
        "SecurityNotificationUserDeletedBody": "Someone deleted a user (login: %s) in your account.",
        "SendPluginUpdateCommunication": "Send an email when a plugin update is available",
        "SendPluginUpdateCommunicationHelp": "An email will be sent to Super Users when there is a new version available for a plugin.",
        "SettingsSaveSuccess": "Settings updated.",
        "Solution": "Solution",
        "StableReleases": "If Matomo is a critical part of your business, we recommend you use the latest stable release. If you use the latest beta and you find a bug or have a suggestion, please %1$ssee here%2$s.",
        "SystemPluginSettings": "System Plugin Settings",
        "TrackAGoal": "Track a goal",
        "TrackingCode": "Tracking Code",
        "TrackingCodeIntro": "Matomo offers you various ways to embed the tracking code for your website, mobile app, and even for any device or application.",
        "TrackingFailureAuthenticationProblem": "Request was not authenticated but authentication was required.",
        "TrackingFailureAuthenticationSolution": "Set or correct a \"token_auth\" in your tracking request.",
        "TrackingFailureInvalidSiteProblem": "The site does not exist.",
        "TrackingFailureInvalidSiteSolution": "Update the configured idSite in the tracker.",
        "TrackingFailures": "Tracking failures",
        "TrackingFailuresEmail1": "This is just to let you know that %s different kinds of tracking failures have occurred in the last days.",
        "TrackingFailuresEmail2": "To view all the failed tracking requests %1$sclick here%2$s.",
        "TrackingFailuresEmailSubject": "Tracking failures in your Matomo Analytics",
        "TrackingFailuresIntroduction": "This page lists tracking failures that happened during the last %s days. Please note that only the most common kind of tracking failures are recorded and not all of them.",
        "TrackingURL": "Tracking URL",
        "TrustedHostConfirm": "Are you sure you want to change the trusted Matomo hostname?",
        "TrustedHostSettings": "Trusted Matomo Hostname",
        "TwoFactorAuth": "Two-factor auth",
        "UiDemo": "UI Demo",
        "UncheckToOptOut": "Uncheck this box to opt-out.",
        "UpdateSettings": "Update settings",
        "UseCustomLogo": "Use a custom logo",
        "ValidPiwikHostname": "Valid Matomo Hostname",
        "ViewAllTrackingFailures": "View all tracking failures",
        "WhatIsNew": "What's New",
        "WhatIsNewTooltip": "Learn what's new in Matomo",
        "WhatIsNewTitle": "Here's what's new in Matomo",
        "WhatIsNewNoChangesTitle": "No recent changes",
        "WhatIsNewNoChanges": "There's nothing new at the moment",
        "WithOptionalRevenue": "with optional revenue",
        "YouAreNotOptedOut": "You are not opted out.",
        "YouAreOptedOut": "You are currently opted out.",
        "YouMayOptOut": "You may choose not to have a unique web analytics cookie identification number assigned to your computer to avoid the aggregation and analysis of data collected on this website.",
        "YouMayOptOut2": "You may choose to prevent this website from aggregating and analyzing the actions you take here.",
        "YouMayOptOut3": "Doing so will protect your privacy, but will also prevent the owner from learning from your actions and creating a better experience for you and other users.",
        "YouMayOptOutBis": "To make that choice, please click below to receive an opt-out cookie.",
        "UserInviteSubject": "%1$s sent you an invite to join Matomo Analytics for %2$s.",
        "AcceptInvite": "Accept Invite",
        "DeclineInvite": "Decline Invite",
        "UserInviteContent": "You can accept this invitation by clicking the accept button below.",
        "UserInviteNotes": "If you were not expecting this invitation, you can ignore this email. If %1$s is sending you too many emails, you can block them or report abuse. The invitation automatically expires in %2$s days.",
        "SecurityNotificationUserAcceptInviteBody": "User (login: %s) accepted the invitation.",
        "SecurityNotificationUserDeclinedInviteBody": "User (login: %s) declined the invitation.",
        "NeedHelp": "Need help?",
        "HowToGetHelp": "There are different ways you can get help. There is free support via the Matomo Community and paid support provided by the Matomo team and partners of Matomo. Or maybe do you have a bug to report or want to suggest a new feature?"
    }
}