File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ import type { Locale } from '../interface' ;
2+
3+ const locale : Locale = {
4+ locale : 'es_MX' ,
5+ today : 'Hoy' ,
6+ now : 'Ahora' ,
7+ backToToday : 'Volver a hoy' ,
8+ ok : 'Aceptar' ,
9+ clear : 'Limpiar' ,
10+ month : 'Mes' ,
11+ year : 'Año' ,
12+ timeSelect : 'elegir hora' ,
13+ dateSelect : 'elegir fecha' ,
14+ weekSelect : 'elegir semana' ,
15+ monthSelect : 'Seleccionar mes' ,
16+ yearSelect : 'Seleccionar año' ,
17+ decadeSelect : 'Seleccionar década' ,
18+ yearFormat : 'YYYY' ,
19+ dateFormat : 'D/M/YYYY' ,
20+ dayFormat : 'D' ,
21+ dateTimeFormat : 'D/M/YYYY HH:mm:ss' ,
22+ monthBeforeYear : true ,
23+ previousMonth : 'Mes anterior (PageUp)' ,
24+ nextMonth : 'Mes siguiente (PageDown)' ,
25+ previousYear : 'Año anterior (Control + Left)' ,
26+ nextYear : 'Año siguiente (Control + Right)' ,
27+ previousDecade : 'Década anterior' ,
28+ nextDecade : 'Década siguiente' ,
29+ previousCentury : 'Siglo anterior' ,
30+ nextCentury : 'Siglo siguiente' ,
31+ } ;
32+
33+ export default locale ;
You can’t perform that action at this time.
0 commit comments