globalize.culture.it-IT.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture it-IT
  5. *
  6. * http://github.com/jquery/globalize
  7. *
  8. * Copyright Software Freedom Conservancy, Inc.
  9. * Dual licensed under the MIT or GPL Version 2 licenses.
  10. * http://jquery.org/license
  11. *
  12. * This file was generated by the Globalize Culture Generator
  13. * Translation: bugs found in this file need to be fixed in the generator
  14. */
  15. (function( window, undefined ) {
  16. var Globalize;
  17. if ( typeof require !== "undefined" &&
  18. typeof exports !== "undefined" &&
  19. typeof module !== "undefined" ) {
  20. // Assume CommonJS
  21. Globalize = require( "globalize" );
  22. } else {
  23. // Global variable
  24. Globalize = window.Globalize;
  25. }
  26. Globalize.addCultureInfo( "it-IT", "default", {
  27. name: "it-IT",
  28. englishName: "Italian (Italy)",
  29. nativeName: "italiano (Italia)",
  30. language: "it",
  31. numberFormat: {
  32. ",": ".",
  33. ".": ",",
  34. "NaN": "Non un numero reale",
  35. negativeInfinity: "-Infinito",
  36. positiveInfinity: "+Infinito",
  37. percent: {
  38. pattern: ["-n%","n%"],
  39. ",": ".",
  40. ".": ","
  41. },
  42. currency: {
  43. pattern: ["-$ n","$ n"],
  44. ",": ".",
  45. ".": ",",
  46. symbol: "€"
  47. }
  48. },
  49. calendars: {
  50. standard: {
  51. firstDay: 1,
  52. days: {
  53. names: ["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],
  54. namesAbbr: ["dom","lun","mar","mer","gio","ven","sab"],
  55. namesShort: ["do","lu","ma","me","gi","ve","sa"]
  56. },
  57. months: {
  58. names: ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],
  59. namesAbbr: ["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic",""]
  60. },
  61. AM: null,
  62. PM: null,
  63. eras: [{"name":"d.C.","start":null,"offset":0}],
  64. patterns: {
  65. d: "dd/MM/yyyy",
  66. D: "dddd d MMMM yyyy",
  67. t: "HH:mm",
  68. T: "HH:mm:ss",
  69. f: "dddd d MMMM yyyy HH:mm",
  70. F: "dddd d MMMM yyyy HH:mm:ss",
  71. M: "dd MMMM",
  72. Y: "MMMM yyyy"
  73. }
  74. }
  75. }
  76. });
  77. }( this ));