es_MX.js 844 B

123456789101112131415161718192021222324252627282930
  1. const locale = {
  2. locale: 'es_MX',
  3. today: 'Hoy',
  4. now: 'Ahora',
  5. backToToday: 'Volver a hoy',
  6. ok: 'Aceptar',
  7. clear: 'Limpiar',
  8. month: 'Mes',
  9. year: 'Año',
  10. timeSelect: 'elegir hora',
  11. dateSelect: 'elegir fecha',
  12. weekSelect: 'elegir semana',
  13. monthSelect: 'Seleccionar mes',
  14. yearSelect: 'Seleccionar año',
  15. decadeSelect: 'Seleccionar década',
  16. yearFormat: 'YYYY',
  17. dateFormat: 'D/M/YYYY',
  18. dayFormat: 'D',
  19. dateTimeFormat: 'D/M/YYYY HH:mm:ss',
  20. monthBeforeYear: true,
  21. previousMonth: 'Mes anterior (PageUp)',
  22. nextMonth: 'Mes siguiente (PageDown)',
  23. previousYear: 'Año anterior (Control + Left)',
  24. nextYear: 'Año siguiente (Control + Right)',
  25. previousDecade: 'Década anterior',
  26. nextDecade: 'Década siguiente',
  27. previousCentury: 'Siglo anterior',
  28. nextCentury: 'Siglo siguiente'
  29. };
  30. export default locale;