mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 14:03:39 +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'
|
class: 'btn'
|
||||||
|
|
||||||
%section.col
|
%section.col
|
||||||
|
- if @sites.empty?
|
||||||
|
:markdown
|
||||||
|
#{t('.welcome')}
|
||||||
%table.table.table-condensed
|
%table.table.table-condensed
|
||||||
%tbody
|
%tbody
|
||||||
- @sites.each do |site|
|
- @sites.each do |site|
|
||||||
|
|
|
@ -251,7 +251,22 @@ en:
|
||||||
title: 'Sites'
|
title: 'Sites'
|
||||||
pull: 'Upgrade'
|
pull: 'Upgrade'
|
||||||
help: 'This is the list of sites you can edit'
|
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:
|
repository:
|
||||||
config: 'Changes in config'
|
config: 'Changes in config'
|
||||||
actions: 'Actions'
|
actions: 'Actions'
|
||||||
|
|
|
@ -257,6 +257,18 @@ es:
|
||||||
pull: 'Actualizar'
|
pull: 'Actualizar'
|
||||||
help: 'Este es el listado de sitios que puedes editar'
|
help: 'Este es el listado de sitios que puedes editar'
|
||||||
visit: 'Visitar el sitio'
|
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:
|
repository:
|
||||||
config: 'Cambios en la configuración'
|
config: 'Cambios en la configuración'
|
||||||
actions: 'Acciones'
|
actions: 'Acciones'
|
||||||
|
|
Loading…
Reference in a new issue