mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 14:56:22 +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
|
||||
@options ||= { interval: starting_interval, update: true }
|
||||
end
|
||||
|
||||
def stat_name
|
||||
STAT_NAME
|
||||
end
|
||||
end
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue