globalize.culture.he-IL.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture he-IL
  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( "he-IL", "default", {
  27. name: "he-IL",
  28. englishName: "Hebrew (Israel)",
  29. nativeName: "עברית (ישראל)",
  30. language: "he",
  31. isRTL: true,
  32. numberFormat: {
  33. "NaN": "לא מספר",
  34. negativeInfinity: "אינסוף שלילי",
  35. positiveInfinity: "אינסוף חיובי",
  36. percent: {
  37. pattern: ["-n%","n%"]
  38. },
  39. currency: {
  40. pattern: ["$-n","$ n"],
  41. symbol: "₪"
  42. }
  43. },
  44. calendars: {
  45. standard: {
  46. days: {
  47. names: ["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","שבת"],
  48. namesAbbr: ["יום א","יום ב","יום ג","יום ד","יום ה","יום ו","שבת"],
  49. namesShort: ["א","ב","ג","ד","ה","ו","ש"]
  50. },
  51. months: {
  52. names: ["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר",""],
  53. namesAbbr: ["ינו","פבר","מרץ","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב","דצמ",""]
  54. },
  55. eras: [{"name":"לספירה","start":null,"offset":0}],
  56. patterns: {
  57. d: "dd/MM/yyyy",
  58. D: "dddd dd MMMM yyyy",
  59. t: "HH:mm",
  60. T: "HH:mm:ss",
  61. f: "dddd dd MMMM yyyy HH:mm",
  62. F: "dddd dd MMMM yyyy HH:mm:ss",
  63. M: "dd MMMM",
  64. Y: "MMMM yyyy"
  65. }
  66. },
  67. Hebrew: {
  68. name: "Hebrew",
  69. "/": " ",
  70. days: {
  71. names: ["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","שבת"],
  72. namesAbbr: ["א","ב","ג","ד","ה","ו","ש"],
  73. namesShort: ["א","ב","ג","ד","ה","ו","ש"]
  74. },
  75. months: {
  76. names: ["תשרי","חשון","כסלו","טבת","שבט","אדר","אדר ב","ניסן","אייר","סיון","תמוז","אב","אלול"],
  77. namesAbbr: ["תשרי","חשון","כסלו","טבת","שבט","אדר","אדר ב","ניסן","אייר","סיון","תמוז","אב","אלול"]
  78. },
  79. eras: [{"name":"C.E.","start":null,"offset":0}],
  80. twoDigitYearMax: 5790,
  81. patterns: {
  82. d: "dd MMMM yyyy",
  83. D: "dddd dd MMMM yyyy",
  84. t: "HH:mm",
  85. T: "HH:mm:ss",
  86. f: "dddd dd MMMM yyyy HH:mm",
  87. F: "dddd dd MMMM yyyy HH:mm:ss",
  88. M: "dd MMMM",
  89. Y: "MMMM yyyy"
  90. }
  91. }
  92. }
  93. });
  94. }( this ));