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
|
.row.align-items-center.justify-content-center.full-height
|
||||||
.col-md-10.align-self-center
|
.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
|
= sanitize_markdown welcome
|
||||||
|
|
||||||
.col-md-6.align-self-center
|
.col-md-6.align-self-center
|
||||||
|
|
|
@ -35,6 +35,7 @@ en:
|
||||||
es: Castillian Spanish
|
es: Castillian Spanish
|
||||||
en: English
|
en: English
|
||||||
seconds: '%{seconds} seconds'
|
seconds: '%{seconds} seconds'
|
||||||
|
mailers:
|
||||||
deploy_mailer:
|
deploy_mailer:
|
||||||
deployed:
|
deployed:
|
||||||
subject: "[Sutty] The site %{site} has been built"
|
subject: "[Sutty] The site %{site} has been built"
|
||||||
|
@ -102,6 +103,7 @@ en:
|
||||||
collaborations:
|
collaborations:
|
||||||
collaborate:
|
collaborate:
|
||||||
submit: Register
|
submit: Register
|
||||||
|
welcome: "You've been invited to collaborate with %{site}"
|
||||||
password:
|
password:
|
||||||
incorrect: 'Wrong password, please try again.'
|
incorrect: 'Wrong password, please try again.'
|
||||||
info:
|
info:
|
||||||
|
|
|
@ -98,6 +98,7 @@ es:
|
||||||
collaborations:
|
collaborations:
|
||||||
collaborate:
|
collaborate:
|
||||||
submit: Registrarme
|
submit: Registrarme
|
||||||
|
welcome: "Te han invitado a colaborar con el sitio %{site}"
|
||||||
password:
|
password:
|
||||||
incorrect: 'Contraseña incorrecta, intenta nuevamente.'
|
incorrect: 'Contraseña incorrecta, intenta nuevamente.'
|
||||||
info:
|
info:
|
||||||
|
|
Loading…
Reference in a new issue