5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-17 23:36:22 +00:00

Merge branch 'issue-13096' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-17 15:03:41 -03:00
commit 04e1fbd4a5
3 changed files with 5 additions and 5 deletions

View file

@ -16,4 +16,4 @@
- link = true
= render 'bootstrap/alert' do
= link_to_if link, message.html_safe, site.url, class: 'alert-link'
= link_to_if link, message.html_safe, site_build_stats_path(site), class: 'alert-link'

View file

@ -361,9 +361,9 @@ en:
static_file_migration: 'File migration'
find_and_replace: 'Search and replace'
status:
building: "Your site is building, please wait <time datetime=\"PT%{seconds}S\">%{average_time}</time> to refresh this page..."
building: "Your site is building, refresh this page in <time datetime=\"PT%{seconds}S\">%{average_time}</time>."
not_published_yet: "Your site is being published for the first time, please wait up to 1 minute..."
available: "Your site is available! Click here to visit it."
available: "Your site is available! Click here to visit find all the different ways to visit it."
index:
title: 'My Sites'
pull: 'Upgrade'

View file

@ -366,9 +366,9 @@ es:
static_file_migration: 'Migración de archivos'
find_and_replace: 'Búsqueda y reemplazo'
status:
building: "Tu sitio se está publicando, por favor espera <time datetime=\"PT%{seconds}S\">%{average_time}</time> para recargar esta página..."
building: "Tu sitio se está publicando, recargá esta página en <time datetime=\"PT%{seconds}S\">%{average_time}</time>."
not_published_yet: "Tu sitio se está publicando por primera vez, por favor espera hasta un minuto..."
available: "¡Tu sitio está disponible! Cliquea aquí para visitarlo."
available: "¡Tu sitio está disponible! Cliqueá aquí para encontrar todas las formas en que podés visitarlo."
index:
title: 'Mis sitios'
pull: 'Actualizar'