@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": {
@@ -397,6 +397,48 @@
397
397
  ]
398
398
  }
399
399
  },
400
+ "quarters": {
401
+ "format": {
402
+ "abbreviated": [
403
+ "1季度",
404
+ "2季度",
405
+ "3季度",
406
+ "4季度"
407
+ ],
408
+ "narrow": [
409
+ "1",
410
+ "2",
411
+ "3",
412
+ "4"
413
+ ],
414
+ "wide": [
415
+ "第一季度",
416
+ "第二季度",
417
+ "第三季度",
418
+ "第四季度"
419
+ ]
420
+ },
421
+ "stand-alone": {
422
+ "abbreviated": [
423
+ "1季度",
424
+ "2季度",
425
+ "3季度",
426
+ "4季度"
427
+ ],
428
+ "narrow": [
429
+ "1",
430
+ "2",
431
+ "3",
432
+ "4"
433
+ ],
434
+ "wide": [
435
+ "第一季度",
436
+ "第二季度",
437
+ "第三季度",
438
+ "第四季度"
439
+ ]
440
+ }
441
+ },
400
442
  "dayPeriods": {
401
443
  "format": {
402
444
  "abbreviated": [
@@ -427,6 +469,66 @@
427
469
  ]
428
470
  }
429
471
  },
472
+ "flexibleDayPeriods": {
473
+ "format": {
474
+ "abbreviated": {
475
+ "midnight": "午夜",
476
+ "morning1": "早上",
477
+ "morning2": "上午",
478
+ "afternoon1": "中午",
479
+ "afternoon2": "下午",
480
+ "evening1": "晚上",
481
+ "night1": "凌晨"
482
+ },
483
+ "narrow": {
484
+ "midnight": "午夜",
485
+ "morning1": "早上",
486
+ "morning2": "上午",
487
+ "afternoon1": "中午",
488
+ "afternoon2": "下午",
489
+ "evening1": "晚上",
490
+ "night1": "凌晨"
491
+ },
492
+ "wide": {
493
+ "midnight": "午夜",
494
+ "morning1": "清晨",
495
+ "morning2": "上午",
496
+ "afternoon1": "中午",
497
+ "afternoon2": "下午",
498
+ "evening1": "晚上",
499
+ "night1": "凌晨"
500
+ }
501
+ },
502
+ "stand-alone": {
503
+ "abbreviated": {
504
+ "midnight": "午夜",
505
+ "morning1": "早上",
506
+ "morning2": "上午",
507
+ "afternoon1": "中午",
508
+ "afternoon2": "下午",
509
+ "evening1": "晚上",
510
+ "night1": "凌晨"
511
+ },
512
+ "narrow": {
513
+ "midnight": "午夜",
514
+ "morning1": "早上",
515
+ "morning2": "上午",
516
+ "afternoon1": "中午",
517
+ "afternoon2": "下午",
518
+ "evening1": "晚上",
519
+ "night1": "凌晨"
520
+ },
521
+ "wide": {
522
+ "midnight": "午夜",
523
+ "morning1": "早上",
524
+ "morning2": "上午",
525
+ "afternoon1": "中午",
526
+ "afternoon2": "下午",
527
+ "evening1": "晚上",
528
+ "night1": "凌晨"
529
+ }
530
+ }
531
+ },
430
532
  "era-wide": {
431
533
  "0": "公元前",
432
534
  "1": "公元"
@@ -827,6 +929,48 @@
827
929
  ]
828
930
  }
829
931
  },
932
+ "quarters": {
933
+ "format": {
934
+ "abbreviated": [
935
+ "1季度",
936
+ "2季度",
937
+ "3季度",
938
+ "4季度"
939
+ ],
940
+ "narrow": [
941
+ "1",
942
+ "2",
943
+ "3",
944
+ "4"
945
+ ],
946
+ "wide": [
947
+ "第一季度",
948
+ "第二季度",
949
+ "第三季度",
950
+ "第四季度"
951
+ ]
952
+ },
953
+ "stand-alone": {
954
+ "abbreviated": [
955
+ "1季度",
956
+ "2季度",
957
+ "3季度",
958
+ "4季度"
959
+ ],
960
+ "narrow": [
961
+ "1",
962
+ "2",
963
+ "3",
964
+ "4"
965
+ ],
966
+ "wide": [
967
+ "第一季度",
968
+ "第二季度",
969
+ "第三季度",
970
+ "第四季度"
971
+ ]
972
+ }
973
+ },
830
974
  "dayPeriods": {
831
975
  "format": {
832
976
  "abbreviated": [
@@ -857,6 +1001,66 @@
857
1001
  ]
858
1002
  }
859
1003
  },
1004
+ "flexibleDayPeriods": {
1005
+ "format": {
1006
+ "abbreviated": {
1007
+ "midnight": "午夜",
1008
+ "morning1": "早上",
1009
+ "morning2": "上午",
1010
+ "afternoon1": "中午",
1011
+ "afternoon2": "下午",
1012
+ "evening1": "晚上",
1013
+ "night1": "凌晨"
1014
+ },
1015
+ "narrow": {
1016
+ "midnight": "午夜",
1017
+ "morning1": "早上",
1018
+ "morning2": "上午",
1019
+ "afternoon1": "中午",
1020
+ "afternoon2": "下午",
1021
+ "evening1": "晚上",
1022
+ "night1": "凌晨"
1023
+ },
1024
+ "wide": {
1025
+ "midnight": "午夜",
1026
+ "morning1": "清晨",
1027
+ "morning2": "上午",
1028
+ "afternoon1": "中午",
1029
+ "afternoon2": "下午",
1030
+ "evening1": "晚上",
1031
+ "night1": "凌晨"
1032
+ }
1033
+ },
1034
+ "stand-alone": {
1035
+ "abbreviated": {
1036
+ "midnight": "午夜",
1037
+ "morning1": "早上",
1038
+ "morning2": "上午",
1039
+ "afternoon1": "中午",
1040
+ "afternoon2": "下午",
1041
+ "evening1": "晚上",
1042
+ "night1": "凌晨"
1043
+ },
1044
+ "narrow": {
1045
+ "midnight": "午夜",
1046
+ "morning1": "早上",
1047
+ "morning2": "上午",
1048
+ "afternoon1": "中午",
1049
+ "afternoon2": "下午",
1050
+ "evening1": "晚上",
1051
+ "night1": "凌晨"
1052
+ },
1053
+ "wide": {
1054
+ "midnight": "午夜",
1055
+ "morning1": "早上",
1056
+ "morning2": "上午",
1057
+ "afternoon1": "中午",
1058
+ "afternoon2": "下午",
1059
+ "evening1": "晚上",
1060
+ "night1": "凌晨"
1061
+ }
1062
+ }
1063
+ },
860
1064
  "era-wide": {
861
1065
  "0": "伊斯兰历"
862
1066
  },
@@ -1262,6 +1466,48 @@
1262
1466
  ]
1263
1467
  }
1264
1468
  },
1469
+ "quarters": {
1470
+ "format": {
1471
+ "abbreviated": [
1472
+ "1季度",
1473
+ "2季度",
1474
+ "3季度",
1475
+ "4季度"
1476
+ ],
1477
+ "narrow": [
1478
+ "1",
1479
+ "2",
1480
+ "3",
1481
+ "4"
1482
+ ],
1483
+ "wide": [
1484
+ "第一季度",
1485
+ "第二季度",
1486
+ "第三季度",
1487
+ "第四季度"
1488
+ ]
1489
+ },
1490
+ "stand-alone": {
1491
+ "abbreviated": [
1492
+ "1季度",
1493
+ "2季度",
1494
+ "3季度",
1495
+ "4季度"
1496
+ ],
1497
+ "narrow": [
1498
+ "1",
1499
+ "2",
1500
+ "3",
1501
+ "4"
1502
+ ],
1503
+ "wide": [
1504
+ "第一季度",
1505
+ "第二季度",
1506
+ "第三季度",
1507
+ "第四季度"
1508
+ ]
1509
+ }
1510
+ },
1265
1511
  "dayPeriods": {
1266
1512
  "format": {
1267
1513
  "abbreviated": [
@@ -1292,6 +1538,66 @@
1292
1538
  ]
1293
1539
  }
1294
1540
  },
1541
+ "flexibleDayPeriods": {
1542
+ "format": {
1543
+ "abbreviated": {
1544
+ "midnight": "午夜",
1545
+ "morning1": "早上",
1546
+ "morning2": "上午",
1547
+ "afternoon1": "中午",
1548
+ "afternoon2": "下午",
1549
+ "evening1": "晚上",
1550
+ "night1": "凌晨"
1551
+ },
1552
+ "narrow": {
1553
+ "midnight": "午夜",
1554
+ "morning1": "早上",
1555
+ "morning2": "上午",
1556
+ "afternoon1": "中午",
1557
+ "afternoon2": "下午",
1558
+ "evening1": "晚上",
1559
+ "night1": "凌晨"
1560
+ },
1561
+ "wide": {
1562
+ "midnight": "午夜",
1563
+ "morning1": "清晨",
1564
+ "morning2": "上午",
1565
+ "afternoon1": "中午",
1566
+ "afternoon2": "下午",
1567
+ "evening1": "晚上",
1568
+ "night1": "凌晨"
1569
+ }
1570
+ },
1571
+ "stand-alone": {
1572
+ "abbreviated": {
1573
+ "midnight": "午夜",
1574
+ "morning1": "早上",
1575
+ "morning2": "上午",
1576
+ "afternoon1": "中午",
1577
+ "afternoon2": "下午",
1578
+ "evening1": "晚上",
1579
+ "night1": "凌晨"
1580
+ },
1581
+ "narrow": {
1582
+ "midnight": "午夜",
1583
+ "morning1": "早上",
1584
+ "morning2": "上午",
1585
+ "afternoon1": "中午",
1586
+ "afternoon2": "下午",
1587
+ "evening1": "晚上",
1588
+ "night1": "凌晨"
1589
+ },
1590
+ "wide": {
1591
+ "midnight": "午夜",
1592
+ "morning1": "早上",
1593
+ "morning2": "上午",
1594
+ "afternoon1": "中午",
1595
+ "afternoon2": "下午",
1596
+ "evening1": "晚上",
1597
+ "night1": "凌晨"
1598
+ }
1599
+ }
1600
+ },
1295
1601
  "era-wide": {
1296
1602
  "232": "明治",
1297
1603
  "233": "大正",
@@ -1701,6 +2007,48 @@
1701
2007
  ]
1702
2008
  }
1703
2009
  },
2010
+ "quarters": {
2011
+ "format": {
2012
+ "abbreviated": [
2013
+ "1季度",
2014
+ "2季度",
2015
+ "3季度",
2016
+ "4季度"
2017
+ ],
2018
+ "narrow": [
2019
+ "1",
2020
+ "2",
2021
+ "3",
2022
+ "4"
2023
+ ],
2024
+ "wide": [
2025
+ "第一季度",
2026
+ "第二季度",
2027
+ "第三季度",
2028
+ "第四季度"
2029
+ ]
2030
+ },
2031
+ "stand-alone": {
2032
+ "abbreviated": [
2033
+ "1季度",
2034
+ "2季度",
2035
+ "3季度",
2036
+ "4季度"
2037
+ ],
2038
+ "narrow": [
2039
+ "1",
2040
+ "2",
2041
+ "3",
2042
+ "4"
2043
+ ],
2044
+ "wide": [
2045
+ "第一季度",
2046
+ "第二季度",
2047
+ "第三季度",
2048
+ "第四季度"
2049
+ ]
2050
+ }
2051
+ },
1704
2052
  "dayPeriods": {
1705
2053
  "format": {
1706
2054
  "abbreviated": [
@@ -1731,6 +2079,66 @@
1731
2079
  ]
1732
2080
  }
1733
2081
  },
2082
+ "flexibleDayPeriods": {
2083
+ "format": {
2084
+ "abbreviated": {
2085
+ "midnight": "午夜",
2086
+ "morning1": "早上",
2087
+ "morning2": "上午",
2088
+ "afternoon1": "中午",
2089
+ "afternoon2": "下午",
2090
+ "evening1": "晚上",
2091
+ "night1": "凌晨"
2092
+ },
2093
+ "narrow": {
2094
+ "midnight": "午夜",
2095
+ "morning1": "早上",
2096
+ "morning2": "上午",
2097
+ "afternoon1": "中午",
2098
+ "afternoon2": "下午",
2099
+ "evening1": "晚上",
2100
+ "night1": "凌晨"
2101
+ },
2102
+ "wide": {
2103
+ "midnight": "午夜",
2104
+ "morning1": "清晨",
2105
+ "morning2": "上午",
2106
+ "afternoon1": "中午",
2107
+ "afternoon2": "下午",
2108
+ "evening1": "晚上",
2109
+ "night1": "凌晨"
2110
+ }
2111
+ },
2112
+ "stand-alone": {
2113
+ "abbreviated": {
2114
+ "midnight": "午夜",
2115
+ "morning1": "早上",
2116
+ "morning2": "上午",
2117
+ "afternoon1": "中午",
2118
+ "afternoon2": "下午",
2119
+ "evening1": "晚上",
2120
+ "night1": "凌晨"
2121
+ },
2122
+ "narrow": {
2123
+ "midnight": "午夜",
2124
+ "morning1": "早上",
2125
+ "morning2": "上午",
2126
+ "afternoon1": "中午",
2127
+ "afternoon2": "下午",
2128
+ "evening1": "晚上",
2129
+ "night1": "凌晨"
2130
+ },
2131
+ "wide": {
2132
+ "midnight": "午夜",
2133
+ "morning1": "早上",
2134
+ "morning2": "上午",
2135
+ "afternoon1": "中午",
2136
+ "afternoon2": "下午",
2137
+ "evening1": "晚上",
2138
+ "night1": "凌晨"
2139
+ }
2140
+ }
2141
+ },
1734
2142
  "era-wide": {
1735
2143
  "0": "波斯历"
1736
2144
  },
@@ -2128,6 +2536,48 @@
2128
2536
  ]
2129
2537
  }
2130
2538
  },
2539
+ "quarters": {
2540
+ "format": {
2541
+ "abbreviated": [
2542
+ "1季度",
2543
+ "2季度",
2544
+ "3季度",
2545
+ "4季度"
2546
+ ],
2547
+ "narrow": [
2548
+ "1",
2549
+ "2",
2550
+ "3",
2551
+ "4"
2552
+ ],
2553
+ "wide": [
2554
+ "第一季度",
2555
+ "第二季度",
2556
+ "第三季度",
2557
+ "第四季度"
2558
+ ]
2559
+ },
2560
+ "stand-alone": {
2561
+ "abbreviated": [
2562
+ "1季度",
2563
+ "2季度",
2564
+ "3季度",
2565
+ "4季度"
2566
+ ],
2567
+ "narrow": [
2568
+ "1",
2569
+ "2",
2570
+ "3",
2571
+ "4"
2572
+ ],
2573
+ "wide": [
2574
+ "第一季度",
2575
+ "第二季度",
2576
+ "第三季度",
2577
+ "第四季度"
2578
+ ]
2579
+ }
2580
+ },
2131
2581
  "dayPeriods": {
2132
2582
  "format": {
2133
2583
  "abbreviated": [
@@ -2158,6 +2608,66 @@
2158
2608
  ]
2159
2609
  }
2160
2610
  },
2611
+ "flexibleDayPeriods": {
2612
+ "format": {
2613
+ "abbreviated": {
2614
+ "midnight": "午夜",
2615
+ "morning1": "早上",
2616
+ "morning2": "上午",
2617
+ "afternoon1": "中午",
2618
+ "afternoon2": "下午",
2619
+ "evening1": "晚上",
2620
+ "night1": "凌晨"
2621
+ },
2622
+ "narrow": {
2623
+ "midnight": "午夜",
2624
+ "morning1": "早上",
2625
+ "morning2": "上午",
2626
+ "afternoon1": "中午",
2627
+ "afternoon2": "下午",
2628
+ "evening1": "晚上",
2629
+ "night1": "凌晨"
2630
+ },
2631
+ "wide": {
2632
+ "midnight": "午夜",
2633
+ "morning1": "清晨",
2634
+ "morning2": "上午",
2635
+ "afternoon1": "中午",
2636
+ "afternoon2": "下午",
2637
+ "evening1": "晚上",
2638
+ "night1": "凌晨"
2639
+ }
2640
+ },
2641
+ "stand-alone": {
2642
+ "abbreviated": {
2643
+ "midnight": "午夜",
2644
+ "morning1": "早上",
2645
+ "morning2": "上午",
2646
+ "afternoon1": "中午",
2647
+ "afternoon2": "下午",
2648
+ "evening1": "晚上",
2649
+ "night1": "凌晨"
2650
+ },
2651
+ "narrow": {
2652
+ "midnight": "午夜",
2653
+ "morning1": "早上",
2654
+ "morning2": "上午",
2655
+ "afternoon1": "中午",
2656
+ "afternoon2": "下午",
2657
+ "evening1": "晚上",
2658
+ "night1": "凌晨"
2659
+ },
2660
+ "wide": {
2661
+ "midnight": "午夜",
2662
+ "morning1": "早上",
2663
+ "morning2": "上午",
2664
+ "afternoon1": "中午",
2665
+ "afternoon2": "下午",
2666
+ "evening1": "晚上",
2667
+ "night1": "凌晨"
2668
+ }
2669
+ }
2670
+ },
2161
2671
  "era-wide": {
2162
2672
  "0": "佛历"
2163
2673
  },
@@ -2458,6 +2968,84 @@
2458
2968
  "displayName": "时区"
2459
2969
  }
2460
2970
  },
2971
+ "timezoneNamesFormats": {
2972
+ "gmtFormat": "GMT{0}"
2973
+ },
2974
+ "decimalFormat": {
2975
+ "standard": "#,##0.###"
2976
+ },
2977
+ "decimalFormat-long": {
2978
+ "1000-other": "0",
2979
+ "10000-other": "0万",
2980
+ "100000-other": "00万",
2981
+ "1000000-other": "000万",
2982
+ "10000000-other": "0000万",
2983
+ "100000000-other": "0亿",
2984
+ "1000000000-other": "00亿",
2985
+ "10000000000-other": "000亿",
2986
+ "100000000000-other": "0000亿",
2987
+ "1000000000000-other": "0万亿",
2988
+ "10000000000000-other": "00万亿",
2989
+ "100000000000000-other": "000万亿"
2990
+ },
2991
+ "decimalFormat-short": {
2992
+ "1000-other": "0",
2993
+ "10000-other": "0万",
2994
+ "100000-other": "00万",
2995
+ "1000000-other": "000万",
2996
+ "10000000-other": "0000万",
2997
+ "100000000-other": "0亿",
2998
+ "1000000000-other": "00亿",
2999
+ "10000000000-other": "000亿",
3000
+ "100000000000-other": "0000亿",
3001
+ "1000000000000-other": "0万亿",
3002
+ "10000000000000-other": "00万亿",
3003
+ "100000000000000-other": "000万亿"
3004
+ },
3005
+ "scientificFormat": {
3006
+ "standard": "#E0"
3007
+ },
3008
+ "percentFormat": {
3009
+ "standard": "#,##0%"
3010
+ },
3011
+ "currencyFormat": {
3012
+ "standard": "¤#,##0.00",
3013
+ "accounting": "¤#,##0.00;(¤#,##0.00)",
3014
+ "currencySpacing": {
3015
+ "beforeCurrency": {
3016
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3017
+ "surroundingMatch": "[:digit:]",
3018
+ "insertBetween": " "
3019
+ },
3020
+ "afterCurrency": {
3021
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3022
+ "surroundingMatch": "[:digit:]",
3023
+ "insertBetween": " "
3024
+ }
3025
+ },
3026
+ "sap-standard": "#,##0.00¤",
3027
+ "sap-accounting": "#,##0.00¤;(#,##0.00¤)"
3028
+ },
3029
+ "miscPattern": {
3030
+ "approximately": "~{0}",
3031
+ "atLeast": "{0}+",
3032
+ "atMost": "≤{0}",
3033
+ "range": "{0}-{1}"
3034
+ },
3035
+ "currencyFormat-short": {
3036
+ "1000-other": "0",
3037
+ "10000-other": "¤0万",
3038
+ "100000-other": "¤00万",
3039
+ "1000000-other": "¤000万",
3040
+ "10000000-other": "¤0000万",
3041
+ "100000000-other": "¤0亿",
3042
+ "1000000000-other": "¤00亿",
3043
+ "10000000000-other": "¤000亿",
3044
+ "100000000000-other": "¤0000亿",
3045
+ "1000000000000-other": "¤0万亿",
3046
+ "10000000000000-other": "¤00万亿",
3047
+ "100000000000000-other": "¤000万亿"
3048
+ },
2461
3049
  "symbols-latn-decimal": ".",
2462
3050
  "symbols-latn-group": ",",
2463
3051
  "symbols-latn-list": ";",
@@ -2471,10 +3059,976 @@
2471
3059
  "symbols-latn-infinity": "∞",
2472
3060
  "symbols-latn-nan": "NaN",
2473
3061
  "symbols-latn-timeSeparator": ":",
3062
+ "currencySymbols": {
3063
+ "AUD": "AU$",
3064
+ "BRL": "R$",
3065
+ "CAD": "CA$",
3066
+ "CNY": "¥",
3067
+ "EUR": "€",
3068
+ "GBP": "£",
3069
+ "HKD": "HK$",
3070
+ "ILR": "ILS",
3071
+ "ILS": "₪",
3072
+ "INR": "₹",
3073
+ "JPY": "JP¥",
3074
+ "KRW": "₩",
3075
+ "MXN": "MX$",
3076
+ "NZD": "NZ$",
3077
+ "TWD": "NT$",
3078
+ "USD": "US$",
3079
+ "VND": "₫",
3080
+ "XAF": "FCFA",
3081
+ "XCD": "EC$",
3082
+ "XOF": "F CFA",
3083
+ "XPF": "CFPF"
3084
+ },
2474
3085
  "rtl": false,
3086
+ "units": {
3087
+ "short": {
3088
+ "10p-1": {
3089
+ "unitPrefixPattern": "d{0}"
3090
+ },
3091
+ "10p-2": {
3092
+ "unitPrefixPattern": "c{0}"
3093
+ },
3094
+ "10p-3": {
3095
+ "unitPrefixPattern": "m{0}"
3096
+ },
3097
+ "10p-6": {
3098
+ "unitPrefixPattern": "μ{0}"
3099
+ },
3100
+ "10p-9": {
3101
+ "unitPrefixPattern": "n{0}"
3102
+ },
3103
+ "10p-12": {
3104
+ "unitPrefixPattern": "p{0}"
3105
+ },
3106
+ "10p-15": {
3107
+ "unitPrefixPattern": "f{0}"
3108
+ },
3109
+ "10p-18": {
3110
+ "unitPrefixPattern": "a{0}"
3111
+ },
3112
+ "10p-21": {
3113
+ "unitPrefixPattern": "z{0}"
3114
+ },
3115
+ "10p-24": {
3116
+ "unitPrefixPattern": "y{0}"
3117
+ },
3118
+ "10p1": {
3119
+ "unitPrefixPattern": "da{0}"
3120
+ },
3121
+ "10p2": {
3122
+ "unitPrefixPattern": "h{0}"
3123
+ },
3124
+ "10p3": {
3125
+ "unitPrefixPattern": "k{0}"
3126
+ },
3127
+ "10p6": {
3128
+ "unitPrefixPattern": "M{0}"
3129
+ },
3130
+ "10p9": {
3131
+ "unitPrefixPattern": "G{0}"
3132
+ },
3133
+ "10p12": {
3134
+ "unitPrefixPattern": "T{0}"
3135
+ },
3136
+ "10p15": {
3137
+ "unitPrefixPattern": "P{0}"
3138
+ },
3139
+ "10p18": {
3140
+ "unitPrefixPattern": "E{0}"
3141
+ },
3142
+ "10p21": {
3143
+ "unitPrefixPattern": "Z{0}"
3144
+ },
3145
+ "10p24": {
3146
+ "unitPrefixPattern": "Y{0}"
3147
+ },
3148
+ "1024p1": {
3149
+ "unitPrefixPattern": "Ki{0}"
3150
+ },
3151
+ "1024p2": {
3152
+ "unitPrefixPattern": "Mi{0}"
3153
+ },
3154
+ "1024p3": {
3155
+ "unitPrefixPattern": "Gi{0}"
3156
+ },
3157
+ "1024p4": {
3158
+ "unitPrefixPattern": "Ti{0}"
3159
+ },
3160
+ "1024p5": {
3161
+ "unitPrefixPattern": "Pi{0}"
3162
+ },
3163
+ "1024p6": {
3164
+ "unitPrefixPattern": "Ei{0}"
3165
+ },
3166
+ "1024p7": {
3167
+ "unitPrefixPattern": "Zi{0}"
3168
+ },
3169
+ "1024p8": {
3170
+ "unitPrefixPattern": "Yi{0}"
3171
+ },
3172
+ "per": {
3173
+ "compoundUnitPattern": "{0}/{1}"
3174
+ },
3175
+ "power2": {
3176
+ "compoundUnitPattern1": "{0}²",
3177
+ "compoundUnitPattern1-count-other": "{0}²"
3178
+ },
3179
+ "power3": {
3180
+ "compoundUnitPattern1": "{0}³",
3181
+ "compoundUnitPattern1-count-other": "{0}³"
3182
+ },
3183
+ "times": {
3184
+ "compoundUnitPattern": "{0}⋅{1}"
3185
+ },
3186
+ "acceleration-g-force": {
3187
+ "displayName": "G力",
3188
+ "unitPattern-count-other": "{0}G"
3189
+ },
3190
+ "acceleration-meter-per-square-second": {
3191
+ "displayName": "m/s²",
3192
+ "unitPattern-count-other": "{0} m/s²"
3193
+ },
3194
+ "angle-revolution": {
3195
+ "displayName": "转",
3196
+ "unitPattern-count-other": "{0}转"
3197
+ },
3198
+ "angle-radian": {
3199
+ "displayName": "弧度",
3200
+ "unitPattern-count-other": "{0}弧度"
3201
+ },
3202
+ "angle-degree": {
3203
+ "displayName": "度",
3204
+ "unitPattern-count-other": "{0}°"
3205
+ },
3206
+ "angle-arc-minute": {
3207
+ "displayName": "弧分",
3208
+ "unitPattern-count-other": "{0}弧分"
3209
+ },
3210
+ "angle-arc-second": {
3211
+ "displayName": "弧秒",
3212
+ "unitPattern-count-other": "{0}弧秒"
3213
+ },
3214
+ "area-square-kilometer": {
3215
+ "displayName": "平方公里",
3216
+ "unitPattern-count-other": "{0}平方公里",
3217
+ "perUnitPattern": "{0}/平方公里"
3218
+ },
3219
+ "area-hectare": {
3220
+ "displayName": "公顷",
3221
+ "unitPattern-count-other": "{0}公顷"
3222
+ },
3223
+ "area-square-meter": {
3224
+ "displayName": "平方米",
3225
+ "unitPattern-count-other": "{0}平方米",
3226
+ "perUnitPattern": "{0}/平方米"
3227
+ },
3228
+ "area-square-centimeter": {
3229
+ "displayName": "平方厘米",
3230
+ "unitPattern-count-other": "{0}平方厘米",
3231
+ "perUnitPattern": "{0}/平方厘米"
3232
+ },
3233
+ "area-square-mile": {
3234
+ "displayName": "平方英里",
3235
+ "unitPattern-count-other": "{0}平方英里",
3236
+ "perUnitPattern": "{0}/平方英里"
3237
+ },
3238
+ "area-acre": {
3239
+ "displayName": "英亩",
3240
+ "unitPattern-count-other": "{0}英亩"
3241
+ },
3242
+ "area-square-yard": {
3243
+ "displayName": "平方码",
3244
+ "unitPattern-count-other": "{0}平方码"
3245
+ },
3246
+ "area-square-foot": {
3247
+ "displayName": "平方英尺",
3248
+ "unitPattern-count-other": "{0}平方英尺"
3249
+ },
3250
+ "area-square-inch": {
3251
+ "displayName": "平方英寸",
3252
+ "unitPattern-count-other": "{0}平方英寸",
3253
+ "perUnitPattern": "{0}/平方英寸"
3254
+ },
3255
+ "area-dunam": {
3256
+ "displayName": "杜纳亩",
3257
+ "unitPattern-count-other": "{0}杜纳亩"
3258
+ },
3259
+ "concentr-karat": {
3260
+ "displayName": "kt",
3261
+ "unitPattern-count-other": "{0} kt"
3262
+ },
3263
+ "concentr-milligram-ofglucose-per-deciliter": {
3264
+ "displayName": "mg/dL",
3265
+ "unitPattern-count-other": "{0} mg/dL"
3266
+ },
3267
+ "concentr-millimole-per-liter": {
3268
+ "displayName": "mmol/L",
3269
+ "unitPattern-count-other": "{0} mmol/L"
3270
+ },
3271
+ "concentr-item": {
3272
+ "displayName": "项",
3273
+ "unitPattern-count-other": "{0}项"
3274
+ },
3275
+ "concentr-permillion": {
3276
+ "displayName": "ppm",
3277
+ "unitPattern-count-other": "{0}ppm"
3278
+ },
3279
+ "concentr-percent": {
3280
+ "displayName": "%",
3281
+ "unitPattern-count-other": "{0}%"
3282
+ },
3283
+ "concentr-permille": {
3284
+ "displayName": "‰",
3285
+ "unitPattern-count-other": "{0}‰"
3286
+ },
3287
+ "concentr-permyriad": {
3288
+ "displayName": "‱",
3289
+ "unitPattern-count-other": "{0}‱"
3290
+ },
3291
+ "concentr-mole": {
3292
+ "displayName": "mol",
3293
+ "unitPattern-count-other": "{0} mol"
3294
+ },
3295
+ "consumption-liter-per-kilometer": {
3296
+ "displayName": "L/km",
3297
+ "unitPattern-count-other": "{0} L/km"
3298
+ },
3299
+ "consumption-liter-per-100-kilometer": {
3300
+ "displayName": "L/100km",
3301
+ "unitPattern-count-other": "{0} L/100km"
3302
+ },
3303
+ "consumption-mile-per-gallon": {
3304
+ "displayName": "mpg US",
3305
+ "unitPattern-count-other": "{0} mpg US"
3306
+ },
3307
+ "consumption-mile-per-gallon-imperial": {
3308
+ "displayName": "mpg Imp.",
3309
+ "unitPattern-count-other": "{0} mpg Imp."
3310
+ },
3311
+ "digital-petabyte": {
3312
+ "displayName": "PB",
3313
+ "unitPattern-count-other": "{0} PB"
3314
+ },
3315
+ "digital-terabyte": {
3316
+ "displayName": "TB",
3317
+ "unitPattern-count-other": "{0} TB"
3318
+ },
3319
+ "digital-terabit": {
3320
+ "displayName": "Tb",
3321
+ "unitPattern-count-other": "{0} Tb"
3322
+ },
3323
+ "digital-gigabyte": {
3324
+ "displayName": "GB",
3325
+ "unitPattern-count-other": "{0} GB"
3326
+ },
3327
+ "digital-gigabit": {
3328
+ "displayName": "Gb",
3329
+ "unitPattern-count-other": "{0} Gb"
3330
+ },
3331
+ "digital-megabyte": {
3332
+ "displayName": "MB",
3333
+ "unitPattern-count-other": "{0} MB"
3334
+ },
3335
+ "digital-megabit": {
3336
+ "displayName": "Mb",
3337
+ "unitPattern-count-other": "{0} Mb"
3338
+ },
3339
+ "digital-kilobyte": {
3340
+ "displayName": "kB",
3341
+ "unitPattern-count-other": "{0} kB"
3342
+ },
3343
+ "digital-kilobit": {
3344
+ "displayName": "kb",
3345
+ "unitPattern-count-other": "{0} kb"
3346
+ },
3347
+ "digital-byte": {
3348
+ "displayName": "B",
3349
+ "unitPattern-count-other": "{0} B"
3350
+ },
3351
+ "digital-bit": {
3352
+ "displayName": "b",
3353
+ "unitPattern-count-other": "{0} b"
3354
+ },
3355
+ "duration-century": {
3356
+ "displayName": "个世纪",
3357
+ "unitPattern-count-other": "{0}个世纪"
3358
+ },
3359
+ "duration-decade": {
3360
+ "displayName": "个十年",
3361
+ "unitPattern-count-other": "{0}个十年"
3362
+ },
3363
+ "duration-year": {
3364
+ "displayName": "年",
3365
+ "unitPattern-count-other": "{0}年",
3366
+ "perUnitPattern": "{0}/年"
3367
+ },
3368
+ "duration-quarter": {
3369
+ "displayName": "季",
3370
+ "unitPattern-count-other": "{0}季",
3371
+ "perUnitPattern": "{0}/季"
3372
+ },
3373
+ "duration-month": {
3374
+ "displayName": "个月",
3375
+ "unitPattern-count-other": "{0}个月",
3376
+ "perUnitPattern": "{0}/月"
3377
+ },
3378
+ "duration-week": {
3379
+ "displayName": "周",
3380
+ "unitPattern-count-other": "{0}周",
3381
+ "perUnitPattern": "{0}/周"
3382
+ },
3383
+ "duration-day": {
3384
+ "displayName": "天",
3385
+ "unitPattern-count-other": "{0}天",
3386
+ "perUnitPattern": "{0}/天"
3387
+ },
3388
+ "duration-hour": {
3389
+ "displayName": "小时",
3390
+ "unitPattern-count-other": "{0}小时",
3391
+ "perUnitPattern": "{0}/小时"
3392
+ },
3393
+ "duration-minute": {
3394
+ "displayName": "分钟",
3395
+ "unitPattern-count-other": "{0}分钟",
3396
+ "perUnitPattern": "{0}/分钟"
3397
+ },
3398
+ "duration-second": {
3399
+ "displayName": "秒",
3400
+ "unitPattern-count-other": "{0}秒",
3401
+ "perUnitPattern": "{0}/秒"
3402
+ },
3403
+ "duration-millisecond": {
3404
+ "displayName": "毫秒",
3405
+ "unitPattern-count-other": "{0}毫秒"
3406
+ },
3407
+ "duration-microsecond": {
3408
+ "displayName": "微秒",
3409
+ "unitPattern-count-other": "{0}微秒"
3410
+ },
3411
+ "duration-nanosecond": {
3412
+ "displayName": "纳秒",
3413
+ "unitPattern-count-other": "{0}纳秒"
3414
+ },
3415
+ "electric-ampere": {
3416
+ "displayName": "A",
3417
+ "unitPattern-count-other": "{0} A"
3418
+ },
3419
+ "electric-milliampere": {
3420
+ "displayName": "mA",
3421
+ "unitPattern-count-other": "{0} mA"
3422
+ },
3423
+ "electric-ohm": {
3424
+ "displayName": "Ω",
3425
+ "unitPattern-count-other": "{0} Ω"
3426
+ },
3427
+ "electric-volt": {
3428
+ "displayName": "V",
3429
+ "unitPattern-count-other": "{0} V"
3430
+ },
3431
+ "energy-kilocalorie": {
3432
+ "displayName": "千卡",
3433
+ "unitPattern-count-other": "{0}千卡"
3434
+ },
3435
+ "energy-calorie": {
3436
+ "displayName": "卡",
3437
+ "unitPattern-count-other": "{0}卡"
3438
+ },
3439
+ "energy-foodcalorie": {
3440
+ "displayName": "大卡",
3441
+ "unitPattern-count-other": "{0}大卡"
3442
+ },
3443
+ "energy-kilojoule": {
3444
+ "displayName": "千焦",
3445
+ "unitPattern-count-other": "{0}千焦"
3446
+ },
3447
+ "energy-joule": {
3448
+ "displayName": "焦耳",
3449
+ "unitPattern-count-other": "{0}焦耳"
3450
+ },
3451
+ "energy-kilowatt-hour": {
3452
+ "displayName": "千瓦时",
3453
+ "unitPattern-count-other": "{0}千瓦时"
3454
+ },
3455
+ "energy-electronvolt": {
3456
+ "displayName": "电子伏",
3457
+ "unitPattern-count-other": "{0}电子伏"
3458
+ },
3459
+ "energy-british-thermal-unit": {
3460
+ "displayName": "英热单位",
3461
+ "unitPattern-count-other": "{0}英热单位"
3462
+ },
3463
+ "energy-therm-us": {
3464
+ "displayName": "美制克卡",
3465
+ "unitPattern-count-other": "{0}美制克卡"
3466
+ },
3467
+ "force-pound-force": {
3468
+ "displayName": "lbf",
3469
+ "unitPattern-count-other": "{0} lbf"
3470
+ },
3471
+ "force-newton": {
3472
+ "displayName": "牛",
3473
+ "unitPattern-count-other": "{0}牛"
3474
+ },
3475
+ "force-kilowatt-hour-per-100-kilometer": {
3476
+ "displayName": "kWh/100km",
3477
+ "unitPattern-count-other": "{0} kWh/100km"
3478
+ },
3479
+ "frequency-gigahertz": {
3480
+ "displayName": "GHz",
3481
+ "unitPattern-count-other": "{0} GHz"
3482
+ },
3483
+ "frequency-megahertz": {
3484
+ "displayName": "MHz",
3485
+ "unitPattern-count-other": "{0} MHz"
3486
+ },
3487
+ "frequency-kilohertz": {
3488
+ "displayName": "kHz",
3489
+ "unitPattern-count-other": "{0} kHz"
3490
+ },
3491
+ "frequency-hertz": {
3492
+ "displayName": "Hz",
3493
+ "unitPattern-count-other": "{0} Hz"
3494
+ },
3495
+ "graphics-em": {
3496
+ "displayName": "em",
3497
+ "unitPattern-count-other": "{0} em"
3498
+ },
3499
+ "graphics-pixel": {
3500
+ "displayName": "px",
3501
+ "unitPattern-count-other": "{0} px"
3502
+ },
3503
+ "graphics-megapixel": {
3504
+ "displayName": "MP",
3505
+ "unitPattern-count-other": "{0} MP"
3506
+ },
3507
+ "graphics-pixel-per-centimeter": {
3508
+ "displayName": "ppcm",
3509
+ "unitPattern-count-other": "{0} ppcm"
3510
+ },
3511
+ "graphics-pixel-per-inch": {
3512
+ "displayName": "ppi",
3513
+ "unitPattern-count-other": "{0} ppi"
3514
+ },
3515
+ "graphics-dot-per-centimeter": {
3516
+ "displayName": "dpcm",
3517
+ "unitPattern-count-other": "{0} dpcm"
3518
+ },
3519
+ "graphics-dot-per-inch": {
3520
+ "displayName": "dpi",
3521
+ "unitPattern-count-other": "{0} dpi"
3522
+ },
3523
+ "graphics-dot": {
3524
+ "displayName": "px",
3525
+ "unitPattern-count-other": "{0} px"
3526
+ },
3527
+ "length-earth-radius": {
3528
+ "displayName": "R⊕",
3529
+ "unitPattern-count-other": "{0} R⊕"
3530
+ },
3531
+ "length-kilometer": {
3532
+ "displayName": "公里",
3533
+ "unitPattern-count-other": "{0}公里",
3534
+ "perUnitPattern": "{0}/公里"
3535
+ },
3536
+ "length-meter": {
3537
+ "displayName": "米",
3538
+ "unitPattern-count-other": "{0}米",
3539
+ "perUnitPattern": "{0}/米"
3540
+ },
3541
+ "length-decimeter": {
3542
+ "displayName": "分米",
3543
+ "unitPattern-count-other": "{0}分米"
3544
+ },
3545
+ "length-centimeter": {
3546
+ "displayName": "厘米",
3547
+ "unitPattern-count-other": "{0}厘米",
3548
+ "perUnitPattern": "{0}/厘米"
3549
+ },
3550
+ "length-millimeter": {
3551
+ "displayName": "毫米",
3552
+ "unitPattern-count-other": "{0}毫米"
3553
+ },
3554
+ "length-micrometer": {
3555
+ "displayName": "微米",
3556
+ "unitPattern-count-other": "{0}微米"
3557
+ },
3558
+ "length-nanometer": {
3559
+ "displayName": "纳米",
3560
+ "unitPattern-count-other": "{0}纳米"
3561
+ },
3562
+ "length-picometer": {
3563
+ "displayName": "皮米",
3564
+ "unitPattern-count-other": "{0}皮米"
3565
+ },
3566
+ "length-mile": {
3567
+ "displayName": "英里",
3568
+ "unitPattern-count-other": "{0}英里"
3569
+ },
3570
+ "length-yard": {
3571
+ "displayName": "码",
3572
+ "unitPattern-count-other": "{0}码"
3573
+ },
3574
+ "length-foot": {
3575
+ "displayName": "英尺",
3576
+ "unitPattern-count-other": "{0}英尺",
3577
+ "perUnitPattern": "{0}/英尺"
3578
+ },
3579
+ "length-inch": {
3580
+ "displayName": "英寸",
3581
+ "unitPattern-count-other": "{0}英寸",
3582
+ "perUnitPattern": "{0}/英寸"
3583
+ },
3584
+ "length-parsec": {
3585
+ "displayName": "秒差距",
3586
+ "unitPattern-count-other": "{0}秒差距"
3587
+ },
3588
+ "length-light-year": {
3589
+ "displayName": "光年",
3590
+ "unitPattern-count-other": "{0}光年"
3591
+ },
3592
+ "length-astronomical-unit": {
3593
+ "displayName": "天文单位",
3594
+ "unitPattern-count-other": "{0}天文单位"
3595
+ },
3596
+ "length-furlong": {
3597
+ "displayName": "弗隆",
3598
+ "unitPattern-count-other": "{0}弗隆"
3599
+ },
3600
+ "length-fathom": {
3601
+ "displayName": "英寻",
3602
+ "unitPattern-count-other": "{0}英寻"
3603
+ },
3604
+ "length-nautical-mile": {
3605
+ "displayName": "海里",
3606
+ "unitPattern-count-other": "{0}海里"
3607
+ },
3608
+ "length-mile-scandinavian": {
3609
+ "displayName": "斯堪的纳维亚英里",
3610
+ "unitPattern-count-other": "{0}斯堪的纳维亚英里"
3611
+ },
3612
+ "length-point": {
3613
+ "displayName": "pt",
3614
+ "unitPattern-count-other": "{0} pt"
3615
+ },
3616
+ "length-solar-radius": {
3617
+ "displayName": "太阳半径",
3618
+ "unitPattern-count-other": "{0}太阳半径"
3619
+ },
3620
+ "light-lux": {
3621
+ "displayName": "lx",
3622
+ "unitPattern-count-other": "{0} lx"
3623
+ },
3624
+ "light-candela": {
3625
+ "displayName": "cd",
3626
+ "unitPattern-count-other": "{0} cd"
3627
+ },
3628
+ "light-lumen": {
3629
+ "displayName": "lm",
3630
+ "unitPattern-count-other": "{0} lm"
3631
+ },
3632
+ "light-solar-luminosity": {
3633
+ "displayName": "L☉",
3634
+ "unitPattern-count-other": "{0} L☉"
3635
+ },
3636
+ "mass-tonne": {
3637
+ "displayName": "t",
3638
+ "unitPattern-count-other": "{0} t"
3639
+ },
3640
+ "mass-kilogram": {
3641
+ "displayName": "kg",
3642
+ "unitPattern-count-other": "{0} kg",
3643
+ "perUnitPattern": "{0}/kg"
3644
+ },
3645
+ "mass-gram": {
3646
+ "displayName": "克",
3647
+ "unitPattern-count-other": "{0} g",
3648
+ "perUnitPattern": "{0}/g"
3649
+ },
3650
+ "mass-milligram": {
3651
+ "displayName": "mg",
3652
+ "unitPattern-count-other": "{0} mg"
3653
+ },
3654
+ "mass-microgram": {
3655
+ "displayName": "μg",
3656
+ "unitPattern-count-other": "{0} μg"
3657
+ },
3658
+ "mass-ton": {
3659
+ "displayName": "tn",
3660
+ "unitPattern-count-other": "{0} tn"
3661
+ },
3662
+ "mass-stone": {
3663
+ "displayName": "英石",
3664
+ "unitPattern-count-other": "{0} st"
3665
+ },
3666
+ "mass-pound": {
3667
+ "displayName": "lb",
3668
+ "unitPattern-count-other": "{0} lb",
3669
+ "perUnitPattern": "{0}/lb"
3670
+ },
3671
+ "mass-ounce": {
3672
+ "displayName": "oz",
3673
+ "unitPattern-count-other": "{0} oz",
3674
+ "perUnitPattern": "{0}/oz"
3675
+ },
3676
+ "mass-ounce-troy": {
3677
+ "displayName": "oz t",
3678
+ "unitPattern-count-other": "{0} oz t"
3679
+ },
3680
+ "mass-carat": {
3681
+ "displayName": "CD",
3682
+ "unitPattern-count-other": "{0} CD"
3683
+ },
3684
+ "mass-dalton": {
3685
+ "displayName": "Da",
3686
+ "unitPattern-count-other": "{0} Da"
3687
+ },
3688
+ "mass-earth-mass": {
3689
+ "displayName": "M⊕",
3690
+ "unitPattern-count-other": "{0} M⊕"
3691
+ },
3692
+ "mass-solar-mass": {
3693
+ "displayName": "M☉",
3694
+ "unitPattern-count-other": "{0} M☉"
3695
+ },
3696
+ "mass-grain": {
3697
+ "displayName": "gr",
3698
+ "unitPattern-count-other": "{0} gr"
3699
+ },
3700
+ "power-gigawatt": {
3701
+ "displayName": "吉瓦",
3702
+ "unitPattern-count-other": "{0}吉瓦"
3703
+ },
3704
+ "power-megawatt": {
3705
+ "displayName": "兆瓦",
3706
+ "unitPattern-count-other": "{0}兆瓦"
3707
+ },
3708
+ "power-kilowatt": {
3709
+ "displayName": "千瓦",
3710
+ "unitPattern-count-other": "{0}千瓦"
3711
+ },
3712
+ "power-watt": {
3713
+ "displayName": "瓦特",
3714
+ "unitPattern-count-other": "{0}瓦"
3715
+ },
3716
+ "power-milliwatt": {
3717
+ "displayName": "毫瓦",
3718
+ "unitPattern-count-other": "{0}毫瓦"
3719
+ },
3720
+ "power-horsepower": {
3721
+ "displayName": "马力",
3722
+ "unitPattern-count-other": "{0}马力"
3723
+ },
3724
+ "pressure-millimeter-ofhg": {
3725
+ "displayName": "mmHg",
3726
+ "unitPattern-count-other": "{0} mmHg"
3727
+ },
3728
+ "pressure-pound-force-per-square-inch": {
3729
+ "displayName": "psi",
3730
+ "unitPattern-count-other": "{0} psi"
3731
+ },
3732
+ "pressure-inch-ofhg": {
3733
+ "displayName": "inHg",
3734
+ "unitPattern-count-other": "{0} inHg"
3735
+ },
3736
+ "pressure-bar": {
3737
+ "displayName": "bar",
3738
+ "unitPattern-count-other": "{0} bar"
3739
+ },
3740
+ "pressure-millibar": {
3741
+ "displayName": "mbar",
3742
+ "unitPattern-count-other": "{0} mbar"
3743
+ },
3744
+ "pressure-atmosphere": {
3745
+ "displayName": "atm",
3746
+ "unitPattern-count-other": "{0} atm"
3747
+ },
3748
+ "pressure-pascal": {
3749
+ "displayName": "Pa",
3750
+ "unitPattern-count-other": "{0} Pa"
3751
+ },
3752
+ "pressure-hectopascal": {
3753
+ "displayName": "hPa",
3754
+ "unitPattern-count-other": "{0} hPa"
3755
+ },
3756
+ "pressure-kilopascal": {
3757
+ "displayName": "kPa",
3758
+ "unitPattern-count-other": "{0} kPa"
3759
+ },
3760
+ "pressure-megapascal": {
3761
+ "displayName": "MPa",
3762
+ "unitPattern-count-other": "{0} MPa"
3763
+ },
3764
+ "speed-kilometer-per-hour": {
3765
+ "displayName": "km/h",
3766
+ "unitPattern-count-other": "{0} km/h"
3767
+ },
3768
+ "speed-meter-per-second": {
3769
+ "displayName": "m/s",
3770
+ "unitPattern-count-other": "{0} m/s"
3771
+ },
3772
+ "speed-mile-per-hour": {
3773
+ "displayName": "mi/h",
3774
+ "unitPattern-count-other": "{0} mi/h"
3775
+ },
3776
+ "speed-knot": {
3777
+ "displayName": "kn",
3778
+ "unitPattern-count-other": "{0} kn"
3779
+ },
3780
+ "temperature-generic": {
3781
+ "displayName": "°",
3782
+ "unitPattern-count-other": "{0}°"
3783
+ },
3784
+ "temperature-celsius": {
3785
+ "displayName": "°C",
3786
+ "unitPattern-count-other": "{0}°C"
3787
+ },
3788
+ "temperature-fahrenheit": {
3789
+ "displayName": "°F",
3790
+ "unitPattern-count-other": "{0}°F"
3791
+ },
3792
+ "temperature-kelvin": {
3793
+ "displayName": "K",
3794
+ "unitPattern-count-other": "{0}K"
3795
+ },
3796
+ "torque-pound-force-foot": {
3797
+ "displayName": "lbf⋅ft",
3798
+ "unitPattern-count-other": "{0} lbf⋅ft"
3799
+ },
3800
+ "torque-newton-meter": {
3801
+ "displayName": "牛米",
3802
+ "unitPattern-count-other": "{0}牛米"
3803
+ },
3804
+ "volume-cubic-kilometer": {
3805
+ "displayName": "立方千米",
3806
+ "unitPattern-count-other": "{0}立方千米"
3807
+ },
3808
+ "volume-cubic-meter": {
3809
+ "displayName": "立方米",
3810
+ "unitPattern-count-other": "{0}立方米",
3811
+ "perUnitPattern": "{0}/立方米"
3812
+ },
3813
+ "volume-cubic-centimeter": {
3814
+ "displayName": "立方厘米",
3815
+ "unitPattern-count-other": "{0}立方厘米",
3816
+ "perUnitPattern": "{0}/立方厘米"
3817
+ },
3818
+ "volume-cubic-mile": {
3819
+ "displayName": "立方英里",
3820
+ "unitPattern-count-other": "{0}立方英里"
3821
+ },
3822
+ "volume-cubic-yard": {
3823
+ "displayName": "立方码",
3824
+ "unitPattern-count-other": "{0}立方码"
3825
+ },
3826
+ "volume-cubic-foot": {
3827
+ "displayName": "立方英尺",
3828
+ "unitPattern-count-other": "{0}立方英尺"
3829
+ },
3830
+ "volume-cubic-inch": {
3831
+ "displayName": "立方英寸",
3832
+ "unitPattern-count-other": "{0}立方英寸"
3833
+ },
3834
+ "volume-megaliter": {
3835
+ "displayName": "兆升",
3836
+ "unitPattern-count-other": "{0}兆升"
3837
+ },
3838
+ "volume-hectoliter": {
3839
+ "displayName": "公石",
3840
+ "unitPattern-count-other": "{0}公石"
3841
+ },
3842
+ "volume-liter": {
3843
+ "displayName": "升",
3844
+ "unitPattern-count-other": "{0}升",
3845
+ "perUnitPattern": "{0}/升"
3846
+ },
3847
+ "volume-deciliter": {
3848
+ "displayName": "分升",
3849
+ "unitPattern-count-other": "{0}分升"
3850
+ },
3851
+ "volume-centiliter": {
3852
+ "displayName": "厘升",
3853
+ "unitPattern-count-other": "{0}厘升"
3854
+ },
3855
+ "volume-milliliter": {
3856
+ "displayName": "毫升",
3857
+ "unitPattern-count-other": "{0}毫升"
3858
+ },
3859
+ "volume-pint-metric": {
3860
+ "displayName": "公制品脱",
3861
+ "unitPattern-count-other": "{0}公制品脱"
3862
+ },
3863
+ "volume-cup-metric": {
3864
+ "displayName": "公制杯",
3865
+ "unitPattern-count-other": "{0}公制杯"
3866
+ },
3867
+ "volume-acre-foot": {
3868
+ "displayName": "英亩英尺",
3869
+ "unitPattern-count-other": "{0}英亩英尺"
3870
+ },
3871
+ "volume-bushel": {
3872
+ "displayName": "蒲式耳",
3873
+ "unitPattern-count-other": "{0}蒲式耳"
3874
+ },
3875
+ "volume-gallon": {
3876
+ "displayName": "加仑",
3877
+ "unitPattern-count-other": "{0}加仑",
3878
+ "perUnitPattern": "{0}/加仑"
3879
+ },
3880
+ "volume-gallon-imperial": {
3881
+ "displayName": "英制加仑",
3882
+ "unitPattern-count-other": "{0}英制加仑",
3883
+ "perUnitPattern": "{0}/英制加仑"
3884
+ },
3885
+ "volume-quart": {
3886
+ "displayName": "夸脱",
3887
+ "unitPattern-count-other": "{0}夸脱"
3888
+ },
3889
+ "volume-pint": {
3890
+ "displayName": "品脱",
3891
+ "unitPattern-count-other": "{0}品脱"
3892
+ },
3893
+ "volume-cup": {
3894
+ "displayName": "杯",
3895
+ "unitPattern-count-other": "{0}杯"
3896
+ },
3897
+ "volume-fluid-ounce": {
3898
+ "displayName": "液盎司",
3899
+ "unitPattern-count-other": "{0}液盎司"
3900
+ },
3901
+ "volume-fluid-ounce-imperial": {
3902
+ "displayName": "英制液盎司",
3903
+ "unitPattern-count-other": "{0}英制液盎司"
3904
+ },
3905
+ "volume-tablespoon": {
3906
+ "displayName": "汤匙",
3907
+ "unitPattern-count-other": "{0}汤匙"
3908
+ },
3909
+ "volume-teaspoon": {
3910
+ "displayName": "茶匙",
3911
+ "unitPattern-count-other": "{0}茶匙"
3912
+ },
3913
+ "volume-barrel": {
3914
+ "displayName": "桶",
3915
+ "unitPattern-count-other": "{0}桶"
3916
+ },
3917
+ "volume-dessert-spoon": {
3918
+ "displayName": "甜点匙",
3919
+ "unitPattern-count-other": "{0}甜点匙"
3920
+ },
3921
+ "volume-dessert-spoon-imperial": {
3922
+ "displayName": "dstspn Imp",
3923
+ "unitPattern-count-other": "{0} dstspn Imp"
3924
+ },
3925
+ "volume-drop": {
3926
+ "displayName": "滴",
3927
+ "unitPattern-count-other": "{0}滴"
3928
+ },
3929
+ "volume-dram": {
3930
+ "displayName": "液量打兰",
3931
+ "unitPattern-count-other": "{0}液量打兰"
3932
+ },
3933
+ "volume-jigger": {
3934
+ "displayName": "量杯",
3935
+ "unitPattern-count-other": "{0}量杯"
3936
+ },
3937
+ "volume-pinch": {
3938
+ "displayName": "撮",
3939
+ "unitPattern-count-other": "{0}撮"
3940
+ },
3941
+ "volume-quart-imperial": {
3942
+ "displayName": "qt Imp",
3943
+ "unitPattern-count-other": "{0} qt Imp."
3944
+ },
3945
+ "coordinateUnit": {
3946
+ "displayName": "方向",
3947
+ "east": "东经{0}",
3948
+ "north": "北纬{0}",
3949
+ "south": "南纬{0}",
3950
+ "west": "西经{0}"
3951
+ }
3952
+ }
3953
+ },
3954
+ "lenient-scope-number": {
3955
+ "minusSign": "-‒⁻₋−➖﹣-",
3956
+ "commaSign": ",،٫、︐︑﹐﹑,、",
3957
+ "plusSign": "+⁺₊➕﬩﹢+"
3958
+ },
3959
+ "currencyFormat-sap-short": {
3960
+ "1000-other": "0",
3961
+ "10000-other": "0万 ¤",
3962
+ "100000-other": "00万 ¤",
3963
+ "1000000-other": "000万 ¤",
3964
+ "10000000-other": "0000万 ¤",
3965
+ "100000000-other": "0亿 ¤",
3966
+ "1000000000-other": "00亿 ¤",
3967
+ "10000000000-other": "000亿 ¤",
3968
+ "100000000000-other": "0000亿 ¤",
3969
+ "1000000000000-other": "0万亿 ¤",
3970
+ "10000000000000-other": "00万亿 ¤",
3971
+ "100000000000000-other": "000万亿 ¤"
3972
+ },
3973
+ "currencyDigits": {
3974
+ "ADP": 0,
3975
+ "AFN": 0,
3976
+ "ALL": 0,
3977
+ "BHD": 3,
3978
+ "BIF": 0,
3979
+ "BYR": 0,
3980
+ "CLF": 4,
3981
+ "CLP": 0,
3982
+ "DEFAULT": 2,
3983
+ "DJF": 0,
3984
+ "ESP": 0,
3985
+ "GNF": 0,
3986
+ "HUF": 0,
3987
+ "IQD": 0,
3988
+ "IRR": 0,
3989
+ "ISK": 0,
3990
+ "ITL": 0,
3991
+ "JOD": 3,
3992
+ "JPY": 0,
3993
+ "KMF": 0,
3994
+ "KPW": 0,
3995
+ "KRW": 0,
3996
+ "KWD": 3,
3997
+ "LAK": 0,
3998
+ "LBP": 0,
3999
+ "LUF": 0,
4000
+ "LYD": 3,
4001
+ "MGA": 0,
4002
+ "MGF": 0,
4003
+ "MMK": 0,
4004
+ "MRO": 0,
4005
+ "OMR": 3,
4006
+ "PYG": 0,
4007
+ "RSD": 0,
4008
+ "RWF": 0,
4009
+ "SLL": 0,
4010
+ "SOS": 0,
4011
+ "STD": 0,
4012
+ "SYP": 0,
4013
+ "TMM": 0,
4014
+ "TND": 3,
4015
+ "TRL": 0,
4016
+ "TWD": 0,
4017
+ "UGX": 0,
4018
+ "UYI": 0,
4019
+ "UYW": 4,
4020
+ "VND": 0,
4021
+ "VUV": 0,
4022
+ "XAF": 0,
4023
+ "XOF": 0,
4024
+ "XPF": 0,
4025
+ "YER": 0,
4026
+ "ZMK": 0,
4027
+ "ZWD": 0
4028
+ },
2475
4029
  "plurals": {},
2476
4030
  "weekData-minDays": 1,
2477
- "weekData-firstDay": 0,
4031
+ "weekData-firstDay": 1,
2478
4032
  "weekData-weekendStart": 6,
2479
4033
  "weekData-weekendEnd": 0,
2480
4034
  "timeData": {
@@ -2483,41 +4037,56 @@
2483
4037
  },
2484
4038
  "eras-gregorian": {
2485
4039
  "0": {
4040
+ "_code": "gregory-inverse",
4041
+ "_aliases": "bc bce",
2486
4042
  "_end": "0-12-31"
2487
4043
  },
2488
4044
  "1": {
4045
+ "_code": "gregory",
4046
+ "_aliases": "ad ce",
2489
4047
  "_start": "1-01-01"
2490
4048
  }
2491
4049
  },
2492
4050
  "eras-islamic": {
2493
4051
  "0": {
4052
+ "_code": "islamic",
4053
+ "_aliases": "ah",
2494
4054
  "_start": "622-7-15"
2495
4055
  }
2496
4056
  },
2497
4057
  "eras-persian": {
2498
4058
  "0": {
4059
+ "_code": "persian",
4060
+ "_aliases": "ap",
2499
4061
  "_start": "622-01-01"
2500
4062
  }
2501
4063
  },
2502
4064
  "eras-buddhist": {
2503
4065
  "0": {
4066
+ "_code": "buddhist",
4067
+ "_aliases": "be",
2504
4068
  "_start": "-542-01-01"
2505
4069
  }
2506
4070
  },
2507
4071
  "eras-japanese": {
2508
4072
  "232": {
4073
+ "_code": "meiji",
2509
4074
  "_start": "1868-9-8"
2510
4075
  },
2511
4076
  "233": {
4077
+ "_code": "taisho",
2512
4078
  "_start": "1912-7-30"
2513
4079
  },
2514
4080
  "234": {
4081
+ "_code": "showa",
2515
4082
  "_start": "1926-12-25"
2516
4083
  },
2517
4084
  "235": {
4085
+ "_code": "heisei",
2518
4086
  "_start": "1989-1-8"
2519
4087
  },
2520
4088
  "236": {
4089
+ "_code": "reiwa",
2521
4090
  "_start": "2019-5-1"
2522
4091
  }
2523
4092
  },