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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2022-07-05 15:25:42 +0300
committerGitHub <noreply@github.com>2022-07-05 15:25:42 +0300
commit5fa4e36f0902decf3176788b39912a0e8f4c8cae (patch)
tree918daee6d6250fae9517493ebff53fa4d2060dba /plugins/VisitorInterest
parent1962ff70ec6fe7fc70572348f0f43efb0451c3b2 (diff)
Reworked translations (including test fixes) (#19459)
* WebsiteMeasurable plugin language reworked (#19444) * WebsiteMeasurable plugin language reworked * comma * update tests * VisitTime plugin language reworked (#19453) * VisitTime plugin language reworked * Spelling: technical Co-authored-by: Stefan Giehl <stefan@matomo.org> Co-authored-by: Stefan Giehl <stefan@matomo.org> * VisitorInterest plugin language reworked (#19445) * VisitorInterest plugin language reworked * Spelling: their Co-authored-by: Stefan Giehl <stefan@matomo.org> Co-authored-by: Stefan Giehl <stefan@matomo.org> * update tests Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Diffstat (limited to 'plugins/VisitorInterest')
-rw-r--r--plugins/VisitorInterest/lang/en.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/VisitorInterest/lang/en.json b/plugins/VisitorInterest/lang/en.json
index 010761125f..8b5332bad4 100644
--- a/plugins/VisitorInterest/lang/en.json
+++ b/plugins/VisitorInterest/lang/en.json
@@ -1,24 +1,24 @@
{
"VisitorInterest": {
- "BetweenXYMinutes": "%1$s-%2$s min",
- "BetweenXYSeconds": "%1$s-%2$ss",
+ "BetweenXYMinutes": "%1$s–%2$s min",
+ "BetweenXYSeconds": "%1$s–%2$ss",
"ColumnPagesPerVisit": "Pages per visit",
"ColumnVisitDuration": "Visit duration",
"Engagement": "Engagement",
"NPages": "%s pages",
"OnePage": "1 page",
- "PluginDescription": "Reports about visitors interest: number of pages viewed, time spent on the Website, days since last visit, and more.",
+ "PluginDescription": "Visitor interest: number of pages viewed, time spent on the website, days since last visit, and more.",
"VisitNum": "Visit number",
"VisitsByDaysSinceLast": "Visits by days since last visit",
- "visitsByVisitCount": "Visits by Visit Number",
+ "visitsByVisitCount": "Visits by visit number",
"VisitsPerDuration": "Visits per visit duration",
"VisitsPerNbOfPages": "Visits per number of pages",
- "WidgetLengths": "Length of Visits",
- "WidgetLengthsDocumentation": "In this report, you can see how many visits had a certain total duration. Initially, the report is shown as a tag cloud, more common durations are displayed in a larger font.",
- "WidgetPages": "Pages per Visit",
- "WidgetPagesDocumentation": "In this report, you can see how many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, more common numbers of pages are displayed in a larger font.",
- "WidgetVisitsByDaysSinceLast": "Visits by Days Since Last Visit",
- "WidgetVisitsByDaysSinceLastDocumentation": "In this report, you can see how many visits were from visitors whose last visit was a certain number of days ago.",
- "WidgetVisitsByNumDocumentation": "In this report, you can see the number of visits who were the Nth visit, ie. visitors who visited your website at least N times."
+ "WidgetLengths": "Length of visits",
+ "WidgetLengthsDocumentation": "How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.",
+ "WidgetPages": "Pages per visit",
+ "WidgetPagesDocumentation": "How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.",
+ "WidgetVisitsByDaysSinceLast": "Visits by days since last visit",
+ "WidgetVisitsByDaysSinceLastDocumentation": "How many visits were from returning visitors whose last visit was a certain number of days ago.",
+ "WidgetVisitsByNumDocumentation": "The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more."
}
-} \ No newline at end of file
+}