@hebcal/core 6.5.1 → 6.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/dist/bundle.js +5930 -5385
  2. package/dist/bundle.js.map +1 -1
  3. package/dist/bundle.min.js +17 -17
  4. package/dist/bundle.min.js.map +1 -1
  5. package/dist/eslint.config.mjs +1 -0
  6. package/dist/esm/CalOptions.d.ts +3 -4
  7. package/dist/esm/DailyLearning.d.ts +44 -7
  8. package/dist/esm/DailyLearning.js +45 -8
  9. package/dist/esm/DailyLearning.js.map +1 -1
  10. package/dist/esm/HebrewDateEvent.js +1 -1
  11. package/dist/esm/HolidayEvent.d.ts +34 -1
  12. package/dist/esm/HolidayEvent.js +35 -2
  13. package/dist/esm/HolidayEvent.js.map +1 -1
  14. package/dist/esm/MevarchimChodeshEvent.js +1 -1
  15. package/dist/esm/ParshaEvent.js +1 -1
  16. package/dist/esm/TimedEvent.d.ts +32 -3
  17. package/dist/esm/TimedEvent.js +33 -4
  18. package/dist/esm/TimedEvent.js.map +1 -1
  19. package/dist/esm/YomKippurKatanEvent.js +1 -1
  20. package/dist/esm/ashkenazi.po.d.ts +1 -0
  21. package/dist/esm/ashkenazi.po.js +2 -2
  22. package/dist/esm/ashkenazi.po.js.map +1 -1
  23. package/dist/esm/calendar.js +1 -1
  24. package/dist/esm/candles.d.ts +14 -1
  25. package/dist/esm/candles.js +15 -2
  26. package/dist/esm/candles.js.map +1 -1
  27. package/dist/esm/cities.json.js +1 -1
  28. package/dist/esm/event.d.ts +56 -13
  29. package/dist/esm/event.js +57 -14
  30. package/dist/esm/event.js.map +1 -1
  31. package/dist/esm/getStartAndEnd.js +10 -2
  32. package/dist/esm/getStartAndEnd.js.map +1 -1
  33. package/dist/esm/hallel.js +20 -28
  34. package/dist/esm/hallel.js.map +1 -1
  35. package/dist/esm/he-x-NoNikud.po.js +1 -1
  36. package/dist/esm/he.po.js +1 -1
  37. package/dist/esm/hebcal.d.ts +97 -19
  38. package/dist/esm/hebcal.js +102 -21
  39. package/dist/esm/hebcal.js.map +1 -1
  40. package/dist/esm/holidays.d.ts +21 -2
  41. package/dist/esm/holidays.js +22 -3
  42. package/dist/esm/holidays.js.map +1 -1
  43. package/dist/esm/index.d.ts +1 -1
  44. package/dist/esm/index.js +2 -1
  45. package/dist/esm/index.js.map +1 -1
  46. package/dist/esm/isAssurBemlacha.d.ts +24 -4
  47. package/dist/esm/isAssurBemlacha.js +25 -5
  48. package/dist/esm/isAssurBemlacha.js.map +1 -1
  49. package/dist/esm/isAveilut.d.ts +14 -3
  50. package/dist/esm/isAveilut.js +15 -4
  51. package/dist/esm/isAveilut.js.map +1 -1
  52. package/dist/esm/isFastDay.d.ts +13 -1
  53. package/dist/esm/isFastDay.js +14 -2
  54. package/dist/esm/isFastDay.js.map +1 -1
  55. package/dist/esm/locale.js +1 -1
  56. package/dist/esm/location.d.ts +96 -8
  57. package/dist/esm/location.js +101 -10
  58. package/dist/esm/location.js.map +1 -1
  59. package/dist/esm/modern.js +1 -1
  60. package/dist/esm/molad.d.ts +39 -7
  61. package/dist/esm/molad.js +40 -8
  62. package/dist/esm/molad.js.map +1 -1
  63. package/dist/esm/moladBase.js +1 -1
  64. package/dist/esm/moladDate.js +1 -1
  65. package/dist/esm/omer.d.ts +32 -4
  66. package/dist/esm/omer.js +33 -5
  67. package/dist/esm/omer.js.map +1 -1
  68. package/dist/esm/parshaName.js +1 -1
  69. package/dist/esm/parshaYear.d.ts +12 -1
  70. package/dist/esm/parshaYear.js +13 -2
  71. package/dist/esm/parshaYear.js.map +1 -1
  72. package/dist/esm/pkgVersion.d.ts +1 -1
  73. package/dist/esm/pkgVersion.js +2 -2
  74. package/dist/esm/pkgVersion.js.map +1 -1
  75. package/dist/esm/reformatTimeStr.js +1 -1
  76. package/dist/esm/sedra.d.ts +94 -14
  77. package/dist/esm/sedra.js +95 -15
  78. package/dist/esm/sedra.js.map +1 -1
  79. package/dist/esm/sefira.json.js +1 -1
  80. package/dist/esm/staticHolidays.js +1 -1
  81. package/dist/esm/tachanun.js +1 -1
  82. package/dist/esm/temporal-shim.js +1 -1
  83. package/dist/esm/zmanim.js +1 -1
  84. package/dist/src/CalOptions.d.ts +3 -4
  85. package/dist/src/DailyLearning.d.ts +44 -7
  86. package/dist/src/DailyLearning.js +44 -7
  87. package/dist/src/HolidayEvent.d.ts +34 -1
  88. package/dist/src/HolidayEvent.js +34 -1
  89. package/dist/src/TimedEvent.d.ts +32 -3
  90. package/dist/src/TimedEvent.js +32 -3
  91. package/dist/src/ashkenazi.po.d.ts +1 -0
  92. package/dist/src/ashkenazi.po.js +1 -1
  93. package/dist/src/candles.d.ts +14 -1
  94. package/dist/src/candles.js +14 -1
  95. package/dist/src/event.d.ts +56 -13
  96. package/dist/src/event.js +56 -13
  97. package/dist/src/getStartAndEnd.js +9 -1
  98. package/dist/src/hallel.js +19 -27
  99. package/dist/src/hebcal.d.ts +97 -19
  100. package/dist/src/hebcal.js +101 -20
  101. package/dist/src/holidays.d.ts +21 -2
  102. package/dist/src/holidays.js +21 -2
  103. package/dist/src/index.d.ts +1 -1
  104. package/dist/src/index.js +1 -0
  105. package/dist/src/isAssurBemlacha.d.ts +24 -4
  106. package/dist/src/isAssurBemlacha.js +24 -4
  107. package/dist/src/isAveilut.d.ts +14 -3
  108. package/dist/src/isAveilut.js +14 -3
  109. package/dist/src/isFastDay.d.ts +13 -1
  110. package/dist/src/isFastDay.js +13 -1
  111. package/dist/src/location.d.ts +96 -8
  112. package/dist/src/location.js +100 -9
  113. package/dist/src/molad.d.ts +39 -7
  114. package/dist/src/molad.js +39 -7
  115. package/dist/src/omer.d.ts +32 -4
  116. package/dist/src/omer.js +32 -4
  117. package/dist/src/parshaYear.d.ts +12 -1
  118. package/dist/src/parshaYear.js +12 -1
  119. package/dist/src/pkgVersion.d.ts +1 -1
  120. package/dist/src/pkgVersion.js +1 -1
  121. package/dist/src/sedra.d.ts +94 -14
  122. package/dist/src/sedra.js +94 -14
  123. package/package.json +11 -7
  124. package/po/ashkenazi.po +240 -0
  125. package/po/he-x-NoNikud.po +58 -0
  126. package/po/he.po +650 -0
package/dist/src/sedra.js CHANGED
@@ -49,7 +49,23 @@ function yearType(hyear) {
49
49
  }
50
50
  }
51
51
  /**
52
- * Represents Parashah HaShavua for an entire Hebrew year
52
+ * Represents the weekly Torah-reading (Parashat HaShavua) schedule for an
53
+ * entire Hebrew year.
54
+ *
55
+ * The schedule depends on the year's *keviyah* — the day of week of Rosh
56
+ * Hashana, whether the year is leap, whether Cheshvan/Kislev are long or
57
+ * short, and whether the schedule is for Israel or the Diaspora (since
58
+ * Israel and the Diaspora diverge in some years when the 8th day of Pesach
59
+ * or the 2nd day of Shavuot fall on Shabbat).
60
+ *
61
+ * Prefer {@link getSedra} (or {@link HebrewCalendar.getSedra}) over
62
+ * calling this constructor directly, since both cache their results.
63
+ *
64
+ * @example
65
+ * import {Sedra, HDate, months} from '@hebcal/core';
66
+ * const sedra = new Sedra(5784, false);
67
+ * const result = sedra.lookup(new HDate(15, months.CHESHVAN, 5784));
68
+ * console.log(result.parsha); // ['Lech-Lecha']
53
69
  */
54
70
  export class Sedra {
55
71
  year;
@@ -59,7 +75,7 @@ export class Sedra {
59
75
  theSedraArray;
60
76
  yearKey;
61
77
  /**
62
- * Caculates the Parashah HaShavua for an entire Hebrew year
78
+ * Calculates the Parashat HaShavua schedule for an entire Hebrew year.
63
79
  * @param hyear - Hebrew year (e.g. 5749)
64
80
  * @param il - Use Israel sedra schedule (false for Diaspora)
65
81
  */
@@ -89,8 +105,23 @@ export class Sedra {
89
105
  }
90
106
  }
91
107
  /**
92
- * Returns the date that a parsha occurs
93
- * or `null` if the parsha doesn't occur this year
108
+ * Returns the date a parsha is read this year, or `null` if it does not
109
+ * occur in this year's schedule.
110
+ *
111
+ * A doubled parsha (e.g. `'Matot-Masei'`) will only return a date in years
112
+ * where that pair is actually read together; in years where they are read
113
+ * separately, this returns `null`. Use {@link findContaining} to find the
114
+ * date a parsha is read regardless of whether it is doubled.
115
+ *
116
+ * Throws `RangeError` for an out-of-range numeric input or an invalid
117
+ * doubled-parsha pair, and `TypeError` for a malformed array argument.
118
+ * @example
119
+ * import {Sedra} from '@hebcal/core';
120
+ * const sedra = new Sedra(5784, false);
121
+ * sedra.find('Noach')?.toString(); // '15 Cheshvan 5784'
122
+ * sedra.find(1)?.toString(); // same, by 0-based index
123
+ * sedra.find('Matot-Masei')?.toString(); // null in 5784 — read separately
124
+ * sedra.find(['Matot', 'Masei']); // also null in 5784
94
125
  * @param parsha if a `string`, specified with Sephardic transliterations
95
126
  * like `'Noach'` or `'Matot-Masei'`. If an array, must be a 1- or 2-element
96
127
  * array such as `['Noach']` or `['Matot', 'Masei']`. If a `number`, should
@@ -150,8 +181,22 @@ export class Sedra {
150
181
  return new HDate(this.firstSaturday + idx * 7);
151
182
  }
152
183
  /**
153
- * Returns the date that a parsha (or its doubled or undoubled counterpart)
154
- * occurs, or `null` if the parsha doesn't occur this year
184
+ * Returns the date a parsha is read this year, looking through both
185
+ * single and doubled forms.
186
+ *
187
+ * For example, if `'Matot'` is read individually this year, this returns
188
+ * its date; if it is read as part of `'Matot-Masei'` this year, this
189
+ * returns the date of `'Matot-Masei'` (and similarly for `'Masei'`).
190
+ * Conversely, asking for `'Matot-Masei'` in a year where they are split
191
+ * will return the date of `'Matot'` alone.
192
+ * @example
193
+ * import {Sedra} from '@hebcal/core';
194
+ * const sedra = new Sedra(5784, false);
195
+ * // Matot-Masei is split in 5784; both individual halves resolve:
196
+ * sedra.findContaining('Matot')?.toString(); // '22 Tamuz 5784'
197
+ * sedra.findContaining('Masei')?.toString(); // '29 Tamuz 5784'
198
+ * // Asking for the doubled name returns the date of the first half:
199
+ * sedra.findContaining('Matot-Masei')?.toString(); // '22 Tamuz 5784'
155
200
  */
156
201
  findContaining(parsha) {
157
202
  const hdate = this.find(parsha);
@@ -194,23 +239,50 @@ export class Sedra {
194
239
  }
195
240
  }
196
241
  /**
197
- * Returns the underlying annual sedra schedule.
198
- * Used by `@hebcal/triennial`
242
+ * Returns the underlying annual reading schedule as an array, where each
243
+ * entry corresponds to one Saturday (starting from the first Shabbat on
244
+ * or after Rosh Hashana). Entries are either:
245
+ * - a non-negative `number`: a 0-based parsha index (e.g. `0` for
246
+ * *Bereshit*)
247
+ * - a negative `number`: the negated first index of a doubled parsha
248
+ * (e.g. `-21` for *Vayakhel-Pekudei*)
249
+ * - a `string`: a holiday name when a Yom Tov displaces the weekly reading
250
+ * (e.g. `'Pesach Shabbat Chol ha-Moed'`, `'Yom Kippur'`)
251
+ *
252
+ * Used by `@hebcal/triennial`.
199
253
  */
200
254
  getSedraArray() {
201
255
  return this.theSedraArray;
202
256
  }
203
257
  /**
204
- * R.D. date of the first Saturday on or after Rosh Hashana
258
+ * Returns the R.D. (Rata Die / Fixed Date) absolute day number of the
259
+ * first Saturday on or after Rosh Hashana of this year. This is the
260
+ * anchor point for {@link getSedraArray} — index `0` of that array
261
+ * corresponds to this date.
205
262
  */
206
263
  getFirstSaturday() {
207
264
  return this.firstSaturday;
208
265
  }
266
+ /** Returns the Hebrew year this `Sedra` instance covers. */
209
267
  getYear() {
210
268
  return this.year;
211
269
  }
212
270
  /**
213
- * Returns an object describing the parsha on the first Saturday on or after `hd`
271
+ * Returns details about the parsha read on the first Saturday on or after
272
+ * `hd`. If `hd` is itself a Saturday, the reading for that date is
273
+ * returned; otherwise the reading for the upcoming Saturday is returned.
274
+ *
275
+ * If the given date falls in the final days of the Hebrew year (after
276
+ * the last reading of this year's schedule), this method transparently
277
+ * delegates to the next year's `Sedra`.
278
+ * @example
279
+ * import {Sedra, HDate, months} from '@hebcal/core';
280
+ * const sedra = new Sedra(5784, false);
281
+ * // A weekday — returns the upcoming Shabbat's reading
282
+ * const result = sedra.lookup(new HDate(13, months.CHESHVAN, 5784));
283
+ * console.log(result.parsha); // ['Lech-Lecha']
284
+ * console.log(result.chag); // false
285
+ * console.log(result.hdate.toString()); // '15 Cheshvan 5784' (Saturday)
214
286
  * @param hd Hebrew date or R.D. days
215
287
  */
216
288
  lookup(hd) {
@@ -467,10 +539,18 @@ types['1311'] = types['1221'];
467
539
  types['1721'] = types['170'];
468
540
  const sedraCache = new QuickLRU({ maxSize: 120 });
469
541
  /**
470
- * Convenience function to create an instance of `Sedra` or reuse a previously
471
- * created and cached instance.
472
- * @param hyear
473
- * @param il
542
+ * Convenience function to create an instance of {@link Sedra} or reuse a
543
+ * previously created and cached instance for the same year and schedule.
544
+ *
545
+ * Prefer this over `new Sedra(...)` when calling repeatedly — an internal
546
+ * LRU cache (~120 entries) avoids recomputing the keviyah-specific schedule.
547
+ * @example
548
+ * import {getSedra, HDate, months} from '@hebcal/core';
549
+ * const sedra = getSedra(5784, false);
550
+ * const {parsha} = sedra.lookup(new HDate(15, months.CHESHVAN, 5784));
551
+ * console.log(parsha); // ['Lech-Lecha']
552
+ * @param hyear Hebrew year
553
+ * @param il Use Israel sedra schedule (`false` for Diaspora)
474
554
  */
475
555
  export function getSedra(hyear, il) {
476
556
  const cacheKey = `${hyear}-${il ? 1 : 0}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hebcal/core",
3
- "version": "6.5.1",
3
+ "version": "6.5.3",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "contributors": [
6
6
  "Eyal Schachter (https://github.com/Scimonster)",
@@ -46,7 +46,8 @@
46
46
  },
47
47
  "homepage": "https://hebcal.github.io/api/core/",
48
48
  "files": [
49
- "dist"
49
+ "dist",
50
+ "po"
50
51
  ],
51
52
  "scripts": {
52
53
  "build:rollup": "rollup -c",
@@ -67,25 +68,28 @@
67
68
  "prepare": "npm run compile"
68
69
  },
69
70
  "license": "GPL-2.0",
71
+ "overrides": {
72
+ "tmp": "^0.2.6"
73
+ },
70
74
  "devDependencies": {
71
75
  "@rollup/plugin-json": "^6.1.0",
72
76
  "@rollup/plugin-node-resolve": "^16.0.3",
73
77
  "@rollup/plugin-terser": "^1.0.0",
74
78
  "@rollup/plugin-typescript": "^12.3.0",
75
- "@types/node": "^25.8.0",
76
- "@vitest/coverage-v8": "^4.1.6",
79
+ "@types/node": "^25.9.2",
80
+ "@vitest/coverage-v8": "^4.1.8",
77
81
  "gettext-parser": "^9.0.2",
78
82
  "gts": "^7.0.0",
79
83
  "pretty-bytes": "^7.1.0",
80
- "rollup": "^4.60.4",
84
+ "rollup": "^4.61.1",
81
85
  "rollup-plugin-bundle-size": "^1.0.3",
82
86
  "rollup-plugin-visualizer": "^7.0.1",
83
87
  "typedoc": "^0.28.19",
84
88
  "typescript": "^6.0.3",
85
- "vitest": "^4.1.6"
89
+ "vitest": "^4.1.8"
86
90
  },
87
91
  "dependencies": {
88
- "@hebcal/hdate": "^0.22.2",
92
+ "@hebcal/hdate": "^0.22.3",
89
93
  "@hebcal/noaa": "^0.11.0",
90
94
  "quick-lru": "^7.3.0",
91
95
  "temporal-polyfill": "^0.3.2"
@@ -0,0 +1,240 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR Danny Sadinoff
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hebcal 4.2\n"
9
+ "Report-Msgid-Bugs-To: hebcal-bugs@sadinoff.com\n"
10
+ "POT-Creation-Date: 2015-12-30 14:54-0500\n"
11
+ "PO-Revision-Date: 2020-05-03 11:18-0800\n"
12
+ "Language: en_CA@ashkenazi\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=utf-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Last-Translator: \n"
17
+ "Language-Team: \n"
18
+ "X-Generator: Poedit 1.8.6\n"
19
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
+
21
+ #: ../dafyomi.c:27
22
+ msgid "Shabbat"
23
+ msgstr "Shabbos"
24
+
25
+ msgid "Achrei Mot"
26
+ msgstr "Achrei Mos"
27
+
28
+ msgid "Bechukotai"
29
+ msgstr "Bechukosai"
30
+
31
+ msgid "Beha'alotcha"
32
+ msgstr "Beha’aloscha"
33
+
34
+ msgid "Bereshit"
35
+ msgstr "Bereshis"
36
+
37
+ msgid "Chukat"
38
+ msgstr "Chukas"
39
+
40
+ msgid "Erev Shavuot"
41
+ msgstr "Erev Shavuos"
42
+
43
+ msgid "Erev Sukkot"
44
+ msgstr "Erev Sukkos"
45
+
46
+ msgid "Ki Tavo"
47
+ msgstr "Ki Savo"
48
+
49
+ msgid "Ki Teitzei"
50
+ msgstr "Ki Seitzei"
51
+
52
+ msgid "Ki Tisa"
53
+ msgstr "Ki Sisa"
54
+
55
+ msgid "Matot"
56
+ msgstr "Matos"
57
+
58
+ msgid "Pesach Shabbat Chol ha-Moed"
59
+ msgstr "Pesach Shabbos Chol ha-Moed"
60
+
61
+ msgid "Purim Katan"
62
+ msgstr "Purim Koton"
63
+
64
+ msgid "Rosh Hashana LaBehemot"
65
+ msgstr "Rosh Hashana LaBeheimos"
66
+
67
+ msgid "Shabbat Chazon"
68
+ msgstr "Shabbos Chazon"
69
+
70
+ msgid "Shabbat HaChodesh"
71
+ msgstr "Shabbos HaChodesh"
72
+
73
+ msgid "Shabbat HaGadol"
74
+ msgstr "Shabbos HaGadol"
75
+
76
+ msgid "Shabbat Nachamu"
77
+ msgstr "Shabbos Nachamu"
78
+
79
+ msgid "Shabbat Parah"
80
+ msgstr "Shabbos Parah"
81
+
82
+ msgid "Shabbat Shekalim"
83
+ msgstr "Shabbos Shekalim"
84
+
85
+ msgid "Shabbat Shuva"
86
+ msgstr "Shabbos Shuvah"
87
+
88
+ msgid "Shabbat Zachor"
89
+ msgstr "Shabbos Zachor"
90
+
91
+ msgid "Shavuot"
92
+ msgstr "Shavuos"
93
+
94
+ msgid "Shavuot I"
95
+ msgstr "Shavuos I"
96
+
97
+ msgid "Shavuot II"
98
+ msgstr "Shavuos II"
99
+
100
+ msgid "Shemot"
101
+ msgstr "Shemos"
102
+
103
+ msgid "Shmini Atzeret"
104
+ msgstr "Shmini Atzeres"
105
+
106
+ msgid "Simchat Torah"
107
+ msgstr "Simchas Torah"
108
+
109
+ msgid "Sukkot"
110
+ msgstr "Sukkos"
111
+
112
+ msgid "Sukkot I"
113
+ msgstr "Sukkos I"
114
+
115
+ msgid "Sukkot II"
116
+ msgstr "Sukkos II"
117
+
118
+ msgid "Sukkot II (CH''M)"
119
+ msgstr "Sukkos II (CH’’M)"
120
+
121
+ msgid "Sukkot III (CH''M)"
122
+ msgstr "Sukkos III (CH’’M)"
123
+
124
+ msgid "Sukkot IV (CH''M)"
125
+ msgstr "Sukkos IV (CH’’M)"
126
+
127
+ msgid "Sukkot V (CH''M)"
128
+ msgstr "Sukkos V (CH’’M)"
129
+
130
+ msgid "Sukkot VI (CH''M)"
131
+ msgstr "Sukkos VI (CH’’M)"
132
+
133
+ msgid "Sukkot VII (Hoshana Raba)"
134
+ msgstr "Sukkos VII (Hoshana Raba)"
135
+
136
+ msgid "Sukkot Shabbat Chol ha-Moed"
137
+ msgstr "Sukkos Shabbos Chol ha-Moed"
138
+
139
+ msgid "Ta'anit Bechorot"
140
+ msgstr "Ta’anis Bechoros"
141
+
142
+ msgid "Ta'anit BeHaB"
143
+ msgstr "Ta’anis BeHaB"
144
+
145
+ msgid "Ta'anit Esther"
146
+ msgstr "Ta’anis Esther"
147
+
148
+ msgid "Toldot"
149
+ msgstr "Toldos"
150
+
151
+ msgid "Vaetchanan"
152
+ msgstr "Vaeschanan"
153
+
154
+ msgid "Yitro"
155
+ msgstr "Yisro"
156
+
157
+ msgid "Vezot Haberakhah"
158
+ msgstr "Vezos Haberakhah"
159
+
160
+ msgid "Parashat"
161
+ msgstr "Parshas"
162
+
163
+ msgid "Leil Selichot"
164
+ msgstr "Leil Selichos"
165
+
166
+ msgid "Shabbat Mevarchim Chodesh"
167
+ msgstr "Shabbos Mevorchim Chodesh"
168
+
169
+ msgid "Shabbat Shirah"
170
+ msgstr "Shabbos Shirah"
171
+
172
+ msgid "Asara B'Tevet"
173
+ msgstr "Asara B’Teves"
174
+
175
+ msgid "Birkat Hachamah"
176
+ msgstr "Birkas HaChamah"
177
+
178
+ msgid "Birkat HaChamah"
179
+ msgstr "Birkas HaChamah"
180
+
181
+ msgid "Shushan Purim Katan"
182
+ msgstr "Shushan Purim Koton"
183
+
184
+ # hebcal/hebcal zmanim (unused by hebcal/hebcal-es6)
185
+ msgid "Alot HaShachar"
186
+ msgstr "Alos HaShachar"
187
+
188
+ msgid "Misheyakir"
189
+ msgstr "Misheyakir"
190
+
191
+ msgid "Misheyakir Machmir"
192
+ msgstr "Misheyakir Machmir"
193
+
194
+ msgid "Sunrise"
195
+ msgstr "Sunrise"
196
+
197
+ msgid "Kriat Shema, sof zeman"
198
+ msgstr "Krias Shema, sof zman"
199
+
200
+ msgid "Tefilah, sof zeman"
201
+ msgstr "Tefilah, sof zman"
202
+
203
+ msgid "Kriat Shema, sof zeman (MGA)"
204
+ msgstr "Krias Shema, sof zman (MGA)"
205
+
206
+ msgid "Kriat Shema, sof zeman (GRA)"
207
+ msgstr "Krias Shema, sof zman (GRA)"
208
+
209
+ msgid "Tefilah, sof zeman (MGA)"
210
+ msgstr "Tefilah, sof zman (MGA)"
211
+
212
+ msgid "Tefilah, sof zeman (GRA)"
213
+ msgstr "Tefilah, sof zman (GRA)"
214
+
215
+ msgid "Chatzot HaLailah"
216
+ msgstr "Chatzos HaLailah"
217
+
218
+ msgid "Chatzot HaYom"
219
+ msgstr "Chatzos"
220
+
221
+ msgid "Chatzot hayom"
222
+ msgstr "Chatzos"
223
+
224
+ msgid "Mincha Gedolah"
225
+ msgstr "Mincha Gedolah"
226
+
227
+ msgid "Mincha Ketanah"
228
+ msgstr "Mincha Ketanah"
229
+
230
+ msgid "Plag HaMincha"
231
+ msgstr "Plag HaMincha"
232
+
233
+ msgid "Sunset"
234
+ msgstr "Sunset"
235
+
236
+ msgid "Bein HaShemashot"
237
+ msgstr "Bein HaShemashos"
238
+
239
+ msgid "Tzeit HaKochavim"
240
+ msgstr "Tzeis HaKochavim"
@@ -0,0 +1,58 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "Language: he-x-NoNikud\n"
7
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
8
+
9
+ msgid "Korach"
10
+ msgstr "קורח"
11
+
12
+ msgid "Chukat"
13
+ msgstr "חוקת"
14
+
15
+ msgid "Erev Yom Kippur"
16
+ msgstr "ערב יום כיפור"
17
+
18
+ msgid "Yom Kippur"
19
+ msgstr "יום כיפור"
20
+
21
+ msgid "Yom Kippur Katan"
22
+ msgstr "יום כיפור קטן"
23
+
24
+ msgid "Pesach Shabbat Chol ha-Moed"
25
+ msgstr "פסח שבת חול המועד"
26
+
27
+ msgid "Sukkot Shabbat Chol ha-Moed"
28
+ msgstr "סוכות שבת חול המועד"
29
+
30
+ msgid "Erev Sukkot"
31
+ msgstr "ערב סוכות"
32
+
33
+ msgid "Sukkot"
34
+ msgstr "סוכות"
35
+
36
+ msgid "Sukkot I"
37
+ msgstr "סוכות א׳"
38
+
39
+ msgid "Sukkot II"
40
+ msgstr "סוכות ב׳"
41
+
42
+ msgid "Sukkot II (CH''M)"
43
+ msgstr "סוכות ב׳ (חוה״מ)"
44
+
45
+ msgid "Sukkot III (CH''M)"
46
+ msgstr "סוכות ג׳ (חוה״מ)"
47
+
48
+ msgid "Sukkot IV (CH''M)"
49
+ msgstr "סוכות ד׳ (חוה״מ)"
50
+
51
+ msgid "Sukkot V (CH''M)"
52
+ msgstr "סוכות ה׳ (חוה״מ)"
53
+
54
+ msgid "Sukkot VI (CH''M)"
55
+ msgstr "סוכות ו׳ (חוה״מ)"
56
+
57
+ msgid "Sukkot VII (Hoshana Raba)"
58
+ msgstr "סוכות ז׳ (הושענא רבה)"