✨ (bootsier): Añade componentes esenciales
- Añade Dialog como modal de Bootstrap, con el JS de soporte para `htmx:confirm` y el saneado de su posición fija. - Adapta Nav, Navbar y Dropdown al reuso de los tipos movidos al core, y traduce BootsierColors/Intent en Button y Badge, con soporte para Light/Dark vía with_color(). - Reexporta en el tema los componentes de PageTop que faltaban: Block, Breadcrumb, Messages, Pager, Table y form::Number.
This commit is contained in:
parent
eb63a7ef37
commit
c0a5a8c3ab
47 changed files with 2135 additions and 1818 deletions
|
|
@ -1,11 +1,19 @@
|
|||
# Dropdown
|
||||
dropdown_toggle = Toggle Dropdown
|
||||
|
||||
# form::Input
|
||||
input_required = This field is required
|
||||
|
||||
# Navbar
|
||||
toggle = Toggle navigation
|
||||
|
||||
# Offcanvas
|
||||
offcanvas_close = Close
|
||||
|
||||
# Shell AdminLTE (BootsierTemplates::Admin)
|
||||
shell_fullscreen = Full screen
|
||||
shell_theme_toggle = Color mode selector
|
||||
shell_theme_light = Light
|
||||
shell_theme_dark = Dark
|
||||
shell_theme_auto = Auto
|
||||
|
||||
# Confirm dialog (htmx hx-confirm)
|
||||
confirm_ok = OK
|
||||
confirm_cancel = Cancel
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
region_header = Header
|
||||
region_nav_branding = Navigation branding region
|
||||
region_nav_main = Main navigation region
|
||||
region_nav_additional = Additional navigation region (eg search form, social icons, etc)
|
||||
region_breadcrumb = Breadcrumb
|
||||
region_content = Main content
|
||||
region_sidebar_first = Sidebar first
|
||||
region_sidebar_second = Sidebar second
|
||||
region_footer = Footer
|
||||
# BootsierRegions
|
||||
region_sidebar = Sidebar
|
||||
region_navbar = Navigation bar
|
||||
|
|
|
|||
|
|
@ -1,11 +1,19 @@
|
|||
# Dropdown
|
||||
dropdown_toggle = Mostrar/ocultar menú
|
||||
|
||||
# form::Input
|
||||
input_required = Este campo es obligatorio
|
||||
|
||||
# Navbar
|
||||
toggle = Mostrar/ocultar navegación
|
||||
|
||||
# Offcanvas
|
||||
offcanvas_close = Cerrar
|
||||
|
||||
# Shell AdminLTE (BootsierTemplates::Admin)
|
||||
shell_fullscreen = Pantalla completa
|
||||
shell_theme_toggle = Selector de modo de color
|
||||
shell_theme_light = Claro
|
||||
shell_theme_dark = Oscuro
|
||||
shell_theme_auto = Automático
|
||||
|
||||
# Confirm dialog (htmx hx-confirm)
|
||||
confirm_ok = Aceptar
|
||||
confirm_cancel = Cancelar
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
region_header = Cabecera
|
||||
region_nav_branding = Navegación y marca
|
||||
region_nav_main = Navegación principal
|
||||
region_nav_additional = Navegación adicional (p.e. formulario de búsqueda, iconos sociales, etc.)
|
||||
region_breadcrumb = Ruta de posicionamiento
|
||||
region_content = Contenido principal
|
||||
region_sidebar_first = Barra lateral primera
|
||||
region_sidebar_second = Barra lateral segunda
|
||||
region_footer = Pie
|
||||
# BootsierRegions
|
||||
region_sidebar = Barra lateral
|
||||
region_navbar = Barra de navegación
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue