mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 05:26:22 +00:00
Merge branch 'blazer' into panel.sutty.nl
This commit is contained in:
commit
ffb25a5232
3 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,10 @@
|
||||||
%p.lead= t('.host.description')
|
%p.lead= t('.host.description')
|
||||||
= line_chart site_stats_host_path(@chart_params), **@chart_options
|
= line_chart site_stats_host_path(@chart_params), **@chart_options
|
||||||
|
|
||||||
.mb-5
|
#custom-urls.mb-5
|
||||||
%h2= t('.urls.title')
|
%h2= t('.urls.title')
|
||||||
%p.lead= t('.urls.description')
|
%p.lead= t('.urls.description')
|
||||||
%form
|
%form{ method: 'get', action: '#custom-urls' }
|
||||||
%input{ type: 'hidden', name: 'interval', value: @interval }
|
%input{ type: 'hidden', name: 'interval', value: @interval }
|
||||||
.form-group
|
.form-group
|
||||||
%label{ for: 'urls' }= t('.urls.label')
|
%label{ for: 'urls' }= t('.urls.label')
|
||||||
|
|
|
@ -292,7 +292,7 @@ en:
|
||||||
description: 'Average storage space used by your site.'
|
description: 'Average storage space used by your site.'
|
||||||
build_time:
|
build_time:
|
||||||
title: 'Publication time'
|
title: 'Publication time'
|
||||||
description: 'Average time your site takes to build.'
|
description: 'Average time your site takes to build, from pressing "Publish changes" to actually being available on your site.'
|
||||||
columns:
|
columns:
|
||||||
visits: "Visits"
|
visits: "Visits"
|
||||||
http_referer:
|
http_referer:
|
||||||
|
|
|
@ -297,7 +297,7 @@ es:
|
||||||
description: 'Espacio en disco que ocupa en promedio tu sitio.'
|
description: 'Espacio en disco que ocupa en promedio tu sitio.'
|
||||||
build_time:
|
build_time:
|
||||||
title: 'Tiempo de publicación'
|
title: 'Tiempo de publicación'
|
||||||
description: 'Tiempo promedio que toma en publicarse tu sitio.'
|
description: 'Tiempo que tarda el sitio en generarse, desde que usas el botón "Publicar cambios" hasta que los puedes ver en el sitio'
|
||||||
columns:
|
columns:
|
||||||
visits: "Visitas"
|
visits: "Visitas"
|
||||||
http_referer:
|
http_referer:
|
||||||
|
|
Loading…
Reference in a new issue