[stats] missing translations

This commit is contained in:
Andrea Vos 2022-08-16 20:20:18 +02:00
parent 78a8ccce25
commit 75cfa958be
3 changed files with 6 additions and 0 deletions

View File

@ -685,6 +685,8 @@ footer:
pageviews: 'Page views' pageviews: 'Page views'
realTimeVisitors: 'Currently online' realTimeVisitors: 'Currently online'
visitDuration: 'Avg visit duration' visitDuration: 'Avg visit duration'
uptime: 'Uptime'
responseTime: 'Avg response time'
notFound: notFound:
message: 'Page was not found' message: 'Page was not found'

View File

@ -44,4 +44,6 @@ export default [
'stats.keys.pageviews', 'stats.keys.pageviews',
'stats.keys.realTimeVisitors', 'stats.keys.realTimeVisitors',
'stats.keys.visitDuration', 'stats.keys.visitDuration',
'stats.keys.update',
'stats.keys.responseTime',
]; ];

View File

@ -1477,6 +1477,8 @@ footer:
pageviews: 'Wyświetleń strony' pageviews: 'Wyświetleń strony'
realTimeVisitors: 'Obecnie online' realTimeVisitors: 'Obecnie online'
visitDuration: 'Średnia długość odwiedzin' visitDuration: 'Średnia długość odwiedzin'
uptime: 'Uptime'
responseTime: 'Średni czas odpowiedzi serwera'
notFound: notFound:
message: 'Strony nie znaleziono' message: 'Strony nie znaleziono'