|
@@ -38,14 +38,14 @@ export const TableStyle = () => createTheme({
|
38
|
38
|
export const TextLabels = {
|
39
|
39
|
body: {
|
40
|
40
|
noMatch: "No se encontró ningún elemento",
|
41
|
|
- toolTip: "Sort",
|
42
|
|
- columnHeaderTooltip: column => `Sort for ${column.label}`
|
|
41
|
+ toolTip: "Ordenar",
|
|
42
|
+ columnHeaderTooltip: column => `Ordenar por ${column.label}`
|
43
|
43
|
},
|
44
|
44
|
pagination: {
|
45
|
|
- next: "Next Page",
|
46
|
|
- previous: "Previous Page",
|
|
45
|
+ next: "Siguiente Pagina",
|
|
46
|
+ previous: "Pagina Anterior",
|
47
|
47
|
rowsPerPage: "Elementos por Página",
|
48
|
|
- displayRows: "of",
|
|
48
|
+ displayRows: "de",
|
49
|
49
|
},
|
50
|
50
|
toolbar: {
|
51
|
51
|
search: "Buscar",
|
|
@@ -60,12 +60,12 @@ export const TextLabels = {
|
60
|
60
|
reset: "Limpiar",
|
61
|
61
|
},
|
62
|
62
|
viewColumns: {
|
63
|
|
- title: "Show Columns",
|
64
|
|
- titleAria: "Show/Hide Table Columns",
|
|
63
|
+ title: "Mostrar Columnas",
|
|
64
|
+ titleAria: "Mostrar/Ocultar Columnas",
|
65
|
65
|
},
|
66
|
66
|
selectedRows: {
|
67
|
67
|
text: "Elemento(s) selecionado",
|
68
|
|
- delete: "Delete",
|
69
|
|
- deleteAria: "Delete Selected Rows",
|
|
68
|
+ delete: "Eliminar",
|
|
69
|
+ deleteAria: "Eliminar Columnas Seleccionadas",
|
70
|
70
|
},
|
71
|
71
|
}
|