mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 03:51:41 +00:00
mensaje de bienvenida #80
This commit is contained in:
parent
b28ca182a7
commit
96fc65a94f
3 changed files with 31 additions and 1 deletions
|
@ -9,6 +9,9 @@
|
|||
class: 'btn'
|
||||
|
||||
%section.col
|
||||
- if @sites.empty?
|
||||
:markdown
|
||||
#{t('.welcome')}
|
||||
%table.table.table-condensed
|
||||
%tbody
|
||||
- @sites.each do |site|
|
||||
|
|
|
@ -251,7 +251,22 @@ en:
|
|||
title: 'Sites'
|
||||
pull: 'Upgrade'
|
||||
help: 'This is the list of sites you can edit'
|
||||
visit: 'Visitar el sitio'
|
||||
visit: 'Visit the site'
|
||||
welcome: |
|
||||
# Welcome!
|
||||
|
||||
You have no sites yet. You can generate all the sites you want
|
||||
with the **Create site** button.
|
||||
|
||||
Para ver los cambios, usa el botón **Publicar cambios** en cada
|
||||
sitio y espera unos segundos. También recibirás un correo de
|
||||
notificación.
|
||||
|
||||
To see your changes, use the **Publish changes** button on each
|
||||
site and wait a few seconds. You'll also receive an e-mail
|
||||
notification.
|
||||
|
||||
[Create my first site](/sites/new)
|
||||
repository:
|
||||
config: 'Changes in config'
|
||||
actions: 'Actions'
|
||||
|
|
|
@ -257,6 +257,18 @@ es:
|
|||
pull: 'Actualizar'
|
||||
help: 'Este es el listado de sitios que puedes editar'
|
||||
visit: 'Visitar el sitio'
|
||||
welcome: |
|
||||
# ¡Bienvenide!
|
||||
|
||||
Todavía no tienes ningún sitio. Puedes crear todos los sitios
|
||||
que quieras usando el botón **Crear sitio**.
|
||||
|
||||
Para ver los cambios, usa el botón **Publicar cambios** en cada
|
||||
sitio y espera unos segundos. También recibirás un correo de
|
||||
notificación.
|
||||
|
||||
[Crear mi primer sitio](/sites/new)
|
||||
|
||||
repository:
|
||||
config: 'Cambios en la configuración'
|
||||
actions: 'Acciones'
|
||||
|
|
Loading…
Reference in a new issue