1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/Overlay/lang/en.json
dizzy 7e091d1a32 Workaround error in Overlay when site has no URLs (#17457)
* Set setting value even if set to NULL so it will still be validated.

* Make sure when creating a site that the urls options is set.

* workaround in Overlay for instances that have an invalid site URL set for some reason

* Add integration tests for changes to SitesManager API.

* revert non-overlay changes

* Add warning if site has no URLs when viewing Overlay.
2021-04-14 18:25:53 -07:00

22 خطوط
1.7 KiB
JSON

{
"Overlay": {
"Clicks": "%s clicks",
"ClicksFromXLinks": "%1$s clicks from one of %2$s links",
"Domain": "Domain",
"ErrorNotLoading": "The Page Overlay session couldn't be launched yet.",
"ErrorNotLoadingDetails": "Maybe the page loaded on the right doesn't have the Matomo tracker code. In this case, try launching Overlay for a different page from the pages report.",
"ErrorNotLoadingDetailsSSL": "Since you're using Matomo over https, the most likely cause is that your website doesn't support SSL. Try using Matomo over http.",
"ErrorNotLoadingLink": "Click here to get more tips for troubleshooting",
"Link": "Link",
"Location": "Location",
"NoData": "There is no data for this page during the selected period.",
"OneClick": "1 click",
"OpenFullScreen": "Go full screen (no sidebar)",
"Overlay": "Page Overlay",
"PluginDescription": "See your analytics data as an Overlay on your actual website. View how many times your users have clicked on each link. Note: Requires the Transitions plugin enabled.",
"RedirectUrlError": "You are attempting to open Page Overlay for the URL \"%1$s\". %2$s None of the domains from the Matomo settings matches the link.",
"RedirectUrlErrorAdmin": "You can add the domain as an additional URL %1$sin the settings%2$s.",
"RedirectUrlErrorUser": "Ask your administrator to add the domain as an additional URL.",
"ErrorNoSiteUrls": "WARNING: This website has no Site URLs defined in Matomo. This might cause Overlay and other features to break or behave strangely. To fix this, add a URL in the settings for this website in the Matomo Administration section."
}
}