5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 08:16:08 +00:00

Merge branch 'blazer' into panel.sutty.nl

This commit is contained in:
f 2022-04-26 18:51:25 -03:00
commit 5d1995a129
3 changed files with 6 additions and 2 deletions

View file

@ -57,4 +57,8 @@ class StatCollectionJob < PeriodicJob
def options
@options ||= { interval: starting_interval, update: true }
end
def stat_name
STAT_NAME
end
end

View file

@ -261,7 +261,7 @@ en:
help: |
These statistics show information about how your site is generated and
how many resources it uses.
last_update: 'Updated every hour. Last update on '
last_update: 'Updated daily. Last update on '
empty: 'There is no enough information yet. We invite you to come back in %{please_return_at}!'
loading: 'Loading...'
hour: 'Hourly'

View file

@ -266,7 +266,7 @@ es:
help: |
Las estadísticas visibilizan información sobre cómo se genera y
cuántos recursos utiliza tu sitio.
last_update: 'Actualizadas cada hora. Última actualización hace '
last_update: 'Actualizadas diariamente. Última actualización hace '
empty: 'Todavía no hay información suficiente. Te invitamos a volver en %{please_return_at} :)'
loading: 'Cargando...'
hour: 'Por hora'