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