mensaje de bienvenida generico

This commit is contained in:
f 2019-09-24 20:28:02 -03:00
parent 501f30dae9
commit 1c2a314cd4
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D
3 changed files with 25 additions and 21 deletions

View file

@ -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

View file

@ -35,27 +35,28 @@ en:
es: Castillian Spanish es: Castillian Spanish
en: English en: English
seconds: '%{seconds} seconds' seconds: '%{seconds} seconds'
deploy_mailer: mailers:
deployed: deploy_mailer:
subject: "[Sutty] The site %{site} has been built" deployed:
hi: "Hi!" subject: "[Sutty] The site %{site} has been built"
explanation: | hi: "Hi!"
This e-mail is to notify you that Sutty has built your site and explanation: |
it's available at <https://%{fqdn}>. This e-mail is to notify you that Sutty has built your site and
it's available at <https://%{fqdn}>.
You'll find details bellow. You'll find details bellow.
th: th:
type: Type type: Type
status: Status status: Status
deploy_local: deploy_local:
title: Build the site title: Build the site
success: Success! success: Success!
error: Error error: Error
deploy_zip: deploy_zip:
title: Build ZIP file title: Build ZIP file
success: Available for download success: Available for download
error: Error error: Error
help: You can contact us by replying this e-mail help: You can contact us by replying this e-mail
activerecord: activerecord:
models: models:
usuarie: User usuarie: User
@ -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:

View file

@ -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: