mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:36:21 +00:00
Merge branch 'blazer' into panel.sutty.nl
This commit is contained in:
commit
5d1995a129
3 changed files with 6 additions and 2 deletions
|
@ -57,4 +57,8 @@ class StatCollectionJob < PeriodicJob
|
||||||
def options
|
def options
|
||||||
@options ||= { interval: starting_interval, update: true }
|
@options ||= { interval: starting_interval, update: true }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def stat_name
|
||||||
|
STAT_NAME
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -261,7 +261,7 @@ en:
|
||||||
help: |
|
help: |
|
||||||
These statistics show information about how your site is generated and
|
These statistics show information about how your site is generated and
|
||||||
how many resources it uses.
|
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}!'
|
empty: 'There is no enough information yet. We invite you to come back in %{please_return_at}!'
|
||||||
loading: 'Loading...'
|
loading: 'Loading...'
|
||||||
hour: 'Hourly'
|
hour: 'Hourly'
|
||||||
|
|
|
@ -266,7 +266,7 @@ es:
|
||||||
help: |
|
help: |
|
||||||
Las estadísticas visibilizan información sobre cómo se genera y
|
Las estadísticas visibilizan información sobre cómo se genera y
|
||||||
cuántos recursos utiliza tu sitio.
|
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} :)'
|
empty: 'Todavía no hay información suficiente. Te invitamos a volver en %{please_return_at} :)'
|
||||||
loading: 'Cargando...'
|
loading: 'Cargando...'
|
||||||
hour: 'Por hora'
|
hour: 'Por hora'
|
||||||
|
|
Loading…
Reference in a new issue