mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 15:31:11 -04:00
[stats] missing translations
This commit is contained in:
parent
78a8ccce25
commit
75cfa958be
@ -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'
|
||||||
|
@ -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',
|
||||||
];
|
];
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user