globalize.culture.hu-HU.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture hu-HU
  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( "hu-HU", "default", {
  27. name: "hu-HU",
  28. englishName: "Hungarian (Hungary)",
  29. nativeName: "magyar (Magyarország)",
  30. language: "hu",
  31. numberFormat: {
  32. ",": " ",
  33. ".": ",",
  34. "NaN": "nem szám",
  35. negativeInfinity: "negatív végtelen",
  36. positiveInfinity: "végtelen",
  37. percent: {
  38. ",": " ",
  39. ".": ","
  40. },
  41. currency: {
  42. pattern: ["-n $","n $"],
  43. ",": " ",
  44. ".": ",",
  45. symbol: "Ft"
  46. }
  47. },
  48. calendars: {
  49. standard: {
  50. "/": ".",
  51. firstDay: 1,
  52. days: {
  53. names: ["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],
  54. namesAbbr: ["V","H","K","Sze","Cs","P","Szo"],
  55. namesShort: ["V","H","K","Sze","Cs","P","Szo"]
  56. },
  57. months: {
  58. names: ["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december",""],
  59. namesAbbr: ["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec.",""]
  60. },
  61. AM: ["de.","de.","DE."],
  62. PM: ["du.","du.","DU."],
  63. eras: [{"name":"i.sz.","start":null,"offset":0}],
  64. patterns: {
  65. d: "yyyy.MM.dd.",
  66. D: "yyyy. MMMM d.",
  67. t: "H:mm",
  68. T: "H:mm:ss",
  69. f: "yyyy. MMMM d. H:mm",
  70. F: "yyyy. MMMM d. H:mm:ss",
  71. M: "MMMM d.",
  72. Y: "yyyy. MMMM"
  73. }
  74. }
  75. }
  76. });
  77. }( this ));