Browse Source

correct columns tips

amenpunk 2 years ago
parent
commit
bc689a8071
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/Components/Password/TableStyle.js

+ 9 - 9
src/Components/Password/TableStyle.js

38
 export const TextLabels = {
38
 export const TextLabels = {
39
     body: {
39
     body: {
40
         noMatch: "No se encontró ningún elemento",
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
     pagination: {
44
     pagination: {
45
-        next: "Next Page",
46
-        previous: "Previous Page",
45
+        next: "Siguiente Pagina",
46
+        previous: "Pagina Anterior",
47
         rowsPerPage: "Elementos por Página",
47
         rowsPerPage: "Elementos por Página",
48
-        displayRows: "of",
48
+        displayRows: "de",
49
     },
49
     },
50
     toolbar: {
50
     toolbar: {
51
         search: "Buscar",
51
         search: "Buscar",
60
         reset: "Limpiar",
60
         reset: "Limpiar",
61
     },
61
     },
62
     viewColumns: {
62
     viewColumns: {
63
-        title: "Show Columns",
64
-        titleAria: "Show/Hide Table Columns",
63
+        title: "Mostrar Columnas",
64
+        titleAria: "Mostrar/Ocultar Columnas",
65
     },
65
     },
66
     selectedRows: {
66
     selectedRows: {
67
         text: "Elemento(s) selecionado",
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
 }