diff --git a/locale/_base/translations.suml b/locale/_base/translations.suml index b1d83b103..7ed496bb6 100644 --- a/locale/_base/translations.suml +++ b/locale/_base/translations.suml @@ -685,6 +685,8 @@ footer: pageviews: 'Page views' realTimeVisitors: 'Currently online' visitDuration: 'Avg visit duration' + uptime: 'Uptime' + responseTime: 'Avg response time' notFound: message: 'Page was not found' diff --git a/locale/expectedTranslations.js b/locale/expectedTranslations.js index b83a6f82d..ba1f6df71 100644 --- a/locale/expectedTranslations.js +++ b/locale/expectedTranslations.js @@ -44,4 +44,6 @@ export default [ 'stats.keys.pageviews', 'stats.keys.realTimeVisitors', 'stats.keys.visitDuration', + 'stats.keys.update', + 'stats.keys.responseTime', ]; diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml index d5e0c287b..bae9765ee 100644 --- a/locale/pl/translations.suml +++ b/locale/pl/translations.suml @@ -1477,6 +1477,8 @@ footer: pageviews: 'Wyświetleń strony' realTimeVisitors: 'Obecnie online' visitDuration: 'Średnia długość odwiedzin' + uptime: 'Uptime' + responseTime: 'Średni czas odpowiedzi serwera' notFound: message: 'Strony nie znaleziono'