|
@@ -38,14 +38,14 @@ export const TableStyle = () => createTheme({
|
|
|
export const TextLabels = {
|
|
export const TextLabels = {
|
|
|
body: {
|
|
body: {
|
|
|
noMatch: "No se encontró ningún elemento",
|
|
noMatch: "No se encontró ningún elemento",
|
|
|
- toolTip: "Sort",
|
|
|
|
|
- columnHeaderTooltip: column => `Sort for ${column.label}`
|
|
|
|
|
|
|
+ toolTip: "Ordenar",
|
|
|
|
|
+ columnHeaderTooltip: column => `Ordenar por ${column.label}`
|
|
|
},
|
|
},
|
|
|
pagination: {
|
|
pagination: {
|
|
|
- next: "Next Page",
|
|
|
|
|
- previous: "Previous Page",
|
|
|
|
|
|
|
+ next: "Siguiente Pagina",
|
|
|
|
|
+ previous: "Pagina Anterior",
|
|
|
rowsPerPage: "Elementos por Página",
|
|
rowsPerPage: "Elementos por Página",
|
|
|
- displayRows: "of",
|
|
|
|
|
|
|
+ displayRows: "de",
|
|
|
},
|
|
},
|
|
|
toolbar: {
|
|
toolbar: {
|
|
|
search: "Buscar",
|
|
search: "Buscar",
|
|
@@ -60,12 +60,12 @@ export const TextLabels = {
|
|
|
reset: "Limpiar",
|
|
reset: "Limpiar",
|
|
|
},
|
|
},
|
|
|
viewColumns: {
|
|
viewColumns: {
|
|
|
- title: "Show Columns",
|
|
|
|
|
- titleAria: "Show/Hide Table Columns",
|
|
|
|
|
|
|
+ title: "Mostrar Columnas",
|
|
|
|
|
+ titleAria: "Mostrar/Ocultar Columnas",
|
|
|
},
|
|
},
|
|
|
selectedRows: {
|
|
selectedRows: {
|
|
|
text: "Elemento(s) selecionado",
|
|
text: "Elemento(s) selecionado",
|
|
|
- delete: "Delete",
|
|
|
|
|
- deleteAria: "Delete Selected Rows",
|
|
|
|
|
|
|
+ delete: "Eliminar",
|
|
|
|
|
+ deleteAria: "Eliminar Columnas Seleccionadas",
|
|
|
},
|
|
},
|
|
|
}
|
|
}
|