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 77e474b commit f6142abCopy full SHA for f6142ab
src/locale/lang/es-ES.js
@@ -0,0 +1,37 @@
1
+export default {
2
+ uiv: {
3
+ datePicker: {
4
+ clear: 'Limpiar',
5
+ today: 'Hoy',
6
+ month: 'Mes',
7
+ month1: 'Enero',
8
+ month2: 'Febrero',
9
+ month3: 'Marzo',
10
+ month4: 'Abril',
11
+ month5: 'Mayo',
12
+ month6: 'Junio',
13
+ month7: 'Julio',
14
+ month8: 'Agosto',
15
+ month9: 'Septiembre',
16
+ month10: 'Octubre',
17
+ month11: 'Noviembre',
18
+ month12: 'Diciembre',
19
+ year: 'Año',
20
+ week1: 'Lunes',
21
+ week2: 'Martes',
22
+ week3: 'Miercoles',
23
+ week4: 'Jueves',
24
+ week5: 'Viernes',
25
+ week6: 'Sabado',
26
+ week7: 'Domingo'
27
+ },
28
+ timePicker: {
29
+ am: 'AM',
30
+ pm: 'PM'
31
32
+ modal: {
33
+ cancel: 'Cancelar',
34
+ ok: 'OK'
35
+ }
36
37
+}
0 commit comments