|
|
@@ -5,16 +5,16 @@
|
|
|
|
|
|
<f:section name="content">
|
|
|
<div class="ot-be-module ot-stats">
|
|
|
- <h1>Statistiques d'utilisation</h1>
|
|
|
+ <h1><f:translate key="stats"/></h1>
|
|
|
|
|
|
<div id="matomoFilters">
|
|
|
- <span>Période d'analyse: </span>
|
|
|
+ <span><f:translate key="period"/>: </span>
|
|
|
<f:form action="index">
|
|
|
<f:form.select class="form-control"
|
|
|
name="period"
|
|
|
- options="{week: 'La semaine passée',
|
|
|
- month: 'Le mois passé',
|
|
|
- year: 'L\'année passée'}"
|
|
|
+ options="{week: '{f:translate(key: \'last_week\')}',
|
|
|
+ month: '{f:translate(key: \'last_month\')}',
|
|
|
+ year: '{f:translate(key: \'last_year\')}'}"
|
|
|
value="{period}">
|
|
|
</f:form.select>
|
|
|
|
|
|
@@ -27,7 +27,7 @@
|
|
|
value="1">
|
|
|
|
|
|
<f:form.button type="submit" class="ot-btn">
|
|
|
- Actualiser
|
|
|
+ <f:translate key="refresh"/>
|
|
|
</f:form.button>
|
|
|
</f:form>
|
|
|
</div>
|
|
|
@@ -38,20 +38,20 @@
|
|
|
|
|
|
<f:comment><!-- Real time visits--></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Visites en temps réel', id: 'realTimeVisits',
|
|
|
+ arguments="{title: '{f:translate(key: \'real_time_visits\')}', id: 'realTimeVisits',
|
|
|
module: 'Live', action: 'widget',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
|
<div class="reportSubSection">
|
|
|
<f:comment><!-- Last visits graph--></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Dernières visites', id: 'lastVisitsGraph',
|
|
|
+ arguments="{title: '{f:translate(key: \'last_visits_graph\')}', id: 'lastVisitsGraph',
|
|
|
module: 'VisitsSummary', action: 'getEvolutionGraph',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
|
<f:comment><!-- Visits Summary --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Résumé', id: 'visitsSummary',
|
|
|
+ arguments="{title: '{f:translate(key: \'visits_summary\')}', id: 'visitsSummary',
|
|
|
module: 'VisitsSummary', action: 'get',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
</div>
|
|
|
@@ -61,19 +61,19 @@
|
|
|
|
|
|
<f:comment><!-- By weekday --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Par jours de la semaine', id: 'visitsByWeekday',
|
|
|
+ arguments="{title: '{f:translate(key: \'visits_by_weekday\')}', id: 'visitsByWeekday',
|
|
|
module: 'VisitTime', action: 'getByDayOfWeek',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
|
<f:comment><!-- By local hour --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Par heures locales', id: 'visitsByHour',
|
|
|
+ arguments="{title: '{f:translate(key: \'visits_by_hour\')}', id: 'visitsByHour',
|
|
|
module: 'VisitTime', action: 'getVisitInformationPerLocalTime',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
|
<f:comment><!-- Map --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Répartition géographique', id: 'visitsMap',
|
|
|
+ arguments="{title: '{f:translate(key: \'visits_map\')}', id: 'visitsMap',
|
|
|
module: 'UserCountryMap', action: 'visitorMap',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
</div>
|
|
|
@@ -82,13 +82,13 @@
|
|
|
|
|
|
<f:comment><!-- Refferers --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Origines', id: 'visitsRefferers',
|
|
|
+ arguments="{title: '{f:translate(key: \'visits_referrers\')}', id: 'visitsRefferers',
|
|
|
module: 'Referrers', action: 'getAll',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
|
<f:comment><!-- By web-browsers --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'DevicesDetection', id: 'getBrowsers',
|
|
|
+ arguments="{title: '{f:translate(key: \'get_browsers\')}', id: 'getBrowsers',
|
|
|
module: 'Referrers', action: 'getAll',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
|
@@ -98,7 +98,7 @@
|
|
|
|
|
|
<f:comment><!-- By page --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Pages visitées', id: 'visitsByPage',
|
|
|
+ arguments="{title: '{f:translate(key: \'visits_by_page\')}', id: 'visitsByPage',
|
|
|
module: 'Actions', action: 'getPageUrls', width: '1028',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
</div>
|
|
|
@@ -107,13 +107,13 @@
|
|
|
|
|
|
<f:comment><!-- By entry page --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Pages d\'entrée', id: 'visitorsEntryPoints',
|
|
|
+ arguments="{title: '{f:translate(key: \'visitors_entry_points\')}', id: 'visitorsEntryPoints',
|
|
|
module: 'Actions', action: 'getEntryPageUrls',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
|
<f:comment><!-- By visits duration --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
|
- arguments="{title: 'Durée des visite', id: 'visitsByDuration',
|
|
|
+ arguments="{title: '{f:translate(key: \'visits_by_duration\')}', id: 'visitsByDuration',
|
|
|
module: 'VisitorInterest', action: 'getNumberOfVisitsPerVisitDuration',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
</div>
|
|
|
@@ -125,7 +125,7 @@
|
|
|
id="disableLink"
|
|
|
class="warning"
|
|
|
>
|
|
|
- Désactiver le suivi de l'utilisation
|
|
|
+ <f:translate key="disable_monitoring"/>
|
|
|
</f:link.action>
|
|
|
</div>
|
|
|
|