From 75cfa958be48062418067830ea260340b6077331 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Tue, 16 Aug 2022 20:20:18 +0200 Subject: [PATCH] [stats] missing translations --- locale/_base/translations.suml | 2 ++ locale/expectedTranslations.js | 2 ++ locale/pl/translations.suml | 2 ++ 3 files changed, 6 insertions(+) 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'