@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": {
@@ -11,10 +11,10 @@
11
11
  "short": "y/M/d"
12
12
  },
13
13
  "timeFormats": {
14
- "full": "Bh:mm:ss [zzzz]",
15
- "long": "Bh:mm:ss [z]",
16
- "medium": "Bh:mm:ss",
17
- "short": "Bh:mm"
14
+ "full": "ah:mm:ss [zzzz]",
15
+ "long": "ah:mm:ss [z]",
16
+ "medium": "ah:mm:ss",
17
+ "short": "ah:mm"
18
18
  },
19
19
  "dateTimeFormats": {
20
20
  "full": "{1} {0}",
@@ -87,7 +87,7 @@
87
87
  "Year": "{1} {0}"
88
88
  },
89
89
  "intervalFormats": {
90
- "intervalFormatFallback": "{0} {1}",
90
+ "intervalFormatFallback": "{0}{1}",
91
91
  "Bh": {
92
92
  "B": "Bh時 – Bh時",
93
93
  "h": "Bh–h時"
@@ -404,6 +404,48 @@
404
404
  ]
405
405
  }
406
406
  },
407
+ "quarters": {
408
+ "format": {
409
+ "abbreviated": [
410
+ "第1季",
411
+ "第2季",
412
+ "第3季",
413
+ "第4季"
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
+ "第1季",
431
+ "第2季",
432
+ "第3季",
433
+ "第4季"
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
+ "morning1": "清晨",
484
+ "morning2": "上午",
485
+ "afternoon1": "中午",
486
+ "afternoon2": "下午",
487
+ "evening1": "晚上",
488
+ "night1": "凌晨"
489
+ },
490
+ "narrow": {
491
+ "midnight": "午夜",
492
+ "morning1": "清晨",
493
+ "morning2": "上午",
494
+ "afternoon1": "中午",
495
+ "afternoon2": "下午",
496
+ "evening1": "晚上",
497
+ "night1": "凌晨"
498
+ },
499
+ "wide": {
500
+ "midnight": "午夜",
501
+ "morning1": "清晨",
502
+ "morning2": "上午",
503
+ "afternoon1": "中午",
504
+ "afternoon2": "下午",
505
+ "evening1": "晚上",
506
+ "night1": "凌晨"
507
+ }
508
+ },
509
+ "stand-alone": {
510
+ "abbreviated": {
511
+ "midnight": "午夜",
512
+ "morning1": "清晨",
513
+ "morning2": "上午",
514
+ "afternoon1": "中午",
515
+ "afternoon2": "下午",
516
+ "evening1": "晚上",
517
+ "night1": "凌晨"
518
+ },
519
+ "narrow": {
520
+ "midnight": "午夜",
521
+ "morning1": "清晨",
522
+ "morning2": "上午",
523
+ "afternoon1": "中午",
524
+ "afternoon2": "下午",
525
+ "evening1": "晚上",
526
+ "night1": "凌晨"
527
+ },
528
+ "wide": {
529
+ "midnight": "午夜",
530
+ "morning1": "清晨",
531
+ "morning2": "上午",
532
+ "afternoon1": "中午",
533
+ "afternoon2": "下午",
534
+ "evening1": "晚上",
535
+ "night1": "凌晨"
536
+ }
537
+ }
538
+ },
437
539
  "era-wide": {
438
540
  "0": "西元前",
439
541
  "1": "西元"
@@ -455,10 +557,10 @@
455
557
  "short": "Gy/M/d"
456
558
  },
457
559
  "timeFormats": {
458
- "full": "Bh:mm:ss [zzzz]",
459
- "long": "Bh:mm:ss [z]",
460
- "medium": "Bh:mm:ss",
461
- "short": "Bh:mm"
560
+ "full": "ah:mm:ss [zzzz]",
561
+ "long": "ah:mm:ss [z]",
562
+ "medium": "ah:mm:ss",
563
+ "short": "ah:mm"
462
564
  },
463
565
  "dateTimeFormats": {
464
566
  "full": "{1}{0}",
@@ -523,7 +625,7 @@
523
625
  "Year": "{1} {0}"
524
626
  },
525
627
  "intervalFormats": {
526
- "intervalFormatFallback": "{0} {1}",
628
+ "intervalFormatFallback": "{0}{1}",
527
629
  "Bh": {
528
630
  "B": "h B – h B",
529
631
  "h": "h–h B"
@@ -840,6 +942,48 @@
840
942
  ]
841
943
  }
842
944
  },
945
+ "quarters": {
946
+ "format": {
947
+ "abbreviated": [
948
+ "第1季",
949
+ "第2季",
950
+ "第3季",
951
+ "第4季"
952
+ ],
953
+ "narrow": [
954
+ "1",
955
+ "2",
956
+ "3",
957
+ "4"
958
+ ],
959
+ "wide": [
960
+ "第1季",
961
+ "第2季",
962
+ "第3季",
963
+ "第4季"
964
+ ]
965
+ },
966
+ "stand-alone": {
967
+ "abbreviated": [
968
+ "第1季",
969
+ "第2季",
970
+ "第3季",
971
+ "第4季"
972
+ ],
973
+ "narrow": [
974
+ "1",
975
+ "2",
976
+ "3",
977
+ "4"
978
+ ],
979
+ "wide": [
980
+ "第1季",
981
+ "第2季",
982
+ "第3季",
983
+ "第4季"
984
+ ]
985
+ }
986
+ },
843
987
  "dayPeriods": {
844
988
  "format": {
845
989
  "abbreviated": [
@@ -870,6 +1014,66 @@
870
1014
  ]
871
1015
  }
872
1016
  },
1017
+ "flexibleDayPeriods": {
1018
+ "format": {
1019
+ "abbreviated": {
1020
+ "midnight": "午夜",
1021
+ "morning1": "清晨",
1022
+ "morning2": "上午",
1023
+ "afternoon1": "中午",
1024
+ "afternoon2": "下午",
1025
+ "evening1": "晚上",
1026
+ "night1": "凌晨"
1027
+ },
1028
+ "narrow": {
1029
+ "midnight": "午夜",
1030
+ "morning1": "清晨",
1031
+ "morning2": "上午",
1032
+ "afternoon1": "中午",
1033
+ "afternoon2": "下午",
1034
+ "evening1": "晚上",
1035
+ "night1": "凌晨"
1036
+ },
1037
+ "wide": {
1038
+ "midnight": "午夜",
1039
+ "morning1": "清晨",
1040
+ "morning2": "上午",
1041
+ "afternoon1": "中午",
1042
+ "afternoon2": "下午",
1043
+ "evening1": "晚上",
1044
+ "night1": "凌晨"
1045
+ }
1046
+ },
1047
+ "stand-alone": {
1048
+ "abbreviated": {
1049
+ "midnight": "午夜",
1050
+ "morning1": "清晨",
1051
+ "morning2": "上午",
1052
+ "afternoon1": "中午",
1053
+ "afternoon2": "下午",
1054
+ "evening1": "晚上",
1055
+ "night1": "凌晨"
1056
+ },
1057
+ "narrow": {
1058
+ "midnight": "午夜",
1059
+ "morning1": "清晨",
1060
+ "morning2": "上午",
1061
+ "afternoon1": "中午",
1062
+ "afternoon2": "下午",
1063
+ "evening1": "晚上",
1064
+ "night1": "凌晨"
1065
+ },
1066
+ "wide": {
1067
+ "midnight": "午夜",
1068
+ "morning1": "清晨",
1069
+ "morning2": "上午",
1070
+ "afternoon1": "中午",
1071
+ "afternoon2": "下午",
1072
+ "evening1": "晚上",
1073
+ "night1": "凌晨"
1074
+ }
1075
+ }
1076
+ },
873
1077
  "era-wide": {
874
1078
  "0": "伊斯蘭曆"
875
1079
  },
@@ -888,10 +1092,10 @@
888
1092
  "short": "Gy/M/d"
889
1093
  },
890
1094
  "timeFormats": {
891
- "full": "Bh:mm:ss [zzzz]",
892
- "long": "Bh:mm:ss [z]",
893
- "medium": "Bh:mm:ss",
894
- "short": "Bh:mm"
1095
+ "full": "ah:mm:ss [zzzz]",
1096
+ "long": "ah:mm:ss [z]",
1097
+ "medium": "ah:mm:ss",
1098
+ "short": "ah:mm"
895
1099
  },
896
1100
  "dateTimeFormats": {
897
1101
  "full": "{1}{0}",
@@ -956,7 +1160,7 @@
956
1160
  "Year": "{1} {0}"
957
1161
  },
958
1162
  "intervalFormats": {
959
- "intervalFormatFallback": "{0} {1}",
1163
+ "intervalFormatFallback": "{0}{1}",
960
1164
  "Bh": {
961
1165
  "B": "h B – h B",
962
1166
  "h": "h–h B"
@@ -1281,6 +1485,48 @@
1281
1485
  ]
1282
1486
  }
1283
1487
  },
1488
+ "quarters": {
1489
+ "format": {
1490
+ "abbreviated": [
1491
+ "第1季",
1492
+ "第2季",
1493
+ "第3季",
1494
+ "第4季"
1495
+ ],
1496
+ "narrow": [
1497
+ "1",
1498
+ "2",
1499
+ "3",
1500
+ "4"
1501
+ ],
1502
+ "wide": [
1503
+ "第1季",
1504
+ "第2季",
1505
+ "第3季",
1506
+ "第4季"
1507
+ ]
1508
+ },
1509
+ "stand-alone": {
1510
+ "abbreviated": [
1511
+ "第1季",
1512
+ "第2季",
1513
+ "第3季",
1514
+ "第4季"
1515
+ ],
1516
+ "narrow": [
1517
+ "1",
1518
+ "2",
1519
+ "3",
1520
+ "4"
1521
+ ],
1522
+ "wide": [
1523
+ "第1季",
1524
+ "第2季",
1525
+ "第3季",
1526
+ "第4季"
1527
+ ]
1528
+ }
1529
+ },
1284
1530
  "dayPeriods": {
1285
1531
  "format": {
1286
1532
  "abbreviated": [
@@ -1311,6 +1557,66 @@
1311
1557
  ]
1312
1558
  }
1313
1559
  },
1560
+ "flexibleDayPeriods": {
1561
+ "format": {
1562
+ "abbreviated": {
1563
+ "midnight": "午夜",
1564
+ "morning1": "清晨",
1565
+ "morning2": "上午",
1566
+ "afternoon1": "中午",
1567
+ "afternoon2": "下午",
1568
+ "evening1": "晚上",
1569
+ "night1": "凌晨"
1570
+ },
1571
+ "narrow": {
1572
+ "midnight": "午夜",
1573
+ "morning1": "清晨",
1574
+ "morning2": "上午",
1575
+ "afternoon1": "中午",
1576
+ "afternoon2": "下午",
1577
+ "evening1": "晚上",
1578
+ "night1": "凌晨"
1579
+ },
1580
+ "wide": {
1581
+ "midnight": "午夜",
1582
+ "morning1": "清晨",
1583
+ "morning2": "上午",
1584
+ "afternoon1": "中午",
1585
+ "afternoon2": "下午",
1586
+ "evening1": "晚上",
1587
+ "night1": "凌晨"
1588
+ }
1589
+ },
1590
+ "stand-alone": {
1591
+ "abbreviated": {
1592
+ "midnight": "午夜",
1593
+ "morning1": "清晨",
1594
+ "morning2": "上午",
1595
+ "afternoon1": "中午",
1596
+ "afternoon2": "下午",
1597
+ "evening1": "晚上",
1598
+ "night1": "凌晨"
1599
+ },
1600
+ "narrow": {
1601
+ "midnight": "午夜",
1602
+ "morning1": "清晨",
1603
+ "morning2": "上午",
1604
+ "afternoon1": "中午",
1605
+ "afternoon2": "下午",
1606
+ "evening1": "晚上",
1607
+ "night1": "凌晨"
1608
+ },
1609
+ "wide": {
1610
+ "midnight": "午夜",
1611
+ "morning1": "清晨",
1612
+ "morning2": "上午",
1613
+ "afternoon1": "中午",
1614
+ "afternoon2": "下午",
1615
+ "evening1": "晚上",
1616
+ "night1": "凌晨"
1617
+ }
1618
+ }
1619
+ },
1314
1620
  "era-wide": {
1315
1621
  "232": "明治",
1316
1622
  "233": "大正",
@@ -1341,10 +1647,10 @@
1341
1647
  "short": "G y/M/d"
1342
1648
  },
1343
1649
  "timeFormats": {
1344
- "full": "Bh:mm:ss [zzzz]",
1345
- "long": "Bh:mm:ss [z]",
1346
- "medium": "Bh:mm:ss",
1347
- "short": "Bh:mm"
1650
+ "full": "ah:mm:ss [zzzz]",
1651
+ "long": "ah:mm:ss [z]",
1652
+ "medium": "ah:mm:ss",
1653
+ "short": "ah:mm"
1348
1654
  },
1349
1655
  "dateTimeFormats": {
1350
1656
  "full": "{1}{0}",
@@ -1409,7 +1715,7 @@
1409
1715
  "Year": "{1} {0}"
1410
1716
  },
1411
1717
  "intervalFormats": {
1412
- "intervalFormatFallback": "{0} {1}",
1718
+ "intervalFormatFallback": "{0}{1}",
1413
1719
  "Bh": {
1414
1720
  "B": "h B – h B",
1415
1721
  "h": "h–h B"
@@ -1726,6 +2032,48 @@
1726
2032
  ]
1727
2033
  }
1728
2034
  },
2035
+ "quarters": {
2036
+ "format": {
2037
+ "abbreviated": [
2038
+ "第1季",
2039
+ "第2季",
2040
+ "第3季",
2041
+ "第4季"
2042
+ ],
2043
+ "narrow": [
2044
+ "1",
2045
+ "2",
2046
+ "3",
2047
+ "4"
2048
+ ],
2049
+ "wide": [
2050
+ "第1季",
2051
+ "第2季",
2052
+ "第3季",
2053
+ "第4季"
2054
+ ]
2055
+ },
2056
+ "stand-alone": {
2057
+ "abbreviated": [
2058
+ "第1季",
2059
+ "第2季",
2060
+ "第3季",
2061
+ "第4季"
2062
+ ],
2063
+ "narrow": [
2064
+ "1",
2065
+ "2",
2066
+ "3",
2067
+ "4"
2068
+ ],
2069
+ "wide": [
2070
+ "第1季",
2071
+ "第2季",
2072
+ "第3季",
2073
+ "第4季"
2074
+ ]
2075
+ }
2076
+ },
1729
2077
  "dayPeriods": {
1730
2078
  "format": {
1731
2079
  "abbreviated": [
@@ -1756,6 +2104,66 @@
1756
2104
  ]
1757
2105
  }
1758
2106
  },
2107
+ "flexibleDayPeriods": {
2108
+ "format": {
2109
+ "abbreviated": {
2110
+ "midnight": "午夜",
2111
+ "morning1": "清晨",
2112
+ "morning2": "上午",
2113
+ "afternoon1": "中午",
2114
+ "afternoon2": "下午",
2115
+ "evening1": "晚上",
2116
+ "night1": "凌晨"
2117
+ },
2118
+ "narrow": {
2119
+ "midnight": "午夜",
2120
+ "morning1": "清晨",
2121
+ "morning2": "上午",
2122
+ "afternoon1": "中午",
2123
+ "afternoon2": "下午",
2124
+ "evening1": "晚上",
2125
+ "night1": "凌晨"
2126
+ },
2127
+ "wide": {
2128
+ "midnight": "午夜",
2129
+ "morning1": "清晨",
2130
+ "morning2": "上午",
2131
+ "afternoon1": "中午",
2132
+ "afternoon2": "下午",
2133
+ "evening1": "晚上",
2134
+ "night1": "凌晨"
2135
+ }
2136
+ },
2137
+ "stand-alone": {
2138
+ "abbreviated": {
2139
+ "midnight": "午夜",
2140
+ "morning1": "清晨",
2141
+ "morning2": "上午",
2142
+ "afternoon1": "中午",
2143
+ "afternoon2": "下午",
2144
+ "evening1": "晚上",
2145
+ "night1": "凌晨"
2146
+ },
2147
+ "narrow": {
2148
+ "midnight": "午夜",
2149
+ "morning1": "清晨",
2150
+ "morning2": "上午",
2151
+ "afternoon1": "中午",
2152
+ "afternoon2": "下午",
2153
+ "evening1": "晚上",
2154
+ "night1": "凌晨"
2155
+ },
2156
+ "wide": {
2157
+ "midnight": "午夜",
2158
+ "morning1": "清晨",
2159
+ "morning2": "上午",
2160
+ "afternoon1": "中午",
2161
+ "afternoon2": "下午",
2162
+ "evening1": "晚上",
2163
+ "night1": "凌晨"
2164
+ }
2165
+ }
2166
+ },
1759
2167
  "era-wide": {
1760
2168
  "0": "波斯曆"
1761
2169
  },
@@ -1774,10 +2182,10 @@
1774
2182
  "short": "Gy/M/d"
1775
2183
  },
1776
2184
  "timeFormats": {
1777
- "full": "Bh:mm:ss [zzzz]",
1778
- "long": "Bh:mm:ss [z]",
1779
- "medium": "Bh:mm:ss",
1780
- "short": "Bh:mm"
2185
+ "full": "ah:mm:ss [zzzz]",
2186
+ "long": "ah:mm:ss [z]",
2187
+ "medium": "ah:mm:ss",
2188
+ "short": "ah:mm"
1781
2189
  },
1782
2190
  "dateTimeFormats": {
1783
2191
  "full": "{1}{0}",
@@ -1842,7 +2250,7 @@
1842
2250
  "Year": "{1} {0}"
1843
2251
  },
1844
2252
  "intervalFormats": {
1845
- "intervalFormatFallback": "{0} {1}",
2253
+ "intervalFormatFallback": "{0}{1}",
1846
2254
  "Bh": {
1847
2255
  "B": "h B – h B",
1848
2256
  "h": "h–h B"
@@ -2159,6 +2567,48 @@
2159
2567
  ]
2160
2568
  }
2161
2569
  },
2570
+ "quarters": {
2571
+ "format": {
2572
+ "abbreviated": [
2573
+ "第1季",
2574
+ "第2季",
2575
+ "第3季",
2576
+ "第4季"
2577
+ ],
2578
+ "narrow": [
2579
+ "1",
2580
+ "2",
2581
+ "3",
2582
+ "4"
2583
+ ],
2584
+ "wide": [
2585
+ "第1季",
2586
+ "第2季",
2587
+ "第3季",
2588
+ "第4季"
2589
+ ]
2590
+ },
2591
+ "stand-alone": {
2592
+ "abbreviated": [
2593
+ "第1季",
2594
+ "第2季",
2595
+ "第3季",
2596
+ "第4季"
2597
+ ],
2598
+ "narrow": [
2599
+ "1",
2600
+ "2",
2601
+ "3",
2602
+ "4"
2603
+ ],
2604
+ "wide": [
2605
+ "第1季",
2606
+ "第2季",
2607
+ "第3季",
2608
+ "第4季"
2609
+ ]
2610
+ }
2611
+ },
2162
2612
  "dayPeriods": {
2163
2613
  "format": {
2164
2614
  "abbreviated": [
@@ -2189,6 +2639,66 @@
2189
2639
  ]
2190
2640
  }
2191
2641
  },
2642
+ "flexibleDayPeriods": {
2643
+ "format": {
2644
+ "abbreviated": {
2645
+ "midnight": "午夜",
2646
+ "morning1": "清晨",
2647
+ "morning2": "上午",
2648
+ "afternoon1": "中午",
2649
+ "afternoon2": "下午",
2650
+ "evening1": "晚上",
2651
+ "night1": "凌晨"
2652
+ },
2653
+ "narrow": {
2654
+ "midnight": "午夜",
2655
+ "morning1": "清晨",
2656
+ "morning2": "上午",
2657
+ "afternoon1": "中午",
2658
+ "afternoon2": "下午",
2659
+ "evening1": "晚上",
2660
+ "night1": "凌晨"
2661
+ },
2662
+ "wide": {
2663
+ "midnight": "午夜",
2664
+ "morning1": "清晨",
2665
+ "morning2": "上午",
2666
+ "afternoon1": "中午",
2667
+ "afternoon2": "下午",
2668
+ "evening1": "晚上",
2669
+ "night1": "凌晨"
2670
+ }
2671
+ },
2672
+ "stand-alone": {
2673
+ "abbreviated": {
2674
+ "midnight": "午夜",
2675
+ "morning1": "清晨",
2676
+ "morning2": "上午",
2677
+ "afternoon1": "中午",
2678
+ "afternoon2": "下午",
2679
+ "evening1": "晚上",
2680
+ "night1": "凌晨"
2681
+ },
2682
+ "narrow": {
2683
+ "midnight": "午夜",
2684
+ "morning1": "清晨",
2685
+ "morning2": "上午",
2686
+ "afternoon1": "中午",
2687
+ "afternoon2": "下午",
2688
+ "evening1": "晚上",
2689
+ "night1": "凌晨"
2690
+ },
2691
+ "wide": {
2692
+ "midnight": "午夜",
2693
+ "morning1": "清晨",
2694
+ "morning2": "上午",
2695
+ "afternoon1": "中午",
2696
+ "afternoon2": "下午",
2697
+ "evening1": "晚上",
2698
+ "night1": "凌晨"
2699
+ }
2700
+ }
2701
+ },
2192
2702
  "era-wide": {
2193
2703
  "0": "佛曆"
2194
2704
  },
@@ -2489,6 +2999,84 @@
2489
2999
  "displayName": "時區"
2490
3000
  }
2491
3001
  },
3002
+ "timezoneNamesFormats": {
3003
+ "gmtFormat": "GMT{0}"
3004
+ },
3005
+ "decimalFormat": {
3006
+ "standard": "#,##0.###"
3007
+ },
3008
+ "decimalFormat-long": {
3009
+ "1000-other": "0",
3010
+ "10000-other": "0萬",
3011
+ "100000-other": "00萬",
3012
+ "1000000-other": "000萬",
3013
+ "10000000-other": "0000萬",
3014
+ "100000000-other": "0億",
3015
+ "1000000000-other": "00億",
3016
+ "10000000000-other": "000億",
3017
+ "100000000000-other": "0000億",
3018
+ "1000000000000-other": "0兆",
3019
+ "10000000000000-other": "00兆",
3020
+ "100000000000000-other": "000兆"
3021
+ },
3022
+ "decimalFormat-short": {
3023
+ "1000-other": "0",
3024
+ "10000-other": "0萬",
3025
+ "100000-other": "00萬",
3026
+ "1000000-other": "000萬",
3027
+ "10000000-other": "0000萬",
3028
+ "100000000-other": "0億",
3029
+ "1000000000-other": "00億",
3030
+ "10000000000-other": "000億",
3031
+ "100000000000-other": "0000億",
3032
+ "1000000000000-other": "0兆",
3033
+ "10000000000000-other": "00兆",
3034
+ "100000000000000-other": "000兆"
3035
+ },
3036
+ "scientificFormat": {
3037
+ "standard": "#E0"
3038
+ },
3039
+ "percentFormat": {
3040
+ "standard": "#,##0%"
3041
+ },
3042
+ "currencyFormat": {
3043
+ "standard": "¤#,##0.00",
3044
+ "accounting": "¤#,##0.00;(¤#,##0.00)",
3045
+ "currencySpacing": {
3046
+ "beforeCurrency": {
3047
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3048
+ "surroundingMatch": "[:digit:]",
3049
+ "insertBetween": " "
3050
+ },
3051
+ "afterCurrency": {
3052
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3053
+ "surroundingMatch": "[:digit:]",
3054
+ "insertBetween": " "
3055
+ }
3056
+ },
3057
+ "sap-standard": "#,##0.00¤",
3058
+ "sap-accounting": "#,##0.00¤;(#,##0.00¤)"
3059
+ },
3060
+ "miscPattern": {
3061
+ "approximately": "~{0}",
3062
+ "atLeast": "{0}+",
3063
+ "atMost": "≤{0}",
3064
+ "range": "{0}-{1}"
3065
+ },
3066
+ "currencyFormat-short": {
3067
+ "1000-other": "0",
3068
+ "10000-other": "¤0萬",
3069
+ "100000-other": "¤00萬",
3070
+ "1000000-other": "¤000萬",
3071
+ "10000000-other": "¤0000萬",
3072
+ "100000000-other": "¤0億",
3073
+ "1000000000-other": "¤00億",
3074
+ "10000000000-other": "¤000億",
3075
+ "100000000000-other": "¤0000億",
3076
+ "1000000000000-other": "¤0兆",
3077
+ "10000000000000-other": "¤00兆",
3078
+ "100000000000000-other": "¤000兆"
3079
+ },
2492
3080
  "symbols-latn-decimal": ".",
2493
3081
  "symbols-latn-group": ",",
2494
3082
  "symbols-latn-list": ";",
@@ -2502,7 +3090,972 @@
2502
3090
  "symbols-latn-infinity": "∞",
2503
3091
  "symbols-latn-nan": "非數值",
2504
3092
  "symbols-latn-timeSeparator": ":",
3093
+ "currencySymbols": {
3094
+ "AUD": "AU$",
3095
+ "BRL": "R$",
3096
+ "CAD": "CA$",
3097
+ "CNY": "CN¥",
3098
+ "EUR": "€",
3099
+ "GBP": "£",
3100
+ "HKD": "HK$",
3101
+ "ILS": "₪",
3102
+ "INR": "₹",
3103
+ "JPY": "¥",
3104
+ "KRW": "₩",
3105
+ "MXN": "MX$",
3106
+ "NZD": "NZ$",
3107
+ "TWD": "$",
3108
+ "USD": "US$",
3109
+ "VND": "₫",
3110
+ "XAF": "FCFA",
3111
+ "XCD": "EC$",
3112
+ "XOF": "F CFA",
3113
+ "XPF": "CFPF"
3114
+ },
2505
3115
  "rtl": false,
3116
+ "units": {
3117
+ "short": {
3118
+ "10p-1": {
3119
+ "unitPrefixPattern": "{0} 公寸"
3120
+ },
3121
+ "10p-2": {
3122
+ "unitPrefixPattern": "{0} 公分"
3123
+ },
3124
+ "10p-3": {
3125
+ "unitPrefixPattern": "{0} 公釐"
3126
+ },
3127
+ "10p-6": {
3128
+ "unitPrefixPattern": "{0} 微米"
3129
+ },
3130
+ "10p-9": {
3131
+ "unitPrefixPattern": "{0} 奈米"
3132
+ },
3133
+ "10p-12": {
3134
+ "unitPrefixPattern": "{0} 皮米"
3135
+ },
3136
+ "10p-15": {
3137
+ "unitPrefixPattern": "{0} 飛米"
3138
+ },
3139
+ "10p-18": {
3140
+ "unitPrefixPattern": "{0} 阿米"
3141
+ },
3142
+ "10p-21": {
3143
+ "unitPrefixPattern": "{0} 仄米"
3144
+ },
3145
+ "10p-24": {
3146
+ "unitPrefixPattern": "{0} 麼米"
3147
+ },
3148
+ "10p1": {
3149
+ "unitPrefixPattern": "{0} 公丈"
3150
+ },
3151
+ "10p2": {
3152
+ "unitPrefixPattern": "{0} 公引"
3153
+ },
3154
+ "10p3": {
3155
+ "unitPrefixPattern": "{0} 公里"
3156
+ },
3157
+ "10p6": {
3158
+ "unitPrefixPattern": "{0} 兆米"
3159
+ },
3160
+ "10p9": {
3161
+ "unitPrefixPattern": "{0} 吉米"
3162
+ },
3163
+ "10p12": {
3164
+ "unitPrefixPattern": "{0} 太米"
3165
+ },
3166
+ "10p15": {
3167
+ "unitPrefixPattern": "{0} 拍米"
3168
+ },
3169
+ "10p18": {
3170
+ "unitPrefixPattern": "{0} 艾米"
3171
+ },
3172
+ "10p21": {
3173
+ "unitPrefixPattern": "{0} 皆米"
3174
+ },
3175
+ "10p24": {
3176
+ "unitPrefixPattern": "{0} 佑米"
3177
+ },
3178
+ "1024p1": {
3179
+ "unitPrefixPattern": "Ki{0}"
3180
+ },
3181
+ "1024p2": {
3182
+ "unitPrefixPattern": "Mi{0}"
3183
+ },
3184
+ "1024p3": {
3185
+ "unitPrefixPattern": "Gi{0}"
3186
+ },
3187
+ "1024p4": {
3188
+ "unitPrefixPattern": "Ti{0}"
3189
+ },
3190
+ "1024p5": {
3191
+ "unitPrefixPattern": "Pi{0}"
3192
+ },
3193
+ "1024p6": {
3194
+ "unitPrefixPattern": "Ei{0}"
3195
+ },
3196
+ "1024p7": {
3197
+ "unitPrefixPattern": "Zi{0}"
3198
+ },
3199
+ "1024p8": {
3200
+ "unitPrefixPattern": "Yi{0}"
3201
+ },
3202
+ "per": {
3203
+ "compoundUnitPattern": "{0}/{1}"
3204
+ },
3205
+ "power2": {
3206
+ "compoundUnitPattern1": "{0}²",
3207
+ "compoundUnitPattern1-count-other": "{0}²"
3208
+ },
3209
+ "power3": {
3210
+ "compoundUnitPattern1": "{0}³",
3211
+ "compoundUnitPattern1-count-other": "{0}³"
3212
+ },
3213
+ "times": {
3214
+ "compoundUnitPattern": "{0}⋅{1}"
3215
+ },
3216
+ "acceleration-g-force": {
3217
+ "displayName": "G 力",
3218
+ "unitPattern-count-other": "{0} G 力"
3219
+ },
3220
+ "acceleration-meter-per-square-second": {
3221
+ "displayName": "公尺/平方秒",
3222
+ "unitPattern-count-other": "{0} 公尺/平方秒"
3223
+ },
3224
+ "angle-revolution": {
3225
+ "displayName": "圈數",
3226
+ "unitPattern-count-other": "{0} 圈"
3227
+ },
3228
+ "angle-radian": {
3229
+ "displayName": "弧度",
3230
+ "unitPattern-count-other": "{0} 弧度"
3231
+ },
3232
+ "angle-degree": {
3233
+ "displayName": "角度",
3234
+ "unitPattern-count-other": "{0} 度"
3235
+ },
3236
+ "angle-arc-minute": {
3237
+ "displayName": "角分",
3238
+ "unitPattern-count-other": "{0} 角分"
3239
+ },
3240
+ "angle-arc-second": {
3241
+ "displayName": "角秒",
3242
+ "unitPattern-count-other": "{0} 角秒"
3243
+ },
3244
+ "area-square-kilometer": {
3245
+ "displayName": "平方公里",
3246
+ "unitPattern-count-other": "{0} 平方公里",
3247
+ "perUnitPattern": "{0}/平方公里"
3248
+ },
3249
+ "area-hectare": {
3250
+ "displayName": "公頃",
3251
+ "unitPattern-count-other": "{0} 公頃"
3252
+ },
3253
+ "area-square-meter": {
3254
+ "displayName": "平方公尺",
3255
+ "unitPattern-count-other": "{0} 平方公尺",
3256
+ "perUnitPattern": "{0}/平方公尺"
3257
+ },
3258
+ "area-square-centimeter": {
3259
+ "displayName": "平方公分",
3260
+ "unitPattern-count-other": "{0} 平方公分",
3261
+ "perUnitPattern": "{0}/平分公分"
3262
+ },
3263
+ "area-square-mile": {
3264
+ "displayName": "平方英里",
3265
+ "unitPattern-count-other": "{0} 平方英里",
3266
+ "perUnitPattern": "{0}/平方英里"
3267
+ },
3268
+ "area-acre": {
3269
+ "displayName": "英畝",
3270
+ "unitPattern-count-other": "{0} 英畝"
3271
+ },
3272
+ "area-square-yard": {
3273
+ "displayName": "平方碼",
3274
+ "unitPattern-count-other": "{0} 平方碼"
3275
+ },
3276
+ "area-square-foot": {
3277
+ "displayName": "平方英尺",
3278
+ "unitPattern-count-other": "{0} 平方英尺"
3279
+ },
3280
+ "area-square-inch": {
3281
+ "displayName": "平方英寸",
3282
+ "unitPattern-count-other": "{0} 平方英寸",
3283
+ "perUnitPattern": "{0}/平方英寸"
3284
+ },
3285
+ "area-dunam": {
3286
+ "displayName": "杜納畝",
3287
+ "unitPattern-count-other": "{0} 杜納畝"
3288
+ },
3289
+ "concentr-karat": {
3290
+ "displayName": "克拉",
3291
+ "unitPattern-count-other": "{0} 克拉"
3292
+ },
3293
+ "concentr-milligram-ofglucose-per-deciliter": {
3294
+ "displayName": "毫克/分升",
3295
+ "unitPattern-count-other": "{0} 毫克/分升"
3296
+ },
3297
+ "concentr-millimole-per-liter": {
3298
+ "displayName": "毫莫耳/公升",
3299
+ "unitPattern-count-other": "{0} 毫莫耳/公升"
3300
+ },
3301
+ "concentr-item": {
3302
+ "displayName": "個項目",
3303
+ "unitPattern-count-other": "{0} 個項目"
3304
+ },
3305
+ "concentr-permillion": {
3306
+ "displayName": "百萬分率",
3307
+ "unitPattern-count-other": "{0} 百萬分率"
3308
+ },
3309
+ "concentr-percent": {
3310
+ "displayName": "百分比",
3311
+ "unitPattern-count-other": "{0}%"
3312
+ },
3313
+ "concentr-permille": {
3314
+ "displayName": "千分比",
3315
+ "unitPattern-count-other": "{0}‰"
3316
+ },
3317
+ "concentr-permyriad": {
3318
+ "displayName": "‱",
3319
+ "unitPattern-count-other": "{0}‱"
3320
+ },
3321
+ "concentr-mole": {
3322
+ "displayName": "莫耳",
3323
+ "unitPattern-count-other": "{0} 莫耳"
3324
+ },
3325
+ "consumption-liter-per-kilometer": {
3326
+ "displayName": "公升/公里",
3327
+ "unitPattern-count-other": "{0} 升/公里"
3328
+ },
3329
+ "consumption-liter-per-100-kilometer": {
3330
+ "displayName": "升/100 公里",
3331
+ "unitPattern-count-other": "{0} 升/100 公里"
3332
+ },
3333
+ "consumption-mile-per-gallon": {
3334
+ "displayName": "英里/加侖",
3335
+ "unitPattern-count-other": "{0} 英里/加侖"
3336
+ },
3337
+ "consumption-mile-per-gallon-imperial": {
3338
+ "displayName": "英里/英制加侖",
3339
+ "unitPattern-count-other": "{0} 英里/英制加侖"
3340
+ },
3341
+ "digital-petabyte": {
3342
+ "displayName": "PB",
3343
+ "unitPattern-count-other": "{0} PB"
3344
+ },
3345
+ "digital-terabyte": {
3346
+ "displayName": "TB",
3347
+ "unitPattern-count-other": "{0} TB"
3348
+ },
3349
+ "digital-terabit": {
3350
+ "displayName": "Tb",
3351
+ "unitPattern-count-other": "{0} Tb"
3352
+ },
3353
+ "digital-gigabyte": {
3354
+ "displayName": "GB",
3355
+ "unitPattern-count-other": "{0} GB"
3356
+ },
3357
+ "digital-gigabit": {
3358
+ "displayName": "Gb",
3359
+ "unitPattern-count-other": "{0} Gb"
3360
+ },
3361
+ "digital-megabyte": {
3362
+ "displayName": "MB",
3363
+ "unitPattern-count-other": "{0} MB"
3364
+ },
3365
+ "digital-megabit": {
3366
+ "displayName": "Mb",
3367
+ "unitPattern-count-other": "{0} Mb"
3368
+ },
3369
+ "digital-kilobyte": {
3370
+ "displayName": "kB",
3371
+ "unitPattern-count-other": "{0} kB"
3372
+ },
3373
+ "digital-kilobit": {
3374
+ "displayName": "kb",
3375
+ "unitPattern-count-other": "{0} kb"
3376
+ },
3377
+ "digital-byte": {
3378
+ "displayName": "byte",
3379
+ "unitPattern-count-other": "{0} byte"
3380
+ },
3381
+ "digital-bit": {
3382
+ "displayName": "bit",
3383
+ "unitPattern-count-other": "{0} bit"
3384
+ },
3385
+ "duration-century": {
3386
+ "displayName": "世紀",
3387
+ "unitPattern-count-other": "{0} 世紀"
3388
+ },
3389
+ "duration-decade": {
3390
+ "displayName": "10 年",
3391
+ "unitPattern-count-other": "{0}0 年"
3392
+ },
3393
+ "duration-year": {
3394
+ "displayName": "年",
3395
+ "unitPattern-count-other": "{0} 年",
3396
+ "perUnitPattern": "{0}/年"
3397
+ },
3398
+ "duration-quarter": {
3399
+ "displayName": "刻",
3400
+ "unitPattern-count-other": "{0} 刻",
3401
+ "perUnitPattern": "{0}/刻"
3402
+ },
3403
+ "duration-month": {
3404
+ "displayName": "月",
3405
+ "unitPattern-count-other": "{0} 個月",
3406
+ "perUnitPattern": "{0}/月"
3407
+ },
3408
+ "duration-week": {
3409
+ "displayName": "週",
3410
+ "unitPattern-count-other": "{0} 週",
3411
+ "perUnitPattern": "{0}/週"
3412
+ },
3413
+ "duration-day": {
3414
+ "displayName": "天",
3415
+ "unitPattern-count-other": "{0} 天",
3416
+ "perUnitPattern": "{0}/天"
3417
+ },
3418
+ "duration-hour": {
3419
+ "displayName": "小時",
3420
+ "unitPattern-count-other": "{0} 小時",
3421
+ "perUnitPattern": "{0}/小時"
3422
+ },
3423
+ "duration-minute": {
3424
+ "displayName": "分鐘",
3425
+ "unitPattern-count-other": "{0} 分鐘",
3426
+ "perUnitPattern": "{0}/分鐘"
3427
+ },
3428
+ "duration-second": {
3429
+ "displayName": "秒",
3430
+ "unitPattern-count-other": "{0} 秒",
3431
+ "perUnitPattern": "{0}/秒"
3432
+ },
3433
+ "duration-millisecond": {
3434
+ "displayName": "毫秒",
3435
+ "unitPattern-count-other": "{0} 毫秒"
3436
+ },
3437
+ "duration-microsecond": {
3438
+ "displayName": "微秒",
3439
+ "unitPattern-count-other": "{0} 微秒"
3440
+ },
3441
+ "duration-nanosecond": {
3442
+ "displayName": "奈秒",
3443
+ "unitPattern-count-other": "{0} 奈秒"
3444
+ },
3445
+ "electric-ampere": {
3446
+ "displayName": "安培",
3447
+ "unitPattern-count-other": "{0} 安培"
3448
+ },
3449
+ "electric-milliampere": {
3450
+ "displayName": "毫安培",
3451
+ "unitPattern-count-other": "{0} 毫安培"
3452
+ },
3453
+ "electric-ohm": {
3454
+ "displayName": "歐姆",
3455
+ "unitPattern-count-other": "{0} 歐姆"
3456
+ },
3457
+ "electric-volt": {
3458
+ "displayName": "伏特",
3459
+ "unitPattern-count-other": "{0} 伏特"
3460
+ },
3461
+ "energy-kilocalorie": {
3462
+ "displayName": "千卡",
3463
+ "unitPattern-count-other": "{0} 千卡"
3464
+ },
3465
+ "energy-calorie": {
3466
+ "displayName": "卡路里",
3467
+ "unitPattern-count-other": "{0} 卡"
3468
+ },
3469
+ "energy-foodcalorie": {
3470
+ "displayName": "大卡",
3471
+ "unitPattern-count-other": "{0} 大卡"
3472
+ },
3473
+ "energy-kilojoule": {
3474
+ "displayName": "千焦耳",
3475
+ "unitPattern-count-other": "{0} 千焦"
3476
+ },
3477
+ "energy-joule": {
3478
+ "displayName": "焦耳",
3479
+ "unitPattern-count-other": "{0} 焦"
3480
+ },
3481
+ "energy-kilowatt-hour": {
3482
+ "displayName": "千瓦小時",
3483
+ "unitPattern-count-other": "{0} 千瓦小時"
3484
+ },
3485
+ "energy-electronvolt": {
3486
+ "displayName": "電子伏特",
3487
+ "unitPattern-count-other": "{0} 電子伏特"
3488
+ },
3489
+ "energy-british-thermal-unit": {
3490
+ "displayName": "英熱單位",
3491
+ "unitPattern-count-other": "{0} 英熱單位"
3492
+ },
3493
+ "energy-therm-us": {
3494
+ "displayName": "美制撒姆",
3495
+ "unitPattern-count-other": "{0} 美制撒姆"
3496
+ },
3497
+ "force-pound-force": {
3498
+ "displayName": "lbf",
3499
+ "unitPattern-count-other": "{0} lbf"
3500
+ },
3501
+ "force-newton": {
3502
+ "displayName": "N",
3503
+ "unitPattern-count-other": "{0} N"
3504
+ },
3505
+ "force-kilowatt-hour-per-100-kilometer": {
3506
+ "displayName": "kWh/100km",
3507
+ "unitPattern-count-other": "{0} kWh/100km"
3508
+ },
3509
+ "frequency-gigahertz": {
3510
+ "displayName": "吉赫",
3511
+ "unitPattern-count-other": "{0} 吉赫"
3512
+ },
3513
+ "frequency-megahertz": {
3514
+ "displayName": "兆赫",
3515
+ "unitPattern-count-other": "{0} 兆赫"
3516
+ },
3517
+ "frequency-kilohertz": {
3518
+ "displayName": "千赫",
3519
+ "unitPattern-count-other": "{0} 千赫"
3520
+ },
3521
+ "frequency-hertz": {
3522
+ "displayName": "赫茲",
3523
+ "unitPattern-count-other": "{0} 赫茲"
3524
+ },
3525
+ "graphics-em": {
3526
+ "displayName": "em",
3527
+ "unitPattern-count-other": "{0} em"
3528
+ },
3529
+ "graphics-pixel": {
3530
+ "displayName": "px",
3531
+ "unitPattern-count-other": "{0} px"
3532
+ },
3533
+ "graphics-megapixel": {
3534
+ "displayName": "MP",
3535
+ "unitPattern-count-other": "{0} MP"
3536
+ },
3537
+ "graphics-pixel-per-centimeter": {
3538
+ "displayName": "ppcm",
3539
+ "unitPattern-count-other": "{0} ppcm"
3540
+ },
3541
+ "graphics-pixel-per-inch": {
3542
+ "displayName": "ppi",
3543
+ "unitPattern-count-other": "{0} ppi"
3544
+ },
3545
+ "graphics-dot-per-centimeter": {
3546
+ "displayName": "dpcm",
3547
+ "unitPattern-count-other": "{0} dpcm"
3548
+ },
3549
+ "graphics-dot-per-inch": {
3550
+ "displayName": "dpi",
3551
+ "unitPattern-count-other": "{0} dpi"
3552
+ },
3553
+ "graphics-dot": {
3554
+ "displayName": "px",
3555
+ "unitPattern-count-other": "{0} px"
3556
+ },
3557
+ "length-earth-radius": {
3558
+ "displayName": "R⊕",
3559
+ "unitPattern-count-other": "{0} R⊕"
3560
+ },
3561
+ "length-kilometer": {
3562
+ "displayName": "公里",
3563
+ "unitPattern-count-other": "{0} 公里",
3564
+ "perUnitPattern": "{0}/公里"
3565
+ },
3566
+ "length-meter": {
3567
+ "displayName": "公尺",
3568
+ "unitPattern-count-other": "{0} 公尺",
3569
+ "perUnitPattern": "{0}/公尺"
3570
+ },
3571
+ "length-decimeter": {
3572
+ "displayName": "公寸",
3573
+ "unitPattern-count-other": "{0} 公寸"
3574
+ },
3575
+ "length-centimeter": {
3576
+ "displayName": "公分",
3577
+ "unitPattern-count-other": "{0} 公分",
3578
+ "perUnitPattern": "{0}/公分"
3579
+ },
3580
+ "length-millimeter": {
3581
+ "displayName": "公釐",
3582
+ "unitPattern-count-other": "{0} 公釐"
3583
+ },
3584
+ "length-micrometer": {
3585
+ "displayName": "微米",
3586
+ "unitPattern-count-other": "{0} 微米"
3587
+ },
3588
+ "length-nanometer": {
3589
+ "displayName": "奈米",
3590
+ "unitPattern-count-other": "{0} 奈米"
3591
+ },
3592
+ "length-picometer": {
3593
+ "displayName": "皮米",
3594
+ "unitPattern-count-other": "{0} 皮米"
3595
+ },
3596
+ "length-mile": {
3597
+ "displayName": "英里",
3598
+ "unitPattern-count-other": "{0} 英里"
3599
+ },
3600
+ "length-yard": {
3601
+ "displayName": "碼",
3602
+ "unitPattern-count-other": "{0} 碼"
3603
+ },
3604
+ "length-foot": {
3605
+ "displayName": "英尺",
3606
+ "unitPattern-count-other": "{0} 呎",
3607
+ "perUnitPattern": "{0}/呎"
3608
+ },
3609
+ "length-inch": {
3610
+ "displayName": "英寸",
3611
+ "unitPattern-count-other": "{0} 吋",
3612
+ "perUnitPattern": "{0}/吋"
3613
+ },
3614
+ "length-parsec": {
3615
+ "displayName": "秒差距",
3616
+ "unitPattern-count-other": "{0} 秒差距"
3617
+ },
3618
+ "length-light-year": {
3619
+ "displayName": "光年",
3620
+ "unitPattern-count-other": "{0} 光年"
3621
+ },
3622
+ "length-astronomical-unit": {
3623
+ "displayName": "天文單位",
3624
+ "unitPattern-count-other": "{0} 天文單位"
3625
+ },
3626
+ "length-furlong": {
3627
+ "displayName": "化朗",
3628
+ "unitPattern-count-other": "{0} 化朗"
3629
+ },
3630
+ "length-fathom": {
3631
+ "displayName": "英尋",
3632
+ "unitPattern-count-other": "{0} 英尋"
3633
+ },
3634
+ "length-nautical-mile": {
3635
+ "displayName": "海里",
3636
+ "unitPattern-count-other": "{0} 海里"
3637
+ },
3638
+ "length-mile-scandinavian": {
3639
+ "displayName": "斯堪地那維亞英里",
3640
+ "unitPattern-count-other": "{0} 斯堪地那維亞英里"
3641
+ },
3642
+ "length-point": {
3643
+ "displayName": "點",
3644
+ "unitPattern-count-other": "{0} 點"
3645
+ },
3646
+ "length-solar-radius": {
3647
+ "displayName": "R☉",
3648
+ "unitPattern-count-other": "{0} R☉"
3649
+ },
3650
+ "light-lux": {
3651
+ "displayName": "勒克斯",
3652
+ "unitPattern-count-other": "{0} 勒克斯"
3653
+ },
3654
+ "light-candela": {
3655
+ "displayName": "燭光",
3656
+ "unitPattern-count-other": "{0} 燭光"
3657
+ },
3658
+ "light-lumen": {
3659
+ "displayName": "流明",
3660
+ "unitPattern-count-other": "{0} 流明"
3661
+ },
3662
+ "light-solar-luminosity": {
3663
+ "displayName": "L☉",
3664
+ "unitPattern-count-other": "{0} L☉"
3665
+ },
3666
+ "mass-tonne": {
3667
+ "displayName": "公噸",
3668
+ "unitPattern-count-other": "{0} 公噸"
3669
+ },
3670
+ "mass-kilogram": {
3671
+ "displayName": "公斤",
3672
+ "unitPattern-count-other": "{0} 公斤",
3673
+ "perUnitPattern": "{0}/公斤"
3674
+ },
3675
+ "mass-gram": {
3676
+ "displayName": "克",
3677
+ "unitPattern-count-other": "{0} 克",
3678
+ "perUnitPattern": "{0}/克"
3679
+ },
3680
+ "mass-milligram": {
3681
+ "displayName": "毫克",
3682
+ "unitPattern-count-other": "{0} 毫克"
3683
+ },
3684
+ "mass-microgram": {
3685
+ "displayName": "微克",
3686
+ "unitPattern-count-other": "{0} 微克"
3687
+ },
3688
+ "mass-ton": {
3689
+ "displayName": "美噸",
3690
+ "unitPattern-count-other": "{0} 美噸"
3691
+ },
3692
+ "mass-stone": {
3693
+ "displayName": "英石",
3694
+ "unitPattern-count-other": "{0} 英石"
3695
+ },
3696
+ "mass-pound": {
3697
+ "displayName": "磅",
3698
+ "unitPattern-count-other": "{0} 磅",
3699
+ "perUnitPattern": "{0}/磅"
3700
+ },
3701
+ "mass-ounce": {
3702
+ "displayName": "盎司",
3703
+ "unitPattern-count-other": "{0} 盎司",
3704
+ "perUnitPattern": "{0}/盎司"
3705
+ },
3706
+ "mass-ounce-troy": {
3707
+ "displayName": "金衡盎司",
3708
+ "unitPattern-count-other": "{0} 金衡盎司"
3709
+ },
3710
+ "mass-carat": {
3711
+ "displayName": "克拉",
3712
+ "unitPattern-count-other": "{0} 克拉"
3713
+ },
3714
+ "mass-dalton": {
3715
+ "displayName": "達爾頓",
3716
+ "unitPattern-count-other": "{0} 達爾頓"
3717
+ },
3718
+ "mass-earth-mass": {
3719
+ "displayName": "地球質量",
3720
+ "unitPattern-count-other": "{0} 地球質量"
3721
+ },
3722
+ "mass-solar-mass": {
3723
+ "displayName": "太陽質量",
3724
+ "unitPattern-count-other": "{0} 太陽質量"
3725
+ },
3726
+ "mass-grain": {
3727
+ "displayName": "格林",
3728
+ "unitPattern-count-other": "{0} 格林"
3729
+ },
3730
+ "power-gigawatt": {
3731
+ "displayName": "吉瓦",
3732
+ "unitPattern-count-other": "{0} 吉瓦"
3733
+ },
3734
+ "power-megawatt": {
3735
+ "displayName": "百萬瓦",
3736
+ "unitPattern-count-other": "{0} 百萬瓦"
3737
+ },
3738
+ "power-kilowatt": {
3739
+ "displayName": "千瓦",
3740
+ "unitPattern-count-other": "{0} 千瓦"
3741
+ },
3742
+ "power-watt": {
3743
+ "displayName": "瓦特",
3744
+ "unitPattern-count-other": "{0} 瓦"
3745
+ },
3746
+ "power-milliwatt": {
3747
+ "displayName": "毫瓦",
3748
+ "unitPattern-count-other": "{0} 毫瓦"
3749
+ },
3750
+ "power-horsepower": {
3751
+ "displayName": "匹",
3752
+ "unitPattern-count-other": "{0} 匹"
3753
+ },
3754
+ "pressure-millimeter-ofhg": {
3755
+ "displayName": "毫米汞柱",
3756
+ "unitPattern-count-other": "{0} 毫米汞柱"
3757
+ },
3758
+ "pressure-pound-force-per-square-inch": {
3759
+ "displayName": "磅力/平方英寸",
3760
+ "unitPattern-count-other": "{0} 磅力/平方英寸"
3761
+ },
3762
+ "pressure-inch-ofhg": {
3763
+ "displayName": "英寸汞柱",
3764
+ "unitPattern-count-other": "{0} 英寸汞柱"
3765
+ },
3766
+ "pressure-bar": {
3767
+ "displayName": "巴",
3768
+ "unitPattern-count-other": "{0} 巴"
3769
+ },
3770
+ "pressure-millibar": {
3771
+ "displayName": "毫巴",
3772
+ "unitPattern-count-other": "{0} 毫巴"
3773
+ },
3774
+ "pressure-atmosphere": {
3775
+ "displayName": "atm",
3776
+ "unitPattern-count-other": "{0} atm"
3777
+ },
3778
+ "pressure-pascal": {
3779
+ "displayName": "帕",
3780
+ "unitPattern-count-other": "{0} 帕"
3781
+ },
3782
+ "pressure-hectopascal": {
3783
+ "displayName": "百帕",
3784
+ "unitPattern-count-other": "{0} 百帕"
3785
+ },
3786
+ "pressure-kilopascal": {
3787
+ "displayName": "千帕",
3788
+ "unitPattern-count-other": "{0} 千帕"
3789
+ },
3790
+ "pressure-megapascal": {
3791
+ "displayName": "兆帕",
3792
+ "unitPattern-count-other": "{0} 兆帕"
3793
+ },
3794
+ "speed-kilometer-per-hour": {
3795
+ "displayName": "公里/小時",
3796
+ "unitPattern-count-other": "{0} 公里/小時"
3797
+ },
3798
+ "speed-meter-per-second": {
3799
+ "displayName": "公尺/秒",
3800
+ "unitPattern-count-other": "{0} 公尺/秒"
3801
+ },
3802
+ "speed-mile-per-hour": {
3803
+ "displayName": "英里/小時",
3804
+ "unitPattern-count-other": "{0} 英里/小時"
3805
+ },
3806
+ "speed-knot": {
3807
+ "displayName": "節",
3808
+ "unitPattern-count-other": "{0} 節"
3809
+ },
3810
+ "temperature-generic": {
3811
+ "displayName": "°",
3812
+ "unitPattern-count-other": "{0}°"
3813
+ },
3814
+ "temperature-celsius": {
3815
+ "displayName": "攝氏",
3816
+ "unitPattern-count-other": "{0}°C"
3817
+ },
3818
+ "temperature-fahrenheit": {
3819
+ "displayName": "華氏",
3820
+ "unitPattern-count-other": "{0}°F"
3821
+ },
3822
+ "temperature-kelvin": {
3823
+ "displayName": "克耳文",
3824
+ "unitPattern-count-other": "{0} 克耳文"
3825
+ },
3826
+ "torque-pound-force-foot": {
3827
+ "displayName": "磅英尺",
3828
+ "unitPattern-count-other": "{0} 磅英尺"
3829
+ },
3830
+ "torque-newton-meter": {
3831
+ "displayName": "牛頓米",
3832
+ "unitPattern-count-other": "{0} 牛頓米"
3833
+ },
3834
+ "volume-cubic-kilometer": {
3835
+ "displayName": "立方公里",
3836
+ "unitPattern-count-other": "{0} 立方公里"
3837
+ },
3838
+ "volume-cubic-meter": {
3839
+ "displayName": "立方公尺",
3840
+ "unitPattern-count-other": "{0} 立方公尺",
3841
+ "perUnitPattern": "{0}/立方公尺"
3842
+ },
3843
+ "volume-cubic-centimeter": {
3844
+ "displayName": "立方公分",
3845
+ "unitPattern-count-other": "{0} 立方公分",
3846
+ "perUnitPattern": "{0}/立方公分"
3847
+ },
3848
+ "volume-cubic-mile": {
3849
+ "displayName": "立方英里",
3850
+ "unitPattern-count-other": "{0} 立方英里"
3851
+ },
3852
+ "volume-cubic-yard": {
3853
+ "displayName": "立方碼",
3854
+ "unitPattern-count-other": "{0} 立方碼"
3855
+ },
3856
+ "volume-cubic-foot": {
3857
+ "displayName": "立方英尺",
3858
+ "unitPattern-count-other": "{0} 立方英尺"
3859
+ },
3860
+ "volume-cubic-inch": {
3861
+ "displayName": "立方英寸",
3862
+ "unitPattern-count-other": "{0} 立方英寸"
3863
+ },
3864
+ "volume-megaliter": {
3865
+ "displayName": "兆升",
3866
+ "unitPattern-count-other": "{0} 兆升"
3867
+ },
3868
+ "volume-hectoliter": {
3869
+ "displayName": "公石",
3870
+ "unitPattern-count-other": "{0} 公石"
3871
+ },
3872
+ "volume-liter": {
3873
+ "displayName": "公升",
3874
+ "unitPattern-count-other": "{0} 升",
3875
+ "perUnitPattern": "{0}/升"
3876
+ },
3877
+ "volume-deciliter": {
3878
+ "displayName": "公合",
3879
+ "unitPattern-count-other": "{0} 公合"
3880
+ },
3881
+ "volume-centiliter": {
3882
+ "displayName": "釐升",
3883
+ "unitPattern-count-other": "{0} 釐升"
3884
+ },
3885
+ "volume-milliliter": {
3886
+ "displayName": "毫升",
3887
+ "unitPattern-count-other": "{0} 毫升"
3888
+ },
3889
+ "volume-pint-metric": {
3890
+ "displayName": "公制品脫",
3891
+ "unitPattern-count-other": "{0} 公制品脫"
3892
+ },
3893
+ "volume-cup-metric": {
3894
+ "displayName": "公制量杯",
3895
+ "unitPattern-count-other": "{0} 公制杯"
3896
+ },
3897
+ "volume-acre-foot": {
3898
+ "displayName": "英畝英尺",
3899
+ "unitPattern-count-other": "{0} 英畝英尺"
3900
+ },
3901
+ "volume-bushel": {
3902
+ "displayName": "蒲式耳",
3903
+ "unitPattern-count-other": "{0} 蒲式耳"
3904
+ },
3905
+ "volume-gallon": {
3906
+ "displayName": "加侖",
3907
+ "unitPattern-count-other": "{0} 加侖",
3908
+ "perUnitPattern": "{0}/加侖"
3909
+ },
3910
+ "volume-gallon-imperial": {
3911
+ "displayName": "英制加侖",
3912
+ "unitPattern-count-other": "{0} 英制加侖",
3913
+ "perUnitPattern": "{0}/英制加侖"
3914
+ },
3915
+ "volume-quart": {
3916
+ "displayName": "夸脫",
3917
+ "unitPattern-count-other": "{0} 夸脫"
3918
+ },
3919
+ "volume-pint": {
3920
+ "displayName": "品脫",
3921
+ "unitPattern-count-other": "{0} 品脫"
3922
+ },
3923
+ "volume-cup": {
3924
+ "displayName": "量杯",
3925
+ "unitPattern-count-other": "{0} 杯"
3926
+ },
3927
+ "volume-fluid-ounce": {
3928
+ "displayName": "液盎司",
3929
+ "unitPattern-count-other": "{0} 液盎司"
3930
+ },
3931
+ "volume-fluid-ounce-imperial": {
3932
+ "displayName": "英液盎司",
3933
+ "unitPattern-count-other": "{0} 英液盎司"
3934
+ },
3935
+ "volume-tablespoon": {
3936
+ "displayName": "湯匙",
3937
+ "unitPattern-count-other": "{0} 湯匙"
3938
+ },
3939
+ "volume-teaspoon": {
3940
+ "displayName": "茶匙",
3941
+ "unitPattern-count-other": "{0} 茶匙"
3942
+ },
3943
+ "volume-barrel": {
3944
+ "displayName": "桶",
3945
+ "unitPattern-count-other": "{0} 桶"
3946
+ },
3947
+ "volume-dessert-spoon": {
3948
+ "displayName": "甜品匙",
3949
+ "unitPattern-count-other": "{0} 甜品匙"
3950
+ },
3951
+ "volume-dessert-spoon-imperial": {
3952
+ "displayName": "英制甜品匙",
3953
+ "unitPattern-count-other": "{0} 英制甜品匙"
3954
+ },
3955
+ "volume-drop": {
3956
+ "displayName": "滴",
3957
+ "unitPattern-count-other": "{0} 滴"
3958
+ },
3959
+ "volume-dram": {
3960
+ "displayName": "打蘭",
3961
+ "unitPattern-count-other": "{0} 打蘭"
3962
+ },
3963
+ "volume-jigger": {
3964
+ "displayName": "量酒杯",
3965
+ "unitPattern-count-other": "{0} 量酒杯"
3966
+ },
3967
+ "volume-pinch": {
3968
+ "displayName": "小撮",
3969
+ "unitPattern-count-other": "{0} 小撮"
3970
+ },
3971
+ "volume-quart-imperial": {
3972
+ "displayName": "英制夸脫",
3973
+ "unitPattern-count-other": "{0} 英制夸脫"
3974
+ },
3975
+ "coordinateUnit": {
3976
+ "displayName": "方向",
3977
+ "east": "東經{0}",
3978
+ "north": "北緯{0}",
3979
+ "south": "南緯{0}",
3980
+ "west": "西經{0}"
3981
+ }
3982
+ }
3983
+ },
3984
+ "lenient-scope-number": {
3985
+ "minusSign": "-‐‒–⁻₋−➖﹣-",
3986
+ "commaSign": ",،٫⹁、︐︑﹐﹑,、",
3987
+ "plusSign": "+⁺₊➕﬩﹢+"
3988
+ },
3989
+ "currencyFormat-sap-short": {
3990
+ "1000-other": "0",
3991
+ "10000-other": "0萬 ¤",
3992
+ "100000-other": "00萬 ¤",
3993
+ "1000000-other": "000萬 ¤",
3994
+ "10000000-other": "0000萬 ¤",
3995
+ "100000000-other": "0億 ¤",
3996
+ "1000000000-other": "00億 ¤",
3997
+ "10000000000-other": "000億 ¤",
3998
+ "100000000000-other": "0000億 ¤",
3999
+ "1000000000000-other": "0兆 ¤",
4000
+ "10000000000000-other": "00兆 ¤",
4001
+ "100000000000000-other": "000兆 ¤"
4002
+ },
4003
+ "currencyDigits": {
4004
+ "ADP": 0,
4005
+ "AFN": 0,
4006
+ "ALL": 0,
4007
+ "BHD": 3,
4008
+ "BIF": 0,
4009
+ "BYR": 0,
4010
+ "CLF": 4,
4011
+ "CLP": 0,
4012
+ "DEFAULT": 2,
4013
+ "DJF": 0,
4014
+ "ESP": 0,
4015
+ "GNF": 0,
4016
+ "HUF": 0,
4017
+ "IQD": 0,
4018
+ "IRR": 0,
4019
+ "ISK": 0,
4020
+ "ITL": 0,
4021
+ "JOD": 3,
4022
+ "JPY": 0,
4023
+ "KMF": 0,
4024
+ "KPW": 0,
4025
+ "KRW": 0,
4026
+ "KWD": 3,
4027
+ "LAK": 0,
4028
+ "LBP": 0,
4029
+ "LUF": 0,
4030
+ "LYD": 3,
4031
+ "MGA": 0,
4032
+ "MGF": 0,
4033
+ "MMK": 0,
4034
+ "MRO": 0,
4035
+ "OMR": 3,
4036
+ "PYG": 0,
4037
+ "RSD": 0,
4038
+ "RWF": 0,
4039
+ "SLL": 0,
4040
+ "SOS": 0,
4041
+ "STD": 0,
4042
+ "SYP": 0,
4043
+ "TMM": 0,
4044
+ "TND": 3,
4045
+ "TRL": 0,
4046
+ "TWD": 0,
4047
+ "UGX": 0,
4048
+ "UYI": 0,
4049
+ "UYW": 4,
4050
+ "VND": 0,
4051
+ "VUV": 0,
4052
+ "XAF": 0,
4053
+ "XOF": 0,
4054
+ "XPF": 0,
4055
+ "YER": 0,
4056
+ "ZMK": 0,
4057
+ "ZWD": 0
4058
+ },
2506
4059
  "plurals": {},
2507
4060
  "weekData-minDays": 1,
2508
4061
  "weekData-firstDay": 0,
@@ -2514,41 +4067,56 @@
2514
4067
  },
2515
4068
  "eras-gregorian": {
2516
4069
  "0": {
4070
+ "_code": "gregory-inverse",
4071
+ "_aliases": "bc bce",
2517
4072
  "_end": "0-12-31"
2518
4073
  },
2519
4074
  "1": {
4075
+ "_code": "gregory",
4076
+ "_aliases": "ad ce",
2520
4077
  "_start": "1-01-01"
2521
4078
  }
2522
4079
  },
2523
4080
  "eras-islamic": {
2524
4081
  "0": {
4082
+ "_code": "islamic",
4083
+ "_aliases": "ah",
2525
4084
  "_start": "622-7-15"
2526
4085
  }
2527
4086
  },
2528
4087
  "eras-persian": {
2529
4088
  "0": {
4089
+ "_code": "persian",
4090
+ "_aliases": "ap",
2530
4091
  "_start": "622-01-01"
2531
4092
  }
2532
4093
  },
2533
4094
  "eras-buddhist": {
2534
4095
  "0": {
4096
+ "_code": "buddhist",
4097
+ "_aliases": "be",
2535
4098
  "_start": "-542-01-01"
2536
4099
  }
2537
4100
  },
2538
4101
  "eras-japanese": {
2539
4102
  "232": {
4103
+ "_code": "meiji",
2540
4104
  "_start": "1868-9-8"
2541
4105
  },
2542
4106
  "233": {
4107
+ "_code": "taisho",
2543
4108
  "_start": "1912-7-30"
2544
4109
  },
2545
4110
  "234": {
4111
+ "_code": "showa",
2546
4112
  "_start": "1926-12-25"
2547
4113
  },
2548
4114
  "235": {
4115
+ "_code": "heisei",
2549
4116
  "_start": "1989-1-8"
2550
4117
  },
2551
4118
  "236": {
4119
+ "_code": "reiwa",
2552
4120
  "_start": "2019-5-1"
2553
4121
  }
2554
4122
  },