We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6db3c4 commit 77792f5Copy full SHA for 77792f5
packages/i18n/src/js/es.js
@@ -64,6 +64,14 @@
64
jsonNotArray: 'El archivo json importado debe contener un array, abortando.'
65
},
66
pagination: {
67
+ aria: {
68
+ pageToFirst: 'Página para primero',
69
+ pageBack: 'Página atrás',
70
+ pageSelected: 'Página seleccionada',
71
+ pageForward: 'Avance de página',
72
+ pageToLast: 'Página para durar'
73
+ },
74
+ through: 'mediante',
75
sizes: 'registros por página',
76
totalItems: 'registros',
77
of: 'de'
0 commit comments