Skip to content

Commit

Permalink
fix(locale): improve spanish translations (#14965)
Browse files Browse the repository at this point in the history
  • Loading branch information
saulortega committed Apr 21, 2022
1 parent de05a88 commit a427b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vuetify/src/locale/es.ts
Expand Up @@ -12,8 +12,8 @@ export default {
sortAscending: 'Orden ascendente.',
sortNone: 'Sin ordenar.',
activateNone: 'Pulse para quitar orden.',
activateDescending: 'Pulse para ordenar descendente.',
activateAscending: 'Pulse para ordenar ascendente.',
activateDescending: 'Pulse para ordenar de forma descendente.',
activateAscending: 'Pulse para ordenar de forma ascendente.',
},
sortBy: 'Ordenado por',
},
Expand All @@ -22,7 +22,7 @@ export default {
itemsPerPageAll: 'Todos',
nextPage: 'Página siguiente',
prevPage: 'Página anterior',
firstPage: 'Primer página',
firstPage: 'Primera página',
lastPage: 'Última página',
pageText: '{0}-{1} de {2}',
},
Expand Down

0 comments on commit a427b96

Please sign in to comment.