Skip to content

Commit

Permalink
Improve analytics macros livedata UI xwikisas#42
Browse files Browse the repository at this point in the history
* - Added translations for parameters
  • Loading branch information
Farcasut committed Oct 24, 2023
1 parent 54c539b commit 6f9fe72
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,52 @@ analytics.softwareDevices.header.visits.hint=If a vistor comes to your website f
analytics.softwareDevices.header.visits=Visits
rendering.macro.browserEngines.description=This report shows your visitors' browsers broken down into browser engines.
rendering.macro.browserEngines.name=Browser engines
rendering.macro.browserEngines.parameter.endDate.name=End date
rendering.macro.browserEngines.parameter.endDate.description=End time of the date interval used for this macro.
rendering.macro.browserEngines.parameter.startDate.name=End date
rendering.macro.browserEngines.parameter.startDate.description=Start time of the date interval used for this macro.
rendering.macro.browsers.description=This report contains information about what kind of browser your visitors were using.
rendering.macro.browsers.name=Browsers
rendering.macro.browsers.parameter.endDate.name=End date
rendering.macro.browsers.parameter.endDate.description=End time of the date interval used for this macro.
rendering.macro.browsers.parameter.startDate.name=End date
rendering.macro.browsers.parameter.startDate.description=Start time of the date interval used for this macro.
rendering.macro.configurations.description=This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.
rendering.macro.configurations.name=Configurations
rendering.macro.configurations.parameter.endDate.name=End date
rendering.macro.configurations.parameter.endDate.description=End time of the date interval used for this macro.
rendering.macro.configurations.parameter.startDate.name=End date
rendering.macro.configurations.parameter.startDate.description=Start time of the date interval used for this macro.
rendering.macro.deviceBrand.description=This report shows the brands / manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.
rendering.macro.deviceBrand.name=Device brand
rendering.macro.deviceBrand.parameter.endDate.name=End date
rendering.macro.deviceBrand.parameter.endDate.description=End time of the date interval used for this macro.
rendering.macro.deviceBrand.parameter.startDate.name=End date
rendering.macro.deviceBrand.parameter.startDate.description=Start time of the date interval used for this macro.
rendering.macro.deviceModel.description=This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.
rendering.macro.deviceModel.name=Device model
rendering.macro.deviceModel.parameter.endDate.name=End date
rendering.macro.deviceModel.parameter.endDate.description=End time of the date interval used for this macro.
rendering.macro.deviceModel.parameter.startDate.name=End date
rendering.macro.deviceModel.parameter.startDate.description=Start time of the date interval used for this macro.
rendering.macro.deviceType.description=This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.
rendering.macro.deviceType.name=Device type
rendering.macro.deviceType.parameter.endDate.name=End date
rendering.macro.deviceType.parameter.endDate.description=End time of the date interval used for this macro.
rendering.macro.deviceType.parameter.startDate.name=End date
rendering.macro.deviceType.parameter.startDate.description=Start time of the date interval used for this macro.
rendering.macro.operatingSystemVersions.description=This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.
rendering.macro.operatingSystemVersions.name=Operating system versions
rendering.macro.operatingSystemVersions.parameter.endDate.name=End date
rendering.macro.operatingSystemVersions.parameter.endDate.description=End time of the date interval used for this macro.
rendering.macro.operatingSystemVersions.parameter.startDate.name=End date
rendering.macro.operatingSystemVersions.parameter.startDate.description=Start time of the date interval used for this macro.
rendering.macro.screenResolution.description=This report shows the screen resolutions your visitors used when viewing your website.
rendering.macro.screenResolution.name=Screen Resolution
rendering.macro.screenResolution.parameter.endDate.name=End date
rendering.macro.screenResolution.parameter.endDate.description=End time of the date interval used for this macro.
rendering.macro.screenResolution.parameter.startDate.name=End date
rendering.macro.screenResolution.parameter.startDate.description=Start time of the date interval used for this macro.

## Admin section
Analytics.Code.ConfigurationClass_authToken.hint=Token generated by Matomo to be capable of using the API to view the data. This token can be generated from Settings -> Personal -> Security -> Create New Token
Expand Down

0 comments on commit 6f9fe72

Please sign in to comment.