1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 15:07:44 +00:00
Files
matomo/plugins/Insights/lang/en.json
Stefan Giehl 253bae53ab Some translations might be displayed with encoded entities (#19190)
* replace some html entities in translations sources

* Ensure encoded & is displayed correctly for some translations

* Ensure content title component handles encoded entities correctly

* fix ui test

* use arrows

* tweak some translations

* updates expected test files

* submodule update

* use htmldecode instead of inserting html for titles

* prefer using rawSafeDecoded over raw for translation output
2022-09-14 17:52:05 +02:00

35 خطوط
2.6 KiB
JSON

{
"Insights": {
"PluginDescription": "Provides Insights about your traffic. Insights are available as dashboard widgets as well as a new icon in reports, letting you see most important trends in your data.",
"ControlComparedToDescription": "Growth compared to the",
"ControlFilterByDescription": "Show all, only movers, only new or only disappeared",
"DatePeriodCombinationNotSupported": "It is not possible to generate insights for this date and period combination.",
"DayComparedToPreviousDay": "previous day",
"DayComparedToPreviousWeek": "same day in the previous week",
"DayComparedToPreviousYear": "same day in the previous year",
"Filter": "Filter",
"FilterIncreaserAndDecreaser": "Increaser & decreaser",
"FilterOnlyDecreaser": "Only decreaser",
"FilterOnlyDisappeared": "Only disappeared",
"FilterOnlyIncreaser": "Only increaser",
"FilterOnlyMovers": "Only movers",
"FilterOnlyNew": "Only new",
"IgnoredChanges": "Changes affecting less than %s visits were ignored.",
"MonthComparedToPreviousMonth": "previous month",
"MonthComparedToPreviousYear": "same month in the previous year",
"MoversAndShakersWidgetTitle": "Movers and Shakers",
"NoResultMatchesCriteria": "No rows match the criteria",
"OverviewWidgetTitle": "Insights Overview",
"TitleConsideredInsightsChanges": "The rows increased or decreased by at least %1$s visits (%2$s%% of %3$s total visits).",
"TitleConsideredInsightsGrowth": "The following rows have a growth of at least %1$s%% compared to %2$s.",
"TitleConsideredMoversAndShakersChanges": "Considered movers only if they grew by more than %1$s%% visits or shrank by less than %2$s%% visits, new entries only if they increased by more than %3$s%% visits (%4$s), and disappeared rows if they shrank by less than %5$s%% visits (%6$s).",
"TitleConsideredMoversAndShakersGrowth": "%1$s changed from %2$s to %3$s compared to %4$s. Based on this an evolution of each row of %5$s%% is expected.",
"TitleRowChangeDetails": "'%1$s' changed from %2$s (%3$s) to %4$s (%5$s) %6$s.",
"TitleRowDisappearedDetails": "'%1$s' decreased by %2$s and disappeared in %3$s compared to %4$s.",
"TitleRowMoverAndShaker": "This row had a higher impact than the average.",
"TitleRowNewDetails": "'%1$s' increased by %2$s and is new compared to %3$s.",
"WeekComparedToPreviousWeek": "previous week",
"WidgetCategory": "Insights",
"YearComparedToPreviousYear": "previous year"
}
}