feat: i18n, language switcher fix, DataTable improvements, blade translations
- Translation system: lang/es/ PHP files (auth, validation, pagination, passwords)
- Rappasoft vendor translations published (lang/vendor/livewire-tables/es/)
- JSON files synced to 391 keys (EN + ES, full parity)
- APP_LOCALE changed to 'es', users.locale column default changed to 'es'
- Language switcher fixed: JS event + window.location.reload() avoids /livewire/update redirect
- SetLocale middleware fallback uses config('app.locale') instead of hardcoded 'en'
- setSortingPillsEnabled(false) on ProjectTable, CompanyTable, UserTable
- Translated 17 blade views: project-map, template-manager, layer-manager,
company-management, phase-list, media-manager, reports-dashboard,
client-projects, layer-upload, project-form, project-map-editor-tab,
admin/users, projects/media, projects/templates, layouts/client
- Navigation 'Empresas' link uses __('Companies')
- Fixed typo key 'Fases and layers' -> 'Phases and layers'
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'All' => 'Todos',
|
||||
'All Columns' => 'Todas las columnas',
|
||||
'Applied Filters' => 'Filtros aplicados',
|
||||
'Applied Sorting' => 'Ordenación aplicada',
|
||||
'Bulk Actions' => 'Acciones masivas',
|
||||
'Bulk Actions Confirm' => '¿Estás seguro?',
|
||||
'Clear' => 'Limpiar',
|
||||
'Columns' => 'Columnas',
|
||||
'Debugging Values' => 'Valores de depuración',
|
||||
'Deselect All' => 'Deseleccionar todo',
|
||||
'Done Reordering' => 'Reordenación finalizada',
|
||||
'Filters' => 'Filtros',
|
||||
'not_applicable' => 'N/A',
|
||||
'No' => 'No',
|
||||
'No items found, try to broaden your search' => 'Sin resultados. Intenta ampliar la búsqueda.',
|
||||
'of' => 'de',
|
||||
'Remove filter option' => 'Quitar filtro',
|
||||
'Remove sort option' => 'Quitar ordenación',
|
||||
'Reorder' => 'Reordenar',
|
||||
'results' => 'resultados',
|
||||
'row' => 'fila',
|
||||
'rows' => 'filas',
|
||||
'rows, do you want to select all' => 'filas, ¿deseas seleccionarlas todas?',
|
||||
'Search' => 'Buscar',
|
||||
'Select All' => 'Seleccionar todo',
|
||||
'Select All On Page' => 'Seleccionar todo en la página',
|
||||
'Showing' => 'Mostrando',
|
||||
'to' => 'a',
|
||||
'Yes' => 'Sí',
|
||||
'You are currently selecting all' => 'Actualmente estás seleccionando todo',
|
||||
'You are not connected to the internet' => 'No tienes conexión a internet',
|
||||
'You have selected' => 'Has seleccionado',
|
||||
'Per Page' => 'Por página',
|
||||
'Export' => 'Exportar',
|
||||
'Loading' => 'Cargando',
|
||||
];
|
||||
Reference in New Issue
Block a user