@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": "left-to-right",
6
6
  "ca-gregorian": {
7
7
  "dateFormats": {
@@ -404,6 +404,48 @@
404
404
  ]
405
405
  }
406
406
  },
407
+ "quarters": {
408
+ "format": {
409
+ "abbreviated": [
410
+ "Q1",
411
+ "Q2",
412
+ "Q3",
413
+ "Q4"
414
+ ],
415
+ "narrow": [
416
+ "1",
417
+ "2",
418
+ "3",
419
+ "4"
420
+ ],
421
+ "wide": [
422
+ "第1四半期",
423
+ "第2四半期",
424
+ "第3四半期",
425
+ "第4四半期"
426
+ ]
427
+ },
428
+ "stand-alone": {
429
+ "abbreviated": [
430
+ "Q1",
431
+ "Q2",
432
+ "Q3",
433
+ "Q4"
434
+ ],
435
+ "narrow": [
436
+ "1",
437
+ "2",
438
+ "3",
439
+ "4"
440
+ ],
441
+ "wide": [
442
+ "第1四半期",
443
+ "第2四半期",
444
+ "第3四半期",
445
+ "第4四半期"
446
+ ]
447
+ }
448
+ },
407
449
  "dayPeriods": {
408
450
  "format": {
409
451
  "abbreviated": [
@@ -434,6 +476,66 @@
434
476
  ]
435
477
  }
436
478
  },
479
+ "flexibleDayPeriods": {
480
+ "format": {
481
+ "abbreviated": {
482
+ "midnight": "真夜中",
483
+ "noon": "正午",
484
+ "morning1": "朝",
485
+ "afternoon1": "昼",
486
+ "evening1": "夕方",
487
+ "night1": "夜",
488
+ "night2": "夜中"
489
+ },
490
+ "narrow": {
491
+ "midnight": "真夜中",
492
+ "noon": "正午",
493
+ "morning1": "朝",
494
+ "afternoon1": "昼",
495
+ "evening1": "夕方",
496
+ "night1": "夜",
497
+ "night2": "夜中"
498
+ },
499
+ "wide": {
500
+ "midnight": "真夜中",
501
+ "noon": "正午",
502
+ "morning1": "朝",
503
+ "afternoon1": "昼",
504
+ "evening1": "夕方",
505
+ "night1": "夜",
506
+ "night2": "夜中"
507
+ }
508
+ },
509
+ "stand-alone": {
510
+ "abbreviated": {
511
+ "midnight": "真夜中",
512
+ "noon": "正午",
513
+ "morning1": "朝",
514
+ "afternoon1": "昼",
515
+ "evening1": "夕方",
516
+ "night1": "夜",
517
+ "night2": "夜中"
518
+ },
519
+ "narrow": {
520
+ "midnight": "真夜中",
521
+ "noon": "正午",
522
+ "morning1": "朝",
523
+ "afternoon1": "昼",
524
+ "evening1": "夕方",
525
+ "night1": "夜",
526
+ "night2": "夜中"
527
+ },
528
+ "wide": {
529
+ "midnight": "真夜中",
530
+ "noon": "正午",
531
+ "morning1": "朝",
532
+ "afternoon1": "昼",
533
+ "evening1": "夕方",
534
+ "night1": "夜",
535
+ "night2": "夜中"
536
+ }
537
+ }
538
+ },
437
539
  "era-wide": {
438
540
  "0": "紀元前",
439
541
  "1": "西暦"
@@ -859,6 +961,48 @@
859
961
  ]
860
962
  }
861
963
  },
964
+ "quarters": {
965
+ "format": {
966
+ "abbreviated": [
967
+ "Q1",
968
+ "Q2",
969
+ "Q3",
970
+ "Q4"
971
+ ],
972
+ "narrow": [
973
+ "1",
974
+ "2",
975
+ "3",
976
+ "4"
977
+ ],
978
+ "wide": [
979
+ "第1四半期",
980
+ "第2四半期",
981
+ "第3四半期",
982
+ "第4四半期"
983
+ ]
984
+ },
985
+ "stand-alone": {
986
+ "abbreviated": [
987
+ "Q1",
988
+ "Q2",
989
+ "Q3",
990
+ "Q4"
991
+ ],
992
+ "narrow": [
993
+ "1",
994
+ "2",
995
+ "3",
996
+ "4"
997
+ ],
998
+ "wide": [
999
+ "第1四半期",
1000
+ "第2四半期",
1001
+ "第3四半期",
1002
+ "第4四半期"
1003
+ ]
1004
+ }
1005
+ },
862
1006
  "dayPeriods": {
863
1007
  "format": {
864
1008
  "abbreviated": [
@@ -889,6 +1033,66 @@
889
1033
  ]
890
1034
  }
891
1035
  },
1036
+ "flexibleDayPeriods": {
1037
+ "format": {
1038
+ "abbreviated": {
1039
+ "midnight": "真夜中",
1040
+ "noon": "正午",
1041
+ "morning1": "朝",
1042
+ "afternoon1": "昼",
1043
+ "evening1": "夕方",
1044
+ "night1": "夜",
1045
+ "night2": "夜中"
1046
+ },
1047
+ "narrow": {
1048
+ "midnight": "真夜中",
1049
+ "noon": "正午",
1050
+ "morning1": "朝",
1051
+ "afternoon1": "昼",
1052
+ "evening1": "夕方",
1053
+ "night1": "夜",
1054
+ "night2": "夜中"
1055
+ },
1056
+ "wide": {
1057
+ "midnight": "真夜中",
1058
+ "noon": "正午",
1059
+ "morning1": "朝",
1060
+ "afternoon1": "昼",
1061
+ "evening1": "夕方",
1062
+ "night1": "夜",
1063
+ "night2": "夜中"
1064
+ }
1065
+ },
1066
+ "stand-alone": {
1067
+ "abbreviated": {
1068
+ "midnight": "真夜中",
1069
+ "noon": "正午",
1070
+ "morning1": "朝",
1071
+ "afternoon1": "昼",
1072
+ "evening1": "夕方",
1073
+ "night1": "夜",
1074
+ "night2": "夜中"
1075
+ },
1076
+ "narrow": {
1077
+ "midnight": "真夜中",
1078
+ "noon": "正午",
1079
+ "morning1": "朝",
1080
+ "afternoon1": "昼",
1081
+ "evening1": "夕方",
1082
+ "night1": "夜",
1083
+ "night2": "夜中"
1084
+ },
1085
+ "wide": {
1086
+ "midnight": "真夜中",
1087
+ "noon": "正午",
1088
+ "morning1": "朝",
1089
+ "afternoon1": "昼",
1090
+ "evening1": "夕方",
1091
+ "night1": "夜",
1092
+ "night2": "夜中"
1093
+ }
1094
+ }
1095
+ },
892
1096
  "era-wide": {
893
1097
  "0": "AH"
894
1098
  },
@@ -1320,6 +1524,48 @@
1320
1524
  ]
1321
1525
  }
1322
1526
  },
1527
+ "quarters": {
1528
+ "format": {
1529
+ "abbreviated": [
1530
+ "Q1",
1531
+ "Q2",
1532
+ "Q3",
1533
+ "Q4"
1534
+ ],
1535
+ "narrow": [
1536
+ "1",
1537
+ "2",
1538
+ "3",
1539
+ "4"
1540
+ ],
1541
+ "wide": [
1542
+ "第1四半期",
1543
+ "第2四半期",
1544
+ "第3四半期",
1545
+ "第4四半期"
1546
+ ]
1547
+ },
1548
+ "stand-alone": {
1549
+ "abbreviated": [
1550
+ "Q1",
1551
+ "Q2",
1552
+ "Q3",
1553
+ "Q4"
1554
+ ],
1555
+ "narrow": [
1556
+ "1",
1557
+ "2",
1558
+ "3",
1559
+ "4"
1560
+ ],
1561
+ "wide": [
1562
+ "第1四半期",
1563
+ "第2四半期",
1564
+ "第3四半期",
1565
+ "第4四半期"
1566
+ ]
1567
+ }
1568
+ },
1323
1569
  "dayPeriods": {
1324
1570
  "format": {
1325
1571
  "abbreviated": [
@@ -1350,6 +1596,66 @@
1350
1596
  ]
1351
1597
  }
1352
1598
  },
1599
+ "flexibleDayPeriods": {
1600
+ "format": {
1601
+ "abbreviated": {
1602
+ "midnight": "真夜中",
1603
+ "noon": "正午",
1604
+ "morning1": "朝",
1605
+ "afternoon1": "昼",
1606
+ "evening1": "夕方",
1607
+ "night1": "夜",
1608
+ "night2": "夜中"
1609
+ },
1610
+ "narrow": {
1611
+ "midnight": "真夜中",
1612
+ "noon": "正午",
1613
+ "morning1": "朝",
1614
+ "afternoon1": "昼",
1615
+ "evening1": "夕方",
1616
+ "night1": "夜",
1617
+ "night2": "夜中"
1618
+ },
1619
+ "wide": {
1620
+ "midnight": "真夜中",
1621
+ "noon": "正午",
1622
+ "morning1": "朝",
1623
+ "afternoon1": "昼",
1624
+ "evening1": "夕方",
1625
+ "night1": "夜",
1626
+ "night2": "夜中"
1627
+ }
1628
+ },
1629
+ "stand-alone": {
1630
+ "abbreviated": {
1631
+ "midnight": "真夜中",
1632
+ "noon": "正午",
1633
+ "morning1": "朝",
1634
+ "afternoon1": "昼",
1635
+ "evening1": "夕方",
1636
+ "night1": "夜",
1637
+ "night2": "夜中"
1638
+ },
1639
+ "narrow": {
1640
+ "midnight": "真夜中",
1641
+ "noon": "正午",
1642
+ "morning1": "朝",
1643
+ "afternoon1": "昼",
1644
+ "evening1": "夕方",
1645
+ "night1": "夜",
1646
+ "night2": "夜中"
1647
+ },
1648
+ "wide": {
1649
+ "midnight": "真夜中",
1650
+ "noon": "正午",
1651
+ "morning1": "朝",
1652
+ "afternoon1": "昼",
1653
+ "evening1": "夕方",
1654
+ "night1": "夜",
1655
+ "night2": "夜中"
1656
+ }
1657
+ }
1658
+ },
1353
1659
  "era-wide": {
1354
1660
  "232": "明治",
1355
1661
  "233": "大正",
@@ -1784,6 +2090,48 @@
1784
2090
  ]
1785
2091
  }
1786
2092
  },
2093
+ "quarters": {
2094
+ "format": {
2095
+ "abbreviated": [
2096
+ "Q1",
2097
+ "Q2",
2098
+ "Q3",
2099
+ "Q4"
2100
+ ],
2101
+ "narrow": [
2102
+ "1",
2103
+ "2",
2104
+ "3",
2105
+ "4"
2106
+ ],
2107
+ "wide": [
2108
+ "第1四半期",
2109
+ "第2四半期",
2110
+ "第3四半期",
2111
+ "第4四半期"
2112
+ ]
2113
+ },
2114
+ "stand-alone": {
2115
+ "abbreviated": [
2116
+ "Q1",
2117
+ "Q2",
2118
+ "Q3",
2119
+ "Q4"
2120
+ ],
2121
+ "narrow": [
2122
+ "1",
2123
+ "2",
2124
+ "3",
2125
+ "4"
2126
+ ],
2127
+ "wide": [
2128
+ "第1四半期",
2129
+ "第2四半期",
2130
+ "第3四半期",
2131
+ "第4四半期"
2132
+ ]
2133
+ }
2134
+ },
1787
2135
  "dayPeriods": {
1788
2136
  "format": {
1789
2137
  "abbreviated": [
@@ -1814,6 +2162,66 @@
1814
2162
  ]
1815
2163
  }
1816
2164
  },
2165
+ "flexibleDayPeriods": {
2166
+ "format": {
2167
+ "abbreviated": {
2168
+ "midnight": "真夜中",
2169
+ "noon": "正午",
2170
+ "morning1": "朝",
2171
+ "afternoon1": "昼",
2172
+ "evening1": "夕方",
2173
+ "night1": "夜",
2174
+ "night2": "夜中"
2175
+ },
2176
+ "narrow": {
2177
+ "midnight": "真夜中",
2178
+ "noon": "正午",
2179
+ "morning1": "朝",
2180
+ "afternoon1": "昼",
2181
+ "evening1": "夕方",
2182
+ "night1": "夜",
2183
+ "night2": "夜中"
2184
+ },
2185
+ "wide": {
2186
+ "midnight": "真夜中",
2187
+ "noon": "正午",
2188
+ "morning1": "朝",
2189
+ "afternoon1": "昼",
2190
+ "evening1": "夕方",
2191
+ "night1": "夜",
2192
+ "night2": "夜中"
2193
+ }
2194
+ },
2195
+ "stand-alone": {
2196
+ "abbreviated": {
2197
+ "midnight": "真夜中",
2198
+ "noon": "正午",
2199
+ "morning1": "朝",
2200
+ "afternoon1": "昼",
2201
+ "evening1": "夕方",
2202
+ "night1": "夜",
2203
+ "night2": "夜中"
2204
+ },
2205
+ "narrow": {
2206
+ "midnight": "真夜中",
2207
+ "noon": "正午",
2208
+ "morning1": "朝",
2209
+ "afternoon1": "昼",
2210
+ "evening1": "夕方",
2211
+ "night1": "夜",
2212
+ "night2": "夜中"
2213
+ },
2214
+ "wide": {
2215
+ "midnight": "真夜中",
2216
+ "noon": "正午",
2217
+ "morning1": "朝",
2218
+ "afternoon1": "昼",
2219
+ "evening1": "夕方",
2220
+ "night1": "夜",
2221
+ "night2": "夜中"
2222
+ }
2223
+ }
2224
+ },
1817
2225
  "era-wide": {
1818
2226
  "0": "AP"
1819
2227
  },
@@ -2237,6 +2645,48 @@
2237
2645
  ]
2238
2646
  }
2239
2647
  },
2648
+ "quarters": {
2649
+ "format": {
2650
+ "abbreviated": [
2651
+ "Q1",
2652
+ "Q2",
2653
+ "Q3",
2654
+ "Q4"
2655
+ ],
2656
+ "narrow": [
2657
+ "1",
2658
+ "2",
2659
+ "3",
2660
+ "4"
2661
+ ],
2662
+ "wide": [
2663
+ "第1四半期",
2664
+ "第2四半期",
2665
+ "第3四半期",
2666
+ "第4四半期"
2667
+ ]
2668
+ },
2669
+ "stand-alone": {
2670
+ "abbreviated": [
2671
+ "Q1",
2672
+ "Q2",
2673
+ "Q3",
2674
+ "Q4"
2675
+ ],
2676
+ "narrow": [
2677
+ "1",
2678
+ "2",
2679
+ "3",
2680
+ "4"
2681
+ ],
2682
+ "wide": [
2683
+ "第1四半期",
2684
+ "第2四半期",
2685
+ "第3四半期",
2686
+ "第4四半期"
2687
+ ]
2688
+ }
2689
+ },
2240
2690
  "dayPeriods": {
2241
2691
  "format": {
2242
2692
  "abbreviated": [
@@ -2267,6 +2717,66 @@
2267
2717
  ]
2268
2718
  }
2269
2719
  },
2720
+ "flexibleDayPeriods": {
2721
+ "format": {
2722
+ "abbreviated": {
2723
+ "midnight": "真夜中",
2724
+ "noon": "正午",
2725
+ "morning1": "朝",
2726
+ "afternoon1": "昼",
2727
+ "evening1": "夕方",
2728
+ "night1": "夜",
2729
+ "night2": "夜中"
2730
+ },
2731
+ "narrow": {
2732
+ "midnight": "真夜中",
2733
+ "noon": "正午",
2734
+ "morning1": "朝",
2735
+ "afternoon1": "昼",
2736
+ "evening1": "夕方",
2737
+ "night1": "夜",
2738
+ "night2": "夜中"
2739
+ },
2740
+ "wide": {
2741
+ "midnight": "真夜中",
2742
+ "noon": "正午",
2743
+ "morning1": "朝",
2744
+ "afternoon1": "昼",
2745
+ "evening1": "夕方",
2746
+ "night1": "夜",
2747
+ "night2": "夜中"
2748
+ }
2749
+ },
2750
+ "stand-alone": {
2751
+ "abbreviated": {
2752
+ "midnight": "真夜中",
2753
+ "noon": "正午",
2754
+ "morning1": "朝",
2755
+ "afternoon1": "昼",
2756
+ "evening1": "夕方",
2757
+ "night1": "夜",
2758
+ "night2": "夜中"
2759
+ },
2760
+ "narrow": {
2761
+ "midnight": "真夜中",
2762
+ "noon": "正午",
2763
+ "morning1": "朝",
2764
+ "afternoon1": "昼",
2765
+ "evening1": "夕方",
2766
+ "night1": "夜",
2767
+ "night2": "夜中"
2768
+ },
2769
+ "wide": {
2770
+ "midnight": "真夜中",
2771
+ "noon": "正午",
2772
+ "morning1": "朝",
2773
+ "afternoon1": "昼",
2774
+ "evening1": "夕方",
2775
+ "night1": "夜",
2776
+ "night2": "夜中"
2777
+ }
2778
+ }
2779
+ },
2270
2780
  "era-wide": {
2271
2781
  "0": "仏暦"
2272
2782
  },
@@ -2567,6 +3077,99 @@
2567
3077
  "displayName": "タイムゾーン"
2568
3078
  }
2569
3079
  },
3080
+ "timezoneNamesFormats": {
3081
+ "gmtFormat": "GMT{0}"
3082
+ },
3083
+ "decimalFormat": {
3084
+ "standard": "#,##0.###"
3085
+ },
3086
+ "decimalFormat-long": {
3087
+ "1000-other": "0",
3088
+ "10000-other": "0万",
3089
+ "100000-other": "00万",
3090
+ "1000000-other": "000万",
3091
+ "10000000-other": "0000万",
3092
+ "100000000-other": "0億",
3093
+ "1000000000-other": "00億",
3094
+ "10000000000-other": "000億",
3095
+ "100000000000-other": "0000億",
3096
+ "1000000000000-other": "0兆",
3097
+ "10000000000000-other": "00兆",
3098
+ "100000000000000-other": "000兆",
3099
+ "1000000000000000-other": "0000兆",
3100
+ "10000000000000000-other": "0京",
3101
+ "100000000000000000-other": "00京",
3102
+ "1000000000000000000-other": "000京",
3103
+ "10000000000000000000-other": "0000京"
3104
+ },
3105
+ "decimalFormat-short": {
3106
+ "1000-other": "0",
3107
+ "10000-other": "0万",
3108
+ "100000-other": "00万",
3109
+ "1000000-other": "000万",
3110
+ "10000000-other": "0000万",
3111
+ "100000000-other": "0億",
3112
+ "1000000000-other": "00億",
3113
+ "10000000000-other": "000億",
3114
+ "100000000000-other": "0000億",
3115
+ "1000000000000-other": "0兆",
3116
+ "10000000000000-other": "00兆",
3117
+ "100000000000000-other": "000兆",
3118
+ "1000000000000000-other": "0000兆",
3119
+ "10000000000000000-other": "0京",
3120
+ "100000000000000000-other": "00京",
3121
+ "1000000000000000000-other": "000京",
3122
+ "10000000000000000000-other": "0000京"
3123
+ },
3124
+ "scientificFormat": {
3125
+ "standard": "#E0"
3126
+ },
3127
+ "percentFormat": {
3128
+ "standard": "#,##0%"
3129
+ },
3130
+ "currencyFormat": {
3131
+ "standard": "¤#,##0.00",
3132
+ "accounting": "¤#,##0.00;(¤#,##0.00)",
3133
+ "currencySpacing": {
3134
+ "beforeCurrency": {
3135
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3136
+ "surroundingMatch": "[:digit:]",
3137
+ "insertBetween": " "
3138
+ },
3139
+ "afterCurrency": {
3140
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3141
+ "surroundingMatch": "[:digit:]",
3142
+ "insertBetween": " "
3143
+ }
3144
+ },
3145
+ "sap-standard": "#,##0.00¤",
3146
+ "sap-accounting": "#,##0.00¤;(#,##0.00¤)"
3147
+ },
3148
+ "miscPattern": {
3149
+ "approximately": "約 {0}",
3150
+ "atLeast": "{0} 以上",
3151
+ "atMost": "{0} 以下",
3152
+ "range": "{0}~{1}"
3153
+ },
3154
+ "currencyFormat-short": {
3155
+ "1000-other": "0",
3156
+ "10000-other": "¤ 0万",
3157
+ "100000-other": "¤ 00万",
3158
+ "1000000-other": "¤ 000万",
3159
+ "10000000-other": "¤ 0000万",
3160
+ "100000000-other": "¤ 0億",
3161
+ "1000000000-other": "¤ 00億",
3162
+ "10000000000-other": "¤ 000億",
3163
+ "100000000000-other": "¤ 0000億",
3164
+ "1000000000000-other": "¤ 0兆",
3165
+ "10000000000000-other": "¤ 00兆",
3166
+ "100000000000000-other": "¤ 000兆",
3167
+ "1000000000000000-other": "¤ 0000兆",
3168
+ "10000000000000000-other": "¤ 0京",
3169
+ "100000000000000000-other": "¤ 00京",
3170
+ "1000000000000000000-other": "¤ 000京",
3171
+ "10000000000000000000-other": "¤ 0000京"
3172
+ },
2570
3173
  "symbols-latn-decimal": ".",
2571
3174
  "symbols-latn-group": ",",
2572
3175
  "symbols-latn-list": ";",
@@ -2580,53 +3183,1038 @@
2580
3183
  "symbols-latn-infinity": "∞",
2581
3184
  "symbols-latn-nan": "NaN",
2582
3185
  "symbols-latn-timeSeparator": ":",
3186
+ "currencySymbols": {
3187
+ "AUD": "A$",
3188
+ "BRL": "R$",
3189
+ "CAD": "CA$",
3190
+ "CNY": "元",
3191
+ "EUR": "€",
3192
+ "GBP": "£",
3193
+ "HKD": "HK$",
3194
+ "ILS": "₪",
3195
+ "INR": "₹",
3196
+ "JPY": "¥",
3197
+ "KRW": "₩",
3198
+ "MXN": "MX$",
3199
+ "NZD": "NZ$",
3200
+ "TWD": "NT$",
3201
+ "USD": "$",
3202
+ "VND": "₫",
3203
+ "XAF": "FCFA",
3204
+ "XCD": "EC$",
3205
+ "XOF": "F CFA",
3206
+ "XPF": "CFPF"
3207
+ },
2583
3208
  "rtl": false,
3209
+ "units": {
3210
+ "short": {
3211
+ "10p-1": {
3212
+ "unitPrefixPattern": "d{0}"
3213
+ },
3214
+ "10p-2": {
3215
+ "unitPrefixPattern": "c{0}"
3216
+ },
3217
+ "10p-3": {
3218
+ "unitPrefixPattern": "m{0}"
3219
+ },
3220
+ "10p-6": {
3221
+ "unitPrefixPattern": "μ{0}"
3222
+ },
3223
+ "10p-9": {
3224
+ "unitPrefixPattern": "n{0}"
3225
+ },
3226
+ "10p-12": {
3227
+ "unitPrefixPattern": "p{0}"
3228
+ },
3229
+ "10p-15": {
3230
+ "unitPrefixPattern": "f{0}"
3231
+ },
3232
+ "10p-18": {
3233
+ "unitPrefixPattern": "a{0}"
3234
+ },
3235
+ "10p-21": {
3236
+ "unitPrefixPattern": "z{0}"
3237
+ },
3238
+ "10p-24": {
3239
+ "unitPrefixPattern": "y{0}"
3240
+ },
3241
+ "10p1": {
3242
+ "unitPrefixPattern": "da{0}"
3243
+ },
3244
+ "10p2": {
3245
+ "unitPrefixPattern": "h{0}"
3246
+ },
3247
+ "10p3": {
3248
+ "unitPrefixPattern": "k{0}"
3249
+ },
3250
+ "10p6": {
3251
+ "unitPrefixPattern": "M{0}"
3252
+ },
3253
+ "10p9": {
3254
+ "unitPrefixPattern": "G{0}"
3255
+ },
3256
+ "10p12": {
3257
+ "unitPrefixPattern": "T{0}"
3258
+ },
3259
+ "10p15": {
3260
+ "unitPrefixPattern": "P{0}"
3261
+ },
3262
+ "10p18": {
3263
+ "unitPrefixPattern": "E{0}"
3264
+ },
3265
+ "10p21": {
3266
+ "unitPrefixPattern": "Z{0}"
3267
+ },
3268
+ "10p24": {
3269
+ "unitPrefixPattern": "Y{0}"
3270
+ },
3271
+ "1024p1": {
3272
+ "unitPrefixPattern": "Ki{0}"
3273
+ },
3274
+ "1024p2": {
3275
+ "unitPrefixPattern": "Mi{0}"
3276
+ },
3277
+ "1024p3": {
3278
+ "unitPrefixPattern": "Gi{0}"
3279
+ },
3280
+ "1024p4": {
3281
+ "unitPrefixPattern": "Ti{0}"
3282
+ },
3283
+ "1024p5": {
3284
+ "unitPrefixPattern": "Pi{0}"
3285
+ },
3286
+ "1024p6": {
3287
+ "unitPrefixPattern": "Ei{0}"
3288
+ },
3289
+ "1024p7": {
3290
+ "unitPrefixPattern": "Zi{0}"
3291
+ },
3292
+ "1024p8": {
3293
+ "unitPrefixPattern": "Yi{0}"
3294
+ },
3295
+ "per": {
3296
+ "compoundUnitPattern": "{0}/{1}"
3297
+ },
3298
+ "power2": {
3299
+ "compoundUnitPattern1": "{0}²",
3300
+ "compoundUnitPattern1-count-other": "{0}²"
3301
+ },
3302
+ "power3": {
3303
+ "compoundUnitPattern1": "{0}³",
3304
+ "compoundUnitPattern1-count-other": "{0}³"
3305
+ },
3306
+ "times": {
3307
+ "compoundUnitPattern": "{0}⋅{1}"
3308
+ },
3309
+ "acceleration-g-force": {
3310
+ "displayName": "重力加速度",
3311
+ "unitPattern-count-other": "{0} G"
3312
+ },
3313
+ "acceleration-meter-per-square-second": {
3314
+ "displayName": "m/s²",
3315
+ "unitPattern-count-other": "{0} m/s²"
3316
+ },
3317
+ "angle-revolution": {
3318
+ "displayName": "回転",
3319
+ "unitPattern-count-other": "{0} rev"
3320
+ },
3321
+ "angle-radian": {
3322
+ "displayName": "ラジアン",
3323
+ "unitPattern-count-other": "{0} rad"
3324
+ },
3325
+ "angle-degree": {
3326
+ "displayName": "度",
3327
+ "unitPattern-count-other": "{0} 度"
3328
+ },
3329
+ "angle-arc-minute": {
3330
+ "displayName": "分",
3331
+ "unitPattern-count-other": "{0} 分"
3332
+ },
3333
+ "angle-arc-second": {
3334
+ "displayName": "秒",
3335
+ "unitPattern-count-other": "{0} 秒"
3336
+ },
3337
+ "area-square-kilometer": {
3338
+ "displayName": "km²",
3339
+ "unitPattern-count-other": "{0} km²",
3340
+ "perUnitPattern": "{0}/km²"
3341
+ },
3342
+ "area-hectare": {
3343
+ "displayName": "ヘクタール",
3344
+ "unitPattern-count-other": "{0} ha"
3345
+ },
3346
+ "area-square-meter": {
3347
+ "displayName": "m²",
3348
+ "unitPattern-count-other": "{0} m²",
3349
+ "perUnitPattern": "{0}/m²"
3350
+ },
3351
+ "area-square-centimeter": {
3352
+ "displayName": "cm²",
3353
+ "unitPattern-count-other": "{0} cm²",
3354
+ "perUnitPattern": "{0}/cm²"
3355
+ },
3356
+ "area-square-mile": {
3357
+ "displayName": "平方マイル",
3358
+ "unitPattern-count-other": "{0} mi²",
3359
+ "perUnitPattern": "{0}/mi²"
3360
+ },
3361
+ "area-acre": {
3362
+ "displayName": "エーカー",
3363
+ "unitPattern-count-other": "{0} ac"
3364
+ },
3365
+ "area-square-yard": {
3366
+ "displayName": "平方ヤード",
3367
+ "unitPattern-count-other": "{0} yd²"
3368
+ },
3369
+ "area-square-foot": {
3370
+ "displayName": "平方フィート",
3371
+ "unitPattern-count-other": "{0} ft²"
3372
+ },
3373
+ "area-square-inch": {
3374
+ "displayName": "平方インチ",
3375
+ "unitPattern-count-other": "{0} in²",
3376
+ "perUnitPattern": "{0}/in²"
3377
+ },
3378
+ "area-dunam": {
3379
+ "displayName": "ドゥナム",
3380
+ "unitPattern-count-other": "{0}ドゥナム"
3381
+ },
3382
+ "concentr-karat": {
3383
+ "displayName": "金",
3384
+ "unitPattern-count-other": "{0} 金"
3385
+ },
3386
+ "concentr-milligram-ofglucose-per-deciliter": {
3387
+ "displayName": "ミリグラム毎デシリットル",
3388
+ "unitPattern-count-other": "{0} mg/dL"
3389
+ },
3390
+ "concentr-millimole-per-liter": {
3391
+ "displayName": "ミリモル毎リットル",
3392
+ "unitPattern-count-other": "{0} mmol/L"
3393
+ },
3394
+ "concentr-item": {
3395
+ "displayName": "項目",
3396
+ "unitPattern-count-other": "{0} 項目"
3397
+ },
3398
+ "concentr-permillion": {
3399
+ "displayName": "ppm",
3400
+ "unitPattern-count-other": "{0} ppm"
3401
+ },
3402
+ "concentr-percent": {
3403
+ "displayName": "パーセント",
3404
+ "unitPattern-count-other": "{0}%"
3405
+ },
3406
+ "concentr-permille": {
3407
+ "displayName": "パーミル",
3408
+ "unitPattern-count-other": "{0}‰"
3409
+ },
3410
+ "concentr-permyriad": {
3411
+ "displayName": "パーミリアド",
3412
+ "unitPattern-count-other": "{0}‱"
3413
+ },
3414
+ "concentr-mole": {
3415
+ "displayName": "モル",
3416
+ "unitPattern-count-other": "{0} mol"
3417
+ },
3418
+ "consumption-liter-per-kilometer": {
3419
+ "displayName": "L/km",
3420
+ "unitPattern-count-other": "{0} L/km"
3421
+ },
3422
+ "consumption-liter-per-100-kilometer": {
3423
+ "displayName": "L/100km",
3424
+ "unitPattern-count-other": "{0} L/100km"
3425
+ },
3426
+ "consumption-mile-per-gallon": {
3427
+ "displayName": "マイル/ガロン",
3428
+ "unitPattern-count-other": "{0} mpg"
3429
+ },
3430
+ "consumption-mile-per-gallon-imperial": {
3431
+ "displayName": "マイル毎英ガロン",
3432
+ "unitPattern-count-other": "{0} mpg Imp."
3433
+ },
3434
+ "digital-petabyte": {
3435
+ "displayName": "ペタバイト",
3436
+ "unitPattern-count-other": "{0} PB"
3437
+ },
3438
+ "digital-terabyte": {
3439
+ "displayName": "テラバイト",
3440
+ "unitPattern-count-other": "{0} TB"
3441
+ },
3442
+ "digital-terabit": {
3443
+ "displayName": "テラビット",
3444
+ "unitPattern-count-other": "{0} Tb"
3445
+ },
3446
+ "digital-gigabyte": {
3447
+ "displayName": "GB",
3448
+ "unitPattern-count-other": "{0} GB"
3449
+ },
3450
+ "digital-gigabit": {
3451
+ "displayName": "ギガビット",
3452
+ "unitPattern-count-other": "{0} Gb"
3453
+ },
3454
+ "digital-megabyte": {
3455
+ "displayName": "MB",
3456
+ "unitPattern-count-other": "{0} MB"
3457
+ },
3458
+ "digital-megabit": {
3459
+ "displayName": "メガビット",
3460
+ "unitPattern-count-other": "{0} Mb"
3461
+ },
3462
+ "digital-kilobyte": {
3463
+ "displayName": "KB",
3464
+ "unitPattern-count-other": "{0} KB"
3465
+ },
3466
+ "digital-kilobit": {
3467
+ "displayName": "キロビット",
3468
+ "unitPattern-count-other": "{0} kb"
3469
+ },
3470
+ "digital-byte": {
3471
+ "displayName": "バイト",
3472
+ "unitPattern-count-other": "{0} byte"
3473
+ },
3474
+ "digital-bit": {
3475
+ "displayName": "ビット",
3476
+ "unitPattern-count-other": "{0} bit"
3477
+ },
3478
+ "duration-century": {
3479
+ "displayName": "世紀",
3480
+ "unitPattern-count-other": "{0} 世紀"
3481
+ },
3482
+ "duration-decade": {
3483
+ "displayName": "十年",
3484
+ "unitPattern-count-other": "{0} 十年"
3485
+ },
3486
+ "duration-year": {
3487
+ "displayName": "年",
3488
+ "unitPattern-count-other": "{0} 年",
3489
+ "perUnitPattern": "{0}/年"
3490
+ },
3491
+ "duration-quarter": {
3492
+ "displayName": "四半期",
3493
+ "unitPattern-count-other": "{0}四半期",
3494
+ "perUnitPattern": "{0}/四半期"
3495
+ },
3496
+ "duration-month": {
3497
+ "displayName": "か月",
3498
+ "unitPattern-count-other": "{0} か月",
3499
+ "perUnitPattern": "{0}/月"
3500
+ },
3501
+ "duration-week": {
3502
+ "displayName": "週間",
3503
+ "unitPattern-count-other": "{0} 週間",
3504
+ "perUnitPattern": "{0}/週"
3505
+ },
3506
+ "duration-day": {
3507
+ "displayName": "日",
3508
+ "unitPattern-count-other": "{0} 日",
3509
+ "perUnitPattern": "{0}/日"
3510
+ },
3511
+ "duration-hour": {
3512
+ "displayName": "時間",
3513
+ "unitPattern-count-other": "{0} 時間",
3514
+ "perUnitPattern": "{0}/時間"
3515
+ },
3516
+ "duration-minute": {
3517
+ "displayName": "分",
3518
+ "unitPattern-count-other": "{0} 分",
3519
+ "perUnitPattern": "{0}/分"
3520
+ },
3521
+ "duration-second": {
3522
+ "displayName": "秒",
3523
+ "unitPattern-count-other": "{0} 秒",
3524
+ "perUnitPattern": "{0}/秒"
3525
+ },
3526
+ "duration-millisecond": {
3527
+ "displayName": "ミリ秒",
3528
+ "unitPattern-count-other": "{0} ms"
3529
+ },
3530
+ "duration-microsecond": {
3531
+ "displayName": "マイクロ秒",
3532
+ "unitPattern-count-other": "{0} μs"
3533
+ },
3534
+ "duration-nanosecond": {
3535
+ "displayName": "ナノ秒",
3536
+ "unitPattern-count-other": "{0} ns"
3537
+ },
3538
+ "electric-ampere": {
3539
+ "displayName": "アンペア",
3540
+ "unitPattern-count-other": "{0} A"
3541
+ },
3542
+ "electric-milliampere": {
3543
+ "displayName": "ミリアンペア",
3544
+ "unitPattern-count-other": "{0} mA"
3545
+ },
3546
+ "electric-ohm": {
3547
+ "displayName": "オーム",
3548
+ "unitPattern-count-other": "{0} Ω"
3549
+ },
3550
+ "electric-volt": {
3551
+ "displayName": "ボルト",
3552
+ "unitPattern-count-other": "{0} V"
3553
+ },
3554
+ "energy-kilocalorie": {
3555
+ "displayName": "kcal",
3556
+ "unitPattern-count-other": "{0} kcal"
3557
+ },
3558
+ "energy-calorie": {
3559
+ "displayName": "cal",
3560
+ "unitPattern-count-other": "{0} cal"
3561
+ },
3562
+ "energy-foodcalorie": {
3563
+ "displayName": "cal",
3564
+ "unitPattern-count-other": "{0} cal"
3565
+ },
3566
+ "energy-kilojoule": {
3567
+ "displayName": "キロジュール",
3568
+ "unitPattern-count-other": "{0} kJ"
3569
+ },
3570
+ "energy-joule": {
3571
+ "displayName": "ジュール",
3572
+ "unitPattern-count-other": "{0} J"
3573
+ },
3574
+ "energy-kilowatt-hour": {
3575
+ "displayName": "キロワット時",
3576
+ "unitPattern-count-other": "{0} kWh"
3577
+ },
3578
+ "energy-electronvolt": {
3579
+ "displayName": "電子ボルト",
3580
+ "unitPattern-count-other": "{0} eV"
3581
+ },
3582
+ "energy-british-thermal-unit": {
3583
+ "displayName": "英熱量",
3584
+ "unitPattern-count-other": "{0} BTU"
3585
+ },
3586
+ "energy-therm-us": {
3587
+ "displayName": "米サーム",
3588
+ "unitPattern-count-other": "{0} 米サーム"
3589
+ },
3590
+ "force-pound-force": {
3591
+ "displayName": "重量ポンド",
3592
+ "unitPattern-count-other": "{0} lbf"
3593
+ },
3594
+ "force-newton": {
3595
+ "displayName": "ニュートン",
3596
+ "unitPattern-count-other": "{0} N"
3597
+ },
3598
+ "force-kilowatt-hour-per-100-kilometer": {
3599
+ "displayName": "kWh/100km",
3600
+ "unitPattern-count-other": "{0} kWh/100km"
3601
+ },
3602
+ "frequency-gigahertz": {
3603
+ "displayName": "GHz",
3604
+ "unitPattern-count-other": "{0} GHz"
3605
+ },
3606
+ "frequency-megahertz": {
3607
+ "displayName": "MHz",
3608
+ "unitPattern-count-other": "{0} MHz"
3609
+ },
3610
+ "frequency-kilohertz": {
3611
+ "displayName": "kHz",
3612
+ "unitPattern-count-other": "{0} kHz"
3613
+ },
3614
+ "frequency-hertz": {
3615
+ "displayName": "Hz",
3616
+ "unitPattern-count-other": "{0} Hz"
3617
+ },
3618
+ "graphics-em": {
3619
+ "displayName": "em",
3620
+ "unitPattern-count-other": "{0} em"
3621
+ },
3622
+ "graphics-pixel": {
3623
+ "displayName": "ピクセル",
3624
+ "unitPattern-count-other": "{0} px"
3625
+ },
3626
+ "graphics-megapixel": {
3627
+ "displayName": "メガピクセル",
3628
+ "unitPattern-count-other": "{0} MP"
3629
+ },
3630
+ "graphics-pixel-per-centimeter": {
3631
+ "displayName": "ppcm",
3632
+ "unitPattern-count-other": "{0} ppcm"
3633
+ },
3634
+ "graphics-pixel-per-inch": {
3635
+ "displayName": "ppi",
3636
+ "unitPattern-count-other": "{0} ppi"
3637
+ },
3638
+ "graphics-dot-per-centimeter": {
3639
+ "displayName": "dpcm",
3640
+ "unitPattern-count-other": "{0} dpcm"
3641
+ },
3642
+ "graphics-dot-per-inch": {
3643
+ "displayName": "dpi",
3644
+ "unitPattern-count-other": "{0} dpi"
3645
+ },
3646
+ "graphics-dot": {
3647
+ "displayName": "ドット",
3648
+ "unitPattern-count-other": "{0} ドット"
3649
+ },
3650
+ "length-earth-radius": {
3651
+ "displayName": "R⊕",
3652
+ "unitPattern-count-other": "{0} R⊕"
3653
+ },
3654
+ "length-kilometer": {
3655
+ "displayName": "km",
3656
+ "unitPattern-count-other": "{0} km",
3657
+ "perUnitPattern": "{0}/km"
3658
+ },
3659
+ "length-meter": {
3660
+ "displayName": "m",
3661
+ "unitPattern-count-other": "{0} m",
3662
+ "perUnitPattern": "{0}/m"
3663
+ },
3664
+ "length-decimeter": {
3665
+ "displayName": "デシメートル",
3666
+ "unitPattern-count-other": "{0} dm"
3667
+ },
3668
+ "length-centimeter": {
3669
+ "displayName": "cm",
3670
+ "unitPattern-count-other": "{0} cm",
3671
+ "perUnitPattern": "{0}/cm"
3672
+ },
3673
+ "length-millimeter": {
3674
+ "displayName": "mm",
3675
+ "unitPattern-count-other": "{0} mm"
3676
+ },
3677
+ "length-micrometer": {
3678
+ "displayName": "マイクロメートル",
3679
+ "unitPattern-count-other": "{0} μm"
3680
+ },
3681
+ "length-nanometer": {
3682
+ "displayName": "ナノメートル",
3683
+ "unitPattern-count-other": "{0} nm"
3684
+ },
3685
+ "length-picometer": {
3686
+ "displayName": "ピコメートル",
3687
+ "unitPattern-count-other": "{0} pm"
3688
+ },
3689
+ "length-mile": {
3690
+ "displayName": "マイル",
3691
+ "unitPattern-count-other": "{0} mi"
3692
+ },
3693
+ "length-yard": {
3694
+ "displayName": "ヤード",
3695
+ "unitPattern-count-other": "{0} yd"
3696
+ },
3697
+ "length-foot": {
3698
+ "displayName": "フィート",
3699
+ "unitPattern-count-other": "{0} ft",
3700
+ "perUnitPattern": "{0}/ft"
3701
+ },
3702
+ "length-inch": {
3703
+ "displayName": "インチ",
3704
+ "unitPattern-count-other": "{0} in",
3705
+ "perUnitPattern": "{0}/in"
3706
+ },
3707
+ "length-parsec": {
3708
+ "displayName": "パーセク",
3709
+ "unitPattern-count-other": "{0} pc"
3710
+ },
3711
+ "length-light-year": {
3712
+ "displayName": "光年",
3713
+ "unitPattern-count-other": "{0} 光年"
3714
+ },
3715
+ "length-astronomical-unit": {
3716
+ "displayName": "天文単位",
3717
+ "unitPattern-count-other": "{0} au"
3718
+ },
3719
+ "length-furlong": {
3720
+ "displayName": "ハロン",
3721
+ "unitPattern-count-other": "{0} fur"
3722
+ },
3723
+ "length-fathom": {
3724
+ "displayName": "ファゾム",
3725
+ "unitPattern-count-other": "{0} fth"
3726
+ },
3727
+ "length-nautical-mile": {
3728
+ "displayName": "海里",
3729
+ "unitPattern-count-other": "{0} 海里"
3730
+ },
3731
+ "length-mile-scandinavian": {
3732
+ "displayName": "スカンジナビアマイル",
3733
+ "unitPattern-count-other": "{0} smi"
3734
+ },
3735
+ "length-point": {
3736
+ "displayName": "ポイント",
3737
+ "unitPattern-count-other": "{0} pt"
3738
+ },
3739
+ "length-solar-radius": {
3740
+ "displayName": "太陽半径",
3741
+ "unitPattern-count-other": "{0} R☉"
3742
+ },
3743
+ "light-lux": {
3744
+ "displayName": "ルクス",
3745
+ "unitPattern-count-other": "{0} lx"
3746
+ },
3747
+ "light-candela": {
3748
+ "displayName": "cd",
3749
+ "unitPattern-count-other": "{0} cd"
3750
+ },
3751
+ "light-lumen": {
3752
+ "displayName": "lm",
3753
+ "unitPattern-count-other": "{0} lm"
3754
+ },
3755
+ "light-solar-luminosity": {
3756
+ "displayName": "太陽光度",
3757
+ "unitPattern-count-other": "{0} L☉"
3758
+ },
3759
+ "mass-tonne": {
3760
+ "displayName": "トン",
3761
+ "unitPattern-count-other": "{0} t"
3762
+ },
3763
+ "mass-kilogram": {
3764
+ "displayName": "kg",
3765
+ "unitPattern-count-other": "{0} kg",
3766
+ "perUnitPattern": "{0}/kg"
3767
+ },
3768
+ "mass-gram": {
3769
+ "displayName": "グラム",
3770
+ "unitPattern-count-other": "{0} g",
3771
+ "perUnitPattern": "{0}/g"
3772
+ },
3773
+ "mass-milligram": {
3774
+ "displayName": "mg",
3775
+ "unitPattern-count-other": "{0} mg"
3776
+ },
3777
+ "mass-microgram": {
3778
+ "displayName": "マイクログラム",
3779
+ "unitPattern-count-other": "{0} μg"
3780
+ },
3781
+ "mass-ton": {
3782
+ "displayName": "米トン",
3783
+ "unitPattern-count-other": "{0} s/t"
3784
+ },
3785
+ "mass-stone": {
3786
+ "displayName": "ストーン",
3787
+ "unitPattern-count-other": "{0} st"
3788
+ },
3789
+ "mass-pound": {
3790
+ "displayName": "ポンド",
3791
+ "unitPattern-count-other": "{0} lb",
3792
+ "perUnitPattern": "{0}/lb"
3793
+ },
3794
+ "mass-ounce": {
3795
+ "displayName": "オンス",
3796
+ "unitPattern-count-other": "{0} oz",
3797
+ "perUnitPattern": "{0}/oz"
3798
+ },
3799
+ "mass-ounce-troy": {
3800
+ "displayName": "トロイオンス",
3801
+ "unitPattern-count-other": "{0} oz t"
3802
+ },
3803
+ "mass-carat": {
3804
+ "displayName": "カラット",
3805
+ "unitPattern-count-other": "{0} ct"
3806
+ },
3807
+ "mass-dalton": {
3808
+ "displayName": "ダルトン",
3809
+ "unitPattern-count-other": "{0} Da"
3810
+ },
3811
+ "mass-earth-mass": {
3812
+ "displayName": "地球質量",
3813
+ "unitPattern-count-other": "{0} M⊕"
3814
+ },
3815
+ "mass-solar-mass": {
3816
+ "displayName": "太陽質量",
3817
+ "unitPattern-count-other": "{0} M☉"
3818
+ },
3819
+ "mass-grain": {
3820
+ "displayName": "グレーン",
3821
+ "unitPattern-count-other": "{0} グレーン"
3822
+ },
3823
+ "power-gigawatt": {
3824
+ "displayName": "ギガワット",
3825
+ "unitPattern-count-other": "{0} GW"
3826
+ },
3827
+ "power-megawatt": {
3828
+ "displayName": "メガワット",
3829
+ "unitPattern-count-other": "{0} MW"
3830
+ },
3831
+ "power-kilowatt": {
3832
+ "displayName": "キロワット",
3833
+ "unitPattern-count-other": "{0} kW"
3834
+ },
3835
+ "power-watt": {
3836
+ "displayName": "ワット",
3837
+ "unitPattern-count-other": "{0} W"
3838
+ },
3839
+ "power-milliwatt": {
3840
+ "displayName": "ミリワット",
3841
+ "unitPattern-count-other": "{0} mW"
3842
+ },
3843
+ "power-horsepower": {
3844
+ "displayName": "馬力",
3845
+ "unitPattern-count-other": "{0} 馬力"
3846
+ },
3847
+ "pressure-millimeter-ofhg": {
3848
+ "displayName": "水銀柱ミリメートル",
3849
+ "unitPattern-count-other": "{0} mm Hg"
3850
+ },
3851
+ "pressure-pound-force-per-square-inch": {
3852
+ "displayName": "重量ポンド毎平方インチ",
3853
+ "unitPattern-count-other": "{0} psi"
3854
+ },
3855
+ "pressure-inch-ofhg": {
3856
+ "displayName": "水銀柱インチ",
3857
+ "unitPattern-count-other": "{0} inHg"
3858
+ },
3859
+ "pressure-bar": {
3860
+ "displayName": "バール",
3861
+ "unitPattern-count-other": "{0} bar"
3862
+ },
3863
+ "pressure-millibar": {
3864
+ "displayName": "ミリバール",
3865
+ "unitPattern-count-other": "{0} mb"
3866
+ },
3867
+ "pressure-atmosphere": {
3868
+ "displayName": "気圧",
3869
+ "unitPattern-count-other": "{0} atm"
3870
+ },
3871
+ "pressure-pascal": {
3872
+ "displayName": "パスカル",
3873
+ "unitPattern-count-other": "{0} Pa"
3874
+ },
3875
+ "pressure-hectopascal": {
3876
+ "displayName": "hPa",
3877
+ "unitPattern-count-other": "{0} hPa"
3878
+ },
3879
+ "pressure-kilopascal": {
3880
+ "displayName": "kPa",
3881
+ "unitPattern-count-other": "{0} kPa"
3882
+ },
3883
+ "pressure-megapascal": {
3884
+ "displayName": "MPa",
3885
+ "unitPattern-count-other": "{0} MPa"
3886
+ },
3887
+ "speed-kilometer-per-hour": {
3888
+ "displayName": "km/h",
3889
+ "unitPattern-count-other": "{0} km/h"
3890
+ },
3891
+ "speed-meter-per-second": {
3892
+ "displayName": "m/s",
3893
+ "unitPattern-count-other": "{0} m/s"
3894
+ },
3895
+ "speed-mile-per-hour": {
3896
+ "displayName": "マイル毎時",
3897
+ "unitPattern-count-other": "{0} mph"
3898
+ },
3899
+ "speed-knot": {
3900
+ "displayName": "ノット",
3901
+ "unitPattern-count-other": "{0} kn"
3902
+ },
3903
+ "temperature-generic": {
3904
+ "displayName": "°",
3905
+ "unitPattern-count-other": "{0}°"
3906
+ },
3907
+ "temperature-celsius": {
3908
+ "displayName": "°C",
3909
+ "unitPattern-count-other": "{0}°C"
3910
+ },
3911
+ "temperature-fahrenheit": {
3912
+ "displayName": "°F",
3913
+ "unitPattern-count-other": "{0}°F"
3914
+ },
3915
+ "temperature-kelvin": {
3916
+ "displayName": "K",
3917
+ "unitPattern-count-other": "{0} K"
3918
+ },
3919
+ "torque-pound-force-foot": {
3920
+ "displayName": "ポンドフィート",
3921
+ "unitPattern-count-other": "{0} lbf⋅ft"
3922
+ },
3923
+ "torque-newton-meter": {
3924
+ "displayName": "ニュートンメートル",
3925
+ "unitPattern-count-other": "{0} N⋅m"
3926
+ },
3927
+ "volume-cubic-kilometer": {
3928
+ "displayName": "km³",
3929
+ "unitPattern-count-other": "{0} km³"
3930
+ },
3931
+ "volume-cubic-meter": {
3932
+ "displayName": "m³",
3933
+ "unitPattern-count-other": "{0} m³",
3934
+ "perUnitPattern": "{0}/m³"
3935
+ },
3936
+ "volume-cubic-centimeter": {
3937
+ "displayName": "cm³",
3938
+ "unitPattern-count-other": "{0} cm³",
3939
+ "perUnitPattern": "{0}/cm³"
3940
+ },
3941
+ "volume-cubic-mile": {
3942
+ "displayName": "立方マイル",
3943
+ "unitPattern-count-other": "{0} mi³"
3944
+ },
3945
+ "volume-cubic-yard": {
3946
+ "displayName": "立方ヤード",
3947
+ "unitPattern-count-other": "{0} yd³"
3948
+ },
3949
+ "volume-cubic-foot": {
3950
+ "displayName": "立方フィート",
3951
+ "unitPattern-count-other": "{0} ft³"
3952
+ },
3953
+ "volume-cubic-inch": {
3954
+ "displayName": "立方インチ",
3955
+ "unitPattern-count-other": "{0} in³"
3956
+ },
3957
+ "volume-megaliter": {
3958
+ "displayName": "メガリットル",
3959
+ "unitPattern-count-other": "{0} ML"
3960
+ },
3961
+ "volume-hectoliter": {
3962
+ "displayName": "ヘクトリットル",
3963
+ "unitPattern-count-other": "{0} hL"
3964
+ },
3965
+ "volume-liter": {
3966
+ "displayName": "リットル",
3967
+ "unitPattern-count-other": "{0} L",
3968
+ "perUnitPattern": "{0}/L"
3969
+ },
3970
+ "volume-deciliter": {
3971
+ "displayName": "デシリットル",
3972
+ "unitPattern-count-other": "{0} dL"
3973
+ },
3974
+ "volume-centiliter": {
3975
+ "displayName": "センチリットル",
3976
+ "unitPattern-count-other": "{0} cL"
3977
+ },
3978
+ "volume-milliliter": {
3979
+ "displayName": "ミリリットル",
3980
+ "unitPattern-count-other": "{0} ml"
3981
+ },
3982
+ "volume-pint-metric": {
3983
+ "displayName": "メトリックパイント",
3984
+ "unitPattern-count-other": "{0} mpt"
3985
+ },
3986
+ "volume-cup-metric": {
3987
+ "displayName": "メトリックカップ",
3988
+ "unitPattern-count-other": "{0} mc"
3989
+ },
3990
+ "volume-acre-foot": {
3991
+ "displayName": "エーカーフィート",
3992
+ "unitPattern-count-other": "{0} ac ft"
3993
+ },
3994
+ "volume-bushel": {
3995
+ "displayName": "ブッシェル",
3996
+ "unitPattern-count-other": "{0} bu"
3997
+ },
3998
+ "volume-gallon": {
3999
+ "displayName": "ガロン",
4000
+ "unitPattern-count-other": "{0} gal",
4001
+ "perUnitPattern": "{0}/gal"
4002
+ },
4003
+ "volume-gallon-imperial": {
4004
+ "displayName": "英ガロン",
4005
+ "unitPattern-count-other": "{0} gal Imp.",
4006
+ "perUnitPattern": "{0}/gal Imp."
4007
+ },
4008
+ "volume-quart": {
4009
+ "displayName": "クォート",
4010
+ "unitPattern-count-other": "{0} qt"
4011
+ },
4012
+ "volume-pint": {
4013
+ "displayName": "パイント",
4014
+ "unitPattern-count-other": "{0} pt"
4015
+ },
4016
+ "volume-cup": {
4017
+ "displayName": "カップ",
4018
+ "unitPattern-count-other": "{0} カップ"
4019
+ },
4020
+ "volume-fluid-ounce": {
4021
+ "displayName": "液量オンス",
4022
+ "unitPattern-count-other": "{0} fl oz"
4023
+ },
4024
+ "volume-fluid-ounce-imperial": {
4025
+ "displayName": "英液量オンス",
4026
+ "unitPattern-count-other": "{0} fl oz Imp"
4027
+ },
4028
+ "volume-tablespoon": {
4029
+ "displayName": "大さじ",
4030
+ "unitPattern-count-other": "大さじ {0}"
4031
+ },
4032
+ "volume-teaspoon": {
4033
+ "displayName": "小さじ",
4034
+ "unitPattern-count-other": "小さじ {0}"
4035
+ },
4036
+ "volume-barrel": {
4037
+ "displayName": "バレル",
4038
+ "unitPattern-count-other": "{0} bbl"
4039
+ },
4040
+ "volume-dessert-spoon": {
4041
+ "displayName": "中さじ",
4042
+ "unitPattern-count-other": "中さじ {0}"
4043
+ },
4044
+ "volume-dessert-spoon-imperial": {
4045
+ "displayName": "英デザートスプーン",
4046
+ "unitPattern-count-other": "{0} 英デザートスプーン"
4047
+ },
4048
+ "volume-drop": {
4049
+ "displayName": "滴",
4050
+ "unitPattern-count-other": "{0} 滴"
4051
+ },
4052
+ "volume-dram": {
4053
+ "displayName": "液量ドラム",
4054
+ "unitPattern-count-other": "{0} 液量ドラム"
4055
+ },
4056
+ "volume-jigger": {
4057
+ "displayName": "ジガー",
4058
+ "unitPattern-count-other": "{0} ジガー"
4059
+ },
4060
+ "volume-pinch": {
4061
+ "displayName": "つまみ",
4062
+ "unitPattern-count-other": "{0} つまみ"
4063
+ },
4064
+ "volume-quart-imperial": {
4065
+ "displayName": "英クォート",
4066
+ "unitPattern-count-other": "{0} qt Imp."
4067
+ },
4068
+ "coordinateUnit": {
4069
+ "displayName": "方位",
4070
+ "east": "東経{0}",
4071
+ "north": "北緯{0}",
4072
+ "south": "南緯{0}",
4073
+ "west": "西経{0}"
4074
+ }
4075
+ }
4076
+ },
4077
+ "lenient-scope-number": {
4078
+ "minusSign": "-‒⁻₋−➖﹣-",
4079
+ "commaSign": ",،٫、︐︑﹐﹑,、",
4080
+ "plusSign": "+⁺₊➕﬩﹢+"
4081
+ },
4082
+ "currencyFormat-sap-short": {
4083
+ "1000-other": "0",
4084
+ "10000-other": "0万 ¤",
4085
+ "100000-other": "00万 ¤",
4086
+ "1000000-other": "000万 ¤",
4087
+ "10000000-other": "0000万 ¤",
4088
+ "100000000-other": "0億 ¤",
4089
+ "1000000000-other": "00億 ¤",
4090
+ "10000000000-other": "000億 ¤",
4091
+ "100000000000-other": "0000億 ¤",
4092
+ "1000000000000-other": "0兆 ¤",
4093
+ "10000000000000-other": "00兆 ¤",
4094
+ "100000000000000-other": "000兆 ¤",
4095
+ "1000000000000000-other": "0000兆 ¤",
4096
+ "10000000000000000-other": "0京 ¤",
4097
+ "100000000000000000-other": "00京 ¤",
4098
+ "1000000000000000000-other": "000京 ¤",
4099
+ "10000000000000000000-other": "0000京 ¤"
4100
+ },
4101
+ "currencyDigits": {
4102
+ "ADP": 0,
4103
+ "AFN": 0,
4104
+ "ALL": 0,
4105
+ "BHD": 3,
4106
+ "BIF": 0,
4107
+ "BYR": 0,
4108
+ "CLF": 4,
4109
+ "CLP": 0,
4110
+ "DEFAULT": 2,
4111
+ "DJF": 0,
4112
+ "ESP": 0,
4113
+ "GNF": 0,
4114
+ "HUF": 0,
4115
+ "IQD": 0,
4116
+ "IRR": 0,
4117
+ "ISK": 0,
4118
+ "ITL": 0,
4119
+ "JOD": 3,
4120
+ "JPY": 0,
4121
+ "KMF": 0,
4122
+ "KPW": 0,
4123
+ "KRW": 0,
4124
+ "KWD": 3,
4125
+ "LAK": 0,
4126
+ "LBP": 0,
4127
+ "LUF": 0,
4128
+ "LYD": 3,
4129
+ "MGA": 0,
4130
+ "MGF": 0,
4131
+ "MMK": 0,
4132
+ "MRO": 0,
4133
+ "OMR": 3,
4134
+ "PYG": 0,
4135
+ "RSD": 0,
4136
+ "RWF": 0,
4137
+ "SLL": 0,
4138
+ "SOS": 0,
4139
+ "STD": 0,
4140
+ "SYP": 0,
4141
+ "TMM": 0,
4142
+ "TND": 3,
4143
+ "TRL": 0,
4144
+ "TWD": 0,
4145
+ "UGX": 0,
4146
+ "UYI": 0,
4147
+ "UYW": 4,
4148
+ "VND": 0,
4149
+ "VUV": 0,
4150
+ "XAF": 0,
4151
+ "XOF": 0,
4152
+ "XPF": 0,
4153
+ "YER": 0,
4154
+ "ZMK": 0,
4155
+ "ZWD": 0
4156
+ },
2584
4157
  "plurals": {},
2585
4158
  "weekData-minDays": 1,
2586
4159
  "weekData-firstDay": 0,
2587
4160
  "weekData-weekendStart": 6,
2588
4161
  "weekData-weekendEnd": 0,
2589
4162
  "timeData": {
2590
- "_allowed": "H h K",
4163
+ "_allowed": "H K h",
2591
4164
  "_preferred": "H"
2592
4165
  },
2593
4166
  "eras-gregorian": {
2594
4167
  "0": {
4168
+ "_code": "gregory-inverse",
4169
+ "_aliases": "bc bce",
2595
4170
  "_end": "0-12-31"
2596
4171
  },
2597
4172
  "1": {
4173
+ "_code": "gregory",
4174
+ "_aliases": "ad ce",
2598
4175
  "_start": "1-01-01"
2599
4176
  }
2600
4177
  },
2601
4178
  "eras-islamic": {
2602
4179
  "0": {
4180
+ "_code": "islamic",
4181
+ "_aliases": "ah",
2603
4182
  "_start": "622-7-15"
2604
4183
  }
2605
4184
  },
2606
4185
  "eras-persian": {
2607
4186
  "0": {
4187
+ "_code": "persian",
4188
+ "_aliases": "ap",
2608
4189
  "_start": "622-01-01"
2609
4190
  }
2610
4191
  },
2611
4192
  "eras-buddhist": {
2612
4193
  "0": {
4194
+ "_code": "buddhist",
4195
+ "_aliases": "be",
2613
4196
  "_start": "-542-01-01"
2614
4197
  }
2615
4198
  },
2616
4199
  "eras-japanese": {
2617
4200
  "232": {
4201
+ "_code": "meiji",
2618
4202
  "_start": "1868-9-8"
2619
4203
  },
2620
4204
  "233": {
4205
+ "_code": "taisho",
2621
4206
  "_start": "1912-7-30"
2622
4207
  },
2623
4208
  "234": {
4209
+ "_code": "showa",
2624
4210
  "_start": "1926-12-25"
2625
4211
  },
2626
4212
  "235": {
4213
+ "_code": "heisei",
2627
4214
  "_start": "1989-1-8"
2628
4215
  },
2629
4216
  "236": {
4217
+ "_code": "reiwa",
2630
4218
  "_start": "2019-5-1"
2631
4219
  }
2632
4220
  },