♻️ Refactoriza página de bienvenida y tema Basic
- Actualiza `Welcome` para usar el nuevo componente `Intro`. - Simplifica el tema `Basic` apoyándose en la lógica de `Theme`. - Predefine los *assets* básicos como recursos de `Theme`. - Refactoriza archivos de localicación para reflejar los cambios de los componentes.
This commit is contained in:
parent
d0beb8ef40
commit
ebf1828ea3
12 changed files with 455 additions and 296 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# Basic theme, intro layout.
|
||||
# Intro component.
|
||||
intro_default_title = Hello, world!
|
||||
intro_default_slogan = Discover⚡{ $app }
|
||||
intro_default_button = A web solution powered by <strong>PageTop</strong>
|
||||
|
||||
intro_pagetop_label = PageTop version on Crates.io
|
||||
intro_release_label = Release date
|
||||
intro_license_label = License
|
||||
|
|
|
|||
|
|
@ -1,16 +1,12 @@
|
|||
welcome_extension_name = Default Homepage
|
||||
welcome_extension_description = Displays a default homepage when none is configured.
|
||||
|
||||
welcome_page = Welcome page
|
||||
welcome_title = Hello, world!
|
||||
|
||||
welcome_intro = Discover⚡{ $app }
|
||||
welcome_powered = A web solution powered by <strong>PageTop</strong>
|
||||
welcome_title = Welcome page
|
||||
|
||||
welcome_status_title = Status
|
||||
welcome_status_1 = If you can see this page, it means the <strong>PageTop</strong> server is running correctly, but the application is not fully configured. This may be due to routine maintenance or a temporary issue.
|
||||
welcome_status_2 = If the issue persists, please <strong>contact the system administrator</strong>.
|
||||
|
||||
welcome_support_title = Support
|
||||
welcome_support_1 = To report issues with the <strong>PageTop</strong> framework, use <a href="https://git.cillero.es/manuelcillero/pagetop/issues" target="_blank" rel="noreferrer">SoloGit</a>. Remember, before opening a new issue, review the existing ones to avoid duplicates.
|
||||
welcome_support_1 = To report issues with the <strong>PageTop</strong> framework, use <a href="https://github.com/manuelcillero/pagetop/issues" target="_blank" rel="noreferrer">GitHub</a>. Remember, before opening a new issue, review the existing ones to avoid duplicates.
|
||||
welcome_support_2 = For issues specific to the application (<strong>{ $app }</strong>), please use its official repository or support channel.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
# Basic theme, intro layout.
|
||||
# Intro component.
|
||||
intro_default_title = ¡Hola, mundo!
|
||||
intro_default_slogan = Descubre⚡{ $app }
|
||||
intro_default_button = Una solución web creada con <strong>PageTop</strong>
|
||||
|
||||
intro_pagetop_label = Versión de PageTop en Crates.io
|
||||
intro_release_label = Lanzamiento
|
||||
intro_license_label = Licencia
|
||||
|
|
|
|||
|
|
@ -1,16 +1,12 @@
|
|||
welcome_extension_name = Página de inicio predeterminada
|
||||
welcome_extension_description = Muestra una página de inicio predeterminada cuando no hay ninguna configurada.
|
||||
|
||||
welcome_page = Página de bienvenida
|
||||
welcome_title = ¡Hola, mundo!
|
||||
|
||||
welcome_intro = Descubre⚡{ $app }
|
||||
welcome_powered = Una solución web creada con <strong>PageTop</strong>
|
||||
welcome_title = Página de bienvenida
|
||||
|
||||
welcome_status_title = Estado
|
||||
welcome_status_1 = Si puedes ver esta página, es porque el servidor de <strong>PageTop</strong> está funcionando correctamente, pero la aplicación no está completamente configurada. Esto puede deberse a tareas de mantenimiento o a una incidencia temporal.
|
||||
welcome_status_2 = Si el problema persiste, por favor, <strong>contacta con el administrador del sistema</strong>.
|
||||
|
||||
welcome_support_title = Soporte
|
||||
welcome_support_1 = Para comunicar incidencias del propio entorno <strong>PageTop</strong>, utiliza <a href="https://git.cillero.es/manuelcillero/pagetop/issues" target="_blank" rel="noreferrer">SoloGit</a>. Recuerda, antes de abrir una nueva incidencia, revisa las existentes para evitar duplicados.
|
||||
welcome_support_1 = Para comunicar incidencias del propio entorno <strong>PageTop</strong>, utiliza <a href="https://github.com/manuelcillero/pagetop/issues" target="_blank" rel="noreferrer">GitHub</a>. Recuerda, antes de abrir una nueva incidencia, revisa las existentes para evitar duplicados.
|
||||
welcome_support_2 = Para fallos específicos de la aplicación (<strong>{ $app }</strong>), utiliza su repositorio oficial o su canal de soporte.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue