mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 21:16:22 +00:00
mensaje de bienvenida generico
This commit is contained in:
parent
501f30dae9
commit
1c2a314cd4
3 changed files with 25 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
|||
.row.align-items-center.justify-content-center.full-height
|
||||
.col-md-10.align-self-center
|
||||
- welcome = @site.config.dig('welcome', 'message') || t('.welcome')
|
||||
- welcome = @site.config.dig('welcome', 'message') || t('.welcome',
|
||||
site: @site.hostname)
|
||||
= sanitize_markdown welcome
|
||||
|
||||
.col-md-6.align-self-center
|
||||
|
|
|
@ -35,6 +35,7 @@ en:
|
|||
es: Castillian Spanish
|
||||
en: English
|
||||
seconds: '%{seconds} seconds'
|
||||
mailers:
|
||||
deploy_mailer:
|
||||
deployed:
|
||||
subject: "[Sutty] The site %{site} has been built"
|
||||
|
@ -102,6 +103,7 @@ en:
|
|||
collaborations:
|
||||
collaborate:
|
||||
submit: Register
|
||||
welcome: "You've been invited to collaborate with %{site}"
|
||||
password:
|
||||
incorrect: 'Wrong password, please try again.'
|
||||
info:
|
||||
|
|
|
@ -98,6 +98,7 @@ es:
|
|||
collaborations:
|
||||
collaborate:
|
||||
submit: Registrarme
|
||||
welcome: "Te han invitado a colaborar con el sitio %{site}"
|
||||
password:
|
||||
incorrect: 'Contraseña incorrecta, intenta nuevamente.'
|
||||
info:
|
||||
|
|
Loading…
Reference in a new issue