es_MX.js 958 B

123456789101112131415161718192021222324252627282930
  1. import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
  2. import { commonLocale } from "./common";
  3. var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
  4. locale: 'es_MX',
  5. today: 'Hoy',
  6. now: 'Ahora',
  7. backToToday: 'Volver a hoy',
  8. ok: 'Aceptar',
  9. clear: 'Limpiar',
  10. week: 'Semana',
  11. month: 'Mes',
  12. year: 'Año',
  13. timeSelect: 'elegir hora',
  14. dateSelect: 'elegir fecha',
  15. weekSelect: 'elegir semana',
  16. monthSelect: 'Seleccionar mes',
  17. yearSelect: 'Seleccionar año',
  18. decadeSelect: 'Seleccionar década',
  19. dateFormat: 'D/M/YYYY',
  20. dateTimeFormat: 'D/M/YYYY HH:mm:ss',
  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;