@ui5/webcomponents-localization 0.0.0-d010d8832 → 0.0.0-d473b9686

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 (166) hide show
  1. package/.eslintignore +2 -1
  2. package/CHANGELOG.md +843 -0
  3. package/README.md +2 -1
  4. package/dist/.tsbuildinfo +1 -0
  5. package/dist/dates/CalendarDate.d.ts +2 -2
  6. package/dist/dates/CalendarDate.js.map +1 -1
  7. package/dist/dates/ExtremeDates.d.ts +2 -2
  8. package/dist/dates/ExtremeDates.js.map +1 -1
  9. package/dist/dates/UniversalDate.d.ts +1 -1
  10. package/dist/dates/UniversalDate.js.map +1 -1
  11. package/dist/dates/calculateWeekNumber.d.ts +2 -1
  12. package/dist/dates/calculateWeekNumber.js +6 -6
  13. package/dist/dates/calculateWeekNumber.js.map +1 -1
  14. package/dist/dates/convertMonthNumbersToMonthNames.d.ts +1 -1
  15. package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -1
  16. package/dist/dates/getTodayUTCTimestamp.d.ts +1 -1
  17. package/dist/dates/getTodayUTCTimestamp.js.map +1 -1
  18. package/dist/dates/modifyDateBy.d.ts +2 -1
  19. package/dist/dates/modifyDateBy.js +34 -19
  20. package/dist/dates/modifyDateBy.js.map +1 -1
  21. package/dist/dates/transformDateToSecondaryType.d.ts +1 -1
  22. package/dist/dates/transformDateToSecondaryType.js.map +1 -1
  23. package/dist/generated/assets/cldr/ar.json +2812 -57
  24. package/dist/generated/assets/cldr/ar_EG.json +2812 -57
  25. package/dist/generated/assets/cldr/ar_SA.json +2812 -57
  26. package/dist/generated/assets/cldr/bg.json +2057 -299
  27. package/dist/generated/assets/cldr/ca.json +2189 -391
  28. package/dist/generated/assets/cldr/cnr.json +4667 -0
  29. package/dist/generated/assets/cldr/cs.json +2673 -322
  30. package/dist/generated/assets/cldr/cy.json +2949 -267
  31. package/dist/generated/assets/cldr/da.json +2000 -226
  32. package/dist/generated/assets/cldr/de.json +2046 -240
  33. package/dist/generated/assets/cldr/de_AT.json +2047 -240
  34. package/dist/generated/assets/cldr/de_CH.json +2044 -239
  35. package/dist/generated/assets/cldr/el.json +1813 -99
  36. package/dist/generated/assets/cldr/el_CY.json +1813 -99
  37. package/dist/generated/assets/cldr/en.json +2246 -487
  38. package/dist/generated/assets/cldr/en_AU.json +2273 -483
  39. package/dist/generated/assets/cldr/en_GB.json +2205 -416
  40. package/dist/generated/assets/cldr/en_HK.json +2235 -446
  41. package/dist/generated/assets/cldr/en_IE.json +2201 -412
  42. package/dist/generated/assets/cldr/en_IN.json +2204 -414
  43. package/dist/generated/assets/cldr/en_NZ.json +2221 -432
  44. package/dist/generated/assets/cldr/en_PG.json +2222 -432
  45. package/dist/generated/assets/cldr/en_SG.json +2222 -432
  46. package/dist/generated/assets/cldr/en_ZA.json +2202 -412
  47. package/dist/generated/assets/cldr/es.json +2399 -455
  48. package/dist/generated/assets/cldr/es_AR.json +2351 -409
  49. package/dist/generated/assets/cldr/es_BO.json +2384 -443
  50. package/dist/generated/assets/cldr/es_CL.json +2231 -397
  51. package/dist/generated/assets/cldr/es_CO.json +2149 -314
  52. package/dist/generated/assets/cldr/es_MX.json +2377 -434
  53. package/dist/generated/assets/cldr/es_PE.json +2096 -371
  54. package/dist/generated/assets/cldr/es_UY.json +2098 -371
  55. package/dist/generated/assets/cldr/es_VE.json +2117 -391
  56. package/dist/generated/assets/cldr/et.json +2080 -306
  57. package/dist/generated/assets/cldr/fa.json +1829 -18
  58. package/dist/generated/assets/cldr/fi.json +2095 -307
  59. package/dist/generated/assets/cldr/fr.json +2096 -303
  60. package/dist/generated/assets/cldr/fr_BE.json +2096 -303
  61. package/dist/generated/assets/cldr/fr_CA.json +2150 -378
  62. package/dist/generated/assets/cldr/fr_CH.json +2050 -256
  63. package/dist/generated/assets/cldr/fr_LU.json +2096 -303
  64. package/dist/generated/assets/cldr/he.json +2286 -17
  65. package/dist/generated/assets/cldr/hi.json +1756 -13
  66. package/dist/generated/assets/cldr/hr.json +2397 -409
  67. package/dist/generated/assets/cldr/hu.json +2011 -194
  68. package/dist/generated/assets/cldr/id.json +1981 -393
  69. package/dist/generated/assets/cldr/it.json +2115 -350
  70. package/dist/generated/assets/cldr/it_CH.json +2115 -350
  71. package/dist/generated/assets/cldr/ja.json +1591 -3
  72. package/dist/generated/assets/cldr/kk.json +2240 -326
  73. package/dist/generated/assets/cldr/ko.json +1571 -2
  74. package/dist/generated/assets/cldr/lt.json +2449 -230
  75. package/dist/generated/assets/cldr/lv.json +2126 -119
  76. package/dist/generated/assets/cldr/mk.json +4408 -0
  77. package/dist/generated/assets/cldr/ms.json +1930 -375
  78. package/dist/generated/assets/cldr/nb.json +1872 -90
  79. package/dist/generated/assets/cldr/nl.json +2311 -370
  80. package/dist/generated/assets/cldr/nl_BE.json +2311 -370
  81. package/dist/generated/assets/cldr/pl.json +2533 -278
  82. package/dist/generated/assets/cldr/pt.json +2320 -330
  83. package/dist/generated/assets/cldr/pt_PT.json +2443 -453
  84. package/dist/generated/assets/cldr/ro.json +2321 -333
  85. package/dist/generated/assets/cldr/ru.json +2520 -277
  86. package/dist/generated/assets/cldr/ru_UA.json +2515 -272
  87. package/dist/generated/assets/cldr/sk.json +2666 -412
  88. package/dist/generated/assets/cldr/sl.json +2339 -79
  89. package/dist/generated/assets/cldr/sr.json +2215 -141
  90. package/dist/generated/assets/cldr/sr_Latn.json +2455 -399
  91. package/dist/generated/assets/cldr/sv.json +2070 -295
  92. package/dist/generated/assets/cldr/th.json +1622 -23
  93. package/dist/generated/assets/cldr/tr.json +2158 -319
  94. package/dist/generated/assets/cldr/uk.json +2495 -271
  95. package/dist/generated/assets/cldr/vi.json +1866 -327
  96. package/dist/generated/assets/cldr/zh_CN.json +1572 -3
  97. package/dist/generated/assets/cldr/zh_HK.json +1571 -2
  98. package/dist/generated/assets/cldr/zh_SG.json +1572 -2
  99. package/dist/generated/assets/cldr/zh_TW.json +1595 -27
  100. package/dist/generated/json-imports/LocaleData.d.ts +1 -0
  101. package/dist/generated/json-imports/LocaleData.js +89 -89
  102. package/dist/generated/json-imports/LocaleData.js.map +1 -0
  103. package/dist/sap/base/Event.js +59 -0
  104. package/dist/sap/base/Eventing.js +146 -0
  105. package/dist/sap/base/Log.js +2 -239
  106. package/dist/sap/base/assert.js +28 -1
  107. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  108. package/dist/sap/base/config.js +17 -0
  109. package/dist/sap/base/i18n/Formatting.js +1130 -0
  110. package/dist/sap/base/i18n/LanguageTag.js +173 -0
  111. package/dist/sap/base/i18n/Localization.d.ts +4 -0
  112. package/dist/sap/base/i18n/Localization.js +12 -0
  113. package/dist/sap/base/i18n/Localization.js.map +1 -0
  114. package/dist/sap/base/i18n/date/CalendarType.js +43 -0
  115. package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +105 -0
  116. package/dist/sap/base/i18n/date/TimezoneUtils.js +319 -0
  117. package/dist/sap/base/strings/camelize.js +30 -0
  118. package/dist/sap/base/strings/formatMessage.js +88 -15
  119. package/dist/sap/base/util/ObjectPath.d.ts +4 -0
  120. package/dist/sap/base/util/ObjectPath.js +4 -33
  121. package/dist/sap/base/util/ObjectPath.js.map +1 -0
  122. package/dist/sap/base/util/Version.js +157 -0
  123. package/dist/sap/base/util/_merge.js +83 -26
  124. package/dist/sap/base/util/array/uniqueSort.js +37 -15
  125. package/dist/sap/base/util/deepClone.js +102 -0
  126. package/dist/sap/base/util/deepEqual.js +75 -51
  127. package/dist/sap/base/util/extend.js +58 -7
  128. package/dist/sap/base/util/isEmptyObject.js +34 -0
  129. package/dist/sap/base/util/isPlainObject.js +35 -1
  130. package/dist/sap/base/util/now.js +24 -3
  131. package/dist/sap/base/util/resolveReference.js +3 -0
  132. package/dist/sap/base/util/uid.js +27 -0
  133. package/dist/sap/ui/base/DataType.js +657 -0
  134. package/dist/sap/ui/base/Interface.js +47 -1
  135. package/dist/sap/ui/base/Metadata.js +435 -171
  136. package/dist/sap/ui/base/Object.js +284 -48
  137. package/dist/sap/ui/core/CalendarType.js +24 -8
  138. package/dist/sap/ui/core/Configuration.d.ts +1 -0
  139. package/dist/sap/ui/core/Configuration.js +2 -0
  140. package/dist/sap/ui/core/Configuration.js.map +1 -1
  141. package/dist/sap/ui/core/Core.d.ts +1 -0
  142. package/dist/sap/ui/core/Locale.js +190 -155
  143. package/dist/sap/ui/core/LocaleData.js +2659 -1351
  144. package/dist/sap/ui/core/Supportability.js +5 -0
  145. package/dist/sap/ui/core/Theming.js +539 -0
  146. package/dist/sap/ui/core/date/Buddhist.js +162 -87
  147. package/dist/sap/ui/core/date/CalendarUtils.js +61 -32
  148. package/dist/sap/ui/core/date/CalendarWeekNumbering.js +30 -7
  149. package/dist/sap/ui/core/date/Gregorian.js +25 -10
  150. package/dist/sap/ui/core/date/Islamic.js +298 -185
  151. package/dist/sap/ui/core/date/Japanese.js +210 -115
  152. package/dist/sap/ui/core/date/Persian.js +324 -195
  153. package/dist/sap/ui/core/date/UI5Date.js +923 -237
  154. package/dist/sap/ui/core/date/UniversalDate.js +1238 -256
  155. package/dist/sap/ui/core/date/_Calendars.js +10 -1
  156. package/dist/sap/ui/core/format/DateFormat.js +3171 -2111
  157. package/dist/sap/ui/core/format/TimezoneUtil.js +24 -89
  158. package/package-scripts.cjs +11 -20
  159. package/package.json +13 -7
  160. package/tsconfig.json +11 -1
  161. package/used-modules.txt +24 -1
  162. package/dist/Assets-static.d.ts +0 -1
  163. package/dist/Assets-static.js +0 -3
  164. package/dist/Assets-static.js.map +0 -1
  165. package/dist/generated/json-imports/LocaleData-static.js +0 -90
  166. package/dist/sap/ui/Device.js +0 -5
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "__license": "This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",
3
- "__version": "41.0.0",
4
- "__buildtime": "2022-12-19T09:41:25.319Z",
3
+ "__version": "43.0.0",
4
+ "__buildtime": "2023-09-28T11:39:07.908Z",
5
5
  "orientation": "right-to-left",
6
6
  "ca-gregorian": {
7
7
  "dateFormats": {
@@ -17,8 +17,8 @@
17
17
  "short": "H:mm"
18
18
  },
19
19
  "dateTimeFormats": {
20
- "full": "{1} בשעה {0}",
21
- "long": "{1} בשעה {0}",
20
+ "full": "{1}, {0}",
21
+ "long": "{1}, {0}",
22
22
  "medium": "{1}, {0}",
23
23
  "short": "{1}, {0}",
24
24
  "availableFormats": {
@@ -398,6 +398,48 @@
398
398
  ]
399
399
  }
400
400
  },
401
+ "quarters": {
402
+ "format": {
403
+ "abbreviated": [
404
+ "Q1",
405
+ "Q2",
406
+ "Q3",
407
+ "Q4"
408
+ ],
409
+ "narrow": [
410
+ "1",
411
+ "2",
412
+ "3",
413
+ "4"
414
+ ],
415
+ "wide": [
416
+ "רבעון 1",
417
+ "רבעון 2",
418
+ "רבעון 3",
419
+ "רבעון 4"
420
+ ]
421
+ },
422
+ "stand-alone": {
423
+ "abbreviated": [
424
+ "Q1",
425
+ "Q2",
426
+ "Q3",
427
+ "Q4"
428
+ ],
429
+ "narrow": [
430
+ "1",
431
+ "2",
432
+ "3",
433
+ "4"
434
+ ],
435
+ "wide": [
436
+ "רבעון 1",
437
+ "רבעון 2",
438
+ "רבעון 3",
439
+ "רבעון 4"
440
+ ]
441
+ }
442
+ },
401
443
  "dayPeriods": {
402
444
  "format": {
403
445
  "abbreviated": [
@@ -428,6 +470,66 @@
428
470
  ]
429
471
  }
430
472
  },
473
+ "flexibleDayPeriods": {
474
+ "format": {
475
+ "abbreviated": {
476
+ "midnight": "חצות",
477
+ "morning1": "בוקר",
478
+ "afternoon1": "צהריים",
479
+ "afternoon2": "אחר הצהריים",
480
+ "evening1": "ערב",
481
+ "night1": "לילה",
482
+ "night2": "לפנות בוקר"
483
+ },
484
+ "narrow": {
485
+ "midnight": "חצות",
486
+ "morning1": "בבוקר",
487
+ "afternoon1": "בצהריים",
488
+ "afternoon2": "אחה״צ",
489
+ "evening1": "בערב",
490
+ "night1": "בלילה",
491
+ "night2": "לפנות בוקר"
492
+ },
493
+ "wide": {
494
+ "midnight": "חצות",
495
+ "morning1": "בבוקר",
496
+ "afternoon1": "בצהריים",
497
+ "afternoon2": "אחר הצהריים",
498
+ "evening1": "בערב",
499
+ "night1": "בלילה",
500
+ "night2": "לפנות בוקר"
501
+ }
502
+ },
503
+ "stand-alone": {
504
+ "abbreviated": {
505
+ "midnight": "חצות",
506
+ "morning1": "בוקר",
507
+ "afternoon1": "צהריים",
508
+ "afternoon2": "אחה״צ",
509
+ "evening1": "ערב",
510
+ "night1": "לילה",
511
+ "night2": "לפנות בוקר"
512
+ },
513
+ "narrow": {
514
+ "midnight": "חצות",
515
+ "morning1": "בוקר",
516
+ "afternoon1": "צהריים",
517
+ "afternoon2": "אחה״צ",
518
+ "evening1": "ערב",
519
+ "night1": "לילה",
520
+ "night2": "לפנות בוקר"
521
+ },
522
+ "wide": {
523
+ "midnight": "חצות",
524
+ "morning1": "בוקר",
525
+ "afternoon1": "צהריים",
526
+ "afternoon2": "אחר הצהריים",
527
+ "evening1": "ערב",
528
+ "night1": "לילה",
529
+ "night2": "לפנות בוקר"
530
+ }
531
+ }
532
+ },
431
533
  "era-wide": {
432
534
  "0": "לפני הספירה",
433
535
  "1": "לספירה"
@@ -455,8 +557,8 @@
455
557
  "short": "H:mm"
456
558
  },
457
559
  "dateTimeFormats": {
458
- "full": "{1} בשעה {0}",
459
- "long": "{1} בשעה {0}",
560
+ "full": "{1}, {0}",
561
+ "long": "{1}, {0}",
460
562
  "medium": "{1}, {0}",
461
563
  "short": "{1}, {0}",
462
564
  "availableFormats": {
@@ -831,6 +933,48 @@
831
933
  ]
832
934
  }
833
935
  },
936
+ "quarters": {
937
+ "format": {
938
+ "abbreviated": [
939
+ "Q1",
940
+ "Q2",
941
+ "Q3",
942
+ "Q4"
943
+ ],
944
+ "narrow": [
945
+ "1",
946
+ "2",
947
+ "3",
948
+ "4"
949
+ ],
950
+ "wide": [
951
+ "רבעון 1",
952
+ "רבעון 2",
953
+ "רבעון 3",
954
+ "רבעון 4"
955
+ ]
956
+ },
957
+ "stand-alone": {
958
+ "abbreviated": [
959
+ "Q1",
960
+ "Q2",
961
+ "Q3",
962
+ "Q4"
963
+ ],
964
+ "narrow": [
965
+ "1",
966
+ "2",
967
+ "3",
968
+ "4"
969
+ ],
970
+ "wide": [
971
+ "רבעון 1",
972
+ "רבעון 2",
973
+ "רבעון 3",
974
+ "רבעון 4"
975
+ ]
976
+ }
977
+ },
834
978
  "dayPeriods": {
835
979
  "format": {
836
980
  "abbreviated": [
@@ -861,14 +1005,74 @@
861
1005
  ]
862
1006
  }
863
1007
  },
1008
+ "flexibleDayPeriods": {
1009
+ "format": {
1010
+ "abbreviated": {
1011
+ "midnight": "חצות",
1012
+ "morning1": "בוקר",
1013
+ "afternoon1": "צהריים",
1014
+ "afternoon2": "אחר הצהריים",
1015
+ "evening1": "ערב",
1016
+ "night1": "לילה",
1017
+ "night2": "לפנות בוקר"
1018
+ },
1019
+ "narrow": {
1020
+ "midnight": "חצות",
1021
+ "morning1": "בבוקר",
1022
+ "afternoon1": "בצהריים",
1023
+ "afternoon2": "אחה״צ",
1024
+ "evening1": "בערב",
1025
+ "night1": "בלילה",
1026
+ "night2": "לפנות בוקר"
1027
+ },
1028
+ "wide": {
1029
+ "midnight": "חצות",
1030
+ "morning1": "בבוקר",
1031
+ "afternoon1": "בצהריים",
1032
+ "afternoon2": "אחר הצהריים",
1033
+ "evening1": "בערב",
1034
+ "night1": "בלילה",
1035
+ "night2": "לפנות בוקר"
1036
+ }
1037
+ },
1038
+ "stand-alone": {
1039
+ "abbreviated": {
1040
+ "midnight": "חצות",
1041
+ "morning1": "בוקר",
1042
+ "afternoon1": "צהריים",
1043
+ "afternoon2": "אחה״צ",
1044
+ "evening1": "ערב",
1045
+ "night1": "לילה",
1046
+ "night2": "לפנות בוקר"
1047
+ },
1048
+ "narrow": {
1049
+ "midnight": "חצות",
1050
+ "morning1": "בוקר",
1051
+ "afternoon1": "צהריים",
1052
+ "afternoon2": "אחה״צ",
1053
+ "evening1": "ערב",
1054
+ "night1": "לילה",
1055
+ "night2": "לפנות בוקר"
1056
+ },
1057
+ "wide": {
1058
+ "midnight": "חצות",
1059
+ "morning1": "בוקר",
1060
+ "afternoon1": "צהריים",
1061
+ "afternoon2": "אחר הצהריים",
1062
+ "evening1": "ערב",
1063
+ "night1": "לילה",
1064
+ "night2": "לפנות בוקר"
1065
+ }
1066
+ }
1067
+ },
864
1068
  "era-wide": {
865
1069
  "0": "שנת היג׳רה"
866
1070
  },
867
1071
  "era-abbreviated": {
868
- "0": "שנת היג׳רה"
1072
+ "0": "הג׳רה"
869
1073
  },
870
1074
  "era-narrow": {
871
- "0": "שנת היג׳רה"
1075
+ "0": "הג׳רה"
872
1076
  }
873
1077
  },
874
1078
  "ca-japanese": {
@@ -885,8 +1089,8 @@
885
1089
  "short": "H:mm"
886
1090
  },
887
1091
  "dateTimeFormats": {
888
- "full": "{1} בשעה {0}",
889
- "long": "{1} בשעה {0}",
1092
+ "full": "{1}, {0}",
1093
+ "long": "{1}, {0}",
890
1094
  "medium": "{1}, {0}",
891
1095
  "short": "{1}, {0}",
892
1096
  "availableFormats": {
@@ -1261,6 +1465,48 @@
1261
1465
  ]
1262
1466
  }
1263
1467
  },
1468
+ "quarters": {
1469
+ "format": {
1470
+ "abbreviated": [
1471
+ "Q1",
1472
+ "Q2",
1473
+ "Q3",
1474
+ "Q4"
1475
+ ],
1476
+ "narrow": [
1477
+ "1",
1478
+ "2",
1479
+ "3",
1480
+ "4"
1481
+ ],
1482
+ "wide": [
1483
+ "רבעון 1",
1484
+ "רבעון 2",
1485
+ "רבעון 3",
1486
+ "רבעון 4"
1487
+ ]
1488
+ },
1489
+ "stand-alone": {
1490
+ "abbreviated": [
1491
+ "Q1",
1492
+ "Q2",
1493
+ "Q3",
1494
+ "Q4"
1495
+ ],
1496
+ "narrow": [
1497
+ "1",
1498
+ "2",
1499
+ "3",
1500
+ "4"
1501
+ ],
1502
+ "wide": [
1503
+ "רבעון 1",
1504
+ "רבעון 2",
1505
+ "רבעון 3",
1506
+ "רבעון 4"
1507
+ ]
1508
+ }
1509
+ },
1264
1510
  "dayPeriods": {
1265
1511
  "format": {
1266
1512
  "abbreviated": [
@@ -1291,6 +1537,66 @@
1291
1537
  ]
1292
1538
  }
1293
1539
  },
1540
+ "flexibleDayPeriods": {
1541
+ "format": {
1542
+ "abbreviated": {
1543
+ "midnight": "חצות",
1544
+ "morning1": "בוקר",
1545
+ "afternoon1": "צהריים",
1546
+ "afternoon2": "אחר הצהריים",
1547
+ "evening1": "ערב",
1548
+ "night1": "לילה",
1549
+ "night2": "לפנות בוקר"
1550
+ },
1551
+ "narrow": {
1552
+ "midnight": "חצות",
1553
+ "morning1": "בבוקר",
1554
+ "afternoon1": "בצהריים",
1555
+ "afternoon2": "אחה״צ",
1556
+ "evening1": "בערב",
1557
+ "night1": "בלילה",
1558
+ "night2": "לפנות בוקר"
1559
+ },
1560
+ "wide": {
1561
+ "midnight": "חצות",
1562
+ "morning1": "בבוקר",
1563
+ "afternoon1": "בצהריים",
1564
+ "afternoon2": "אחר הצהריים",
1565
+ "evening1": "בערב",
1566
+ "night1": "בלילה",
1567
+ "night2": "לפנות בוקר"
1568
+ }
1569
+ },
1570
+ "stand-alone": {
1571
+ "abbreviated": {
1572
+ "midnight": "חצות",
1573
+ "morning1": "בוקר",
1574
+ "afternoon1": "צהריים",
1575
+ "afternoon2": "אחה״צ",
1576
+ "evening1": "ערב",
1577
+ "night1": "לילה",
1578
+ "night2": "לפנות בוקר"
1579
+ },
1580
+ "narrow": {
1581
+ "midnight": "חצות",
1582
+ "morning1": "בוקר",
1583
+ "afternoon1": "צהריים",
1584
+ "afternoon2": "אחה״צ",
1585
+ "evening1": "ערב",
1586
+ "night1": "לילה",
1587
+ "night2": "לפנות בוקר"
1588
+ },
1589
+ "wide": {
1590
+ "midnight": "חצות",
1591
+ "morning1": "בוקר",
1592
+ "afternoon1": "צהריים",
1593
+ "afternoon2": "אחר הצהריים",
1594
+ "evening1": "ערב",
1595
+ "night1": "לילה",
1596
+ "night2": "לפנות בוקר"
1597
+ }
1598
+ }
1599
+ },
1294
1600
  "era-wide": {
1295
1601
  "232": "Meiji",
1296
1602
  "233": "Taishō",
@@ -1327,8 +1633,8 @@
1327
1633
  "short": "H:mm"
1328
1634
  },
1329
1635
  "dateTimeFormats": {
1330
- "full": "{1} בשעה {0}",
1331
- "long": "{1} בשעה {0}",
1636
+ "full": "{1}, {0}",
1637
+ "long": "{1}, {0}",
1332
1638
  "medium": "{1}, {0}",
1333
1639
  "short": "{1}, {0}",
1334
1640
  "availableFormats": {
@@ -1703,6 +2009,48 @@
1703
2009
  ]
1704
2010
  }
1705
2011
  },
2012
+ "quarters": {
2013
+ "format": {
2014
+ "abbreviated": [
2015
+ "Q1",
2016
+ "Q2",
2017
+ "Q3",
2018
+ "Q4"
2019
+ ],
2020
+ "narrow": [
2021
+ "1",
2022
+ "2",
2023
+ "3",
2024
+ "4"
2025
+ ],
2026
+ "wide": [
2027
+ "רבעון 1",
2028
+ "רבעון 2",
2029
+ "רבעון 3",
2030
+ "רבעון 4"
2031
+ ]
2032
+ },
2033
+ "stand-alone": {
2034
+ "abbreviated": [
2035
+ "Q1",
2036
+ "Q2",
2037
+ "Q3",
2038
+ "Q4"
2039
+ ],
2040
+ "narrow": [
2041
+ "1",
2042
+ "2",
2043
+ "3",
2044
+ "4"
2045
+ ],
2046
+ "wide": [
2047
+ "רבעון 1",
2048
+ "רבעון 2",
2049
+ "רבעון 3",
2050
+ "רבעון 4"
2051
+ ]
2052
+ }
2053
+ },
1706
2054
  "dayPeriods": {
1707
2055
  "format": {
1708
2056
  "abbreviated": [
@@ -1733,6 +2081,66 @@
1733
2081
  ]
1734
2082
  }
1735
2083
  },
2084
+ "flexibleDayPeriods": {
2085
+ "format": {
2086
+ "abbreviated": {
2087
+ "midnight": "חצות",
2088
+ "morning1": "בוקר",
2089
+ "afternoon1": "צהריים",
2090
+ "afternoon2": "אחר הצהריים",
2091
+ "evening1": "ערב",
2092
+ "night1": "לילה",
2093
+ "night2": "לפנות בוקר"
2094
+ },
2095
+ "narrow": {
2096
+ "midnight": "חצות",
2097
+ "morning1": "בבוקר",
2098
+ "afternoon1": "בצהריים",
2099
+ "afternoon2": "אחה״צ",
2100
+ "evening1": "בערב",
2101
+ "night1": "בלילה",
2102
+ "night2": "לפנות בוקר"
2103
+ },
2104
+ "wide": {
2105
+ "midnight": "חצות",
2106
+ "morning1": "בבוקר",
2107
+ "afternoon1": "בצהריים",
2108
+ "afternoon2": "אחר הצהריים",
2109
+ "evening1": "בערב",
2110
+ "night1": "בלילה",
2111
+ "night2": "לפנות בוקר"
2112
+ }
2113
+ },
2114
+ "stand-alone": {
2115
+ "abbreviated": {
2116
+ "midnight": "חצות",
2117
+ "morning1": "בוקר",
2118
+ "afternoon1": "צהריים",
2119
+ "afternoon2": "אחה״צ",
2120
+ "evening1": "ערב",
2121
+ "night1": "לילה",
2122
+ "night2": "לפנות בוקר"
2123
+ },
2124
+ "narrow": {
2125
+ "midnight": "חצות",
2126
+ "morning1": "בוקר",
2127
+ "afternoon1": "צהריים",
2128
+ "afternoon2": "אחה״צ",
2129
+ "evening1": "ערב",
2130
+ "night1": "לילה",
2131
+ "night2": "לפנות בוקר"
2132
+ },
2133
+ "wide": {
2134
+ "midnight": "חצות",
2135
+ "morning1": "בוקר",
2136
+ "afternoon1": "צהריים",
2137
+ "afternoon2": "אחר הצהריים",
2138
+ "evening1": "ערב",
2139
+ "night1": "לילה",
2140
+ "night2": "לפנות בוקר"
2141
+ }
2142
+ }
2143
+ },
1736
2144
  "era-wide": {
1737
2145
  "0": "הספירה הפרסית"
1738
2146
  },
@@ -1757,8 +2165,8 @@
1757
2165
  "short": "H:mm"
1758
2166
  },
1759
2167
  "dateTimeFormats": {
1760
- "full": "{1} בשעה {0}",
1761
- "long": "{1} בשעה {0}",
2168
+ "full": "{1}, {0}",
2169
+ "long": "{1}, {0}",
1762
2170
  "medium": "{1}, {0}",
1763
2171
  "short": "{1}, {0}",
1764
2172
  "availableFormats": {
@@ -2133,6 +2541,48 @@
2133
2541
  ]
2134
2542
  }
2135
2543
  },
2544
+ "quarters": {
2545
+ "format": {
2546
+ "abbreviated": [
2547
+ "Q1",
2548
+ "Q2",
2549
+ "Q3",
2550
+ "Q4"
2551
+ ],
2552
+ "narrow": [
2553
+ "1",
2554
+ "2",
2555
+ "3",
2556
+ "4"
2557
+ ],
2558
+ "wide": [
2559
+ "רבעון 1",
2560
+ "רבעון 2",
2561
+ "רבעון 3",
2562
+ "רבעון 4"
2563
+ ]
2564
+ },
2565
+ "stand-alone": {
2566
+ "abbreviated": [
2567
+ "Q1",
2568
+ "Q2",
2569
+ "Q3",
2570
+ "Q4"
2571
+ ],
2572
+ "narrow": [
2573
+ "1",
2574
+ "2",
2575
+ "3",
2576
+ "4"
2577
+ ],
2578
+ "wide": [
2579
+ "רבעון 1",
2580
+ "רבעון 2",
2581
+ "רבעון 3",
2582
+ "רבעון 4"
2583
+ ]
2584
+ }
2585
+ },
2136
2586
  "dayPeriods": {
2137
2587
  "format": {
2138
2588
  "abbreviated": [
@@ -2163,6 +2613,66 @@
2163
2613
  ]
2164
2614
  }
2165
2615
  },
2616
+ "flexibleDayPeriods": {
2617
+ "format": {
2618
+ "abbreviated": {
2619
+ "midnight": "חצות",
2620
+ "morning1": "בוקר",
2621
+ "afternoon1": "צהריים",
2622
+ "afternoon2": "אחר הצהריים",
2623
+ "evening1": "ערב",
2624
+ "night1": "לילה",
2625
+ "night2": "לפנות בוקר"
2626
+ },
2627
+ "narrow": {
2628
+ "midnight": "חצות",
2629
+ "morning1": "בבוקר",
2630
+ "afternoon1": "בצהריים",
2631
+ "afternoon2": "אחה״צ",
2632
+ "evening1": "בערב",
2633
+ "night1": "בלילה",
2634
+ "night2": "לפנות בוקר"
2635
+ },
2636
+ "wide": {
2637
+ "midnight": "חצות",
2638
+ "morning1": "בבוקר",
2639
+ "afternoon1": "בצהריים",
2640
+ "afternoon2": "אחר הצהריים",
2641
+ "evening1": "בערב",
2642
+ "night1": "בלילה",
2643
+ "night2": "לפנות בוקר"
2644
+ }
2645
+ },
2646
+ "stand-alone": {
2647
+ "abbreviated": {
2648
+ "midnight": "חצות",
2649
+ "morning1": "בוקר",
2650
+ "afternoon1": "צהריים",
2651
+ "afternoon2": "אחה״צ",
2652
+ "evening1": "ערב",
2653
+ "night1": "לילה",
2654
+ "night2": "לפנות בוקר"
2655
+ },
2656
+ "narrow": {
2657
+ "midnight": "חצות",
2658
+ "morning1": "בוקר",
2659
+ "afternoon1": "צהריים",
2660
+ "afternoon2": "אחה״צ",
2661
+ "evening1": "ערב",
2662
+ "night1": "לילה",
2663
+ "night2": "לפנות בוקר"
2664
+ },
2665
+ "wide": {
2666
+ "midnight": "חצות",
2667
+ "morning1": "בוקר",
2668
+ "afternoon1": "צהריים",
2669
+ "afternoon2": "אחר הצהריים",
2670
+ "evening1": "ערב",
2671
+ "night1": "לילה",
2672
+ "night2": "לפנות בוקר"
2673
+ }
2674
+ }
2675
+ },
2166
2676
  "era-wide": {
2167
2677
  "0": "הספירה הבודהיסטית"
2168
2678
  },
@@ -2607,6 +3117,192 @@
2607
3117
  "displayName": "אזור זמן"
2608
3118
  }
2609
3119
  },
3120
+ "timezoneNamesFormats": {
3121
+ "gmtFormat": "GMT{0}‎"
3122
+ },
3123
+ "decimalFormat": {
3124
+ "standard": "#,##0.###"
3125
+ },
3126
+ "decimalFormat-long": {
3127
+ "1000-one": "‏0 אלף",
3128
+ "1000-two": "‏0 אלף",
3129
+ "1000-many": "‏0 אלף",
3130
+ "1000-other": "‏0 אלף",
3131
+ "10000-one": "‏00 אלף",
3132
+ "10000-two": "‏00 אלף",
3133
+ "10000-many": "‏00 אלף",
3134
+ "10000-other": "‏00 אלף",
3135
+ "100000-one": "‏000 אלף",
3136
+ "100000-two": "‏000 אלף",
3137
+ "100000-many": "‏000 אלף",
3138
+ "100000-other": "‏000 אלף",
3139
+ "1000000-one": "‏0 מיליון",
3140
+ "1000000-two": "‏0 מיליון",
3141
+ "1000000-many": "‏0 מיליון",
3142
+ "1000000-other": "‏0 מיליון",
3143
+ "10000000-one": "‏00 מיליון",
3144
+ "10000000-two": "‏00 מיליון",
3145
+ "10000000-many": "‏00 מיליון",
3146
+ "10000000-other": "‏00 מיליון",
3147
+ "100000000-one": "‏000 מיליון",
3148
+ "100000000-two": "‏000 מיליון",
3149
+ "100000000-many": "‏000 מיליון",
3150
+ "100000000-other": "‏000 מיליון",
3151
+ "1000000000-one": "‏0 מיליארד",
3152
+ "1000000000-two": "‏0 מיליארד",
3153
+ "1000000000-many": "‏0 מיליארד",
3154
+ "1000000000-other": "‏0 מיליארד",
3155
+ "10000000000-one": "‏00 מיליארד",
3156
+ "10000000000-two": "‏00 מיליארד",
3157
+ "10000000000-many": "‏00 מיליארד",
3158
+ "10000000000-other": "‏00 מיליארד",
3159
+ "100000000000-one": "‏000 מיליארד",
3160
+ "100000000000-two": "‏000 מיליארד",
3161
+ "100000000000-many": "‏000 מיליארד",
3162
+ "100000000000-other": "‏000 מיליארד",
3163
+ "1000000000000-one": "‏0 טריליון",
3164
+ "1000000000000-two": "‏0 טריליון",
3165
+ "1000000000000-many": "‏0 טריליון",
3166
+ "1000000000000-other": "‏0 טריליון",
3167
+ "10000000000000-one": "‏00 טריליון",
3168
+ "10000000000000-two": "‏00 טריליון",
3169
+ "10000000000000-many": "‏00 טריליון",
3170
+ "10000000000000-other": "‏00 טריליון",
3171
+ "100000000000000-one": "‏000 טריליון",
3172
+ "100000000000000-two": "‏000 טריליון",
3173
+ "100000000000000-many": "‏000 טריליון",
3174
+ "100000000000000-other": "‏000 טריליון"
3175
+ },
3176
+ "decimalFormat-short": {
3177
+ "1000-one": "0K‏",
3178
+ "1000-two": "0K‏",
3179
+ "1000-many": "0K‏",
3180
+ "1000-other": "0K‏",
3181
+ "10000-one": "00K‏",
3182
+ "10000-two": "00K‏",
3183
+ "10000-many": "00K‏",
3184
+ "10000-other": "00K‏",
3185
+ "100000-one": "000K‏",
3186
+ "100000-two": "000K‏",
3187
+ "100000-many": "000K‏",
3188
+ "100000-other": "000K‏",
3189
+ "1000000-one": "0M‏",
3190
+ "1000000-two": "0M‏",
3191
+ "1000000-many": "0M‏",
3192
+ "1000000-other": "0M‏",
3193
+ "10000000-one": "00M‏",
3194
+ "10000000-two": "00M‏",
3195
+ "10000000-many": "00M‏",
3196
+ "10000000-other": "00M‏",
3197
+ "100000000-one": "000M‏",
3198
+ "100000000-two": "000M‏",
3199
+ "100000000-many": "000M‏",
3200
+ "100000000-other": "000M‏",
3201
+ "1000000000-one": "0B‏",
3202
+ "1000000000-two": "0B‏",
3203
+ "1000000000-many": "0B‏",
3204
+ "1000000000-other": "0B‏",
3205
+ "10000000000-one": "00B‏",
3206
+ "10000000000-two": "00B‏",
3207
+ "10000000000-many": "00B‏",
3208
+ "10000000000-other": "00B‏",
3209
+ "100000000000-one": "000B‏",
3210
+ "100000000000-two": "000B‏",
3211
+ "100000000000-many": "000B‏",
3212
+ "100000000000-other": "000B‏",
3213
+ "1000000000000-one": "0T‏",
3214
+ "1000000000000-two": "0T‏",
3215
+ "1000000000000-many": "0T‏",
3216
+ "1000000000000-other": "0T‏",
3217
+ "10000000000000-one": "00T‏",
3218
+ "10000000000000-two": "00T‏",
3219
+ "10000000000000-many": "00T‏",
3220
+ "10000000000000-other": "00T‏",
3221
+ "100000000000000-one": "000T‏",
3222
+ "100000000000000-two": "000T‏",
3223
+ "100000000000000-many": "000T‏",
3224
+ "100000000000000-other": "000T‏"
3225
+ },
3226
+ "scientificFormat": {
3227
+ "standard": "#E0"
3228
+ },
3229
+ "percentFormat": {
3230
+ "standard": "#,##0%"
3231
+ },
3232
+ "currencyFormat": {
3233
+ "standard": "‏#,##0.00 ‏¤‎;‏-#,##0.00 ‏¤‎",
3234
+ "accounting": "‏#,##0.00 ‏¤‎;‏-#,##0.00 ‏¤‎",
3235
+ "currencySpacing": {
3236
+ "beforeCurrency": {
3237
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3238
+ "surroundingMatch": "[:digit:]",
3239
+ "insertBetween": " "
3240
+ },
3241
+ "afterCurrency": {
3242
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3243
+ "surroundingMatch": "[:digit:]",
3244
+ "insertBetween": " "
3245
+ }
3246
+ },
3247
+ "sap-standard": "‏#,##0.00 ‏¤‎;‏-#,##0.00 ‏¤‎",
3248
+ "sap-accounting": "‏#,##0.00 ‏¤‎;‏-#,##0.00 ‏¤‎"
3249
+ },
3250
+ "miscPattern": {
3251
+ "approximately": "~{0}",
3252
+ "atLeast": "≥{0}",
3253
+ "atMost": "≤{0}",
3254
+ "range": "{0}–{1}"
3255
+ },
3256
+ "currencyFormat-short": {
3257
+ "1000-one": "‎¤ 0K‏",
3258
+ "1000-two": "‎¤ 0K‏",
3259
+ "1000-many": "‎¤ 0K‏",
3260
+ "1000-other": "‎¤ 0K‏",
3261
+ "10000-one": "‎¤ 00K‏",
3262
+ "10000-two": "‎¤ 00K‏",
3263
+ "10000-many": "‎¤ 00K‏",
3264
+ "10000-other": "‎¤ 00K‏",
3265
+ "100000-one": "‎¤ 000K‏",
3266
+ "100000-two": "‎¤ 000K‏",
3267
+ "100000-many": "‎¤ 000K‏",
3268
+ "100000-other": "‎¤ 000K‏",
3269
+ "1000000-one": "‎¤ 0M‏",
3270
+ "1000000-two": "‎¤ 0M‏",
3271
+ "1000000-many": "‎¤ 0M‏",
3272
+ "1000000-other": "‎¤ 0M‏",
3273
+ "10000000-one": "‎¤ 00M‏",
3274
+ "10000000-two": "‎¤ 00M‏",
3275
+ "10000000-many": "‎¤ 00M‏",
3276
+ "10000000-other": "‎¤ 00M‏",
3277
+ "100000000-one": "‎¤ 000M‏",
3278
+ "100000000-two": "‎¤ 000M‏",
3279
+ "100000000-many": "‎¤ 000M‏",
3280
+ "100000000-other": "‎¤ 000M‏",
3281
+ "1000000000-one": "‎¤ 0B‏",
3282
+ "1000000000-two": "‎¤ 0B‏",
3283
+ "1000000000-many": "‎¤ 0B‏",
3284
+ "1000000000-other": "‎¤ 0B‏",
3285
+ "10000000000-one": "‎¤ 00B‏",
3286
+ "10000000000-two": "‎¤ 00B‏",
3287
+ "10000000000-many": "‎¤ 00B‏",
3288
+ "10000000000-other": "‎¤ 00B‏",
3289
+ "100000000000-one": "‎¤ 000B‏",
3290
+ "100000000000-two": "‎¤ 000B‏",
3291
+ "100000000000-many": "‎¤ 000B‏",
3292
+ "100000000000-other": "‎¤ 000B‏",
3293
+ "1000000000000-one": "‎¤ 0T‏",
3294
+ "1000000000000-two": "‎¤ 0T‏",
3295
+ "1000000000000-many": "‎¤ 0T‏",
3296
+ "1000000000000-other": "‎¤ 0T‏",
3297
+ "10000000000000-one": "‎¤ 00T‏",
3298
+ "10000000000000-two": "‎¤ 00T‏",
3299
+ "10000000000000-many": "‎¤ 00T‏",
3300
+ "10000000000000-other": "‎¤ 00T‏",
3301
+ "100000000000000-one": "‎¤ 000T‏",
3302
+ "100000000000000-two": "‎¤ 000T‏",
3303
+ "100000000000000-many": "‎¤ 000T‏",
3304
+ "100000000000000-other": "‎¤ 000T‏"
3305
+ },
2610
3306
  "symbols-latn-decimal": ".",
2611
3307
  "symbols-latn-group": ",",
2612
3308
  "symbols-latn-list": ";",
@@ -2620,11 +3316,1569 @@
2620
3316
  "symbols-latn-infinity": "∞",
2621
3317
  "symbols-latn-nan": "NaN",
2622
3318
  "symbols-latn-timeSeparator": ":",
3319
+ "currencySymbols": {
3320
+ "AUD": "A$",
3321
+ "BRL": "R$",
3322
+ "CAD": "CA$",
3323
+ "CNY": "‎CN¥‎",
3324
+ "EUR": "€",
3325
+ "GBP": "£",
3326
+ "HKD": "HK$",
3327
+ "ILP": "ל״י",
3328
+ "ILS": "₪",
3329
+ "INR": "₹",
3330
+ "JPY": "¥",
3331
+ "KRW": "₩",
3332
+ "MXN": "MX$",
3333
+ "NZD": "NZ$",
3334
+ "THB": "฿",
3335
+ "TWD": "NT$",
3336
+ "USD": "$",
3337
+ "VND": "₫",
3338
+ "XAF": "FCFA",
3339
+ "XCD": "EC$",
3340
+ "XOF": "F CFA",
3341
+ "XPF": "CFPF",
3342
+ "XXX": "¤"
3343
+ },
2623
3344
  "rtl": true,
3345
+ "units": {
3346
+ "short": {
3347
+ "10p-1": {
3348
+ "unitPrefixPattern": "דצי{0}"
3349
+ },
3350
+ "10p-2": {
3351
+ "unitPrefixPattern": "סנטי{0}"
3352
+ },
3353
+ "10p-3": {
3354
+ "unitPrefixPattern": "מילי{0}"
3355
+ },
3356
+ "10p-6": {
3357
+ "unitPrefixPattern": "μ{0}"
3358
+ },
3359
+ "10p-9": {
3360
+ "unitPrefixPattern": "ננו{0}"
3361
+ },
3362
+ "10p-12": {
3363
+ "unitPrefixPattern": "פיקו{0}"
3364
+ },
3365
+ "10p-15": {
3366
+ "unitPrefixPattern": "פמטו{0}"
3367
+ },
3368
+ "10p-18": {
3369
+ "unitPrefixPattern": "אטו{0}"
3370
+ },
3371
+ "10p-21": {
3372
+ "unitPrefixPattern": "זפטו{0}"
3373
+ },
3374
+ "10p-24": {
3375
+ "unitPrefixPattern": "יוקטו{0}"
3376
+ },
3377
+ "10p1": {
3378
+ "unitPrefixPattern": "דקא{0}"
3379
+ },
3380
+ "10p2": {
3381
+ "unitPrefixPattern": "הקטו{0}"
3382
+ },
3383
+ "10p3": {
3384
+ "unitPrefixPattern": "קילו{0}"
3385
+ },
3386
+ "10p6": {
3387
+ "unitPrefixPattern": "מגה{0}"
3388
+ },
3389
+ "10p9": {
3390
+ "unitPrefixPattern": "גיגה{0}"
3391
+ },
3392
+ "10p12": {
3393
+ "unitPrefixPattern": "טרה{0}"
3394
+ },
3395
+ "10p15": {
3396
+ "unitPrefixPattern": "פטא{0}"
3397
+ },
3398
+ "10p18": {
3399
+ "unitPrefixPattern": "אקס{0}"
3400
+ },
3401
+ "10p21": {
3402
+ "unitPrefixPattern": "זטא{0}"
3403
+ },
3404
+ "10p24": {
3405
+ "unitPrefixPattern": "יוטא{0}"
3406
+ },
3407
+ "1024p1": {
3408
+ "unitPrefixPattern": "Ki{0}"
3409
+ },
3410
+ "1024p2": {
3411
+ "unitPrefixPattern": "Mi{0}"
3412
+ },
3413
+ "1024p3": {
3414
+ "unitPrefixPattern": "Gi{0}"
3415
+ },
3416
+ "1024p4": {
3417
+ "unitPrefixPattern": "Ti{0}"
3418
+ },
3419
+ "1024p5": {
3420
+ "unitPrefixPattern": "Pi{0}"
3421
+ },
3422
+ "1024p6": {
3423
+ "unitPrefixPattern": "Ei{0}"
3424
+ },
3425
+ "1024p7": {
3426
+ "unitPrefixPattern": "Zi{0}"
3427
+ },
3428
+ "1024p8": {
3429
+ "unitPrefixPattern": "Yi{0}"
3430
+ },
3431
+ "per": {
3432
+ "compoundUnitPattern": "{0}/{1}"
3433
+ },
3434
+ "power2": {
3435
+ "compoundUnitPattern1": "{0}²",
3436
+ "compoundUnitPattern1-count-one": "{0}²",
3437
+ "compoundUnitPattern1-count-two": "{0}²",
3438
+ "compoundUnitPattern1-count-many": "{0}²",
3439
+ "compoundUnitPattern1-count-other": "{0}²"
3440
+ },
3441
+ "power3": {
3442
+ "compoundUnitPattern1": "{0}³",
3443
+ "compoundUnitPattern1-count-one": "{0}³",
3444
+ "compoundUnitPattern1-count-two": "{0}³",
3445
+ "compoundUnitPattern1-count-many": "{0}³",
3446
+ "compoundUnitPattern1-count-other": "{0}³"
3447
+ },
3448
+ "times": {
3449
+ "compoundUnitPattern": "{0}⋅{1}"
3450
+ },
3451
+ "acceleration-g-force": {
3452
+ "displayName": "כוח ג׳י",
3453
+ "unitPattern-count-one": "{0} G",
3454
+ "unitPattern-count-two": "{0} G",
3455
+ "unitPattern-count-many": "{0} G",
3456
+ "unitPattern-count-other": "{0} G"
3457
+ },
3458
+ "acceleration-meter-per-square-second": {
3459
+ "displayName": "m/s²",
3460
+ "unitPattern-count-one": "{0} m/s²",
3461
+ "unitPattern-count-two": "{0} m/s²",
3462
+ "unitPattern-count-many": "{0} m/s²",
3463
+ "unitPattern-count-other": "{0} m/s²"
3464
+ },
3465
+ "angle-revolution": {
3466
+ "displayName": "ס׳",
3467
+ "unitPattern-count-one": "{0} ס׳",
3468
+ "unitPattern-count-two": "{0} ס׳",
3469
+ "unitPattern-count-many": "{0} ס׳",
3470
+ "unitPattern-count-other": "{0} ס׳"
3471
+ },
3472
+ "angle-radian": {
3473
+ "displayName": "רדיאנים",
3474
+ "unitPattern-count-one": "{0} π",
3475
+ "unitPattern-count-two": "{0} π",
3476
+ "unitPattern-count-many": "{0} π",
3477
+ "unitPattern-count-other": "{0} π"
3478
+ },
3479
+ "angle-degree": {
3480
+ "displayName": "מעלות",
3481
+ "unitPattern-count-one": "{0}°",
3482
+ "unitPattern-count-two": "{0}°",
3483
+ "unitPattern-count-many": "{0}°",
3484
+ "unitPattern-count-other": "{0}°"
3485
+ },
3486
+ "angle-arc-minute": {
3487
+ "displayName": "דק׳ קשת",
3488
+ "unitPattern-count-one": "ד׳ קשת {0}",
3489
+ "unitPattern-count-two": "{0} דק׳ קשת",
3490
+ "unitPattern-count-many": "{0} דק׳ קשת",
3491
+ "unitPattern-count-other": "{0} דק׳ קשת"
3492
+ },
3493
+ "angle-arc-second": {
3494
+ "displayName": "שנ׳ קשת",
3495
+ "unitPattern-count-one": "שנ׳ קשת {0}",
3496
+ "unitPattern-count-two": "{0} שנ׳ קשת",
3497
+ "unitPattern-count-many": "{0} שנ׳ קשת",
3498
+ "unitPattern-count-other": "{0} שנ׳ קשת"
3499
+ },
3500
+ "area-square-kilometer": {
3501
+ "displayName": "קמ״ר",
3502
+ "unitPattern-count-one": "{0} קמ״ר",
3503
+ "unitPattern-count-two": "{0} קמ״ר",
3504
+ "unitPattern-count-many": "{0} קמ״ר",
3505
+ "unitPattern-count-other": "{0} קמ״ר",
3506
+ "perUnitPattern": "{0}/קמ״ר"
3507
+ },
3508
+ "area-hectare": {
3509
+ "displayName": "הקטאר",
3510
+ "unitPattern-count-one": "‎{0} ha",
3511
+ "unitPattern-count-two": "‎{0} ha",
3512
+ "unitPattern-count-many": "‎{0} ha",
3513
+ "unitPattern-count-other": "‎{0} ha"
3514
+ },
3515
+ "area-square-meter": {
3516
+ "displayName": "מ״ר",
3517
+ "unitPattern-count-one": "מ״ר {0}",
3518
+ "unitPattern-count-two": "{0} מ״ר",
3519
+ "unitPattern-count-many": "{0} מ״ר",
3520
+ "unitPattern-count-other": "{0} מ״ר",
3521
+ "perUnitPattern": "{0}/מ״ר"
3522
+ },
3523
+ "area-square-centimeter": {
3524
+ "displayName": "סמ״ר",
3525
+ "unitPattern-count-one": "{0} סמ״ר",
3526
+ "unitPattern-count-two": "{0} סמ״ר",
3527
+ "unitPattern-count-many": "{0} סמ״ר",
3528
+ "unitPattern-count-other": "{0} סמ״ר",
3529
+ "perUnitPattern": "{0}/סמ״ר"
3530
+ },
3531
+ "area-square-mile": {
3532
+ "displayName": "מייל רבוע",
3533
+ "unitPattern-count-one": "‎{0} sq mi",
3534
+ "unitPattern-count-two": "‎{0} sq mi",
3535
+ "unitPattern-count-many": "‎{0} sq mi",
3536
+ "unitPattern-count-other": "‎{0} sq mi",
3537
+ "perUnitPattern": "‎{0}/mi²"
3538
+ },
3539
+ "area-acre": {
3540
+ "displayName": "אקר",
3541
+ "unitPattern-count-one": "‎{0} ac",
3542
+ "unitPattern-count-two": "{0} ac",
3543
+ "unitPattern-count-many": "‎{0} ac",
3544
+ "unitPattern-count-other": "‎{0} ac"
3545
+ },
3546
+ "area-square-yard": {
3547
+ "displayName": "yards²",
3548
+ "unitPattern-count-one": "‎{0} yd²",
3549
+ "unitPattern-count-two": "‎{0} yd²",
3550
+ "unitPattern-count-many": "‎{0} yd²",
3551
+ "unitPattern-count-other": "‎{0} yd²"
3552
+ },
3553
+ "area-square-foot": {
3554
+ "displayName": "ft²",
3555
+ "unitPattern-count-one": "‎{0} sq ft",
3556
+ "unitPattern-count-two": "‎{0} sq ft",
3557
+ "unitPattern-count-many": "‎{0} sq ft",
3558
+ "unitPattern-count-other": "‎{0} sq ft"
3559
+ },
3560
+ "area-square-inch": {
3561
+ "displayName": "in²",
3562
+ "unitPattern-count-one": "‎{0} in²",
3563
+ "unitPattern-count-two": "‎{0} in²",
3564
+ "unitPattern-count-many": "‎{0} in²",
3565
+ "unitPattern-count-other": "‎{0} in²",
3566
+ "perUnitPattern": "‎{0}/in²"
3567
+ },
3568
+ "area-dunam": {
3569
+ "displayName": "דונם",
3570
+ "unitPattern-count-one": "{0} דונם",
3571
+ "unitPattern-count-two": "{0} דונם",
3572
+ "unitPattern-count-many": "{0} דונם",
3573
+ "unitPattern-count-other": "{0} דונם"
3574
+ },
3575
+ "concentr-karat": {
3576
+ "displayName": "kt",
3577
+ "unitPattern-count-one": "{0} kt",
3578
+ "unitPattern-count-two": "{0} kt",
3579
+ "unitPattern-count-many": "{0} kt",
3580
+ "unitPattern-count-other": "{0} kt"
3581
+ },
3582
+ "concentr-milligram-ofglucose-per-deciliter": {
3583
+ "displayName": "mg/dL",
3584
+ "unitPattern-count-one": "{0} mg/dL",
3585
+ "unitPattern-count-two": "{0} mg/dL",
3586
+ "unitPattern-count-many": "{0} mg/dL",
3587
+ "unitPattern-count-other": "{0} mg/dL"
3588
+ },
3589
+ "concentr-millimole-per-liter": {
3590
+ "displayName": "mmol/L",
3591
+ "unitPattern-count-one": "{0} mmol/L",
3592
+ "unitPattern-count-two": "{0} mmol/L",
3593
+ "unitPattern-count-many": "{0} mmol/L",
3594
+ "unitPattern-count-other": "{0} mmol/L"
3595
+ },
3596
+ "concentr-item": {
3597
+ "displayName": "פריט",
3598
+ "unitPattern-count-one": "פריט {0}",
3599
+ "unitPattern-count-two": "{0} פריטים",
3600
+ "unitPattern-count-many": "{0} פריטים",
3601
+ "unitPattern-count-other": "{0} פריטים"
3602
+ },
3603
+ "concentr-permillion": {
3604
+ "displayName": "ppm",
3605
+ "unitPattern-count-one": "{0} ppm",
3606
+ "unitPattern-count-two": "{0} ppm",
3607
+ "unitPattern-count-many": "{0} ppm",
3608
+ "unitPattern-count-other": "{0} ppm"
3609
+ },
3610
+ "concentr-percent": {
3611
+ "displayName": "%",
3612
+ "unitPattern-count-one": "{0}%",
3613
+ "unitPattern-count-two": "{0}%",
3614
+ "unitPattern-count-many": "{0}%",
3615
+ "unitPattern-count-other": "{0}%"
3616
+ },
3617
+ "concentr-permille": {
3618
+ "displayName": "‰",
3619
+ "unitPattern-count-one": "{0}‰",
3620
+ "unitPattern-count-two": "{0}‰",
3621
+ "unitPattern-count-many": "{0}‰",
3622
+ "unitPattern-count-other": "{0}‰"
3623
+ },
3624
+ "concentr-permyriad": {
3625
+ "displayName": "‱",
3626
+ "unitPattern-count-one": "{0}‱",
3627
+ "unitPattern-count-two": "{0}‱",
3628
+ "unitPattern-count-many": "{0}‱",
3629
+ "unitPattern-count-other": "{0}‱"
3630
+ },
3631
+ "concentr-mole": {
3632
+ "displayName": "mol",
3633
+ "unitPattern-count-one": "{0} mol",
3634
+ "unitPattern-count-two": "{0} mol",
3635
+ "unitPattern-count-many": "{0} mol",
3636
+ "unitPattern-count-other": "{0} mol"
3637
+ },
3638
+ "consumption-liter-per-kilometer": {
3639
+ "displayName": "ליטרים/ק״מ",
3640
+ "unitPattern-count-one": "{0} ל׳/ק״מ",
3641
+ "unitPattern-count-two": "{0} ל׳/ק״מ",
3642
+ "unitPattern-count-many": "{0} ל׳/ק״מ",
3643
+ "unitPattern-count-other": "{0} ל׳/ק״מ"
3644
+ },
3645
+ "consumption-liter-per-100-kilometer": {
3646
+ "displayName": "ל׳/100 ק״מ",
3647
+ "unitPattern-count-one": "ל׳ {0}/100 ק״מ",
3648
+ "unitPattern-count-two": "{0} ל׳/100 ק״מ",
3649
+ "unitPattern-count-many": "{0} ל׳/100 ק״מ",
3650
+ "unitPattern-count-other": "{0} ל׳/100 ק״מ"
3651
+ },
3652
+ "consumption-mile-per-gallon": {
3653
+ "displayName": "מייל/גלון",
3654
+ "unitPattern-count-one": "{0} mpg",
3655
+ "unitPattern-count-two": "{0} mpg",
3656
+ "unitPattern-count-many": "{0} mpg",
3657
+ "unitPattern-count-other": "{0} mpg"
3658
+ },
3659
+ "consumption-mile-per-gallon-imperial": {
3660
+ "displayName": "miles/gal Imp.",
3661
+ "unitPattern-count-one": "{0} mpg Imp.",
3662
+ "unitPattern-count-two": "{0} mpg Imp.",
3663
+ "unitPattern-count-many": "{0} mpg Imp.",
3664
+ "unitPattern-count-other": "{0} mpg Imp."
3665
+ },
3666
+ "digital-petabyte": {
3667
+ "displayName": "PB",
3668
+ "unitPattern-count-one": "{0} PB",
3669
+ "unitPattern-count-two": "{0} PB",
3670
+ "unitPattern-count-many": "{0} PB",
3671
+ "unitPattern-count-other": "{0} PB"
3672
+ },
3673
+ "digital-terabyte": {
3674
+ "displayName": "TB",
3675
+ "unitPattern-count-one": "{0} TB",
3676
+ "unitPattern-count-two": "{0} TB",
3677
+ "unitPattern-count-many": "{0} TB",
3678
+ "unitPattern-count-other": "{0} TB"
3679
+ },
3680
+ "digital-terabit": {
3681
+ "displayName": "Tb",
3682
+ "unitPattern-count-one": "{0} Tb",
3683
+ "unitPattern-count-two": "{0} Tb",
3684
+ "unitPattern-count-many": "{0} Tb",
3685
+ "unitPattern-count-other": "{0} Tb"
3686
+ },
3687
+ "digital-gigabyte": {
3688
+ "displayName": "GB",
3689
+ "unitPattern-count-one": "{0} GB",
3690
+ "unitPattern-count-two": "{0} GB",
3691
+ "unitPattern-count-many": "{0} GB",
3692
+ "unitPattern-count-other": "{0} GB"
3693
+ },
3694
+ "digital-gigabit": {
3695
+ "displayName": "Gbit",
3696
+ "unitPattern-count-one": "{0} Gb",
3697
+ "unitPattern-count-two": "{0} Gb",
3698
+ "unitPattern-count-many": "{0} Gb",
3699
+ "unitPattern-count-other": "{0} Gb"
3700
+ },
3701
+ "digital-megabyte": {
3702
+ "displayName": "MB",
3703
+ "unitPattern-count-one": "{0} MB",
3704
+ "unitPattern-count-two": "{0} MB",
3705
+ "unitPattern-count-many": "{0} MB",
3706
+ "unitPattern-count-other": "{0} MB"
3707
+ },
3708
+ "digital-megabit": {
3709
+ "displayName": "Mbit",
3710
+ "unitPattern-count-one": "{0} Mb",
3711
+ "unitPattern-count-two": "{0} Mb",
3712
+ "unitPattern-count-many": "{0} Mb",
3713
+ "unitPattern-count-other": "{0} Mb"
3714
+ },
3715
+ "digital-kilobyte": {
3716
+ "displayName": "kB",
3717
+ "unitPattern-count-one": "{0} kB",
3718
+ "unitPattern-count-two": "{0} kB",
3719
+ "unitPattern-count-many": "{0} kB",
3720
+ "unitPattern-count-other": "{0} kB"
3721
+ },
3722
+ "digital-kilobit": {
3723
+ "displayName": "kb",
3724
+ "unitPattern-count-one": "{0} kb",
3725
+ "unitPattern-count-two": "{0} kb",
3726
+ "unitPattern-count-many": "{0} kb",
3727
+ "unitPattern-count-other": "{0} kb"
3728
+ },
3729
+ "digital-byte": {
3730
+ "displayName": "בייט",
3731
+ "unitPattern-count-one": "{0} בייט",
3732
+ "unitPattern-count-two": "{0} בייט",
3733
+ "unitPattern-count-many": "{0} בייט",
3734
+ "unitPattern-count-other": "{0} בייט"
3735
+ },
3736
+ "digital-bit": {
3737
+ "displayName": "ביט",
3738
+ "unitPattern-count-one": "{0} ביט",
3739
+ "unitPattern-count-two": "{0} ביט",
3740
+ "unitPattern-count-many": "{0} ביט",
3741
+ "unitPattern-count-other": "{0} ביט"
3742
+ },
3743
+ "duration-century": {
3744
+ "displayName": "מאות",
3745
+ "unitPattern-count-one": "מאה {0}",
3746
+ "unitPattern-count-two": "{0} מאות",
3747
+ "unitPattern-count-many": "{0} מאות",
3748
+ "unitPattern-count-other": "{0} מאות"
3749
+ },
3750
+ "duration-decade": {
3751
+ "displayName": "עשור",
3752
+ "unitPattern-count-one": "עשור {0}",
3753
+ "unitPattern-count-two": "{0} עשורים",
3754
+ "unitPattern-count-many": "{0} עשורים",
3755
+ "unitPattern-count-other": "{0} עשורים"
3756
+ },
3757
+ "duration-year": {
3758
+ "displayName": "שנים",
3759
+ "unitPattern-count-one": "שנה {0}",
3760
+ "unitPattern-count-two": "{0} שנים",
3761
+ "unitPattern-count-many": "{0} שנים",
3762
+ "unitPattern-count-other": "{0} שנים",
3763
+ "perUnitPattern": "{0}/שנה"
3764
+ },
3765
+ "duration-quarter": {
3766
+ "displayName": "רבעונים",
3767
+ "unitPattern-count-one": "{0} q",
3768
+ "unitPattern-count-two": "{0} q",
3769
+ "unitPattern-count-many": "{0} q",
3770
+ "unitPattern-count-other": "{0} q",
3771
+ "perUnitPattern": "{0}/q"
3772
+ },
3773
+ "duration-month": {
3774
+ "displayName": "חודשים",
3775
+ "unitPattern-count-one": "חודש",
3776
+ "unitPattern-count-two": "חודשיים",
3777
+ "unitPattern-count-many": "{0} ח׳",
3778
+ "unitPattern-count-other": "{0} ח׳",
3779
+ "perUnitPattern": "{0}/חודש"
3780
+ },
3781
+ "duration-week": {
3782
+ "displayName": "שבועות",
3783
+ "unitPattern-count-one": "שבוע {0}",
3784
+ "unitPattern-count-two": "שבועיים",
3785
+ "unitPattern-count-many": "{0} שבועות",
3786
+ "unitPattern-count-other": "{0} שבועות",
3787
+ "perUnitPattern": "{0}/שבוע"
3788
+ },
3789
+ "duration-day": {
3790
+ "displayName": "ימים",
3791
+ "unitPattern-count-one": "יום",
3792
+ "unitPattern-count-two": "יומיים",
3793
+ "unitPattern-count-many": "{0} ימ׳",
3794
+ "unitPattern-count-other": "{0} ימ׳",
3795
+ "perUnitPattern": "{0}/יום"
3796
+ },
3797
+ "duration-hour": {
3798
+ "displayName": "שע׳",
3799
+ "unitPattern-count-one": "שעה",
3800
+ "unitPattern-count-two": "שעתיים",
3801
+ "unitPattern-count-many": "{0} שע׳",
3802
+ "unitPattern-count-other": "{0} שע׳",
3803
+ "perUnitPattern": "{0}/שעה"
3804
+ },
3805
+ "duration-minute": {
3806
+ "displayName": "דק׳",
3807
+ "unitPattern-count-one": "דקה",
3808
+ "unitPattern-count-two": "שתי דק׳",
3809
+ "unitPattern-count-many": "{0} דק׳",
3810
+ "unitPattern-count-other": "{0} דק׳",
3811
+ "perUnitPattern": "{0}/ד׳"
3812
+ },
3813
+ "duration-second": {
3814
+ "displayName": "שנ׳",
3815
+ "unitPattern-count-one": "שנ׳",
3816
+ "unitPattern-count-two": "שתי שנ׳",
3817
+ "unitPattern-count-many": "{0} שנ׳",
3818
+ "unitPattern-count-other": "{0} שנ׳",
3819
+ "perUnitPattern": "{0}/שנ׳"
3820
+ },
3821
+ "duration-millisecond": {
3822
+ "displayName": "ms",
3823
+ "unitPattern-count-one": "{0} ms",
3824
+ "unitPattern-count-two": "{0} ms",
3825
+ "unitPattern-count-many": "{0} ms",
3826
+ "unitPattern-count-other": "{0} ms"
3827
+ },
3828
+ "duration-microsecond": {
3829
+ "displayName": "μsecs",
3830
+ "unitPattern-count-one": "{0} μs",
3831
+ "unitPattern-count-two": "{0} μs",
3832
+ "unitPattern-count-many": "{0} μs",
3833
+ "unitPattern-count-other": "{0} μs"
3834
+ },
3835
+ "duration-nanosecond": {
3836
+ "displayName": "ננו שניות",
3837
+ "unitPattern-count-one": "{0} ns",
3838
+ "unitPattern-count-two": "{0} ns",
3839
+ "unitPattern-count-many": "{0} ns",
3840
+ "unitPattern-count-other": "{0} ns"
3841
+ },
3842
+ "electric-ampere": {
3843
+ "displayName": "amps",
3844
+ "unitPattern-count-one": "{0} A",
3845
+ "unitPattern-count-two": "{0} A",
3846
+ "unitPattern-count-many": "{0} A",
3847
+ "unitPattern-count-other": "{0} A"
3848
+ },
3849
+ "electric-milliampere": {
3850
+ "displayName": "mA",
3851
+ "unitPattern-count-one": "{0} mA",
3852
+ "unitPattern-count-two": "{0} mA",
3853
+ "unitPattern-count-many": "{0} mA",
3854
+ "unitPattern-count-other": "{0} mA"
3855
+ },
3856
+ "electric-ohm": {
3857
+ "displayName": "ohms",
3858
+ "unitPattern-count-one": "{0} Ω",
3859
+ "unitPattern-count-two": "{0} Ω",
3860
+ "unitPattern-count-many": "{0} Ω",
3861
+ "unitPattern-count-other": "{0} Ω"
3862
+ },
3863
+ "electric-volt": {
3864
+ "displayName": "וולט",
3865
+ "unitPattern-count-one": "{0} V",
3866
+ "unitPattern-count-two": "{0} V",
3867
+ "unitPattern-count-many": "{0} V",
3868
+ "unitPattern-count-other": "{0} V"
3869
+ },
3870
+ "energy-kilocalorie": {
3871
+ "displayName": "kcal",
3872
+ "unitPattern-count-one": "{0} kcal",
3873
+ "unitPattern-count-two": "{0} kcal",
3874
+ "unitPattern-count-many": "{0} kcal",
3875
+ "unitPattern-count-other": "{0} kcal"
3876
+ },
3877
+ "energy-calorie": {
3878
+ "displayName": "cal",
3879
+ "unitPattern-count-one": "{0} cal",
3880
+ "unitPattern-count-two": "{0} cal",
3881
+ "unitPattern-count-many": "{0} cal",
3882
+ "unitPattern-count-other": "{0} cal"
3883
+ },
3884
+ "energy-foodcalorie": {
3885
+ "displayName": "Cal",
3886
+ "unitPattern-count-one": "{0} Cal",
3887
+ "unitPattern-count-two": "{0} Cal",
3888
+ "unitPattern-count-many": "{0} Cal",
3889
+ "unitPattern-count-other": "{0} Cal"
3890
+ },
3891
+ "energy-kilojoule": {
3892
+ "displayName": "קילו ג׳אול",
3893
+ "unitPattern-count-one": "{0} kJ",
3894
+ "unitPattern-count-two": "{0} kJ",
3895
+ "unitPattern-count-many": "{0} kJ",
3896
+ "unitPattern-count-other": "{0} kJ"
3897
+ },
3898
+ "energy-joule": {
3899
+ "displayName": "ג׳אול",
3900
+ "unitPattern-count-one": "{0} J",
3901
+ "unitPattern-count-two": "{0} J",
3902
+ "unitPattern-count-many": "{0} J",
3903
+ "unitPattern-count-other": "{0} J"
3904
+ },
3905
+ "energy-kilowatt-hour": {
3906
+ "displayName": "קוט״ש",
3907
+ "unitPattern-count-one": "{0} קוט״ש",
3908
+ "unitPattern-count-two": "{0} קוט״ש",
3909
+ "unitPattern-count-many": "{0} קוט״ש",
3910
+ "unitPattern-count-other": "{0} קוט״ש"
3911
+ },
3912
+ "energy-electronvolt": {
3913
+ "displayName": "eV",
3914
+ "unitPattern-count-one": "{0} eV",
3915
+ "unitPattern-count-two": "{0} eV",
3916
+ "unitPattern-count-many": "{0} eV",
3917
+ "unitPattern-count-other": "{0} eV"
3918
+ },
3919
+ "energy-british-thermal-unit": {
3920
+ "displayName": "BTU",
3921
+ "unitPattern-count-one": "{0} Btu",
3922
+ "unitPattern-count-two": "{0} Btu",
3923
+ "unitPattern-count-many": "{0} Btu",
3924
+ "unitPattern-count-other": "{0} Btu"
3925
+ },
3926
+ "energy-therm-us": {
3927
+ "displayName": "US therm",
3928
+ "unitPattern-count-one": "{0} US therm",
3929
+ "unitPattern-count-two": "{0} US therm",
3930
+ "unitPattern-count-many": "{0} US therm",
3931
+ "unitPattern-count-other": "{0} US therm"
3932
+ },
3933
+ "force-pound-force": {
3934
+ "displayName": "lbf",
3935
+ "unitPattern-count-one": "{0} lbf",
3936
+ "unitPattern-count-two": "{0} lbf",
3937
+ "unitPattern-count-many": "{0} lbf",
3938
+ "unitPattern-count-other": "{0} lbf"
3939
+ },
3940
+ "force-newton": {
3941
+ "displayName": "N",
3942
+ "unitPattern-count-one": "{0} N",
3943
+ "unitPattern-count-two": "{0} N",
3944
+ "unitPattern-count-many": "{0} N",
3945
+ "unitPattern-count-other": "{0} N"
3946
+ },
3947
+ "force-kilowatt-hour-per-100-kilometer": {
3948
+ "displayName": "קוט״ש/100 ק״מ",
3949
+ "unitPattern-count-one": "{0} קוט\"ש/100 ק\"מ",
3950
+ "unitPattern-count-two": "{0} קוט\"ש/100 ק\"מ",
3951
+ "unitPattern-count-many": "{0} קוט\"ש/100 ק\"מ",
3952
+ "unitPattern-count-other": "{0} קוט\"ש/100 ק\"מ"
3953
+ },
3954
+ "frequency-gigahertz": {
3955
+ "displayName": "GHz",
3956
+ "unitPattern-count-one": "{0} GHz",
3957
+ "unitPattern-count-two": "{0} GHz",
3958
+ "unitPattern-count-many": "{0} GHz",
3959
+ "unitPattern-count-other": "{0} GHz"
3960
+ },
3961
+ "frequency-megahertz": {
3962
+ "displayName": "MHz",
3963
+ "unitPattern-count-one": "{0} MHz",
3964
+ "unitPattern-count-two": "{0} MHz",
3965
+ "unitPattern-count-many": "{0} MHz",
3966
+ "unitPattern-count-other": "{0} MHz"
3967
+ },
3968
+ "frequency-kilohertz": {
3969
+ "displayName": "kHz",
3970
+ "unitPattern-count-one": "{0} kHz",
3971
+ "unitPattern-count-two": "{0} kHz",
3972
+ "unitPattern-count-many": "{0} kHz",
3973
+ "unitPattern-count-other": "{0} kHz"
3974
+ },
3975
+ "frequency-hertz": {
3976
+ "displayName": "Hz",
3977
+ "unitPattern-count-one": "{0} Hz",
3978
+ "unitPattern-count-two": "{0} Hz",
3979
+ "unitPattern-count-many": "{0} Hz",
3980
+ "unitPattern-count-other": "{0} Hz"
3981
+ },
3982
+ "graphics-em": {
3983
+ "displayName": "em",
3984
+ "unitPattern-count-one": "‎{0} em ‎",
3985
+ "unitPattern-count-two": "‎{0} em ‎",
3986
+ "unitPattern-count-many": "‎{0} em ‎",
3987
+ "unitPattern-count-other": "‎{0} em ‎"
3988
+ },
3989
+ "graphics-pixel": {
3990
+ "displayName": "px",
3991
+ "unitPattern-count-one": "‎{0} px ‎",
3992
+ "unitPattern-count-two": "‎{0} px ‎",
3993
+ "unitPattern-count-many": "‎{0} px ‎",
3994
+ "unitPattern-count-other": "‎{0} px ‎"
3995
+ },
3996
+ "graphics-megapixel": {
3997
+ "displayName": "MP",
3998
+ "unitPattern-count-one": "‎{0} MP ‎",
3999
+ "unitPattern-count-two": "‎{0} MP ‎",
4000
+ "unitPattern-count-many": "‎{0} MP ‎",
4001
+ "unitPattern-count-other": "‎{0} MP ‎"
4002
+ },
4003
+ "graphics-pixel-per-centimeter": {
4004
+ "displayName": "ppcm",
4005
+ "unitPattern-count-one": "‎{0} ppcm‎",
4006
+ "unitPattern-count-two": "‎{0} ppcm‎",
4007
+ "unitPattern-count-many": "‎{0} ppcm‎",
4008
+ "unitPattern-count-other": "‎{0} ppcm‎"
4009
+ },
4010
+ "graphics-pixel-per-inch": {
4011
+ "displayName": "ppi",
4012
+ "unitPattern-count-one": "‎{0} ppi‎",
4013
+ "unitPattern-count-two": "‎{0} ppi‎",
4014
+ "unitPattern-count-many": "‎{0} ppi‎",
4015
+ "unitPattern-count-other": "‎{0} ppi‎"
4016
+ },
4017
+ "graphics-dot-per-centimeter": {
4018
+ "displayName": "ppcm",
4019
+ "unitPattern-count-one": "‎{0} dpcm",
4020
+ "unitPattern-count-two": "‎{0} dpcm",
4021
+ "unitPattern-count-many": "‎{0} dpcm",
4022
+ "unitPattern-count-other": "‎{0} dpcm"
4023
+ },
4024
+ "graphics-dot-per-inch": {
4025
+ "displayName": "ppi",
4026
+ "unitPattern-count-one": "‎{0} dpi‎",
4027
+ "unitPattern-count-two": "‎{0} dpi‎",
4028
+ "unitPattern-count-many": "‎{0} dpi‎",
4029
+ "unitPattern-count-other": "‎{0} dpi‎"
4030
+ },
4031
+ "graphics-dot": {
4032
+ "displayName": "נקודה קטנה",
4033
+ "unitPattern-count-one": "{0} נק′ קטנה",
4034
+ "unitPattern-count-two": "{0} נק′ קטנות",
4035
+ "unitPattern-count-many": "{0} נק′ קטנות",
4036
+ "unitPattern-count-other": "{0} נק′ קטנות"
4037
+ },
4038
+ "length-earth-radius": {
4039
+ "displayName": "R⊕",
4040
+ "unitPattern-count-one": "{0} R⊕",
4041
+ "unitPattern-count-two": "{0} R⊕",
4042
+ "unitPattern-count-many": "{0} R⊕",
4043
+ "unitPattern-count-other": "{0} R⊕"
4044
+ },
4045
+ "length-kilometer": {
4046
+ "displayName": "ק״מ",
4047
+ "unitPattern-count-one": "{0} ק״מ",
4048
+ "unitPattern-count-two": "{0} ק״מ",
4049
+ "unitPattern-count-many": "{0} ק״מ",
4050
+ "unitPattern-count-other": "{0} ק״מ",
4051
+ "perUnitPattern": "{0}/ק״מ"
4052
+ },
4053
+ "length-meter": {
4054
+ "displayName": "מטרים",
4055
+ "unitPattern-count-one": "{0} מ׳",
4056
+ "unitPattern-count-two": "{0} מ׳",
4057
+ "unitPattern-count-many": "{0} מ׳",
4058
+ "unitPattern-count-other": "{0} מ׳",
4059
+ "perUnitPattern": "{0}/מ׳"
4060
+ },
4061
+ "length-decimeter": {
4062
+ "displayName": "ד״מ",
4063
+ "unitPattern-count-one": "{0} ד״מ",
4064
+ "unitPattern-count-two": "{0} ד״מ",
4065
+ "unitPattern-count-many": "{0} ד״מ",
4066
+ "unitPattern-count-other": "{0} ד״מ"
4067
+ },
4068
+ "length-centimeter": {
4069
+ "displayName": "ס״מ",
4070
+ "unitPattern-count-one": "{0} ס״מ",
4071
+ "unitPattern-count-two": "{0} ס״מ",
4072
+ "unitPattern-count-many": "{0} ס״מ",
4073
+ "unitPattern-count-other": "{0} ס״מ",
4074
+ "perUnitPattern": "{0}/ס״מ"
4075
+ },
4076
+ "length-millimeter": {
4077
+ "displayName": "מ״מ",
4078
+ "unitPattern-count-one": "מ″מ {0}",
4079
+ "unitPattern-count-two": "{0} מ״מ",
4080
+ "unitPattern-count-many": "{0} מ״מ",
4081
+ "unitPattern-count-other": "{0} מ״מ"
4082
+ },
4083
+ "length-micrometer": {
4084
+ "displayName": "μm",
4085
+ "unitPattern-count-one": "‎{0} μm‎",
4086
+ "unitPattern-count-two": "‎{0} μm‎",
4087
+ "unitPattern-count-many": "‎{0} μm‎",
4088
+ "unitPattern-count-other": "‎{0} μm‎"
4089
+ },
4090
+ "length-nanometer": {
4091
+ "displayName": "nm",
4092
+ "unitPattern-count-one": "‎{0} nm",
4093
+ "unitPattern-count-two": "‎{0} nm",
4094
+ "unitPattern-count-many": "‎{0} nm",
4095
+ "unitPattern-count-other": "‎{0} nm"
4096
+ },
4097
+ "length-picometer": {
4098
+ "displayName": "פ״מ",
4099
+ "unitPattern-count-one": "פ“מ {0}",
4100
+ "unitPattern-count-two": "{0} פ\"מ",
4101
+ "unitPattern-count-many": "{0} פ\"מ",
4102
+ "unitPattern-count-other": "{0} פ\"מ"
4103
+ },
4104
+ "length-mile": {
4105
+ "displayName": "מייל",
4106
+ "unitPattern-count-one": "{0} מייל",
4107
+ "unitPattern-count-two": "{0} מייל",
4108
+ "unitPattern-count-many": "{0} מייל",
4109
+ "unitPattern-count-other": "{0} מייל"
4110
+ },
4111
+ "length-yard": {
4112
+ "displayName": "יארד",
4113
+ "unitPattern-count-one": "יארד {0}",
4114
+ "unitPattern-count-two": "{0} יארד",
4115
+ "unitPattern-count-many": "{0} יארד",
4116
+ "unitPattern-count-other": "{0} יארד"
4117
+ },
4118
+ "length-foot": {
4119
+ "displayName": "רגל",
4120
+ "unitPattern-count-one": "‎{0} ft",
4121
+ "unitPattern-count-two": "‎{0} ft",
4122
+ "unitPattern-count-many": "‎{0} ft",
4123
+ "unitPattern-count-other": "‎{0} ft",
4124
+ "perUnitPattern": "‎{0}/ft"
4125
+ },
4126
+ "length-inch": {
4127
+ "displayName": "אינץ׳",
4128
+ "unitPattern-count-one": "‎{0} in",
4129
+ "unitPattern-count-two": "‎{0} in",
4130
+ "unitPattern-count-many": "‎{0} in",
4131
+ "unitPattern-count-other": "‎{0} in",
4132
+ "perUnitPattern": "‎{0}/in"
4133
+ },
4134
+ "length-parsec": {
4135
+ "displayName": "pc",
4136
+ "unitPattern-count-one": "‎{0} pc",
4137
+ "unitPattern-count-two": "‎{0} pc",
4138
+ "unitPattern-count-many": "‎{0} pc",
4139
+ "unitPattern-count-other": "‎{0} pc"
4140
+ },
4141
+ "length-light-year": {
4142
+ "displayName": "שנות אור",
4143
+ "unitPattern-count-one": "שנת אור {0}",
4144
+ "unitPattern-count-two": "{0} שנות אור",
4145
+ "unitPattern-count-many": "{0} שנות אור",
4146
+ "unitPattern-count-other": "{0} שנות אור"
4147
+ },
4148
+ "length-astronomical-unit": {
4149
+ "displayName": "au",
4150
+ "unitPattern-count-one": "‎{0} au",
4151
+ "unitPattern-count-two": "‎{0} au",
4152
+ "unitPattern-count-many": "‎{0} au",
4153
+ "unitPattern-count-other": "‎{0} au"
4154
+ },
4155
+ "length-furlong": {
4156
+ "displayName": "fur",
4157
+ "unitPattern-count-one": "{0} fur",
4158
+ "unitPattern-count-two": "{0} fur",
4159
+ "unitPattern-count-many": "{0} fur",
4160
+ "unitPattern-count-other": "{0} fur"
4161
+ },
4162
+ "length-fathom": {
4163
+ "displayName": "fm",
4164
+ "unitPattern-count-one": "{0} fth",
4165
+ "unitPattern-count-two": "{0} fth",
4166
+ "unitPattern-count-many": "{0} fth",
4167
+ "unitPattern-count-other": "{0} fth"
4168
+ },
4169
+ "length-nautical-mile": {
4170
+ "displayName": "מ״י",
4171
+ "unitPattern-count-one": "מ״י אחד",
4172
+ "unitPattern-count-two": "שני מ״י",
4173
+ "unitPattern-count-many": "{0} מ״י",
4174
+ "unitPattern-count-other": "{0} מ״י"
4175
+ },
4176
+ "length-mile-scandinavian": {
4177
+ "displayName": "smi",
4178
+ "unitPattern-count-one": "{0} smi",
4179
+ "unitPattern-count-two": "{0} smi",
4180
+ "unitPattern-count-many": "{0} smi",
4181
+ "unitPattern-count-other": "{0} smi"
4182
+ },
4183
+ "length-point": {
4184
+ "displayName": "נקודות",
4185
+ "unitPattern-count-one": "{0} נק'",
4186
+ "unitPattern-count-two": "{0} נק'",
4187
+ "unitPattern-count-many": "{0} נק'",
4188
+ "unitPattern-count-other": "{0} נק'"
4189
+ },
4190
+ "length-solar-radius": {
4191
+ "displayName": "R☉",
4192
+ "unitPattern-count-one": "‎{0} R☉‎",
4193
+ "unitPattern-count-two": "‎{0} R☉‎",
4194
+ "unitPattern-count-many": "‎{0} R☉‎",
4195
+ "unitPattern-count-other": "‎{0} R☉‎"
4196
+ },
4197
+ "light-lux": {
4198
+ "displayName": "lux",
4199
+ "unitPattern-count-one": "{0} lx",
4200
+ "unitPattern-count-two": "{0} lx",
4201
+ "unitPattern-count-many": "{0} lx",
4202
+ "unitPattern-count-other": "{0} lx"
4203
+ },
4204
+ "light-candela": {
4205
+ "displayName": "cd",
4206
+ "unitPattern-count-one": "{0} cd",
4207
+ "unitPattern-count-two": "{0} cd",
4208
+ "unitPattern-count-many": "{0} cd",
4209
+ "unitPattern-count-other": "{0} cd"
4210
+ },
4211
+ "light-lumen": {
4212
+ "displayName": "lm",
4213
+ "unitPattern-count-one": "{0} lm",
4214
+ "unitPattern-count-two": "{0} lm",
4215
+ "unitPattern-count-many": "{0} lm",
4216
+ "unitPattern-count-other": "{0} lm"
4217
+ },
4218
+ "light-solar-luminosity": {
4219
+ "displayName": "L☉",
4220
+ "unitPattern-count-one": "{0} L☉",
4221
+ "unitPattern-count-two": "{0} L☉",
4222
+ "unitPattern-count-many": "{0} L☉",
4223
+ "unitPattern-count-other": "{0} L☉"
4224
+ },
4225
+ "mass-tonne": {
4226
+ "displayName": "t",
4227
+ "unitPattern-count-one": "{0} t",
4228
+ "unitPattern-count-two": "{0} t",
4229
+ "unitPattern-count-many": "{0} t",
4230
+ "unitPattern-count-other": "{0} t"
4231
+ },
4232
+ "mass-kilogram": {
4233
+ "displayName": "ק״ג",
4234
+ "unitPattern-count-one": "ק״ג {0}",
4235
+ "unitPattern-count-two": "{0} ק״ג",
4236
+ "unitPattern-count-many": "{0} ק״ג",
4237
+ "unitPattern-count-other": "{0} ק״ג",
4238
+ "perUnitPattern": "{0}/ק״ג"
4239
+ },
4240
+ "mass-gram": {
4241
+ "displayName": "גרם",
4242
+ "unitPattern-count-one": "גר׳ {0}",
4243
+ "unitPattern-count-two": "{0} גר׳",
4244
+ "unitPattern-count-many": "{0} גר׳",
4245
+ "unitPattern-count-other": "{0} גר׳",
4246
+ "perUnitPattern": "{0}/גר׳"
4247
+ },
4248
+ "mass-milligram": {
4249
+ "displayName": "מ״ג",
4250
+ "unitPattern-count-one": "{0} מ״ג",
4251
+ "unitPattern-count-two": "{0} מ״ג",
4252
+ "unitPattern-count-many": "{0} מ״ג",
4253
+ "unitPattern-count-other": "{0} מ״ג"
4254
+ },
4255
+ "mass-microgram": {
4256
+ "displayName": "מק״ג",
4257
+ "unitPattern-count-one": "{0} מק״ג",
4258
+ "unitPattern-count-two": "{0} מק״ג",
4259
+ "unitPattern-count-many": "{0} מק״ג",
4260
+ "unitPattern-count-other": "{0} מק״ג"
4261
+ },
4262
+ "mass-ton": {
4263
+ "displayName": "טונה",
4264
+ "unitPattern-count-one": "ט׳ {0}",
4265
+ "unitPattern-count-two": "{0} ט׳",
4266
+ "unitPattern-count-many": "{0} ט׳",
4267
+ "unitPattern-count-other": "{0} ט׳"
4268
+ },
4269
+ "mass-stone": {
4270
+ "displayName": "סטון",
4271
+ "unitPattern-count-one": "סטון {0}",
4272
+ "unitPattern-count-two": "{0} סטון",
4273
+ "unitPattern-count-many": "{0} סטון",
4274
+ "unitPattern-count-other": "{0} סטון"
4275
+ },
4276
+ "mass-pound": {
4277
+ "displayName": "פאונד",
4278
+ "unitPattern-count-one": "{0} lb",
4279
+ "unitPattern-count-two": "{0} lbs",
4280
+ "unitPattern-count-many": "{0} lbs",
4281
+ "unitPattern-count-other": "{0} lbs",
4282
+ "perUnitPattern": "{0}/lb"
4283
+ },
4284
+ "mass-ounce": {
4285
+ "displayName": "oz",
4286
+ "unitPattern-count-one": "{0} oz",
4287
+ "unitPattern-count-two": "{0} oz",
4288
+ "unitPattern-count-many": "{0} oz",
4289
+ "unitPattern-count-other": "{0} oz",
4290
+ "perUnitPattern": "{0}/oz"
4291
+ },
4292
+ "mass-ounce-troy": {
4293
+ "displayName": "oz t",
4294
+ "unitPattern-count-one": "{0} oz t",
4295
+ "unitPattern-count-two": "{0} oz t",
4296
+ "unitPattern-count-many": "{0} oz t",
4297
+ "unitPattern-count-other": "{0} oz t"
4298
+ },
4299
+ "mass-carat": {
4300
+ "displayName": "קרט",
4301
+ "unitPattern-count-one": "{0} CD",
4302
+ "unitPattern-count-two": "{0} CD",
4303
+ "unitPattern-count-many": "{0} CD",
4304
+ "unitPattern-count-other": "{0} CD"
4305
+ },
4306
+ "mass-dalton": {
4307
+ "displayName": "Da",
4308
+ "unitPattern-count-one": "{0} Da",
4309
+ "unitPattern-count-two": "{0} Da",
4310
+ "unitPattern-count-many": "{0} Da",
4311
+ "unitPattern-count-other": "{0} Da"
4312
+ },
4313
+ "mass-earth-mass": {
4314
+ "displayName": "M⊕",
4315
+ "unitPattern-count-one": "{0} M⊕",
4316
+ "unitPattern-count-two": "{0} M⊕",
4317
+ "unitPattern-count-many": "{0} M⊕",
4318
+ "unitPattern-count-other": "{0} M⊕"
4319
+ },
4320
+ "mass-solar-mass": {
4321
+ "displayName": "M☉",
4322
+ "unitPattern-count-one": "{0} M☉",
4323
+ "unitPattern-count-two": "{0} M☉",
4324
+ "unitPattern-count-many": "{0} M☉",
4325
+ "unitPattern-count-other": "{0} M☉"
4326
+ },
4327
+ "mass-grain": {
4328
+ "displayName": "גרעין",
4329
+ "unitPattern-count-one": "גרעין {0}",
4330
+ "unitPattern-count-two": "{0} גרעינים",
4331
+ "unitPattern-count-many": "{0} גרעינים",
4332
+ "unitPattern-count-other": "{0} גרעינים"
4333
+ },
4334
+ "power-gigawatt": {
4335
+ "displayName": "GW",
4336
+ "unitPattern-count-one": "{0} GW",
4337
+ "unitPattern-count-two": "{0} GW",
4338
+ "unitPattern-count-many": "{0} GW",
4339
+ "unitPattern-count-other": "{0} GW"
4340
+ },
4341
+ "power-megawatt": {
4342
+ "displayName": "MW",
4343
+ "unitPattern-count-one": "{0} MW",
4344
+ "unitPattern-count-two": "{0} MW",
4345
+ "unitPattern-count-many": "{0} MW",
4346
+ "unitPattern-count-other": "{0} MW"
4347
+ },
4348
+ "power-kilowatt": {
4349
+ "displayName": "kW",
4350
+ "unitPattern-count-one": "{0} kW",
4351
+ "unitPattern-count-two": "{0} kW",
4352
+ "unitPattern-count-many": "{0} kW",
4353
+ "unitPattern-count-other": "{0} kW"
4354
+ },
4355
+ "power-watt": {
4356
+ "displayName": "ואט",
4357
+ "unitPattern-count-one": "{0} W",
4358
+ "unitPattern-count-two": "{0} W",
4359
+ "unitPattern-count-many": "{0} W",
4360
+ "unitPattern-count-other": "{0} W"
4361
+ },
4362
+ "power-milliwatt": {
4363
+ "displayName": "mW",
4364
+ "unitPattern-count-one": "{0} mW",
4365
+ "unitPattern-count-two": "{0} mW",
4366
+ "unitPattern-count-many": "{0} mW",
4367
+ "unitPattern-count-other": "{0} mW"
4368
+ },
4369
+ "power-horsepower": {
4370
+ "displayName": "כ״ס",
4371
+ "unitPattern-count-one": "כ״ס {0}",
4372
+ "unitPattern-count-two": "{0} כ״ס",
4373
+ "unitPattern-count-many": "{0} כ״ס",
4374
+ "unitPattern-count-other": "{0} כ״ס"
4375
+ },
4376
+ "pressure-millimeter-ofhg": {
4377
+ "displayName": "mm Hg",
4378
+ "unitPattern-count-one": "{0} mm Hg",
4379
+ "unitPattern-count-two": "{0} mm Hg",
4380
+ "unitPattern-count-many": "{0} mm Hg",
4381
+ "unitPattern-count-other": "{0} mm Hg"
4382
+ },
4383
+ "pressure-pound-force-per-square-inch": {
4384
+ "displayName": "psi",
4385
+ "unitPattern-count-one": "{0} psi",
4386
+ "unitPattern-count-two": "{0} psi",
4387
+ "unitPattern-count-many": "{0} psi",
4388
+ "unitPattern-count-other": "{0} psi"
4389
+ },
4390
+ "pressure-inch-ofhg": {
4391
+ "displayName": "in Hg",
4392
+ "unitPattern-count-one": "{0} inHg",
4393
+ "unitPattern-count-two": "{0} inHg",
4394
+ "unitPattern-count-many": "{0} inHg",
4395
+ "unitPattern-count-other": "{0} inHg"
4396
+ },
4397
+ "pressure-bar": {
4398
+ "displayName": "בר",
4399
+ "unitPattern-count-one": "{0} בר",
4400
+ "unitPattern-count-two": "{0} בר",
4401
+ "unitPattern-count-many": "{0} בר",
4402
+ "unitPattern-count-other": "{0} בר"
4403
+ },
4404
+ "pressure-millibar": {
4405
+ "displayName": "mbar",
4406
+ "unitPattern-count-one": "{0} mbar",
4407
+ "unitPattern-count-two": "{0} mbar",
4408
+ "unitPattern-count-many": "{0} mbar",
4409
+ "unitPattern-count-other": "{0} mbar"
4410
+ },
4411
+ "pressure-atmosphere": {
4412
+ "displayName": "atm",
4413
+ "unitPattern-count-one": "{0} atm",
4414
+ "unitPattern-count-two": "{0} atm",
4415
+ "unitPattern-count-many": "{0} atm",
4416
+ "unitPattern-count-other": "{0} atm"
4417
+ },
4418
+ "pressure-pascal": {
4419
+ "displayName": "Pa",
4420
+ "unitPattern-count-one": "{0} Pa",
4421
+ "unitPattern-count-two": "{0} Pa",
4422
+ "unitPattern-count-many": "{0} Pa",
4423
+ "unitPattern-count-other": "{0} Pa"
4424
+ },
4425
+ "pressure-hectopascal": {
4426
+ "displayName": "hPa",
4427
+ "unitPattern-count-one": "{0} hPa",
4428
+ "unitPattern-count-two": "{0} hPa",
4429
+ "unitPattern-count-many": "{0} hPa",
4430
+ "unitPattern-count-other": "{0} hPa"
4431
+ },
4432
+ "pressure-kilopascal": {
4433
+ "displayName": "kPa",
4434
+ "unitPattern-count-one": "{0} kPa",
4435
+ "unitPattern-count-two": "{0} kPa",
4436
+ "unitPattern-count-many": "{0} kPa",
4437
+ "unitPattern-count-other": "{0} kPa"
4438
+ },
4439
+ "pressure-megapascal": {
4440
+ "displayName": "MPa",
4441
+ "unitPattern-count-one": "{0} MPa",
4442
+ "unitPattern-count-two": "{0} MPa",
4443
+ "unitPattern-count-many": "{0} MPa",
4444
+ "unitPattern-count-other": "{0} MPa"
4445
+ },
4446
+ "speed-kilometer-per-hour": {
4447
+ "displayName": "קמ״ש",
4448
+ "unitPattern-count-one": "{0} קמ״ש",
4449
+ "unitPattern-count-two": "{0} קמ״ש",
4450
+ "unitPattern-count-many": "{0} קמ״ש",
4451
+ "unitPattern-count-other": "{0} קמ״ש"
4452
+ },
4453
+ "speed-meter-per-second": {
4454
+ "displayName": "מ׳/שנ׳",
4455
+ "unitPattern-count-one": "{0} מ׳/שנ׳",
4456
+ "unitPattern-count-two": "{0} מ׳/שנ׳",
4457
+ "unitPattern-count-many": "{0} מ׳/שנ׳",
4458
+ "unitPattern-count-other": "{0} מ׳/שנ׳"
4459
+ },
4460
+ "speed-mile-per-hour": {
4461
+ "displayName": "mph",
4462
+ "unitPattern-count-one": "{0} mph",
4463
+ "unitPattern-count-two": "{0} mph",
4464
+ "unitPattern-count-many": "{0} mph",
4465
+ "unitPattern-count-other": "{0} mph"
4466
+ },
4467
+ "speed-knot": {
4468
+ "displayName": "kn",
4469
+ "unitPattern-count-one": "{0} kn",
4470
+ "unitPattern-count-two": "{0} kn",
4471
+ "unitPattern-count-many": "{0} kn",
4472
+ "unitPattern-count-other": "{0} kn"
4473
+ },
4474
+ "temperature-generic": {
4475
+ "displayName": "°",
4476
+ "unitPattern-count-one": "{0}°",
4477
+ "unitPattern-count-two": "{0}°",
4478
+ "unitPattern-count-many": "{0}°",
4479
+ "unitPattern-count-other": "{0}°"
4480
+ },
4481
+ "temperature-celsius": {
4482
+ "displayName": "°C",
4483
+ "unitPattern-count-one": "{0}°C",
4484
+ "unitPattern-count-two": "{0}°C",
4485
+ "unitPattern-count-many": "{0}°C",
4486
+ "unitPattern-count-other": "{0}°C"
4487
+ },
4488
+ "temperature-fahrenheit": {
4489
+ "displayName": "°F",
4490
+ "unitPattern-count-one": "{0}°F",
4491
+ "unitPattern-count-two": "{0}°F",
4492
+ "unitPattern-count-many": "{0}°F",
4493
+ "unitPattern-count-other": "{0}°F"
4494
+ },
4495
+ "temperature-kelvin": {
4496
+ "displayName": "K",
4497
+ "unitPattern-count-one": "{0} K",
4498
+ "unitPattern-count-two": "{0} K",
4499
+ "unitPattern-count-many": "{0} K",
4500
+ "unitPattern-count-other": "{0} K"
4501
+ },
4502
+ "torque-pound-force-foot": {
4503
+ "displayName": "lbf⋅ft",
4504
+ "unitPattern-count-one": "{0} lbf⋅ft",
4505
+ "unitPattern-count-two": "{0} lbf⋅ft",
4506
+ "unitPattern-count-many": "{0} lbf⋅ft",
4507
+ "unitPattern-count-other": "{0} lbf⋅ft"
4508
+ },
4509
+ "torque-newton-meter": {
4510
+ "displayName": "N⋅m",
4511
+ "unitPattern-count-one": "{0} N⋅m",
4512
+ "unitPattern-count-two": "{0} N⋅m",
4513
+ "unitPattern-count-many": "{0} N⋅m",
4514
+ "unitPattern-count-other": "{0} N⋅m"
4515
+ },
4516
+ "volume-cubic-kilometer": {
4517
+ "displayName": "קמ״ק",
4518
+ "unitPattern-count-one": "קמ״ק {0}",
4519
+ "unitPattern-count-two": "{0} קמ״ק",
4520
+ "unitPattern-count-many": "{0} קמ״ק",
4521
+ "unitPattern-count-other": "{0} קמ״ק"
4522
+ },
4523
+ "volume-cubic-meter": {
4524
+ "displayName": "m³",
4525
+ "unitPattern-count-one": "‎{0} m³",
4526
+ "unitPattern-count-two": "‎{0} m³",
4527
+ "unitPattern-count-many": "‎{0} m³",
4528
+ "unitPattern-count-other": "‎{0} m³",
4529
+ "perUnitPattern": "{0}/m³"
4530
+ },
4531
+ "volume-cubic-centimeter": {
4532
+ "displayName": "סמ״ק",
4533
+ "unitPattern-count-one": "{0} סמ״ק",
4534
+ "unitPattern-count-two": "{0} סמ״ק",
4535
+ "unitPattern-count-many": "{0} סמ״ק",
4536
+ "unitPattern-count-other": "{0} סמ״ק",
4537
+ "perUnitPattern": "{0}/סמ״ק"
4538
+ },
4539
+ "volume-cubic-mile": {
4540
+ "displayName": "mi³",
4541
+ "unitPattern-count-one": "‎{0} mi³",
4542
+ "unitPattern-count-two": "‎{0} mi³",
4543
+ "unitPattern-count-many": "‎{0} mi³",
4544
+ "unitPattern-count-other": "‎{0} mi³"
4545
+ },
4546
+ "volume-cubic-yard": {
4547
+ "displayName": "yd³",
4548
+ "unitPattern-count-one": "‎{0} yd³",
4549
+ "unitPattern-count-two": "‎{0} yd³",
4550
+ "unitPattern-count-many": "‎{0} yd³",
4551
+ "unitPattern-count-other": "‎{0} yd³"
4552
+ },
4553
+ "volume-cubic-foot": {
4554
+ "displayName": "feet³",
4555
+ "unitPattern-count-one": "‎{0} ft³",
4556
+ "unitPattern-count-two": "‎{0} ft³",
4557
+ "unitPattern-count-many": "‎{0} ft³",
4558
+ "unitPattern-count-other": "‎{0} ft³"
4559
+ },
4560
+ "volume-cubic-inch": {
4561
+ "displayName": "in³",
4562
+ "unitPattern-count-one": "‎{0} in³",
4563
+ "unitPattern-count-two": "‎{0} in³",
4564
+ "unitPattern-count-many": "‎{0} in³",
4565
+ "unitPattern-count-other": "‎{0} in³"
4566
+ },
4567
+ "volume-megaliter": {
4568
+ "displayName": "ML",
4569
+ "unitPattern-count-one": "‎{0} ML",
4570
+ "unitPattern-count-two": "‎{0} ML",
4571
+ "unitPattern-count-many": "‎{0} ML",
4572
+ "unitPattern-count-other": "‎{0} ML"
4573
+ },
4574
+ "volume-hectoliter": {
4575
+ "displayName": "hL",
4576
+ "unitPattern-count-one": "‎{0} hL",
4577
+ "unitPattern-count-two": "‎{0} hL",
4578
+ "unitPattern-count-many": "‎{0} hL",
4579
+ "unitPattern-count-other": "‎{0} hL"
4580
+ },
4581
+ "volume-liter": {
4582
+ "displayName": "ליטר",
4583
+ "unitPattern-count-one": "ל׳ {0}",
4584
+ "unitPattern-count-two": "{0} ל׳",
4585
+ "unitPattern-count-many": "{0} ל׳",
4586
+ "unitPattern-count-other": "{0} ל׳",
4587
+ "perUnitPattern": "{0}/ל׳"
4588
+ },
4589
+ "volume-deciliter": {
4590
+ "displayName": "דצ״ל",
4591
+ "unitPattern-count-one": "{0} דצ״ל",
4592
+ "unitPattern-count-two": "{0} דצ״ל",
4593
+ "unitPattern-count-many": "{0} דצ״ל",
4594
+ "unitPattern-count-other": "{0} דצ״ל"
4595
+ },
4596
+ "volume-centiliter": {
4597
+ "displayName": "cL",
4598
+ "unitPattern-count-one": "‎{0} cL",
4599
+ "unitPattern-count-two": "‎{0} cL",
4600
+ "unitPattern-count-many": "‎{0} cL",
4601
+ "unitPattern-count-other": "‎{0} cL"
4602
+ },
4603
+ "volume-milliliter": {
4604
+ "displayName": "מ״ל",
4605
+ "unitPattern-count-one": "מ״ל {0}",
4606
+ "unitPattern-count-two": "{0} מ״ל",
4607
+ "unitPattern-count-many": "{0} מ״ל",
4608
+ "unitPattern-count-other": "{0} מ״ל"
4609
+ },
4610
+ "volume-pint-metric": {
4611
+ "displayName": "mpt",
4612
+ "unitPattern-count-one": "‎{0} mpt",
4613
+ "unitPattern-count-two": "‎{0} mpt",
4614
+ "unitPattern-count-many": "‎{0} mpt",
4615
+ "unitPattern-count-other": "‎{0} mpt"
4616
+ },
4617
+ "volume-cup-metric": {
4618
+ "displayName": "mcup",
4619
+ "unitPattern-count-one": "‎{0} mc",
4620
+ "unitPattern-count-two": "‎{0} mc",
4621
+ "unitPattern-count-many": "‎{0} mc",
4622
+ "unitPattern-count-other": "‎{0} mc"
4623
+ },
4624
+ "volume-acre-foot": {
4625
+ "displayName": "ac ft",
4626
+ "unitPattern-count-one": "‎{0} ac ft",
4627
+ "unitPattern-count-two": "‎{0} ac ft",
4628
+ "unitPattern-count-many": "‎{0} ac ft",
4629
+ "unitPattern-count-other": "‎{0} ac ft"
4630
+ },
4631
+ "volume-bushel": {
4632
+ "displayName": "bu",
4633
+ "unitPattern-count-one": "{0} bu",
4634
+ "unitPattern-count-two": "{0} bu",
4635
+ "unitPattern-count-many": "{0} bu",
4636
+ "unitPattern-count-other": "{0} bu"
4637
+ },
4638
+ "volume-gallon": {
4639
+ "displayName": "גלון",
4640
+ "unitPattern-count-one": "{0} גל׳",
4641
+ "unitPattern-count-two": "{0} גל׳",
4642
+ "unitPattern-count-many": "{0} גל׳",
4643
+ "unitPattern-count-other": "{0} גל׳",
4644
+ "perUnitPattern": "{0}/גל׳"
4645
+ },
4646
+ "volume-gallon-imperial": {
4647
+ "displayName": "גלון בריטי",
4648
+ "unitPattern-count-one": "{0} גלון בריטי",
4649
+ "unitPattern-count-two": "{0} גלון בריטי",
4650
+ "unitPattern-count-many": "{0} גלון בריטי",
4651
+ "unitPattern-count-other": "{0} גלון בריטי",
4652
+ "perUnitPattern": "{0}/גלון בריטי"
4653
+ },
4654
+ "volume-quart": {
4655
+ "displayName": "qts",
4656
+ "unitPattern-count-one": "‎{0} qt",
4657
+ "unitPattern-count-two": "‎{0} qt",
4658
+ "unitPattern-count-many": "‎{0} qt",
4659
+ "unitPattern-count-other": "‎{0} qt"
4660
+ },
4661
+ "volume-pint": {
4662
+ "displayName": "פינט",
4663
+ "unitPattern-count-one": "‎{0} pt",
4664
+ "unitPattern-count-two": "‎{0} pt",
4665
+ "unitPattern-count-many": "‎{0} pt",
4666
+ "unitPattern-count-other": "‎{0} pt"
4667
+ },
4668
+ "volume-cup": {
4669
+ "displayName": "כוסות",
4670
+ "unitPattern-count-one": "כ׳ {0}",
4671
+ "unitPattern-count-two": "{0} כ׳",
4672
+ "unitPattern-count-many": "{0} כ׳",
4673
+ "unitPattern-count-other": "{0} כ׳"
4674
+ },
4675
+ "volume-fluid-ounce": {
4676
+ "displayName": "fl oz",
4677
+ "unitPattern-count-one": "‎{0} fl oz",
4678
+ "unitPattern-count-two": "‎{0} fl oz",
4679
+ "unitPattern-count-many": "‎{0} fl oz",
4680
+ "unitPattern-count-other": "‎{0} fl oz"
4681
+ },
4682
+ "volume-fluid-ounce-imperial": {
4683
+ "displayName": "Imp. fl oz",
4684
+ "unitPattern-count-one": "‎{0} fl oz Imp.‎",
4685
+ "unitPattern-count-two": "‎{0} fl oz Imp.‎",
4686
+ "unitPattern-count-many": "‎{0} fl oz Imp.‎",
4687
+ "unitPattern-count-other": "‎{0} fl oz Imp.‎"
4688
+ },
4689
+ "volume-tablespoon": {
4690
+ "displayName": "כפות",
4691
+ "unitPattern-count-one": "{0} כפ׳",
4692
+ "unitPattern-count-two": "{0} כפ׳",
4693
+ "unitPattern-count-many": "{0} כפ׳",
4694
+ "unitPattern-count-other": "{0} כפ׳"
4695
+ },
4696
+ "volume-teaspoon": {
4697
+ "displayName": "כפית",
4698
+ "unitPattern-count-one": "{0} כפי׳",
4699
+ "unitPattern-count-two": "{0} כפי׳",
4700
+ "unitPattern-count-many": "{0} כפי׳",
4701
+ "unitPattern-count-other": "{0} כפי׳"
4702
+ },
4703
+ "volume-barrel": {
4704
+ "displayName": "bbl",
4705
+ "unitPattern-count-one": "‎{0} bbl",
4706
+ "unitPattern-count-two": "‎{0} bbl",
4707
+ "unitPattern-count-many": "‎{0} bbl",
4708
+ "unitPattern-count-other": "‎{0} bbl"
4709
+ },
4710
+ "volume-dessert-spoon": {
4711
+ "displayName": "dstspn",
4712
+ "unitPattern-count-one": "{0} dstspn",
4713
+ "unitPattern-count-two": "{0} dstspn",
4714
+ "unitPattern-count-many": "{0} dstspn",
4715
+ "unitPattern-count-other": "{0} dstspn"
4716
+ },
4717
+ "volume-dessert-spoon-imperial": {
4718
+ "displayName": "dstspn Imp",
4719
+ "unitPattern-count-one": "{0} dstspn Imp",
4720
+ "unitPattern-count-two": "{0} dstspn Imp",
4721
+ "unitPattern-count-many": "{0} dstspn Imp",
4722
+ "unitPattern-count-other": "{0} dstspn Imp"
4723
+ },
4724
+ "volume-drop": {
4725
+ "displayName": "טיפה",
4726
+ "unitPattern-count-one": "טיפה",
4727
+ "unitPattern-count-two": "{0} טיפות",
4728
+ "unitPattern-count-many": "{0} טיפות",
4729
+ "unitPattern-count-other": "{0} טיפות"
4730
+ },
4731
+ "volume-dram": {
4732
+ "displayName": "dram fluid",
4733
+ "unitPattern-count-one": "{0} dram fl",
4734
+ "unitPattern-count-two": "{0} dram fl",
4735
+ "unitPattern-count-many": "{0} dram fl",
4736
+ "unitPattern-count-other": "{0} dram fl"
4737
+ },
4738
+ "volume-jigger": {
4739
+ "displayName": "jigger",
4740
+ "unitPattern-count-one": "{0} jigger",
4741
+ "unitPattern-count-two": "{0} jigger",
4742
+ "unitPattern-count-many": "{0} jigger",
4743
+ "unitPattern-count-other": "{0} jigger"
4744
+ },
4745
+ "volume-pinch": {
4746
+ "displayName": "פינץ׳",
4747
+ "unitPattern-count-one": "{0} פינץ'",
4748
+ "unitPattern-count-two": "{0} פינץ'",
4749
+ "unitPattern-count-many": "{0} פינץ'",
4750
+ "unitPattern-count-other": "{0} פינץ'"
4751
+ },
4752
+ "volume-quart-imperial": {
4753
+ "displayName": "qt Imp",
4754
+ "unitPattern-count-one": "{0} qt Imp.",
4755
+ "unitPattern-count-two": "{0} qt Imp.",
4756
+ "unitPattern-count-many": "{0} qt Imp.",
4757
+ "unitPattern-count-other": "{0} qt Imp."
4758
+ },
4759
+ "coordinateUnit": {
4760
+ "displayName": "כיוון",
4761
+ "east": "{0} מז׳",
4762
+ "north": "{0} צפ׳",
4763
+ "south": "{0} דר׳",
4764
+ "west": "{0} מע׳"
4765
+ }
4766
+ }
4767
+ },
4768
+ "lenient-scope-number": {
4769
+ "minusSign": "-‒⁻₋−➖﹣-",
4770
+ "commaSign": ",،٫、︐︑﹐﹑,、",
4771
+ "plusSign": "+⁺₊➕﬩﹢+"
4772
+ },
4773
+ "currencyFormat-sap-short": {
4774
+ "1000-one": "‎¤ 0K‏",
4775
+ "1000-two": "‎¤ 0K‏",
4776
+ "1000-many": "‎¤ 0K‏",
4777
+ "1000-other": "‎¤ 0K‏",
4778
+ "10000-one": "‎¤ 00K‏",
4779
+ "10000-two": "‎¤ 00K‏",
4780
+ "10000-many": "‎¤ 00K‏",
4781
+ "10000-other": "‎¤ 00K‏",
4782
+ "100000-one": "‎¤ 000K‏",
4783
+ "100000-two": "‎¤ 000K‏",
4784
+ "100000-many": "‎¤ 000K‏",
4785
+ "100000-other": "‎¤ 000K‏",
4786
+ "1000000-one": "‎¤ 0M‏",
4787
+ "1000000-two": "‎¤ 0M‏",
4788
+ "1000000-many": "‎¤ 0M‏",
4789
+ "1000000-other": "‎¤ 0M‏",
4790
+ "10000000-one": "‎¤ 00M‏",
4791
+ "10000000-two": "‎¤ 00M‏",
4792
+ "10000000-many": "‎¤ 00M‏",
4793
+ "10000000-other": "‎¤ 00M‏",
4794
+ "100000000-one": "‎¤ 000M‏",
4795
+ "100000000-two": "‎¤ 000M‏",
4796
+ "100000000-many": "‎¤ 000M‏",
4797
+ "100000000-other": "‎¤ 000M‏",
4798
+ "1000000000-one": "‎¤ 0B‏",
4799
+ "1000000000-two": "‎¤ 0B‏",
4800
+ "1000000000-many": "‎¤ 0B‏",
4801
+ "1000000000-other": "‎¤ 0B‏",
4802
+ "10000000000-one": "‎¤ 00B‏",
4803
+ "10000000000-two": "‎¤ 00B‏",
4804
+ "10000000000-many": "‎¤ 00B‏",
4805
+ "10000000000-other": "‎¤ 00B‏",
4806
+ "100000000000-one": "‎¤ 000B‏",
4807
+ "100000000000-two": "‎¤ 000B‏",
4808
+ "100000000000-many": "‎¤ 000B‏",
4809
+ "100000000000-other": "‎¤ 000B‏",
4810
+ "1000000000000-one": "‎¤ 0T‏",
4811
+ "1000000000000-two": "‎¤ 0T‏",
4812
+ "1000000000000-many": "‎¤ 0T‏",
4813
+ "1000000000000-other": "‎¤ 0T‏",
4814
+ "10000000000000-one": "‎¤ 00T‏",
4815
+ "10000000000000-two": "‎¤ 00T‏",
4816
+ "10000000000000-many": "‎¤ 00T‏",
4817
+ "10000000000000-other": "‎¤ 00T‏",
4818
+ "100000000000000-one": "‎¤ 000T‏",
4819
+ "100000000000000-two": "‎¤ 000T‏",
4820
+ "100000000000000-many": "‎¤ 000T‏",
4821
+ "100000000000000-other": "‎¤ 000T‏"
4822
+ },
4823
+ "currencyDigits": {
4824
+ "ADP": 0,
4825
+ "AFN": 0,
4826
+ "ALL": 0,
4827
+ "BHD": 3,
4828
+ "BIF": 0,
4829
+ "BYR": 0,
4830
+ "CLF": 4,
4831
+ "CLP": 0,
4832
+ "DEFAULT": 2,
4833
+ "DJF": 0,
4834
+ "ESP": 0,
4835
+ "GNF": 0,
4836
+ "HUF": 0,
4837
+ "IQD": 0,
4838
+ "IRR": 0,
4839
+ "ISK": 0,
4840
+ "ITL": 0,
4841
+ "JOD": 3,
4842
+ "JPY": 0,
4843
+ "KMF": 0,
4844
+ "KPW": 0,
4845
+ "KRW": 0,
4846
+ "KWD": 3,
4847
+ "LAK": 0,
4848
+ "LBP": 0,
4849
+ "LUF": 0,
4850
+ "LYD": 3,
4851
+ "MGA": 0,
4852
+ "MGF": 0,
4853
+ "MMK": 0,
4854
+ "MRO": 0,
4855
+ "OMR": 3,
4856
+ "PYG": 0,
4857
+ "RSD": 0,
4858
+ "RWF": 0,
4859
+ "SLL": 0,
4860
+ "SOS": 0,
4861
+ "STD": 0,
4862
+ "SYP": 0,
4863
+ "TMM": 0,
4864
+ "TND": 3,
4865
+ "TRL": 0,
4866
+ "TWD": 0,
4867
+ "UGX": 0,
4868
+ "UYI": 0,
4869
+ "UYW": 4,
4870
+ "VND": 0,
4871
+ "VUV": 0,
4872
+ "XAF": 0,
4873
+ "XOF": 0,
4874
+ "XPF": 0,
4875
+ "YER": 0,
4876
+ "ZMK": 0,
4877
+ "ZWD": 0
4878
+ },
2624
4879
  "plurals": {
2625
- "one": "i = 1 and v = 0",
2626
- "two": "i = 2 and v = 0",
2627
- "many": "v = 0 and n != 0..10 and n % 10 = 0"
4880
+ "one": "i = 1 and v = 0 or i = 0 and v != 0",
4881
+ "two": "i = 2 and v = 0"
2628
4882
  },
2629
4883
  "weekData-minDays": 1,
2630
4884
  "weekData-firstDay": 0,
@@ -2636,41 +4890,56 @@
2636
4890
  },
2637
4891
  "eras-gregorian": {
2638
4892
  "0": {
4893
+ "_code": "gregory-inverse",
4894
+ "_aliases": "bc bce",
2639
4895
  "_end": "0-12-31"
2640
4896
  },
2641
4897
  "1": {
4898
+ "_code": "gregory",
4899
+ "_aliases": "ad ce",
2642
4900
  "_start": "1-01-01"
2643
4901
  }
2644
4902
  },
2645
4903
  "eras-islamic": {
2646
4904
  "0": {
4905
+ "_code": "islamic",
4906
+ "_aliases": "ah",
2647
4907
  "_start": "622-7-15"
2648
4908
  }
2649
4909
  },
2650
4910
  "eras-persian": {
2651
4911
  "0": {
4912
+ "_code": "persian",
4913
+ "_aliases": "ap",
2652
4914
  "_start": "622-01-01"
2653
4915
  }
2654
4916
  },
2655
4917
  "eras-buddhist": {
2656
4918
  "0": {
4919
+ "_code": "buddhist",
4920
+ "_aliases": "be",
2657
4921
  "_start": "-542-01-01"
2658
4922
  }
2659
4923
  },
2660
4924
  "eras-japanese": {
2661
4925
  "232": {
4926
+ "_code": "meiji",
2662
4927
  "_start": "1868-9-8"
2663
4928
  },
2664
4929
  "233": {
4930
+ "_code": "taisho",
2665
4931
  "_start": "1912-7-30"
2666
4932
  },
2667
4933
  "234": {
4934
+ "_code": "showa",
2668
4935
  "_start": "1926-12-25"
2669
4936
  },
2670
4937
  "235": {
4938
+ "_code": "heisei",
2671
4939
  "_start": "1989-1-8"
2672
4940
  },
2673
4941
  "236": {
4942
+ "_code": "reiwa",
2674
4943
  "_start": "2019-5-1"
2675
4944
  }
2676
4945
  },