Skip to content

Commit f6142ab

Browse files
authored
Create es-ES.js
Support es-ES language
1 parent 77e474b commit f6142ab

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/locale/lang/es-ES.js

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)