it_IT.js 971 B

123456789101112131415161718192021222324252627282930313233343536
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. var locale = {
  7. locale: 'it_IT',
  8. today: 'Oggi',
  9. now: 'Adesso',
  10. backToToday: 'Torna ad oggi',
  11. ok: 'Ok',
  12. clear: 'Cancella',
  13. month: 'Mese',
  14. year: 'Anno',
  15. timeSelect: "Seleziona l'ora",
  16. dateSelect: 'Seleziona la data',
  17. monthSelect: 'Seleziona il mese',
  18. yearSelect: "Seleziona l'anno",
  19. decadeSelect: 'Seleziona il decennio',
  20. yearFormat: 'YYYY',
  21. dateFormat: 'D/M/YYYY',
  22. dayFormat: 'D',
  23. dateTimeFormat: 'D/M/YYYY HH:mm:ss',
  24. monthBeforeYear: true,
  25. previousMonth: 'Il mese scorso (PageUp)',
  26. nextMonth: 'Il prossimo mese (PageDown)',
  27. previousYear: "L'anno scorso (Control + sinistra)",
  28. nextYear: "L'anno prossimo (Control + destra)",
  29. previousDecade: 'Ultimo decennio',
  30. nextDecade: 'Prossimo decennio',
  31. previousCentury: 'Secolo precedente',
  32. nextCentury: 'Prossimo secolo'
  33. };
  34. var _default = locale;
  35. exports.default = _default;